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

[?1h=[90m~[0m                                                                                [?2004hopendaylight-user</msg>
<arg>${KARAF_USER}</arg>
<arg>${KARAF_PASSWORD}</arg>
<arg>loglevel=${loglevel}</arg>
<doc>Logs into the SSH server with the given ``username`` and ``password``.</doc>
<status status="PASS" start="2026-08-11T03:13:20.599858" elapsed="0.723773"/>
</kw>
<kw name="Write" owner="SSHLibrary">
<msg time="2026-08-11T03:13:21.376753" level="INFO">@root&gt;log:set ERROR</msg>
<arg>${cmd}</arg>
<doc>Writes the given ``text`` on the remote machine and appends a newline.</doc>
<status status="PASS" start="2026-08-11T03:13:21.324025" elapsed="0.052825"/>
</kw>
<kw name="Read Until Regexp" owner="SSHLibrary">
<msg time="2026-08-11T03:13:21.378741" level="INFO">[?1l&gt;[?2004l[?1h=[90m~[0m                                                                                [?2004hopendaylight-user@root&gt;</msg>
<msg time="2026-08-11T03:13:21.378854" level="INFO">${output} = [?1l&gt;[?2004l[?1h=[90m~[0m                                                                                [?2004hopendaylight-user@root&gt;</msg>
<var>${output}</var>
<arg>${KARAF_PROMPT}</arg>
<doc>Consumes and returns the server output until a match to ``regexp`` is found.</doc>
<status status="PASS" start="2026-08-11T03:13:21.377061" elapsed="0.001823"/>
</kw>
<kw name="Write Bare" owner="SSHLibrary">
<arg>logout\n</arg>
<doc>Writes the given ``text`` on the remote machine without appending a newline.</doc>
<status status="PASS" start="2026-08-11T03:13:21.379039" elapsed="0.000210"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-08-11T03:13:21.379407" elapsed="0.000216"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-08-11T03:13:21.380149" level="INFO">[?1l&gt;[?2004l[?1h=[90m~[0m                                                                                [?2004hopendaylight-user@root&gt;</msg>
<arg>${output}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-08-11T03:13:21.379769" elapsed="0.000435"/>
</kw>
<return>
<value>${output}</value>
<status status="PASS" start="2026-08-11T03:13:21.380258" 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.170.29
Note that this keyword will open&amp;close new SSH connection, without switching back to previously current session.</doc>
<status status="PASS" start="2026-08-11T03:13:20.598389" elapsed="0.782066"/>
</kw>
<arg>3x</arg>
<arg>1s</arg>
<arg>KarafKeywords.Issue Command On Karaf Console</arg>
<arg>log:set ${log_level}</arg>
<doc>Runs the specified keyword and retries if it fails.</doc>
<status status="PASS" start="2026-08-11T03:13:20.594834" elapsed="0.785686"/>
</kw>
<kw name="Append To File" owner="OperatingSystem">
<msg time="2026-08-11T03:13:21.381083" level="INFO" html="true">Appended to file '&lt;a href="file:///w/workspace/openflowplugin-csit-1node-cbench-only-chromium/latency.csv"&gt;/w/workspace/openflowplugin-csit-1node-cbench-only-chromium/latency.csv&lt;/a&gt;'.</msg>
<arg>${latency_results_file}</arg>
<arg>LATENCY_MIN,LATENCY_MAX,LATENCY_AVERAGE\n</arg>
<doc>Appends the given content to the specified file.</doc>
<status status="PASS" start="2026-08-11T03:13:21.380710" elapsed="0.000429"/>
</kw>
<kw name="Append To File" owner="OperatingSystem">
<msg time="2026-08-11T03:13:21.381555" level="INFO" html="true">Appended to file '&lt;a href="file:///w/workspace/openflowplugin-csit-1node-cbench-only-chromium/throughput.csv"&gt;/w/workspace/openflowplugin-csit-1node-cbench-only-chromium/throughput.csv&lt;/a&gt;'.</msg>
<arg>${throughput_results_file}</arg>
<arg>THROUGHPUT_MIN,THROUGHPUT_MAX,THROUGHPUT_AVERAGE\n</arg>
<doc>Appends the given content to the specified file.</doc>
<status status="PASS" start="2026-08-11T03:13:21.381291" elapsed="0.000331"/>
</kw>
<kw name="Evaluate" owner="BuiltIn">
<msg time="2026-08-11T03:13:21.382168" level="INFO">${duration_in_ms} = 60000</msg>
<var>${duration_in_ms}</var>
<arg>${duration_in_secs} * 1000</arg>
<doc>Evaluates the given expression in Python and returns the result.</doc>
<status status="PASS" start="2026-08-11T03:13:21.381774" elapsed="0.000422"/>
</kw>
<kw name="Set Suite Variable" owner="BuiltIn">
<msg time="2026-08-11T03:13:21.382725" level="INFO">${duration_in_ms} = 60000</msg>
<arg>${duration_in_ms}</arg>
<doc>Makes a variable available everywhere within the scope of the current suite.</doc>
<status status="PASS" start="2026-08-11T03:13:21.382363" elapsed="0.000406"/>
</kw>
<kw name="Evaluate" owner="BuiltIn">
<msg time="2026-08-11T03:13:21.383288" level="INFO">${test_timeout} = 900.0</msg>
<var>${test_timeout}</var>
<arg>(${loops} * ${duration_in_secs}) * 1.5</arg>
<doc>Evaluates the given expression in Python and returns the result.</doc>
<status status="PASS" start="2026-08-11T03:13:21.382916" elapsed="0.000399"/>
</kw>
<kw name="Set Suite Variable" owner="BuiltIn">
<msg time="2026-08-11T03:13:21.383805" level="INFO">${test_timeout} = 900.0</msg>
<arg>${test_timeout}</arg>
<doc>Makes a variable available everywhere within the scope of the current suite.</doc>
<status status="PASS" start="2026-08-11T03:13:21.383492" elapsed="0.000356"/>
</kw>
<if>
<branch type="IF" condition="&quot;${cbench_system}&quot; == &quot;localhost&quot;">
<kw name="File Should Exist" owner="OperatingSystem">
<arg>${cbench_executable}</arg>
<doc>Fails unless the given ``path`` points to an existing file.</doc>
<status status="NOT RUN" start="2026-08-11T03:13:21.384160" elapsed="0.000022"/>
</kw>
<status status="NOT RUN" start="2026-08-11T03:13:21.383948" elapsed="0.000267"/>
</branch>
<branch type="ELSE">
<kw name="Verify File Exists On Remote System" owner="Utils">
<kw name="Open Connection" owner="SSHLibrary">
<msg time="2026-08-11T03:13:21.388449" level="INFO">${conn_id} = 2</msg>
<var>${conn_id}</var>
<arg>${system}</arg>
<arg>prompt=${prompt}</arg>
<arg>timeout=${prompt_timeout}</arg>
<doc>Opens a new SSH connection to the given ``host`` and ``port``.</doc>
<status status="PASS" start="2026-08-11T03:13:21.388031" elapsed="0.000447"/>
</kw>
<kw name="Flexible_SSH_Login" owner="SSHKeywords">
<kw name="Get Length" owner="BuiltIn">
<msg time="2026-08-11T03:13:21.389501" level="INFO">Length is 0.</msg>
<msg time="2026-08-11T03:13:21.389586" level="INFO">${pwd_length} = 0</msg>
<var>${pwd_length}</var>
<arg>${password}</arg>
<doc>Returns and logs the length of the given item as an integer.</doc>
<status status="PASS" start="2026-08-11T03:13:21.389032" elapsed="0.000578"/>
</kw>
<kw name="Run Keyword And Return If" owner="BuiltIn">
<arg>${pwd_length} &gt; 0</arg>
<arg>SSHLibrary.Login</arg>
<arg>${user}</arg>
<arg>${password}</arg>
<arg>delay=${delay}</arg>
<doc>Runs the specified keyword and returns from the enclosing user keyword.</doc>
<status status="PASS" start="2026-08-11T03:13:21.389939" elapsed="0.000351"/>
</kw>
<kw name="Run Keyword And Return" owner="BuiltIn">
<kw name="Login With Public Key" owner="SSHLibrary">
<msg time="2026-08-11T03:13:21.391296" level="INFO">Logging into '10.30.171.187:22' as 'jenkins'.</msg>
<msg time="2026-08-11T03:13:22.156550" level="INFO">Read output: Welcome to Ubuntu 22.04.5 LTS (GNU/Linux 5.15.0-186-generic x86_64)

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

 System information as of Tue Aug 11 03:13:21 UTC 2026

  System load:  0.03               Processes:             112
  Usage of /:   19.7% of 38.58GB   Users logged in:       0
  Memory usage: 4%                 IPv4 address for ens3: 10.30.171.187
  Swap usage:   0%


Expanded Security Maintenance for Applications is not enabled.

0 updates can be applied immediately.

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


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


[?2004h[jenkins@releng-00446-53-1-mininet-ovs-217-0 ~]&gt;</msg>
<arg>${user}</arg>
<arg>${USER_HOME}/.ssh/${SSH_KEY}</arg>
<arg>${KEYFILE_PASS}</arg>
<arg>delay=${delay}</arg>
<doc>Logs into the SSH server using key-based authentication.</doc>
<status status="PASS" start="2026-08-11T03:13:21.390808" elapsed="0.765913"/>
</kw>
<msg time="2026-08-11T03:13:22.156815" level="INFO">Returning from the enclosing user keyword.</msg>
<arg>SSHLibrary.Login With Public Key</arg>
<arg>${user}</arg>
<arg>${USER_HOME}/.ssh/${SSH_KEY}</arg>
<arg>${KEYFILE_PASS}</arg>
<arg>delay=${delay}</arg>
<doc>Runs the specified keyword and returns from the enclosing user keyword.</doc>
<status status="PASS" start="2026-08-11T03:13:21.390460" elapsed="0.766453"/>
</kw>
<arg>${user}</arg>
<arg>${password}</arg>
<doc>On active SSH session: if given non-empty password, do Login, else do Login With Public Key.</doc>
<status status="PASS" start="2026-08-11T03:13:21.388683" elapsed="0.768356"/>
</kw>
<kw name="File Should Exist" owner="SSHLibrary">
<msg time="2026-08-11T03:13:22.166000" level="INFO">[chan 1] Opened sftp connection (server version 3)</msg>
<arg>${file}</arg>
<doc>Fails if the given ``path`` does NOT point to an existing file.</doc>
<status status="PASS" start="2026-08-11T03:13:22.157260" elapsed="0.010653"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-08-11T03:13:22.168173" elapsed="0.000414"/>
</kw>
<arg>${cbench_system}</arg>
<arg>${cbench_executable}</arg>
<doc>Will create connection with public key and will PASS if the given ${file} exists,
otherwise will FAIL</doc>
<status status="PASS" start="2026-08-11T03:13:21.387491" elapsed="0.781184"/>
</kw>
<status status="PASS" start="2026-08-11T03:13:21.384284" elapsed="0.784443"/>
</branch>
<status status="PASS" start="2026-08-11T03:13:21.383923" elapsed="0.784850"/>
</if>
<kw name="Should Be True" owner="BuiltIn">
<arg>${loops} &gt;= 2</arg>
<arg>If number of loops is less than 2, cbench will not run</arg>
<doc>Fails if the given condition is not true.</doc>
<status status="PASS" start="2026-08-11T03:13:22.168986" elapsed="0.000680"/>
</kw>
<kw name="Verify_Feature_Is_Installed" owner="KarafKeywords">
<if>
<branch type="IF" condition="'${IS_KARAF_APPL}' == 'False'">
<return>
<value>Not A Karaf App</value>
<status status="NOT RUN" start="2026-08-11T03:13:22.175734" elapsed="0.000026"/>
</return>
<status status="NOT RUN" start="2026-08-11T03:13:22.175533" elapsed="0.000275"/>
</branch>
<status status="PASS" start="2026-08-11T03:13:22.175499" elapsed="0.000480"/>
</if>
<kw name="Issue_Command_On_Karaf_Console" owner="KarafKeywords">
<if>
<branch type="IF" condition="'${IS_KARAF_APPL}' == 'False'">
<return>
<value>Not A Karaf App</value>
<status status="NOT RUN" start="2026-08-11T03:13:22.180889" elapsed="0.000019"/>
</return>
<status status="NOT RUN" start="2026-08-11T03:13:22.180732" elapsed="0.000221"/>
</branch>
<status status="PASS" start="2026-08-11T03:13:22.180704" elapsed="0.000280"/>
</if>
<kw name="Open Connection" owner="SSHLibrary">
<arg>${controller}</arg>
<arg>port=${karaf_port}</arg>
<arg>prompt=${KARAF_PROMPT_LOGIN}</arg>
<arg>timeout=${timeout}</arg>
<doc>Opens a new SSH connection to the given ``host`` and ``port``.</doc>
<status status="PASS" start="2026-08-11T03:13:22.181165" elapsed="0.000623"/>
</kw>
<kw name="Login" owner="SSHLibrary">
<msg time="2026-08-11T03:13:22.182347" level="INFO">Logging into '10.30.170.29:8101' as 'karaf'.</msg>
<msg time="2026-08-11T03:13:22.355969" level="INFO">Read output: [33m                                                                                           
[33m    ________                       ________                .__  .__       .__     __       
[33m    \_____  \ ______   ____   ____ \______ \ _____  ___.__.|  | |__| ____ |  |___/  |_     
[33m     /   |   \\____ \_/ __ \ /    \ |    |  \\__  \&lt;   |  ||  | |  |/ ___\|  |  \   __\    
[33m    /    |    \  |_&gt; &gt;  ___/|   |  \|    `   \/ __ \\___  ||  |_|  / /_/  &gt;   Y  \  |      
[33m    \_______  /   __/ \___  &gt;___|  /_______  (____  / ____||____/__\___  /|___|  /__|      
[33m            \/|__|        \/     \/        \/     \/\/            /_____/      \/          
[33m                                                                                           

Hit '[1m&lt;tab&gt;[0m' for a list of available commands
and '[1m[cmd] --help[0m' for help on a specific command.
Hit '[1m&lt;ctrl-d&gt;[0m' or type '[1msystem:shutdown[0m' or '[1mlogout[0m' to shutdown OpenDaylight.

[?1h=[90m~[0m                                                                                [?2004hopendaylight-user</msg>
<arg>${KARAF_USER}</arg>
<arg>${KARAF_PASSWORD}</arg>
<arg>loglevel=${loglevel}</arg>
<doc>Logs into the SSH server with the given ``username`` and ``password``.</doc>
<status status="PASS" start="2026-08-11T03:13:22.181989" elapsed="0.174140"/>
</kw>
<kw name="Write" owner="SSHLibrary">
<msg time="2026-08-11T03:13:22.451622" level="INFO">@root&gt;feature:list -i | 0[C 0g[Krep odl-openflowplugin-drop-test</msg>
<arg>${cmd}</arg>
<doc>Writes the given ``text`` on the remote machine and appends a newline.</doc>
<status status="PASS" start="2026-08-11T03:13:22.356387" elapsed="0.095352"/>
</kw>
<kw name="Read Until Regexp" owner="SSHLibrary">
<msg time="2026-08-11T03:13:22.463628" level="INFO">[?1l&gt;[?2004l[31;1modl-openflowplugin-drop-test[0m                                    x 1.0.0            x x        x Started x [31;1modl-openflowplugin-drop-test[0m                                    x OpenDaylight :: Openflow Plugin :: Drop Test
[?1h=[90m~[0m                                                                                [?2004hopendaylight-user@root&gt;</msg>
<msg time="2026-08-11T03:13:22.463822" level="INFO">${output} = [?1l&gt;[?2004l[31;1modl-openflowplugin-drop-test[0m                                    x 1.0.0            x x        x Started x [31;1modl-openflowplugin-drop-test[0m                     ...</msg>
<var>${output}</var>
<arg>${KARAF_PROMPT}</arg>
<doc>Consumes and returns the server output until a match to ``regexp`` is found.</doc>
<status status="PASS" start="2026-08-11T03:13:22.451959" elapsed="0.011894"/>
</kw>
<kw name="Write Bare" owner="SSHLibrary">
<arg>logout\n</arg>
<doc>Writes the given ``text`` on the remote machine without appending a newline.</doc>
<status status="PASS" start="2026-08-11T03:13:22.463993" elapsed="0.000204"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-08-11T03:13:22.464343" elapsed="0.000220"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-08-11T03:13:22.465010" level="INFO">[?1l&gt;[?2004l[31;1modl-openflowplugin-drop-test[0m                                    x 1.0.0            x x        x Started x [31;1modl-openflowplugin-drop-test[0m                                    x OpenDaylight :: Openflow Plugin :: Drop Test
[?1h=[90m~[0m                                                                                [?2004hopendaylight-user@root&gt;</msg>
<arg>${output}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-08-11T03:13:22.464697" elapsed="0.000369"/>
</kw>
<return>
<value>${output}</value>
<status status="PASS" start="2026-08-11T03:13:22.465116" elapsed="0.000050"/>
</return>
<msg time="2026-08-11T03:13:22.465310" level="INFO">${output} = [?1l&gt;[?2004l[31;1modl-openflowplugin-drop-test[0m                                    x 1.0.0            x x        x Started x [31;1modl-openflowplugin-drop-test[0m                     ...</msg>
<var>${output}</var>
<arg>feature:list -i | grep ${feature_name}</arg>
<arg>${controller}</arg>
<arg>${karaf_port}</arg>
<doc>Will execute the given ${cmd} by ssh'ing to the karaf console running on 10.30.170.29
Note that this keyword will open&amp;close new SSH connection, without switching back to previously current session.</doc>
<status status="PASS" start="2026-08-11T03:13:22.180222" elapsed="0.285121"/>
</kw>
<kw name="Should Contain" owner="BuiltIn">
<arg>${output}</arg>
<arg>${feature_name}</arg>
<doc>Fails if ``container`` does not contain ``item`` one or more times.</doc>
<status status="PASS" start="2026-08-11T03:13:22.465511" elapsed="0.000514"/>
</kw>
<return>
<value>${output}</value>
<status status="PASS" start="2026-08-11T03:13:22.466076" elapsed="0.000032"/>
</return>
<arg>odl-openflowplugin-drop-test</arg>
<doc>Will Succeed if the given ${feature_name} is found in the output of "feature:list -i"</doc>
<status status="PASS" start="2026-08-11T03:13:22.175091" elapsed="0.291118"/>
</kw>
<kw name="Issue_Command_On_Karaf_Console" owner="KarafKeywords">
<if>
<branch type="IF" condition="'${IS_KARAF_APPL}' == 'False'">
<return>
<value>Not A Karaf App</value>
<status status="NOT RUN" start="2026-08-11T03:13:22.469842" elapsed="0.000015"/>
</return>
<status status="NOT RUN" start="2026-08-11T03:13:22.469708" elapsed="0.000182"/>
</branch>
<status status="PASS" start="2026-08-11T03:13:22.469685" elapsed="0.000228"/>
</if>
<kw name="Open Connection" owner="SSHLibrary">
<arg>${controller}</arg>
<arg>port=${karaf_port}</arg>
<arg>prompt=${KARAF_PROMPT_LOGIN}</arg>
<arg>timeout=${timeout}</arg>
<doc>Opens a new SSH connection to the given ``host`` and ``port``.</doc>
<status status="PASS" start="2026-08-11T03:13:22.470041" elapsed="0.000454"/>
</kw>
<kw name="Login" owner="SSHLibrary">
<msg time="2026-08-11T03:13:22.470901" level="INFO">Logging into '10.30.170.29:8101' as 'karaf'.</msg>
<msg time="2026-08-11T03:13:22.624601" level="INFO">Read output: [33m                                                                                           
[33m    ________                       ________                .__  .__       .__     __       
[33m    \_____  \ ______   ____   ____ \______ \ _____  ___.__.|  | |__| ____ |  |___/  |_     
[33m     /   |   \\____ \_/ __ \ /    \ |    |  \\__  \&lt;   |  ||  | |  |/ ___\|  |  \   __\    
[33m    /    |    \  |_&gt; &gt;  ___/|   |  \|    `   \/ __ \\___  ||  |_|  / /_/  &gt;   Y  \  |      
[33m    \_______  /   __/ \___  &gt;___|  /_______  (____  / ____||____/__\___  /|___|  /__|      
[33m            \/|__|        \/     \/        \/     \/\/            /_____/      \/          
[33m                                                                                           

Hit '[1m&lt;tab&gt;[0m' for a list of available commands
and '[1m[cmd] --help[0m' for help on a specific command.
Hit '[1m&lt;ctrl-d&gt;[0m' or type '[1msystem:shutdown[0m' or '[1mlogout[0m' to shutdown OpenDaylight.

[?1h=[90m~[0m                                                                                [?2004hopendaylight-user</msg>
<arg>${KARAF_USER}</arg>
<arg>${KARAF_PASSWORD}</arg>
<arg>loglevel=${loglevel}</arg>
<doc>Logs into the SSH server with the given ``username`` and ``password``.</doc>
<status status="PASS" start="2026-08-11T03:13:22.470640" elapsed="0.154220"/>
</kw>
<kw name="Write" owner="SSHLibrary">
<msg time="2026-08-11T03:13:22.652230" level="INFO">@root&gt;dropallpacketsrpc on</msg>
<arg>${cmd}</arg>
<doc>Writes the given ``text`` on the remote machine and appends a newline.</doc>
<status status="PASS" start="2026-08-11T03:13:22.625286" elapsed="0.027075"/>
</kw>
<kw name="Read Until Regexp" owner="SSHLibrary">
<msg time="2026-08-11T03:13:22.656428" level="INFO">[?1l&gt;[?2004lDropAllFlows transitions to on
[?1h=[90m~[0m                                                                                [?2004hopendaylight-user@root&gt;</msg>
<msg time="2026-08-11T03:13:22.656669" level="INFO">${output} = [?1l&gt;[?2004lDropAllFlows transitions to on
[?1h=[90m~[0m                                                                                [?2004hopendaylight-user@root&gt;</msg>
<var>${output}</var>
<arg>${KARAF_PROMPT}</arg>
<doc>Consumes and returns the server output until a match to ``regexp`` is found.</doc>
<status status="PASS" start="2026-08-11T03:13:22.652709" elapsed="0.004024"/>
</kw>
<kw name="Write Bare" owner="SSHLibrary">
<arg>logout\n</arg>
<doc>Writes the given ``text`` on the remote machine without appending a newline.</doc>
<status status="PASS" start="2026-08-11T03:13:22.657027" elapsed="0.000395"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-08-11T03:13:22.657744" elapsed="0.000374"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-08-11T03:13:22.659047" level="INFO">[?1l&gt;[?2004lDropAllFlows transitions to on
[?1h=[90m~[0m                                                                                [?2004hopendaylight-user@root&gt;</msg>
<arg>${output}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-08-11T03:13:22.658404" elapsed="0.000791"/>
</kw>
<return>
<value>${output}</value>
<status status="PASS" start="2026-08-11T03:13:22.659302" elapsed="0.000186"/>
</return>
<arg>dropallpacketsrpc on</arg>
<doc>Will execute the given ${cmd} by ssh'ing to the karaf console running on 10.30.170.29
Note that this keyword will open&amp;close new SSH connection, without switching back to previously current session.</doc>
<status status="PASS" start="2026-08-11T03:13:22.469370" elapsed="0.190365"/>
</kw>
<status status="PASS" start="2026-08-11T03:13:20.593050" elapsed="2.066778"/>
</kw>
<test id="s1-t1" name="Cbench Latency Test" line="37">
<kw name="Log" owner="BuiltIn">
<msg time="2026-08-11T03:13:22.662607" level="INFO">Cbench tests using 10 iterations of 60 second tests. Switch Count: 16. Unique MACS to cycle: 100</msg>
<arg>Cbench tests using ${loops} iterations of ${duration_in_secs} second tests. Switch Count: ${switch_count}. Unique MACS to cycle: ${num_of_unique_macs}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-08-11T03:13:22.661140" elapsed="0.001560"/>
</kw>
<kw name="Run Cbench And Log Results">
<kw name="Set Suite Variable" owner="BuiltIn">
<msg time="2026-08-11T03:13:22.664751" level="INFO">${output_filename} = latency.csv</msg>
<arg>${output_filename}</arg>
<doc>Makes a variable available everywhere within the scope of the current suite.</doc>
<status status="PASS" start="2026-08-11T03:13:22.664210" elapsed="0.000603"/>
</kw>
<if>
<branch type="IF" condition="&quot;${cbench_system}&quot; == &quot;localhost&quot;">
<kw name="Run" owner="OperatingSystem">
<var>${output}</var>
<arg>${cbench_executable} -c ${ODL_SYSTEM_IP} ${cbench_args}</arg>
<doc>_This keyword is considered deprecated. Use the
[http://robotframework.org/robotframework/latest/libraries/Process.html|
Process] library instead._</doc>
<status status="NOT RUN" start="2026-08-11T03:13:22.665257" elapsed="0.000030"/>
</kw>
<status status="NOT RUN" start="2026-08-11T03:13:22.664927" elapsed="0.000422"/>
</branch>
<branch type="ELSE">
<kw name="Run Command On Remote System" owner="Utils">
<if>
<branch type="IF" condition="&quot;${return_stdout}&quot;!=&quot;True&quot; and &quot;${return_stderr}&quot;!=&quot;True&quot;">
<kw name="Fail" owner="BuiltIn">
<arg>At least one of {return_stdout} or {return_stderr} args should be set to True</arg>
<doc>Fails the test with the given message and optionally alters its tags.</doc>
<status status="NOT RUN" start="2026-08-11T03:13:22.669547" elapsed="0.000032"/>
</kw>
<status status="NOT RUN" start="2026-08-11T03:13:22.669167" elapsed="0.000460"/>
</branch>
<status status="PASS" start="2026-08-11T03:13:22.669138" elapsed="0.000525"/>
</if>
<kw name="Get Connection" owner="SSHLibrary">
<msg time="2026-08-11T03:13:22.670139" level="INFO">index=None
host=None
alias=None
port=22
timeout=3 seconds
newline=

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

prompt=None
term_type=vt100
width=80
height=24
path_separator=/
encoding=utf8
escape_ansi=False
encoding_errors=strict</msg>
<var>${current_ssh_connection}</var>
<doc>Returns information about the connection.</doc>
<status status="PASS" start="2026-08-11T03:13:22.669848" elapsed="0.000502"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-08-11T03:13:22.671167" level="INFO">Attempting to execute command "/usr/local/bin/cbench -c 10.30.170.29 -m 60000 -M 100 -S 16 -l 10 -D 5000 -p 6633" on remote system "10.30.171.187" by user "jenkins" with keyfile pass "any" and prompt "&gt;" and password ""</msg>
<arg>Attempting to execute command "${cmd}" on remote system "${system}" by user "${user}" with keyfile pass "${keyfile_pass}" and prompt "${prompt}" and password "${password}"</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-08-11T03:13:22.670567" elapsed="0.000687"/>
</kw>
<kw name="Open Connection" owner="SSHLibrary">
<msg time="2026-08-11T03:13:22.672070" level="INFO">${conn_id} = 5</msg>
<var>${conn_id}</var>
<arg>${system}</arg>
<arg>prompt=${prompt}</arg>
<arg>timeout=${prompt_timeout}</arg>
<doc>Opens a new SSH connection to the given ``host`` and ``port``.</doc>
<status status="PASS" start="2026-08-11T03:13:22.671526" elapsed="0.000572"/>
</kw>
<kw name="Flexible_SSH_Login" owner="SSHKeywords">
<kw name="Get Length" owner="BuiltIn">
<msg time="2026-08-11T03:13:22.673048" level="INFO">Length is 0.</msg>
<msg time="2026-08-11T03:13:22.673143" level="INFO">${pwd_length} = 0</msg>
<var>${pwd_length}</var>
<arg>${password}</arg>
<doc>Returns and logs the length of the given item as an integer.</doc>
<status status="PASS" start="2026-08-11T03:13:22.672710" elapsed="0.000457"/>
</kw>
<kw name="Run Keyword And Return If" owner="BuiltIn">
<arg>${pwd_length} &gt; 0</arg>
<arg>SSHLibrary.Login</arg>
<arg>${user}</arg>
<arg>${password}</arg>
<arg>delay=${delay}</arg>
<doc>Runs the specified keyword and returns from the enclosing user keyword.</doc>
<status status="PASS" start="2026-08-11T03:13:22.673309" elapsed="0.000371"/>
</kw>
<kw name="Run Keyword And Return" owner="BuiltIn">
<kw name="Login With Public Key" owner="SSHLibrary">
<msg time="2026-08-11T03:13:22.674584" level="INFO">Logging into '10.30.171.187:22' as 'jenkins'.</msg>
<msg time="2026-08-11T03:13:23.018130" level="INFO">Read output: Welcome to Ubuntu 22.04.5 LTS (GNU/Linux 5.15.0-186-generic x86_64)

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

 System information as of Tue Aug 11 03:13:21 UTC 2026

  System load:  0.03               Processes:             112
  Usage of /:   19.7% of 38.58GB   Users logged in:       0
  Memory usage: 4%                 IPv4 address for ens3: 10.30.171.187
  Swap usage:   0%


Expanded Security Maintenance for Applications is not enabled.

0 updates can be applied immediately.

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


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


Last login: Tue Aug 11 03:13:22 2026 from 10.30.170.152
[?2004h[jenkins@releng-00446-53-1-mininet-ovs-217-0 ~]&gt;</msg>
<arg>${user}</arg>
<arg>${USER_HOME}/.ssh/${SSH_KEY}</arg>
<arg>${KEYFILE_PASS}</arg>
<arg>delay=${delay}</arg>
<doc>Logs into the SSH server using key-based authentication.</doc>
<status status="PASS" start="2026-08-11T03:13:22.674190" elapsed="0.344129"/>
</kw>
<msg time="2026-08-11T03:13:23.018405" level="INFO">Returning from the enclosing user keyword.</msg>
<arg>SSHLibrary.Login With Public Key</arg>
<arg>${user}</arg>
<arg>${USER_HOME}/.ssh/${SSH_KEY}</arg>
<arg>${KEYFILE_PASS}</arg>
<arg>delay=${delay}</arg>
<doc>Runs the specified keyword and returns from the enclosing user keyword.</doc>
<status status="PASS" start="2026-08-11T03:13:22.673834" elapsed="0.344681"/>
</kw>
<arg>${user}</arg>
<arg>${password}</arg>
<doc>On active SSH session: if given non-empty password, do Login, else do Login With Public Key.</doc>
<status status="PASS" start="2026-08-11T03:13:22.672300" elapsed="0.346338"/>
</kw>
<kw name="Execute Command" owner="SSHLibrary">
<msg time="2026-08-11T03:13:23.019144" level="INFO">Executing command '/usr/local/bin/cbench -c 10.30.170.29 -m 60000 -M 100 -S 16 -l 10 -D 5000 -p 6633'.</msg>
<msg time="2026-08-11T03:23:29.114349" level="INFO">Command exited with return code 0.</msg>
<msg time="2026-08-11T03:23:29.114961" level="INFO">${stdout} = </msg>
<msg time="2026-08-11T03:23:29.115069" level="INFO">${stderr} = cbench: controller benchmarking tool
   running in mode 'latency'
   connecting to controller at 10.30.170.29:6633 
   faking 16 switches with 1 threads :: 10 tests each; 60000 ms per test
   with 100...</msg>
<var>${stdout}</var>
<var>${stderr}</var>
<arg>${cmd}</arg>
<arg>return_stderr=True</arg>
<doc>Executes ``command`` on the remote machine and returns its outputs.</doc>
<status status="PASS" start="2026-08-11T03:13:23.018848" elapsed="606.096280"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-08-11T03:23:29.115629" elapsed="0.000749"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-08-11T03:23:29.117553" level="INFO">cbench: controller benchmarking tool
   running in mode 'latency'
   connecting to controller at 10.30.170.29:6633 
   faking 16 switches with 1 threads :: 10 tests each; 60000 ms per test
   with 100 unique source MACs per switch
   learning destination mac addresses before the test
   starting test with 5000 ms delay after features_reply
   ignoring first 1 "warmup" and last 0 "cooldown" loops
   debugging info is off
Master Thread: Creating thread-0! 
Thread-0: All switches initialized. Running at node 10.30.170.29. So far 1 cbench instances have initialized their switches.  Waiting for other cbench-instances
Thread-0: Total switches from ALL cbench-instances initialized.
03:14:28.205 16  switches: flows:  90251 90298 91503 91286 90337 90056 90253 90300 88472 89193 89498 89222 89108 87516 87876 88969  total = 23.902300 per ms 
03:15:28.305 16  switches: flows:  113068 112656 113275 112509 111616 113018 111097 111922 110094 110172 111018 109688 110824 111062 110147 112538  total = 29.695473 per ms 
03:16:28.406 16  switches: flows:  95944 95892 95756 95376 95275 95038 93701 93573 94407 93555 93871 93079 94273 93693 93885 94128  total = 25.148721 per ms 
03:17:28.506 16  switches: flows:  103994 103854 105400 105313 103717 105369 102960 102967 102642 102421 103312 102192 103087 100617 102427 102043  total = 27.492702 per ms 
03:18:28.606 16  switches: flows:  101563 101369 104196 104691 101787 104528 100995 102102 100584 101876 101722 100108 102413 99583 100683 100102  total = 27.093106 per ms 
03:19:28.706 16  switches: flows:  105311 104766 105418 106680 105648 105407 105088 103869 105259 103732 104912 102307 105199 101087 104835 101936  total = 27.811150 per ms 
03:20:28.806 16  switches: flows:  103494 101771 104673 104271 103204 103705 102774 102477 102738 101365 102772 100710 102851 100099 100424 100750  total = 27.255788 per ms 
03:21:28.907 16  switches: flows:  107327 107343 109212 107718 107529 108067 107678 107409 106555 106069 105384 106156 107966 105747 104506 104656  total = 28.441222 per ms 
03:22:29.007 16  switches: flows:  105932 104742 108942 106670 106610 106834 106497 105829 104156 103690 103709 104449 107304 104536 103451 103430  total = 28.066135 per ms 
03:23:29.107 16  switches: flows:  83995 83399 83557 83985 83930 83388 83159 83527 83467 81376 82412 82203 82560 82871 81674 81823  total = 22.085231 per ms 
RESULT: 16 switches 9 tests min/max/avg/stdev = 22085.23/29695.47/27009.95/9241.05 responses/s</msg>
<arg>${stderr}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-08-11T03:23:29.116782" elapsed="0.001058"/>
</kw>
<if>
<branch type="IF" condition="&quot;${return_stdout}&quot;!=&quot;True&quot;">
<return>
<value>${stderr}</value>
<status status="PASS" start="2026-08-11T03:23:29.118346" elapsed="0.000116"/>
</return>
<status status="PASS" start="2026-08-11T03:23:29.118045" elapsed="0.000501"/>
</branch>
<status status="PASS" start="2026-08-11T03:23:29.117973" elapsed="0.000630"/>
</if>
<if>
<branch type="IF" condition="&quot;${return_stderr}&quot;!=&quot;True&quot;">
<return>
<value>${stdout}</value>
<status status="NOT RUN" start="2026-08-11T03:23:29.118822" elapsed="0.000030"/>
</return>
<status status="NOT RUN" start="2026-08-11T03:23:29.118737" elapsed="0.000177"/>
</branch>
<status status="NOT RUN" start="2026-08-11T03:23:29.118700" elapsed="0.000262"/>
</if>
<return>
<value>${stdout}</value>
<value>${stderr}</value>
<status status="NOT RUN" start="2026-08-11T03:23:29.119036" elapsed="0.000031"/>
</return>
<kw name="Restore_Current_Ssh_Connection_From_Index" owner="SSHKeywords" type="TEARDOWN">
<kw name="Run Keyword And Return If" owner="BuiltIn">
<arg>${connection_index} is not None</arg>
<arg>SSHLibrary.Switch Connection</arg>
<arg>${connection_index}</arg>
<doc>Runs the specified keyword and returns from the enclosing user keyword.</doc>
<status status="PASS" start="2026-08-11T03:23:29.124517" elapsed="0.000333"/>
</kw>
<kw name="Open Connection" owner="SSHLibrary">
<arg>127.0.0.1</arg>
<doc>Opens a new SSH connection to the given ``host`` and ``port``.</doc>
<status status="PASS" start="2026-08-11T03:23:29.124993" elapsed="0.000165"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-08-11T03:23:29.125285" elapsed="0.000097"/>
</kw>
<arg>${current_ssh_connection.index}</arg>
<doc>Restore active SSH connection in SSHLibrary to given index.</doc>
<status status="PASS" start="2026-08-11T03:23:29.119766" elapsed="0.005682"/>
</kw>
<msg time="2026-08-11T03:23:29.125578" level="INFO">${output} = cbench: controller benchmarking tool
   running in mode 'latency'
   connecting to controller at 10.30.170.29:6633 
   faking 16 switches with 1 threads :: 10 tests each; 60000 ms per test
   with 100...</msg>
<var>${output}</var>
<arg>${cbench_system}</arg>
<arg>${cbench_executable} -c ${ODL_SYSTEM_IP} ${cbench_args}</arg>
<arg>prompt_timeout=${test_timeout}</arg>
<arg>return_stdout=False</arg>
<arg>return_stderr=True</arg>
<doc>Reduces the common work of running a command on a remote system to a single higher level
robot keyword, taking care to log in with a public key and. The command given is written and the return value
depends on the passed argument values of return_stdout (default: True) and return_stderr (default: False).
At least one should be True, or the keyword will exit and FAIL. If both are True, the resulting return value
will be a two element list containing both. Otherwise the resulting return value is a string.
No test conditions are checked.</doc>
<status status="PASS" start="2026-08-11T03:13:22.665881" elapsed="606.459724"/>
</kw>
<status status="PASS" start="2026-08-11T03:13:22.665394" elapsed="606.460259"/>
</branch>
<status status="PASS" start="2026-08-11T03:13:22.664894" elapsed="606.460783"/>
</if>
<kw name="Log" owner="BuiltIn">
<msg time="2026-08-11T03:23:29.126095" level="INFO">cbench: controller benchmarking tool
   running in mode 'latency'
   connecting to controller at 10.30.170.29:6633 
   faking 16 switches with 1 threads :: 10 tests each; 60000 ms per test
   with 100 unique source MACs per switch
   learning destination mac addresses before the test
   starting test with 5000 ms delay after features_reply
   ignoring first 1 "warmup" and last 0 "cooldown" loops
   debugging info is off
Master Thread: Creating thread-0! 
Thread-0: All switches initialized. Running at node 10.30.170.29. So far 1 cbench instances have initialized their switches.  Waiting for other cbench-instances
Thread-0: Total switches from ALL cbench-instances initialized.
03:14:28.205 16  switches: flows:  90251 90298 91503 91286 90337 90056 90253 90300 88472 89193 89498 89222 89108 87516 87876 88969  total = 23.902300 per ms 
03:15:28.305 16  switches: flows:  113068 112656 113275 112509 111616 113018 111097 111922 110094 110172 111018 109688 110824 111062 110147 112538  total = 29.695473 per ms 
03:16:28.406 16  switches: flows:  95944 95892 95756 95376 95275 95038 93701 93573 94407 93555 93871 93079 94273 93693 93885 94128  total = 25.148721 per ms 
03:17:28.506 16  switches: flows:  103994 103854 105400 105313 103717 105369 102960 102967 102642 102421 103312 102192 103087 100617 102427 102043  total = 27.492702 per ms 
03:18:28.606 16  switches: flows:  101563 101369 104196 104691 101787 104528 100995 102102 100584 101876 101722 100108 102413 99583 100683 100102  total = 27.093106 per ms 
03:19:28.706 16  switches: flows:  105311 104766 105418 106680 105648 105407 105088 103869 105259 103732 104912 102307 105199 101087 104835 101936  total = 27.811150 per ms 
03:20:28.806 16  switches: flows:  103494 101771 104673 104271 103204 103705 102774 102477 102738 101365 102772 100710 102851 100099 100424 100750  total = 27.255788 per ms 
03:21:28.907 16  switches: flows:  107327 107343 109212 107718 107529 108067 107678 107409 106555 106069 105384 106156 107966 105747 104506 104656  total = 28.441222 per ms 
03:22:29.007 16  switches: flows:  105932 104742 108942 106670 106610 106834 106497 105829 104156 103690 103709 104449 107304 104536 103451 103430  total = 28.066135 per ms 
03:23:29.107 16  switches: flows:  83995 83399 83557 83985 83930 83388 83159 83527 83467 81376 82412 82203 82560 82871 81674 81823  total = 22.085231 per ms 
RESULT: 16 switches 9 tests min/max/avg/stdev = 22085.23/29695.47/27009.95/9241.05 responses/s</msg>
<arg>${output}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-08-11T03:23:29.125810" elapsed="0.000357"/>
</kw>
<kw name="Should Contain" owner="BuiltIn">
<arg>${output}</arg>
<arg>RESULT</arg>
<doc>Fails if ``container`` does not contain ``item`` one or more times.</doc>
<status status="PASS" start="2026-08-11T03:23:29.126310" elapsed="0.000420"/>
</kw>
<kw name="Get Lines Containing String" owner="String">
<msg time="2026-08-11T03:23:29.127114" level="INFO">1 out of 23 lines matched.</msg>
<msg time="2026-08-11T03:23:29.127202" level="INFO">${result_line} = RESULT: 16 switches 9 tests min/max/avg/stdev = 22085.23/29695.47/27009.95/9241.05 responses/s</msg>
<var>${result_line}</var>
<arg>${output}</arg>
<arg>RESULT</arg>
<doc>Returns lines of the given ``string`` that contain the ``pattern``.</doc>
<status status="PASS" start="2026-08-11T03:23:29.126889" elapsed="0.000338"/>
</kw>
<kw name="Split String" owner="String">
<msg time="2026-08-11T03:23:29.127665" level="INFO">@{results_list} = [ RESULT: | 16 | switches | 9 | tests | min/max/avg/stdev | = | 22085.23/29695.47/27009.95/9241.05 | responses/s ]</msg>
<var>@{results_list}</var>
<arg>${result_line}</arg>
<doc>Splits the ``string`` using ``separator`` as a delimiter string.</doc>
<status status="PASS" start="2026-08-11T03:23:29.127377" elapsed="0.000314"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-08-11T03:23:29.130180" level="INFO">min/max/avg/stdev</msg>
<arg>${results_list[5]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-08-11T03:23:29.127833" elapsed="0.002409"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-08-11T03:23:29.132640" level="INFO">22085.23/29695.47/27009.95/9241.05</msg>
<arg>${results_list[7]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-08-11T03:23:29.130394" elapsed="0.002304"/>
</kw>
<kw name="Split String" owner="String">
<msg time="2026-08-11T03:23:29.135013" level="INFO">@{result_name_list} = [ min | max | avg | stdev ]</msg>
<var>@{result_name_list}</var>
<arg>${results_list[5]}</arg>
<arg>/</arg>
<doc>Splits the ``string`` using ``separator`` as a delimiter string.</doc>
<status status="PASS" start="2026-08-11T03:23:29.132852" elapsed="0.002188"/>
</kw>
<kw name="Split String" owner="String">
<msg time="2026-08-11T03:23:29.137492" level="INFO">@{result_value_list} = [ 22085.23 | 29695.47 | 27009.95 | 9241.05 ]</msg>
<var>@{result_value_list}</var>
<arg>${results_list[7]}</arg>
<arg>/</arg>
<doc>Splits the ``string`` using ``separator`` as a delimiter string.</doc>
<status status="PASS" start="2026-08-11T03:23:29.135263" elapsed="0.002257"/>
</kw>
<kw name="Get Length" owner="BuiltIn">
<msg time="2026-08-11T03:23:29.137996" level="INFO">Length is 4.</msg>
<msg time="2026-08-11T03:23:29.138083" level="INFO">${num_stats} = 4</msg>
<var>${num_stats}</var>
<arg>${result_name_list}</arg>
<doc>Returns and logs the length of the given item as an integer.</doc>
<status status="PASS" start="2026-08-11T03:23:29.137674" elapsed="0.000433"/>
</kw>
<for flavor="IN RANGE">
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-08-11T03:23:29.143036" level="INFO">min :: 22085.23</msg>
<arg>${result_name_list[${i}]} :: ${result_value_list[${i}]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-08-11T03:23:29.138603" elapsed="0.004491"/>
</kw>
<var name="${i}">0</var>
<status status="PASS" start="2026-08-11T03:23:29.138411" elapsed="0.004717"/>
</iter>
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-08-11T03:23:29.147535" level="INFO">max :: 29695.47</msg>
<arg>${result_name_list[${i}]} :: ${result_value_list[${i}]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-08-11T03:23:29.143347" elapsed="0.004272"/>
</kw>
<var name="${i}">1</var>
<status status="PASS" start="2026-08-11T03:23:29.143221" elapsed="0.004432"/>
</iter>
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-08-11T03:23:29.152162" level="INFO">avg :: 27009.95</msg>
<arg>${result_name_list[${i}]} :: ${result_value_list[${i}]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-08-11T03:23:29.147867" elapsed="0.004352"/>
</kw>
<var name="${i}">2</var>
<status status="PASS" start="2026-08-11T03:23:29.147741" elapsed="0.004511"/>
</iter>
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-08-11T03:23:29.156793" level="INFO">stdev :: 9241.05</msg>
<arg>${result_name_list[${i}]} :: ${result_value_list[${i}]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-08-11T03:23:29.152562" elapsed="0.004287"/>
</kw>
<var name="${i}">3</var>
<status status="PASS" start="2026-08-11T03:23:29.152342" elapsed="0.004541"/>
</iter>
<var>${i}</var>
<value>0</value>
<value>${num_stats}</value>
<status status="PASS" start="2026-08-11T03:23:29.138182" elapsed="0.018733"/>
</for>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-08-11T03:23:29.160937" level="INFO">${min} = 22085.23</msg>
<var>${min}</var>
<arg>${result_value_list[${0}]}</arg>
<doc>Returns the given values which can then be assigned to a variables.</doc>
<status status="PASS" start="2026-08-11T03:23:29.157070" elapsed="0.003895"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-08-11T03:23:29.164991" level="INFO">${max} = 29695.47</msg>
<var>${max}</var>
<arg>${result_value_list[${1}]}</arg>
<doc>Returns the given values which can then be assigned to a variables.</doc>
<status status="PASS" start="2026-08-11T03:23:29.161120" elapsed="0.003898"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-08-11T03:23:29.168786" level="INFO">${average} = 27009.95</msg>
<var>${average}</var>
<arg>${result_value_list[${2}]}</arg>
<doc>Returns the given values which can then be assigned to a variables.</doc>
<status status="PASS" start="2026-08-11T03:23:29.165169" elapsed="0.003644"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-08-11T03:23:29.172675" level="INFO">${stdev} = 9241.05</msg>
<var>${stdev}</var>
<arg>${result_value_list[${3}]}</arg>
<doc>Returns the given values which can then be assigned to a variables.</doc>
<status status="PASS" start="2026-08-11T03:23:29.168962" elapsed="0.003740"/>
</kw>
<kw name="Get Time" owner="BuiltIn">
<msg time="2026-08-11T03:23:29.173214" level="INFO">${date} = 2026-08-11 03:23:29</msg>
<var>${date}</var>
<arg>d,m,s</arg>
<doc>Returns the given time in the requested format.</doc>
<status status="PASS" start="2026-08-11T03:23:29.172860" elapsed="0.000379"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-08-11T03:23:29.173802" level="INFO">CBench Result: 2026-08-11 03:23:29,-m 60000 -M 100 -S 16 -l 10 -D 5000 -p 6633,22085.23,29695.47,27009.95,9241.05</msg>
<arg>CBench Result: ${date},${cbench_args},${min},${max},${average},${stdev}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-08-11T03:23:29.173382" elapsed="0.000476"/>
</kw>
<kw name="Log Results And Determine Status">
<kw name="Append To File" owner="OperatingSystem">
<msg time="2026-08-11T03:23:29.174937" level="INFO" html="true">Appended to file '&lt;a href="file:///w/workspace/openflowplugin-csit-1node-cbench-only-chromium/latency.csv"&gt;/w/workspace/openflowplugin-csit-1node-cbench-only-chromium/latency.csv&lt;/a&gt;'.</msg>
<arg>${output_file}</arg>
<arg>${min},${max},${average}\n</arg>
<doc>Appends the given content to the specified file.</doc>
<status status="PASS" start="2026-08-11T03:23:29.174507" elapsed="0.000495"/>
</kw>
<kw name="Should Be True" owner="BuiltIn">
<arg>${average} &gt; ${threshold}</arg>
<arg>${average} flow_mods per/sec did not exceed threshold of ${threshold}</arg>
<doc>Fails if the given condition is not true.</doc>
<status status="PASS" start="2026-08-11T03:23:29.175149" elapsed="0.000507"/>
</kw>
<arg>${min}</arg>
<arg>${max}</arg>
<arg>${average}</arg>
<arg>${average_threshold}</arg>
<arg>${output_filename}</arg>
<status status="PASS" start="2026-08-11T03:23:29.174015" 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>${latency_results_file}</arg>
<status status="PASS" start="2026-08-11T03:13:22.663270" elapsed="606.512509"/>
</kw>
<kw name="Sleep" owner="BuiltIn">
<msg time="2026-08-11T03:23:29.176242" level="INFO">Slept 0 seconds.</msg>
<arg>${test_delay}</arg>
<doc>Pauses the test executed for the given time.</doc>
<status status="PASS" start="2026-08-11T03:23:29.175928" elapsed="0.000370"/>
</kw>
<kw name="Log Results As Zero If Cbench Timed Out" type="TEARDOWN">
<kw name="Run Keyword If Timeout Occurred" owner="BuiltIn">
<arg>Log Results And Determine Status</arg>
<arg>0</arg>
<arg>0</arg>
<arg>0</arg>
<arg>0</arg>
<arg>${output_filename}</arg>
<doc>Runs the given keyword if either a test or a keyword timeout has occurred.</doc>
<status status="PASS" start="2026-08-11T03:23:29.176822" elapsed="0.000266"/>
</kw>
<status status="PASS" start="2026-08-11T03:23:29.176525" elapsed="0.000633"/>
</kw>
<doc>cbench executed in default latency mode. Test parameters have defaults, but can be overridden
on the pybot command line</doc>
<tag>cbench</tag>
<tag>latency</tag>
<timeout value="15 minutes"/>
<status status="PASS" start="2026-08-11T03:13:22.660038" elapsed="606.517157"/>
</test>
<test id="s1-t2" name="Cbench Throughput Test" line="51">
<kw name="Log" owner="BuiltIn">
<msg time="2026-08-11T03:23:29.178675" level="INFO">Cbench tests using 10 iterations of 60 second tests. Switch Count: 16. Unique MACS to cycle: 100</msg>
<arg>Cbench tests using ${loops} iterations of ${duration_in_secs} second tests. Switch Count: ${switch_count}. Unique MACS to cycle: ${num_of_unique_macs}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-08-11T03:23:29.178277" elapsed="0.000455"/>
</kw>
<kw name="Run Cbench And Log Results">
<kw name="Set Suite Variable" owner="BuiltIn">
<msg time="2026-08-11T03:23:29.180162" level="INFO">${output_filename} = throughput.csv</msg>
<arg>${output_filename}</arg>
<doc>Makes a variable available everywhere within the scope of the current suite.</doc>
<status status="PASS" start="2026-08-11T03:23:29.179832" elapsed="0.000373"/>
</kw>
<if>
<branch type="IF" condition="&quot;${cbench_system}&quot; == &quot;localhost&quot;">
<kw name="Run" owner="OperatingSystem">
<var>${output}</var>
<arg>${cbench_executable} -c ${ODL_SYSTEM_IP} ${cbench_args}</arg>
<doc>_This keyword is considered deprecated. Use the
[http://robotframework.org/robotframework/latest/libraries/Process.html|
Process] library instead._</doc>
<status status="NOT RUN" start="2026-08-11T03:23:29.180550" elapsed="0.000022"/>
</kw>
<status status="NOT RUN" start="2026-08-11T03:23:29.180315" elapsed="0.000294"/>
</branch>
<branch type="ELSE">
<kw name="Run Command On Remote System" owner="Utils">
<if>
<branch type="IF" condition="&quot;${return_stdout}&quot;!=&quot;True&quot; and &quot;${return_stderr}&quot;!=&quot;True&quot;">
<kw name="Fail" owner="BuiltIn">
<arg>At least one of {return_stdout} or {return_stderr} args should be set to True</arg>
<doc>Fails the test with the given message and optionally alters its tags.</doc>
<status status="NOT RUN" start="2026-08-11T03:23:29.183402" elapsed="0.000022"/>
</kw>
<status status="NOT RUN" start="2026-08-11T03:23:29.183159" elapsed="0.000318"/>
</branch>
<status status="PASS" start="2026-08-11T03:23:29.183141" elapsed="0.000362"/>
</if>
<kw name="Get Connection" owner="SSHLibrary">
<msg time="2026-08-11T03:23:29.183886" level="INFO">index=None
host=None
alias=None
port=22
timeout=3 seconds
newline=

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

prompt=None
term_type=vt100
width=80
height=24
path_separator=/
encoding=utf8
escape_ansi=False
encoding_errors=strict</msg>
<var>${current_ssh_connection}</var>
<doc>Returns information about the connection.</doc>
<status status="PASS" start="2026-08-11T03:23:29.183678" elapsed="0.000352"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-08-11T03:23:29.184593" level="INFO">Attempting to execute command "/usr/local/bin/cbench -c 10.30.170.29 -t -m 60000 -M 100 -S 16 -l 10 -D 5000 -p 6633" on remote system "10.30.171.187" by user "jenkins" with keyfile pass "any" and prompt "&gt;" and password ""</msg>
<arg>Attempting to execute command "${cmd}" on remote system "${system}" by user "${user}" with keyfile pass "${keyfile_pass}" and prompt "${prompt}" and password "${password}"</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-08-11T03:23:29.184162" elapsed="0.000494"/>
</kw>
<kw name="Open Connection" owner="SSHLibrary">
<msg time="2026-08-11T03:23:29.185188" level="INFO">${conn_id} = 7</msg>
<var>${conn_id}</var>
<arg>${system}</arg>
<arg>prompt=${prompt}</arg>
<arg>timeout=${prompt_timeout}</arg>
<doc>Opens a new SSH connection to the given ``host`` and ``port``.</doc>
<status status="PASS" start="2026-08-11T03:23:29.184793" elapsed="0.000422"/>
</kw>
<kw name="Flexible_SSH_Login" owner="SSHKeywords">
<kw name="Get Length" owner="BuiltIn">
<msg time="2026-08-11T03:23:29.186098" level="INFO">Length is 0.</msg>
<msg time="2026-08-11T03:23:29.186186" level="INFO">${pwd_length} = 0</msg>
<var>${pwd_length}</var>
<arg>${password}</arg>
<doc>Returns and logs the length of the given item as an integer.</doc>
<status status="PASS" start="2026-08-11T03:23:29.185796" elapsed="0.000413"/>
</kw>
<kw name="Run Keyword And Return If" owner="BuiltIn">
<arg>${pwd_length} &gt; 0</arg>
<arg>SSHLibrary.Login</arg>
<arg>${user}</arg>
<arg>${password}</arg>
<arg>delay=${delay}</arg>
<doc>Runs the specified keyword and returns from the enclosing user keyword.</doc>
<status status="PASS" start="2026-08-11T03:23:29.186346" elapsed="0.000340"/>
</kw>
<kw name="Run Keyword And Return" owner="BuiltIn">
<kw name="Login With Public Key" owner="SSHLibrary">
<msg time="2026-08-11T03:23:29.187550" level="INFO">Logging into '10.30.171.187:22' as 'jenkins'.</msg>
<msg time="2026-08-11T03:23:29.762568" level="INFO">Read output: Welcome to Ubuntu 22.04.5 LTS (GNU/Linux 5.15.0-186-generic x86_64)

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

 System information as of Tue Aug 11 03:23:29 UTC 2026

  System load:  1.0                Processes:             106
  Usage of /:   19.7% of 38.58GB   Users logged in:       0
  Memory usage: 4%                 IPv4 address for ens3: 10.30.171.187
  Swap usage:   0%


Expanded Security Maintenance for Applications is not enabled.

0 updates can be applied immediately.

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


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


Last login: Tue Aug 11 03:13:22 2026 from 10.30.170.152
[?2004h[jenkins@releng-00446-53-1-mininet-ovs-217-0 ~]&gt;</msg>
<arg>${user}</arg>
<arg>${USER_HOME}/.ssh/${SSH_KEY}</arg>
<arg>${KEYFILE_PASS}</arg>
<arg>delay=${delay}</arg>
<doc>Logs into the SSH server using key-based authentication.</doc>
<status status="PASS" start="2026-08-11T03:23:29.187166" elapsed="0.575588"/>
</kw>
<msg time="2026-08-11T03:23:29.762836" level="INFO">Returning from the enclosing user keyword.</msg>
<arg>SSHLibrary.Login With Public Key</arg>
<arg>${user}</arg>
<arg>${USER_HOME}/.ssh/${SSH_KEY}</arg>
<arg>${KEYFILE_PASS}</arg>
<arg>delay=${delay}</arg>
<doc>Runs the specified keyword and returns from the enclosing user keyword.</doc>
<status status="PASS" start="2026-08-11T03:23:29.186833" elapsed="0.576088"/>
</kw>
<arg>${user}</arg>
<arg>${password}</arg>
<doc>On active SSH session: if given non-empty password, do Login, else do Login With Public Key.</doc>
<status status="PASS" start="2026-08-11T03:23:29.185413" elapsed="0.577620"/>
</kw>
<kw name="Execute Command" owner="SSHLibrary">
<msg time="2026-08-11T03:23:29.763558" level="INFO">Executing command '/usr/local/bin/cbench -c 10.30.170.29 -t -m 60000 -M 100 -S 16 -l 10 -D 5000 -p 6633'.</msg>
<msg time="2026-08-11T03:33:37.199151" level="INFO">Command exited with return code 0.</msg>
<msg time="2026-08-11T03:33:37.199826" level="INFO">${stdout} = </msg>
<msg time="2026-08-11T03:33:37.199934" level="INFO">${stderr} = cbench: controller benchmarking tool
   running in mode 'throughput'
   connecting to controller at 10.30.170.29:6633 
   faking 16 switches with 1 threads :: 10 tests each; 60000 ms per test
   with ...</msg>
<var>${stdout}</var>
<var>${stderr}</var>
<arg>${cmd}</arg>
<arg>return_stderr=True</arg>
<doc>Executes ``command`` on the remote machine and returns its outputs.</doc>
<status status="PASS" start="2026-08-11T03:23:29.763238" elapsed="607.436752"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-08-11T03:33:37.200520" elapsed="0.000750"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-08-11T03:33:37.202591" level="INFO">cbench: controller benchmarking tool
   running in mode 'throughput'
   connecting to controller at 10.30.170.29:6633 
   faking 16 switches with 1 threads :: 10 tests each; 60000 ms per test
   with 100 unique source MACs per switch
   learning destination mac addresses before the test
   starting test with 5000 ms delay after features_reply
   ignoring first 1 "warmup" and last 0 "cooldown" loops
   debugging info is off
Master Thread: Creating thread-0! 
Thread-0: All switches initialized. Running at node 10.30.170.29. So far 1 cbench instances have initialized their switches.  Waiting for other cbench-instances
Thread-0: Total switches from ALL cbench-instances initialized.
03:24:34.895 16  switches: flows:  405599 446085 445682 492597 471504 459251 470938 416345 418186 482796 463425 387079 383071 481775 453229 457304  total = 118.914433 per ms 
03:25:35.600 16  switches: flows:  496601 484775 479965 496550 493276 481366 485417 494660 484734 479638 485531 480700 467357 483548 421232 474766  total = 126.681643 per ms 
03:26:35.702 16  switches: flows:  497184 495021 481474 495848 492161 490985 496496 502354 486449 503554 501485 500090 491014 504276 498307 493703  total = 131.951311 per ms 
03:27:36.584 16  switches: flows:  472907 478392 475933 485705 469196 472075 485877 479884 473262 467072 472015 464351 474661 476989 474348 468381  total = 124.685875 per ms 
03:28:36.688 16  switches: flows:  532806 536265 517849 464478 523496 511302 536808 520487 437770 522792 525900 509568 512229 525965 513756 520058  total = 136.622658 per ms 
03:29:36.789 16  switches: flows:  592169 588944 588025 581778 588625 583528 583249 588363 573894 579606 591884 565716 586726 590864 594813 574674  total = 155.619192 per ms 
03:30:36.892 16  switches: flows:  624858 622450 624677 630097 623826 628302 616330 625663 623256 624684 626257 626710 622337 626524 628571 622928  total = 166.343811 per ms 
03:31:36.993 16  switches: flows:  557329 551952 552649 546513 554229 548800 551465 552491 540726 544189 548295 556492 552274 562062 554322 554249  total = 146.886991 per ms 
03:32:37.094 16  switches: flows:  524619 549322 550275 540789 534813 550249 556196 534157 514635 535538 562905 555659 550828 557012 552972 549038  total = 145.072583 per ms 
03:33:37.197 16  switches: flows:  552668 541540 533806 532188 540419 541177 544144 542258 534139 547009 547688 540968 545533 548155 535852 542838  total = 144.258850 per ms 
RESULT: 16 switches 9 tests min/max/avg/stdev = 124685.87/166343.81/142013.66/49045.02 responses/s</msg>
<arg>${stderr}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-08-11T03:33:37.201676" elapsed="0.001246"/>
</kw>
<if>
<branch type="IF" condition="&quot;${return_stdout}&quot;!=&quot;True&quot;">
<return>
<value>${stderr}</value>
<status status="PASS" start="2026-08-11T03:33:37.203466" elapsed="0.000088"/>
</return>
<status status="PASS" start="2026-08-11T03:33:37.203123" elapsed="0.000514"/>
</branch>
<status status="PASS" start="2026-08-11T03:33:37.203053" elapsed="0.000638"/>
</if>
<if>
<branch type="IF" condition="&quot;${return_stderr}&quot;!=&quot;True&quot;">
<return>
<value>${stdout}</value>
<status status="NOT RUN" start="2026-08-11T03:33:37.203898" elapsed="0.000028"/>
</return>
<status status="NOT RUN" start="2026-08-11T03:33:37.203817" elapsed="0.000168"/>
</branch>
<status status="NOT RUN" start="2026-08-11T03:33:37.203783" elapsed="0.000251"/>
</if>
<return>
<value>${stdout}</value>
<value>${stderr}</value>
<status status="NOT RUN" start="2026-08-11T03:33:37.204101" elapsed="0.000029"/>
</return>
<kw name="Restore_Current_Ssh_Connection_From_Index" owner="SSHKeywords" type="TEARDOWN">
<kw name="Run Keyword And Return If" owner="BuiltIn">
<arg>${connection_index} is not None</arg>
<arg>SSHLibrary.Switch Connection</arg>
<arg>${connection_index}</arg>
<doc>Runs the specified keyword and returns from the enclosing user keyword.</doc>
<status status="PASS" start="2026-08-11T03:33:37.209313" elapsed="0.000356"/>
</kw>
<kw name="Open Connection" owner="SSHLibrary">
<arg>127.0.0.1</arg>
<doc>Opens a new SSH connection to the given ``host`` and ``port``.</doc>
<status status="PASS" start="2026-08-11T03:33:37.209815" elapsed="0.000168"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-08-11T03:33:37.210111" elapsed="0.000101"/>
</kw>
<arg>${current_ssh_connection.index}</arg>
<doc>Restore active SSH connection in SSHLibrary to given index.</doc>
<status status="PASS" start="2026-08-11T03:33:37.204839" elapsed="0.005428"/>
</kw>
<msg time="2026-08-11T03:33:37.210397" level="INFO">${output} = cbench: controller benchmarking tool
   running in mode 'throughput'
   connecting to controller at 10.30.170.29:6633 
   faking 16 switches with 1 threads :: 10 tests each; 60000 ms per test
   with ...</msg>
<var>${output}</var>
<arg>${cbench_system}</arg>
<arg>${cbench_executable} -c ${ODL_SYSTEM_IP} ${cbench_args}</arg>
<arg>prompt_timeout=${test_timeout}</arg>
<arg>return_stdout=False</arg>
<arg>return_stderr=True</arg>
<doc>Reduces the common work of running a command on a remote system to a single higher level
robot keyword, taking care to log in with a public key and. The command given is written and the return value
depends on the passed argument values of return_stdout (default: True) and return_stderr (default: False).
At least one should be True, or the keyword will exit and FAIL. If both are True, the resulting return value
will be a two element list containing both. Otherwise the resulting return value is a string.
No test conditions are checked.</doc>
<status status="PASS" start="2026-08-11T03:23:29.180947" elapsed="608.029476"/>
</kw>
<status status="PASS" start="2026-08-11T03:23:29.180634" elapsed="608.029853"/>
</branch>
<status status="PASS" start="2026-08-11T03:23:29.180293" elapsed="608.030218"/>
</if>
<kw name="Log" owner="BuiltIn">
<msg time="2026-08-11T03:33:37.210932" level="INFO">cbench: controller benchmarking tool
   running in mode 'throughput'
   connecting to controller at 10.30.170.29:6633 
   faking 16 switches with 1 threads :: 10 tests each; 60000 ms per test
   with 100 unique source MACs per switch
   learning destination mac addresses before the test
   starting test with 5000 ms delay after features_reply
   ignoring first 1 "warmup" and last 0 "cooldown" loops
   debugging info is off
Master Thread: Creating thread-0! 
Thread-0: All switches initialized. Running at node 10.30.170.29. So far 1 cbench instances have initialized their switches.  Waiting for other cbench-instances
Thread-0: Total switches from ALL cbench-instances initialized.
03:24:34.895 16  switches: flows:  405599 446085 445682 492597 471504 459251 470938 416345 418186 482796 463425 387079 383071 481775 453229 457304  total = 118.914433 per ms 
03:25:35.600 16  switches: flows:  496601 484775 479965 496550 493276 481366 485417 494660 484734 479638 485531 480700 467357 483548 421232 474766  total = 126.681643 per ms 
03:26:35.702 16  switches: flows:  497184 495021 481474 495848 492161 490985 496496 502354 486449 503554 501485 500090 491014 504276 498307 493703  total = 131.951311 per ms 
03:27:36.584 16  switches: flows:  472907 478392 475933 485705 469196 472075 485877 479884 473262 467072 472015 464351 474661 476989 474348 468381  total = 124.685875 per ms 
03:28:36.688 16  switches: flows:  532806 536265 517849 464478 523496 511302 536808 520487 437770 522792 525900 509568 512229 525965 513756 520058  total = 136.622658 per ms 
03:29:36.789 16  switches: flows:  592169 588944 588025 581778 588625 583528 583249 588363 573894 579606 591884 565716 586726 590864 594813 574674  total = 155.619192 per ms 
03:30:36.892 16  switches: flows:  624858 622450 624677 630097 623826 628302 616330 625663 623256 624684 626257 626710 622337 626524 628571 622928  total = 166.343811 per ms 
03:31:36.993 16  switches: flows:  557329 551952 552649 546513 554229 548800 551465 552491 540726 544189 548295 556492 552274 562062 554322 554249  total = 146.886991 per ms 
03:32:37.094 16  switches: flows:  524619 549322 550275 540789 534813 550249 556196 534157 514635 535538 562905 555659 550828 557012 552972 549038  total = 145.072583 per ms 
03:33:37.197 16  switches: flows:  552668 541540 533806 532188 540419 541177 544144 542258 534139 547009 547688 540968 545533 548155 535852 542838  total = 144.258850 per ms 
RESULT: 16 switches 9 tests min/max/avg/stdev = 124685.87/166343.81/142013.66/49045.02 responses/s</msg>
<arg>${output}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-08-11T03:33:37.210649" elapsed="0.000356"/>
</kw>
<kw name="Should Contain" owner="BuiltIn">
<arg>${output}</arg>
<arg>RESULT</arg>
<doc>Fails if ``container`` does not contain ``item`` one or more times.</doc>
<status status="PASS" start="2026-08-11T03:33:37.211148" elapsed="0.000396"/>
</kw>
<kw name="Get Lines Containing String" owner="String">
<msg time="2026-08-11T03:33:37.211923" level="INFO">1 out of 23 lines matched.</msg>
<msg time="2026-08-11T03:33:37.212013" level="INFO">${result_line} = RESULT: 16 switches 9 tests min/max/avg/stdev = 124685.87/166343.81/142013.66/49045.02 responses/s</msg>
<var>${result_line}</var>
<arg>${output}</arg>
<arg>RESULT</arg>
<doc>Returns lines of the given ``string`` that contain the ``pattern``.</doc>
<status status="PASS" start="2026-08-11T03:33:37.211702" elapsed="0.000335"/>
</kw>
<kw name="Split String" owner="String">
<msg time="2026-08-11T03:33:37.212452" level="INFO">@{results_list} = [ RESULT: | 16 | switches | 9 | tests | min/max/avg/stdev | = | 124685.87/166343.81/142013.66/49045.02 | responses/s ]</msg>
<var>@{results_list}</var>
<arg>${result_line}</arg>
<doc>Splits the ``string`` using ``separator`` as a delimiter string.</doc>
<status status="PASS" start="2026-08-11T03:33:37.212186" elapsed="0.000294"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-08-11T03:33:37.214828" level="INFO">min/max/avg/stdev</msg>
<arg>${results_list[5]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-08-11T03:33:37.212624" elapsed="0.002260"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-08-11T03:33:37.217210" level="INFO">124685.87/166343.81/142013.66/49045.02</msg>
<arg>${results_list[7]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-08-11T03:33:37.215031" elapsed="0.002235"/>
</kw>
<kw name="Split String" owner="String">
<msg time="2026-08-11T03:33:37.219573" level="INFO">@{result_name_list} = [ min | max | avg | stdev ]</msg>
<var>@{result_name_list}</var>
<arg>${results_list[5]}</arg>
<arg>/</arg>
<doc>Splits the ``string`` using ``separator`` as a delimiter string.</doc>
<status status="PASS" start="2026-08-11T03:33:37.217409" elapsed="0.002191"/>
</kw>
<kw name="Split String" owner="String">
<msg time="2026-08-11T03:33:37.221990" level="INFO">@{result_value_list} = [ 124685.87 | 166343.81 | 142013.66 | 49045.02 ]</msg>
<var>@{result_value_list}</var>
<arg>${results_list[7]}</arg>
<arg>/</arg>
<doc>Splits the ``string`` using ``separator`` as a delimiter string.</doc>
<status status="PASS" start="2026-08-11T03:33:37.219797" elapsed="0.002221"/>
</kw>
<kw name="Get Length" owner="BuiltIn">
<msg time="2026-08-11T03:33:37.222488" level="INFO">Length is 4.</msg>
<msg time="2026-08-11T03:33:37.222576" level="INFO">${num_stats} = 4</msg>
<var>${num_stats}</var>
<arg>${result_name_list}</arg>
<doc>Returns and logs the length of the given item as an integer.</doc>
<status status="PASS" start="2026-08-11T03:33:37.222169" elapsed="0.000431"/>
</kw>
<for flavor="IN RANGE">
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-08-11T03:33:37.227367" level="INFO">min :: 124685.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-08-11T03:33:37.222984" elapsed="0.004441"/>
</kw>
<var name="${i}">0</var>
<status status="PASS" start="2026-08-11T03:33:37.222857" elapsed="0.004617"/>
</iter>
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-08-11T03:33:37.231891" level="INFO">max :: 166343.81</msg>
<arg>${result_name_list[${i}]} :: ${result_value_list[${i}]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-08-11T03:33:37.227690" elapsed="0.004261"/>
</kw>
<var name="${i}">1</var>
<status status="PASS" start="2026-08-11T03:33:37.227563" elapsed="0.004423"/>
</iter>
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-08-11T03:33:37.236402" level="INFO">avg :: 142013.66</msg>
<arg>${result_name_list[${i}]} :: ${result_value_list[${i}]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-08-11T03:33:37.232203" elapsed="0.004270"/>
</kw>
<var name="${i}">2</var>
<status status="PASS" start="2026-08-11T03:33:37.232079" elapsed="0.004428"/>
</iter>
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-08-11T03:33:37.240933" level="INFO">stdev :: 49045.02</msg>
<arg>${result_name_list[${i}]} :: ${result_value_list[${i}]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-08-11T03:33:37.236735" elapsed="0.004254"/>
</kw>
<var name="${i}">3</var>
<status status="PASS" start="2026-08-11T03:33:37.236594" elapsed="0.004429"/>
</iter>
<var>${i}</var>
<value>0</value>
<value>${num_stats}</value>
<status status="PASS" start="2026-08-11T03:33:37.222667" elapsed="0.018387"/>
</for>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-08-11T03:33:37.245008" level="INFO">${min} = 124685.87</msg>
<var>${min}</var>
<arg>${result_value_list[${0}]}</arg>
<doc>Returns the given values which can then be assigned to a variables.</doc>
<status status="PASS" start="2026-08-11T03:33:37.241209" elapsed="0.003825"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-08-11T03:33:37.248835" level="INFO">${max} = 166343.81</msg>
<var>${max}</var>
<arg>${result_value_list[${1}]}</arg>
<doc>Returns the given values which can then be assigned to a variables.</doc>
<status status="PASS" start="2026-08-11T03:33:37.245187" elapsed="0.003674"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-08-11T03:33:37.253156" level="INFO">${average} = 142013.66</msg>
<var>${average}</var>
<arg>${result_value_list[${2}]}</arg>
<doc>Returns the given values which can then be assigned to a variables.</doc>
<status status="PASS" start="2026-08-11T03:33:37.249026" elapsed="0.004157"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-08-11T03:33:37.257036" level="INFO">${stdev} = 49045.02</msg>
<var>${stdev}</var>
<arg>${result_value_list[${3}]}</arg>
<doc>Returns the given values which can then be assigned to a variables.</doc>
<status status="PASS" start="2026-08-11T03:33:37.253335" elapsed="0.003728"/>
</kw>
<kw name="Get Time" owner="BuiltIn">
<msg time="2026-08-11T03:33:37.257736" level="INFO">${date} = 2026-08-11 03:33:37</msg>
<var>${date}</var>
<arg>d,m,s</arg>
<doc>Returns the given time in the requested format.</doc>
<status status="PASS" start="2026-08-11T03:33:37.257366" elapsed="0.000396"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-08-11T03:33:37.258308" level="INFO">CBench Result: 2026-08-11 03:33:37,-t -m 60000 -M 100 -S 16 -l 10 -D 5000 -p 6633,124685.87,166343.81,142013.66,49045.02</msg>
<arg>CBench Result: ${date},${cbench_args},${min},${max},${average},${stdev}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-08-11T03:33:37.257906" elapsed="0.000457"/>
</kw>
<kw name="Log Results And Determine Status">
<kw name="Append To File" owner="OperatingSystem">
<msg time="2026-08-11T03:33:37.259385" level="INFO" html="true">Appended to file '&lt;a href="file:///w/workspace/openflowplugin-csit-1node-cbench-only-chromium/throughput.csv"&gt;/w/workspace/openflowplugin-csit-1node-cbench-only-chromium/throughput.csv&lt;/a&gt;'.</msg>
<arg>${output_file}</arg>
<arg>${min},${max},${average}\n</arg>
<doc>Appends the given content to the specified file.</doc>
<status status="PASS" start="2026-08-11T03:33:37.258979" elapsed="0.000487"/>
</kw>
<kw name="Should Be True" owner="BuiltIn">
<arg>${average} &gt; ${threshold}</arg>
<arg>${average} flow_mods per/sec did not exceed threshold of ${threshold}</arg>
<doc>Fails if the given condition is not true.</doc>
<status status="PASS" start="2026-08-11T03:33:37.259615" elapsed="0.000455"/>
</kw>
<arg>${min}</arg>
<arg>${max}</arg>
<arg>${average}</arg>
<arg>${average_threshold}</arg>
<arg>${output_filename}</arg>
<status status="PASS" start="2026-08-11T03:33:37.258516" elapsed="0.001617"/>
</kw>
<arg>-t -m ${duration_in_ms} -M ${num_of_unique_macs} -S ${switch_count} -l ${loops} -D ${start_delay} -p ${of_port}</arg>
<arg>${throughput_threshold}</arg>
<arg>${throughput_results_file}</arg>
<status status="PASS" start="2026-08-11T03:23:29.179045" elapsed="608.081147"/>
</kw>
<kw name="Sleep" owner="BuiltIn">
<msg time="2026-08-11T03:33:37.260688" level="INFO">Slept 0 seconds.</msg>
<arg>${test_delay}</arg>
<doc>Pauses the test executed for the given time.</doc>
<status status="PASS" start="2026-08-11T03:33:37.260341" elapsed="0.000405"/>
</kw>
<kw name="Log Results As Zero If Cbench Timed Out" type="TEARDOWN">
<kw name="Run Keyword If Timeout Occurred" owner="BuiltIn">
<arg>Log Results And Determine Status</arg>
<arg>0</arg>
<arg>0</arg>
<arg>0</arg>
<arg>0</arg>
<arg>${output_filename}</arg>
<doc>Runs the given keyword if either a test or a keyword timeout has occurred.</doc>
<status status="PASS" start="2026-08-11T03:33:37.261252" elapsed="0.000280"/>
</kw>
<status status="PASS" start="2026-08-11T03:33:37.260951" elapsed="0.000652"/>
</kw>
<doc>cbench executed in throughput mode (-t). Test parameters have defaults, but can be overridden
on the pybot command line</doc>
<tag>cbench</tag>
<tag>throughput</tag>
<timeout value="15 minutes"/>
<status status="PASS" start="2026-08-11T03:23:29.177718" elapsed="608.083924"/>
</test>
<test id="s1-t3" name="Rerun Latency Test To Check Bug 6176" line="65">
<kw name="Log" owner="BuiltIn">
<msg time="2026-08-11T03:33:37.262842" level="INFO">Cbench tests using 10 iterations of 60 second tests. Switch Count: 16. Unique MACS to cycle: 100</msg>
<arg>Cbench tests using ${loops} iterations of ${duration_in_secs} second tests. Switch Count: ${switch_count}. Unique MACS to cycle: ${num_of_unique_macs}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-08-11T03:33:37.262468" elapsed="0.000430"/>
</kw>
<kw name="Run Cbench And Log Results">
<kw name="Set Suite Variable" owner="BuiltIn">
<msg time="2026-08-11T03:33:37.264094" level="INFO">${output_filename} = bug.csv</msg>
<arg>${output_filename}</arg>
<doc>Makes a variable available everywhere within the scope of the current suite.</doc>
<status status="PASS" start="2026-08-11T03:33:37.263768" elapsed="0.000367"/>
</kw>
<if>
<branch type="IF" condition="&quot;${cbench_system}&quot; == &quot;localhost&quot;">
<kw name="Run" owner="OperatingSystem">
<var>${output}</var>
<arg>${cbench_executable} -c ${ODL_SYSTEM_IP} ${cbench_args}</arg>
<doc>_This keyword is considered deprecated. Use the
[http://robotframework.org/robotframework/latest/libraries/Process.html|
Process] library instead._</doc>
<status status="NOT RUN" start="2026-08-11T03:33:37.264477" elapsed="0.000023"/>
</kw>
<status status="NOT RUN" start="2026-08-11T03:33:37.264243" elapsed="0.000294"/>
</branch>
<branch type="ELSE">
<kw name="Run Command On Remote System" owner="Utils">
<if>
<branch type="IF" condition="&quot;${return_stdout}&quot;!=&quot;True&quot; and &quot;${return_stderr}&quot;!=&quot;True&quot;">
<kw name="Fail" owner="BuiltIn">
<arg>At least one of {return_stdout} or {return_stderr} args should be set to True</arg>
<doc>Fails the test with the given message and optionally alters its tags.</doc>
<status status="NOT RUN" start="2026-08-11T03:33:37.267555" elapsed="0.000022"/>
</kw>
<status status="NOT RUN" start="2026-08-11T03:33:37.267291" elapsed="0.000321"/>
</branch>
<status status="PASS" start="2026-08-11T03:33:37.267272" elapsed="0.000363"/>
</if>
<kw name="Get Connection" owner="SSHLibrary">
<msg time="2026-08-11T03:33:37.267944" level="INFO">index=None
host=None
alias=None
port=22
timeout=3 seconds
newline=

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

prompt=None
term_type=vt100
width=80
height=24
path_separator=/
encoding=utf8
escape_ansi=False
encoding_errors=strict</msg>
<var>${current_ssh_connection}</var>
<doc>Returns information about the connection.</doc>
<status status="PASS" start="2026-08-11T03:33:37.267763" elapsed="0.000328"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-08-11T03:33:37.268681" level="INFO">Attempting to execute command "/usr/local/bin/cbench -c 10.30.170.29 -m 60000 -M 100 -S 16 -l 10 -D 5000 -p 6633" on remote system "10.30.171.187" by user "jenkins" with keyfile pass "any" and prompt "&gt;" and password ""</msg>
<arg>Attempting to execute command "${cmd}" on remote system "${system}" by user "${user}" with keyfile pass "${keyfile_pass}" and prompt "${prompt}" and password "${password}"</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-08-11T03:33:37.268223" elapsed="0.000519"/>
</kw>
<kw name="Open Connection" owner="SSHLibrary">
<msg time="2026-08-11T03:33:37.269268" level="INFO">${conn_id} = 9</msg>
<var>${conn_id}</var>
<arg>${system}</arg>
<arg>prompt=${prompt}</arg>
<arg>timeout=${prompt_timeout}</arg>
<doc>Opens a new SSH connection to the given ``host`` and ``port``.</doc>
<status status="PASS" start="2026-08-11T03:33:37.268881" elapsed="0.000413"/>
</kw>
<kw name="Flexible_SSH_Login" owner="SSHKeywords">
<kw name="Get Length" owner="BuiltIn">
<msg time="2026-08-11T03:33:37.270178" level="INFO">Length is 0.</msg>
<msg time="2026-08-11T03:33:37.270265" level="INFO">${pwd_length} = 0</msg>
<var>${pwd_length}</var>
<arg>${password}</arg>
<doc>Returns and logs the length of the given item as an integer.</doc>
<status status="PASS" start="2026-08-11T03:33:37.269875" elapsed="0.000414"/>
</kw>
<kw name="Run Keyword And Return If" owner="BuiltIn">
<arg>${pwd_length} &gt; 0</arg>
<arg>SSHLibrary.Login</arg>
<arg>${user}</arg>
<arg>${password}</arg>
<arg>delay=${delay}</arg>
<doc>Runs the specified keyword and returns from the enclosing user keyword.</doc>
<status status="PASS" start="2026-08-11T03:33:37.270442" elapsed="0.000318"/>
</kw>
<kw name="Run Keyword And Return" owner="BuiltIn">
<kw name="Login With Public Key" owner="SSHLibrary">
<msg time="2026-08-11T03:33:37.271613" level="INFO">Logging into '10.30.171.187:22' as 'jenkins'.</msg>
<msg time="2026-08-11T03:33:37.841866" level="INFO">Read output: Welcome to Ubuntu 22.04.5 LTS (GNU/Linux 5.15.0-186-generic x86_64)

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

 System information as of Tue Aug 11 03:33:37 UTC 2026

  System load:  0.42               Processes:             107
  Usage of /:   19.7% of 38.58GB   Users logged in:       0
  Memory usage: 4%                 IPv4 address for ens3: 10.30.171.187
  Swap usage:   0%


Expanded Security Maintenance for Applications is not enabled.

0 updates can be applied immediately.

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


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


Last login: Tue Aug 11 03:23:29 2026 from 10.30.170.152
[?2004h[jenkins@releng-00446-53-1-mininet-ovs-217-0 ~]&gt;</msg>
<arg>${user}</arg>
<arg>${USER_HOME}/.ssh/${SSH_KEY}</arg>
<arg>${KEYFILE_PASS}</arg>
<arg>delay=${delay}</arg>
<doc>Logs into the SSH server using key-based authentication.</doc>
<status status="PASS" start="2026-08-11T03:33:37.271246" elapsed="0.570814"/>
</kw>
<msg time="2026-08-11T03:33:37.842145" level="INFO">Returning from the enclosing user keyword.</msg>
<arg>SSHLibrary.Login With Public Key</arg>
<arg>${user}</arg>
<arg>${USER_HOME}/.ssh/${SSH_KEY}</arg>
<arg>${KEYFILE_PASS}</arg>
<arg>delay=${delay}</arg>
<doc>Runs the specified keyword and returns from the enclosing user keyword.</doc>
<status status="PASS" start="2026-08-11T03:33:37.270909" elapsed="0.571318"/>
</kw>
<arg>${user}</arg>
<arg>${password}</arg>
<doc>On active SSH session: if given non-empty password, do Login, else do Login With Public Key.</doc>
<status status="PASS" start="2026-08-11T03:33:37.269507" elapsed="0.572835"/>
</kw>
<kw name="Execute Command" owner="SSHLibrary">
<msg time="2026-08-11T03:33:37.842897" level="INFO">Executing command '/usr/local/bin/cbench -c 10.30.170.29 -m 60000 -M 100 -S 16 -l 10 -D 5000 -p 6633'.</msg>
<msg time="2026-08-11T03:43:43.906070" level="INFO">Command exited with return code 0.</msg>
<msg time="2026-08-11T03:43:43.906686" level="INFO">${stdout} = </msg>
<msg time="2026-08-11T03:43:43.906792" level="INFO">${stderr} = cbench: controller benchmarking tool
   running in mode 'latency'
   connecting to controller at 10.30.170.29:6633 
   faking 16 switches with 1 threads :: 10 tests each; 60000 ms per test
   with 100...</msg>
<var>${stdout}</var>
<var>${stderr}</var>
<arg>${cmd}</arg>
<arg>return_stderr=True</arg>
<doc>Executes ``command`` on the remote machine and returns its outputs.</doc>
<status status="PASS" start="2026-08-11T03:33:37.842579" elapsed="606.064271"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-08-11T03:43:43.907316" elapsed="0.000733"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-08-11T03:43:43.909183" level="INFO">cbench: controller benchmarking tool
   running in mode 'latency'
   connecting to controller at 10.30.170.29:6633 
   faking 16 switches with 1 threads :: 10 tests each; 60000 ms per test
   with 100 unique source MACs per switch
   learning destination mac addresses before the test
   starting test with 5000 ms delay after features_reply
   ignoring first 1 "warmup" and last 0 "cooldown" loops
   debugging info is off
Master Thread: Creating thread-0! 
Thread-0: All switches initialized. Running at node 10.30.170.29. So far 1 cbench instances have initialized their switches.  Waiting for other cbench-instances
Thread-0: Total switches from ALL cbench-instances initialized.
03:34:43.000 16  switches: flows:  110841 101062 98717 100120 101211 113195 99375 101210 104076 97765 100097 98867 95868 96631 96946 97548  total = 26.892150 per ms 
03:35:43.101 16  switches: flows:  106073 107098 103785 104292 102790 104875 104937 104076 105036 102579 104261 103435 100765 101731 101523 101312  total = 27.596711 per ms 
03:36:43.202 16  switches: flows:  109481 110100 109212 106849 104714 108748 108067 108008 105368 106622 106128 106672 104634 104882 104944 104777  total = 28.439301 per ms 
03:37:43.303 16  switches: flows:  102262 103540 102385 99721 99609 102867 102861 101676 100008 97846 99212 100811 101253 97547 98091 98096  total = 26.751755 per ms 
03:38:43.404 16  switches: flows:  106691 110092 108757 106536 105232 107981 109072 106758 103752 104404 104962 107490 107034 102488 104618 103701  total = 28.278895 per ms 
03:39:43.507 16  switches: flows:  98405 98882 98457 97834 96621 98797 97938 96965 94837 94953 95806 96707 97293 93890 95833 95350  total = 25.765878 per ms 
03:40:43.608 16  switches: flows:  92963 95022 94801 94380 93888 94459 94036 91740 93378 90812 91492 92310 94755 93347 92623 92754  total = 24.837829 per ms 
03:41:43.709 16  switches: flows:  95713 95115 96684 97780 95251 98196 95813 95491 94589 93441 95034 94040 93798 93760 95325 94190  total = 25.361251 per ms 
03:42:43.810 16  switches: flows:  107282 107908 109003 107958 106071 108350 106675 107436 105386 106251 105626 103579 106055 105504 105880 105322  total = 28.357342 per ms 
03:43:43.911 16  switches: flows:  102293 101399 102152 101393 101340 101797 100324 99636 97821 99520 99132 98507 97790 98940 98486 98182  total = 26.600803 per ms 
RESULT: 16 switches 9 tests min/max/avg/stdev = 24837.83/28439.30/26887.75/9054.45 responses/s</msg>
<arg>${stderr}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-08-11T03:43:43.908416" elapsed="0.001112"/>
</kw>
<if>
<branch type="IF" condition="&quot;${return_stdout}&quot;!=&quot;True&quot;">
<return>
<value>${stderr}</value>
<status status="PASS" start="2026-08-11T03:43:43.910021" elapsed="0.000090"/>
</return>
<status status="PASS" start="2026-08-11T03:43:43.909719" elapsed="0.000474"/>
</branch>
<status status="PASS" start="2026-08-11T03:43:43.909658" elapsed="0.000589"/>
</if>
<if>
<branch type="IF" condition="&quot;${return_stderr}&quot;!=&quot;True&quot;">
<return>
<value>${stdout}</value>
<status status="NOT RUN" start="2026-08-11T03:43:43.910486" elapsed="0.000032"/>
</return>
<status status="NOT RUN" start="2026-08-11T03:43:43.910374" elapsed="0.000206"/>
</branch>
<status status="NOT RUN" start="2026-08-11T03:43:43.910338" elapsed="0.000290"/>
</if>
<return>
<value>${stdout}</value>
<value>${stderr}</value>
<status status="NOT RUN" start="2026-08-11T03:43:43.910696" elapsed="0.000030"/>
</return>
<kw name="Restore_Current_Ssh_Connection_From_Index" owner="SSHKeywords" type="TEARDOWN">
<kw name="Run Keyword And Return If" owner="BuiltIn">
<arg>${connection_index} is not None</arg>
<arg>SSHLibrary.Switch Connection</arg>
<arg>${connection_index}</arg>
<doc>Runs the specified keyword and returns from the enclosing user keyword.</doc>
<status status="PASS" start="2026-08-11T03:43:43.914408" elapsed="0.000361"/>
</kw>
<kw name="Open Connection" owner="SSHLibrary">
<arg>127.0.0.1</arg>
<doc>Opens a new SSH connection to the given ``host`` and ``port``.</doc>
<status status="PASS" start="2026-08-11T03:43:43.914917" elapsed="0.000187"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-08-11T03:43:43.915236" elapsed="0.000099"/>
</kw>
<arg>${current_ssh_connection.index}</arg>
<doc>Restore active SSH connection in SSHLibrary to given index.</doc>
<status status="PASS" start="2026-08-11T03:43:43.911369" elapsed="0.004020"/>
</kw>
<msg time="2026-08-11T03:43:43.915535" level="INFO">${output} = cbench: controller benchmarking tool
   running in mode 'latency'
   connecting to controller at 10.30.170.29:6633 
   faking 16 switches with 1 threads :: 10 tests each; 60000 ms per test
   with 100...</msg>
<var>${output}</var>
<arg>${cbench_system}</arg>
<arg>${cbench_executable} -c ${ODL_SYSTEM_IP} ${cbench_args}</arg>
<arg>prompt_timeout=${test_timeout}</arg>
<arg>return_stdout=False</arg>
<arg>return_stderr=True</arg>
<doc>Reduces the common work of running a command on a remote system to a single higher level
robot keyword, taking care to log in with a public key and. The command given is written and the return value
depends on the passed argument values of return_stdout (default: True) and return_stderr (default: False).
At least one should be True, or the keyword will exit and FAIL. If both are True, the resulting return value
will be a two element list containing both. Otherwise the resulting return value is a string.
No test conditions are checked.</doc>
<status status="PASS" start="2026-08-11T03:33:37.264894" elapsed="606.650668"/>
</kw>
<status status="PASS" start="2026-08-11T03:33:37.264562" elapsed="606.651050"/>
</branch>
<status status="PASS" start="2026-08-11T03:33:37.264222" elapsed="606.651413"/>
</if>
<kw name="Log" owner="BuiltIn">
<msg time="2026-08-11T03:43:43.916073" level="INFO">cbench: controller benchmarking tool
   running in mode 'latency'
   connecting to controller at 10.30.170.29:6633 
   faking 16 switches with 1 threads :: 10 tests each; 60000 ms per test
   with 100 unique source MACs per switch
   learning destination mac addresses before the test
   starting test with 5000 ms delay after features_reply
   ignoring first 1 "warmup" and last 0 "cooldown" loops
   debugging info is off
Master Thread: Creating thread-0! 
Thread-0: All switches initialized. Running at node 10.30.170.29. So far 1 cbench instances have initialized their switches.  Waiting for other cbench-instances
Thread-0: Total switches from ALL cbench-instances initialized.
03:34:43.000 16  switches: flows:  110841 101062 98717 100120 101211 113195 99375 101210 104076 97765 100097 98867 95868 96631 96946 97548  total = 26.892150 per ms 
03:35:43.101 16  switches: flows:  106073 107098 103785 104292 102790 104875 104937 104076 105036 102579 104261 103435 100765 101731 101523 101312  total = 27.596711 per ms 
03:36:43.202 16  switches: flows:  109481 110100 109212 106849 104714 108748 108067 108008 105368 106622 106128 106672 104634 104882 104944 104777  total = 28.439301 per ms 
03:37:43.303 16  switches: flows:  102262 103540 102385 99721 99609 102867 102861 101676 100008 97846 99212 100811 101253 97547 98091 98096  total = 26.751755 per ms 
03:38:43.404 16  switches: flows:  106691 110092 108757 106536 105232 107981 109072 106758 103752 104404 104962 107490 107034 102488 104618 103701  total = 28.278895 per ms 
03:39:43.507 16  switches: flows:  98405 98882 98457 97834 96621 98797 97938 96965 94837 94953 95806 96707 97293 93890 95833 95350  total = 25.765878 per ms 
03:40:43.608 16  switches: flows:  92963 95022 94801 94380 93888 94459 94036 91740 93378 90812 91492 92310 94755 93347 92623 92754  total = 24.837829 per ms 
03:41:43.709 16  switches: flows:  95713 95115 96684 97780 95251 98196 95813 95491 94589 93441 95034 94040 93798 93760 95325 94190  total = 25.361251 per ms 
03:42:43.810 16  switches: flows:  107282 107908 109003 107958 106071 108350 106675 107436 105386 106251 105626 103579 106055 105504 105880 105322  total = 28.357342 per ms 
03:43:43.911 16  switches: flows:  102293 101399 102152 101393 101340 101797 100324 99636 97821 99520 99132 98507 97790 98940 98486 98182  total = 26.600803 per ms 
RESULT: 16 switches 9 tests min/max/avg/stdev = 24837.83/28439.30/26887.75/9054.45 responses/s</msg>
<arg>${output}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-08-11T03:43:43.915787" elapsed="0.000359"/>
</kw>
<kw name="Should Contain" owner="BuiltIn">
<arg>${output}</arg>
<arg>RESULT</arg>
<doc>Fails if ``container`` does not contain ``item`` one or more times.</doc>
<status status="PASS" start="2026-08-11T03:43:43.916290" elapsed="0.000387"/>
</kw>
<kw name="Get Lines Containing String" owner="String">
<msg time="2026-08-11T03:43:43.917050" level="INFO">1 out of 23 lines matched.</msg>
<msg time="2026-08-11T03:43:43.917138" level="INFO">${result_line} = RESULT: 16 switches 9 tests min/max/avg/stdev = 24837.83/28439.30/26887.75/9054.45 responses/s</msg>
<var>${result_line}</var>
<arg>${output}</arg>
<arg>RESULT</arg>
<doc>Returns lines of the given ``string`` that contain the ``pattern``.</doc>
<status status="PASS" start="2026-08-11T03:43:43.916833" elapsed="0.000329"/>
</kw>
<kw name="Split String" owner="String">
<msg time="2026-08-11T03:43:43.917575" level="INFO">@{results_list} = [ RESULT: | 16 | switches | 9 | tests | min/max/avg/stdev | = | 24837.83/28439.30/26887.75/9054.45 | responses/s ]</msg>
<var>@{results_list}</var>
<arg>${result_line}</arg>
<doc>Splits the ``string`` using ``separator`` as a delimiter string.</doc>
<status status="PASS" start="2026-08-11T03:43:43.917311" elapsed="0.000290"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-08-11T03:43:43.919935" level="INFO">min/max/avg/stdev</msg>
<arg>${results_list[5]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-08-11T03:43:43.917742" elapsed="0.002249"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-08-11T03:43:43.922284" level="INFO">24837.83/28439.30/26887.75/9054.45</msg>
<arg>${results_list[7]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-08-11T03:43:43.920134" elapsed="0.002205"/>
</kw>
<kw name="Split String" owner="String">
<msg time="2026-08-11T03:43:43.924694" level="INFO">@{result_name_list} = [ min | max | avg | stdev ]</msg>
<var>@{result_name_list}</var>
<arg>${results_list[5]}</arg>
<arg>/</arg>
<doc>Splits the ``string`` using ``separator`` as a delimiter string.</doc>
<status status="PASS" start="2026-08-11T03:43:43.922500" elapsed="0.002220"/>
</kw>
<kw name="Split String" owner="String">
<msg time="2026-08-11T03:43:43.927077" level="INFO">@{result_value_list} = [ 24837.83 | 28439.30 | 26887.75 | 9054.45 ]</msg>
<var>@{result_value_list}</var>
<arg>${results_list[7]}</arg>
<arg>/</arg>
<doc>Splits the ``string`` using ``separator`` as a delimiter string.</doc>
<status status="PASS" start="2026-08-11T03:43:43.924908" elapsed="0.002196"/>
</kw>
<kw name="Get Length" owner="BuiltIn">
<msg time="2026-08-11T03:43:43.927574" level="INFO">Length is 4.</msg>
<msg time="2026-08-11T03:43:43.927660" level="INFO">${num_stats} = 4</msg>
<var>${num_stats}</var>
<arg>${result_name_list}</arg>
<doc>Returns and logs the length of the given item as an integer.</doc>
<status status="PASS" start="2026-08-11T03:43:43.927256" elapsed="0.000443"/>
</kw>
<for flavor="IN RANGE">
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-08-11T03:43:43.932313" level="INFO">min :: 24837.83</msg>
<arg>${result_name_list[${i}]} :: ${result_value_list[${i}]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-08-11T03:43:43.928077" elapsed="0.004294"/>
</kw>
<var name="${i}">0</var>
<status status="PASS" start="2026-08-11T03:43:43.927951" elapsed="0.004455"/>
</iter>
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-08-11T03:43:43.936887" level="INFO">max :: 28439.30</msg>
<arg>${result_name_list[${i}]} :: ${result_value_list[${i}]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-08-11T03:43:43.932633" elapsed="0.004310"/>
</kw>
<var name="${i}">1</var>
<status status="PASS" start="2026-08-11T03:43:43.932509" elapsed="0.004468"/>
</iter>
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-08-11T03:43:43.941377" level="INFO">avg :: 26887.75</msg>
<arg>${result_name_list[${i}]} :: ${result_value_list[${i}]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-08-11T03:43:43.937184" elapsed="0.004262"/>
</kw>
<var name="${i}">2</var>
<status status="PASS" start="2026-08-11T03:43:43.937059" elapsed="0.004423"/>
</iter>
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-08-11T03:43:43.945882" level="INFO">stdev :: 9054.45</msg>
<arg>${result_name_list[${i}]} :: ${result_value_list[${i}]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-08-11T03:43:43.941688" elapsed="0.004250"/>
</kw>
<var name="${i}">3</var>
<status status="PASS" start="2026-08-11T03:43:43.941564" elapsed="0.004408"/>
</iter>
<var>${i}</var>
<value>0</value>
<value>${num_stats}</value>
<status status="PASS" start="2026-08-11T03:43:43.927765" elapsed="0.018236"/>
</for>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-08-11T03:43:43.949848" level="INFO">${min} = 24837.83</msg>
<var>${min}</var>
<arg>${result_value_list[${0}]}</arg>
<doc>Returns the given values which can then be assigned to a variables.</doc>
<status status="PASS" start="2026-08-11T03:43:43.946157" elapsed="0.003718"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-08-11T03:43:43.953754" level="INFO">${max} = 28439.30</msg>
<var>${max}</var>
<arg>${result_value_list[${1}]}</arg>
<doc>Returns the given values which can then be assigned to a variables.</doc>
<status status="PASS" start="2026-08-11T03:43:43.950026" elapsed="0.003754"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-08-11T03:43:43.957775" level="INFO">${average} = 26887.75</msg>
<var>${average}</var>
<arg>${result_value_list[${2}]}</arg>
<doc>Returns the given values which can then be assigned to a variables.</doc>
<status status="PASS" start="2026-08-11T03:43:43.953929" elapsed="0.003873"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-08-11T03:43:43.961679" level="INFO">${stdev} = 9054.45</msg>
<var>${stdev}</var>
<arg>${result_value_list[${3}]}</arg>
<doc>Returns the given values which can then be assigned to a variables.</doc>
<status status="PASS" start="2026-08-11T03:43:43.957952" elapsed="0.003754"/>
</kw>
<kw name="Get Time" owner="BuiltIn">
<msg time="2026-08-11T03:43:43.962210" level="INFO">${date} = 2026-08-11 03:43:43</msg>
<var>${date}</var>
<arg>d,m,s</arg>
<doc>Returns the given time in the requested format.</doc>
<status status="PASS" start="2026-08-11T03:43:43.961863" elapsed="0.000373"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-08-11T03:43:43.962854" level="INFO">CBench Result: 2026-08-11 03:43:43,-m 60000 -M 100 -S 16 -l 10 -D 5000 -p 6633,24837.83,28439.30,26887.75,9054.45</msg>
<arg>CBench Result: ${date},${cbench_args},${min},${max},${average},${stdev}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-08-11T03:43:43.962379" elapsed="0.000532"/>
</kw>
<kw name="Log Results And Determine Status">
<kw name="Append To File" owner="OperatingSystem">
<msg time="2026-08-11T03:43:43.964036" level="INFO" html="true">Appended to file '&lt;a href="file:///w/workspace/openflowplugin-csit-1node-cbench-only-chromium/bug.csv"&gt;/w/workspace/openflowplugin-csit-1node-cbench-only-chromium/bug.csv&lt;/a&gt;'.</msg>
<arg>${output_file}</arg>
<arg>${min},${max},${average}\n</arg>
<doc>Appends the given content to the specified file.</doc>
<status status="PASS" start="2026-08-11T03:43:43.963551" elapsed="0.000558"/>
</kw>
<kw name="Should Be True" owner="BuiltIn">
<arg>${average} &gt; ${threshold}</arg>
<arg>${average} flow_mods per/sec did not exceed threshold of ${threshold}</arg>
<doc>Fails if the given condition is not true.</doc>
<status status="PASS" start="2026-08-11T03:43:43.964258" elapsed="0.000474"/>
</kw>
<arg>${min}</arg>
<arg>${max}</arg>
<arg>${average}</arg>
<arg>${average_threshold}</arg>
<arg>${output_filename}</arg>
<status status="PASS" start="2026-08-11T03:43:43.963065" elapsed="0.001731"/>
</kw>
<arg>-m ${duration_in_ms} -M ${num_of_unique_macs} -S ${switch_count} -l ${loops} -D ${start_delay} -p ${of_port}</arg>
<arg>${latency_threshold}</arg>
<arg>bug.csv</arg>
<status status="PASS" start="2026-08-11T03:33:37.263210" elapsed="606.701643"/>
</kw>
<kw name="Sleep" owner="BuiltIn">
<msg time="2026-08-11T03:43:43.965305" level="INFO">Slept 0 seconds.</msg>
<arg>${test_delay}</arg>
<doc>Pauses the test executed for the given time.</doc>
<status status="PASS" start="2026-08-11T03:43:43.964996" elapsed="0.000365"/>
</kw>
<kw name="Report Failure Due To Bug" owner="Utils" type="TEARDOWN">
<kw name="Evaluate" owner="BuiltIn">
<msg time="2026-08-11T03:43:43.966563" level="INFO">${test_skipped} = False</msg>
<var>${test_skipped}</var>
<arg>len(re.findall('SKIPPED', """${TEST_MESSAGE}""")) &gt; 0</arg>
<arg>modules=re</arg>
<doc>Evaluates the given expression in Python and returns the result.</doc>
<status status="PASS" start="2026-08-11T03:43:43.966078" elapsed="0.000511"/>
</kw>
<if>
<branch type="IF" condition="('${TEST_STATUS}' != 'FAIL') or ${test_skipped}">
<return>
<status status="PASS" start="2026-08-11T03:43:43.966809" elapsed="0.000031"/>
</return>
<status status="PASS" start="2026-08-11T03:43:43.966665" elapsed="0.000205"/>
</branch>
<status status="PASS" start="2026-08-11T03:43:43.966646" elapsed="0.000248"/>
</if>
<kw name="Comment" owner="BuiltIn">
<arg>Jira tickets are {PROJECT}-{NUMBER} while Bugzilla tickets are {NUMBER}</arg>
<doc>Displays the given messages in the log file as keyword arguments.</doc>
<status status="NOT RUN" start="2026-08-11T03:43:43.967033" elapsed="0.000021"/>
</kw>
<kw name="Run Keyword And Return Status" owner="BuiltIn">
<var>${match}</var>
<arg>Should Contain</arg>
<arg>${number}</arg>
<arg>-</arg>
<doc>Runs the specified keyword and returns the status as a Boolean value.</doc>
<status status="NOT RUN" start="2026-08-11T03:43:43.967185" elapsed="0.000020"/>
</kw>
<kw name="Set Variable If" owner="BuiltIn">
<var>${bug_url}</var>
<arg>${match}</arg>
<arg>https://jira.opendaylight.org/browse/${number}</arg>
<arg>https://bugs.opendaylight.org/show_bug.cgi?id=${number}</arg>
<doc>Sets variable based on the given condition.</doc>
<status status="NOT RUN" start="2026-08-11T03:43:43.967339" elapsed="0.000020"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<var>${msg}</var>
<arg>This test fails due to ${bug_url}</arg>
<doc>Returns the given values which can then be assigned to a variables.</doc>
<status status="NOT RUN" start="2026-08-11T03:43:43.967544" elapsed="0.000021"/>
</kw>
<kw name="Evaluate" owner="BuiltIn">
<var>${newline}</var>
<arg>chr(10)</arg>
<doc>Evaluates the given expression in Python and returns the result.</doc>
<status status="NOT RUN" start="2026-08-11T03:43:43.967704" elapsed="0.000020"/>
</kw>
<kw name="Set Test Message" owner="BuiltIn">
<arg>${msg}${newline}${newline}${TEST_MESSAGE}</arg>
<doc>Sets message for the current test case.</doc>
<status status="NOT RUN" start="2026-08-11T03:43:43.967848" elapsed="0.000026"/>
</kw>
<kw name="Log" owner="BuiltIn">
<arg>${msg}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="NOT RUN" start="2026-08-11T03:43:43.967996" elapsed="0.000020"/>
</kw>
<if>
<branch type="IF" condition="&quot;${include_bug_in_tags}&quot;==&quot;True&quot;">
<kw name="Set Tags" owner="BuiltIn">
<arg>${bug_url}</arg>
<doc>Adds given ``tags`` for the current test or all tests in a suite.</doc>
<status status="NOT RUN" start="2026-08-11T03:43:43.968214" elapsed="0.000020"/>
</kw>
<status status="NOT RUN" start="2026-08-11T03:43:43.968079" elapsed="0.000186"/>
</branch>
<status status="NOT RUN" start="2026-08-11T03:43:43.968061" elapsed="0.000227"/>
</if>
<arg>6176</arg>
<doc>Report that a test failed due to a known Bugzilla bug whose
number is provided as an argument.
Not FAILED (incl. SKIPPED) test are not reported.
This keyword must be used in the [Teardown] setting of the affected test
or as the first line of the test if FastFail module is not being
used. It reports the URL of the bug on console and also puts it
into the Robot log file.</doc>
<status status="PASS" start="2026-08-11T03:43:43.965751" elapsed="0.002588"/>
</kw>
<doc>cbench executed in latency mode to see if controller is healthy</doc>
<tag>cbench</tag>
<tag>latency</tag>
<timeout value="15 minutes"/>
<status status="PASS" start="2026-08-11T03:33:37.261945" elapsed="606.706440"/>
</test>
<doc>Cbench Latency and Throughput tests can be run from an external
cbench.
If cbench is run with a medium number of switches or higher (e.g. 32+)
the normal openflow operations seem to break.
BUG: https://bugs.opendaylight.org/show_bug.cgi?id=2897</doc>
<status status="PASS" start="2026-08-11T03:13:20.036306" elapsed="1823.932514"/>
</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>
