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

[?1h=[90m~[0m                                                                                [?2004hopendaylight-user</msg>
<arg>${KARAF_USER}</arg>
<arg>${KARAF_PASSWORD}</arg>
<arg>loglevel=${loglevel}</arg>
<doc>Logs into the SSH server with the given ``username`` and ``password``.</doc>
<status status="PASS" start="2026-07-20T01:55:03.747785" elapsed="0.672926"/>
</kw>
<kw name="Write" owner="SSHLibrary">
<msg time="2026-07-20T01:55:04.468544" level="INFO">@root&gt;log:set ERROR</msg>
<arg>${cmd}</arg>
<doc>Writes the given ``text`` on the remote machine and appends a newline.</doc>
<status status="PASS" start="2026-07-20T01:55:04.421055" elapsed="0.047743"/>
</kw>
<kw name="Read Until Regexp" owner="SSHLibrary">
<msg time="2026-07-20T01:55:04.472949" level="INFO">[?1l&gt;[?2004l[?1h=[90m~[0m                                                                                [?2004hopendaylight-user@root&gt;</msg>
<msg time="2026-07-20T01:55:04.473209" level="INFO">${output} = [?1l&gt;[?2004l[?1h=[90m~[0m                                                                                [?2004hopendaylight-user@root&gt;</msg>
<var>${output}</var>
<arg>${KARAF_PROMPT}</arg>
<doc>Consumes and returns the server output until a match to ``regexp`` is found.</doc>
<status status="PASS" start="2026-07-20T01:55:04.469369" elapsed="0.003909"/>
</kw>
<kw name="Write Bare" owner="SSHLibrary">
<arg>logout\n</arg>
<doc>Writes the given ``text`` on the remote machine without appending a newline.</doc>
<status status="PASS" start="2026-07-20T01:55:04.473631" elapsed="0.000532"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-07-20T01:55:04.474521" elapsed="0.000436"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-07-20T01:55:04.476095" level="INFO">[?1l&gt;[?2004l[?1h=[90m~[0m                                                                                [?2004hopendaylight-user@root&gt;</msg>
<arg>${output}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-07-20T01:55:04.475320" elapsed="0.000910"/>
</kw>
<return>
<value>${output}</value>
<status status="PASS" start="2026-07-20T01:55:04.476344" elapsed="0.000102"/>
</return>
<arg>log:set ${log_level}</arg>
<doc>Will execute the given ${cmd} by ssh'ing to the karaf console running on 10.30.171.157
Note that this keyword will open&amp;close new SSH connection, without switching back to previously current session.</doc>
<status status="PASS" start="2026-07-20T01:55:03.746282" elapsed="0.730424"/>
</kw>
<arg>3x</arg>
<arg>1s</arg>
<arg>KarafKeywords.Issue Command On Karaf Console</arg>
<arg>log:set ${log_level}</arg>
<doc>Runs the specified keyword and retries if it fails.</doc>
<status status="PASS" start="2026-07-20T01:55:03.742539" elapsed="0.734361"/>
</kw>
<kw name="Append To File" owner="OperatingSystem">
<msg time="2026-07-20T01:55:04.478316" level="INFO" html="true">Appended to file '&lt;a href="file:///w/workspace/openflowplugin-csit-1node-cbench-only-titanium/latency.csv"&gt;/w/workspace/openflowplugin-csit-1node-cbench-only-titanium/latency.csv&lt;/a&gt;'.</msg>
<arg>${latency_results_file}</arg>
<arg>LATENCY_MIN,LATENCY_MAX,LATENCY_AVERAGE\n</arg>
<doc>Appends the given content to the specified file.</doc>
<status status="PASS" start="2026-07-20T01:55:04.477324" elapsed="0.001131"/>
</kw>
<kw name="Append To File" owner="OperatingSystem">
<msg time="2026-07-20T01:55:04.479126" level="INFO" html="true">Appended to file '&lt;a href="file:///w/workspace/openflowplugin-csit-1node-cbench-only-titanium/throughput.csv"&gt;/w/workspace/openflowplugin-csit-1node-cbench-only-titanium/throughput.csv&lt;/a&gt;'.</msg>
<arg>${throughput_results_file}</arg>
<arg>THROUGHPUT_MIN,THROUGHPUT_MAX,THROUGHPUT_AVERAGE\n</arg>
<doc>Appends the given content to the specified file.</doc>
<status status="PASS" start="2026-07-20T01:55:04.478836" elapsed="0.000348"/>
</kw>
<kw name="Evaluate" owner="BuiltIn">
<msg time="2026-07-20T01:55:04.479743" level="INFO">${duration_in_ms} = 60000</msg>
<var>${duration_in_ms}</var>
<arg>${duration_in_secs} * 1000</arg>
<doc>Evaluates the given expression in Python and returns the result.</doc>
<status status="PASS" start="2026-07-20T01:55:04.479341" elapsed="0.000430"/>
</kw>
<kw name="Set Suite Variable" owner="BuiltIn">
<msg time="2026-07-20T01:55:04.480308" level="INFO">${duration_in_ms} = 60000</msg>
<arg>${duration_in_ms}</arg>
<doc>Makes a variable available everywhere within the scope of the current suite.</doc>
<status status="PASS" start="2026-07-20T01:55:04.479942" elapsed="0.000407"/>
</kw>
<kw name="Evaluate" owner="BuiltIn">
<msg time="2026-07-20T01:55:04.480865" level="INFO">${test_timeout} = 900.0</msg>
<var>${test_timeout}</var>
<arg>(${loops} * ${duration_in_secs}) * 1.5</arg>
<doc>Evaluates the given expression in Python and returns the result.</doc>
<status status="PASS" start="2026-07-20T01:55:04.480496" elapsed="0.000396"/>
</kw>
<kw name="Set Suite Variable" owner="BuiltIn">
<msg time="2026-07-20T01:55:04.481386" level="INFO">${test_timeout} = 900.0</msg>
<arg>${test_timeout}</arg>
<doc>Makes a variable available everywhere within the scope of the current suite.</doc>
<status status="PASS" start="2026-07-20T01:55:04.481069" elapsed="0.000359"/>
</kw>
<if>
<branch type="IF" condition="&quot;${cbench_system}&quot; == &quot;localhost&quot;">
<kw name="File Should Exist" owner="OperatingSystem">
<arg>${cbench_executable}</arg>
<doc>Fails unless the given ``path`` points to an existing file.</doc>
<status status="NOT RUN" start="2026-07-20T01:55:04.481737" elapsed="0.000022"/>
</kw>
<status status="NOT RUN" start="2026-07-20T01:55:04.481519" elapsed="0.000273"/>
</branch>
<branch type="ELSE">
<kw name="Verify File Exists On Remote System" owner="Utils">
<kw name="Open Connection" owner="SSHLibrary">
<msg time="2026-07-20T01:55:04.486205" level="INFO">${conn_id} = 2</msg>
<var>${conn_id}</var>
<arg>${system}</arg>
<arg>prompt=${prompt}</arg>
<arg>timeout=${prompt_timeout}</arg>
<doc>Opens a new SSH connection to the given ``host`` and ``port``.</doc>
<status status="PASS" start="2026-07-20T01:55:04.485767" elapsed="0.000466"/>
</kw>
<kw name="Flexible_SSH_Login" owner="SSHKeywords">
<kw name="Get Length" owner="BuiltIn">
<msg time="2026-07-20T01:55:04.487306" level="INFO">Length is 0.</msg>
<msg time="2026-07-20T01:55:04.487388" level="INFO">${pwd_length} = 0</msg>
<var>${pwd_length}</var>
<arg>${password}</arg>
<doc>Returns and logs the length of the given item as an integer.</doc>
<status status="PASS" start="2026-07-20T01:55:04.486784" elapsed="0.000629"/>
</kw>
<kw name="Run Keyword And Return If" owner="BuiltIn">
<arg>${pwd_length} &gt; 0</arg>
<arg>SSHLibrary.Login</arg>
<arg>${user}</arg>
<arg>${password}</arg>
<arg>delay=${delay}</arg>
<doc>Runs the specified keyword and returns from the enclosing user keyword.</doc>
<status status="PASS" start="2026-07-20T01:55:04.487556" elapsed="0.000339"/>
</kw>
<kw name="Run Keyword And Return" owner="BuiltIn">
<kw name="Login With Public Key" owner="SSHLibrary">
<msg time="2026-07-20T01:55:04.488903" level="INFO">Logging into '10.30.170.161:22' as 'jenkins'.</msg>
<msg time="2026-07-20T01:55:05.139715" 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 Mon Jul 20 01:55:04 UTC 2026

  System load:  0.06               Processes:             109
  Usage of /:   19.3% of 38.58GB   Users logged in:       0
  Memory usage: 4%                 IPv4 address for ens3: 10.30.170.161
  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-785-1-mininet-ovs-217-0 ~]&gt;</msg>
<arg>${user}</arg>
<arg>${USER_HOME}/.ssh/${SSH_KEY}</arg>
<arg>${KEYFILE_PASS}</arg>
<arg>delay=${delay}</arg>
<doc>Logs into the SSH server using key-based authentication.</doc>
<status status="PASS" start="2026-07-20T01:55:04.488410" elapsed="0.651484"/>
</kw>
<msg time="2026-07-20T01:55:05.139989" level="INFO">Returning from the enclosing user keyword.</msg>
<arg>SSHLibrary.Login With Public Key</arg>
<arg>${user}</arg>
<arg>${USER_HOME}/.ssh/${SSH_KEY}</arg>
<arg>${KEYFILE_PASS}</arg>
<arg>delay=${delay}</arg>
<doc>Runs the specified keyword and returns from the enclosing user keyword.</doc>
<status status="PASS" start="2026-07-20T01:55:04.488064" elapsed="0.652034"/>
</kw>
<arg>${user}</arg>
<arg>${password}</arg>
<doc>On active SSH session: if given non-empty password, do Login, else do Login With Public Key.</doc>
<status status="PASS" start="2026-07-20T01:55:04.486438" elapsed="0.653781"/>
</kw>
<kw name="File Should Exist" owner="SSHLibrary">
<msg time="2026-07-20T01:55:05.146873" level="INFO">[chan 1] Opened sftp connection (server version 3)</msg>
<arg>${file}</arg>
<doc>Fails if the given ``path`` does NOT point to an existing file.</doc>
<status status="PASS" start="2026-07-20T01:55:05.140437" elapsed="0.007771"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-07-20T01:55:05.148489" elapsed="0.000390"/>
</kw>
<arg>${cbench_system}</arg>
<arg>${cbench_executable}</arg>
<doc>Will create connection with public key and will PASS if the given ${file} exists,
otherwise will FAIL</doc>
<status status="PASS" start="2026-07-20T01:55:04.485237" elapsed="0.663740"/>
</kw>
<status status="PASS" start="2026-07-20T01:55:04.481880" elapsed="0.667183"/>
</branch>
<status status="PASS" start="2026-07-20T01:55:04.481492" elapsed="0.667616"/>
</if>
<kw name="Should Be True" owner="BuiltIn">
<arg>${loops} &gt;= 2</arg>
<arg>If number of loops is less than 2, cbench will not run</arg>
<doc>Fails if the given condition is not true.</doc>
<status status="PASS" start="2026-07-20T01:55:05.149330" elapsed="0.000888"/>
</kw>
<kw name="Verify_Feature_Is_Installed" owner="KarafKeywords">
<if>
<branch type="IF" condition="'${IS_KARAF_APPL}' == 'False'">
<return>
<value>Not A Karaf App</value>
<status status="NOT RUN" start="2026-07-20T01:55:05.156888" elapsed="0.000029"/>
</return>
<status status="NOT RUN" start="2026-07-20T01:55:05.156686" elapsed="0.000287"/>
</branch>
<status status="PASS" start="2026-07-20T01:55:05.156647" elapsed="0.000386"/>
</if>
<kw name="Issue_Command_On_Karaf_Console" owner="KarafKeywords">
<if>
<branch type="IF" condition="'${IS_KARAF_APPL}' == 'False'">
<return>
<value>Not A Karaf App</value>
<status status="NOT RUN" start="2026-07-20T01:55:05.161571" elapsed="0.000014"/>
</return>
<status status="NOT RUN" start="2026-07-20T01:55:05.161453" elapsed="0.000165"/>
</branch>
<status status="PASS" start="2026-07-20T01:55:05.161433" elapsed="0.000209"/>
</if>
<kw name="Open Connection" owner="SSHLibrary">
<arg>${controller}</arg>
<arg>port=${karaf_port}</arg>
<arg>prompt=${KARAF_PROMPT_LOGIN}</arg>
<arg>timeout=${timeout}</arg>
<doc>Opens a new SSH connection to the given ``host`` and ``port``.</doc>
<status status="PASS" start="2026-07-20T01:55:05.161794" elapsed="0.000509"/>
</kw>
<kw name="Login" owner="SSHLibrary">
<msg time="2026-07-20T01:55:05.162725" level="INFO">Logging into '10.30.171.157:8101' as 'karaf'.</msg>
<msg time="2026-07-20T01:55:05.361066" level="INFO">Read output: [33m                                                                                           
[33m    ________                       ________                .__  .__       .__     __       
[33m    \_____  \ ______   ____   ____ \______ \ _____  ___.__.|  | |__| ____ |  |___/  |_     
[33m     /   |   \\____ \_/ __ \ /    \ |    |  \\__  \&lt;   |  ||  | |  |/ ___\|  |  \   __\    
[33m    /    |    \  |_&gt; &gt;  ___/|   |  \|    `   \/ __ \\___  ||  |_|  / /_/  &gt;   Y  \  |      
[33m    \_______  /   __/ \___  &gt;___|  /_______  (____  / ____||____/__\___  /|___|  /__|      
[33m            \/|__|        \/     \/        \/     \/\/            /_____/      \/          
[33m                                                                                           

Hit '[1m&lt;tab&gt;[0m' for a list of available commands
and '[1m[cmd] --help[0m' for help on a specific command.
Hit '[1m&lt;ctrl-d&gt;[0m' or type '[1msystem:shutdown[0m' or '[1mlogout[0m' to shutdown OpenDaylight.

[?1h=[90m~[0m                                                                                [?2004hopendaylight-user</msg>
<arg>${KARAF_USER}</arg>
<arg>${KARAF_PASSWORD}</arg>
<arg>loglevel=${loglevel}</arg>
<doc>Logs into the SSH server with the given ``username`` and ``password``.</doc>
<status status="PASS" start="2026-07-20T01:55:05.162453" elapsed="0.198803"/>
</kw>
<kw name="Write" owner="SSHLibrary">
<msg time="2026-07-20T01:55:05.450030" level="INFO">@root&gt;feature:list -i | 0[C 0g[Krep odl-openflowplugin-drop-test</msg>
<arg>${cmd}</arg>
<doc>Writes the given ``text`` on the remote machine and appends a newline.</doc>
<status status="PASS" start="2026-07-20T01:55:05.361528" elapsed="0.088705"/>
</kw>
<kw name="Read Until Regexp" owner="SSHLibrary">
<msg time="2026-07-20T01:55:05.455355" level="INFO">[?1l&gt;[?2004l[31;1modl-openflowplugin-drop-test[0m                                    x 0.20.2           x x        x Started x [31;1modl-openflowplugin-drop-test[0m                                    x OpenDaylight :: Openflow Plugin :: Drop Test
[?1h=[90m~[0m                                                                                [?2004hopendaylight-user@root&gt;</msg>
<msg time="2026-07-20T01:55:05.455709" level="INFO">${output} = [?1l&gt;[?2004l[31;1modl-openflowplugin-drop-test[0m                                    x 0.20.2           x x        x Started x [31;1modl-openflowplugin-drop-test[0m                     ...</msg>
<var>${output}</var>
<arg>${KARAF_PROMPT}</arg>
<doc>Consumes and returns the server output until a match to ``regexp`` is found.</doc>
<status status="PASS" start="2026-07-20T01:55:05.450559" elapsed="0.005193"/>
</kw>
<kw name="Write Bare" owner="SSHLibrary">
<arg>logout\n</arg>
<doc>Writes the given ``text`` on the remote machine without appending a newline.</doc>
<status status="PASS" start="2026-07-20T01:55:05.456033" elapsed="0.000400"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-07-20T01:55:05.456631" elapsed="0.000283"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-07-20T01:55:05.457543" level="INFO">[?1l&gt;[?2004l[31;1modl-openflowplugin-drop-test[0m                                    x 0.20.2           x x        x Started x [31;1modl-openflowplugin-drop-test[0m                                    x OpenDaylight :: Openflow Plugin :: Drop Test
[?1h=[90m~[0m                                                                                [?2004hopendaylight-user@root&gt;</msg>
<arg>${output}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-07-20T01:55:05.457126" elapsed="0.000487"/>
</kw>
<return>
<value>${output}</value>
<status status="PASS" start="2026-07-20T01:55:05.457677" elapsed="0.000069"/>
</return>
<msg time="2026-07-20T01:55:05.457941" level="INFO">${output} = [?1l&gt;[?2004l[31;1modl-openflowplugin-drop-test[0m                                    x 0.20.2           x x        x Started x [31;1modl-openflowplugin-drop-test[0m                     ...</msg>
<var>${output}</var>
<arg>feature:list -i | grep ${feature_name}</arg>
<arg>${controller}</arg>
<arg>${karaf_port}</arg>
<doc>Will execute the given ${cmd} by ssh'ing to the karaf console running on 10.30.171.157
Note that this keyword will open&amp;close new SSH connection, without switching back to previously current session.</doc>
<status status="PASS" start="2026-07-20T01:55:05.161085" elapsed="0.296896"/>
</kw>
<kw name="Should Contain" owner="BuiltIn">
<arg>${output}</arg>
<arg>${feature_name}</arg>
<doc>Fails if ``container`` does not contain ``item`` one or more times.</doc>
<status status="PASS" start="2026-07-20T01:55:05.458196" elapsed="0.000713"/>
</kw>
<return>
<value>${output}</value>
<status status="PASS" start="2026-07-20T01:55:05.458973" elapsed="0.000066"/>
</return>
<arg>odl-openflowplugin-drop-test</arg>
<doc>Will Succeed if the given ${feature_name} is found in the output of "feature:list -i"</doc>
<status status="PASS" start="2026-07-20T01:55:05.156188" elapsed="0.302983"/>
</kw>
<kw name="Issue_Command_On_Karaf_Console" owner="KarafKeywords">
<if>
<branch type="IF" condition="'${IS_KARAF_APPL}' == 'False'">
<return>
<value>Not A Karaf App</value>
<status status="NOT RUN" start="2026-07-20T01:55:05.464451" elapsed="0.000023"/>
</return>
<status status="NOT RUN" start="2026-07-20T01:55:05.464273" elapsed="0.000248"/>
</branch>
<status status="PASS" start="2026-07-20T01:55:05.464238" elapsed="0.000316"/>
</if>
<kw name="Open Connection" owner="SSHLibrary">
<arg>${controller}</arg>
<arg>port=${karaf_port}</arg>
<arg>prompt=${KARAF_PROMPT_LOGIN}</arg>
<arg>timeout=${timeout}</arg>
<doc>Opens a new SSH connection to the given ``host`` and ``port``.</doc>
<status status="PASS" start="2026-07-20T01:55:05.464758" elapsed="0.000628"/>
</kw>
<kw name="Login" owner="SSHLibrary">
<msg time="2026-07-20T01:55:05.465922" level="INFO">Logging into '10.30.171.157:8101' as 'karaf'.</msg>
<msg time="2026-07-20T01:55:05.665116" level="INFO">Read output: [33m                                                                                           
[33m    ________                       ________                .__  .__       .__     __       
[33m    \_____  \ ______   ____   ____ \______ \ _____  ___.__.|  | |__| ____ |  |___/  |_     
[33m     /   |   \\____ \_/ __ \ /    \ |    |  \\__  \&lt;   |  ||  | |  |/ ___\|  |  \   __\    
[33m    /    |    \  |_&gt; &gt;  ___/|   |  \|    `   \/ __ \\___  ||  |_|  / /_/  &gt;   Y  \  |      
[33m    \_______  /   __/ \___  &gt;___|  /_______  (____  / ____||____/__\___  /|___|  /__|      
[33m            \/|__|        \/     \/        \/     \/\/            /_____/      \/          
[33m                                                                                           

Hit '[1m&lt;tab&gt;[0m' for a list of available commands
and '[1m[cmd] --help[0m' for help on a specific command.
Hit '[1m&lt;ctrl-d&gt;[0m' or type '[1msystem:shutdown[0m' or '[1mlogout[0m' to shutdown OpenDaylight.

[?1h=[90m~[0m                                                                                [?2004hopendaylight-user</msg>
<arg>${KARAF_USER}</arg>
<arg>${KARAF_PASSWORD}</arg>
<arg>loglevel=${loglevel}</arg>
<doc>Logs into the SSH server with the given ``username`` and ``password``.</doc>
<status status="PASS" start="2026-07-20T01:55:05.465576" elapsed="0.199694"/>
</kw>
<kw name="Write" owner="SSHLibrary">
<msg time="2026-07-20T01:55:05.689281" level="INFO">@root&gt;dropallpacketsrpc on</msg>
<arg>${cmd}</arg>
<doc>Writes the given ``text`` on the remote machine and appends a newline.</doc>
<status status="PASS" start="2026-07-20T01:55:05.665511" elapsed="0.024032"/>
</kw>
<kw name="Read Until Regexp" owner="SSHLibrary">
<msg time="2026-07-20T01:55:05.693824" level="INFO">[?1l&gt;[?2004lDropAllFlows transitions to on
[?1h=[90m~[0m                                                                                [?2004hopendaylight-user@root&gt;</msg>
<msg time="2026-07-20T01:55:05.694079" level="INFO">${output} = [?1l&gt;[?2004lDropAllFlows transitions to on
[?1h=[90m~[0m                                                                                [?2004hopendaylight-user@root&gt;</msg>
<var>${output}</var>
<arg>${KARAF_PROMPT}</arg>
<doc>Consumes and returns the server output until a match to ``regexp`` is found.</doc>
<status status="PASS" start="2026-07-20T01:55:05.690027" elapsed="0.004122"/>
</kw>
<kw name="Write Bare" owner="SSHLibrary">
<arg>logout\n</arg>
<doc>Writes the given ``text`` on the remote machine without appending a newline.</doc>
<status status="PASS" start="2026-07-20T01:55:05.694460" elapsed="0.000507"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-07-20T01:55:05.695344" elapsed="0.000416"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-07-20T01:55:05.696831" level="INFO">[?1l&gt;[?2004lDropAllFlows transitions to on
[?1h=[90m~[0m                                                                                [?2004hopendaylight-user@root&gt;</msg>
<arg>${output}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-07-20T01:55:05.696119" elapsed="0.000826"/>
</kw>
<return>
<value>${output}</value>
<status status="PASS" start="2026-07-20T01:55:05.697091" elapsed="0.000103"/>
</return>
<arg>dropallpacketsrpc on</arg>
<doc>Will execute the given ${cmd} by ssh'ing to the karaf console running on 10.30.171.157
Note that this keyword will open&amp;close new SSH connection, without switching back to previously current session.</doc>
<status status="PASS" start="2026-07-20T01:55:05.463479" elapsed="0.233969"/>
</kw>
<status status="PASS" start="2026-07-20T01:55:03.740731" elapsed="1.956853"/>
</kw>
<test id="s1-t1" name="Cbench Latency Test" line="37">
<kw name="Log" owner="BuiltIn">
<msg time="2026-07-20T01:55:05.701543" level="INFO">Cbench tests using 10 iterations of 60 second tests. Switch Count: 16. Unique MACS to cycle: 100</msg>
<arg>Cbench tests using ${loops} iterations of ${duration_in_secs} second tests. Switch Count: ${switch_count}. Unique MACS to cycle: ${num_of_unique_macs}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-07-20T01:55:05.699614" elapsed="0.001995"/>
</kw>
<kw name="Run Cbench And Log Results">
<kw name="Set Suite Variable" owner="BuiltIn">
<msg time="2026-07-20T01:55:05.703202" level="INFO">${output_filename} = latency.csv</msg>
<arg>${output_filename}</arg>
<doc>Makes a variable available everywhere within the scope of the current suite.</doc>
<status status="PASS" start="2026-07-20T01:55:05.702831" elapsed="0.000415"/>
</kw>
<if>
<branch type="IF" condition="&quot;${cbench_system}&quot; == &quot;localhost&quot;">
<kw name="Run" owner="OperatingSystem">
<var>${output}</var>
<arg>${cbench_executable} -c ${ODL_SYSTEM_IP} ${cbench_args}</arg>
<doc>_This keyword is considered deprecated. Use the
[http://robotframework.org/robotframework/latest/libraries/Process.html|
Process] library instead._</doc>
<status status="NOT RUN" start="2026-07-20T01:55:05.703575" elapsed="0.000022"/>
</kw>
<status status="NOT RUN" start="2026-07-20T01:55:05.703329" elapsed="0.000304"/>
</branch>
<branch type="ELSE">
<kw name="Run Command On Remote System" owner="Utils">
<if>
<branch type="IF" condition="&quot;${return_stdout}&quot;!=&quot;True&quot; and &quot;${return_stderr}&quot;!=&quot;True&quot;">
<kw name="Fail" owner="BuiltIn">
<arg>At least one of {return_stdout} or {return_stderr} args should be set to True</arg>
<doc>Fails the test with the given message and optionally alters its tags.</doc>
<status status="NOT RUN" start="2026-07-20T01:55:05.706614" elapsed="0.000022"/>
</kw>
<status status="NOT RUN" start="2026-07-20T01:55:05.706360" elapsed="0.000311"/>
</branch>
<status status="PASS" start="2026-07-20T01:55:05.706340" elapsed="0.000357"/>
</if>
<kw name="Get Connection" owner="SSHLibrary">
<msg time="2026-07-20T01:55:05.707060" level="INFO">index=None
host=None
alias=None
port=22
timeout=3 seconds
newline=

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

prompt=None
term_type=vt100
width=80
height=24
path_separator=/
encoding=utf8
escape_ansi=False
encoding_errors=strict</msg>
<var>${current_ssh_connection}</var>
<doc>Returns information about the connection.</doc>
<status status="PASS" start="2026-07-20T01:55:05.706831" elapsed="0.000381"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-07-20T01:55:05.707812" level="INFO">Attempting to execute command "/usr/local/bin/cbench -c 10.30.171.157 -m 60000 -M 100 -S 16 -l 10 -D 5000 -p 6633" on remote system "10.30.170.161" by user "jenkins" with keyfile pass "any" and prompt "&gt;" and password ""</msg>
<arg>Attempting to execute command "${cmd}" on remote system "${system}" by user "${user}" with keyfile pass "${keyfile_pass}" and prompt "${prompt}" and password "${password}"</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-07-20T01:55:05.707351" elapsed="0.000522"/>
</kw>
<kw name="Open Connection" owner="SSHLibrary">
<msg time="2026-07-20T01:55:05.708501" level="INFO">${conn_id} = 5</msg>
<var>${conn_id}</var>
<arg>${system}</arg>
<arg>prompt=${prompt}</arg>
<arg>timeout=${prompt_timeout}</arg>
<doc>Opens a new SSH connection to the given ``host`` and ``port``.</doc>
<status status="PASS" start="2026-07-20T01:55:05.708030" elapsed="0.000498"/>
</kw>
<kw name="Flexible_SSH_Login" owner="SSHKeywords">
<kw name="Get Length" owner="BuiltIn">
<msg time="2026-07-20T01:55:05.709464" level="INFO">Length is 0.</msg>
<msg time="2026-07-20T01:55:05.709556" level="INFO">${pwd_length} = 0</msg>
<var>${pwd_length}</var>
<arg>${password}</arg>
<doc>Returns and logs the length of the given item as an integer.</doc>
<status status="PASS" start="2026-07-20T01:55:05.709132" elapsed="0.000448"/>
</kw>
<kw name="Run Keyword And Return If" owner="BuiltIn">
<arg>${pwd_length} &gt; 0</arg>
<arg>SSHLibrary.Login</arg>
<arg>${user}</arg>
<arg>${password}</arg>
<arg>delay=${delay}</arg>
<doc>Runs the specified keyword and returns from the enclosing user keyword.</doc>
<status status="PASS" start="2026-07-20T01:55:05.709726" elapsed="0.000355"/>
</kw>
<kw name="Run Keyword And Return" owner="BuiltIn">
<kw name="Login With Public Key" owner="SSHLibrary">
<msg time="2026-07-20T01:55:05.710944" level="INFO">Logging into '10.30.170.161:22' as 'jenkins'.</msg>
<msg time="2026-07-20T01:55:06.062849" 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 Mon Jul 20 01:55:04 UTC 2026

  System load:  0.06               Processes:             109
  Usage of /:   19.3% of 38.58GB   Users logged in:       0
  Memory usage: 4%                 IPv4 address for ens3: 10.30.170.161
  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: Mon Jul 20 01:55:05 2026 from 10.30.170.207
[?2004h[jenkins@releng-48317-785-1-mininet-ovs-217-0 ~]&gt;</msg>
<arg>${user}</arg>
<arg>${USER_HOME}/.ssh/${SSH_KEY}</arg>
<arg>${KEYFILE_PASS}</arg>
<arg>delay=${delay}</arg>
<doc>Logs into the SSH server using key-based authentication.</doc>
<status status="PASS" start="2026-07-20T01:55:05.710583" elapsed="0.352471"/>
</kw>
<msg time="2026-07-20T01:55:06.063144" level="INFO">Returning from the enclosing user keyword.</msg>
<arg>SSHLibrary.Login With Public Key</arg>
<arg>${user}</arg>
<arg>${USER_HOME}/.ssh/${SSH_KEY}</arg>
<arg>${KEYFILE_PASS}</arg>
<arg>delay=${delay}</arg>
<doc>Runs the specified keyword and returns from the enclosing user keyword.</doc>
<status status="PASS" start="2026-07-20T01:55:05.710236" elapsed="0.352997"/>
</kw>
<arg>${user}</arg>
<arg>${password}</arg>
<doc>On active SSH session: if given non-empty password, do Login, else do Login With Public Key.</doc>
<status status="PASS" start="2026-07-20T01:55:05.708734" elapsed="0.354624"/>
</kw>
<kw name="Execute Command" owner="SSHLibrary">
<msg time="2026-07-20T01:55:06.063883" level="INFO">Executing command '/usr/local/bin/cbench -c 10.30.171.157 -m 60000 -M 100 -S 16 -l 10 -D 5000 -p 6633'.</msg>
<msg time="2026-07-20T02:05:12.234662" level="INFO">Command exited with return code 0.</msg>
<msg time="2026-07-20T02:05:12.235290" level="INFO">${stdout} = </msg>
<msg time="2026-07-20T02:05:12.235409" level="INFO">${stderr} = cbench: controller benchmarking tool
   running in mode 'latency'
   connecting to controller at 10.30.171.157:6633 
   faking 16 switches with 1 threads :: 10 tests each; 60000 ms per test
   with 10...</msg>
<var>${stdout}</var>
<var>${stderr}</var>
<arg>${cmd}</arg>
<arg>return_stderr=True</arg>
<doc>Executes ``command`` on the remote machine and returns its outputs.</doc>
<status status="PASS" start="2026-07-20T01:55:06.063582" elapsed="606.171895"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-07-20T02:05:12.235946" elapsed="0.000789"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-07-20T02:05:12.237915" level="INFO">cbench: controller benchmarking tool
   running in mode 'latency'
   connecting to controller at 10.30.171.157:6633 
   faking 16 switches with 1 threads :: 10 tests each; 60000 ms per test
   with 100 unique source MACs per switch
   learning destination mac addresses before the test
   starting test with 5000 ms delay after features_reply
   ignoring first 1 "warmup" and last 0 "cooldown" loops
   debugging info is off
Master Thread: Creating thread-0! 
Thread-0: All switches initialized. Running at node 10.30.171.157. So far 1 cbench instances have initialized their switches.  Waiting for other cbench-instances
Thread-0: Total switches from ALL cbench-instances initialized.
01:56:11.316 16  switches: flows:  95479 95178 95069 94003 98176 94680 97620 96575 91200 91737 92426 93571 95779 92829 94118 94478  total = 25.215300 per ms 
01:57:11.416 16  switches: flows:  128921 125306 125759 128419 127965 129264 126167 125940 123508 126760 123014 124962 124183 123878 122747 124706  total = 33.469024 per ms 
01:58:11.518 16  switches: flows:  116909 114762 113754 115023 116399 116207 113823 114064 112372 114368 111423 112725 112327 114308 110345 112087  total = 30.296850 per ms 
01:59:11.618 16  switches: flows:  120485 117815 114724 117500 118696 117263 116607 117885 113050 115440 113181 116112 114715 115629 111790 114993  total = 30.879899 per ms 
02:00:11.719 16  switches: flows:  130125 127077 123131 127920 126374 126842 125444 129504 122219 124323 122833 126189 124982 123580 124356 121825  total = 33.389655 per ms 
02:01:11.819 16  switches: flows:  124298 121874 121028 122064 123408 122441 119860 121019 117183 119417 119263 121155 118632 118302 118325 117867  total = 32.048762 per ms 
02:02:11.919 16  switches: flows:  116286 111115 112543 114469 114519 113678 112477 113225 108217 113114 110511 110192 108544 110306 107829 112355  total = 29.773300 per ms 
02:03:12.019 16  switches: flows:  128280 123483 124815 124501 126781 126635 124680 124100 120943 121981 120031 123061 121875 121904 122571 121740  total = 32.901413 per ms 
02:04:12.120 16  switches: flows:  130343 124431 125632 126026 128199 127859 126303 126638 120998 125881 121102 126727 122112 122902 125613 123466  total = 33.348200 per ms 
02:05:12.220 16  switches: flows:  130212 126195 126610 127290 127599 126967 127137 126797 121914 126514 122660 125740 123110 123274 123923 124516  total = 33.451764 per ms 
RESULT: 16 switches 9 tests min/max/avg/stdev = 29773.30/33469.02/32173.21/10815.57 responses/s</msg>
<arg>${stderr}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-07-20T02:05:12.237145" elapsed="0.001107"/>
</kw>
<if>
<branch type="IF" condition="&quot;${return_stdout}&quot;!=&quot;True&quot;">
<return>
<value>${stderr}</value>
<status status="PASS" start="2026-07-20T02:05:12.238766" elapsed="0.000076"/>
</return>
<status status="PASS" start="2026-07-20T02:05:12.238460" elapsed="0.000462"/>
</branch>
<status status="PASS" start="2026-07-20T02:05:12.238392" elapsed="0.000587"/>
</if>
<if>
<branch type="IF" condition="&quot;${return_stderr}&quot;!=&quot;True&quot;">
<return>
<value>${stdout}</value>
<status status="NOT RUN" start="2026-07-20T02:05:12.239229" elapsed="0.000030"/>
</return>
<status status="NOT RUN" start="2026-07-20T02:05:12.239145" elapsed="0.000178"/>
</branch>
<status status="NOT RUN" start="2026-07-20T02:05:12.239109" elapsed="0.000265"/>
</if>
<return>
<value>${stdout}</value>
<value>${stderr}</value>
<status status="NOT RUN" start="2026-07-20T02:05:12.239448" elapsed="0.000031"/>
</return>
<kw name="Restore_Current_Ssh_Connection_From_Index" owner="SSHKeywords" type="TEARDOWN">
<kw name="Run Keyword And Return If" owner="BuiltIn">
<arg>${connection_index} is not None</arg>
<arg>SSHLibrary.Switch Connection</arg>
<arg>${connection_index}</arg>
<doc>Runs the specified keyword and returns from the enclosing user keyword.</doc>
<status status="PASS" start="2026-07-20T02:05:12.243368" elapsed="0.000456"/>
</kw>
<kw name="Open Connection" owner="SSHLibrary">
<arg>127.0.0.1</arg>
<doc>Opens a new SSH connection to the given ``host`` and ``port``.</doc>
<status status="PASS" start="2026-07-20T02:05:12.244093" elapsed="0.000236"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-07-20T02:05:12.244514" elapsed="0.000138"/>
</kw>
<arg>${current_ssh_connection.index}</arg>
<doc>Restore active SSH connection in SSHLibrary to given index.</doc>
<status status="PASS" start="2026-07-20T02:05:12.240288" elapsed="0.004437"/>
</kw>
<msg time="2026-07-20T02:05:12.244903" level="INFO">${output} = cbench: controller benchmarking tool
   running in mode 'latency'
   connecting to controller at 10.30.171.157:6633 
   faking 16 switches with 1 threads :: 10 tests each; 60000 ms per test
   with 10...</msg>
<var>${output}</var>
<arg>${cbench_system}</arg>
<arg>${cbench_executable} -c ${ODL_SYSTEM_IP} ${cbench_args}</arg>
<arg>prompt_timeout=${test_timeout}</arg>
<arg>return_stdout=False</arg>
<arg>return_stderr=True</arg>
<doc>Reduces the common work of running a command on a remote system to a single higher level
robot keyword, taking care to log in with a public key and. The command given is written and the return value
depends on the passed argument values of return_stdout (default: True) and return_stderr (default: False).
At least one should be True, or the keyword will exit and FAIL. If both are True, the resulting return value
will be a two element list containing both. Otherwise the resulting return value is a string.
No test conditions are checked.</doc>
<status status="PASS" start="2026-07-20T01:55:05.704023" elapsed="606.540917"/>
</kw>
<status status="PASS" start="2026-07-20T01:55:05.703663" elapsed="606.541372"/>
</branch>
<status status="PASS" start="2026-07-20T01:55:05.703305" elapsed="606.541765"/>
</if>
<kw name="Log" owner="BuiltIn">
<msg time="2026-07-20T02:05:12.245669" level="INFO">cbench: controller benchmarking tool
   running in mode 'latency'
   connecting to controller at 10.30.171.157:6633 
   faking 16 switches with 1 threads :: 10 tests each; 60000 ms per test
   with 100 unique source MACs per switch
   learning destination mac addresses before the test
   starting test with 5000 ms delay after features_reply
   ignoring first 1 "warmup" and last 0 "cooldown" loops
   debugging info is off
Master Thread: Creating thread-0! 
Thread-0: All switches initialized. Running at node 10.30.171.157. So far 1 cbench instances have initialized their switches.  Waiting for other cbench-instances
Thread-0: Total switches from ALL cbench-instances initialized.
01:56:11.316 16  switches: flows:  95479 95178 95069 94003 98176 94680 97620 96575 91200 91737 92426 93571 95779 92829 94118 94478  total = 25.215300 per ms 
01:57:11.416 16  switches: flows:  128921 125306 125759 128419 127965 129264 126167 125940 123508 126760 123014 124962 124183 123878 122747 124706  total = 33.469024 per ms 
01:58:11.518 16  switches: flows:  116909 114762 113754 115023 116399 116207 113823 114064 112372 114368 111423 112725 112327 114308 110345 112087  total = 30.296850 per ms 
01:59:11.618 16  switches: flows:  120485 117815 114724 117500 118696 117263 116607 117885 113050 115440 113181 116112 114715 115629 111790 114993  total = 30.879899 per ms 
02:00:11.719 16  switches: flows:  130125 127077 123131 127920 126374 126842 125444 129504 122219 124323 122833 126189 124982 123580 124356 121825  total = 33.389655 per ms 
02:01:11.819 16  switches: flows:  124298 121874 121028 122064 123408 122441 119860 121019 117183 119417 119263 121155 118632 118302 118325 117867  total = 32.048762 per ms 
02:02:11.919 16  switches: flows:  116286 111115 112543 114469 114519 113678 112477 113225 108217 113114 110511 110192 108544 110306 107829 112355  total = 29.773300 per ms 
02:03:12.019 16  switches: flows:  128280 123483 124815 124501 126781 126635 124680 124100 120943 121981 120031 123061 121875 121904 122571 121740  total = 32.901413 per ms 
02:04:12.120 16  switches: flows:  130343 124431 125632 126026 128199 127859 126303 126638 120998 125881 121102 126727 122112 122902 125613 123466  total = 33.348200 per ms 
02:05:12.220 16  switches: flows:  130212 126195 126610 127290 127599 126967 127137 126797 121914 126514 122660 125740 123110 123274 123923 124516  total = 33.451764 per ms 
RESULT: 16 switches 9 tests min/max/avg/stdev = 29773.30/33469.02/32173.21/10815.57 responses/s</msg>
<arg>${output}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-07-20T02:05:12.245267" elapsed="0.000504"/>
</kw>
<kw name="Should Contain" owner="BuiltIn">
<arg>${output}</arg>
<arg>RESULT</arg>
<doc>Fails if ``container`` does not contain ``item`` one or more times.</doc>
<status status="PASS" start="2026-07-20T02:05:12.245975" elapsed="0.000538"/>
</kw>
<kw name="Get Lines Containing String" owner="String">
<msg time="2026-07-20T02:05:12.247080" level="INFO">1 out of 23 lines matched.</msg>
<msg time="2026-07-20T02:05:12.247211" level="INFO">${result_line} = RESULT: 16 switches 9 tests min/max/avg/stdev = 29773.30/33469.02/32173.21/10815.57 responses/s</msg>
<var>${result_line}</var>
<arg>${output}</arg>
<arg>RESULT</arg>
<doc>Returns lines of the given ``string`` that contain the ``pattern``.</doc>
<status status="PASS" start="2026-07-20T02:05:12.246735" elapsed="0.000511"/>
</kw>
<kw name="Split String" owner="String">
<msg time="2026-07-20T02:05:12.247876" level="INFO">@{results_list} = [ RESULT: | 16 | switches | 9 | tests | min/max/avg/stdev | = | 29773.30/33469.02/32173.21/10815.57 | responses/s ]</msg>
<var>@{results_list}</var>
<arg>${result_line}</arg>
<doc>Splits the ``string`` using ``separator`` as a delimiter string.</doc>
<status status="PASS" start="2026-07-20T02:05:12.247461" elapsed="0.000453"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-07-20T02:05:12.251336" level="INFO">min/max/avg/stdev</msg>
<arg>${results_list[5]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-07-20T02:05:12.248177" elapsed="0.003289"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-07-20T02:05:12.256637" level="INFO">29773.30/33469.02/32173.21/10815.57</msg>
<arg>${results_list[7]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-07-20T02:05:12.251794" elapsed="0.004899"/>
</kw>
<kw name="Split String" owner="String">
<msg time="2026-07-20T02:05:12.259090" level="INFO">@{result_name_list} = [ min | max | avg | stdev ]</msg>
<var>@{result_name_list}</var>
<arg>${results_list[5]}</arg>
<arg>/</arg>
<doc>Splits the ``string`` using ``separator`` as a delimiter string.</doc>
<status status="PASS" start="2026-07-20T02:05:12.256842" elapsed="0.002276"/>
</kw>
<kw name="Split String" owner="String">
<msg time="2026-07-20T02:05:12.261581" level="INFO">@{result_value_list} = [ 29773.30 | 33469.02 | 32173.21 | 10815.57 ]</msg>
<var>@{result_value_list}</var>
<arg>${results_list[7]}</arg>
<arg>/</arg>
<doc>Splits the ``string`` using ``separator`` as a delimiter string.</doc>
<status status="PASS" start="2026-07-20T02:05:12.259313" elapsed="0.002296"/>
</kw>
<kw name="Get Length" owner="BuiltIn">
<msg time="2026-07-20T02:05:12.262104" level="INFO">Length is 4.</msg>
<msg time="2026-07-20T02:05:12.262205" level="INFO">${num_stats} = 4</msg>
<var>${num_stats}</var>
<arg>${result_name_list}</arg>
<doc>Returns and logs the length of the given item as an integer.</doc>
<status status="PASS" start="2026-07-20T02:05:12.261768" elapsed="0.000462"/>
</kw>
<for flavor="IN RANGE">
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-07-20T02:05:12.267230" level="INFO">min :: 29773.30</msg>
<arg>${result_name_list[${i}]} :: ${result_value_list[${i}]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-07-20T02:05:12.262713" elapsed="0.004575"/>
</kw>
<var name="${i}">0</var>
<status status="PASS" start="2026-07-20T02:05:12.262536" elapsed="0.004789"/>
</iter>
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-07-20T02:05:12.271988" level="INFO">max :: 33469.02</msg>
<arg>${result_name_list[${i}]} :: ${result_value_list[${i}]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-07-20T02:05:12.267548" elapsed="0.004521"/>
</kw>
<var name="${i}">1</var>
<status status="PASS" start="2026-07-20T02:05:12.267418" elapsed="0.004686"/>
</iter>
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-07-20T02:05:12.276946" level="INFO">avg :: 32173.21</msg>
<arg>${result_name_list[${i}]} :: ${result_value_list[${i}]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-07-20T02:05:12.272329" elapsed="0.004708"/>
</kw>
<var name="${i}">2</var>
<status status="PASS" start="2026-07-20T02:05:12.272196" elapsed="0.004887"/>
</iter>
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-07-20T02:05:12.282309" level="INFO">stdev :: 10815.57</msg>
<arg>${result_name_list[${i}]} :: ${result_value_list[${i}]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-07-20T02:05:12.277378" elapsed="0.004989"/>
</kw>
<var name="${i}">3</var>
<status status="PASS" start="2026-07-20T02:05:12.277203" elapsed="0.005199"/>
</iter>
<var>${i}</var>
<value>0</value>
<value>${num_stats}</value>
<status status="PASS" start="2026-07-20T02:05:12.262299" elapsed="0.020137"/>
</for>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-07-20T02:05:12.286642" level="INFO">${min} = 29773.30</msg>
<var>${min}</var>
<arg>${result_value_list[${0}]}</arg>
<doc>Returns the given values which can then be assigned to a variables.</doc>
<status status="PASS" start="2026-07-20T02:05:12.282597" elapsed="0.004073"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-07-20T02:05:12.290795" level="INFO">${max} = 33469.02</msg>
<var>${max}</var>
<arg>${result_value_list[${1}]}</arg>
<doc>Returns the given values which can then be assigned to a variables.</doc>
<status status="PASS" start="2026-07-20T02:05:12.286828" elapsed="0.003995"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-07-20T02:05:12.294769" level="INFO">${average} = 32173.21</msg>
<var>${average}</var>
<arg>${result_value_list[${2}]}</arg>
<doc>Returns the given values which can then be assigned to a variables.</doc>
<status status="PASS" start="2026-07-20T02:05:12.290984" elapsed="0.003812"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-07-20T02:05:12.298740" level="INFO">${stdev} = 10815.57</msg>
<var>${stdev}</var>
<arg>${result_value_list[${3}]}</arg>
<doc>Returns the given values which can then be assigned to a variables.</doc>
<status status="PASS" start="2026-07-20T02:05:12.294958" elapsed="0.003809"/>
</kw>
<kw name="Get Time" owner="BuiltIn">
<msg time="2026-07-20T02:05:12.299353" level="INFO">${date} = 2026-07-20 02:05:12</msg>
<var>${date}</var>
<arg>d,m,s</arg>
<doc>Returns the given time in the requested format.</doc>
<status status="PASS" start="2026-07-20T02:05:12.298931" elapsed="0.000461"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-07-20T02:05:12.299955" level="INFO">CBench Result: 2026-07-20 02:05:12,-m 60000 -M 100 -S 16 -l 10 -D 5000 -p 6633,29773.30,33469.02,32173.21,10815.57</msg>
<arg>CBench Result: ${date},${cbench_args},${min},${max},${average},${stdev}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-07-20T02:05:12.299545" elapsed="0.000491"/>
</kw>
<kw name="Log Results And Determine Status">
<kw name="Append To File" owner="OperatingSystem">
<msg time="2026-07-20T02:05:12.301125" level="INFO" html="true">Appended to file '&lt;a href="file:///w/workspace/openflowplugin-csit-1node-cbench-only-titanium/latency.csv"&gt;/w/workspace/openflowplugin-csit-1node-cbench-only-titanium/latency.csv&lt;/a&gt;'.</msg>
<arg>${output_file}</arg>
<arg>${min},${max},${average}\n</arg>
<doc>Appends the given content to the specified file.</doc>
<status status="PASS" start="2026-07-20T02:05:12.300681" elapsed="0.000514"/>
</kw>
<kw name="Should Be True" owner="BuiltIn">
<arg>${average} &gt; ${threshold}</arg>
<arg>${average} flow_mods per/sec did not exceed threshold of ${threshold}</arg>
<doc>Fails if the given condition is not true.</doc>
<status status="PASS" start="2026-07-20T02:05:12.301348" elapsed="0.000468"/>
</kw>
<arg>${min}</arg>
<arg>${max}</arg>
<arg>${average}</arg>
<arg>${average_threshold}</arg>
<arg>${output_filename}</arg>
<status status="PASS" start="2026-07-20T02:05:12.300193" elapsed="0.001690"/>
</kw>
<arg>-m ${duration_in_ms} -M ${num_of_unique_macs} -S ${switch_count} -l ${loops} -D ${start_delay} -p ${of_port}</arg>
<arg>${latency_threshold}</arg>
<arg>${latency_results_file}</arg>
<status status="PASS" start="2026-07-20T01:55:05.702061" elapsed="606.599884"/>
</kw>
<kw name="Sleep" owner="BuiltIn">
<msg time="2026-07-20T02:05:12.302467" level="INFO">Slept 0 seconds.</msg>
<arg>${test_delay}</arg>
<doc>Pauses the test executed for the given time.</doc>
<status status="PASS" start="2026-07-20T02:05:12.302141" elapsed="0.000382"/>
</kw>
<kw name="Log Results As Zero If Cbench Timed Out" type="TEARDOWN">
<kw name="Run Keyword If Timeout Occurred" owner="BuiltIn">
<arg>Log Results And Determine Status</arg>
<arg>0</arg>
<arg>0</arg>
<arg>0</arg>
<arg>0</arg>
<arg>${output_filename}</arg>
<doc>Runs the given keyword if either a test or a keyword timeout has occurred.</doc>
<status status="PASS" start="2026-07-20T02:05:12.303213" elapsed="0.000307"/>
</kw>
<status status="PASS" start="2026-07-20T02:05:12.302748" elapsed="0.000846"/>
</kw>
<doc>cbench executed in default latency mode. Test parameters have defaults, but can be overridden
on the pybot command line</doc>
<tag>cbench</tag>
<tag>latency</tag>
<timeout value="15 minutes"/>
<status status="PASS" start="2026-07-20T01:55:05.697871" elapsed="606.605762"/>
</test>
<test id="s1-t2" name="Cbench Throughput Test" line="51">
<kw name="Log" owner="BuiltIn">
<msg time="2026-07-20T02:05:12.305157" level="INFO">Cbench tests using 10 iterations of 60 second tests. Switch Count: 16. Unique MACS to cycle: 100</msg>
<arg>Cbench tests using ${loops} iterations of ${duration_in_secs} second tests. Switch Count: ${switch_count}. Unique MACS to cycle: ${num_of_unique_macs}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-07-20T02:05:12.304743" elapsed="0.000471"/>
</kw>
<kw name="Run Cbench And Log Results">
<kw name="Set Suite Variable" owner="BuiltIn">
<msg time="2026-07-20T02:05:12.306482" level="INFO">${output_filename} = throughput.csv</msg>
<arg>${output_filename}</arg>
<doc>Makes a variable available everywhere within the scope of the current suite.</doc>
<status status="PASS" start="2026-07-20T02:05:12.306148" elapsed="0.000376"/>
</kw>
<if>
<branch type="IF" condition="&quot;${cbench_system}&quot; == &quot;localhost&quot;">
<kw name="Run" owner="OperatingSystem">
<var>${output}</var>
<arg>${cbench_executable} -c ${ODL_SYSTEM_IP} ${cbench_args}</arg>
<doc>_This keyword is considered deprecated. Use the
[http://robotframework.org/robotframework/latest/libraries/Process.html|
Process] library instead._</doc>
<status status="NOT RUN" start="2026-07-20T02:05:12.306871" elapsed="0.000021"/>
</kw>
<status status="NOT RUN" start="2026-07-20T02:05:12.306643" elapsed="0.000286"/>
</branch>
<branch type="ELSE">
<kw name="Run Command On Remote System" owner="Utils">
<if>
<branch type="IF" condition="&quot;${return_stdout}&quot;!=&quot;True&quot; and &quot;${return_stderr}&quot;!=&quot;True&quot;">
<kw name="Fail" owner="BuiltIn">
<arg>At least one of {return_stdout} or {return_stderr} args should be set to True</arg>
<doc>Fails the test with the given message and optionally alters its tags.</doc>
<status status="NOT RUN" start="2026-07-20T02:05:12.309887" elapsed="0.000021"/>
</kw>
<status status="NOT RUN" start="2026-07-20T02:05:12.309634" elapsed="0.000309"/>
</branch>
<status status="PASS" start="2026-07-20T02:05:12.309613" elapsed="0.000354"/>
</if>
<kw name="Get Connection" owner="SSHLibrary">
<msg time="2026-07-20T02:05:12.310366" level="INFO">index=None
host=None
alias=None
port=22
timeout=3 seconds
newline=

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

prompt=None
term_type=vt100
width=80
height=24
path_separator=/
encoding=utf8
escape_ansi=False
encoding_errors=strict</msg>
<var>${current_ssh_connection}</var>
<doc>Returns information about the connection.</doc>
<status status="PASS" start="2026-07-20T02:05:12.310124" elapsed="0.000393"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-07-20T02:05:12.311096" level="INFO">Attempting to execute command "/usr/local/bin/cbench -c 10.30.171.157 -t -m 60000 -M 100 -S 16 -l 10 -D 5000 -p 6633" on remote system "10.30.170.161" by user "jenkins" with keyfile pass "any" and prompt "&gt;" and password ""</msg>
<arg>Attempting to execute command "${cmd}" on remote system "${system}" by user "${user}" with keyfile pass "${keyfile_pass}" and prompt "${prompt}" and password "${password}"</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-07-20T02:05:12.310656" elapsed="0.000498"/>
</kw>
<kw name="Open Connection" owner="SSHLibrary">
<msg time="2026-07-20T02:05:12.311762" level="INFO">${conn_id} = 7</msg>
<var>${conn_id}</var>
<arg>${system}</arg>
<arg>prompt=${prompt}</arg>
<arg>timeout=${prompt_timeout}</arg>
<doc>Opens a new SSH connection to the given ``host`` and ``port``.</doc>
<status status="PASS" start="2026-07-20T02:05:12.311330" elapsed="0.000460"/>
</kw>
<kw name="Flexible_SSH_Login" owner="SSHKeywords">
<kw name="Get Length" owner="BuiltIn">
<msg time="2026-07-20T02:05:12.312714" level="INFO">Length is 0.</msg>
<msg time="2026-07-20T02:05:12.312802" level="INFO">${pwd_length} = 0</msg>
<var>${pwd_length}</var>
<arg>${password}</arg>
<doc>Returns and logs the length of the given item as an integer.</doc>
<status status="PASS" start="2026-07-20T02:05:12.312403" elapsed="0.000425"/>
</kw>
<kw name="Run Keyword And Return If" owner="BuiltIn">
<arg>${pwd_length} &gt; 0</arg>
<arg>SSHLibrary.Login</arg>
<arg>${user}</arg>
<arg>${password}</arg>
<arg>delay=${delay}</arg>
<doc>Runs the specified keyword and returns from the enclosing user keyword.</doc>
<status status="PASS" start="2026-07-20T02:05:12.312969" elapsed="0.000353"/>
</kw>
<kw name="Run Keyword And Return" owner="BuiltIn">
<kw name="Login With Public Key" owner="SSHLibrary">
<msg time="2026-07-20T02:05:12.314197" level="INFO">Logging into '10.30.170.161:22' as 'jenkins'.</msg>
<msg time="2026-07-20T02:05:12.885997" 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 Mon Jul 20 02:05:12 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.161
  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: Mon Jul 20 01:55:06 2026 from 10.30.170.207
[?2004h[jenkins@releng-48317-785-1-mininet-ovs-217-0 ~]&gt;</msg>
<arg>${user}</arg>
<arg>${USER_HOME}/.ssh/${SSH_KEY}</arg>
<arg>${KEYFILE_PASS}</arg>
<arg>delay=${delay}</arg>
<doc>Logs into the SSH server using key-based authentication.</doc>
<status status="PASS" start="2026-07-20T02:05:12.313815" elapsed="0.572418"/>
</kw>
<msg time="2026-07-20T02:05:12.886335" level="INFO">Returning from the enclosing user keyword.</msg>
<arg>SSHLibrary.Login With Public Key</arg>
<arg>${user}</arg>
<arg>${USER_HOME}/.ssh/${SSH_KEY}</arg>
<arg>${KEYFILE_PASS}</arg>
<arg>delay=${delay}</arg>
<doc>Runs the specified keyword and returns from the enclosing user keyword.</doc>
<status status="PASS" start="2026-07-20T02:05:12.313475" elapsed="0.572958"/>
</kw>
<arg>${user}</arg>
<arg>${password}</arg>
<doc>On active SSH session: if given non-empty password, do Login, else do Login With Public Key.</doc>
<status status="PASS" start="2026-07-20T02:05:12.311992" elapsed="0.574566"/>
</kw>
<kw name="Execute Command" owner="SSHLibrary">
<msg time="2026-07-20T02:05:12.887130" level="INFO">Executing command '/usr/local/bin/cbench -c 10.30.171.157 -t -m 60000 -M 100 -S 16 -l 10 -D 5000 -p 6633'.</msg>
<msg time="2026-07-20T02:15:18.952615" level="INFO">Command exited with return code 0.</msg>
<msg time="2026-07-20T02:15:18.953230" level="INFO">${stdout} = </msg>
<msg time="2026-07-20T02:15:18.953347" level="INFO">${stderr} = cbench: controller benchmarking tool
   running in mode 'throughput'
   connecting to controller at 10.30.171.157:6633 
   faking 16 switches with 1 threads :: 10 tests each; 60000 ms per test
   with...</msg>
<var>${stdout}</var>
<var>${stderr}</var>
<arg>${cmd}</arg>
<arg>return_stderr=True</arg>
<doc>Executes ``command`` on the remote machine and returns its outputs.</doc>
<status status="PASS" start="2026-07-20T02:05:12.886792" elapsed="606.066613"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-07-20T02:15:18.953848" elapsed="0.000720"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-07-20T02:15:18.955736" level="INFO">cbench: controller benchmarking tool
   running in mode 'throughput'
   connecting to controller at 10.30.171.157:6633 
   faking 16 switches with 1 threads :: 10 tests each; 60000 ms per test
   with 100 unique source MACs per switch
   learning destination mac addresses before the test
   starting test with 5000 ms delay after features_reply
   ignoring first 1 "warmup" and last 0 "cooldown" loops
   debugging info is off
Master Thread: Creating thread-0! 
Thread-0: All switches initialized. Running at node 10.30.171.157. So far 1 cbench instances have initialized their switches.  Waiting for other cbench-instances
Thread-0: Total switches from ALL cbench-instances initialized.
02:06:18.006 16  switches: flows:  481430 508908 492695 513706 506852 488230 503730 499535 484716 477036 482527 469428 479867 475814 487774 482944  total = 130.586533 per ms 
02:07:18.106 16  switches: flows:  445921 445135 436695 449045 447812 446357 442994 435337 410566 439593 446692 448083 435893 446437 451294 445031  total = 117.684656 per ms 
02:08:18.207 16  switches: flows:  566359 562444 567678 561302 570587 562127 574239 559466 562235 557388 560911 563068 557886 563751 569663 559162  total = 150.051983 per ms 
02:09:18.308 16  switches: flows:  528300 523826 541084 531189 518568 524418 532336 525402 525473 527573 520664 524157 537706 526372 528271 530123  total = 140.521839 per ms 
02:10:18.409 16  switches: flows:  605172 604605 610835 608895 603975 608250 601456 602282 601227 601855 603442 605208 600654 598216 607541 599626  total = 160.784313 per ms 
02:11:18.511 16  switches: flows:  501487 496680 485840 498935 493267 508300 502965 508229 500388 497938 503145 499273 487021 500857 507511 492646  total = 132.849533 per ms 
02:12:18.613 16  switches: flows:  421110 424760 429790 416661 426196 423407 431384 413495 420535 423440 418084 428396 388710 387082 418322 429612  total = 111.496451 per ms 
02:13:18.714 16  switches: flows:  539637 533760 536086 537505 534625 527626 539466 522613 532174 530288 540489 529626 540488 537567 539458 536515  total = 142.393882 per ms 
02:14:18.815 16  switches: flows:  537972 537171 531309 541360 533244 538871 548659 536276 541114 533615 541456 527281 534494 535839 538059 536297  total = 142.976837 per ms 
02:15:18.917 16  switches: flows:  592120 583859 586855 589678 589097 585613 593271 581480 586938 583978 590222 585269 583883 585145 594418 579123  total = 156.252742 per ms 
RESULT: 16 switches 9 tests min/max/avg/stdev = 111496.45/160784.31/139445.80/49007.90 responses/s</msg>
<arg>${stderr}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-07-20T02:15:18.954943" elapsed="0.001103"/>
</kw>
<if>
<branch type="IF" condition="&quot;${return_stdout}&quot;!=&quot;True&quot;">
<return>
<value>${stderr}</value>
<status status="PASS" start="2026-07-20T02:15:18.956536" elapsed="0.000072"/>
</return>
<status status="PASS" start="2026-07-20T02:15:18.956238" elapsed="0.000448"/>
</branch>
<status status="PASS" start="2026-07-20T02:15:18.956176" elapsed="0.000566"/>
</if>
<if>
<branch type="IF" condition="&quot;${return_stderr}&quot;!=&quot;True&quot;">
<return>
<value>${stdout}</value>
<status status="NOT RUN" start="2026-07-20T02:15:18.956944" elapsed="0.000029"/>
</return>
<status status="NOT RUN" start="2026-07-20T02:15:18.956865" elapsed="0.000201"/>
</branch>
<status status="NOT RUN" start="2026-07-20T02:15:18.956831" elapsed="0.000289"/>
</if>
<return>
<value>${stdout}</value>
<value>${stderr}</value>
<status status="NOT RUN" start="2026-07-20T02:15:18.957190" elapsed="0.000029"/>
</return>
<kw name="Restore_Current_Ssh_Connection_From_Index" owner="SSHKeywords" type="TEARDOWN">
<kw name="Run Keyword And Return If" owner="BuiltIn">
<arg>${connection_index} is not None</arg>
<arg>SSHLibrary.Switch Connection</arg>
<arg>${connection_index}</arg>
<doc>Runs the specified keyword and returns from the enclosing user keyword.</doc>
<status status="PASS" start="2026-07-20T02:15:18.962803" elapsed="0.000479"/>
</kw>
<kw name="Open Connection" owner="SSHLibrary">
<arg>127.0.0.1</arg>
<doc>Opens a new SSH connection to the given ``host`` and ``port``.</doc>
<status status="PASS" start="2026-07-20T02:15:18.963488" elapsed="0.000224"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-07-20T02:15:18.963893" elapsed="0.000166"/>
</kw>
<arg>${current_ssh_connection.index}</arg>
<doc>Restore active SSH connection in SSHLibrary to given index.</doc>
<status status="PASS" start="2026-07-20T02:15:18.957869" elapsed="0.006267"/>
</kw>
<msg time="2026-07-20T02:15:18.964315" level="INFO">${output} = cbench: controller benchmarking tool
   running in mode 'throughput'
   connecting to controller at 10.30.171.157:6633 
   faking 16 switches with 1 threads :: 10 tests each; 60000 ms per test
   with...</msg>
<var>${output}</var>
<arg>${cbench_system}</arg>
<arg>${cbench_executable} -c ${ODL_SYSTEM_IP} ${cbench_args}</arg>
<arg>prompt_timeout=${test_timeout}</arg>
<arg>return_stdout=False</arg>
<arg>return_stderr=True</arg>
<doc>Reduces the common work of running a command on a remote system to a single higher level
robot keyword, taking care to log in with a public key and. The command given is written and the return value
depends on the passed argument values of return_stdout (default: True) and return_stderr (default: False).
At least one should be True, or the keyword will exit and FAIL. If both are True, the resulting return value
will be a two element list containing both. Otherwise the resulting return value is a string.
No test conditions are checked.</doc>
<status status="PASS" start="2026-07-20T02:05:12.307324" elapsed="606.657029"/>
</kw>
<status status="PASS" start="2026-07-20T02:05:12.306956" elapsed="606.657465"/>
</branch>
<status status="PASS" start="2026-07-20T02:05:12.306620" elapsed="606.657833"/>
</if>
<kw name="Log" owner="BuiltIn">
<msg time="2026-07-20T02:15:18.965080" level="INFO">cbench: controller benchmarking tool
   running in mode 'throughput'
   connecting to controller at 10.30.171.157:6633 
   faking 16 switches with 1 threads :: 10 tests each; 60000 ms per test
   with 100 unique source MACs per switch
   learning destination mac addresses before the test
   starting test with 5000 ms delay after features_reply
   ignoring first 1 "warmup" and last 0 "cooldown" loops
   debugging info is off
Master Thread: Creating thread-0! 
Thread-0: All switches initialized. Running at node 10.30.171.157. So far 1 cbench instances have initialized their switches.  Waiting for other cbench-instances
Thread-0: Total switches from ALL cbench-instances initialized.
02:06:18.006 16  switches: flows:  481430 508908 492695 513706 506852 488230 503730 499535 484716 477036 482527 469428 479867 475814 487774 482944  total = 130.586533 per ms 
02:07:18.106 16  switches: flows:  445921 445135 436695 449045 447812 446357 442994 435337 410566 439593 446692 448083 435893 446437 451294 445031  total = 117.684656 per ms 
02:08:18.207 16  switches: flows:  566359 562444 567678 561302 570587 562127 574239 559466 562235 557388 560911 563068 557886 563751 569663 559162  total = 150.051983 per ms 
02:09:18.308 16  switches: flows:  528300 523826 541084 531189 518568 524418 532336 525402 525473 527573 520664 524157 537706 526372 528271 530123  total = 140.521839 per ms 
02:10:18.409 16  switches: flows:  605172 604605 610835 608895 603975 608250 601456 602282 601227 601855 603442 605208 600654 598216 607541 599626  total = 160.784313 per ms 
02:11:18.511 16  switches: flows:  501487 496680 485840 498935 493267 508300 502965 508229 500388 497938 503145 499273 487021 500857 507511 492646  total = 132.849533 per ms 
02:12:18.613 16  switches: flows:  421110 424760 429790 416661 426196 423407 431384 413495 420535 423440 418084 428396 388710 387082 418322 429612  total = 111.496451 per ms 
02:13:18.714 16  switches: flows:  539637 533760 536086 537505 534625 527626 539466 522613 532174 530288 540489 529626 540488 537567 539458 536515  total = 142.393882 per ms 
02:14:18.815 16  switches: flows:  537972 537171 531309 541360 533244 538871 548659 536276 541114 533615 541456 527281 534494 535839 538059 536297  total = 142.976837 per ms 
02:15:18.917 16  switches: flows:  592120 583859 586855 589678 589097 585613 593271 581480 586938 583978 590222 585269 583883 585145 594418 579123  total = 156.252742 per ms 
RESULT: 16 switches 9 tests min/max/avg/stdev = 111496.45/160784.31/139445.80/49007.90 responses/s</msg>
<arg>${output}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-07-20T02:15:18.964652" elapsed="0.000532"/>
</kw>
<kw name="Should Contain" owner="BuiltIn">
<arg>${output}</arg>
<arg>RESULT</arg>
<doc>Fails if ``container`` does not contain ``item`` one or more times.</doc>
<status status="PASS" start="2026-07-20T02:15:18.965389" elapsed="0.000497"/>
</kw>
<kw name="Get Lines Containing String" owner="String">
<msg time="2026-07-20T02:15:18.966460" level="INFO">1 out of 23 lines matched.</msg>
<msg time="2026-07-20T02:15:18.966599" level="INFO">${result_line} = RESULT: 16 switches 9 tests min/max/avg/stdev = 111496.45/160784.31/139445.80/49007.90 responses/s</msg>
<var>${result_line}</var>
<arg>${output}</arg>
<arg>RESULT</arg>
<doc>Returns lines of the given ``string`` that contain the ``pattern``.</doc>
<status status="PASS" start="2026-07-20T02:15:18.966150" elapsed="0.000493"/>
</kw>
<kw name="Split String" owner="String">
<msg time="2026-07-20T02:15:18.967240" level="INFO">@{results_list} = [ RESULT: | 16 | switches | 9 | tests | min/max/avg/stdev | = | 111496.45/160784.31/139445.80/49007.90 | responses/s ]</msg>
<var>@{results_list}</var>
<arg>${result_line}</arg>
<doc>Splits the ``string`` using ``separator`` as a delimiter string.</doc>
<status status="PASS" start="2026-07-20T02:15:18.966867" elapsed="0.000411"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-07-20T02:15:18.970602" level="INFO">min/max/avg/stdev</msg>
<arg>${results_list[5]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-07-20T02:15:18.967480" elapsed="0.003202"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-07-20T02:15:18.973981" level="INFO">111496.45/160784.31/139445.80/49007.90</msg>
<arg>${results_list[7]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-07-20T02:15:18.970885" elapsed="0.003223"/>
</kw>
<kw name="Split String" owner="String">
<msg time="2026-07-20T02:15:18.976828" level="INFO">@{result_name_list} = [ min | max | avg | stdev ]</msg>
<var>@{result_name_list}</var>
<arg>${results_list[5]}</arg>
<arg>/</arg>
<doc>Splits the ``string`` using ``separator`` as a delimiter string.</doc>
<status status="PASS" start="2026-07-20T02:15:18.974318" elapsed="0.002537"/>
</kw>
<kw name="Split String" owner="String">
<msg time="2026-07-20T02:15:18.979322" level="INFO">@{result_value_list} = [ 111496.45 | 160784.31 | 139445.80 | 49007.90 ]</msg>
<var>@{result_value_list}</var>
<arg>${results_list[7]}</arg>
<arg>/</arg>
<doc>Splits the ``string`` using ``separator`` as a delimiter string.</doc>
<status status="PASS" start="2026-07-20T02:15:18.977065" elapsed="0.002285"/>
</kw>
<kw name="Get Length" owner="BuiltIn">
<msg time="2026-07-20T02:15:18.979805" level="INFO">Length is 4.</msg>
<msg time="2026-07-20T02:15:18.979893" level="INFO">${num_stats} = 4</msg>
<var>${num_stats}</var>
<arg>${result_name_list}</arg>
<doc>Returns and logs the length of the given item as an integer.</doc>
<status status="PASS" start="2026-07-20T02:15:18.979502" elapsed="0.000415"/>
</kw>
<for flavor="IN RANGE">
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-07-20T02:15:18.984773" level="INFO">min :: 111496.45</msg>
<arg>${result_name_list[${i}]} :: ${result_value_list[${i}]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-07-20T02:15:18.980304" elapsed="0.004527"/>
</kw>
<var name="${i}">0</var>
<status status="PASS" start="2026-07-20T02:15:18.980174" elapsed="0.004692"/>
</iter>
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-07-20T02:15:18.989499" level="INFO">max :: 160784.31</msg>
<arg>${result_name_list[${i}]} :: ${result_value_list[${i}]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-07-20T02:15:18.985106" elapsed="0.004449"/>
</kw>
<var name="${i}">1</var>
<status status="PASS" start="2026-07-20T02:15:18.984957" elapsed="0.004634"/>
</iter>
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-07-20T02:15:18.994125" level="INFO">avg :: 139445.80</msg>
<arg>${result_name_list[${i}]} :: ${result_value_list[${i}]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-07-20T02:15:18.989806" elapsed="0.004375"/>
</kw>
<var name="${i}">2</var>
<status status="PASS" start="2026-07-20T02:15:18.989678" elapsed="0.004538"/>
</iter>
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-07-20T02:15:18.999057" level="INFO">stdev :: 49007.90</msg>
<arg>${result_name_list[${i}]} :: ${result_value_list[${i}]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-07-20T02:15:18.994752" elapsed="0.004361"/>
</kw>
<var name="${i}">3</var>
<status status="PASS" start="2026-07-20T02:15:18.994608" elapsed="0.004540"/>
</iter>
<var>${i}</var>
<value>0</value>
<value>${num_stats}</value>
<status status="PASS" start="2026-07-20T02:15:18.979978" elapsed="0.019202"/>
</for>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-07-20T02:15:19.003223" level="INFO">${min} = 111496.45</msg>
<var>${min}</var>
<arg>${result_value_list[${0}]}</arg>
<doc>Returns the given values which can then be assigned to a variables.</doc>
<status status="PASS" start="2026-07-20T02:15:18.999337" elapsed="0.003917"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-07-20T02:15:19.007214" level="INFO">${max} = 160784.31</msg>
<var>${max}</var>
<arg>${result_value_list[${1}]}</arg>
<doc>Returns the given values which can then be assigned to a variables.</doc>
<status status="PASS" start="2026-07-20T02:15:19.003426" elapsed="0.003815"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-07-20T02:15:19.011153" level="INFO">${average} = 139445.80</msg>
<var>${average}</var>
<arg>${result_value_list[${2}]}</arg>
<doc>Returns the given values which can then be assigned to a variables.</doc>
<status status="PASS" start="2026-07-20T02:15:19.007397" elapsed="0.003783"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-07-20T02:15:19.015142" level="INFO">${stdev} = 49007.90</msg>
<var>${stdev}</var>
<arg>${result_value_list[${3}]}</arg>
<doc>Returns the given values which can then be assigned to a variables.</doc>
<status status="PASS" start="2026-07-20T02:15:19.011336" elapsed="0.003834"/>
</kw>
<kw name="Get Time" owner="BuiltIn">
<msg time="2026-07-20T02:15:19.015692" level="INFO">${date} = 2026-07-20 02:15:19</msg>
<var>${date}</var>
<arg>d,m,s</arg>
<doc>Returns the given time in the requested format.</doc>
<status status="PASS" start="2026-07-20T02:15:19.015334" elapsed="0.000384"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-07-20T02:15:19.016300" level="INFO">CBench Result: 2026-07-20 02:15:19,-t -m 60000 -M 100 -S 16 -l 10 -D 5000 -p 6633,111496.45,160784.31,139445.80,49007.90</msg>
<arg>CBench Result: ${date},${cbench_args},${min},${max},${average},${stdev}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-07-20T02:15:19.015866" elapsed="0.000490"/>
</kw>
<kw name="Log Results And Determine Status">
<kw name="Append To File" owner="OperatingSystem">
<msg time="2026-07-20T02:15:19.017447" level="INFO" html="true">Appended to file '&lt;a href="file:///w/workspace/openflowplugin-csit-1node-cbench-only-titanium/throughput.csv"&gt;/w/workspace/openflowplugin-csit-1node-cbench-only-titanium/throughput.csv&lt;/a&gt;'.</msg>
<arg>${output_file}</arg>
<arg>${min},${max},${average}\n</arg>
<doc>Appends the given content to the specified file.</doc>
<status status="PASS" start="2026-07-20T02:15:19.017019" elapsed="0.000494"/>
</kw>
<kw name="Should Be True" owner="BuiltIn">
<arg>${average} &gt; ${threshold}</arg>
<arg>${average} flow_mods per/sec did not exceed threshold of ${threshold}</arg>
<doc>Fails if the given condition is not true.</doc>
<status status="PASS" start="2026-07-20T02:15:19.017664" elapsed="0.000518"/>
</kw>
<arg>${min}</arg>
<arg>${max}</arg>
<arg>${average}</arg>
<arg>${average_threshold}</arg>
<arg>${output_filename}</arg>
<status status="PASS" start="2026-07-20T02:15:19.016519" elapsed="0.001730"/>
</kw>
<arg>-t -m ${duration_in_ms} -M ${num_of_unique_macs} -S ${switch_count} -l ${loops} -D ${start_delay} -p ${of_port}</arg>
<arg>${throughput_threshold}</arg>
<arg>${throughput_results_file}</arg>
<status status="PASS" start="2026-07-20T02:05:12.305540" elapsed="606.712771"/>
</kw>
<kw name="Sleep" owner="BuiltIn">
<msg time="2026-07-20T02:15:19.018780" level="INFO">Slept 0 seconds.</msg>
<arg>${test_delay}</arg>
<doc>Pauses the test executed for the given time.</doc>
<status status="PASS" start="2026-07-20T02:15:19.018462" elapsed="0.000374"/>
</kw>
<kw name="Log Results As Zero If Cbench Timed Out" type="TEARDOWN">
<kw name="Run Keyword If Timeout Occurred" owner="BuiltIn">
<arg>Log Results And Determine Status</arg>
<arg>0</arg>
<arg>0</arg>
<arg>0</arg>
<arg>0</arg>
<arg>${output_filename}</arg>
<doc>Runs the given keyword if either a test or a keyword timeout has occurred.</doc>
<status status="PASS" start="2026-07-20T02:15:19.019397" elapsed="0.000262"/>
</kw>
<status status="PASS" start="2026-07-20T02:15:19.019093" elapsed="0.000636"/>
</kw>
<doc>cbench executed in throughput mode (-t). Test parameters have defaults, but can be overridden
on the pybot command line</doc>
<tag>cbench</tag>
<tag>throughput</tag>
<timeout value="15 minutes"/>
<status status="PASS" start="2026-07-20T02:05:12.304112" elapsed="606.715654"/>
</test>
<test id="s1-t3" name="Rerun Latency Test To Check Bug 6176" line="65">
<kw name="Log" owner="BuiltIn">
<msg time="2026-07-20T02:15:19.021438" level="INFO">Cbench tests using 10 iterations of 60 second tests. Switch Count: 16. Unique MACS to cycle: 100</msg>
<arg>Cbench tests using ${loops} iterations of ${duration_in_secs} second tests. Switch Count: ${switch_count}. Unique MACS to cycle: ${num_of_unique_macs}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-07-20T02:15:19.020913" elapsed="0.000583"/>
</kw>
<kw name="Run Cbench And Log Results">
<kw name="Set Suite Variable" owner="BuiltIn">
<msg time="2026-07-20T02:15:19.022728" level="INFO">${output_filename} = bug.csv</msg>
<arg>${output_filename}</arg>
<doc>Makes a variable available everywhere within the scope of the current suite.</doc>
<status status="PASS" start="2026-07-20T02:15:19.022398" 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-07-20T02:15:19.023148" elapsed="0.000022"/>
</kw>
<status status="NOT RUN" start="2026-07-20T02:15:19.022907" 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-07-20T02:15:19.026495" elapsed="0.000022"/>
</kw>
<status status="NOT RUN" start="2026-07-20T02:15:19.026242" elapsed="0.000310"/>
</branch>
<status status="PASS" start="2026-07-20T02:15:19.026222" elapsed="0.000354"/>
</if>
<kw name="Get Connection" owner="SSHLibrary">
<msg time="2026-07-20T02:15:19.026908" level="INFO">index=None
host=None
alias=None
port=22
timeout=3 seconds
newline=

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

prompt=None
term_type=vt100
width=80
height=24
path_separator=/
encoding=utf8
escape_ansi=False
encoding_errors=strict</msg>
<var>${current_ssh_connection}</var>
<doc>Returns information about the connection.</doc>
<status status="PASS" start="2026-07-20T02:15:19.026709" elapsed="0.000363"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-07-20T02:15:19.027629" level="INFO">Attempting to execute command "/usr/local/bin/cbench -c 10.30.171.157 -m 60000 -M 100 -S 16 -l 10 -D 5000 -p 6633" on remote system "10.30.170.161" by user "jenkins" with keyfile pass "any" and prompt "&gt;" and password ""</msg>
<arg>Attempting to execute command "${cmd}" on remote system "${system}" by user "${user}" with keyfile pass "${keyfile_pass}" and prompt "${prompt}" and password "${password}"</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-07-20T02:15:19.027206" elapsed="0.000481"/>
</kw>
<kw name="Open Connection" owner="SSHLibrary">
<msg time="2026-07-20T02:15:19.028235" level="INFO">${conn_id} = 9</msg>
<var>${conn_id}</var>
<arg>${system}</arg>
<arg>prompt=${prompt}</arg>
<arg>timeout=${prompt_timeout}</arg>
<doc>Opens a new SSH connection to the given ``host`` and ``port``.</doc>
<status status="PASS" start="2026-07-20T02:15:19.027826" elapsed="0.000436"/>
</kw>
<kw name="Flexible_SSH_Login" owner="SSHKeywords">
<kw name="Get Length" owner="BuiltIn">
<msg time="2026-07-20T02:15:19.029160" level="INFO">Length is 0.</msg>
<msg time="2026-07-20T02:15:19.029247" level="INFO">${pwd_length} = 0</msg>
<var>${pwd_length}</var>
<arg>${password}</arg>
<doc>Returns and logs the length of the given item as an integer.</doc>
<status status="PASS" start="2026-07-20T02:15:19.028833" elapsed="0.000438"/>
</kw>
<kw name="Run Keyword And Return If" owner="BuiltIn">
<arg>${pwd_length} &gt; 0</arg>
<arg>SSHLibrary.Login</arg>
<arg>${user}</arg>
<arg>${password}</arg>
<arg>delay=${delay}</arg>
<doc>Runs the specified keyword and returns from the enclosing user keyword.</doc>
<status status="PASS" start="2026-07-20T02:15:19.029411" elapsed="0.000317"/>
</kw>
<kw name="Run Keyword And Return" owner="BuiltIn">
<kw name="Login With Public Key" owner="SSHLibrary">
<msg time="2026-07-20T02:15:19.030631" level="INFO">Logging into '10.30.170.161:22' as 'jenkins'.</msg>
<msg time="2026-07-20T02:15:19.613655" 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 Mon Jul 20 02:15:19 UTC 2026

  System load:  0.23               Processes:             105
  Usage of /:   19.8% of 38.58GB   Users logged in:       0
  Memory usage: 4%                 IPv4 address for ens3: 10.30.170.161
  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: Mon Jul 20 02:05:12 2026 from 10.30.170.207
[?2004h[jenkins@releng-48317-785-1-mininet-ovs-217-0 ~]&gt;</msg>
<arg>${user}</arg>
<arg>${USER_HOME}/.ssh/${SSH_KEY}</arg>
<arg>${KEYFILE_PASS}</arg>
<arg>delay=${delay}</arg>
<doc>Logs into the SSH server using key-based authentication.</doc>
<status status="PASS" start="2026-07-20T02:15:19.030266" elapsed="0.583592"/>
</kw>
<msg time="2026-07-20T02:15:19.613950" level="INFO">Returning from the enclosing user keyword.</msg>
<arg>SSHLibrary.Login With Public Key</arg>
<arg>${user}</arg>
<arg>${USER_HOME}/.ssh/${SSH_KEY}</arg>
<arg>${KEYFILE_PASS}</arg>
<arg>delay=${delay}</arg>
<doc>Runs the specified keyword and returns from the enclosing user keyword.</doc>
<status status="PASS" start="2026-07-20T02:15:19.029877" elapsed="0.584174"/>
</kw>
<arg>${user}</arg>
<arg>${password}</arg>
<doc>On active SSH session: if given non-empty password, do Login, else do Login With Public Key.</doc>
<status status="PASS" start="2026-07-20T02:15:19.028462" elapsed="0.585708"/>
</kw>
<kw name="Execute Command" owner="SSHLibrary">
<msg time="2026-07-20T02:15:19.614687" level="INFO">Executing command '/usr/local/bin/cbench -c 10.30.171.157 -m 60000 -M 100 -S 16 -l 10 -D 5000 -p 6633'.</msg>
<msg time="2026-07-20T02:25:25.896684" level="INFO">Command exited with return code 0.</msg>
<msg time="2026-07-20T02:25:25.897315" level="INFO">${stdout} = </msg>
<msg time="2026-07-20T02:25:25.897451" level="INFO">${stderr} = cbench: controller benchmarking tool
   running in mode 'latency'
   connecting to controller at 10.30.171.157:6633 
   faking 16 switches with 1 threads :: 10 tests each; 60000 ms per test
   with 10...</msg>
<var>${stdout}</var>
<var>${stderr}</var>
<arg>${cmd}</arg>
<arg>return_stderr=True</arg>
<doc>Executes ``command`` on the remote machine and returns its outputs.</doc>
<status status="PASS" start="2026-07-20T02:15:19.614385" elapsed="606.283129"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-07-20T02:25:25.897978" elapsed="0.000742"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-07-20T02:25:25.899948" level="INFO">cbench: controller benchmarking tool
   running in mode 'latency'
   connecting to controller at 10.30.171.157:6633 
   faking 16 switches with 1 threads :: 10 tests each; 60000 ms per test
   with 100 unique source MACs per switch
   learning destination mac addresses before the test
   starting test with 5000 ms delay after features_reply
   ignoring first 1 "warmup" and last 0 "cooldown" loops
   debugging info is off
Master Thread: Creating thread-0! 
Thread-0: All switches initialized. Running at node 10.30.171.157. So far 1 cbench instances have initialized their switches.  Waiting for other cbench-instances
Thread-0: Total switches from ALL cbench-instances initialized.
02:16:24.951 16  switches: flows:  113440 115882 114024 111331 112674 116351 112728 113926 114721 115499 119322 112731 111507 111182 111891 110315  total = 30.292067 per ms 
02:17:25.051 16  switches: flows:  123423 126569 125128 121539 125848 123640 123122 124760 126486 123565 124489 125527 122852 121242 122920 121612  total = 32.990316 per ms 
02:18:25.151 16  switches: flows:  124308 127142 125401 122329 125416 124094 124530 125852 126071 123992 124260 125008 120929 122117 122269 121486  total = 33.031609 per ms 
02:19:25.251 16  switches: flows:  123954 122465 124653 120683 118637 121621 122206 122908 121078 117877 118348 122280 120466 118388 118978 118069  total = 32.156468 per ms 
02:20:25.352 16  switches: flows:  129944 130514 129030 127295 126977 128833 129214 128182 130799 128460 127058 128643 126958 125774 127006 128917  total = 34.169673 per ms 
02:21:25.452 16  switches: flows:  126847 127859 127048 125072 127099 126465 125237 124465 127238 127308 124859 126514 126014 122485 124691 125422  total = 33.521034 per ms 
02:22:25.552 16  switches: flows:  129051 128377 127499 125639 126292 127201 126308 125715 128904 126776 126731 126925 124195 125184 123979 127022  total = 33.707019 per ms 
02:23:25.653 16  switches: flows:  127169 128845 128411 126027 125205 126467 127137 126888 127943 126986 125719 127044 126149 124524 125725 126593  total = 33.724193 per ms 
02:24:25.753 16  switches: flows:  128372 130200 127909 126500 125994 128095 126560 127027 128157 130384 126709 127302 126955 125858 126564 128066  total = 33.954183 per ms 
02:25:25.853 16  switches: flows:  120969 123374 122887 120579 120136 121828 121928 119254 123241 119664 118837 122141 119582 118171 117582 120925  total = 32.131306 per ms 
RESULT: 16 switches 9 tests min/max/avg/stdev = 32131.31/34169.67/33265.09/11110.43 responses/s</msg>
<arg>${stderr}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-07-20T02:25:25.899156" elapsed="0.001140"/>
</kw>
<if>
<branch type="IF" condition="&quot;${return_stdout}&quot;!=&quot;True&quot;">
<return>
<value>${stderr}</value>
<status status="PASS" start="2026-07-20T02:25:25.900852" elapsed="0.000090"/>
</return>
<status status="PASS" start="2026-07-20T02:25:25.900508" elapsed="0.000573"/>
</branch>
<status status="PASS" start="2026-07-20T02:25:25.900454" elapsed="0.000703"/>
</if>
<if>
<branch type="IF" condition="&quot;${return_stderr}&quot;!=&quot;True&quot;">
<return>
<value>${stdout}</value>
<status status="NOT RUN" start="2026-07-20T02:25:25.901431" elapsed="0.000040"/>
</return>
<status status="NOT RUN" start="2026-07-20T02:25:25.901321" elapsed="0.000233"/>
</branch>
<status status="NOT RUN" start="2026-07-20T02:25:25.901275" elapsed="0.000348"/>
</if>
<return>
<value>${stdout}</value>
<value>${stderr}</value>
<status status="NOT RUN" start="2026-07-20T02:25:25.901715" elapsed="0.000040"/>
</return>
<kw name="Restore_Current_Ssh_Connection_From_Index" owner="SSHKeywords" type="TEARDOWN">
<kw name="Run Keyword And Return If" owner="BuiltIn">
<arg>${connection_index} is not None</arg>
<arg>SSHLibrary.Switch Connection</arg>
<arg>${connection_index}</arg>
<doc>Runs the specified keyword and returns from the enclosing user keyword.</doc>
<status status="PASS" start="2026-07-20T02:25:25.906945" elapsed="0.000548"/>
</kw>
<kw name="Open Connection" owner="SSHLibrary">
<arg>127.0.0.1</arg>
<doc>Opens a new SSH connection to the given ``host`` and ``port``.</doc>
<status status="PASS" start="2026-07-20T02:25:25.907717" elapsed="0.000239"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-07-20T02:25:25.908175" elapsed="0.000152"/>
</kw>
<arg>${current_ssh_connection.index}</arg>
<doc>Restore active SSH connection in SSHLibrary to given index.</doc>
<status status="PASS" start="2026-07-20T02:25:25.902586" elapsed="0.005832"/>
</kw>
<msg time="2026-07-20T02:25:25.908614" level="INFO">${output} = cbench: controller benchmarking tool
   running in mode 'latency'
   connecting to controller at 10.30.171.157:6633 
   faking 16 switches with 1 threads :: 10 tests each; 60000 ms per test
   with 10...</msg>
<var>${output}</var>
<arg>${cbench_system}</arg>
<arg>${cbench_executable} -c ${ODL_SYSTEM_IP} ${cbench_args}</arg>
<arg>prompt_timeout=${test_timeout}</arg>
<arg>return_stdout=False</arg>
<arg>return_stderr=True</arg>
<doc>Reduces the common work of running a command on a remote system to a single higher level
robot keyword, taking care to log in with a public key and. The command given is written and the return value
depends on the passed argument values of return_stdout (default: True) and return_stderr (default: False).
At least one should be True, or the keyword will exit and FAIL. If both are True, the resulting return value
will be a two element list containing both. Otherwise the resulting return value is a string.
No test conditions are checked.</doc>
<status status="PASS" start="2026-07-20T02:15:19.023549" elapsed="606.885105"/>
</kw>
<status status="PASS" start="2026-07-20T02:15:19.023234" elapsed="606.885495"/>
</branch>
<status status="PASS" start="2026-07-20T02:15:19.022883" elapsed="606.885880"/>
</if>
<kw name="Log" owner="BuiltIn">
<msg time="2026-07-20T02:25:25.909439" level="INFO">cbench: controller benchmarking tool
   running in mode 'latency'
   connecting to controller at 10.30.171.157:6633 
   faking 16 switches with 1 threads :: 10 tests each; 60000 ms per test
   with 100 unique source MACs per switch
   learning destination mac addresses before the test
   starting test with 5000 ms delay after features_reply
   ignoring first 1 "warmup" and last 0 "cooldown" loops
   debugging info is off
Master Thread: Creating thread-0! 
Thread-0: All switches initialized. Running at node 10.30.171.157. So far 1 cbench instances have initialized their switches.  Waiting for other cbench-instances
Thread-0: Total switches from ALL cbench-instances initialized.
02:16:24.951 16  switches: flows:  113440 115882 114024 111331 112674 116351 112728 113926 114721 115499 119322 112731 111507 111182 111891 110315  total = 30.292067 per ms 
02:17:25.051 16  switches: flows:  123423 126569 125128 121539 125848 123640 123122 124760 126486 123565 124489 125527 122852 121242 122920 121612  total = 32.990316 per ms 
02:18:25.151 16  switches: flows:  124308 127142 125401 122329 125416 124094 124530 125852 126071 123992 124260 125008 120929 122117 122269 121486  total = 33.031609 per ms 
02:19:25.251 16  switches: flows:  123954 122465 124653 120683 118637 121621 122206 122908 121078 117877 118348 122280 120466 118388 118978 118069  total = 32.156468 per ms 
02:20:25.352 16  switches: flows:  129944 130514 129030 127295 126977 128833 129214 128182 130799 128460 127058 128643 126958 125774 127006 128917  total = 34.169673 per ms 
02:21:25.452 16  switches: flows:  126847 127859 127048 125072 127099 126465 125237 124465 127238 127308 124859 126514 126014 122485 124691 125422  total = 33.521034 per ms 
02:22:25.552 16  switches: flows:  129051 128377 127499 125639 126292 127201 126308 125715 128904 126776 126731 126925 124195 125184 123979 127022  total = 33.707019 per ms 
02:23:25.653 16  switches: flows:  127169 128845 128411 126027 125205 126467 127137 126888 127943 126986 125719 127044 126149 124524 125725 126593  total = 33.724193 per ms 
02:24:25.753 16  switches: flows:  128372 130200 127909 126500 125994 128095 126560 127027 128157 130384 126709 127302 126955 125858 126564 128066  total = 33.954183 per ms 
02:25:25.853 16  switches: flows:  120969 123374 122887 120579 120136 121828 121928 119254 123241 119664 118837 122141 119582 118171 117582 120925  total = 32.131306 per ms 
RESULT: 16 switches 9 tests min/max/avg/stdev = 32131.31/34169.67/33265.09/11110.43 responses/s</msg>
<arg>${output}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-07-20T02:25:25.908976" elapsed="0.000573"/>
</kw>
<kw name="Should Contain" owner="BuiltIn">
<arg>${output}</arg>
<arg>RESULT</arg>
<doc>Fails if ``container`` does not contain ``item`` one or more times.</doc>
<status status="PASS" start="2026-07-20T02:25:25.909769" elapsed="0.000556"/>
</kw>
<kw name="Get Lines Containing String" owner="String">
<msg time="2026-07-20T02:25:25.910895" level="INFO">1 out of 23 lines matched.</msg>
<msg time="2026-07-20T02:25:25.911048" level="INFO">${result_line} = RESULT: 16 switches 9 tests min/max/avg/stdev = 32131.31/34169.67/33265.09/11110.43 responses/s</msg>
<var>${result_line}</var>
<arg>${output}</arg>
<arg>RESULT</arg>
<doc>Returns lines of the given ``string`` that contain the ``pattern``.</doc>
<status status="PASS" start="2026-07-20T02:25:25.910563" elapsed="0.000538"/>
</kw>
<kw name="Split String" owner="String">
<msg time="2026-07-20T02:25:25.911702" level="INFO">@{results_list} = [ RESULT: | 16 | switches | 9 | tests | min/max/avg/stdev | = | 32131.31/34169.67/33265.09/11110.43 | responses/s ]</msg>
<var>@{results_list}</var>
<arg>${result_line}</arg>
<doc>Splits the ``string`` using ``separator`` as a delimiter string.</doc>
<status status="PASS" start="2026-07-20T02:25:25.911329" elapsed="0.000412"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-07-20T02:25:25.915290" level="INFO">min/max/avg/stdev</msg>
<arg>${results_list[5]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-07-20T02:25:25.911956" elapsed="0.003413"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-07-20T02:25:25.917944" level="INFO">32131.31/34169.67/33265.09/11110.43</msg>
<arg>${results_list[7]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-07-20T02:25:25.915574" elapsed="0.002444"/>
</kw>
<kw name="Split String" owner="String">
<msg time="2026-07-20T02:25:25.920388" level="INFO">@{result_name_list} = [ min | max | avg | stdev ]</msg>
<var>@{result_name_list}</var>
<arg>${results_list[5]}</arg>
<arg>/</arg>
<doc>Splits the ``string`` using ``separator`` as a delimiter string.</doc>
<status status="PASS" start="2026-07-20T02:25:25.918171" elapsed="0.002244"/>
</kw>
<kw name="Split String" owner="String">
<msg time="2026-07-20T02:25:25.922816" level="INFO">@{result_value_list} = [ 32131.31 | 34169.67 | 33265.09 | 11110.43 ]</msg>
<var>@{result_value_list}</var>
<arg>${results_list[7]}</arg>
<arg>/</arg>
<doc>Splits the ``string`` using ``separator`` as a delimiter string.</doc>
<status status="PASS" start="2026-07-20T02:25:25.920608" elapsed="0.002235"/>
</kw>
<kw name="Get Length" owner="BuiltIn">
<msg time="2026-07-20T02:25:25.923339" level="INFO">Length is 4.</msg>
<msg time="2026-07-20T02:25:25.923453" level="INFO">${num_stats} = 4</msg>
<var>${num_stats}</var>
<arg>${result_name_list}</arg>
<doc>Returns and logs the length of the given item as an integer.</doc>
<status status="PASS" start="2026-07-20T02:25:25.923010" elapsed="0.000472"/>
</kw>
<for flavor="IN RANGE">
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-07-20T02:25:25.928371" level="INFO">min :: 32131.31</msg>
<arg>${result_name_list[${i}]} :: ${result_value_list[${i}]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-07-20T02:25:25.923880" elapsed="0.004550"/>
</kw>
<var name="${i}">0</var>
<status status="PASS" start="2026-07-20T02:25:25.923750" elapsed="0.004715"/>
</iter>
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-07-20T02:25:25.932932" level="INFO">max :: 34169.67</msg>
<arg>${result_name_list[${i}]} :: ${result_value_list[${i}]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-07-20T02:25:25.928681" elapsed="0.004306"/>
</kw>
<var name="${i}">1</var>
<status status="PASS" start="2026-07-20T02:25:25.928553" elapsed="0.004483"/>
</iter>
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-07-20T02:25:25.937821" level="INFO">avg :: 33265.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-07-20T02:25:25.933248" elapsed="0.004653"/>
</kw>
<var name="${i}">2</var>
<status status="PASS" start="2026-07-20T02:25:25.933121" elapsed="0.004830"/>
</iter>
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-07-20T02:25:25.942883" level="INFO">stdev :: 11110.43</msg>
<arg>${result_name_list[${i}]} :: ${result_value_list[${i}]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-07-20T02:25:25.938366" elapsed="0.004598"/>
</kw>
<var name="${i}">3</var>
<status status="PASS" start="2026-07-20T02:25:25.938177" elapsed="0.004852"/>
</iter>
<var>${i}</var>
<value>0</value>
<value>${num_stats}</value>
<status status="PASS" start="2026-07-20T02:25:25.923549" elapsed="0.019540"/>
</for>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-07-20T02:25:25.947420" level="INFO">${min} = 32131.31</msg>
<var>${min}</var>
<arg>${result_value_list[${0}]}</arg>
<doc>Returns the given values which can then be assigned to a variables.</doc>
<status status="PASS" start="2026-07-20T02:25:25.943552" elapsed="0.003898"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-07-20T02:25:25.951394" level="INFO">${max} = 34169.67</msg>
<var>${max}</var>
<arg>${result_value_list[${1}]}</arg>
<doc>Returns the given values which can then be assigned to a variables.</doc>
<status status="PASS" start="2026-07-20T02:25:25.947620" elapsed="0.003802"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-07-20T02:25:25.955278" level="INFO">${average} = 33265.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-07-20T02:25:25.951579" elapsed="0.003726"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-07-20T02:25:25.959265" level="INFO">${stdev} = 11110.43</msg>
<var>${stdev}</var>
<arg>${result_value_list[${3}]}</arg>
<doc>Returns the given values which can then be assigned to a variables.</doc>
<status status="PASS" start="2026-07-20T02:25:25.955458" elapsed="0.003835"/>
</kw>
<kw name="Get Time" owner="BuiltIn">
<msg time="2026-07-20T02:25:25.959816" level="INFO">${date} = 2026-07-20 02:25:25</msg>
<var>${date}</var>
<arg>d,m,s</arg>
<doc>Returns the given time in the requested format.</doc>
<status status="PASS" start="2026-07-20T02:25:25.959461" elapsed="0.000381"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-07-20T02:25:25.960424" level="INFO">CBench Result: 2026-07-20 02:25:25,-m 60000 -M 100 -S 16 -l 10 -D 5000 -p 6633,32131.31,34169.67,33265.09,11110.43</msg>
<arg>CBench Result: ${date},${cbench_args},${min},${max},${average},${stdev}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-07-20T02:25:25.959990" elapsed="0.000492"/>
</kw>
<kw name="Log Results And Determine Status">
<kw name="Append To File" owner="OperatingSystem">
<msg time="2026-07-20T02:25:25.961656" level="INFO" html="true">Appended to file '&lt;a href="file:///w/workspace/openflowplugin-csit-1node-cbench-only-titanium/bug.csv"&gt;/w/workspace/openflowplugin-csit-1node-cbench-only-titanium/bug.csv&lt;/a&gt;'.</msg>
<arg>${output_file}</arg>
<arg>${min},${max},${average}\n</arg>
<doc>Appends the given content to the specified file.</doc>
<status status="PASS" start="2026-07-20T02:25:25.961144" elapsed="0.000580"/>
</kw>
<kw name="Should Be True" owner="BuiltIn">
<arg>${average} &gt; ${threshold}</arg>
<arg>${average} flow_mods per/sec did not exceed threshold of ${threshold}</arg>
<doc>Fails if the given condition is not true.</doc>
<status status="PASS" start="2026-07-20T02:25:25.961876" elapsed="0.000481"/>
</kw>
<arg>${min}</arg>
<arg>${max}</arg>
<arg>${average}</arg>
<arg>${average_threshold}</arg>
<arg>${output_filename}</arg>
<status status="PASS" start="2026-07-20T02:25:25.960641" elapsed="0.001780"/>
</kw>
<arg>-m ${duration_in_ms} -M ${num_of_unique_macs} -S ${switch_count} -l ${loops} -D ${start_delay} -p ${of_port}</arg>
<arg>${latency_threshold}</arg>
<arg>bug.csv</arg>
<status status="PASS" start="2026-07-20T02:15:19.021815" elapsed="606.940666"/>
</kw>
<kw name="Sleep" owner="BuiltIn">
<msg time="2026-07-20T02:25:25.962938" level="INFO">Slept 0 seconds.</msg>
<arg>${test_delay}</arg>
<doc>Pauses the test executed for the given time.</doc>
<status status="PASS" start="2026-07-20T02:25:25.962628" elapsed="0.000382"/>
</kw>
<kw name="Report Failure Due To Bug" owner="Utils" type="TEARDOWN">
<kw name="Evaluate" owner="BuiltIn">
<msg time="2026-07-20T02:25:25.964255" level="INFO">${test_skipped} = False</msg>
<var>${test_skipped}</var>
<arg>len(re.findall('SKIPPED', """${TEST_MESSAGE}""")) &gt; 0</arg>
<arg>modules=re</arg>
<doc>Evaluates the given expression in Python and returns the result.</doc>
<status status="PASS" start="2026-07-20T02:25:25.963764" elapsed="0.000533"/>
</kw>
<if>
<branch type="IF" condition="('${TEST_STATUS}' != 'FAIL') or ${test_skipped}">
<return>
<status status="PASS" start="2026-07-20T02:25:25.964592" elapsed="0.000038"/>
</return>
<status status="PASS" start="2026-07-20T02:25:25.964405" elapsed="0.000259"/>
</branch>
<status status="PASS" start="2026-07-20T02:25:25.964377" elapsed="0.000313"/>
</if>
<kw name="Comment" owner="BuiltIn">
<arg>Jira tickets are {PROJECT}-{NUMBER} while Bugzilla tickets are {NUMBER}</arg>
<doc>Displays the given messages in the log file as keyword arguments.</doc>
<status status="NOT RUN" start="2026-07-20T02:25:25.964851" elapsed="0.000023"/>
</kw>
<kw name="Run Keyword And Return Status" owner="BuiltIn">
<var>${match}</var>
<arg>Should Contain</arg>
<arg>${number}</arg>
<arg>-</arg>
<doc>Runs the specified keyword and returns the status as a Boolean value.</doc>
<status status="NOT RUN" start="2026-07-20T02:25:25.965033" elapsed="0.000022"/>
</kw>
<kw name="Set Variable If" owner="BuiltIn">
<var>${bug_url}</var>
<arg>${match}</arg>
<arg>https://jira.opendaylight.org/browse/${number}</arg>
<arg>https://bugs.opendaylight.org/show_bug.cgi?id=${number}</arg>
<doc>Sets variable based on the given condition.</doc>
<status status="NOT RUN" start="2026-07-20T02:25:25.965195" elapsed="0.000021"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<var>${msg}</var>
<arg>This test fails due to ${bug_url}</arg>
<doc>Returns the given values which can then be assigned to a variables.</doc>
<status status="NOT RUN" start="2026-07-20T02:25:25.965412" elapsed="0.000020"/>
</kw>
<kw name="Evaluate" owner="BuiltIn">
<var>${newline}</var>
<arg>chr(10)</arg>
<doc>Evaluates the given expression in Python and returns the result.</doc>
<status status="NOT RUN" start="2026-07-20T02:25:25.965564" elapsed="0.000020"/>
</kw>
<kw name="Set Test Message" owner="BuiltIn">
<arg>${msg}${newline}${newline}${TEST_MESSAGE}</arg>
<doc>Sets message for the current test case.</doc>
<status status="NOT RUN" start="2026-07-20T02:25:25.965712" elapsed="0.000030"/>
</kw>
<kw name="Log" owner="BuiltIn">
<arg>${msg}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="NOT RUN" start="2026-07-20T02:25:25.965869" elapsed="0.000021"/>
</kw>
<if>
<branch type="IF" condition="&quot;${include_bug_in_tags}&quot;==&quot;True&quot;">
<kw name="Set Tags" owner="BuiltIn">
<arg>${bug_url}</arg>
<doc>Adds given ``tags`` for the current test or all tests in a suite.</doc>
<status status="NOT RUN" start="2026-07-20T02:25:25.966110" elapsed="0.000021"/>
</kw>
<status status="NOT RUN" start="2026-07-20T02:25:25.965957" elapsed="0.000206"/>
</branch>
<status status="NOT RUN" start="2026-07-20T02:25:25.965940" elapsed="0.000246"/>
</if>
<arg>6176</arg>
<doc>Report that a test failed due to a known Bugzilla bug whose
number is provided as an argument.
Not FAILED (incl. SKIPPED) test are not reported.
This keyword must be used in the [Teardown] setting of the affected test
or as the first line of the test if FastFail module is not being
used. It reports the URL of the bug on console and also puts it
into the Robot log file.</doc>
<status status="PASS" start="2026-07-20T02:25:25.963424" elapsed="0.002813"/>
</kw>
<doc>cbench executed in latency mode to see if controller is healthy</doc>
<tag>cbench</tag>
<tag>latency</tag>
<timeout value="15 minutes"/>
<status status="PASS" start="2026-07-20T02:15:19.020409" elapsed="606.945876"/>
</test>
<doc>Cbench Latency and Throughput tests can be run from an external
cbench.
If cbench is run with a medium number of switches or higher (e.g. 32+)
the normal openflow operations seem to break.
BUG: https://bugs.opendaylight.org/show_bug.cgi?id=2897</doc>
<status status="PASS" start="2026-07-20T01:55:03.197841" elapsed="1822.769246"/>
</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>
