<?xml version="1.0" encoding="UTF-8"?>
<robot generator="Robot 7.4.2 (Python 3.11.10 on linux)" generated="2026-05-17T01:40:17.438365" rpa="false" schemaversion="5">
<suite id="s1" name="openflowplugin-cbench.txt" source="/w/workspace/openflowplugin-csit-1node-cbench-only-titanium/test/csit/suites/openflowplugin/Performance/010_Cbench.robot">
<kw name="Cbench Suite Setup" type="SETUP">
<kw name="Wait Until Keyword Succeeds" owner="BuiltIn">
<kw name="Issue_Command_On_Karaf_Console" owner="KarafKeywords">
<if>
<branch type="IF" condition="'${IS_KARAF_APPL}' == 'False'">
<return>
<value>Not A Karaf App</value>
<status status="NOT RUN" start="2026-05-17T01:40:18.018688" elapsed="0.000024"/>
</return>
<status status="NOT RUN" start="2026-05-17T01:40:18.018545" elapsed="0.000219"/>
</branch>
<status status="PASS" start="2026-05-17T01:40:18.018512" elapsed="0.000279"/>
</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-05-17T01:40:18.018937" elapsed="0.000497"/>
</kw>
<kw name="Login" owner="SSHLibrary">
<msg time="2026-05-17T01:40:18.019924" level="INFO">Logging into '10.30.171.85:8101' as 'karaf'.</msg>
<msg time="2026-05-17T01:40:18.661269" 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-05-17T01:40:18.019629" elapsed="0.641944"/>
</kw>
<kw name="Write" owner="SSHLibrary">
<msg time="2026-05-17T01:40:18.711825" 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-05-17T01:40:18.662116" elapsed="0.049777"/>
</kw>
<kw name="Read Until Regexp" owner="SSHLibrary">
<msg time="2026-05-17T01:40:18.713613" level="INFO">[?1l&gt;[?2004l[?1h=[90m~[0m                                                                                [?2004hopendaylight-user@root&gt;</msg>
<msg time="2026-05-17T01:40:18.713729" 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-05-17T01:40:18.712058" elapsed="0.001701"/>
</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-05-17T01:40:18.713918" elapsed="0.000205"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-05-17T01:40:18.714287" elapsed="0.000241"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-05-17T01:40:18.715055" 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-05-17T01:40:18.714683" elapsed="0.000428"/>
</kw>
<return>
<value>${output}</value>
<status status="PASS" start="2026-05-17T01:40:18.715167" elapsed="0.000063"/>
</return>
<arg>log:set ${log_level}</arg>
<doc>Will execute the given ${cmd} by ssh'ing to the karaf console running on 10.30.171.85
Note that this keyword will open&amp;close new SSH connection, without switching back to previously current session.</doc>
<status status="PASS" start="2026-05-17T01:40:18.018142" elapsed="0.697234"/>
</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-05-17T01:40:18.014509" elapsed="0.700947"/>
</kw>
<kw name="Append To File" owner="OperatingSystem">
<msg time="2026-05-17T01:40:18.716083" level="INFO" html="true">Appended to file '&lt;a href="file:///w/workspace/openflowplugin-csit-1node-cbench-only-titanium/latency.csv"&gt;/w/workspace/openflowplugin-csit-1node-cbench-only-titanium/latency.csv&lt;/a&gt;'.</msg>
<arg>${latency_results_file}</arg>
<arg>LATENCY_MIN,LATENCY_MAX,LATENCY_AVERAGE\n</arg>
<doc>Appends the given content to the specified file.</doc>
<status status="PASS" start="2026-05-17T01:40:18.715687" elapsed="0.000453"/>
</kw>
<kw name="Append To File" owner="OperatingSystem">
<msg time="2026-05-17T01:40:18.716571" level="INFO" html="true">Appended to file '&lt;a href="file:///w/workspace/openflowplugin-csit-1node-cbench-only-titanium/throughput.csv"&gt;/w/workspace/openflowplugin-csit-1node-cbench-only-titanium/throughput.csv&lt;/a&gt;'.</msg>
<arg>${throughput_results_file}</arg>
<arg>THROUGHPUT_MIN,THROUGHPUT_MAX,THROUGHPUT_AVERAGE\n</arg>
<doc>Appends the given content to the specified file.</doc>
<status status="PASS" start="2026-05-17T01:40:18.716299" elapsed="0.000331"/>
</kw>
<kw name="Evaluate" owner="BuiltIn">
<msg time="2026-05-17T01:40:18.717236" 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-05-17T01:40:18.716791" elapsed="0.000473"/>
</kw>
<kw name="Set Suite Variable" owner="BuiltIn">
<msg time="2026-05-17T01:40:18.717799" 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-05-17T01:40:18.717436" elapsed="0.000406"/>
</kw>
<kw name="Evaluate" owner="BuiltIn">
<msg time="2026-05-17T01:40:18.718373" 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-05-17T01:40:18.717992" elapsed="0.000409"/>
</kw>
<kw name="Set Suite Variable" owner="BuiltIn">
<msg time="2026-05-17T01:40:18.718904" 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-05-17T01:40:18.718586" elapsed="0.000361"/>
</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-05-17T01:40:18.719258" elapsed="0.000023"/>
</kw>
<status status="NOT RUN" start="2026-05-17T01:40:18.719038" elapsed="0.000278"/>
</branch>
<branch type="ELSE">
<kw name="Verify File Exists On Remote System" owner="Utils">
<kw name="Open Connection" owner="SSHLibrary">
<msg time="2026-05-17T01:40:18.723758" 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-05-17T01:40:18.723311" elapsed="0.000476"/>
</kw>
<kw name="Flexible_SSH_Login" owner="SSHKeywords">
<kw name="Get Length" owner="BuiltIn">
<msg time="2026-05-17T01:40:18.724883" level="INFO">Length is 0.</msg>
<msg time="2026-05-17T01:40:18.725008" 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-05-17T01:40:18.724355" elapsed="0.000679"/>
</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-05-17T01:40:18.725183" elapsed="0.000384"/>
</kw>
<kw name="Run Keyword And Return" owner="BuiltIn">
<kw name="Login With Public Key" owner="SSHLibrary">
<msg time="2026-05-17T01:40:18.726638" level="INFO">Logging into '10.30.171.105:22' as 'jenkins'.</msg>
<msg time="2026-05-17T01:40:19.471940" level="INFO">Read output: Welcome to Ubuntu 22.04.5 LTS (GNU/Linux 5.15.0-153-generic x86_64)

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

 System information as of Sun May 17 01:40:19 UTC 2026

  System load:  0.04               Processes:             109
  Usage of /:   19.3% of 38.58GB   Users logged in:       0
  Memory usage: 4%                 IPv4 address for ens3: 10.30.171.105
  Swap usage:   0%


Expanded Security Maintenance for Applications is not enabled.

0 updates can be applied immediately.

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


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


[?2004h[jenkins@releng-48317-722-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-05-17T01:40:18.726109" elapsed="0.745990"/>
</kw>
<msg time="2026-05-17T01:40:19.472198" 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-05-17T01:40:18.725750" elapsed="0.746548"/>
</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-05-17T01:40:18.723996" elapsed="0.748430"/>
</kw>
<kw name="File Should Exist" owner="SSHLibrary">
<msg time="2026-05-17T01:40:19.482201" 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-05-17T01:40:19.472686" elapsed="0.011068"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-05-17T01:40:19.484010" elapsed="0.000360"/>
</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-05-17T01:40:18.722782" elapsed="0.761716"/>
</kw>
<status status="PASS" start="2026-05-17T01:40:18.719386" elapsed="0.765168"/>
</branch>
<status status="PASS" start="2026-05-17T01:40:18.719010" elapsed="0.765588"/>
</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-05-17T01:40:19.484813" elapsed="0.000690"/>
</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-05-17T01:40:19.491550" elapsed="0.000027"/>
</return>
<status status="NOT RUN" start="2026-05-17T01:40:19.491357" elapsed="0.000268"/>
</branch>
<status status="PASS" start="2026-05-17T01:40:19.491324" elapsed="0.000336"/>
</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-05-17T01:40:19.495766" elapsed="0.000015"/>
</return>
<status status="NOT RUN" start="2026-05-17T01:40:19.495651" elapsed="0.000163"/>
</branch>
<status status="PASS" start="2026-05-17T01:40:19.495631" elapsed="0.000205"/>
</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-05-17T01:40:19.495969" elapsed="0.000441"/>
</kw>
<kw name="Login" owner="SSHLibrary">
<msg time="2026-05-17T01:40:19.496848" level="INFO">Logging into '10.30.171.85:8101' as 'karaf'.</msg>
<msg time="2026-05-17T01:40:19.759387" 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-05-17T01:40:19.496588" elapsed="0.262938"/>
</kw>
<kw name="Write" owner="SSHLibrary">
<msg time="2026-05-17T01:40:19.869304" 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-05-17T01:40:19.759738" elapsed="0.109945"/>
</kw>
<kw name="Read Until Regexp" owner="SSHLibrary">
<msg time="2026-05-17T01:40:19.880754" level="INFO">[?1l&gt;[?2004l[31;1modl-openflowplugin-drop-test[0m                                    x 0.20.2           x x        x Started x [31;1modl-openflowplugin-drop-test[0m                                    x OpenDaylight :: Openflow Plugin :: Drop Test
[?1h=[90m~[0m                                                                                [?2004hopendaylight-user@root&gt;</msg>
<msg time="2026-05-17T01:40:19.880948" level="INFO">${output} = [?1l&gt;[?2004l[31;1modl-openflowplugin-drop-test[0m                                    x 0.20.2           x x        x Started x [31;1modl-openflowplugin-drop-test[0m                     ...</msg>
<var>${output}</var>
<arg>${KARAF_PROMPT}</arg>
<doc>Consumes and returns the server output until a match to ``regexp`` is found.</doc>
<status status="PASS" start="2026-05-17T01:40:19.869836" elapsed="0.011143"/>
</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-05-17T01:40:19.881121" elapsed="0.000185"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-05-17T01:40:19.881445" elapsed="0.000213"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-05-17T01:40:19.882110" level="INFO">[?1l&gt;[?2004l[31;1modl-openflowplugin-drop-test[0m                                    x 0.20.2           x x        x Started x [31;1modl-openflowplugin-drop-test[0m                                    x OpenDaylight :: Openflow Plugin :: Drop Test
[?1h=[90m~[0m                                                                                [?2004hopendaylight-user@root&gt;</msg>
<arg>${output}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-05-17T01:40:19.881797" elapsed="0.000367"/>
</kw>
<return>
<value>${output}</value>
<status status="PASS" start="2026-05-17T01:40:19.882213" elapsed="0.000048"/>
</return>
<msg time="2026-05-17T01:40:19.882407" level="INFO">${output} = [?1l&gt;[?2004l[31;1modl-openflowplugin-drop-test[0m                                    x 0.20.2           x x        x Started x [31;1modl-openflowplugin-drop-test[0m                     ...</msg>
<var>${output}</var>
<arg>feature:list -i | grep ${feature_name}</arg>
<arg>${controller}</arg>
<arg>${karaf_port}</arg>
<doc>Will execute the given ${cmd} by ssh'ing to the karaf console running on 10.30.171.85
Note that this keyword will open&amp;close new SSH connection, without switching back to previously current session.</doc>
<status status="PASS" start="2026-05-17T01:40:19.495279" elapsed="0.387159"/>
</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-05-17T01:40:19.882605" elapsed="0.000522"/>
</kw>
<return>
<value>${output}</value>
<status status="PASS" start="2026-05-17T01:40:19.883178" elapsed="0.000033"/>
</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-05-17T01:40:19.490936" elapsed="0.392374"/>
</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-05-17T01:40:19.887052" elapsed="0.000016"/>
</return>
<status status="NOT RUN" start="2026-05-17T01:40:19.886907" elapsed="0.000193"/>
</branch>
<status status="PASS" start="2026-05-17T01:40:19.886883" elapsed="0.000241"/>
</if>
<kw name="Open Connection" owner="SSHLibrary">
<arg>${controller}</arg>
<arg>port=${karaf_port}</arg>
<arg>prompt=${KARAF_PROMPT_LOGIN}</arg>
<arg>timeout=${timeout}</arg>
<doc>Opens a new SSH connection to the given ``host`` and ``port``.</doc>
<status status="PASS" start="2026-05-17T01:40:19.887254" elapsed="0.000457"/>
</kw>
<kw name="Login" owner="SSHLibrary">
<msg time="2026-05-17T01:40:19.888119" level="INFO">Logging into '10.30.171.85:8101' as 'karaf'.</msg>
<msg time="2026-05-17T01:40:20.042050" 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-05-17T01:40:19.887860" elapsed="0.154335"/>
</kw>
<kw name="Write" owner="SSHLibrary">
<msg time="2026-05-17T01:40:20.065865" 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-05-17T01:40:20.042438" elapsed="0.023564"/>
</kw>
<kw name="Read Until Regexp" owner="SSHLibrary">
<msg time="2026-05-17T01:40:20.070029" level="INFO">[?1l&gt;[?2004lDropAllFlows transitions to on
[?1h=[90m~[0m                                                                                [?2004hopendaylight-user@root&gt;</msg>
<msg time="2026-05-17T01:40:20.070246" 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-05-17T01:40:20.066332" elapsed="0.003976"/>
</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-05-17T01:40:20.070636" elapsed="0.000386"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-05-17T01:40:20.071338" elapsed="0.000384"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-05-17T01:40:20.072753" 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-05-17T01:40:20.072021" elapsed="0.000844"/>
</kw>
<return>
<value>${output}</value>
<status status="PASS" start="2026-05-17T01:40:20.072972" elapsed="0.000091"/>
</return>
<arg>dropallpacketsrpc on</arg>
<doc>Will execute the given ${cmd} by ssh'ing to the karaf console running on 10.30.171.85
Note that this keyword will open&amp;close new SSH connection, without switching back to previously current session.</doc>
<status status="PASS" start="2026-05-17T01:40:19.886581" elapsed="0.186718"/>
</kw>
<status status="PASS" start="2026-05-17T01:40:18.012727" elapsed="2.060702"/>
</kw>
<test id="s1-t1" name="Cbench Latency Test" line="37">
<kw name="Log" owner="BuiltIn">
<msg time="2026-05-17T01:40:20.077209" 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-05-17T01:40:20.075363" elapsed="0.001912"/>
</kw>
<kw name="Run Cbench And Log Results">
<kw name="Set Suite Variable" owner="BuiltIn">
<msg time="2026-05-17T01:40:20.078705" 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-05-17T01:40:20.078334" elapsed="0.000414"/>
</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-05-17T01:40:20.079089" elapsed="0.000022"/>
</kw>
<status status="NOT RUN" start="2026-05-17T01:40:20.078828" elapsed="0.000320"/>
</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-05-17T01:40:20.082104" elapsed="0.000022"/>
</kw>
<status status="NOT RUN" start="2026-05-17T01:40:20.081850" elapsed="0.000312"/>
</branch>
<status status="PASS" start="2026-05-17T01:40:20.081830" elapsed="0.000358"/>
</if>
<kw name="Get Connection" owner="SSHLibrary">
<msg time="2026-05-17T01:40:20.082538" 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-05-17T01:40:20.082662" 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-05-17T01:40:20.082321" elapsed="0.000368"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-05-17T01:40:20.083251" level="INFO">Attempting to execute command "/usr/local/bin/cbench -c 10.30.171.85 -m 60000 -M 100 -S 16 -l 10 -D 5000 -p 6633" on remote system "10.30.171.105" 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-05-17T01:40:20.082825" elapsed="0.000488"/>
</kw>
<kw name="Open Connection" owner="SSHLibrary">
<msg time="2026-05-17T01:40:20.083953" 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-05-17T01:40:20.083454" elapsed="0.000526"/>
</kw>
<kw name="Flexible_SSH_Login" owner="SSHKeywords">
<kw name="Get Length" owner="BuiltIn">
<msg time="2026-05-17T01:40:20.084923" level="INFO">Length is 0.</msg>
<msg time="2026-05-17T01:40:20.085015" 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-05-17T01:40:20.084597" elapsed="0.000443"/>
</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-05-17T01:40:20.085183" elapsed="0.000352"/>
</kw>
<kw name="Run Keyword And Return" owner="BuiltIn">
<kw name="Login With Public Key" owner="SSHLibrary">
<msg time="2026-05-17T01:40:20.086400" level="INFO">Logging into '10.30.171.105:22' as 'jenkins'.</msg>
<msg time="2026-05-17T01:40:20.855320" level="INFO">Read output: Welcome to Ubuntu 22.04.5 LTS (GNU/Linux 5.15.0-153-generic x86_64)

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

 System information as of Sun May 17 01:40:19 UTC 2026

  System load:  0.04               Processes:             109
  Usage of /:   19.3% of 38.58GB   Users logged in:       0
  Memory usage: 4%                 IPv4 address for ens3: 10.30.171.105
  Swap usage:   0%


Expanded Security Maintenance for Applications is not enabled.

0 updates can be applied immediately.

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


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


Last login: Sun May 17 01:40:19 2026 from 10.30.170.113
[?2004h[jenkins@releng-48317-722-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-05-17T01:40:20.086042" elapsed="0.769410"/>
</kw>
<msg time="2026-05-17T01:40:20.855543" 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-05-17T01:40:20.085691" elapsed="0.769925"/>
</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-05-17T01:40:20.084195" elapsed="0.771526"/>
</kw>
<kw name="Execute Command" owner="SSHLibrary">
<msg time="2026-05-17T01:40:20.856206" level="INFO">Executing command '/usr/local/bin/cbench -c 10.30.171.85 -m 60000 -M 100 -S 16 -l 10 -D 5000 -p 6633'.</msg>
<msg time="2026-05-17T01:50:26.967062" level="INFO">Command exited with return code 0.</msg>
<msg time="2026-05-17T01:50:26.967707" level="INFO">${stdout} = </msg>
<msg time="2026-05-17T01:50:26.967775" level="INFO">${stderr} = cbench: controller benchmarking tool
   running in mode 'latency'
   connecting to controller at 10.30.171.85:6633 
   faking 16 switches with 1 threads :: 10 tests each; 60000 ms per test
   with 100...</msg>
<var>${stdout}</var>
<var>${stderr}</var>
<arg>${cmd}</arg>
<arg>return_stderr=True</arg>
<doc>Executes ``command`` on the remote machine and returns its outputs.</doc>
<status status="PASS" start="2026-05-17T01:40:20.855931" elapsed="606.111880"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-05-17T01:50:26.968229" elapsed="0.000791"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-05-17T01:50:26.969787" level="INFO">cbench: controller benchmarking tool
   running in mode 'latency'
   connecting to controller at 10.30.171.85:6633 
   faking 16 switches with 1 threads :: 10 tests each; 60000 ms per test
   with 100 unique source MACs per switch
   learning destination mac addresses before the test
   starting test with 5000 ms delay after features_reply
   ignoring first 1 "warmup" and last 0 "cooldown" loops
   debugging info is off
Master Thread: Creating thread-0! 
Thread-0: All switches initialized. Running at node 10.30.171.85. So far 1 cbench instances have initialized their switches.  Waiting for other cbench-instances
Thread-0: Total switches from ALL cbench-instances initialized.
01:41:26.062 16  switches: flows:  95477 94631 94530 92924 93197 91330 91975 92225 90213 91962 91740 89989 89131 88835 90545 89327  total = 24.467183 per ms 
01:42:26.163 16  switches: flows:  107560 103508 104405 103313 103286 102805 102777 105115 101253 102001 103201 102492 99468 103060 102694 101042  total = 27.420478 per ms 
01:43:26.263 16  switches: flows:  62944 61488 60681 61005 60679 60564 59588 62041 58395 61158 60118 60532 58050 58603 60006 59922  total = 16.069410 per ms 
01:44:26.364 16  switches: flows:  87175 86332 85804 85385 86168 83667 84611 84088 82699 83588 84110 83361 82745 81349 83939 81730  total = 22.408450 per ms 
01:45:26.465 16  switches: flows:  101254 99483 101196 99781 98639 99355 99181 100720 96779 96906 97977 97313 93976 96119 97352 95613  total = 26.150399 per ms 
01:46:26.566 16  switches: flows:  106700 103797 107058 104768 103636 103188 104043 105288 101250 102320 101638 101415 98608 101705 98931 101333  total = 27.382113 per ms 
01:47:26.667 16  switches: flows:  105537 103431 103608 105353 104407 102784 103506 104218 99385 100412 99412 100946 97751 100166 97508 99258  total = 27.082803 per ms 
01:48:26.768 16  switches: flows:  106566 104135 104771 105404 103038 102385 103794 105094 100470 102158 103033 100917 99048 101957 98620 99583  total = 27.303926 per ms 
01:49:26.869 16  switches: flows:  106777 103794 104282 104751 104320 101262 103887 104434 100195 101845 100025 100085 98539 99671 99334 99861  total = 27.172278 per ms 
01:50:26.971 16  switches: flows:  106968 103879 105320 105904 104839 102456 102284 104083 101201 103323 101027 101176 100177 101232 99476 100005  total = 27.343443 per ms 
RESULT: 16 switches 9 tests min/max/avg/stdev = 16069.41/27420.48/25370.37/9199.07 responses/s</msg>
<arg>${stderr}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-05-17T01:50:26.969266" elapsed="0.000823"/>
</kw>
<if>
<branch type="IF" condition="&quot;${return_stdout}&quot;!=&quot;True&quot;">
<return>
<value>${stderr}</value>
<status status="PASS" start="2026-05-17T01:50:26.970450" elapsed="0.000084"/>
</return>
<status status="PASS" start="2026-05-17T01:50:26.970231" elapsed="0.000351"/>
</branch>
<status status="PASS" start="2026-05-17T01:50:26.970186" elapsed="0.000427"/>
</if>
<if>
<branch type="IF" condition="&quot;${return_stderr}&quot;!=&quot;True&quot;">
<return>
<value>${stdout}</value>
<status status="NOT RUN" start="2026-05-17T01:50:26.970722" elapsed="0.000013"/>
</return>
<status status="NOT RUN" start="2026-05-17T01:50:26.970683" elapsed="0.000081"/>
</branch>
<status status="NOT RUN" start="2026-05-17T01:50:26.970665" elapsed="0.000122"/>
</if>
<return>
<value>${stdout}</value>
<value>${stderr}</value>
<status status="NOT RUN" start="2026-05-17T01:50:26.970821" elapsed="0.000014"/>
</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-05-17T01:50:26.973787" elapsed="0.000486"/>
</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-05-17T01:50:26.974498" elapsed="0.000251"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-05-17T01:50:26.974931" elapsed="0.000136"/>
</kw>
<arg>${current_ssh_connection.index}</arg>
<doc>Restore active SSH connection in SSHLibrary to given index.</doc>
<status status="PASS" start="2026-05-17T01:50:26.971243" elapsed="0.003900"/>
</kw>
<msg time="2026-05-17T01:50:26.975323" level="INFO">${output} = cbench: controller benchmarking tool
   running in mode 'latency'
   connecting to controller at 10.30.171.85:6633 
   faking 16 switches with 1 threads :: 10 tests each; 60000 ms per test
   with 100...</msg>
<var>${output}</var>
<arg>${cbench_system}</arg>
<arg>${cbench_executable} -c ${ODL_SYSTEM_IP} ${cbench_args}</arg>
<arg>prompt_timeout=${test_timeout}</arg>
<arg>return_stdout=False</arg>
<arg>return_stderr=True</arg>
<doc>Reduces the common work of running a command on a remote system to a single higher level
robot keyword, taking care to log in with a public key and. The command given is written and the return value
depends on the passed argument values of return_stdout (default: True) and return_stderr (default: False).
At least one should be True, or the keyword will exit and FAIL. If both are True, the resulting return value
will be a two element list containing both. Otherwise the resulting return value is a string.
No test conditions are checked.</doc>
<status status="PASS" start="2026-05-17T01:40:20.079513" elapsed="606.895846"/>
</kw>
<status status="PASS" start="2026-05-17T01:40:20.079175" elapsed="606.896251"/>
</branch>
<status status="PASS" start="2026-05-17T01:40:20.078804" elapsed="606.896673"/>
</if>
<kw name="Log" owner="BuiltIn">
<msg time="2026-05-17T01:50:26.976081" level="INFO">cbench: controller benchmarking tool
   running in mode 'latency'
   connecting to controller at 10.30.171.85:6633 
   faking 16 switches with 1 threads :: 10 tests each; 60000 ms per test
   with 100 unique source MACs per switch
   learning destination mac addresses before the test
   starting test with 5000 ms delay after features_reply
   ignoring first 1 "warmup" and last 0 "cooldown" loops
   debugging info is off
Master Thread: Creating thread-0! 
Thread-0: All switches initialized. Running at node 10.30.171.85. So far 1 cbench instances have initialized their switches.  Waiting for other cbench-instances
Thread-0: Total switches from ALL cbench-instances initialized.
01:41:26.062 16  switches: flows:  95477 94631 94530 92924 93197 91330 91975 92225 90213 91962 91740 89989 89131 88835 90545 89327  total = 24.467183 per ms 
01:42:26.163 16  switches: flows:  107560 103508 104405 103313 103286 102805 102777 105115 101253 102001 103201 102492 99468 103060 102694 101042  total = 27.420478 per ms 
01:43:26.263 16  switches: flows:  62944 61488 60681 61005 60679 60564 59588 62041 58395 61158 60118 60532 58050 58603 60006 59922  total = 16.069410 per ms 
01:44:26.364 16  switches: flows:  87175 86332 85804 85385 86168 83667 84611 84088 82699 83588 84110 83361 82745 81349 83939 81730  total = 22.408450 per ms 
01:45:26.465 16  switches: flows:  101254 99483 101196 99781 98639 99355 99181 100720 96779 96906 97977 97313 93976 96119 97352 95613  total = 26.150399 per ms 
01:46:26.566 16  switches: flows:  106700 103797 107058 104768 103636 103188 104043 105288 101250 102320 101638 101415 98608 101705 98931 101333  total = 27.382113 per ms 
01:47:26.667 16  switches: flows:  105537 103431 103608 105353 104407 102784 103506 104218 99385 100412 99412 100946 97751 100166 97508 99258  total = 27.082803 per ms 
01:48:26.768 16  switches: flows:  106566 104135 104771 105404 103038 102385 103794 105094 100470 102158 103033 100917 99048 101957 98620 99583  total = 27.303926 per ms 
01:49:26.869 16  switches: flows:  106777 103794 104282 104751 104320 101262 103887 104434 100195 101845 100025 100085 98539 99671 99334 99861  total = 27.172278 per ms 
01:50:26.971 16  switches: flows:  106968 103879 105320 105904 104839 102456 102284 104083 101201 103323 101027 101176 100177 101232 99476 100005  total = 27.343443 per ms 
RESULT: 16 switches 9 tests min/max/avg/stdev = 16069.41/27420.48/25370.37/9199.07 responses/s</msg>
<arg>${output}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-05-17T01:50:26.975686" elapsed="0.000494"/>
</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-05-17T01:50:26.976389" elapsed="0.000545"/>
</kw>
<kw name="Get Lines Containing String" owner="String">
<msg time="2026-05-17T01:50:26.977511" level="INFO">1 out of 23 lines matched.</msg>
<msg time="2026-05-17T01:50:26.977638" level="INFO">${result_line} = RESULT: 16 switches 9 tests min/max/avg/stdev = 16069.41/27420.48/25370.37/9199.07 responses/s</msg>
<var>${result_line}</var>
<arg>${output}</arg>
<arg>RESULT</arg>
<doc>Returns lines of the given ``string`` that contain the ``pattern``.</doc>
<status status="PASS" start="2026-05-17T01:50:26.977155" elapsed="0.000516"/>
</kw>
<kw name="Split String" owner="String">
<msg time="2026-05-17T01:50:26.978259" level="INFO">@{results_list} = [ RESULT: | 16 | switches | 9 | tests | min/max/avg/stdev | = | 16069.41/27420.48/25370.37/9199.07 | responses/s ]</msg>
<var>@{results_list}</var>
<arg>${result_line}</arg>
<doc>Splits the ``string`` using ``separator`` as a delimiter string.</doc>
<status status="PASS" start="2026-05-17T01:50:26.977904" elapsed="0.000392"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-05-17T01:50:26.983022" 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-05-17T01:50:26.978523" elapsed="0.004579"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-05-17T01:50:26.986348" level="INFO">16069.41/27420.48/25370.37/9199.07</msg>
<arg>${results_list[7]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-05-17T01:50:26.983306" elapsed="0.003122"/>
</kw>
<kw name="Split String" owner="String">
<msg time="2026-05-17T01:50:26.989822" 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-05-17T01:50:26.986714" elapsed="0.003146"/>
</kw>
<kw name="Split String" owner="String">
<msg time="2026-05-17T01:50:26.993223" level="INFO">@{result_value_list} = [ 16069.41 | 27420.48 | 25370.37 | 9199.07 ]</msg>
<var>@{result_value_list}</var>
<arg>${results_list[7]}</arg>
<arg>/</arg>
<doc>Splits the ``string`` using ``separator`` as a delimiter string.</doc>
<status status="PASS" start="2026-05-17T01:50:26.990204" elapsed="0.003056"/>
</kw>
<kw name="Get Length" owner="BuiltIn">
<msg time="2026-05-17T01:50:26.994019" level="INFO">Length is 4.</msg>
<msg time="2026-05-17T01:50:26.994139" 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-05-17T01:50:26.993489" elapsed="0.000683"/>
</kw>
<for flavor="IN RANGE">
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-05-17T01:50:27.000705" level="INFO">min :: 16069.41</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-05-17T01:50:26.994836" elapsed="0.005953"/>
</kw>
<var name="${i}">0</var>
<status status="PASS" start="2026-05-17T01:50:26.994642" elapsed="0.006196"/>
</iter>
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-05-17T01:50:27.007084" level="INFO">max :: 27420.48</msg>
<arg>${result_name_list[${i}]} :: ${result_value_list[${i}]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-05-17T01:50:27.001174" elapsed="0.005990"/>
</kw>
<var name="${i}">1</var>
<status status="PASS" start="2026-05-17T01:50:27.000980" elapsed="0.006231"/>
</iter>
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-05-17T01:50:27.012659" level="INFO">avg :: 25370.37</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-05-17T01:50:27.007534" elapsed="0.005188"/>
</kw>
<var name="${i}">2</var>
<status status="PASS" start="2026-05-17T01:50:27.007334" elapsed="0.005426"/>
</iter>
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-05-17T01:50:27.018549" level="INFO">stdev :: 9199.07</msg>
<arg>${result_name_list[${i}]} :: ${result_value_list[${i}]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-05-17T01:50:27.012999" elapsed="0.005646"/>
</kw>
<var name="${i}">3</var>
<status status="PASS" start="2026-05-17T01:50:27.012864" elapsed="0.005819"/>
</iter>
<var>${i}</var>
<value>0</value>
<value>${num_stats}</value>
<status status="PASS" start="2026-05-17T01:50:26.994300" elapsed="0.024421"/>
</for>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-05-17T01:50:27.023218" level="INFO">${min} = 16069.41</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-05-17T01:50:27.018909" elapsed="0.004344"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-05-17T01:50:27.029114" level="INFO">${max} = 27420.48</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-05-17T01:50:27.023457" elapsed="0.005706"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-05-17T01:50:27.033707" level="INFO">${average} = 25370.37</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-05-17T01:50:27.029441" elapsed="0.004307"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-05-17T01:50:27.038112" level="INFO">${stdev} = 9199.07</msg>
<var>${stdev}</var>
<arg>${result_value_list[${3}]}</arg>
<doc>Returns the given values which can then be assigned to a variables.</doc>
<status status="PASS" start="2026-05-17T01:50:27.033996" elapsed="0.004150"/>
</kw>
<kw name="Get Time" owner="BuiltIn">
<msg time="2026-05-17T01:50:27.038844" level="INFO">${date} = 2026-05-17 01:50:27</msg>
<var>${date}</var>
<arg>d,m,s</arg>
<doc>Returns the given time in the requested format.</doc>
<status status="PASS" start="2026-05-17T01:50:27.038371" elapsed="0.000501"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-05-17T01:50:27.039489" level="INFO">CBench Result: 2026-05-17 01:50:27,-m 60000 -M 100 -S 16 -l 10 -D 5000 -p 6633,16069.41,27420.48,25370.37,9199.07</msg>
<arg>CBench Result: ${date},${cbench_args},${min},${max},${average},${stdev}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-05-17T01:50:27.039034" elapsed="0.000516"/>
</kw>
<kw name="Log Results And Determine Status">
<kw name="Append To File" owner="OperatingSystem">
<msg time="2026-05-17T01:50:27.040900" level="INFO" html="true">Appended to file '&lt;a href="file:///w/workspace/openflowplugin-csit-1node-cbench-only-titanium/latency.csv"&gt;/w/workspace/openflowplugin-csit-1node-cbench-only-titanium/latency.csv&lt;/a&gt;'.</msg>
<arg>${output_file}</arg>
<arg>${min},${max},${average}\n</arg>
<doc>Appends the given content to the specified file.</doc>
<status status="PASS" start="2026-05-17T01:50:27.040301" elapsed="0.000672"/>
</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-05-17T01:50:27.041135" elapsed="0.000533"/>
</kw>
<arg>${min}</arg>
<arg>${max}</arg>
<arg>${average}</arg>
<arg>${average_threshold}</arg>
<arg>${output_filename}</arg>
<status status="PASS" start="2026-05-17T01:50:27.039771" elapsed="0.001970"/>
</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-05-17T01:40:20.077704" elapsed="606.964125"/>
</kw>
<kw name="Sleep" owner="BuiltIn">
<msg time="2026-05-17T01:50:27.042352" 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-05-17T01:50:27.042002" elapsed="0.000413"/>
</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-05-17T01:50:27.043078" elapsed="0.000289"/>
</kw>
<status status="PASS" start="2026-05-17T01:50:27.042689" elapsed="0.000750"/>
</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-05-17T01:40:20.073741" elapsed="606.969756"/>
</test>
<test id="s1-t2" name="Cbench Throughput Test" line="51">
<kw name="Log" owner="BuiltIn">
<msg time="2026-05-17T01:50:27.045242" 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-05-17T01:50:27.044816" elapsed="0.000489"/>
</kw>
<kw name="Run Cbench And Log Results">
<kw name="Set Suite Variable" owner="BuiltIn">
<msg time="2026-05-17T01:50:27.046857" 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-05-17T01:50:27.046410" elapsed="0.000506"/>
</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-05-17T01:50:27.047494" elapsed="0.000029"/>
</kw>
<status status="NOT RUN" start="2026-05-17T01:50:27.047163" elapsed="0.000406"/>
</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-05-17T01:50:27.051283" elapsed="0.000023"/>
</kw>
<status status="NOT RUN" start="2026-05-17T01:50:27.051014" elapsed="0.000327"/>
</branch>
<status status="PASS" start="2026-05-17T01:50:27.050993" elapsed="0.000374"/>
</if>
<kw name="Get Connection" owner="SSHLibrary">
<msg time="2026-05-17T01:50:27.051819" 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-05-17T01:50:27.051956" 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-05-17T01:50:27.051535" elapsed="0.000449"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-05-17T01:50:27.052577" level="INFO">Attempting to execute command "/usr/local/bin/cbench -c 10.30.171.85 -t -m 60000 -M 100 -S 16 -l 10 -D 5000 -p 6633" on remote system "10.30.171.105" 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-05-17T01:50:27.052123" elapsed="0.000530"/>
</kw>
<kw name="Open Connection" owner="SSHLibrary">
<msg time="2026-05-17T01:50:27.053272" 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-05-17T01:50:27.052815" elapsed="0.000486"/>
</kw>
<kw name="Flexible_SSH_Login" owner="SSHKeywords">
<kw name="Get Length" owner="BuiltIn">
<msg time="2026-05-17T01:50:27.054293" level="INFO">Length is 0.</msg>
<msg time="2026-05-17T01:50:27.054385" 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-05-17T01:50:27.053940" elapsed="0.000470"/>
</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-05-17T01:50:27.054577" elapsed="0.000360"/>
</kw>
<kw name="Run Keyword And Return" owner="BuiltIn">
<kw name="Login With Public Key" owner="SSHLibrary">
<msg time="2026-05-17T01:50:27.055844" level="INFO">Logging into '10.30.171.105:22' as 'jenkins'.</msg>
<msg time="2026-05-17T01:50:27.759608" level="INFO">Read output: Welcome to Ubuntu 22.04.5 LTS (GNU/Linux 5.15.0-153-generic x86_64)

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

 System information as of Sun May 17 01:50:27 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.171.105
  Swap usage:   0%


Expanded Security Maintenance for Applications is not enabled.

0 updates can be applied immediately.

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


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


Last login: Sun May 17 01:40:20 2026 from 10.30.170.113
[?2004h[jenkins@releng-48317-722-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-05-17T01:50:27.055452" elapsed="0.704515"/>
</kw>
<msg time="2026-05-17T01:50:27.760127" 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-05-17T01:50:27.055096" elapsed="0.705181"/>
</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-05-17T01:50:27.053532" elapsed="0.706951"/>
</kw>
<kw name="Execute Command" owner="SSHLibrary">
<msg time="2026-05-17T01:50:27.761357" level="INFO">Executing command '/usr/local/bin/cbench -c 10.30.171.85 -t -m 60000 -M 100 -S 16 -l 10 -D 5000 -p 6633'.</msg>
<msg time="2026-05-17T01:54:25.453740" level="INFO">Command exited with return code 1.</msg>
<msg time="2026-05-17T01:54:25.454461" level="INFO">${stdout} = </msg>
<msg time="2026-05-17T01:54:25.454626" level="INFO">${stderr} = cbench: controller benchmarking tool
   running in mode 'throughput'
   connecting to controller at 10.30.171.85: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-05-17T01:50:27.760851" elapsed="237.693837"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-05-17T01:54:25.455084" elapsed="0.000718"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-05-17T01:54:25.456591" level="INFO">cbench: controller benchmarking tool
   running in mode 'throughput'
   connecting to controller at 10.30.171.85:6633 
   faking 16 switches with 1 threads :: 10 tests each; 60000 ms per test
   with 100 unique source MACs per switch
   learning destination mac addresses before the test
   starting test with 5000 ms delay after features_reply
   ignoring first 1 "warmup" and last 0 "cooldown" loops
   debugging info is off
Master Thread: Creating thread-0! 
Thread-0: All switches initialized. Running at node 10.30.171.85. So far 1 cbench instances have initialized their switches.  Waiting for other cbench-instances
Thread-0: Total switches from ALL cbench-instances initialized.
01:51:32.921 16  switches: flows:  474440 478623 482020 493930 495513 483255 464378 484968 459762 469430 467299 469109 473976 479038 474245 472739  total = 127.045417 per ms 
01:52:33.027 16  switches: flows:  565451 565023 563145 554744 556520 565740 569764 561271 562865 571346 574713 563832 561318 571914 562957 568167  total = 150.383867 per ms 
01:53:33.129 16  switches: flows:  448185 433664 468027 443272 445376 443135 443913 455231 443091 446408 457378 460771 435127 452448 461410 448899  total = 119.570578 per ms 
controller msgbuf_read() = 0:   closed connection ... exiting</msg>
<arg>${stderr}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-05-17T01:54:25.456067" elapsed="0.000746"/>
</kw>
<if>
<branch type="IF" condition="&quot;${return_stdout}&quot;!=&quot;True&quot;">
<return>
<value>${stderr}</value>
<status status="PASS" start="2026-05-17T01:54:25.457163" elapsed="0.000066"/>
</return>
<status status="PASS" start="2026-05-17T01:54:25.456942" elapsed="0.000343"/>
</branch>
<status status="PASS" start="2026-05-17T01:54:25.456904" elapsed="0.000419"/>
</if>
<if>
<branch type="IF" condition="&quot;${return_stderr}&quot;!=&quot;True&quot;">
<return>
<value>${stdout}</value>
<status status="NOT RUN" start="2026-05-17T01:54:25.457465" elapsed="0.000037"/>
</return>
<status status="NOT RUN" start="2026-05-17T01:54:25.457407" elapsed="0.000136"/>
</branch>
<status status="NOT RUN" start="2026-05-17T01:54:25.457383" elapsed="0.000190"/>
</if>
<return>
<value>${stdout}</value>
<value>${stderr}</value>
<status status="NOT RUN" start="2026-05-17T01:54:25.457618" elapsed="0.000019"/>
</return>
<kw name="Restore_Current_Ssh_Connection_From_Index" owner="SSHKeywords" type="TEARDOWN">
<kw name="Run Keyword And Return If" owner="BuiltIn">
<arg>${connection_index} is not None</arg>
<arg>SSHLibrary.Switch Connection</arg>
<arg>${connection_index}</arg>
<doc>Runs the specified keyword and returns from the enclosing user keyword.</doc>
<status status="PASS" start="2026-05-17T01:54:25.461257" 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-05-17T01:54:25.461962" elapsed="0.000243"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-05-17T01:54:25.462455" elapsed="0.000176"/>
</kw>
<arg>${current_ssh_connection.index}</arg>
<doc>Restore active SSH connection in SSHLibrary to given index.</doc>
<status status="PASS" start="2026-05-17T01:54:25.458085" elapsed="0.004621"/>
</kw>
<msg time="2026-05-17T01:54:25.462838" level="INFO">${output} = cbench: controller benchmarking tool
   running in mode 'throughput'
   connecting to controller at 10.30.171.85: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-05-17T01:50:27.048020" elapsed="238.414845"/>
</kw>
<status status="PASS" start="2026-05-17T01:50:27.047602" elapsed="238.415314"/>
</branch>
<status status="PASS" start="2026-05-17T01:50:27.047123" elapsed="238.415817"/>
</if>
<kw name="Log" owner="BuiltIn">
<msg time="2026-05-17T01:54:25.463383" level="INFO">cbench: controller benchmarking tool
   running in mode 'throughput'
   connecting to controller at 10.30.171.85:6633 
   faking 16 switches with 1 threads :: 10 tests each; 60000 ms per test
   with 100 unique source MACs per switch
   learning destination mac addresses before the test
   starting test with 5000 ms delay after features_reply
   ignoring first 1 "warmup" and last 0 "cooldown" loops
   debugging info is off
Master Thread: Creating thread-0! 
Thread-0: All switches initialized. Running at node 10.30.171.85. So far 1 cbench instances have initialized their switches.  Waiting for other cbench-instances
Thread-0: Total switches from ALL cbench-instances initialized.
01:51:32.921 16  switches: flows:  474440 478623 482020 493930 495513 483255 464378 484968 459762 469430 467299 469109 473976 479038 474245 472739  total = 127.045417 per ms 
01:52:33.027 16  switches: flows:  565451 565023 563145 554744 556520 565740 569764 561271 562865 571346 574713 563832 561318 571914 562957 568167  total = 150.383867 per ms 
01:53:33.129 16  switches: flows:  448185 433664 468027 443272 445376 443135 443913 455231 443091 446408 457378 460771 435127 452448 461410 448899  total = 119.570578 per ms 
controller msgbuf_read() = 0:   closed connection ... exiting</msg>
<arg>${output}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-05-17T01:54:25.463085" elapsed="0.000364"/>
</kw>
<kw name="Should Contain" owner="BuiltIn">
<msg time="2026-05-17T01:54:25.464097" level="FAIL">'cbench: controller benchmarking tool
   running in mode 'throughput'
   connecting to controller at 10.30.171.85:6633 
   faking 16 switches with 1 threads :: 10 tests each; 60000 ms per test
   with 100 unique source MACs per switch
   learning destination mac addresses before the test
   starting test with 5000 ms delay after features_reply
   ignoring first 1 "warmup" and last 0 "cooldown" loops
   debugging info is off
Master Thread: Creating thread-0! 
Thread-0: All switches initialized. Running at node 10.30.171.85. So far 1 cbench instances have initialized their switches.  Waiting for other cbench-instances
Thread-0: Total switches from ALL cbench-instances initialized.
01:51:32.921 16  switches: flows:  474440 478623 482020 493930 495513 483255 464378 484968 459762 469430 467299 469109 473976 479038 474245 472739  total = 127.045417 per ms 
01:52:33.027 16  switches: flows:  565451 565023 563145 554744 556520 565740 569764 561271 562865 571346 574713 563832 561318 571914 562957 568167  total = 150.383867 per ms 
01:53:33.129 16  switches: flows:  448185 433664 468027 443272 445376 443135 443913 455231 443091 446408 457378 460771 435127 452448 461410 448899  total = 119.570578 per ms 
controller msgbuf_read() = 0:   closed connection ... exiting' does not contain 'RESULT'</msg>
<arg>${output}</arg>
<arg>RESULT</arg>
<doc>Fails if ``container`` does not contain ``item`` one or more times.</doc>
<status status="FAIL" start="2026-05-17T01:54:25.463622" elapsed="0.000676">'cbench: controller benchmarking tool
   running in mode 'throughput'
   connecting to controller at 10.30.171.85:6633 
   faking 16 switches with 1 threads :: 10 tests each; 60000 ms per test
   with 100 unique source MACs per switch
   learning destination mac addresses before the test
   starting test with 5000 ms delay after features_reply
   ignoring first 1 "warmup" and last 0 "cooldown" loops
   debugging info is off
Master Thread: Creating thread-0! 
Thread-0: All switches initialized. Running at node 10.30.171.85. So far 1 cbench instances have initialized their switches.  Waiting for other cbench-instances
Thread-0: Total switches from ALL cbench-instances initialized.
01:51:32.921 16  switches: flows:  474440 478623 482020 493930 495513 483255 464378 484968 459762 469430 467299 469109 473976 479038 474245 472739  total = 127.045417 per ms 
01:52:33.027 16  switches: flows:  565451 565023 563145 554744 556520 565740 569764 561271 562865 571346 574713 563832 561318 571914 562957 568167  total = 150.383867 per ms 
01:53:33.129 16  switches: flows:  448185 433664 468027 443272 445376 443135 443913 455231 443091 446408 457378 460771 435127 452448 461410 448899  total = 119.570578 per ms 
controller msgbuf_read() = 0:   closed connection ... exiting' does not contain 'RESULT'</status>
</kw>
<kw name="Get Lines Containing String" owner="String">
<var>${result_line}</var>
<arg>${output}</arg>
<arg>RESULT</arg>
<doc>Returns lines of the given ``string`` that contain the ``pattern``.</doc>
<status status="NOT RUN" start="2026-05-17T01:54:25.464498" elapsed="0.000024"/>
</kw>
<kw name="Split String" owner="String">
<var>@{results_list}</var>
<arg>${result_line}</arg>
<doc>Splits the ``string`` using ``separator`` as a delimiter string.</doc>
<status status="NOT RUN" start="2026-05-17T01:54:25.464674" elapsed="0.000021"/>
</kw>
<kw name="Log" owner="BuiltIn">
<arg>${results_list[5]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="NOT RUN" start="2026-05-17T01:54:25.464870" elapsed="0.000027"/>
</kw>
<kw name="Log" owner="BuiltIn">
<arg>${results_list[7]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="NOT RUN" start="2026-05-17T01:54:25.465033" elapsed="0.000021"/>
</kw>
<kw name="Split String" owner="String">
<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="NOT RUN" start="2026-05-17T01:54:25.465192" elapsed="0.000021"/>
</kw>
<kw name="Split String" owner="String">
<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="NOT RUN" start="2026-05-17T01:54:25.465355" elapsed="0.000020"/>
</kw>
<kw name="Get Length" owner="BuiltIn">
<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="NOT RUN" start="2026-05-17T01:54:25.465539" elapsed="0.000021"/>
</kw>
<for flavor="IN RANGE">
<iter>
<kw name="Log" owner="BuiltIn">
<arg>${result_name_list[${i}]} :: ${result_value_list[${i}]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="NOT RUN" start="2026-05-17T01:54:25.465824" elapsed="0.000020"/>
</kw>
<var name="${i}"/>
<status status="NOT RUN" start="2026-05-17T01:54:25.465699" elapsed="0.000177"/>
</iter>
<var>${i}</var>
<value>0</value>
<value>${num_stats}</value>
<status status="NOT RUN" start="2026-05-17T01:54:25.465623" elapsed="0.000282"/>
</for>
<kw name="Set Variable" owner="BuiltIn">
<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="NOT RUN" start="2026-05-17T01:54:25.466054" elapsed="0.000021"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<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="NOT RUN" start="2026-05-17T01:54:25.466246" elapsed="0.000022"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<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="NOT RUN" start="2026-05-17T01:54:25.466432" elapsed="0.000022"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<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="NOT RUN" start="2026-05-17T01:54:25.466612" elapsed="0.000020"/>
</kw>
<kw name="Get Time" owner="BuiltIn">
<var>${date}</var>
<arg>d,m,s</arg>
<doc>Returns the given time in the requested format.</doc>
<status status="NOT RUN" start="2026-05-17T01:54:25.466795" elapsed="0.000021"/>
</kw>
<kw name="Log" owner="BuiltIn">
<arg>CBench Result: ${date},${cbench_args},${min},${max},${average},${stdev}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="NOT RUN" start="2026-05-17T01:54:25.466955" elapsed="0.000020"/>
</kw>
<kw name="Log Results And Determine Status">
<arg>${min}</arg>
<arg>${max}</arg>
<arg>${average}</arg>
<arg>${average_threshold}</arg>
<arg>${output_filename}</arg>
<status status="NOT RUN" start="2026-05-17T01:54:25.467106" elapsed="0.000022"/>
</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="FAIL" start="2026-05-17T01:50:27.045775" elapsed="238.421495">'cbench: controller benchmarking tool
   running in mode 'throughput'
   connecting to controller at 10.30.171.85:6633 
   faking 16 switches with 1 threads :: 10 tests each; 60000 ms per test
   with 100 unique source MACs per switch
   learning destination mac addresses before the test
   starting test with 5000 ms delay after features_reply
   ignoring first 1 "warmup" and last 0 "cooldown" loops
   debugging info is off
Master Thread: Creating thread-0! 
Thread-0: All switches initialized. Running at node 10.30.171.85. So far 1 cbench instances have initialized their switches.  Waiting for other cbench-instances
Thread-0: Total switches from ALL cbench-instances initialized.
01:51:32.921 16  switches: flows:  474440 478623 482020 493930 495513 483255 464378 484968 459762 469430 467299 469109 473976 479038 474245 472739  total = 127.045417 per ms 
01:52:33.027 16  switches: flows:  565451 565023 563145 554744 556520 565740 569764 561271 562865 571346 574713 563832 561318 571914 562957 568167  total = 150.383867 per ms 
01:53:33.129 16  switches: flows:  448185 433664 468027 443272 445376 443135 443913 455231 443091 446408 457378 460771 435127 452448 461410 448899  total = 119.570578 per ms 
controller msgbuf_read() = 0:   closed connection ... exiting' does not contain 'RESULT'</status>
</kw>
<kw name="Sleep" owner="BuiltIn">
<arg>${test_delay}</arg>
<doc>Pauses the test executed for the given time.</doc>
<status status="NOT RUN" start="2026-05-17T01:54:25.467442" elapsed="0.000037"/>
</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-05-17T01:54:25.468051" elapsed="0.000273"/>
</kw>
<status status="PASS" start="2026-05-17T01:54:25.467742" elapsed="0.000654"/>
</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="FAIL" start="2026-05-17T01:50:27.044081" elapsed="238.424354">'cbench: controller benchmarking tool
   running in mode 'throughput'
   connecting to controller at 10.30.171.85:6633 
   faking 16 switches with 1 threads :: 10 tests each; 60000 ms per test
   with 100 unique source MACs per switch
   learning destination mac addresses before the test
   starting test with 5000 ms delay after features_reply
   ignoring first 1 "warmup" and last 0 "cooldown" loops
   debugging info is off
Master Thread: Creating thread-0! 
Thread-0: All switches initialized. Running at node 10.30.171.85. So far 1 cbench instances have initialized their switches.  Waiting for other cbench-instances
Thread-0: Total switches from ALL cbench-instances initialized.
01:51:32.921 16  switches: flows:  474440 478623 482020 493930 495513 483255 464378 484968 459762 469430 467299 469109 473976 479038 474245 472739  total = 127.045417 per ms 
01:52:33.027 16  switches: flows:  565451 565023 563145 554744 556520 565740 569764 561271 562865 571346 574713 563832 561318 571914 562957 568167  total = 150.383867 per ms 
01:53:33.129 16  switches: flows:  448185 433664 468027 443272 445376 443135 443913 455231 443091 446408 457378 460771 435127 452448 461410 448899  total = 119.570578 per ms 
controller msgbuf_read() = 0:   closed connection ... exiting' does not contain 'RESULT'</status>
</test>
<test id="s1-t3" name="Rerun Latency Test To Check Bug 6176" line="65">
<kw name="Log" owner="BuiltIn">
<msg time="2026-05-17T01:54:25.470289" 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-05-17T01:54:25.469859" elapsed="0.000492"/>
</kw>
<kw name="Run Cbench And Log Results">
<kw name="Set Suite Variable" owner="BuiltIn">
<msg time="2026-05-17T01:54:25.472037" 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-05-17T01:54:25.471426" elapsed="0.000655"/>
</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-05-17T01:54:25.472602" elapsed="0.000026"/>
</kw>
<status status="NOT RUN" start="2026-05-17T01:54:25.472154" elapsed="0.000513"/>
</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-05-17T01:54:25.475754" elapsed="0.000021"/>
</kw>
<status status="NOT RUN" start="2026-05-17T01:54:25.475500" elapsed="0.000310"/>
</branch>
<status status="PASS" start="2026-05-17T01:54:25.475479" elapsed="0.000355"/>
</if>
<kw name="Get Connection" owner="SSHLibrary">
<msg time="2026-05-17T01:54:25.476158" 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-05-17T01:54:25.476277" 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-05-17T01:54:25.475966" elapsed="0.000337"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-05-17T01:54:25.476878" level="INFO">Attempting to execute command "/usr/local/bin/cbench -c 10.30.171.85 -m 60000 -M 100 -S 16 -l 10 -D 5000 -p 6633" on remote system "10.30.171.105" 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-05-17T01:54:25.476438" elapsed="0.000497"/>
</kw>
<kw name="Open Connection" owner="SSHLibrary">
<msg time="2026-05-17T01:54:25.477490" 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-05-17T01:54:25.477075" elapsed="0.000443"/>
</kw>
<kw name="Flexible_SSH_Login" owner="SSHKeywords">
<kw name="Get Length" owner="BuiltIn">
<msg time="2026-05-17T01:54:25.478416" level="INFO">Length is 0.</msg>
<msg time="2026-05-17T01:54:25.478560" 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-05-17T01:54:25.478104" elapsed="0.000481"/>
</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-05-17T01:54:25.478726" elapsed="0.000328"/>
</kw>
<kw name="Run Keyword And Return" owner="BuiltIn">
<kw name="Login With Public Key" owner="SSHLibrary">
<msg time="2026-05-17T01:54:25.479935" level="INFO">Logging into '10.30.171.105:22' as 'jenkins'.</msg>
<msg time="2026-05-17T01:54:26.129345" level="INFO">Read output: Welcome to Ubuntu 22.04.5 LTS (GNU/Linux 5.15.0-153-generic x86_64)

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

 System information as of Sun May 17 01:54:25 UTC 2026

  System load:  0.2                Processes:             106
  Usage of /:   19.7% of 38.58GB   Users logged in:       0
  Memory usage: 5%                 IPv4 address for ens3: 10.30.171.105
  Swap usage:   0%


Expanded Security Maintenance for Applications is not enabled.

0 updates can be applied immediately.

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


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


Last login: Sun May 17 01:50:27 2026 from 10.30.170.113
[?2004h[jenkins@releng-48317-722-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-05-17T01:54:25.479573" elapsed="0.650016"/>
</kw>
<msg time="2026-05-17T01:54:26.129685" 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-05-17T01:54:25.479205" elapsed="0.650566"/>
</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-05-17T01:54:25.477722" elapsed="0.652168"/>
</kw>
<kw name="Execute Command" owner="SSHLibrary">
<msg time="2026-05-17T01:54:26.130454" level="INFO">Executing command '/usr/local/bin/cbench -c 10.30.171.85 -m 60000 -M 100 -S 16 -l 10 -D 5000 -p 6633'.</msg>
<msg time="2026-05-17T02:04:32.201322" level="INFO">Command exited with return code 0.</msg>
<msg time="2026-05-17T02:04:32.207572" level="INFO">${stdout} = </msg>
<msg time="2026-05-17T02:04:32.207699" level="INFO">${stderr} = cbench: controller benchmarking tool
   running in mode 'latency'
   connecting to controller at 10.30.171.85:6633 
   faking 16 switches with 1 threads :: 10 tests each; 60000 ms per test
   with 100...</msg>
<var>${stdout}</var>
<var>${stderr}</var>
<arg>${cmd}</arg>
<arg>return_stderr=True</arg>
<doc>Executes ``command`` on the remote machine and returns its outputs.</doc>
<status status="PASS" start="2026-05-17T01:54:26.130124" elapsed="606.077636"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-05-17T02:04:32.210941" elapsed="0.000759"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-05-17T02:04:32.212364" level="INFO">cbench: controller benchmarking tool
   running in mode 'latency'
   connecting to controller at 10.30.171.85:6633 
   faking 16 switches with 1 threads :: 10 tests each; 60000 ms per test
   with 100 unique source MACs per switch
   learning destination mac addresses before the test
   starting test with 5000 ms delay after features_reply
   ignoring first 1 "warmup" and last 0 "cooldown" loops
   debugging info is off
Master Thread: Creating thread-0! 
Thread-0: All switches initialized. Running at node 10.30.171.85. So far 1 cbench instances have initialized their switches.  Waiting for other cbench-instances
Thread-0: Total switches from ALL cbench-instances initialized.
01:55:31.288 16  switches: flows:  75537 74205 70643 77088 71407 71958 92015 73254 79629 73718 71873 71922 71776 73198 72073 73110  total = 19.890100 per ms 
01:56:31.389 16  switches: flows:  103561 100854 96168 102604 99163 98718 101402 101186 101826 101124 99979 100191 99071 100990 100810 100452  total = 26.756922 per ms 
01:57:31.489 16  switches: flows:  102660 101881 99333 102928 99317 98800 100573 101506 101407 101537 100400 100238 98429 101389 99279 100932  total = 26.798693 per ms 
01:58:31.589 16  switches: flows:  106248 105062 101498 105238 103264 101284 103626 104943 103415 104547 102098 102266 102479 104403 103008 103550  total = 27.569425 per ms 
01:59:31.690 16  switches: flows:  105417 100834 97935 103242 101599 99623 100437 102943 102214 103384 100445 101124 101634 103193 102398 102148  total = 27.097579 per ms 
02:00:31.790 16  switches: flows:  101845 97649 95994 100453 96642 95001 97206 98216 97691 99040 96068 97515 97056 98374 98060 96421  total = 26.010259 per ms 
02:01:31.891 16  switches: flows:  106576 102786 100343 104531 102146 99522 102172 103415 101675 103951 100157 102940 101606 103726 102949 101929  total = 27.294822 per ms 
02:02:31.991 16  switches: flows:  97912 95571 90619 95779 93579 93701 94654 93765 94285 95785 92507 94666 94380 95355 94684 94298  total = 25.150337 per ms 
02:03:32.091 16  switches: flows:  105089 103494 99235 102823 100040 101489 101491 103348 103563 102884 100488 102466 102042 102897 105073 103095  total = 27.279743 per ms 
02:04:32.192 16  switches: flows:  104355 103355 99756 104348 99267 100448 102941 101721 100812 102355 101249 102346 102031 104071 102147 103228  total = 27.195081 per ms 
RESULT: 16 switches 9 tests min/max/avg/stdev = 25150.34/27569.42/26794.76/8960.52 responses/s</msg>
<arg>${stderr}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-05-17T02:04:32.211950" elapsed="0.003805"/>
</kw>
<if>
<branch type="IF" condition="&quot;${return_stdout}&quot;!=&quot;True&quot;">
<return>
<value>${stderr}</value>
<status status="PASS" start="2026-05-17T02:04:32.216215" elapsed="0.000068"/>
</return>
<status status="PASS" start="2026-05-17T02:04:32.215966" elapsed="0.000361"/>
</branch>
<status status="PASS" start="2026-05-17T02:04:32.215915" elapsed="0.000440"/>
</if>
<if>
<branch type="IF" condition="&quot;${return_stderr}&quot;!=&quot;True&quot;">
<return>
<value>${stdout}</value>
<status status="NOT RUN" start="2026-05-17T02:04:32.216462" elapsed="0.000033"/>
</return>
<status status="NOT RUN" start="2026-05-17T02:04:32.216420" elapsed="0.000106"/>
</branch>
<status status="NOT RUN" start="2026-05-17T02:04:32.216402" elapsed="0.000187"/>
</if>
<return>
<value>${stdout}</value>
<value>${stderr}</value>
<status status="NOT RUN" start="2026-05-17T02:04:32.216625" elapsed="0.000015"/>
</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-05-17T02:04:32.220309" elapsed="0.000471"/>
</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-05-17T02:04:32.220939" elapsed="0.000197"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-05-17T02:04:32.221272" elapsed="0.000107"/>
</kw>
<arg>${current_ssh_connection.index}</arg>
<doc>Restore active SSH connection in SSHLibrary to given index.</doc>
<status status="PASS" start="2026-05-17T02:04:32.217061" elapsed="0.004373"/>
</kw>
<msg time="2026-05-17T02:04:32.221594" level="INFO">${output} = cbench: controller benchmarking tool
   running in mode 'latency'
   connecting to controller at 10.30.171.85:6633 
   faking 16 switches with 1 threads :: 10 tests each; 60000 ms per test
   with 100...</msg>
<var>${output}</var>
<arg>${cbench_system}</arg>
<arg>${cbench_executable} -c ${ODL_SYSTEM_IP} ${cbench_args}</arg>
<arg>prompt_timeout=${test_timeout}</arg>
<arg>return_stdout=False</arg>
<arg>return_stderr=True</arg>
<doc>Reduces the common work of running a command on a remote system to a single higher level
robot keyword, taking care to log in with a public key and. The command given is written and the return value
depends on the passed argument values of return_stdout (default: True) and return_stderr (default: False).
At least one should be True, or the keyword will exit and FAIL. If both are True, the resulting return value
will be a two element list containing both. Otherwise the resulting return value is a string.
No test conditions are checked.</doc>
<status status="PASS" start="2026-05-17T01:54:25.473014" elapsed="606.748608"/>
</kw>
<status status="PASS" start="2026-05-17T01:54:25.472693" elapsed="606.748979"/>
</branch>
<status status="PASS" start="2026-05-17T01:54:25.472133" elapsed="606.749563"/>
</if>
<kw name="Log" owner="BuiltIn">
<msg time="2026-05-17T02:04:32.222234" level="INFO">cbench: controller benchmarking tool
   running in mode 'latency'
   connecting to controller at 10.30.171.85:6633 
   faking 16 switches with 1 threads :: 10 tests each; 60000 ms per test
   with 100 unique source MACs per switch
   learning destination mac addresses before the test
   starting test with 5000 ms delay after features_reply
   ignoring first 1 "warmup" and last 0 "cooldown" loops
   debugging info is off
Master Thread: Creating thread-0! 
Thread-0: All switches initialized. Running at node 10.30.171.85. So far 1 cbench instances have initialized their switches.  Waiting for other cbench-instances
Thread-0: Total switches from ALL cbench-instances initialized.
01:55:31.288 16  switches: flows:  75537 74205 70643 77088 71407 71958 92015 73254 79629 73718 71873 71922 71776 73198 72073 73110  total = 19.890100 per ms 
01:56:31.389 16  switches: flows:  103561 100854 96168 102604 99163 98718 101402 101186 101826 101124 99979 100191 99071 100990 100810 100452  total = 26.756922 per ms 
01:57:31.489 16  switches: flows:  102660 101881 99333 102928 99317 98800 100573 101506 101407 101537 100400 100238 98429 101389 99279 100932  total = 26.798693 per ms 
01:58:31.589 16  switches: flows:  106248 105062 101498 105238 103264 101284 103626 104943 103415 104547 102098 102266 102479 104403 103008 103550  total = 27.569425 per ms 
01:59:31.690 16  switches: flows:  105417 100834 97935 103242 101599 99623 100437 102943 102214 103384 100445 101124 101634 103193 102398 102148  total = 27.097579 per ms 
02:00:31.790 16  switches: flows:  101845 97649 95994 100453 96642 95001 97206 98216 97691 99040 96068 97515 97056 98374 98060 96421  total = 26.010259 per ms 
02:01:31.891 16  switches: flows:  106576 102786 100343 104531 102146 99522 102172 103415 101675 103951 100157 102940 101606 103726 102949 101929  total = 27.294822 per ms 
02:02:31.991 16  switches: flows:  97912 95571 90619 95779 93579 93701 94654 93765 94285 95785 92507 94666 94380 95355 94684 94298  total = 25.150337 per ms 
02:03:32.091 16  switches: flows:  105089 103494 99235 102823 100040 101489 101491 103348 103563 102884 100488 102466 102042 102897 105073 103095  total = 27.279743 per ms 
02:04:32.192 16  switches: flows:  104355 103355 99756 104348 99267 100448 102941 101721 100812 102355 101249 102346 102031 104071 102147 103228  total = 27.195081 per ms 
RESULT: 16 switches 9 tests min/max/avg/stdev = 25150.34/27569.42/26794.76/8960.52 responses/s</msg>
<arg>${output}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-05-17T02:04:32.221866" elapsed="0.000481"/>
</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-05-17T02:04:32.222525" elapsed="0.000434"/>
</kw>
<kw name="Get Lines Containing String" owner="String">
<msg time="2026-05-17T02:04:32.223404" level="INFO">1 out of 23 lines matched.</msg>
<msg time="2026-05-17T02:04:32.223513" level="INFO">${result_line} = RESULT: 16 switches 9 tests min/max/avg/stdev = 25150.34/27569.42/26794.76/8960.52 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-05-17T02:04:32.223157" elapsed="0.000382"/>
</kw>
<kw name="Split String" owner="String">
<msg time="2026-05-17T02:04:32.223957" level="INFO">@{results_list} = [ RESULT: | 16 | switches | 9 | tests | min/max/avg/stdev | = | 25150.34/27569.42/26794.76/8960.52 | 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-05-17T02:04:32.223699" elapsed="0.000285"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-05-17T02:04:32.226423" 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-05-17T02:04:32.224129" elapsed="0.002371"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-05-17T02:04:32.229477" level="INFO">25150.34/27569.42/26794.76/8960.52</msg>
<arg>${results_list[7]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-05-17T02:04:32.227125" elapsed="0.002413"/>
</kw>
<kw name="Split String" owner="String">
<msg time="2026-05-17T02:04:32.232427" 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-05-17T02:04:32.229692" elapsed="0.002790"/>
</kw>
<kw name="Split String" owner="String">
<msg time="2026-05-17T02:04:32.235265" level="INFO">@{result_value_list} = [ 25150.34 | 27569.42 | 26794.76 | 8960.52 ]</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-05-17T02:04:32.232828" elapsed="0.002466"/>
</kw>
<kw name="Get Length" owner="BuiltIn">
<msg time="2026-05-17T02:04:32.235815" level="INFO">Length is 4.</msg>
<msg time="2026-05-17T02:04:32.235905" 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-05-17T02:04:32.235452" elapsed="0.000477"/>
</kw>
<for flavor="IN RANGE">
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-05-17T02:04:32.240822" level="INFO">min :: 25150.34</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-05-17T02:04:32.236350" elapsed="0.004533"/>
</kw>
<var name="${i}">0</var>
<status status="PASS" start="2026-05-17T02:04:32.236215" elapsed="0.004705"/>
</iter>
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-05-17T02:04:32.245536" level="INFO">max :: 27569.42</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-05-17T02:04:32.241156" elapsed="0.004440"/>
</kw>
<var name="${i}">1</var>
<status status="PASS" start="2026-05-17T02:04:32.241013" elapsed="0.004619"/>
</iter>
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-05-17T02:04:32.250738" level="INFO">avg :: 26794.76</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-05-17T02:04:32.245856" elapsed="0.004945"/>
</kw>
<var name="${i}">2</var>
<status status="PASS" start="2026-05-17T02:04:32.245724" elapsed="0.005115"/>
</iter>
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-05-17T02:04:32.256189" level="INFO">stdev :: 8960.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-05-17T02:04:32.251065" elapsed="0.005185"/>
</kw>
<var name="${i}">3</var>
<status status="PASS" start="2026-05-17T02:04:32.250932" elapsed="0.005354"/>
</iter>
<var>${i}</var>
<value>0</value>
<value>${num_stats}</value>
<status status="PASS" start="2026-05-17T02:04:32.236002" elapsed="0.020316"/>
</for>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-05-17T02:04:32.260372" level="INFO">${min} = 25150.34</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-05-17T02:04:32.256516" elapsed="0.003883"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-05-17T02:04:32.264317" level="INFO">${max} = 27569.42</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-05-17T02:04:32.260587" elapsed="0.003757"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-05-17T02:04:32.268282" level="INFO">${average} = 26794.76</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-05-17T02:04:32.264514" elapsed="0.003795"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-05-17T02:04:32.272338" level="INFO">${stdev} = 8960.52</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-05-17T02:04:32.268478" elapsed="0.003887"/>
</kw>
<kw name="Get Time" owner="BuiltIn">
<msg time="2026-05-17T02:04:32.272930" level="INFO">${date} = 2026-05-17 02:04:32</msg>
<var>${date}</var>
<arg>d,m,s</arg>
<doc>Returns the given time in the requested format.</doc>
<status status="PASS" start="2026-05-17T02:04:32.272545" elapsed="0.000411"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-05-17T02:04:32.273554" level="INFO">CBench Result: 2026-05-17 02:04:32,-m 60000 -M 100 -S 16 -l 10 -D 5000 -p 6633,25150.34,27569.42,26794.76,8960.52</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-05-17T02:04:32.273120" elapsed="0.000491"/>
</kw>
<kw name="Log Results And Determine Status">
<kw name="Append To File" owner="OperatingSystem">
<msg time="2026-05-17T02:04:32.274890" level="INFO" html="true">Appended to file '&lt;a href="file:///w/workspace/openflowplugin-csit-1node-cbench-only-titanium/bug.csv"&gt;/w/workspace/openflowplugin-csit-1node-cbench-only-titanium/bug.csv&lt;/a&gt;'.</msg>
<arg>${output_file}</arg>
<arg>${min},${max},${average}\n</arg>
<doc>Appends the given content to the specified file.</doc>
<status status="PASS" start="2026-05-17T02:04:32.274302" elapsed="0.000658"/>
</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-05-17T02:04:32.275114" elapsed="0.000504"/>
</kw>
<arg>${min}</arg>
<arg>${max}</arg>
<arg>${average}</arg>
<arg>${average_threshold}</arg>
<arg>${output_filename}</arg>
<status status="PASS" start="2026-05-17T02:04:32.273788" elapsed="0.001899"/>
</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-05-17T01:54:25.470780" elapsed="606.804971"/>
</kw>
<kw name="Sleep" owner="BuiltIn">
<msg time="2026-05-17T02:04:32.276234" 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-05-17T02:04:32.275909" elapsed="0.000382"/>
</kw>
<kw name="Report Failure Due To Bug" owner="Utils" type="TEARDOWN">
<kw name="Evaluate" owner="BuiltIn">
<msg time="2026-05-17T02:04:32.277714" 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-05-17T02:04:32.277184" elapsed="0.000558"/>
</kw>
<if>
<branch type="IF" condition="('${TEST_STATUS}' != 'FAIL') or ${test_skipped}">
<return>
<status status="PASS" start="2026-05-17T02:04:32.277988" elapsed="0.000041"/>
</return>
<status status="PASS" start="2026-05-17T02:04:32.277830" elapsed="0.000230"/>
</branch>
<status status="PASS" start="2026-05-17T02:04:32.277805" elapsed="0.000282"/>
</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-05-17T02:04:32.278238" elapsed="0.000022"/>
</kw>
<kw name="Run Keyword And Return Status" owner="BuiltIn">
<var>${match}</var>
<arg>Should Contain</arg>
<arg>${number}</arg>
<arg>-</arg>
<doc>Runs the specified keyword and returns the status as a Boolean value.</doc>
<status status="NOT RUN" start="2026-05-17T02:04:32.278420" elapsed="0.000029"/>
</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-05-17T02:04:32.278617" 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-05-17T02:04:32.278824" elapsed="0.000025"/>
</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-05-17T02:04:32.278980" 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-05-17T02:04:32.279126" 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-05-17T02:04:32.279269" elapsed="0.000019"/>
</kw>
<if>
<branch type="IF" condition="&quot;${include_bug_in_tags}&quot;==&quot;True&quot;">
<kw name="Set Tags" owner="BuiltIn">
<arg>${bug_url}</arg>
<doc>Adds given ``tags`` for the current test or all tests in a suite.</doc>
<status status="NOT RUN" start="2026-05-17T02:04:32.279506" elapsed="0.000021"/>
</kw>
<status status="NOT RUN" start="2026-05-17T02:04:32.279351" elapsed="0.000208"/>
</branch>
<status status="NOT RUN" start="2026-05-17T02:04:32.279333" elapsed="0.000250"/>
</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-05-17T02:04:32.276779" elapsed="0.002856"/>
</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-05-17T01:54:25.469241" elapsed="606.810441"/>
</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="FAIL" start="2026-05-17T01:40:17.439974" elapsed="1454.840859"/>
</suite>
<statistics>
<total>
<stat pass="2" fail="1" skip="0">All Tests</stat>
</total>
<tag>
<stat pass="2" fail="1" skip="0">cbench</stat>
<stat pass="2" fail="0" skip="0">latency</stat>
<stat pass="0" fail="1" skip="0">throughput</stat>
</tag>
<suite>
<stat name="openflowplugin-cbench.txt" id="s1" pass="2" fail="1" skip="0">openflowplugin-cbench.txt</stat>
</suite>
</statistics>
<errors>
</errors>
</robot>
