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

[?1h=[90m~[0m                                                                                [?2004hopendaylight-user</msg>
<arg>${KARAF_USER}</arg>
<arg>${KARAF_PASSWORD}</arg>
<arg>loglevel=${loglevel}</arg>
<doc>Logs into the SSH server with the given ``username`` and ``password``.</doc>
<status status="PASS" start="2026-08-18T01:06:22.922337" elapsed="0.704362"/>
</kw>
<kw name="Write" owner="SSHLibrary">
<msg time="2026-08-18T01:06:23.676135" level="INFO">@root&gt;log:set ERROR</msg>
<arg>${cmd}</arg>
<doc>Writes the given ``text`` on the remote machine and appends a newline.</doc>
<status status="PASS" start="2026-08-18T01:06:23.627110" elapsed="0.049099"/>
</kw>
<kw name="Read Until Regexp" owner="SSHLibrary">
<msg time="2026-08-18T01:06:23.678125" level="INFO">[?1l&gt;[?2004l[?1h=[90m~[0m                                                                                [?2004hopendaylight-user@root&gt;</msg>
<msg time="2026-08-18T01:06:23.678249" level="INFO">${output} = [?1l&gt;[?2004l[?1h=[90m~[0m                                                                                [?2004hopendaylight-user@root&gt;</msg>
<var>${output}</var>
<arg>${KARAF_PROMPT}</arg>
<doc>Consumes and returns the server output until a match to ``regexp`` is found.</doc>
<status status="PASS" start="2026-08-18T01:06:23.676395" elapsed="0.001886"/>
</kw>
<kw name="Write Bare" owner="SSHLibrary">
<arg>logout\n</arg>
<doc>Writes the given ``text`` on the remote machine without appending a newline.</doc>
<status status="PASS" start="2026-08-18T01:06:23.678443" elapsed="0.000217"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-08-18T01:06:23.678847" elapsed="0.000266"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-08-18T01:06:23.679665" level="INFO">[?1l&gt;[?2004l[?1h=[90m~[0m                                                                                [?2004hopendaylight-user@root&gt;</msg>
<arg>${output}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-08-18T01:06:23.679275" elapsed="0.000448"/>
</kw>
<return>
<value>${output}</value>
<status status="PASS" start="2026-08-18T01:06:23.679780" elapsed="0.000069"/>
</return>
<arg>log:set ${log_level}</arg>
<doc>Will execute the given ${cmd} by ssh'ing to the karaf console running on 10.30.170.136
Note that this keyword will open&amp;close new SSH connection, without switching back to previously current session.</doc>
<status status="PASS" start="2026-08-18T01:06:22.920883" elapsed="0.759106"/>
</kw>
<arg>3x</arg>
<arg>1s</arg>
<arg>KarafKeywords.Issue Command On Karaf Console</arg>
<arg>log:set ${log_level}</arg>
<doc>Runs the specified keyword and retries if it fails.</doc>
<status status="PASS" start="2026-08-18T01:06:22.917255" elapsed="0.762804"/>
</kw>
<kw name="Append To File" owner="OperatingSystem">
<msg time="2026-08-18T01:06:23.680762" level="INFO" html="true">Appended to file '&lt;a href="file:///w/workspace/openflowplugin-csit-1node-cbench-only-manganese/latency.csv"&gt;/w/workspace/openflowplugin-csit-1node-cbench-only-manganese/latency.csv&lt;/a&gt;'.</msg>
<arg>${latency_results_file}</arg>
<arg>LATENCY_MIN,LATENCY_MAX,LATENCY_AVERAGE\n</arg>
<doc>Appends the given content to the specified file.</doc>
<status status="PASS" start="2026-08-18T01:06:23.680265" elapsed="0.000557"/>
</kw>
<kw name="Append To File" owner="OperatingSystem">
<msg time="2026-08-18T01:06:23.681231" level="INFO" html="true">Appended to file '&lt;a href="file:///w/workspace/openflowplugin-csit-1node-cbench-only-manganese/throughput.csv"&gt;/w/workspace/openflowplugin-csit-1node-cbench-only-manganese/throughput.csv&lt;/a&gt;'.</msg>
<arg>${throughput_results_file}</arg>
<arg>THROUGHPUT_MIN,THROUGHPUT_MAX,THROUGHPUT_AVERAGE\n</arg>
<doc>Appends the given content to the specified file.</doc>
<status status="PASS" start="2026-08-18T01:06:23.680974" elapsed="0.000324"/>
</kw>
<kw name="Evaluate" owner="BuiltIn">
<msg time="2026-08-18T01:06:23.681881" level="INFO">${duration_in_ms} = 60000</msg>
<var>${duration_in_ms}</var>
<arg>${duration_in_secs} * 1000</arg>
<doc>Evaluates the given expression in Python and returns the result.</doc>
<status status="PASS" start="2026-08-18T01:06:23.681457" elapsed="0.000452"/>
</kw>
<kw name="Set Suite Variable" owner="BuiltIn">
<msg time="2026-08-18T01:06:23.682448" level="INFO">${duration_in_ms} = 60000</msg>
<arg>${duration_in_ms}</arg>
<doc>Makes a variable available everywhere within the scope of the current suite.</doc>
<status status="PASS" start="2026-08-18T01:06:23.682082" elapsed="0.000408"/>
</kw>
<kw name="Evaluate" owner="BuiltIn">
<msg time="2026-08-18T01:06:23.683046" level="INFO">${test_timeout} = 900.0</msg>
<var>${test_timeout}</var>
<arg>(${loops} * ${duration_in_secs}) * 1.5</arg>
<doc>Evaluates the given expression in Python and returns the result.</doc>
<status status="PASS" start="2026-08-18T01:06:23.682654" elapsed="0.000419"/>
</kw>
<kw name="Set Suite Variable" owner="BuiltIn">
<msg time="2026-08-18T01:06:23.683539" level="INFO">${test_timeout} = 900.0</msg>
<arg>${test_timeout}</arg>
<doc>Makes a variable available everywhere within the scope of the current suite.</doc>
<status status="PASS" start="2026-08-18T01:06:23.683231" elapsed="0.000350"/>
</kw>
<if>
<branch type="IF" condition="&quot;${cbench_system}&quot; == &quot;localhost&quot;">
<kw name="File Should Exist" owner="OperatingSystem">
<arg>${cbench_executable}</arg>
<doc>Fails unless the given ``path`` points to an existing file.</doc>
<status status="NOT RUN" start="2026-08-18T01:06:23.683923" elapsed="0.000021"/>
</kw>
<status status="NOT RUN" start="2026-08-18T01:06:23.683699" elapsed="0.000279"/>
</branch>
<branch type="ELSE">
<kw name="Verify File Exists On Remote System" owner="Utils">
<kw name="Open Connection" owner="SSHLibrary">
<msg time="2026-08-18T01:06:23.688722" level="INFO">${conn_id} = 2</msg>
<var>${conn_id}</var>
<arg>${system}</arg>
<arg>prompt=${prompt}</arg>
<arg>timeout=${prompt_timeout}</arg>
<doc>Opens a new SSH connection to the given ``host`` and ``port``.</doc>
<status status="PASS" start="2026-08-18T01:06:23.688282" elapsed="0.000468"/>
</kw>
<kw name="Flexible_SSH_Login" owner="SSHKeywords">
<kw name="Get Length" owner="BuiltIn">
<msg time="2026-08-18T01:06:23.689833" level="INFO">Length is 0.</msg>
<msg time="2026-08-18T01:06:23.689917" level="INFO">${pwd_length} = 0</msg>
<var>${pwd_length}</var>
<arg>${password}</arg>
<doc>Returns and logs the length of the given item as an integer.</doc>
<status status="PASS" start="2026-08-18T01:06:23.689307" elapsed="0.000634"/>
</kw>
<kw name="Run Keyword And Return If" owner="BuiltIn">
<arg>${pwd_length} &gt; 0</arg>
<arg>SSHLibrary.Login</arg>
<arg>${user}</arg>
<arg>${password}</arg>
<arg>delay=${delay}</arg>
<doc>Runs the specified keyword and returns from the enclosing user keyword.</doc>
<status status="PASS" start="2026-08-18T01:06:23.690086" elapsed="0.000351"/>
</kw>
<kw name="Run Keyword And Return" owner="BuiltIn">
<kw name="Login With Public Key" owner="SSHLibrary">
<msg time="2026-08-18T01:06:23.691543" level="INFO">Logging into '10.30.170.159:22' as 'jenkins'.</msg>
<msg time="2026-08-18T01:06:24.177849" level="INFO">Read output: Welcome to Ubuntu 22.04.5 LTS (GNU/Linux 5.15.0-186-generic x86_64)

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

 System information as of Tue Aug 18 01:05:41 UTC 2026

  System load:  0.16               Processes:             112
  Usage of /:   19.7% of 38.58GB   Users logged in:       0
  Memory usage: 4%                 IPv4 address for ens3: 10.30.170.159
  Swap usage:   0%


Expanded Security Maintenance for Applications is not enabled.

0 updates can be applied immediately.

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


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


[?2004h[jenkins@releng-50965-20-1-mininet-ovs-217-0 ~]&gt;</msg>
<arg>${user}</arg>
<arg>${USER_HOME}/.ssh/${SSH_KEY}</arg>
<arg>${KEYFILE_PASS}</arg>
<arg>delay=${delay}</arg>
<doc>Logs into the SSH server using key-based authentication.</doc>
<status status="PASS" start="2026-08-18T01:06:23.691004" elapsed="0.486969"/>
</kw>
<msg time="2026-08-18T01:06:24.178050" level="INFO">Returning from the enclosing user keyword.</msg>
<arg>SSHLibrary.Login With Public Key</arg>
<arg>${user}</arg>
<arg>${USER_HOME}/.ssh/${SSH_KEY}</arg>
<arg>${KEYFILE_PASS}</arg>
<arg>delay=${delay}</arg>
<doc>Runs the specified keyword and returns from the enclosing user keyword.</doc>
<status status="PASS" start="2026-08-18T01:06:23.690647" elapsed="0.487486"/>
</kw>
<arg>${user}</arg>
<arg>${password}</arg>
<doc>On active SSH session: if given non-empty password, do Login, else do Login With Public Key.</doc>
<status status="PASS" start="2026-08-18T01:06:23.688956" elapsed="0.489283"/>
</kw>
<kw name="File Should Exist" owner="SSHLibrary">
<msg time="2026-08-18T01:06:24.187475" level="INFO">[chan 1] Opened sftp connection (server version 3)</msg>
<arg>${file}</arg>
<doc>Fails if the given ``path`` does NOT point to an existing file.</doc>
<status status="PASS" start="2026-08-18T01:06:24.178423" elapsed="0.010552"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-08-18T01:06:24.189153" elapsed="0.000264"/>
</kw>
<arg>${cbench_system}</arg>
<arg>${cbench_executable}</arg>
<doc>Will create connection with public key and will PASS if the given ${file} exists,
otherwise will FAIL</doc>
<status status="PASS" start="2026-08-18T01:06:23.687708" elapsed="0.501844"/>
</kw>
<status status="PASS" start="2026-08-18T01:06:23.684247" elapsed="0.505419"/>
</branch>
<status status="PASS" start="2026-08-18T01:06:23.683662" elapsed="0.506071"/>
</if>
<kw name="Should Be True" owner="BuiltIn">
<arg>${loops} &gt;= 2</arg>
<arg>If number of loops is less than 2, cbench will not run</arg>
<doc>Fails if the given condition is not true.</doc>
<status status="PASS" start="2026-08-18T01:06:24.190060" elapsed="0.000987"/>
</kw>
<kw name="Verify_Feature_Is_Installed" owner="KarafKeywords">
<if>
<branch type="IF" condition="'${IS_KARAF_APPL}' == 'False'">
<return>
<value>Not A Karaf App</value>
<status status="NOT RUN" start="2026-08-18T01:06:24.200651" elapsed="0.000020"/>
</return>
<status status="NOT RUN" start="2026-08-18T01:06:24.200513" elapsed="0.000194"/>
</branch>
<status status="PASS" start="2026-08-18T01:06:24.200489" elapsed="0.000242"/>
</if>
<kw name="Issue_Command_On_Karaf_Console" owner="KarafKeywords">
<if>
<branch type="IF" condition="'${IS_KARAF_APPL}' == 'False'">
<return>
<value>Not A Karaf App</value>
<status status="NOT RUN" start="2026-08-18T01:06:24.204330" elapsed="0.000014"/>
</return>
<status status="NOT RUN" start="2026-08-18T01:06:24.204210" elapsed="0.000167"/>
</branch>
<status status="PASS" start="2026-08-18T01:06:24.204191" elapsed="0.000208"/>
</if>
<kw name="Open Connection" owner="SSHLibrary">
<arg>${controller}</arg>
<arg>port=${karaf_port}</arg>
<arg>prompt=${KARAF_PROMPT_LOGIN}</arg>
<arg>timeout=${timeout}</arg>
<doc>Opens a new SSH connection to the given ``host`` and ``port``.</doc>
<status status="PASS" start="2026-08-18T01:06:24.204532" elapsed="0.000455"/>
</kw>
<kw name="Login" owner="SSHLibrary">
<msg time="2026-08-18T01:06:24.205396" level="INFO">Logging into '10.30.170.136:8101' as 'karaf'.</msg>
<msg time="2026-08-18T01:06:24.378372" level="INFO">Read output: [33m                                                                                           
[33m    ________                       ________                .__  .__       .__     __       
[33m    \_____  \ ______   ____   ____ \______ \ _____  ___.__.|  | |__| ____ |  |___/  |_     
[33m     /   |   \\____ \_/ __ \ /    \ |    |  \\__  \&lt;   |  ||  | |  |/ ___\|  |  \   __\    
[33m    /    |    \  |_&gt; &gt;  ___/|   |  \|    `   \/ __ \\___  ||  |_|  / /_/  &gt;   Y  \  |      
[33m    \_______  /   __/ \___  &gt;___|  /_______  (____  / ____||____/__\___  /|___|  /__|      
[33m            \/|__|        \/     \/        \/     \/\/            /_____/      \/          
[33m                                                                                           

Hit '[1m&lt;tab&gt;[0m' for a list of available commands
and '[1m[cmd] --help[0m' for help on a specific command.
Hit '[1m&lt;ctrl-d&gt;[0m' or type '[1msystem:shutdown[0m' or '[1mlogout[0m' to shutdown OpenDaylight.

[?1h=[90m~[0m                                                                                [?2004hopendaylight-user</msg>
<arg>${KARAF_USER}</arg>
<arg>${KARAF_PASSWORD}</arg>
<arg>loglevel=${loglevel}</arg>
<doc>Logs into the SSH server with the given ``username`` and ``password``.</doc>
<status status="PASS" start="2026-08-18T01:06:24.205136" elapsed="0.173346"/>
</kw>
<kw name="Write" owner="SSHLibrary">
<msg time="2026-08-18T01:06:24.472598" level="INFO">@root&gt;feature:list -i | 0[C 0g[Krep odl-openflowplugin-drop-test</msg>
<arg>${cmd}</arg>
<doc>Writes the given ``text`` on the remote machine and appends a newline.</doc>
<status status="PASS" start="2026-08-18T01:06:24.378673" elapsed="0.094006"/>
</kw>
<kw name="Read Until Regexp" owner="SSHLibrary">
<msg time="2026-08-18T01:06:24.482448" level="INFO">[?1l&gt;[?2004l[31;1modl-openflowplugin-drop-test[0m                                    x 1.0.0            x x        x Started x [31;1modl-openflowplugin-drop-test[0m                                    x OpenDaylight :: Openflow Plugin :: Drop Test
[?1h=[90m~[0m                                                                                [?2004hopendaylight-user@root&gt;</msg>
<msg time="2026-08-18T01:06:24.482616" level="INFO">${output} = [?1l&gt;[?2004l[31;1modl-openflowplugin-drop-test[0m                                    x 1.0.0            x x        x Started x [31;1modl-openflowplugin-drop-test[0m                     ...</msg>
<var>${output}</var>
<arg>${KARAF_PROMPT}</arg>
<doc>Consumes and returns the server output until a match to ``regexp`` is found.</doc>
<status status="PASS" start="2026-08-18T01:06:24.472831" elapsed="0.009830"/>
</kw>
<kw name="Write Bare" owner="SSHLibrary">
<arg>logout\n</arg>
<doc>Writes the given ``text`` on the remote machine without appending a newline.</doc>
<status status="PASS" start="2026-08-18T01:06:24.482803" elapsed="0.000179"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-08-18T01:06:24.483129" elapsed="0.000164"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-08-18T01:06:24.483782" level="INFO">[?1l&gt;[?2004l[31;1modl-openflowplugin-drop-test[0m                                    x 1.0.0            x x        x Started x [31;1modl-openflowplugin-drop-test[0m                                    x OpenDaylight :: Openflow Plugin :: Drop Test
[?1h=[90m~[0m                                                                                [?2004hopendaylight-user@root&gt;</msg>
<arg>${output}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-08-18T01:06:24.483432" elapsed="0.000406"/>
</kw>
<return>
<value>${output}</value>
<status status="PASS" start="2026-08-18T01:06:24.483886" elapsed="0.000045"/>
</return>
<msg time="2026-08-18T01:06:24.484070" level="INFO">${output} = [?1l&gt;[?2004l[31;1modl-openflowplugin-drop-test[0m                                    x 1.0.0            x x        x Started x [31;1modl-openflowplugin-drop-test[0m                     ...</msg>
<var>${output}</var>
<arg>feature:list -i | grep ${feature_name}</arg>
<arg>${controller}</arg>
<arg>${karaf_port}</arg>
<doc>Will execute the given ${cmd} by ssh'ing to the karaf console running on 10.30.170.136
Note that this keyword will open&amp;close new SSH connection, without switching back to previously current session.</doc>
<status status="PASS" start="2026-08-18T01:06:24.203853" elapsed="0.280248"/>
</kw>
<kw name="Should Contain" owner="BuiltIn">
<arg>${output}</arg>
<arg>${feature_name}</arg>
<doc>Fails if ``container`` does not contain ``item`` one or more times.</doc>
<status status="PASS" start="2026-08-18T01:06:24.484246" elapsed="0.000535"/>
</kw>
<return>
<value>${output}</value>
<status status="PASS" start="2026-08-18T01:06:24.484832" 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-08-18T01:06:24.199933" elapsed="0.285028"/>
</kw>
<kw name="Issue_Command_On_Karaf_Console" owner="KarafKeywords">
<if>
<branch type="IF" condition="'${IS_KARAF_APPL}' == 'False'">
<return>
<value>Not A Karaf App</value>
<status status="NOT RUN" start="2026-08-18T01:06:24.488621" elapsed="0.000030"/>
</return>
<status status="NOT RUN" start="2026-08-18T01:06:24.488500" elapsed="0.000190"/>
</branch>
<status status="PASS" start="2026-08-18T01:06:24.488478" elapsed="0.000235"/>
</if>
<kw name="Open Connection" owner="SSHLibrary">
<arg>${controller}</arg>
<arg>port=${karaf_port}</arg>
<arg>prompt=${KARAF_PROMPT_LOGIN}</arg>
<arg>timeout=${timeout}</arg>
<doc>Opens a new SSH connection to the given ``host`` and ``port``.</doc>
<status status="PASS" start="2026-08-18T01:06:24.488842" elapsed="0.000425"/>
</kw>
<kw name="Login" owner="SSHLibrary">
<msg time="2026-08-18T01:06:24.489695" level="INFO">Logging into '10.30.170.136:8101' as 'karaf'.</msg>
<msg time="2026-08-18T01:06:24.658232" level="INFO">Read output: [33m                                                                                           
[33m    ________                       ________                .__  .__       .__     __       
[33m    \_____  \ ______   ____   ____ \______ \ _____  ___.__.|  | |__| ____ |  |___/  |_     
[33m     /   |   \\____ \_/ __ \ /    \ |    |  \\__  \&lt;   |  ||  | |  |/ ___\|  |  \   __\    
[33m    /    |    \  |_&gt; &gt;  ___/|   |  \|    `   \/ __ \\___  ||  |_|  / /_/  &gt;   Y  \  |      
[33m    \_______  /   __/ \___  &gt;___|  /_______  (____  / ____||____/__\___  /|___|  /__|      
[33m            \/|__|        \/     \/        \/     \/\/            /_____/      \/          
[33m                                                                                           

Hit '[1m&lt;tab&gt;[0m' for a list of available commands
and '[1m[cmd] --help[0m' for help on a specific command.
Hit '[1m&lt;ctrl-d&gt;[0m' or type '[1msystem:shutdown[0m' or '[1mlogout[0m' to shutdown OpenDaylight.

[?1h=[90m~[0m                                                                                [?2004hopendaylight-user</msg>
<arg>${KARAF_USER}</arg>
<arg>${KARAF_PASSWORD}</arg>
<arg>loglevel=${loglevel}</arg>
<doc>Logs into the SSH server with the given ``username`` and ``password``.</doc>
<status status="PASS" start="2026-08-18T01:06:24.489412" elapsed="0.168906"/>
</kw>
<kw name="Write" owner="SSHLibrary">
<msg time="2026-08-18T01:06:24.681673" level="INFO">@root&gt;dropallpacketsrpc on</msg>
<arg>${cmd}</arg>
<doc>Writes the given ``text`` on the remote machine and appends a newline.</doc>
<status status="PASS" start="2026-08-18T01:06:24.658475" elapsed="0.023260"/>
</kw>
<kw name="Read Until Regexp" owner="SSHLibrary">
<msg time="2026-08-18T01:06:24.683644" level="INFO">[?1l&gt;[?2004lDropAllFlows transitions to on
[?1h=[90m~[0m                                                                                [?2004hopendaylight-user@root&gt;</msg>
<msg time="2026-08-18T01:06:24.683742" level="INFO">${output} = [?1l&gt;[?2004lDropAllFlows transitions to on
[?1h=[90m~[0m                                                                                [?2004hopendaylight-user@root&gt;</msg>
<var>${output}</var>
<arg>${KARAF_PROMPT}</arg>
<doc>Consumes and returns the server output until a match to ``regexp`` is found.</doc>
<status status="PASS" start="2026-08-18T01:06:24.681882" elapsed="0.001888"/>
</kw>
<kw name="Write Bare" owner="SSHLibrary">
<arg>logout\n</arg>
<doc>Writes the given ``text`` on the remote machine without appending a newline.</doc>
<status status="PASS" start="2026-08-18T01:06:24.683905" elapsed="0.000174"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-08-18T01:06:24.684225" elapsed="0.000151"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-08-18T01:06:24.684814" level="INFO">[?1l&gt;[?2004lDropAllFlows transitions to on
[?1h=[90m~[0m                                                                                [?2004hopendaylight-user@root&gt;</msg>
<arg>${output}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-08-18T01:06:24.684517" elapsed="0.000348"/>
</kw>
<return>
<value>${output}</value>
<status status="PASS" start="2026-08-18T01:06:24.684911" elapsed="0.000038"/>
</return>
<arg>dropallpacketsrpc on</arg>
<doc>Will execute the given ${cmd} by ssh'ing to the karaf console running on 10.30.170.136
Note that this keyword will open&amp;close new SSH connection, without switching back to previously current session.</doc>
<status status="PASS" start="2026-08-18T01:06:24.488189" elapsed="0.196861"/>
</kw>
<status status="PASS" start="2026-08-18T01:06:22.915298" elapsed="1.769813"/>
</kw>
<test id="s1-t1" name="Cbench Latency Test" line="37">
<kw name="Log" owner="BuiltIn">
<msg time="2026-08-18T01:06:24.687120" level="INFO">Cbench tests using 10 iterations of 60 second tests. Switch Count: 16. Unique MACS to cycle: 100</msg>
<arg>Cbench tests using ${loops} iterations of ${duration_in_secs} second tests. Switch Count: ${switch_count}. Unique MACS to cycle: ${num_of_unique_macs}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-08-18T01:06:24.685969" elapsed="0.001216"/>
</kw>
<kw name="Run Cbench And Log Results">
<kw name="Set Suite Variable" owner="BuiltIn">
<msg time="2026-08-18T01:06:24.688764" level="INFO">${output_filename} = latency.csv</msg>
<arg>${output_filename}</arg>
<doc>Makes a variable available everywhere within the scope of the current suite.</doc>
<status status="PASS" start="2026-08-18T01:06:24.688352" elapsed="0.000457"/>
</kw>
<if>
<branch type="IF" condition="&quot;${cbench_system}&quot; == &quot;localhost&quot;">
<kw name="Run" owner="OperatingSystem">
<var>${output}</var>
<arg>${cbench_executable} -c ${ODL_SYSTEM_IP} ${cbench_args}</arg>
<doc>_This keyword is considered deprecated. Use the
[http://robotframework.org/robotframework/latest/libraries/Process.html|
Process] library instead._</doc>
<status status="NOT RUN" start="2026-08-18T01:06:24.689112" elapsed="0.000022"/>
</kw>
<status status="NOT RUN" start="2026-08-18T01:06:24.688883" elapsed="0.000287"/>
</branch>
<branch type="ELSE">
<kw name="Run Command On Remote System" owner="Utils">
<if>
<branch type="IF" condition="&quot;${return_stdout}&quot;!=&quot;True&quot; and &quot;${return_stderr}&quot;!=&quot;True&quot;">
<kw name="Fail" owner="BuiltIn">
<arg>At least one of {return_stdout} or {return_stderr} args should be set to True</arg>
<doc>Fails the test with the given message and optionally alters its tags.</doc>
<status status="NOT RUN" start="2026-08-18T01:06:24.692099" elapsed="0.000020"/>
</kw>
<status status="NOT RUN" start="2026-08-18T01:06:24.691847" elapsed="0.000307"/>
</branch>
<status status="PASS" start="2026-08-18T01:06:24.691827" elapsed="0.000353"/>
</if>
<kw name="Get Connection" owner="SSHLibrary">
<msg time="2026-08-18T01:06:24.692507" level="INFO">index=None
host=None
alias=None
port=22
timeout=3 seconds
newline=

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

prompt=None
term_type=vt100
width=80
height=24
path_separator=/
encoding=utf8
escape_ansi=False
encoding_errors=strict</msg>
<var>${current_ssh_connection}</var>
<doc>Returns information about the connection.</doc>
<status status="PASS" start="2026-08-18T01:06:24.692311" elapsed="0.000384"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-08-18T01:06:24.693254" level="INFO">Attempting to execute command "/usr/local/bin/cbench -c 10.30.170.136 -m 60000 -M 100 -S 16 -l 10 -D 5000 -p 6633" on remote system "10.30.170.159" by user "jenkins" with keyfile pass "any" and prompt "&gt;" and password ""</msg>
<arg>Attempting to execute command "${cmd}" on remote system "${system}" by user "${user}" with keyfile pass "${keyfile_pass}" and prompt "${prompt}" and password "${password}"</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-08-18T01:06:24.692833" elapsed="0.000481"/>
</kw>
<kw name="Open Connection" owner="SSHLibrary">
<msg time="2026-08-18T01:06:24.693936" level="INFO">${conn_id} = 5</msg>
<var>${conn_id}</var>
<arg>${system}</arg>
<arg>prompt=${prompt}</arg>
<arg>timeout=${prompt_timeout}</arg>
<doc>Opens a new SSH connection to the given ``host`` and ``port``.</doc>
<status status="PASS" start="2026-08-18T01:06:24.693454" elapsed="0.000509"/>
</kw>
<kw name="Flexible_SSH_Login" owner="SSHKeywords">
<kw name="Get Length" owner="BuiltIn">
<msg time="2026-08-18T01:06:24.694869" level="INFO">Length is 0.</msg>
<msg time="2026-08-18T01:06:24.694959" level="INFO">${pwd_length} = 0</msg>
<var>${pwd_length}</var>
<arg>${password}</arg>
<doc>Returns and logs the length of the given item as an integer.</doc>
<status status="PASS" start="2026-08-18T01:06:24.694536" elapsed="0.000447"/>
</kw>
<kw name="Run Keyword And Return If" owner="BuiltIn">
<arg>${pwd_length} &gt; 0</arg>
<arg>SSHLibrary.Login</arg>
<arg>${user}</arg>
<arg>${password}</arg>
<arg>delay=${delay}</arg>
<doc>Runs the specified keyword and returns from the enclosing user keyword.</doc>
<status status="PASS" start="2026-08-18T01:06:24.695125" elapsed="0.000334"/>
</kw>
<kw name="Run Keyword And Return" owner="BuiltIn">
<kw name="Login With Public Key" owner="SSHLibrary">
<msg time="2026-08-18T01:06:24.696326" level="INFO">Logging into '10.30.170.159:22' as 'jenkins'.</msg>
<msg time="2026-08-18T01:06:25.067726" level="INFO">Read output: Welcome to Ubuntu 22.04.5 LTS (GNU/Linux 5.15.0-186-generic x86_64)

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

 System information as of Tue Aug 18 01:05:41 UTC 2026

  System load:  0.16               Processes:             112
  Usage of /:   19.7% of 38.58GB   Users logged in:       0
  Memory usage: 4%                 IPv4 address for ens3: 10.30.170.159
  Swap usage:   0%


Expanded Security Maintenance for Applications is not enabled.

0 updates can be applied immediately.

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


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


Last login: Tue Aug 18 01:06:24 2026 from 10.30.170.133
[?2004h[jenkins@releng-50965-20-1-mininet-ovs-217-0 ~]&gt;</msg>
<arg>${user}</arg>
<arg>${USER_HOME}/.ssh/${SSH_KEY}</arg>
<arg>${KEYFILE_PASS}</arg>
<arg>delay=${delay}</arg>
<doc>Logs into the SSH server using key-based authentication.</doc>
<status status="PASS" start="2026-08-18T01:06:24.695975" elapsed="0.371895"/>
</kw>
<msg time="2026-08-18T01:06:25.067945" level="INFO">Returning from the enclosing user keyword.</msg>
<arg>SSHLibrary.Login With Public Key</arg>
<arg>${user}</arg>
<arg>${USER_HOME}/.ssh/${SSH_KEY}</arg>
<arg>${KEYFILE_PASS}</arg>
<arg>delay=${delay}</arg>
<doc>Runs the specified keyword and returns from the enclosing user keyword.</doc>
<status status="PASS" start="2026-08-18T01:06:24.695612" elapsed="0.372426"/>
</kw>
<arg>${user}</arg>
<arg>${password}</arg>
<doc>On active SSH session: if given non-empty password, do Login, else do Login With Public Key.</doc>
<status status="PASS" start="2026-08-18T01:06:24.694164" elapsed="0.373984"/>
</kw>
<kw name="Execute Command" owner="SSHLibrary">
<msg time="2026-08-18T01:06:25.068640" level="INFO">Executing command '/usr/local/bin/cbench -c 10.30.170.136 -m 60000 -M 100 -S 16 -l 10 -D 5000 -p 6633'.</msg>
<msg time="2026-08-18T01:16:31.213145" level="INFO">Command exited with return code 0.</msg>
<msg time="2026-08-18T01:16:31.213634" level="INFO">${stdout} = </msg>
<msg time="2026-08-18T01:16:31.213741" level="INFO">${stderr} = cbench: controller benchmarking tool
   running in mode 'latency'
   connecting to controller at 10.30.170.136:6633 
   faking 16 switches with 1 threads :: 10 tests each; 60000 ms per test
   with 10...</msg>
<var>${stdout}</var>
<var>${stderr}</var>
<arg>${cmd}</arg>
<arg>return_stderr=True</arg>
<doc>Executes ``command`` on the remote machine and returns its outputs.</doc>
<status status="PASS" start="2026-08-18T01:06:25.068340" elapsed="606.145449"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-08-18T01:16:31.214177" elapsed="0.000634"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-08-18T01:16:31.215596" level="INFO">cbench: controller benchmarking tool
   running in mode 'latency'
   connecting to controller at 10.30.170.136:6633 
   faking 16 switches with 1 threads :: 10 tests each; 60000 ms per test
   with 100 unique source MACs per switch
   learning destination mac addresses before the test
   starting test with 5000 ms delay after features_reply
   ignoring first 1 "warmup" and last 0 "cooldown" loops
   debugging info is off
Master Thread: Creating thread-0! 
Thread-0: All switches initialized. Running at node 10.30.170.136. So far 1 cbench instances have initialized their switches.  Waiting for other cbench-instances
Thread-0: Total switches from ALL cbench-instances initialized.
01:07:30.285 16  switches: flows:  134273 130398 132040 127325 130445 129910 129678 128670 126501 124421 126435 127803 127904 123775 125339 123799  total = 34.145267 per ms 
01:08:30.388 16  switches: flows:  148005 146528 144451 142163 146811 148185 146330 145383 139362 140373 138454 143021 139855 138702 137856 138038  total = 37.994965 per ms 
01:09:30.489 16  switches: flows:  150255 149388 148323 143933 148177 148316 147904 148549 144126 141676 140630 145571 140742 143110 138364 142906  total = 38.635003 per ms 
01:10:30.590 16  switches: flows:  145091 145997 144557 141256 144925 145708 143890 143308 139301 137091 136029 141563 136572 138917 135734 137528  total = 37.561778 per ms 
01:11:30.691 16  switches: flows:  128783 129800 128982 125627 128997 131231 129870 126592 122405 122698 123000 126454 123201 122196 123294 120254  total = 33.500509 per ms 
01:12:30.792 16  switches: flows:  144138 142537 140352 141471 139602 147513 139527 140352 136227 134632 135274 135331 137831 138472 139999 134430  total = 37.066289 per ms 
01:13:30.892 16  switches: flows:  149269 148151 146290 146097 142343 148993 142854 147508 141491 140554 140271 138590 141757 141674 145270 140205  total = 38.291313 per ms 
01:14:30.993 16  switches: flows:  139246 140956 133864 135973 133955 139287 134416 138315 132387 131418 129591 132124 133782 131231 135419 131617  total = 35.833197 per ms 
01:15:31.094 16  switches: flows:  129319 128707 128150 123595 123752 127163 125460 122642 121820 122687 120671 123790 124914 122252 125526 123228  total = 33.172521 per ms 
01:16:31.196 16  switches: flows:  144025 138169 141584 136914 136030 139505 135840 135339 134645 134147 133625 138176 138633 134095 135909 136181  total = 36.485743 per ms 
RESULT: 16 switches 9 tests min/max/avg/stdev = 33172.52/38635.00/36504.59/12313.27 responses/s</msg>
<arg>${stderr}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-08-18T01:16:31.215069" elapsed="0.000783"/>
</kw>
<if>
<branch type="IF" condition="&quot;${return_stdout}&quot;!=&quot;True&quot;">
<return>
<value>${stderr}</value>
<status status="PASS" start="2026-08-18T01:16:31.216224" elapsed="0.000056"/>
</return>
<status status="PASS" start="2026-08-18T01:16:31.215995" elapsed="0.000338"/>
</branch>
<status status="PASS" start="2026-08-18T01:16:31.215946" elapsed="0.000423"/>
</if>
<if>
<branch type="IF" condition="&quot;${return_stderr}&quot;!=&quot;True&quot;">
<return>
<value>${stdout}</value>
<status status="NOT RUN" start="2026-08-18T01:16:31.216511" elapsed="0.000019"/>
</return>
<status status="NOT RUN" start="2026-08-18T01:16:31.216456" elapsed="0.000114"/>
</branch>
<status status="NOT RUN" start="2026-08-18T01:16:31.216433" elapsed="0.000168"/>
</if>
<return>
<value>${stdout}</value>
<value>${stderr}</value>
<status status="NOT RUN" start="2026-08-18T01:16:31.216672" elapsed="0.000021"/>
</return>
<kw name="Restore_Current_Ssh_Connection_From_Index" owner="SSHKeywords" type="TEARDOWN">
<kw name="Run Keyword And Return If" owner="BuiltIn">
<arg>${connection_index} is not None</arg>
<arg>SSHLibrary.Switch Connection</arg>
<arg>${connection_index}</arg>
<doc>Runs the specified keyword and returns from the enclosing user keyword.</doc>
<status status="PASS" start="2026-08-18T01:16:31.220460" elapsed="0.000494"/>
</kw>
<kw name="Open Connection" owner="SSHLibrary">
<arg>127.0.0.1</arg>
<doc>Opens a new SSH connection to the given ``host`` and ``port``.</doc>
<status status="PASS" start="2026-08-18T01:16:31.221168" elapsed="0.000230"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-08-18T01:16:31.221580" elapsed="0.000198"/>
</kw>
<arg>${current_ssh_connection.index}</arg>
<doc>Restore active SSH connection in SSHLibrary to given index.</doc>
<status status="PASS" start="2026-08-18T01:16:31.217146" elapsed="0.004720"/>
</kw>
<msg time="2026-08-18T01:16:31.222060" level="INFO">${output} = cbench: controller benchmarking tool
   running in mode 'latency'
   connecting to controller at 10.30.170.136:6633 
   faking 16 switches with 1 threads :: 10 tests each; 60000 ms per test
   with 10...</msg>
<var>${output}</var>
<arg>${cbench_system}</arg>
<arg>${cbench_executable} -c ${ODL_SYSTEM_IP} ${cbench_args}</arg>
<arg>prompt_timeout=${test_timeout}</arg>
<arg>return_stdout=False</arg>
<arg>return_stderr=True</arg>
<doc>Reduces the common work of running a command on a remote system to a single higher level
robot keyword, taking care to log in with a public key and. The command given is written and the return value
depends on the passed argument values of return_stdout (default: True) and return_stderr (default: False).
At least one should be True, or the keyword will exit and FAIL. If both are True, the resulting return value
will be a two element list containing both. Otherwise the resulting return value is a string.
No test conditions are checked.</doc>
<status status="PASS" start="2026-08-18T01:06:24.689519" elapsed="606.532587"/>
</kw>
<status status="PASS" start="2026-08-18T01:06:24.689197" elapsed="606.532982"/>
</branch>
<status status="PASS" start="2026-08-18T01:06:24.688862" elapsed="606.533353"/>
</if>
<kw name="Log" owner="BuiltIn">
<msg time="2026-08-18T01:16:31.222881" level="INFO">cbench: controller benchmarking tool
   running in mode 'latency'
   connecting to controller at 10.30.170.136:6633 
   faking 16 switches with 1 threads :: 10 tests each; 60000 ms per test
   with 100 unique source MACs per switch
   learning destination mac addresses before the test
   starting test with 5000 ms delay after features_reply
   ignoring first 1 "warmup" and last 0 "cooldown" loops
   debugging info is off
Master Thread: Creating thread-0! 
Thread-0: All switches initialized. Running at node 10.30.170.136. So far 1 cbench instances have initialized their switches.  Waiting for other cbench-instances
Thread-0: Total switches from ALL cbench-instances initialized.
01:07:30.285 16  switches: flows:  134273 130398 132040 127325 130445 129910 129678 128670 126501 124421 126435 127803 127904 123775 125339 123799  total = 34.145267 per ms 
01:08:30.388 16  switches: flows:  148005 146528 144451 142163 146811 148185 146330 145383 139362 140373 138454 143021 139855 138702 137856 138038  total = 37.994965 per ms 
01:09:30.489 16  switches: flows:  150255 149388 148323 143933 148177 148316 147904 148549 144126 141676 140630 145571 140742 143110 138364 142906  total = 38.635003 per ms 
01:10:30.590 16  switches: flows:  145091 145997 144557 141256 144925 145708 143890 143308 139301 137091 136029 141563 136572 138917 135734 137528  total = 37.561778 per ms 
01:11:30.691 16  switches: flows:  128783 129800 128982 125627 128997 131231 129870 126592 122405 122698 123000 126454 123201 122196 123294 120254  total = 33.500509 per ms 
01:12:30.792 16  switches: flows:  144138 142537 140352 141471 139602 147513 139527 140352 136227 134632 135274 135331 137831 138472 139999 134430  total = 37.066289 per ms 
01:13:30.892 16  switches: flows:  149269 148151 146290 146097 142343 148993 142854 147508 141491 140554 140271 138590 141757 141674 145270 140205  total = 38.291313 per ms 
01:14:30.993 16  switches: flows:  139246 140956 133864 135973 133955 139287 134416 138315 132387 131418 129591 132124 133782 131231 135419 131617  total = 35.833197 per ms 
01:15:31.094 16  switches: flows:  129319 128707 128150 123595 123752 127163 125460 122642 121820 122687 120671 123790 124914 122252 125526 123228  total = 33.172521 per ms 
01:16:31.196 16  switches: flows:  144025 138169 141584 136914 136030 139505 135840 135339 134645 134147 133625 138176 138633 134095 135909 136181  total = 36.485743 per ms 
RESULT: 16 switches 9 tests min/max/avg/stdev = 33172.52/38635.00/36504.59/12313.27 responses/s</msg>
<arg>${output}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-08-18T01:16:31.222423" elapsed="0.000568"/>
</kw>
<kw name="Should Contain" owner="BuiltIn">
<arg>${output}</arg>
<arg>RESULT</arg>
<doc>Fails if ``container`` does not contain ``item`` one or more times.</doc>
<status status="PASS" start="2026-08-18T01:16:31.223214" elapsed="0.000557"/>
</kw>
<kw name="Get Lines Containing String" owner="String">
<msg time="2026-08-18T01:16:31.224349" level="INFO">1 out of 23 lines matched.</msg>
<msg time="2026-08-18T01:16:31.224485" level="INFO">${result_line} = RESULT: 16 switches 9 tests min/max/avg/stdev = 33172.52/38635.00/36504.59/12313.27 responses/s</msg>
<var>${result_line}</var>
<arg>${output}</arg>
<arg>RESULT</arg>
<doc>Returns lines of the given ``string`` that contain the ``pattern``.</doc>
<status status="PASS" start="2026-08-18T01:16:31.224008" elapsed="0.000514"/>
</kw>
<kw name="Split String" owner="String">
<msg time="2026-08-18T01:16:31.225155" level="INFO">@{results_list} = [ RESULT: | 16 | switches | 9 | tests | min/max/avg/stdev | = | 33172.52/38635.00/36504.59/12313.27 | responses/s ]</msg>
<var>@{results_list}</var>
<arg>${result_line}</arg>
<doc>Splits the ``string`` using ``separator`` as a delimiter string.</doc>
<status status="PASS" start="2026-08-18T01:16:31.224773" elapsed="0.000421"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-08-18T01:16:31.228142" level="INFO">min/max/avg/stdev</msg>
<arg>${results_list[5]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-08-18T01:16:31.225410" elapsed="0.002792"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-08-18T01:16:31.230618" level="INFO">33172.52/38635.00/36504.59/12313.27</msg>
<arg>${results_list[7]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-08-18T01:16:31.228358" elapsed="0.002336"/>
</kw>
<kw name="Split String" owner="String">
<msg time="2026-08-18T01:16:31.233056" level="INFO">@{result_name_list} = [ min | max | avg | stdev ]</msg>
<var>@{result_name_list}</var>
<arg>${results_list[5]}</arg>
<arg>/</arg>
<doc>Splits the ``string`` using ``separator`` as a delimiter string.</doc>
<status status="PASS" start="2026-08-18T01:16:31.230847" elapsed="0.002237"/>
</kw>
<kw name="Split String" owner="String">
<msg time="2026-08-18T01:16:31.235545" level="INFO">@{result_value_list} = [ 33172.52 | 38635.00 | 36504.59 | 12313.27 ]</msg>
<var>@{result_value_list}</var>
<arg>${results_list[7]}</arg>
<arg>/</arg>
<doc>Splits the ``string`` using ``separator`` as a delimiter string.</doc>
<status status="PASS" start="2026-08-18T01:16:31.233286" elapsed="0.002287"/>
</kw>
<kw name="Get Length" owner="BuiltIn">
<msg time="2026-08-18T01:16:31.236065" level="INFO">Length is 4.</msg>
<msg time="2026-08-18T01:16:31.236164" level="INFO">${num_stats} = 4</msg>
<var>${num_stats}</var>
<arg>${result_name_list}</arg>
<doc>Returns and logs the length of the given item as an integer.</doc>
<status status="PASS" start="2026-08-18T01:16:31.235753" elapsed="0.000435"/>
</kw>
<for flavor="IN RANGE">
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-08-18T01:16:31.240932" level="INFO">min :: 33172.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-08-18T01:16:31.236594" elapsed="0.004394"/>
</kw>
<var name="${i}">0</var>
<status status="PASS" start="2026-08-18T01:16:31.236462" elapsed="0.004560"/>
</iter>
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-08-18T01:16:31.245600" level="INFO">max :: 38635.00</msg>
<arg>${result_name_list[${i}]} :: ${result_value_list[${i}]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-08-18T01:16:31.241272" elapsed="0.004407"/>
</kw>
<var name="${i}">1</var>
<status status="PASS" start="2026-08-18T01:16:31.241120" elapsed="0.004595"/>
</iter>
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-08-18T01:16:31.250318" level="INFO">avg :: 36504.59</msg>
<arg>${result_name_list[${i}]} :: ${result_value_list[${i}]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-08-18T01:16:31.245934" elapsed="0.004440"/>
</kw>
<var name="${i}">2</var>
<status status="PASS" start="2026-08-18T01:16:31.245804" elapsed="0.004604"/>
</iter>
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-08-18T01:16:31.255124" level="INFO">stdev :: 12313.27</msg>
<arg>${result_name_list[${i}]} :: ${result_value_list[${i}]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-08-18T01:16:31.250687" elapsed="0.004493"/>
</kw>
<var name="${i}">3</var>
<status status="PASS" start="2026-08-18T01:16:31.250498" elapsed="0.004716"/>
</iter>
<var>${i}</var>
<value>0</value>
<value>${num_stats}</value>
<status status="PASS" start="2026-08-18T01:16:31.236263" elapsed="0.018984"/>
</for>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-08-18T01:16:31.259382" level="INFO">${min} = 33172.52</msg>
<var>${min}</var>
<arg>${result_value_list[${0}]}</arg>
<doc>Returns the given values which can then be assigned to a variables.</doc>
<status status="PASS" start="2026-08-18T01:16:31.255408" elapsed="0.004001"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-08-18T01:16:31.266073" level="INFO">${max} = 38635.00</msg>
<var>${max}</var>
<arg>${result_value_list[${1}]}</arg>
<doc>Returns the given values which can then be assigned to a variables.</doc>
<status status="PASS" start="2026-08-18T01:16:31.259563" elapsed="0.006544"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-08-18T01:16:31.270295" level="INFO">${average} = 36504.59</msg>
<var>${average}</var>
<arg>${result_value_list[${2}]}</arg>
<doc>Returns the given values which can then be assigned to a variables.</doc>
<status status="PASS" start="2026-08-18T01:16:31.266478" elapsed="0.003844"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-08-18T01:16:31.274289" level="INFO">${stdev} = 12313.27</msg>
<var>${stdev}</var>
<arg>${result_value_list[${3}]}</arg>
<doc>Returns the given values which can then be assigned to a variables.</doc>
<status status="PASS" start="2026-08-18T01:16:31.270474" elapsed="0.003842"/>
</kw>
<kw name="Get Time" owner="BuiltIn">
<msg time="2026-08-18T01:16:31.274872" level="INFO">${date} = 2026-08-18 01:16:31</msg>
<var>${date}</var>
<arg>d,m,s</arg>
<doc>Returns the given time in the requested format.</doc>
<status status="PASS" start="2026-08-18T01:16:31.274483" elapsed="0.000415"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-08-18T01:16:31.275480" level="INFO">CBench Result: 2026-08-18 01:16:31,-m 60000 -M 100 -S 16 -l 10 -D 5000 -p 6633,33172.52,38635.00,36504.59,12313.27</msg>
<arg>CBench Result: ${date},${cbench_args},${min},${max},${average},${stdev}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-08-18T01:16:31.275043" elapsed="0.000492"/>
</kw>
<kw name="Log Results And Determine Status">
<kw name="Append To File" owner="OperatingSystem">
<msg time="2026-08-18T01:16:31.276640" level="INFO" html="true">Appended to file '&lt;a href="file:///w/workspace/openflowplugin-csit-1node-cbench-only-manganese/latency.csv"&gt;/w/workspace/openflowplugin-csit-1node-cbench-only-manganese/latency.csv&lt;/a&gt;'.</msg>
<arg>${output_file}</arg>
<arg>${min},${max},${average}\n</arg>
<doc>Appends the given content to the specified file.</doc>
<status status="PASS" start="2026-08-18T01:16:31.276211" elapsed="0.000510"/>
</kw>
<kw name="Should Be True" owner="BuiltIn">
<arg>${average} &gt; ${threshold}</arg>
<arg>${average} flow_mods per/sec did not exceed threshold of ${threshold}</arg>
<doc>Fails if the given condition is not true.</doc>
<status status="PASS" start="2026-08-18T01:16:31.276870" elapsed="0.000472"/>
</kw>
<arg>${min}</arg>
<arg>${max}</arg>
<arg>${average}</arg>
<arg>${average_threshold}</arg>
<arg>${output_filename}</arg>
<status status="PASS" start="2026-08-18T01:16:31.275716" elapsed="0.001692"/>
</kw>
<arg>-m ${duration_in_ms} -M ${num_of_unique_macs} -S ${switch_count} -l ${loops} -D ${start_delay} -p ${of_port}</arg>
<arg>${latency_threshold}</arg>
<arg>${latency_results_file}</arg>
<status status="PASS" start="2026-08-18T01:06:24.687583" elapsed="606.589884"/>
</kw>
<kw name="Sleep" owner="BuiltIn">
<msg time="2026-08-18T01:16:31.277961" level="INFO">Slept 0 seconds.</msg>
<arg>${test_delay}</arg>
<doc>Pauses the test executed for the given time.</doc>
<status status="PASS" start="2026-08-18T01:16:31.277618" elapsed="0.000399"/>
</kw>
<kw name="Log Results As Zero If Cbench Timed Out" type="TEARDOWN">
<kw name="Run Keyword If Timeout Occurred" owner="BuiltIn">
<arg>Log Results And Determine Status</arg>
<arg>0</arg>
<arg>0</arg>
<arg>0</arg>
<arg>0</arg>
<arg>${output_filename}</arg>
<doc>Runs the given keyword if either a test or a keyword timeout has occurred.</doc>
<status status="PASS" start="2026-08-18T01:16:31.278536" elapsed="0.000287"/>
</kw>
<status status="PASS" start="2026-08-18T01:16:31.278234" elapsed="0.000659"/>
</kw>
<doc>cbench executed in default latency mode. Test parameters have defaults, but can be overridden
on the pybot command line</doc>
<tag>cbench</tag>
<tag>latency</tag>
<timeout value="15 minutes"/>
<status status="PASS" start="2026-08-18T01:06:24.685269" elapsed="606.593661"/>
</test>
<test id="s1-t2" name="Cbench Throughput Test" line="51">
<kw name="Log" owner="BuiltIn">
<msg time="2026-08-18T01:16:31.280234" level="INFO">Cbench tests using 10 iterations of 60 second tests. Switch Count: 16. Unique MACS to cycle: 100</msg>
<arg>Cbench tests using ${loops} iterations of ${duration_in_secs} second tests. Switch Count: ${switch_count}. Unique MACS to cycle: ${num_of_unique_macs}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-08-18T01:16:31.279843" elapsed="0.000448"/>
</kw>
<kw name="Run Cbench And Log Results">
<kw name="Set Suite Variable" owner="BuiltIn">
<msg time="2026-08-18T01:16:31.281734" level="INFO">${output_filename} = throughput.csv</msg>
<arg>${output_filename}</arg>
<doc>Makes a variable available everywhere within the scope of the current suite.</doc>
<status status="PASS" start="2026-08-18T01:16:31.281385" 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-08-18T01:16:31.282126" elapsed="0.000021"/>
</kw>
<status status="NOT RUN" start="2026-08-18T01:16:31.281902" elapsed="0.000281"/>
</branch>
<branch type="ELSE">
<kw name="Run Command On Remote System" owner="Utils">
<if>
<branch type="IF" condition="&quot;${return_stdout}&quot;!=&quot;True&quot; and &quot;${return_stderr}&quot;!=&quot;True&quot;">
<kw name="Fail" owner="BuiltIn">
<arg>At least one of {return_stdout} or {return_stderr} args should be set to True</arg>
<doc>Fails the test with the given message and optionally alters its tags.</doc>
<status status="NOT RUN" start="2026-08-18T01:16:31.285101" elapsed="0.000021"/>
</kw>
<status status="NOT RUN" start="2026-08-18T01:16:31.284855" elapsed="0.000301"/>
</branch>
<status status="PASS" start="2026-08-18T01:16:31.284836" elapsed="0.000343"/>
</if>
<kw name="Get Connection" owner="SSHLibrary">
<msg time="2026-08-18T01:16:31.285529" level="INFO">index=None
host=None
alias=None
port=22
timeout=3 seconds
newline=

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

prompt=None
term_type=vt100
width=80
height=24
path_separator=/
encoding=utf8
escape_ansi=False
encoding_errors=strict</msg>
<var>${current_ssh_connection}</var>
<doc>Returns information about the connection.</doc>
<status status="PASS" start="2026-08-18T01:16:31.285317" elapsed="0.000380"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-08-18T01:16:31.286259" level="INFO">Attempting to execute command "/usr/local/bin/cbench -c 10.30.170.136 -t -m 60000 -M 100 -S 16 -l 10 -D 5000 -p 6633" on remote system "10.30.170.159" by user "jenkins" with keyfile pass "any" and prompt "&gt;" and password ""</msg>
<arg>Attempting to execute command "${cmd}" on remote system "${system}" by user "${user}" with keyfile pass "${keyfile_pass}" and prompt "${prompt}" and password "${password}"</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-08-18T01:16:31.285838" elapsed="0.000483"/>
</kw>
<kw name="Open Connection" owner="SSHLibrary">
<msg time="2026-08-18T01:16:31.286877" level="INFO">${conn_id} = 7</msg>
<var>${conn_id}</var>
<arg>${system}</arg>
<arg>prompt=${prompt}</arg>
<arg>timeout=${prompt_timeout}</arg>
<doc>Opens a new SSH connection to the given ``host`` and ``port``.</doc>
<status status="PASS" start="2026-08-18T01:16:31.286461" elapsed="0.000442"/>
</kw>
<kw name="Flexible_SSH_Login" owner="SSHKeywords">
<kw name="Get Length" owner="BuiltIn">
<msg time="2026-08-18T01:16:31.287819" level="INFO">Length is 0.</msg>
<msg time="2026-08-18T01:16:31.287908" level="INFO">${pwd_length} = 0</msg>
<var>${pwd_length}</var>
<arg>${password}</arg>
<doc>Returns and logs the length of the given item as an integer.</doc>
<status status="PASS" start="2026-08-18T01:16:31.287472" elapsed="0.000460"/>
</kw>
<kw name="Run Keyword And Return If" owner="BuiltIn">
<arg>${pwd_length} &gt; 0</arg>
<arg>SSHLibrary.Login</arg>
<arg>${user}</arg>
<arg>${password}</arg>
<arg>delay=${delay}</arg>
<doc>Runs the specified keyword and returns from the enclosing user keyword.</doc>
<status status="PASS" start="2026-08-18T01:16:31.288072" elapsed="0.000326"/>
</kw>
<kw name="Run Keyword And Return" owner="BuiltIn">
<kw name="Login With Public Key" owner="SSHLibrary">
<msg time="2026-08-18T01:16:31.289278" level="INFO">Logging into '10.30.170.159:22' as 'jenkins'.</msg>
<msg time="2026-08-18T01:16:31.899437" level="INFO">Read output: Welcome to Ubuntu 22.04.5 LTS (GNU/Linux 5.15.0-186-generic x86_64)

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

 System information as of Tue Aug 18 01:16:31 UTC 2026

  System load:  1.0                Processes:             106
  Usage of /:   19.7% of 38.58GB   Users logged in:       0
  Memory usage: 4%                 IPv4 address for ens3: 10.30.170.159
  Swap usage:   0%


Expanded Security Maintenance for Applications is not enabled.

0 updates can be applied immediately.

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


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


Last login: Tue Aug 18 01:06:24 2026 from 10.30.170.133
[?2004h[jenkins@releng-50965-20-1-mininet-ovs-217-0 ~]&gt;</msg>
<arg>${user}</arg>
<arg>${USER_HOME}/.ssh/${SSH_KEY}</arg>
<arg>${KEYFILE_PASS}</arg>
<arg>delay=${delay}</arg>
<doc>Logs into the SSH server using key-based authentication.</doc>
<status status="PASS" start="2026-08-18T01:16:31.288917" elapsed="0.610825"/>
</kw>
<msg time="2026-08-18T01:16:31.899849" level="INFO">Returning from the enclosing user keyword.</msg>
<arg>SSHLibrary.Login With Public Key</arg>
<arg>${user}</arg>
<arg>${USER_HOME}/.ssh/${SSH_KEY}</arg>
<arg>${KEYFILE_PASS}</arg>
<arg>delay=${delay}</arg>
<doc>Runs the specified keyword and returns from the enclosing user keyword.</doc>
<status status="PASS" start="2026-08-18T01:16:31.288548" elapsed="0.611421"/>
</kw>
<arg>${user}</arg>
<arg>${password}</arg>
<doc>On active SSH session: if given non-empty password, do Login, else do Login With Public Key.</doc>
<status status="PASS" start="2026-08-18T01:16:31.287102" elapsed="0.613006"/>
</kw>
<kw name="Execute Command" owner="SSHLibrary">
<msg time="2026-08-18T01:16:31.900829" level="INFO">Executing command '/usr/local/bin/cbench -c 10.30.170.136 -t -m 60000 -M 100 -S 16 -l 10 -D 5000 -p 6633'.</msg>
<msg time="2026-08-18T01:26:37.943541" level="INFO">Command exited with return code 0.</msg>
<msg time="2026-08-18T01:26:37.944191" level="INFO">${stdout} = </msg>
<msg time="2026-08-18T01:26:37.944293" level="INFO">${stderr} = cbench: controller benchmarking tool
   running in mode 'throughput'
   connecting to controller at 10.30.170.136:6633 
   faking 16 switches with 1 threads :: 10 tests each; 60000 ms per test
   with...</msg>
<var>${stdout}</var>
<var>${stderr}</var>
<arg>${cmd}</arg>
<arg>return_stderr=True</arg>
<doc>Executes ``command`` on the remote machine and returns its outputs.</doc>
<status status="PASS" start="2026-08-18T01:16:31.900398" elapsed="606.043951"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-08-18T01:26:37.945957" elapsed="0.000814"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-08-18T01:26:37.947908" level="INFO">cbench: controller benchmarking tool
   running in mode 'throughput'
   connecting to controller at 10.30.170.136:6633 
   faking 16 switches with 1 threads :: 10 tests each; 60000 ms per test
   with 100 unique source MACs per switch
   learning destination mac addresses before the test
   starting test with 5000 ms delay after features_reply
   ignoring first 1 "warmup" and last 0 "cooldown" loops
   debugging info is off
Master Thread: Creating thread-0! 
Thread-0: All switches initialized. Running at node 10.30.170.136. So far 1 cbench instances have initialized their switches.  Waiting for other cbench-instances
Thread-0: Total switches from ALL cbench-instances initialized.
01:17:37.014 16  switches: flows:  657945 641401 641340 653265 642847 635019 644716 646309 635158 629785 629223 630408 630531 638588 631146 636129  total = 170.396833 per ms 
01:18:37.115 16  switches: flows:  686358 692004 700104 695487 691632 692158 700732 691773 675850 690900 697092 694373 690105 690493 697947 686642  total = 184.251104 per ms 
01:19:37.217 16  switches: flows:  695128 693574 682510 681130 696210 692801 702591 671859 688892 687135 685946 689446 693369 688058 686810 686313  total = 183.385789 per ms 
01:20:37.320 16  switches: flows:  700836 687699 696932 693647 692077 694730 694066 686332 690053 692944 687938 684338 699070 689914 695228 694398  total = 184.357510 per ms 
01:21:37.421 16  switches: flows:  699855 703072 694145 699985 689478 696530 699601 712378 691169 701542 691103 695024 711980 697726 704882 702341  total = 186.199299 per ms 
01:22:37.522 16  switches: flows:  696942 696985 703695 702101 699566 699203 703355 702070 694316 702986 698996 695135 710665 699464 695174 701207  total = 186.383682 per ms 
01:23:37.625 16  switches: flows:  696947 687355 690134 696279 688839 695286 704951 695932 698039 688912 698261 690470 694880 696902 700306 697906  total = 185.042559 per ms 
01:24:37.727 16  switches: flows:  682793 695817 690971 699558 690679 690571 692568 686417 682071 685993 693953 693172 687526 687597 677528 687079  total = 183.428266 per ms 
01:25:37.828 16  switches: flows:  689944 692361 683992 699327 693444 689163 698288 692621 695130 691942 689951 701250 700953 690610 695600 691528  total = 184.624396 per ms 
01:26:37.931 16  switches: flows:  703976 704400 698875 701146 702887 699726 698787 695640 709314 702661 694567 702194 708319 699268 700517 709314  total = 186.875896 per ms 
RESULT: 16 switches 9 tests min/max/avg/stdev = 183385.79/186875.90/184949.83/61661.70 responses/s</msg>
<arg>${stderr}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-08-18T01:26:37.947138" elapsed="0.001082"/>
</kw>
<if>
<branch type="IF" condition="&quot;${return_stdout}&quot;!=&quot;True&quot;">
<return>
<value>${stderr}</value>
<status status="PASS" start="2026-08-18T01:26:37.948744" elapsed="0.000074"/>
</return>
<status status="PASS" start="2026-08-18T01:26:37.948398" elapsed="0.000499"/>
</branch>
<status status="PASS" start="2026-08-18T01:26:37.948348" elapsed="0.000603"/>
</if>
<if>
<branch type="IF" condition="&quot;${return_stderr}&quot;!=&quot;True&quot;">
<return>
<value>${stdout}</value>
<status status="NOT RUN" start="2026-08-18T01:26:37.949157" elapsed="0.000028"/>
</return>
<status status="NOT RUN" start="2026-08-18T01:26:37.949077" elapsed="0.000168"/>
</branch>
<status status="NOT RUN" start="2026-08-18T01:26:37.949042" elapsed="0.000248"/>
</if>
<return>
<value>${stdout}</value>
<value>${stderr}</value>
<status status="NOT RUN" start="2026-08-18T01:26:37.949356" elapsed="0.000028"/>
</return>
<kw name="Restore_Current_Ssh_Connection_From_Index" owner="SSHKeywords" type="TEARDOWN">
<kw name="Run Keyword And Return If" owner="BuiltIn">
<arg>${connection_index} is not None</arg>
<arg>SSHLibrary.Switch Connection</arg>
<arg>${connection_index}</arg>
<doc>Runs the specified keyword and returns from the enclosing user keyword.</doc>
<status status="PASS" start="2026-08-18T01:26:37.955372" elapsed="0.000360"/>
</kw>
<kw name="Open Connection" owner="SSHLibrary">
<arg>127.0.0.1</arg>
<doc>Opens a new SSH connection to the given ``host`` and ``port``.</doc>
<status status="PASS" start="2026-08-18T01:26:37.955879" elapsed="0.000176"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-08-18T01:26:37.956186" elapsed="0.000102"/>
</kw>
<arg>${current_ssh_connection.index}</arg>
<doc>Restore active SSH connection in SSHLibrary to given index.</doc>
<status status="PASS" start="2026-08-18T01:26:37.950736" elapsed="0.005607"/>
</kw>
<msg time="2026-08-18T01:26:37.956474" level="INFO">${output} = cbench: controller benchmarking tool
   running in mode 'throughput'
   connecting to controller at 10.30.170.136:6633 
   faking 16 switches with 1 threads :: 10 tests each; 60000 ms per test
   with...</msg>
<var>${output}</var>
<arg>${cbench_system}</arg>
<arg>${cbench_executable} -c ${ODL_SYSTEM_IP} ${cbench_args}</arg>
<arg>prompt_timeout=${test_timeout}</arg>
<arg>return_stdout=False</arg>
<arg>return_stderr=True</arg>
<doc>Reduces the common work of running a command on a remote system to a single higher level
robot keyword, taking care to log in with a public key and. The command given is written and the return value
depends on the passed argument values of return_stdout (default: True) and return_stderr (default: False).
At least one should be True, or the keyword will exit and FAIL. If both are True, the resulting return value
will be a two element list containing both. Otherwise the resulting return value is a string.
No test conditions are checked.</doc>
<status status="PASS" start="2026-08-18T01:16:31.282527" elapsed="606.673973"/>
</kw>
<status status="PASS" start="2026-08-18T01:16:31.282210" elapsed="606.674339"/>
</branch>
<status status="PASS" start="2026-08-18T01:16:31.281877" elapsed="606.674696"/>
</if>
<kw name="Log" owner="BuiltIn">
<msg time="2026-08-18T01:26:37.957036" level="INFO">cbench: controller benchmarking tool
   running in mode 'throughput'
   connecting to controller at 10.30.170.136:6633 
   faking 16 switches with 1 threads :: 10 tests each; 60000 ms per test
   with 100 unique source MACs per switch
   learning destination mac addresses before the test
   starting test with 5000 ms delay after features_reply
   ignoring first 1 "warmup" and last 0 "cooldown" loops
   debugging info is off
Master Thread: Creating thread-0! 
Thread-0: All switches initialized. Running at node 10.30.170.136. So far 1 cbench instances have initialized their switches.  Waiting for other cbench-instances
Thread-0: Total switches from ALL cbench-instances initialized.
01:17:37.014 16  switches: flows:  657945 641401 641340 653265 642847 635019 644716 646309 635158 629785 629223 630408 630531 638588 631146 636129  total = 170.396833 per ms 
01:18:37.115 16  switches: flows:  686358 692004 700104 695487 691632 692158 700732 691773 675850 690900 697092 694373 690105 690493 697947 686642  total = 184.251104 per ms 
01:19:37.217 16  switches: flows:  695128 693574 682510 681130 696210 692801 702591 671859 688892 687135 685946 689446 693369 688058 686810 686313  total = 183.385789 per ms 
01:20:37.320 16  switches: flows:  700836 687699 696932 693647 692077 694730 694066 686332 690053 692944 687938 684338 699070 689914 695228 694398  total = 184.357510 per ms 
01:21:37.421 16  switches: flows:  699855 703072 694145 699985 689478 696530 699601 712378 691169 701542 691103 695024 711980 697726 704882 702341  total = 186.199299 per ms 
01:22:37.522 16  switches: flows:  696942 696985 703695 702101 699566 699203 703355 702070 694316 702986 698996 695135 710665 699464 695174 701207  total = 186.383682 per ms 
01:23:37.625 16  switches: flows:  696947 687355 690134 696279 688839 695286 704951 695932 698039 688912 698261 690470 694880 696902 700306 697906  total = 185.042559 per ms 
01:24:37.727 16  switches: flows:  682793 695817 690971 699558 690679 690571 692568 686417 682071 685993 693953 693172 687526 687597 677528 687079  total = 183.428266 per ms 
01:25:37.828 16  switches: flows:  689944 692361 683992 699327 693444 689163 698288 692621 695130 691942 689951 701250 700953 690610 695600 691528  total = 184.624396 per ms 
01:26:37.931 16  switches: flows:  703976 704400 698875 701146 702887 699726 698787 695640 709314 702661 694567 702194 708319 699268 700517 709314  total = 186.875896 per ms 
RESULT: 16 switches 9 tests min/max/avg/stdev = 183385.79/186875.90/184949.83/61661.70 responses/s</msg>
<arg>${output}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-08-18T01:26:37.956732" elapsed="0.000378"/>
</kw>
<kw name="Should Contain" owner="BuiltIn">
<arg>${output}</arg>
<arg>RESULT</arg>
<doc>Fails if ``container`` does not contain ``item`` one or more times.</doc>
<status status="PASS" start="2026-08-18T01:26:37.957256" elapsed="0.000382"/>
</kw>
<kw name="Get Lines Containing String" owner="String">
<msg time="2026-08-18T01:26:37.958045" level="INFO">1 out of 23 lines matched.</msg>
<msg time="2026-08-18T01:26:37.958135" level="INFO">${result_line} = RESULT: 16 switches 9 tests min/max/avg/stdev = 183385.79/186875.90/184949.83/61661.70 responses/s</msg>
<var>${result_line}</var>
<arg>${output}</arg>
<arg>RESULT</arg>
<doc>Returns lines of the given ``string`` that contain the ``pattern``.</doc>
<status status="PASS" start="2026-08-18T01:26:37.957811" elapsed="0.000348"/>
</kw>
<kw name="Split String" owner="String">
<msg time="2026-08-18T01:26:37.958569" level="INFO">@{results_list} = [ RESULT: | 16 | switches | 9 | tests | min/max/avg/stdev | = | 183385.79/186875.90/184949.83/61661.70 | responses/s ]</msg>
<var>@{results_list}</var>
<arg>${result_line}</arg>
<doc>Splits the ``string`` using ``separator`` as a delimiter string.</doc>
<status status="PASS" start="2026-08-18T01:26:37.958314" elapsed="0.000282"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-08-18T01:26:37.961037" level="INFO">min/max/avg/stdev</msg>
<arg>${results_list[5]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-08-18T01:26:37.958760" elapsed="0.002339"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-08-18T01:26:37.963492" level="INFO">183385.79/186875.90/184949.83/61661.70</msg>
<arg>${results_list[7]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-08-18T01:26:37.961246" elapsed="0.002302"/>
</kw>
<kw name="Split String" owner="String">
<msg time="2026-08-18T01:26:37.965967" level="INFO">@{result_name_list} = [ min | max | avg | stdev ]</msg>
<var>@{result_name_list}</var>
<arg>${results_list[5]}</arg>
<arg>/</arg>
<doc>Splits the ``string`` using ``separator`` as a delimiter string.</doc>
<status status="PASS" start="2026-08-18T01:26:37.963731" elapsed="0.002264"/>
</kw>
<kw name="Split String" owner="String">
<msg time="2026-08-18T01:26:37.968398" level="INFO">@{result_value_list} = [ 183385.79 | 186875.90 | 184949.83 | 61661.70 ]</msg>
<var>@{result_value_list}</var>
<arg>${results_list[7]}</arg>
<arg>/</arg>
<doc>Splits the ``string`` using ``separator`` as a delimiter string.</doc>
<status status="PASS" start="2026-08-18T01:26:37.966182" elapsed="0.002244"/>
</kw>
<kw name="Get Length" owner="BuiltIn">
<msg time="2026-08-18T01:26:37.968899" level="INFO">Length is 4.</msg>
<msg time="2026-08-18T01:26:37.968987" level="INFO">${num_stats} = 4</msg>
<var>${num_stats}</var>
<arg>${result_name_list}</arg>
<doc>Returns and logs the length of the given item as an integer.</doc>
<status status="PASS" start="2026-08-18T01:26:37.968579" elapsed="0.000433"/>
</kw>
<for flavor="IN RANGE">
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-08-18T01:26:37.973962" level="INFO">min :: 183385.79</msg>
<arg>${result_name_list[${i}]} :: ${result_value_list[${i}]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-08-18T01:26:37.969396" elapsed="0.004624"/>
</kw>
<var name="${i}">0</var>
<status status="PASS" start="2026-08-18T01:26:37.969268" elapsed="0.004786"/>
</iter>
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-08-18T01:26:37.978603" level="INFO">max :: 186875.90</msg>
<arg>${result_name_list[${i}]} :: ${result_value_list[${i}]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-08-18T01:26:37.974274" elapsed="0.004400"/>
</kw>
<var name="${i}">1</var>
<status status="PASS" start="2026-08-18T01:26:37.974146" elapsed="0.004563"/>
</iter>
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-08-18T01:26:37.983244" level="INFO">avg :: 184949.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-08-18T01:26:37.978923" elapsed="0.004377"/>
</kw>
<var name="${i}">2</var>
<status status="PASS" start="2026-08-18T01:26:37.978797" elapsed="0.004537"/>
</iter>
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-08-18T01:26:37.988119" level="INFO">stdev :: 61661.70</msg>
<arg>${result_name_list[${i}]} :: ${result_value_list[${i}]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-08-18T01:26:37.983550" elapsed="0.004627"/>
</kw>
<var name="${i}">3</var>
<status status="PASS" start="2026-08-18T01:26:37.983421" elapsed="0.004792"/>
</iter>
<var>${i}</var>
<value>0</value>
<value>${num_stats}</value>
<status status="PASS" start="2026-08-18T01:26:37.969081" elapsed="0.019164"/>
</for>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-08-18T01:26:37.992369" level="INFO">${min} = 183385.79</msg>
<var>${min}</var>
<arg>${result_value_list[${0}]}</arg>
<doc>Returns the given values which can then be assigned to a variables.</doc>
<status status="PASS" start="2026-08-18T01:26:37.988404" elapsed="0.003999"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-08-18T01:26:37.996338" level="INFO">${max} = 186875.90</msg>
<var>${max}</var>
<arg>${result_value_list[${1}]}</arg>
<doc>Returns the given values which can then be assigned to a variables.</doc>
<status status="PASS" start="2026-08-18T01:26:37.992574" elapsed="0.003791"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-08-18T01:26:38.000273" level="INFO">${average} = 184949.83</msg>
<var>${average}</var>
<arg>${result_value_list[${2}]}</arg>
<doc>Returns the given values which can then be assigned to a variables.</doc>
<status status="PASS" start="2026-08-18T01:26:37.996518" elapsed="0.003783"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-08-18T01:26:38.004317" level="INFO">${stdev} = 61661.70</msg>
<var>${stdev}</var>
<arg>${result_value_list[${3}]}</arg>
<doc>Returns the given values which can then be assigned to a variables.</doc>
<status status="PASS" start="2026-08-18T01:26:38.000451" elapsed="0.003894"/>
</kw>
<kw name="Get Time" owner="BuiltIn">
<msg time="2026-08-18T01:26:38.004902" level="INFO">${date} = 2026-08-18 01:26:38</msg>
<var>${date}</var>
<arg>d,m,s</arg>
<doc>Returns the given time in the requested format.</doc>
<status status="PASS" start="2026-08-18T01:26:38.004506" elapsed="0.000427"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-08-18T01:26:38.005497" level="INFO">CBench Result: 2026-08-18 01:26:38,-t -m 60000 -M 100 -S 16 -l 10 -D 5000 -p 6633,183385.79,186875.90,184949.83,61661.70</msg>
<arg>CBench Result: ${date},${cbench_args},${min},${max},${average},${stdev}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-08-18T01:26:38.005081" elapsed="0.000473"/>
</kw>
<kw name="Log Results And Determine Status">
<kw name="Append To File" owner="OperatingSystem">
<msg time="2026-08-18T01:26:38.006597" level="INFO" html="true">Appended to file '&lt;a href="file:///w/workspace/openflowplugin-csit-1node-cbench-only-manganese/throughput.csv"&gt;/w/workspace/openflowplugin-csit-1node-cbench-only-manganese/throughput.csv&lt;/a&gt;'.</msg>
<arg>${output_file}</arg>
<arg>${min},${max},${average}\n</arg>
<doc>Appends the given content to the specified file.</doc>
<status status="PASS" start="2026-08-18T01:26:38.006188" elapsed="0.000493"/>
</kw>
<kw name="Should Be True" owner="BuiltIn">
<arg>${average} &gt; ${threshold}</arg>
<arg>${average} flow_mods per/sec did not exceed threshold of ${threshold}</arg>
<doc>Fails if the given condition is not true.</doc>
<status status="PASS" start="2026-08-18T01:26:38.006832" elapsed="0.000455"/>
</kw>
<arg>${min}</arg>
<arg>${max}</arg>
<arg>${average}</arg>
<arg>${average_threshold}</arg>
<arg>${output_filename}</arg>
<status status="PASS" start="2026-08-18T01:26:38.005707" elapsed="0.001643"/>
</kw>
<arg>-t -m ${duration_in_ms} -M ${num_of_unique_macs} -S ${switch_count} -l ${loops} -D ${start_delay} -p ${of_port}</arg>
<arg>${throughput_threshold}</arg>
<arg>${throughput_results_file}</arg>
<status status="PASS" start="2026-08-18T01:16:31.280614" elapsed="606.726795"/>
</kw>
<kw name="Sleep" owner="BuiltIn">
<msg time="2026-08-18T01:26:38.007895" level="INFO">Slept 0 seconds.</msg>
<arg>${test_delay}</arg>
<doc>Pauses the test executed for the given time.</doc>
<status status="PASS" start="2026-08-18T01:26:38.007557" elapsed="0.000397"/>
</kw>
<kw name="Log Results As Zero If Cbench Timed Out" type="TEARDOWN">
<kw name="Run Keyword If Timeout Occurred" owner="BuiltIn">
<arg>Log Results And Determine Status</arg>
<arg>0</arg>
<arg>0</arg>
<arg>0</arg>
<arg>0</arg>
<arg>${output_filename}</arg>
<doc>Runs the given keyword if either a test or a keyword timeout has occurred.</doc>
<status status="PASS" start="2026-08-18T01:26:38.008458" elapsed="0.000274"/>
</kw>
<status status="PASS" start="2026-08-18T01:26:38.008160" elapsed="0.000644"/>
</kw>
<doc>cbench executed in throughput mode (-t). Test parameters have defaults, but can be overridden
on the pybot command line</doc>
<tag>cbench</tag>
<tag>throughput</tag>
<timeout value="15 minutes"/>
<status status="PASS" start="2026-08-18T01:16:31.279238" elapsed="606.729604"/>
</test>
<test id="s1-t3" name="Rerun Latency Test To Check Bug 6176" line="65">
<kw name="Log" owner="BuiltIn">
<msg time="2026-08-18T01:26:38.010502" level="INFO">Cbench tests using 10 iterations of 60 second tests. Switch Count: 16. Unique MACS to cycle: 100</msg>
<arg>Cbench tests using ${loops} iterations of ${duration_in_secs} second tests. Switch Count: ${switch_count}. Unique MACS to cycle: ${num_of_unique_macs}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-08-18T01:26:38.010118" elapsed="0.000441"/>
</kw>
<kw name="Run Cbench And Log Results">
<kw name="Set Suite Variable" owner="BuiltIn">
<msg time="2026-08-18T01:26:38.012209" level="INFO">${output_filename} = bug.csv</msg>
<arg>${output_filename}</arg>
<doc>Makes a variable available everywhere within the scope of the current suite.</doc>
<status status="PASS" start="2026-08-18T01:26:38.011767" elapsed="0.000485"/>
</kw>
<if>
<branch type="IF" condition="&quot;${cbench_system}&quot; == &quot;localhost&quot;">
<kw name="Run" owner="OperatingSystem">
<var>${output}</var>
<arg>${cbench_executable} -c ${ODL_SYSTEM_IP} ${cbench_args}</arg>
<doc>_This keyword is considered deprecated. Use the
[http://robotframework.org/robotframework/latest/libraries/Process.html|
Process] library instead._</doc>
<status status="NOT RUN" start="2026-08-18T01:26:38.012584" elapsed="0.000021"/>
</kw>
<status status="NOT RUN" start="2026-08-18T01:26:38.012364" elapsed="0.000293"/>
</branch>
<branch type="ELSE">
<kw name="Run Command On Remote System" owner="Utils">
<if>
<branch type="IF" condition="&quot;${return_stdout}&quot;!=&quot;True&quot; and &quot;${return_stderr}&quot;!=&quot;True&quot;">
<kw name="Fail" owner="BuiltIn">
<arg>At least one of {return_stdout} or {return_stderr} args should be set to True</arg>
<doc>Fails the test with the given message and optionally alters its tags.</doc>
<status status="NOT RUN" start="2026-08-18T01:26:38.015716" elapsed="0.000022"/>
</kw>
<status status="NOT RUN" start="2026-08-18T01:26:38.015454" elapsed="0.000319"/>
</branch>
<status status="PASS" start="2026-08-18T01:26:38.015435" elapsed="0.000361"/>
</if>
<kw name="Get Connection" owner="SSHLibrary">
<msg time="2026-08-18T01:26:38.016103" level="INFO">index=None
host=None
alias=None
port=22
timeout=3 seconds
newline=

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

prompt=None
term_type=vt100
width=80
height=24
path_separator=/
encoding=utf8
escape_ansi=False
encoding_errors=strict</msg>
<var>${current_ssh_connection}</var>
<doc>Returns information about the connection.</doc>
<status status="PASS" start="2026-08-18T01:26:38.015926" elapsed="0.000318"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-08-18T01:26:38.016807" level="INFO">Attempting to execute command "/usr/local/bin/cbench -c 10.30.170.136 -m 60000 -M 100 -S 16 -l 10 -D 5000 -p 6633" on remote system "10.30.170.159" by user "jenkins" with keyfile pass "any" and prompt "&gt;" and password ""</msg>
<arg>Attempting to execute command "${cmd}" on remote system "${system}" by user "${user}" with keyfile pass "${keyfile_pass}" and prompt "${prompt}" and password "${password}"</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-08-18T01:26:38.016376" elapsed="0.000488"/>
</kw>
<kw name="Open Connection" owner="SSHLibrary">
<msg time="2026-08-18T01:26:38.017397" level="INFO">${conn_id} = 9</msg>
<var>${conn_id}</var>
<arg>${system}</arg>
<arg>prompt=${prompt}</arg>
<arg>timeout=${prompt_timeout}</arg>
<doc>Opens a new SSH connection to the given ``host`` and ``port``.</doc>
<status status="PASS" start="2026-08-18T01:26:38.017002" elapsed="0.000421"/>
</kw>
<kw name="Flexible_SSH_Login" owner="SSHKeywords">
<kw name="Get Length" owner="BuiltIn">
<msg time="2026-08-18T01:26:38.018323" level="INFO">Length is 0.</msg>
<msg time="2026-08-18T01:26:38.018412" level="INFO">${pwd_length} = 0</msg>
<var>${pwd_length}</var>
<arg>${password}</arg>
<doc>Returns and logs the length of the given item as an integer.</doc>
<status status="PASS" start="2026-08-18T01:26:38.018022" elapsed="0.000415"/>
</kw>
<kw name="Run Keyword And Return If" owner="BuiltIn">
<arg>${pwd_length} &gt; 0</arg>
<arg>SSHLibrary.Login</arg>
<arg>${user}</arg>
<arg>${password}</arg>
<arg>delay=${delay}</arg>
<doc>Runs the specified keyword and returns from the enclosing user keyword.</doc>
<status status="PASS" start="2026-08-18T01:26:38.018575" elapsed="0.000336"/>
</kw>
<kw name="Run Keyword And Return" owner="BuiltIn">
<kw name="Login With Public Key" owner="SSHLibrary">
<msg time="2026-08-18T01:26:38.019767" level="INFO">Logging into '10.30.170.159:22' as 'jenkins'.</msg>
<msg time="2026-08-18T01:26:38.593476" level="INFO">Read output: Welcome to Ubuntu 22.04.5 LTS (GNU/Linux 5.15.0-186-generic x86_64)

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

 System information as of Tue Aug 18 01:26:38 UTC 2026

  System load:  0.39               Processes:             104
  Usage of /:   19.7% of 38.58GB   Users logged in:       0
  Memory usage: 4%                 IPv4 address for ens3: 10.30.170.159
  Swap usage:   0%


Expanded Security Maintenance for Applications is not enabled.

0 updates can be applied immediately.

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


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


Last login: Tue Aug 18 01:16:31 2026 from 10.30.170.133
[?2004h[jenkins@releng-50965-20-1-mininet-ovs-217-0 ~]&gt;</msg>
<arg>${user}</arg>
<arg>${USER_HOME}/.ssh/${SSH_KEY}</arg>
<arg>${KEYFILE_PASS}</arg>
<arg>delay=${delay}</arg>
<doc>Logs into the SSH server using key-based authentication.</doc>
<status status="PASS" start="2026-08-18T01:26:38.019401" elapsed="0.574340"/>
</kw>
<msg time="2026-08-18T01:26:38.593850" level="INFO">Returning from the enclosing user keyword.</msg>
<arg>SSHLibrary.Login With Public Key</arg>
<arg>${user}</arg>
<arg>${USER_HOME}/.ssh/${SSH_KEY}</arg>
<arg>${KEYFILE_PASS}</arg>
<arg>delay=${delay}</arg>
<doc>Runs the specified keyword and returns from the enclosing user keyword.</doc>
<status status="PASS" start="2026-08-18T01:26:38.019062" elapsed="0.574882"/>
</kw>
<arg>${user}</arg>
<arg>${password}</arg>
<doc>On active SSH session: if given non-empty password, do Login, else do Login With Public Key.</doc>
<status status="PASS" start="2026-08-18T01:26:38.017636" elapsed="0.576451"/>
</kw>
<kw name="Execute Command" owner="SSHLibrary">
<msg time="2026-08-18T01:26:38.594680" level="INFO">Executing command '/usr/local/bin/cbench -c 10.30.170.136 -m 60000 -M 100 -S 16 -l 10 -D 5000 -p 6633'.</msg>
<msg time="2026-08-18T01:36:44.687901" level="INFO">Command exited with return code 0.</msg>
<msg time="2026-08-18T01:36:44.688437" level="INFO">${stdout} = </msg>
<msg time="2026-08-18T01:36:44.688543" level="INFO">${stderr} = cbench: controller benchmarking tool
   running in mode 'latency'
   connecting to controller at 10.30.170.136:6633 
   faking 16 switches with 1 threads :: 10 tests each; 60000 ms per test
   with 10...</msg>
<var>${stdout}</var>
<var>${stderr}</var>
<arg>${cmd}</arg>
<arg>return_stderr=True</arg>
<doc>Executes ``command`` on the remote machine and returns its outputs.</doc>
<status status="PASS" start="2026-08-18T01:26:38.594326" elapsed="606.094274"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-08-18T01:36:44.689093" elapsed="0.000754"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-08-18T01:36:44.691009" level="INFO">cbench: controller benchmarking tool
   running in mode 'latency'
   connecting to controller at 10.30.170.136:6633 
   faking 16 switches with 1 threads :: 10 tests each; 60000 ms per test
   with 100 unique source MACs per switch
   learning destination mac addresses before the test
   starting test with 5000 ms delay after features_reply
   ignoring first 1 "warmup" and last 0 "cooldown" loops
   debugging info is off
Master Thread: Creating thread-0! 
Thread-0: All switches initialized. Running at node 10.30.170.136. So far 1 cbench instances have initialized their switches.  Waiting for other cbench-instances
Thread-0: Total switches from ALL cbench-instances initialized.
01:27:43.770 16  switches: flows:  155326 149656 152112 149574 150405 149022 152625 151321 144414 149676 146786 142618 146924 149750 146253 145644  total = 39.701767 per ms 
01:28:43.871 16  switches: flows:  155040 148171 152833 153142 152562 150270 151463 154506 144516 152256 145506 145641 148705 149974 145108 145937  total = 39.860613 per ms 
01:29:43.971 16  switches: flows:  136345 130494 135182 136599 130616 132309 134173 135421 129082 134386 128902 128539 131997 135230 127995 128541  total = 35.204722 per ms 
01:30:44.071 16  switches: flows:  132262 126168 128806 132190 125896 125927 132414 126602 125481 130516 124004 122605 126201 128267 124934 119955  total = 33.814019 per ms 
01:31:44.171 16  switches: flows:  134597 127872 132541 133773 127731 126715 132586 131853 125380 129791 127381 125149 128901 129829 125961 124513  total = 34.352203 per ms 
01:32:44.272 16  switches: flows:  137219 132159 132851 136226 129376 131383 134978 133150 128978 133851 128503 128423 130708 132994 126650 127169  total = 35.018508 per ms 
01:33:44.372 16  switches: flows:  154939 150696 149749 154081 147249 147090 152701 151777 145407 150735 144559 142367 146827 148633 144980 144763  total = 39.543146 per ms 
01:34:44.473 16  switches: flows:  132326 124851 126543 131521 127095 125378 131638 131338 123666 129444 125154 121660 127590 127899 124956 123175  total = 33.846983 per ms 
01:35:44.573 16  switches: flows:  141670 137516 137619 142164 134139 136868 141579 140733 133821 140087 135716 132434 133831 136581 133523 133242  total = 36.464519 per ms 
01:36:44.674 16  switches: flows:  151694 144990 148218 152656 145585 147084 149065 149300 143562 148341 142530 140854 145181 145873 141258 141453  total = 38.895779 per ms 
RESULT: 16 switches 9 tests min/max/avg/stdev = 33814.02/39860.61/36333.39/12332.88 responses/s</msg>
<arg>${stderr}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-08-18T01:36:44.690215" elapsed="0.001103"/>
</kw>
<if>
<branch type="IF" condition="&quot;${return_stdout}&quot;!=&quot;True&quot;">
<return>
<value>${stderr}</value>
<status status="PASS" start="2026-08-18T01:36:44.691879" elapsed="0.000073"/>
</return>
<status status="PASS" start="2026-08-18T01:36:44.691495" elapsed="0.000537"/>
</branch>
<status status="PASS" start="2026-08-18T01:36:44.691445" elapsed="0.000644"/>
</if>
<if>
<branch type="IF" condition="&quot;${return_stderr}&quot;!=&quot;True&quot;">
<return>
<value>${stdout}</value>
<status status="NOT RUN" start="2026-08-18T01:36:44.692298" elapsed="0.000029"/>
</return>
<status status="NOT RUN" start="2026-08-18T01:36:44.692216" elapsed="0.000187"/>
</branch>
<status status="NOT RUN" start="2026-08-18T01:36:44.692181" elapsed="0.000278"/>
</if>
<return>
<value>${stdout}</value>
<value>${stderr}</value>
<status status="NOT RUN" start="2026-08-18T01:36:44.692539" elapsed="0.000032"/>
</return>
<kw name="Restore_Current_Ssh_Connection_From_Index" owner="SSHKeywords" type="TEARDOWN">
<kw name="Run Keyword And Return If" owner="BuiltIn">
<arg>${connection_index} is not None</arg>
<arg>SSHLibrary.Switch Connection</arg>
<arg>${connection_index}</arg>
<doc>Runs the specified keyword and returns from the enclosing user keyword.</doc>
<status status="PASS" start="2026-08-18T01:36:44.697421" elapsed="0.000356"/>
</kw>
<kw name="Open Connection" owner="SSHLibrary">
<arg>127.0.0.1</arg>
<doc>Opens a new SSH connection to the given ``host`` and ``port``.</doc>
<status status="PASS" start="2026-08-18T01:36:44.697924" elapsed="0.000168"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-08-18T01:36:44.698250" elapsed="0.000098"/>
</kw>
<arg>${current_ssh_connection.index}</arg>
<doc>Restore active SSH connection in SSHLibrary to given index.</doc>
<status status="PASS" start="2026-08-18T01:36:44.693277" elapsed="0.005126"/>
</kw>
<msg time="2026-08-18T01:36:44.698537" level="INFO">${output} = cbench: controller benchmarking tool
   running in mode 'latency'
   connecting to controller at 10.30.170.136:6633 
   faking 16 switches with 1 threads :: 10 tests each; 60000 ms per test
   with 10...</msg>
<var>${output}</var>
<arg>${cbench_system}</arg>
<arg>${cbench_executable} -c ${ODL_SYSTEM_IP} ${cbench_args}</arg>
<arg>prompt_timeout=${test_timeout}</arg>
<arg>return_stdout=False</arg>
<arg>return_stderr=True</arg>
<doc>Reduces the common work of running a command on a remote system to a single higher level
robot keyword, taking care to log in with a public key and. The command given is written and the return value
depends on the passed argument values of return_stdout (default: True) and return_stderr (default: False).
At least one should be True, or the keyword will exit and FAIL. If both are True, the resulting return value
will be a two element list containing both. Otherwise the resulting return value is a string.
No test conditions are checked.</doc>
<status status="PASS" start="2026-08-18T01:26:38.013000" elapsed="606.685565"/>
</kw>
<status status="PASS" start="2026-08-18T01:26:38.012683" elapsed="606.685934"/>
</branch>
<status status="PASS" start="2026-08-18T01:26:38.012344" elapsed="606.686312"/>
</if>
<kw name="Log" owner="BuiltIn">
<msg time="2026-08-18T01:36:44.699105" level="INFO">cbench: controller benchmarking tool
   running in mode 'latency'
   connecting to controller at 10.30.170.136:6633 
   faking 16 switches with 1 threads :: 10 tests each; 60000 ms per test
   with 100 unique source MACs per switch
   learning destination mac addresses before the test
   starting test with 5000 ms delay after features_reply
   ignoring first 1 "warmup" and last 0 "cooldown" loops
   debugging info is off
Master Thread: Creating thread-0! 
Thread-0: All switches initialized. Running at node 10.30.170.136. So far 1 cbench instances have initialized their switches.  Waiting for other cbench-instances
Thread-0: Total switches from ALL cbench-instances initialized.
01:27:43.770 16  switches: flows:  155326 149656 152112 149574 150405 149022 152625 151321 144414 149676 146786 142618 146924 149750 146253 145644  total = 39.701767 per ms 
01:28:43.871 16  switches: flows:  155040 148171 152833 153142 152562 150270 151463 154506 144516 152256 145506 145641 148705 149974 145108 145937  total = 39.860613 per ms 
01:29:43.971 16  switches: flows:  136345 130494 135182 136599 130616 132309 134173 135421 129082 134386 128902 128539 131997 135230 127995 128541  total = 35.204722 per ms 
01:30:44.071 16  switches: flows:  132262 126168 128806 132190 125896 125927 132414 126602 125481 130516 124004 122605 126201 128267 124934 119955  total = 33.814019 per ms 
01:31:44.171 16  switches: flows:  134597 127872 132541 133773 127731 126715 132586 131853 125380 129791 127381 125149 128901 129829 125961 124513  total = 34.352203 per ms 
01:32:44.272 16  switches: flows:  137219 132159 132851 136226 129376 131383 134978 133150 128978 133851 128503 128423 130708 132994 126650 127169  total = 35.018508 per ms 
01:33:44.372 16  switches: flows:  154939 150696 149749 154081 147249 147090 152701 151777 145407 150735 144559 142367 146827 148633 144980 144763  total = 39.543146 per ms 
01:34:44.473 16  switches: flows:  132326 124851 126543 131521 127095 125378 131638 131338 123666 129444 125154 121660 127590 127899 124956 123175  total = 33.846983 per ms 
01:35:44.573 16  switches: flows:  141670 137516 137619 142164 134139 136868 141579 140733 133821 140087 135716 132434 133831 136581 133523 133242  total = 36.464519 per ms 
01:36:44.674 16  switches: flows:  151694 144990 148218 152656 145585 147084 149065 149300 143562 148341 142530 140854 145181 145873 141258 141453  total = 38.895779 per ms 
RESULT: 16 switches 9 tests min/max/avg/stdev = 33814.02/39860.61/36333.39/12332.88 responses/s</msg>
<arg>${output}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-08-18T01:36:44.698802" elapsed="0.000392"/>
</kw>
<kw name="Should Contain" owner="BuiltIn">
<arg>${output}</arg>
<arg>RESULT</arg>
<doc>Fails if ``container`` does not contain ``item`` one or more times.</doc>
<status status="PASS" start="2026-08-18T01:36:44.699342" elapsed="0.000401"/>
</kw>
<kw name="Get Lines Containing String" owner="String">
<msg time="2026-08-18T01:36:44.700157" level="INFO">1 out of 23 lines matched.</msg>
<msg time="2026-08-18T01:36:44.700247" level="INFO">${result_line} = RESULT: 16 switches 9 tests min/max/avg/stdev = 33814.02/39860.61/36333.39/12332.88 responses/s</msg>
<var>${result_line}</var>
<arg>${output}</arg>
<arg>RESULT</arg>
<doc>Returns lines of the given ``string`` that contain the ``pattern``.</doc>
<status status="PASS" start="2026-08-18T01:36:44.699932" elapsed="0.000340"/>
</kw>
<kw name="Split String" owner="String">
<msg time="2026-08-18T01:36:44.700690" level="INFO">@{results_list} = [ RESULT: | 16 | switches | 9 | tests | min/max/avg/stdev | = | 33814.02/39860.61/36333.39/12332.88 | responses/s ]</msg>
<var>@{results_list}</var>
<arg>${result_line}</arg>
<doc>Splits the ``string`` using ``separator`` as a delimiter string.</doc>
<status status="PASS" start="2026-08-18T01:36:44.700425" elapsed="0.000293"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-08-18T01:36:44.703094" level="INFO">min/max/avg/stdev</msg>
<arg>${results_list[5]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-08-18T01:36:44.700861" elapsed="0.002289"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-08-18T01:36:44.705597" level="INFO">33814.02/39860.61/36333.39/12332.88</msg>
<arg>${results_list[7]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-08-18T01:36:44.703295" elapsed="0.002373"/>
</kw>
<kw name="Split String" owner="String">
<msg time="2026-08-18T01:36:44.708032" level="INFO">@{result_name_list} = [ min | max | avg | stdev ]</msg>
<var>@{result_name_list}</var>
<arg>${results_list[5]}</arg>
<arg>/</arg>
<doc>Splits the ``string`` using ``separator`` as a delimiter string.</doc>
<status status="PASS" start="2026-08-18T01:36:44.705819" elapsed="0.002240"/>
</kw>
<kw name="Split String" owner="String">
<msg time="2026-08-18T01:36:44.710477" level="INFO">@{result_value_list} = [ 33814.02 | 39860.61 | 36333.39 | 12332.88 ]</msg>
<var>@{result_value_list}</var>
<arg>${results_list[7]}</arg>
<arg>/</arg>
<doc>Splits the ``string`` using ``separator`` as a delimiter string.</doc>
<status status="PASS" start="2026-08-18T01:36:44.708261" elapsed="0.002243"/>
</kw>
<kw name="Get Length" owner="BuiltIn">
<msg time="2026-08-18T01:36:44.710981" level="INFO">Length is 4.</msg>
<msg time="2026-08-18T01:36:44.711070" level="INFO">${num_stats} = 4</msg>
<var>${num_stats}</var>
<arg>${result_name_list}</arg>
<doc>Returns and logs the length of the given item as an integer.</doc>
<status status="PASS" start="2026-08-18T01:36:44.710676" elapsed="0.000417"/>
</kw>
<for flavor="IN RANGE">
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-08-18T01:36:44.715796" level="INFO">min :: 33814.02</msg>
<arg>${result_name_list[${i}]} :: ${result_value_list[${i}]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-08-18T01:36:44.711471" elapsed="0.004393"/>
</kw>
<var name="${i}">0</var>
<status status="PASS" start="2026-08-18T01:36:44.711343" elapsed="0.004556"/>
</iter>
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-08-18T01:36:44.720424" level="INFO">max :: 39860.61</msg>
<arg>${result_name_list[${i}]} :: ${result_value_list[${i}]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-08-18T01:36:44.716119" elapsed="0.004361"/>
</kw>
<var name="${i}">1</var>
<status status="PASS" start="2026-08-18T01:36:44.715988" elapsed="0.004526"/>
</iter>
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-08-18T01:36:44.725264" level="INFO">avg :: 36333.39</msg>
<arg>${result_name_list[${i}]} :: ${result_value_list[${i}]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-08-18T01:36:44.720736" elapsed="0.004584"/>
</kw>
<var name="${i}">2</var>
<status status="PASS" start="2026-08-18T01:36:44.720597" elapsed="0.004757"/>
</iter>
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-08-18T01:36:44.730145" level="INFO">stdev :: 12332.88</msg>
<arg>${result_name_list[${i}]} :: ${result_value_list[${i}]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-08-18T01:36:44.725564" elapsed="0.004637"/>
</kw>
<var name="${i}">3</var>
<status status="PASS" start="2026-08-18T01:36:44.725438" elapsed="0.004798"/>
</iter>
<var>${i}</var>
<value>0</value>
<value>${num_stats}</value>
<status status="PASS" start="2026-08-18T01:36:44.711160" elapsed="0.019106"/>
</for>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-08-18T01:36:44.734182" level="INFO">${min} = 33814.02</msg>
<var>${min}</var>
<arg>${result_value_list[${0}]}</arg>
<doc>Returns the given values which can then be assigned to a variables.</doc>
<status status="PASS" start="2026-08-18T01:36:44.730424" elapsed="0.003785"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-08-18T01:36:44.738452" level="INFO">${max} = 39860.61</msg>
<var>${max}</var>
<arg>${result_value_list[${1}]}</arg>
<doc>Returns the given values which can then be assigned to a variables.</doc>
<status status="PASS" start="2026-08-18T01:36:44.734362" elapsed="0.004118"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-08-18T01:36:44.742381" level="INFO">${average} = 36333.39</msg>
<var>${average}</var>
<arg>${result_value_list[${2}]}</arg>
<doc>Returns the given values which can then be assigned to a variables.</doc>
<status status="PASS" start="2026-08-18T01:36:44.738656" elapsed="0.003752"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-08-18T01:36:44.746292" level="INFO">${stdev} = 12332.88</msg>
<var>${stdev}</var>
<arg>${result_value_list[${3}]}</arg>
<doc>Returns the given values which can then be assigned to a variables.</doc>
<status status="PASS" start="2026-08-18T01:36:44.742559" elapsed="0.003760"/>
</kw>
<kw name="Get Time" owner="BuiltIn">
<msg time="2026-08-18T01:36:44.746843" level="INFO">${date} = 2026-08-18 01:36:44</msg>
<var>${date}</var>
<arg>d,m,s</arg>
<doc>Returns the given time in the requested format.</doc>
<status status="PASS" start="2026-08-18T01:36:44.746483" elapsed="0.000386"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-08-18T01:36:44.747418" level="INFO">CBench Result: 2026-08-18 01:36:44,-m 60000 -M 100 -S 16 -l 10 -D 5000 -p 6633,33814.02,39860.61,36333.39,12332.88</msg>
<arg>CBench Result: ${date},${cbench_args},${min},${max},${average},${stdev}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-08-18T01:36:44.747013" elapsed="0.000460"/>
</kw>
<kw name="Log Results And Determine Status">
<kw name="Append To File" owner="OperatingSystem">
<msg time="2026-08-18T01:36:44.748604" level="INFO" html="true">Appended to file '&lt;a href="file:///w/workspace/openflowplugin-csit-1node-cbench-only-manganese/bug.csv"&gt;/w/workspace/openflowplugin-csit-1node-cbench-only-manganese/bug.csv&lt;/a&gt;'.</msg>
<arg>${output_file}</arg>
<arg>${min},${max},${average}\n</arg>
<doc>Appends the given content to the specified file.</doc>
<status status="PASS" start="2026-08-18T01:36:44.748114" elapsed="0.000574"/>
</kw>
<kw name="Should Be True" owner="BuiltIn">
<arg>${average} &gt; ${threshold}</arg>
<arg>${average} flow_mods per/sec did not exceed threshold of ${threshold}</arg>
<doc>Fails if the given condition is not true.</doc>
<status status="PASS" start="2026-08-18T01:36:44.748840" elapsed="0.000453"/>
</kw>
<arg>${min}</arg>
<arg>${max}</arg>
<arg>${average}</arg>
<arg>${average_threshold}</arg>
<arg>${output_filename}</arg>
<status status="PASS" start="2026-08-18T01:36:44.747610" elapsed="0.001746"/>
</kw>
<arg>-m ${duration_in_ms} -M ${num_of_unique_macs} -S ${switch_count} -l ${loops} -D ${start_delay} -p ${of_port}</arg>
<arg>${latency_threshold}</arg>
<arg>bug.csv</arg>
<status status="PASS" start="2026-08-18T01:26:38.010912" elapsed="606.738504"/>
</kw>
<kw name="Sleep" owner="BuiltIn">
<msg time="2026-08-18T01:36:44.749889" level="INFO">Slept 0 seconds.</msg>
<arg>${test_delay}</arg>
<doc>Pauses the test executed for the given time.</doc>
<status status="PASS" start="2026-08-18T01:36:44.749564" elapsed="0.000381"/>
</kw>
<kw name="Report Failure Due To Bug" owner="Utils" type="TEARDOWN">
<kw name="Evaluate" owner="BuiltIn">
<msg time="2026-08-18T01:36:44.751146" level="INFO">${test_skipped} = False</msg>
<var>${test_skipped}</var>
<arg>len(re.findall('SKIPPED', """${TEST_MESSAGE}""")) &gt; 0</arg>
<arg>modules=re</arg>
<doc>Evaluates the given expression in Python and returns the result.</doc>
<status status="PASS" start="2026-08-18T01:36:44.750664" elapsed="0.000509"/>
</kw>
<if>
<branch type="IF" condition="('${TEST_STATUS}' != 'FAIL') or ${test_skipped}">
<return>
<status status="PASS" start="2026-08-18T01:36:44.751398" elapsed="0.000029"/>
</return>
<status status="PASS" start="2026-08-18T01:36:44.751248" elapsed="0.000210"/>
</branch>
<status status="PASS" start="2026-08-18T01:36:44.751229" elapsed="0.000252"/>
</if>
<kw name="Comment" owner="BuiltIn">
<arg>Jira tickets are {PROJECT}-{NUMBER} while Bugzilla tickets are {NUMBER}</arg>
<doc>Displays the given messages in the log file as keyword arguments.</doc>
<status status="NOT RUN" start="2026-08-18T01:36:44.751634" elapsed="0.000023"/>
</kw>
<kw name="Run Keyword And Return Status" owner="BuiltIn">
<var>${match}</var>
<arg>Should Contain</arg>
<arg>${number}</arg>
<arg>-</arg>
<doc>Runs the specified keyword and returns the status as a Boolean value.</doc>
<status status="NOT RUN" start="2026-08-18T01:36:44.751793" elapsed="0.000020"/>
</kw>
<kw name="Set Variable If" owner="BuiltIn">
<var>${bug_url}</var>
<arg>${match}</arg>
<arg>https://jira.opendaylight.org/browse/${number}</arg>
<arg>https://bugs.opendaylight.org/show_bug.cgi?id=${number}</arg>
<doc>Sets variable based on the given condition.</doc>
<status status="NOT RUN" start="2026-08-18T01:36:44.751971" elapsed="0.000021"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<var>${msg}</var>
<arg>This test fails due to ${bug_url}</arg>
<doc>Returns the given values which can then be assigned to a variables.</doc>
<status status="NOT RUN" start="2026-08-18T01:36:44.752164" elapsed="0.000021"/>
</kw>
<kw name="Evaluate" owner="BuiltIn">
<var>${newline}</var>
<arg>chr(10)</arg>
<doc>Evaluates the given expression in Python and returns the result.</doc>
<status status="NOT RUN" start="2026-08-18T01:36:44.752318" elapsed="0.000020"/>
</kw>
<kw name="Set Test Message" owner="BuiltIn">
<arg>${msg}${newline}${newline}${TEST_MESSAGE}</arg>
<doc>Sets message for the current test case.</doc>
<status status="NOT RUN" start="2026-08-18T01:36:44.752462" elapsed="0.000019"/>
</kw>
<kw name="Log" owner="BuiltIn">
<arg>${msg}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="NOT RUN" start="2026-08-18T01:36:44.752604" elapsed="0.000033"/>
</kw>
<if>
<branch type="IF" condition="&quot;${include_bug_in_tags}&quot;==&quot;True&quot;">
<kw name="Set Tags" owner="BuiltIn">
<arg>${bug_url}</arg>
<doc>Adds given ``tags`` for the current test or all tests in a suite.</doc>
<status status="NOT RUN" start="2026-08-18T01:36:44.752838" elapsed="0.000019"/>
</kw>
<status status="NOT RUN" start="2026-08-18T01:36:44.752701" elapsed="0.000187"/>
</branch>
<status status="NOT RUN" start="2026-08-18T01:36:44.752685" elapsed="0.000226"/>
</if>
<arg>6176</arg>
<doc>Report that a test failed due to a known Bugzilla bug whose
number is provided as an argument.
Not FAILED (incl. SKIPPED) test are not reported.
This keyword must be used in the [Teardown] setting of the affected test
or as the first line of the test if FastFail module is not being
used. It reports the URL of the bug on console and also puts it
into the Robot log file.</doc>
<status status="PASS" start="2026-08-18T01:36:44.750311" elapsed="0.002650"/>
</kw>
<doc>cbench executed in latency mode to see if controller is healthy</doc>
<tag>cbench</tag>
<tag>latency</tag>
<timeout value="15 minutes"/>
<status status="PASS" start="2026-08-18T01:26:38.009446" elapsed="606.743560"/>
</test>
<doc>Cbench Latency and Throughput tests can be run from an external
cbench.
If cbench is run with a medium number of switches or higher (e.g. 32+)
the normal openflow operations seem to break.
BUG: https://bugs.opendaylight.org/show_bug.cgi?id=2897</doc>
<status status="PASS" start="2026-08-18T01:06:22.344706" elapsed="1822.408855"/>
</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>
