<?xml version="1.0" encoding="UTF-8"?>
<robot generator="Robot 7.4.2 (Python 3.11.10 on linux)" generated="2026-09-11T01:00:42.576743" 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-09-11T01:00:43.088441" elapsed="0.000022"/>
</return>
<status status="NOT RUN" start="2026-09-11T01:00:43.088318" elapsed="0.000188"/>
</branch>
<status status="PASS" start="2026-09-11T01:00:43.088292" elapsed="0.000237"/>
</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-09-11T01:00:43.088661" elapsed="0.000462"/>
</kw>
<kw name="Login" owner="SSHLibrary">
<msg time="2026-09-11T01:00:43.089555" level="INFO">Logging into '10.30.171.210:8101' as 'karaf'.</msg>
<msg time="2026-09-11T01:00:44.064095" 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-09-11T01:00:43.089294" elapsed="0.974994"/>
</kw>
<kw name="Write" owner="SSHLibrary">
<msg time="2026-09-11T01:00:44.114091" 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-09-11T01:00:44.064551" elapsed="0.049601"/>
</kw>
<kw name="Read Until Regexp" owner="SSHLibrary">
<msg time="2026-09-11T01:00:44.115821" level="INFO">[?1l&gt;[?2004l[?1h=[90m~[0m                                                                                [?2004hopendaylight-user@root&gt;</msg>
<msg time="2026-09-11T01:00:44.115935" 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-09-11T01:00:44.114317" elapsed="0.001645"/>
</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-09-11T01:00:44.116105" elapsed="0.000206"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-09-11T01:00:44.116461" elapsed="0.000205"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-09-11T01:00:44.117121" 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-09-11T01:00:44.116801" elapsed="0.000388"/>
</kw>
<return>
<value>${output}</value>
<status status="PASS" start="2026-09-11T01:00:44.117238" elapsed="0.000048"/>
</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.210
Note that this keyword will open&amp;close new SSH connection, without switching back to previously current session.</doc>
<status status="PASS" start="2026-09-11T01:00:43.087975" elapsed="1.029416"/>
</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-09-11T01:00:43.084650" elapsed="1.032797"/>
</kw>
<kw name="Append To File" owner="OperatingSystem">
<msg time="2026-09-11T01:00:44.117974" 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-09-11T01:00:44.117614" elapsed="0.000411"/>
</kw>
<kw name="Append To File" owner="OperatingSystem">
<msg time="2026-09-11T01:00:44.118411" 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-09-11T01:00:44.118180" elapsed="0.000291"/>
</kw>
<kw name="Evaluate" owner="BuiltIn">
<msg time="2026-09-11T01:00:44.118987" 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-09-11T01:00:44.118611" elapsed="0.000401"/>
</kw>
<kw name="Set Suite Variable" owner="BuiltIn">
<msg time="2026-09-11T01:00:44.119488" 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-09-11T01:00:44.119186" elapsed="0.000340"/>
</kw>
<kw name="Evaluate" owner="BuiltIn">
<msg time="2026-09-11T01:00:44.120038" 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-09-11T01:00:44.119660" elapsed="0.000403"/>
</kw>
<kw name="Set Suite Variable" owner="BuiltIn">
<msg time="2026-09-11T01:00:44.120513" 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-09-11T01:00:44.120234" elapsed="0.000317"/>
</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-09-11T01:00:44.120818" elapsed="0.000020"/>
</kw>
<status status="NOT RUN" start="2026-09-11T01:00:44.120626" elapsed="0.000241"/>
</branch>
<branch type="ELSE">
<kw name="Verify File Exists On Remote System" owner="Utils">
<kw name="Open Connection" owner="SSHLibrary">
<msg time="2026-09-11T01:00:44.125050" 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-09-11T01:00:44.124657" elapsed="0.000418"/>
</kw>
<kw name="Flexible_SSH_Login" owner="SSHKeywords">
<kw name="Get Length" owner="BuiltIn">
<msg time="2026-09-11T01:00:44.126016" level="INFO">Length is 0.</msg>
<msg time="2026-09-11T01:00:44.126092" 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-09-11T01:00:44.125588" elapsed="0.000526"/>
</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-09-11T01:00:44.126264" elapsed="0.000313"/>
</kw>
<kw name="Run Keyword And Return" owner="BuiltIn">
<kw name="Login With Public Key" owner="SSHLibrary">
<msg time="2026-09-11T01:00:44.127506" level="INFO">Logging into '10.30.170.123:22' as 'jenkins'.</msg>
<msg time="2026-09-11T01:00:44.589272" level="INFO">Read output: Welcome to Ubuntu 22.04.5 LTS (GNU/Linux 5.15.0-187-generic x86_64)

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

 System information as of Fri Sep 11 01:00:14 UTC 2026

  System load:  0.23               Processes:             112
  Usage of /:   19.8% of 38.58GB   Users logged in:       0
  Memory usage: 4%                 IPv4 address for ens3: 10.30.170.123
  Swap usage:   0%


Expanded Security Maintenance for Applications is not enabled.

5 updates can be applied immediately.
To see these additional updates run: apt list --upgradable

14 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-835-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-09-11T01:00:44.127045" elapsed="0.462384"/>
</kw>
<msg time="2026-09-11T01:00:44.589518" 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-09-11T01:00:44.126715" elapsed="0.462889"/>
</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-09-11T01:00:44.125278" elapsed="0.464435"/>
</kw>
<kw name="File Should Exist" owner="SSHLibrary">
<msg time="2026-09-11T01:00:44.597633" 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-09-11T01:00:44.589926" elapsed="0.008757"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-09-11T01:00:44.598890" elapsed="0.000302"/>
</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-09-11T01:00:44.124203" elapsed="0.475052"/>
</kw>
<status status="PASS" start="2026-09-11T01:00:44.121092" elapsed="0.478197"/>
</branch>
<status status="PASS" start="2026-09-11T01:00:44.120604" elapsed="0.478716"/>
</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-09-11T01:00:44.599464" elapsed="0.000483"/>
</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-09-11T01:00:44.604022" elapsed="0.000018"/>
</return>
<status status="NOT RUN" start="2026-09-11T01:00:44.603885" elapsed="0.000188"/>
</branch>
<status status="PASS" start="2026-09-11T01:00:44.603860" elapsed="0.000235"/>
</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-09-11T01:00:44.607494" elapsed="0.000012"/>
</return>
<status status="NOT RUN" start="2026-09-11T01:00:44.607382" elapsed="0.000154"/>
</branch>
<status status="PASS" start="2026-09-11T01:00:44.607365" elapsed="0.000190"/>
</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-09-11T01:00:44.607695" elapsed="0.000452"/>
</kw>
<kw name="Login" owner="SSHLibrary">
<msg time="2026-09-11T01:00:44.608538" level="INFO">Logging into '10.30.171.210:8101' as 'karaf'.</msg>
<msg time="2026-09-11T01:00:44.843644" 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-09-11T01:00:44.608299" elapsed="0.235504"/>
</kw>
<kw name="Write" owner="SSHLibrary">
<msg time="2026-09-11T01:00:44.947711" 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-09-11T01:00:44.844075" elapsed="0.103803"/>
</kw>
<kw name="Read Until Regexp" owner="SSHLibrary">
<msg time="2026-09-11T01:00:44.988474" level="INFO">[?1l&gt;[?2004l[31;1modl-openflowplugin-drop-test[0m                                    x 0.20.4           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-09-11T01:00:44.989036" level="INFO">${output} = [?1l&gt;[?2004l[31;1modl-openflowplugin-drop-test[0m                                    x 0.20.4           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-09-11T01:00:44.948140" elapsed="0.040972"/>
</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-09-11T01:00:44.989568" elapsed="0.000563"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-09-11T01:00:44.990486" elapsed="0.000534"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-09-11T01:00:44.992124" level="INFO">[?1l&gt;[?2004l[31;1modl-openflowplugin-drop-test[0m                                    x 0.20.4           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-09-11T01:00:44.991375" elapsed="0.000900"/>
</kw>
<return>
<value>${output}</value>
<status status="PASS" start="2026-09-11T01:00:44.992370" elapsed="0.000109"/>
</return>
<msg time="2026-09-11T01:00:44.992683" level="INFO">${output} = [?1l&gt;[?2004l[31;1modl-openflowplugin-drop-test[0m                                    x 0.20.4           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.210
Note that this keyword will open&amp;close new SSH connection, without switching back to previously current session.</doc>
<status status="PASS" start="2026-09-11T01:00:44.607046" elapsed="0.385681"/>
</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-09-11T01:00:44.992963" elapsed="0.000730"/>
</kw>
<return>
<value>${output}</value>
<status status="PASS" start="2026-09-11T01:00:44.993764" elapsed="0.000058"/>
</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-09-11T01:00:44.603586" elapsed="0.390420"/>
</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-09-11T01:00:44.999944" elapsed="0.000027"/>
</return>
<status status="NOT RUN" start="2026-09-11T01:00:44.999742" elapsed="0.000293"/>
</branch>
<status status="PASS" start="2026-09-11T01:00:44.999705" elapsed="0.000364"/>
</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-09-11T01:00:45.000325" elapsed="0.000690"/>
</kw>
<kw name="Login" owner="SSHLibrary">
<msg time="2026-09-11T01:00:45.001641" level="INFO">Logging into '10.30.171.210:8101' as 'karaf'.</msg>
<msg time="2026-09-11T01:00:45.171611" 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-09-11T01:00:45.001274" elapsed="0.170503"/>
</kw>
<kw name="Write" owner="SSHLibrary">
<msg time="2026-09-11T01:00:45.199789" 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-09-11T01:00:45.172047" elapsed="0.027876"/>
</kw>
<kw name="Read Until Regexp" owner="SSHLibrary">
<msg time="2026-09-11T01:00:45.202258" level="INFO">[?1l&gt;[?2004lDropAllFlows transitions to on
[?1h=[90m~[0m                                                                                [?2004hopendaylight-user@root&gt;</msg>
<msg time="2026-09-11T01:00:45.202384" 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-09-11T01:00:45.200154" elapsed="0.002265"/>
</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-09-11T01:00:45.202581" elapsed="0.000280"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-09-11T01:00:45.203127" elapsed="0.000231"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-09-11T01:00:45.203812" 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-09-11T01:00:45.203493" elapsed="0.000367"/>
</kw>
<return>
<value>${output}</value>
<status status="PASS" start="2026-09-11T01:00:45.203928" elapsed="0.000053"/>
</return>
<arg>dropallpacketsrpc on</arg>
<doc>Will execute the given ${cmd} by ssh'ing to the karaf console running on 10.30.171.210
Note that this keyword will open&amp;close new SSH connection, without switching back to previously current session.</doc>
<status status="PASS" start="2026-09-11T01:00:44.999162" elapsed="0.204927"/>
</kw>
<status status="PASS" start="2026-09-11T01:00:43.082947" elapsed="2.121201"/>
</kw>
<test id="s1-t1" name="Cbench Latency Test" line="37">
<kw name="Log" owner="BuiltIn">
<msg time="2026-09-11T01:00:45.206399" 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-09-11T01:00:45.205249" elapsed="0.001211"/>
</kw>
<kw name="Run Cbench And Log Results">
<kw name="Set Suite Variable" owner="BuiltIn">
<msg time="2026-09-11T01:00:45.207868" 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-09-11T01:00:45.207464" elapsed="0.000464"/>
</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-09-11T01:00:45.208276" elapsed="0.000030"/>
</kw>
<status status="NOT RUN" start="2026-09-11T01:00:45.208012" elapsed="0.000337"/>
</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-09-11T01:00:45.211196" elapsed="0.000021"/>
</kw>
<status status="NOT RUN" start="2026-09-11T01:00:45.210941" elapsed="0.000309"/>
</branch>
<status status="PASS" start="2026-09-11T01:00:45.210921" elapsed="0.000353"/>
</if>
<kw name="Get Connection" owner="SSHLibrary">
<msg time="2026-09-11T01:00:45.211621" 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-09-11T01:00:45.211739" 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-09-11T01:00:45.211397" elapsed="0.000366"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-09-11T01:00:45.212351" level="INFO">Attempting to execute command "/usr/local/bin/cbench -c 10.30.171.210 -m 60000 -M 100 -S 16 -l 10 -D 5000 -p 6633" on remote system "10.30.170.123" 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-09-11T01:00:45.211890" elapsed="0.000522"/>
</kw>
<kw name="Open Connection" owner="SSHLibrary">
<msg time="2026-09-11T01:00:45.213113" 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-09-11T01:00:45.212553" elapsed="0.000594"/>
</kw>
<kw name="Flexible_SSH_Login" owner="SSHKeywords">
<kw name="Get Length" owner="BuiltIn">
<msg time="2026-09-11T01:00:45.214333" level="INFO">Length is 0.</msg>
<msg time="2026-09-11T01:00:45.214443" 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-09-11T01:00:45.213881" elapsed="0.000590"/>
</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-09-11T01:00:45.214650" elapsed="0.000432"/>
</kw>
<kw name="Run Keyword And Return" owner="BuiltIn">
<kw name="Login With Public Key" owner="SSHLibrary">
<msg time="2026-09-11T01:00:45.216192" level="INFO">Logging into '10.30.170.123:22' as 'jenkins'.</msg>
<msg time="2026-09-11T01:00:45.563081" level="INFO">Read output: Welcome to Ubuntu 22.04.5 LTS (GNU/Linux 5.15.0-187-generic x86_64)

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

 System information as of Fri Sep 11 01:00:14 UTC 2026

  System load:  0.23               Processes:             112
  Usage of /:   19.8% of 38.58GB   Users logged in:       0
  Memory usage: 4%                 IPv4 address for ens3: 10.30.170.123
  Swap usage:   0%


Expanded Security Maintenance for Applications is not enabled.

5 updates can be applied immediately.
To see these additional updates run: apt list --upgradable

14 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: Fri Sep 11 01:00:44 2026 from 10.30.171.164
[?2004h[jenkins@releng-48317-835-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-09-11T01:00:45.215727" elapsed="0.347566"/>
</kw>
<msg time="2026-09-11T01:00:45.563380" 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-09-11T01:00:45.215289" elapsed="0.348180"/>
</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-09-11T01:00:45.213421" elapsed="0.350162"/>
</kw>
<kw name="Execute Command" owner="SSHLibrary">
<msg time="2026-09-11T01:00:45.564089" level="INFO">Executing command '/usr/local/bin/cbench -c 10.30.171.210 -m 60000 -M 100 -S 16 -l 10 -D 5000 -p 6633'.</msg>
<msg time="2026-09-11T01:10:51.724638" level="INFO">Command exited with return code 0.</msg>
<msg time="2026-09-11T01:10:51.725225" level="INFO">${stdout} = </msg>
<msg time="2026-09-11T01:10:51.725322" level="INFO">${stderr} = cbench: controller benchmarking tool
   running in mode 'latency'
   connecting to controller at 10.30.171.210:6633 
   faking 16 switches with 1 threads :: 10 tests each; 60000 ms per test
   with 10...</msg>
<var>${stdout}</var>
<var>${stderr}</var>
<arg>${cmd}</arg>
<arg>return_stderr=True</arg>
<doc>Executes ``command`` on the remote machine and returns its outputs.</doc>
<status status="PASS" start="2026-09-11T01:00:45.563790" elapsed="606.161586"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-09-11T01:10:51.725811" elapsed="0.000745"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-09-11T01:10:51.727626" level="INFO">cbench: controller benchmarking tool
   running in mode 'latency'
   connecting to controller at 10.30.171.210: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.210. So far 1 cbench instances have initialized their switches.  Waiting for other cbench-instances
Thread-0: Total switches from ALL cbench-instances initialized.
01:01:50.823 16  switches: flows:  76500 77793 76404 77151 77894 74436 76281 76812 73327 74317 73598 72859 70748 74265 73884 74334  total = 20.010050 per ms 
01:02:50.924 16  switches: flows:  83592 83286 84658 83289 84621 83023 83887 84212 81769 81052 82798 79878 77694 81204 80947 79003  total = 21.878683 per ms 
01:03:51.024 16  switches: flows:  83685 83410 83690 83264 85876 82578 82783 83758 80656 79722 80856 80391 78498 82660 79770 80643  total = 21.834216 per ms 
01:04:51.124 16  switches: flows:  89612 90121 88716 89625 88775 86819 88425 88945 85036 83713 84642 85945 80013 84741 83085 84088  total = 22.999931 per ms 
01:05:51.225 16  switches: flows:  88436 89937 88099 88275 88509 85921 91045 86394 85104 83290 82903 83526 82724 83644 83326 83768  total = 22.876750 per ms 
01:06:51.325 16  switches: flows:  88641 91063 88910 89849 88373 89799 92295 88118 84236 84750 84910 84311 80462 86197 83617 85277  total = 23.141474 per ms 
01:07:51.425 16  switches: flows:  94626 94380 94721 93398 92611 91893 97101 91472 90975 86835 89305 86579 86572 89292 88089 86507  total = 24.198851 per ms 
01:08:51.526 16  switches: flows:  90431 91034 91380 90171 90656 90106 93148 89522 86082 84914 86696 85136 81945 86221 84937 84097  total = 23.402174 per ms 
01:09:51.626 16  switches: flows:  91026 89675 91052 92413 90597 91791 93756 90791 85950 83803 85143 84825 83082 85662 84593 84667  total = 23.441292 per ms 
01:10:51.726 16  switches: flows:  92108 91439 91996 91740 91059 91020 94927 90177 88902 84878 86010 86218 82144 86535 84064 85737  total = 23.609828 per ms 
RESULT: 16 switches 9 tests min/max/avg/stdev = 21834.22/24198.85/23042.58/7715.51 responses/s</msg>
<arg>${stderr}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-09-11T01:10:51.726893" elapsed="0.001024"/>
</kw>
<if>
<branch type="IF" condition="&quot;${return_stdout}&quot;!=&quot;True&quot;">
<return>
<value>${stderr}</value>
<status status="PASS" start="2026-09-11T01:10:51.728395" elapsed="0.000067"/>
</return>
<status status="PASS" start="2026-09-11T01:10:51.728086" elapsed="0.000471"/>
</branch>
<status status="PASS" start="2026-09-11T01:10:51.728037" elapsed="0.000571"/>
</if>
<if>
<branch type="IF" condition="&quot;${return_stderr}&quot;!=&quot;True&quot;">
<return>
<value>${stdout}</value>
<status status="NOT RUN" start="2026-09-11T01:10:51.728808" elapsed="0.000025"/>
</return>
<status status="NOT RUN" start="2026-09-11T01:10:51.728735" elapsed="0.000152"/>
</branch>
<status status="NOT RUN" start="2026-09-11T01:10:51.728704" elapsed="0.000225"/>
</if>
<return>
<value>${stdout}</value>
<value>${stderr}</value>
<status status="NOT RUN" start="2026-09-11T01:10:51.728994" elapsed="0.000025"/>
</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-09-11T01:10:51.734443" elapsed="0.000689"/>
</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-09-11T01:10:51.735464" elapsed="0.000381"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-09-11T01:10:51.736111" elapsed="0.000230"/>
</kw>
<arg>${current_ssh_connection.index}</arg>
<doc>Restore active SSH connection in SSHLibrary to given index.</doc>
<status status="PASS" start="2026-09-11T01:10:51.729685" elapsed="0.006762"/>
</kw>
<msg time="2026-09-11T01:10:51.736717" level="INFO">${output} = cbench: controller benchmarking tool
   running in mode 'latency'
   connecting to controller at 10.30.171.210:6633 
   faking 16 switches with 1 threads :: 10 tests each; 60000 ms per test
   with 10...</msg>
<var>${output}</var>
<arg>${cbench_system}</arg>
<arg>${cbench_executable} -c ${ODL_SYSTEM_IP} ${cbench_args}</arg>
<arg>prompt_timeout=${test_timeout}</arg>
<arg>return_stdout=False</arg>
<arg>return_stderr=True</arg>
<doc>Reduces the common work of running a command on a remote system to a single higher level
robot keyword, taking care to log in with a public key and. The command given is written and the return value
depends on the passed argument values of return_stdout (default: True) and return_stderr (default: False).
At least one should be True, or the keyword will exit and FAIL. If both are True, the resulting return value
will be a two element list containing both. Otherwise the resulting return value is a string.
No test conditions are checked.</doc>
<status status="PASS" start="2026-09-11T01:00:45.208699" elapsed="606.528071"/>
</kw>
<status status="PASS" start="2026-09-11T01:00:45.208376" elapsed="606.528489"/>
</branch>
<status status="PASS" start="2026-09-11T01:00:45.207990" elapsed="606.528921"/>
</if>
<kw name="Log" owner="BuiltIn">
<msg time="2026-09-11T01:10:51.737836" level="INFO">cbench: controller benchmarking tool
   running in mode 'latency'
   connecting to controller at 10.30.171.210: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.210. So far 1 cbench instances have initialized their switches.  Waiting for other cbench-instances
Thread-0: Total switches from ALL cbench-instances initialized.
01:01:50.823 16  switches: flows:  76500 77793 76404 77151 77894 74436 76281 76812 73327 74317 73598 72859 70748 74265 73884 74334  total = 20.010050 per ms 
01:02:50.924 16  switches: flows:  83592 83286 84658 83289 84621 83023 83887 84212 81769 81052 82798 79878 77694 81204 80947 79003  total = 21.878683 per ms 
01:03:51.024 16  switches: flows:  83685 83410 83690 83264 85876 82578 82783 83758 80656 79722 80856 80391 78498 82660 79770 80643  total = 21.834216 per ms 
01:04:51.124 16  switches: flows:  89612 90121 88716 89625 88775 86819 88425 88945 85036 83713 84642 85945 80013 84741 83085 84088  total = 22.999931 per ms 
01:05:51.225 16  switches: flows:  88436 89937 88099 88275 88509 85921 91045 86394 85104 83290 82903 83526 82724 83644 83326 83768  total = 22.876750 per ms 
01:06:51.325 16  switches: flows:  88641 91063 88910 89849 88373 89799 92295 88118 84236 84750 84910 84311 80462 86197 83617 85277  total = 23.141474 per ms 
01:07:51.425 16  switches: flows:  94626 94380 94721 93398 92611 91893 97101 91472 90975 86835 89305 86579 86572 89292 88089 86507  total = 24.198851 per ms 
01:08:51.526 16  switches: flows:  90431 91034 91380 90171 90656 90106 93148 89522 86082 84914 86696 85136 81945 86221 84937 84097  total = 23.402174 per ms 
01:09:51.626 16  switches: flows:  91026 89675 91052 92413 90597 91791 93756 90791 85950 83803 85143 84825 83082 85662 84593 84667  total = 23.441292 per ms 
01:10:51.726 16  switches: flows:  92108 91439 91996 91740 91059 91020 94927 90177 88902 84878 86010 86218 82144 86535 84064 85737  total = 23.609828 per ms 
RESULT: 16 switches 9 tests min/max/avg/stdev = 21834.22/24198.85/23042.58/7715.51 responses/s</msg>
<arg>${output}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-09-11T01:10:51.737226" elapsed="0.000757"/>
</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-09-11T01:10:51.738311" elapsed="0.000741"/>
</kw>
<kw name="Get Lines Containing String" owner="String">
<msg time="2026-09-11T01:10:51.739874" level="INFO">1 out of 23 lines matched.</msg>
<msg time="2026-09-11T01:10:51.740067" level="INFO">${result_line} = RESULT: 16 switches 9 tests min/max/avg/stdev = 21834.22/24198.85/23042.58/7715.51 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-09-11T01:10:51.739405" elapsed="0.000711"/>
</kw>
<kw name="Split String" owner="String">
<msg time="2026-09-11T01:10:51.740981" level="INFO">@{results_list} = [ RESULT: | 16 | switches | 9 | tests | min/max/avg/stdev | = | 21834.22/24198.85/23042.58/7715.51 | 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-09-11T01:10:51.740455" elapsed="0.000580"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-09-11T01:10:51.746246" 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-09-11T01:10:51.741380" elapsed="0.004983"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-09-11T01:10:51.751276" level="INFO">21834.22/24198.85/23042.58/7715.51</msg>
<arg>${results_list[7]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-09-11T01:10:51.746685" elapsed="0.004705"/>
</kw>
<kw name="Split String" owner="String">
<msg time="2026-09-11T01:10:51.756379" 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-09-11T01:10:51.751769" elapsed="0.004664"/>
</kw>
<kw name="Split String" owner="String">
<msg time="2026-09-11T01:10:51.761709" level="INFO">@{result_value_list} = [ 21834.22 | 24198.85 | 23042.58 | 7715.51 ]</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-09-11T01:10:51.756836" elapsed="0.004929"/>
</kw>
<kw name="Get Length" owner="BuiltIn">
<msg time="2026-09-11T01:10:51.762795" level="INFO">Length is 4.</msg>
<msg time="2026-09-11T01:10:51.762986" 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-09-11T01:10:51.762078" elapsed="0.000955"/>
</kw>
<for flavor="IN RANGE">
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-09-11T01:10:51.771341" level="INFO">min :: 21834.22</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-09-11T01:10:51.763890" elapsed="0.007526"/>
</kw>
<var name="${i}">0</var>
<status status="PASS" start="2026-09-11T01:10:51.763614" elapsed="0.007846"/>
</iter>
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-09-11T01:10:51.777590" level="INFO">max :: 24198.85</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-09-11T01:10:51.771769" elapsed="0.005901"/>
</kw>
<var name="${i}">1</var>
<status status="PASS" start="2026-09-11T01:10:51.771600" elapsed="0.006118"/>
</iter>
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-09-11T01:10:51.783503" level="INFO">avg :: 23042.58</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-09-11T01:10:51.778000" elapsed="0.005592"/>
</kw>
<var name="${i}">2</var>
<status status="PASS" start="2026-09-11T01:10:51.777836" elapsed="0.005799"/>
</iter>
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-09-11T01:10:51.789328" level="INFO">stdev :: 7715.51</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-09-11T01:10:51.783910" elapsed="0.005488"/>
</kw>
<var name="${i}">3</var>
<status status="PASS" start="2026-09-11T01:10:51.783749" elapsed="0.005691"/>
</iter>
<var>${i}</var>
<value>0</value>
<value>${num_stats}</value>
<status status="PASS" start="2026-09-11T01:10:51.763162" elapsed="0.026318"/>
</for>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-09-11T01:10:51.794643" level="INFO">${min} = 21834.22</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-09-11T01:10:51.789696" elapsed="0.004971"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-09-11T01:10:51.799530" level="INFO">${max} = 24198.85</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-09-11T01:10:51.794825" elapsed="0.004732"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-09-11T01:10:51.803150" level="INFO">${average} = 23042.58</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-09-11T01:10:51.799703" elapsed="0.003487"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-09-11T01:10:51.806803" level="INFO">${stdev} = 7715.51</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-09-11T01:10:51.803331" elapsed="0.003495"/>
</kw>
<kw name="Get Time" owner="BuiltIn">
<msg time="2026-09-11T01:10:51.807316" level="INFO">${date} = 2026-09-11 01:10:51</msg>
<var>${date}</var>
<arg>d,m,s</arg>
<doc>Returns the given time in the requested format.</doc>
<status status="PASS" start="2026-09-11T01:10:51.806970" elapsed="0.000369"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-09-11T01:10:51.807874" level="INFO">CBench Result: 2026-09-11 01:10:51,-m 60000 -M 100 -S 16 -l 10 -D 5000 -p 6633,21834.22,24198.85,23042.58,7715.51</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-09-11T01:10:51.807473" elapsed="0.000451"/>
</kw>
<kw name="Log Results And Determine Status">
<kw name="Append To File" owner="OperatingSystem">
<msg time="2026-09-11T01:10:51.808921" 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-09-11T01:10:51.808508" elapsed="0.000473"/>
</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-09-11T01:10:51.809117" elapsed="0.000457"/>
</kw>
<arg>${min}</arg>
<arg>${max}</arg>
<arg>${average}</arg>
<arg>${average_threshold}</arg>
<arg>${output_filename}</arg>
<status status="PASS" start="2026-09-11T01:10:51.808064" elapsed="0.001568"/>
</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-09-11T01:00:45.206858" elapsed="606.602840"/>
</kw>
<kw name="Sleep" owner="BuiltIn">
<msg time="2026-09-11T01:10:51.810122" 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-09-11T01:10:51.809833" elapsed="0.000354"/>
</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-09-11T01:10:51.810670" elapsed="0.000252"/>
</kw>
<status status="PASS" start="2026-09-11T01:10:51.810377" elapsed="0.000608"/>
</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-09-11T01:00:45.204320" elapsed="606.606697"/>
</test>
<test id="s1-t2" name="Cbench Throughput Test" line="51">
<kw name="Log" owner="BuiltIn">
<msg time="2026-09-11T01:10:51.812336" 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-09-11T01:10:51.811969" elapsed="0.000419"/>
</kw>
<kw name="Run Cbench And Log Results">
<kw name="Set Suite Variable" owner="BuiltIn">
<msg time="2026-09-11T01:10:51.813614" 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-09-11T01:10:51.813306" elapsed="0.000347"/>
</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-09-11T01:10:51.813981" elapsed="0.000021"/>
</kw>
<status status="NOT RUN" start="2026-09-11T01:10:51.813724" elapsed="0.000312"/>
</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-09-11T01:10:51.816959" elapsed="0.000023"/>
</kw>
<status status="NOT RUN" start="2026-09-11T01:10:51.816695" elapsed="0.000323"/>
</branch>
<status status="PASS" start="2026-09-11T01:10:51.816672" elapsed="0.000368"/>
</if>
<kw name="Get Connection" owner="SSHLibrary">
<msg time="2026-09-11T01:10:51.817401" 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-09-11T01:10:51.817530" 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-09-11T01:10:51.817166" elapsed="0.000391"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-09-11T01:10:51.818095" level="INFO">Attempting to execute command "/usr/local/bin/cbench -c 10.30.171.210 -t -m 60000 -M 100 -S 16 -l 10 -D 5000 -p 6633" on remote system "10.30.170.123" 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-09-11T01:10:51.817684" elapsed="0.000465"/>
</kw>
<kw name="Open Connection" owner="SSHLibrary">
<msg time="2026-09-11T01:10:51.818675" 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-09-11T01:10:51.818294" elapsed="0.000404"/>
</kw>
<kw name="Flexible_SSH_Login" owner="SSHKeywords">
<kw name="Get Length" owner="BuiltIn">
<msg time="2026-09-11T01:10:51.819580" level="INFO">Length is 0.</msg>
<msg time="2026-09-11T01:10:51.819660" 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-09-11T01:10:51.819267" elapsed="0.000414"/>
</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-09-11T01:10:51.819812" elapsed="0.000313"/>
</kw>
<kw name="Run Keyword And Return" owner="BuiltIn">
<kw name="Login With Public Key" owner="SSHLibrary">
<msg time="2026-09-11T01:10:51.820944" level="INFO">Logging into '10.30.170.123:22' as 'jenkins'.</msg>
<msg time="2026-09-11T01:10:52.439878" level="INFO">Read output: Welcome to Ubuntu 22.04.5 LTS (GNU/Linux 5.15.0-187-generic x86_64)

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

 System information as of Fri Sep 11 01:10:52 UTC 2026

  System load:  1.0                Processes:             104
  Usage of /:   19.8% of 38.58GB   Users logged in:       0
  Memory usage: 4%                 IPv4 address for ens3: 10.30.170.123
  Swap usage:   0%


Expanded Security Maintenance for Applications is not enabled.

5 updates can be applied immediately.
To see these additional updates run: apt list --upgradable

14 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: Fri Sep 11 01:00:45 2026 from 10.30.171.164
[?2004h[jenkins@releng-48317-835-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-09-11T01:10:51.820616" elapsed="0.619446"/>
</kw>
<msg time="2026-09-11T01:10:52.440145" 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-09-11T01:10:51.820278" elapsed="0.619971"/>
</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-09-11T01:10:51.818898" elapsed="0.621459"/>
</kw>
<kw name="Execute Command" owner="SSHLibrary">
<msg time="2026-09-11T01:10:52.440863" level="INFO">Executing command '/usr/local/bin/cbench -c 10.30.171.210 -t -m 60000 -M 100 -S 16 -l 10 -D 5000 -p 6633'.</msg>
<msg time="2026-09-11T01:20:58.489016" level="INFO">Command exited with return code 0.</msg>
<msg time="2026-09-11T01:20:58.489460" level="INFO">${stdout} = </msg>
<msg time="2026-09-11T01:20:58.489521" level="INFO">${stderr} = cbench: controller benchmarking tool
   running in mode 'throughput'
   connecting to controller at 10.30.171.210: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-09-11T01:10:52.440571" elapsed="606.048984"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-09-11T01:20:58.489881" elapsed="0.000521"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-09-11T01:20:58.491107" level="INFO">cbench: controller benchmarking tool
   running in mode 'throughput'
   connecting to controller at 10.30.171.210: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.210. So far 1 cbench instances have initialized their switches.  Waiting for other cbench-instances
Thread-0: Total switches from ALL cbench-instances initialized.
01:11:57.568 16  switches: flows:  628917 623724 608843 617636 606096 623526 612814 625473 619434 614372 623960 627238 624707 633247 622466 627850  total = 165.671717 per ms 
01:12:57.672 16  switches: flows:  657581 656404 665621 660893 664314 661906 666999 661446 649489 656617 653667 654218 662185 663080 660510 662706  total = 175.654434 per ms 
01:13:57.778 16  switches: flows:  671569 667761 667562 675407 667228 674849 670238 681666 676356 666010 668405 663018 667248 671244 669342 671758  total = 178.524510 per ms 
01:14:57.880 16  switches: flows:  653222 652733 654279 649395 655835 653159 654474 665463 651803 651356 656951 655654 660921 649164 654918 657514  total = 174.318492 per ms 
01:15:57.983 16  switches: flows:  645914 645499 647087 645572 637462 641993 650963 654354 649857 651099 648248 652110 649201 649495 645931 650364  total = 172.458292 per ms 
01:16:58.087 16  switches: flows:  621057 630773 629835 615519 632172 625218 631027 628623 628742 622350 629451 622307 633532 620403 628577 625903  total = 166.805681 per ms 
01:17:58.189 16  switches: flows:  660098 645509 659909 657694 654803 659794 655202 659994 659925 653802 655646 650384 656481 659040 659645 671184  total = 175.023076 per ms 
01:18:58.290 16  switches: flows:  660313 656028 656702 657604 654756 649096 657993 662856 664764 657559 662767 662855 658349 652705 652729 663835  total = 175.221398 per ms 
01:19:58.391 16  switches: flows:  678101 677838 675979 668003 682226 670065 675288 674533 673347 671436 674116 673063 678341 672931 664511 672053  total = 179.394587 per ms 
01:20:58.492 16  switches: flows:  625094 644739 634654 629058 641583 638874 640137 642477 631542 640873 643934 640085 642862 635314 634517 642846  total = 169.858515 per ms 
RESULT: 16 switches 9 tests min/max/avg/stdev = 166805.68/179394.59/174139.89/58167.15 responses/s</msg>
<arg>${stderr}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-09-11T01:20:58.490645" elapsed="0.000709"/>
</kw>
<if>
<branch type="IF" condition="&quot;${return_stdout}&quot;!=&quot;True&quot;">
<return>
<value>${stderr}</value>
<status status="PASS" start="2026-09-11T01:20:58.491659" elapsed="0.000044"/>
</return>
<status status="PASS" start="2026-09-11T01:20:58.491466" elapsed="0.000284"/>
</branch>
<status status="PASS" start="2026-09-11T01:20:58.491435" elapsed="0.000348"/>
</if>
<if>
<branch type="IF" condition="&quot;${return_stderr}&quot;!=&quot;True&quot;">
<return>
<value>${stdout}</value>
<status status="NOT RUN" start="2026-09-11T01:20:58.491905" elapsed="0.000016"/>
</return>
<status status="NOT RUN" start="2026-09-11T01:20:58.491857" elapsed="0.000100"/>
</branch>
<status status="NOT RUN" start="2026-09-11T01:20:58.491838" elapsed="0.000147"/>
</if>
<return>
<value>${stdout}</value>
<value>${stderr}</value>
<status status="NOT RUN" start="2026-09-11T01:20:58.492025" elapsed="0.000017"/>
</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-09-11T01:20:58.495567" elapsed="0.000448"/>
</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-09-11T01:20:58.496248" elapsed="0.000224"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-09-11T01:20:58.496648" elapsed="0.000138"/>
</kw>
<arg>${current_ssh_connection.index}</arg>
<doc>Restore active SSH connection in SSHLibrary to given index.</doc>
<status status="PASS" start="2026-09-11T01:20:58.492504" elapsed="0.004351"/>
</kw>
<msg time="2026-09-11T01:20:58.497036" level="INFO">${output} = cbench: controller benchmarking tool
   running in mode 'throughput'
   connecting to controller at 10.30.171.210: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-09-11T01:10:51.814363" elapsed="606.682709"/>
</kw>
<status status="PASS" start="2026-09-11T01:10:51.814059" elapsed="606.683076"/>
</branch>
<status status="PASS" start="2026-09-11T01:10:51.813703" elapsed="606.683462"/>
</if>
<kw name="Log" owner="BuiltIn">
<msg time="2026-09-11T01:20:58.497778" level="INFO">cbench: controller benchmarking tool
   running in mode 'throughput'
   connecting to controller at 10.30.171.210: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.210. So far 1 cbench instances have initialized their switches.  Waiting for other cbench-instances
Thread-0: Total switches from ALL cbench-instances initialized.
01:11:57.568 16  switches: flows:  628917 623724 608843 617636 606096 623526 612814 625473 619434 614372 623960 627238 624707 633247 622466 627850  total = 165.671717 per ms 
01:12:57.672 16  switches: flows:  657581 656404 665621 660893 664314 661906 666999 661446 649489 656617 653667 654218 662185 663080 660510 662706  total = 175.654434 per ms 
01:13:57.778 16  switches: flows:  671569 667761 667562 675407 667228 674849 670238 681666 676356 666010 668405 663018 667248 671244 669342 671758  total = 178.524510 per ms 
01:14:57.880 16  switches: flows:  653222 652733 654279 649395 655835 653159 654474 665463 651803 651356 656951 655654 660921 649164 654918 657514  total = 174.318492 per ms 
01:15:57.983 16  switches: flows:  645914 645499 647087 645572 637462 641993 650963 654354 649857 651099 648248 652110 649201 649495 645931 650364  total = 172.458292 per ms 
01:16:58.087 16  switches: flows:  621057 630773 629835 615519 632172 625218 631027 628623 628742 622350 629451 622307 633532 620403 628577 625903  total = 166.805681 per ms 
01:17:58.189 16  switches: flows:  660098 645509 659909 657694 654803 659794 655202 659994 659925 653802 655646 650384 656481 659040 659645 671184  total = 175.023076 per ms 
01:18:58.290 16  switches: flows:  660313 656028 656702 657604 654756 649096 657993 662856 664764 657559 662767 662855 658349 652705 652729 663835  total = 175.221398 per ms 
01:19:58.391 16  switches: flows:  678101 677838 675979 668003 682226 670065 675288 674533 673347 671436 674116 673063 678341 672931 664511 672053  total = 179.394587 per ms 
01:20:58.492 16  switches: flows:  625094 644739 634654 629058 641583 638874 640137 642477 631542 640873 643934 640085 642862 635314 634517 642846  total = 169.858515 per ms 
RESULT: 16 switches 9 tests min/max/avg/stdev = 166805.68/179394.59/174139.89/58167.15 responses/s</msg>
<arg>${output}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-09-11T01:20:58.497387" elapsed="0.000492"/>
</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-09-11T01:20:58.498077" elapsed="0.000530"/>
</kw>
<kw name="Get Lines Containing String" owner="String">
<msg time="2026-09-11T01:20:58.499124" level="INFO">1 out of 23 lines matched.</msg>
<msg time="2026-09-11T01:20:58.499275" level="INFO">${result_line} = RESULT: 16 switches 9 tests min/max/avg/stdev = 166805.68/179394.59/174139.89/58167.15 responses/s</msg>
<var>${result_line}</var>
<arg>${output}</arg>
<arg>RESULT</arg>
<doc>Returns lines of the given ``string`` that contain the ``pattern``.</doc>
<status status="PASS" start="2026-09-11T01:20:58.498822" elapsed="0.000566"/>
</kw>
<kw name="Split String" owner="String">
<msg time="2026-09-11T01:20:58.499939" level="INFO">@{results_list} = [ RESULT: | 16 | switches | 9 | tests | min/max/avg/stdev | = | 166805.68/179394.59/174139.89/58167.15 | responses/s ]</msg>
<var>@{results_list}</var>
<arg>${result_line}</arg>
<doc>Splits the ``string`` using ``separator`` as a delimiter string.</doc>
<status status="PASS" start="2026-09-11T01:20:58.499600" elapsed="0.000374"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-09-11T01:20:58.503331" 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-09-11T01:20:58.500165" elapsed="0.003239"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-09-11T01:20:58.506427" level="INFO">166805.68/179394.59/174139.89/58167.15</msg>
<arg>${results_list[7]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-09-11T01:20:58.503589" elapsed="0.002908"/>
</kw>
<kw name="Split String" owner="String">
<msg time="2026-09-11T01:20:58.509489" 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-09-11T01:20:58.506685" elapsed="0.002838"/>
</kw>
<kw name="Split String" owner="String">
<msg time="2026-09-11T01:20:58.512581" level="INFO">@{result_value_list} = [ 166805.68 | 179394.59 | 174139.89 | 58167.15 ]</msg>
<var>@{result_value_list}</var>
<arg>${results_list[7]}</arg>
<arg>/</arg>
<doc>Splits the ``string`` using ``separator`` as a delimiter string.</doc>
<status status="PASS" start="2026-09-11T01:20:58.509767" elapsed="0.002848"/>
</kw>
<kw name="Get Length" owner="BuiltIn">
<msg time="2026-09-11T01:20:58.513217" level="INFO">Length is 4.</msg>
<msg time="2026-09-11T01:20:58.513343" 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-09-11T01:20:58.512808" elapsed="0.000564"/>
</kw>
<for flavor="IN RANGE">
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-09-11T01:20:58.519677" level="INFO">min :: 166805.68</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-09-11T01:20:58.513854" elapsed="0.005894"/>
</kw>
<var name="${i}">0</var>
<status status="PASS" start="2026-09-11T01:20:58.513690" elapsed="0.006102"/>
</iter>
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-09-11T01:20:58.525749" level="INFO">max :: 179394.59</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-09-11T01:20:58.520069" elapsed="0.005753"/>
</kw>
<var name="${i}">1</var>
<status status="PASS" start="2026-09-11T01:20:58.519906" elapsed="0.005962"/>
</iter>
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-09-11T01:20:58.532871" level="INFO">avg :: 174139.89</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-09-11T01:20:58.526150" elapsed="0.006808"/>
</kw>
<var name="${i}">2</var>
<status status="PASS" start="2026-09-11T01:20:58.525981" elapsed="0.007029"/>
</iter>
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-09-11T01:20:58.539509" level="INFO">stdev :: 58167.15</msg>
<arg>${result_name_list[${i}]} :: ${result_value_list[${i}]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-09-11T01:20:58.533404" elapsed="0.006223"/>
</kw>
<var name="${i}">3</var>
<status status="PASS" start="2026-09-11T01:20:58.533146" elapsed="0.006544"/>
</iter>
<var>${i}</var>
<value>0</value>
<value>${num_stats}</value>
<status status="PASS" start="2026-09-11T01:20:58.513454" elapsed="0.026284"/>
</for>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-09-11T01:20:58.545988" level="INFO">${min} = 166805.68</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-09-11T01:20:58.540021" elapsed="0.006019"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-09-11T01:20:58.552526" level="INFO">${max} = 179394.59</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-09-11T01:20:58.546332" elapsed="0.006239"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-09-11T01:20:58.557771" level="INFO">${average} = 174139.89</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-09-11T01:20:58.552835" elapsed="0.004968"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-09-11T01:20:58.561633" level="INFO">${stdev} = 58167.15</msg>
<var>${stdev}</var>
<arg>${result_value_list[${3}]}</arg>
<doc>Returns the given values which can then be assigned to a variables.</doc>
<status status="PASS" start="2026-09-11T01:20:58.557952" elapsed="0.003706"/>
</kw>
<kw name="Get Time" owner="BuiltIn">
<msg time="2026-09-11T01:20:58.562143" level="INFO">${date} = 2026-09-11 01:20:58</msg>
<var>${date}</var>
<arg>d,m,s</arg>
<doc>Returns the given time in the requested format.</doc>
<status status="PASS" start="2026-09-11T01:20:58.561810" elapsed="0.000371"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-09-11T01:20:58.562708" level="INFO">CBench Result: 2026-09-11 01:20:58,-t -m 60000 -M 100 -S 16 -l 10 -D 5000 -p 6633,166805.68,179394.59,174139.89,58167.15</msg>
<arg>CBench Result: ${date},${cbench_args},${min},${max},${average},${stdev}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-09-11T01:20:58.562334" elapsed="0.000425"/>
</kw>
<kw name="Log Results And Determine Status">
<kw name="Append To File" owner="OperatingSystem">
<msg time="2026-09-11T01:20:58.563771" 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-09-11T01:20:58.563378" elapsed="0.000453"/>
</kw>
<kw name="Should Be True" owner="BuiltIn">
<arg>${average} &gt; ${threshold}</arg>
<arg>${average} flow_mods per/sec did not exceed threshold of ${threshold}</arg>
<doc>Fails if the given condition is not true.</doc>
<status status="PASS" start="2026-09-11T01:20:58.563967" elapsed="0.000481"/>
</kw>
<arg>${min}</arg>
<arg>${max}</arg>
<arg>${average}</arg>
<arg>${average_threshold}</arg>
<arg>${output_filename}</arg>
<status status="PASS" start="2026-09-11T01:20:58.562911" elapsed="0.001597"/>
</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-09-11T01:10:51.812772" elapsed="606.751789"/>
</kw>
<kw name="Sleep" owner="BuiltIn">
<msg time="2026-09-11T01:20:58.564985" 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-09-11T01:20:58.564696" elapsed="0.000339"/>
</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-09-11T01:20:58.565528" elapsed="0.000240"/>
</kw>
<status status="PASS" start="2026-09-11T01:20:58.565254" elapsed="0.000575"/>
</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-09-11T01:10:51.811418" elapsed="606.754445"/>
</test>
<test id="s1-t3" name="Rerun Latency Test To Check Bug 6176" line="65">
<kw name="Log" owner="BuiltIn">
<msg time="2026-09-11T01:20:58.567366" 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-09-11T01:20:58.566994" elapsed="0.000422"/>
</kw>
<kw name="Run Cbench And Log Results">
<kw name="Set Suite Variable" owner="BuiltIn">
<msg time="2026-09-11T01:20:58.568755" 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-09-11T01:20:58.568204" elapsed="0.000680"/>
</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-09-11T01:20:58.569256" elapsed="0.000020"/>
</kw>
<status status="NOT RUN" start="2026-09-11T01:20:58.569024" elapsed="0.000285"/>
</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-09-11T01:20:58.572080" elapsed="0.000019"/>
</kw>
<status status="NOT RUN" start="2026-09-11T01:20:58.571851" elapsed="0.000279"/>
</branch>
<status status="PASS" start="2026-09-11T01:20:58.571835" elapsed="0.000316"/>
</if>
<kw name="Get Connection" owner="SSHLibrary">
<msg time="2026-09-11T01:20:58.572485" 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-09-11T01:20:58.572590" 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-09-11T01:20:58.572302" elapsed="0.000311"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-09-11T01:20:58.573104" level="INFO">Attempting to execute command "/usr/local/bin/cbench -c 10.30.171.210 -m 60000 -M 100 -S 16 -l 10 -D 5000 -p 6633" on remote system "10.30.170.123" 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-09-11T01:20:58.572734" elapsed="0.000421"/>
</kw>
<kw name="Open Connection" owner="SSHLibrary">
<msg time="2026-09-11T01:20:58.573673" 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-09-11T01:20:58.573316" elapsed="0.000381"/>
</kw>
<kw name="Flexible_SSH_Login" owner="SSHKeywords">
<kw name="Get Length" owner="BuiltIn">
<msg time="2026-09-11T01:20:58.574518" level="INFO">Length is 0.</msg>
<msg time="2026-09-11T01:20:58.574596" 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-09-11T01:20:58.574221" elapsed="0.000396"/>
</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-09-11T01:20:58.574743" elapsed="0.000288"/>
</kw>
<kw name="Run Keyword And Return" owner="BuiltIn">
<kw name="Login With Public Key" owner="SSHLibrary">
<msg time="2026-09-11T01:20:58.575821" level="INFO">Logging into '10.30.170.123:22' as 'jenkins'.</msg>
<msg time="2026-09-11T01:20:59.195464" level="INFO">Read output: Welcome to Ubuntu 22.04.5 LTS (GNU/Linux 5.15.0-187-generic x86_64)

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

 System information as of Fri Sep 11 01:20:58 UTC 2026

  System load:  0.4                Processes:             105
  Usage of /:   19.8% of 38.58GB   Users logged in:       0
  Memory usage: 4%                 IPv4 address for ens3: 10.30.170.123
  Swap usage:   0%


Expanded Security Maintenance for Applications is not enabled.

5 updates can be applied immediately.
To see these additional updates run: apt list --upgradable

14 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: Fri Sep 11 01:10:52 2026 from 10.30.171.164
[?2004h[jenkins@releng-48317-835-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-09-11T01:20:58.575508" elapsed="0.620169"/>
</kw>
<msg time="2026-09-11T01:20:59.195782" 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-09-11T01:20:58.575185" elapsed="0.620690"/>
</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-09-11T01:20:58.573876" elapsed="0.622131"/>
</kw>
<kw name="Execute Command" owner="SSHLibrary">
<msg time="2026-09-11T01:20:59.196660" level="INFO">Executing command '/usr/local/bin/cbench -c 10.30.171.210 -m 60000 -M 100 -S 16 -l 10 -D 5000 -p 6633'.</msg>
<msg time="2026-09-11T01:31:05.215147" level="INFO">Command exited with return code 0.</msg>
<msg time="2026-09-11T01:31:05.215572" level="INFO">${stdout} = </msg>
<msg time="2026-09-11T01:31:05.215632" level="INFO">${stderr} = cbench: controller benchmarking tool
   running in mode 'latency'
   connecting to controller at 10.30.171.210:6633 
   faking 16 switches with 1 threads :: 10 tests each; 60000 ms per test
   with 10...</msg>
<var>${stdout}</var>
<var>${stderr}</var>
<arg>${cmd}</arg>
<arg>return_stderr=True</arg>
<doc>Executes ``command`` on the remote machine and returns its outputs.</doc>
<status status="PASS" start="2026-09-11T01:20:59.196302" elapsed="606.019363"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-09-11T01:31:05.215958" elapsed="0.000497"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-09-11T01:31:05.217116" level="INFO">cbench: controller benchmarking tool
   running in mode 'latency'
   connecting to controller at 10.30.171.210: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.210. So far 1 cbench instances have initialized their switches.  Waiting for other cbench-instances
Thread-0: Total switches from ALL cbench-instances initialized.
01:22:04.328 16  switches: flows:  96169 87406 88327 86959 88070 87187 99461 86121 85367 86077 83885 84859 84630 83668 84248 84856  total = 23.288167 per ms 
01:23:04.428 16  switches: flows:  92860 91939 90254 89358 90030 90732 89747 86960 87968 87093 86540 86023 86379 84870 86890 84798  total = 23.501468 per ms 
01:24:04.529 16  switches: flows:  91649 95640 92800 87581 89111 90031 90244 86539 87878 83917 87735 86068 85285 85254 87878 84421  total = 23.494609 per ms 
01:25:04.630 16  switches: flows:  96231 99671 94398 91645 93160 93441 91656 89683 90430 86212 88992 88521 88479 86556 87892 87820  total = 24.206041 per ms 
01:26:04.731 16  switches: flows:  97267 100008 94986 90781 94437 96103 93083 89963 92825 87358 87902 88800 88502 89951 89617 89633  total = 24.479421 per ms 
01:27:04.832 16  switches: flows:  94488 98811 92805 91445 93213 93320 89187 88594 90794 86359 87237 86697 85519 86284 88413 86695  total = 23.957673 per ms 
01:28:04.933 16  switches: flows:  93692 100976 94738 90350 95617 94052 91963 90360 90239 86239 85179 89056 85998 87027 89755 89519  total = 24.205561 per ms 
01:29:05.034 16  switches: flows:  97691 101227 96628 91752 96846 96202 91307 92367 92248 88120 87450 91086 88774 86867 90652 90698  total = 24.624099 per ms 
01:30:05.134 16  switches: flows:  97422 101360 96049 90320 96058 96052 90963 88731 91185 86446 88057 90968 88423 86689 89446 89316  total = 24.417341 per ms 
01:31:05.235 16  switches: flows:  95929 100063 93605 89865 94005 94534 89585 87508 91336 85361 84781 87577 86314 87063 88540 87429  total = 24.018137 per ms 
RESULT: 16 switches 9 tests min/max/avg/stdev = 23494.61/24624.10/24100.48/8042.43 responses/s</msg>
<arg>${stderr}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-09-11T01:31:05.216675" elapsed="0.000668"/>
</kw>
<if>
<branch type="IF" condition="&quot;${return_stdout}&quot;!=&quot;True&quot;">
<return>
<value>${stderr}</value>
<status status="PASS" start="2026-09-11T01:31:05.217639" elapsed="0.000043"/>
</return>
<status status="PASS" start="2026-09-11T01:31:05.217452" elapsed="0.000274"/>
</branch>
<status status="PASS" start="2026-09-11T01:31:05.217422" elapsed="0.000337"/>
</if>
<if>
<branch type="IF" condition="&quot;${return_stderr}&quot;!=&quot;True&quot;">
<return>
<value>${stdout}</value>
<status status="NOT RUN" start="2026-09-11T01:31:05.217875" elapsed="0.000015"/>
</return>
<status status="NOT RUN" start="2026-09-11T01:31:05.217830" elapsed="0.000095"/>
</branch>
<status status="NOT RUN" start="2026-09-11T01:31:05.217810" elapsed="0.000141"/>
</if>
<return>
<value>${stdout}</value>
<value>${stderr}</value>
<status status="NOT RUN" start="2026-09-11T01:31:05.217988" elapsed="0.000016"/>
</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-09-11T01:31:05.221581" elapsed="0.000417"/>
</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-09-11T01:31:05.222205" elapsed="0.000218"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-09-11T01:31:05.222589" elapsed="0.000122"/>
</kw>
<arg>${current_ssh_connection.index}</arg>
<doc>Restore active SSH connection in SSHLibrary to given index.</doc>
<status status="PASS" start="2026-09-11T01:31:05.218453" elapsed="0.004324"/>
</kw>
<msg time="2026-09-11T01:31:05.222933" level="INFO">${output} = cbench: controller benchmarking tool
   running in mode 'latency'
   connecting to controller at 10.30.171.210:6633 
   faking 16 switches with 1 threads :: 10 tests each; 60000 ms per test
   with 10...</msg>
<var>${output}</var>
<arg>${cbench_system}</arg>
<arg>${cbench_executable} -c ${ODL_SYSTEM_IP} ${cbench_args}</arg>
<arg>prompt_timeout=${test_timeout}</arg>
<arg>return_stdout=False</arg>
<arg>return_stderr=True</arg>
<doc>Reduces the common work of running a command on a remote system to a single higher level
robot keyword, taking care to log in with a public key and. The command given is written and the return value
depends on the passed argument values of return_stdout (default: True) and return_stderr (default: False).
At least one should be True, or the keyword will exit and FAIL. If both are True, the resulting return value
will be a two element list containing both. Otherwise the resulting return value is a string.
No test conditions are checked.</doc>
<status status="PASS" start="2026-09-11T01:20:58.569619" elapsed="606.653347"/>
</kw>
<status status="PASS" start="2026-09-11T01:20:58.569332" elapsed="606.653695"/>
</branch>
<status status="PASS" start="2026-09-11T01:20:58.569002" elapsed="606.654053"/>
</if>
<kw name="Log" owner="BuiltIn">
<msg time="2026-09-11T01:31:05.223638" level="INFO">cbench: controller benchmarking tool
   running in mode 'latency'
   connecting to controller at 10.30.171.210: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.210. So far 1 cbench instances have initialized their switches.  Waiting for other cbench-instances
Thread-0: Total switches from ALL cbench-instances initialized.
01:22:04.328 16  switches: flows:  96169 87406 88327 86959 88070 87187 99461 86121 85367 86077 83885 84859 84630 83668 84248 84856  total = 23.288167 per ms 
01:23:04.428 16  switches: flows:  92860 91939 90254 89358 90030 90732 89747 86960 87968 87093 86540 86023 86379 84870 86890 84798  total = 23.501468 per ms 
01:24:04.529 16  switches: flows:  91649 95640 92800 87581 89111 90031 90244 86539 87878 83917 87735 86068 85285 85254 87878 84421  total = 23.494609 per ms 
01:25:04.630 16  switches: flows:  96231 99671 94398 91645 93160 93441 91656 89683 90430 86212 88992 88521 88479 86556 87892 87820  total = 24.206041 per ms 
01:26:04.731 16  switches: flows:  97267 100008 94986 90781 94437 96103 93083 89963 92825 87358 87902 88800 88502 89951 89617 89633  total = 24.479421 per ms 
01:27:04.832 16  switches: flows:  94488 98811 92805 91445 93213 93320 89187 88594 90794 86359 87237 86697 85519 86284 88413 86695  total = 23.957673 per ms 
01:28:04.933 16  switches: flows:  93692 100976 94738 90350 95617 94052 91963 90360 90239 86239 85179 89056 85998 87027 89755 89519  total = 24.205561 per ms 
01:29:05.034 16  switches: flows:  97691 101227 96628 91752 96846 96202 91307 92367 92248 88120 87450 91086 88774 86867 90652 90698  total = 24.624099 per ms 
01:30:05.134 16  switches: flows:  97422 101360 96049 90320 96058 96052 90963 88731 91185 86446 88057 90968 88423 86689 89446 89316  total = 24.417341 per ms 
01:31:05.235 16  switches: flows:  95929 100063 93605 89865 94005 94534 89585 87508 91336 85361 84781 87577 86314 87063 88540 87429  total = 24.018137 per ms 
RESULT: 16 switches 9 tests min/max/avg/stdev = 23494.61/24624.10/24100.48/8042.43 responses/s</msg>
<arg>${output}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-09-11T01:31:05.223271" elapsed="0.000460"/>
</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-09-11T01:31:05.223917" elapsed="0.000482"/>
</kw>
<kw name="Get Lines Containing String" owner="String">
<msg time="2026-09-11T01:31:05.224881" level="INFO">1 out of 23 lines matched.</msg>
<msg time="2026-09-11T01:31:05.224992" level="INFO">${result_line} = RESULT: 16 switches 9 tests min/max/avg/stdev = 23494.61/24624.10/24100.48/8042.43 responses/s</msg>
<var>${result_line}</var>
<arg>${output}</arg>
<arg>RESULT</arg>
<doc>Returns lines of the given ``string`` that contain the ``pattern``.</doc>
<status status="PASS" start="2026-09-11T01:31:05.224600" elapsed="0.000422"/>
</kw>
<kw name="Split String" owner="String">
<msg time="2026-09-11T01:31:05.225563" level="INFO">@{results_list} = [ RESULT: | 16 | switches | 9 | tests | min/max/avg/stdev | = | 23494.61/24624.10/24100.48/8042.43 | responses/s ]</msg>
<var>@{results_list}</var>
<arg>${result_line}</arg>
<doc>Splits the ``string`` using ``separator`` as a delimiter string.</doc>
<status status="PASS" start="2026-09-11T01:31:05.225249" elapsed="0.000347"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-09-11T01:31:05.228643" 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-09-11T01:31:05.225778" elapsed="0.002935"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-09-11T01:31:05.231715" level="INFO">23494.61/24624.10/24100.48/8042.43</msg>
<arg>${results_list[7]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-09-11T01:31:05.228898" elapsed="0.002886"/>
</kw>
<kw name="Split String" owner="String">
<msg time="2026-09-11T01:31:05.234806" 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-09-11T01:31:05.231974" elapsed="0.002865"/>
</kw>
<kw name="Split String" owner="String">
<msg time="2026-09-11T01:31:05.237895" level="INFO">@{result_value_list} = [ 23494.61 | 24624.10 | 24100.48 | 8042.43 ]</msg>
<var>@{result_value_list}</var>
<arg>${results_list[7]}</arg>
<arg>/</arg>
<doc>Splits the ``string`` using ``separator`` as a delimiter string.</doc>
<status status="PASS" start="2026-09-11T01:31:05.235076" elapsed="0.002853"/>
</kw>
<kw name="Get Length" owner="BuiltIn">
<msg time="2026-09-11T01:31:05.238542" level="INFO">Length is 4.</msg>
<msg time="2026-09-11T01:31:05.238665" 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-09-11T01:31:05.238120" elapsed="0.000574"/>
</kw>
<for flavor="IN RANGE">
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-09-11T01:31:05.244655" level="INFO">min :: 23494.61</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-09-11T01:31:05.239161" elapsed="0.005565"/>
</kw>
<var name="${i}">0</var>
<status status="PASS" start="2026-09-11T01:31:05.238999" elapsed="0.005770"/>
</iter>
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-09-11T01:31:05.250917" level="INFO">max :: 24624.10</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-09-11T01:31:05.245104" elapsed="0.005909"/>
</kw>
<var name="${i}">1</var>
<status status="PASS" start="2026-09-11T01:31:05.244877" elapsed="0.006184"/>
</iter>
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-09-11T01:31:05.257521" level="INFO">avg :: 24100.48</msg>
<arg>${result_name_list[${i}]} :: ${result_value_list[${i}]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-09-11T01:31:05.251422" elapsed="0.006176"/>
</kw>
<var name="${i}">2</var>
<status status="PASS" start="2026-09-11T01:31:05.251189" elapsed="0.006454"/>
</iter>
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-09-11T01:31:05.263899" level="INFO">stdev :: 8042.43</msg>
<arg>${result_name_list[${i}]} :: ${result_value_list[${i}]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-09-11T01:31:05.257926" elapsed="0.006046"/>
</kw>
<var name="${i}">3</var>
<status status="PASS" start="2026-09-11T01:31:05.257748" elapsed="0.006267"/>
</iter>
<var>${i}</var>
<value>0</value>
<value>${num_stats}</value>
<status status="PASS" start="2026-09-11T01:31:05.238770" elapsed="0.025282"/>
</for>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-09-11T01:31:05.268733" level="INFO">${min} = 23494.61</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-09-11T01:31:05.264307" elapsed="0.004450"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-09-11T01:31:05.272355" level="INFO">${max} = 24624.10</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-09-11T01:31:05.268898" elapsed="0.003481"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-09-11T01:31:05.275903" level="INFO">${average} = 24100.48</msg>
<var>${average}</var>
<arg>${result_value_list[${2}]}</arg>
<doc>Returns the given values which can then be assigned to a variables.</doc>
<status status="PASS" start="2026-09-11T01:31:05.272518" elapsed="0.003409"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-09-11T01:31:05.279480" level="INFO">${stdev} = 8042.43</msg>
<var>${stdev}</var>
<arg>${result_value_list[${3}]}</arg>
<doc>Returns the given values which can then be assigned to a variables.</doc>
<status status="PASS" start="2026-09-11T01:31:05.276064" elapsed="0.003439"/>
</kw>
<kw name="Get Time" owner="BuiltIn">
<msg time="2026-09-11T01:31:05.279961" level="INFO">${date} = 2026-09-11 01:31:05</msg>
<var>${date}</var>
<arg>d,m,s</arg>
<doc>Returns the given time in the requested format.</doc>
<status status="PASS" start="2026-09-11T01:31:05.279647" elapsed="0.000337"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-09-11T01:31:05.280505" level="INFO">CBench Result: 2026-09-11 01:31:05,-m 60000 -M 100 -S 16 -l 10 -D 5000 -p 6633,23494.61,24624.10,24100.48,8042.43</msg>
<arg>CBench Result: ${date},${cbench_args},${min},${max},${average},${stdev}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-09-11T01:31:05.280113" elapsed="0.000441"/>
</kw>
<kw name="Log Results And Determine Status">
<kw name="Append To File" owner="OperatingSystem">
<msg time="2026-09-11T01:31:05.281558" 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-09-11T01:31:05.281109" elapsed="0.000510"/>
</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-09-11T01:31:05.281753" elapsed="0.000429"/>
</kw>
<arg>${min}</arg>
<arg>${max}</arg>
<arg>${average}</arg>
<arg>${average_threshold}</arg>
<arg>${output_filename}</arg>
<status status="PASS" start="2026-09-11T01:31:05.280686" elapsed="0.001566"/>
</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-09-11T01:20:58.567704" elapsed="606.714601"/>
</kw>
<kw name="Sleep" owner="BuiltIn">
<msg time="2026-09-11T01:31:05.282715" 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-09-11T01:31:05.282436" elapsed="0.000330"/>
</kw>
<kw name="Report Failure Due To Bug" owner="Utils" type="TEARDOWN">
<kw name="Evaluate" owner="BuiltIn">
<msg time="2026-09-11T01:31:05.283862" 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-09-11T01:31:05.283431" elapsed="0.000455"/>
</kw>
<if>
<branch type="IF" condition="('${TEST_STATUS}' != 'FAIL') or ${test_skipped}">
<return>
<status status="PASS" start="2026-09-11T01:31:05.284090" elapsed="0.000031"/>
</return>
<status status="PASS" start="2026-09-11T01:31:05.283956" elapsed="0.000193"/>
</branch>
<status status="PASS" start="2026-09-11T01:31:05.283938" elapsed="0.000248"/>
</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-09-11T01:31:05.284329" elapsed="0.000020"/>
</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-09-11T01:31:05.284471" elapsed="0.000018"/>
</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-09-11T01:31:05.284612" elapsed="0.000017"/>
</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-09-11T01:31:05.284746" elapsed="0.000018"/>
</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-09-11T01:31:05.284915" elapsed="0.000018"/>
</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-09-11T01:31:05.285046" elapsed="0.000017"/>
</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-09-11T01:31:05.285193" elapsed="0.000019"/>
</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-09-11T01:31:05.285405" elapsed="0.000023"/>
</kw>
<status status="NOT RUN" start="2026-09-11T01:31:05.285281" elapsed="0.000175"/>
</branch>
<status status="NOT RUN" start="2026-09-11T01:31:05.285266" elapsed="0.000210"/>
</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-09-11T01:31:05.283105" elapsed="0.002421"/>
</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-09-11T01:20:58.566483" elapsed="606.719084"/>
</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-09-11T01:00:42.578182" elapsed="1822.708259"/>
</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>
