<?xml version="1.0" encoding="UTF-8"?>
<robot generator="Robot 7.4.2 (Python 3.11.10 on linux)" generated="2026-08-02T05:19:13.978185" 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-08-02T05:19:14.539600" elapsed="0.000024"/>
</return>
<status status="NOT RUN" start="2026-08-02T05:19:14.539465" elapsed="0.000210"/>
</branch>
<status status="PASS" start="2026-08-02T05:19:14.539435" elapsed="0.000268"/>
</if>
<kw name="Open Connection" owner="SSHLibrary">
<arg>${controller}</arg>
<arg>port=${karaf_port}</arg>
<arg>prompt=${KARAF_PROMPT_LOGIN}</arg>
<arg>timeout=${timeout}</arg>
<doc>Opens a new SSH connection to the given ``host`` and ``port``.</doc>
<status status="PASS" start="2026-08-02T05:19:14.539845" elapsed="0.000511"/>
</kw>
<kw name="Login" owner="SSHLibrary">
<msg time="2026-08-02T05:19:14.540824" level="INFO">Logging into '10.30.170.96:8101' as 'karaf'.</msg>
<msg time="2026-08-02T05:19:15.132014" level="INFO">Read output: [33m                                                                                           
[33m    ________                       ________                .__  .__       .__     __       
[33m    \_____  \ ______   ____   ____ \______ \ _____  ___.__.|  | |__| ____ |  |___/  |_     
[33m     /   |   \\____ \_/ __ \ /    \ |    |  \\__  \&lt;   |  ||  | |  |/ ___\|  |  \   __\    
[33m    /    |    \  |_&gt; &gt;  ___/|   |  \|    `   \/ __ \\___  ||  |_|  / /_/  &gt;   Y  \  |      
[33m    \_______  /   __/ \___  &gt;___|  /_______  (____  / ____||____/__\___  /|___|  /__|      
[33m            \/|__|        \/     \/        \/     \/\/            /_____/      \/          
[33m                                                                                           

Hit '[1m&lt;tab&gt;[0m' for a list of available commands
and '[1m[cmd] --help[0m' for help on a specific command.
Hit '[1m&lt;ctrl-d&gt;[0m' or type '[1msystem:shutdown[0m' or '[1mlogout[0m' to shutdown OpenDaylight.

[?1h=[90m~[0m                                                                                [?2004hopendaylight-user</msg>
<arg>${KARAF_USER}</arg>
<arg>${KARAF_PASSWORD}</arg>
<arg>loglevel=${loglevel}</arg>
<doc>Logs into the SSH server with the given ``username`` and ``password``.</doc>
<status status="PASS" start="2026-08-02T05:19:14.540525" elapsed="0.591597"/>
</kw>
<kw name="Write" owner="SSHLibrary">
<msg time="2026-08-02T05:19:15.180723" level="INFO">@root&gt;log:set ERROR</msg>
<arg>${cmd}</arg>
<doc>Writes the given ``text`` on the remote machine and appends a newline.</doc>
<status status="PASS" start="2026-08-02T05:19:15.132310" elapsed="0.048693"/>
</kw>
<kw name="Read Until Regexp" owner="SSHLibrary">
<msg time="2026-08-02T05:19:15.185252" level="INFO">[?1l&gt;[?2004l[?1h=[90m~[0m                                                                                [?2004hopendaylight-user@root&gt;</msg>
<msg time="2026-08-02T05:19:15.185500" level="INFO">${output} = [?1l&gt;[?2004l[?1h=[90m~[0m                                                                                [?2004hopendaylight-user@root&gt;</msg>
<var>${output}</var>
<arg>${KARAF_PROMPT}</arg>
<doc>Consumes and returns the server output until a match to ``regexp`` is found.</doc>
<status status="PASS" start="2026-08-02T05:19:15.181501" elapsed="0.004066"/>
</kw>
<kw name="Write Bare" owner="SSHLibrary">
<arg>logout\n</arg>
<doc>Writes the given ``text`` on the remote machine without appending a newline.</doc>
<status status="PASS" start="2026-08-02T05:19:15.185916" elapsed="0.000602"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-08-02T05:19:15.186898" elapsed="0.000382"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-08-02T05:19:15.187821" level="INFO">[?1l&gt;[?2004l[?1h=[90m~[0m                                                                                [?2004hopendaylight-user@root&gt;</msg>
<arg>${output}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-08-02T05:19:15.187454" elapsed="0.000423"/>
</kw>
<return>
<value>${output}</value>
<status status="PASS" start="2026-08-02T05:19:15.187934" elapsed="0.000142"/>
</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.96
Note that this keyword will open&amp;close new SSH connection, without switching back to previously current session.</doc>
<status status="PASS" start="2026-08-02T05:19:14.539092" elapsed="0.649127"/>
</kw>
<arg>3x</arg>
<arg>1s</arg>
<arg>KarafKeywords.Issue Command On Karaf Console</arg>
<arg>log:set ${log_level}</arg>
<doc>Runs the specified keyword and retries if it fails.</doc>
<status status="PASS" start="2026-08-02T05:19:14.535535" elapsed="0.652756"/>
</kw>
<kw name="Append To File" owner="OperatingSystem">
<msg time="2026-08-02T05:19:15.188898" 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-08-02T05:19:15.188496" elapsed="0.000476"/>
</kw>
<kw name="Append To File" owner="OperatingSystem">
<msg time="2026-08-02T05:19:15.189377" 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-08-02T05:19:15.189126" elapsed="0.000315"/>
</kw>
<kw name="Evaluate" owner="BuiltIn">
<msg time="2026-08-02T05:19:15.190011" level="INFO">${duration_in_ms} = 60000</msg>
<var>${duration_in_ms}</var>
<arg>${duration_in_secs} * 1000</arg>
<doc>Evaluates the given expression in Python and returns the result.</doc>
<status status="PASS" start="2026-08-02T05:19:15.189595" elapsed="0.000467"/>
</kw>
<kw name="Set Suite Variable" owner="BuiltIn">
<msg time="2026-08-02T05:19:15.190656" level="INFO">${duration_in_ms} = 60000</msg>
<arg>${duration_in_ms}</arg>
<doc>Makes a variable available everywhere within the scope of the current suite.</doc>
<status status="PASS" start="2026-08-02T05:19:15.190291" elapsed="0.000408"/>
</kw>
<kw name="Evaluate" owner="BuiltIn">
<msg time="2026-08-02T05:19:15.191242" level="INFO">${test_timeout} = 900.0</msg>
<var>${test_timeout}</var>
<arg>(${loops} * ${duration_in_secs}) * 1.5</arg>
<doc>Evaluates the given expression in Python and returns the result.</doc>
<status status="PASS" start="2026-08-02T05:19:15.190847" elapsed="0.000422"/>
</kw>
<kw name="Set Suite Variable" owner="BuiltIn">
<msg time="2026-08-02T05:19:15.191743" level="INFO">${test_timeout} = 900.0</msg>
<arg>${test_timeout}</arg>
<doc>Makes a variable available everywhere within the scope of the current suite.</doc>
<status status="PASS" start="2026-08-02T05:19:15.191430" elapsed="0.000355"/>
</kw>
<if>
<branch type="IF" condition="&quot;${cbench_system}&quot; == &quot;localhost&quot;">
<kw name="File Should Exist" owner="OperatingSystem">
<arg>${cbench_executable}</arg>
<doc>Fails unless the given ``path`` points to an existing file.</doc>
<status status="NOT RUN" start="2026-08-02T05:19:15.192133" elapsed="0.000022"/>
</kw>
<status status="NOT RUN" start="2026-08-02T05:19:15.191878" elapsed="0.000311"/>
</branch>
<branch type="ELSE">
<kw name="Verify File Exists On Remote System" owner="Utils">
<kw name="Open Connection" owner="SSHLibrary">
<msg time="2026-08-02T05:19:15.196858" level="INFO">${conn_id} = 2</msg>
<var>${conn_id}</var>
<arg>${system}</arg>
<arg>prompt=${prompt}</arg>
<arg>timeout=${prompt_timeout}</arg>
<doc>Opens a new SSH connection to the given ``host`` and ``port``.</doc>
<status status="PASS" start="2026-08-02T05:19:15.196413" elapsed="0.000476"/>
</kw>
<kw name="Flexible_SSH_Login" owner="SSHKeywords">
<kw name="Get Length" owner="BuiltIn">
<msg time="2026-08-02T05:19:15.198008" level="INFO">Length is 0.</msg>
<msg time="2026-08-02T05:19:15.198094" level="INFO">${pwd_length} = 0</msg>
<var>${pwd_length}</var>
<arg>${password}</arg>
<doc>Returns and logs the length of the given item as an integer.</doc>
<status status="PASS" start="2026-08-02T05:19:15.197471" elapsed="0.000647"/>
</kw>
<kw name="Run Keyword And Return If" owner="BuiltIn">
<arg>${pwd_length} &gt; 0</arg>
<arg>SSHLibrary.Login</arg>
<arg>${user}</arg>
<arg>${password}</arg>
<arg>delay=${delay}</arg>
<doc>Runs the specified keyword and returns from the enclosing user keyword.</doc>
<status status="PASS" start="2026-08-02T05:19:15.198280" elapsed="0.000349"/>
</kw>
<kw name="Run Keyword And Return" owner="BuiltIn">
<kw name="Login With Public Key" owner="SSHLibrary">
<msg time="2026-08-02T05:19:15.199671" level="INFO">Logging into '10.30.170.25:22' as 'jenkins'.</msg>
<msg time="2026-08-02T05:19:15.955783" 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 Sun Aug  2 05:19:15 UTC 2026

  System load:  0.02               Processes:             111
  Usage of /:   19.3% of 38.58GB   Users logged in:       0
  Memory usage: 4%                 IPv4 address for ens3: 10.30.170.25
  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-798-1-mininet-ovs-217-0 ~]&gt;</msg>
<arg>${user}</arg>
<arg>${USER_HOME}/.ssh/${SSH_KEY}</arg>
<arg>${KEYFILE_PASS}</arg>
<arg>delay=${delay}</arg>
<doc>Logs into the SSH server using key-based authentication.</doc>
<status status="PASS" start="2026-08-02T05:19:15.199161" elapsed="0.756808"/>
</kw>
<msg time="2026-08-02T05:19:15.956072" level="INFO">Returning from the enclosing user keyword.</msg>
<arg>SSHLibrary.Login With Public Key</arg>
<arg>${user}</arg>
<arg>${USER_HOME}/.ssh/${SSH_KEY}</arg>
<arg>${KEYFILE_PASS}</arg>
<arg>delay=${delay}</arg>
<doc>Runs the specified keyword and returns from the enclosing user keyword.</doc>
<status status="PASS" start="2026-08-02T05:19:15.198784" elapsed="0.757391"/>
</kw>
<arg>${user}</arg>
<arg>${password}</arg>
<doc>On active SSH session: if given non-empty password, do Login, else do Login With Public Key.</doc>
<status status="PASS" start="2026-08-02T05:19:15.197115" elapsed="0.759195"/>
</kw>
<kw name="File Should Exist" owner="SSHLibrary">
<msg time="2026-08-02T05:19:15.964440" level="INFO">[chan 1] Opened sftp connection (server version 3)</msg>
<arg>${file}</arg>
<doc>Fails if the given ``path`` does NOT point to an existing file.</doc>
<status status="PASS" start="2026-08-02T05:19:15.956558" elapsed="0.009512"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-08-02T05:19:15.966487" elapsed="0.000623"/>
</kw>
<arg>${cbench_system}</arg>
<arg>${cbench_executable}</arg>
<doc>Will create connection with public key and will PASS if the given ${file} exists,
otherwise will FAIL</doc>
<status status="PASS" start="2026-08-02T05:19:15.195827" elapsed="0.771426"/>
</kw>
<status status="PASS" start="2026-08-02T05:19:15.192420" elapsed="0.774916"/>
</branch>
<status status="PASS" start="2026-08-02T05:19:15.191851" elapsed="0.775554"/>
</if>
<kw name="Should Be True" owner="BuiltIn">
<arg>${loops} &gt;= 2</arg>
<arg>If number of loops is less than 2, cbench will not run</arg>
<doc>Fails if the given condition is not true.</doc>
<status status="PASS" start="2026-08-02T05:19:15.967739" elapsed="0.001078"/>
</kw>
<kw name="Verify_Feature_Is_Installed" owner="KarafKeywords">
<if>
<branch type="IF" condition="'${IS_KARAF_APPL}' == 'False'">
<return>
<value>Not A Karaf App</value>
<status status="NOT RUN" start="2026-08-02T05:19:15.977478" elapsed="0.000021"/>
</return>
<status status="NOT RUN" start="2026-08-02T05:19:15.977348" elapsed="0.000188"/>
</branch>
<status status="PASS" start="2026-08-02T05:19:15.977319" elapsed="0.000241"/>
</if>
<kw name="Issue_Command_On_Karaf_Console" owner="KarafKeywords">
<if>
<branch type="IF" condition="'${IS_KARAF_APPL}' == 'False'">
<return>
<value>Not A Karaf App</value>
<status status="NOT RUN" start="2026-08-02T05:19:15.981169" elapsed="0.000014"/>
</return>
<status status="NOT RUN" start="2026-08-02T05:19:15.981055" elapsed="0.000163"/>
</branch>
<status status="PASS" start="2026-08-02T05:19:15.981036" elapsed="0.000207"/>
</if>
<kw name="Open Connection" owner="SSHLibrary">
<arg>${controller}</arg>
<arg>port=${karaf_port}</arg>
<arg>prompt=${KARAF_PROMPT_LOGIN}</arg>
<arg>timeout=${timeout}</arg>
<doc>Opens a new SSH connection to the given ``host`` and ``port``.</doc>
<status status="PASS" start="2026-08-02T05:19:15.981378" elapsed="0.000461"/>
</kw>
<kw name="Login" owner="SSHLibrary">
<msg time="2026-08-02T05:19:15.982273" level="INFO">Logging into '10.30.170.96:8101' as 'karaf'.</msg>
<msg time="2026-08-02T05:19:16.161787" level="INFO">Read output: [33m                                                                                           
[33m    ________                       ________                .__  .__       .__     __       
[33m    \_____  \ ______   ____   ____ \______ \ _____  ___.__.|  | |__| ____ |  |___/  |_     
[33m     /   |   \\____ \_/ __ \ /    \ |    |  \\__  \&lt;   |  ||  | |  |/ ___\|  |  \   __\    
[33m    /    |    \  |_&gt; &gt;  ___/|   |  \|    `   \/ __ \\___  ||  |_|  / /_/  &gt;   Y  \  |      
[33m    \_______  /   __/ \___  &gt;___|  /_______  (____  / ____||____/__\___  /|___|  /__|      
[33m            \/|__|        \/     \/        \/     \/\/            /_____/      \/          
[33m                                                                                           

Hit '[1m&lt;tab&gt;[0m' for a list of available commands
and '[1m[cmd] --help[0m' for help on a specific command.
Hit '[1m&lt;ctrl-d&gt;[0m' or type '[1msystem:shutdown[0m' or '[1mlogout[0m' to shutdown OpenDaylight.

[?1h=[90m~[0m                                                                                [?2004hopendaylight-user</msg>
<arg>${KARAF_USER}</arg>
<arg>${KARAF_PASSWORD}</arg>
<arg>loglevel=${loglevel}</arg>
<doc>Logs into the SSH server with the given ``username`` and ``password``.</doc>
<status status="PASS" start="2026-08-02T05:19:15.982004" elapsed="0.179923"/>
</kw>
<kw name="Write" owner="SSHLibrary">
<msg time="2026-08-02T05:19:16.257046" level="INFO">@root&gt;feature:list -i | 0[C 0g[Krep odl-openflowplugin-drop-test</msg>
<arg>${cmd}</arg>
<doc>Writes the given ``text`` on the remote machine and appends a newline.</doc>
<status status="PASS" start="2026-08-02T05:19:16.162185" elapsed="0.094967"/>
</kw>
<kw name="Read Until Regexp" owner="SSHLibrary">
<msg time="2026-08-02T05:19:16.268373" 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-08-02T05:19:16.268567" 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-08-02T05:19:16.257384" elapsed="0.011215"/>
</kw>
<kw name="Write Bare" owner="SSHLibrary">
<arg>logout\n</arg>
<doc>Writes the given ``text`` on the remote machine without appending a newline.</doc>
<status status="PASS" start="2026-08-02T05:19:16.268741" elapsed="0.000186"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-08-02T05:19:16.269090" elapsed="0.000188"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-08-02T05:19:16.269749" 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-08-02T05:19:16.269417" elapsed="0.000386"/>
</kw>
<return>
<value>${output}</value>
<status status="PASS" start="2026-08-02T05:19:16.269856" elapsed="0.000057"/>
</return>
<msg time="2026-08-02T05:19:16.270091" 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.96
Note that this keyword will open&amp;close new SSH connection, without switching back to previously current session.</doc>
<status status="PASS" start="2026-08-02T05:19:15.980677" elapsed="0.289445"/>
</kw>
<kw name="Should Contain" owner="BuiltIn">
<arg>${output}</arg>
<arg>${feature_name}</arg>
<doc>Fails if ``container`` does not contain ``item`` one or more times.</doc>
<status status="PASS" start="2026-08-02T05:19:16.270269" elapsed="0.000552"/>
</kw>
<return>
<value>${output}</value>
<status status="PASS" start="2026-08-02T05:19:16.270871" elapsed="0.000032"/>
</return>
<arg>odl-openflowplugin-drop-test</arg>
<doc>Will Succeed if the given ${feature_name} is found in the output of "feature:list -i"</doc>
<status status="PASS" start="2026-08-02T05:19:15.976997" elapsed="0.294045"/>
</kw>
<kw name="Issue_Command_On_Karaf_Console" owner="KarafKeywords">
<if>
<branch type="IF" condition="'${IS_KARAF_APPL}' == 'False'">
<return>
<value>Not A Karaf App</value>
<status status="NOT RUN" start="2026-08-02T05:19:16.274835" elapsed="0.000015"/>
</return>
<status status="NOT RUN" start="2026-08-02T05:19:16.274699" elapsed="0.000184"/>
</branch>
<status status="PASS" start="2026-08-02T05:19:16.274676" elapsed="0.000231"/>
</if>
<kw name="Open Connection" owner="SSHLibrary">
<arg>${controller}</arg>
<arg>port=${karaf_port}</arg>
<arg>prompt=${KARAF_PROMPT_LOGIN}</arg>
<arg>timeout=${timeout}</arg>
<doc>Opens a new SSH connection to the given ``host`` and ``port``.</doc>
<status status="PASS" start="2026-08-02T05:19:16.275055" elapsed="0.000481"/>
</kw>
<kw name="Login" owner="SSHLibrary">
<msg time="2026-08-02T05:19:16.275965" level="INFO">Logging into '10.30.170.96:8101' as 'karaf'.</msg>
<msg time="2026-08-02T05:19:16.494743" level="INFO">Read output: [33m                                                                                           
[33m    ________                       ________                .__  .__       .__     __       
[33m    \_____  \ ______   ____   ____ \______ \ _____  ___.__.|  | |__| ____ |  |___/  |_     
[33m     /   |   \\____ \_/ __ \ /    \ |    |  \\__  \&lt;   |  ||  | |  |/ ___\|  |  \   __\    
[33m    /    |    \  |_&gt; &gt;  ___/|   |  \|    `   \/ __ \\___  ||  |_|  / /_/  &gt;   Y  \  |      
[33m    \_______  /   __/ \___  &gt;___|  /_______  (____  / ____||____/__\___  /|___|  /__|      
[33m            \/|__|        \/     \/        \/     \/\/            /_____/      \/          
[33m                                                                                           

Hit '[1m&lt;tab&gt;[0m' for a list of available commands
and '[1m[cmd] --help[0m' for help on a specific command.
Hit '[1m&lt;ctrl-d&gt;[0m' or type '[1msystem:shutdown[0m' or '[1mlogout[0m' to shutdown OpenDaylight.

[?1h=[90m~[0m                                                                                [?2004hopendaylight-user</msg>
<arg>${KARAF_USER}</arg>
<arg>${KARAF_PASSWORD}</arg>
<arg>loglevel=${loglevel}</arg>
<doc>Logs into the SSH server with the given ``username`` and ``password``.</doc>
<status status="PASS" start="2026-08-02T05:19:16.275685" elapsed="0.219195"/>
</kw>
<kw name="Write" owner="SSHLibrary">
<msg time="2026-08-02T05:19:16.518450" level="INFO">@root&gt;dropallpacketsrpc on</msg>
<arg>${cmd}</arg>
<doc>Writes the given ``text`` on the remote machine and appends a newline.</doc>
<status status="PASS" start="2026-08-02T05:19:16.495130" elapsed="0.023379"/>
</kw>
<kw name="Read Until Regexp" owner="SSHLibrary">
<msg time="2026-08-02T05:19:16.520454" level="INFO">[?1l&gt;[?2004lDropAllFlows transitions to on
[?1h=[90m~[0m                                                                                [?2004hopendaylight-user@root&gt;</msg>
<msg time="2026-08-02T05:19:16.520563" level="INFO">${output} = [?1l&gt;[?2004lDropAllFlows transitions to on
[?1h=[90m~[0m                                                                                [?2004hopendaylight-user@root&gt;</msg>
<var>${output}</var>
<arg>${KARAF_PROMPT}</arg>
<doc>Consumes and returns the server output until a match to ``regexp`` is found.</doc>
<status status="PASS" start="2026-08-02T05:19:16.518656" elapsed="0.001935"/>
</kw>
<kw name="Write Bare" owner="SSHLibrary">
<arg>logout\n</arg>
<doc>Writes the given ``text`` on the remote machine without appending a newline.</doc>
<status status="PASS" start="2026-08-02T05:19:16.520726" elapsed="0.000183"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-08-02T05:19:16.521067" elapsed="0.000181"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-08-02T05:19:16.521711" level="INFO">[?1l&gt;[?2004lDropAllFlows transitions to on
[?1h=[90m~[0m                                                                                [?2004hopendaylight-user@root&gt;</msg>
<arg>${output}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-08-02T05:19:16.521388" elapsed="0.000372"/>
</kw>
<return>
<value>${output}</value>
<status status="PASS" start="2026-08-02T05:19:16.521811" elapsed="0.000055"/>
</return>
<arg>dropallpacketsrpc on</arg>
<doc>Will execute the given ${cmd} by ssh'ing to the karaf console running on 10.30.170.96
Note that this keyword will open&amp;close new SSH connection, without switching back to previously current session.</doc>
<status status="PASS" start="2026-08-02T05:19:16.274356" elapsed="0.247653"/>
</kw>
<status status="PASS" start="2026-08-02T05:19:14.533693" elapsed="1.988382"/>
</kw>
<test id="s1-t1" name="Cbench Latency Test" line="37">
<kw name="Log" owner="BuiltIn">
<msg time="2026-08-02T05:19:16.524385" level="INFO">Cbench tests using 10 iterations of 60 second tests. Switch Count: 16. Unique MACS to cycle: 100</msg>
<arg>Cbench tests using ${loops} iterations of ${duration_in_secs} second tests. Switch Count: ${switch_count}. Unique MACS to cycle: ${num_of_unique_macs}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-08-02T05:19:16.523235" elapsed="0.001216"/>
</kw>
<kw name="Run Cbench And Log Results">
<kw name="Set Suite Variable" owner="BuiltIn">
<msg time="2026-08-02T05:19:16.526049" level="INFO">${output_filename} = latency.csv</msg>
<arg>${output_filename}</arg>
<doc>Makes a variable available everywhere within the scope of the current suite.</doc>
<status status="PASS" start="2026-08-02T05:19:16.525672" elapsed="0.000421"/>
</kw>
<if>
<branch type="IF" condition="&quot;${cbench_system}&quot; == &quot;localhost&quot;">
<kw name="Run" owner="OperatingSystem">
<var>${output}</var>
<arg>${cbench_executable} -c ${ODL_SYSTEM_IP} ${cbench_args}</arg>
<doc>_This keyword is considered deprecated. Use the
[http://robotframework.org/robotframework/latest/libraries/Process.html|
Process] library instead._</doc>
<status status="NOT RUN" start="2026-08-02T05:19:16.526419" elapsed="0.000021"/>
</kw>
<status status="NOT RUN" start="2026-08-02T05:19:16.526175" elapsed="0.000301"/>
</branch>
<branch type="ELSE">
<kw name="Run Command On Remote System" owner="Utils">
<if>
<branch type="IF" condition="&quot;${return_stdout}&quot;!=&quot;True&quot; and &quot;${return_stderr}&quot;!=&quot;True&quot;">
<kw name="Fail" owner="BuiltIn">
<arg>At least one of {return_stdout} or {return_stderr} args should be set to True</arg>
<doc>Fails the test with the given message and optionally alters its tags.</doc>
<status status="NOT RUN" start="2026-08-02T05:19:16.529439" elapsed="0.000022"/>
</kw>
<status status="NOT RUN" start="2026-08-02T05:19:16.529183" elapsed="0.000313"/>
</branch>
<status status="PASS" start="2026-08-02T05:19:16.529163" elapsed="0.000358"/>
</if>
<kw name="Get Connection" owner="SSHLibrary">
<msg time="2026-08-02T05:19:16.529867" level="INFO">index=None
host=None
alias=None
port=22
timeout=3 seconds
newline=

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

prompt=None
term_type=vt100
width=80
height=24
path_separator=/
encoding=utf8
escape_ansi=False
encoding_errors=strict</msg>
<var>${current_ssh_connection}</var>
<doc>Returns information about the connection.</doc>
<status status="PASS" start="2026-08-02T05:19:16.529654" elapsed="0.000380"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-08-02T05:19:16.530594" level="INFO">Attempting to execute command "/usr/local/bin/cbench -c 10.30.170.96 -m 60000 -M 100 -S 16 -l 10 -D 5000 -p 6633" on remote system "10.30.170.25" by user "jenkins" with keyfile pass "any" and prompt "&gt;" and password ""</msg>
<arg>Attempting to execute command "${cmd}" on remote system "${system}" by user "${user}" with keyfile pass "${keyfile_pass}" and prompt "${prompt}" and password "${password}"</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-08-02T05:19:16.530171" elapsed="0.000483"/>
</kw>
<kw name="Open Connection" owner="SSHLibrary">
<msg time="2026-08-02T05:19:16.531299" level="INFO">${conn_id} = 5</msg>
<var>${conn_id}</var>
<arg>${system}</arg>
<arg>prompt=${prompt}</arg>
<arg>timeout=${prompt_timeout}</arg>
<doc>Opens a new SSH connection to the given ``host`` and ``port``.</doc>
<status status="PASS" start="2026-08-02T05:19:16.530792" elapsed="0.000533"/>
</kw>
<kw name="Flexible_SSH_Login" owner="SSHKeywords">
<kw name="Get Length" owner="BuiltIn">
<msg time="2026-08-02T05:19:16.532272" level="INFO">Length is 0.</msg>
<msg time="2026-08-02T05:19:16.532362" level="INFO">${pwd_length} = 0</msg>
<var>${pwd_length}</var>
<arg>${password}</arg>
<doc>Returns and logs the length of the given item as an integer.</doc>
<status status="PASS" start="2026-08-02T05:19:16.531924" elapsed="0.000462"/>
</kw>
<kw name="Run Keyword And Return If" owner="BuiltIn">
<arg>${pwd_length} &gt; 0</arg>
<arg>SSHLibrary.Login</arg>
<arg>${user}</arg>
<arg>${password}</arg>
<arg>delay=${delay}</arg>
<doc>Runs the specified keyword and returns from the enclosing user keyword.</doc>
<status status="PASS" start="2026-08-02T05:19:16.532528" elapsed="0.000334"/>
</kw>
<kw name="Run Keyword And Return" owner="BuiltIn">
<kw name="Login With Public Key" owner="SSHLibrary">
<msg time="2026-08-02T05:19:16.533743" level="INFO">Logging into '10.30.170.25:22' as 'jenkins'.</msg>
<msg time="2026-08-02T05:19:16.876856" 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 Sun Aug  2 05:19:15 UTC 2026

  System load:  0.02               Processes:             111
  Usage of /:   19.3% of 38.58GB   Users logged in:       0
  Memory usage: 4%                 IPv4 address for ens3: 10.30.170.25
  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: Sun Aug  2 05:19:15 2026 from 10.30.170.16
[?2004h[jenkins@releng-48317-798-1-mininet-ovs-217-0 ~]&gt;</msg>
<arg>${user}</arg>
<arg>${USER_HOME}/.ssh/${SSH_KEY}</arg>
<arg>${KEYFILE_PASS}</arg>
<arg>delay=${delay}</arg>
<doc>Logs into the SSH server using key-based authentication.</doc>
<status status="PASS" start="2026-08-02T05:19:16.533383" elapsed="0.343708"/>
</kw>
<msg time="2026-08-02T05:19:16.877200" level="INFO">Returning from the enclosing user keyword.</msg>
<arg>SSHLibrary.Login With Public Key</arg>
<arg>${user}</arg>
<arg>${USER_HOME}/.ssh/${SSH_KEY}</arg>
<arg>${KEYFILE_PASS}</arg>
<arg>delay=${delay}</arg>
<doc>Runs the specified keyword and returns from the enclosing user keyword.</doc>
<status status="PASS" start="2026-08-02T05:19:16.533032" elapsed="0.344270"/>
</kw>
<arg>${user}</arg>
<arg>${password}</arg>
<doc>On active SSH session: if given non-empty password, do Login, else do Login With Public Key.</doc>
<status status="PASS" start="2026-08-02T05:19:16.531526" elapsed="0.345923"/>
</kw>
<kw name="Execute Command" owner="SSHLibrary">
<msg time="2026-08-02T05:19:16.878113" level="INFO">Executing command '/usr/local/bin/cbench -c 10.30.170.96 -m 60000 -M 100 -S 16 -l 10 -D 5000 -p 6633'.</msg>
<msg time="2026-08-02T05:29:23.009475" level="INFO">Command exited with return code 0.</msg>
<msg time="2026-08-02T05:29:23.009928" level="INFO">${stdout} = </msg>
<msg time="2026-08-02T05:29:23.010072" level="INFO">${stderr} = cbench: controller benchmarking tool
   running in mode 'latency'
   connecting to controller at 10.30.170.96:6633 
   faking 16 switches with 1 threads :: 10 tests each; 60000 ms per test
   with 100...</msg>
<var>${stdout}</var>
<var>${stderr}</var>
<arg>${cmd}</arg>
<arg>return_stderr=True</arg>
<doc>Executes ``command`` on the remote machine and returns its outputs.</doc>
<status status="PASS" start="2026-08-02T05:19:16.877718" elapsed="606.132414"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-08-02T05:29:23.010561" elapsed="0.000720"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-08-02T05:29:23.012408" level="INFO">cbench: controller benchmarking tool
   running in mode 'latency'
   connecting to controller at 10.30.170.96: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.96. So far 1 cbench instances have initialized their switches.  Waiting for other cbench-instances
Thread-0: Total switches from ALL cbench-instances initialized.
05:20:22.101 16  switches: flows:  112684 113990 114560 111441 109158 112847 111380 112285 109953 111281 112177 110042 110594 111771 111186 108949  total = 29.738300 per ms 
05:21:22.202 16  switches: flows:  126834 127465 124215 122668 121827 122182 124339 123720 121023 119499 119170 118540 123426 122083 121256 119678  total = 32.577689 per ms 
05:22:22.303 16  switches: flows:  123166 124168 121037 118923 120331 118883 121256 120177 117741 119057 118744 118556 119655 118096 118323 117990  total = 31.881799 per ms 
05:23:22.403 16  switches: flows:  124008 123170 125014 122648 121725 121781 124171 122432 118966 120559 120423 119332 119593 120392 120526 117818  total = 32.322002 per ms 
05:24:22.504 16  switches: flows:  108389 107881 108846 106706 105855 107549 108013 107031 103448 103879 103184 104132 104531 105711 104341 102681  total = 28.155916 per ms 
05:25:22.604 16  switches: flows:  127161 126654 126929 124278 122958 124029 125508 123391 121962 122712 118439 123407 124072 119561 119213 120096  total = 32.784770 per ms 
05:26:22.704 16  switches: flows:  125124 125121 125483 122962 123528 124469 125961 122234 120065 122097 116897 121884 122960 121477 120584 119050  total = 32.610468 per ms 
05:27:22.805 16  switches: flows:  126381 127302 128571 127579 125073 124704 125914 122241 124232 123194 119456 121963 120125 121544 124545 121610  total = 33.018706 per ms 
05:28:22.905 16  switches: flows:  124128 124904 128751 126132 125349 125904 125561 123421 124046 122134 118928 121819 120978 121140 124412 121627  total = 32.932211 per ms 
05:29:23.005 16  switches: flows:  125010 125096 130145 126446 126571 126752 124929 122967 122222 123958 119988 120617 121515 121908 125175 122060  total = 33.034160 per ms 
RESULT: 16 switches 9 tests min/max/avg/stdev = 28155.92/33034.16/32146.41/10813.53 responses/s</msg>
<arg>${stderr}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-08-02T05:29:23.011647" elapsed="0.001040"/>
</kw>
<if>
<branch type="IF" condition="&quot;${return_stdout}&quot;!=&quot;True&quot;">
<return>
<value>${stderr}</value>
<status status="PASS" start="2026-08-02T05:29:23.013204" elapsed="0.000074"/>
</return>
<status status="PASS" start="2026-08-02T05:29:23.012875" elapsed="0.000485"/>
</branch>
<status status="PASS" start="2026-08-02T05:29:23.012818" elapsed="0.000597"/>
</if>
<if>
<branch type="IF" condition="&quot;${return_stderr}&quot;!=&quot;True&quot;">
<return>
<value>${stdout}</value>
<status status="NOT RUN" start="2026-08-02T05:29:23.013625" elapsed="0.000030"/>
</return>
<status status="NOT RUN" start="2026-08-02T05:29:23.013543" elapsed="0.000174"/>
</branch>
<status status="NOT RUN" start="2026-08-02T05:29:23.013508" elapsed="0.000257"/>
</if>
<return>
<value>${stdout}</value>
<value>${stderr}</value>
<status status="NOT RUN" start="2026-08-02T05:29:23.013839" elapsed="0.000030"/>
</return>
<kw name="Restore_Current_Ssh_Connection_From_Index" owner="SSHKeywords" type="TEARDOWN">
<kw name="Run Keyword And Return If" owner="BuiltIn">
<arg>${connection_index} is not None</arg>
<arg>SSHLibrary.Switch Connection</arg>
<arg>${connection_index}</arg>
<doc>Runs the specified keyword and returns from the enclosing user keyword.</doc>
<status status="PASS" start="2026-08-02T05:29:23.019446" elapsed="0.000391"/>
</kw>
<kw name="Open Connection" owner="SSHLibrary">
<arg>127.0.0.1</arg>
<doc>Opens a new SSH connection to the given ``host`` and ``port``.</doc>
<status status="PASS" start="2026-08-02T05:29:23.019996" elapsed="0.000168"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-08-02T05:29:23.020293" elapsed="0.000100"/>
</kw>
<arg>${current_ssh_connection.index}</arg>
<doc>Restore active SSH connection in SSHLibrary to given index.</doc>
<status status="PASS" start="2026-08-02T05:29:23.014571" elapsed="0.005875"/>
</kw>
<msg time="2026-08-02T05:29:23.020574" level="INFO">${output} = cbench: controller benchmarking tool
   running in mode 'latency'
   connecting to controller at 10.30.170.96:6633 
   faking 16 switches with 1 threads :: 10 tests each; 60000 ms per test
   with 100...</msg>
<var>${output}</var>
<arg>${cbench_system}</arg>
<arg>${cbench_executable} -c ${ODL_SYSTEM_IP} ${cbench_args}</arg>
<arg>prompt_timeout=${test_timeout}</arg>
<arg>return_stdout=False</arg>
<arg>return_stderr=True</arg>
<doc>Reduces the common work of running a command on a remote system to a single higher level
robot keyword, taking care to log in with a public key and. The command given is written and the return value
depends on the passed argument values of return_stdout (default: True) and return_stderr (default: False).
At least one should be True, or the keyword will exit and FAIL. If both are True, the resulting return value
will be a two element list containing both. Otherwise the resulting return value is a string.
No test conditions are checked.</doc>
<status status="PASS" start="2026-08-02T05:19:16.526824" elapsed="606.493776"/>
</kw>
<status status="PASS" start="2026-08-02T05:19:16.526504" elapsed="606.494145"/>
</branch>
<status status="PASS" start="2026-08-02T05:19:16.526152" elapsed="606.494522"/>
</if>
<kw name="Log" owner="BuiltIn">
<msg time="2026-08-02T05:29:23.021113" level="INFO">cbench: controller benchmarking tool
   running in mode 'latency'
   connecting to controller at 10.30.170.96: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.96. So far 1 cbench instances have initialized their switches.  Waiting for other cbench-instances
Thread-0: Total switches from ALL cbench-instances initialized.
05:20:22.101 16  switches: flows:  112684 113990 114560 111441 109158 112847 111380 112285 109953 111281 112177 110042 110594 111771 111186 108949  total = 29.738300 per ms 
05:21:22.202 16  switches: flows:  126834 127465 124215 122668 121827 122182 124339 123720 121023 119499 119170 118540 123426 122083 121256 119678  total = 32.577689 per ms 
05:22:22.303 16  switches: flows:  123166 124168 121037 118923 120331 118883 121256 120177 117741 119057 118744 118556 119655 118096 118323 117990  total = 31.881799 per ms 
05:23:22.403 16  switches: flows:  124008 123170 125014 122648 121725 121781 124171 122432 118966 120559 120423 119332 119593 120392 120526 117818  total = 32.322002 per ms 
05:24:22.504 16  switches: flows:  108389 107881 108846 106706 105855 107549 108013 107031 103448 103879 103184 104132 104531 105711 104341 102681  total = 28.155916 per ms 
05:25:22.604 16  switches: flows:  127161 126654 126929 124278 122958 124029 125508 123391 121962 122712 118439 123407 124072 119561 119213 120096  total = 32.784770 per ms 
05:26:22.704 16  switches: flows:  125124 125121 125483 122962 123528 124469 125961 122234 120065 122097 116897 121884 122960 121477 120584 119050  total = 32.610468 per ms 
05:27:22.805 16  switches: flows:  126381 127302 128571 127579 125073 124704 125914 122241 124232 123194 119456 121963 120125 121544 124545 121610  total = 33.018706 per ms 
05:28:22.905 16  switches: flows:  124128 124904 128751 126132 125349 125904 125561 123421 124046 122134 118928 121819 120978 121140 124412 121627  total = 32.932211 per ms 
05:29:23.005 16  switches: flows:  125010 125096 130145 126446 126571 126752 124929 122967 122222 123958 119988 120617 121515 121908 125175 122060  total = 33.034160 per ms 
RESULT: 16 switches 9 tests min/max/avg/stdev = 28155.92/33034.16/32146.41/10813.53 responses/s</msg>
<arg>${output}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-08-02T05:29:23.020812" elapsed="0.000374"/>
</kw>
<kw name="Should Contain" owner="BuiltIn">
<arg>${output}</arg>
<arg>RESULT</arg>
<doc>Fails if ``container`` does not contain ``item`` one or more times.</doc>
<status status="PASS" start="2026-08-02T05:29:23.021332" elapsed="0.000373"/>
</kw>
<kw name="Get Lines Containing String" owner="String">
<msg time="2026-08-02T05:29:23.022110" level="INFO">1 out of 23 lines matched.</msg>
<msg time="2026-08-02T05:29:23.022200" level="INFO">${result_line} = RESULT: 16 switches 9 tests min/max/avg/stdev = 28155.92/33034.16/32146.41/10813.53 responses/s</msg>
<var>${result_line}</var>
<arg>${output}</arg>
<arg>RESULT</arg>
<doc>Returns lines of the given ``string`` that contain the ``pattern``.</doc>
<status status="PASS" start="2026-08-02T05:29:23.021863" elapsed="0.000361"/>
</kw>
<kw name="Split String" owner="String">
<msg time="2026-08-02T05:29:23.022644" level="INFO">@{results_list} = [ RESULT: | 16 | switches | 9 | tests | min/max/avg/stdev | = | 28155.92/33034.16/32146.41/10813.53 | responses/s ]</msg>
<var>@{results_list}</var>
<arg>${result_line}</arg>
<doc>Splits the ``string`` using ``separator`` as a delimiter string.</doc>
<status status="PASS" start="2026-08-02T05:29:23.022378" elapsed="0.000292"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-08-02T05:29:23.025029" level="INFO">min/max/avg/stdev</msg>
<arg>${results_list[5]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-08-02T05:29:23.022814" elapsed="0.002271"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-08-02T05:29:23.027440" level="INFO">28155.92/33034.16/32146.41/10813.53</msg>
<arg>${results_list[7]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-08-02T05:29:23.025230" elapsed="0.002266"/>
</kw>
<kw name="Split String" owner="String">
<msg time="2026-08-02T05:29:23.029815" level="INFO">@{result_name_list} = [ min | max | avg | stdev ]</msg>
<var>@{result_name_list}</var>
<arg>${results_list[5]}</arg>
<arg>/</arg>
<doc>Splits the ``string`` using ``separator`` as a delimiter string.</doc>
<status status="PASS" start="2026-08-02T05:29:23.027643" elapsed="0.002200"/>
</kw>
<kw name="Split String" owner="String">
<msg time="2026-08-02T05:29:23.032314" level="INFO">@{result_value_list} = [ 28155.92 | 33034.16 | 32146.41 | 10813.53 ]</msg>
<var>@{result_value_list}</var>
<arg>${results_list[7]}</arg>
<arg>/</arg>
<doc>Splits the ``string`` using ``separator`` as a delimiter string.</doc>
<status status="PASS" start="2026-08-02T05:29:23.030046" elapsed="0.002302"/>
</kw>
<kw name="Get Length" owner="BuiltIn">
<msg time="2026-08-02T05:29:23.032839" level="INFO">Length is 4.</msg>
<msg time="2026-08-02T05:29:23.032927" level="INFO">${num_stats} = 4</msg>
<var>${num_stats}</var>
<arg>${result_name_list}</arg>
<doc>Returns and logs the length of the given item as an integer.</doc>
<status status="PASS" start="2026-08-02T05:29:23.032535" elapsed="0.000430"/>
</kw>
<for flavor="IN RANGE">
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-08-02T05:29:23.037655" level="INFO">min :: 28155.92</msg>
<arg>${result_name_list[${i}]} :: ${result_value_list[${i}]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-08-02T05:29:23.033358" elapsed="0.004355"/>
</kw>
<var name="${i}">0</var>
<status status="PASS" start="2026-08-02T05:29:23.033224" elapsed="0.004524"/>
</iter>
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-08-02T05:29:23.042216" level="INFO">max :: 33034.16</msg>
<arg>${result_name_list[${i}]} :: ${result_value_list[${i}]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-08-02T05:29:23.037980" elapsed="0.004291"/>
</kw>
<var name="${i}">1</var>
<status status="PASS" start="2026-08-02T05:29:23.037838" elapsed="0.004467"/>
</iter>
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-08-02T05:29:23.046815" level="INFO">avg :: 32146.41</msg>
<arg>${result_name_list[${i}]} :: ${result_value_list[${i}]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-08-02T05:29:23.042542" elapsed="0.004329"/>
</kw>
<var name="${i}">2</var>
<status status="PASS" start="2026-08-02T05:29:23.042413" elapsed="0.004492"/>
</iter>
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-08-02T05:29:23.051367" level="INFO">stdev :: 10813.53</msg>
<arg>${result_name_list[${i}]} :: ${result_value_list[${i}]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-08-02T05:29:23.047140" elapsed="0.004283"/>
</kw>
<var name="${i}">3</var>
<status status="PASS" start="2026-08-02T05:29:23.047011" elapsed="0.004446"/>
</iter>
<var>${i}</var>
<value>0</value>
<value>${num_stats}</value>
<status status="PASS" start="2026-08-02T05:29:23.033037" elapsed="0.018453"/>
</for>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-08-02T05:29:23.055369" level="INFO">${min} = 28155.92</msg>
<var>${min}</var>
<arg>${result_value_list[${0}]}</arg>
<doc>Returns the given values which can then be assigned to a variables.</doc>
<status status="PASS" start="2026-08-02T05:29:23.051645" elapsed="0.003750"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-08-02T05:29:23.059468" level="INFO">${max} = 33034.16</msg>
<var>${max}</var>
<arg>${result_value_list[${1}]}</arg>
<doc>Returns the given values which can then be assigned to a variables.</doc>
<status status="PASS" start="2026-08-02T05:29:23.055564" elapsed="0.003931"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-08-02T05:29:23.063681" level="INFO">${average} = 32146.41</msg>
<var>${average}</var>
<arg>${result_value_list[${2}]}</arg>
<doc>Returns the given values which can then be assigned to a variables.</doc>
<status status="PASS" start="2026-08-02T05:29:23.059646" elapsed="0.004062"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-08-02T05:29:23.067596" level="INFO">${stdev} = 10813.53</msg>
<var>${stdev}</var>
<arg>${result_value_list[${3}]}</arg>
<doc>Returns the given values which can then be assigned to a variables.</doc>
<status status="PASS" start="2026-08-02T05:29:23.063862" elapsed="0.003760"/>
</kw>
<kw name="Get Time" owner="BuiltIn">
<msg time="2026-08-02T05:29:23.068149" level="INFO">${date} = 2026-08-02 05:29:23</msg>
<var>${date}</var>
<arg>d,m,s</arg>
<doc>Returns the given time in the requested format.</doc>
<status status="PASS" start="2026-08-02T05:29:23.067782" elapsed="0.000394"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-08-02T05:29:23.068737" level="INFO">CBench Result: 2026-08-02 05:29:23,-m 60000 -M 100 -S 16 -l 10 -D 5000 -p 6633,28155.92,33034.16,32146.41,10813.53</msg>
<arg>CBench Result: ${date},${cbench_args},${min},${max},${average},${stdev}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-08-02T05:29:23.068323" elapsed="0.000469"/>
</kw>
<kw name="Log Results And Determine Status">
<kw name="Append To File" owner="OperatingSystem">
<msg time="2026-08-02T05:29:23.069804" 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-08-02T05:29:23.069416" elapsed="0.000453"/>
</kw>
<kw name="Should Be True" owner="BuiltIn">
<arg>${average} &gt; ${threshold}</arg>
<arg>${average} flow_mods per/sec did not exceed threshold of ${threshold}</arg>
<doc>Fails if the given condition is not true.</doc>
<status status="PASS" start="2026-08-02T05:29:23.070032" elapsed="0.000466"/>
</kw>
<arg>${min}</arg>
<arg>${max}</arg>
<arg>${average}</arg>
<arg>${average_threshold}</arg>
<arg>${output_filename}</arg>
<status status="PASS" start="2026-08-02T05:29:23.068932" elapsed="0.001630"/>
</kw>
<arg>-m ${duration_in_ms} -M ${num_of_unique_macs} -S ${switch_count} -l ${loops} -D ${start_delay} -p ${of_port}</arg>
<arg>${latency_threshold}</arg>
<arg>${latency_results_file}</arg>
<status status="PASS" start="2026-08-02T05:19:16.525026" elapsed="606.545596"/>
</kw>
<kw name="Sleep" owner="BuiltIn">
<msg time="2026-08-02T05:29:23.071117" level="INFO">Slept 0 seconds.</msg>
<arg>${test_delay}</arg>
<doc>Pauses the test executed for the given time.</doc>
<status status="PASS" start="2026-08-02T05:29:23.070783" elapsed="0.000389"/>
</kw>
<kw name="Log Results As Zero If Cbench Timed Out" type="TEARDOWN">
<kw name="Run Keyword If Timeout Occurred" owner="BuiltIn">
<arg>Log Results And Determine Status</arg>
<arg>0</arg>
<arg>0</arg>
<arg>0</arg>
<arg>0</arg>
<arg>${output_filename}</arg>
<doc>Runs the given keyword if either a test or a keyword timeout has occurred.</doc>
<status status="PASS" start="2026-08-02T05:29:23.071681" elapsed="0.000263"/>
</kw>
<status status="PASS" start="2026-08-02T05:29:23.071386" elapsed="0.000645"/>
</kw>
<doc>cbench executed in default latency mode. Test parameters have defaults, but can be overridden
on the pybot command line</doc>
<tag>cbench</tag>
<tag>latency</tag>
<timeout value="15 minutes"/>
<status status="PASS" start="2026-08-02T05:19:16.522268" elapsed="606.549800"/>
</test>
<test id="s1-t2" name="Cbench Throughput Test" line="51">
<kw name="Log" owner="BuiltIn">
<msg time="2026-08-02T05:29:23.073435" level="INFO">Cbench tests using 10 iterations of 60 second tests. Switch Count: 16. Unique MACS to cycle: 100</msg>
<arg>Cbench tests using ${loops} iterations of ${duration_in_secs} second tests. Switch Count: ${switch_count}. Unique MACS to cycle: ${num_of_unique_macs}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-08-02T05:29:23.073055" elapsed="0.000436"/>
</kw>
<kw name="Run Cbench And Log Results">
<kw name="Set Suite Variable" owner="BuiltIn">
<msg time="2026-08-02T05:29:23.074734" level="INFO">${output_filename} = throughput.csv</msg>
<arg>${output_filename}</arg>
<doc>Makes a variable available everywhere within the scope of the current suite.</doc>
<status status="PASS" start="2026-08-02T05:29:23.074403" elapsed="0.000373"/>
</kw>
<if>
<branch type="IF" condition="&quot;${cbench_system}&quot; == &quot;localhost&quot;">
<kw name="Run" owner="OperatingSystem">
<var>${output}</var>
<arg>${cbench_executable} -c ${ODL_SYSTEM_IP} ${cbench_args}</arg>
<doc>_This keyword is considered deprecated. Use the
[http://robotframework.org/robotframework/latest/libraries/Process.html|
Process] library instead._</doc>
<status status="NOT RUN" start="2026-08-02T05:29:23.075119" elapsed="0.000022"/>
</kw>
<status status="NOT RUN" start="2026-08-02T05:29:23.074883" elapsed="0.000295"/>
</branch>
<branch type="ELSE">
<kw name="Run Command On Remote System" owner="Utils">
<if>
<branch type="IF" condition="&quot;${return_stdout}&quot;!=&quot;True&quot; and &quot;${return_stderr}&quot;!=&quot;True&quot;">
<kw name="Fail" owner="BuiltIn">
<arg>At least one of {return_stdout} or {return_stderr} args should be set to True</arg>
<doc>Fails the test with the given message and optionally alters its tags.</doc>
<status status="NOT RUN" start="2026-08-02T05:29:23.078025" elapsed="0.000023"/>
</kw>
<status status="NOT RUN" start="2026-08-02T05:29:23.077759" elapsed="0.000323"/>
</branch>
<status status="PASS" start="2026-08-02T05:29:23.077741" elapsed="0.000365"/>
</if>
<kw name="Get Connection" owner="SSHLibrary">
<msg time="2026-08-02T05:29:23.078453" level="INFO">index=None
host=None
alias=None
port=22
timeout=3 seconds
newline=

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

prompt=None
term_type=vt100
width=80
height=24
path_separator=/
encoding=utf8
escape_ansi=False
encoding_errors=strict</msg>
<var>${current_ssh_connection}</var>
<doc>Returns information about the connection.</doc>
<status status="PASS" start="2026-08-02T05:29:23.078240" elapsed="0.000359"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-08-02T05:29:23.079169" level="INFO">Attempting to execute command "/usr/local/bin/cbench -c 10.30.170.96 -t -m 60000 -M 100 -S 16 -l 10 -D 5000 -p 6633" on remote system "10.30.170.25" by user "jenkins" with keyfile pass "any" and prompt "&gt;" and password ""</msg>
<arg>Attempting to execute command "${cmd}" on remote system "${system}" by user "${user}" with keyfile pass "${keyfile_pass}" and prompt "${prompt}" and password "${password}"</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-08-02T05:29:23.078733" elapsed="0.000505"/>
</kw>
<kw name="Open Connection" owner="SSHLibrary">
<msg time="2026-08-02T05:29:23.079770" level="INFO">${conn_id} = 7</msg>
<var>${conn_id}</var>
<arg>${system}</arg>
<arg>prompt=${prompt}</arg>
<arg>timeout=${prompt_timeout}</arg>
<doc>Opens a new SSH connection to the given ``host`` and ``port``.</doc>
<status status="PASS" start="2026-08-02T05:29:23.079377" elapsed="0.000419"/>
</kw>
<kw name="Flexible_SSH_Login" owner="SSHKeywords">
<kw name="Get Length" owner="BuiltIn">
<msg time="2026-08-02T05:29:23.080689" level="INFO">Length is 0.</msg>
<msg time="2026-08-02T05:29:23.080780" level="INFO">${pwd_length} = 0</msg>
<var>${pwd_length}</var>
<arg>${password}</arg>
<doc>Returns and logs the length of the given item as an integer.</doc>
<status status="PASS" start="2026-08-02T05:29:23.080386" elapsed="0.000419"/>
</kw>
<kw name="Run Keyword And Return If" owner="BuiltIn">
<arg>${pwd_length} &gt; 0</arg>
<arg>SSHLibrary.Login</arg>
<arg>${user}</arg>
<arg>${password}</arg>
<arg>delay=${delay}</arg>
<doc>Runs the specified keyword and returns from the enclosing user keyword.</doc>
<status status="PASS" start="2026-08-02T05:29:23.080944" elapsed="0.000337"/>
</kw>
<kw name="Run Keyword And Return" owner="BuiltIn">
<kw name="Login With Public Key" owner="SSHLibrary">
<msg time="2026-08-02T05:29:23.082146" level="INFO">Logging into '10.30.170.25:22' as 'jenkins'.</msg>
<msg time="2026-08-02T05:29:23.664938" 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 Sun Aug  2 05:29:23 UTC 2026

  System load:  1.0                Processes:             104
  Usage of /:   19.8% of 38.58GB   Users logged in:       0
  Memory usage: 4%                 IPv4 address for ens3: 10.30.170.25
  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: Sun Aug  2 05:19:16 2026 from 10.30.170.16
[?2004h[jenkins@releng-48317-798-1-mininet-ovs-217-0 ~]&gt;</msg>
<arg>${user}</arg>
<arg>${USER_HOME}/.ssh/${SSH_KEY}</arg>
<arg>${KEYFILE_PASS}</arg>
<arg>delay=${delay}</arg>
<doc>Logs into the SSH server using key-based authentication.</doc>
<status status="PASS" start="2026-08-02T05:29:23.081775" elapsed="0.583350"/>
</kw>
<msg time="2026-08-02T05:29:23.665210" level="INFO">Returning from the enclosing user keyword.</msg>
<arg>SSHLibrary.Login With Public Key</arg>
<arg>${user}</arg>
<arg>${USER_HOME}/.ssh/${SSH_KEY}</arg>
<arg>${KEYFILE_PASS}</arg>
<arg>delay=${delay}</arg>
<doc>Runs the specified keyword and returns from the enclosing user keyword.</doc>
<status status="PASS" start="2026-08-02T05:29:23.081432" elapsed="0.583865"/>
</kw>
<arg>${user}</arg>
<arg>${password}</arg>
<doc>On active SSH session: if given non-empty password, do Login, else do Login With Public Key.</doc>
<status status="PASS" start="2026-08-02T05:29:23.080013" elapsed="0.585399"/>
</kw>
<kw name="Execute Command" owner="SSHLibrary">
<msg time="2026-08-02T05:29:23.665969" level="INFO">Executing command '/usr/local/bin/cbench -c 10.30.170.96 -t -m 60000 -M 100 -S 16 -l 10 -D 5000 -p 6633'.</msg>
<msg time="2026-08-02T05:39:29.713424" level="INFO">Command exited with return code 0.</msg>
<msg time="2026-08-02T05:39:29.714016" level="INFO">${stdout} = </msg>
<msg time="2026-08-02T05:39:29.714126" level="INFO">${stderr} = cbench: controller benchmarking tool
   running in mode 'throughput'
   connecting to controller at 10.30.170.96:6633 
   faking 16 switches with 1 threads :: 10 tests each; 60000 ms per test
   with ...</msg>
<var>${stdout}</var>
<var>${stderr}</var>
<arg>${cmd}</arg>
<arg>return_stderr=True</arg>
<doc>Executes ``command`` on the remote machine and returns its outputs.</doc>
<status status="PASS" start="2026-08-02T05:29:23.665628" elapsed="606.048555"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-08-02T05:39:29.714650" elapsed="0.000739"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-08-02T05:39:29.716562" level="INFO">cbench: controller benchmarking tool
   running in mode 'throughput'
   connecting to controller at 10.30.170.96: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.96. So far 1 cbench instances have initialized their switches.  Waiting for other cbench-instances
Thread-0: Total switches from ALL cbench-instances initialized.
05:30:28.796 16  switches: flows:  490745 498988 493954 500549 496736 492112 495098 488037 488621 474643 494901 487331 487263 499885 471511 488541  total = 130.815250 per ms 
05:31:28.899 16  switches: flows:  568237 554316 568896 562360 572415 567617 564855 560489 559313 569150 566448 552825 562557 564949 576684 568459  total = 150.403058 per ms 
05:32:29.001 16  switches: flows:  557005 561227 564054 576307 554141 566932 575570 565248 575649 559420 576633 553160 581947 561571 551640 560356  total = 150.428523 per ms 
05:33:29.102 16  switches: flows:  593327 594040 586785 601628 592688 597442 593208 587217 602175 588859 589692 593939 602588 590619 602976 600955  total = 158.368661 per ms 
05:34:29.203 16  switches: flows:  647399 643847 642355 651914 640383 641696 647024 648960 645323 638927 645908 648065 631227 642636 649049 634815  total = 171.370044 per ms 
05:35:29.305 16  switches: flows:  608372 611337 602413 606196 611356 605497 606436 608023 600112 612859 598986 604034 604381 604706 596923 601662  total = 161.117285 per ms 
05:36:29.406 16  switches: flows:  632422 630846 636598 640715 635814 633590 630342 636638 632267 626251 643574 640917 633927 630759 636998 630150  total = 168.910989 per ms 
05:37:29.508 16  switches: flows:  611291 611121 601304 609042 609997 608115 610716 613454 613793 609639 605216 614443 607933 608620 607859 607746  total = 162.231762 per ms 
05:38:29.610 16  switches: flows:  582351 573718 579418 577984 578149 574040 580605 579170 580012 581882 578194 578031 574625 576819 577420 584506  total = 154.022493 per ms 
05:39:29.711 16  switches: flows:  598043 590955 597409 589450 605997 595736 601880 594603 587379 603096 596724 592953 581877 591244 593405 590323  total = 158.251994 per ms 
RESULT: 16 switches 9 tests min/max/avg/stdev = 150403.06/171370.04/159456.09/53607.27 responses/s</msg>
<arg>${stderr}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-08-02T05:39:29.715769" elapsed="0.001099"/>
</kw>
<if>
<branch type="IF" condition="&quot;${return_stdout}&quot;!=&quot;True&quot;">
<return>
<value>${stderr}</value>
<status status="PASS" start="2026-08-02T05:39:29.717407" elapsed="0.000073"/>
</return>
<status status="PASS" start="2026-08-02T05:39:29.717091" elapsed="0.000469"/>
</branch>
<status status="PASS" start="2026-08-02T05:39:29.717028" elapsed="0.000588"/>
</if>
<if>
<branch type="IF" condition="&quot;${return_stderr}&quot;!=&quot;True&quot;">
<return>
<value>${stdout}</value>
<status status="NOT RUN" start="2026-08-02T05:39:29.717818" elapsed="0.000027"/>
</return>
<status status="NOT RUN" start="2026-08-02T05:39:29.717739" elapsed="0.000165"/>
</branch>
<status status="NOT RUN" start="2026-08-02T05:39:29.717706" elapsed="0.000272"/>
</if>
<return>
<value>${stdout}</value>
<value>${stderr}</value>
<status status="NOT RUN" start="2026-08-02T05:39:29.718052" elapsed="0.000030"/>
</return>
<kw name="Restore_Current_Ssh_Connection_From_Index" owner="SSHKeywords" type="TEARDOWN">
<kw name="Run Keyword And Return If" owner="BuiltIn">
<arg>${connection_index} is not None</arg>
<arg>SSHLibrary.Switch Connection</arg>
<arg>${connection_index}</arg>
<doc>Runs the specified keyword and returns from the enclosing user keyword.</doc>
<status status="PASS" start="2026-08-02T05:39:29.722656" elapsed="0.000491"/>
</kw>
<kw name="Open Connection" owner="SSHLibrary">
<arg>127.0.0.1</arg>
<doc>Opens a new SSH connection to the given ``host`` and ``port``.</doc>
<status status="PASS" start="2026-08-02T05:39:29.723355" elapsed="0.000232"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-08-02T05:39:29.723767" elapsed="0.000140"/>
</kw>
<arg>${current_ssh_connection.index}</arg>
<doc>Restore active SSH connection in SSHLibrary to given index.</doc>
<status status="PASS" start="2026-08-02T05:39:29.718725" elapsed="0.005279"/>
</kw>
<msg time="2026-08-02T05:39:29.724197" level="INFO">${output} = cbench: controller benchmarking tool
   running in mode 'throughput'
   connecting to controller at 10.30.170.96:6633 
   faking 16 switches with 1 threads :: 10 tests each; 60000 ms per test
   with ...</msg>
<var>${output}</var>
<arg>${cbench_system}</arg>
<arg>${cbench_executable} -c ${ODL_SYSTEM_IP} ${cbench_args}</arg>
<arg>prompt_timeout=${test_timeout}</arg>
<arg>return_stdout=False</arg>
<arg>return_stderr=True</arg>
<doc>Reduces the common work of running a command on a remote system to a single higher level
robot keyword, taking care to log in with a public key and. The command given is written and the return value
depends on the passed argument values of return_stdout (default: True) and return_stderr (default: False).
At least one should be True, or the keyword will exit and FAIL. If both are True, the resulting return value
will be a two element list containing both. Otherwise the resulting return value is a string.
No test conditions are checked.</doc>
<status status="PASS" start="2026-08-02T05:29:23.075511" elapsed="606.648723"/>
</kw>
<status status="PASS" start="2026-08-02T05:29:23.075203" elapsed="606.649099"/>
</branch>
<status status="PASS" start="2026-08-02T05:29:23.074863" elapsed="606.649472"/>
</if>
<kw name="Log" owner="BuiltIn">
<msg time="2026-08-02T05:39:29.724928" level="INFO">cbench: controller benchmarking tool
   running in mode 'throughput'
   connecting to controller at 10.30.170.96: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.96. So far 1 cbench instances have initialized their switches.  Waiting for other cbench-instances
Thread-0: Total switches from ALL cbench-instances initialized.
05:30:28.796 16  switches: flows:  490745 498988 493954 500549 496736 492112 495098 488037 488621 474643 494901 487331 487263 499885 471511 488541  total = 130.815250 per ms 
05:31:28.899 16  switches: flows:  568237 554316 568896 562360 572415 567617 564855 560489 559313 569150 566448 552825 562557 564949 576684 568459  total = 150.403058 per ms 
05:32:29.001 16  switches: flows:  557005 561227 564054 576307 554141 566932 575570 565248 575649 559420 576633 553160 581947 561571 551640 560356  total = 150.428523 per ms 
05:33:29.102 16  switches: flows:  593327 594040 586785 601628 592688 597442 593208 587217 602175 588859 589692 593939 602588 590619 602976 600955  total = 158.368661 per ms 
05:34:29.203 16  switches: flows:  647399 643847 642355 651914 640383 641696 647024 648960 645323 638927 645908 648065 631227 642636 649049 634815  total = 171.370044 per ms 
05:35:29.305 16  switches: flows:  608372 611337 602413 606196 611356 605497 606436 608023 600112 612859 598986 604034 604381 604706 596923 601662  total = 161.117285 per ms 
05:36:29.406 16  switches: flows:  632422 630846 636598 640715 635814 633590 630342 636638 632267 626251 643574 640917 633927 630759 636998 630150  total = 168.910989 per ms 
05:37:29.508 16  switches: flows:  611291 611121 601304 609042 609997 608115 610716 613454 613793 609639 605216 614443 607933 608620 607859 607746  total = 162.231762 per ms 
05:38:29.610 16  switches: flows:  582351 573718 579418 577984 578149 574040 580605 579170 580012 581882 578194 578031 574625 576819 577420 584506  total = 154.022493 per ms 
05:39:29.711 16  switches: flows:  598043 590955 597409 589450 605997 595736 601880 594603 587379 603096 596724 592953 581877 591244 593405 590323  total = 158.251994 per ms 
RESULT: 16 switches 9 tests min/max/avg/stdev = 150403.06/171370.04/159456.09/53607.27 responses/s</msg>
<arg>${output}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-08-02T05:39:29.724531" elapsed="0.000522"/>
</kw>
<kw name="Should Contain" owner="BuiltIn">
<arg>${output}</arg>
<arg>RESULT</arg>
<doc>Fails if ``container`` does not contain ``item`` one or more times.</doc>
<status status="PASS" start="2026-08-02T05:39:29.725256" elapsed="0.000527"/>
</kw>
<kw name="Get Lines Containing String" owner="String">
<msg time="2026-08-02T05:39:29.726331" level="INFO">1 out of 23 lines matched.</msg>
<msg time="2026-08-02T05:39:29.726455" level="INFO">${result_line} = RESULT: 16 switches 9 tests min/max/avg/stdev = 150403.06/171370.04/159456.09/53607.27 responses/s</msg>
<var>${result_line}</var>
<arg>${output}</arg>
<arg>RESULT</arg>
<doc>Returns lines of the given ``string`` that contain the ``pattern``.</doc>
<status status="PASS" start="2026-08-02T05:39:29.726024" elapsed="0.000464"/>
</kw>
<kw name="Split String" owner="String">
<msg time="2026-08-02T05:39:29.727069" level="INFO">@{results_list} = [ RESULT: | 16 | switches | 9 | tests | min/max/avg/stdev | = | 150403.06/171370.04/159456.09/53607.27 | responses/s ]</msg>
<var>@{results_list}</var>
<arg>${result_line}</arg>
<doc>Splits the ``string`` using ``separator`` as a delimiter string.</doc>
<status status="PASS" start="2026-08-02T05:39:29.726698" elapsed="0.000409"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-08-02T05:39:29.730416" level="INFO">min/max/avg/stdev</msg>
<arg>${results_list[5]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-08-02T05:39:29.727307" elapsed="0.003186"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-08-02T05:39:29.733624" level="INFO">150403.06/171370.04/159456.09/53607.27</msg>
<arg>${results_list[7]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-08-02T05:39:29.730694" elapsed="0.002986"/>
</kw>
<kw name="Split String" owner="String">
<msg time="2026-08-02T05:39:29.736060" level="INFO">@{result_name_list} = [ min | max | avg | stdev ]</msg>
<var>@{result_name_list}</var>
<arg>${results_list[5]}</arg>
<arg>/</arg>
<doc>Splits the ``string`` using ``separator`` as a delimiter string.</doc>
<status status="PASS" start="2026-08-02T05:39:29.733827" elapsed="0.002260"/>
</kw>
<kw name="Split String" owner="String">
<msg time="2026-08-02T05:39:29.738494" level="INFO">@{result_value_list} = [ 150403.06 | 171370.04 | 159456.09 | 53607.27 ]</msg>
<var>@{result_value_list}</var>
<arg>${results_list[7]}</arg>
<arg>/</arg>
<doc>Splits the ``string`` using ``separator`` as a delimiter string.</doc>
<status status="PASS" start="2026-08-02T05:39:29.736273" elapsed="0.002248"/>
</kw>
<kw name="Get Length" owner="BuiltIn">
<msg time="2026-08-02T05:39:29.738993" level="INFO">Length is 4.</msg>
<msg time="2026-08-02T05:39:29.739082" level="INFO">${num_stats} = 4</msg>
<var>${num_stats}</var>
<arg>${result_name_list}</arg>
<doc>Returns and logs the length of the given item as an integer.</doc>
<status status="PASS" start="2026-08-02T05:39:29.738673" elapsed="0.000433"/>
</kw>
<for flavor="IN RANGE">
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-08-02T05:39:29.743973" level="INFO">min :: 150403.06</msg>
<arg>${result_name_list[${i}]} :: ${result_value_list[${i}]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-08-02T05:39:29.739495" elapsed="0.004559"/>
</kw>
<var name="${i}">0</var>
<status status="PASS" start="2026-08-02T05:39:29.739366" elapsed="0.004725"/>
</iter>
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-08-02T05:39:29.748604" level="INFO">max :: 171370.04</msg>
<arg>${result_name_list[${i}]} :: ${result_value_list[${i}]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-08-02T05:39:29.744314" elapsed="0.004346"/>
</kw>
<var name="${i}">1</var>
<status status="PASS" start="2026-08-02T05:39:29.744184" elapsed="0.004511"/>
</iter>
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-08-02T05:39:29.753193" level="INFO">avg :: 159456.09</msg>
<arg>${result_name_list[${i}]} :: ${result_value_list[${i}]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-08-02T05:39:29.748911" elapsed="0.004339"/>
</kw>
<var name="${i}">2</var>
<status status="PASS" start="2026-08-02T05:39:29.748784" elapsed="0.004500"/>
</iter>
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-08-02T05:39:29.757867" level="INFO">stdev :: 53607.27</msg>
<arg>${result_name_list[${i}]} :: ${result_value_list[${i}]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-08-02T05:39:29.753503" elapsed="0.004422"/>
</kw>
<var name="${i}">3</var>
<status status="PASS" start="2026-08-02T05:39:29.753372" elapsed="0.004602"/>
</iter>
<var>${i}</var>
<value>0</value>
<value>${num_stats}</value>
<status status="PASS" start="2026-08-02T05:39:29.739173" elapsed="0.018833"/>
</for>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-08-02T05:39:29.761937" level="INFO">${min} = 150403.06</msg>
<var>${min}</var>
<arg>${result_value_list[${0}]}</arg>
<doc>Returns the given values which can then be assigned to a variables.</doc>
<status status="PASS" start="2026-08-02T05:39:29.758167" elapsed="0.003811"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-08-02T05:39:29.766072" level="INFO">${max} = 171370.04</msg>
<var>${max}</var>
<arg>${result_value_list[${1}]}</arg>
<doc>Returns the given values which can then be assigned to a variables.</doc>
<status status="PASS" start="2026-08-02T05:39:29.762132" elapsed="0.003966"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-08-02T05:39:29.769995" level="INFO">${average} = 159456.09</msg>
<var>${average}</var>
<arg>${result_value_list[${2}]}</arg>
<doc>Returns the given values which can then be assigned to a variables.</doc>
<status status="PASS" start="2026-08-02T05:39:29.766251" elapsed="0.003772"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-08-02T05:39:29.773904" level="INFO">${stdev} = 53607.27</msg>
<var>${stdev}</var>
<arg>${result_value_list[${3}]}</arg>
<doc>Returns the given values which can then be assigned to a variables.</doc>
<status status="PASS" start="2026-08-02T05:39:29.770174" elapsed="0.003756"/>
</kw>
<kw name="Get Time" owner="BuiltIn">
<msg time="2026-08-02T05:39:29.774467" level="INFO">${date} = 2026-08-02 05:39:29</msg>
<var>${date}</var>
<arg>d,m,s</arg>
<doc>Returns the given time in the requested format.</doc>
<status status="PASS" start="2026-08-02T05:39:29.774110" elapsed="0.000383"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-08-02T05:39:29.775063" level="INFO">CBench Result: 2026-08-02 05:39:29,-t -m 60000 -M 100 -S 16 -l 10 -D 5000 -p 6633,150403.06,171370.04,159456.09,53607.27</msg>
<arg>CBench Result: ${date},${cbench_args},${min},${max},${average},${stdev}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-08-02T05:39:29.774639" elapsed="0.000480"/>
</kw>
<kw name="Log Results And Determine Status">
<kw name="Append To File" owner="OperatingSystem">
<msg time="2026-08-02T05:39:29.776158" 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-08-02T05:39:29.775726" elapsed="0.000498"/>
</kw>
<kw name="Should Be True" owner="BuiltIn">
<arg>${average} &gt; ${threshold}</arg>
<arg>${average} flow_mods per/sec did not exceed threshold of ${threshold}</arg>
<doc>Fails if the given condition is not true.</doc>
<status status="PASS" start="2026-08-02T05:39:29.776375" elapsed="0.000455"/>
</kw>
<arg>${min}</arg>
<arg>${max}</arg>
<arg>${average}</arg>
<arg>${average_threshold}</arg>
<arg>${output_filename}</arg>
<status status="PASS" start="2026-08-02T05:39:29.775257" elapsed="0.001642"/>
</kw>
<arg>-t -m ${duration_in_ms} -M ${num_of_unique_macs} -S ${switch_count} -l ${loops} -D ${start_delay} -p ${of_port}</arg>
<arg>${throughput_threshold}</arg>
<arg>${throughput_results_file}</arg>
<status status="PASS" start="2026-08-02T05:29:23.073797" elapsed="606.703183"/>
</kw>
<kw name="Sleep" owner="BuiltIn">
<msg time="2026-08-02T05:39:29.777459" level="INFO">Slept 0 seconds.</msg>
<arg>${test_delay}</arg>
<doc>Pauses the test executed for the given time.</doc>
<status status="PASS" start="2026-08-02T05:39:29.777135" elapsed="0.000380"/>
</kw>
<kw name="Log Results As Zero If Cbench Timed Out" type="TEARDOWN">
<kw name="Run Keyword If Timeout Occurred" owner="BuiltIn">
<arg>Log Results And Determine Status</arg>
<arg>0</arg>
<arg>0</arg>
<arg>0</arg>
<arg>0</arg>
<arg>${output_filename}</arg>
<doc>Runs the given keyword if either a test or a keyword timeout has occurred.</doc>
<status status="PASS" start="2026-08-02T05:39:29.778035" elapsed="0.000264"/>
</kw>
<status status="PASS" start="2026-08-02T05:39:29.777723" elapsed="0.000646"/>
</kw>
<doc>cbench executed in throughput mode (-t). Test parameters have defaults, but can be overridden
on the pybot command line</doc>
<tag>cbench</tag>
<tag>throughput</tag>
<timeout value="15 minutes"/>
<status status="PASS" start="2026-08-02T05:29:23.072476" elapsed="606.705932"/>
</test>
<test id="s1-t3" name="Rerun Latency Test To Check Bug 6176" line="65">
<kw name="Log" owner="BuiltIn">
<msg time="2026-08-02T05:39:29.779598" level="INFO">Cbench tests using 10 iterations of 60 second tests. Switch Count: 16. Unique MACS to cycle: 100</msg>
<arg>Cbench tests using ${loops} iterations of ${duration_in_secs} second tests. Switch Count: ${switch_count}. Unique MACS to cycle: ${num_of_unique_macs}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-08-02T05:39:29.779223" elapsed="0.000431"/>
</kw>
<kw name="Run Cbench And Log Results">
<kw name="Set Suite Variable" owner="BuiltIn">
<msg time="2026-08-02T05:39:29.780878" level="INFO">${output_filename} = bug.csv</msg>
<arg>${output_filename}</arg>
<doc>Makes a variable available everywhere within the scope of the current suite.</doc>
<status status="PASS" start="2026-08-02T05:39:29.780550" elapsed="0.000370"/>
</kw>
<if>
<branch type="IF" condition="&quot;${cbench_system}&quot; == &quot;localhost&quot;">
<kw name="Run" owner="OperatingSystem">
<var>${output}</var>
<arg>${cbench_executable} -c ${ODL_SYSTEM_IP} ${cbench_args}</arg>
<doc>_This keyword is considered deprecated. Use the
[http://robotframework.org/robotframework/latest/libraries/Process.html|
Process] library instead._</doc>
<status status="NOT RUN" start="2026-08-02T05:39:29.781263" elapsed="0.000022"/>
</kw>
<status status="NOT RUN" start="2026-08-02T05:39:29.781046" elapsed="0.000276"/>
</branch>
<branch type="ELSE">
<kw name="Run Command On Remote System" owner="Utils">
<if>
<branch type="IF" condition="&quot;${return_stdout}&quot;!=&quot;True&quot; and &quot;${return_stderr}&quot;!=&quot;True&quot;">
<kw name="Fail" owner="BuiltIn">
<arg>At least one of {return_stdout} or {return_stderr} args should be set to True</arg>
<doc>Fails the test with the given message and optionally alters its tags.</doc>
<status status="NOT RUN" start="2026-08-02T05:39:29.784356" elapsed="0.000022"/>
</kw>
<status status="NOT RUN" start="2026-08-02T05:39:29.784104" elapsed="0.000309"/>
</branch>
<status status="PASS" start="2026-08-02T05:39:29.784084" elapsed="0.000353"/>
</if>
<kw name="Get Connection" owner="SSHLibrary">
<msg time="2026-08-02T05:39:29.784753" level="INFO">index=None
host=None
alias=None
port=22
timeout=3 seconds
newline=

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

prompt=None
term_type=vt100
width=80
height=24
path_separator=/
encoding=utf8
escape_ansi=False
encoding_errors=strict</msg>
<var>${current_ssh_connection}</var>
<doc>Returns information about the connection.</doc>
<status status="PASS" start="2026-08-02T05:39:29.784569" elapsed="0.000327"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-08-02T05:39:29.785462" level="INFO">Attempting to execute command "/usr/local/bin/cbench -c 10.30.170.96 -m 60000 -M 100 -S 16 -l 10 -D 5000 -p 6633" on remote system "10.30.170.25" by user "jenkins" with keyfile pass "any" and prompt "&gt;" and password ""</msg>
<arg>Attempting to execute command "${cmd}" on remote system "${system}" by user "${user}" with keyfile pass "${keyfile_pass}" and prompt "${prompt}" and password "${password}"</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-08-02T05:39:29.785045" elapsed="0.000474"/>
</kw>
<kw name="Open Connection" owner="SSHLibrary">
<msg time="2026-08-02T05:39:29.786061" level="INFO">${conn_id} = 9</msg>
<var>${conn_id}</var>
<arg>${system}</arg>
<arg>prompt=${prompt}</arg>
<arg>timeout=${prompt_timeout}</arg>
<doc>Opens a new SSH connection to the given ``host`` and ``port``.</doc>
<status status="PASS" start="2026-08-02T05:39:29.785657" elapsed="0.000431"/>
</kw>
<kw name="Flexible_SSH_Login" owner="SSHKeywords">
<kw name="Get Length" owner="BuiltIn">
<msg time="2026-08-02T05:39:29.786975" level="INFO">Length is 0.</msg>
<msg time="2026-08-02T05:39:29.787064" level="INFO">${pwd_length} = 0</msg>
<var>${pwd_length}</var>
<arg>${password}</arg>
<doc>Returns and logs the length of the given item as an integer.</doc>
<status status="PASS" start="2026-08-02T05:39:29.786659" elapsed="0.000429"/>
</kw>
<kw name="Run Keyword And Return If" owner="BuiltIn">
<arg>${pwd_length} &gt; 0</arg>
<arg>SSHLibrary.Login</arg>
<arg>${user}</arg>
<arg>${password}</arg>
<arg>delay=${delay}</arg>
<doc>Runs the specified keyword and returns from the enclosing user keyword.</doc>
<status status="PASS" start="2026-08-02T05:39:29.787227" elapsed="0.000317"/>
</kw>
<kw name="Run Keyword And Return" owner="BuiltIn">
<kw name="Login With Public Key" owner="SSHLibrary">
<msg time="2026-08-02T05:39:29.788422" level="INFO">Logging into '10.30.170.25:22' as 'jenkins'.</msg>
<msg time="2026-08-02T05:39:30.384672" 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 Sun Aug  2 05:39:29 UTC 2026

  System load:  0.32               Processes:             105
  Usage of /:   19.8% of 38.58GB   Users logged in:       0
  Memory usage: 4%                 IPv4 address for ens3: 10.30.170.25
  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: Sun Aug  2 05:29:23 2026 from 10.30.170.16
[?2004h[jenkins@releng-48317-798-1-mininet-ovs-217-0 ~]&gt;</msg>
<arg>${user}</arg>
<arg>${USER_HOME}/.ssh/${SSH_KEY}</arg>
<arg>${KEYFILE_PASS}</arg>
<arg>delay=${delay}</arg>
<doc>Logs into the SSH server using key-based authentication.</doc>
<status status="PASS" start="2026-08-02T05:39:29.788065" elapsed="0.596869"/>
</kw>
<msg time="2026-08-02T05:39:30.385044" level="INFO">Returning from the enclosing user keyword.</msg>
<arg>SSHLibrary.Login With Public Key</arg>
<arg>${user}</arg>
<arg>${USER_HOME}/.ssh/${SSH_KEY}</arg>
<arg>${KEYFILE_PASS}</arg>
<arg>delay=${delay}</arg>
<doc>Runs the specified keyword and returns from the enclosing user keyword.</doc>
<status status="PASS" start="2026-08-02T05:39:29.787695" elapsed="0.597434"/>
</kw>
<arg>${user}</arg>
<arg>${password}</arg>
<doc>On active SSH session: if given non-empty password, do Login, else do Login With Public Key.</doc>
<status status="PASS" start="2026-08-02T05:39:29.786287" elapsed="0.598964"/>
</kw>
<kw name="Execute Command" owner="SSHLibrary">
<msg time="2026-08-02T05:39:30.385799" level="INFO">Executing command '/usr/local/bin/cbench -c 10.30.170.96 -m 60000 -M 100 -S 16 -l 10 -D 5000 -p 6633'.</msg>
<msg time="2026-08-02T05:49:36.442499" level="INFO">Command exited with return code 0.</msg>
<msg time="2026-08-02T05:49:36.443177" level="INFO">${stdout} = </msg>
<msg time="2026-08-02T05:49:36.443292" level="INFO">${stderr} = cbench: controller benchmarking tool
   running in mode 'latency'
   connecting to controller at 10.30.170.96:6633 
   faking 16 switches with 1 threads :: 10 tests each; 60000 ms per test
   with 100...</msg>
<var>${stdout}</var>
<var>${stderr}</var>
<arg>${cmd}</arg>
<arg>return_stderr=True</arg>
<doc>Executes ``command`` on the remote machine and returns its outputs.</doc>
<status status="PASS" start="2026-08-02T05:39:30.385483" elapsed="606.057875"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-08-02T05:49:36.443852" elapsed="0.000790"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-08-02T05:49:36.445807" level="INFO">cbench: controller benchmarking tool
   running in mode 'latency'
   connecting to controller at 10.30.170.96: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.96. So far 1 cbench instances have initialized their switches.  Waiting for other cbench-instances
Thread-0: Total switches from ALL cbench-instances initialized.
05:40:35.541 16  switches: flows:  98068 96811 97769 97205 96332 98885 97343 96491 97210 95201 94078 94250 96176 97935 96329 96590  total = 25.777883 per ms 
05:41:35.641 16  switches: flows:  116654 115210 115868 114379 113279 114113 115111 113726 112318 112961 114594 112206 115538 112381 113384 113538  total = 30.370264 per ms 
05:42:35.742 16  switches: flows:  109145 108342 109429 112106 108722 112265 111653 108878 108899 110227 109062 108086 108865 108325 107907 108661  total = 29.127497 per ms 
05:43:35.842 16  switches: flows:  120530 118281 120165 122693 121448 121570 121877 121480 118576 121509 122156 116879 120424 117022 120001 121260  total = 32.044319 per ms 
05:44:35.942 16  switches: flows:  120481 120050 120342 122903 120899 123362 122139 122034 120451 122659 121340 116483 120839 118682 122315 122315  total = 32.234414 per ms 
05:45:36.043 16  switches: flows:  124343 123536 125767 127148 125763 127667 125358 126018 125188 126569 125449 122315 126659 123466 126951 126207  total = 33.417619 per ms 
05:46:36.143 16  switches: flows:  123092 123657 122237 125670 123066 125951 123316 122699 124003 126261 124281 120625 123713 121914 121239 125285  total = 32.895232 per ms 
05:47:36.243 16  switches: flows:  122645 121765 119393 122787 120724 123571 121299 121439 122958 122117 121310 117626 122795 118686 119705 122216  total = 32.296587 per ms 
05:48:36.344 16  switches: flows:  113490 109505 110238 112615 112057 111550 112143 109357 112517 111535 111865 110050 111220 109822 109492 111035  total = 29.592108 per ms 
05:49:36.444 16  switches: flows:  130014 128048 128186 128461 129956 129782 129867 127219 129574 129428 129352 127447 129296 127133 124951 127153  total = 34.207258 per ms 
RESULT: 16 switches 9 tests min/max/avg/stdev = 29127.50/34207.26/31798.37/10725.38 responses/s</msg>
<arg>${stderr}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-08-02T05:49:36.445055" elapsed="0.001089"/>
</kw>
<if>
<branch type="IF" condition="&quot;${return_stdout}&quot;!=&quot;True&quot;">
<return>
<value>${stderr}</value>
<status status="PASS" start="2026-08-02T05:49:36.446678" elapsed="0.000084"/>
</return>
<status status="PASS" start="2026-08-02T05:49:36.446344" elapsed="0.000511"/>
</branch>
<status status="PASS" start="2026-08-02T05:49:36.446282" elapsed="0.000645"/>
</if>
<if>
<branch type="IF" condition="&quot;${return_stderr}&quot;!=&quot;True&quot;">
<return>
<value>${stdout}</value>
<status status="NOT RUN" start="2026-08-02T05:49:36.447173" elapsed="0.000027"/>
</return>
<status status="NOT RUN" start="2026-08-02T05:49:36.447093" elapsed="0.000167"/>
</branch>
<status status="NOT RUN" start="2026-08-02T05:49:36.447056" elapsed="0.000251"/>
</if>
<return>
<value>${stdout}</value>
<value>${stderr}</value>
<status status="NOT RUN" start="2026-08-02T05:49:36.447372" elapsed="0.000028"/>
</return>
<kw name="Restore_Current_Ssh_Connection_From_Index" owner="SSHKeywords" type="TEARDOWN">
<kw name="Run Keyword And Return If" owner="BuiltIn">
<arg>${connection_index} is not None</arg>
<arg>SSHLibrary.Switch Connection</arg>
<arg>${connection_index}</arg>
<doc>Runs the specified keyword and returns from the enclosing user keyword.</doc>
<status status="PASS" start="2026-08-02T05:49:36.452375" elapsed="0.000346"/>
</kw>
<kw name="Open Connection" owner="SSHLibrary">
<arg>127.0.0.1</arg>
<doc>Opens a new SSH connection to the given ``host`` and ``port``.</doc>
<status status="PASS" start="2026-08-02T05:49:36.452868" elapsed="0.000184"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-08-02T05:49:36.453183" elapsed="0.000098"/>
</kw>
<arg>${current_ssh_connection.index}</arg>
<doc>Restore active SSH connection in SSHLibrary to given index.</doc>
<status status="PASS" start="2026-08-02T05:49:36.448091" elapsed="0.005249"/>
</kw>
<msg time="2026-08-02T05:49:36.453477" level="INFO">${output} = cbench: controller benchmarking tool
   running in mode 'latency'
   connecting to controller at 10.30.170.96:6633 
   faking 16 switches with 1 threads :: 10 tests each; 60000 ms per test
   with 100...</msg>
<var>${output}</var>
<arg>${cbench_system}</arg>
<arg>${cbench_executable} -c ${ODL_SYSTEM_IP} ${cbench_args}</arg>
<arg>prompt_timeout=${test_timeout}</arg>
<arg>return_stdout=False</arg>
<arg>return_stderr=True</arg>
<doc>Reduces the common work of running a command on a remote system to a single higher level
robot keyword, taking care to log in with a public key and. The command given is written and the return value
depends on the passed argument values of return_stdout (default: True) and return_stderr (default: False).
At least one should be True, or the keyword will exit and FAIL. If both are True, the resulting return value
will be a two element list containing both. Otherwise the resulting return value is a string.
No test conditions are checked.</doc>
<status status="PASS" start="2026-08-02T05:39:29.781659" elapsed="606.671845"/>
</kw>
<status status="PASS" start="2026-08-02T05:39:29.781347" elapsed="606.672209"/>
</branch>
<status status="PASS" start="2026-08-02T05:39:29.781025" elapsed="606.672556"/>
</if>
<kw name="Log" owner="BuiltIn">
<msg time="2026-08-02T05:49:36.454026" level="INFO">cbench: controller benchmarking tool
   running in mode 'latency'
   connecting to controller at 10.30.170.96: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.96. So far 1 cbench instances have initialized their switches.  Waiting for other cbench-instances
Thread-0: Total switches from ALL cbench-instances initialized.
05:40:35.541 16  switches: flows:  98068 96811 97769 97205 96332 98885 97343 96491 97210 95201 94078 94250 96176 97935 96329 96590  total = 25.777883 per ms 
05:41:35.641 16  switches: flows:  116654 115210 115868 114379 113279 114113 115111 113726 112318 112961 114594 112206 115538 112381 113384 113538  total = 30.370264 per ms 
05:42:35.742 16  switches: flows:  109145 108342 109429 112106 108722 112265 111653 108878 108899 110227 109062 108086 108865 108325 107907 108661  total = 29.127497 per ms 
05:43:35.842 16  switches: flows:  120530 118281 120165 122693 121448 121570 121877 121480 118576 121509 122156 116879 120424 117022 120001 121260  total = 32.044319 per ms 
05:44:35.942 16  switches: flows:  120481 120050 120342 122903 120899 123362 122139 122034 120451 122659 121340 116483 120839 118682 122315 122315  total = 32.234414 per ms 
05:45:36.043 16  switches: flows:  124343 123536 125767 127148 125763 127667 125358 126018 125188 126569 125449 122315 126659 123466 126951 126207  total = 33.417619 per ms 
05:46:36.143 16  switches: flows:  123092 123657 122237 125670 123066 125951 123316 122699 124003 126261 124281 120625 123713 121914 121239 125285  total = 32.895232 per ms 
05:47:36.243 16  switches: flows:  122645 121765 119393 122787 120724 123571 121299 121439 122958 122117 121310 117626 122795 118686 119705 122216  total = 32.296587 per ms 
05:48:36.344 16  switches: flows:  113490 109505 110238 112615 112057 111550 112143 109357 112517 111535 111865 110050 111220 109822 109492 111035  total = 29.592108 per ms 
05:49:36.444 16  switches: flows:  130014 128048 128186 128461 129956 129782 129867 127219 129574 129428 129352 127447 129296 127133 124951 127153  total = 34.207258 per ms 
RESULT: 16 switches 9 tests min/max/avg/stdev = 29127.50/34207.26/31798.37/10725.38 responses/s</msg>
<arg>${output}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-08-02T05:49:36.453723" elapsed="0.000377"/>
</kw>
<kw name="Should Contain" owner="BuiltIn">
<arg>${output}</arg>
<arg>RESULT</arg>
<doc>Fails if ``container`` does not contain ``item`` one or more times.</doc>
<status status="PASS" start="2026-08-02T05:49:36.454249" elapsed="0.000397"/>
</kw>
<kw name="Get Lines Containing String" owner="String">
<msg time="2026-08-02T05:49:36.455050" level="INFO">1 out of 23 lines matched.</msg>
<msg time="2026-08-02T05:49:36.455140" level="INFO">${result_line} = RESULT: 16 switches 9 tests min/max/avg/stdev = 29127.50/34207.26/31798.37/10725.38 responses/s</msg>
<var>${result_line}</var>
<arg>${output}</arg>
<arg>RESULT</arg>
<doc>Returns lines of the given ``string`` that contain the ``pattern``.</doc>
<status status="PASS" start="2026-08-02T05:49:36.454810" elapsed="0.000354"/>
</kw>
<kw name="Split String" owner="String">
<msg time="2026-08-02T05:49:36.455571" level="INFO">@{results_list} = [ RESULT: | 16 | switches | 9 | tests | min/max/avg/stdev | = | 29127.50/34207.26/31798.37/10725.38 | responses/s ]</msg>
<var>@{results_list}</var>
<arg>${result_line}</arg>
<doc>Splits the ``string`` using ``separator`` as a delimiter string.</doc>
<status status="PASS" start="2026-08-02T05:49:36.455321" elapsed="0.000275"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-08-02T05:49:36.457969" level="INFO">min/max/avg/stdev</msg>
<arg>${results_list[5]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-08-02T05:49:36.455741" elapsed="0.002286"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-08-02T05:49:36.460395" level="INFO">29127.50/34207.26/31798.37/10725.38</msg>
<arg>${results_list[7]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-08-02T05:49:36.458175" elapsed="0.002275"/>
</kw>
<kw name="Split String" owner="String">
<msg time="2026-08-02T05:49:36.462797" level="INFO">@{result_name_list} = [ min | max | avg | stdev ]</msg>
<var>@{result_name_list}</var>
<arg>${results_list[5]}</arg>
<arg>/</arg>
<doc>Splits the ``string`` using ``separator`` as a delimiter string.</doc>
<status status="PASS" start="2026-08-02T05:49:36.460599" elapsed="0.002225"/>
</kw>
<kw name="Split String" owner="String">
<msg time="2026-08-02T05:49:36.465687" level="INFO">@{result_value_list} = [ 29127.50 | 34207.26 | 31798.37 | 10725.38 ]</msg>
<var>@{result_value_list}</var>
<arg>${results_list[7]}</arg>
<arg>/</arg>
<doc>Splits the ``string`` using ``separator`` as a delimiter string.</doc>
<status status="PASS" start="2026-08-02T05:49:36.463026" elapsed="0.002699"/>
</kw>
<kw name="Get Length" owner="BuiltIn">
<msg time="2026-08-02T05:49:36.466405" level="INFO">Length is 4.</msg>
<msg time="2026-08-02T05:49:36.466531" level="INFO">${num_stats} = 4</msg>
<var>${num_stats}</var>
<arg>${result_name_list}</arg>
<doc>Returns and logs the length of the given item as an integer.</doc>
<status status="PASS" start="2026-08-02T05:49:36.465940" elapsed="0.000624"/>
</kw>
<for flavor="IN RANGE">
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-08-02T05:49:36.472684" level="INFO">min :: 29127.50</msg>
<arg>${result_name_list[${i}]} :: ${result_value_list[${i}]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-08-02T05:49:36.467116" elapsed="0.005628"/>
</kw>
<var name="${i}">0</var>
<status status="PASS" start="2026-08-02T05:49:36.466914" elapsed="0.005866"/>
</iter>
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-08-02T05:49:36.477311" level="INFO">max :: 34207.26</msg>
<arg>${result_name_list[${i}]} :: ${result_value_list[${i}]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-08-02T05:49:36.473019" elapsed="0.004349"/>
</kw>
<var name="${i}">1</var>
<status status="PASS" start="2026-08-02T05:49:36.472871" elapsed="0.004532"/>
</iter>
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-08-02T05:49:36.481914" level="INFO">avg :: 31798.37</msg>
<arg>${result_name_list[${i}]} :: ${result_value_list[${i}]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-08-02T05:49:36.477613" elapsed="0.004373"/>
</kw>
<var name="${i}">2</var>
<status status="PASS" start="2026-08-02T05:49:36.477485" elapsed="0.004537"/>
</iter>
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-08-02T05:49:36.486724" level="INFO">stdev :: 10725.38</msg>
<arg>${result_name_list[${i}]} :: ${result_value_list[${i}]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-08-02T05:49:36.482234" elapsed="0.004549"/>
</kw>
<var name="${i}">3</var>
<status status="PASS" start="2026-08-02T05:49:36.482106" elapsed="0.004712"/>
</iter>
<var>${i}</var>
<value>0</value>
<value>${num_stats}</value>
<status status="PASS" start="2026-08-02T05:49:36.466655" elapsed="0.020194"/>
</for>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-08-02T05:49:36.490766" level="INFO">${min} = 29127.50</msg>
<var>${min}</var>
<arg>${result_value_list[${0}]}</arg>
<doc>Returns the given values which can then be assigned to a variables.</doc>
<status status="PASS" start="2026-08-02T05:49:36.487032" elapsed="0.003762"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-08-02T05:49:36.494910" level="INFO">${max} = 34207.26</msg>
<var>${max}</var>
<arg>${result_value_list[${1}]}</arg>
<doc>Returns the given values which can then be assigned to a variables.</doc>
<status status="PASS" start="2026-08-02T05:49:36.490977" elapsed="0.003960"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-08-02T05:49:36.498873" level="INFO">${average} = 31798.37</msg>
<var>${average}</var>
<arg>${result_value_list[${2}]}</arg>
<doc>Returns the given values which can then be assigned to a variables.</doc>
<status status="PASS" start="2026-08-02T05:49:36.495108" elapsed="0.003791"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-08-02T05:49:36.502774" level="INFO">${stdev} = 10725.38</msg>
<var>${stdev}</var>
<arg>${result_value_list[${3}]}</arg>
<doc>Returns the given values which can then be assigned to a variables.</doc>
<status status="PASS" start="2026-08-02T05:49:36.499065" elapsed="0.003736"/>
</kw>
<kw name="Get Time" owner="BuiltIn">
<msg time="2026-08-02T05:49:36.503339" level="INFO">${date} = 2026-08-02 05:49:36</msg>
<var>${date}</var>
<arg>d,m,s</arg>
<doc>Returns the given time in the requested format.</doc>
<status status="PASS" start="2026-08-02T05:49:36.502976" elapsed="0.000389"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-08-02T05:49:36.503925" level="INFO">CBench Result: 2026-08-02 05:49:36,-m 60000 -M 100 -S 16 -l 10 -D 5000 -p 6633,29127.50,34207.26,31798.37,10725.38</msg>
<arg>CBench Result: ${date},${cbench_args},${min},${max},${average},${stdev}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-08-02T05:49:36.503517" elapsed="0.000480"/>
</kw>
<kw name="Log Results And Determine Status">
<kw name="Append To File" owner="OperatingSystem">
<msg time="2026-08-02T05:49:36.505098" 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-08-02T05:49:36.504613" elapsed="0.000554"/>
</kw>
<kw name="Should Be True" owner="BuiltIn">
<arg>${average} &gt; ${threshold}</arg>
<arg>${average} flow_mods per/sec did not exceed threshold of ${threshold}</arg>
<doc>Fails if the given condition is not true.</doc>
<status status="PASS" start="2026-08-02T05:49:36.505319" elapsed="0.000463"/>
</kw>
<arg>${min}</arg>
<arg>${max}</arg>
<arg>${average}</arg>
<arg>${average_threshold}</arg>
<arg>${output_filename}</arg>
<status status="PASS" start="2026-08-02T05:49:36.504142" elapsed="0.001706"/>
</kw>
<arg>-m ${duration_in_ms} -M ${num_of_unique_macs} -S ${switch_count} -l ${loops} -D ${start_delay} -p ${of_port}</arg>
<arg>${latency_threshold}</arg>
<arg>bug.csv</arg>
<status status="PASS" start="2026-08-02T05:39:29.779981" elapsed="606.725927"/>
</kw>
<kw name="Sleep" owner="BuiltIn">
<msg time="2026-08-02T05:49:36.506415" level="INFO">Slept 0 seconds.</msg>
<arg>${test_delay}</arg>
<doc>Pauses the test executed for the given time.</doc>
<status status="PASS" start="2026-08-02T05:49:36.506073" elapsed="0.000400"/>
</kw>
<kw name="Report Failure Due To Bug" owner="Utils" type="TEARDOWN">
<kw name="Evaluate" owner="BuiltIn">
<msg time="2026-08-02T05:49:36.507716" level="INFO">${test_skipped} = False</msg>
<var>${test_skipped}</var>
<arg>len(re.findall('SKIPPED', """${TEST_MESSAGE}""")) &gt; 0</arg>
<arg>modules=re</arg>
<doc>Evaluates the given expression in Python and returns the result.</doc>
<status status="PASS" start="2026-08-02T05:49:36.507202" elapsed="0.000541"/>
</kw>
<if>
<branch type="IF" condition="('${TEST_STATUS}' != 'FAIL') or ${test_skipped}">
<return>
<status status="PASS" start="2026-08-02T05:49:36.507979" elapsed="0.000033"/>
</return>
<status status="PASS" start="2026-08-02T05:49:36.507816" elapsed="0.000227"/>
</branch>
<status status="PASS" start="2026-08-02T05:49:36.507798" elapsed="0.000270"/>
</if>
<kw name="Comment" owner="BuiltIn">
<arg>Jira tickets are {PROJECT}-{NUMBER} while Bugzilla tickets are {NUMBER}</arg>
<doc>Displays the given messages in the log file as keyword arguments.</doc>
<status status="NOT RUN" start="2026-08-02T05:49:36.508212" elapsed="0.000021"/>
</kw>
<kw name="Run Keyword And Return Status" owner="BuiltIn">
<var>${match}</var>
<arg>Should Contain</arg>
<arg>${number}</arg>
<arg>-</arg>
<doc>Runs the specified keyword and returns the status as a Boolean value.</doc>
<status status="NOT RUN" start="2026-08-02T05:49:36.508372" elapsed="0.000020"/>
</kw>
<kw name="Set Variable If" owner="BuiltIn">
<var>${bug_url}</var>
<arg>${match}</arg>
<arg>https://jira.opendaylight.org/browse/${number}</arg>
<arg>https://bugs.opendaylight.org/show_bug.cgi?id=${number}</arg>
<doc>Sets variable based on the given condition.</doc>
<status status="NOT RUN" start="2026-08-02T05:49:36.508532" elapsed="0.000020"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<var>${msg}</var>
<arg>This test fails due to ${bug_url}</arg>
<doc>Returns the given values which can then be assigned to a variables.</doc>
<status status="NOT RUN" start="2026-08-02T05:49:36.508725" elapsed="0.000021"/>
</kw>
<kw name="Evaluate" owner="BuiltIn">
<var>${newline}</var>
<arg>chr(10)</arg>
<doc>Evaluates the given expression in Python and returns the result.</doc>
<status status="NOT RUN" start="2026-08-02T05:49:36.508875" elapsed="0.000025"/>
</kw>
<kw name="Set Test Message" owner="BuiltIn">
<arg>${msg}${newline}${newline}${TEST_MESSAGE}</arg>
<doc>Sets message for the current test case.</doc>
<status status="NOT RUN" start="2026-08-02T05:49:36.509043" elapsed="0.000021"/>
</kw>
<kw name="Log" owner="BuiltIn">
<arg>${msg}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="NOT RUN" start="2026-08-02T05:49:36.509189" elapsed="0.000020"/>
</kw>
<if>
<branch type="IF" condition="&quot;${include_bug_in_tags}&quot;==&quot;True&quot;">
<kw name="Set Tags" owner="BuiltIn">
<arg>${bug_url}</arg>
<doc>Adds given ``tags`` for the current test or all tests in a suite.</doc>
<status status="NOT RUN" start="2026-08-02T05:49:36.509408" elapsed="0.000019"/>
</kw>
<status status="NOT RUN" start="2026-08-02T05:49:36.509271" elapsed="0.000188"/>
</branch>
<status status="NOT RUN" start="2026-08-02T05:49:36.509254" elapsed="0.000228"/>
</if>
<arg>6176</arg>
<doc>Report that a test failed due to a known Bugzilla bug whose
number is provided as an argument.
Not FAILED (incl. SKIPPED) test are not reported.
This keyword must be used in the [Teardown] setting of the affected test
or as the first line of the test if FastFail module is not being
used. It reports the URL of the bug on console and also puts it
into the Robot log file.</doc>
<status status="PASS" start="2026-08-02T05:49:36.506852" elapsed="0.002681"/>
</kw>
<doc>cbench executed in latency mode to see if controller is healthy</doc>
<tag>cbench</tag>
<tag>latency</tag>
<timeout value="15 minutes"/>
<status status="PASS" start="2026-08-02T05:39:29.778701" elapsed="606.730881"/>
</test>
<doc>Cbench Latency and Throughput tests can be run from an external
cbench.
If cbench is run with a medium number of switches or higher (e.g. 32+)
the normal openflow operations seem to break.
BUG: https://bugs.opendaylight.org/show_bug.cgi?id=2897</doc>
<status status="PASS" start="2026-08-02T05:19:13.979748" elapsed="1822.530296"/>
</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>
