<?xml version="1.0" encoding="UTF-8"?>
<robot generator="Robot 7.4.2 (Python 3.11.10 on linux)" generated="2026-06-19T01:55:59.405696" 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-06-19T01:55:59.967864" elapsed="0.000023"/>
</return>
<status status="NOT RUN" start="2026-06-19T01:55:59.967715" elapsed="0.000220"/>
</branch>
<status status="PASS" start="2026-06-19T01:55:59.967686" elapsed="0.000275"/>
</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-06-19T01:55:59.968108" elapsed="0.000519"/>
</kw>
<kw name="Login" owner="SSHLibrary">
<msg time="2026-06-19T01:55:59.969100" level="INFO">Logging into '10.30.171.28:8101' as 'karaf'.</msg>
<msg time="2026-06-19T01:56:00.596411" 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-06-19T01:55:59.968802" elapsed="0.628008"/>
</kw>
<kw name="Write" owner="SSHLibrary">
<msg time="2026-06-19T01:56:00.646753" 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-06-19T01:56:00.597373" elapsed="0.049479"/>
</kw>
<kw name="Read Until Regexp" owner="SSHLibrary">
<msg time="2026-06-19T01:56:00.649351" level="INFO">[?1l&gt;[?2004l[?1h=[90m~[0m                                                                                [?2004hopendaylight-user@root&gt;</msg>
<msg time="2026-06-19T01:56:00.649526" 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-06-19T01:56:00.647093" elapsed="0.002484"/>
</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-06-19T01:56:00.649810" elapsed="0.000285"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-06-19T01:56:00.650327" elapsed="0.000304"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-06-19T01:56:00.651326" 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-06-19T01:56:00.650853" elapsed="0.000553"/>
</kw>
<return>
<value>${output}</value>
<status status="PASS" start="2026-06-19T01:56:00.651509" elapsed="0.000073"/>
</return>
<arg>log:set ${log_level}</arg>
<doc>Will execute the given ${cmd} by ssh'ing to the karaf console running on 10.30.171.28
Note that this keyword will open&amp;close new SSH connection, without switching back to previously current session.</doc>
<status status="PASS" start="2026-06-19T01:55:59.967315" elapsed="0.684453"/>
</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-06-19T01:55:59.963715" elapsed="0.688149"/>
</kw>
<kw name="Append To File" owner="OperatingSystem">
<msg time="2026-06-19T01:56:00.652724" 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-06-19T01:56:00.652187" elapsed="0.000595"/>
</kw>
<kw name="Append To File" owner="OperatingSystem">
<msg time="2026-06-19T01:56:00.653187" 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-06-19T01:56:00.652939" elapsed="0.000304"/>
</kw>
<kw name="Evaluate" owner="BuiltIn">
<msg time="2026-06-19T01:56:00.653835" 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-06-19T01:56:00.653399" elapsed="0.000465"/>
</kw>
<kw name="Set Suite Variable" owner="BuiltIn">
<msg time="2026-06-19T01:56:00.654379" 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-06-19T01:56:00.654038" elapsed="0.000383"/>
</kw>
<kw name="Evaluate" owner="BuiltIn">
<msg time="2026-06-19T01:56:00.654961" 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-06-19T01:56:00.654587" elapsed="0.000401"/>
</kw>
<kw name="Set Suite Variable" owner="BuiltIn">
<msg time="2026-06-19T01:56:00.655462" 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-06-19T01:56:00.655148" elapsed="0.000375"/>
</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-06-19T01:56:00.655839" elapsed="0.000022"/>
</kw>
<status status="NOT RUN" start="2026-06-19T01:56:00.655619" elapsed="0.000275"/>
</branch>
<branch type="ELSE">
<kw name="Verify File Exists On Remote System" owner="Utils">
<kw name="Open Connection" owner="SSHLibrary">
<msg time="2026-06-19T01:56:00.661025" 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-06-19T01:56:00.660576" elapsed="0.000477"/>
</kw>
<kw name="Flexible_SSH_Login" owner="SSHKeywords">
<kw name="Get Length" owner="BuiltIn">
<msg time="2026-06-19T01:56:00.662115" level="INFO">Length is 0.</msg>
<msg time="2026-06-19T01:56:00.662198" 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-06-19T01:56:00.661633" elapsed="0.000590"/>
</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-06-19T01:56:00.662368" elapsed="0.000365"/>
</kw>
<kw name="Run Keyword And Return" owner="BuiltIn">
<kw name="Login With Public Key" owner="SSHLibrary">
<msg time="2026-06-19T01:56:00.663754" level="INFO">Logging into '10.30.171.113:22' as 'jenkins'.</msg>
<msg time="2026-06-19T01:56:01.427911" 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 Fri Jun 19 01:56:00 UTC 2026

  System load:  0.15               Processes:             112
  Usage of /:   19.3% of 38.58GB   Users logged in:       0
  Memory usage: 4%                 IPv4 address for ens3: 10.30.171.113
  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-754-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-06-19T01:56:00.663236" elapsed="0.764877"/>
</kw>
<msg time="2026-06-19T01:56:01.428228" 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-06-19T01:56:00.662888" elapsed="0.765457"/>
</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-06-19T01:56:00.661269" elapsed="0.767253"/>
</kw>
<kw name="File Should Exist" owner="SSHLibrary">
<msg time="2026-06-19T01:56:01.436571" 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-06-19T01:56:01.428798" elapsed="0.009582"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-06-19T01:56:01.438619" elapsed="0.000616"/>
</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-06-19T01:56:00.659687" elapsed="0.779689"/>
</kw>
<status status="PASS" start="2026-06-19T01:56:00.656163" elapsed="0.783298"/>
</branch>
<status status="PASS" start="2026-06-19T01:56:00.655589" elapsed="0.783979"/>
</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-06-19T01:56:01.439920" elapsed="0.001092"/>
</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-06-19T01:56:01.450405" elapsed="0.000021"/>
</return>
<status status="NOT RUN" start="2026-06-19T01:56:01.450273" elapsed="0.000191"/>
</branch>
<status status="PASS" start="2026-06-19T01:56:01.450243" elapsed="0.000260"/>
</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-06-19T01:56:01.454072" elapsed="0.000014"/>
</return>
<status status="NOT RUN" start="2026-06-19T01:56:01.453960" elapsed="0.000159"/>
</branch>
<status status="PASS" start="2026-06-19T01:56:01.453940" elapsed="0.000201"/>
</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-06-19T01:56:01.454278" elapsed="0.000491"/>
</kw>
<kw name="Login" owner="SSHLibrary">
<msg time="2026-06-19T01:56:01.455185" level="INFO">Logging into '10.30.171.28:8101' as 'karaf'.</msg>
<msg time="2026-06-19T01:56:01.651090" 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-06-19T01:56:01.454920" elapsed="0.196259"/>
</kw>
<kw name="Write" owner="SSHLibrary">
<msg time="2026-06-19T01:56:01.738676" 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-06-19T01:56:01.651339" elapsed="0.087426"/>
</kw>
<kw name="Read Until Regexp" owner="SSHLibrary">
<msg time="2026-06-19T01:56:01.775149" 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-06-19T01:56:01.775403" 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-06-19T01:56:01.738930" elapsed="0.036507"/>
</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-06-19T01:56:01.775618" elapsed="0.000259"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-06-19T01:56:01.776029" elapsed="0.000237"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-06-19T01:56:01.776782" 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-06-19T01:56:01.776410" elapsed="0.000429"/>
</kw>
<return>
<value>${output}</value>
<status status="PASS" start="2026-06-19T01:56:01.776891" elapsed="0.000065"/>
</return>
<msg time="2026-06-19T01:56:01.777119" 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.171.28
Note that this keyword will open&amp;close new SSH connection, without switching back to previously current session.</doc>
<status status="PASS" start="2026-06-19T01:56:01.453603" elapsed="0.323549"/>
</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-06-19T01:56:01.777307" elapsed="0.000803"/>
</kw>
<return>
<value>${output}</value>
<status status="PASS" start="2026-06-19T01:56:01.778165" elapsed="0.000039"/>
</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-06-19T01:56:01.449911" elapsed="0.328397"/>
</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-06-19T01:56:01.782299" elapsed="0.000016"/>
</return>
<status status="NOT RUN" start="2026-06-19T01:56:01.782158" elapsed="0.000190"/>
</branch>
<status status="PASS" start="2026-06-19T01:56:01.782132" elapsed="0.000241"/>
</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-06-19T01:56:01.782527" elapsed="0.000696"/>
</kw>
<kw name="Login" owner="SSHLibrary">
<msg time="2026-06-19T01:56:01.783676" level="INFO">Logging into '10.30.171.28:8101' as 'karaf'.</msg>
<msg time="2026-06-19T01:56:01.928197" 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-06-19T01:56:01.783388" elapsed="0.144897"/>
</kw>
<kw name="Write" owner="SSHLibrary">
<msg time="2026-06-19T01:56:01.949717" 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-06-19T01:56:01.928446" elapsed="0.021328"/>
</kw>
<kw name="Read Until Regexp" owner="SSHLibrary">
<msg time="2026-06-19T01:56:01.951789" level="INFO">[?1l&gt;[?2004lDropAllFlows transitions to on
[?1h=[90m~[0m                                                                                [?2004hopendaylight-user@root&gt;</msg>
<msg time="2026-06-19T01:56:01.951889" 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-06-19T01:56:01.949919" elapsed="0.001999"/>
</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-06-19T01:56:01.952051" elapsed="0.000172"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-06-19T01:56:01.952365" elapsed="0.000196"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-06-19T01:56:01.952975" 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-06-19T01:56:01.952707" elapsed="0.000318"/>
</kw>
<return>
<value>${output}</value>
<status status="PASS" start="2026-06-19T01:56:01.953070" elapsed="0.000039"/>
</return>
<arg>dropallpacketsrpc on</arg>
<doc>Will execute the given ${cmd} by ssh'ing to the karaf console running on 10.30.171.28
Note that this keyword will open&amp;close new SSH connection, without switching back to previously current session.</doc>
<status status="PASS" start="2026-06-19T01:56:01.781779" elapsed="0.171434"/>
</kw>
<status status="PASS" start="2026-06-19T01:55:59.961714" elapsed="1.991566"/>
</kw>
<test id="s1-t1" name="Cbench Latency Test" line="37">
<kw name="Log" owner="BuiltIn">
<msg time="2026-06-19T01:56:01.955387" 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-06-19T01:56:01.954229" elapsed="0.001223"/>
</kw>
<kw name="Run Cbench And Log Results">
<kw name="Set Suite Variable" owner="BuiltIn">
<msg time="2026-06-19T01:56:01.956929" 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-06-19T01:56:01.956566" elapsed="0.000406"/>
</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-06-19T01:56:01.957284" elapsed="0.000022"/>
</kw>
<status status="NOT RUN" start="2026-06-19T01:56:01.957049" elapsed="0.000294"/>
</branch>
<branch type="ELSE">
<kw name="Run Command On Remote System" owner="Utils">
<if>
<branch type="IF" condition="&quot;${return_stdout}&quot;!=&quot;True&quot; and &quot;${return_stderr}&quot;!=&quot;True&quot;">
<kw name="Fail" owner="BuiltIn">
<arg>At least one of {return_stdout} or {return_stderr} args should be set to True</arg>
<doc>Fails the test with the given message and optionally alters its tags.</doc>
<status status="NOT RUN" start="2026-06-19T01:56:01.960292" elapsed="0.000022"/>
</kw>
<status status="NOT RUN" start="2026-06-19T01:56:01.960046" elapsed="0.000302"/>
</branch>
<status status="PASS" start="2026-06-19T01:56:01.960027" elapsed="0.000347"/>
</if>
<kw name="Get Connection" owner="SSHLibrary">
<msg time="2026-06-19T01:56:01.960738" 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-06-19T01:56:01.960861" 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-06-19T01:56:01.960527" elapsed="0.000360"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-06-19T01:56:01.961442" level="INFO">Attempting to execute command "/usr/local/bin/cbench -c 10.30.171.28 -m 60000 -M 100 -S 16 -l 10 -D 5000 -p 6633" on remote system "10.30.171.113" 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-06-19T01:56:01.961023" elapsed="0.000494"/>
</kw>
<kw name="Open Connection" owner="SSHLibrary">
<msg time="2026-06-19T01:56:01.962132" 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-06-19T01:56:01.961661" elapsed="0.000507"/>
</kw>
<kw name="Flexible_SSH_Login" owner="SSHKeywords">
<kw name="Get Length" owner="BuiltIn">
<msg time="2026-06-19T01:56:01.963093" level="INFO">Length is 0.</msg>
<msg time="2026-06-19T01:56:01.963182" 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-06-19T01:56:01.962767" elapsed="0.000439"/>
</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-06-19T01:56:01.963351" elapsed="0.000351"/>
</kw>
<kw name="Run Keyword And Return" owner="BuiltIn">
<kw name="Login With Public Key" owner="SSHLibrary">
<msg time="2026-06-19T01:56:01.964580" level="INFO">Logging into '10.30.171.113:22' as 'jenkins'.</msg>
<msg time="2026-06-19T01:56:02.339008" 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 Fri Jun 19 01:56:00 UTC 2026

  System load:  0.15               Processes:             112
  Usage of /:   19.3% of 38.58GB   Users logged in:       0
  Memory usage: 4%                 IPv4 address for ens3: 10.30.171.113
  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: Fri Jun 19 01:56:01 2026 from 10.30.170.52
[?2004h[jenkins@releng-48317-754-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-06-19T01:56:01.964210" elapsed="0.374917"/>
</kw>
<msg time="2026-06-19T01:56:02.339194" 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-06-19T01:56:01.963858" elapsed="0.375405"/>
</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-06-19T01:56:01.962374" elapsed="0.376987"/>
</kw>
<kw name="Execute Command" owner="SSHLibrary">
<msg time="2026-06-19T01:56:02.339796" level="INFO">Executing command '/usr/local/bin/cbench -c 10.30.171.28 -m 60000 -M 100 -S 16 -l 10 -D 5000 -p 6633'.</msg>
<msg time="2026-06-19T02:06:08.477232" level="INFO">Command exited with return code 0.</msg>
<msg time="2026-06-19T02:06:08.477863" level="INFO">${stdout} = </msg>
<msg time="2026-06-19T02:06:08.477970" level="INFO">${stderr} = cbench: controller benchmarking tool
   running in mode 'latency'
   connecting to controller at 10.30.171.28:6633 
   faking 16 switches with 1 threads :: 10 tests each; 60000 ms per test
   with 100...</msg>
<var>${stdout}</var>
<var>${stderr}</var>
<arg>${cmd}</arg>
<arg>return_stderr=True</arg>
<doc>Executes ``command`` on the remote machine and returns its outputs.</doc>
<status status="PASS" start="2026-06-19T01:56:02.339547" elapsed="606.138491"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-06-19T02:06:08.478548" elapsed="0.000736"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-06-19T02:06:08.480431" level="INFO">cbench: controller benchmarking tool
   running in mode 'latency'
   connecting to controller at 10.30.171.28:6633 
   faking 16 switches with 1 threads :: 10 tests each; 60000 ms per test
   with 100 unique source MACs per switch
   learning destination mac addresses before the test
   starting test with 5000 ms delay after features_reply
   ignoring first 1 "warmup" and last 0 "cooldown" loops
   debugging info is off
Master Thread: Creating thread-0! 
Thread-0: All switches initialized. Running at node 10.30.171.28. So far 1 cbench instances have initialized their switches.  Waiting for other cbench-instances
Thread-0: Total switches from ALL cbench-instances initialized.
01:57:07.561 16  switches: flows:  122270 126024 121309 120193 119083 119612 119843 118688 117919 117684 116218 116460 113809 116837 118237 118919  total = 31.718417 per ms 
01:58:07.661 16  switches: flows:  126748 128063 126867 126173 125594 125596 125143 124140 122206 120737 122036 121631 120920 122250 121448 123874  total = 33.002033 per ms 
01:59:07.762 16  switches: flows:  122140 121613 121197 119868 120465 119062 118807 119044 116577 115380 116100 116884 115516 117066 116239 117503  total = 31.504874 per ms 
02:00:07.862 16  switches: flows:  122015 125792 124652 123641 123275 119940 121301 121484 119172 115972 120534 119191 115701 119284 118637 119967  total = 32.122331 per ms 
02:01:07.962 16  switches: flows:  127123 131569 128045 129267 129316 124771 128447 125798 124526 121343 124311 122314 121443 125992 122260 124306  total = 33.457993 per ms 
02:02:08.063 16  switches: flows:  127382 129575 129194 128532 125321 125544 127564 125236 123781 120298 125093 122651 120474 125490 121029 123720  total = 33.292435 per ms 
02:03:08.164 16  switches: flows:  125222 126161 126177 126436 125555 122684 123966 124129 122894 121095 123724 121455 120389 121417 120976 120612  total = 32.826720 per ms 
02:04:08.264 16  switches: flows:  126062 127593 126355 125519 126815 125886 122458 125092 121694 122594 122025 121666 118586 121218 121749 120478  total = 32.874951 per ms 
02:05:08.365 16  switches: flows:  131837 134345 130614 130844 129969 129689 127258 128812 126676 124781 126305 125772 124066 124337 126660 126019  total = 34.076182 per ms 
02:06:08.467 16  switches: flows:  131783 132615 131673 131697 130419 129179 128136 128530 127172 124799 126019 125027 124327 125246 125201 124920  total = 34.055433 per ms 
RESULT: 16 switches 9 tests min/max/avg/stdev = 31504.87/34076.18/33023.66/11036.18 responses/s</msg>
<arg>${stderr}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-06-19T02:06:08.479687" elapsed="0.001087"/>
</kw>
<if>
<branch type="IF" condition="&quot;${return_stdout}&quot;!=&quot;True&quot;">
<return>
<value>${stderr}</value>
<status status="PASS" start="2026-06-19T02:06:08.481287" elapsed="0.000076"/>
</return>
<status status="PASS" start="2026-06-19T02:06:08.480979" elapsed="0.000466"/>
</branch>
<status status="PASS" start="2026-06-19T02:06:08.480920" elapsed="0.000615"/>
</if>
<if>
<branch type="IF" condition="&quot;${return_stderr}&quot;!=&quot;True&quot;">
<return>
<value>${stdout}</value>
<status status="NOT RUN" start="2026-06-19T02:06:08.481751" elapsed="0.000029"/>
</return>
<status status="NOT RUN" start="2026-06-19T02:06:08.481671" elapsed="0.000169"/>
</branch>
<status status="NOT RUN" start="2026-06-19T02:06:08.481635" elapsed="0.000252"/>
</if>
<return>
<value>${stdout}</value>
<value>${stderr}</value>
<status status="NOT RUN" start="2026-06-19T02:06:08.481959" elapsed="0.000030"/>
</return>
<kw name="Restore_Current_Ssh_Connection_From_Index" owner="SSHKeywords" type="TEARDOWN">
<kw name="Run Keyword And Return If" owner="BuiltIn">
<arg>${connection_index} is not None</arg>
<arg>SSHLibrary.Switch Connection</arg>
<arg>${connection_index}</arg>
<doc>Runs the specified keyword and returns from the enclosing user keyword.</doc>
<status status="PASS" start="2026-06-19T02:06:08.486502" elapsed="0.000461"/>
</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-06-19T02:06:08.487180" elapsed="0.000240"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-06-19T02:06:08.487622" elapsed="0.000139"/>
</kw>
<arg>${current_ssh_connection.index}</arg>
<doc>Restore active SSH connection in SSHLibrary to given index.</doc>
<status status="PASS" start="2026-06-19T02:06:08.482756" elapsed="0.005079"/>
</kw>
<msg time="2026-06-19T02:06:08.488015" level="INFO">${output} = cbench: controller benchmarking tool
   running in mode 'latency'
   connecting to controller at 10.30.171.28:6633 
   faking 16 switches with 1 threads :: 10 tests each; 60000 ms per test
   with 100...</msg>
<var>${output}</var>
<arg>${cbench_system}</arg>
<arg>${cbench_executable} -c ${ODL_SYSTEM_IP} ${cbench_args}</arg>
<arg>prompt_timeout=${test_timeout}</arg>
<arg>return_stdout=False</arg>
<arg>return_stderr=True</arg>
<doc>Reduces the common work of running a command on a remote system to a single higher level
robot keyword, taking care to log in with a public key and. The command given is written and the return value
depends on the passed argument values of return_stdout (default: True) and return_stderr (default: False).
At least one should be True, or the keyword will exit and FAIL. If both are True, the resulting return value
will be a two element list containing both. Otherwise the resulting return value is a string.
No test conditions are checked.</doc>
<status status="PASS" start="2026-06-19T01:56:01.957715" elapsed="606.530340"/>
</kw>
<status status="PASS" start="2026-06-19T01:56:01.957371" elapsed="606.530752"/>
</branch>
<status status="PASS" start="2026-06-19T01:56:01.957027" elapsed="606.531128"/>
</if>
<kw name="Log" owner="BuiltIn">
<msg time="2026-06-19T02:06:08.488781" level="INFO">cbench: controller benchmarking tool
   running in mode 'latency'
   connecting to controller at 10.30.171.28:6633 
   faking 16 switches with 1 threads :: 10 tests each; 60000 ms per test
   with 100 unique source MACs per switch
   learning destination mac addresses before the test
   starting test with 5000 ms delay after features_reply
   ignoring first 1 "warmup" and last 0 "cooldown" loops
   debugging info is off
Master Thread: Creating thread-0! 
Thread-0: All switches initialized. Running at node 10.30.171.28. So far 1 cbench instances have initialized their switches.  Waiting for other cbench-instances
Thread-0: Total switches from ALL cbench-instances initialized.
01:57:07.561 16  switches: flows:  122270 126024 121309 120193 119083 119612 119843 118688 117919 117684 116218 116460 113809 116837 118237 118919  total = 31.718417 per ms 
01:58:07.661 16  switches: flows:  126748 128063 126867 126173 125594 125596 125143 124140 122206 120737 122036 121631 120920 122250 121448 123874  total = 33.002033 per ms 
01:59:07.762 16  switches: flows:  122140 121613 121197 119868 120465 119062 118807 119044 116577 115380 116100 116884 115516 117066 116239 117503  total = 31.504874 per ms 
02:00:07.862 16  switches: flows:  122015 125792 124652 123641 123275 119940 121301 121484 119172 115972 120534 119191 115701 119284 118637 119967  total = 32.122331 per ms 
02:01:07.962 16  switches: flows:  127123 131569 128045 129267 129316 124771 128447 125798 124526 121343 124311 122314 121443 125992 122260 124306  total = 33.457993 per ms 
02:02:08.063 16  switches: flows:  127382 129575 129194 128532 125321 125544 127564 125236 123781 120298 125093 122651 120474 125490 121029 123720  total = 33.292435 per ms 
02:03:08.164 16  switches: flows:  125222 126161 126177 126436 125555 122684 123966 124129 122894 121095 123724 121455 120389 121417 120976 120612  total = 32.826720 per ms 
02:04:08.264 16  switches: flows:  126062 127593 126355 125519 126815 125886 122458 125092 121694 122594 122025 121666 118586 121218 121749 120478  total = 32.874951 per ms 
02:05:08.365 16  switches: flows:  131837 134345 130614 130844 129969 129689 127258 128812 126676 124781 126305 125772 124066 124337 126660 126019  total = 34.076182 per ms 
02:06:08.467 16  switches: flows:  131783 132615 131673 131697 130419 129179 128136 128530 127172 124799 126019 125027 124327 125246 125201 124920  total = 34.055433 per ms 
RESULT: 16 switches 9 tests min/max/avg/stdev = 31504.87/34076.18/33023.66/11036.18 responses/s</msg>
<arg>${output}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-06-19T02:06:08.488348" elapsed="0.000535"/>
</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-06-19T02:06:08.489088" elapsed="0.000526"/>
</kw>
<kw name="Get Lines Containing String" owner="String">
<msg time="2026-06-19T02:06:08.490165" level="INFO">1 out of 23 lines matched.</msg>
<msg time="2026-06-19T02:06:08.490297" level="INFO">${result_line} = RESULT: 16 switches 9 tests min/max/avg/stdev = 31504.87/34076.18/33023.66/11036.18 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-06-19T02:06:08.489849" elapsed="0.000483"/>
</kw>
<kw name="Split String" owner="String">
<msg time="2026-06-19T02:06:08.490923" level="INFO">@{results_list} = [ RESULT: | 16 | switches | 9 | tests | min/max/avg/stdev | = | 31504.87/34076.18/33023.66/11036.18 | 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-06-19T02:06:08.490568" elapsed="0.000391"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-06-19T02:06:08.494318" 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-06-19T02:06:08.491180" elapsed="0.003216"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-06-19T02:06:08.497399" level="INFO">31504.87/34076.18/33023.66/11036.18</msg>
<arg>${results_list[7]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-06-19T02:06:08.494619" elapsed="0.002835"/>
</kw>
<kw name="Split String" owner="String">
<msg time="2026-06-19T02:06:08.499806" 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-06-19T02:06:08.497616" elapsed="0.002218"/>
</kw>
<kw name="Split String" owner="String">
<msg time="2026-06-19T02:06:08.502212" level="INFO">@{result_value_list} = [ 31504.87 | 34076.18 | 33023.66 | 11036.18 ]</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-06-19T02:06:08.500023" elapsed="0.002217"/>
</kw>
<kw name="Get Length" owner="BuiltIn">
<msg time="2026-06-19T02:06:08.502717" level="INFO">Length is 4.</msg>
<msg time="2026-06-19T02:06:08.502804" 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-06-19T02:06:08.502392" elapsed="0.000435"/>
</kw>
<for flavor="IN RANGE">
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-06-19T02:06:08.507541" level="INFO">min :: 31504.87</msg>
<arg>${result_name_list[${i}]} :: ${result_value_list[${i}]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-06-19T02:06:08.503235" elapsed="0.004362"/>
</kw>
<var name="${i}">0</var>
<status status="PASS" start="2026-06-19T02:06:08.503100" elapsed="0.004532"/>
</iter>
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-06-19T02:06:08.512083" level="INFO">max :: 34076.18</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-06-19T02:06:08.507850" elapsed="0.004288"/>
</kw>
<var name="${i}">1</var>
<status status="PASS" start="2026-06-19T02:06:08.507724" elapsed="0.004449"/>
</iter>
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-06-19T02:06:08.516720" level="INFO">avg :: 33023.66</msg>
<arg>${result_name_list[${i}]} :: ${result_value_list[${i}]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-06-19T02:06:08.512388" elapsed="0.004388"/>
</kw>
<var name="${i}">2</var>
<status status="PASS" start="2026-06-19T02:06:08.512261" elapsed="0.004549"/>
</iter>
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-06-19T02:06:08.521282" level="INFO">stdev :: 11036.18</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-06-19T02:06:08.517028" elapsed="0.004310"/>
</kw>
<var name="${i}">3</var>
<status status="PASS" start="2026-06-19T02:06:08.516902" elapsed="0.004471"/>
</iter>
<var>${i}</var>
<value>0</value>
<value>${num_stats}</value>
<status status="PASS" start="2026-06-19T02:06:08.502899" elapsed="0.018507"/>
</for>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-06-19T02:06:08.525507" level="INFO">${min} = 31504.87</msg>
<var>${min}</var>
<arg>${result_value_list[${0}]}</arg>
<doc>Returns the given values which can then be assigned to a variables.</doc>
<status status="PASS" start="2026-06-19T02:06:08.521589" elapsed="0.003947"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-06-19T02:06:08.529519" level="INFO">${max} = 34076.18</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-06-19T02:06:08.525689" elapsed="0.003857"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-06-19T02:06:08.533382" level="INFO">${average} = 33023.66</msg>
<var>${average}</var>
<arg>${result_value_list[${2}]}</arg>
<doc>Returns the given values which can then be assigned to a variables.</doc>
<status status="PASS" start="2026-06-19T02:06:08.529696" elapsed="0.003712"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-06-19T02:06:08.537292" level="INFO">${stdev} = 11036.18</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-06-19T02:06:08.533578" elapsed="0.003740"/>
</kw>
<kw name="Get Time" owner="BuiltIn">
<msg time="2026-06-19T02:06:08.537858" level="INFO">${date} = 2026-06-19 02:06:08</msg>
<var>${date}</var>
<arg>d,m,s</arg>
<doc>Returns the given time in the requested format.</doc>
<status status="PASS" start="2026-06-19T02:06:08.537495" elapsed="0.000388"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-06-19T02:06:08.538438" level="INFO">CBench Result: 2026-06-19 02:06:08,-m 60000 -M 100 -S 16 -l 10 -D 5000 -p 6633,31504.87,34076.18,33023.66,11036.18</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-06-19T02:06:08.538030" elapsed="0.000517"/>
</kw>
<kw name="Log Results And Determine Status">
<kw name="Append To File" owner="OperatingSystem">
<msg time="2026-06-19T02:06:08.539588" 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-06-19T02:06:08.539173" elapsed="0.000480"/>
</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-06-19T02:06:08.539804" elapsed="0.000452"/>
</kw>
<arg>${min}</arg>
<arg>${max}</arg>
<arg>${average}</arg>
<arg>${average_threshold}</arg>
<arg>${output_filename}</arg>
<status status="PASS" start="2026-06-19T02:06:08.538692" elapsed="0.001628"/>
</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-06-19T01:56:01.955907" elapsed="606.584482"/>
</kw>
<kw name="Sleep" owner="BuiltIn">
<msg time="2026-06-19T02:06:08.540882" 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-06-19T02:06:08.540558" elapsed="0.000380"/>
</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-06-19T02:06:08.541509" elapsed="0.000268"/>
</kw>
<status status="PASS" start="2026-06-19T02:06:08.541163" elapsed="0.000685"/>
</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-06-19T01:56:01.953447" elapsed="606.588439"/>
</test>
<test id="s1-t2" name="Cbench Throughput Test" line="51">
<kw name="Log" owner="BuiltIn">
<msg time="2026-06-19T02:06:08.543324" 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-06-19T02:06:08.542911" elapsed="0.000468"/>
</kw>
<kw name="Run Cbench And Log Results">
<kw name="Set Suite Variable" owner="BuiltIn">
<msg time="2026-06-19T02:06:08.544622" 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-06-19T02:06:08.544278" elapsed="0.000386"/>
</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-06-19T02:06:08.544993" elapsed="0.000022"/>
</kw>
<status status="NOT RUN" start="2026-06-19T02:06:08.544776" elapsed="0.000275"/>
</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-06-19T02:06:08.547942" elapsed="0.000021"/>
</kw>
<status status="NOT RUN" start="2026-06-19T02:06:08.547695" elapsed="0.000302"/>
</branch>
<status status="PASS" start="2026-06-19T02:06:08.547676" elapsed="0.000344"/>
</if>
<kw name="Get Connection" owner="SSHLibrary">
<msg time="2026-06-19T02:06:08.548343" 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-06-19T02:06:08.548460" 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-06-19T02:06:08.548149" elapsed="0.000355"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-06-19T02:06:08.549055" level="INFO">Attempting to execute command "/usr/local/bin/cbench -c 10.30.171.28 -t -m 60000 -M 100 -S 16 -l 10 -D 5000 -p 6633" on remote system "10.30.171.113" 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-06-19T02:06:08.548640" elapsed="0.000473"/>
</kw>
<kw name="Open Connection" owner="SSHLibrary">
<msg time="2026-06-19T02:06:08.549662" 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-06-19T02:06:08.549253" elapsed="0.000436"/>
</kw>
<kw name="Flexible_SSH_Login" owner="SSHKeywords">
<kw name="Get Length" owner="BuiltIn">
<msg time="2026-06-19T02:06:08.550585" level="INFO">Length is 0.</msg>
<msg time="2026-06-19T02:06:08.550675" 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-06-19T02:06:08.550261" elapsed="0.000439"/>
</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-06-19T02:06:08.550841" elapsed="0.000338"/>
</kw>
<kw name="Run Keyword And Return" owner="BuiltIn">
<kw name="Login With Public Key" owner="SSHLibrary">
<msg time="2026-06-19T02:06:08.552034" level="INFO">Logging into '10.30.171.113:22' as 'jenkins'.</msg>
<msg time="2026-06-19T02:06:09.134796" 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 Fri Jun 19 02:06:08 UTC 2026

  System load:  1.0                Processes:             104
  Usage of /:   19.7% of 38.58GB   Users logged in:       0
  Memory usage: 4%                 IPv4 address for ens3: 10.30.171.113
  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: Fri Jun 19 01:56:02 2026 from 10.30.170.52
[?2004h[jenkins@releng-48317-754-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-06-19T02:06:08.551687" elapsed="0.583224"/>
</kw>
<msg time="2026-06-19T02:06:09.134977" 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-06-19T02:06:08.551330" elapsed="0.583716"/>
</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-06-19T02:06:08.549891" elapsed="0.585245"/>
</kw>
<kw name="Execute Command" owner="SSHLibrary">
<msg time="2026-06-19T02:06:09.135556" level="INFO">Executing command '/usr/local/bin/cbench -c 10.30.171.28 -t -m 60000 -M 100 -S 16 -l 10 -D 5000 -p 6633'.</msg>
<msg time="2026-06-19T02:16:17.708171" level="INFO">Command exited with return code 0.</msg>
<msg time="2026-06-19T02:16:17.708608" level="INFO">${stdout} = </msg>
<msg time="2026-06-19T02:16:17.708677" level="INFO">${stderr} = cbench: controller benchmarking tool
   running in mode 'throughput'
   connecting to controller at 10.30.171.28: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-06-19T02:06:09.135302" elapsed="608.573418"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-06-19T02:16:17.709060" elapsed="0.000485"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-06-19T02:16:17.710253" level="INFO">cbench: controller benchmarking tool
   running in mode 'throughput'
   connecting to controller at 10.30.171.28:6633 
   faking 16 switches with 1 threads :: 10 tests each; 60000 ms per test
   with 100 unique source MACs per switch
   learning destination mac addresses before the test
   starting test with 5000 ms delay after features_reply
   ignoring first 1 "warmup" and last 0 "cooldown" loops
   debugging info is off
Master Thread: Creating thread-0! 
Thread-0: All switches initialized. Running at node 10.30.171.28. So far 1 cbench instances have initialized their switches.  Waiting for other cbench-instances
Thread-0: Total switches from ALL cbench-instances initialized.
02:07:14.254 16  switches: flows:  557931 556281 540955 558031 549816 568048 551107 563768 542341 553621 554474 528285 527080 548401 550121 526016  total = 146.271267 per ms 
02:08:14.355 16  switches: flows:  541562 536952 532997 530027 533488 537067 534835 527272 539342 533132 537145 540076 540967 542042 543736 536287  total = 142.875774 per ms 
02:09:14.457 16  switches: flows:  234279 421194 443568 411271 407563 437982 429879 433848 447288 406821 431966 429942 434170 426856 432476 429423  total = 110.789497 per ms 
02:10:14.558 16  switches: flows:  609423 605014 606309 591577 595846 606502 594437 596018 595123 607869 598189 598333 606796 606612 601148 605950  total = 160.149323 per ms 
02:11:15.363 16  switches: flows:  559903 567105 568260 565918 561602 565101 571029 564271 560017 565766 563719 558491 561773 544712 558144 553711  total = 147.845771 per ms 
02:12:15.464 16  switches: flows:  491808 486402 501484 491632 509468 509251 503477 516416 504664 504259 504704 504150 495661 491739 508665 501148  total = 133.524390 per ms 
02:13:17.392 16  switches: flows:  578829 570966 582573 563749 580115 578245 574870 574036 568891 574627 542104 565378 569844 569484 571299 568870  total = 147.493019 per ms 
02:14:17.493 16  switches: flows:  586244 575677 586838 568228 570668 581345 575259 572360 567659 576744 585140 590026 585128 583313 585648 583747  total = 154.307226 per ms 
02:15:17.594 16  switches: flows:  580231 588629 587115 589137 588529 582817 578382 581177 566051 588085 581899 575448 581376 590047 596618 586536  total = 155.440123 per ms 
02:16:17.696 16  switches: flows:  585899 580539 584494 598483 581237 590354 576030 582831 594433 589841 586350 577758 588903 575299 584010 589311  total = 155.833657 per ms 
RESULT: 16 switches 9 tests min/max/avg/stdev = 110789.50/160149.32/145362.09/50544.06 responses/s</msg>
<arg>${stderr}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-06-19T02:16:17.709780" elapsed="0.000676"/>
</kw>
<if>
<branch type="IF" condition="&quot;${return_stdout}&quot;!=&quot;True&quot;">
<return>
<value>${stderr}</value>
<status status="PASS" start="2026-06-19T02:16:17.710800" elapsed="0.000046"/>
</return>
<status status="PASS" start="2026-06-19T02:16:17.710599" elapsed="0.000298"/>
</branch>
<status status="PASS" start="2026-06-19T02:16:17.710565" elapsed="0.000367"/>
</if>
<if>
<branch type="IF" condition="&quot;${return_stderr}&quot;!=&quot;True&quot;">
<return>
<value>${stdout}</value>
<status status="NOT RUN" start="2026-06-19T02:16:17.711063" elapsed="0.000017"/>
</return>
<status status="NOT RUN" start="2026-06-19T02:16:17.711012" elapsed="0.000107"/>
</branch>
<status status="NOT RUN" start="2026-06-19T02:16:17.710990" elapsed="0.000159"/>
</if>
<return>
<value>${stdout}</value>
<value>${stderr}</value>
<status status="NOT RUN" start="2026-06-19T02:16:17.711192" elapsed="0.000019"/>
</return>
<kw name="Restore_Current_Ssh_Connection_From_Index" owner="SSHKeywords" type="TEARDOWN">
<kw name="Run Keyword And Return If" owner="BuiltIn">
<arg>${connection_index} is not None</arg>
<arg>SSHLibrary.Switch Connection</arg>
<arg>${connection_index}</arg>
<doc>Runs the specified keyword and returns from the enclosing user keyword.</doc>
<status status="PASS" start="2026-06-19T02:16:17.714805" elapsed="0.000456"/>
</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-06-19T02:16:17.715466" elapsed="0.000245"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-06-19T02:16:17.715889" elapsed="0.000138"/>
</kw>
<arg>${current_ssh_connection.index}</arg>
<doc>Restore active SSH connection in SSHLibrary to given index.</doc>
<status status="PASS" start="2026-06-19T02:16:17.711646" elapsed="0.004454"/>
</kw>
<msg time="2026-06-19T02:16:17.716275" level="INFO">${output} = cbench: controller benchmarking tool
   running in mode 'throughput'
   connecting to controller at 10.30.171.28: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-06-19T02:06:08.545379" elapsed="609.170933"/>
</kw>
<status status="PASS" start="2026-06-19T02:06:08.545076" elapsed="609.171303"/>
</branch>
<status status="PASS" start="2026-06-19T02:06:08.544755" elapsed="609.171654"/>
</if>
<kw name="Log" owner="BuiltIn">
<msg time="2026-06-19T02:16:17.717069" level="INFO">cbench: controller benchmarking tool
   running in mode 'throughput'
   connecting to controller at 10.30.171.28:6633 
   faking 16 switches with 1 threads :: 10 tests each; 60000 ms per test
   with 100 unique source MACs per switch
   learning destination mac addresses before the test
   starting test with 5000 ms delay after features_reply
   ignoring first 1 "warmup" and last 0 "cooldown" loops
   debugging info is off
Master Thread: Creating thread-0! 
Thread-0: All switches initialized. Running at node 10.30.171.28. So far 1 cbench instances have initialized their switches.  Waiting for other cbench-instances
Thread-0: Total switches from ALL cbench-instances initialized.
02:07:14.254 16  switches: flows:  557931 556281 540955 558031 549816 568048 551107 563768 542341 553621 554474 528285 527080 548401 550121 526016  total = 146.271267 per ms 
02:08:14.355 16  switches: flows:  541562 536952 532997 530027 533488 537067 534835 527272 539342 533132 537145 540076 540967 542042 543736 536287  total = 142.875774 per ms 
02:09:14.457 16  switches: flows:  234279 421194 443568 411271 407563 437982 429879 433848 447288 406821 431966 429942 434170 426856 432476 429423  total = 110.789497 per ms 
02:10:14.558 16  switches: flows:  609423 605014 606309 591577 595846 606502 594437 596018 595123 607869 598189 598333 606796 606612 601148 605950  total = 160.149323 per ms 
02:11:15.363 16  switches: flows:  559903 567105 568260 565918 561602 565101 571029 564271 560017 565766 563719 558491 561773 544712 558144 553711  total = 147.845771 per ms 
02:12:15.464 16  switches: flows:  491808 486402 501484 491632 509468 509251 503477 516416 504664 504259 504704 504150 495661 491739 508665 501148  total = 133.524390 per ms 
02:13:17.392 16  switches: flows:  578829 570966 582573 563749 580115 578245 574870 574036 568891 574627 542104 565378 569844 569484 571299 568870  total = 147.493019 per ms 
02:14:17.493 16  switches: flows:  586244 575677 586838 568228 570668 581345 575259 572360 567659 576744 585140 590026 585128 583313 585648 583747  total = 154.307226 per ms 
02:15:17.594 16  switches: flows:  580231 588629 587115 589137 588529 582817 578382 581177 566051 588085 581899 575448 581376 590047 596618 586536  total = 155.440123 per ms 
02:16:17.696 16  switches: flows:  585899 580539 584494 598483 581237 590354 576030 582831 594433 589841 586350 577758 588903 575299 584010 589311  total = 155.833657 per ms 
RESULT: 16 switches 9 tests min/max/avg/stdev = 110789.50/160149.32/145362.09/50544.06 responses/s</msg>
<arg>${output}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-06-19T02:16:17.716668" elapsed="0.000501"/>
</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-06-19T02:16:17.717386" elapsed="0.000489"/>
</kw>
<kw name="Get Lines Containing String" owner="String">
<msg time="2026-06-19T02:16:17.718261" level="INFO">1 out of 23 lines matched.</msg>
<msg time="2026-06-19T02:16:17.718350" level="INFO">${result_line} = RESULT: 16 switches 9 tests min/max/avg/stdev = 110789.50/160149.32/145362.09/50544.06 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-06-19T02:16:17.718036" elapsed="0.000338"/>
</kw>
<kw name="Split String" owner="String">
<msg time="2026-06-19T02:16:17.718795" level="INFO">@{results_list} = [ RESULT: | 16 | switches | 9 | tests | min/max/avg/stdev | = | 110789.50/160149.32/145362.09/50544.06 | 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-06-19T02:16:17.718541" elapsed="0.000281"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-06-19T02:16:17.721259" 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-06-19T02:16:17.718966" elapsed="0.002350"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-06-19T02:16:17.723664" level="INFO">110789.50/160149.32/145362.09/50544.06</msg>
<arg>${results_list[7]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-06-19T02:16:17.721462" elapsed="0.002258"/>
</kw>
<kw name="Split String" owner="String">
<msg time="2026-06-19T02:16:17.726062" 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-06-19T02:16:17.723865" elapsed="0.002224"/>
</kw>
<kw name="Split String" owner="String">
<msg time="2026-06-19T02:16:17.728462" level="INFO">@{result_value_list} = [ 110789.50 | 160149.32 | 145362.09 | 50544.06 ]</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-06-19T02:16:17.726273" elapsed="0.002230"/>
</kw>
<kw name="Get Length" owner="BuiltIn">
<msg time="2026-06-19T02:16:17.728990" level="INFO">Length is 4.</msg>
<msg time="2026-06-19T02:16:17.729077" 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-06-19T02:16:17.728680" elapsed="0.000421"/>
</kw>
<for flavor="IN RANGE">
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-06-19T02:16:17.733944" level="INFO">min :: 110789.50</msg>
<arg>${result_name_list[${i}]} :: ${result_value_list[${i}]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-06-19T02:16:17.729502" elapsed="0.004500"/>
</kw>
<var name="${i}">0</var>
<status status="PASS" start="2026-06-19T02:16:17.729358" elapsed="0.004679"/>
</iter>
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-06-19T02:16:17.738521" level="INFO">max :: 160149.32</msg>
<arg>${result_name_list[${i}]} :: ${result_value_list[${i}]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-06-19T02:16:17.734254" elapsed="0.004327"/>
</kw>
<var name="${i}">1</var>
<status status="PASS" start="2026-06-19T02:16:17.734128" elapsed="0.004489"/>
</iter>
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-06-19T02:16:17.743494" level="INFO">avg :: 145362.09</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-06-19T02:16:17.738829" elapsed="0.004723"/>
</kw>
<var name="${i}">2</var>
<status status="PASS" start="2026-06-19T02:16:17.738704" elapsed="0.004883"/>
</iter>
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-06-19T02:16:17.748118" level="INFO">stdev :: 50544.06</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-06-19T02:16:17.743807" elapsed="0.004367"/>
</kw>
<var name="${i}">3</var>
<status status="PASS" start="2026-06-19T02:16:17.743675" elapsed="0.004534"/>
</iter>
<var>${i}</var>
<value>0</value>
<value>${num_stats}</value>
<status status="PASS" start="2026-06-19T02:16:17.729171" elapsed="0.019069"/>
</for>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-06-19T02:16:17.752194" level="INFO">${min} = 110789.50</msg>
<var>${min}</var>
<arg>${result_value_list[${0}]}</arg>
<doc>Returns the given values which can then be assigned to a variables.</doc>
<status status="PASS" start="2026-06-19T02:16:17.748404" elapsed="0.003817"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-06-19T02:16:17.756085" level="INFO">${max} = 160149.32</msg>
<var>${max}</var>
<arg>${result_value_list[${1}]}</arg>
<doc>Returns the given values which can then be assigned to a variables.</doc>
<status status="PASS" start="2026-06-19T02:16:17.752376" elapsed="0.003735"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-06-19T02:16:17.760154" level="INFO">${average} = 145362.09</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-06-19T02:16:17.756263" elapsed="0.003918"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-06-19T02:16:17.764177" level="INFO">${stdev} = 50544.06</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-06-19T02:16:17.760333" elapsed="0.003871"/>
</kw>
<kw name="Get Time" owner="BuiltIn">
<msg time="2026-06-19T02:16:17.764760" level="INFO">${date} = 2026-06-19 02:16:17</msg>
<var>${date}</var>
<arg>d,m,s</arg>
<doc>Returns the given time in the requested format.</doc>
<status status="PASS" start="2026-06-19T02:16:17.764363" elapsed="0.000423"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-06-19T02:16:17.765344" level="INFO">CBench Result: 2026-06-19 02:16:17,-t -m 60000 -M 100 -S 16 -l 10 -D 5000 -p 6633,110789.50,160149.32,145362.09,50544.06</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-06-19T02:16:17.764937" elapsed="0.000462"/>
</kw>
<kw name="Log Results And Determine Status">
<kw name="Append To File" owner="OperatingSystem">
<msg time="2026-06-19T02:16:17.766415" 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-06-19T02:16:17.766009" elapsed="0.000486"/>
</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-06-19T02:16:17.766650" elapsed="0.000457"/>
</kw>
<arg>${min}</arg>
<arg>${max}</arg>
<arg>${average}</arg>
<arg>${average_threshold}</arg>
<arg>${output_filename}</arg>
<status status="PASS" start="2026-06-19T02:16:17.765551" elapsed="0.001619"/>
</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-06-19T02:06:08.543706" elapsed="609.223523"/>
</kw>
<kw name="Sleep" owner="BuiltIn">
<msg time="2026-06-19T02:16:17.767712" 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-06-19T02:16:17.767380" elapsed="0.000389"/>
</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-06-19T02:16:17.768284" elapsed="0.000301"/>
</kw>
<status status="PASS" start="2026-06-19T02:16:17.767984" elapsed="0.000677"/>
</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-06-19T02:06:08.542189" elapsed="609.226511"/>
</test>
<test id="s1-t3" name="Rerun Latency Test To Check Bug 6176" line="65">
<kw name="Log" owner="BuiltIn">
<msg time="2026-06-19T02:16:17.770369" 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-06-19T02:16:17.769986" elapsed="0.000438"/>
</kw>
<kw name="Run Cbench And Log Results">
<kw name="Set Suite Variable" owner="BuiltIn">
<msg time="2026-06-19T02:16:17.771683" 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-06-19T02:16:17.771325" elapsed="0.000400"/>
</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-06-19T02:16:17.772047" elapsed="0.000021"/>
</kw>
<status status="NOT RUN" start="2026-06-19T02:16:17.771832" elapsed="0.000273"/>
</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-06-19T02:16:17.775379" elapsed="0.000021"/>
</kw>
<status status="NOT RUN" start="2026-06-19T02:16:17.775129" elapsed="0.000306"/>
</branch>
<status status="PASS" start="2026-06-19T02:16:17.775109" elapsed="0.000351"/>
</if>
<kw name="Get Connection" owner="SSHLibrary">
<msg time="2026-06-19T02:16:17.775800" 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-06-19T02:16:17.775915" 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-06-19T02:16:17.775625" elapsed="0.000317"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-06-19T02:16:17.776508" level="INFO">Attempting to execute command "/usr/local/bin/cbench -c 10.30.171.28 -m 60000 -M 100 -S 16 -l 10 -D 5000 -p 6633" on remote system "10.30.171.113" 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-06-19T02:16:17.776076" elapsed="0.000517"/>
</kw>
<kw name="Open Connection" owner="SSHLibrary">
<msg time="2026-06-19T02:16:17.777130" 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-06-19T02:16:17.776740" elapsed="0.000417"/>
</kw>
<kw name="Flexible_SSH_Login" owner="SSHKeywords">
<kw name="Get Length" owner="BuiltIn">
<msg time="2026-06-19T02:16:17.778047" level="INFO">Length is 0.</msg>
<msg time="2026-06-19T02:16:17.778135" 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-06-19T02:16:17.777746" elapsed="0.000413"/>
</kw>
<kw name="Run Keyword And Return If" owner="BuiltIn">
<arg>${pwd_length} &gt; 0</arg>
<arg>SSHLibrary.Login</arg>
<arg>${user}</arg>
<arg>${password}</arg>
<arg>delay=${delay}</arg>
<doc>Runs the specified keyword and returns from the enclosing user keyword.</doc>
<status status="PASS" start="2026-06-19T02:16:17.778298" elapsed="0.000334"/>
</kw>
<kw name="Run Keyword And Return" owner="BuiltIn">
<kw name="Login With Public Key" owner="SSHLibrary">
<msg time="2026-06-19T02:16:17.779497" level="INFO">Logging into '10.30.171.113:22' as 'jenkins'.</msg>
<msg time="2026-06-19T02:16:18.428895" 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 Fri Jun 19 02:16:17 UTC 2026

  System load:  0.5                Processes:             105
  Usage of /:   19.7% of 38.58GB   Users logged in:       0
  Memory usage: 5%                 IPv4 address for ens3: 10.30.171.113
  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: Fri Jun 19 02:06:09 2026 from 10.30.170.52
[?2004h[jenkins@releng-48317-754-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-06-19T02:16:17.779127" elapsed="0.649948"/>
</kw>
<msg time="2026-06-19T02:16:18.429159" 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-06-19T02:16:17.778783" elapsed="0.650455"/>
</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-06-19T02:16:17.777358" elapsed="0.651992"/>
</kw>
<kw name="Execute Command" owner="SSHLibrary">
<msg time="2026-06-19T02:16:18.429876" level="INFO">Executing command '/usr/local/bin/cbench -c 10.30.171.28 -m 60000 -M 100 -S 16 -l 10 -D 5000 -p 6633'.</msg>
<msg time="2026-06-19T02:26:24.484972" level="INFO">Command exited with return code 0.</msg>
<msg time="2026-06-19T02:26:24.485370" level="INFO">${stdout} = </msg>
<msg time="2026-06-19T02:26:24.485436" level="INFO">${stderr} = cbench: controller benchmarking tool
   running in mode 'latency'
   connecting to controller at 10.30.171.28:6633 
   faking 16 switches with 1 threads :: 10 tests each; 60000 ms per test
   with 100...</msg>
<var>${stdout}</var>
<var>${stderr}</var>
<arg>${cmd}</arg>
<arg>return_stderr=True</arg>
<doc>Executes ``command`` on the remote machine and returns its outputs.</doc>
<status status="PASS" start="2026-06-19T02:16:18.429576" elapsed="606.055923"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-06-19T02:26:24.485842" elapsed="0.000472"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-06-19T02:26:24.487044" level="INFO">cbench: controller benchmarking tool
   running in mode 'latency'
   connecting to controller at 10.30.171.28:6633 
   faking 16 switches with 1 threads :: 10 tests each; 60000 ms per test
   with 100 unique source MACs per switch
   learning destination mac addresses before the test
   starting test with 5000 ms delay after features_reply
   ignoring first 1 "warmup" and last 0 "cooldown" loops
   debugging info is off
Master Thread: Creating thread-0! 
Thread-0: All switches initialized. Running at node 10.30.171.28. So far 1 cbench instances have initialized their switches.  Waiting for other cbench-instances
Thread-0: Total switches from ALL cbench-instances initialized.
02:17:23.565 16  switches: flows:  95955 95278 95406 104216 93932 95673 97184 96009 95057 93234 94882 93097 101854 92093 91737 92960  total = 25.476117 per ms 
02:18:23.665 16  switches: flows:  111260 112080 110749 112588 110161 110342 110245 110256 111108 110327 107882 108988 110177 107579 109558 108240  total = 29.310043 per ms 
02:19:23.767 16  switches: flows:  119694 120999 121386 120308 119911 119940 120336 120350 122874 118449 118572 120601 117920 119429 119565 120534  total = 31.961101 per ms 
02:20:23.868 16  switches: flows:  115838 115247 115986 115497 113413 115925 115550 114457 116182 111674 114599 113885 112083 113058 112302 113565  total = 30.436863 per ms 
02:21:23.969 16  switches: flows:  113768 114079 113470 114026 110646 113782 115755 111914 115017 106561 111202 112757 109853 109334 109768 109926  total = 29.814511 per ms 
02:22:24.070 16  switches: flows:  110744 114863 110610 112968 111198 113519 111584 112566 112025 107381 110461 109774 109557 108784 108647 109656  total = 29.522978 per ms 
02:23:24.171 16  switches: flows:  119611 119965 119630 120220 118946 119016 122353 120410 120530 118814 117063 118226 119425 117326 117373 116142  total = 31.697891 per ms 
02:24:24.272 16  switches: flows:  112955 113509 113122 112236 113069 112882 114717 113856 113874 112209 109555 111633 110706 111280 109201 111502  total = 29.888512 per ms 
02:25:24.374 16  switches: flows:  123560 126029 123656 124148 123863 126426 125464 127094 122593 123567 121425 123197 122683 121969 123054 123528  total = 32.982503 per ms 
02:26:24.475 16  switches: flows:  105249 107225 104469 105188 104381 106101 105966 103547 104761 104388 101860 103031 103265 102868 101884 103150  total = 27.742576 per ms 
RESULT: 16 switches 9 tests min/max/avg/stdev = 27742.58/32982.50/30373.00/10235.71 responses/s</msg>
<arg>${stderr}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-06-19T02:26:24.486568" elapsed="0.000664"/>
</kw>
<if>
<branch type="IF" condition="&quot;${return_stdout}&quot;!=&quot;True&quot;">
<return>
<value>${stderr}</value>
<status status="PASS" start="2026-06-19T02:26:24.487582" elapsed="0.000048"/>
</return>
<status status="PASS" start="2026-06-19T02:26:24.487358" elapsed="0.000322"/>
</branch>
<status status="PASS" start="2026-06-19T02:26:24.487324" elapsed="0.000390"/>
</if>
<if>
<branch type="IF" condition="&quot;${return_stderr}&quot;!=&quot;True&quot;">
<return>
<value>${stdout}</value>
<status status="NOT RUN" start="2026-06-19T02:26:24.487846" elapsed="0.000018"/>
</return>
<status status="NOT RUN" start="2026-06-19T02:26:24.487795" elapsed="0.000107"/>
</branch>
<status status="NOT RUN" start="2026-06-19T02:26:24.487772" elapsed="0.000178"/>
</if>
<return>
<value>${stdout}</value>
<value>${stderr}</value>
<status status="NOT RUN" start="2026-06-19T02:26:24.487997" elapsed="0.000019"/>
</return>
<kw name="Restore_Current_Ssh_Connection_From_Index" owner="SSHKeywords" type="TEARDOWN">
<kw name="Run Keyword And Return If" owner="BuiltIn">
<arg>${connection_index} is not None</arg>
<arg>SSHLibrary.Switch Connection</arg>
<arg>${connection_index}</arg>
<doc>Runs the specified keyword and returns from the enclosing user keyword.</doc>
<status status="PASS" start="2026-06-19T02:26:24.491728" elapsed="0.000495"/>
</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-06-19T02:26:24.492433" elapsed="0.000240"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-06-19T02:26:24.492854" elapsed="0.000135"/>
</kw>
<arg>${current_ssh_connection.index}</arg>
<doc>Restore active SSH connection in SSHLibrary to given index.</doc>
<status status="PASS" start="2026-06-19T02:26:24.488431" elapsed="0.004635"/>
</kw>
<msg time="2026-06-19T02:26:24.493244" level="INFO">${output} = cbench: controller benchmarking tool
   running in mode 'latency'
   connecting to controller at 10.30.171.28:6633 
   faking 16 switches with 1 threads :: 10 tests each; 60000 ms per test
   with 100...</msg>
<var>${output}</var>
<arg>${cbench_system}</arg>
<arg>${cbench_executable} -c ${ODL_SYSTEM_IP} ${cbench_args}</arg>
<arg>prompt_timeout=${test_timeout}</arg>
<arg>return_stdout=False</arg>
<arg>return_stderr=True</arg>
<doc>Reduces the common work of running a command on a remote system to a single higher level
robot keyword, taking care to log in with a public key and. The command given is written and the return value
depends on the passed argument values of return_stdout (default: True) and return_stderr (default: False).
At least one should be True, or the keyword will exit and FAIL. If both are True, the resulting return value
will be a two element list containing both. Otherwise the resulting return value is a string.
No test conditions are checked.</doc>
<status status="PASS" start="2026-06-19T02:16:17.772716" elapsed="606.720565"/>
</kw>
<status status="PASS" start="2026-06-19T02:16:17.772129" elapsed="606.721222"/>
</branch>
<status status="PASS" start="2026-06-19T02:16:17.771811" elapsed="606.721571"/>
</if>
<kw name="Log" owner="BuiltIn">
<msg time="2026-06-19T02:26:24.494007" level="INFO">cbench: controller benchmarking tool
   running in mode 'latency'
   connecting to controller at 10.30.171.28:6633 
   faking 16 switches with 1 threads :: 10 tests each; 60000 ms per test
   with 100 unique source MACs per switch
   learning destination mac addresses before the test
   starting test with 5000 ms delay after features_reply
   ignoring first 1 "warmup" and last 0 "cooldown" loops
   debugging info is off
Master Thread: Creating thread-0! 
Thread-0: All switches initialized. Running at node 10.30.171.28. So far 1 cbench instances have initialized their switches.  Waiting for other cbench-instances
Thread-0: Total switches from ALL cbench-instances initialized.
02:17:23.565 16  switches: flows:  95955 95278 95406 104216 93932 95673 97184 96009 95057 93234 94882 93097 101854 92093 91737 92960  total = 25.476117 per ms 
02:18:23.665 16  switches: flows:  111260 112080 110749 112588 110161 110342 110245 110256 111108 110327 107882 108988 110177 107579 109558 108240  total = 29.310043 per ms 
02:19:23.767 16  switches: flows:  119694 120999 121386 120308 119911 119940 120336 120350 122874 118449 118572 120601 117920 119429 119565 120534  total = 31.961101 per ms 
02:20:23.868 16  switches: flows:  115838 115247 115986 115497 113413 115925 115550 114457 116182 111674 114599 113885 112083 113058 112302 113565  total = 30.436863 per ms 
02:21:23.969 16  switches: flows:  113768 114079 113470 114026 110646 113782 115755 111914 115017 106561 111202 112757 109853 109334 109768 109926  total = 29.814511 per ms 
02:22:24.070 16  switches: flows:  110744 114863 110610 112968 111198 113519 111584 112566 112025 107381 110461 109774 109557 108784 108647 109656  total = 29.522978 per ms 
02:23:24.171 16  switches: flows:  119611 119965 119630 120220 118946 119016 122353 120410 120530 118814 117063 118226 119425 117326 117373 116142  total = 31.697891 per ms 
02:24:24.272 16  switches: flows:  112955 113509 113122 112236 113069 112882 114717 113856 113874 112209 109555 111633 110706 111280 109201 111502  total = 29.888512 per ms 
02:25:24.374 16  switches: flows:  123560 126029 123656 124148 123863 126426 125464 127094 122593 123567 121425 123197 122683 121969 123054 123528  total = 32.982503 per ms 
02:26:24.475 16  switches: flows:  105249 107225 104469 105188 104381 106101 105966 103547 104761 104388 101860 103031 103265 102868 101884 103150  total = 27.742576 per ms 
RESULT: 16 switches 9 tests min/max/avg/stdev = 27742.58/32982.50/30373.00/10235.71 responses/s</msg>
<arg>${output}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-06-19T02:26:24.493607" elapsed="0.000507"/>
</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-06-19T02:26:24.494317" elapsed="0.000526"/>
</kw>
<kw name="Get Lines Containing String" owner="String">
<msg time="2026-06-19T02:26:24.495377" level="INFO">1 out of 23 lines matched.</msg>
<msg time="2026-06-19T02:26:24.495521" level="INFO">${result_line} = RESULT: 16 switches 9 tests min/max/avg/stdev = 27742.58/32982.50/30373.00/10235.71 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-06-19T02:26:24.495077" elapsed="0.000480"/>
</kw>
<kw name="Split String" owner="String">
<msg time="2026-06-19T02:26:24.496136" level="INFO">@{results_list} = [ RESULT: | 16 | switches | 9 | tests | min/max/avg/stdev | = | 27742.58/32982.50/30373.00/10235.71 | 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-06-19T02:26:24.495770" elapsed="0.000403"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-06-19T02:26:24.499505" 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-06-19T02:26:24.496373" elapsed="0.003212"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-06-19T02:26:24.502220" level="INFO">27742.58/32982.50/30373.00/10235.71</msg>
<arg>${results_list[7]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-06-19T02:26:24.499787" elapsed="0.002489"/>
</kw>
<kw name="Split String" owner="String">
<msg time="2026-06-19T02:26:24.504631" 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-06-19T02:26:24.502423" elapsed="0.002235"/>
</kw>
<kw name="Split String" owner="String">
<msg time="2026-06-19T02:26:24.507035" level="INFO">@{result_value_list} = [ 27742.58 | 32982.50 | 30373.00 | 10235.71 ]</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-06-19T02:26:24.504844" elapsed="0.002218"/>
</kw>
<kw name="Get Length" owner="BuiltIn">
<msg time="2026-06-19T02:26:24.507543" level="INFO">Length is 4.</msg>
<msg time="2026-06-19T02:26:24.507633" 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-06-19T02:26:24.507215" elapsed="0.000441"/>
</kw>
<for flavor="IN RANGE">
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-06-19T02:26:24.512369" level="INFO">min :: 27742.58</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-06-19T02:26:24.508068" elapsed="0.004357"/>
</kw>
<var name="${i}">0</var>
<status status="PASS" start="2026-06-19T02:26:24.507918" elapsed="0.004543"/>
</iter>
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-06-19T02:26:24.516952" level="INFO">max :: 32982.50</msg>
<arg>${result_name_list[${i}]} :: ${result_value_list[${i}]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-06-19T02:26:24.512689" elapsed="0.004318"/>
</kw>
<var name="${i}">1</var>
<status status="PASS" start="2026-06-19T02:26:24.512563" elapsed="0.004479"/>
</iter>
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-06-19T02:26:24.521545" level="INFO">avg :: 30373.00</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-06-19T02:26:24.517249" elapsed="0.004352"/>
</kw>
<var name="${i}">2</var>
<status status="PASS" start="2026-06-19T02:26:24.517124" elapsed="0.004512"/>
</iter>
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-06-19T02:26:24.526161" level="INFO">stdev :: 10235.71</msg>
<arg>${result_name_list[${i}]} :: ${result_value_list[${i}]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-06-19T02:26:24.521849" elapsed="0.004385"/>
</kw>
<var name="${i}">3</var>
<status status="PASS" start="2026-06-19T02:26:24.521719" elapsed="0.004550"/>
</iter>
<var>${i}</var>
<value>0</value>
<value>${num_stats}</value>
<status status="PASS" start="2026-06-19T02:26:24.507722" elapsed="0.018576"/>
</for>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-06-19T02:26:24.530261" level="INFO">${min} = 27742.58</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-06-19T02:26:24.526464" elapsed="0.003824"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-06-19T02:26:24.534333" level="INFO">${max} = 32982.50</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-06-19T02:26:24.530439" elapsed="0.003920"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-06-19T02:26:24.538221" level="INFO">${average} = 30373.00</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-06-19T02:26:24.534540" elapsed="0.003708"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-06-19T02:26:24.542315" level="INFO">${stdev} = 10235.71</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-06-19T02:26:24.538398" elapsed="0.003943"/>
</kw>
<kw name="Get Time" owner="BuiltIn">
<msg time="2026-06-19T02:26:24.542872" level="INFO">${date} = 2026-06-19 02:26:24</msg>
<var>${date}</var>
<arg>d,m,s</arg>
<doc>Returns the given time in the requested format.</doc>
<status status="PASS" start="2026-06-19T02:26:24.542520" elapsed="0.000377"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-06-19T02:26:24.543452" level="INFO">CBench Result: 2026-06-19 02:26:24,-m 60000 -M 100 -S 16 -l 10 -D 5000 -p 6633,27742.58,32982.50,30373.00,10235.71</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-06-19T02:26:24.543046" elapsed="0.000479"/>
</kw>
<kw name="Log Results And Determine Status">
<kw name="Append To File" owner="OperatingSystem">
<msg time="2026-06-19T02:26:24.544585" 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-06-19T02:26:24.544118" elapsed="0.000535"/>
</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-06-19T02:26:24.544804" elapsed="0.000446"/>
</kw>
<arg>${min}</arg>
<arg>${max}</arg>
<arg>${average}</arg>
<arg>${average_threshold}</arg>
<arg>${output_filename}</arg>
<status status="PASS" start="2026-06-19T02:26:24.543660" elapsed="0.001653"/>
</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-06-19T02:16:17.770746" elapsed="606.774624"/>
</kw>
<kw name="Sleep" owner="BuiltIn">
<msg time="2026-06-19T02:26:24.545845" 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-06-19T02:26:24.545535" elapsed="0.000368"/>
</kw>
<kw name="Report Failure Due To Bug" owner="Utils" type="TEARDOWN">
<kw name="Evaluate" owner="BuiltIn">
<msg time="2026-06-19T02:26:24.547087" 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-06-19T02:26:24.546614" elapsed="0.000499"/>
</kw>
<if>
<branch type="IF" condition="('${TEST_STATUS}' != 'FAIL') or ${test_skipped}">
<return>
<status status="PASS" start="2026-06-19T02:26:24.547330" elapsed="0.000031"/>
</return>
<status status="PASS" start="2026-06-19T02:26:24.547187" elapsed="0.000205"/>
</branch>
<status status="PASS" start="2026-06-19T02:26:24.547168" elapsed="0.000247"/>
</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-06-19T02:26:24.547571" elapsed="0.000022"/>
</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-06-19T02:26:24.547728" elapsed="0.000020"/>
</kw>
<kw name="Set Variable If" owner="BuiltIn">
<var>${bug_url}</var>
<arg>${match}</arg>
<arg>https://jira.opendaylight.org/browse/${number}</arg>
<arg>https://bugs.opendaylight.org/show_bug.cgi?id=${number}</arg>
<doc>Sets variable based on the given condition.</doc>
<status status="NOT RUN" start="2026-06-19T02:26:24.547886" elapsed="0.000019"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<var>${msg}</var>
<arg>This test fails due to ${bug_url}</arg>
<doc>Returns the given values which can then be assigned to a variables.</doc>
<status status="NOT RUN" start="2026-06-19T02:26:24.548075" elapsed="0.000020"/>
</kw>
<kw name="Evaluate" owner="BuiltIn">
<var>${newline}</var>
<arg>chr(10)</arg>
<doc>Evaluates the given expression in Python and returns the result.</doc>
<status status="NOT RUN" start="2026-06-19T02:26:24.548246" elapsed="0.000021"/>
</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-06-19T02:26:24.548404" elapsed="0.000020"/>
</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-06-19T02:26:24.548567" elapsed="0.000020"/>
</kw>
<if>
<branch type="IF" condition="&quot;${include_bug_in_tags}&quot;==&quot;True&quot;">
<kw name="Set Tags" owner="BuiltIn">
<arg>${bug_url}</arg>
<doc>Adds given ``tags`` for the current test or all tests in a suite.</doc>
<status status="NOT RUN" start="2026-06-19T02:26:24.548791" elapsed="0.000020"/>
</kw>
<status status="NOT RUN" start="2026-06-19T02:26:24.548654" elapsed="0.000188"/>
</branch>
<status status="NOT RUN" start="2026-06-19T02:26:24.548637" elapsed="0.000229"/>
</if>
<arg>6176</arg>
<doc>Report that a test failed due to a known Bugzilla bug whose
number is provided as an argument.
Not FAILED (incl. SKIPPED) test are not reported.
This keyword must be used in the [Teardown] setting of the affected test
or as the first line of the test if FastFail module is not being
used. It reports the URL of the bug on console and also puts it
into the Robot log file.</doc>
<status status="PASS" start="2026-06-19T02:26:24.546268" elapsed="0.002649"/>
</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-06-19T02:16:17.769340" elapsed="606.779623"/>
</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-06-19T01:55:59.407247" elapsed="1825.142295"/>
</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>
