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

[?1h=[90m~[0m                                                                                [?2004hopendaylight-user</msg>
<arg>${KARAF_USER}</arg>
<arg>${KARAF_PASSWORD}</arg>
<arg>loglevel=${loglevel}</arg>
<doc>Logs into the SSH server with the given ``username`` and ``password``.</doc>
<status status="PASS" start="2026-07-28T01:51:21.572955" elapsed="0.983685"/>
</kw>
<kw name="Write" owner="SSHLibrary">
<msg time="2026-07-28T01:51:22.606113" level="INFO">@root&gt;log:set ERROR</msg>
<arg>${cmd}</arg>
<doc>Writes the given ``text`` on the remote machine and appends a newline.</doc>
<status status="PASS" start="2026-07-28T01:51:22.556925" elapsed="0.049276"/>
</kw>
<kw name="Read Until Regexp" owner="SSHLibrary">
<msg time="2026-07-28T01:51:22.608101" level="INFO">[?1l&gt;[?2004l[?1h=[90m~[0m                                                                                [?2004hopendaylight-user@root&gt;</msg>
<msg time="2026-07-28T01:51:22.608242" level="INFO">${output} = [?1l&gt;[?2004l[?1h=[90m~[0m                                                                                [?2004hopendaylight-user@root&gt;</msg>
<var>${output}</var>
<arg>${KARAF_PROMPT}</arg>
<doc>Consumes and returns the server output until a match to ``regexp`` is found.</doc>
<status status="PASS" start="2026-07-28T01:51:22.606401" elapsed="0.001877"/>
</kw>
<kw name="Write Bare" owner="SSHLibrary">
<arg>logout\n</arg>
<doc>Writes the given ``text`` on the remote machine without appending a newline.</doc>
<status status="PASS" start="2026-07-28T01:51:22.608441" elapsed="0.000214"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-07-28T01:51:22.608829" elapsed="0.000205"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-07-28T01:51:22.609542" level="INFO">[?1l&gt;[?2004l[?1h=[90m~[0m                                                                                [?2004hopendaylight-user@root&gt;</msg>
<arg>${output}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-07-28T01:51:22.609185" elapsed="0.000418"/>
</kw>
<return>
<value>${output}</value>
<status status="PASS" start="2026-07-28T01:51:22.609656" elapsed="0.000052"/>
</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.239
Note that this keyword will open&amp;close new SSH connection, without switching back to previously current session.</doc>
<status status="PASS" start="2026-07-28T01:51:21.571400" elapsed="1.038510"/>
</kw>
<arg>3x</arg>
<arg>1s</arg>
<arg>KarafKeywords.Issue Command On Karaf Console</arg>
<arg>log:set ${log_level}</arg>
<doc>Runs the specified keyword and retries if it fails.</doc>
<status status="PASS" start="2026-07-28T01:51:21.567781" elapsed="1.042194"/>
</kw>
<kw name="Append To File" owner="OperatingSystem">
<msg time="2026-07-28T01:51:22.610526" level="INFO" html="true">Appended to file '&lt;a href="file:///w/workspace/openflowplugin-csit-1node-cbench-only-titanium/latency.csv"&gt;/w/workspace/openflowplugin-csit-1node-cbench-only-titanium/latency.csv&lt;/a&gt;'.</msg>
<arg>${latency_results_file}</arg>
<arg>LATENCY_MIN,LATENCY_MAX,LATENCY_AVERAGE\n</arg>
<doc>Appends the given content to the specified file.</doc>
<status status="PASS" start="2026-07-28T01:51:22.610159" elapsed="0.000424"/>
</kw>
<kw name="Append To File" owner="OperatingSystem">
<msg time="2026-07-28T01:51:22.611047" level="INFO" html="true">Appended to file '&lt;a href="file:///w/workspace/openflowplugin-csit-1node-cbench-only-titanium/throughput.csv"&gt;/w/workspace/openflowplugin-csit-1node-cbench-only-titanium/throughput.csv&lt;/a&gt;'.</msg>
<arg>${throughput_results_file}</arg>
<arg>THROUGHPUT_MIN,THROUGHPUT_MAX,THROUGHPUT_AVERAGE\n</arg>
<doc>Appends the given content to the specified file.</doc>
<status status="PASS" start="2026-07-28T01:51:22.610782" elapsed="0.000322"/>
</kw>
<kw name="Evaluate" owner="BuiltIn">
<msg time="2026-07-28T01:51:22.611656" level="INFO">${duration_in_ms} = 60000</msg>
<var>${duration_in_ms}</var>
<arg>${duration_in_secs} * 1000</arg>
<doc>Evaluates the given expression in Python and returns the result.</doc>
<status status="PASS" start="2026-07-28T01:51:22.611261" elapsed="0.000423"/>
</kw>
<kw name="Set Suite Variable" owner="BuiltIn">
<msg time="2026-07-28T01:51:22.612271" level="INFO">${duration_in_ms} = 60000</msg>
<arg>${duration_in_ms}</arg>
<doc>Makes a variable available everywhere within the scope of the current suite.</doc>
<status status="PASS" start="2026-07-28T01:51:22.611885" elapsed="0.000446"/>
</kw>
<kw name="Evaluate" owner="BuiltIn">
<msg time="2026-07-28T01:51:22.613032" level="INFO">${test_timeout} = 900.0</msg>
<var>${test_timeout}</var>
<arg>(${loops} * ${duration_in_secs}) * 1.5</arg>
<doc>Evaluates the given expression in Python and returns the result.</doc>
<status status="PASS" start="2026-07-28T01:51:22.612530" elapsed="0.000536"/>
</kw>
<kw name="Set Suite Variable" owner="BuiltIn">
<msg time="2026-07-28T01:51:22.613640" level="INFO">${test_timeout} = 900.0</msg>
<arg>${test_timeout}</arg>
<doc>Makes a variable available everywhere within the scope of the current suite.</doc>
<status status="PASS" start="2026-07-28T01:51:22.613276" elapsed="0.000409"/>
</kw>
<if>
<branch type="IF" condition="&quot;${cbench_system}&quot; == &quot;localhost&quot;">
<kw name="File Should Exist" owner="OperatingSystem">
<arg>${cbench_executable}</arg>
<doc>Fails unless the given ``path`` points to an existing file.</doc>
<status status="NOT RUN" start="2026-07-28T01:51:22.614094" elapsed="0.000023"/>
</kw>
<status status="NOT RUN" start="2026-07-28T01:51:22.613837" elapsed="0.000331"/>
</branch>
<branch type="ELSE">
<kw name="Verify File Exists On Remote System" owner="Utils">
<kw name="Open Connection" owner="SSHLibrary">
<msg time="2026-07-28T01:51:22.618801" level="INFO">${conn_id} = 2</msg>
<var>${conn_id}</var>
<arg>${system}</arg>
<arg>prompt=${prompt}</arg>
<arg>timeout=${prompt_timeout}</arg>
<doc>Opens a new SSH connection to the given ``host`` and ``port``.</doc>
<status status="PASS" start="2026-07-28T01:51:22.618367" elapsed="0.000462"/>
</kw>
<kw name="Flexible_SSH_Login" owner="SSHKeywords">
<kw name="Get Length" owner="BuiltIn">
<msg time="2026-07-28T01:51:22.619890" level="INFO">Length is 0.</msg>
<msg time="2026-07-28T01:51:22.619975" level="INFO">${pwd_length} = 0</msg>
<var>${pwd_length}</var>
<arg>${password}</arg>
<doc>Returns and logs the length of the given item as an integer.</doc>
<status status="PASS" start="2026-07-28T01:51:22.619426" elapsed="0.000573"/>
</kw>
<kw name="Run Keyword And Return If" owner="BuiltIn">
<arg>${pwd_length} &gt; 0</arg>
<arg>SSHLibrary.Login</arg>
<arg>${user}</arg>
<arg>${password}</arg>
<arg>delay=${delay}</arg>
<doc>Runs the specified keyword and returns from the enclosing user keyword.</doc>
<status status="PASS" start="2026-07-28T01:51:22.620148" elapsed="0.000378"/>
</kw>
<kw name="Run Keyword And Return" owner="BuiltIn">
<kw name="Login With Public Key" owner="SSHLibrary">
<msg time="2026-07-28T01:51:22.621840" level="INFO">Logging into '10.30.171.28:22' as 'jenkins'.</msg>
<msg time="2026-07-28T01:51:23.393032" level="INFO">Read output: Welcome to Ubuntu 22.04.5 LTS (GNU/Linux 5.15.0-153-generic x86_64)

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

 System information as of Tue Jul 28 01:51:22 UTC 2026

  System load:  0.02               Processes:             106
  Usage of /:   19.3% of 38.58GB   Users logged in:       0
  Memory usage: 4%                 IPv4 address for ens3: 10.30.171.28
  Swap usage:   0%


Expanded Security Maintenance for Applications is not enabled.

0 updates can be applied immediately.

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


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


[?2004h[jenkins@releng-48317-793-1-mininet-ovs-217-0 ~]&gt;</msg>
<arg>${user}</arg>
<arg>${USER_HOME}/.ssh/${SSH_KEY}</arg>
<arg>${KEYFILE_PASS}</arg>
<arg>delay=${delay}</arg>
<doc>Logs into the SSH server using key-based authentication.</doc>
<status status="PASS" start="2026-07-28T01:51:22.621243" elapsed="0.771937"/>
</kw>
<msg time="2026-07-28T01:51:23.393267" level="INFO">Returning from the enclosing user keyword.</msg>
<arg>SSHLibrary.Login With Public Key</arg>
<arg>${user}</arg>
<arg>${USER_HOME}/.ssh/${SSH_KEY}</arg>
<arg>${KEYFILE_PASS}</arg>
<arg>delay=${delay}</arg>
<doc>Runs the specified keyword and returns from the enclosing user keyword.</doc>
<status status="PASS" start="2026-07-28T01:51:22.620681" elapsed="0.772675"/>
</kw>
<arg>${user}</arg>
<arg>${password}</arg>
<doc>On active SSH session: if given non-empty password, do Login, else do Login With Public Key.</doc>
<status status="PASS" start="2026-07-28T01:51:22.619075" elapsed="0.774401"/>
</kw>
<kw name="File Should Exist" owner="SSHLibrary">
<msg time="2026-07-28T01:51:23.399679" level="INFO">[chan 1] Opened sftp connection (server version 3)</msg>
<arg>${file}</arg>
<doc>Fails if the given ``path`` does NOT point to an existing file.</doc>
<status status="PASS" start="2026-07-28T01:51:23.393688" elapsed="0.007656"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-07-28T01:51:23.401597" elapsed="0.000394"/>
</kw>
<arg>${cbench_system}</arg>
<arg>${cbench_executable}</arg>
<doc>Will create connection with public key and will PASS if the given ${file} exists,
otherwise will FAIL</doc>
<status status="PASS" start="2026-07-28T01:51:22.617841" elapsed="0.784238"/>
</kw>
<status status="PASS" start="2026-07-28T01:51:22.614255" elapsed="0.787876"/>
</branch>
<status status="PASS" start="2026-07-28T01:51:22.613804" elapsed="0.788371"/>
</if>
<kw name="Should Be True" owner="BuiltIn">
<arg>${loops} &gt;= 2</arg>
<arg>If number of loops is less than 2, cbench will not run</arg>
<doc>Fails if the given condition is not true.</doc>
<status status="PASS" start="2026-07-28T01:51:23.402386" elapsed="0.000717"/>
</kw>
<kw name="Verify_Feature_Is_Installed" owner="KarafKeywords">
<if>
<branch type="IF" condition="'${IS_KARAF_APPL}' == 'False'">
<return>
<value>Not A Karaf App</value>
<status status="NOT RUN" start="2026-07-28T01:51:23.409176" elapsed="0.000025"/>
</return>
<status status="NOT RUN" start="2026-07-28T01:51:23.409007" elapsed="0.000242"/>
</branch>
<status status="PASS" start="2026-07-28T01:51:23.408972" elapsed="0.000311"/>
</if>
<kw name="Issue_Command_On_Karaf_Console" owner="KarafKeywords">
<if>
<branch type="IF" condition="'${IS_KARAF_APPL}' == 'False'">
<return>
<value>Not A Karaf App</value>
<status status="NOT RUN" start="2026-07-28T01:51:23.413476" elapsed="0.000014"/>
</return>
<status status="NOT RUN" start="2026-07-28T01:51:23.413360" elapsed="0.000164"/>
</branch>
<status status="PASS" start="2026-07-28T01:51:23.413340" elapsed="0.000207"/>
</if>
<kw name="Open Connection" owner="SSHLibrary">
<arg>${controller}</arg>
<arg>port=${karaf_port}</arg>
<arg>prompt=${KARAF_PROMPT_LOGIN}</arg>
<arg>timeout=${timeout}</arg>
<doc>Opens a new SSH connection to the given ``host`` and ``port``.</doc>
<status status="PASS" start="2026-07-28T01:51:23.413681" elapsed="0.000455"/>
</kw>
<kw name="Login" owner="SSHLibrary">
<msg time="2026-07-28T01:51:23.414546" level="INFO">Logging into '10.30.170.239:8101' as 'karaf'.</msg>
<msg time="2026-07-28T01:51:23.609704" level="INFO">Read output: [33m                                                                                           
[33m    ________                       ________                .__  .__       .__     __       
[33m    \_____  \ ______   ____   ____ \______ \ _____  ___.__.|  | |__| ____ |  |___/  |_     
[33m     /   |   \\____ \_/ __ \ /    \ |    |  \\__  \&lt;   |  ||  | |  |/ ___\|  |  \   __\    
[33m    /    |    \  |_&gt; &gt;  ___/|   |  \|    `   \/ __ \\___  ||  |_|  / /_/  &gt;   Y  \  |      
[33m    \_______  /   __/ \___  &gt;___|  /_______  (____  / ____||____/__\___  /|___|  /__|      
[33m            \/|__|        \/     \/        \/     \/\/            /_____/      \/          
[33m                                                                                           

Hit '[1m&lt;tab&gt;[0m' for a list of available commands
and '[1m[cmd] --help[0m' for help on a specific command.
Hit '[1m&lt;ctrl-d&gt;[0m' or type '[1msystem:shutdown[0m' or '[1mlogout[0m' to shutdown OpenDaylight.

[?1h=[90m~[0m                                                                                [?2004hopendaylight-user</msg>
<arg>${KARAF_USER}</arg>
<arg>${KARAF_PASSWORD}</arg>
<arg>loglevel=${loglevel}</arg>
<doc>Logs into the SSH server with the given ``username`` and ``password``.</doc>
<status status="PASS" start="2026-07-28T01:51:23.414283" elapsed="0.195572"/>
</kw>
<kw name="Write" owner="SSHLibrary">
<msg time="2026-07-28T01:51:23.707389" level="INFO">@root&gt;feature:list -i | 0[C 0g[Krep odl-openflowplugin-drop-test</msg>
<arg>${cmd}</arg>
<doc>Writes the given ``text`` on the remote machine and appends a newline.</doc>
<status status="PASS" start="2026-07-28T01:51:23.610078" elapsed="0.097436"/>
</kw>
<kw name="Read Until Regexp" owner="SSHLibrary">
<msg time="2026-07-28T01:51:23.721610" level="INFO">[?1l&gt;[?2004l[31;1modl-openflowplugin-drop-test[0m                                    x 0.20.2           x x        x Started x [31;1modl-openflowplugin-drop-test[0m                                    x OpenDaylight :: Openflow Plugin :: Drop Test
[?1h=[90m~[0m                                                                                [?2004hopendaylight-user@root&gt;</msg>
<msg time="2026-07-28T01:51:23.721830" level="INFO">${output} = [?1l&gt;[?2004l[31;1modl-openflowplugin-drop-test[0m                                    x 0.20.2           x x        x Started x [31;1modl-openflowplugin-drop-test[0m                     ...</msg>
<var>${output}</var>
<arg>${KARAF_PROMPT}</arg>
<doc>Consumes and returns the server output until a match to ``regexp`` is found.</doc>
<status status="PASS" start="2026-07-28T01:51:23.707762" elapsed="0.014102"/>
</kw>
<kw name="Write Bare" owner="SSHLibrary">
<arg>logout\n</arg>
<doc>Writes the given ``text`` on the remote machine without appending a newline.</doc>
<status status="PASS" start="2026-07-28T01:51:23.722022" elapsed="0.000208"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-07-28T01:51:23.722379" elapsed="0.000234"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-07-28T01:51:23.723101" level="INFO">[?1l&gt;[?2004l[31;1modl-openflowplugin-drop-test[0m                                    x 0.20.2           x x        x Started x [31;1modl-openflowplugin-drop-test[0m                                    x OpenDaylight :: Openflow Plugin :: Drop Test
[?1h=[90m~[0m                                                                                [?2004hopendaylight-user@root&gt;</msg>
<arg>${output}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-07-28T01:51:23.722785" elapsed="0.000373"/>
</kw>
<return>
<value>${output}</value>
<status status="PASS" start="2026-07-28T01:51:23.723209" elapsed="0.000049"/>
</return>
<msg time="2026-07-28T01:51:23.723445" level="INFO">${output} = [?1l&gt;[?2004l[31;1modl-openflowplugin-drop-test[0m                                    x 0.20.2           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.239
Note that this keyword will open&amp;close new SSH connection, without switching back to previously current session.</doc>
<status status="PASS" start="2026-07-28T01:51:23.412996" elapsed="0.310484"/>
</kw>
<kw name="Should Contain" owner="BuiltIn">
<arg>${output}</arg>
<arg>${feature_name}</arg>
<doc>Fails if ``container`` does not contain ``item`` one or more times.</doc>
<status status="PASS" start="2026-07-28T01:51:23.723631" elapsed="0.000556"/>
</kw>
<return>
<value>${output}</value>
<status status="PASS" start="2026-07-28T01:51:23.724244" elapsed="0.000040"/>
</return>
<arg>odl-openflowplugin-drop-test</arg>
<doc>Will Succeed if the given ${feature_name} is found in the output of "feature:list -i"</doc>
<status status="PASS" start="2026-07-28T01:51:23.408565" elapsed="0.315823"/>
</kw>
<kw name="Issue_Command_On_Karaf_Console" owner="KarafKeywords">
<if>
<branch type="IF" condition="'${IS_KARAF_APPL}' == 'False'">
<return>
<value>Not A Karaf App</value>
<status status="NOT RUN" start="2026-07-28T01:51:23.728309" elapsed="0.000015"/>
</return>
<status status="NOT RUN" start="2026-07-28T01:51:23.728162" elapsed="0.000195"/>
</branch>
<status status="PASS" start="2026-07-28T01:51:23.728128" elapsed="0.000253"/>
</if>
<kw name="Open Connection" owner="SSHLibrary">
<arg>${controller}</arg>
<arg>port=${karaf_port}</arg>
<arg>prompt=${KARAF_PROMPT_LOGIN}</arg>
<arg>timeout=${timeout}</arg>
<doc>Opens a new SSH connection to the given ``host`` and ``port``.</doc>
<status status="PASS" start="2026-07-28T01:51:23.728514" elapsed="0.000468"/>
</kw>
<kw name="Login" owner="SSHLibrary">
<msg time="2026-07-28T01:51:23.729431" level="INFO">Logging into '10.30.170.239:8101' as 'karaf'.</msg>
<msg time="2026-07-28T01:51:23.929422" level="INFO">Read output: [33m                                                                                           
[33m    ________                       ________                .__  .__       .__     __       
[33m    \_____  \ ______   ____   ____ \______ \ _____  ___.__.|  | |__| ____ |  |___/  |_     
[33m     /   |   \\____ \_/ __ \ /    \ |    |  \\__  \&lt;   |  ||  | |  |/ ___\|  |  \   __\    
[33m    /    |    \  |_&gt; &gt;  ___/|   |  \|    `   \/ __ \\___  ||  |_|  / /_/  &gt;   Y  \  |      
[33m    \_______  /   __/ \___  &gt;___|  /_______  (____  / ____||____/__\___  /|___|  /__|      
[33m            \/|__|        \/     \/        \/     \/\/            /_____/      \/          
[33m                                                                                           

Hit '[1m&lt;tab&gt;[0m' for a list of available commands
and '[1m[cmd] --help[0m' for help on a specific command.
Hit '[1m&lt;ctrl-d&gt;[0m' or type '[1msystem:shutdown[0m' or '[1mlogout[0m' to shutdown OpenDaylight.

[?1h=[90m~[0m                                                                                [?2004hopendaylight-user</msg>
<arg>${KARAF_USER}</arg>
<arg>${KARAF_PASSWORD}</arg>
<arg>loglevel=${loglevel}</arg>
<doc>Logs into the SSH server with the given ``username`` and ``password``.</doc>
<status status="PASS" start="2026-07-28T01:51:23.729127" elapsed="0.200465"/>
</kw>
<kw name="Write" owner="SSHLibrary">
<msg time="2026-07-28T01:51:23.971859" level="INFO">@root&gt;dropallpacketsrpc on</msg>
<arg>${cmd}</arg>
<doc>Writes the given ``text`` on the remote machine and appends a newline.</doc>
<status status="PASS" start="2026-07-28T01:51:23.929880" elapsed="0.042050"/>
</kw>
<kw name="Read Until Regexp" owner="SSHLibrary">
<msg time="2026-07-28T01:51:23.973852" level="INFO">[?1l&gt;[?2004lDropAllFlows transitions to on
[?1h=[90m~[0m                                                                                [?2004hopendaylight-user@root&gt;</msg>
<msg time="2026-07-28T01:51:23.973974" level="INFO">${output} = [?1l&gt;[?2004lDropAllFlows transitions to on
[?1h=[90m~[0m                                                                                [?2004hopendaylight-user@root&gt;</msg>
<var>${output}</var>
<arg>${KARAF_PROMPT}</arg>
<doc>Consumes and returns the server output until a match to ``regexp`` is found.</doc>
<status status="PASS" start="2026-07-28T01:51:23.972114" elapsed="0.001890"/>
</kw>
<kw name="Write Bare" owner="SSHLibrary">
<arg>logout\n</arg>
<doc>Writes the given ``text`` on the remote machine without appending a newline.</doc>
<status status="PASS" start="2026-07-28T01:51:23.974166" elapsed="0.000219"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-07-28T01:51:23.974540" elapsed="0.000246"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-07-28T01:51:23.975307" level="INFO">[?1l&gt;[?2004lDropAllFlows transitions to on
[?1h=[90m~[0m                                                                                [?2004hopendaylight-user@root&gt;</msg>
<arg>${output}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-07-28T01:51:23.974948" elapsed="0.000413"/>
</kw>
<return>
<value>${output}</value>
<status status="PASS" start="2026-07-28T01:51:23.975419" elapsed="0.000070"/>
</return>
<arg>dropallpacketsrpc on</arg>
<doc>Will execute the given ${cmd} by ssh'ing to the karaf console running on 10.30.170.239
Note that this keyword will open&amp;close new SSH connection, without switching back to previously current session.</doc>
<status status="PASS" start="2026-07-28T01:51:23.727801" elapsed="0.247877"/>
</kw>
<status status="PASS" start="2026-07-28T01:51:21.566009" elapsed="2.409787"/>
</kw>
<test id="s1-t1" name="Cbench Latency Test" line="37">
<kw name="Log" owner="BuiltIn">
<msg time="2026-07-28T01:51:23.978210" level="INFO">Cbench tests using 10 iterations of 60 second tests. Switch Count: 16. Unique MACS to cycle: 100</msg>
<arg>Cbench tests using ${loops} iterations of ${duration_in_secs} second tests. Switch Count: ${switch_count}. Unique MACS to cycle: ${num_of_unique_macs}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-07-28T01:51:23.976948" elapsed="0.001342"/>
</kw>
<kw name="Run Cbench And Log Results">
<kw name="Set Suite Variable" owner="BuiltIn">
<msg time="2026-07-28T01:51:23.979953" level="INFO">${output_filename} = latency.csv</msg>
<arg>${output_filename}</arg>
<doc>Makes a variable available everywhere within the scope of the current suite.</doc>
<status status="PASS" start="2026-07-28T01:51:23.979501" elapsed="0.000507"/>
</kw>
<if>
<branch type="IF" condition="&quot;${cbench_system}&quot; == &quot;localhost&quot;">
<kw name="Run" owner="OperatingSystem">
<var>${output}</var>
<arg>${cbench_executable} -c ${ODL_SYSTEM_IP} ${cbench_args}</arg>
<doc>_This keyword is considered deprecated. Use the
[http://robotframework.org/robotframework/latest/libraries/Process.html|
Process] library instead._</doc>
<status status="NOT RUN" start="2026-07-28T01:51:23.980346" elapsed="0.000022"/>
</kw>
<status status="NOT RUN" start="2026-07-28T01:51:23.980094" elapsed="0.000313"/>
</branch>
<branch type="ELSE">
<kw name="Run Command On Remote System" owner="Utils">
<if>
<branch type="IF" condition="&quot;${return_stdout}&quot;!=&quot;True&quot; and &quot;${return_stderr}&quot;!=&quot;True&quot;">
<kw name="Fail" owner="BuiltIn">
<arg>At least one of {return_stdout} or {return_stderr} args should be set to True</arg>
<doc>Fails the test with the given message and optionally alters its tags.</doc>
<status status="NOT RUN" start="2026-07-28T01:51:23.983570" elapsed="0.000024"/>
</kw>
<status status="NOT RUN" start="2026-07-28T01:51:23.983282" elapsed="0.000382"/>
</branch>
<status status="PASS" start="2026-07-28T01:51:23.983260" elapsed="0.000432"/>
</if>
<kw name="Get Connection" owner="SSHLibrary">
<msg time="2026-07-28T01:51:23.984069" level="INFO">index=None
host=None
alias=None
port=22
timeout=3 seconds
newline=

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

prompt=None
term_type=vt100
width=80
height=24
path_separator=/
encoding=utf8
escape_ansi=False
encoding_errors=strict</msg>
<var>${current_ssh_connection}</var>
<doc>Returns information about the connection.</doc>
<status status="PASS" start="2026-07-28T01:51:23.983847" elapsed="0.000379"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-07-28T01:51:23.984893" level="INFO">Attempting to execute command "/usr/local/bin/cbench -c 10.30.170.239 -m 60000 -M 100 -S 16 -l 10 -D 5000 -p 6633" on remote system "10.30.171.28" by user "jenkins" with keyfile pass "any" and prompt "&gt;" and password ""</msg>
<arg>Attempting to execute command "${cmd}" on remote system "${system}" by user "${user}" with keyfile pass "${keyfile_pass}" and prompt "${prompt}" and password "${password}"</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-07-28T01:51:23.984383" elapsed="0.000577"/>
</kw>
<kw name="Open Connection" owner="SSHLibrary">
<msg time="2026-07-28T01:51:23.985601" level="INFO">${conn_id} = 5</msg>
<var>${conn_id}</var>
<arg>${system}</arg>
<arg>prompt=${prompt}</arg>
<arg>timeout=${prompt_timeout}</arg>
<doc>Opens a new SSH connection to the given ``host`` and ``port``.</doc>
<status status="PASS" start="2026-07-28T01:51:23.985110" elapsed="0.000519"/>
</kw>
<kw name="Flexible_SSH_Login" owner="SSHKeywords">
<kw name="Get Length" owner="BuiltIn">
<msg time="2026-07-28T01:51:23.986622" level="INFO">Length is 0.</msg>
<msg time="2026-07-28T01:51:23.986740" level="INFO">${pwd_length} = 0</msg>
<var>${pwd_length}</var>
<arg>${password}</arg>
<doc>Returns and logs the length of the given item as an integer.</doc>
<status status="PASS" start="2026-07-28T01:51:23.986285" elapsed="0.000483"/>
</kw>
<kw name="Run Keyword And Return If" owner="BuiltIn">
<arg>${pwd_length} &gt; 0</arg>
<arg>SSHLibrary.Login</arg>
<arg>${user}</arg>
<arg>${password}</arg>
<arg>delay=${delay}</arg>
<doc>Runs the specified keyword and returns from the enclosing user keyword.</doc>
<status status="PASS" start="2026-07-28T01:51:23.987064" elapsed="0.000364"/>
</kw>
<kw name="Run Keyword And Return" owner="BuiltIn">
<kw name="Login With Public Key" owner="SSHLibrary">
<msg time="2026-07-28T01:51:23.988570" level="INFO">Logging into '10.30.171.28:22' as 'jenkins'.</msg>
<msg time="2026-07-28T01:51:24.329783" level="INFO">Read output: Welcome to Ubuntu 22.04.5 LTS (GNU/Linux 5.15.0-153-generic x86_64)

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

 System information as of Tue Jul 28 01:51:22 UTC 2026

  System load:  0.02               Processes:             106
  Usage of /:   19.3% of 38.58GB   Users logged in:       0
  Memory usage: 4%                 IPv4 address for ens3: 10.30.171.28
  Swap usage:   0%


Expanded Security Maintenance for Applications is not enabled.

0 updates can be applied immediately.

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


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


Last login: Tue Jul 28 01:51:23 2026 from 10.30.170.93
[?2004h[jenkins@releng-48317-793-1-mininet-ovs-217-0 ~]&gt;</msg>
<arg>${user}</arg>
<arg>${USER_HOME}/.ssh/${SSH_KEY}</arg>
<arg>${KEYFILE_PASS}</arg>
<arg>delay=${delay}</arg>
<doc>Logs into the SSH server using key-based authentication.</doc>
<status status="PASS" start="2026-07-28T01:51:23.988143" elapsed="0.341857"/>
</kw>
<msg time="2026-07-28T01:51:24.330095" level="INFO">Returning from the enclosing user keyword.</msg>
<arg>SSHLibrary.Login With Public Key</arg>
<arg>${user}</arg>
<arg>${USER_HOME}/.ssh/${SSH_KEY}</arg>
<arg>${KEYFILE_PASS}</arg>
<arg>delay=${delay}</arg>
<doc>Runs the specified keyword and returns from the enclosing user keyword.</doc>
<status status="PASS" start="2026-07-28T01:51:23.987592" elapsed="0.342597"/>
</kw>
<arg>${user}</arg>
<arg>${password}</arg>
<doc>On active SSH session: if given non-empty password, do Login, else do Login With Public Key.</doc>
<status status="PASS" start="2026-07-28T01:51:23.985873" elapsed="0.344450"/>
</kw>
<kw name="Execute Command" owner="SSHLibrary">
<msg time="2026-07-28T01:51:24.330906" level="INFO">Executing command '/usr/local/bin/cbench -c 10.30.170.239 -m 60000 -M 100 -S 16 -l 10 -D 5000 -p 6633'.</msg>
<msg time="2026-07-28T02:01:30.454881" level="INFO">Command exited with return code 0.</msg>
<msg time="2026-07-28T02:01:30.455453" level="INFO">${stdout} = </msg>
<msg time="2026-07-28T02:01:30.455563" level="INFO">${stderr} = cbench: controller benchmarking tool
   running in mode 'latency'
   connecting to controller at 10.30.170.239:6633 
   faking 16 switches with 1 threads :: 10 tests each; 60000 ms per test
   with 10...</msg>
<var>${stdout}</var>
<var>${stderr}</var>
<arg>${cmd}</arg>
<arg>return_stderr=True</arg>
<doc>Executes ``command`` on the remote machine and returns its outputs.</doc>
<status status="PASS" start="2026-07-28T01:51:24.330559" elapsed="606.125064"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-07-28T02:01:30.456132" elapsed="0.000762"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-07-28T02:01:30.458129" level="INFO">cbench: controller benchmarking tool
   running in mode 'latency'
   connecting to controller at 10.30.170.239: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.239. So far 1 cbench instances have initialized their switches.  Waiting for other cbench-instances
Thread-0: Total switches from ALL cbench-instances initialized.
01:52:29.550 16  switches: flows:  105948 106068 107051 106799 107614 104759 108345 103099 106277 102321 102995 102412 105049 102606 103001 102597  total = 27.949017 per ms 
01:53:29.650 16  switches: flows:  114023 114681 113872 115156 111757 113231 115332 113632 113461 111917 111127 110436 111990 113698 111256 111078  total = 30.060555 per ms 
01:54:29.750 16  switches: flows:  117126 116036 116913 115919 114639 114626 116363 116445 113837 114624 114248 114172 111435 113117 113761 113574  total = 30.562900 per ms 
01:55:29.851 16  switches: flows:  119085 118954 118980 117563 118434 118436 119527 119397 116966 118677 115786 114961 114333 115843 118990 115588  total = 31.306336 per ms 
01:56:29.951 16  switches: flows:  121297 119959 120771 119892 120456 118770 118599 121170 116607 117699 116415 115444 115714 118021 116934 116511  total = 31.518366 per ms 
01:57:30.051 16  switches: flows:  115133 114289 115142 114672 112775 113379 114532 113729 112217 112686 112552 110217 110306 112251 111599 112255  total = 30.078629 per ms 
01:58:30.152 16  switches: flows:  113648 113504 114223 113617 112922 113387 113790 112905 110549 112108 111885 110370 111832 112043 110675 111452  total = 29.931877 per ms 
01:59:30.252 16  switches: flows:  120165 119000 121598 119030 119090 118519 119603 118960 116568 120206 118216 117680 116550 117900 117345 118054  total = 31.588688 per ms 
02:00:30.352 16  switches: flows:  117396 117007 117631 118065 116548 116532 120537 116230 116123 116744 116111 117129 116519 117131 118147 116275  total = 31.183384 per ms 
02:01:30.452 16  switches: flows:  118586 120606 120810 117435 120597 121838 122390 118928 118443 116858 117477 117401 117809 116911 117591 118231  total = 31.645623 per ms 
RESULT: 16 switches 9 tests min/max/avg/stdev = 29931.88/31645.62/30875.15/10313.73 responses/s</msg>
<arg>${stderr}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-07-28T02:01:30.457314" elapsed="0.001153"/>
</kw>
<if>
<branch type="IF" condition="&quot;${return_stdout}&quot;!=&quot;True&quot;">
<return>
<value>${stderr}</value>
<status status="PASS" start="2026-07-28T02:01:30.459008" elapsed="0.000075"/>
</return>
<status status="PASS" start="2026-07-28T02:01:30.458661" elapsed="0.000506"/>
</branch>
<status status="PASS" start="2026-07-28T02:01:30.458606" elapsed="0.000617"/>
</if>
<if>
<branch type="IF" condition="&quot;${return_stderr}&quot;!=&quot;True&quot;">
<return>
<value>${stdout}</value>
<status status="NOT RUN" start="2026-07-28T02:01:30.459436" elapsed="0.000030"/>
</return>
<status status="NOT RUN" start="2026-07-28T02:01:30.459354" elapsed="0.000174"/>
</branch>
<status status="NOT RUN" start="2026-07-28T02:01:30.459319" elapsed="0.000257"/>
</if>
<return>
<value>${stdout}</value>
<value>${stderr}</value>
<status status="NOT RUN" start="2026-07-28T02:01:30.459650" elapsed="0.000029"/>
</return>
<kw name="Restore_Current_Ssh_Connection_From_Index" owner="SSHKeywords" type="TEARDOWN">
<kw name="Run Keyword And Return If" owner="BuiltIn">
<arg>${connection_index} is not None</arg>
<arg>SSHLibrary.Switch Connection</arg>
<arg>${connection_index}</arg>
<doc>Runs the specified keyword and returns from the enclosing user keyword.</doc>
<status status="PASS" start="2026-07-28T02:01:30.463540" elapsed="0.000357"/>
</kw>
<kw name="Open Connection" owner="SSHLibrary">
<arg>127.0.0.1</arg>
<doc>Opens a new SSH connection to the given ``host`` and ``port``.</doc>
<status status="PASS" start="2026-07-28T02:01:30.464046" elapsed="0.000174"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-07-28T02:01:30.464350" 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-07-28T02:01:30.460426" elapsed="0.004080"/>
</kw>
<msg time="2026-07-28T02:01:30.464643" level="INFO">${output} = cbench: controller benchmarking tool
   running in mode 'latency'
   connecting to controller at 10.30.170.239:6633 
   faking 16 switches with 1 threads :: 10 tests each; 60000 ms per test
   with 10...</msg>
<var>${output}</var>
<arg>${cbench_system}</arg>
<arg>${cbench_executable} -c ${ODL_SYSTEM_IP} ${cbench_args}</arg>
<arg>prompt_timeout=${test_timeout}</arg>
<arg>return_stdout=False</arg>
<arg>return_stderr=True</arg>
<doc>Reduces the common work of running a command on a remote system to a single higher level
robot keyword, taking care to log in with a public key and. The command given is written and the return value
depends on the passed argument values of return_stdout (default: True) and return_stderr (default: False).
At least one should be True, or the keyword will exit and FAIL. If both are True, the resulting return value
will be a two element list containing both. Otherwise the resulting return value is a string.
No test conditions are checked.</doc>
<status status="PASS" start="2026-07-28T01:51:23.980821" elapsed="606.483850"/>
</kw>
<status status="PASS" start="2026-07-28T01:51:23.980438" elapsed="606.484297"/>
</branch>
<status status="PASS" start="2026-07-28T01:51:23.980069" elapsed="606.484692"/>
</if>
<kw name="Log" owner="BuiltIn">
<msg time="2026-07-28T02:01:30.465204" level="INFO">cbench: controller benchmarking tool
   running in mode 'latency'
   connecting to controller at 10.30.170.239: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.239. So far 1 cbench instances have initialized their switches.  Waiting for other cbench-instances
Thread-0: Total switches from ALL cbench-instances initialized.
01:52:29.550 16  switches: flows:  105948 106068 107051 106799 107614 104759 108345 103099 106277 102321 102995 102412 105049 102606 103001 102597  total = 27.949017 per ms 
01:53:29.650 16  switches: flows:  114023 114681 113872 115156 111757 113231 115332 113632 113461 111917 111127 110436 111990 113698 111256 111078  total = 30.060555 per ms 
01:54:29.750 16  switches: flows:  117126 116036 116913 115919 114639 114626 116363 116445 113837 114624 114248 114172 111435 113117 113761 113574  total = 30.562900 per ms 
01:55:29.851 16  switches: flows:  119085 118954 118980 117563 118434 118436 119527 119397 116966 118677 115786 114961 114333 115843 118990 115588  total = 31.306336 per ms 
01:56:29.951 16  switches: flows:  121297 119959 120771 119892 120456 118770 118599 121170 116607 117699 116415 115444 115714 118021 116934 116511  total = 31.518366 per ms 
01:57:30.051 16  switches: flows:  115133 114289 115142 114672 112775 113379 114532 113729 112217 112686 112552 110217 110306 112251 111599 112255  total = 30.078629 per ms 
01:58:30.152 16  switches: flows:  113648 113504 114223 113617 112922 113387 113790 112905 110549 112108 111885 110370 111832 112043 110675 111452  total = 29.931877 per ms 
01:59:30.252 16  switches: flows:  120165 119000 121598 119030 119090 118519 119603 118960 116568 120206 118216 117680 116550 117900 117345 118054  total = 31.588688 per ms 
02:00:30.352 16  switches: flows:  117396 117007 117631 118065 116548 116532 120537 116230 116123 116744 116111 117129 116519 117131 118147 116275  total = 31.183384 per ms 
02:01:30.452 16  switches: flows:  118586 120606 120810 117435 120597 121838 122390 118928 118443 116858 117477 117401 117809 116911 117591 118231  total = 31.645623 per ms 
RESULT: 16 switches 9 tests min/max/avg/stdev = 29931.88/31645.62/30875.15/10313.73 responses/s</msg>
<arg>${output}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-07-28T02:01:30.464906" elapsed="0.000399"/>
</kw>
<kw name="Should Contain" owner="BuiltIn">
<arg>${output}</arg>
<arg>RESULT</arg>
<doc>Fails if ``container`` does not contain ``item`` one or more times.</doc>
<status status="PASS" start="2026-07-28T02:01:30.465455" elapsed="0.000402"/>
</kw>
<kw name="Get Lines Containing String" owner="String">
<msg time="2026-07-28T02:01:30.466247" level="INFO">1 out of 23 lines matched.</msg>
<msg time="2026-07-28T02:01:30.466339" level="INFO">${result_line} = RESULT: 16 switches 9 tests min/max/avg/stdev = 29931.88/31645.62/30875.15/10313.73 responses/s</msg>
<var>${result_line}</var>
<arg>${output}</arg>
<arg>RESULT</arg>
<doc>Returns lines of the given ``string`` that contain the ``pattern``.</doc>
<status status="PASS" start="2026-07-28T02:01:30.466018" elapsed="0.000346"/>
</kw>
<kw name="Split String" owner="String">
<msg time="2026-07-28T02:01:30.466791" level="INFO">@{results_list} = [ RESULT: | 16 | switches | 9 | tests | min/max/avg/stdev | = | 29931.88/31645.62/30875.15/10313.73 | responses/s ]</msg>
<var>@{results_list}</var>
<arg>${result_line}</arg>
<doc>Splits the ``string`` using ``separator`` as a delimiter string.</doc>
<status status="PASS" start="2026-07-28T02:01:30.466517" elapsed="0.000302"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-07-28T02:01:30.469177" level="INFO">min/max/avg/stdev</msg>
<arg>${results_list[5]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-07-28T02:01:30.466962" elapsed="0.002315"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-07-28T02:01:30.471699" level="INFO">29931.88/31645.62/30875.15/10313.73</msg>
<arg>${results_list[7]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-07-28T02:01:30.469425" elapsed="0.002352"/>
</kw>
<kw name="Split String" owner="String">
<msg time="2026-07-28T02:01:30.474215" level="INFO">@{result_name_list} = [ min | max | avg | stdev ]</msg>
<var>@{result_name_list}</var>
<arg>${results_list[5]}</arg>
<arg>/</arg>
<doc>Splits the ``string`` using ``separator`` as a delimiter string.</doc>
<status status="PASS" start="2026-07-28T02:01:30.471930" elapsed="0.002313"/>
</kw>
<kw name="Split String" owner="String">
<msg time="2026-07-28T02:01:30.476633" level="INFO">@{result_value_list} = [ 29931.88 | 31645.62 | 30875.15 | 10313.73 ]</msg>
<var>@{result_value_list}</var>
<arg>${results_list[7]}</arg>
<arg>/</arg>
<doc>Splits the ``string`` using ``separator`` as a delimiter string.</doc>
<status status="PASS" start="2026-07-28T02:01:30.474444" elapsed="0.002217"/>
</kw>
<kw name="Get Length" owner="BuiltIn">
<msg time="2026-07-28T02:01:30.477148" level="INFO">Length is 4.</msg>
<msg time="2026-07-28T02:01:30.477244" level="INFO">${num_stats} = 4</msg>
<var>${num_stats}</var>
<arg>${result_name_list}</arg>
<doc>Returns and logs the length of the given item as an integer.</doc>
<status status="PASS" start="2026-07-28T02:01:30.476832" elapsed="0.000487"/>
</kw>
<for flavor="IN RANGE">
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-07-28T02:01:30.482024" level="INFO">min :: 29931.88</msg>
<arg>${result_name_list[${i}]} :: ${result_value_list[${i}]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-07-28T02:01:30.477749" elapsed="0.004333"/>
</kw>
<var name="${i}">0</var>
<status status="PASS" start="2026-07-28T02:01:30.477596" elapsed="0.004522"/>
</iter>
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-07-28T02:01:30.486626" level="INFO">max :: 31645.62</msg>
<arg>${result_name_list[${i}]} :: ${result_value_list[${i}]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-07-28T02:01:30.482337" elapsed="0.004345"/>
</kw>
<var name="${i}">1</var>
<status status="PASS" start="2026-07-28T02:01:30.482209" elapsed="0.004523"/>
</iter>
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-07-28T02:01:30.491219" level="INFO">avg :: 30875.15</msg>
<arg>${result_name_list[${i}]} :: ${result_value_list[${i}]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-07-28T02:01:30.486953" elapsed="0.004323"/>
</kw>
<var name="${i}">2</var>
<status status="PASS" start="2026-07-28T02:01:30.486825" elapsed="0.004486"/>
</iter>
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-07-28T02:01:30.495810" level="INFO">stdev :: 10313.73</msg>
<arg>${result_name_list[${i}]} :: ${result_value_list[${i}]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-07-28T02:01:30.491528" elapsed="0.004338"/>
</kw>
<var name="${i}">3</var>
<status status="PASS" start="2026-07-28T02:01:30.491402" elapsed="0.004499"/>
</iter>
<var>${i}</var>
<value>0</value>
<value>${num_stats}</value>
<status status="PASS" start="2026-07-28T02:01:30.477396" elapsed="0.018537"/>
</for>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-07-28T02:01:30.500017" level="INFO">${min} = 29931.88</msg>
<var>${min}</var>
<arg>${result_value_list[${0}]}</arg>
<doc>Returns the given values which can then be assigned to a variables.</doc>
<status status="PASS" start="2026-07-28T02:01:30.496094" elapsed="0.003951"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-07-28T02:01:30.504189" level="INFO">${max} = 31645.62</msg>
<var>${max}</var>
<arg>${result_value_list[${1}]}</arg>
<doc>Returns the given values which can then be assigned to a variables.</doc>
<status status="PASS" start="2026-07-28T02:01:30.500216" elapsed="0.004001"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-07-28T02:01:30.508134" level="INFO">${average} = 30875.15</msg>
<var>${average}</var>
<arg>${result_value_list[${2}]}</arg>
<doc>Returns the given values which can then be assigned to a variables.</doc>
<status status="PASS" start="2026-07-28T02:01:30.504373" elapsed="0.003788"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-07-28T02:01:30.512268" level="INFO">${stdev} = 10313.73</msg>
<var>${stdev}</var>
<arg>${result_value_list[${3}]}</arg>
<doc>Returns the given values which can then be assigned to a variables.</doc>
<status status="PASS" start="2026-07-28T02:01:30.508316" elapsed="0.003980"/>
</kw>
<kw name="Get Time" owner="BuiltIn">
<msg time="2026-07-28T02:01:30.512857" level="INFO">${date} = 2026-07-28 02:01:30</msg>
<var>${date}</var>
<arg>d,m,s</arg>
<doc>Returns the given time in the requested format.</doc>
<status status="PASS" start="2026-07-28T02:01:30.512461" elapsed="0.000423"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-07-28T02:01:30.513473" level="INFO">CBench Result: 2026-07-28 02:01:30,-m 60000 -M 100 -S 16 -l 10 -D 5000 -p 6633,29931.88,31645.62,30875.15,10313.73</msg>
<arg>CBench Result: ${date},${cbench_args},${min},${max},${average},${stdev}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-07-28T02:01:30.513033" elapsed="0.000497"/>
</kw>
<kw name="Log Results And Determine Status">
<kw name="Append To File" owner="OperatingSystem">
<msg time="2026-07-28T02:01:30.514608" level="INFO" html="true">Appended to file '&lt;a href="file:///w/workspace/openflowplugin-csit-1node-cbench-only-titanium/latency.csv"&gt;/w/workspace/openflowplugin-csit-1node-cbench-only-titanium/latency.csv&lt;/a&gt;'.</msg>
<arg>${output_file}</arg>
<arg>${min},${max},${average}\n</arg>
<doc>Appends the given content to the specified file.</doc>
<status status="PASS" start="2026-07-28T02:01:30.514192" elapsed="0.000485"/>
</kw>
<kw name="Should Be True" owner="BuiltIn">
<arg>${average} &gt; ${threshold}</arg>
<arg>${average} flow_mods per/sec did not exceed threshold of ${threshold}</arg>
<doc>Fails if the given condition is not true.</doc>
<status status="PASS" start="2026-07-28T02:01:30.514890" elapsed="0.000490"/>
</kw>
<arg>${min}</arg>
<arg>${max}</arg>
<arg>${average}</arg>
<arg>${average_threshold}</arg>
<arg>${output_filename}</arg>
<status status="PASS" start="2026-07-28T02:01:30.513687" elapsed="0.001770"/>
</kw>
<arg>-m ${duration_in_ms} -M ${num_of_unique_macs} -S ${switch_count} -l ${loops} -D ${start_delay} -p ${of_port}</arg>
<arg>${latency_threshold}</arg>
<arg>${latency_results_file}</arg>
<status status="PASS" start="2026-07-28T01:51:23.978798" elapsed="606.536722"/>
</kw>
<kw name="Sleep" owner="BuiltIn">
<msg time="2026-07-28T02:01:30.516037" level="INFO">Slept 0 seconds.</msg>
<arg>${test_delay}</arg>
<doc>Pauses the test executed for the given time.</doc>
<status status="PASS" start="2026-07-28T02:01:30.515672" elapsed="0.000421"/>
</kw>
<kw name="Log Results As Zero If Cbench Timed Out" type="TEARDOWN">
<kw name="Run Keyword If Timeout Occurred" owner="BuiltIn">
<arg>Log Results And Determine Status</arg>
<arg>0</arg>
<arg>0</arg>
<arg>0</arg>
<arg>0</arg>
<arg>${output_filename}</arg>
<doc>Runs the given keyword if either a test or a keyword timeout has occurred.</doc>
<status status="PASS" start="2026-07-28T02:01:30.516611" elapsed="0.000286"/>
</kw>
<status status="PASS" start="2026-07-28T02:01:30.516309" elapsed="0.000658"/>
</kw>
<doc>cbench executed in default latency mode. Test parameters have defaults, but can be overridden
on the pybot command line</doc>
<tag>cbench</tag>
<tag>latency</tag>
<timeout value="15 minutes"/>
<status status="PASS" start="2026-07-28T01:51:23.975975" elapsed="606.541030"/>
</test>
<test id="s1-t2" name="Cbench Throughput Test" line="51">
<kw name="Log" owner="BuiltIn">
<msg time="2026-07-28T02:01:30.518670" level="INFO">Cbench tests using 10 iterations of 60 second tests. Switch Count: 16. Unique MACS to cycle: 100</msg>
<arg>Cbench tests using ${loops} iterations of ${duration_in_secs} second tests. Switch Count: ${switch_count}. Unique MACS to cycle: ${num_of_unique_macs}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-07-28T02:01:30.518242" elapsed="0.000503"/>
</kw>
<kw name="Run Cbench And Log Results">
<kw name="Set Suite Variable" owner="BuiltIn">
<msg time="2026-07-28T02:01:30.519992" level="INFO">${output_filename} = throughput.csv</msg>
<arg>${output_filename}</arg>
<doc>Makes a variable available everywhere within the scope of the current suite.</doc>
<status status="PASS" start="2026-07-28T02:01:30.519639" elapsed="0.000396"/>
</kw>
<if>
<branch type="IF" condition="&quot;${cbench_system}&quot; == &quot;localhost&quot;">
<kw name="Run" owner="OperatingSystem">
<var>${output}</var>
<arg>${cbench_executable} -c ${ODL_SYSTEM_IP} ${cbench_args}</arg>
<doc>_This keyword is considered deprecated. Use the
[http://robotframework.org/robotframework/latest/libraries/Process.html|
Process] library instead._</doc>
<status status="NOT RUN" start="2026-07-28T02:01:30.520432" elapsed="0.000022"/>
</kw>
<status status="NOT RUN" start="2026-07-28T02:01:30.520194" elapsed="0.000298"/>
</branch>
<branch type="ELSE">
<kw name="Run Command On Remote System" owner="Utils">
<if>
<branch type="IF" condition="&quot;${return_stdout}&quot;!=&quot;True&quot; and &quot;${return_stderr}&quot;!=&quot;True&quot;">
<kw name="Fail" owner="BuiltIn">
<arg>At least one of {return_stdout} or {return_stderr} args should be set to True</arg>
<doc>Fails the test with the given message and optionally alters its tags.</doc>
<status status="NOT RUN" start="2026-07-28T02:01:30.523661" elapsed="0.000022"/>
</kw>
<status status="NOT RUN" start="2026-07-28T02:01:30.523416" elapsed="0.000305"/>
</branch>
<status status="PASS" start="2026-07-28T02:01:30.523396" elapsed="0.000362"/>
</if>
<kw name="Get Connection" owner="SSHLibrary">
<msg time="2026-07-28T02:01:30.524119" level="INFO">index=None
host=None
alias=None
port=22
timeout=3 seconds
newline=

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

prompt=None
term_type=vt100
width=80
height=24
path_separator=/
encoding=utf8
escape_ansi=False
encoding_errors=strict</msg>
<var>${current_ssh_connection}</var>
<doc>Returns information about the connection.</doc>
<status status="PASS" start="2026-07-28T02:01:30.523900" elapsed="0.000369"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-07-28T02:01:30.524840" level="INFO">Attempting to execute command "/usr/local/bin/cbench -c 10.30.170.239 -t -m 60000 -M 100 -S 16 -l 10 -D 5000 -p 6633" on remote system "10.30.171.28" by user "jenkins" with keyfile pass "any" and prompt "&gt;" and password ""</msg>
<arg>Attempting to execute command "${cmd}" on remote system "${system}" by user "${user}" with keyfile pass "${keyfile_pass}" and prompt "${prompt}" and password "${password}"</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-07-28T02:01:30.524403" elapsed="0.000495"/>
</kw>
<kw name="Open Connection" owner="SSHLibrary">
<msg time="2026-07-28T02:01:30.525518" level="INFO">${conn_id} = 7</msg>
<var>${conn_id}</var>
<arg>${system}</arg>
<arg>prompt=${prompt}</arg>
<arg>timeout=${prompt_timeout}</arg>
<doc>Opens a new SSH connection to the given ``host`` and ``port``.</doc>
<status status="PASS" start="2026-07-28T02:01:30.525036" elapsed="0.000510"/>
</kw>
<kw name="Flexible_SSH_Login" owner="SSHKeywords">
<kw name="Get Length" owner="BuiltIn">
<msg time="2026-07-28T02:01:30.526457" level="INFO">Length is 0.</msg>
<msg time="2026-07-28T02:01:30.526546" level="INFO">${pwd_length} = 0</msg>
<var>${pwd_length}</var>
<arg>${password}</arg>
<doc>Returns and logs the length of the given item as an integer.</doc>
<status status="PASS" start="2026-07-28T02:01:30.526145" elapsed="0.000425"/>
</kw>
<kw name="Run Keyword And Return If" owner="BuiltIn">
<arg>${pwd_length} &gt; 0</arg>
<arg>SSHLibrary.Login</arg>
<arg>${user}</arg>
<arg>${password}</arg>
<arg>delay=${delay}</arg>
<doc>Runs the specified keyword and returns from the enclosing user keyword.</doc>
<status status="PASS" start="2026-07-28T02:01:30.526710" elapsed="0.000341"/>
</kw>
<kw name="Run Keyword And Return" owner="BuiltIn">
<kw name="Login With Public Key" owner="SSHLibrary">
<msg time="2026-07-28T02:01:30.527906" level="INFO">Logging into '10.30.171.28:22' as 'jenkins'.</msg>
<msg time="2026-07-28T02:01:31.158579" level="INFO">Read output: Welcome to Ubuntu 22.04.5 LTS (GNU/Linux 5.15.0-153-generic x86_64)

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

 System information as of Tue Jul 28 02:01:30 UTC 2026

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


Expanded Security Maintenance for Applications is not enabled.

0 updates can be applied immediately.

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


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


Last login: Tue Jul 28 01:51:24 2026 from 10.30.170.93
[?2004h[jenkins@releng-48317-793-1-mininet-ovs-217-0 ~]&gt;</msg>
<arg>${user}</arg>
<arg>${USER_HOME}/.ssh/${SSH_KEY}</arg>
<arg>${KEYFILE_PASS}</arg>
<arg>delay=${delay}</arg>
<doc>Logs into the SSH server using key-based authentication.</doc>
<status status="PASS" start="2026-07-28T02:01:30.527536" elapsed="0.631322"/>
</kw>
<msg time="2026-07-28T02:01:31.159024" level="INFO">Returning from the enclosing user keyword.</msg>
<arg>SSHLibrary.Login With Public Key</arg>
<arg>${user}</arg>
<arg>${USER_HOME}/.ssh/${SSH_KEY}</arg>
<arg>${KEYFILE_PASS}</arg>
<arg>delay=${delay}</arg>
<doc>Runs the specified keyword and returns from the enclosing user keyword.</doc>
<status status="PASS" start="2026-07-28T02:01:30.527200" elapsed="0.631954"/>
</kw>
<arg>${user}</arg>
<arg>${password}</arg>
<doc>On active SSH session: if given non-empty password, do Login, else do Login With Public Key.</doc>
<status status="PASS" start="2026-07-28T02:01:30.525767" elapsed="0.633549"/>
</kw>
<kw name="Execute Command" owner="SSHLibrary">
<msg time="2026-07-28T02:01:31.160047" level="INFO">Executing command '/usr/local/bin/cbench -c 10.30.170.239 -t -m 60000 -M 100 -S 16 -l 10 -D 5000 -p 6633'.</msg>
<msg time="2026-07-28T02:11:37.234185" level="INFO">Command exited with return code 0.</msg>
<msg time="2026-07-28T02:11:37.234900" level="INFO">${stdout} = </msg>
<msg time="2026-07-28T02:11:37.235036" level="INFO">${stderr} = cbench: controller benchmarking tool
   running in mode 'throughput'
   connecting to controller at 10.30.170.239:6633 
   faking 16 switches with 1 threads :: 10 tests each; 60000 ms per test
   with...</msg>
<var>${stdout}</var>
<var>${stderr}</var>
<arg>${cmd}</arg>
<arg>return_stderr=True</arg>
<doc>Executes ``command`` on the remote machine and returns its outputs.</doc>
<status status="PASS" start="2026-07-28T02:01:31.159615" elapsed="606.075484"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-07-28T02:11:37.235592" elapsed="0.000910"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-07-28T02:11:37.237829" level="INFO">cbench: controller benchmarking tool
   running in mode 'throughput'
   connecting to controller at 10.30.170.239: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.239. So far 1 cbench instances have initialized their switches.  Waiting for other cbench-instances
Thread-0: Total switches from ALL cbench-instances initialized.
02:02:36.304 16  switches: flows:  512895 528855 524589 525718 521702 510665 523466 531037 496567 512672 508572 504252 520858 512235 516211 511138  total = 137.690533 per ms 
02:03:36.411 16  switches: flows:  532108 487364 502439 518994 525898 522627 537366 530430 528042 470543 511721 527738 526871 536138 528820 524698  total = 138.283112 per ms 
02:04:36.513 16  switches: flows:  571597 570677 577604 572550 570476 572547 566043 581175 571590 575762 569835 578428 573229 577782 564272 562648  total = 152.347409 per ms 
02:05:36.614 16  switches: flows:  575456 574992 577977 587901 578868 574311 576368 575104 573650 571217 578308 581025 580745 584543 582625 587740  total = 154.085947 per ms 
02:06:36.716 16  switches: flows:  578395 586539 581913 588066 587036 592752 583823 588147 582230 597629 577419 588023 582994 574325 584306 579117  total = 155.616252 per ms 
02:07:36.817 16  switches: flows:  596359 600967 593233 594527 590315 589328 593617 589096 584905 589925 595051 592787 598754 593111 584171 586217  total = 157.607458 per ms 
02:08:36.918 16  switches: flows:  599696 584338 600958 594907 597005 599085 603818 599554 587720 597863 595706 598918 596743 592505 597942 599691  total = 158.841006 per ms 
02:09:37.020 16  switches: flows:  587617 588494 581773 596834 589076 590828 588650 585930 593646 587824 598312 589471 587413 588168 583752 596563  total = 156.970847 per ms 
02:10:37.122 16  switches: flows:  612260 604853 610897 616073 610188 615426 612700 617494 610709 608363 606231 608107 607008 608981 606661 605702  total = 162.420030 per ms 
02:11:37.226 16  switches: flows:  603728 600048 603750 604498 601941 600232 597350 601730 605303 601020 603168 609883 603619 596885 600336 598749  total = 160.268126 per ms 
RESULT: 16 switches 9 tests min/max/avg/stdev = 138283.11/162420.03/155160.02/52143.34 responses/s</msg>
<arg>${stderr}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-07-28T02:11:37.236983" elapsed="0.001188"/>
</kw>
<if>
<branch type="IF" condition="&quot;${return_stdout}&quot;!=&quot;True&quot;">
<return>
<value>${stderr}</value>
<status status="PASS" start="2026-07-28T02:11:37.238693" elapsed="0.000107"/>
</return>
<status status="PASS" start="2026-07-28T02:11:37.238365" elapsed="0.000523"/>
</branch>
<status status="PASS" start="2026-07-28T02:11:37.238312" elapsed="0.000634"/>
</if>
<if>
<branch type="IF" condition="&quot;${return_stderr}&quot;!=&quot;True&quot;">
<return>
<value>${stdout}</value>
<status status="NOT RUN" start="2026-07-28T02:11:37.239169" elapsed="0.000031"/>
</return>
<status status="NOT RUN" start="2026-07-28T02:11:37.239080" elapsed="0.000186"/>
</branch>
<status status="NOT RUN" start="2026-07-28T02:11:37.239044" elapsed="0.000273"/>
</if>
<return>
<value>${stdout}</value>
<value>${stderr}</value>
<status status="NOT RUN" start="2026-07-28T02:11:37.239391" 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-07-28T02:11:37.245509" elapsed="0.000375"/>
</kw>
<kw name="Open Connection" owner="SSHLibrary">
<arg>127.0.0.1</arg>
<doc>Opens a new SSH connection to the given ``host`` and ``port``.</doc>
<status status="PASS" start="2026-07-28T02:11:37.246037" elapsed="0.000177"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-07-28T02:11:37.246361" elapsed="0.000133"/>
</kw>
<arg>${current_ssh_connection.index}</arg>
<doc>Restore active SSH connection in SSHLibrary to given index.</doc>
<status status="PASS" start="2026-07-28T02:11:37.240163" elapsed="0.006392"/>
</kw>
<msg time="2026-07-28T02:11:37.246701" level="INFO">${output} = cbench: controller benchmarking tool
   running in mode 'throughput'
   connecting to controller at 10.30.170.239:6633 
   faking 16 switches with 1 threads :: 10 tests each; 60000 ms per test
   with...</msg>
<var>${output}</var>
<arg>${cbench_system}</arg>
<arg>${cbench_executable} -c ${ODL_SYSTEM_IP} ${cbench_args}</arg>
<arg>prompt_timeout=${test_timeout}</arg>
<arg>return_stdout=False</arg>
<arg>return_stderr=True</arg>
<doc>Reduces the common work of running a command on a remote system to a single higher level
robot keyword, taking care to log in with a public key and. The command given is written and the return value
depends on the passed argument values of return_stdout (default: True) and return_stderr (default: False).
At least one should be True, or the keyword will exit and FAIL. If both are True, the resulting return value
will be a two element list containing both. Otherwise the resulting return value is a string.
No test conditions are checked.</doc>
<status status="PASS" start="2026-07-28T02:01:30.520913" elapsed="606.725832"/>
</kw>
<status status="PASS" start="2026-07-28T02:01:30.520518" elapsed="606.726288"/>
</branch>
<status status="PASS" start="2026-07-28T02:01:30.520171" elapsed="606.726661"/>
</if>
<kw name="Log" owner="BuiltIn">
<msg time="2026-07-28T02:11:37.247285" level="INFO">cbench: controller benchmarking tool
   running in mode 'throughput'
   connecting to controller at 10.30.170.239: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.239. So far 1 cbench instances have initialized their switches.  Waiting for other cbench-instances
Thread-0: Total switches from ALL cbench-instances initialized.
02:02:36.304 16  switches: flows:  512895 528855 524589 525718 521702 510665 523466 531037 496567 512672 508572 504252 520858 512235 516211 511138  total = 137.690533 per ms 
02:03:36.411 16  switches: flows:  532108 487364 502439 518994 525898 522627 537366 530430 528042 470543 511721 527738 526871 536138 528820 524698  total = 138.283112 per ms 
02:04:36.513 16  switches: flows:  571597 570677 577604 572550 570476 572547 566043 581175 571590 575762 569835 578428 573229 577782 564272 562648  total = 152.347409 per ms 
02:05:36.614 16  switches: flows:  575456 574992 577977 587901 578868 574311 576368 575104 573650 571217 578308 581025 580745 584543 582625 587740  total = 154.085947 per ms 
02:06:36.716 16  switches: flows:  578395 586539 581913 588066 587036 592752 583823 588147 582230 597629 577419 588023 582994 574325 584306 579117  total = 155.616252 per ms 
02:07:36.817 16  switches: flows:  596359 600967 593233 594527 590315 589328 593617 589096 584905 589925 595051 592787 598754 593111 584171 586217  total = 157.607458 per ms 
02:08:36.918 16  switches: flows:  599696 584338 600958 594907 597005 599085 603818 599554 587720 597863 595706 598918 596743 592505 597942 599691  total = 158.841006 per ms 
02:09:37.020 16  switches: flows:  587617 588494 581773 596834 589076 590828 588650 585930 593646 587824 598312 589471 587413 588168 583752 596563  total = 156.970847 per ms 
02:10:37.122 16  switches: flows:  612260 604853 610897 616073 610188 615426 612700 617494 610709 608363 606231 608107 607008 608981 606661 605702  total = 162.420030 per ms 
02:11:37.226 16  switches: flows:  603728 600048 603750 604498 601941 600232 597350 601730 605303 601020 603168 609883 603619 596885 600336 598749  total = 160.268126 per ms 
RESULT: 16 switches 9 tests min/max/avg/stdev = 138283.11/162420.03/155160.02/52143.34 responses/s</msg>
<arg>${output}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-07-28T02:11:37.246985" elapsed="0.000399"/>
</kw>
<kw name="Should Contain" owner="BuiltIn">
<arg>${output}</arg>
<arg>RESULT</arg>
<doc>Fails if ``container`` does not contain ``item`` one or more times.</doc>
<status status="PASS" start="2026-07-28T02:11:37.247549" elapsed="0.000430"/>
</kw>
<kw name="Get Lines Containing String" owner="String">
<msg time="2026-07-28T02:11:37.248407" level="INFO">1 out of 23 lines matched.</msg>
<msg time="2026-07-28T02:11:37.248503" level="INFO">${result_line} = RESULT: 16 switches 9 tests min/max/avg/stdev = 138283.11/162420.03/155160.02/52143.34 responses/s</msg>
<var>${result_line}</var>
<arg>${output}</arg>
<arg>RESULT</arg>
<doc>Returns lines of the given ``string`` that contain the ``pattern``.</doc>
<status status="PASS" start="2026-07-28T02:11:37.248148" elapsed="0.000380"/>
</kw>
<kw name="Split String" owner="String">
<msg time="2026-07-28T02:11:37.248960" level="INFO">@{results_list} = [ RESULT: | 16 | switches | 9 | tests | min/max/avg/stdev | = | 138283.11/162420.03/155160.02/52143.34 | responses/s ]</msg>
<var>@{results_list}</var>
<arg>${result_line}</arg>
<doc>Splits the ``string`` using ``separator`` as a delimiter string.</doc>
<status status="PASS" start="2026-07-28T02:11:37.248685" elapsed="0.000302"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-07-28T02:11:37.251365" level="INFO">min/max/avg/stdev</msg>
<arg>${results_list[5]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-07-28T02:11:37.249132" elapsed="0.002290"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-07-28T02:11:37.254245" level="INFO">138283.11/162420.03/155160.02/52143.34</msg>
<arg>${results_list[7]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-07-28T02:11:37.251568" elapsed="0.002741"/>
</kw>
<kw name="Split String" owner="String">
<msg time="2026-07-28T02:11:37.256691" level="INFO">@{result_name_list} = [ min | max | avg | stdev ]</msg>
<var>@{result_name_list}</var>
<arg>${results_list[5]}</arg>
<arg>/</arg>
<doc>Splits the ``string`` using ``separator`` as a delimiter string.</doc>
<status status="PASS" start="2026-07-28T02:11:37.254481" elapsed="0.002251"/>
</kw>
<kw name="Split String" owner="String">
<msg time="2026-07-28T02:11:37.259316" level="INFO">@{result_value_list} = [ 138283.11 | 162420.03 | 155160.02 | 52143.34 ]</msg>
<var>@{result_value_list}</var>
<arg>${results_list[7]}</arg>
<arg>/</arg>
<doc>Splits the ``string`` using ``separator`` as a delimiter string.</doc>
<status status="PASS" start="2026-07-28T02:11:37.256963" elapsed="0.002382"/>
</kw>
<kw name="Get Length" owner="BuiltIn">
<msg time="2026-07-28T02:11:37.259923" level="INFO">Length is 4.</msg>
<msg time="2026-07-28T02:11:37.260047" level="INFO">${num_stats} = 4</msg>
<var>${num_stats}</var>
<arg>${result_name_list}</arg>
<doc>Returns and logs the length of the given item as an integer.</doc>
<status status="PASS" start="2026-07-28T02:11:37.259502" elapsed="0.000578"/>
</kw>
<for flavor="IN RANGE">
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-07-28T02:11:37.265307" level="INFO">min :: 138283.11</msg>
<arg>${result_name_list[${i}]} :: ${result_value_list[${i}]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-07-28T02:11:37.260560" elapsed="0.004811"/>
</kw>
<var name="${i}">0</var>
<status status="PASS" start="2026-07-28T02:11:37.260422" elapsed="0.004994"/>
</iter>
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-07-28T02:11:37.270178" level="INFO">max :: 162420.03</msg>
<arg>${result_name_list[${i}]} :: ${result_value_list[${i}]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-07-28T02:11:37.265660" elapsed="0.004574"/>
</kw>
<var name="${i}">1</var>
<status status="PASS" start="2026-07-28T02:11:37.265516" elapsed="0.004754"/>
</iter>
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-07-28T02:11:37.274856" level="INFO">avg :: 155160.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-07-28T02:11:37.270487" elapsed="0.004438"/>
</kw>
<var name="${i}">2</var>
<status status="PASS" start="2026-07-28T02:11:37.270359" elapsed="0.004602"/>
</iter>
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-07-28T02:11:37.279612" level="INFO">stdev :: 52143.34</msg>
<arg>${result_name_list[${i}]} :: ${result_value_list[${i}]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-07-28T02:11:37.275184" elapsed="0.004485"/>
</kw>
<var name="${i}">3</var>
<status status="PASS" start="2026-07-28T02:11:37.275051" elapsed="0.004653"/>
</iter>
<var>${i}</var>
<value>0</value>
<value>${num_stats}</value>
<status status="PASS" start="2026-07-28T02:11:37.260155" elapsed="0.019595"/>
</for>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-07-28T02:11:37.283624" level="INFO">${min} = 138283.11</msg>
<var>${min}</var>
<arg>${result_value_list[${0}]}</arg>
<doc>Returns the given values which can then be assigned to a variables.</doc>
<status status="PASS" start="2026-07-28T02:11:37.279913" elapsed="0.003738"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-07-28T02:11:37.287846" level="INFO">${max} = 162420.03</msg>
<var>${max}</var>
<arg>${result_value_list[${1}]}</arg>
<doc>Returns the given values which can then be assigned to a variables.</doc>
<status status="PASS" start="2026-07-28T02:11:37.283822" elapsed="0.004051"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-07-28T02:11:37.291835" level="INFO">${average} = 155160.02</msg>
<var>${average}</var>
<arg>${result_value_list[${2}]}</arg>
<doc>Returns the given values which can then be assigned to a variables.</doc>
<status status="PASS" start="2026-07-28T02:11:37.288028" elapsed="0.003834"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-07-28T02:11:37.295755" level="INFO">${stdev} = 52143.34</msg>
<var>${stdev}</var>
<arg>${result_value_list[${3}]}</arg>
<doc>Returns the given values which can then be assigned to a variables.</doc>
<status status="PASS" start="2026-07-28T02:11:37.292013" elapsed="0.003769"/>
</kw>
<kw name="Get Time" owner="BuiltIn">
<msg time="2026-07-28T02:11:37.296299" level="INFO">${date} = 2026-07-28 02:11: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-07-28T02:11:37.295942" elapsed="0.000383"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-07-28T02:11:37.296933" level="INFO">CBench Result: 2026-07-28 02:11:37,-t -m 60000 -M 100 -S 16 -l 10 -D 5000 -p 6633,138283.11,162420.03,155160.02,52143.34</msg>
<arg>CBench Result: ${date},${cbench_args},${min},${max},${average},${stdev}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-07-28T02:11:37.296498" elapsed="0.000492"/>
</kw>
<kw name="Log Results And Determine Status">
<kw name="Append To File" owner="OperatingSystem">
<msg time="2026-07-28T02:11:37.298084" level="INFO" html="true">Appended to file '&lt;a href="file:///w/workspace/openflowplugin-csit-1node-cbench-only-titanium/throughput.csv"&gt;/w/workspace/openflowplugin-csit-1node-cbench-only-titanium/throughput.csv&lt;/a&gt;'.</msg>
<arg>${output_file}</arg>
<arg>${min},${max},${average}\n</arg>
<doc>Appends the given content to the specified file.</doc>
<status status="PASS" start="2026-07-28T02:11:37.297636" elapsed="0.000516"/>
</kw>
<kw name="Should Be True" owner="BuiltIn">
<arg>${average} &gt; ${threshold}</arg>
<arg>${average} flow_mods per/sec did not exceed threshold of ${threshold}</arg>
<doc>Fails if the given condition is not true.</doc>
<status status="PASS" start="2026-07-28T02:11:37.298301" elapsed="0.000488"/>
</kw>
<arg>${min}</arg>
<arg>${max}</arg>
<arg>${average}</arg>
<arg>${average_threshold}</arg>
<arg>${output_filename}</arg>
<status status="PASS" start="2026-07-28T02:11:37.297150" elapsed="0.001712"/>
</kw>
<arg>-t -m ${duration_in_ms} -M ${num_of_unique_macs} -S ${switch_count} -l ${loops} -D ${start_delay} -p ${of_port}</arg>
<arg>${throughput_threshold}</arg>
<arg>${throughput_results_file}</arg>
<status status="PASS" start="2026-07-28T02:01:30.519062" elapsed="606.779860"/>
</kw>
<kw name="Sleep" owner="BuiltIn">
<msg time="2026-07-28T02:11:37.299394" level="INFO">Slept 0 seconds.</msg>
<arg>${test_delay}</arg>
<doc>Pauses the test executed for the given time.</doc>
<status status="PASS" start="2026-07-28T02:11:37.299073" elapsed="0.000377"/>
</kw>
<kw name="Log Results As Zero If Cbench Timed Out" type="TEARDOWN">
<kw name="Run Keyword If Timeout Occurred" owner="BuiltIn">
<arg>Log Results And Determine Status</arg>
<arg>0</arg>
<arg>0</arg>
<arg>0</arg>
<arg>0</arg>
<arg>${output_filename}</arg>
<doc>Runs the given keyword if either a test or a keyword timeout has occurred.</doc>
<status status="PASS" start="2026-07-28T02:11:37.300026" elapsed="0.000263"/>
</kw>
<status status="PASS" start="2026-07-28T02:11:37.299671" elapsed="0.000687"/>
</kw>
<doc>cbench executed in throughput mode (-t). Test parameters have defaults, but can be overridden
on the pybot command line</doc>
<tag>cbench</tag>
<tag>throughput</tag>
<timeout value="15 minutes"/>
<status status="PASS" start="2026-07-28T02:01:30.517311" elapsed="606.783086"/>
</test>
<test id="s1-t3" name="Rerun Latency Test To Check Bug 6176" line="65">
<kw name="Log" owner="BuiltIn">
<msg time="2026-07-28T02:11:37.301795" level="INFO">Cbench tests using 10 iterations of 60 second tests. Switch Count: 16. Unique MACS to cycle: 100</msg>
<arg>Cbench tests using ${loops} iterations of ${duration_in_secs} second tests. Switch Count: ${switch_count}. Unique MACS to cycle: ${num_of_unique_macs}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-07-28T02:11:37.301392" elapsed="0.000461"/>
</kw>
<kw name="Run Cbench And Log Results">
<kw name="Set Suite Variable" owner="BuiltIn">
<msg time="2026-07-28T02:11:37.303182" level="INFO">${output_filename} = bug.csv</msg>
<arg>${output_filename}</arg>
<doc>Makes a variable available everywhere within the scope of the current suite.</doc>
<status status="PASS" start="2026-07-28T02:11:37.302731" elapsed="0.000494"/>
</kw>
<if>
<branch type="IF" condition="&quot;${cbench_system}&quot; == &quot;localhost&quot;">
<kw name="Run" owner="OperatingSystem">
<var>${output}</var>
<arg>${cbench_executable} -c ${ODL_SYSTEM_IP} ${cbench_args}</arg>
<doc>_This keyword is considered deprecated. Use the
[http://robotframework.org/robotframework/latest/libraries/Process.html|
Process] library instead._</doc>
<status status="NOT RUN" start="2026-07-28T02:11:37.303644" elapsed="0.000024"/>
</kw>
<status status="NOT RUN" start="2026-07-28T02:11:37.303364" elapsed="0.000395"/>
</branch>
<branch type="ELSE">
<kw name="Run Command On Remote System" owner="Utils">
<if>
<branch type="IF" condition="&quot;${return_stdout}&quot;!=&quot;True&quot; and &quot;${return_stderr}&quot;!=&quot;True&quot;">
<kw name="Fail" owner="BuiltIn">
<arg>At least one of {return_stdout} or {return_stderr} args should be set to True</arg>
<doc>Fails the test with the given message and optionally alters its tags.</doc>
<status status="NOT RUN" start="2026-07-28T02:11:37.306878" elapsed="0.000021"/>
</kw>
<status status="NOT RUN" start="2026-07-28T02:11:37.306606" elapsed="0.000328"/>
</branch>
<status status="PASS" start="2026-07-28T02:11:37.306587" elapsed="0.000370"/>
</if>
<kw name="Get Connection" owner="SSHLibrary">
<msg time="2026-07-28T02:11:37.307290" level="INFO">index=None
host=None
alias=None
port=22
timeout=3 seconds
newline=

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

prompt=None
term_type=vt100
width=80
height=24
path_separator=/
encoding=utf8
escape_ansi=False
encoding_errors=strict</msg>
<var>${current_ssh_connection}</var>
<doc>Returns information about the connection.</doc>
<status status="PASS" start="2026-07-28T02:11:37.307090" elapsed="0.000347"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-07-28T02:11:37.308012" level="INFO">Attempting to execute command "/usr/local/bin/cbench -c 10.30.170.239 -m 60000 -M 100 -S 16 -l 10 -D 5000 -p 6633" on remote system "10.30.171.28" by user "jenkins" with keyfile pass "any" and prompt "&gt;" and password ""</msg>
<arg>Attempting to execute command "${cmd}" on remote system "${system}" by user "${user}" with keyfile pass "${keyfile_pass}" and prompt "${prompt}" and password "${password}"</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-07-28T02:11:37.307570" elapsed="0.000501"/>
</kw>
<kw name="Open Connection" owner="SSHLibrary">
<msg time="2026-07-28T02:11:37.308618" level="INFO">${conn_id} = 9</msg>
<var>${conn_id}</var>
<arg>${system}</arg>
<arg>prompt=${prompt}</arg>
<arg>timeout=${prompt_timeout}</arg>
<doc>Opens a new SSH connection to the given ``host`` and ``port``.</doc>
<status status="PASS" start="2026-07-28T02:11:37.308211" elapsed="0.000433"/>
</kw>
<kw name="Flexible_SSH_Login" owner="SSHKeywords">
<kw name="Get Length" owner="BuiltIn">
<msg time="2026-07-28T02:11:37.309545" level="INFO">Length is 0.</msg>
<msg time="2026-07-28T02:11:37.309632" level="INFO">${pwd_length} = 0</msg>
<var>${pwd_length}</var>
<arg>${password}</arg>
<doc>Returns and logs the length of the given item as an integer.</doc>
<status status="PASS" start="2026-07-28T02:11:37.309235" elapsed="0.000421"/>
</kw>
<kw name="Run Keyword And Return If" owner="BuiltIn">
<arg>${pwd_length} &gt; 0</arg>
<arg>SSHLibrary.Login</arg>
<arg>${user}</arg>
<arg>${password}</arg>
<arg>delay=${delay}</arg>
<doc>Runs the specified keyword and returns from the enclosing user keyword.</doc>
<status status="PASS" start="2026-07-28T02:11:37.309810" elapsed="0.000320"/>
</kw>
<kw name="Run Keyword And Return" owner="BuiltIn">
<kw name="Login With Public Key" owner="SSHLibrary">
<msg time="2026-07-28T02:11:37.310991" level="INFO">Logging into '10.30.171.28:22' as 'jenkins'.</msg>
<msg time="2026-07-28T02:11:37.914492" level="INFO">Read output: Welcome to Ubuntu 22.04.5 LTS (GNU/Linux 5.15.0-153-generic x86_64)

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

 System information as of Tue Jul 28 02:11:37 UTC 2026

  System load:  0.17               Processes:             105
  Usage of /:   19.3% of 38.58GB   Users logged in:       0
  Memory usage: 4%                 IPv4 address for ens3: 10.30.171.28
  Swap usage:   0%


Expanded Security Maintenance for Applications is not enabled.

0 updates can be applied immediately.

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


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


Last login: Tue Jul 28 02:01:31 2026 from 10.30.170.93
[?2004h[jenkins@releng-48317-793-1-mininet-ovs-217-0 ~]&gt;</msg>
<arg>${user}</arg>
<arg>${USER_HOME}/.ssh/${SSH_KEY}</arg>
<arg>${KEYFILE_PASS}</arg>
<arg>delay=${delay}</arg>
<doc>Logs into the SSH server using key-based authentication.</doc>
<status status="PASS" start="2026-07-28T02:11:37.310615" elapsed="0.604158"/>
</kw>
<msg time="2026-07-28T02:11:37.914891" level="INFO">Returning from the enclosing user keyword.</msg>
<arg>SSHLibrary.Login With Public Key</arg>
<arg>${user}</arg>
<arg>${USER_HOME}/.ssh/${SSH_KEY}</arg>
<arg>${KEYFILE_PASS}</arg>
<arg>delay=${delay}</arg>
<doc>Runs the specified keyword and returns from the enclosing user keyword.</doc>
<status status="PASS" start="2026-07-28T02:11:37.310280" elapsed="0.604719"/>
</kw>
<arg>${user}</arg>
<arg>${password}</arg>
<doc>On active SSH session: if given non-empty password, do Login, else do Login With Public Key.</doc>
<status status="PASS" start="2026-07-28T02:11:37.308859" elapsed="0.606299"/>
</kw>
<kw name="Execute Command" owner="SSHLibrary">
<msg time="2026-07-28T02:11:37.915866" level="INFO">Executing command '/usr/local/bin/cbench -c 10.30.170.239 -m 60000 -M 100 -S 16 -l 10 -D 5000 -p 6633'.</msg>
<msg time="2026-07-28T02:21:43.979280" level="INFO">Command exited with return code 0.</msg>
<msg time="2026-07-28T02:21:43.979828" level="INFO">${stdout} = </msg>
<msg time="2026-07-28T02:21:43.979960" level="INFO">${stderr} = cbench: controller benchmarking tool
   running in mode 'latency'
   connecting to controller at 10.30.170.239:6633 
   faking 16 switches with 1 threads :: 10 tests each; 60000 ms per test
   with 10...</msg>
<var>${stdout}</var>
<var>${stderr}</var>
<arg>${cmd}</arg>
<arg>return_stderr=True</arg>
<doc>Executes ``command`` on the remote machine and returns its outputs.</doc>
<status status="PASS" start="2026-07-28T02:11:37.915456" elapsed="606.064581"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-07-28T02:21:43.980475" elapsed="0.000760"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-07-28T02:21:43.982626" level="INFO">cbench: controller benchmarking tool
   running in mode 'latency'
   connecting to controller at 10.30.170.239: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.239. So far 1 cbench instances have initialized their switches.  Waiting for other cbench-instances
Thread-0: Total switches from ALL cbench-instances initialized.
02:12:43.070 16  switches: flows:  110128 111616 111450 110626 111777 110924 112225 111143 110711 109188 108668 110972 109183 110947 110687 110443  total = 29.511467 per ms 
02:13:43.170 16  switches: flows:  116591 115438 117353 117195 116942 116487 115928 116592 115397 113324 114474 116248 114586 115890 116311 116374  total = 30.867258 per ms 
02:14:43.270 16  switches: flows:  117693 115188 116830 117294 117939 117034 117312 116891 116632 116203 115065 115092 115007 114839 116049 116843  total = 30.980141 per ms 
02:15:43.371 16  switches: flows:  121052 118359 116469 120339 118895 119839 119367 119191 118122 119246 118028 117087 117652 115909 117822 121143  total = 31.589291 per ms 
02:16:43.471 16  switches: flows:  116036 116262 117853 116026 118904 117921 117042 115926 116924 115378 114619 116384 112894 115716 114776 116810  total = 30.939486 per ms 
02:17:43.571 16  switches: flows:  119719 120030 117702 119890 119773 119258 121949 120461 120363 116915 117139 121166 118322 120358 118201 117970  total = 31.767243 per ms 
02:18:43.671 16  switches: flows:  120770 122168 121727 121996 121566 120518 123905 122682 123363 117734 121874 121153 119966 121421 119428 118412  total = 32.257565 per ms 
02:19:43.772 16  switches: flows:  117662 121543 119471 118729 118927 117996 122012 121514 120914 117368 119380 121049 118806 121061 119125 116553  total = 31.815315 per ms 
02:20:43.873 16  switches: flows:  119671 122190 120874 119431 120831 121301 120320 121087 122365 118975 119280 120531 120170 120520 119478 117334  total = 32.018729 per ms 
02:21:43.975 16  switches: flows:  116568 118320 119514 117321 118658 118738 119145 119441 118517 114450 115574 118093 117478 117449 118752 115286  total = 31.335280 per ms 
RESULT: 16 switches 9 tests min/max/avg/stdev = 30867.26/32257.57/31507.81/10513.35 responses/s</msg>
<arg>${stderr}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-07-28T02:21:43.981658" elapsed="0.001401"/>
</kw>
<if>
<branch type="IF" condition="&quot;${return_stdout}&quot;!=&quot;True&quot;">
<return>
<value>${stderr}</value>
<status status="PASS" start="2026-07-28T02:21:43.983695" elapsed="0.000156"/>
</return>
<status status="PASS" start="2026-07-28T02:21:43.983299" elapsed="0.000681"/>
</branch>
<status status="PASS" start="2026-07-28T02:21:43.983232" elapsed="0.000828"/>
</if>
<if>
<branch type="IF" condition="&quot;${return_stderr}&quot;!=&quot;True&quot;">
<return>
<value>${stdout}</value>
<status status="NOT RUN" start="2026-07-28T02:21:43.984344" elapsed="0.000039"/>
</return>
<status status="NOT RUN" start="2026-07-28T02:21:43.984235" elapsed="0.000233"/>
</branch>
<status status="NOT RUN" start="2026-07-28T02:21:43.984185" elapsed="0.000350"/>
</if>
<return>
<value>${stdout}</value>
<value>${stderr}</value>
<status status="NOT RUN" start="2026-07-28T02:21:43.984633" elapsed="0.000042"/>
</return>
<kw name="Restore_Current_Ssh_Connection_From_Index" owner="SSHKeywords" type="TEARDOWN">
<kw name="Run Keyword And Return If" owner="BuiltIn">
<arg>${connection_index} is not None</arg>
<arg>SSHLibrary.Switch Connection</arg>
<arg>${connection_index}</arg>
<doc>Runs the specified keyword and returns from the enclosing user keyword.</doc>
<status status="PASS" start="2026-07-28T02:21:43.992371" elapsed="0.000465"/>
</kw>
<kw name="Open Connection" owner="SSHLibrary">
<arg>127.0.0.1</arg>
<doc>Opens a new SSH connection to the given ``host`` and ``port``.</doc>
<status status="PASS" start="2026-07-28T02:21:43.993022" elapsed="0.000199"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-07-28T02:21:43.993356" elapsed="0.000103"/>
</kw>
<arg>${current_ssh_connection.index}</arg>
<doc>Restore active SSH connection in SSHLibrary to given index.</doc>
<status status="PASS" start="2026-07-28T02:21:43.985616" elapsed="0.007902"/>
</kw>
<msg time="2026-07-28T02:21:43.993665" level="INFO">${output} = cbench: controller benchmarking tool
   running in mode 'latency'
   connecting to controller at 10.30.170.239:6633 
   faking 16 switches with 1 threads :: 10 tests each; 60000 ms per test
   with 10...</msg>
<var>${output}</var>
<arg>${cbench_system}</arg>
<arg>${cbench_executable} -c ${ODL_SYSTEM_IP} ${cbench_args}</arg>
<arg>prompt_timeout=${test_timeout}</arg>
<arg>return_stdout=False</arg>
<arg>return_stderr=True</arg>
<doc>Reduces the common work of running a command on a remote system to a single higher level
robot keyword, taking care to log in with a public key and. The command given is written and the return value
depends on the passed argument values of return_stdout (default: True) and return_stderr (default: False).
At least one should be True, or the keyword will exit and FAIL. If both are True, the resulting return value
will be a two element list containing both. Otherwise the resulting return value is a string.
No test conditions are checked.</doc>
<status status="PASS" start="2026-07-28T02:11:37.304148" elapsed="606.689547"/>
</kw>
<status status="PASS" start="2026-07-28T02:11:37.303788" elapsed="606.689977"/>
</branch>
<status status="PASS" start="2026-07-28T02:11:37.303342" elapsed="606.690451"/>
</if>
<kw name="Log" owner="BuiltIn">
<msg time="2026-07-28T02:21:43.994327" level="INFO">cbench: controller benchmarking tool
   running in mode 'latency'
   connecting to controller at 10.30.170.239: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.239. So far 1 cbench instances have initialized their switches.  Waiting for other cbench-instances
Thread-0: Total switches from ALL cbench-instances initialized.
02:12:43.070 16  switches: flows:  110128 111616 111450 110626 111777 110924 112225 111143 110711 109188 108668 110972 109183 110947 110687 110443  total = 29.511467 per ms 
02:13:43.170 16  switches: flows:  116591 115438 117353 117195 116942 116487 115928 116592 115397 113324 114474 116248 114586 115890 116311 116374  total = 30.867258 per ms 
02:14:43.270 16  switches: flows:  117693 115188 116830 117294 117939 117034 117312 116891 116632 116203 115065 115092 115007 114839 116049 116843  total = 30.980141 per ms 
02:15:43.371 16  switches: flows:  121052 118359 116469 120339 118895 119839 119367 119191 118122 119246 118028 117087 117652 115909 117822 121143  total = 31.589291 per ms 
02:16:43.471 16  switches: flows:  116036 116262 117853 116026 118904 117921 117042 115926 116924 115378 114619 116384 112894 115716 114776 116810  total = 30.939486 per ms 
02:17:43.571 16  switches: flows:  119719 120030 117702 119890 119773 119258 121949 120461 120363 116915 117139 121166 118322 120358 118201 117970  total = 31.767243 per ms 
02:18:43.671 16  switches: flows:  120770 122168 121727 121996 121566 120518 123905 122682 123363 117734 121874 121153 119966 121421 119428 118412  total = 32.257565 per ms 
02:19:43.772 16  switches: flows:  117662 121543 119471 118729 118927 117996 122012 121514 120914 117368 119380 121049 118806 121061 119125 116553  total = 31.815315 per ms 
02:20:43.873 16  switches: flows:  119671 122190 120874 119431 120831 121301 120320 121087 122365 118975 119280 120531 120170 120520 119478 117334  total = 32.018729 per ms 
02:21:43.975 16  switches: flows:  116568 118320 119514 117321 118658 118738 119145 119441 118517 114450 115574 118093 117478 117449 118752 115286  total = 31.335280 per ms 
RESULT: 16 switches 9 tests min/max/avg/stdev = 30867.26/32257.57/31507.81/10513.35 responses/s</msg>
<arg>${output}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-07-28T02:21:43.993986" elapsed="0.000421"/>
</kw>
<kw name="Should Contain" owner="BuiltIn">
<arg>${output}</arg>
<arg>RESULT</arg>
<doc>Fails if ``container`` does not contain ``item`` one or more times.</doc>
<status status="PASS" start="2026-07-28T02:21:43.994568" elapsed="0.000399"/>
</kw>
<kw name="Get Lines Containing String" owner="String">
<msg time="2026-07-28T02:21:43.995393" level="INFO">1 out of 23 lines matched.</msg>
<msg time="2026-07-28T02:21:43.995489" level="INFO">${result_line} = RESULT: 16 switches 9 tests min/max/avg/stdev = 30867.26/32257.57/31507.81/10513.35 responses/s</msg>
<var>${result_line}</var>
<arg>${output}</arg>
<arg>RESULT</arg>
<doc>Returns lines of the given ``string`` that contain the ``pattern``.</doc>
<status status="PASS" start="2026-07-28T02:21:43.995136" elapsed="0.000380"/>
</kw>
<kw name="Split String" owner="String">
<msg time="2026-07-28T02:21:43.995973" level="INFO">@{results_list} = [ RESULT: | 16 | switches | 9 | tests | min/max/avg/stdev | = | 30867.26/32257.57/31507.81/10513.35 | responses/s ]</msg>
<var>@{results_list}</var>
<arg>${result_line}</arg>
<doc>Splits the ``string`` using ``separator`` as a delimiter string.</doc>
<status status="PASS" start="2026-07-28T02:21:43.995677" elapsed="0.000326"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-07-28T02:21:43.998440" level="INFO">min/max/avg/stdev</msg>
<arg>${results_list[5]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-07-28T02:21:43.996153" elapsed="0.002346"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-07-28T02:21:44.000896" level="INFO">30867.26/32257.57/31507.81/10513.35</msg>
<arg>${results_list[7]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-07-28T02:21:43.998650" elapsed="0.002303"/>
</kw>
<kw name="Split String" owner="String">
<msg time="2026-07-28T02:21:44.003339" level="INFO">@{result_name_list} = [ min | max | avg | stdev ]</msg>
<var>@{result_name_list}</var>
<arg>${results_list[5]}</arg>
<arg>/</arg>
<doc>Splits the ``string`` using ``separator`` as a delimiter string.</doc>
<status status="PASS" start="2026-07-28T02:21:44.001107" elapsed="0.002260"/>
</kw>
<kw name="Split String" owner="String">
<msg time="2026-07-28T02:21:44.005875" level="INFO">@{result_value_list} = [ 30867.26 | 32257.57 | 31507.81 | 10513.35 ]</msg>
<var>@{result_value_list}</var>
<arg>${results_list[7]}</arg>
<arg>/</arg>
<doc>Splits the ``string`` using ``separator`` as a delimiter string.</doc>
<status status="PASS" start="2026-07-28T02:21:44.003613" elapsed="0.002291"/>
</kw>
<kw name="Get Length" owner="BuiltIn">
<msg time="2026-07-28T02:21:44.006377" level="INFO">Length is 4.</msg>
<msg time="2026-07-28T02:21:44.006468" level="INFO">${num_stats} = 4</msg>
<var>${num_stats}</var>
<arg>${result_name_list}</arg>
<doc>Returns and logs the length of the given item as an integer.</doc>
<status status="PASS" start="2026-07-28T02:21:44.006062" elapsed="0.000430"/>
</kw>
<for flavor="IN RANGE">
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-07-28T02:21:44.012438" level="INFO">min :: 30867.26</msg>
<arg>${result_name_list[${i}]} :: ${result_value_list[${i}]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-07-28T02:21:44.006912" elapsed="0.005602"/>
</kw>
<var name="${i}">0</var>
<status status="PASS" start="2026-07-28T02:21:44.006782" elapsed="0.005779"/>
</iter>
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-07-28T02:21:44.017623" level="INFO">max :: 32257.57</msg>
<arg>${result_name_list[${i}]} :: ${result_value_list[${i}]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-07-28T02:21:44.012861" elapsed="0.004820"/>
</kw>
<var name="${i}">1</var>
<status status="PASS" start="2026-07-28T02:21:44.012672" elapsed="0.005061"/>
</iter>
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-07-28T02:21:44.022356" level="INFO">avg :: 31507.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-07-28T02:21:44.017972" elapsed="0.004442"/>
</kw>
<var name="${i}">2</var>
<status status="PASS" start="2026-07-28T02:21:44.017841" elapsed="0.004609"/>
</iter>
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-07-28T02:21:44.027256" level="INFO">stdev :: 10513.35</msg>
<arg>${result_name_list[${i}]} :: ${result_value_list[${i}]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-07-28T02:21:44.022665" elapsed="0.004649"/>
</kw>
<var name="${i}">3</var>
<status status="PASS" start="2026-07-28T02:21:44.022537" elapsed="0.004813"/>
</iter>
<var>${i}</var>
<value>0</value>
<value>${num_stats}</value>
<status status="PASS" start="2026-07-28T02:21:44.006567" elapsed="0.020815"/>
</for>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-07-28T02:21:44.031305" level="INFO">${min} = 30867.26</msg>
<var>${min}</var>
<arg>${result_value_list[${0}]}</arg>
<doc>Returns the given values which can then be assigned to a variables.</doc>
<status status="PASS" start="2026-07-28T02:21:44.027544" elapsed="0.003790"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-07-28T02:21:44.035230" level="INFO">${max} = 32257.57</msg>
<var>${max}</var>
<arg>${result_value_list[${1}]}</arg>
<doc>Returns the given values which can then be assigned to a variables.</doc>
<status status="PASS" start="2026-07-28T02:21:44.031493" elapsed="0.003765"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-07-28T02:21:44.039478" level="INFO">${average} = 31507.81</msg>
<var>${average}</var>
<arg>${result_value_list[${2}]}</arg>
<doc>Returns the given values which can then be assigned to a variables.</doc>
<status status="PASS" start="2026-07-28T02:21:44.035417" elapsed="0.004089"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-07-28T02:21:44.043407" level="INFO">${stdev} = 10513.35</msg>
<var>${stdev}</var>
<arg>${result_value_list[${3}]}</arg>
<doc>Returns the given values which can then be assigned to a variables.</doc>
<status status="PASS" start="2026-07-28T02:21:44.039665" elapsed="0.003770"/>
</kw>
<kw name="Get Time" owner="BuiltIn">
<msg time="2026-07-28T02:21:44.043992" level="INFO">${date} = 2026-07-28 02:21:44</msg>
<var>${date}</var>
<arg>d,m,s</arg>
<doc>Returns the given time in the requested format.</doc>
<status status="PASS" start="2026-07-28T02:21:44.043598" elapsed="0.000426"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-07-28T02:21:44.044630" level="INFO">CBench Result: 2026-07-28 02:21:44,-m 60000 -M 100 -S 16 -l 10 -D 5000 -p 6633,30867.26,32257.57,31507.81,10513.35</msg>
<arg>CBench Result: ${date},${cbench_args},${min},${max},${average},${stdev}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-07-28T02:21:44.044196" elapsed="0.000495"/>
</kw>
<kw name="Log Results And Determine Status">
<kw name="Append To File" owner="OperatingSystem">
<msg time="2026-07-28T02:21:44.046020" level="INFO" html="true">Appended to file '&lt;a href="file:///w/workspace/openflowplugin-csit-1node-cbench-only-titanium/bug.csv"&gt;/w/workspace/openflowplugin-csit-1node-cbench-only-titanium/bug.csv&lt;/a&gt;'.</msg>
<arg>${output_file}</arg>
<arg>${min},${max},${average}\n</arg>
<doc>Appends the given content to the specified file.</doc>
<status status="PASS" start="2026-07-28T02:21:44.045432" elapsed="0.000662"/>
</kw>
<kw name="Should Be True" owner="BuiltIn">
<arg>${average} &gt; ${threshold}</arg>
<arg>${average} flow_mods per/sec did not exceed threshold of ${threshold}</arg>
<doc>Fails if the given condition is not true.</doc>
<status status="PASS" start="2026-07-28T02:21:44.046252" elapsed="0.000500"/>
</kw>
<arg>${min}</arg>
<arg>${max}</arg>
<arg>${average}</arg>
<arg>${average_threshold}</arg>
<arg>${output_filename}</arg>
<status status="PASS" start="2026-07-28T02:21:44.044858" elapsed="0.001963"/>
</kw>
<arg>-m ${duration_in_ms} -M ${num_of_unique_macs} -S ${switch_count} -l ${loops} -D ${start_delay} -p ${of_port}</arg>
<arg>${latency_threshold}</arg>
<arg>bug.csv</arg>
<status status="PASS" start="2026-07-28T02:11:37.302166" elapsed="606.744719"/>
</kw>
<kw name="Sleep" owner="BuiltIn">
<msg time="2026-07-28T02:21:44.047369" level="INFO">Slept 0 seconds.</msg>
<arg>${test_delay}</arg>
<doc>Pauses the test executed for the given time.</doc>
<status status="PASS" start="2026-07-28T02:21:44.047037" elapsed="0.000393"/>
</kw>
<kw name="Report Failure Due To Bug" owner="Utils" type="TEARDOWN">
<kw name="Evaluate" owner="BuiltIn">
<msg time="2026-07-28T02:21:44.048701" level="INFO">${test_skipped} = False</msg>
<var>${test_skipped}</var>
<arg>len(re.findall('SKIPPED', """${TEST_MESSAGE}""")) &gt; 0</arg>
<arg>modules=re</arg>
<doc>Evaluates the given expression in Python and returns the result.</doc>
<status status="PASS" start="2026-07-28T02:21:44.048209" elapsed="0.000538"/>
</kw>
<if>
<branch type="IF" condition="('${TEST_STATUS}' != 'FAIL') or ${test_skipped}">
<return>
<status status="PASS" start="2026-07-28T02:21:44.048991" elapsed="0.000037"/>
</return>
<status status="PASS" start="2026-07-28T02:21:44.048833" elapsed="0.000228"/>
</branch>
<status status="PASS" start="2026-07-28T02:21:44.048811" elapsed="0.000276"/>
</if>
<kw name="Comment" owner="BuiltIn">
<arg>Jira tickets are {PROJECT}-{NUMBER} while Bugzilla tickets are {NUMBER}</arg>
<doc>Displays the given messages in the log file as keyword arguments.</doc>
<status status="NOT RUN" start="2026-07-28T02:21:44.049234" elapsed="0.000023"/>
</kw>
<kw name="Run Keyword And Return Status" owner="BuiltIn">
<var>${match}</var>
<arg>Should Contain</arg>
<arg>${number}</arg>
<arg>-</arg>
<doc>Runs the specified keyword and returns the status as a Boolean value.</doc>
<status status="NOT RUN" start="2026-07-28T02:21:44.049395" elapsed="0.000022"/>
</kw>
<kw name="Set Variable If" owner="BuiltIn">
<var>${bug_url}</var>
<arg>${match}</arg>
<arg>https://jira.opendaylight.org/browse/${number}</arg>
<arg>https://bugs.opendaylight.org/show_bug.cgi?id=${number}</arg>
<doc>Sets variable based on the given condition.</doc>
<status status="NOT RUN" start="2026-07-28T02:21:44.049560" elapsed="0.000022"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<var>${msg}</var>
<arg>This test fails due to ${bug_url}</arg>
<doc>Returns the given values which can then be assigned to a variables.</doc>
<status status="NOT RUN" start="2026-07-28T02:21:44.049822" elapsed="0.000027"/>
</kw>
<kw name="Evaluate" owner="BuiltIn">
<var>${newline}</var>
<arg>chr(10)</arg>
<doc>Evaluates the given expression in Python and returns the result.</doc>
<status status="NOT RUN" start="2026-07-28T02:21:44.049988" elapsed="0.000023"/>
</kw>
<kw name="Set Test Message" owner="BuiltIn">
<arg>${msg}${newline}${newline}${TEST_MESSAGE}</arg>
<doc>Sets message for the current test case.</doc>
<status status="NOT RUN" start="2026-07-28T02:21:44.050142" elapsed="0.000028"/>
</kw>
<kw name="Log" owner="BuiltIn">
<arg>${msg}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="NOT RUN" start="2026-07-28T02:21:44.050298" elapsed="0.000021"/>
</kw>
<if>
<branch type="IF" condition="&quot;${include_bug_in_tags}&quot;==&quot;True&quot;">
<kw name="Set Tags" owner="BuiltIn">
<arg>${bug_url}</arg>
<doc>Adds given ``tags`` for the current test or all tests in a suite.</doc>
<status status="NOT RUN" start="2026-07-28T02:21:44.050525" elapsed="0.000020"/>
</kw>
<status status="NOT RUN" start="2026-07-28T02:21:44.050389" elapsed="0.000189"/>
</branch>
<status status="NOT RUN" start="2026-07-28T02:21:44.050372" elapsed="0.000230"/>
</if>
<arg>6176</arg>
<doc>Report that a test failed due to a known Bugzilla bug whose
number is provided as an argument.
Not FAILED (incl. SKIPPED) test are not reported.
This keyword must be used in the [Teardown] setting of the affected test
or as the first line of the test if FastFail module is not being
used. It reports the URL of the bug on console and also puts it
into the Robot log file.</doc>
<status status="PASS" start="2026-07-28T02:21:44.047839" elapsed="0.002816"/>
</kw>
<doc>cbench executed in latency mode to see if controller is healthy</doc>
<tag>cbench</tag>
<tag>latency</tag>
<timeout value="15 minutes"/>
<status status="PASS" start="2026-07-28T02:11:37.300858" elapsed="606.749844"/>
</test>
<doc>Cbench Latency and Throughput tests can be run from an external
cbench.
If cbench is run with a medium number of switches or higher (e.g. 32+)
the normal openflow operations seem to break.
BUG: https://bugs.opendaylight.org/show_bug.cgi?id=2897</doc>
<status status="PASS" start="2026-07-28T01:51:21.001711" elapsed="1823.049807"/>
</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>
