<?xml version="1.0" encoding="UTF-8"?>
<robot generator="Robot 7.4.2 (Python 3.11.10 on linux)" generated="2026-04-28T01:52:12.177461" 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-04-28T01:52:12.751137" elapsed="0.000022"/>
</return>
<status status="NOT RUN" start="2026-04-28T01:52:12.750996" elapsed="0.000213"/>
</branch>
<status status="PASS" start="2026-04-28T01:52:12.750967" elapsed="0.000269"/>
</if>
<kw name="Open Connection" owner="SSHLibrary">
<arg>${controller}</arg>
<arg>port=${karaf_port}</arg>
<arg>prompt=${KARAF_PROMPT_LOGIN}</arg>
<arg>timeout=${timeout}</arg>
<doc>Opens a new SSH connection to the given ``host`` and ``port``.</doc>
<status status="PASS" start="2026-04-28T01:52:12.751380" elapsed="0.000517"/>
</kw>
<kw name="Login" owner="SSHLibrary">
<msg time="2026-04-28T01:52:12.752373" level="INFO">Logging into '10.30.170.142:8101' as 'karaf'.</msg>
<msg time="2026-04-28T01:52:13.522735" 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-04-28T01:52:12.752078" elapsed="0.770983"/>
</kw>
<kw name="Write" owner="SSHLibrary">
<msg time="2026-04-28T01:52:13.572055" 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-04-28T01:52:13.523520" elapsed="0.048617"/>
</kw>
<kw name="Read Until Regexp" owner="SSHLibrary">
<msg time="2026-04-28T01:52:13.573949" level="INFO">[?1l&gt;[?2004l[?1h=[90m~[0m                                                                                [?2004hopendaylight-user@root&gt;</msg>
<msg time="2026-04-28T01:52:13.574081" 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-04-28T01:52:13.572323" elapsed="0.001788"/>
</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-04-28T01:52:13.574271" elapsed="0.000234"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-04-28T01:52:13.574677" elapsed="0.000315"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-28T01:52:13.575595" 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-04-28T01:52:13.575153" elapsed="0.000497"/>
</kw>
<return>
<value>${output}</value>
<status status="PASS" start="2026-04-28T01:52:13.575715" elapsed="0.000195"/>
</return>
<arg>log:set ${log_level}</arg>
<doc>Will execute the given ${cmd} by ssh'ing to the karaf console running on 10.30.170.142
Note that this keyword will open&amp;close new SSH connection, without switching back to previously current session.</doc>
<status status="PASS" start="2026-04-28T01:52:12.750596" elapsed="0.825483"/>
</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-04-28T01:52:12.746693" elapsed="0.829463"/>
</kw>
<kw name="Append To File" owner="OperatingSystem">
<msg time="2026-04-28T01:52:13.576980" 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-04-28T01:52:13.576398" elapsed="0.000642"/>
</kw>
<kw name="Append To File" owner="OperatingSystem">
<msg time="2026-04-28T01:52:13.577483" 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-04-28T01:52:13.577195" elapsed="0.000346"/>
</kw>
<kw name="Evaluate" owner="BuiltIn">
<msg time="2026-04-28T01:52:13.578225" 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-04-28T01:52:13.577705" elapsed="0.000548"/>
</kw>
<kw name="Set Suite Variable" owner="BuiltIn">
<msg time="2026-04-28T01:52:13.578832" 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-04-28T01:52:13.578440" elapsed="0.000436"/>
</kw>
<kw name="Evaluate" owner="BuiltIn">
<msg time="2026-04-28T01:52:13.579414" 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-04-28T01:52:13.579025" elapsed="0.000415"/>
</kw>
<kw name="Set Suite Variable" owner="BuiltIn">
<msg time="2026-04-28T01:52:13.579950" 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-04-28T01:52:13.579611" elapsed="0.000381"/>
</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-04-28T01:52:13.580353" elapsed="0.000021"/>
</kw>
<status status="NOT RUN" start="2026-04-28T01:52:13.580108" elapsed="0.000300"/>
</branch>
<branch type="ELSE">
<kw name="Verify File Exists On Remote System" owner="Utils">
<kw name="Open Connection" owner="SSHLibrary">
<msg time="2026-04-28T01:52:13.585279" 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-04-28T01:52:13.584815" elapsed="0.000517"/>
</kw>
<kw name="Flexible_SSH_Login" owner="SSHKeywords">
<kw name="Get Length" owner="BuiltIn">
<msg time="2026-04-28T01:52:13.586913" level="INFO">Length is 0.</msg>
<msg time="2026-04-28T01:52:13.587000" 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-04-28T01:52:13.586258" elapsed="0.000767"/>
</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-04-28T01:52:13.587177" elapsed="0.000362"/>
</kw>
<kw name="Run Keyword And Return" owner="BuiltIn">
<kw name="Login With Public Key" owner="SSHLibrary">
<msg time="2026-04-28T01:52:13.588685" level="INFO">Logging into '10.30.170.8:22' as 'jenkins'.</msg>
<msg time="2026-04-28T01:52:14.349873" level="INFO">Read output: Welcome to Ubuntu 22.04.5 LTS (GNU/Linux 5.15.0-153-generic x86_64)

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

 System information as of Tue Apr 28 01:52:13 UTC 2026

  System load:  0.03               Processes:             109
  Usage of /:   19.3% of 38.58GB   Users logged in:       0
  Memory usage: 4%                 IPv4 address for ens3: 10.30.170.8
  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-703-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-04-28T01:52:13.588090" elapsed="0.762006"/>
</kw>
<msg time="2026-04-28T01:52:14.350215" 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-04-28T01:52:13.587700" elapsed="0.762645"/>
</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-04-28T01:52:13.585554" elapsed="0.764954"/>
</kw>
<kw name="File Should Exist" owner="SSHLibrary">
<msg time="2026-04-28T01:52:14.358728" 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-04-28T01:52:14.350822" elapsed="0.009789"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-04-28T01:52:14.361058" elapsed="0.000588"/>
</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-04-28T01:52:13.584227" elapsed="0.777608"/>
</kw>
<status status="PASS" start="2026-04-28T01:52:13.580507" elapsed="0.781415"/>
</branch>
<status status="PASS" start="2026-04-28T01:52:13.580074" elapsed="0.781924"/>
</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-04-28T01:52:14.362366" elapsed="0.001192"/>
</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-04-28T01:52:14.371979" elapsed="0.000021"/>
</return>
<status status="NOT RUN" start="2026-04-28T01:52:14.371838" elapsed="0.000201"/>
</branch>
<status status="PASS" start="2026-04-28T01:52:14.371805" elapsed="0.000258"/>
</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-04-28T01:52:14.375729" elapsed="0.000015"/>
</return>
<status status="NOT RUN" start="2026-04-28T01:52:14.375612" elapsed="0.000165"/>
</branch>
<status status="PASS" start="2026-04-28T01:52:14.375592" elapsed="0.000223"/>
</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-04-28T01:52:14.375955" elapsed="0.000493"/>
</kw>
<kw name="Login" owner="SSHLibrary">
<msg time="2026-04-28T01:52:14.376887" level="INFO">Logging into '10.30.170.142:8101' as 'karaf'.</msg>
<msg time="2026-04-28T01:52:14.596618" 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-04-28T01:52:14.376596" elapsed="0.220265"/>
</kw>
<kw name="Write" owner="SSHLibrary">
<msg time="2026-04-28T01:52:14.691597" 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-04-28T01:52:14.597180" elapsed="0.094581"/>
</kw>
<kw name="Read Until Regexp" owner="SSHLibrary">
<msg time="2026-04-28T01:52:14.698320" 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-04-28T01:52:14.698554" 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-04-28T01:52:14.692079" elapsed="0.006508"/>
</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-04-28T01:52:14.698741" elapsed="0.000296"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-04-28T01:52:14.699188" elapsed="0.000217"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-28T01:52:14.699943" 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-04-28T01:52:14.699542" elapsed="0.000457"/>
</kw>
<return>
<value>${output}</value>
<status status="PASS" start="2026-04-28T01:52:14.700054" elapsed="0.000068"/>
</return>
<msg time="2026-04-28T01:52:14.700286" level="INFO">${output} = [?1l&gt;[?2004l[31;1modl-openflowplugin-drop-test[0m                                    x 0.20.2           x x        x Started x [31;1modl-openflowplugin-drop-test[0m                     ...</msg>
<var>${output}</var>
<arg>feature:list -i | grep ${feature_name}</arg>
<arg>${controller}</arg>
<arg>${karaf_port}</arg>
<doc>Will execute the given ${cmd} by ssh'ing to the karaf console running on 10.30.170.142
Note that this keyword will open&amp;close new SSH connection, without switching back to previously current session.</doc>
<status status="PASS" start="2026-04-28T01:52:14.375242" elapsed="0.325077"/>
</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-04-28T01:52:14.700471" elapsed="0.000622"/>
</kw>
<return>
<value>${output}</value>
<status status="PASS" start="2026-04-28T01:52:14.701144" elapsed="0.000032"/>
</return>
<arg>odl-openflowplugin-drop-test</arg>
<doc>Will Succeed if the given ${feature_name} is found in the output of "feature:list -i"</doc>
<status status="PASS" start="2026-04-28T01:52:14.371446" elapsed="0.329828"/>
</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-04-28T01:52:14.705250" elapsed="0.000017"/>
</return>
<status status="NOT RUN" start="2026-04-28T01:52:14.705090" elapsed="0.000210"/>
</branch>
<status status="PASS" start="2026-04-28T01:52:14.705063" elapsed="0.000264"/>
</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-04-28T01:52:14.705464" elapsed="0.000562"/>
</kw>
<kw name="Login" owner="SSHLibrary">
<msg time="2026-04-28T01:52:14.706448" level="INFO">Logging into '10.30.170.142:8101' as 'karaf'.</msg>
<msg time="2026-04-28T01:52:14.886279" 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-04-28T01:52:14.706179" elapsed="0.180269"/>
</kw>
<kw name="Write" owner="SSHLibrary">
<msg time="2026-04-28T01:52:14.910536" 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-04-28T01:52:14.886715" elapsed="0.023882"/>
</kw>
<kw name="Read Until Regexp" owner="SSHLibrary">
<msg time="2026-04-28T01:52:14.912408" level="INFO">[?1l&gt;[?2004lDropAllFlows transitions to on
[?1h=[90m~[0m                                                                                [?2004hopendaylight-user@root&gt;</msg>
<msg time="2026-04-28T01:52:14.912517" 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-04-28T01:52:14.910751" elapsed="0.001794"/>
</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-04-28T01:52:14.912681" elapsed="0.000199"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-04-28T01:52:14.913034" elapsed="0.000190"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-28T01:52:14.913697" 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-04-28T01:52:14.913363" elapsed="0.000384"/>
</kw>
<return>
<value>${output}</value>
<status status="PASS" start="2026-04-28T01:52:14.913819" elapsed="0.000059"/>
</return>
<arg>dropallpacketsrpc on</arg>
<doc>Will execute the given ${cmd} by ssh'ing to the karaf console running on 10.30.170.142
Note that this keyword will open&amp;close new SSH connection, without switching back to previously current session.</doc>
<status status="PASS" start="2026-04-28T01:52:14.704707" elapsed="0.209328"/>
</kw>
<status status="PASS" start="2026-04-28T01:52:12.744652" elapsed="2.169452"/>
</kw>
<test id="s1-t1" name="Cbench Latency Test" line="37">
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-28T01:52:14.916652" 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-04-28T01:52:14.915281" elapsed="0.001448"/>
</kw>
<kw name="Run Cbench And Log Results">
<kw name="Set Suite Variable" owner="BuiltIn">
<msg time="2026-04-28T01:52:14.918282" 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-04-28T01:52:14.917908" elapsed="0.000417"/>
</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-04-28T01:52:14.918659" elapsed="0.000022"/>
</kw>
<status status="NOT RUN" start="2026-04-28T01:52:14.918409" elapsed="0.000309"/>
</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-04-28T01:52:14.921761" elapsed="0.000035"/>
</kw>
<status status="NOT RUN" start="2026-04-28T01:52:14.921508" elapsed="0.000325"/>
</branch>
<status status="PASS" start="2026-04-28T01:52:14.921489" elapsed="0.000370"/>
</if>
<kw name="Get Connection" owner="SSHLibrary">
<msg time="2026-04-28T01:52:14.922224" 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-04-28T01:52:14.922350" 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-04-28T01:52:14.922009" elapsed="0.000368"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-28T01:52:14.922958" level="INFO">Attempting to execute command "/usr/local/bin/cbench -c 10.30.170.142 -m 60000 -M 100 -S 16 -l 10 -D 5000 -p 6633" on remote system "10.30.170.8" 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-04-28T01:52:14.922513" elapsed="0.000505"/>
</kw>
<kw name="Open Connection" owner="SSHLibrary">
<msg time="2026-04-28T01:52:14.923635" 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-04-28T01:52:14.923158" elapsed="0.000504"/>
</kw>
<kw name="Flexible_SSH_Login" owner="SSHKeywords">
<kw name="Get Length" owner="BuiltIn">
<msg time="2026-04-28T01:52:14.924597" level="INFO">Length is 0.</msg>
<msg time="2026-04-28T01:52:14.924693" 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-04-28T01:52:14.924265" elapsed="0.000452"/>
</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-04-28T01:52:14.924877" elapsed="0.000346"/>
</kw>
<kw name="Run Keyword And Return" owner="BuiltIn">
<kw name="Login With Public Key" owner="SSHLibrary">
<msg time="2026-04-28T01:52:14.926140" level="INFO">Logging into '10.30.170.8:22' as 'jenkins'.</msg>
<msg time="2026-04-28T01:52:15.254910" level="INFO">Read output: Welcome to Ubuntu 22.04.5 LTS (GNU/Linux 5.15.0-153-generic x86_64)

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

 System information as of Tue Apr 28 01:52:13 UTC 2026

  System load:  0.03               Processes:             109
  Usage of /:   19.3% of 38.58GB   Users logged in:       0
  Memory usage: 4%                 IPv4 address for ens3: 10.30.170.8
  Swap usage:   0%


Expanded Security Maintenance for Applications is not enabled.

0 updates can be applied immediately.

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


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


Last login: Tue Apr 28 01:52:14 2026 from 10.30.170.255
[?2004h[jenkins@releng-48317-703-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-04-28T01:52:14.925727" elapsed="0.329334"/>
</kw>
<msg time="2026-04-28T01:52:15.255135" 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-04-28T01:52:14.925377" elapsed="0.329840"/>
</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-04-28T01:52:14.923881" elapsed="0.331444"/>
</kw>
<kw name="Execute Command" owner="SSHLibrary">
<msg time="2026-04-28T01:52:15.256064" level="INFO">Executing command '/usr/local/bin/cbench -c 10.30.170.142 -m 60000 -M 100 -S 16 -l 10 -D 5000 -p 6633'.</msg>
<msg time="2026-04-28T02:02:21.378642" level="INFO">Command exited with return code 0.</msg>
<msg time="2026-04-28T02:02:21.379175" level="INFO">${stdout} = </msg>
<msg time="2026-04-28T02:02:21.379281" level="INFO">${stderr} = cbench: controller benchmarking tool
   running in mode 'latency'
   connecting to controller at 10.30.170.142:6633 
   faking 16 switches with 1 threads :: 10 tests each; 60000 ms per test
   with 10...</msg>
<var>${stdout}</var>
<var>${stderr}</var>
<arg>${cmd}</arg>
<arg>return_stderr=True</arg>
<doc>Executes ``command`` on the remote machine and returns its outputs.</doc>
<status status="PASS" start="2026-04-28T01:52:15.255518" elapsed="606.123822"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-04-28T02:02:21.379770" elapsed="0.000745"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-28T02:02:21.381648" level="INFO">cbench: controller benchmarking tool
   running in mode 'latency'
   connecting to controller at 10.30.170.142:6633 
   faking 16 switches with 1 threads :: 10 tests each; 60000 ms per test
   with 100 unique source MACs per switch
   learning destination mac addresses before the test
   starting test with 5000 ms delay after features_reply
   ignoring first 1 "warmup" and last 0 "cooldown" loops
   debugging info is off
Master Thread: Creating thread-0! 
Thread-0: All switches initialized. Running at node 10.30.170.142. So far 1 cbench instances have initialized their switches.  Waiting for other cbench-instances
Thread-0: Total switches from ALL cbench-instances initialized.
01:53:20.457 16  switches: flows:  110920 106421 106228 108213 108715 109141 107882 107639 107228 107319 104710 105031 106639 103825 104564 107071  total = 28.525767 per ms 
01:54:20.559 16  switches: flows:  120032 120303 121772 121542 119856 120871 120944 121468 119445 121890 118488 118963 118883 115662 116603 119272  total = 31.879925 per ms 
01:55:20.660 16  switches: flows:  123202 124988 125534 124895 125480 127308 124829 127987 124832 126329 121145 123174 124473 121393 121890 121794  total = 33.098848 per ms 
01:56:20.761 16  switches: flows:  127853 127707 130205 126863 127488 129625 128393 130453 129512 128950 123914 126672 126689 125403 124748 124654  total = 33.928850 per ms 
01:57:20.863 16  switches: flows:  126890 125380 126763 124801 126929 128141 126565 128731 126728 125814 121487 125428 126343 122877 122167 123666  total = 33.422481 per ms 
01:58:20.964 16  switches: flows:  127233 126649 127671 125438 127399 128958 125519 129200 126836 127686 122313 126761 125863 123499 122339 122861  total = 33.547754 per ms 
01:59:21.065 16  switches: flows:  123683 124557 125064 123978 123354 125970 124698 125623 122178 125022 120825 121689 123549 122066 121408 122396  total = 32.879386 per ms 
02:00:21.166 16  switches: flows:  128614 129741 130633 128521 127844 130014 129451 127805 128438 129684 123948 128508 128989 124595 124885 127667  total = 34.098659 per ms 
02:01:21.267 16  switches: flows:  127126 127478 128833 126814 127423 129212 128906 127073 128067 128222 123718 127282 128669 124586 124397 127290  total = 33.861751 per ms 
02:02:21.369 16  switches: flows:  122811 124062 124708 121798 123814 124881 122773 122485 122338 124539 118791 122966 123713 119374 118094 123807  total = 32.628073 per ms 
RESULT: 16 switches 9 tests min/max/avg/stdev = 31879.93/34098.66/33260.64/11107.39 responses/s</msg>
<arg>${stderr}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-04-28T02:02:21.380909" elapsed="0.001050"/>
</kw>
<if>
<branch type="IF" condition="&quot;${return_stdout}&quot;!=&quot;True&quot;">
<return>
<value>${stderr}</value>
<status status="PASS" start="2026-04-28T02:02:21.382452" elapsed="0.000076"/>
</return>
<status status="PASS" start="2026-04-28T02:02:21.382147" elapsed="0.000462"/>
</branch>
<status status="PASS" start="2026-04-28T02:02:21.382091" elapsed="0.000574"/>
</if>
<if>
<branch type="IF" condition="&quot;${return_stderr}&quot;!=&quot;True&quot;">
<return>
<value>${stdout}</value>
<status status="NOT RUN" start="2026-04-28T02:02:21.382943" elapsed="0.000030"/>
</return>
<status status="NOT RUN" start="2026-04-28T02:02:21.382830" elapsed="0.000207"/>
</branch>
<status status="NOT RUN" start="2026-04-28T02:02:21.382762" elapsed="0.000325"/>
</if>
<return>
<value>${stdout}</value>
<value>${stderr}</value>
<status status="NOT RUN" start="2026-04-28T02:02:21.383165" 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-04-28T02:02:21.388030" elapsed="0.000337"/>
</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-04-28T02:02:21.388516" elapsed="0.000170"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-04-28T02:02:21.388832" elapsed="0.000102"/>
</kw>
<arg>${current_ssh_connection.index}</arg>
<doc>Restore active SSH connection in SSHLibrary to given index.</doc>
<status status="PASS" start="2026-04-28T02:02:21.383876" elapsed="0.005111"/>
</kw>
<msg time="2026-04-28T02:02:21.389117" level="INFO">${output} = cbench: controller benchmarking tool
   running in mode 'latency'
   connecting to controller at 10.30.170.142:6633 
   faking 16 switches with 1 threads :: 10 tests each; 60000 ms per test
   with 10...</msg>
<var>${output}</var>
<arg>${cbench_system}</arg>
<arg>${cbench_executable} -c ${ODL_SYSTEM_IP} ${cbench_args}</arg>
<arg>prompt_timeout=${test_timeout}</arg>
<arg>return_stdout=False</arg>
<arg>return_stderr=True</arg>
<doc>Reduces the common work of running a command on a remote system to a single higher level
robot keyword, taking care to log in with a public key and. The command given is written and the return value
depends on the passed argument values of return_stdout (default: True) and return_stderr (default: False).
At least one should be True, or the keyword will exit and FAIL. If both are True, the resulting return value
will be a two element list containing both. Otherwise the resulting return value is a string.
No test conditions are checked.</doc>
<status status="PASS" start="2026-04-28T01:52:14.919099" elapsed="606.470046"/>
</kw>
<status status="PASS" start="2026-04-28T01:52:14.918749" elapsed="606.470449"/>
</branch>
<status status="PASS" start="2026-04-28T01:52:14.918384" elapsed="606.470840"/>
</if>
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-28T02:02:21.389668" level="INFO">cbench: controller benchmarking tool
   running in mode 'latency'
   connecting to controller at 10.30.170.142:6633 
   faking 16 switches with 1 threads :: 10 tests each; 60000 ms per test
   with 100 unique source MACs per switch
   learning destination mac addresses before the test
   starting test with 5000 ms delay after features_reply
   ignoring first 1 "warmup" and last 0 "cooldown" loops
   debugging info is off
Master Thread: Creating thread-0! 
Thread-0: All switches initialized. Running at node 10.30.170.142. So far 1 cbench instances have initialized their switches.  Waiting for other cbench-instances
Thread-0: Total switches from ALL cbench-instances initialized.
01:53:20.457 16  switches: flows:  110920 106421 106228 108213 108715 109141 107882 107639 107228 107319 104710 105031 106639 103825 104564 107071  total = 28.525767 per ms 
01:54:20.559 16  switches: flows:  120032 120303 121772 121542 119856 120871 120944 121468 119445 121890 118488 118963 118883 115662 116603 119272  total = 31.879925 per ms 
01:55:20.660 16  switches: flows:  123202 124988 125534 124895 125480 127308 124829 127987 124832 126329 121145 123174 124473 121393 121890 121794  total = 33.098848 per ms 
01:56:20.761 16  switches: flows:  127853 127707 130205 126863 127488 129625 128393 130453 129512 128950 123914 126672 126689 125403 124748 124654  total = 33.928850 per ms 
01:57:20.863 16  switches: flows:  126890 125380 126763 124801 126929 128141 126565 128731 126728 125814 121487 125428 126343 122877 122167 123666  total = 33.422481 per ms 
01:58:20.964 16  switches: flows:  127233 126649 127671 125438 127399 128958 125519 129200 126836 127686 122313 126761 125863 123499 122339 122861  total = 33.547754 per ms 
01:59:21.065 16  switches: flows:  123683 124557 125064 123978 123354 125970 124698 125623 122178 125022 120825 121689 123549 122066 121408 122396  total = 32.879386 per ms 
02:00:21.166 16  switches: flows:  128614 129741 130633 128521 127844 130014 129451 127805 128438 129684 123948 128508 128989 124595 124885 127667  total = 34.098659 per ms 
02:01:21.267 16  switches: flows:  127126 127478 128833 126814 127423 129212 128906 127073 128067 128222 123718 127282 128669 124586 124397 127290  total = 33.861751 per ms 
02:02:21.369 16  switches: flows:  122811 124062 124708 121798 123814 124881 122773 122485 122338 124539 118791 122966 123713 119374 118094 123807  total = 32.628073 per ms 
RESULT: 16 switches 9 tests min/max/avg/stdev = 31879.93/34098.66/33260.64/11107.39 responses/s</msg>
<arg>${output}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-04-28T02:02:21.389363" elapsed="0.000379"/>
</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-04-28T02:02:21.389911" elapsed="0.000374"/>
</kw>
<kw name="Get Lines Containing String" owner="String">
<msg time="2026-04-28T02:02:21.390670" level="INFO">1 out of 23 lines matched.</msg>
<msg time="2026-04-28T02:02:21.390762" level="INFO">${result_line} = RESULT: 16 switches 9 tests min/max/avg/stdev = 31879.93/34098.66/33260.64/11107.39 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-04-28T02:02:21.390445" elapsed="0.000371"/>
</kw>
<kw name="Split String" owner="String">
<msg time="2026-04-28T02:02:21.391257" level="INFO">@{results_list} = [ RESULT: | 16 | switches | 9 | tests | min/max/avg/stdev | = | 31879.93/34098.66/33260.64/11107.39 | 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-04-28T02:02:21.390998" elapsed="0.000286"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-28T02:02:21.393706" 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-04-28T02:02:21.391430" elapsed="0.002333"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-28T02:02:21.396210" level="INFO">31879.93/34098.66/33260.64/11107.39</msg>
<arg>${results_list[7]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-04-28T02:02:21.393924" elapsed="0.002343"/>
</kw>
<kw name="Split String" owner="String">
<msg time="2026-04-28T02:02:21.398673" 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-04-28T02:02:21.396417" elapsed="0.002284"/>
</kw>
<kw name="Split String" owner="String">
<msg time="2026-04-28T02:02:21.401190" level="INFO">@{result_value_list} = [ 31879.93 | 34098.66 | 33260.64 | 11107.39 ]</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-04-28T02:02:21.398915" elapsed="0.002304"/>
</kw>
<kw name="Get Length" owner="BuiltIn">
<msg time="2026-04-28T02:02:21.401685" level="INFO">Length is 4.</msg>
<msg time="2026-04-28T02:02:21.401775" 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-04-28T02:02:21.401375" elapsed="0.000440"/>
</kw>
<for flavor="IN RANGE">
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-28T02:02:21.406614" level="INFO">min :: 31879.93</msg>
<arg>${result_name_list[${i}]} :: ${result_value_list[${i}]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-04-28T02:02:21.402208" elapsed="0.004464"/>
</kw>
<var name="${i}">0</var>
<status status="PASS" start="2026-04-28T02:02:21.402073" elapsed="0.004634"/>
</iter>
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-28T02:02:21.411391" level="INFO">max :: 34098.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-04-28T02:02:21.406962" elapsed="0.004486"/>
</kw>
<var name="${i}">1</var>
<status status="PASS" start="2026-04-28T02:02:21.406832" elapsed="0.004651"/>
</iter>
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-28T02:02:21.416181" level="INFO">avg :: 33260.64</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-04-28T02:02:21.411700" elapsed="0.004540"/>
</kw>
<var name="${i}">2</var>
<status status="PASS" start="2026-04-28T02:02:21.411572" elapsed="0.004703"/>
</iter>
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-28T02:02:21.420971" level="INFO">stdev :: 11107.39</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-04-28T02:02:21.416497" elapsed="0.004531"/>
</kw>
<var name="${i}">3</var>
<status status="PASS" start="2026-04-28T02:02:21.416368" elapsed="0.004694"/>
</iter>
<var>${i}</var>
<value>0</value>
<value>${num_stats}</value>
<status status="PASS" start="2026-04-28T02:02:21.401883" elapsed="0.019213"/>
</for>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-04-28T02:02:21.425236" level="INFO">${min} = 31879.93</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-04-28T02:02:21.421253" elapsed="0.004010"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-04-28T02:02:21.429274" level="INFO">${max} = 34098.66</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-04-28T02:02:21.425417" elapsed="0.003885"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-04-28T02:02:21.433416" level="INFO">${average} = 33260.64</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-04-28T02:02:21.429455" elapsed="0.003987"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-04-28T02:02:21.437433" level="INFO">${stdev} = 11107.39</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-04-28T02:02:21.433594" elapsed="0.003865"/>
</kw>
<kw name="Get Time" owner="BuiltIn">
<msg time="2026-04-28T02:02:21.437986" level="INFO">${date} = 2026-04-28 02:02:21</msg>
<var>${date}</var>
<arg>d,m,s</arg>
<doc>Returns the given time in the requested format.</doc>
<status status="PASS" start="2026-04-28T02:02:21.437619" elapsed="0.000393"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-28T02:02:21.438573" level="INFO">CBench Result: 2026-04-28 02:02:21,-m 60000 -M 100 -S 16 -l 10 -D 5000 -p 6633,31879.93,34098.66,33260.64,11107.39</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-04-28T02:02:21.438158" elapsed="0.000470"/>
</kw>
<kw name="Log Results And Determine Status">
<kw name="Append To File" owner="OperatingSystem">
<msg time="2026-04-28T02:02:21.439673" 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-04-28T02:02:21.439281" elapsed="0.000458"/>
</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-04-28T02:02:21.439905" elapsed="0.000464"/>
</kw>
<arg>${min}</arg>
<arg>${max}</arg>
<arg>${average}</arg>
<arg>${average_threshold}</arg>
<arg>${output_filename}</arg>
<status status="PASS" start="2026-04-28T02:02:21.438767" elapsed="0.001666"/>
</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-04-28T01:52:14.917225" elapsed="606.523269"/>
</kw>
<kw name="Sleep" owner="BuiltIn">
<msg time="2026-04-28T02:02:21.440986" 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-04-28T02:02:21.440645" elapsed="0.000398"/>
</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-04-28T02:02:21.441555" elapsed="0.000284"/>
</kw>
<status status="PASS" start="2026-04-28T02:02:21.441256" elapsed="0.000656"/>
</kw>
<doc>cbench executed in default latency mode. Test parameters have defaults, but can be overridden
on the pybot command line</doc>
<tag>cbench</tag>
<tag>latency</tag>
<timeout value="15 minutes"/>
<status status="PASS" start="2026-04-28T01:52:14.914295" elapsed="606.527654"/>
</test>
<test id="s1-t2" name="Cbench Throughput Test" line="51">
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-28T02:02:21.443398" 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-04-28T02:02:21.443013" elapsed="0.000442"/>
</kw>
<kw name="Run Cbench And Log Results">
<kw name="Set Suite Variable" owner="BuiltIn">
<msg time="2026-04-28T02:02:21.444700" 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-04-28T02:02:21.444369" elapsed="0.000374"/>
</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-04-28T02:02:21.445133" elapsed="0.000022"/>
</kw>
<status status="NOT RUN" start="2026-04-28T02:02:21.444904" elapsed="0.000288"/>
</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-04-28T02:02:21.448128" elapsed="0.000021"/>
</kw>
<status status="NOT RUN" start="2026-04-28T02:02:21.447882" elapsed="0.000302"/>
</branch>
<status status="PASS" start="2026-04-28T02:02:21.447863" elapsed="0.000345"/>
</if>
<kw name="Get Connection" owner="SSHLibrary">
<msg time="2026-04-28T02:02:21.448523" 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-04-28T02:02:21.448642" 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-04-28T02:02:21.448337" elapsed="0.000332"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-28T02:02:21.449247" level="INFO">Attempting to execute command "/usr/local/bin/cbench -c 10.30.170.142 -t -m 60000 -M 100 -S 16 -l 10 -D 5000 -p 6633" on remote system "10.30.170.8" 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-04-28T02:02:21.448819" elapsed="0.000486"/>
</kw>
<kw name="Open Connection" owner="SSHLibrary">
<msg time="2026-04-28T02:02:21.449854" 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-04-28T02:02:21.449444" elapsed="0.000437"/>
</kw>
<kw name="Flexible_SSH_Login" owner="SSHKeywords">
<kw name="Get Length" owner="BuiltIn">
<msg time="2026-04-28T02:02:21.450763" level="INFO">Length is 0.</msg>
<msg time="2026-04-28T02:02:21.450894" 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-04-28T02:02:21.450458" elapsed="0.000461"/>
</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-04-28T02:02:21.451061" elapsed="0.000325"/>
</kw>
<kw name="Run Keyword And Return" owner="BuiltIn">
<kw name="Login With Public Key" owner="SSHLibrary">
<msg time="2026-04-28T02:02:21.452257" level="INFO">Logging into '10.30.170.8:22' as 'jenkins'.</msg>
<msg time="2026-04-28T02:02:22.066691" level="INFO">Read output: Welcome to Ubuntu 22.04.5 LTS (GNU/Linux 5.15.0-153-generic x86_64)

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

 System information as of Tue Apr 28 02:02:21 UTC 2026

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


Expanded Security Maintenance for Applications is not enabled.

0 updates can be applied immediately.

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


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


Last login: Tue Apr 28 01:52:15 2026 from 10.30.170.255
[?2004h[jenkins@releng-48317-703-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-04-28T02:02:21.451896" elapsed="0.615005"/>
</kw>
<msg time="2026-04-28T02:02:22.066990" 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-04-28T02:02:21.451537" elapsed="0.615546"/>
</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-04-28T02:02:21.450082" elapsed="0.617120"/>
</kw>
<kw name="Execute Command" owner="SSHLibrary">
<msg time="2026-04-28T02:02:22.067768" level="INFO">Executing command '/usr/local/bin/cbench -c 10.30.170.142 -t -m 60000 -M 100 -S 16 -l 10 -D 5000 -p 6633'.</msg>
<msg time="2026-04-28T02:12:28.117121" level="INFO">Command exited with return code 0.</msg>
<msg time="2026-04-28T02:12:28.118927" level="INFO">${stdout} = </msg>
<msg time="2026-04-28T02:12:28.119036" level="INFO">${stderr} = cbench: controller benchmarking tool
   running in mode 'throughput'
   connecting to controller at 10.30.170.142: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-04-28T02:02:22.067439" elapsed="606.051656"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-04-28T02:12:28.119723" elapsed="0.000756"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-28T02:12:28.121685" level="INFO">cbench: controller benchmarking tool
   running in mode 'throughput'
   connecting to controller at 10.30.170.142:6633 
   faking 16 switches with 1 threads :: 10 tests each; 60000 ms per test
   with 100 unique source MACs per switch
   learning destination mac addresses before the test
   starting test with 5000 ms delay after features_reply
   ignoring first 1 "warmup" and last 0 "cooldown" loops
   debugging info is off
Master Thread: Creating thread-0! 
Thread-0: All switches initialized. Running at node 10.30.170.142. So far 1 cbench instances have initialized their switches.  Waiting for other cbench-instances
Thread-0: Total switches from ALL cbench-instances initialized.
02:03:27.200 16  switches: flows:  503181 516108 505133 485478 501456 496576 496400 503256 479200 486900 501120 492823 488569 497698 490707 495085  total = 132.328167 per ms 
02:04:27.302 16  switches: flows:  582275 581107 577604 587913 584696 584106 580210 583131 576744 587030 586955 585373 583507 576390 580240 573868  total = 154.925815 per ms 
02:05:27.403 16  switches: flows:  581594 591987 594354 594073 588431 592652 590948 590938 587738 591953 590347 597200 589892 588162 596194 594935  total = 157.425217 per ms 
02:06:27.504 16  switches: flows:  593393 603951 599794 603891 589699 598747 606789 602160 602960 602816 588535 595718 597479 599543 595529 596211  total = 159.352973 per ms 
02:07:27.605 16  switches: flows:  579782 593140 581252 585199 573205 591932 587247 580974 578726 581887 590037 583683 584712 579208 587395 587026  total = 155.495179 per ms 
02:08:27.708 16  switches: flows:  569552 586615 583370 581009 567755 579473 579040 557909 574631 570799 560965 572883 566308 573862 568320 588109  total = 152.752365 per ms 
02:09:27.809 16  switches: flows:  610173 619296 606390 611266 613479 616212 611151 613821 608219 616460 614515 616602 618033 611205 612907 615505  total = 163.310740 per ms 
02:10:27.911 16  switches: flows:  572693 575975 574316 565162 561012 574312 569070 566814 581078 578121 562076 567679 572569 570471 580610 576217  total = 152.213375 per ms 
02:11:28.013 16  switches: flows:  572998 573104 563349 572178 575480 577182 576750 580646 577068 570149 576089 575219 571623 571973 566361 571305  total = 152.599729 per ms 
02:12:28.114 16  switches: flows:  566551 574896 570217 569306 564603 574005 577677 569606 564457 569422 563756 574264 560506 570686 564341 565574  total = 151.410547 per ms 
RESULT: 16 switches 9 tests min/max/avg/stdev = 151410.55/163310.74/155498.44/51964.88 responses/s</msg>
<arg>${stderr}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-04-28T02:12:28.120893" elapsed="0.001150"/>
</kw>
<if>
<branch type="IF" condition="&quot;${return_stdout}&quot;!=&quot;True&quot;">
<return>
<value>${stderr}</value>
<status status="PASS" start="2026-04-28T02:12:28.122567" elapsed="0.000073"/>
</return>
<status status="PASS" start="2026-04-28T02:12:28.122258" elapsed="0.000462"/>
</branch>
<status status="PASS" start="2026-04-28T02:12:28.122187" elapsed="0.000590"/>
</if>
<if>
<branch type="IF" condition="&quot;${return_stderr}&quot;!=&quot;True&quot;">
<return>
<value>${stdout}</value>
<status status="NOT RUN" start="2026-04-28T02:12:28.123029" elapsed="0.000029"/>
</return>
<status status="NOT RUN" start="2026-04-28T02:12:28.122943" elapsed="0.000178"/>
</branch>
<status status="NOT RUN" start="2026-04-28T02:12:28.122904" elapsed="0.000266"/>
</if>
<return>
<value>${stdout}</value>
<value>${stderr}</value>
<status status="NOT RUN" start="2026-04-28T02:12:28.123240" elapsed="0.000031"/>
</return>
<kw name="Restore_Current_Ssh_Connection_From_Index" owner="SSHKeywords" type="TEARDOWN">
<kw name="Run Keyword And Return If" owner="BuiltIn">
<arg>${connection_index} is not None</arg>
<arg>SSHLibrary.Switch Connection</arg>
<arg>${connection_index}</arg>
<doc>Runs the specified keyword and returns from the enclosing user keyword.</doc>
<status status="PASS" start="2026-04-28T02:12:28.129123" elapsed="0.000359"/>
</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-04-28T02:12:28.129631" elapsed="0.000184"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-04-28T02:12:28.129946" elapsed="0.000103"/>
</kw>
<arg>${current_ssh_connection.index}</arg>
<doc>Restore active SSH connection in SSHLibrary to given index.</doc>
<status status="PASS" start="2026-04-28T02:12:28.123949" elapsed="0.006154"/>
</kw>
<msg time="2026-04-28T02:12:28.130230" level="INFO">${output} = cbench: controller benchmarking tool
   running in mode 'throughput'
   connecting to controller at 10.30.170.142: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-04-28T02:02:21.445529" elapsed="606.684728"/>
</kw>
<status status="PASS" start="2026-04-28T02:02:21.445217" elapsed="606.685090"/>
</branch>
<status status="PASS" start="2026-04-28T02:02:21.444883" elapsed="606.685448"/>
</if>
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-28T02:12:28.130795" level="INFO">cbench: controller benchmarking tool
   running in mode 'throughput'
   connecting to controller at 10.30.170.142:6633 
   faking 16 switches with 1 threads :: 10 tests each; 60000 ms per test
   with 100 unique source MACs per switch
   learning destination mac addresses before the test
   starting test with 5000 ms delay after features_reply
   ignoring first 1 "warmup" and last 0 "cooldown" loops
   debugging info is off
Master Thread: Creating thread-0! 
Thread-0: All switches initialized. Running at node 10.30.170.142. So far 1 cbench instances have initialized their switches.  Waiting for other cbench-instances
Thread-0: Total switches from ALL cbench-instances initialized.
02:03:27.200 16  switches: flows:  503181 516108 505133 485478 501456 496576 496400 503256 479200 486900 501120 492823 488569 497698 490707 495085  total = 132.328167 per ms 
02:04:27.302 16  switches: flows:  582275 581107 577604 587913 584696 584106 580210 583131 576744 587030 586955 585373 583507 576390 580240 573868  total = 154.925815 per ms 
02:05:27.403 16  switches: flows:  581594 591987 594354 594073 588431 592652 590948 590938 587738 591953 590347 597200 589892 588162 596194 594935  total = 157.425217 per ms 
02:06:27.504 16  switches: flows:  593393 603951 599794 603891 589699 598747 606789 602160 602960 602816 588535 595718 597479 599543 595529 596211  total = 159.352973 per ms 
02:07:27.605 16  switches: flows:  579782 593140 581252 585199 573205 591932 587247 580974 578726 581887 590037 583683 584712 579208 587395 587026  total = 155.495179 per ms 
02:08:27.708 16  switches: flows:  569552 586615 583370 581009 567755 579473 579040 557909 574631 570799 560965 572883 566308 573862 568320 588109  total = 152.752365 per ms 
02:09:27.809 16  switches: flows:  610173 619296 606390 611266 613479 616212 611151 613821 608219 616460 614515 616602 618033 611205 612907 615505  total = 163.310740 per ms 
02:10:27.911 16  switches: flows:  572693 575975 574316 565162 561012 574312 569070 566814 581078 578121 562076 567679 572569 570471 580610 576217  total = 152.213375 per ms 
02:11:28.013 16  switches: flows:  572998 573104 563349 572178 575480 577182 576750 580646 577068 570149 576089 575219 571623 571973 566361 571305  total = 152.599729 per ms 
02:12:28.114 16  switches: flows:  566551 574896 570217 569306 564603 574005 577677 569606 564457 569422 563756 574264 560506 570686 564341 565574  total = 151.410547 per ms 
RESULT: 16 switches 9 tests min/max/avg/stdev = 151410.55/163310.74/155498.44/51964.88 responses/s</msg>
<arg>${output}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-04-28T02:12:28.130480" elapsed="0.000391"/>
</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-04-28T02:12:28.131022" elapsed="0.000374"/>
</kw>
<kw name="Get Lines Containing String" owner="String">
<msg time="2026-04-28T02:12:28.131811" level="INFO">1 out of 23 lines matched.</msg>
<msg time="2026-04-28T02:12:28.131906" level="INFO">${result_line} = RESULT: 16 switches 9 tests min/max/avg/stdev = 151410.55/163310.74/155498.44/51964.88 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-04-28T02:12:28.131569" elapsed="0.000363"/>
</kw>
<kw name="Split String" owner="String">
<msg time="2026-04-28T02:12:28.132363" level="INFO">@{results_list} = [ RESULT: | 16 | switches | 9 | tests | min/max/avg/stdev | = | 151410.55/163310.74/155498.44/51964.88 | 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-04-28T02:12:28.132103" elapsed="0.000288"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-28T02:12:28.134832" 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-04-28T02:12:28.132537" elapsed="0.002353"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-28T02:12:28.137338" level="INFO">151410.55/163310.74/155498.44/51964.88</msg>
<arg>${results_list[7]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-04-28T02:12:28.135034" elapsed="0.002362"/>
</kw>
<kw name="Split String" owner="String">
<msg time="2026-04-28T02:12:28.139831" 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-04-28T02:12:28.137546" elapsed="0.002313"/>
</kw>
<kw name="Split String" owner="String">
<msg time="2026-04-28T02:12:28.142347" level="INFO">@{result_value_list} = [ 151410.55 | 163310.74 | 155498.44 | 51964.88 ]</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-04-28T02:12:28.140079" elapsed="0.002297"/>
</kw>
<kw name="Get Length" owner="BuiltIn">
<msg time="2026-04-28T02:12:28.142867" level="INFO">Length is 4.</msg>
<msg time="2026-04-28T02:12:28.142959" 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-04-28T02:12:28.142536" elapsed="0.000448"/>
</kw>
<for flavor="IN RANGE">
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-28T02:12:28.147868" level="INFO">min :: 151410.55</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-04-28T02:12:28.143373" elapsed="0.004554"/>
</kw>
<var name="${i}">0</var>
<status status="PASS" start="2026-04-28T02:12:28.143241" elapsed="0.004739"/>
</iter>
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-28T02:12:28.152825" level="INFO">max :: 163310.74</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-04-28T02:12:28.148201" elapsed="0.004682"/>
</kw>
<var name="${i}">1</var>
<status status="PASS" start="2026-04-28T02:12:28.148071" elapsed="0.004848"/>
</iter>
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-28T02:12:28.157614" level="INFO">avg :: 155498.44</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-04-28T02:12:28.153136" elapsed="0.004534"/>
</kw>
<var name="${i}">2</var>
<status status="PASS" start="2026-04-28T02:12:28.153009" elapsed="0.004696"/>
</iter>
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-28T02:12:28.162456" level="INFO">stdev :: 51964.88</msg>
<arg>${result_name_list[${i}]} :: ${result_value_list[${i}]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-04-28T02:12:28.157938" elapsed="0.004576"/>
</kw>
<var name="${i}">3</var>
<status status="PASS" start="2026-04-28T02:12:28.157809" elapsed="0.004740"/>
</iter>
<var>${i}</var>
<value>0</value>
<value>${num_stats}</value>
<status status="PASS" start="2026-04-28T02:12:28.143057" elapsed="0.019523"/>
</for>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-04-28T02:12:28.166994" level="INFO">${min} = 151410.55</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-04-28T02:12:28.162739" elapsed="0.004284"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-04-28T02:12:28.171051" level="INFO">${max} = 163310.74</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-04-28T02:12:28.167179" elapsed="0.003900"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-04-28T02:12:28.175099" level="INFO">${average} = 155498.44</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-04-28T02:12:28.171239" elapsed="0.003887"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-04-28T02:12:28.179159" level="INFO">${stdev} = 51964.88</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-04-28T02:12:28.175289" elapsed="0.003898"/>
</kw>
<kw name="Get Time" owner="BuiltIn">
<msg time="2026-04-28T02:12:28.179704" level="INFO">${date} = 2026-04-28 02:12:28</msg>
<var>${date}</var>
<arg>d,m,s</arg>
<doc>Returns the given time in the requested format.</doc>
<status status="PASS" start="2026-04-28T02:12:28.179348" elapsed="0.000383"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-28T02:12:28.180385" level="INFO">CBench Result: 2026-04-28 02:12:28,-t -m 60000 -M 100 -S 16 -l 10 -D 5000 -p 6633,151410.55,163310.74,155498.44,51964.88</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-04-28T02:12:28.179893" elapsed="0.000550"/>
</kw>
<kw name="Log Results And Determine Status">
<kw name="Append To File" owner="OperatingSystem">
<msg time="2026-04-28T02:12:28.181515" 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-04-28T02:12:28.181089" elapsed="0.000493"/>
</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-04-28T02:12:28.181732" elapsed="0.000483"/>
</kw>
<arg>${min}</arg>
<arg>${max}</arg>
<arg>${average}</arg>
<arg>${average_threshold}</arg>
<arg>${output_filename}</arg>
<status status="PASS" start="2026-04-28T02:12:28.180592" elapsed="0.001689"/>
</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-04-28T02:02:21.443765" elapsed="606.738577"/>
</kw>
<kw name="Sleep" owner="BuiltIn">
<msg time="2026-04-28T02:12:28.182830" 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-04-28T02:12:28.182492" elapsed="0.000396"/>
</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-04-28T02:12:28.183399" elapsed="0.000266"/>
</kw>
<status status="PASS" start="2026-04-28T02:12:28.183099" elapsed="0.000637"/>
</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-04-28T02:02:21.442369" elapsed="606.741405"/>
</test>
<test id="s1-t3" name="Rerun Latency Test To Check Bug 6176" line="65">
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-28T02:12:28.185219" 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-04-28T02:12:28.184831" elapsed="0.000445"/>
</kw>
<kw name="Run Cbench And Log Results">
<kw name="Set Suite Variable" owner="BuiltIn">
<msg time="2026-04-28T02:12:28.186732" 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-04-28T02:12:28.186267" elapsed="0.000554"/>
</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-04-28T02:12:28.187294" elapsed="0.000030"/>
</kw>
<status status="NOT RUN" start="2026-04-28T02:12:28.186981" elapsed="0.000393"/>
</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-04-28T02:12:28.191512" elapsed="0.000034"/>
</kw>
<status status="NOT RUN" start="2026-04-28T02:12:28.191146" elapsed="0.000451"/>
</branch>
<status status="PASS" start="2026-04-28T02:12:28.191119" elapsed="0.000513"/>
</if>
<kw name="Get Connection" owner="SSHLibrary">
<msg time="2026-04-28T02:12:28.192189" 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-04-28T02:12:28.192327" 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-04-28T02:12:28.191847" elapsed="0.000509"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-28T02:12:28.192985" level="INFO">Attempting to execute command "/usr/local/bin/cbench -c 10.30.170.142 -m 60000 -M 100 -S 16 -l 10 -D 5000 -p 6633" on remote system "10.30.170.8" 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-04-28T02:12:28.192498" elapsed="0.000557"/>
</kw>
<kw name="Open Connection" owner="SSHLibrary">
<msg time="2026-04-28T02:12:28.193664" 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-04-28T02:12:28.193211" elapsed="0.000482"/>
</kw>
<kw name="Flexible_SSH_Login" owner="SSHKeywords">
<kw name="Get Length" owner="BuiltIn">
<msg time="2026-04-28T02:12:28.194804" level="INFO">Length is 0.</msg>
<msg time="2026-04-28T02:12:28.194905" 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-04-28T02:12:28.194307" elapsed="0.000625"/>
</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-04-28T02:12:28.195078" elapsed="0.000341"/>
</kw>
<kw name="Run Keyword And Return" owner="BuiltIn">
<kw name="Login With Public Key" owner="SSHLibrary">
<msg time="2026-04-28T02:12:28.196347" level="INFO">Logging into '10.30.170.8:22' as 'jenkins'.</msg>
<msg time="2026-04-28T02:12:28.783134" level="INFO">Read output: Welcome to Ubuntu 22.04.5 LTS (GNU/Linux 5.15.0-153-generic x86_64)

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

 System information as of Tue Apr 28 02:12:28 UTC 2026

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


Expanded Security Maintenance for Applications is not enabled.

0 updates can be applied immediately.

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


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


Last login: Tue Apr 28 02:02:21 2026 from 10.30.170.255
[?2004h[jenkins@releng-48317-703-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-04-28T02:12:28.195976" elapsed="0.587368"/>
</kw>
<msg time="2026-04-28T02:12:28.783436" 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-04-28T02:12:28.195577" elapsed="0.587944"/>
</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-04-28T02:12:28.193921" elapsed="0.589735"/>
</kw>
<kw name="Execute Command" owner="SSHLibrary">
<msg time="2026-04-28T02:12:28.784244" level="INFO">Executing command '/usr/local/bin/cbench -c 10.30.170.142 -m 60000 -M 100 -S 16 -l 10 -D 5000 -p 6633'.</msg>
<msg time="2026-04-28T02:22:34.823557" level="INFO">Command exited with return code 0.</msg>
<msg time="2026-04-28T02:22:34.824214" level="INFO">${stdout} = </msg>
<msg time="2026-04-28T02:22:34.824326" level="INFO">${stderr} = cbench: controller benchmarking tool
   running in mode 'latency'
   connecting to controller at 10.30.170.142:6633 
   faking 16 switches with 1 threads :: 10 tests each; 60000 ms per test
   with 10...</msg>
<var>${stdout}</var>
<var>${stderr}</var>
<arg>${cmd}</arg>
<arg>return_stderr=True</arg>
<doc>Executes ``command`` on the remote machine and returns its outputs.</doc>
<status status="PASS" start="2026-04-28T02:12:28.783911" elapsed="606.040487"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-04-28T02:22:34.825027" elapsed="0.000732"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-28T02:22:34.826997" level="INFO">cbench: controller benchmarking tool
   running in mode 'latency'
   connecting to controller at 10.30.170.142:6633 
   faking 16 switches with 1 threads :: 10 tests each; 60000 ms per test
   with 100 unique source MACs per switch
   learning destination mac addresses before the test
   starting test with 5000 ms delay after features_reply
   ignoring first 1 "warmup" and last 0 "cooldown" loops
   debugging info is off
Master Thread: Creating thread-0! 
Thread-0: All switches initialized. Running at node 10.30.170.142. So far 1 cbench instances have initialized their switches.  Waiting for other cbench-instances
Thread-0: Total switches from ALL cbench-instances initialized.
02:13:33.917 16  switches: flows:  124945 125094 122465 125033 124738 127988 125740 123493 123303 124067 123654 121760 122560 116063 122773 122109  total = 32.929750 per ms 
02:14:34.017 16  switches: flows:  124589 125604 122381 127290 125114 127488 126311 124788 125824 123674 125562 122636 121371 117347 121750 122364  total = 33.012861 per ms 
02:15:34.118 16  switches: flows:  123907 126201 121375 126511 125133 128712 127011 126356 123575 123071 124694 123448 121450 117032 122449 121979  total = 32.993300 per ms 
02:16:34.218 16  switches: flows:  122133 118850 120218 121306 119922 124067 121303 121835 121337 119738 118926 120533 119723 112126 119523 117411  total = 31.929155 per ms 
02:17:34.318 16  switches: flows:  129775 125237 127309 127399 125239 131087 126643 126873 124799 126915 123675 126468 126109 117657 126287 123033  total = 33.519012 per ms 
02:18:34.419 16  switches: flows:  130290 126957 129492 129913 126589 131407 127329 129807 125132 128634 125917 128074 129937 118743 127513 125208  total = 33.958952 per ms 
02:19:34.519 16  switches: flows:  128710 126296 128424 129015 124755 130662 125965 129108 124481 127031 125192 126941 127391 117024 125483 125409  total = 33.641941 per ms 
02:20:34.619 16  switches: flows:  127152 124822 126341 126532 123238 128297 123622 124893 122002 124356 122425 125481 125582 115973 123249 122382  total = 33.050595 per ms 
02:21:34.720 16  switches: flows:  129163 124302 127436 128084 123818 129287 125328 126793 123317 124964 124093 127425 126912 119082 126899 125138  total = 33.478094 per ms 
02:22:34.820 16  switches: flows:  124828 123238 122512 124738 120875 126087 123802 122969 121372 123117 123898 123365 124598 116245 123470 122173  total = 32.733395 per ms 
RESULT: 16 switches 9 tests min/max/avg/stdev = 31929.16/33958.95/33146.37/11063.15 responses/s</msg>
<arg>${stderr}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-04-28T02:22:34.826175" elapsed="0.001151"/>
</kw>
<if>
<branch type="IF" condition="&quot;${return_stdout}&quot;!=&quot;True&quot;">
<return>
<value>${stderr}</value>
<status status="PASS" start="2026-04-28T02:22:34.827894" elapsed="0.000076"/>
</return>
<status status="PASS" start="2026-04-28T02:22:34.827529" elapsed="0.000526"/>
</branch>
<status status="PASS" start="2026-04-28T02:22:34.827472" elapsed="0.000645"/>
</if>
<if>
<branch type="IF" condition="&quot;${return_stderr}&quot;!=&quot;True&quot;">
<return>
<value>${stdout}</value>
<status status="NOT RUN" start="2026-04-28T02:22:34.828347" elapsed="0.000031"/>
</return>
<status status="NOT RUN" start="2026-04-28T02:22:34.828258" elapsed="0.000186"/>
</branch>
<status status="NOT RUN" start="2026-04-28T02:22:34.828219" elapsed="0.000278"/>
</if>
<return>
<value>${stdout}</value>
<value>${stderr}</value>
<status status="NOT RUN" start="2026-04-28T02:22:34.828571" elapsed="0.000032"/>
</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-04-28T02:22:34.834607" elapsed="0.000481"/>
</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-04-28T02:22:34.835291" elapsed="0.000222"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-04-28T02:22:34.835691" elapsed="0.000160"/>
</kw>
<arg>${current_ssh_connection.index}</arg>
<doc>Restore active SSH connection in SSHLibrary to given index.</doc>
<status status="PASS" start="2026-04-28T02:22:34.829390" elapsed="0.006537"/>
</kw>
<msg time="2026-04-28T02:22:34.836105" level="INFO">${output} = cbench: controller benchmarking tool
   running in mode 'latency'
   connecting to controller at 10.30.170.142:6633 
   faking 16 switches with 1 threads :: 10 tests each; 60000 ms per test
   with 10...</msg>
<var>${output}</var>
<arg>${cbench_system}</arg>
<arg>${cbench_executable} -c ${ODL_SYSTEM_IP} ${cbench_args}</arg>
<arg>prompt_timeout=${test_timeout}</arg>
<arg>return_stdout=False</arg>
<arg>return_stderr=True</arg>
<doc>Reduces the common work of running a command on a remote system to a single higher level
robot keyword, taking care to log in with a public key and. The command given is written and the return value
depends on the passed argument values of return_stdout (default: True) and return_stderr (default: False).
At least one should be True, or the keyword will exit and FAIL. If both are True, the resulting return value
will be a two element list containing both. Otherwise the resulting return value is a string.
No test conditions are checked.</doc>
<status status="PASS" start="2026-04-28T02:12:28.187874" elapsed="606.648268"/>
</kw>
<status status="PASS" start="2026-04-28T02:12:28.187411" elapsed="606.648800"/>
</branch>
<status status="PASS" start="2026-04-28T02:12:28.186951" elapsed="606.649292"/>
</if>
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-28T02:22:34.836866" level="INFO">cbench: controller benchmarking tool
   running in mode 'latency'
   connecting to controller at 10.30.170.142:6633 
   faking 16 switches with 1 threads :: 10 tests each; 60000 ms per test
   with 100 unique source MACs per switch
   learning destination mac addresses before the test
   starting test with 5000 ms delay after features_reply
   ignoring first 1 "warmup" and last 0 "cooldown" loops
   debugging info is off
Master Thread: Creating thread-0! 
Thread-0: All switches initialized. Running at node 10.30.170.142. So far 1 cbench instances have initialized their switches.  Waiting for other cbench-instances
Thread-0: Total switches from ALL cbench-instances initialized.
02:13:33.917 16  switches: flows:  124945 125094 122465 125033 124738 127988 125740 123493 123303 124067 123654 121760 122560 116063 122773 122109  total = 32.929750 per ms 
02:14:34.017 16  switches: flows:  124589 125604 122381 127290 125114 127488 126311 124788 125824 123674 125562 122636 121371 117347 121750 122364  total = 33.012861 per ms 
02:15:34.118 16  switches: flows:  123907 126201 121375 126511 125133 128712 127011 126356 123575 123071 124694 123448 121450 117032 122449 121979  total = 32.993300 per ms 
02:16:34.218 16  switches: flows:  122133 118850 120218 121306 119922 124067 121303 121835 121337 119738 118926 120533 119723 112126 119523 117411  total = 31.929155 per ms 
02:17:34.318 16  switches: flows:  129775 125237 127309 127399 125239 131087 126643 126873 124799 126915 123675 126468 126109 117657 126287 123033  total = 33.519012 per ms 
02:18:34.419 16  switches: flows:  130290 126957 129492 129913 126589 131407 127329 129807 125132 128634 125917 128074 129937 118743 127513 125208  total = 33.958952 per ms 
02:19:34.519 16  switches: flows:  128710 126296 128424 129015 124755 130662 125965 129108 124481 127031 125192 126941 127391 117024 125483 125409  total = 33.641941 per ms 
02:20:34.619 16  switches: flows:  127152 124822 126341 126532 123238 128297 123622 124893 122002 124356 122425 125481 125582 115973 123249 122382  total = 33.050595 per ms 
02:21:34.720 16  switches: flows:  129163 124302 127436 128084 123818 129287 125328 126793 123317 124964 124093 127425 126912 119082 126899 125138  total = 33.478094 per ms 
02:22:34.820 16  switches: flows:  124828 123238 122512 124738 120875 126087 123802 122969 121372 123117 123898 123365 124598 116245 123470 122173  total = 32.733395 per ms 
RESULT: 16 switches 9 tests min/max/avg/stdev = 31929.16/33958.95/33146.37/11063.15 responses/s</msg>
<arg>${output}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-04-28T02:22:34.836443" elapsed="0.000527"/>
</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-04-28T02:22:34.837222" elapsed="0.000521"/>
</kw>
<kw name="Get Lines Containing String" owner="String">
<msg time="2026-04-28T02:22:34.838291" level="INFO">1 out of 23 lines matched.</msg>
<msg time="2026-04-28T02:22:34.838416" level="INFO">${result_line} = RESULT: 16 switches 9 tests min/max/avg/stdev = 31929.16/33958.95/33146.37/11063.15 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-04-28T02:22:34.837984" elapsed="0.000467"/>
</kw>
<kw name="Split String" owner="String">
<msg time="2026-04-28T02:22:34.839034" level="INFO">@{results_list} = [ RESULT: | 16 | switches | 9 | tests | min/max/avg/stdev | = | 31929.16/33958.95/33146.37/11063.15 | 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-04-28T02:22:34.838662" elapsed="0.000409"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-28T02:22:34.842654" 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-04-28T02:22:34.839272" elapsed="0.003461"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-28T02:22:34.846347" level="INFO">31929.16/33958.95/33146.37/11063.15</msg>
<arg>${results_list[7]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-04-28T02:22:34.842955" elapsed="0.003471"/>
</kw>
<kw name="Split String" owner="String">
<msg time="2026-04-28T02:22:34.849846" 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-04-28T02:22:34.846634" elapsed="0.003251"/>
</kw>
<kw name="Split String" owner="String">
<msg time="2026-04-28T02:22:34.852425" level="INFO">@{result_value_list} = [ 31929.16 | 33958.95 | 33146.37 | 11063.15 ]</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-04-28T02:22:34.850148" elapsed="0.002304"/>
</kw>
<kw name="Get Length" owner="BuiltIn">
<msg time="2026-04-28T02:22:34.852931" level="INFO">Length is 4.</msg>
<msg time="2026-04-28T02:22:34.853031" 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-04-28T02:22:34.852608" elapsed="0.000447"/>
</kw>
<for flavor="IN RANGE">
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-28T02:22:34.857835" level="INFO">min :: 31929.16</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-04-28T02:22:34.853434" elapsed="0.004458"/>
</kw>
<var name="${i}">0</var>
<status status="PASS" start="2026-04-28T02:22:34.853305" elapsed="0.004621"/>
</iter>
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-28T02:22:34.862560" level="INFO">max :: 33958.95</msg>
<arg>${result_name_list[${i}]} :: ${result_value_list[${i}]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-04-28T02:22:34.858140" elapsed="0.004476"/>
</kw>
<var name="${i}">1</var>
<status status="PASS" start="2026-04-28T02:22:34.858014" elapsed="0.004637"/>
</iter>
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-28T02:22:34.867459" level="INFO">avg :: 33146.37</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-04-28T02:22:34.862894" elapsed="0.004623"/>
</kw>
<var name="${i}">2</var>
<status status="PASS" start="2026-04-28T02:22:34.862735" elapsed="0.004817"/>
</iter>
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-28T02:22:34.872283" level="INFO">stdev :: 11063.15</msg>
<arg>${result_name_list[${i}]} :: ${result_value_list[${i}]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-04-28T02:22:34.867764" elapsed="0.004578"/>
</kw>
<var name="${i}">3</var>
<status status="PASS" start="2026-04-28T02:22:34.867637" elapsed="0.004741"/>
</iter>
<var>${i}</var>
<value>0</value>
<value>${num_stats}</value>
<status status="PASS" start="2026-04-28T02:22:34.853123" elapsed="0.019287"/>
</for>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-04-28T02:22:34.876397" level="INFO">${min} = 31929.16</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-04-28T02:22:34.872576" elapsed="0.003849"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-04-28T02:22:34.880395" level="INFO">${max} = 33958.95</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-04-28T02:22:34.876581" elapsed="0.003842"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-04-28T02:22:34.884400" level="INFO">${average} = 33146.37</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-04-28T02:22:34.880574" elapsed="0.003853"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-04-28T02:22:34.888386" level="INFO">${stdev} = 11063.15</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-04-28T02:22:34.884580" elapsed="0.003832"/>
</kw>
<kw name="Get Time" owner="BuiltIn">
<msg time="2026-04-28T02:22:34.888942" level="INFO">${date} = 2026-04-28 02:22:34</msg>
<var>${date}</var>
<arg>d,m,s</arg>
<doc>Returns the given time in the requested format.</doc>
<status status="PASS" start="2026-04-28T02:22:34.888574" elapsed="0.000407"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-28T02:22:34.889544" level="INFO">CBench Result: 2026-04-28 02:22:34,-m 60000 -M 100 -S 16 -l 10 -D 5000 -p 6633,31929.16,33958.95,33146.37,11063.15</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-04-28T02:22:34.889134" elapsed="0.000466"/>
</kw>
<kw name="Log Results And Determine Status">
<kw name="Append To File" owner="OperatingSystem">
<msg time="2026-04-28T02:22:34.890719" 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-04-28T02:22:34.890237" elapsed="0.000563"/>
</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-04-28T02:22:34.890955" elapsed="0.000466"/>
</kw>
<arg>${min}</arg>
<arg>${max}</arg>
<arg>${average}</arg>
<arg>${average_threshold}</arg>
<arg>${output_filename}</arg>
<status status="PASS" start="2026-04-28T02:22:34.889746" elapsed="0.001740"/>
</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-04-28T02:12:28.185648" elapsed="606.705897"/>
</kw>
<kw name="Sleep" owner="BuiltIn">
<msg time="2026-04-28T02:22:34.892023" 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-04-28T02:22:34.891694" elapsed="0.000386"/>
</kw>
<kw name="Report Failure Due To Bug" owner="Utils" type="TEARDOWN">
<kw name="Evaluate" owner="BuiltIn">
<msg time="2026-04-28T02:22:34.893336" 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-04-28T02:22:34.892825" elapsed="0.000539"/>
</kw>
<if>
<branch type="IF" condition="('${TEST_STATUS}' != 'FAIL') or ${test_skipped}">
<return>
<status status="PASS" start="2026-04-28T02:22:34.893589" elapsed="0.000033"/>
</return>
<status status="PASS" start="2026-04-28T02:22:34.893441" elapsed="0.000212"/>
</branch>
<status status="PASS" start="2026-04-28T02:22:34.893422" elapsed="0.000256"/>
</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-04-28T02:22:34.893835" elapsed="0.000023"/>
</kw>
<kw name="Run Keyword And Return Status" owner="BuiltIn">
<var>${match}</var>
<arg>Should Contain</arg>
<arg>${number}</arg>
<arg>-</arg>
<doc>Runs the specified keyword and returns the status as a Boolean value.</doc>
<status status="NOT RUN" start="2026-04-28T02:22:34.893998" elapsed="0.000021"/>
</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-04-28T02:22:34.894159" elapsed="0.000020"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<var>${msg}</var>
<arg>This test fails due to ${bug_url}</arg>
<doc>Returns the given values which can then be assigned to a variables.</doc>
<status status="NOT RUN" start="2026-04-28T02:22:34.894355" elapsed="0.000022"/>
</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-04-28T02:22:34.894507" 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-04-28T02:22:34.894656" 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-04-28T02:22:34.894815" elapsed="0.000021"/>
</kw>
<if>
<branch type="IF" condition="&quot;${include_bug_in_tags}&quot;==&quot;True&quot;">
<kw name="Set Tags" owner="BuiltIn">
<arg>${bug_url}</arg>
<doc>Adds given ``tags`` for the current test or all tests in a suite.</doc>
<status status="NOT RUN" start="2026-04-28T02:22:34.895038" elapsed="0.000021"/>
</kw>
<status status="NOT RUN" start="2026-04-28T02:22:34.894900" elapsed="0.000191"/>
</branch>
<status status="NOT RUN" start="2026-04-28T02:22:34.894883" elapsed="0.000231"/>
</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-04-28T02:22:34.892472" elapsed="0.002694"/>
</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-04-28T02:12:28.184257" elapsed="606.710954"/>
</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-04-28T01:52:12.179069" elapsed="1822.716737"/>
</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>
