<?xml version="1.0" encoding="UTF-8"?>
<robot generator="Robot 7.4.2 (Python 3.11.10 on linux)" generated="2026-07-02T01:56:38.673313" 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-02T01:56:39.241817" elapsed="0.000026"/>
</return>
<status status="NOT RUN" start="2026-07-02T01:56:39.241651" elapsed="0.000242"/>
</branch>
<status status="PASS" start="2026-07-02T01:56:39.241614" elapsed="0.000306"/>
</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-02T01:56:39.242063" elapsed="0.000526"/>
</kw>
<kw name="Login" owner="SSHLibrary">
<msg time="2026-07-02T01:56:39.243062" level="INFO">Logging into '10.30.171.53:8101' as 'karaf'.</msg>
<msg time="2026-07-02T01:56:40.164707" 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-02T01:56:39.242761" elapsed="0.922182"/>
</kw>
<kw name="Write" owner="SSHLibrary">
<msg time="2026-07-02T01:56:40.213099" 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-02T01:56:40.165297" elapsed="0.047962"/>
</kw>
<kw name="Read Until Regexp" owner="SSHLibrary">
<msg time="2026-07-02T01:56:40.215151" level="INFO">[?1l&gt;[?2004l[?1h=[90m~[0m                                                                                [?2004hopendaylight-user@root&gt;</msg>
<msg time="2026-07-02T01:56:40.215263" 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-02T01:56:40.213560" elapsed="0.001733"/>
</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-02T01:56:40.215467" elapsed="0.000247"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-07-02T01:56:40.215871" elapsed="0.000214"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-07-02T01:56:40.216649" 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-02T01:56:40.216274" elapsed="0.000429"/>
</kw>
<return>
<value>${output}</value>
<status status="PASS" start="2026-07-02T01:56:40.216756" elapsed="0.000059"/>
</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.53
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-02T01:56:39.241251" elapsed="0.975689"/>
</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-02T01:56:39.237595" elapsed="0.979418"/>
</kw>
<kw name="Append To File" owner="OperatingSystem">
<msg time="2026-07-02T01:56:40.217609" 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-02T01:56:40.217202" elapsed="0.000463"/>
</kw>
<kw name="Append To File" owner="OperatingSystem">
<msg time="2026-07-02T01:56:40.218135" 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-02T01:56:40.217815" elapsed="0.000376"/>
</kw>
<kw name="Evaluate" owner="BuiltIn">
<msg time="2026-07-02T01:56:40.218814" 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-02T01:56:40.218402" elapsed="0.000440"/>
</kw>
<kw name="Set Suite Variable" owner="BuiltIn">
<msg time="2026-07-02T01:56:40.219341" 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-02T01:56:40.219008" elapsed="0.000399"/>
</kw>
<kw name="Evaluate" owner="BuiltIn">
<msg time="2026-07-02T01:56:40.219917" 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-02T01:56:40.219551" elapsed="0.000393"/>
</kw>
<kw name="Set Suite Variable" owner="BuiltIn">
<msg time="2026-07-02T01:56:40.220444" 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-02T01:56:40.220098" elapsed="0.000388"/>
</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-02T01:56:40.220800" elapsed="0.000021"/>
</kw>
<status status="NOT RUN" start="2026-07-02T01:56:40.220582" 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-02T01:56:40.225575" 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-02T01:56:40.225105" elapsed="0.000500"/>
</kw>
<kw name="Flexible_SSH_Login" owner="SSHKeywords">
<kw name="Get Length" owner="BuiltIn">
<msg time="2026-07-02T01:56:40.226692" level="INFO">Length is 0.</msg>
<msg time="2026-07-02T01:56:40.226774" 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-02T01:56:40.226177" elapsed="0.000622"/>
</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-02T01:56:40.226945" elapsed="0.000363"/>
</kw>
<kw name="Run Keyword And Return" owner="BuiltIn">
<kw name="Login With Public Key" owner="SSHLibrary">
<msg time="2026-07-02T01:56:40.228491" level="INFO">Logging into '10.30.171.152:22' as 'jenkins'.</msg>
<msg time="2026-07-02T01:56:40.958091" 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 Thu Jul  2 01:56:40 UTC 2026

  System load:  0.05               Processes:             112
  Usage of /:   19.3% of 38.58GB   Users logged in:       0
  Memory usage: 4%                 IPv4 address for ens3: 10.30.171.152
  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-767-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-02T01:56:40.227868" elapsed="0.730399"/>
</kw>
<msg time="2026-07-02T01:56:40.958381" 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-02T01:56:40.227481" elapsed="0.731006"/>
</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-02T01:56:40.225828" elapsed="0.732794"/>
</kw>
<kw name="File Should Exist" owner="SSHLibrary">
<msg time="2026-07-02T01:56:40.969442" 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-02T01:56:40.958882" elapsed="0.012431"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-07-02T01:56:40.971737" elapsed="0.000582"/>
</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-02T01:56:40.224520" elapsed="0.747972"/>
</kw>
<status status="PASS" start="2026-07-02T01:56:40.221177" elapsed="0.751399"/>
</branch>
<status status="PASS" start="2026-07-02T01:56:40.220551" elapsed="0.752095"/>
</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-02T01:56:40.972979" elapsed="0.001045"/>
</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-02T01:56:40.981556" elapsed="0.000020"/>
</return>
<status status="NOT RUN" start="2026-07-02T01:56:40.981425" elapsed="0.000189"/>
</branch>
<status status="PASS" start="2026-07-02T01:56:40.981396" elapsed="0.000242"/>
</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-02T01:56:40.985140" elapsed="0.000015"/>
</return>
<status status="NOT RUN" start="2026-07-02T01:56:40.985028" elapsed="0.000159"/>
</branch>
<status status="PASS" start="2026-07-02T01:56:40.985007" elapsed="0.000202"/>
</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-02T01:56:40.985345" elapsed="0.000469"/>
</kw>
<kw name="Login" owner="SSHLibrary">
<msg time="2026-07-02T01:56:40.986218" level="INFO">Logging into '10.30.171.53:8101' as 'karaf'.</msg>
<msg time="2026-07-02T01:56:41.167896" 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-02T01:56:40.985960" elapsed="0.182072"/>
</kw>
<kw name="Write" owner="SSHLibrary">
<msg time="2026-07-02T01:56:41.269732" 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-02T01:56:41.168257" elapsed="0.101577"/>
</kw>
<kw name="Read Until Regexp" owner="SSHLibrary">
<msg time="2026-07-02T01:56:41.273957" 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-02T01:56:41.274172" 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-02T01:56:41.270032" elapsed="0.004173"/>
</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-02T01:56:41.274364" elapsed="0.000215"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-07-02T01:56:41.274748" elapsed="0.000227"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-07-02T01:56:41.275493" 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-02T01:56:41.275115" elapsed="0.000447"/>
</kw>
<return>
<value>${output}</value>
<status status="PASS" start="2026-07-02T01:56:41.275619" elapsed="0.000064"/>
</return>
<msg time="2026-07-02T01:56:41.275860" 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.53
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-02T01:56:40.984671" elapsed="0.291222"/>
</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-02T01:56:41.276042" elapsed="0.000571"/>
</kw>
<return>
<value>${output}</value>
<status status="PASS" start="2026-07-02T01:56:41.276667" elapsed="0.000035"/>
</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-02T01:56:40.981081" elapsed="0.295722"/>
</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-02T01:56:41.280577" elapsed="0.000015"/>
</return>
<status status="NOT RUN" start="2026-07-02T01:56:41.280437" elapsed="0.000188"/>
</branch>
<status status="PASS" start="2026-07-02T01:56:41.280412" elapsed="0.000241"/>
</if>
<kw name="Open Connection" owner="SSHLibrary">
<arg>${controller}</arg>
<arg>port=${karaf_port}</arg>
<arg>prompt=${KARAF_PROMPT_LOGIN}</arg>
<arg>timeout=${timeout}</arg>
<doc>Opens a new SSH connection to the given ``host`` and ``port``.</doc>
<status status="PASS" start="2026-07-02T01:56:41.280791" elapsed="0.000457"/>
</kw>
<kw name="Login" owner="SSHLibrary">
<msg time="2026-07-02T01:56:41.281935" level="INFO">Logging into '10.30.171.53:8101' as 'karaf'.</msg>
<msg time="2026-07-02T01:56:41.459169" 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-02T01:56:41.281650" elapsed="0.177711"/>
</kw>
<kw name="Write" owner="SSHLibrary">
<msg time="2026-07-02T01:56:41.483805" 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-02T01:56:41.459649" elapsed="0.024221"/>
</kw>
<kw name="Read Until Regexp" owner="SSHLibrary">
<msg time="2026-07-02T01:56:41.485643" level="INFO">[?1l&gt;[?2004lDropAllFlows transitions to on
[?1h=[90m~[0m                                                                                [?2004hopendaylight-user@root&gt;</msg>
<msg time="2026-07-02T01:56:41.485760" 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-02T01:56:41.484023" elapsed="0.001766"/>
</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-02T01:56:41.485924" elapsed="0.000189"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-07-02T01:56:41.486257" elapsed="0.000228"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-07-02T01:56:41.486953" 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-02T01:56:41.486624" elapsed="0.000378"/>
</kw>
<return>
<value>${output}</value>
<status status="PASS" start="2026-07-02T01:56:41.487056" elapsed="0.000061"/>
</return>
<arg>dropallpacketsrpc on</arg>
<doc>Will execute the given ${cmd} by ssh'ing to the karaf console running on 10.30.171.53
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-02T01:56:41.280074" elapsed="0.207169"/>
</kw>
<status status="PASS" start="2026-07-02T01:56:39.235700" elapsed="2.251610"/>
</kw>
<test id="s1-t1" name="Cbench Latency Test" line="37">
<kw name="Log" owner="BuiltIn">
<msg time="2026-07-02T01:56:41.490013" 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-02T01:56:41.488766" elapsed="0.001433"/>
</kw>
<kw name="Run Cbench And Log Results">
<kw name="Set Suite Variable" owner="BuiltIn">
<msg time="2026-07-02T01:56:41.491666" 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-02T01:56:41.491297" elapsed="0.000413"/>
</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-02T01:56:41.492032" elapsed="0.000022"/>
</kw>
<status status="NOT RUN" start="2026-07-02T01:56:41.491796" elapsed="0.000294"/>
</branch>
<branch type="ELSE">
<kw name="Run Command On Remote System" owner="Utils">
<if>
<branch type="IF" condition="&quot;${return_stdout}&quot;!=&quot;True&quot; and &quot;${return_stderr}&quot;!=&quot;True&quot;">
<kw name="Fail" owner="BuiltIn">
<arg>At least one of {return_stdout} or {return_stderr} args should be set to True</arg>
<doc>Fails the test with the given message and optionally alters its tags.</doc>
<status status="NOT RUN" start="2026-07-02T01:56:41.495066" elapsed="0.000021"/>
</kw>
<status status="NOT RUN" start="2026-07-02T01:56:41.494821" elapsed="0.000300"/>
</branch>
<status status="PASS" start="2026-07-02T01:56:41.494800" elapsed="0.000347"/>
</if>
<kw name="Get Connection" owner="SSHLibrary">
<msg time="2026-07-02T01:56:41.495500" 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-02T01:56:41.495622" 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-02T01:56:41.495275" elapsed="0.000374"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-07-02T01:56:41.496197" level="INFO">Attempting to execute command "/usr/local/bin/cbench -c 10.30.171.53 -m 60000 -M 100 -S 16 -l 10 -D 5000 -p 6633" on remote system "10.30.171.152" 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-02T01:56:41.495782" elapsed="0.000474"/>
</kw>
<kw name="Open Connection" owner="SSHLibrary">
<msg time="2026-07-02T01:56:41.496915" 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-02T01:56:41.496411" elapsed="0.000531"/>
</kw>
<kw name="Flexible_SSH_Login" owner="SSHKeywords">
<kw name="Get Length" owner="BuiltIn">
<msg time="2026-07-02T01:56:41.497891" level="INFO">Length is 0.</msg>
<msg time="2026-07-02T01:56:41.497978" 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-02T01:56:41.497531" elapsed="0.000471"/>
</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-02T01:56:41.498142" elapsed="0.000353"/>
</kw>
<kw name="Run Keyword And Return" owner="BuiltIn">
<kw name="Login With Public Key" owner="SSHLibrary">
<msg time="2026-07-02T01:56:41.499359" level="INFO">Logging into '10.30.171.152:22' as 'jenkins'.</msg>
<msg time="2026-07-02T01:56:41.842053" 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 Thu Jul  2 01:56:40 UTC 2026

  System load:  0.05               Processes:             112
  Usage of /:   19.3% of 38.58GB   Users logged in:       0
  Memory usage: 4%                 IPv4 address for ens3: 10.30.171.152
  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: Thu Jul  2 01:56:40 2026 from 10.30.170.32
[?2004h[jenkins@releng-48317-767-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-02T01:56:41.498994" elapsed="0.343268"/>
</kw>
<msg time="2026-07-02T01:56:41.842375" 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-02T01:56:41.498647" elapsed="0.343827"/>
</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-02T01:56:41.497142" elapsed="0.345466"/>
</kw>
<kw name="Execute Command" owner="SSHLibrary">
<msg time="2026-07-02T01:56:41.843209" level="INFO">Executing command '/usr/local/bin/cbench -c 10.30.171.53 -m 60000 -M 100 -S 16 -l 10 -D 5000 -p 6633'.</msg>
<msg time="2026-07-02T02:06:47.947211" level="INFO">Command exited with return code 0.</msg>
<msg time="2026-07-02T02:06:47.947776" level="INFO">${stdout} = </msg>
<msg time="2026-07-02T02:06:47.947881" level="INFO">${stderr} = cbench: controller benchmarking tool
   running in mode 'latency'
   connecting to controller at 10.30.171.53:6633 
   faking 16 switches with 1 threads :: 10 tests each; 60000 ms per test
   with 100...</msg>
<var>${stdout}</var>
<var>${stderr}</var>
<arg>${cmd}</arg>
<arg>return_stderr=True</arg>
<doc>Executes ``command`` on the remote machine and returns its outputs.</doc>
<status status="PASS" start="2026-07-02T01:56:41.842864" elapsed="606.105083"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-07-02T02:06:47.948394" elapsed="0.000686"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-07-02T02:06:47.950199" level="INFO">cbench: controller benchmarking tool
   running in mode 'latency'
   connecting to controller at 10.30.171.53: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.53. So far 1 cbench instances have initialized their switches.  Waiting for other cbench-instances
Thread-0: Total switches from ALL cbench-instances initialized.
01:57:47.091 16  switches: flows:  128010 128475 129575 127280 126828 126768 127476 124662 120900 119674 121023 116882 120911 117044 119337 120348  total = 32.919883 per ms 
01:58:47.192 16  switches: flows:  136701 132802 131179 131422 127159 130712 130470 129957 122489 120959 123961 120537 122872 124448 121256 121791  total = 33.755518 per ms 
01:59:47.292 16  switches: flows:  142009 140962 138186 137000 136896 138047 135055 134655 131143 128454 130520 128300 132246 129399 128576 129308  total = 35.619719 per ms 
02:00:47.393 16  switches: flows:  142162 145298 141890 144519 139715 143158 140049 140967 135356 132179 134157 136316 135387 132909 134331 131057  total = 36.762735 per ms 
02:01:47.493 16  switches: flows:  144396 147838 143016 145991 142668 146245 143268 145746 138524 134056 138012 134285 138801 134581 135072 136181  total = 37.415533 per ms 
02:02:47.593 16  switches: flows:  145476 149372 142150 145131 142184 146248 142808 144257 140189 135796 136224 134226 137651 135519 134002 134756  total = 37.370694 per ms 
02:03:47.693 16  switches: flows:  144693 145689 140630 144320 140371 144095 140740 142777 137585 132047 135751 133250 136460 133403 132779 132063  total = 36.882658 per ms 
02:04:47.794 16  switches: flows:  147091 148681 142577 145264 141910 146391 143784 145246 139199 134974 138063 133623 138525 134924 134934 134911  total = 37.439092 per ms 
02:05:47.894 16  switches: flows:  146951 148534 146844 146826 142859 145343 145027 145321 140251 136399 139854 136823 137149 135264 137049 134939  total = 37.694258 per ms 
02:06:47.994 16  switches: flows:  143795 150068 144826 149023 142922 147689 143595 144143 140024 136225 138890 137755 138741 135302 134855 134795  total = 37.647927 per ms 
RESULT: 16 switches 9 tests min/max/avg/stdev = 33755.52/37694.26/36732.01/12304.02 responses/s</msg>
<arg>${stderr}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-07-02T02:06:47.949465" elapsed="0.001038"/>
</kw>
<if>
<branch type="IF" condition="&quot;${return_stdout}&quot;!=&quot;True&quot;">
<return>
<value>${stderr}</value>
<status status="PASS" start="2026-07-02T02:06:47.951035" elapsed="0.000075"/>
</return>
<status status="PASS" start="2026-07-02T02:06:47.950721" elapsed="0.000469"/>
</branch>
<status status="PASS" start="2026-07-02T02:06:47.950646" elapsed="0.000599"/>
</if>
<if>
<branch type="IF" condition="&quot;${return_stderr}&quot;!=&quot;True&quot;">
<return>
<value>${stdout}</value>
<status status="NOT RUN" start="2026-07-02T02:06:47.951488" elapsed="0.000029"/>
</return>
<status status="NOT RUN" start="2026-07-02T02:06:47.951405" elapsed="0.000173"/>
</branch>
<status status="NOT RUN" start="2026-07-02T02:06:47.951340" elapsed="0.000285"/>
</if>
<return>
<value>${stdout}</value>
<value>${stderr}</value>
<status status="NOT RUN" start="2026-07-02T02:06:47.951698" 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-02T02:06:47.956372" elapsed="0.000342"/>
</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-02T02:06:47.956860" elapsed="0.000163"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-07-02T02:06:47.957150" elapsed="0.000097"/>
</kw>
<arg>${current_ssh_connection.index}</arg>
<doc>Restore active SSH connection in SSHLibrary to given index.</doc>
<status status="PASS" start="2026-07-02T02:06:47.952400" elapsed="0.004899"/>
</kw>
<msg time="2026-07-02T02:06:47.957473" level="INFO">${output} = cbench: controller benchmarking tool
   running in mode 'latency'
   connecting to controller at 10.30.171.53:6633 
   faking 16 switches with 1 threads :: 10 tests each; 60000 ms per test
   with 100...</msg>
<var>${output}</var>
<arg>${cbench_system}</arg>
<arg>${cbench_executable} -c ${ODL_SYSTEM_IP} ${cbench_args}</arg>
<arg>prompt_timeout=${test_timeout}</arg>
<arg>return_stdout=False</arg>
<arg>return_stderr=True</arg>
<doc>Reduces the common work of running a command on a remote system to a single higher level
robot keyword, taking care to log in with a public key and. The command given is written and the return value
depends on the passed argument values of return_stdout (default: True) and return_stderr (default: False).
At least one should be True, or the keyword will exit and FAIL. If both are True, the resulting return value
will be a two element list containing both. Otherwise the resulting return value is a string.
No test conditions are checked.</doc>
<status status="PASS" start="2026-07-02T01:56:41.492454" elapsed="606.465053"/>
</kw>
<status status="PASS" start="2026-07-02T01:56:41.492118" elapsed="606.465441"/>
</branch>
<status status="PASS" start="2026-07-02T01:56:41.491772" elapsed="606.465809"/>
</if>
<kw name="Log" owner="BuiltIn">
<msg time="2026-07-02T02:06:47.958006" level="INFO">cbench: controller benchmarking tool
   running in mode 'latency'
   connecting to controller at 10.30.171.53: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.53. So far 1 cbench instances have initialized their switches.  Waiting for other cbench-instances
Thread-0: Total switches from ALL cbench-instances initialized.
01:57:47.091 16  switches: flows:  128010 128475 129575 127280 126828 126768 127476 124662 120900 119674 121023 116882 120911 117044 119337 120348  total = 32.919883 per ms 
01:58:47.192 16  switches: flows:  136701 132802 131179 131422 127159 130712 130470 129957 122489 120959 123961 120537 122872 124448 121256 121791  total = 33.755518 per ms 
01:59:47.292 16  switches: flows:  142009 140962 138186 137000 136896 138047 135055 134655 131143 128454 130520 128300 132246 129399 128576 129308  total = 35.619719 per ms 
02:00:47.393 16  switches: flows:  142162 145298 141890 144519 139715 143158 140049 140967 135356 132179 134157 136316 135387 132909 134331 131057  total = 36.762735 per ms 
02:01:47.493 16  switches: flows:  144396 147838 143016 145991 142668 146245 143268 145746 138524 134056 138012 134285 138801 134581 135072 136181  total = 37.415533 per ms 
02:02:47.593 16  switches: flows:  145476 149372 142150 145131 142184 146248 142808 144257 140189 135796 136224 134226 137651 135519 134002 134756  total = 37.370694 per ms 
02:03:47.693 16  switches: flows:  144693 145689 140630 144320 140371 144095 140740 142777 137585 132047 135751 133250 136460 133403 132779 132063  total = 36.882658 per ms 
02:04:47.794 16  switches: flows:  147091 148681 142577 145264 141910 146391 143784 145246 139199 134974 138063 133623 138525 134924 134934 134911  total = 37.439092 per ms 
02:05:47.894 16  switches: flows:  146951 148534 146844 146826 142859 145343 145027 145321 140251 136399 139854 136823 137149 135264 137049 134939  total = 37.694258 per ms 
02:06:47.994 16  switches: flows:  143795 150068 144826 149023 142922 147689 143595 144143 140024 136225 138890 137755 138741 135302 134855 134795  total = 37.647927 per ms 
RESULT: 16 switches 9 tests min/max/avg/stdev = 33755.52/37694.26/36732.01/12304.02 responses/s</msg>
<arg>${output}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-07-02T02:06:47.957718" elapsed="0.000361"/>
</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-02T02:06:47.958222" elapsed="0.000372"/>
</kw>
<kw name="Get Lines Containing String" owner="String">
<msg time="2026-07-02T02:06:47.959017" level="INFO">1 out of 23 lines matched.</msg>
<msg time="2026-07-02T02:06:47.959110" level="INFO">${result_line} = RESULT: 16 switches 9 tests min/max/avg/stdev = 33755.52/37694.26/36732.01/12304.02 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-02T02:06:47.958764" elapsed="0.000371"/>
</kw>
<kw name="Split String" owner="String">
<msg time="2026-07-02T02:06:47.959559" level="INFO">@{results_list} = [ RESULT: | 16 | switches | 9 | tests | min/max/avg/stdev | = | 33755.52/37694.26/36732.01/12304.02 | 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-02T02:06:47.959285" elapsed="0.000301"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-07-02T02:06:47.961924" 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-02T02:06:47.959728" elapsed="0.002253"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-07-02T02:06:47.964300" level="INFO">33755.52/37694.26/36732.01/12304.02</msg>
<arg>${results_list[7]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-07-02T02:06:47.962122" elapsed="0.002249"/>
</kw>
<kw name="Split String" owner="String">
<msg time="2026-07-02T02:06:47.966668" 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-02T02:06:47.964517" elapsed="0.002200"/>
</kw>
<kw name="Split String" owner="String">
<msg time="2026-07-02T02:06:47.969057" level="INFO">@{result_value_list} = [ 33755.52 | 37694.26 | 36732.01 | 12304.02 ]</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-02T02:06:47.966905" elapsed="0.002179"/>
</kw>
<kw name="Get Length" owner="BuiltIn">
<msg time="2026-07-02T02:06:47.969551" level="INFO">Length is 4.</msg>
<msg time="2026-07-02T02:06:47.969642" 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-02T02:06:47.969234" elapsed="0.000432"/>
</kw>
<for flavor="IN RANGE">
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-07-02T02:06:47.974283" level="INFO">min :: 33755.52</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-02T02:06:47.970046" elapsed="0.004294"/>
</kw>
<var name="${i}">0</var>
<status status="PASS" start="2026-07-02T02:06:47.969917" elapsed="0.004473"/>
</iter>
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-07-02T02:06:47.978824" level="INFO">max :: 37694.26</msg>
<arg>${result_name_list[${i}]} :: ${result_value_list[${i}]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-07-02T02:06:47.974608" elapsed="0.004270"/>
</kw>
<var name="${i}">1</var>
<status status="PASS" start="2026-07-02T02:06:47.974481" elapsed="0.004432"/>
</iter>
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-07-02T02:06:47.983302" level="INFO">avg :: 36732.01</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-02T02:06:47.979126" elapsed="0.004245"/>
</kw>
<var name="${i}">2</var>
<status status="PASS" start="2026-07-02T02:06:47.979002" elapsed="0.004405"/>
</iter>
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-07-02T02:06:47.987877" level="INFO">stdev :: 12304.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-02T02:06:47.983636" elapsed="0.004296"/>
</kw>
<var name="${i}">3</var>
<status status="PASS" start="2026-07-02T02:06:47.983498" elapsed="0.004468"/>
</iter>
<var>${i}</var>
<value>0</value>
<value>${num_stats}</value>
<status status="PASS" start="2026-07-02T02:06:47.969734" elapsed="0.018265"/>
</for>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-07-02T02:06:47.991884" level="INFO">${min} = 33755.52</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-02T02:06:47.988169" elapsed="0.003742"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-07-02T02:06:47.995849" level="INFO">${max} = 37694.26</msg>
<var>${max}</var>
<arg>${result_value_list[${1}]}</arg>
<doc>Returns the given values which can then be assigned to a variables.</doc>
<status status="PASS" start="2026-07-02T02:06:47.992060" elapsed="0.003815"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-07-02T02:06:47.999882" level="INFO">${average} = 36732.01</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-02T02:06:47.996022" elapsed="0.003887"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-07-02T02:06:48.003736" level="INFO">${stdev} = 12304.02</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-02T02:06:48.000059" elapsed="0.003704"/>
</kw>
<kw name="Get Time" owner="BuiltIn">
<msg time="2026-07-02T02:06:48.004260" level="INFO">${date} = 2026-07-02 02:06:48</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-02T02:06:48.003918" elapsed="0.000368"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-07-02T02:06:48.004850" level="INFO">CBench Result: 2026-07-02 02:06:48,-m 60000 -M 100 -S 16 -l 10 -D 5000 -p 6633,33755.52,37694.26,36732.01,12304.02</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-02T02:06:48.004444" elapsed="0.000461"/>
</kw>
<kw name="Log Results And Determine Status">
<kw name="Append To File" owner="OperatingSystem">
<msg time="2026-07-02T02:06:48.005920" 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-02T02:06:48.005519" elapsed="0.000466"/>
</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-02T02:06:48.006132" 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-02T02:06:48.005041" elapsed="0.001622"/>
</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-02T01:56:41.490668" elapsed="606.516071"/>
</kw>
<kw name="Sleep" owner="BuiltIn">
<msg time="2026-07-02T02:06:48.007208" 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-02T02:06:48.006901" elapsed="0.000361"/>
</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-02T02:06:48.007788" elapsed="0.000262"/>
</kw>
<status status="PASS" start="2026-07-02T02:06:48.007493" elapsed="0.000628"/>
</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-02T01:56:41.487521" elapsed="606.520637"/>
</test>
<test id="s1-t2" name="Cbench Throughput Test" line="51">
<kw name="Log" owner="BuiltIn">
<msg time="2026-07-02T02:06:48.009783" 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-02T02:06:48.009392" elapsed="0.000447"/>
</kw>
<kw name="Run Cbench And Log Results">
<kw name="Set Suite Variable" owner="BuiltIn">
<msg time="2026-07-02T02:06:48.011126" 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-02T02:06:48.010797" elapsed="0.000371"/>
</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-02T02:06:48.011514" elapsed="0.000022"/>
</kw>
<status status="NOT RUN" start="2026-07-02T02:06:48.011278" elapsed="0.000295"/>
</branch>
<branch type="ELSE">
<kw name="Run Command On Remote System" owner="Utils">
<if>
<branch type="IF" condition="&quot;${return_stdout}&quot;!=&quot;True&quot; and &quot;${return_stderr}&quot;!=&quot;True&quot;">
<kw name="Fail" owner="BuiltIn">
<arg>At least one of {return_stdout} or {return_stderr} args should be set to True</arg>
<doc>Fails the test with the given message and optionally alters its tags.</doc>
<status status="NOT RUN" start="2026-07-02T02:06:48.014717" elapsed="0.000022"/>
</kw>
<status status="NOT RUN" start="2026-07-02T02:06:48.014451" elapsed="0.000323"/>
</branch>
<status status="PASS" start="2026-07-02T02:06:48.014427" elapsed="0.000371"/>
</if>
<kw name="Get Connection" owner="SSHLibrary">
<msg time="2026-07-02T02:06:48.015116" 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-02T02:06:48.015233" 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-02T02:06:48.014930" elapsed="0.000330"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-07-02T02:06:48.015822" level="INFO">Attempting to execute command "/usr/local/bin/cbench -c 10.30.171.53 -t -m 60000 -M 100 -S 16 -l 10 -D 5000 -p 6633" on remote system "10.30.171.152" 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-02T02:06:48.015408" elapsed="0.000470"/>
</kw>
<kw name="Open Connection" owner="SSHLibrary">
<msg time="2026-07-02T02:06:48.016420" 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-02T02:06:48.016014" elapsed="0.000433"/>
</kw>
<kw name="Flexible_SSH_Login" owner="SSHKeywords">
<kw name="Get Length" owner="BuiltIn">
<msg time="2026-07-02T02:06:48.017311" level="INFO">Length is 0.</msg>
<msg time="2026-07-02T02:06:48.017418" 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-02T02:06:48.017013" elapsed="0.000430"/>
</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-02T02:06:48.017587" elapsed="0.000318"/>
</kw>
<kw name="Run Keyword And Return" owner="BuiltIn">
<kw name="Login With Public Key" owner="SSHLibrary">
<msg time="2026-07-02T02:06:48.018766" level="INFO">Logging into '10.30.171.152:22' as 'jenkins'.</msg>
<msg time="2026-07-02T02:06:48.608664" 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 Thu Jul  2 02:06:48 UTC 2026

  System load:  0.98               Processes:             103
  Usage of /:   19.6% of 38.58GB   Users logged in:       0
  Memory usage: 4%                 IPv4 address for ens3: 10.30.171.152
  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: Thu Jul  2 01:56:41 2026 from 10.30.170.32
[?2004h[jenkins@releng-48317-767-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-02T02:06:48.018404" elapsed="0.590440"/>
</kw>
<msg time="2026-07-02T02:06:48.608929" 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-02T02:06:48.018053" elapsed="0.590957"/>
</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-02T02:06:48.016644" elapsed="0.592474"/>
</kw>
<kw name="Execute Command" owner="SSHLibrary">
<msg time="2026-07-02T02:06:48.609621" level="INFO">Executing command '/usr/local/bin/cbench -c 10.30.171.53 -t -m 60000 -M 100 -S 16 -l 10 -D 5000 -p 6633'.</msg>
<msg time="2026-07-02T02:16:54.660611" level="INFO">Command exited with return code 0.</msg>
<msg time="2026-07-02T02:16:54.661295" level="INFO">${stdout} = </msg>
<msg time="2026-07-02T02:16:54.661438" level="INFO">${stderr} = cbench: controller benchmarking tool
   running in mode 'throughput'
   connecting to controller at 10.30.171.53: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-02T02:06:48.609323" elapsed="606.052184"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-07-02T02:16:54.661999" elapsed="0.000818"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-07-02T02:16:54.663975" level="INFO">cbench: controller benchmarking tool
   running in mode 'throughput'
   connecting to controller at 10.30.171.53: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.53. So far 1 cbench instances have initialized their switches.  Waiting for other cbench-instances
Thread-0: Total switches from ALL cbench-instances initialized.
02:07:53.785 16  switches: flows:  593791 598497 609381 600420 595603 600543 590500 604495 591023 586281 598921 588142 595905 583351 581866 578038  total = 158.279283 per ms 
02:08:53.888 16  switches: flows:  630253 631253 634010 629924 613162 615279 628450 614091 628536 628729 632571 628469 617438 613800 617984 616865  total = 166.064109 per ms 
02:09:53.991 16  switches: flows:  622156 611340 623169 619289 622184 615467 606790 610512 620607 614603 628739 620131 622439 606390 610696 618210  total = 164.267784 per ms 
02:10:54.092 16  switches: flows:  591423 586223 605969 591574 591628 599034 588665 589503 591464 591875 597101 595462 603809 595204 587343 597428  total = 158.129826 per ms 
02:11:54.195 16  switches: flows:  641970 625471 643153 635786 641892 638758 631886 635358 635933 638786 642068 644653 632460 625550 635564 636188  total = 169.471267 per ms 
02:12:54.296 16  switches: flows:  699079 690544 705622 706004 708537 696077 697010 696743 696455 700603 703186 708272 700886 701279 695933 693598  total = 186.348483 per ms 
02:13:54.398 16  switches: flows:  711885 711668 718611 712252 708827 707903 705329 700560 707154 711933 713881 719532 716002 709651 709580 713085  total = 189.312327 per ms 
02:14:54.500 16  switches: flows:  708997 702197 712177 707421 718437 707643 703760 708314 704109 697780 719370 713428 710675 706204 706681 709444  total = 188.626435 per ms 
02:15:54.602 16  switches: flows:  715501 708551 715237 720289 705594 707097 704676 702008 720346 707007 711766 719048 706319 704018 707337 703275  total = 188.984003 per ms 
02:16:54.704 16  switches: flows:  710214 709058 712612 706967 719417 703431 710972 712557 707912 708808 709337 713161 708313 701503 694970 695353  total = 188.425398 per ms 
RESULT: 16 switches 9 tests min/max/avg/stdev = 158129.83/189312.33/177736.63/60487.11 responses/s</msg>
<arg>${stderr}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-07-02T02:16:54.663189" elapsed="0.001096"/>
</kw>
<if>
<branch type="IF" condition="&quot;${return_stdout}&quot;!=&quot;True&quot;">
<return>
<value>${stderr}</value>
<status status="PASS" start="2026-07-02T02:16:54.664872" elapsed="0.000082"/>
</return>
<status status="PASS" start="2026-07-02T02:16:54.664509" elapsed="0.000527"/>
</branch>
<status status="PASS" start="2026-07-02T02:16:54.664454" elapsed="0.000636"/>
</if>
<if>
<branch type="IF" condition="&quot;${return_stderr}&quot;!=&quot;True&quot;">
<return>
<value>${stdout}</value>
<status status="NOT RUN" start="2026-07-02T02:16:54.665300" elapsed="0.000029"/>
</return>
<status status="NOT RUN" start="2026-07-02T02:16:54.665219" elapsed="0.000203"/>
</branch>
<status status="NOT RUN" start="2026-07-02T02:16:54.665184" elapsed="0.000287"/>
</if>
<return>
<value>${stdout}</value>
<value>${stderr}</value>
<status status="NOT RUN" start="2026-07-02T02:16:54.665542" elapsed="0.000030"/>
</return>
<kw name="Restore_Current_Ssh_Connection_From_Index" owner="SSHKeywords" type="TEARDOWN">
<kw name="Run Keyword And Return If" owner="BuiltIn">
<arg>${connection_index} is not None</arg>
<arg>SSHLibrary.Switch Connection</arg>
<arg>${connection_index}</arg>
<doc>Runs the specified keyword and returns from the enclosing user keyword.</doc>
<status status="PASS" start="2026-07-02T02:16:54.670316" elapsed="0.000489"/>
</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-02T02:16:54.671010" elapsed="0.000220"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-07-02T02:16:54.671429" elapsed="0.000143"/>
</kw>
<arg>${current_ssh_connection.index}</arg>
<doc>Restore active SSH connection in SSHLibrary to given index.</doc>
<status status="PASS" start="2026-07-02T02:16:54.666240" elapsed="0.005407"/>
</kw>
<msg time="2026-07-02T02:16:54.671823" level="INFO">${output} = cbench: controller benchmarking tool
   running in mode 'throughput'
   connecting to controller at 10.30.171.53: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-02T02:06:48.011909" elapsed="606.659951"/>
</kw>
<status status="PASS" start="2026-07-02T02:06:48.011598" elapsed="606.660329"/>
</branch>
<status status="PASS" start="2026-07-02T02:06:48.011257" elapsed="606.660703"/>
</if>
<kw name="Log" owner="BuiltIn">
<msg time="2026-07-02T02:16:54.672573" level="INFO">cbench: controller benchmarking tool
   running in mode 'throughput'
   connecting to controller at 10.30.171.53: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.53. So far 1 cbench instances have initialized their switches.  Waiting for other cbench-instances
Thread-0: Total switches from ALL cbench-instances initialized.
02:07:53.785 16  switches: flows:  593791 598497 609381 600420 595603 600543 590500 604495 591023 586281 598921 588142 595905 583351 581866 578038  total = 158.279283 per ms 
02:08:53.888 16  switches: flows:  630253 631253 634010 629924 613162 615279 628450 614091 628536 628729 632571 628469 617438 613800 617984 616865  total = 166.064109 per ms 
02:09:53.991 16  switches: flows:  622156 611340 623169 619289 622184 615467 606790 610512 620607 614603 628739 620131 622439 606390 610696 618210  total = 164.267784 per ms 
02:10:54.092 16  switches: flows:  591423 586223 605969 591574 591628 599034 588665 589503 591464 591875 597101 595462 603809 595204 587343 597428  total = 158.129826 per ms 
02:11:54.195 16  switches: flows:  641970 625471 643153 635786 641892 638758 631886 635358 635933 638786 642068 644653 632460 625550 635564 636188  total = 169.471267 per ms 
02:12:54.296 16  switches: flows:  699079 690544 705622 706004 708537 696077 697010 696743 696455 700603 703186 708272 700886 701279 695933 693598  total = 186.348483 per ms 
02:13:54.398 16  switches: flows:  711885 711668 718611 712252 708827 707903 705329 700560 707154 711933 713881 719532 716002 709651 709580 713085  total = 189.312327 per ms 
02:14:54.500 16  switches: flows:  708997 702197 712177 707421 718437 707643 703760 708314 704109 697780 719370 713428 710675 706204 706681 709444  total = 188.626435 per ms 
02:15:54.602 16  switches: flows:  715501 708551 715237 720289 705594 707097 704676 702008 720346 707007 711766 719048 706319 704018 707337 703275  total = 188.984003 per ms 
02:16:54.704 16  switches: flows:  710214 709058 712612 706967 719417 703431 710972 712557 707912 708808 709337 713161 708313 701503 694970 695353  total = 188.425398 per ms 
RESULT: 16 switches 9 tests min/max/avg/stdev = 158129.83/189312.33/177736.63/60487.11 responses/s</msg>
<arg>${output}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-07-02T02:16:54.672151" elapsed="0.000545"/>
</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-02T02:16:54.672898" elapsed="0.000522"/>
</kw>
<kw name="Get Lines Containing String" owner="String">
<msg time="2026-07-02T02:16:54.673954" level="INFO">1 out of 23 lines matched.</msg>
<msg time="2026-07-02T02:16:54.674079" level="INFO">${result_line} = RESULT: 16 switches 9 tests min/max/avg/stdev = 158129.83/189312.33/177736.63/60487.11 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-02T02:16:54.673639" elapsed="0.000475"/>
</kw>
<kw name="Split String" owner="String">
<msg time="2026-07-02T02:16:54.674692" level="INFO">@{results_list} = [ RESULT: | 16 | switches | 9 | tests | min/max/avg/stdev | = | 158129.83/189312.33/177736.63/60487.11 | 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-02T02:16:54.674323" elapsed="0.000406"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-07-02T02:16:54.678019" 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-02T02:16:54.674927" elapsed="0.003170"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-07-02T02:16:54.681362" level="INFO">158129.83/189312.33/177736.63/60487.11</msg>
<arg>${results_list[7]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-07-02T02:16:54.678297" elapsed="0.003122"/>
</kw>
<kw name="Split String" owner="String">
<msg time="2026-07-02T02:16:54.683714" 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-02T02:16:54.681566" elapsed="0.002175"/>
</kw>
<kw name="Split String" owner="String">
<msg time="2026-07-02T02:16:54.686108" level="INFO">@{result_value_list} = [ 158129.83 | 189312.33 | 177736.63 | 60487.11 ]</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-02T02:16:54.683928" elapsed="0.002206"/>
</kw>
<kw name="Get Length" owner="BuiltIn">
<msg time="2026-07-02T02:16:54.686600" level="INFO">Length is 4.</msg>
<msg time="2026-07-02T02:16:54.686693" 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-02T02:16:54.686284" elapsed="0.000432"/>
</kw>
<for flavor="IN RANGE">
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-07-02T02:16:54.691524" level="INFO">min :: 158129.83</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-02T02:16:54.687096" elapsed="0.004485"/>
</kw>
<var name="${i}">0</var>
<status status="PASS" start="2026-07-02T02:16:54.686969" elapsed="0.004647"/>
</iter>
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-07-02T02:16:54.696049" level="INFO">max :: 189312.33</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-02T02:16:54.691829" elapsed="0.004276"/>
</kw>
<var name="${i}">1</var>
<status status="PASS" start="2026-07-02T02:16:54.691704" elapsed="0.004435"/>
</iter>
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-07-02T02:16:54.700600" level="INFO">avg :: 177736.63</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-02T02:16:54.696363" elapsed="0.004541"/>
</kw>
<var name="${i}">2</var>
<status status="PASS" start="2026-07-02T02:16:54.696225" elapsed="0.004718"/>
</iter>
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-07-02T02:16:54.705429" level="INFO">stdev :: 60487.11</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-02T02:16:54.701169" elapsed="0.004316"/>
</kw>
<var name="${i}">3</var>
<status status="PASS" start="2026-07-02T02:16:54.701033" elapsed="0.004487"/>
</iter>
<var>${i}</var>
<value>0</value>
<value>${num_stats}</value>
<status status="PASS" start="2026-07-02T02:16:54.686789" elapsed="0.018762"/>
</for>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-07-02T02:16:54.709307" level="INFO">${min} = 158129.83</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-02T02:16:54.705705" elapsed="0.003628"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-07-02T02:16:54.713135" level="INFO">${max} = 189312.33</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-02T02:16:54.709497" elapsed="0.003665"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-07-02T02:16:54.716946" level="INFO">${average} = 177736.63</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-02T02:16:54.713312" elapsed="0.003660"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-07-02T02:16:54.720765" level="INFO">${stdev} = 60487.11</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-02T02:16:54.717119" elapsed="0.003672"/>
</kw>
<kw name="Get Time" owner="BuiltIn">
<msg time="2026-07-02T02:16:54.721291" level="INFO">${date} = 2026-07-02 02:16:54</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-02T02:16:54.720947" elapsed="0.000370"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-07-02T02:16:54.721888" level="INFO">CBench Result: 2026-07-02 02:16:54,-t -m 60000 -M 100 -S 16 -l 10 -D 5000 -p 6633,158129.83,189312.33,177736.63,60487.11</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-02T02:16:54.721485" elapsed="0.000457"/>
</kw>
<kw name="Log Results And Determine Status">
<kw name="Append To File" owner="OperatingSystem">
<msg time="2026-07-02T02:16:54.722951" 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-02T02:16:54.722550" elapsed="0.000466"/>
</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-02T02:16:54.723168" elapsed="0.000463"/>
</kw>
<arg>${min}</arg>
<arg>${max}</arg>
<arg>${average}</arg>
<arg>${average_threshold}</arg>
<arg>${output_filename}</arg>
<status status="PASS" start="2026-07-02T02:16:54.722076" elapsed="0.001618"/>
</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-02T02:06:48.010146" elapsed="606.713606"/>
</kw>
<kw name="Sleep" owner="BuiltIn">
<msg time="2026-07-02T02:16:54.724208" 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-02T02:16:54.723898" elapsed="0.000365"/>
</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-02T02:16:54.724792" elapsed="0.000260"/>
</kw>
<status status="PASS" start="2026-07-02T02:16:54.724483" elapsed="0.000641"/>
</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-02T02:06:48.008727" elapsed="606.716434"/>
</test>
<test id="s1-t3" name="Rerun Latency Test To Check Bug 6176" line="65">
<kw name="Log" owner="BuiltIn">
<msg time="2026-07-02T02:16:54.726554" 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-02T02:16:54.726157" elapsed="0.000453"/>
</kw>
<kw name="Run Cbench And Log Results">
<kw name="Set Suite Variable" owner="BuiltIn">
<msg time="2026-07-02T02:16:54.727801" 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-02T02:16:54.727476" elapsed="0.000367"/>
</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-02T02:16:54.728164" elapsed="0.000022"/>
</kw>
<status status="NOT RUN" start="2026-07-02T02:16:54.727949" elapsed="0.000273"/>
</branch>
<branch type="ELSE">
<kw name="Run Command On Remote System" owner="Utils">
<if>
<branch type="IF" condition="&quot;${return_stdout}&quot;!=&quot;True&quot; and &quot;${return_stderr}&quot;!=&quot;True&quot;">
<kw name="Fail" owner="BuiltIn">
<arg>At least one of {return_stdout} or {return_stderr} args should be set to True</arg>
<doc>Fails the test with the given message and optionally alters its tags.</doc>
<status status="NOT RUN" start="2026-07-02T02:16:54.731263" elapsed="0.000021"/>
</kw>
<status status="NOT RUN" start="2026-07-02T02:16:54.731021" elapsed="0.000297"/>
</branch>
<status status="PASS" start="2026-07-02T02:16:54.731001" elapsed="0.000362"/>
</if>
<kw name="Get Connection" owner="SSHLibrary">
<msg time="2026-07-02T02:16:54.731667" 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-02T02:16:54.731781" 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-02T02:16:54.731493" elapsed="0.000314"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-07-02T02:16:54.732360" level="INFO">Attempting to execute command "/usr/local/bin/cbench -c 10.30.171.53 -m 60000 -M 100 -S 16 -l 10 -D 5000 -p 6633" on remote system "10.30.171.152" 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-02T02:16:54.731936" elapsed="0.000483"/>
</kw>
<kw name="Open Connection" owner="SSHLibrary">
<msg time="2026-07-02T02:16:54.732959" 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-02T02:16:54.732554" elapsed="0.000431"/>
</kw>
<kw name="Flexible_SSH_Login" owner="SSHKeywords">
<kw name="Get Length" owner="BuiltIn">
<msg time="2026-07-02T02:16:54.733859" level="INFO">Length is 0.</msg>
<msg time="2026-07-02T02:16:54.733945" 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-02T02:16:54.733564" elapsed="0.000405"/>
</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-02T02:16:54.734105" elapsed="0.000329"/>
</kw>
<kw name="Run Keyword And Return" owner="BuiltIn">
<kw name="Login With Public Key" owner="SSHLibrary">
<msg time="2026-07-02T02:16:54.735267" level="INFO">Logging into '10.30.171.152:22' as 'jenkins'.</msg>
<msg time="2026-07-02T02:16:55.387976" 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 Thu Jul  2 02:16:55 UTC 2026

  System load:  0.25               Processes:             103
  Usage of /:   19.6% of 38.58GB   Users logged in:       0
  Memory usage: 4%                 IPv4 address for ens3: 10.30.171.152
  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: Thu Jul  2 02:06:48 2026 from 10.30.170.32
[?2004h[jenkins@releng-48317-767-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-02T02:16:54.734915" elapsed="0.653272"/>
</kw>
<msg time="2026-07-02T02:16:55.388285" 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-02T02:16:54.734581" elapsed="0.653816"/>
</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-02T02:16:54.733180" elapsed="0.655344"/>
</kw>
<kw name="Execute Command" owner="SSHLibrary">
<msg time="2026-07-02T02:16:55.389130" level="INFO">Executing command '/usr/local/bin/cbench -c 10.30.171.53 -m 60000 -M 100 -S 16 -l 10 -D 5000 -p 6633'.</msg>
<msg time="2026-07-02T02:27:01.476613" level="INFO">Command exited with return code 0.</msg>
<msg time="2026-07-02T02:27:01.477280" level="INFO">${stdout} = </msg>
<msg time="2026-07-02T02:27:01.477429" level="INFO">${stderr} = cbench: controller benchmarking tool
   running in mode 'latency'
   connecting to controller at 10.30.171.53:6633 
   faking 16 switches with 1 threads :: 10 tests each; 60000 ms per test
   with 100...</msg>
<var>${stdout}</var>
<var>${stderr}</var>
<arg>${cmd}</arg>
<arg>return_stderr=True</arg>
<doc>Executes ``command`` on the remote machine and returns its outputs.</doc>
<status status="PASS" start="2026-07-02T02:16:55.388769" elapsed="606.088745"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-07-02T02:27:01.478035" elapsed="0.000851"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-07-02T02:27:01.480114" level="INFO">cbench: controller benchmarking tool
   running in mode 'latency'
   connecting to controller at 10.30.171.53: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.53. So far 1 cbench instances have initialized their switches.  Waiting for other cbench-instances
Thread-0: Total switches from ALL cbench-instances initialized.
02:18:00.590 16  switches: flows:  147270 146415 143316 145311 141392 141097 139345 139046 137213 133320 136563 137054 135995 138792 136551 136246  total = 37.248767 per ms 
02:19:00.691 16  switches: flows:  150645 148584 143419 145271 141970 141864 141249 139394 135006 134368 138653 137665 141205 140100 138215 138032  total = 37.531305 per ms 
02:20:00.791 16  switches: flows:  151120 148855 143435 147494 142328 142403 142759 139247 137506 135807 138935 137697 139526 141535 139365 138212  total = 37.707430 per ms 
02:21:00.891 16  switches: flows:  148004 149500 143228 147626 144165 142390 142005 140103 133139 136555 139140 136259 141461 140087 138318 138614  total = 37.613782 per ms 
02:22:00.992 16  switches: flows:  151659 148627 141047 146141 140339 141151 141282 139992 137066 135011 137962 135779 139578 140756 138350 138025  total = 37.483497 per ms 
02:23:01.092 16  switches: flows:  150267 149432 143071 145678 141931 140631 139411 139112 136000 136126 137786 135527 140049 139772 136099 137357  total = 37.408339 per ms 
02:24:01.192 16  switches: flows:  147915 147084 143320 144635 142255 141565 139671 139774 134227 134616 137741 135150 139119 137976 136018 137628  total = 37.249327 per ms 
02:25:01.292 16  switches: flows:  151060 148549 145167 146564 143933 144132 143338 142823 137282 137814 138533 137256 138965 139870 138784 140042  total = 37.838693 per ms 
02:26:01.393 16  switches: flows:  147535 145329 143371 146291 142390 141122 142084 141259 135081 135692 137496 137207 136616 138679 137914 137157  total = 37.357971 per ms 
02:27:01.493 16  switches: flows:  145621 148179 144334 147228 142173 142169 140929 141369 140188 136356 138419 136327 139200 141231 140625 138824  total = 37.656644 per ms 
RESULT: 16 switches 9 tests min/max/avg/stdev = 37249.33/37838.69/37538.55/12514.07 responses/s</msg>
<arg>${stderr}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-07-02T02:27:01.479271" elapsed="0.001205"/>
</kw>
<if>
<branch type="IF" condition="&quot;${return_stdout}&quot;!=&quot;True&quot;">
<return>
<value>${stderr}</value>
<status status="PASS" start="2026-07-02T02:27:01.481050" elapsed="0.000088"/>
</return>
<status status="PASS" start="2026-07-02T02:27:01.480684" elapsed="0.000538"/>
</branch>
<status status="PASS" start="2026-07-02T02:27:01.480627" elapsed="0.000651"/>
</if>
<if>
<branch type="IF" condition="&quot;${return_stderr}&quot;!=&quot;True&quot;">
<return>
<value>${stdout}</value>
<status status="NOT RUN" start="2026-07-02T02:27:01.481538" elapsed="0.000028"/>
</return>
<status status="NOT RUN" start="2026-07-02T02:27:01.481447" elapsed="0.000184"/>
</branch>
<status status="NOT RUN" start="2026-07-02T02:27:01.481400" elapsed="0.000279"/>
</if>
<return>
<value>${stdout}</value>
<value>${stderr}</value>
<status status="NOT RUN" start="2026-07-02T02:27:01.481746" 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-02T02:27:01.486619" elapsed="0.000356"/>
</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-02T02:27:01.487122" elapsed="0.000163"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-07-02T02:27:01.487436" elapsed="0.000104"/>
</kw>
<arg>${current_ssh_connection.index}</arg>
<doc>Restore active SSH connection in SSHLibrary to given index.</doc>
<status status="PASS" start="2026-07-02T02:27:01.482496" elapsed="0.005100"/>
</kw>
<msg time="2026-07-02T02:27:01.487727" level="INFO">${output} = cbench: controller benchmarking tool
   running in mode 'latency'
   connecting to controller at 10.30.171.53:6633 
   faking 16 switches with 1 threads :: 10 tests each; 60000 ms per test
   with 100...</msg>
<var>${output}</var>
<arg>${cbench_system}</arg>
<arg>${cbench_executable} -c ${ODL_SYSTEM_IP} ${cbench_args}</arg>
<arg>prompt_timeout=${test_timeout}</arg>
<arg>return_stdout=False</arg>
<arg>return_stderr=True</arg>
<doc>Reduces the common work of running a command on a remote system to a single higher level
robot keyword, taking care to log in with a public key and. The command given is written and the return value
depends on the passed argument values of return_stdout (default: True) and return_stderr (default: False).
At least one should be True, or the keyword will exit and FAIL. If both are True, the resulting return value
will be a two element list containing both. Otherwise the resulting return value is a string.
No test conditions are checked.</doc>
<status status="PASS" start="2026-07-02T02:16:54.728574" elapsed="606.759180"/>
</kw>
<status status="PASS" start="2026-07-02T02:16:54.728247" elapsed="606.759556"/>
</branch>
<status status="PASS" start="2026-07-02T02:16:54.727928" elapsed="606.759898"/>
</if>
<kw name="Log" owner="BuiltIn">
<msg time="2026-07-02T02:27:01.488264" level="INFO">cbench: controller benchmarking tool
   running in mode 'latency'
   connecting to controller at 10.30.171.53: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.53. So far 1 cbench instances have initialized their switches.  Waiting for other cbench-instances
Thread-0: Total switches from ALL cbench-instances initialized.
02:18:00.590 16  switches: flows:  147270 146415 143316 145311 141392 141097 139345 139046 137213 133320 136563 137054 135995 138792 136551 136246  total = 37.248767 per ms 
02:19:00.691 16  switches: flows:  150645 148584 143419 145271 141970 141864 141249 139394 135006 134368 138653 137665 141205 140100 138215 138032  total = 37.531305 per ms 
02:20:00.791 16  switches: flows:  151120 148855 143435 147494 142328 142403 142759 139247 137506 135807 138935 137697 139526 141535 139365 138212  total = 37.707430 per ms 
02:21:00.891 16  switches: flows:  148004 149500 143228 147626 144165 142390 142005 140103 133139 136555 139140 136259 141461 140087 138318 138614  total = 37.613782 per ms 
02:22:00.992 16  switches: flows:  151659 148627 141047 146141 140339 141151 141282 139992 137066 135011 137962 135779 139578 140756 138350 138025  total = 37.483497 per ms 
02:23:01.092 16  switches: flows:  150267 149432 143071 145678 141931 140631 139411 139112 136000 136126 137786 135527 140049 139772 136099 137357  total = 37.408339 per ms 
02:24:01.192 16  switches: flows:  147915 147084 143320 144635 142255 141565 139671 139774 134227 134616 137741 135150 139119 137976 136018 137628  total = 37.249327 per ms 
02:25:01.292 16  switches: flows:  151060 148549 145167 146564 143933 144132 143338 142823 137282 137814 138533 137256 138965 139870 138784 140042  total = 37.838693 per ms 
02:26:01.393 16  switches: flows:  147535 145329 143371 146291 142390 141122 142084 141259 135081 135692 137496 137207 136616 138679 137914 137157  total = 37.357971 per ms 
02:27:01.493 16  switches: flows:  145621 148179 144334 147228 142173 142169 140929 141369 140188 136356 138419 136327 139200 141231 140625 138824  total = 37.656644 per ms 
RESULT: 16 switches 9 tests min/max/avg/stdev = 37249.33/37838.69/37538.55/12514.07 responses/s</msg>
<arg>${output}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-07-02T02:27:01.487973" elapsed="0.000365"/>
</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-02T02:27:01.488523" elapsed="0.000401"/>
</kw>
<kw name="Get Lines Containing String" owner="String">
<msg time="2026-07-02T02:27:01.489329" level="INFO">1 out of 23 lines matched.</msg>
<msg time="2026-07-02T02:27:01.489452" level="INFO">${result_line} = RESULT: 16 switches 9 tests min/max/avg/stdev = 37249.33/37838.69/37538.55/12514.07 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-02T02:27:01.489088" elapsed="0.000391"/>
</kw>
<kw name="Split String" owner="String">
<msg time="2026-07-02T02:27:01.489891" level="INFO">@{results_list} = [ RESULT: | 16 | switches | 9 | tests | min/max/avg/stdev | = | 37249.33/37838.69/37538.55/12514.07 | 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-02T02:27:01.489633" elapsed="0.000285"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-07-02T02:27:01.492292" 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-02T02:27:01.490061" elapsed="0.002304"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-07-02T02:27:01.494818" level="INFO">37249.33/37838.69/37538.55/12514.07</msg>
<arg>${results_list[7]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-07-02T02:27:01.492530" elapsed="0.002345"/>
</kw>
<kw name="Split String" owner="String">
<msg time="2026-07-02T02:27:01.497277" 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-02T02:27:01.495024" elapsed="0.002280"/>
</kw>
<kw name="Split String" owner="String">
<msg time="2026-07-02T02:27:01.499728" level="INFO">@{result_value_list} = [ 37249.33 | 37838.69 | 37538.55 | 12514.07 ]</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-02T02:27:01.497519" elapsed="0.002238"/>
</kw>
<kw name="Get Length" owner="BuiltIn">
<msg time="2026-07-02T02:27:01.500219" level="INFO">Length is 4.</msg>
<msg time="2026-07-02T02:27:01.500307" 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-02T02:27:01.499911" elapsed="0.000420"/>
</kw>
<for flavor="IN RANGE">
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-07-02T02:27:01.505084" level="INFO">min :: 37249.33</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-02T02:27:01.500745" elapsed="0.004396"/>
</kw>
<var name="${i}">0</var>
<status status="PASS" start="2026-07-02T02:27:01.500617" elapsed="0.004560"/>
</iter>
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-07-02T02:27:01.509681" level="INFO">max :: 37838.69</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-02T02:27:01.505408" elapsed="0.004328"/>
</kw>
<var name="${i}">1</var>
<status status="PASS" start="2026-07-02T02:27:01.505265" elapsed="0.004505"/>
</iter>
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-07-02T02:27:01.514325" level="INFO">avg :: 37538.55</msg>
<arg>${result_name_list[${i}]} :: ${result_value_list[${i}]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-07-02T02:27:01.509976" elapsed="0.004420"/>
</kw>
<var name="${i}">2</var>
<status status="PASS" start="2026-07-02T02:27:01.509853" elapsed="0.004578"/>
</iter>
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-07-02T02:27:01.519027" level="INFO">stdev :: 12514.07</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-02T02:27:01.514636" elapsed="0.004446"/>
</kw>
<var name="${i}">3</var>
<status status="PASS" start="2026-07-02T02:27:01.514513" elapsed="0.004603"/>
</iter>
<var>${i}</var>
<value>0</value>
<value>${num_stats}</value>
<status status="PASS" start="2026-07-02T02:27:01.500418" elapsed="0.018727"/>
</for>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-07-02T02:27:01.522956" level="INFO">${min} = 37249.33</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-02T02:27:01.519297" elapsed="0.003686"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-07-02T02:27:01.526802" level="INFO">${max} = 37838.69</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-02T02:27:01.523132" elapsed="0.003696"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-07-02T02:27:01.530648" level="INFO">${average} = 37538.55</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-02T02:27:01.526978" elapsed="0.003697"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-07-02T02:27:01.534503" level="INFO">${stdev} = 12514.07</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-02T02:27:01.530824" elapsed="0.003705"/>
</kw>
<kw name="Get Time" owner="BuiltIn">
<msg time="2026-07-02T02:27:01.535027" level="INFO">${date} = 2026-07-02 02:27:01</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-02T02:27:01.534686" elapsed="0.000366"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-07-02T02:27:01.535608" level="INFO">CBench Result: 2026-07-02 02:27:01,-m 60000 -M 100 -S 16 -l 10 -D 5000 -p 6633,37249.33,37838.69,37538.55,12514.07</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-02T02:27:01.535194" elapsed="0.000468"/>
</kw>
<kw name="Log Results And Determine Status">
<kw name="Append To File" owner="OperatingSystem">
<msg time="2026-07-02T02:27:01.536728" 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-02T02:27:01.536250" elapsed="0.000546"/>
</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-02T02:27:01.536967" elapsed="0.000466"/>
</kw>
<arg>${min}</arg>
<arg>${max}</arg>
<arg>${average}</arg>
<arg>${average_threshold}</arg>
<arg>${output_filename}</arg>
<status status="PASS" start="2026-07-02T02:27:01.535796" elapsed="0.001701"/>
</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-02T02:16:54.726915" elapsed="606.810640"/>
</kw>
<kw name="Sleep" owner="BuiltIn">
<msg time="2026-07-02T02:27:01.538016" 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-02T02:27:01.537702" elapsed="0.000370"/>
</kw>
<kw name="Report Failure Due To Bug" owner="Utils" type="TEARDOWN">
<kw name="Evaluate" owner="BuiltIn">
<msg time="2026-07-02T02:27:01.539376" 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-02T02:27:01.538789" elapsed="0.000621"/>
</kw>
<if>
<branch type="IF" condition="('${TEST_STATUS}' != 'FAIL') or ${test_skipped}">
<return>
<status status="PASS" start="2026-07-02T02:27:01.539669" elapsed="0.000031"/>
</return>
<status status="PASS" start="2026-07-02T02:27:01.539506" elapsed="0.000227"/>
</branch>
<status status="PASS" start="2026-07-02T02:27:01.539480" elapsed="0.000276"/>
</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-02T02:27:01.539896" elapsed="0.000021"/>
</kw>
<kw name="Run Keyword And Return Status" owner="BuiltIn">
<var>${match}</var>
<arg>Should Contain</arg>
<arg>${number}</arg>
<arg>-</arg>
<doc>Runs the specified keyword and returns the status as a Boolean value.</doc>
<status status="NOT RUN" start="2026-07-02T02:27:01.540051" elapsed="0.000021"/>
</kw>
<kw name="Set Variable If" owner="BuiltIn">
<var>${bug_url}</var>
<arg>${match}</arg>
<arg>https://jira.opendaylight.org/browse/${number}</arg>
<arg>https://bugs.opendaylight.org/show_bug.cgi?id=${number}</arg>
<doc>Sets variable based on the given condition.</doc>
<status status="NOT RUN" start="2026-07-02T02:27:01.540238" elapsed="0.000028"/>
</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-02T02:27:01.540512" elapsed="0.000028"/>
</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-02T02:27:01.540693" elapsed="0.000022"/>
</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-02T02:27:01.540843" elapsed="0.000041"/>
</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-02T02:27:01.541044" elapsed="0.000026"/>
</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-02T02:27:01.541307" elapsed="0.000022"/>
</kw>
<status status="NOT RUN" start="2026-07-02T02:27:01.541145" elapsed="0.000237"/>
</branch>
<status status="NOT RUN" start="2026-07-02T02:27:01.541125" elapsed="0.000285"/>
</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-02T02:27:01.538461" elapsed="0.003014"/>
</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-02T02:16:54.725603" elapsed="606.815925"/>
</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-02T01:56:38.674931" elapsed="1822.867264"/>
</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>
