<?xml version="1.0" encoding="UTF-8"?>
<robot generator="Robot 7.4.2 (Python 3.11.10 on linux)" generated="2026-04-12T01:50:17.625157" 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-04-12T01:50:18.229406" elapsed="0.000022"/>
</return>
<status status="NOT RUN" start="2026-04-12T01:50:18.229272" elapsed="0.000204"/>
</branch>
<status status="PASS" start="2026-04-12T01:50:18.229243" elapsed="0.000260"/>
</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-04-12T01:50:18.229644" elapsed="0.000531"/>
</kw>
<kw name="Login" owner="SSHLibrary">
<msg time="2026-04-12T01:50:18.230636" level="INFO">Logging into '10.30.171.87:8101' as 'karaf'.</msg>
<msg time="2026-04-12T01:50:18.818696" 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-04-12T01:50:18.230343" elapsed="0.588557"/>
</kw>
<kw name="Write" owner="SSHLibrary">
<msg time="2026-04-12T01:50:18.867267" 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-04-12T01:50:18.819210" elapsed="0.048131"/>
</kw>
<kw name="Read Until Regexp" owner="SSHLibrary">
<msg time="2026-04-12T01:50:18.868998" level="INFO">[?1l&gt;[?2004l[?1h=[90m~[0m                                                                                [?2004hopendaylight-user@root&gt;</msg>
<msg time="2026-04-12T01:50:18.869101" 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-04-12T01:50:18.867525" elapsed="0.001605"/>
</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-04-12T01:50:18.869282" elapsed="0.000199"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-04-12T01:50:18.869640" elapsed="0.000195"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-12T01:50:18.870313" 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-04-12T01:50:18.869996" elapsed="0.000372"/>
</kw>
<return>
<value>${output}</value>
<status status="PASS" start="2026-04-12T01:50:18.870420" elapsed="0.000051"/>
</return>
<arg>log:set ${log_level}</arg>
<doc>Will execute the given ${cmd} by ssh'ing to the karaf console running on 10.30.171.87
Note that this keyword will open&amp;close new SSH connection, without switching back to previously current session.</doc>
<status status="PASS" start="2026-04-12T01:50:18.228886" elapsed="0.641699"/>
</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-04-12T01:50:18.225388" elapsed="0.645287"/>
</kw>
<kw name="Append To File" owner="OperatingSystem">
<msg time="2026-04-12T01:50:18.871229" 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-04-12T01:50:18.870854" elapsed="0.000430"/>
</kw>
<kw name="Append To File" owner="OperatingSystem">
<msg time="2026-04-12T01:50:18.871678" 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-04-12T01:50:18.871433" elapsed="0.000309"/>
</kw>
<kw name="Evaluate" owner="BuiltIn">
<msg time="2026-04-12T01:50:18.872298" 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-04-12T01:50:18.871894" elapsed="0.000432"/>
</kw>
<kw name="Set Suite Variable" owner="BuiltIn">
<msg time="2026-04-12T01:50:18.872842" 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-04-12T01:50:18.872514" elapsed="0.000370"/>
</kw>
<kw name="Evaluate" owner="BuiltIn">
<msg time="2026-04-12T01:50:18.873462" 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-04-12T01:50:18.873090" elapsed="0.000400"/>
</kw>
<kw name="Set Suite Variable" owner="BuiltIn">
<msg time="2026-04-12T01:50:18.873955" 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-04-12T01:50:18.873647" elapsed="0.000371"/>
</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-04-12T01:50:18.874309" elapsed="0.000022"/>
</kw>
<status status="NOT RUN" start="2026-04-12T01:50:18.874100" elapsed="0.000264"/>
</branch>
<branch type="ELSE">
<kw name="Verify File Exists On Remote System" owner="Utils">
<kw name="Open Connection" owner="SSHLibrary">
<msg time="2026-04-12T01:50:18.878709" 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-04-12T01:50:18.878286" elapsed="0.000452"/>
</kw>
<kw name="Flexible_SSH_Login" owner="SSHKeywords">
<kw name="Get Length" owner="BuiltIn">
<msg time="2026-04-12T01:50:18.879711" level="INFO">Length is 0.</msg>
<msg time="2026-04-12T01:50:18.879793" 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-04-12T01:50:18.879294" elapsed="0.000524"/>
</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-04-12T01:50:18.879958" elapsed="0.000362"/>
</kw>
<kw name="Run Keyword And Return" owner="BuiltIn">
<kw name="Login With Public Key" owner="SSHLibrary">
<msg time="2026-04-12T01:50:18.881298" level="INFO">Logging into '10.30.171.166:22' as 'jenkins'.</msg>
<msg time="2026-04-12T01:50:19.699604" level="INFO">Read output: Welcome to Ubuntu 22.04.5 LTS (GNU/Linux 5.15.0-153-generic x86_64)

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

 System information as of Sun Apr 12 01:50:19 UTC 2026

  System load:  0.08               Processes:             112
  Usage of /:   19.3% of 38.58GB   Users logged in:       0
  Memory usage: 4%                 IPv4 address for ens3: 10.30.171.166
  Swap usage:   0%


Expanded Security Maintenance for Applications is not enabled.

0 updates can be applied immediately.

9 additional security updates can be applied with ESM Apps.
Learn more about enabling ESM Apps service at https://ubuntu.com/esm


The list of available updates is more than a week old.
To check for new updates run: sudo apt update
New release '24.04.4 LTS' available.
Run 'do-release-upgrade' to upgrade to it.


[?2004h[jenkins@releng-48317-687-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-04-12T01:50:18.880812" elapsed="0.818939"/>
</kw>
<msg time="2026-04-12T01:50:19.699839" 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-04-12T01:50:18.880471" elapsed="0.819459"/>
</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-04-12T01:50:18.878941" elapsed="0.821127"/>
</kw>
<kw name="File Should Exist" owner="SSHLibrary">
<msg time="2026-04-12T01:50:19.707235" 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-04-12T01:50:19.700291" elapsed="0.008511"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-04-12T01:50:19.709084" elapsed="0.000368"/>
</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-04-12T01:50:18.877766" elapsed="0.831777"/>
</kw>
<status status="PASS" start="2026-04-12T01:50:18.874566" elapsed="0.835031"/>
</branch>
<status status="PASS" start="2026-04-12T01:50:18.874077" elapsed="0.835564"/>
</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-04-12T01:50:19.709858" elapsed="0.000699"/>
</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-04-12T01:50:19.716941" elapsed="0.000027"/>
</return>
<status status="NOT RUN" start="2026-04-12T01:50:19.716768" elapsed="0.000272"/>
</branch>
<status status="PASS" start="2026-04-12T01:50:19.716735" elapsed="0.000341"/>
</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-04-12T01:50:19.721663" elapsed="0.000014"/>
</return>
<status status="NOT RUN" start="2026-04-12T01:50:19.721550" elapsed="0.000160"/>
</branch>
<status status="PASS" start="2026-04-12T01:50:19.721531" elapsed="0.000201"/>
</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-04-12T01:50:19.721861" elapsed="0.000445"/>
</kw>
<kw name="Login" owner="SSHLibrary">
<msg time="2026-04-12T01:50:19.722851" level="INFO">Logging into '10.30.171.87:8101' as 'karaf'.</msg>
<msg time="2026-04-12T01:50:19.921075" 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-04-12T01:50:19.722596" elapsed="0.198583"/>
</kw>
<kw name="Write" owner="SSHLibrary">
<msg time="2026-04-12T01:50:20.015547" 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-04-12T01:50:19.921371" elapsed="0.094307"/>
</kw>
<kw name="Read Until Regexp" owner="SSHLibrary">
<msg time="2026-04-12T01:50:20.021875" level="INFO">[?1l&gt;[?2004l[31;1modl-openflowplugin-drop-test[0m                                    x 0.20.2           x x        x Started x [31;1modl-openflowplugin-drop-test[0m                                    x OpenDaylight :: Openflow Plugin :: Drop Test
[?1h=[90m~[0m                                                                                [?2004hopendaylight-user@root&gt;</msg>
<msg time="2026-04-12T01:50:20.022063" level="INFO">${output} = [?1l&gt;[?2004l[31;1modl-openflowplugin-drop-test[0m                                    x 0.20.2           x x        x Started x [31;1modl-openflowplugin-drop-test[0m                     ...</msg>
<var>${output}</var>
<arg>${KARAF_PROMPT}</arg>
<doc>Consumes and returns the server output until a match to ``regexp`` is found.</doc>
<status status="PASS" start="2026-04-12T01:50:20.015947" elapsed="0.006148"/>
</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-04-12T01:50:20.022234" elapsed="0.000193"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-04-12T01:50:20.022569" elapsed="0.000180"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-12T01:50:20.023200" level="INFO">[?1l&gt;[?2004l[31;1modl-openflowplugin-drop-test[0m                                    x 0.20.2           x x        x Started x [31;1modl-openflowplugin-drop-test[0m                                    x OpenDaylight :: Openflow Plugin :: Drop Test
[?1h=[90m~[0m                                                                                [?2004hopendaylight-user@root&gt;</msg>
<arg>${output}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-04-12T01:50:20.022881" elapsed="0.000375"/>
</kw>
<return>
<value>${output}</value>
<status status="PASS" start="2026-04-12T01:50:20.023305" elapsed="0.000047"/>
</return>
<msg time="2026-04-12T01:50:20.023493" level="INFO">${output} = [?1l&gt;[?2004l[31;1modl-openflowplugin-drop-test[0m                                    x 0.20.2           x x        x Started x [31;1modl-openflowplugin-drop-test[0m                     ...</msg>
<var>${output}</var>
<arg>feature:list -i | grep ${feature_name}</arg>
<arg>${controller}</arg>
<arg>${karaf_port}</arg>
<doc>Will execute the given ${cmd} by ssh'ing to the karaf console running on 10.30.171.87
Note that this keyword will open&amp;close new SSH connection, without switching back to previously current session.</doc>
<status status="PASS" start="2026-04-12T01:50:19.721196" elapsed="0.302328"/>
</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-04-12T01:50:20.023668" elapsed="0.000500"/>
</kw>
<return>
<value>${output}</value>
<status status="PASS" start="2026-04-12T01:50:20.024219" elapsed="0.000031"/>
</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-04-12T01:50:19.716344" elapsed="0.308004"/>
</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-04-12T01:50:20.028045" elapsed="0.000015"/>
</return>
<status status="NOT RUN" start="2026-04-12T01:50:20.027891" elapsed="0.000202"/>
</branch>
<status status="PASS" start="2026-04-12T01:50:20.027868" elapsed="0.000248"/>
</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-04-12T01:50:20.028241" elapsed="0.000447"/>
</kw>
<kw name="Login" owner="SSHLibrary">
<msg time="2026-04-12T01:50:20.029132" level="INFO">Logging into '10.30.171.87:8101' as 'karaf'.</msg>
<msg time="2026-04-12T01:50:20.219840" 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-04-12T01:50:20.028829" elapsed="0.191103"/>
</kw>
<kw name="Write" owner="SSHLibrary">
<msg time="2026-04-12T01:50:20.242779" 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-04-12T01:50:20.220133" elapsed="0.022708"/>
</kw>
<kw name="Read Until Regexp" owner="SSHLibrary">
<msg time="2026-04-12T01:50:20.244778" level="INFO">[?1l&gt;[?2004lDropAllFlows transitions to on
[?1h=[90m~[0m                                                                                [?2004hopendaylight-user@root&gt;</msg>
<msg time="2026-04-12T01:50:20.244877" 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-04-12T01:50:20.243007" elapsed="0.001899"/>
</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-04-12T01:50:20.245055" elapsed="0.000179"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-04-12T01:50:20.245376" elapsed="0.000159"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-12T01:50:20.245934" 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-04-12T01:50:20.245667" elapsed="0.000338"/>
</kw>
<return>
<value>${output}</value>
<status status="PASS" start="2026-04-12T01:50:20.246052" elapsed="0.000040"/>
</return>
<arg>dropallpacketsrpc on</arg>
<doc>Will execute the given ${cmd} by ssh'ing to the karaf console running on 10.30.171.87
Note that this keyword will open&amp;close new SSH connection, without switching back to previously current session.</doc>
<status status="PASS" start="2026-04-12T01:50:20.027540" elapsed="0.218655"/>
</kw>
<status status="PASS" start="2026-04-12T01:50:18.223677" elapsed="2.022576"/>
</kw>
<test id="s1-t1" name="Cbench Latency Test" line="37">
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-12T01:50:20.248881" 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-04-12T01:50:20.247093" elapsed="0.001865"/>
</kw>
<kw name="Run Cbench And Log Results">
<kw name="Set Suite Variable" owner="BuiltIn">
<msg time="2026-04-12T01:50:20.250424" 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-04-12T01:50:20.250076" elapsed="0.000392"/>
</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-04-12T01:50:20.250778" elapsed="0.000023"/>
</kw>
<status status="NOT RUN" start="2026-04-12T01:50:20.250548" elapsed="0.000290"/>
</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-04-12T01:50:20.253770" elapsed="0.000021"/>
</kw>
<status status="NOT RUN" start="2026-04-12T01:50:20.253526" elapsed="0.000300"/>
</branch>
<status status="PASS" start="2026-04-12T01:50:20.253506" elapsed="0.000345"/>
</if>
<kw name="Get Connection" owner="SSHLibrary">
<msg time="2026-04-12T01:50:20.254203" 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-04-12T01:50:20.254324" 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-04-12T01:50:20.254000" elapsed="0.000350"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-12T01:50:20.254894" level="INFO">Attempting to execute command "/usr/local/bin/cbench -c 10.30.171.87 -m 60000 -M 100 -S 16 -l 10 -D 5000 -p 6633" on remote system "10.30.171.166" 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-04-12T01:50:20.254481" elapsed="0.000473"/>
</kw>
<kw name="Open Connection" owner="SSHLibrary">
<msg time="2026-04-12T01:50:20.255551" 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-04-12T01:50:20.255108" elapsed="0.000469"/>
</kw>
<kw name="Flexible_SSH_Login" owner="SSHKeywords">
<kw name="Get Length" owner="BuiltIn">
<msg time="2026-04-12T01:50:20.256502" level="INFO">Length is 0.</msg>
<msg time="2026-04-12T01:50:20.256592" 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-04-12T01:50:20.256186" elapsed="0.000430"/>
</kw>
<kw name="Run Keyword And Return If" owner="BuiltIn">
<arg>${pwd_length} &gt; 0</arg>
<arg>SSHLibrary.Login</arg>
<arg>${user}</arg>
<arg>${password}</arg>
<arg>delay=${delay}</arg>
<doc>Runs the specified keyword and returns from the enclosing user keyword.</doc>
<status status="PASS" start="2026-04-12T01:50:20.256754" elapsed="0.000338"/>
</kw>
<kw name="Run Keyword And Return" owner="BuiltIn">
<kw name="Login With Public Key" owner="SSHLibrary">
<msg time="2026-04-12T01:50:20.257937" level="INFO">Logging into '10.30.171.166:22' as 'jenkins'.</msg>
<msg time="2026-04-12T01:50:20.573728" level="INFO">Read output: Welcome to Ubuntu 22.04.5 LTS (GNU/Linux 5.15.0-153-generic x86_64)

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

 System information as of Sun Apr 12 01:50:19 UTC 2026

  System load:  0.08               Processes:             112
  Usage of /:   19.3% of 38.58GB   Users logged in:       0
  Memory usage: 4%                 IPv4 address for ens3: 10.30.171.166
  Swap usage:   0%


Expanded Security Maintenance for Applications is not enabled.

0 updates can be applied immediately.

9 additional security updates can be applied with ESM Apps.
Learn more about enabling ESM Apps service at https://ubuntu.com/esm


The list of available updates is more than a week old.
To check for new updates run: sudo apt update
New release '24.04.4 LTS' available.
Run 'do-release-upgrade' to upgrade to it.


Last login: Sun Apr 12 01:50:19 2026 from 10.30.171.80
[?2004h[jenkins@releng-48317-687-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-04-12T01:50:20.257580" elapsed="0.316269"/>
</kw>
<msg time="2026-04-12T01:50:20.573916" 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-04-12T01:50:20.257243" elapsed="0.316763"/>
</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-04-12T01:50:20.255773" elapsed="0.318332"/>
</kw>
<kw name="Execute Command" owner="SSHLibrary">
<msg time="2026-04-12T01:50:20.574716" level="INFO">Executing command '/usr/local/bin/cbench -c 10.30.171.87 -m 60000 -M 100 -S 16 -l 10 -D 5000 -p 6633'.</msg>
<msg time="2026-04-12T02:00:26.693853" level="INFO">Command exited with return code 0.</msg>
<msg time="2026-04-12T02:00:26.694418" level="INFO">${stdout} = </msg>
<msg time="2026-04-12T02:00:26.694528" level="INFO">${stderr} = cbench: controller benchmarking tool
   running in mode 'latency'
   connecting to controller at 10.30.171.87:6633 
   faking 16 switches with 1 threads :: 10 tests each; 60000 ms per test
   with 100...</msg>
<var>${stdout}</var>
<var>${stderr}</var>
<arg>${cmd}</arg>
<arg>return_stderr=True</arg>
<doc>Executes ``command`` on the remote machine and returns its outputs.</doc>
<status status="PASS" start="2026-04-12T01:50:20.574272" elapsed="606.120315"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-04-12T02:00:26.695033" elapsed="0.000711"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-12T02:00:26.696866" level="INFO">cbench: controller benchmarking tool
   running in mode 'latency'
   connecting to controller at 10.30.171.87: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.87. So far 1 cbench instances have initialized their switches.  Waiting for other cbench-instances
Thread-0: Total switches from ALL cbench-instances initialized.
01:51:25.787 16  switches: flows:  113692 113680 114606 112273 114496 112582 110770 112598 112260 109537 108853 111289 107332 107146 110769 108207  total = 29.668167 per ms 
01:52:25.887 16  switches: flows:  120623 122508 122427 119927 121515 121741 118190 120888 117834 116837 116432 118963 114298 117218 117571 116313  total = 31.668572 per ms 
01:53:25.988 16  switches: flows:  117544 121200 118926 118755 119631 116283 115079 117090 116914 114456 112486 115729 113619 114962 116198 111868  total = 30.960622 per ms 
01:54:26.088 16  switches: flows:  118702 124428 121288 121306 121363 121645 118560 121194 117473 117622 114990 117457 115810 120125 120614 116986  total = 31.773017 per ms 
01:55:26.188 16  switches: flows:  119766 123132 122773 123353 121240 120766 119358 122892 118909 120167 116217 117921 117589 120228 118451 116923  total = 31.941428 per ms 
01:56:26.288 16  switches: flows:  120381 120743 123393 123678 122704 120915 119932 122657 119370 119183 116998 118358 116946 120260 121265 119241  total = 32.046950 per ms 
01:57:26.389 16  switches: flows:  121944 124195 124035 124054 122758 120461 120862 122743 120619 122290 117131 119546 117015 118820 121555 118575  total = 32.222916 per ms 
01:58:26.489 16  switches: flows:  125056 126360 122882 126235 125013 124029 125484 124776 121482 122504 120468 120972 116961 122711 122635 119731  total = 32.733521 per ms 
01:59:26.589 16  switches: flows:  124517 123573 121962 125571 123499 122820 122728 123322 121476 121289 120959 120885 117656 121865 121699 117283  total = 32.464227 per ms 
02:00:26.690 16  switches: flows:  123092 125121 123761 124243 124343 123375 122214 124443 121227 123231 122293 120103 118821 121247 122142 118888  total = 32.587995 per ms 
RESULT: 16 switches 9 tests min/max/avg/stdev = 30960.62/32733.52/32044.36/10693.82 responses/s</msg>
<arg>${stderr}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-04-12T02:00:26.696134" elapsed="0.001061"/>
</kw>
<if>
<branch type="IF" condition="&quot;${return_stdout}&quot;!=&quot;True&quot;">
<return>
<value>${stderr}</value>
<status status="PASS" start="2026-04-12T02:00:26.697741" elapsed="0.000076"/>
</return>
<status status="PASS" start="2026-04-12T02:00:26.697381" elapsed="0.000517"/>
</branch>
<status status="PASS" start="2026-04-12T02:00:26.697327" elapsed="0.000626"/>
</if>
<if>
<branch type="IF" condition="&quot;${return_stderr}&quot;!=&quot;True&quot;">
<return>
<value>${stdout}</value>
<status status="NOT RUN" start="2026-04-12T02:00:26.698119" elapsed="0.000018"/>
</return>
<status status="NOT RUN" start="2026-04-12T02:00:26.698067" elapsed="0.000109"/>
</branch>
<status status="NOT RUN" start="2026-04-12T02:00:26.698044" elapsed="0.000162"/>
</if>
<return>
<value>${stdout}</value>
<value>${stderr}</value>
<status status="NOT RUN" start="2026-04-12T02:00:26.698252" elapsed="0.000019"/>
</return>
<kw name="Restore_Current_Ssh_Connection_From_Index" owner="SSHKeywords" type="TEARDOWN">
<kw name="Run Keyword And Return If" owner="BuiltIn">
<arg>${connection_index} is not None</arg>
<arg>SSHLibrary.Switch Connection</arg>
<arg>${connection_index}</arg>
<doc>Runs the specified keyword and returns from the enclosing user keyword.</doc>
<status status="PASS" start="2026-04-12T02:00:26.701750" elapsed="0.000474"/>
</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-04-12T02:00:26.702428" elapsed="0.000220"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-04-12T02:00:26.702826" elapsed="0.000136"/>
</kw>
<arg>${current_ssh_connection.index}</arg>
<doc>Restore active SSH connection in SSHLibrary to given index.</doc>
<status status="PASS" start="2026-04-12T02:00:26.698684" elapsed="0.004374"/>
</kw>
<msg time="2026-04-12T02:00:26.703234" level="INFO">${output} = cbench: controller benchmarking tool
   running in mode 'latency'
   connecting to controller at 10.30.171.87:6633 
   faking 16 switches with 1 threads :: 10 tests each; 60000 ms per test
   with 100...</msg>
<var>${output}</var>
<arg>${cbench_system}</arg>
<arg>${cbench_executable} -c ${ODL_SYSTEM_IP} ${cbench_args}</arg>
<arg>prompt_timeout=${test_timeout}</arg>
<arg>return_stdout=False</arg>
<arg>return_stderr=True</arg>
<doc>Reduces the common work of running a command on a remote system to a single higher level
robot keyword, taking care to log in with a public key and. The command given is written and the return value
depends on the passed argument values of return_stdout (default: True) and return_stderr (default: False).
At least one should be True, or the keyword will exit and FAIL. If both are True, the resulting return value
will be a two element list containing both. Otherwise the resulting return value is a string.
No test conditions are checked.</doc>
<status status="PASS" start="2026-04-12T01:50:20.251203" elapsed="606.452068"/>
</kw>
<status status="PASS" start="2026-04-12T01:50:20.250866" elapsed="606.452473"/>
</branch>
<status status="PASS" start="2026-04-12T01:50:20.250523" elapsed="606.452848"/>
</if>
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-12T02:00:26.704053" level="INFO">cbench: controller benchmarking tool
   running in mode 'latency'
   connecting to controller at 10.30.171.87: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.87. So far 1 cbench instances have initialized their switches.  Waiting for other cbench-instances
Thread-0: Total switches from ALL cbench-instances initialized.
01:51:25.787 16  switches: flows:  113692 113680 114606 112273 114496 112582 110770 112598 112260 109537 108853 111289 107332 107146 110769 108207  total = 29.668167 per ms 
01:52:25.887 16  switches: flows:  120623 122508 122427 119927 121515 121741 118190 120888 117834 116837 116432 118963 114298 117218 117571 116313  total = 31.668572 per ms 
01:53:25.988 16  switches: flows:  117544 121200 118926 118755 119631 116283 115079 117090 116914 114456 112486 115729 113619 114962 116198 111868  total = 30.960622 per ms 
01:54:26.088 16  switches: flows:  118702 124428 121288 121306 121363 121645 118560 121194 117473 117622 114990 117457 115810 120125 120614 116986  total = 31.773017 per ms 
01:55:26.188 16  switches: flows:  119766 123132 122773 123353 121240 120766 119358 122892 118909 120167 116217 117921 117589 120228 118451 116923  total = 31.941428 per ms 
01:56:26.288 16  switches: flows:  120381 120743 123393 123678 122704 120915 119932 122657 119370 119183 116998 118358 116946 120260 121265 119241  total = 32.046950 per ms 
01:57:26.389 16  switches: flows:  121944 124195 124035 124054 122758 120461 120862 122743 120619 122290 117131 119546 117015 118820 121555 118575  total = 32.222916 per ms 
01:58:26.489 16  switches: flows:  125056 126360 122882 126235 125013 124029 125484 124776 121482 122504 120468 120972 116961 122711 122635 119731  total = 32.733521 per ms 
01:59:26.589 16  switches: flows:  124517 123573 121962 125571 123499 122820 122728 123322 121476 121289 120959 120885 117656 121865 121699 117283  total = 32.464227 per ms 
02:00:26.690 16  switches: flows:  123092 125121 123761 124243 124343 123375 122214 124443 121227 123231 122293 120103 118821 121247 122142 118888  total = 32.587995 per ms 
RESULT: 16 switches 9 tests min/max/avg/stdev = 30960.62/32733.52/32044.36/10693.82 responses/s</msg>
<arg>${output}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-04-12T02:00:26.703581" elapsed="0.000588"/>
</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-04-12T02:00:26.704375" elapsed="0.000496"/>
</kw>
<kw name="Get Lines Containing String" owner="String">
<msg time="2026-04-12T02:00:26.705420" level="INFO">1 out of 23 lines matched.</msg>
<msg time="2026-04-12T02:00:26.705546" level="INFO">${result_line} = RESULT: 16 switches 9 tests min/max/avg/stdev = 30960.62/32733.52/32044.36/10693.82 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-04-12T02:00:26.705111" elapsed="0.000469"/>
</kw>
<kw name="Split String" owner="String">
<msg time="2026-04-12T02:00:26.706185" level="INFO">@{results_list} = [ RESULT: | 16 | switches | 9 | tests | min/max/avg/stdev | = | 30960.62/32733.52/32044.36/10693.82 | 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-04-12T02:00:26.705874" elapsed="0.000337"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-12T02:00:26.708528" 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-04-12T02:00:26.706350" elapsed="0.002233"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-12T02:00:26.710940" level="INFO">30960.62/32733.52/32044.36/10693.82</msg>
<arg>${results_list[7]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-04-12T02:00:26.708725" elapsed="0.002286"/>
</kw>
<kw name="Split String" owner="String">
<msg time="2026-04-12T02:00:26.713282" 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-04-12T02:00:26.711156" elapsed="0.002153"/>
</kw>
<kw name="Split String" owner="String">
<msg time="2026-04-12T02:00:26.715684" level="INFO">@{result_value_list} = [ 30960.62 | 32733.52 | 32044.36 | 10693.82 ]</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-04-12T02:00:26.713492" elapsed="0.002220"/>
</kw>
<kw name="Get Length" owner="BuiltIn">
<msg time="2026-04-12T02:00:26.716193" level="INFO">Length is 4.</msg>
<msg time="2026-04-12T02:00:26.716286" 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-04-12T02:00:26.715862" elapsed="0.000448"/>
</kw>
<for flavor="IN RANGE">
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-12T02:00:26.720887" level="INFO">min :: 30960.62</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-04-12T02:00:26.716696" elapsed="0.004247"/>
</kw>
<var name="${i}">0</var>
<status status="PASS" start="2026-04-12T02:00:26.716568" elapsed="0.004424"/>
</iter>
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-12T02:00:26.725386" level="INFO">max :: 32733.52</msg>
<arg>${result_name_list[${i}]} :: ${result_value_list[${i}]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-04-12T02:00:26.721211" elapsed="0.004231"/>
</kw>
<var name="${i}">1</var>
<status status="PASS" start="2026-04-12T02:00:26.721084" elapsed="0.004392"/>
</iter>
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-12T02:00:26.729887" level="INFO">avg :: 32044.36</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-04-12T02:00:26.725704" elapsed="0.004248"/>
</kw>
<var name="${i}">2</var>
<status status="PASS" start="2026-04-12T02:00:26.725564" elapsed="0.004436"/>
</iter>
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-12T02:00:26.734505" level="INFO">stdev :: 10693.82</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-04-12T02:00:26.730216" elapsed="0.004346"/>
</kw>
<var name="${i}">3</var>
<status status="PASS" start="2026-04-12T02:00:26.730092" elapsed="0.004503"/>
</iter>
<var>${i}</var>
<value>0</value>
<value>${num_stats}</value>
<status status="PASS" start="2026-04-12T02:00:26.716376" elapsed="0.018252"/>
</for>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-04-12T02:00:26.738539" level="INFO">${min} = 30960.62</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-04-12T02:00:26.734784" elapsed="0.003782"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-04-12T02:00:26.742390" level="INFO">${max} = 32733.52</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-04-12T02:00:26.738717" elapsed="0.003700"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-04-12T02:00:26.746541" level="INFO">${average} = 32044.36</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-04-12T02:00:26.742565" elapsed="0.004004"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-04-12T02:00:26.750470" level="INFO">${stdev} = 10693.82</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-04-12T02:00:26.746719" elapsed="0.003778"/>
</kw>
<kw name="Get Time" owner="BuiltIn">
<msg time="2026-04-12T02:00:26.751019" level="INFO">${date} = 2026-04-12 02:00:26</msg>
<var>${date}</var>
<arg>d,m,s</arg>
<doc>Returns the given time in the requested format.</doc>
<status status="PASS" start="2026-04-12T02:00:26.750652" elapsed="0.000394"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-12T02:00:26.751592" level="INFO">CBench Result: 2026-04-12 02:00:26,-m 60000 -M 100 -S 16 -l 10 -D 5000 -p 6633,30960.62,32733.52,32044.36,10693.82</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-04-12T02:00:26.751189" elapsed="0.000458"/>
</kw>
<kw name="Log Results And Determine Status">
<kw name="Append To File" owner="OperatingSystem">
<msg time="2026-04-12T02:00:26.752661" 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-04-12T02:00:26.752257" elapsed="0.000470"/>
</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-04-12T02:00:26.752875" elapsed="0.000474"/>
</kw>
<arg>${min}</arg>
<arg>${max}</arg>
<arg>${average}</arg>
<arg>${average_threshold}</arg>
<arg>${output_filename}</arg>
<status status="PASS" start="2026-04-12T02:00:26.751783" elapsed="0.001629"/>
</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-04-12T01:50:20.249421" elapsed="606.504052"/>
</kw>
<kw name="Sleep" owner="BuiltIn">
<msg time="2026-04-12T02:00:26.753996" 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-04-12T02:00:26.753621" elapsed="0.000433"/>
</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-04-12T02:00:26.754557" elapsed="0.000258"/>
</kw>
<status status="PASS" start="2026-04-12T02:00:26.754266" elapsed="0.000618"/>
</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-04-12T01:50:20.246387" elapsed="606.508533"/>
</test>
<test id="s1-t2" name="Cbench Throughput Test" line="51">
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-12T02:00:26.756408" 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-04-12T02:00:26.755941" elapsed="0.000558"/>
</kw>
<kw name="Run Cbench And Log Results">
<kw name="Set Suite Variable" owner="BuiltIn">
<msg time="2026-04-12T02:00:26.757842" 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-04-12T02:00:26.757487" elapsed="0.000400"/>
</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-04-12T02:00:26.758245" elapsed="0.000023"/>
</kw>
<status status="NOT RUN" start="2026-04-12T02:00:26.758021" 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-04-12T02:00:26.761133" elapsed="0.000022"/>
</kw>
<status status="NOT RUN" start="2026-04-12T02:00:26.760871" elapsed="0.000320"/>
</branch>
<status status="PASS" start="2026-04-12T02:00:26.760852" elapsed="0.000363"/>
</if>
<kw name="Get Connection" owner="SSHLibrary">
<msg time="2026-04-12T02:00:26.761534" 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-04-12T02:00:26.761713" 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-04-12T02:00:26.761346" elapsed="0.000408"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-12T02:00:26.762346" level="INFO">Attempting to execute command "/usr/local/bin/cbench -c 10.30.171.87 -t -m 60000 -M 100 -S 16 -l 10 -D 5000 -p 6633" on remote system "10.30.171.166" 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-04-12T02:00:26.761896" elapsed="0.000511"/>
</kw>
<kw name="Open Connection" owner="SSHLibrary">
<msg time="2026-04-12T02:00:26.762946" 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-04-12T02:00:26.762550" elapsed="0.000439"/>
</kw>
<kw name="Flexible_SSH_Login" owner="SSHKeywords">
<kw name="Get Length" owner="BuiltIn">
<msg time="2026-04-12T02:00:26.763882" level="INFO">Length is 0.</msg>
<msg time="2026-04-12T02:00:26.763989" 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-04-12T02:00:26.763575" elapsed="0.000440"/>
</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-04-12T02:00:26.764156" elapsed="0.000334"/>
</kw>
<kw name="Run Keyword And Return" owner="BuiltIn">
<kw name="Login With Public Key" owner="SSHLibrary">
<msg time="2026-04-12T02:00:26.765360" level="INFO">Logging into '10.30.171.166:22' as 'jenkins'.</msg>
<msg time="2026-04-12T02:00:27.364865" level="INFO">Read output: Welcome to Ubuntu 22.04.5 LTS (GNU/Linux 5.15.0-153-generic x86_64)

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

 System information as of Sun Apr 12 02:00:26 UTC 2026

  System load:  1.0                Processes:             105
  Usage of /:   19.3% of 38.58GB   Users logged in:       0
  Memory usage: 4%                 IPv4 address for ens3: 10.30.171.166
  Swap usage:   0%


Expanded Security Maintenance for Applications is not enabled.

0 updates can be applied immediately.

9 additional security updates can be applied with ESM Apps.
Learn more about enabling ESM Apps service at https://ubuntu.com/esm


The list of available updates is more than a week old.
To check for new updates run: sudo apt update
New release '24.04.4 LTS' available.
Run 'do-release-upgrade' to upgrade to it.


Last login: Sun Apr 12 01:50:20 2026 from 10.30.171.80
[?2004h[jenkins@releng-48317-687-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-04-12T02:00:26.765000" elapsed="0.600313"/>
</kw>
<msg time="2026-04-12T02:00:27.365481" 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-04-12T02:00:26.764642" elapsed="0.601000"/>
</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-04-12T02:00:26.763196" elapsed="0.602660"/>
</kw>
<kw name="Execute Command" owner="SSHLibrary">
<msg time="2026-04-12T02:00:27.366971" level="INFO">Executing command '/usr/local/bin/cbench -c 10.30.171.87 -t -m 60000 -M 100 -S 16 -l 10 -D 5000 -p 6633'.</msg>
<msg time="2026-04-12T02:10:33.411135" level="INFO">Command exited with return code 0.</msg>
<msg time="2026-04-12T02:10:33.411818" level="INFO">${stdout} = </msg>
<msg time="2026-04-12T02:10:33.411941" level="INFO">${stderr} = cbench: controller benchmarking tool
   running in mode 'throughput'
   connecting to controller at 10.30.171.87: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-04-12T02:00:27.366401" elapsed="606.045642"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-04-12T02:10:33.412593" elapsed="0.000882"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-12T02:10:33.414683" level="INFO">cbench: controller benchmarking tool
   running in mode 'throughput'
   connecting to controller at 10.30.171.87: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.87. So far 1 cbench instances have initialized their switches.  Waiting for other cbench-instances
Thread-0: Total switches from ALL cbench-instances initialized.
02:01:32.488 16  switches: flows:  503031 507174 505951 512640 509130 518364 508985 503280 504331 492499 505964 496147 510725 493314 493356 497031  total = 134.365367 per ms 
02:02:32.590 16  switches: flows:  557250 554402 567235 561926 546152 565088 560317 556543 564800 563270 551945 556676 549509 553730 560442 551916  total = 148.435891 per ms 
02:03:32.692 16  switches: flows:  565440 545888 554726 551484 562772 567225 558394 562359 558500 561027 564205 570386 554422 562375 568664 554008  total = 149.112742 per ms 
02:04:32.794 16  switches: flows:  505303 509054 507206 503667 508551 500253 506320 506852 495446 504874 507023 502508 499863 505472 509855 503456  total = 134.367821 per ms 
02:05:32.896 16  switches: flows:  538146 542665 541201 544384 538371 546567 533015 531807 541775 538535 547334 534127 542105 536522 545911 538958  total = 143.780414 per ms 
02:06:32.998 16  switches: flows:  500249 490232 501123 489769 490167 489393 504695 494489 499510 495173 504359 518325 506786 512946 454237 504255  total = 132.370512 per ms 
02:07:33.101 16  switches: flows:  563053 573089 567796 564364 567479 574422 567364 563842 578977 571733 576348 570113 572811 565583 575231 566939  total = 151.729066 per ms 
02:08:33.202 16  switches: flows:  540444 537146 539388 529270 533787 525567 528609 542991 485246 525322 530868 533738 524624 532298 541723 534027  total = 141.180493 per ms 
02:09:33.304 16  switches: flows:  569149 573171 567397 564904 564301 569298 566173 570142 569541 570043 570094 565984 571529 565112 566406 574255  total = 151.369915 per ms 
02:10:33.405 16  switches: flows:  518189 531343 517330 531357 525287 520475 514926 522619 523200 514898 533569 503925 520195 537176 529049 529788  total = 139.320998 per ms 
RESULT: 16 switches 9 tests min/max/avg/stdev = 132370.51/151729.07/143518.65/48319.89 responses/s</msg>
<arg>${stderr}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-04-12T02:10:33.413874" elapsed="0.001194"/>
</kw>
<if>
<branch type="IF" condition="&quot;${return_stdout}&quot;!=&quot;True&quot;">
<return>
<value>${stderr}</value>
<status status="PASS" start="2026-04-12T02:10:33.415551" elapsed="0.000107"/>
</return>
<status status="PASS" start="2026-04-12T02:10:33.415246" elapsed="0.000546"/>
</branch>
<status status="PASS" start="2026-04-12T02:10:33.415195" elapsed="0.000680"/>
</if>
<if>
<branch type="IF" condition="&quot;${return_stderr}&quot;!=&quot;True&quot;">
<return>
<value>${stdout}</value>
<status status="NOT RUN" start="2026-04-12T02:10:33.416176" elapsed="0.000030"/>
</return>
<status status="NOT RUN" start="2026-04-12T02:10:33.416076" elapsed="0.000226"/>
</branch>
<status status="NOT RUN" start="2026-04-12T02:10:33.416020" elapsed="0.000331"/>
</if>
<return>
<value>${stdout}</value>
<value>${stderr}</value>
<status status="NOT RUN" start="2026-04-12T02:10:33.416422" elapsed="0.000029"/>
</return>
<kw name="Restore_Current_Ssh_Connection_From_Index" owner="SSHKeywords" type="TEARDOWN">
<kw name="Run Keyword And Return If" owner="BuiltIn">
<arg>${connection_index} is not None</arg>
<arg>SSHLibrary.Switch Connection</arg>
<arg>${connection_index}</arg>
<doc>Runs the specified keyword and returns from the enclosing user keyword.</doc>
<status status="PASS" start="2026-04-12T02:10:33.421790" elapsed="0.000381"/>
</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-04-12T02:10:33.422323" elapsed="0.000168"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-04-12T02:10:33.422619" elapsed="0.000101"/>
</kw>
<arg>${current_ssh_connection.index}</arg>
<doc>Restore active SSH connection in SSHLibrary to given index.</doc>
<status status="PASS" start="2026-04-12T02:10:33.417195" elapsed="0.005577"/>
</kw>
<msg time="2026-04-12T02:10:33.422900" level="INFO">${output} = cbench: controller benchmarking tool
   running in mode 'throughput'
   connecting to controller at 10.30.171.87: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-04-12T02:00:26.758643" elapsed="606.664284"/>
</kw>
<status status="PASS" start="2026-04-12T02:00:26.758333" elapsed="606.664679"/>
</branch>
<status status="PASS" start="2026-04-12T02:00:26.757996" elapsed="606.665043"/>
</if>
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-12T02:10:33.423468" level="INFO">cbench: controller benchmarking tool
   running in mode 'throughput'
   connecting to controller at 10.30.171.87: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.87. So far 1 cbench instances have initialized their switches.  Waiting for other cbench-instances
Thread-0: Total switches from ALL cbench-instances initialized.
02:01:32.488 16  switches: flows:  503031 507174 505951 512640 509130 518364 508985 503280 504331 492499 505964 496147 510725 493314 493356 497031  total = 134.365367 per ms 
02:02:32.590 16  switches: flows:  557250 554402 567235 561926 546152 565088 560317 556543 564800 563270 551945 556676 549509 553730 560442 551916  total = 148.435891 per ms 
02:03:32.692 16  switches: flows:  565440 545888 554726 551484 562772 567225 558394 562359 558500 561027 564205 570386 554422 562375 568664 554008  total = 149.112742 per ms 
02:04:32.794 16  switches: flows:  505303 509054 507206 503667 508551 500253 506320 506852 495446 504874 507023 502508 499863 505472 509855 503456  total = 134.367821 per ms 
02:05:32.896 16  switches: flows:  538146 542665 541201 544384 538371 546567 533015 531807 541775 538535 547334 534127 542105 536522 545911 538958  total = 143.780414 per ms 
02:06:32.998 16  switches: flows:  500249 490232 501123 489769 490167 489393 504695 494489 499510 495173 504359 518325 506786 512946 454237 504255  total = 132.370512 per ms 
02:07:33.101 16  switches: flows:  563053 573089 567796 564364 567479 574422 567364 563842 578977 571733 576348 570113 572811 565583 575231 566939  total = 151.729066 per ms 
02:08:33.202 16  switches: flows:  540444 537146 539388 529270 533787 525567 528609 542991 485246 525322 530868 533738 524624 532298 541723 534027  total = 141.180493 per ms 
02:09:33.304 16  switches: flows:  569149 573171 567397 564904 564301 569298 566173 570142 569541 570043 570094 565984 571529 565112 566406 574255  total = 151.369915 per ms 
02:10:33.405 16  switches: flows:  518189 531343 517330 531357 525287 520475 514926 522619 523200 514898 533569 503925 520195 537176 529049 529788  total = 139.320998 per ms 
RESULT: 16 switches 9 tests min/max/avg/stdev = 132370.51/151729.07/143518.65/48319.89 responses/s</msg>
<arg>${output}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-04-12T02:10:33.423178" elapsed="0.000363"/>
</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-04-12T02:10:33.423686" elapsed="0.000400"/>
</kw>
<kw name="Get Lines Containing String" owner="String">
<msg time="2026-04-12T02:10:33.424488" level="INFO">1 out of 23 lines matched.</msg>
<msg time="2026-04-12T02:10:33.424578" level="INFO">${result_line} = RESULT: 16 switches 9 tests min/max/avg/stdev = 132370.51/151729.07/143518.65/48319.89 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-04-12T02:10:33.424260" elapsed="0.000342"/>
</kw>
<kw name="Split String" owner="String">
<msg time="2026-04-12T02:10:33.425039" level="INFO">@{results_list} = [ RESULT: | 16 | switches | 9 | tests | min/max/avg/stdev | = | 132370.51/151729.07/143518.65/48319.89 | 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-04-12T02:10:33.424750" elapsed="0.000318"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-12T02:10:33.427414" 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-04-12T02:10:33.425212" elapsed="0.002259"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-12T02:10:33.429804" level="INFO">132370.51/151729.07/143518.65/48319.89</msg>
<arg>${results_list[7]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-04-12T02:10:33.427613" elapsed="0.002248"/>
</kw>
<kw name="Split String" owner="String">
<msg time="2026-04-12T02:10:33.432273" 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-04-12T02:10:33.430023" elapsed="0.002279"/>
</kw>
<kw name="Split String" owner="String">
<msg time="2026-04-12T02:10:33.434820" level="INFO">@{result_value_list} = [ 132370.51 | 151729.07 | 143518.65 | 48319.89 ]</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-04-12T02:10:33.432641" elapsed="0.002208"/>
</kw>
<kw name="Get Length" owner="BuiltIn">
<msg time="2026-04-12T02:10:33.435355" level="INFO">Length is 4.</msg>
<msg time="2026-04-12T02:10:33.435444" 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-04-12T02:10:33.435016" elapsed="0.000452"/>
</kw>
<for flavor="IN RANGE">
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-12T02:10:33.440194" level="INFO">min :: 132370.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-04-12T02:10:33.435844" elapsed="0.004442"/>
</kw>
<var name="${i}">0</var>
<status status="PASS" start="2026-04-12T02:10:33.435718" elapsed="0.004612"/>
</iter>
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-12T02:10:33.445030" level="INFO">max :: 151729.07</msg>
<arg>${result_name_list[${i}]} :: ${result_value_list[${i}]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-04-12T02:10:33.440562" elapsed="0.004525"/>
</kw>
<var name="${i}">1</var>
<status status="PASS" start="2026-04-12T02:10:33.440428" elapsed="0.004695"/>
</iter>
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-12T02:10:33.450100" level="INFO">avg :: 143518.65</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-04-12T02:10:33.445346" elapsed="0.004816"/>
</kw>
<var name="${i}">2</var>
<status status="PASS" start="2026-04-12T02:10:33.445213" elapsed="0.004990"/>
</iter>
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-12T02:10:33.454769" level="INFO">stdev :: 48319.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-04-12T02:10:33.450430" elapsed="0.004395"/>
</kw>
<var name="${i}">3</var>
<status status="PASS" start="2026-04-12T02:10:33.450299" elapsed="0.004561"/>
</iter>
<var>${i}</var>
<value>0</value>
<value>${num_stats}</value>
<status status="PASS" start="2026-04-12T02:10:33.435533" elapsed="0.019358"/>
</for>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-04-12T02:10:33.458811" level="INFO">${min} = 132370.51</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-04-12T02:10:33.455064" elapsed="0.003774"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-04-12T02:10:33.463014" level="INFO">${max} = 151729.07</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-04-12T02:10:33.459007" elapsed="0.004037"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-04-12T02:10:33.466903" level="INFO">${average} = 143518.65</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-04-12T02:10:33.463196" elapsed="0.003734"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-04-12T02:10:33.471091" level="INFO">${stdev} = 48319.89</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-04-12T02:10:33.467095" elapsed="0.004023"/>
</kw>
<kw name="Get Time" owner="BuiltIn">
<msg time="2026-04-12T02:10:33.471631" level="INFO">${date} = 2026-04-12 02:10:33</msg>
<var>${date}</var>
<arg>d,m,s</arg>
<doc>Returns the given time in the requested format.</doc>
<status status="PASS" start="2026-04-12T02:10:33.471276" elapsed="0.000381"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-12T02:10:33.472325" level="INFO">CBench Result: 2026-04-12 02:10:33,-t -m 60000 -M 100 -S 16 -l 10 -D 5000 -p 6633,132370.51,151729.07,143518.65,48319.89</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-04-12T02:10:33.471803" elapsed="0.000603"/>
</kw>
<kw name="Log Results And Determine Status">
<kw name="Append To File" owner="OperatingSystem">
<msg time="2026-04-12T02:10:33.473568" 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-04-12T02:10:33.473130" elapsed="0.000506"/>
</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-04-12T02:10:33.473785" elapsed="0.000475"/>
</kw>
<arg>${min}</arg>
<arg>${max}</arg>
<arg>${average}</arg>
<arg>${average_threshold}</arg>
<arg>${output_filename}</arg>
<status status="PASS" start="2026-04-12T02:10:33.472601" elapsed="0.001723"/>
</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-04-12T02:00:26.756820" elapsed="606.717564"/>
</kw>
<kw name="Sleep" owner="BuiltIn">
<msg time="2026-04-12T02:10:33.474850" 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-04-12T02:10:33.474538" elapsed="0.000368"/>
</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-04-12T02:10:33.475425" elapsed="0.000260"/>
</kw>
<status status="PASS" start="2026-04-12T02:10:33.475128" elapsed="0.000628"/>
</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-04-12T02:00:26.755389" elapsed="606.720404"/>
</test>
<test id="s1-t3" name="Rerun Latency Test To Check Bug 6176" line="65">
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-12T02:10:33.477206" 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-04-12T02:10:33.476624" elapsed="0.000642"/>
</kw>
<kw name="Run Cbench And Log Results">
<kw name="Set Suite Variable" owner="BuiltIn">
<msg time="2026-04-12T02:10:33.478480" 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-04-12T02:10:33.478153" elapsed="0.000368"/>
</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-04-12T02:10:33.478853" elapsed="0.000022"/>
</kw>
<status status="NOT RUN" start="2026-04-12T02:10:33.478636" elapsed="0.000275"/>
</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-04-12T02:10:33.481829" elapsed="0.000021"/>
</kw>
<status status="NOT RUN" start="2026-04-12T02:10:33.481586" elapsed="0.000299"/>
</branch>
<status status="PASS" start="2026-04-12T02:10:33.481566" elapsed="0.000341"/>
</if>
<kw name="Get Connection" owner="SSHLibrary">
<msg time="2026-04-12T02:10:33.482246" 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-04-12T02:10:33.482363" 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-04-12T02:10:33.482050" elapsed="0.000340"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-12T02:10:33.482940" level="INFO">Attempting to execute command "/usr/local/bin/cbench -c 10.30.171.87 -m 60000 -M 100 -S 16 -l 10 -D 5000 -p 6633" on remote system "10.30.171.166" 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-04-12T02:10:33.482520" elapsed="0.000495"/>
</kw>
<kw name="Open Connection" owner="SSHLibrary">
<msg time="2026-04-12T02:10:33.483543" 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-04-12T02:10:33.483152" elapsed="0.000418"/>
</kw>
<kw name="Flexible_SSH_Login" owner="SSHKeywords">
<kw name="Get Length" owner="BuiltIn">
<msg time="2026-04-12T02:10:33.484639" level="INFO">Length is 0.</msg>
<msg time="2026-04-12T02:10:33.484734" 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-04-12T02:10:33.484153" elapsed="0.000605"/>
</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-04-12T02:10:33.484900" elapsed="0.000409"/>
</kw>
<kw name="Run Keyword And Return" owner="BuiltIn">
<kw name="Login With Public Key" owner="SSHLibrary">
<msg time="2026-04-12T02:10:33.486183" level="INFO">Logging into '10.30.171.166:22' as 'jenkins'.</msg>
<msg time="2026-04-12T02:10:34.064344" level="INFO">Read output: Welcome to Ubuntu 22.04.5 LTS (GNU/Linux 5.15.0-153-generic x86_64)

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

 System information as of Sun Apr 12 02:10:33 UTC 2026

  System load:  0.23               Processes:             105
  Usage of /:   19.3% of 38.58GB   Users logged in:       0
  Memory usage: 4%                 IPv4 address for ens3: 10.30.171.166
  Swap usage:   0%


Expanded Security Maintenance for Applications is not enabled.

0 updates can be applied immediately.

9 additional security updates can be applied with ESM Apps.
Learn more about enabling ESM Apps service at https://ubuntu.com/esm


The list of available updates is more than a week old.
To check for new updates run: sudo apt update
New release '24.04.4 LTS' available.
Run 'do-release-upgrade' to upgrade to it.


Last login: Sun Apr 12 02:00:27 2026 from 10.30.171.80
[?2004h[jenkins@releng-48317-687-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-04-12T02:10:33.485812" elapsed="0.578725"/>
</kw>
<msg time="2026-04-12T02:10:34.064626" 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-04-12T02:10:33.485466" elapsed="0.579245"/>
</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-04-12T02:10:33.483767" elapsed="0.581086"/>
</kw>
<kw name="Execute Command" owner="SSHLibrary">
<msg time="2026-04-12T02:10:34.065433" level="INFO">Executing command '/usr/local/bin/cbench -c 10.30.171.87 -m 60000 -M 100 -S 16 -l 10 -D 5000 -p 6633'.</msg>
<msg time="2026-04-12T02:20:40.143385" level="INFO">Command exited with return code 0.</msg>
<msg time="2026-04-12T02:20:40.144070" level="INFO">${stdout} = </msg>
<msg time="2026-04-12T02:20:40.144207" level="INFO">${stderr} = cbench: controller benchmarking tool
   running in mode 'latency'
   connecting to controller at 10.30.171.87:6633 
   faking 16 switches with 1 threads :: 10 tests each; 60000 ms per test
   with 100...</msg>
<var>${stdout}</var>
<var>${stderr}</var>
<arg>${cmd}</arg>
<arg>return_stderr=True</arg>
<doc>Executes ``command`` on the remote machine and returns its outputs.</doc>
<status status="PASS" start="2026-04-12T02:10:34.065113" elapsed="606.079154"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-04-12T02:20:40.144737" elapsed="0.000908"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-12T02:20:40.146901" level="INFO">cbench: controller benchmarking tool
   running in mode 'latency'
   connecting to controller at 10.30.171.87: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.87. So far 1 cbench instances have initialized their switches.  Waiting for other cbench-instances
Thread-0: Total switches from ALL cbench-instances initialized.
02:11:39.233 16  switches: flows:  141983 141363 0 0 143031 1482 0 0 0 139069 430 140571 0 0 12787 0  total = 12.011933 per ms 
02:12:39.333 16  switches: flows:  116124 116797 114048 112308 114358 115546 114661 116833 111869 115315 112604 113736 113458 112861 112990 108086  total = 30.309318 per ms 
02:13:39.434 16  switches: flows:  120431 121789 117393 118803 117624 117330 119368 120630 116938 118649 116837 119156 116897 117583 117136 114262  total = 31.461175 per ms 
02:14:39.534 16  switches: flows:  120769 120353 117078 119519 118987 117873 117197 118519 115798 118107 116950 119871 116725 116781 115503 113619  total = 31.341848 per ms 
02:15:39.634 16  switches: flows:  121983 123371 119160 120282 120179 121111 121952 121170 120813 119621 119267 117869 119620 119495 119190 116829  total = 31.978415 per ms 
02:16:39.734 16  switches: flows:  117777 119556 114176 117736 116009 115869 115781 118891 117929 117681 115953 116496 115061 114628 115063 113165  total = 30.977803 per ms 
02:17:39.835 16  switches: flows:  111698 113606 109949 112708 112303 110426 112521 114514 111334 111964 111439 111126 111731 109940 111174 108457  total = 29.698596 per ms 
02:18:39.935 16  switches: flows:  121240 121524 118886 119898 119049 121283 120513 120226 118845 119770 117137 120096 119354 117343 117588 117718  total = 31.788119 per ms 
02:19:40.035 16  switches: flows:  121190 121240 119974 117824 117370 119856 119838 117819 116910 120670 117208 119935 119461 116111 115912 117498  total = 31.594173 per ms 
02:20:40.135 16  switches: flows:  122421 123428 122841 119869 120596 122400 121497 120394 118610 123619 120059 122694 121935 118270 118164 120284  total = 32.230829 per ms 
RESULT: 16 switches 9 tests min/max/avg/stdev = 29698.60/32230.83/31264.48/10449.80 responses/s</msg>
<arg>${stderr}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-04-12T02:20:40.146096" elapsed="0.001166"/>
</kw>
<if>
<branch type="IF" condition="&quot;${return_stdout}&quot;!=&quot;True&quot;">
<return>
<value>${stderr}</value>
<status status="PASS" start="2026-04-12T02:20:40.147767" elapsed="0.000107"/>
</return>
<status status="PASS" start="2026-04-12T02:20:40.147449" elapsed="0.000514"/>
</branch>
<status status="PASS" start="2026-04-12T02:20:40.147401" elapsed="0.000653"/>
</if>
<if>
<branch type="IF" condition="&quot;${return_stderr}&quot;!=&quot;True&quot;">
<return>
<value>${stdout}</value>
<status status="NOT RUN" start="2026-04-12T02:20:40.148266" elapsed="0.000029"/>
</return>
<status status="NOT RUN" start="2026-04-12T02:20:40.148185" elapsed="0.000172"/>
</branch>
<status status="NOT RUN" start="2026-04-12T02:20:40.148148" elapsed="0.000257"/>
</if>
<return>
<value>${stdout}</value>
<value>${stderr}</value>
<status status="NOT RUN" start="2026-04-12T02:20:40.148473" elapsed="0.000029"/>
</return>
<kw name="Restore_Current_Ssh_Connection_From_Index" owner="SSHKeywords" type="TEARDOWN">
<kw name="Run Keyword And Return If" owner="BuiltIn">
<arg>${connection_index} is not None</arg>
<arg>SSHLibrary.Switch Connection</arg>
<arg>${connection_index}</arg>
<doc>Runs the specified keyword and returns from the enclosing user keyword.</doc>
<status status="PASS" start="2026-04-12T02:20:40.154094" elapsed="0.000341"/>
</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-04-12T02:20:40.154584" elapsed="0.000164"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-04-12T02:20:40.154898" elapsed="0.000123"/>
</kw>
<arg>${current_ssh_connection.index}</arg>
<doc>Restore active SSH connection in SSHLibrary to given index.</doc>
<status status="PASS" start="2026-04-12T02:20:40.149236" elapsed="0.005842"/>
</kw>
<msg time="2026-04-12T02:20:40.155210" level="INFO">${output} = cbench: controller benchmarking tool
   running in mode 'latency'
   connecting to controller at 10.30.171.87:6633 
   faking 16 switches with 1 threads :: 10 tests each; 60000 ms per test
   with 100...</msg>
<var>${output}</var>
<arg>${cbench_system}</arg>
<arg>${cbench_executable} -c ${ODL_SYSTEM_IP} ${cbench_args}</arg>
<arg>prompt_timeout=${test_timeout}</arg>
<arg>return_stdout=False</arg>
<arg>return_stderr=True</arg>
<doc>Reduces the common work of running a command on a remote system to a single higher level
robot keyword, taking care to log in with a public key and. The command given is written and the return value
depends on the passed argument values of return_stdout (default: True) and return_stderr (default: False).
At least one should be True, or the keyword will exit and FAIL. If both are True, the resulting return value
will be a two element list containing both. Otherwise the resulting return value is a string.
No test conditions are checked.</doc>
<status status="PASS" start="2026-04-12T02:10:33.479281" elapsed="606.675958"/>
</kw>
<status status="PASS" start="2026-04-12T02:10:33.478938" elapsed="606.676351"/>
</branch>
<status status="PASS" start="2026-04-12T02:10:33.478615" elapsed="606.676698"/>
</if>
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-12T02:20:40.155755" level="INFO">cbench: controller benchmarking tool
   running in mode 'latency'
   connecting to controller at 10.30.171.87: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.87. So far 1 cbench instances have initialized their switches.  Waiting for other cbench-instances
Thread-0: Total switches from ALL cbench-instances initialized.
02:11:39.233 16  switches: flows:  141983 141363 0 0 143031 1482 0 0 0 139069 430 140571 0 0 12787 0  total = 12.011933 per ms 
02:12:39.333 16  switches: flows:  116124 116797 114048 112308 114358 115546 114661 116833 111869 115315 112604 113736 113458 112861 112990 108086  total = 30.309318 per ms 
02:13:39.434 16  switches: flows:  120431 121789 117393 118803 117624 117330 119368 120630 116938 118649 116837 119156 116897 117583 117136 114262  total = 31.461175 per ms 
02:14:39.534 16  switches: flows:  120769 120353 117078 119519 118987 117873 117197 118519 115798 118107 116950 119871 116725 116781 115503 113619  total = 31.341848 per ms 
02:15:39.634 16  switches: flows:  121983 123371 119160 120282 120179 121111 121952 121170 120813 119621 119267 117869 119620 119495 119190 116829  total = 31.978415 per ms 
02:16:39.734 16  switches: flows:  117777 119556 114176 117736 116009 115869 115781 118891 117929 117681 115953 116496 115061 114628 115063 113165  total = 30.977803 per ms 
02:17:39.835 16  switches: flows:  111698 113606 109949 112708 112303 110426 112521 114514 111334 111964 111439 111126 111731 109940 111174 108457  total = 29.698596 per ms 
02:18:39.935 16  switches: flows:  121240 121524 118886 119898 119049 121283 120513 120226 118845 119770 117137 120096 119354 117343 117588 117718  total = 31.788119 per ms 
02:19:40.035 16  switches: flows:  121190 121240 119974 117824 117370 119856 119838 117819 116910 120670 117208 119935 119461 116111 115912 117498  total = 31.594173 per ms 
02:20:40.135 16  switches: flows:  122421 123428 122841 119869 120596 122400 121497 120394 118610 123619 120059 122694 121935 118270 118164 120284  total = 32.230829 per ms 
RESULT: 16 switches 9 tests min/max/avg/stdev = 29698.60/32230.83/31264.48/10449.80 responses/s</msg>
<arg>${output}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-04-12T02:20:40.155457" elapsed="0.000386"/>
</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-04-12T02:20:40.156013" elapsed="0.000405"/>
</kw>
<kw name="Get Lines Containing String" owner="String">
<msg time="2026-04-12T02:20:40.156804" level="INFO">1 out of 23 lines matched.</msg>
<msg time="2026-04-12T02:20:40.156946" level="INFO">${result_line} = RESULT: 16 switches 9 tests min/max/avg/stdev = 29698.60/32230.83/31264.48/10449.80 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-04-12T02:20:40.156580" elapsed="0.000393"/>
</kw>
<kw name="Split String" owner="String">
<msg time="2026-04-12T02:20:40.157415" level="INFO">@{results_list} = [ RESULT: | 16 | switches | 9 | tests | min/max/avg/stdev | = | 29698.60/32230.83/31264.48/10449.80 | 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-04-12T02:20:40.157149" elapsed="0.000293"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-12T02:20:40.159947" 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-04-12T02:20:40.157605" elapsed="0.002416"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-12T02:20:40.162863" level="INFO">29698.60/32230.83/31264.48/10449.80</msg>
<arg>${results_list[7]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-04-12T02:20:40.160167" elapsed="0.002761"/>
</kw>
<kw name="Split String" owner="String">
<msg time="2026-04-12T02:20:40.165333" 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-04-12T02:20:40.163098" elapsed="0.002262"/>
</kw>
<kw name="Split String" owner="String">
<msg time="2026-04-12T02:20:40.167771" level="INFO">@{result_value_list} = [ 29698.60 | 32230.83 | 31264.48 | 10449.80 ]</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-04-12T02:20:40.165553" elapsed="0.002245"/>
</kw>
<kw name="Get Length" owner="BuiltIn">
<msg time="2026-04-12T02:20:40.168275" level="INFO">Length is 4.</msg>
<msg time="2026-04-12T02:20:40.168361" 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-04-12T02:20:40.167950" elapsed="0.000434"/>
</kw>
<for flavor="IN RANGE">
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-12T02:20:40.173051" level="INFO">min :: 29698.60</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-04-12T02:20:40.168761" elapsed="0.004348"/>
</kw>
<var name="${i}">0</var>
<status status="PASS" start="2026-04-12T02:20:40.168635" elapsed="0.004509"/>
</iter>
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-12T02:20:40.177659" level="INFO">max :: 32230.83</msg>
<arg>${result_name_list[${i}]} :: ${result_value_list[${i}]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-04-12T02:20:40.173361" elapsed="0.004355"/>
</kw>
<var name="${i}">1</var>
<status status="PASS" start="2026-04-12T02:20:40.173231" elapsed="0.004520"/>
</iter>
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-12T02:20:40.182259" level="INFO">avg :: 31264.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-04-12T02:20:40.177961" elapsed="0.004356"/>
</kw>
<var name="${i}">2</var>
<status status="PASS" start="2026-04-12T02:20:40.177836" elapsed="0.004515"/>
</iter>
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-12T02:20:40.186994" level="INFO">stdev :: 10449.80</msg>
<arg>${result_name_list[${i}]} :: ${result_value_list[${i}]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-04-12T02:20:40.182564" elapsed="0.004489"/>
</kw>
<var name="${i}">3</var>
<status status="PASS" start="2026-04-12T02:20:40.182435" elapsed="0.004652"/>
</iter>
<var>${i}</var>
<value>0</value>
<value>${num_stats}</value>
<status status="PASS" start="2026-04-12T02:20:40.168450" elapsed="0.018667"/>
</for>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-04-12T02:20:40.191220" level="INFO">${min} = 29698.60</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-04-12T02:20:40.187276" elapsed="0.003971"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-04-12T02:20:40.195191" level="INFO">${max} = 32230.83</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-04-12T02:20:40.191403" elapsed="0.003816"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-04-12T02:20:40.199080" level="INFO">${average} = 31264.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-04-12T02:20:40.195371" elapsed="0.003736"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-04-12T02:20:40.202968" level="INFO">${stdev} = 10449.80</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-04-12T02:20:40.199258" elapsed="0.003753"/>
</kw>
<kw name="Get Time" owner="BuiltIn">
<msg time="2026-04-12T02:20:40.203606" level="INFO">${date} = 2026-04-12 02:20:40</msg>
<var>${date}</var>
<arg>d,m,s</arg>
<doc>Returns the given time in the requested format.</doc>
<status status="PASS" start="2026-04-12T02:20:40.203172" elapsed="0.000459"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-12T02:20:40.204204" level="INFO">CBench Result: 2026-04-12 02:20:40,-m 60000 -M 100 -S 16 -l 10 -D 5000 -p 6633,29698.60,32230.83,31264.48,10449.80</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-04-12T02:20:40.203783" elapsed="0.000475"/>
</kw>
<kw name="Log Results And Determine Status">
<kw name="Append To File" owner="OperatingSystem">
<msg time="2026-04-12T02:20:40.205380" 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-04-12T02:20:40.204868" elapsed="0.000581"/>
</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-04-12T02:20:40.205598" elapsed="0.000469"/>
</kw>
<arg>${min}</arg>
<arg>${max}</arg>
<arg>${average}</arg>
<arg>${average_threshold}</arg>
<arg>${output_filename}</arg>
<status status="PASS" start="2026-04-12T02:20:40.204404" elapsed="0.001727"/>
</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-04-12T02:10:33.477576" elapsed="606.728614"/>
</kw>
<kw name="Sleep" owner="BuiltIn">
<msg time="2026-04-12T02:20:40.206642" 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-04-12T02:20:40.206335" elapsed="0.000362"/>
</kw>
<kw name="Report Failure Due To Bug" owner="Utils" type="TEARDOWN">
<kw name="Evaluate" owner="BuiltIn">
<msg time="2026-04-12T02:20:40.207898" 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-04-12T02:20:40.207423" elapsed="0.000502"/>
</kw>
<if>
<branch type="IF" condition="('${TEST_STATUS}' != 'FAIL') or ${test_skipped}">
<return>
<status status="PASS" start="2026-04-12T02:20:40.208165" elapsed="0.000033"/>
</return>
<status status="PASS" start="2026-04-12T02:20:40.208018" elapsed="0.000211"/>
</branch>
<status status="PASS" start="2026-04-12T02:20:40.207997" elapsed="0.000256"/>
</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-04-12T02:20:40.208392" elapsed="0.000022"/>
</kw>
<kw name="Run Keyword And Return Status" owner="BuiltIn">
<var>${match}</var>
<arg>Should Contain</arg>
<arg>${number}</arg>
<arg>-</arg>
<doc>Runs the specified keyword and returns the status as a Boolean value.</doc>
<status status="NOT RUN" start="2026-04-12T02:20:40.208551" elapsed="0.000020"/>
</kw>
<kw name="Set Variable If" owner="BuiltIn">
<var>${bug_url}</var>
<arg>${match}</arg>
<arg>https://jira.opendaylight.org/browse/${number}</arg>
<arg>https://bugs.opendaylight.org/show_bug.cgi?id=${number}</arg>
<doc>Sets variable based on the given condition.</doc>
<status status="NOT RUN" start="2026-04-12T02:20:40.208708" elapsed="0.000019"/>
</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-04-12T02:20:40.208897" elapsed="0.000021"/>
</kw>
<kw name="Evaluate" owner="BuiltIn">
<var>${newline}</var>
<arg>chr(10)</arg>
<doc>Evaluates the given expression in Python and returns the result.</doc>
<status status="NOT RUN" start="2026-04-12T02:20:40.209063" elapsed="0.000030"/>
</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-04-12T02:20:40.209961" elapsed="0.000047"/>
</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-04-12T02:20:40.210136" elapsed="0.000020"/>
</kw>
<if>
<branch type="IF" condition="&quot;${include_bug_in_tags}&quot;==&quot;True&quot;">
<kw name="Set Tags" owner="BuiltIn">
<arg>${bug_url}</arg>
<doc>Adds given ``tags`` for the current test or all tests in a suite.</doc>
<status status="NOT RUN" start="2026-04-12T02:20:40.210365" elapsed="0.000021"/>
</kw>
<status status="NOT RUN" start="2026-04-12T02:20:40.210218" elapsed="0.000200"/>
</branch>
<status status="NOT RUN" start="2026-04-12T02:20:40.210201" elapsed="0.000240"/>
</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-04-12T02:20:40.207087" elapsed="0.003409"/>
</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-04-12T02:10:33.476099" elapsed="606.734540"/>
</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-04-12T01:50:17.626849" elapsed="1822.584394"/>
</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>
