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

[?1h=[90m~[0m                                                                                [?2004hopendaylight-user</msg>
<arg>${KARAF_USER}</arg>
<arg>${KARAF_PASSWORD}</arg>
<arg>loglevel=${loglevel}</arg>
<doc>Logs into the SSH server with the given ``username`` and ``password``.</doc>
<status status="PASS" start="2026-07-22T01:55:36.556932" elapsed="0.682857"/>
</kw>
<kw name="Write" owner="SSHLibrary">
<msg time="2026-07-22T01:55:37.288210" level="INFO">@root&gt;log:set ERROR</msg>
<arg>${cmd}</arg>
<doc>Writes the given ``text`` on the remote machine and appends a newline.</doc>
<status status="PASS" start="2026-07-22T01:55:37.240058" elapsed="0.048227"/>
</kw>
<kw name="Read Until Regexp" owner="SSHLibrary">
<msg time="2026-07-22T01:55:37.290274" level="INFO">[?1l&gt;[?2004l[?1h=[90m~[0m                                                                                [?2004hopendaylight-user@root&gt;</msg>
<msg time="2026-07-22T01:55:37.290403" level="INFO">${output} = [?1l&gt;[?2004l[?1h=[90m~[0m                                                                                [?2004hopendaylight-user@root&gt;</msg>
<var>${output}</var>
<arg>${KARAF_PROMPT}</arg>
<doc>Consumes and returns the server output until a match to ``regexp`` is found.</doc>
<status status="PASS" start="2026-07-22T01:55:37.288475" elapsed="0.001960"/>
</kw>
<kw name="Write Bare" owner="SSHLibrary">
<arg>logout\n</arg>
<doc>Writes the given ``text`` on the remote machine without appending a newline.</doc>
<status status="PASS" start="2026-07-22T01:55:37.290610" elapsed="0.000208"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-07-22T01:55:37.290980" elapsed="0.000245"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-07-22T01:55:37.291746" level="INFO">[?1l&gt;[?2004l[?1h=[90m~[0m                                                                                [?2004hopendaylight-user@root&gt;</msg>
<arg>${output}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-07-22T01:55:37.291389" elapsed="0.000415"/>
</kw>
<return>
<value>${output}</value>
<status status="PASS" start="2026-07-22T01:55:37.291858" elapsed="0.000051"/>
</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.20
Note that this keyword will open&amp;close new SSH connection, without switching back to previously current session.</doc>
<status status="PASS" start="2026-07-22T01:55:36.555309" elapsed="0.736723"/>
</kw>
<arg>3x</arg>
<arg>1s</arg>
<arg>KarafKeywords.Issue Command On Karaf Console</arg>
<arg>log:set ${log_level}</arg>
<doc>Runs the specified keyword and retries if it fails.</doc>
<status status="PASS" start="2026-07-22T01:55:36.551607" elapsed="0.740488"/>
</kw>
<kw name="Append To File" owner="OperatingSystem">
<msg time="2026-07-22T01:55:37.292708" level="INFO" html="true">Appended to file '&lt;a href="file:///w/workspace/openflowplugin-csit-1node-cbench-only-titanium/latency.csv"&gt;/w/workspace/openflowplugin-csit-1node-cbench-only-titanium/latency.csv&lt;/a&gt;'.</msg>
<arg>${latency_results_file}</arg>
<arg>LATENCY_MIN,LATENCY_MAX,LATENCY_AVERAGE\n</arg>
<doc>Appends the given content to the specified file.</doc>
<status status="PASS" start="2026-07-22T01:55:37.292277" elapsed="0.000491"/>
</kw>
<kw name="Append To File" owner="OperatingSystem">
<msg time="2026-07-22T01:55:37.293181" level="INFO" html="true">Appended to file '&lt;a href="file:///w/workspace/openflowplugin-csit-1node-cbench-only-titanium/throughput.csv"&gt;/w/workspace/openflowplugin-csit-1node-cbench-only-titanium/throughput.csv&lt;/a&gt;'.</msg>
<arg>${throughput_results_file}</arg>
<arg>THROUGHPUT_MIN,THROUGHPUT_MAX,THROUGHPUT_AVERAGE\n</arg>
<doc>Appends the given content to the specified file.</doc>
<status status="PASS" start="2026-07-22T01:55:37.292925" elapsed="0.000324"/>
</kw>
<kw name="Evaluate" owner="BuiltIn">
<msg time="2026-07-22T01:55:37.293855" level="INFO">${duration_in_ms} = 60000</msg>
<var>${duration_in_ms}</var>
<arg>${duration_in_secs} * 1000</arg>
<doc>Evaluates the given expression in Python and returns the result.</doc>
<status status="PASS" start="2026-07-22T01:55:37.293432" elapsed="0.000452"/>
</kw>
<kw name="Set Suite Variable" owner="BuiltIn">
<msg time="2026-07-22T01:55:37.294432" level="INFO">${duration_in_ms} = 60000</msg>
<arg>${duration_in_ms}</arg>
<doc>Makes a variable available everywhere within the scope of the current suite.</doc>
<status status="PASS" start="2026-07-22T01:55:37.294060" elapsed="0.000419"/>
</kw>
<kw name="Evaluate" owner="BuiltIn">
<msg time="2026-07-22T01:55:37.295036" level="INFO">${test_timeout} = 900.0</msg>
<var>${test_timeout}</var>
<arg>(${loops} * ${duration_in_secs}) * 1.5</arg>
<doc>Evaluates the given expression in Python and returns the result.</doc>
<status status="PASS" start="2026-07-22T01:55:37.294647" elapsed="0.000417"/>
</kw>
<kw name="Set Suite Variable" owner="BuiltIn">
<msg time="2026-07-22T01:55:37.295563" level="INFO">${test_timeout} = 900.0</msg>
<arg>${test_timeout}</arg>
<doc>Makes a variable available everywhere within the scope of the current suite.</doc>
<status status="PASS" start="2026-07-22T01:55:37.295232" elapsed="0.000398"/>
</kw>
<if>
<branch type="IF" condition="&quot;${cbench_system}&quot; == &quot;localhost&quot;">
<kw name="File Should Exist" owner="OperatingSystem">
<arg>${cbench_executable}</arg>
<doc>Fails unless the given ``path`` points to an existing file.</doc>
<status status="NOT RUN" start="2026-07-22T01:55:37.295936" elapsed="0.000021"/>
</kw>
<status status="NOT RUN" start="2026-07-22T01:55:37.295718" elapsed="0.000274"/>
</branch>
<branch type="ELSE">
<kw name="Verify File Exists On Remote System" owner="Utils">
<kw name="Open Connection" owner="SSHLibrary">
<msg time="2026-07-22T01:55:37.300559" level="INFO">${conn_id} = 2</msg>
<var>${conn_id}</var>
<arg>${system}</arg>
<arg>prompt=${prompt}</arg>
<arg>timeout=${prompt_timeout}</arg>
<doc>Opens a new SSH connection to the given ``host`` and ``port``.</doc>
<status status="PASS" start="2026-07-22T01:55:37.300080" elapsed="0.000526"/>
</kw>
<kw name="Flexible_SSH_Login" owner="SSHKeywords">
<kw name="Get Length" owner="BuiltIn">
<msg time="2026-07-22T01:55:37.301633" level="INFO">Length is 0.</msg>
<msg time="2026-07-22T01:55:37.301719" level="INFO">${pwd_length} = 0</msg>
<var>${pwd_length}</var>
<arg>${password}</arg>
<doc>Returns and logs the length of the given item as an integer.</doc>
<status status="PASS" start="2026-07-22T01:55:37.301165" elapsed="0.000579"/>
</kw>
<kw name="Run Keyword And Return If" owner="BuiltIn">
<arg>${pwd_length} &gt; 0</arg>
<arg>SSHLibrary.Login</arg>
<arg>${user}</arg>
<arg>${password}</arg>
<arg>delay=${delay}</arg>
<doc>Runs the specified keyword and returns from the enclosing user keyword.</doc>
<status status="PASS" start="2026-07-22T01:55:37.301889" elapsed="0.000347"/>
</kw>
<kw name="Run Keyword And Return" owner="BuiltIn">
<kw name="Login With Public Key" owner="SSHLibrary">
<msg time="2026-07-22T01:55:37.303270" level="INFO">Logging into '10.30.171.103:22' as 'jenkins'.</msg>
<msg time="2026-07-22T01:55:38.006347" 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 Wed Jul 22 01:55:37 UTC 2026

  System load:  0.04               Processes:             111
  Usage of /:   19.3% of 38.58GB   Users logged in:       0
  Memory usage: 4%                 IPv4 address for ens3: 10.30.171.103
  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-787-1-mininet-ovs-217-0 ~]&gt;</msg>
<arg>${user}</arg>
<arg>${USER_HOME}/.ssh/${SSH_KEY}</arg>
<arg>${KEYFILE_PASS}</arg>
<arg>delay=${delay}</arg>
<doc>Logs into the SSH server using key-based authentication.</doc>
<status status="PASS" start="2026-07-22T01:55:37.302777" elapsed="0.703752"/>
</kw>
<msg time="2026-07-22T01:55:38.006660" level="INFO">Returning from the enclosing user keyword.</msg>
<arg>SSHLibrary.Login With Public Key</arg>
<arg>${user}</arg>
<arg>${USER_HOME}/.ssh/${SSH_KEY}</arg>
<arg>${KEYFILE_PASS}</arg>
<arg>delay=${delay}</arg>
<doc>Runs the specified keyword and returns from the enclosing user keyword.</doc>
<status status="PASS" start="2026-07-22T01:55:37.302392" elapsed="0.704389"/>
</kw>
<arg>${user}</arg>
<arg>${password}</arg>
<doc>On active SSH session: if given non-empty password, do Login, else do Login With Public Key.</doc>
<status status="PASS" start="2026-07-22T01:55:37.300820" elapsed="0.706140"/>
</kw>
<kw name="File Should Exist" owner="SSHLibrary">
<msg time="2026-07-22T01:55:38.015640" level="INFO">[chan 1] Opened sftp connection (server version 3)</msg>
<arg>${file}</arg>
<doc>Fails if the given ``path`` does NOT point to an existing file.</doc>
<status status="PASS" start="2026-07-22T01:55:38.007269" elapsed="0.010644"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-07-22T01:55:38.018392" elapsed="0.000811"/>
</kw>
<arg>${cbench_system}</arg>
<arg>${cbench_executable}</arg>
<doc>Will create connection with public key and will PASS if the given ${file} exists,
otherwise will FAIL</doc>
<status status="PASS" start="2026-07-22T01:55:37.299540" elapsed="0.719835"/>
</kw>
<status status="PASS" start="2026-07-22T01:55:37.296181" elapsed="0.723286"/>
</branch>
<status status="PASS" start="2026-07-22T01:55:37.295691" elapsed="0.723850"/>
</if>
<kw name="Should Be True" owner="BuiltIn">
<arg>${loops} &gt;= 2</arg>
<arg>If number of loops is less than 2, cbench will not run</arg>
<doc>Fails if the given condition is not true.</doc>
<status status="PASS" start="2026-07-22T01:55:38.019974" elapsed="0.000817"/>
</kw>
<kw name="Verify_Feature_Is_Installed" owner="KarafKeywords">
<if>
<branch type="IF" condition="'${IS_KARAF_APPL}' == 'False'">
<return>
<value>Not A Karaf App</value>
<status status="NOT RUN" start="2026-07-22T01:55:38.027138" elapsed="0.000081"/>
</return>
<status status="NOT RUN" start="2026-07-22T01:55:38.026960" elapsed="0.000323"/>
</branch>
<status status="PASS" start="2026-07-22T01:55:38.026924" elapsed="0.000400"/>
</if>
<kw name="Issue_Command_On_Karaf_Console" owner="KarafKeywords">
<if>
<branch type="IF" condition="'${IS_KARAF_APPL}' == 'False'">
<return>
<value>Not A Karaf App</value>
<status status="NOT RUN" start="2026-07-22T01:55:38.031358" elapsed="0.000017"/>
</return>
<status status="NOT RUN" start="2026-07-22T01:55:38.031221" elapsed="0.000197"/>
</branch>
<status status="PASS" start="2026-07-22T01:55:38.031198" elapsed="0.000244"/>
</if>
<kw name="Open Connection" owner="SSHLibrary">
<arg>${controller}</arg>
<arg>port=${karaf_port}</arg>
<arg>prompt=${KARAF_PROMPT_LOGIN}</arg>
<arg>timeout=${timeout}</arg>
<doc>Opens a new SSH connection to the given ``host`` and ``port``.</doc>
<status status="PASS" start="2026-07-22T01:55:38.031606" elapsed="0.000475"/>
</kw>
<kw name="Login" owner="SSHLibrary">
<msg time="2026-07-22T01:55:38.032506" level="INFO">Logging into '10.30.170.20:8101' as 'karaf'.</msg>
<msg time="2026-07-22T01:55:38.224233" level="INFO">Read output: [33m                                                                                           
[33m    ________                       ________                .__  .__       .__     __       
[33m    \_____  \ ______   ____   ____ \______ \ _____  ___.__.|  | |__| ____ |  |___/  |_     
[33m     /   |   \\____ \_/ __ \ /    \ |    |  \\__  \&lt;   |  ||  | |  |/ ___\|  |  \   __\    
[33m    /    |    \  |_&gt; &gt;  ___/|   |  \|    `   \/ __ \\___  ||  |_|  / /_/  &gt;   Y  \  |      
[33m    \_______  /   __/ \___  &gt;___|  /_______  (____  / ____||____/__\___  /|___|  /__|      
[33m            \/|__|        \/     \/        \/     \/\/            /_____/      \/          
[33m                                                                                           

Hit '[1m&lt;tab&gt;[0m' for a list of available commands
and '[1m[cmd] --help[0m' for help on a specific command.
Hit '[1m&lt;ctrl-d&gt;[0m' or type '[1msystem:shutdown[0m' or '[1mlogout[0m' to shutdown OpenDaylight.

[?1h=[90m~[0m                                                                                [?2004hopendaylight-user</msg>
<arg>${KARAF_USER}</arg>
<arg>${KARAF_PASSWORD}</arg>
<arg>loglevel=${loglevel}</arg>
<doc>Logs into the SSH server with the given ``username`` and ``password``.</doc>
<status status="PASS" start="2026-07-22T01:55:38.032229" elapsed="0.192180"/>
</kw>
<kw name="Write" owner="SSHLibrary">
<msg time="2026-07-22T01:55:38.325056" level="INFO">@root&gt;feature:list -i | 0[C 0g[Krep odl-openflowplugin-drop-test</msg>
<arg>${cmd}</arg>
<doc>Writes the given ``text`` on the remote machine and appends a newline.</doc>
<status status="PASS" start="2026-07-22T01:55:38.224713" elapsed="0.100488"/>
</kw>
<kw name="Read Until Regexp" owner="SSHLibrary">
<msg time="2026-07-22T01:55:38.329512" level="INFO">[?1l&gt;[?2004l[31;1modl-openflowplugin-drop-test[0m                                    x 0.20.2           x x        x Started x [31;1modl-openflowplugin-drop-test[0m                                    x OpenDaylight :: Openflow Plugin :: Drop Test
[?1h=[90m~[0m                                                                                [?2004hopendaylight-user@root&gt;</msg>
<msg time="2026-07-22T01:55:38.329731" level="INFO">${output} = [?1l&gt;[?2004l[31;1modl-openflowplugin-drop-test[0m                                    x 0.20.2           x x        x Started x [31;1modl-openflowplugin-drop-test[0m                     ...</msg>
<var>${output}</var>
<arg>${KARAF_PROMPT}</arg>
<doc>Consumes and returns the server output until a match to ``regexp`` is found.</doc>
<status status="PASS" start="2026-07-22T01:55:38.325452" elapsed="0.004311"/>
</kw>
<kw name="Write Bare" owner="SSHLibrary">
<arg>logout\n</arg>
<doc>Writes the given ``text`` on the remote machine without appending a newline.</doc>
<status status="PASS" start="2026-07-22T01:55:38.329910" elapsed="0.000268"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-07-22T01:55:38.330331" elapsed="0.000276"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-07-22T01:55:38.331061" level="INFO">[?1l&gt;[?2004l[31;1modl-openflowplugin-drop-test[0m                                    x 0.20.2           x x        x Started x [31;1modl-openflowplugin-drop-test[0m                                    x OpenDaylight :: Openflow Plugin :: Drop Test
[?1h=[90m~[0m                                                                                [?2004hopendaylight-user@root&gt;</msg>
<arg>${output}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-07-22T01:55:38.330753" elapsed="0.000365"/>
</kw>
<return>
<value>${output}</value>
<status status="PASS" start="2026-07-22T01:55:38.331168" elapsed="0.000054"/>
</return>
<msg time="2026-07-22T01:55:38.331374" 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.20
Note that this keyword will open&amp;close new SSH connection, without switching back to previously current session.</doc>
<status status="PASS" start="2026-07-22T01:55:38.030827" elapsed="0.300580"/>
</kw>
<kw name="Should Contain" owner="BuiltIn">
<arg>${output}</arg>
<arg>${feature_name}</arg>
<doc>Fails if ``container`` does not contain ``item`` one or more times.</doc>
<status status="PASS" start="2026-07-22T01:55:38.331718" elapsed="0.000550"/>
</kw>
<return>
<value>${output}</value>
<status status="PASS" start="2026-07-22T01:55:38.332321" 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-07-22T01:55:38.026491" elapsed="0.305963"/>
</kw>
<kw name="Issue_Command_On_Karaf_Console" owner="KarafKeywords">
<if>
<branch type="IF" condition="'${IS_KARAF_APPL}' == 'False'">
<return>
<value>Not A Karaf App</value>
<status status="NOT RUN" start="2026-07-22T01:55:38.336177" elapsed="0.000016"/>
</return>
<status status="NOT RUN" start="2026-07-22T01:55:38.336044" elapsed="0.000215"/>
</branch>
<status status="PASS" start="2026-07-22T01:55:38.336019" elapsed="0.000267"/>
</if>
<kw name="Open Connection" owner="SSHLibrary">
<arg>${controller}</arg>
<arg>port=${karaf_port}</arg>
<arg>prompt=${KARAF_PROMPT_LOGIN}</arg>
<arg>timeout=${timeout}</arg>
<doc>Opens a new SSH connection to the given ``host`` and ``port``.</doc>
<status status="PASS" start="2026-07-22T01:55:38.336421" elapsed="0.000470"/>
</kw>
<kw name="Login" owner="SSHLibrary">
<msg time="2026-07-22T01:55:38.337530" level="INFO">Logging into '10.30.170.20:8101' as 'karaf'.</msg>
<msg time="2026-07-22T01:55:38.499409" level="INFO">Read output: [33m                                                                                           
[33m    ________                       ________                .__  .__       .__     __       
[33m    \_____  \ ______   ____   ____ \______ \ _____  ___.__.|  | |__| ____ |  |___/  |_     
[33m     /   |   \\____ \_/ __ \ /    \ |    |  \\__  \&lt;   |  ||  | |  |/ ___\|  |  \   __\    
[33m    /    |    \  |_&gt; &gt;  ___/|   |  \|    `   \/ __ \\___  ||  |_|  / /_/  &gt;   Y  \  |      
[33m    \_______  /   __/ \___  &gt;___|  /_______  (____  / ____||____/__\___  /|___|  /__|      
[33m            \/|__|        \/     \/        \/     \/\/            /_____/      \/          
[33m                                                                                           

Hit '[1m&lt;tab&gt;[0m' for a list of available commands
and '[1m[cmd] --help[0m' for help on a specific command.
Hit '[1m&lt;ctrl-d&gt;[0m' or type '[1msystem:shutdown[0m' or '[1mlogout[0m' to shutdown OpenDaylight.

[?1h=[90m~[0m                                                                                [?2004hopendaylight-user</msg>
<arg>${KARAF_USER}</arg>
<arg>${KARAF_PASSWORD}</arg>
<arg>loglevel=${loglevel}</arg>
<doc>Logs into the SSH server with the given ``username`` and ``password``.</doc>
<status status="PASS" start="2026-07-22T01:55:38.337252" elapsed="0.162314"/>
</kw>
<kw name="Write" owner="SSHLibrary">
<msg time="2026-07-22T01:55:38.523747" level="INFO">@root&gt;dropallpacketsrpc on</msg>
<arg>${cmd}</arg>
<doc>Writes the given ``text`` on the remote machine and appends a newline.</doc>
<status status="PASS" start="2026-07-22T01:55:38.499914" elapsed="0.023896"/>
</kw>
<kw name="Read Until Regexp" owner="SSHLibrary">
<msg time="2026-07-22T01:55:38.526563" level="INFO">[?1l&gt;[?2004lDropAllFlows transitions to on
[?1h=[90m~[0m                                                                                [?2004hopendaylight-user@root&gt;</msg>
<msg time="2026-07-22T01:55:38.526709" level="INFO">${output} = [?1l&gt;[?2004lDropAllFlows transitions to on
[?1h=[90m~[0m                                                                                [?2004hopendaylight-user@root&gt;</msg>
<var>${output}</var>
<arg>${KARAF_PROMPT}</arg>
<doc>Consumes and returns the server output until a match to ``regexp`` is found.</doc>
<status status="PASS" start="2026-07-22T01:55:38.523962" elapsed="0.002778"/>
</kw>
<kw name="Write Bare" owner="SSHLibrary">
<arg>logout\n</arg>
<doc>Writes the given ``text`` on the remote machine without appending a newline.</doc>
<status status="PASS" start="2026-07-22T01:55:38.526880" elapsed="0.000193"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-07-22T01:55:38.527221" elapsed="0.000178"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-07-22T01:55:38.527853" level="INFO">[?1l&gt;[?2004lDropAllFlows transitions to on
[?1h=[90m~[0m                                                                                [?2004hopendaylight-user@root&gt;</msg>
<arg>${output}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-07-22T01:55:38.527537" elapsed="0.000367"/>
</kw>
<return>
<value>${output}</value>
<status status="PASS" start="2026-07-22T01:55:38.527954" elapsed="0.000046"/>
</return>
<arg>dropallpacketsrpc on</arg>
<doc>Will execute the given ${cmd} by ssh'ing to the karaf console running on 10.30.170.20
Note that this keyword will open&amp;close new SSH connection, without switching back to previously current session.</doc>
<status status="PASS" start="2026-07-22T01:55:38.335712" elapsed="0.192400"/>
</kw>
<status status="PASS" start="2026-07-22T01:55:36.549764" elapsed="1.978412"/>
</kw>
<test id="s1-t1" name="Cbench Latency Test" line="37">
<kw name="Log" owner="BuiltIn">
<msg time="2026-07-22T01:55:38.530278" level="INFO">Cbench tests using 10 iterations of 60 second tests. Switch Count: 16. Unique MACS to cycle: 100</msg>
<arg>Cbench tests using ${loops} iterations of ${duration_in_secs} second tests. Switch Count: ${switch_count}. Unique MACS to cycle: ${num_of_unique_macs}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-07-22T01:55:38.529043" elapsed="0.001308"/>
</kw>
<kw name="Run Cbench And Log Results">
<kw name="Set Suite Variable" owner="BuiltIn">
<msg time="2026-07-22T01:55:38.531890" level="INFO">${output_filename} = latency.csv</msg>
<arg>${output_filename}</arg>
<doc>Makes a variable available everywhere within the scope of the current suite.</doc>
<status status="PASS" start="2026-07-22T01:55:38.531460" elapsed="0.000476"/>
</kw>
<if>
<branch type="IF" condition="&quot;${cbench_system}&quot; == &quot;localhost&quot;">
<kw name="Run" owner="OperatingSystem">
<var>${output}</var>
<arg>${cbench_executable} -c ${ODL_SYSTEM_IP} ${cbench_args}</arg>
<doc>_This keyword is considered deprecated. Use the
[http://robotframework.org/robotframework/latest/libraries/Process.html|
Process] library instead._</doc>
<status status="NOT RUN" start="2026-07-22T01:55:38.532258" elapsed="0.000023"/>
</kw>
<status status="NOT RUN" start="2026-07-22T01:55:38.532016" elapsed="0.000304"/>
</branch>
<branch type="ELSE">
<kw name="Run Command On Remote System" owner="Utils">
<if>
<branch type="IF" condition="&quot;${return_stdout}&quot;!=&quot;True&quot; and &quot;${return_stderr}&quot;!=&quot;True&quot;">
<kw name="Fail" owner="BuiltIn">
<arg>At least one of {return_stdout} or {return_stderr} args should be set to True</arg>
<doc>Fails the test with the given message and optionally alters its tags.</doc>
<status status="NOT RUN" start="2026-07-22T01:55:38.535689" elapsed="0.000023"/>
</kw>
<status status="NOT RUN" start="2026-07-22T01:55:38.535408" elapsed="0.000340"/>
</branch>
<status status="PASS" start="2026-07-22T01:55:38.535388" elapsed="0.000387"/>
</if>
<kw name="Get Connection" owner="SSHLibrary">
<msg time="2026-07-22T01:55:38.536117" level="INFO">index=None
host=None
alias=None
port=22
timeout=3 seconds
newline=

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

prompt=None
term_type=vt100
width=80
height=24
path_separator=/
encoding=utf8
escape_ansi=False
encoding_errors=strict</msg>
<var>${current_ssh_connection}</var>
<doc>Returns information about the connection.</doc>
<status status="PASS" start="2026-07-22T01:55:38.535911" elapsed="0.000358"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-07-22T01:55:38.536859" level="INFO">Attempting to execute command "/usr/local/bin/cbench -c 10.30.170.20 -m 60000 -M 100 -S 16 -l 10 -D 5000 -p 6633" on remote system "10.30.171.103" by user "jenkins" with keyfile pass "any" and prompt "&gt;" and password ""</msg>
<arg>Attempting to execute command "${cmd}" on remote system "${system}" by user "${user}" with keyfile pass "${keyfile_pass}" and prompt "${prompt}" and password "${password}"</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-07-22T01:55:38.536408" elapsed="0.000534"/>
</kw>
<kw name="Open Connection" owner="SSHLibrary">
<msg time="2026-07-22T01:55:38.537558" level="INFO">${conn_id} = 5</msg>
<var>${conn_id}</var>
<arg>${system}</arg>
<arg>prompt=${prompt}</arg>
<arg>timeout=${prompt_timeout}</arg>
<doc>Opens a new SSH connection to the given ``host`` and ``port``.</doc>
<status status="PASS" start="2026-07-22T01:55:38.537086" elapsed="0.000514"/>
</kw>
<kw name="Flexible_SSH_Login" owner="SSHKeywords">
<kw name="Get Length" owner="BuiltIn">
<msg time="2026-07-22T01:55:38.538544" level="INFO">Length is 0.</msg>
<msg time="2026-07-22T01:55:38.538654" level="INFO">${pwd_length} = 0</msg>
<var>${pwd_length}</var>
<arg>${password}</arg>
<doc>Returns and logs the length of the given item as an integer.</doc>
<status status="PASS" start="2026-07-22T01:55:38.538198" elapsed="0.000482"/>
</kw>
<kw name="Run Keyword And Return If" owner="BuiltIn">
<arg>${pwd_length} &gt; 0</arg>
<arg>SSHLibrary.Login</arg>
<arg>${user}</arg>
<arg>${password}</arg>
<arg>delay=${delay}</arg>
<doc>Runs the specified keyword and returns from the enclosing user keyword.</doc>
<status status="PASS" start="2026-07-22T01:55:38.538825" elapsed="0.000344"/>
</kw>
<kw name="Run Keyword And Return" owner="BuiltIn">
<kw name="Login With Public Key" owner="SSHLibrary">
<msg time="2026-07-22T01:55:38.540083" level="INFO">Logging into '10.30.171.103:22' as 'jenkins'.</msg>
<msg time="2026-07-22T01:55:38.856308" 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 Wed Jul 22 01:55:37 UTC 2026

  System load:  0.04               Processes:             111
  Usage of /:   19.3% of 38.58GB   Users logged in:       0
  Memory usage: 4%                 IPv4 address for ens3: 10.30.171.103
  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: Wed Jul 22 01:55:37 2026 from 10.30.171.73
[?2004h[jenkins@releng-48317-787-1-mininet-ovs-217-0 ~]&gt;</msg>
<arg>${user}</arg>
<arg>${USER_HOME}/.ssh/${SSH_KEY}</arg>
<arg>${KEYFILE_PASS}</arg>
<arg>delay=${delay}</arg>
<doc>Logs into the SSH server using key-based authentication.</doc>
<status status="PASS" start="2026-07-22T01:55:38.539721" elapsed="0.316804"/>
</kw>
<msg time="2026-07-22T01:55:38.856636" level="INFO">Returning from the enclosing user keyword.</msg>
<arg>SSHLibrary.Login With Public Key</arg>
<arg>${user}</arg>
<arg>${USER_HOME}/.ssh/${SSH_KEY}</arg>
<arg>${KEYFILE_PASS}</arg>
<arg>delay=${delay}</arg>
<doc>Runs the specified keyword and returns from the enclosing user keyword.</doc>
<status status="PASS" start="2026-07-22T01:55:38.539345" elapsed="0.317392"/>
</kw>
<arg>${user}</arg>
<arg>${password}</arg>
<doc>On active SSH session: if given non-empty password, do Login, else do Login With Public Key.</doc>
<status status="PASS" start="2026-07-22T01:55:38.537815" elapsed="0.319062"/>
</kw>
<kw name="Execute Command" owner="SSHLibrary">
<msg time="2026-07-22T01:55:38.857470" level="INFO">Executing command '/usr/local/bin/cbench -c 10.30.170.20 -m 60000 -M 100 -S 16 -l 10 -D 5000 -p 6633'.</msg>
<msg time="2026-07-22T02:05:44.981163" level="INFO">Command exited with return code 0.</msg>
<msg time="2026-07-22T02:05:44.981891" level="INFO">${stdout} = </msg>
<msg time="2026-07-22T02:05:44.982011" level="INFO">${stderr} = cbench: controller benchmarking tool
   running in mode 'latency'
   connecting to controller at 10.30.170.20:6633 
   faking 16 switches with 1 threads :: 10 tests each; 60000 ms per test
   with 100...</msg>
<var>${stdout}</var>
<var>${stderr}</var>
<arg>${cmd}</arg>
<arg>return_stderr=True</arg>
<doc>Executes ``command`` on the remote machine and returns its outputs.</doc>
<status status="PASS" start="2026-07-22T01:55:38.857126" elapsed="606.124953"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-07-22T02:05:44.982571" elapsed="0.000541"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-07-22T02:05:44.983919" level="INFO">cbench: controller benchmarking tool
   running in mode 'latency'
   connecting to controller at 10.30.170.20: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.20. So far 1 cbench instances have initialized their switches.  Waiting for other cbench-instances
Thread-0: Total switches from ALL cbench-instances initialized.
01:56:44.082 16  switches: flows:  111267 111350 112309 110593 113322 113402 112228 111029 108484 109868 111406 108907 109787 110293 109008 110141  total = 29.556567 per ms 
01:57:44.182 16  switches: flows:  126020 128157 126308 124744 126478 126225 125880 124133 123596 124620 124226 124328 122578 123728 123757 122003  total = 33.224187 per ms 
01:58:44.282 16  switches: flows:  123152 124691 122364 122118 123869 122535 122733 121164 122682 119892 122534 120163 118488 119186 120133 120679  total = 32.385619 per ms 
01:59:44.382 16  switches: flows:  127511 130283 128762 126015 129901 127519 128685 127520 126332 125852 126586 125754 124610 123813 126571 124848  total = 33.786321 per ms 
02:00:44.483 16  switches: flows:  129841 131363 129550 127659 131132 128519 127710 128082 126626 126365 128675 127632 125487 125718 126757 124351  total = 34.034293 per ms 
02:01:44.583 16  switches: flows:  128827 127884 128282 126222 129052 127451 126815 127172 124252 123744 126145 125890 123803 124960 125540 122275  total = 33.582471 per ms 
02:02:44.683 16  switches: flows:  127413 128388 127415 124430 127809 124625 126550 127080 122002 123436 124990 124405 122484 123616 124696 121087  total = 33.284869 per ms 
02:03:44.784 16  switches: flows:  131655 130660 131677 130720 131016 129109 130253 129240 127520 125884 124849 125864 124169 123250 125240 124103  total = 34.030005 per ms 
02:04:44.885 16  switches: flows:  131682 128685 131239 131750 127384 128092 128514 130255 126204 124362 126655 124308 122570 124117 125156 123890  total = 33.857835 per ms 
02:05:44.986 16  switches: flows:  125860 124122 125327 123422 123630 122787 120234 122579 119215 118304 118655 116807 117423 117520 120564 117316  total = 32.175714 per ms 
RESULT: 16 switches 9 tests min/max/avg/stdev = 32175.71/34034.29/33373.48/11143.24 responses/s</msg>
<arg>${stderr}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-07-22T02:05:44.983373" elapsed="0.000756"/>
</kw>
<if>
<branch type="IF" condition="&quot;${return_stdout}&quot;!=&quot;True&quot;">
<return>
<value>${stderr}</value>
<status status="PASS" start="2026-07-22T02:05:44.984479" elapsed="0.000052"/>
</return>
<status status="PASS" start="2026-07-22T02:05:44.984273" elapsed="0.000333"/>
</branch>
<status status="PASS" start="2026-07-22T02:05:44.984229" elapsed="0.000417"/>
</if>
<if>
<branch type="IF" condition="&quot;${return_stderr}&quot;!=&quot;True&quot;">
<return>
<value>${stdout}</value>
<status status="NOT RUN" start="2026-07-22T02:05:44.984796" elapsed="0.000021"/>
</return>
<status status="NOT RUN" start="2026-07-22T02:05:44.984744" elapsed="0.000112"/>
</branch>
<status status="NOT RUN" start="2026-07-22T02:05:44.984719" elapsed="0.000169"/>
</if>
<return>
<value>${stdout}</value>
<value>${stderr}</value>
<status status="NOT RUN" start="2026-07-22T02:05:44.984935" elapsed="0.000019"/>
</return>
<kw name="Restore_Current_Ssh_Connection_From_Index" owner="SSHKeywords" type="TEARDOWN">
<kw name="Run Keyword And Return If" owner="BuiltIn">
<arg>${connection_index} is not None</arg>
<arg>SSHLibrary.Switch Connection</arg>
<arg>${connection_index}</arg>
<doc>Runs the specified keyword and returns from the enclosing user keyword.</doc>
<status status="PASS" start="2026-07-22T02:05:44.988574" elapsed="0.000497"/>
</kw>
<kw name="Open Connection" owner="SSHLibrary">
<arg>127.0.0.1</arg>
<doc>Opens a new SSH connection to the given ``host`` and ``port``.</doc>
<status status="PASS" start="2026-07-22T02:05:44.989281" elapsed="0.000271"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-07-22T02:05:44.989797" elapsed="0.000149"/>
</kw>
<arg>${current_ssh_connection.index}</arg>
<doc>Restore active SSH connection in SSHLibrary to given index.</doc>
<status status="PASS" start="2026-07-22T02:05:44.985410" elapsed="0.004613"/>
</kw>
<msg time="2026-07-22T02:05:44.990204" level="INFO">${output} = cbench: controller benchmarking tool
   running in mode 'latency'
   connecting to controller at 10.30.170.20:6633 
   faking 16 switches with 1 threads :: 10 tests each; 60000 ms per test
   with 100...</msg>
<var>${output}</var>
<arg>${cbench_system}</arg>
<arg>${cbench_executable} -c ${ODL_SYSTEM_IP} ${cbench_args}</arg>
<arg>prompt_timeout=${test_timeout}</arg>
<arg>return_stdout=False</arg>
<arg>return_stderr=True</arg>
<doc>Reduces the common work of running a command on a remote system to a single higher level
robot keyword, taking care to log in with a public key and. The command given is written and the return value
depends on the passed argument values of return_stdout (default: True) and return_stderr (default: False).
At least one should be True, or the keyword will exit and FAIL. If both are True, the resulting return value
will be a two element list containing both. Otherwise the resulting return value is a string.
No test conditions are checked.</doc>
<status status="PASS" start="2026-07-22T01:55:38.532789" elapsed="606.457452"/>
</kw>
<status status="PASS" start="2026-07-22T01:55:38.532349" elapsed="606.457969"/>
</branch>
<status status="PASS" start="2026-07-22T01:55:38.531992" elapsed="606.458390"/>
</if>
<kw name="Log" owner="BuiltIn">
<msg time="2026-07-22T02:05:44.991046" level="INFO">cbench: controller benchmarking tool
   running in mode 'latency'
   connecting to controller at 10.30.170.20: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.20. So far 1 cbench instances have initialized their switches.  Waiting for other cbench-instances
Thread-0: Total switches from ALL cbench-instances initialized.
01:56:44.082 16  switches: flows:  111267 111350 112309 110593 113322 113402 112228 111029 108484 109868 111406 108907 109787 110293 109008 110141  total = 29.556567 per ms 
01:57:44.182 16  switches: flows:  126020 128157 126308 124744 126478 126225 125880 124133 123596 124620 124226 124328 122578 123728 123757 122003  total = 33.224187 per ms 
01:58:44.282 16  switches: flows:  123152 124691 122364 122118 123869 122535 122733 121164 122682 119892 122534 120163 118488 119186 120133 120679  total = 32.385619 per ms 
01:59:44.382 16  switches: flows:  127511 130283 128762 126015 129901 127519 128685 127520 126332 125852 126586 125754 124610 123813 126571 124848  total = 33.786321 per ms 
02:00:44.483 16  switches: flows:  129841 131363 129550 127659 131132 128519 127710 128082 126626 126365 128675 127632 125487 125718 126757 124351  total = 34.034293 per ms 
02:01:44.583 16  switches: flows:  128827 127884 128282 126222 129052 127451 126815 127172 124252 123744 126145 125890 123803 124960 125540 122275  total = 33.582471 per ms 
02:02:44.683 16  switches: flows:  127413 128388 127415 124430 127809 124625 126550 127080 122002 123436 124990 124405 122484 123616 124696 121087  total = 33.284869 per ms 
02:03:44.784 16  switches: flows:  131655 130660 131677 130720 131016 129109 130253 129240 127520 125884 124849 125864 124169 123250 125240 124103  total = 34.030005 per ms 
02:04:44.885 16  switches: flows:  131682 128685 131239 131750 127384 128092 128514 130255 126204 124362 126655 124308 122570 124117 125156 123890  total = 33.857835 per ms 
02:05:44.986 16  switches: flows:  125860 124122 125327 123422 123630 122787 120234 122579 119215 118304 118655 116807 117423 117520 120564 117316  total = 32.175714 per ms 
RESULT: 16 switches 9 tests min/max/avg/stdev = 32175.71/34034.29/33373.48/11143.24 responses/s</msg>
<arg>${output}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-07-22T02:05:44.990608" elapsed="0.000541"/>
</kw>
<kw name="Should Contain" owner="BuiltIn">
<arg>${output}</arg>
<arg>RESULT</arg>
<doc>Fails if ``container`` does not contain ``item`` one or more times.</doc>
<status status="PASS" start="2026-07-22T02:05:44.991363" elapsed="0.000827"/>
</kw>
<kw name="Get Lines Containing String" owner="String">
<msg time="2026-07-22T02:05:44.993147" level="INFO">1 out of 23 lines matched.</msg>
<msg time="2026-07-22T02:05:44.993352" level="INFO">${result_line} = RESULT: 16 switches 9 tests min/max/avg/stdev = 32175.71/34034.29/33373.48/11143.24 responses/s</msg>
<var>${result_line}</var>
<arg>${output}</arg>
<arg>RESULT</arg>
<doc>Returns lines of the given ``string`` that contain the ``pattern``.</doc>
<status status="PASS" start="2026-07-22T02:05:44.992626" elapsed="0.000787"/>
</kw>
<kw name="Split String" owner="String">
<msg time="2026-07-22T02:05:44.994461" level="INFO">@{results_list} = [ RESULT: | 16 | switches | 9 | tests | min/max/avg/stdev | = | 32175.71/34034.29/33373.48/11143.24 | responses/s ]</msg>
<var>@{results_list}</var>
<arg>${result_line}</arg>
<doc>Splits the ``string`` using ``separator`` as a delimiter string.</doc>
<status status="PASS" start="2026-07-22T02:05:44.993866" elapsed="0.000641"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-07-22T02:05:44.997956" level="INFO">min/max/avg/stdev</msg>
<arg>${results_list[5]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-07-22T02:05:44.994735" elapsed="0.003299"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-07-22T02:05:45.000549" level="INFO">32175.71/34034.29/33373.48/11143.24</msg>
<arg>${results_list[7]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-07-22T02:05:44.998240" elapsed="0.002388"/>
</kw>
<kw name="Split String" owner="String">
<msg time="2026-07-22T02:05:45.003053" level="INFO">@{result_name_list} = [ min | max | avg | stdev ]</msg>
<var>@{result_name_list}</var>
<arg>${results_list[5]}</arg>
<arg>/</arg>
<doc>Splits the ``string`` using ``separator`` as a delimiter string.</doc>
<status status="PASS" start="2026-07-22T02:05:45.000781" elapsed="0.002300"/>
</kw>
<kw name="Split String" owner="String">
<msg time="2026-07-22T02:05:45.005546" level="INFO">@{result_value_list} = [ 32175.71 | 34034.29 | 33373.48 | 11143.24 ]</msg>
<var>@{result_value_list}</var>
<arg>${results_list[7]}</arg>
<arg>/</arg>
<doc>Splits the ``string`` using ``separator`` as a delimiter string.</doc>
<status status="PASS" start="2026-07-22T02:05:45.003276" elapsed="0.002300"/>
</kw>
<kw name="Get Length" owner="BuiltIn">
<msg time="2026-07-22T02:05:45.006075" level="INFO">Length is 4.</msg>
<msg time="2026-07-22T02:05:45.006165" level="INFO">${num_stats} = 4</msg>
<var>${num_stats}</var>
<arg>${result_name_list}</arg>
<doc>Returns and logs the length of the given item as an integer.</doc>
<status status="PASS" start="2026-07-22T02:05:45.005762" elapsed="0.000427"/>
</kw>
<for flavor="IN RANGE">
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-07-22T02:05:45.011123" level="INFO">min :: 32175.71</msg>
<arg>${result_name_list[${i}]} :: ${result_value_list[${i}]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-07-22T02:05:45.006622" elapsed="0.004559"/>
</kw>
<var name="${i}">0</var>
<status status="PASS" start="2026-07-22T02:05:45.006473" elapsed="0.004743"/>
</iter>
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-07-22T02:05:45.015798" level="INFO">max :: 34034.29</msg>
<arg>${result_name_list[${i}]} :: ${result_value_list[${i}]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-07-22T02:05:45.011438" elapsed="0.004425"/>
</kw>
<var name="${i}">1</var>
<status status="PASS" start="2026-07-22T02:05:45.011311" elapsed="0.004590"/>
</iter>
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-07-22T02:05:45.020410" level="INFO">avg :: 33373.48</msg>
<arg>${result_name_list[${i}]} :: ${result_value_list[${i}]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-07-22T02:05:45.016120" elapsed="0.004346"/>
</kw>
<var name="${i}">2</var>
<status status="PASS" start="2026-07-22T02:05:45.015991" elapsed="0.004510"/>
</iter>
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-07-22T02:05:45.025126" level="INFO">stdev :: 11143.24</msg>
<arg>${result_name_list[${i}]} :: ${result_value_list[${i}]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-07-22T02:05:45.020734" elapsed="0.004449"/>
</kw>
<var name="${i}">3</var>
<status status="PASS" start="2026-07-22T02:05:45.020606" elapsed="0.004612"/>
</iter>
<var>${i}</var>
<value>0</value>
<value>${num_stats}</value>
<status status="PASS" start="2026-07-22T02:05:45.006258" elapsed="0.018992"/>
</for>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-07-22T02:05:45.029302" level="INFO">${min} = 32175.71</msg>
<var>${min}</var>
<arg>${result_value_list[${0}]}</arg>
<doc>Returns the given values which can then be assigned to a variables.</doc>
<status status="PASS" start="2026-07-22T02:05:45.025416" elapsed="0.003913"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-07-22T02:05:45.033444" level="INFO">${max} = 34034.29</msg>
<var>${max}</var>
<arg>${result_value_list[${1}]}</arg>
<doc>Returns the given values which can then be assigned to a variables.</doc>
<status status="PASS" start="2026-07-22T02:05:45.029495" elapsed="0.003977"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-07-22T02:05:45.037624" level="INFO">${average} = 33373.48</msg>
<var>${average}</var>
<arg>${result_value_list[${2}]}</arg>
<doc>Returns the given values which can then be assigned to a variables.</doc>
<status status="PASS" start="2026-07-22T02:05:45.033682" elapsed="0.003974"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-07-22T02:05:45.041677" level="INFO">${stdev} = 11143.24</msg>
<var>${stdev}</var>
<arg>${result_value_list[${3}]}</arg>
<doc>Returns the given values which can then be assigned to a variables.</doc>
<status status="PASS" start="2026-07-22T02:05:45.037811" elapsed="0.003893"/>
</kw>
<kw name="Get Time" owner="BuiltIn">
<msg time="2026-07-22T02:05:45.042218" level="INFO">${date} = 2026-07-22 02:05:45</msg>
<var>${date}</var>
<arg>d,m,s</arg>
<doc>Returns the given time in the requested format.</doc>
<status status="PASS" start="2026-07-22T02:05:45.041865" elapsed="0.000378"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-07-22T02:05:45.042808" level="INFO">CBench Result: 2026-07-22 02:05:45,-m 60000 -M 100 -S 16 -l 10 -D 5000 -p 6633,32175.71,34034.29,33373.48,11143.24</msg>
<arg>CBench Result: ${date},${cbench_args},${min},${max},${average},${stdev}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-07-22T02:05:45.042388" elapsed="0.000475"/>
</kw>
<kw name="Log Results And Determine Status">
<kw name="Append To File" owner="OperatingSystem">
<msg time="2026-07-22T02:05:45.043904" level="INFO" html="true">Appended to file '&lt;a href="file:///w/workspace/openflowplugin-csit-1node-cbench-only-titanium/latency.csv"&gt;/w/workspace/openflowplugin-csit-1node-cbench-only-titanium/latency.csv&lt;/a&gt;'.</msg>
<arg>${output_file}</arg>
<arg>${min},${max},${average}\n</arg>
<doc>Appends the given content to the specified file.</doc>
<status status="PASS" start="2026-07-22T02:05:45.043480" elapsed="0.000489"/>
</kw>
<kw name="Should Be True" owner="BuiltIn">
<arg>${average} &gt; ${threshold}</arg>
<arg>${average} flow_mods per/sec did not exceed threshold of ${threshold}</arg>
<doc>Fails if the given condition is not true.</doc>
<status status="PASS" start="2026-07-22T02:05:45.044120" elapsed="0.000502"/>
</kw>
<arg>${min}</arg>
<arg>${max}</arg>
<arg>${average}</arg>
<arg>${average_threshold}</arg>
<arg>${output_filename}</arg>
<status status="PASS" start="2026-07-22T02:05:45.043006" elapsed="0.001683"/>
</kw>
<arg>-m ${duration_in_ms} -M ${num_of_unique_macs} -S ${switch_count} -l ${loops} -D ${start_delay} -p ${of_port}</arg>
<arg>${latency_threshold}</arg>
<arg>${latency_results_file}</arg>
<status status="PASS" start="2026-07-22T01:55:38.530818" elapsed="606.513932"/>
</kw>
<kw name="Sleep" owner="BuiltIn">
<msg time="2026-07-22T02:05:45.045218" level="INFO">Slept 0 seconds.</msg>
<arg>${test_delay}</arg>
<doc>Pauses the test executed for the given time.</doc>
<status status="PASS" start="2026-07-22T02:05:45.044903" elapsed="0.000371"/>
</kw>
<kw name="Log Results As Zero If Cbench Timed Out" type="TEARDOWN">
<kw name="Run Keyword If Timeout Occurred" owner="BuiltIn">
<arg>Log Results And Determine Status</arg>
<arg>0</arg>
<arg>0</arg>
<arg>0</arg>
<arg>0</arg>
<arg>${output_filename}</arg>
<doc>Runs the given keyword if either a test or a keyword timeout has occurred.</doc>
<status status="PASS" start="2026-07-22T02:05:45.045818" elapsed="0.000267"/>
</kw>
<status status="PASS" start="2026-07-22T02:05:45.045484" elapsed="0.000672"/>
</kw>
<doc>cbench executed in default latency mode. Test parameters have defaults, but can be overridden
on the pybot command line</doc>
<tag>cbench</tag>
<tag>latency</tag>
<timeout value="15 minutes"/>
<status status="PASS" start="2026-07-22T01:55:38.528321" elapsed="606.517871"/>
</test>
<test id="s1-t2" name="Cbench Throughput Test" line="51">
<kw name="Log" owner="BuiltIn">
<msg time="2026-07-22T02:05:45.047670" level="INFO">Cbench tests using 10 iterations of 60 second tests. Switch Count: 16. Unique MACS to cycle: 100</msg>
<arg>Cbench tests using ${loops} iterations of ${duration_in_secs} second tests. Switch Count: ${switch_count}. Unique MACS to cycle: ${num_of_unique_macs}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-07-22T02:05:45.047268" elapsed="0.000459"/>
</kw>
<kw name="Run Cbench And Log Results">
<kw name="Set Suite Variable" owner="BuiltIn">
<msg time="2026-07-22T02:05:45.049231" level="INFO">${output_filename} = throughput.csv</msg>
<arg>${output_filename}</arg>
<doc>Makes a variable available everywhere within the scope of the current suite.</doc>
<status status="PASS" start="2026-07-22T02:05:45.048855" elapsed="0.000434"/>
</kw>
<if>
<branch type="IF" condition="&quot;${cbench_system}&quot; == &quot;localhost&quot;">
<kw name="Run" owner="OperatingSystem">
<var>${output}</var>
<arg>${cbench_executable} -c ${ODL_SYSTEM_IP} ${cbench_args}</arg>
<doc>_This keyword is considered deprecated. Use the
[http://robotframework.org/robotframework/latest/libraries/Process.html|
Process] library instead._</doc>
<status status="NOT RUN" start="2026-07-22T02:05:45.049745" elapsed="0.000027"/>
</kw>
<status status="NOT RUN" start="2026-07-22T02:05:45.049426" elapsed="0.000384"/>
</branch>
<branch type="ELSE">
<kw name="Run Command On Remote System" owner="Utils">
<if>
<branch type="IF" condition="&quot;${return_stdout}&quot;!=&quot;True&quot; and &quot;${return_stderr}&quot;!=&quot;True&quot;">
<kw name="Fail" owner="BuiltIn">
<arg>At least one of {return_stdout} or {return_stderr} args should be set to True</arg>
<doc>Fails the test with the given message and optionally alters its tags.</doc>
<status status="NOT RUN" start="2026-07-22T02:05:45.052888" elapsed="0.000021"/>
</kw>
<status status="NOT RUN" start="2026-07-22T02:05:45.052638" elapsed="0.000306"/>
</branch>
<status status="PASS" start="2026-07-22T02:05:45.052612" elapsed="0.000355"/>
</if>
<kw name="Get Connection" owner="SSHLibrary">
<msg time="2026-07-22T02:05:45.053303" level="INFO">index=None
host=None
alias=None
port=22
timeout=3 seconds
newline=

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

prompt=None
term_type=vt100
width=80
height=24
path_separator=/
encoding=utf8
escape_ansi=False
encoding_errors=strict</msg>
<var>${current_ssh_connection}</var>
<doc>Returns information about the connection.</doc>
<status status="PASS" start="2026-07-22T02:05:45.053096" elapsed="0.000355"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-07-22T02:05:45.054051" level="INFO">Attempting to execute command "/usr/local/bin/cbench -c 10.30.170.20 -t -m 60000 -M 100 -S 16 -l 10 -D 5000 -p 6633" on remote system "10.30.171.103" by user "jenkins" with keyfile pass "any" and prompt "&gt;" and password ""</msg>
<arg>Attempting to execute command "${cmd}" on remote system "${system}" by user "${user}" with keyfile pass "${keyfile_pass}" and prompt "${prompt}" and password "${password}"</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-07-22T02:05:45.053627" elapsed="0.000482"/>
</kw>
<kw name="Open Connection" owner="SSHLibrary">
<msg time="2026-07-22T02:05:45.054672" level="INFO">${conn_id} = 7</msg>
<var>${conn_id}</var>
<arg>${system}</arg>
<arg>prompt=${prompt}</arg>
<arg>timeout=${prompt_timeout}</arg>
<doc>Opens a new SSH connection to the given ``host`` and ``port``.</doc>
<status status="PASS" start="2026-07-22T02:05:45.054249" elapsed="0.000450"/>
</kw>
<kw name="Flexible_SSH_Login" owner="SSHKeywords">
<kw name="Get Length" owner="BuiltIn">
<msg time="2026-07-22T02:05:45.055596" level="INFO">Length is 0.</msg>
<msg time="2026-07-22T02:05:45.055689" level="INFO">${pwd_length} = 0</msg>
<var>${pwd_length}</var>
<arg>${password}</arg>
<doc>Returns and logs the length of the given item as an integer.</doc>
<status status="PASS" start="2026-07-22T02:05:45.055274" elapsed="0.000439"/>
</kw>
<kw name="Run Keyword And Return If" owner="BuiltIn">
<arg>${pwd_length} &gt; 0</arg>
<arg>SSHLibrary.Login</arg>
<arg>${user}</arg>
<arg>${password}</arg>
<arg>delay=${delay}</arg>
<doc>Runs the specified keyword and returns from the enclosing user keyword.</doc>
<status status="PASS" start="2026-07-22T02:05:45.055853" elapsed="0.000322"/>
</kw>
<kw name="Run Keyword And Return" owner="BuiltIn">
<kw name="Login With Public Key" owner="SSHLibrary">
<msg time="2026-07-22T02:05:45.057082" level="INFO">Logging into '10.30.171.103:22' as 'jenkins'.</msg>
<msg time="2026-07-22T02:05:45.642041" 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 Wed Jul 22 02:05:45 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.171.103
  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: Wed Jul 22 01:55:38 2026 from 10.30.171.73
[?2004h[jenkins@releng-48317-787-1-mininet-ovs-217-0 ~]&gt;</msg>
<arg>${user}</arg>
<arg>${USER_HOME}/.ssh/${SSH_KEY}</arg>
<arg>${KEYFILE_PASS}</arg>
<arg>delay=${delay}</arg>
<doc>Logs into the SSH server using key-based authentication.</doc>
<status status="PASS" start="2026-07-22T02:05:45.056724" elapsed="0.585519"/>
</kw>
<msg time="2026-07-22T02:05:45.642330" level="INFO">Returning from the enclosing user keyword.</msg>
<arg>SSHLibrary.Login With Public Key</arg>
<arg>${user}</arg>
<arg>${USER_HOME}/.ssh/${SSH_KEY}</arg>
<arg>${KEYFILE_PASS}</arg>
<arg>delay=${delay}</arg>
<doc>Runs the specified keyword and returns from the enclosing user keyword.</doc>
<status status="PASS" start="2026-07-22T02:05:45.056327" elapsed="0.586094"/>
</kw>
<arg>${user}</arg>
<arg>${password}</arg>
<doc>On active SSH session: if given non-empty password, do Login, else do Login With Public Key.</doc>
<status status="PASS" start="2026-07-22T02:05:45.054899" elapsed="0.587650"/>
</kw>
<kw name="Execute Command" owner="SSHLibrary">
<msg time="2026-07-22T02:05:45.643088" level="INFO">Executing command '/usr/local/bin/cbench -c 10.30.170.20 -t -m 60000 -M 100 -S 16 -l 10 -D 5000 -p 6633'.</msg>
<msg time="2026-07-22T02:15:51.715940" level="INFO">Command exited with return code 0.</msg>
<msg time="2026-07-22T02:15:51.716375" level="INFO">${stdout} = </msg>
<msg time="2026-07-22T02:15:51.716481" level="INFO">${stderr} = cbench: controller benchmarking tool
   running in mode 'throughput'
   connecting to controller at 10.30.170.20:6633 
   faking 16 switches with 1 threads :: 10 tests each; 60000 ms per test
   with ...</msg>
<var>${stdout}</var>
<var>${stderr}</var>
<arg>${cmd}</arg>
<arg>return_stderr=True</arg>
<doc>Executes ``command`` on the remote machine and returns its outputs.</doc>
<status status="PASS" start="2026-07-22T02:05:45.642787" elapsed="606.073742"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-07-22T02:15:51.716895" elapsed="0.000513"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-07-22T02:15:51.718220" level="INFO">cbench: controller benchmarking tool
   running in mode 'throughput'
   connecting to controller at 10.30.170.20: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.20. So far 1 cbench instances have initialized their switches.  Waiting for other cbench-instances
Thread-0: Total switches from ALL cbench-instances initialized.
02:06:50.789 16  switches: flows:  509631 499941 517192 508592 514635 492423 508712 516563 520674 492798 501074 509255 487488 504031 495500 489600  total = 134.468483 per ms 
02:07:50.891 16  switches: flows:  584940 582342 580745 571052 589658 576521 585143 576622 581345 584178 576324 579295 579246 574063 592525 572990  total = 154.521743 per ms 
02:08:51.003 16  switches: flows:  628953 623783 635582 632067 638517 626086 630779 632163 629460 636502 634293 641097 623095 636375 629604 629390  total = 168.151549 per ms 
02:09:51.103 16  switches: flows:  595527 592657 595124 597616 592044 589060 593258 596233 587463 588868 594534 590289 591789 589257 597183 591276  total = 157.771226 per ms 
02:10:51.204 16  switches: flows:  611157 601411 613888 600619 613041 604916 614902 581993 609199 608056 608903 622663 593659 612689 611709 621469  total = 161.899143 per ms 
02:11:51.310 16  switches: flows:  604820 611172 623698 618745 609380 615752 615896 619899 620265 620790 615467 610038 619645 625520 613437 608940  total = 163.937054 per ms 
02:12:51.413 16  switches: flows:  570655 568540 560773 570808 567016 566187 553047 565424 565117 563572 575429 560874 554516 572703 563809 568082  total = 150.518913 per ms 
02:13:51.514 16  switches: flows:  588529 592431 599139 595433 600167 584060 591992 579668 593973 592207 597043 588982 589637 593201 589384 590493  total = 157.507696 per ms 
02:14:51.616 16  switches: flows:  621121 623943 623795 622158 594028 631310 625334 637736 645500 632463 635198 632977 634988 629706 621121 628769  total = 167.054380 per ms 
02:15:51.717 16  switches: flows:  647438 648248 654347 647128 646811 654958 646025 651438 644830 643595 651313 662105 643694 650621 653276 661773  total = 173.167869 per ms 
RESULT: 16 switches 9 tests min/max/avg/stdev = 150518.91/173167.87/161614.40/54299.12 responses/s</msg>
<arg>${stderr}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-07-22T02:15:51.717696" elapsed="0.000751"/>
</kw>
<if>
<branch type="IF" condition="&quot;${return_stdout}&quot;!=&quot;True&quot;">
<return>
<value>${stderr}</value>
<status status="PASS" start="2026-07-22T02:15:51.718821" elapsed="0.000054"/>
</return>
<status status="PASS" start="2026-07-22T02:15:51.718573" elapsed="0.000358"/>
</branch>
<status status="PASS" start="2026-07-22T02:15:51.718536" elapsed="0.000432"/>
</if>
<if>
<branch type="IF" condition="&quot;${return_stderr}&quot;!=&quot;True&quot;">
<return>
<value>${stdout}</value>
<status status="NOT RUN" start="2026-07-22T02:15:51.719118" elapsed="0.000019"/>
</return>
<status status="NOT RUN" start="2026-07-22T02:15:51.719063" elapsed="0.000114"/>
</branch>
<status status="NOT RUN" start="2026-07-22T02:15:51.719039" elapsed="0.000169"/>
</if>
<return>
<value>${stdout}</value>
<value>${stderr}</value>
<status status="NOT RUN" start="2026-07-22T02:15:51.719252" elapsed="0.000019"/>
</return>
<kw name="Restore_Current_Ssh_Connection_From_Index" owner="SSHKeywords" type="TEARDOWN">
<kw name="Run Keyword And Return If" owner="BuiltIn">
<arg>${connection_index} is not None</arg>
<arg>SSHLibrary.Switch Connection</arg>
<arg>${connection_index}</arg>
<doc>Runs the specified keyword and returns from the enclosing user keyword.</doc>
<status status="PASS" start="2026-07-22T02:15:51.723064" elapsed="0.000531"/>
</kw>
<kw name="Open Connection" owner="SSHLibrary">
<arg>127.0.0.1</arg>
<doc>Opens a new SSH connection to the given ``host`` and ``port``.</doc>
<status status="PASS" start="2026-07-22T02:15:51.723835" elapsed="0.000248"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-07-22T02:15:51.724277" elapsed="0.000202"/>
</kw>
<arg>${current_ssh_connection.index}</arg>
<doc>Restore active SSH connection in SSHLibrary to given index.</doc>
<status status="PASS" start="2026-07-22T02:15:51.719748" elapsed="0.004820"/>
</kw>
<msg time="2026-07-22T02:15:51.724791" level="INFO">${output} = cbench: controller benchmarking tool
   running in mode 'throughput'
   connecting to controller at 10.30.170.20:6633 
   faking 16 switches with 1 threads :: 10 tests each; 60000 ms per test
   with ...</msg>
<var>${output}</var>
<arg>${cbench_system}</arg>
<arg>${cbench_executable} -c ${ODL_SYSTEM_IP} ${cbench_args}</arg>
<arg>prompt_timeout=${test_timeout}</arg>
<arg>return_stdout=False</arg>
<arg>return_stderr=True</arg>
<doc>Reduces the common work of running a command on a remote system to a single higher level
robot keyword, taking care to log in with a public key and. The command given is written and the return value
depends on the passed argument values of return_stdout (default: True) and return_stderr (default: False).
At least one should be True, or the keyword will exit and FAIL. If both are True, the resulting return value
will be a two element list containing both. Otherwise the resulting return value is a string.
No test conditions are checked.</doc>
<status status="PASS" start="2026-07-22T02:05:45.050149" elapsed="606.674682"/>
</kw>
<status status="PASS" start="2026-07-22T02:05:45.049835" elapsed="606.675067"/>
</branch>
<status status="PASS" start="2026-07-22T02:05:45.049402" elapsed="606.675534"/>
</if>
<kw name="Log" owner="BuiltIn">
<msg time="2026-07-22T02:15:51.725473" level="INFO">cbench: controller benchmarking tool
   running in mode 'throughput'
   connecting to controller at 10.30.170.20: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.20. So far 1 cbench instances have initialized their switches.  Waiting for other cbench-instances
Thread-0: Total switches from ALL cbench-instances initialized.
02:06:50.789 16  switches: flows:  509631 499941 517192 508592 514635 492423 508712 516563 520674 492798 501074 509255 487488 504031 495500 489600  total = 134.468483 per ms 
02:07:50.891 16  switches: flows:  584940 582342 580745 571052 589658 576521 585143 576622 581345 584178 576324 579295 579246 574063 592525 572990  total = 154.521743 per ms 
02:08:51.003 16  switches: flows:  628953 623783 635582 632067 638517 626086 630779 632163 629460 636502 634293 641097 623095 636375 629604 629390  total = 168.151549 per ms 
02:09:51.103 16  switches: flows:  595527 592657 595124 597616 592044 589060 593258 596233 587463 588868 594534 590289 591789 589257 597183 591276  total = 157.771226 per ms 
02:10:51.204 16  switches: flows:  611157 601411 613888 600619 613041 604916 614902 581993 609199 608056 608903 622663 593659 612689 611709 621469  total = 161.899143 per ms 
02:11:51.310 16  switches: flows:  604820 611172 623698 618745 609380 615752 615896 619899 620265 620790 615467 610038 619645 625520 613437 608940  total = 163.937054 per ms 
02:12:51.413 16  switches: flows:  570655 568540 560773 570808 567016 566187 553047 565424 565117 563572 575429 560874 554516 572703 563809 568082  total = 150.518913 per ms 
02:13:51.514 16  switches: flows:  588529 592431 599139 595433 600167 584060 591992 579668 593973 592207 597043 588982 589637 593201 589384 590493  total = 157.507696 per ms 
02:14:51.616 16  switches: flows:  621121 623943 623795 622158 594028 631310 625334 637736 645500 632463 635198 632977 634988 629706 621121 628769  total = 167.054380 per ms 
02:15:51.717 16  switches: flows:  647438 648248 654347 647128 646811 654958 646025 651438 644830 643595 651313 662105 643694 650621 653276 661773  total = 173.167869 per ms 
RESULT: 16 switches 9 tests min/max/avg/stdev = 150518.91/173167.87/161614.40/54299.12 responses/s</msg>
<arg>${output}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-07-22T02:15:51.725146" elapsed="0.000402"/>
</kw>
<kw name="Should Contain" owner="BuiltIn">
<arg>${output}</arg>
<arg>RESULT</arg>
<doc>Fails if ``container`` does not contain ``item`` one or more times.</doc>
<status status="PASS" start="2026-07-22T02:15:51.725712" elapsed="0.000378"/>
</kw>
<kw name="Get Lines Containing String" owner="String">
<msg time="2026-07-22T02:15:51.726489" level="INFO">1 out of 23 lines matched.</msg>
<msg time="2026-07-22T02:15:51.726611" level="INFO">${result_line} = RESULT: 16 switches 9 tests min/max/avg/stdev = 150518.91/173167.87/161614.40/54299.12 responses/s</msg>
<var>${result_line}</var>
<arg>${output}</arg>
<arg>RESULT</arg>
<doc>Returns lines of the given ``string`` that contain the ``pattern``.</doc>
<status status="PASS" start="2026-07-22T02:15:51.726261" elapsed="0.000377"/>
</kw>
<kw name="Split String" owner="String">
<msg time="2026-07-22T02:15:51.727059" level="INFO">@{results_list} = [ RESULT: | 16 | switches | 9 | tests | min/max/avg/stdev | = | 150518.91/173167.87/161614.40/54299.12 | responses/s ]</msg>
<var>@{results_list}</var>
<arg>${result_line}</arg>
<doc>Splits the ``string`` using ``separator`` as a delimiter string.</doc>
<status status="PASS" start="2026-07-22T02:15:51.726794" elapsed="0.000293"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-07-22T02:15:51.729504" level="INFO">min/max/avg/stdev</msg>
<arg>${results_list[5]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-07-22T02:15:51.727231" elapsed="0.002332"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-07-22T02:15:51.732260" level="INFO">150518.91/173167.87/161614.40/54299.12</msg>
<arg>${results_list[7]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-07-22T02:15:51.729727" elapsed="0.002590"/>
</kw>
<kw name="Split String" owner="String">
<msg time="2026-07-22T02:15:51.734732" level="INFO">@{result_name_list} = [ min | max | avg | stdev ]</msg>
<var>@{result_name_list}</var>
<arg>${results_list[5]}</arg>
<arg>/</arg>
<doc>Splits the ``string`` using ``separator`` as a delimiter string.</doc>
<status status="PASS" start="2026-07-22T02:15:51.732488" elapsed="0.002272"/>
</kw>
<kw name="Split String" owner="String">
<msg time="2026-07-22T02:15:51.737262" level="INFO">@{result_value_list} = [ 150518.91 | 173167.87 | 161614.40 | 54299.12 ]</msg>
<var>@{result_value_list}</var>
<arg>${results_list[7]}</arg>
<arg>/</arg>
<doc>Splits the ``string`` using ``separator`` as a delimiter string.</doc>
<status status="PASS" start="2026-07-22T02:15:51.734963" elapsed="0.002331"/>
</kw>
<kw name="Get Length" owner="BuiltIn">
<msg time="2026-07-22T02:15:51.737799" level="INFO">Length is 4.</msg>
<msg time="2026-07-22T02:15:51.737889" level="INFO">${num_stats} = 4</msg>
<var>${num_stats}</var>
<arg>${result_name_list}</arg>
<doc>Returns and logs the length of the given item as an integer.</doc>
<status status="PASS" start="2026-07-22T02:15:51.737458" elapsed="0.000455"/>
</kw>
<for flavor="IN RANGE">
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-07-22T02:15:51.743055" level="INFO">min :: 150518.91</msg>
<arg>${result_name_list[${i}]} :: ${result_value_list[${i}]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-07-22T02:15:51.738334" elapsed="0.004782"/>
</kw>
<var name="${i}">0</var>
<status status="PASS" start="2026-07-22T02:15:51.738195" elapsed="0.004957"/>
</iter>
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-07-22T02:15:51.747865" level="INFO">max :: 173167.87</msg>
<arg>${result_name_list[${i}]} :: ${result_value_list[${i}]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-07-22T02:15:51.743401" elapsed="0.004524"/>
</kw>
<var name="${i}">1</var>
<status status="PASS" start="2026-07-22T02:15:51.743261" elapsed="0.004702"/>
</iter>
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-07-22T02:15:51.752685" level="INFO">avg :: 161614.40</msg>
<arg>${result_name_list[${i}]} :: ${result_value_list[${i}]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-07-22T02:15:51.748189" elapsed="0.004561"/>
</kw>
<var name="${i}">2</var>
<status status="PASS" start="2026-07-22T02:15:51.748055" elapsed="0.004738"/>
</iter>
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-07-22T02:15:51.757475" level="INFO">stdev :: 54299.12</msg>
<arg>${result_name_list[${i}]} :: ${result_value_list[${i}]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-07-22T02:15:51.753050" elapsed="0.004486"/>
</kw>
<var name="${i}">3</var>
<status status="PASS" start="2026-07-22T02:15:51.752894" elapsed="0.004681"/>
</iter>
<var>${i}</var>
<value>0</value>
<value>${num_stats}</value>
<status status="PASS" start="2026-07-22T02:15:51.737982" elapsed="0.019644"/>
</for>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-07-22T02:15:51.762144" level="INFO">${min} = 150518.91</msg>
<var>${min}</var>
<arg>${result_value_list[${0}]}</arg>
<doc>Returns the given values which can then be assigned to a variables.</doc>
<status status="PASS" start="2026-07-22T02:15:51.757859" elapsed="0.004357"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-07-22T02:15:51.766846" level="INFO">${max} = 173167.87</msg>
<var>${max}</var>
<arg>${result_value_list[${1}]}</arg>
<doc>Returns the given values which can then be assigned to a variables.</doc>
<status status="PASS" start="2026-07-22T02:15:51.762403" elapsed="0.004474"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-07-22T02:15:51.771277" level="INFO">${average} = 161614.40</msg>
<var>${average}</var>
<arg>${result_value_list[${2}]}</arg>
<doc>Returns the given values which can then be assigned to a variables.</doc>
<status status="PASS" start="2026-07-22T02:15:51.767050" elapsed="0.004256"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-07-22T02:15:51.775473" level="INFO">${stdev} = 54299.12</msg>
<var>${stdev}</var>
<arg>${result_value_list[${3}]}</arg>
<doc>Returns the given values which can then be assigned to a variables.</doc>
<status status="PASS" start="2026-07-22T02:15:51.771476" elapsed="0.004027"/>
</kw>
<kw name="Get Time" owner="BuiltIn">
<msg time="2026-07-22T02:15:51.776100" level="INFO">${date} = 2026-07-22 02:15:51</msg>
<var>${date}</var>
<arg>d,m,s</arg>
<doc>Returns the given time in the requested format.</doc>
<status status="PASS" start="2026-07-22T02:15:51.775694" elapsed="0.000432"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-07-22T02:15:51.776756" level="INFO">CBench Result: 2026-07-22 02:15:51,-t -m 60000 -M 100 -S 16 -l 10 -D 5000 -p 6633,150518.91,173167.87,161614.40,54299.12</msg>
<arg>CBench Result: ${date},${cbench_args},${min},${max},${average},${stdev}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-07-22T02:15:51.776278" elapsed="0.000535"/>
</kw>
<kw name="Log Results And Determine Status">
<kw name="Append To File" owner="OperatingSystem">
<msg time="2026-07-22T02:15:51.779697" level="INFO" html="true">Appended to file '&lt;a href="file:///w/workspace/openflowplugin-csit-1node-cbench-only-titanium/throughput.csv"&gt;/w/workspace/openflowplugin-csit-1node-cbench-only-titanium/throughput.csv&lt;/a&gt;'.</msg>
<arg>${output_file}</arg>
<arg>${min},${max},${average}\n</arg>
<doc>Appends the given content to the specified file.</doc>
<status status="PASS" start="2026-07-22T02:15:51.777514" elapsed="0.002257"/>
</kw>
<kw name="Should Be True" owner="BuiltIn">
<arg>${average} &gt; ${threshold}</arg>
<arg>${average} flow_mods per/sec did not exceed threshold of ${threshold}</arg>
<doc>Fails if the given condition is not true.</doc>
<status status="PASS" start="2026-07-22T02:15:51.780037" elapsed="0.000594"/>
</kw>
<arg>${min}</arg>
<arg>${max}</arg>
<arg>${average}</arg>
<arg>${average_threshold}</arg>
<arg>${output_filename}</arg>
<status status="PASS" start="2026-07-22T02:15:51.776990" elapsed="0.003714"/>
</kw>
<arg>-t -m ${duration_in_ms} -M ${num_of_unique_macs} -S ${switch_count} -l ${loops} -D ${start_delay} -p ${of_port}</arg>
<arg>${throughput_threshold}</arg>
<arg>${throughput_results_file}</arg>
<status status="PASS" start="2026-07-22T02:05:45.048182" elapsed="606.732586"/>
</kw>
<kw name="Sleep" owner="BuiltIn">
<msg time="2026-07-22T02:15:51.781269" level="INFO">Slept 0 seconds.</msg>
<arg>${test_delay}</arg>
<doc>Pauses the test executed for the given time.</doc>
<status status="PASS" start="2026-07-22T02:15:51.780925" elapsed="0.000401"/>
</kw>
<kw name="Log Results As Zero If Cbench Timed Out" type="TEARDOWN">
<kw name="Run Keyword If Timeout Occurred" owner="BuiltIn">
<arg>Log Results And Determine Status</arg>
<arg>0</arg>
<arg>0</arg>
<arg>0</arg>
<arg>0</arg>
<arg>${output_filename}</arg>
<doc>Runs the given keyword if either a test or a keyword timeout has occurred.</doc>
<status status="PASS" start="2026-07-22T02:15:51.781904" elapsed="0.000284"/>
</kw>
<status status="PASS" start="2026-07-22T02:15:51.781556" elapsed="0.000703"/>
</kw>
<doc>cbench executed in throughput mode (-t). Test parameters have defaults, but can be overridden
on the pybot command line</doc>
<tag>cbench</tag>
<tag>throughput</tag>
<timeout value="15 minutes"/>
<status status="PASS" start="2026-07-22T02:05:45.046710" elapsed="606.735588"/>
</test>
<test id="s1-t3" name="Rerun Latency Test To Check Bug 6176" line="65">
<kw name="Log" owner="BuiltIn">
<msg time="2026-07-22T02:15:51.784172" level="INFO">Cbench tests using 10 iterations of 60 second tests. Switch Count: 16. Unique MACS to cycle: 100</msg>
<arg>Cbench tests using ${loops} iterations of ${duration_in_secs} second tests. Switch Count: ${switch_count}. Unique MACS to cycle: ${num_of_unique_macs}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-07-22T02:15:51.783707" elapsed="0.000536"/>
</kw>
<kw name="Run Cbench And Log Results">
<kw name="Set Suite Variable" owner="BuiltIn">
<msg time="2026-07-22T02:15:51.785918" level="INFO">${output_filename} = bug.csv</msg>
<arg>${output_filename}</arg>
<doc>Makes a variable available everywhere within the scope of the current suite.</doc>
<status status="PASS" start="2026-07-22T02:15:51.785526" elapsed="0.000436"/>
</kw>
<if>
<branch type="IF" condition="&quot;${cbench_system}&quot; == &quot;localhost&quot;">
<kw name="Run" owner="OperatingSystem">
<var>${output}</var>
<arg>${cbench_executable} -c ${ODL_SYSTEM_IP} ${cbench_args}</arg>
<doc>_This keyword is considered deprecated. Use the
[http://robotframework.org/robotframework/latest/libraries/Process.html|
Process] library instead._</doc>
<status status="NOT RUN" start="2026-07-22T02:15:51.786388" elapsed="0.000024"/>
</kw>
<status status="NOT RUN" start="2026-07-22T02:15:51.786124" elapsed="0.000326"/>
</branch>
<branch type="ELSE">
<kw name="Run Command On Remote System" owner="Utils">
<if>
<branch type="IF" condition="&quot;${return_stdout}&quot;!=&quot;True&quot; and &quot;${return_stderr}&quot;!=&quot;True&quot;">
<kw name="Fail" owner="BuiltIn">
<arg>At least one of {return_stdout} or {return_stderr} args should be set to True</arg>
<doc>Fails the test with the given message and optionally alters its tags.</doc>
<status status="NOT RUN" start="2026-07-22T02:15:51.789793" elapsed="0.000023"/>
</kw>
<status status="NOT RUN" start="2026-07-22T02:15:51.789483" elapsed="0.000369"/>
</branch>
<status status="PASS" start="2026-07-22T02:15:51.789462" elapsed="0.000415"/>
</if>
<kw name="Get Connection" owner="SSHLibrary">
<msg time="2026-07-22T02:15:51.790261" level="INFO">index=None
host=None
alias=None
port=22
timeout=3 seconds
newline=

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

prompt=None
term_type=vt100
width=80
height=24
path_separator=/
encoding=utf8
escape_ansi=False
encoding_errors=strict</msg>
<var>${current_ssh_connection}</var>
<doc>Returns information about the connection.</doc>
<status status="PASS" start="2026-07-22T02:15:51.790026" elapsed="0.000388"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-07-22T02:15:51.791026" level="INFO">Attempting to execute command "/usr/local/bin/cbench -c 10.30.170.20 -m 60000 -M 100 -S 16 -l 10 -D 5000 -p 6633" on remote system "10.30.171.103" by user "jenkins" with keyfile pass "any" and prompt "&gt;" and password ""</msg>
<arg>Attempting to execute command "${cmd}" on remote system "${system}" by user "${user}" with keyfile pass "${keyfile_pass}" and prompt "${prompt}" and password "${password}"</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-07-22T02:15:51.790564" elapsed="0.000522"/>
</kw>
<kw name="Open Connection" owner="SSHLibrary">
<msg time="2026-07-22T02:15:51.791651" level="INFO">${conn_id} = 9</msg>
<var>${conn_id}</var>
<arg>${system}</arg>
<arg>prompt=${prompt}</arg>
<arg>timeout=${prompt_timeout}</arg>
<doc>Opens a new SSH connection to the given ``host`` and ``port``.</doc>
<status status="PASS" start="2026-07-22T02:15:51.791228" elapsed="0.000451"/>
</kw>
<kw name="Flexible_SSH_Login" owner="SSHKeywords">
<kw name="Get Length" owner="BuiltIn">
<msg time="2026-07-22T02:15:51.792656" level="INFO">Length is 0.</msg>
<msg time="2026-07-22T02:15:51.792746" level="INFO">${pwd_length} = 0</msg>
<var>${pwd_length}</var>
<arg>${password}</arg>
<doc>Returns and logs the length of the given item as an integer.</doc>
<status status="PASS" start="2026-07-22T02:15:51.792261" elapsed="0.000509"/>
</kw>
<kw name="Run Keyword And Return If" owner="BuiltIn">
<arg>${pwd_length} &gt; 0</arg>
<arg>SSHLibrary.Login</arg>
<arg>${user}</arg>
<arg>${password}</arg>
<arg>delay=${delay}</arg>
<doc>Runs the specified keyword and returns from the enclosing user keyword.</doc>
<status status="PASS" start="2026-07-22T02:15:51.792913" elapsed="0.000328"/>
</kw>
<kw name="Run Keyword And Return" owner="BuiltIn">
<kw name="Login With Public Key" owner="SSHLibrary">
<msg time="2026-07-22T02:15:51.794117" level="INFO">Logging into '10.30.171.103:22' as 'jenkins'.</msg>
<msg time="2026-07-22T02:15:52.364162" 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 Wed Jul 22 02:15:51 UTC 2026

  System load:  0.18               Processes:             104
  Usage of /:   19.3% of 38.58GB   Users logged in:       0
  Memory usage: 4%                 IPv4 address for ens3: 10.30.171.103
  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: Wed Jul 22 02:05:45 2026 from 10.30.171.73
[?2004h[jenkins@releng-48317-787-1-mininet-ovs-217-0 ~]&gt;</msg>
<arg>${user}</arg>
<arg>${USER_HOME}/.ssh/${SSH_KEY}</arg>
<arg>${KEYFILE_PASS}</arg>
<arg>delay=${delay}</arg>
<doc>Logs into the SSH server using key-based authentication.</doc>
<status status="PASS" start="2026-07-22T02:15:51.793760" elapsed="0.570666"/>
</kw>
<msg time="2026-07-22T02:15:52.364549" level="INFO">Returning from the enclosing user keyword.</msg>
<arg>SSHLibrary.Login With Public Key</arg>
<arg>${user}</arg>
<arg>${USER_HOME}/.ssh/${SSH_KEY}</arg>
<arg>${KEYFILE_PASS}</arg>
<arg>delay=${delay}</arg>
<doc>Runs the specified keyword and returns from the enclosing user keyword.</doc>
<status status="PASS" start="2026-07-22T02:15:51.793397" elapsed="0.571288"/>
</kw>
<arg>${user}</arg>
<arg>${password}</arg>
<doc>On active SSH session: if given non-empty password, do Login, else do Login With Public Key.</doc>
<status status="PASS" start="2026-07-22T02:15:51.791883" elapsed="0.572964"/>
</kw>
<kw name="Execute Command" owner="SSHLibrary">
<msg time="2026-07-22T02:15:52.365560" level="INFO">Executing command '/usr/local/bin/cbench -c 10.30.170.20 -m 60000 -M 100 -S 16 -l 10 -D 5000 -p 6633'.</msg>
<msg time="2026-07-22T02:25:58.418000" level="INFO">Command exited with return code 0.</msg>
<msg time="2026-07-22T02:25:58.418571" level="INFO">${stdout} = </msg>
<msg time="2026-07-22T02:25:58.418715" level="INFO">${stderr} = cbench: controller benchmarking tool
   running in mode 'latency'
   connecting to controller at 10.30.170.20:6633 
   faking 16 switches with 1 threads :: 10 tests each; 60000 ms per test
   with 100...</msg>
<var>${stdout}</var>
<var>${stderr}</var>
<arg>${cmd}</arg>
<arg>return_stderr=True</arg>
<doc>Executes ``command`` on the remote machine and returns its outputs.</doc>
<status status="PASS" start="2026-07-22T02:15:52.365154" elapsed="606.053631"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-07-22T02:25:58.419282" elapsed="0.000837"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-07-22T02:25:58.421325" level="INFO">cbench: controller benchmarking tool
   running in mode 'latency'
   connecting to controller at 10.30.170.20: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.20. So far 1 cbench instances have initialized their switches.  Waiting for other cbench-instances
Thread-0: Total switches from ALL cbench-instances initialized.
02:16:57.508 16  switches: flows:  118210 118248 116768 118167 116868 116589 118990 118152 114452 116231 115985 114812 115429 112970 115388 113621  total = 31.014667 per ms 
02:17:57.610 16  switches: flows:  129293 124729 124790 126114 123848 125565 127343 127185 120659 124409 124315 122720 122098 122117 122047 121818  total = 33.095561 per ms 
02:18:57.711 16  switches: flows:  127272 124333 125021 125213 125212 125927 126516 127676 121849 125277 124889 123103 121932 121262 123451 121915  total = 33.125464 per ms 
02:19:57.812 16  switches: flows:  127776 126095 127120 125596 126722 126812 129920 126606 121957 126728 126442 124469 124762 122413 126489 121737  total = 33.471546 per ms 
02:20:57.913 16  switches: flows:  124109 124195 123542 123661 123620 123417 126383 126162 119002 124871 122553 121099 121411 120498 121234 120382  total = 32.714366 per ms 
02:21:58.014 16  switches: flows:  127298 124337 125548 128615 125922 123848 126523 126938 122613 126683 125523 123146 122529 123432 124139 120662  total = 33.240454 per ms 
02:22:58.115 16  switches: flows:  126516 123827 124946 127884 124878 122018 127578 126683 120890 126108 123980 121187 122383 123865 125570 121552  total = 33.109151 per ms 
02:23:58.216 16  switches: flows:  126897 124664 126601 128173 125329 123510 126736 125535 120645 126132 125313 122332 121605 123667 123582 121363  total = 33.146083 per ms 
02:24:58.317 16  switches: flows:  122046 121317 120568 121406 119952 119703 122472 122041 117015 120521 118606 116540 117319 117481 116791 116470  total = 31.784427 per ms 
02:25:58.417 16  switches: flows:  130256 130274 128509 128378 125471 128420 131078 129923 123306 127762 128987 125322 124126 124407 124921 123918  total = 33.861130 per ms 
RESULT: 16 switches 9 tests min/max/avg/stdev = 31784.43/33861.13/33060.91/11033.43 responses/s</msg>
<arg>${stderr}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-07-22T02:25:58.420489" elapsed="0.001245"/>
</kw>
<if>
<branch type="IF" condition="&quot;${return_stdout}&quot;!=&quot;True&quot;">
<return>
<value>${stderr}</value>
<status status="PASS" start="2026-07-22T02:25:58.422250" elapsed="0.000079"/>
</return>
<status status="PASS" start="2026-07-22T02:25:58.421925" elapsed="0.000487"/>
</branch>
<status status="PASS" start="2026-07-22T02:25:58.421871" elapsed="0.000602"/>
</if>
<if>
<branch type="IF" condition="&quot;${return_stderr}&quot;!=&quot;True&quot;">
<return>
<value>${stdout}</value>
<status status="NOT RUN" start="2026-07-22T02:25:58.422746" elapsed="0.000032"/>
</return>
<status status="NOT RUN" start="2026-07-22T02:25:58.422659" elapsed="0.000185"/>
</branch>
<status status="NOT RUN" start="2026-07-22T02:25:58.422617" elapsed="0.000278"/>
</if>
<return>
<value>${stdout}</value>
<value>${stderr}</value>
<status status="NOT RUN" start="2026-07-22T02:25:58.422967" 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-07-22T02:25:58.426304" elapsed="0.000363"/>
</kw>
<kw name="Open Connection" owner="SSHLibrary">
<arg>127.0.0.1</arg>
<doc>Opens a new SSH connection to the given ``host`` and ``port``.</doc>
<status status="PASS" start="2026-07-22T02:25:58.426821" elapsed="0.000166"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-07-22T02:25:58.427121" elapsed="0.000118"/>
</kw>
<arg>${current_ssh_connection.index}</arg>
<doc>Restore active SSH connection in SSHLibrary to given index.</doc>
<status status="PASS" start="2026-07-22T02:25:58.423753" elapsed="0.003545"/>
</kw>
<msg time="2026-07-22T02:25:58.427432" level="INFO">${output} = cbench: controller benchmarking tool
   running in mode 'latency'
   connecting to controller at 10.30.170.20:6633 
   faking 16 switches with 1 threads :: 10 tests each; 60000 ms per test
   with 100...</msg>
<var>${output}</var>
<arg>${cbench_system}</arg>
<arg>${cbench_executable} -c ${ODL_SYSTEM_IP} ${cbench_args}</arg>
<arg>prompt_timeout=${test_timeout}</arg>
<arg>return_stdout=False</arg>
<arg>return_stderr=True</arg>
<doc>Reduces the common work of running a command on a remote system to a single higher level
robot keyword, taking care to log in with a public key and. The command given is written and the return value
depends on the passed argument values of return_stdout (default: True) and return_stderr (default: False).
At least one should be True, or the keyword will exit and FAIL. If both are True, the resulting return value
will be a two element list containing both. Otherwise the resulting return value is a string.
No test conditions are checked.</doc>
<status status="PASS" start="2026-07-22T02:15:51.786813" elapsed="606.640647"/>
</kw>
<status status="PASS" start="2026-07-22T02:15:51.786477" elapsed="606.641034"/>
</branch>
<status status="PASS" start="2026-07-22T02:15:51.786098" elapsed="606.641439"/>
</if>
<kw name="Log" owner="BuiltIn">
<msg time="2026-07-22T02:25:58.427997" level="INFO">cbench: controller benchmarking tool
   running in mode 'latency'
   connecting to controller at 10.30.170.20: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.20. So far 1 cbench instances have initialized their switches.  Waiting for other cbench-instances
Thread-0: Total switches from ALL cbench-instances initialized.
02:16:57.508 16  switches: flows:  118210 118248 116768 118167 116868 116589 118990 118152 114452 116231 115985 114812 115429 112970 115388 113621  total = 31.014667 per ms 
02:17:57.610 16  switches: flows:  129293 124729 124790 126114 123848 125565 127343 127185 120659 124409 124315 122720 122098 122117 122047 121818  total = 33.095561 per ms 
02:18:57.711 16  switches: flows:  127272 124333 125021 125213 125212 125927 126516 127676 121849 125277 124889 123103 121932 121262 123451 121915  total = 33.125464 per ms 
02:19:57.812 16  switches: flows:  127776 126095 127120 125596 126722 126812 129920 126606 121957 126728 126442 124469 124762 122413 126489 121737  total = 33.471546 per ms 
02:20:57.913 16  switches: flows:  124109 124195 123542 123661 123620 123417 126383 126162 119002 124871 122553 121099 121411 120498 121234 120382  total = 32.714366 per ms 
02:21:58.014 16  switches: flows:  127298 124337 125548 128615 125922 123848 126523 126938 122613 126683 125523 123146 122529 123432 124139 120662  total = 33.240454 per ms 
02:22:58.115 16  switches: flows:  126516 123827 124946 127884 124878 122018 127578 126683 120890 126108 123980 121187 122383 123865 125570 121552  total = 33.109151 per ms 
02:23:58.216 16  switches: flows:  126897 124664 126601 128173 125329 123510 126736 125535 120645 126132 125313 122332 121605 123667 123582 121363  total = 33.146083 per ms 
02:24:58.317 16  switches: flows:  122046 121317 120568 121406 119952 119703 122472 122041 117015 120521 118606 116540 117319 117481 116791 116470  total = 31.784427 per ms 
02:25:58.417 16  switches: flows:  130256 130274 128509 128378 125471 128420 131078 129923 123306 127762 128987 125322 124126 124407 124921 123918  total = 33.861130 per ms 
RESULT: 16 switches 9 tests min/max/avg/stdev = 31784.43/33861.13/33060.91/11033.43 responses/s</msg>
<arg>${output}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-07-22T02:25:58.427695" elapsed="0.000378"/>
</kw>
<kw name="Should Contain" owner="BuiltIn">
<arg>${output}</arg>
<arg>RESULT</arg>
<doc>Fails if ``container`` does not contain ``item`` one or more times.</doc>
<status status="PASS" start="2026-07-22T02:25:58.428225" elapsed="0.000391"/>
</kw>
<kw name="Get Lines Containing String" owner="String">
<msg time="2026-07-22T02:25:58.429021" level="INFO">1 out of 23 lines matched.</msg>
<msg time="2026-07-22T02:25:58.429115" level="INFO">${result_line} = RESULT: 16 switches 9 tests min/max/avg/stdev = 31784.43/33861.13/33060.91/11033.43 responses/s</msg>
<var>${result_line}</var>
<arg>${output}</arg>
<arg>RESULT</arg>
<doc>Returns lines of the given ``string`` that contain the ``pattern``.</doc>
<status status="PASS" start="2026-07-22T02:25:58.428790" elapsed="0.000351"/>
</kw>
<kw name="Split String" owner="String">
<msg time="2026-07-22T02:25:58.429645" level="INFO">@{results_list} = [ RESULT: | 16 | switches | 9 | tests | min/max/avg/stdev | = | 31784.43/33861.13/33060.91/11033.43 | responses/s ]</msg>
<var>@{results_list}</var>
<arg>${result_line}</arg>
<doc>Splits the ``string`` using ``separator`` as a delimiter string.</doc>
<status status="PASS" start="2026-07-22T02:25:58.429315" elapsed="0.000359"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-07-22T02:25:58.432415" level="INFO">min/max/avg/stdev</msg>
<arg>${results_list[5]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-07-22T02:25:58.429842" elapsed="0.002646"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-07-22T02:25:58.435125" level="INFO">31784.43/33861.13/33060.91/11033.43</msg>
<arg>${results_list[7]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-07-22T02:25:58.432678" elapsed="0.002514"/>
</kw>
<kw name="Split String" owner="String">
<msg time="2026-07-22T02:25:58.437876" level="INFO">@{result_name_list} = [ min | max | avg | stdev ]</msg>
<var>@{result_name_list}</var>
<arg>${results_list[5]}</arg>
<arg>/</arg>
<doc>Splits the ``string`` using ``separator`` as a delimiter string.</doc>
<status status="PASS" start="2026-07-22T02:25:58.435376" elapsed="0.002533"/>
</kw>
<kw name="Split String" owner="String">
<msg time="2026-07-22T02:25:58.440467" level="INFO">@{result_value_list} = [ 31784.43 | 33861.13 | 33060.91 | 11033.43 ]</msg>
<var>@{result_value_list}</var>
<arg>${results_list[7]}</arg>
<arg>/</arg>
<doc>Splits the ``string`` using ``separator`` as a delimiter string.</doc>
<status status="PASS" start="2026-07-22T02:25:58.438159" elapsed="0.002337"/>
</kw>
<kw name="Get Length" owner="BuiltIn">
<msg time="2026-07-22T02:25:58.440980" level="INFO">Length is 4.</msg>
<msg time="2026-07-22T02:25:58.441070" level="INFO">${num_stats} = 4</msg>
<var>${num_stats}</var>
<arg>${result_name_list}</arg>
<doc>Returns and logs the length of the given item as an integer.</doc>
<status status="PASS" start="2026-07-22T02:25:58.440666" elapsed="0.000429"/>
</kw>
<for flavor="IN RANGE">
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-07-22T02:25:58.445932" level="INFO">min :: 31784.43</msg>
<arg>${result_name_list[${i}]} :: ${result_value_list[${i}]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-07-22T02:25:58.441502" elapsed="0.004491"/>
</kw>
<var name="${i}">0</var>
<status status="PASS" start="2026-07-22T02:25:58.441367" elapsed="0.004662"/>
</iter>
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-07-22T02:25:58.450607" level="INFO">max :: 33861.13</msg>
<arg>${result_name_list[${i}]} :: ${result_value_list[${i}]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-07-22T02:25:58.446250" elapsed="0.004417"/>
</kw>
<var name="${i}">1</var>
<status status="PASS" start="2026-07-22T02:25:58.446119" elapsed="0.004584"/>
</iter>
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-07-22T02:25:58.455449" level="INFO">avg :: 33060.91</msg>
<arg>${result_name_list[${i}]} :: ${result_value_list[${i}]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-07-22T02:25:58.450913" elapsed="0.004594"/>
</kw>
<var name="${i}">2</var>
<status status="PASS" start="2026-07-22T02:25:58.450786" elapsed="0.004756"/>
</iter>
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-07-22T02:25:58.462485" level="INFO">stdev :: 11033.43</msg>
<arg>${result_name_list[${i}]} :: ${result_value_list[${i}]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-07-22T02:25:58.455773" elapsed="0.006831"/>
</kw>
<var name="${i}">3</var>
<status status="PASS" start="2026-07-22T02:25:58.455644" elapsed="0.007016"/>
</iter>
<var>${i}</var>
<value>0</value>
<value>${num_stats}</value>
<status status="PASS" start="2026-07-22T02:25:58.441161" elapsed="0.021546"/>
</for>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-07-22T02:25:58.468412" level="INFO">${min} = 31784.43</msg>
<var>${min}</var>
<arg>${result_value_list[${0}]}</arg>
<doc>Returns the given values which can then be assigned to a variables.</doc>
<status status="PASS" start="2026-07-22T02:25:58.462963" elapsed="0.005476"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-07-22T02:25:58.472602" level="INFO">${max} = 33861.13</msg>
<var>${max}</var>
<arg>${result_value_list[${1}]}</arg>
<doc>Returns the given values which can then be assigned to a variables.</doc>
<status status="PASS" start="2026-07-22T02:25:58.468606" elapsed="0.004024"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-07-22T02:25:58.476667" level="INFO">${average} = 33060.91</msg>
<var>${average}</var>
<arg>${result_value_list[${2}]}</arg>
<doc>Returns the given values which can then be assigned to a variables.</doc>
<status status="PASS" start="2026-07-22T02:25:58.472784" elapsed="0.003910"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-07-22T02:25:58.480689" level="INFO">${stdev} = 11033.43</msg>
<var>${stdev}</var>
<arg>${result_value_list[${3}]}</arg>
<doc>Returns the given values which can then be assigned to a variables.</doc>
<status status="PASS" start="2026-07-22T02:25:58.476847" elapsed="0.003869"/>
</kw>
<kw name="Get Time" owner="BuiltIn">
<msg time="2026-07-22T02:25:58.481250" level="INFO">${date} = 2026-07-22 02:25:58</msg>
<var>${date}</var>
<arg>d,m,s</arg>
<doc>Returns the given time in the requested format.</doc>
<status status="PASS" start="2026-07-22T02:25:58.480883" elapsed="0.000392"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-07-22T02:25:58.481843" level="INFO">CBench Result: 2026-07-22 02:25:58,-m 60000 -M 100 -S 16 -l 10 -D 5000 -p 6633,31784.43,33861.13,33060.91,11033.43</msg>
<arg>CBench Result: ${date},${cbench_args},${min},${max},${average},${stdev}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-07-22T02:25:58.481420" elapsed="0.000478"/>
</kw>
<kw name="Log Results And Determine Status">
<kw name="Append To File" owner="OperatingSystem">
<msg time="2026-07-22T02:25:58.483052" level="INFO" html="true">Appended to file '&lt;a href="file:///w/workspace/openflowplugin-csit-1node-cbench-only-titanium/bug.csv"&gt;/w/workspace/openflowplugin-csit-1node-cbench-only-titanium/bug.csv&lt;/a&gt;'.</msg>
<arg>${output_file}</arg>
<arg>${min},${max},${average}\n</arg>
<doc>Appends the given content to the specified file.</doc>
<status status="PASS" start="2026-07-22T02:25:58.482546" elapsed="0.000574"/>
</kw>
<kw name="Should Be True" owner="BuiltIn">
<arg>${average} &gt; ${threshold}</arg>
<arg>${average} flow_mods per/sec did not exceed threshold of ${threshold}</arg>
<doc>Fails if the given condition is not true.</doc>
<status status="PASS" start="2026-07-22T02:25:58.483291" elapsed="0.000499"/>
</kw>
<arg>${min}</arg>
<arg>${max}</arg>
<arg>${average}</arg>
<arg>${average_threshold}</arg>
<arg>${output_filename}</arg>
<status status="PASS" start="2026-07-22T02:25:58.482062" elapsed="0.001793"/>
</kw>
<arg>-m ${duration_in_ms} -M ${num_of_unique_macs} -S ${switch_count} -l ${loops} -D ${start_delay} -p ${of_port}</arg>
<arg>${latency_threshold}</arg>
<arg>bug.csv</arg>
<status status="PASS" start="2026-07-22T02:15:51.784684" elapsed="606.699232"/>
</kw>
<kw name="Sleep" owner="BuiltIn">
<msg time="2026-07-22T02:25:58.484388" level="INFO">Slept 0 seconds.</msg>
<arg>${test_delay}</arg>
<doc>Pauses the test executed for the given time.</doc>
<status status="PASS" start="2026-07-22T02:25:58.484065" elapsed="0.000380"/>
</kw>
<kw name="Report Failure Due To Bug" owner="Utils" type="TEARDOWN">
<kw name="Evaluate" owner="BuiltIn">
<msg time="2026-07-22T02:25:58.485702" level="INFO">${test_skipped} = False</msg>
<var>${test_skipped}</var>
<arg>len(re.findall('SKIPPED', """${TEST_MESSAGE}""")) &gt; 0</arg>
<arg>modules=re</arg>
<doc>Evaluates the given expression in Python and returns the result.</doc>
<status status="PASS" start="2026-07-22T02:25:58.485186" elapsed="0.000544"/>
</kw>
<if>
<branch type="IF" condition="('${TEST_STATUS}' != 'FAIL') or ${test_skipped}">
<return>
<status status="PASS" start="2026-07-22T02:25:58.485964" elapsed="0.000036"/>
</return>
<status status="PASS" start="2026-07-22T02:25:58.485813" elapsed="0.000219"/>
</branch>
<status status="PASS" start="2026-07-22T02:25:58.485791" elapsed="0.000265"/>
</if>
<kw name="Comment" owner="BuiltIn">
<arg>Jira tickets are {PROJECT}-{NUMBER} while Bugzilla tickets are {NUMBER}</arg>
<doc>Displays the given messages in the log file as keyword arguments.</doc>
<status status="NOT RUN" start="2026-07-22T02:25:58.486202" elapsed="0.000022"/>
</kw>
<kw name="Run Keyword And Return Status" owner="BuiltIn">
<var>${match}</var>
<arg>Should Contain</arg>
<arg>${number}</arg>
<arg>-</arg>
<doc>Runs the specified keyword and returns the status as a Boolean value.</doc>
<status status="NOT RUN" start="2026-07-22T02:25:58.486359" elapsed="0.000020"/>
</kw>
<kw name="Set Variable If" owner="BuiltIn">
<var>${bug_url}</var>
<arg>${match}</arg>
<arg>https://jira.opendaylight.org/browse/${number}</arg>
<arg>https://bugs.opendaylight.org/show_bug.cgi?id=${number}</arg>
<doc>Sets variable based on the given condition.</doc>
<status status="NOT RUN" start="2026-07-22T02:25:58.486518" elapsed="0.000021"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<var>${msg}</var>
<arg>This test fails due to ${bug_url}</arg>
<doc>Returns the given values which can then be assigned to a variables.</doc>
<status status="NOT RUN" start="2026-07-22T02:25:58.486733" elapsed="0.000021"/>
</kw>
<kw name="Evaluate" owner="BuiltIn">
<var>${newline}</var>
<arg>chr(10)</arg>
<doc>Evaluates the given expression in Python and returns the result.</doc>
<status status="NOT RUN" start="2026-07-22T02:25:58.486884" 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-07-22T02:25:58.487031" elapsed="0.000028"/>
</kw>
<kw name="Log" owner="BuiltIn">
<arg>${msg}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="NOT RUN" start="2026-07-22T02:25:58.487185" elapsed="0.000048"/>
</kw>
<if>
<branch type="IF" condition="&quot;${include_bug_in_tags}&quot;==&quot;True&quot;">
<kw name="Set Tags" owner="BuiltIn">
<arg>${bug_url}</arg>
<doc>Adds given ``tags`` for the current test or all tests in a suite.</doc>
<status status="NOT RUN" start="2026-07-22T02:25:58.487443" elapsed="0.000027"/>
</kw>
<status status="NOT RUN" start="2026-07-22T02:25:58.487305" elapsed="0.000210"/>
</branch>
<status status="NOT RUN" start="2026-07-22T02:25:58.487287" elapsed="0.000253"/>
</if>
<arg>6176</arg>
<doc>Report that a test failed due to a known Bugzilla bug whose
number is provided as an argument.
Not FAILED (incl. SKIPPED) test are not reported.
This keyword must be used in the [Teardown] setting of the affected test
or as the first line of the test if FastFail module is not being
used. It reports the URL of the bug on console and also puts it
into the Robot log file.</doc>
<status status="PASS" start="2026-07-22T02:25:58.484849" elapsed="0.002756"/>
</kw>
<doc>cbench executed in latency mode to see if controller is healthy</doc>
<tag>cbench</tag>
<tag>latency</tag>
<timeout value="15 minutes"/>
<status status="PASS" start="2026-07-22T02:15:51.783022" elapsed="606.704631"/>
</test>
<doc>Cbench Latency and Throughput tests can be run from an external
cbench.
If cbench is run with a medium number of switches or higher (e.g. 32+)
the normal openflow operations seem to break.
BUG: https://bugs.opendaylight.org/show_bug.cgi?id=2897</doc>
<status status="PASS" start="2026-07-22T01:55:35.997969" elapsed="1822.490376"/>
</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>
