<?xml version="1.0" encoding="UTF-8"?>
<robot generator="Robot 7.4.2 (Python 3.11.10 on linux)" generated="2026-08-06T01:53:09.396459" 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-08-06T01:53:10.005452" elapsed="0.000026"/>
</return>
<status status="NOT RUN" start="2026-08-06T01:53:10.005267" elapsed="0.000264"/>
</branch>
<status status="PASS" start="2026-08-06T01:53:10.005236" elapsed="0.000323"/>
</if>
<kw name="Open Connection" owner="SSHLibrary">
<arg>${controller}</arg>
<arg>port=${karaf_port}</arg>
<arg>prompt=${KARAF_PROMPT_LOGIN}</arg>
<arg>timeout=${timeout}</arg>
<doc>Opens a new SSH connection to the given ``host`` and ``port``.</doc>
<status status="PASS" start="2026-08-06T01:53:10.005706" elapsed="0.000576"/>
</kw>
<kw name="Login" owner="SSHLibrary">
<msg time="2026-08-06T01:53:10.006799" level="INFO">Logging into '10.30.171.180:8101' as 'karaf'.</msg>
<msg time="2026-08-06T01:53:10.821935" level="INFO">Read output: [33m                                                                                           
[33m    ________                       ________                .__  .__       .__     __       
[33m    \_____  \ ______   ____   ____ \______ \ _____  ___.__.|  | |__| ____ |  |___/  |_     
[33m     /   |   \\____ \_/ __ \ /    \ |    |  \\__  \&lt;   |  ||  | |  |/ ___\|  |  \   __\    
[33m    /    |    \  |_&gt; &gt;  ___/|   |  \|    `   \/ __ \\___  ||  |_|  / /_/  &gt;   Y  \  |      
[33m    \_______  /   __/ \___  &gt;___|  /_______  (____  / ____||____/__\___  /|___|  /__|      
[33m            \/|__|        \/     \/        \/     \/\/            /_____/      \/          
[33m                                                                                           

Hit '[1m&lt;tab&gt;[0m' for a list of available commands
and '[1m[cmd] --help[0m' for help on a specific command.
Hit '[1m&lt;ctrl-d&gt;[0m' or type '[1msystem:shutdown[0m' or '[1mlogout[0m' to shutdown OpenDaylight.

[?1h=[90m~[0m                                                                                [?2004hopendaylight-user</msg>
<arg>${KARAF_USER}</arg>
<arg>${KARAF_PASSWORD}</arg>
<arg>loglevel=${loglevel}</arg>
<doc>Logs into the SSH server with the given ``username`` and ``password``.</doc>
<status status="PASS" start="2026-08-06T01:53:10.006458" elapsed="0.815715"/>
</kw>
<kw name="Write" owner="SSHLibrary">
<msg time="2026-08-06T01:53:10.873781" level="INFO">@root&gt;log:set ERROR</msg>
<arg>${cmd}</arg>
<doc>Writes the given ``text`` on the remote machine and appends a newline.</doc>
<status status="PASS" start="2026-08-06T01:53:10.822551" elapsed="0.051406"/>
</kw>
<kw name="Read Until Regexp" owner="SSHLibrary">
<msg time="2026-08-06T01:53:10.876250" level="INFO">[?1l&gt;[?2004l[?1h=[90m~[0m                                                                                [?2004hopendaylight-user@root&gt;</msg>
<msg time="2026-08-06T01:53:10.876372" level="INFO">${output} = [?1l&gt;[?2004l[?1h=[90m~[0m                                                                                [?2004hopendaylight-user@root&gt;</msg>
<var>${output}</var>
<arg>${KARAF_PROMPT}</arg>
<doc>Consumes and returns the server output until a match to ``regexp`` is found.</doc>
<status status="PASS" start="2026-08-06T01:53:10.874254" elapsed="0.002150"/>
</kw>
<kw name="Write Bare" owner="SSHLibrary">
<arg>logout\n</arg>
<doc>Writes the given ``text`` on the remote machine without appending a newline.</doc>
<status status="PASS" start="2026-08-06T01:53:10.876567" elapsed="0.000321"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-08-06T01:53:10.877059" elapsed="0.000233"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-08-06T01:53:10.877836" level="INFO">[?1l&gt;[?2004l[?1h=[90m~[0m                                                                                [?2004hopendaylight-user@root&gt;</msg>
<arg>${output}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-08-06T01:53:10.877445" elapsed="0.000452"/>
</kw>
<return>
<value>${output}</value>
<status status="PASS" start="2026-08-06T01:53:10.877955" elapsed="0.000055"/>
</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.180
Note that this keyword will open&amp;close new SSH connection, without switching back to previously current session.</doc>
<status status="PASS" start="2026-08-06T01:53:10.004876" elapsed="0.873263"/>
</kw>
<arg>3x</arg>
<arg>1s</arg>
<arg>KarafKeywords.Issue Command On Karaf Console</arg>
<arg>log:set ${log_level}</arg>
<doc>Runs the specified keyword and retries if it fails.</doc>
<status status="PASS" start="2026-08-06T01:53:10.000640" elapsed="0.877564"/>
</kw>
<kw name="Append To File" owner="OperatingSystem">
<msg time="2026-08-06T01:53:10.878835" 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-08-06T01:53:10.878386" elapsed="0.000513"/>
</kw>
<kw name="Append To File" owner="OperatingSystem">
<msg time="2026-08-06T01:53:10.879314" 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-08-06T01:53:10.879056" elapsed="0.000326"/>
</kw>
<kw name="Evaluate" owner="BuiltIn">
<msg time="2026-08-06T01:53:10.880026" level="INFO">${duration_in_ms} = 60000</msg>
<var>${duration_in_ms}</var>
<arg>${duration_in_secs} * 1000</arg>
<doc>Evaluates the given expression in Python and returns the result.</doc>
<status status="PASS" start="2026-08-06T01:53:10.879583" elapsed="0.000471"/>
</kw>
<kw name="Set Suite Variable" owner="BuiltIn">
<msg time="2026-08-06T01:53:10.880633" level="INFO">${duration_in_ms} = 60000</msg>
<arg>${duration_in_ms}</arg>
<doc>Makes a variable available everywhere within the scope of the current suite.</doc>
<status status="PASS" start="2026-08-06T01:53:10.880225" elapsed="0.000452"/>
</kw>
<kw name="Evaluate" owner="BuiltIn">
<msg time="2026-08-06T01:53:10.881267" level="INFO">${test_timeout} = 900.0</msg>
<var>${test_timeout}</var>
<arg>(${loops} * ${duration_in_secs}) * 1.5</arg>
<doc>Evaluates the given expression in Python and returns the result.</doc>
<status status="PASS" start="2026-08-06T01:53:10.880872" elapsed="0.000423"/>
</kw>
<kw name="Set Suite Variable" owner="BuiltIn">
<msg time="2026-08-06T01:53:10.881805" level="INFO">${test_timeout} = 900.0</msg>
<arg>${test_timeout}</arg>
<doc>Makes a variable available everywhere within the scope of the current suite.</doc>
<status status="PASS" start="2026-08-06T01:53:10.881456" elapsed="0.000396"/>
</kw>
<if>
<branch type="IF" condition="&quot;${cbench_system}&quot; == &quot;localhost&quot;">
<kw name="File Should Exist" owner="OperatingSystem">
<arg>${cbench_executable}</arg>
<doc>Fails unless the given ``path`` points to an existing file.</doc>
<status status="NOT RUN" start="2026-08-06T01:53:10.882168" elapsed="0.000022"/>
</kw>
<status status="NOT RUN" start="2026-08-06T01:53:10.881947" elapsed="0.000277"/>
</branch>
<branch type="ELSE">
<kw name="Verify File Exists On Remote System" owner="Utils">
<kw name="Open Connection" owner="SSHLibrary">
<msg time="2026-08-06T01:53:10.886900" level="INFO">${conn_id} = 2</msg>
<var>${conn_id}</var>
<arg>${system}</arg>
<arg>prompt=${prompt}</arg>
<arg>timeout=${prompt_timeout}</arg>
<doc>Opens a new SSH connection to the given ``host`` and ``port``.</doc>
<status status="PASS" start="2026-08-06T01:53:10.886454" elapsed="0.000475"/>
</kw>
<kw name="Flexible_SSH_Login" owner="SSHKeywords">
<kw name="Get Length" owner="BuiltIn">
<msg time="2026-08-06T01:53:10.888043" level="INFO">Length is 0.</msg>
<msg time="2026-08-06T01:53:10.888130" level="INFO">${pwd_length} = 0</msg>
<var>${pwd_length}</var>
<arg>${password}</arg>
<doc>Returns and logs the length of the given item as an integer.</doc>
<status status="PASS" start="2026-08-06T01:53:10.887515" elapsed="0.000640"/>
</kw>
<kw name="Run Keyword And Return If" owner="BuiltIn">
<arg>${pwd_length} &gt; 0</arg>
<arg>SSHLibrary.Login</arg>
<arg>${user}</arg>
<arg>${password}</arg>
<arg>delay=${delay}</arg>
<doc>Runs the specified keyword and returns from the enclosing user keyword.</doc>
<status status="PASS" start="2026-08-06T01:53:10.888301" elapsed="0.000358"/>
</kw>
<kw name="Run Keyword And Return" owner="BuiltIn">
<kw name="Login With Public Key" owner="SSHLibrary">
<msg time="2026-08-06T01:53:10.889725" level="INFO">Logging into '10.30.171.12:22' as 'jenkins'.</msg>
<msg time="2026-08-06T01:53:11.642690" level="INFO">Read output: Welcome to Ubuntu 22.04.5 LTS (GNU/Linux 5.15.0-153-generic x86_64)

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

 System information as of Thu Aug  6 01:53:11 UTC 2026

  System load:  0.05               Processes:             116
  Usage of /:   19.3% of 38.58GB   Users logged in:       0
  Memory usage: 4%                 IPv4 address for ens3: 10.30.171.12
  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-802-1-mininet-ovs-217-0 ~]&gt;</msg>
<arg>${user}</arg>
<arg>${USER_HOME}/.ssh/${SSH_KEY}</arg>
<arg>${KEYFILE_PASS}</arg>
<arg>delay=${delay}</arg>
<doc>Logs into the SSH server using key-based authentication.</doc>
<status status="PASS" start="2026-08-06T01:53:10.889201" elapsed="0.753686"/>
</kw>
<msg time="2026-08-06T01:53:11.642991" level="INFO">Returning from the enclosing user keyword.</msg>
<arg>SSHLibrary.Login With Public Key</arg>
<arg>${user}</arg>
<arg>${USER_HOME}/.ssh/${SSH_KEY}</arg>
<arg>${KEYFILE_PASS}</arg>
<arg>delay=${delay}</arg>
<doc>Runs the specified keyword and returns from the enclosing user keyword.</doc>
<status status="PASS" start="2026-08-06T01:53:10.888836" elapsed="0.754259"/>
</kw>
<arg>${user}</arg>
<arg>${password}</arg>
<doc>On active SSH session: if given non-empty password, do Login, else do Login With Public Key.</doc>
<status status="PASS" start="2026-08-06T01:53:10.887139" elapsed="0.756116"/>
</kw>
<kw name="File Should Exist" owner="SSHLibrary">
<msg time="2026-08-06T01:53:11.650806" level="INFO">[chan 1] Opened sftp connection (server version 3)</msg>
<arg>${file}</arg>
<doc>Fails if the given ``path`` does NOT point to an existing file.</doc>
<status status="PASS" start="2026-08-06T01:53:11.643484" elapsed="0.008821"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-08-06T01:53:11.652567" elapsed="0.000421"/>
</kw>
<arg>${cbench_system}</arg>
<arg>${cbench_executable}</arg>
<doc>Will create connection with public key and will PASS if the given ${file} exists,
otherwise will FAIL</doc>
<status status="PASS" start="2026-08-06T01:53:10.885913" elapsed="0.767166"/>
</kw>
<status status="PASS" start="2026-08-06T01:53:10.882508" elapsed="0.770653"/>
</branch>
<status status="PASS" start="2026-08-06T01:53:10.881919" elapsed="0.771309"/>
</if>
<kw name="Should Be True" owner="BuiltIn">
<arg>${loops} &gt;= 2</arg>
<arg>If number of loops is less than 2, cbench will not run</arg>
<doc>Fails if the given condition is not true.</doc>
<status status="PASS" start="2026-08-06T01:53:11.653504" elapsed="0.000707"/>
</kw>
<kw name="Verify_Feature_Is_Installed" owner="KarafKeywords">
<if>
<branch type="IF" condition="'${IS_KARAF_APPL}' == 'False'">
<return>
<value>Not A Karaf App</value>
<status status="NOT RUN" start="2026-08-06T01:53:11.660236" elapsed="0.000019"/>
</return>
<status status="NOT RUN" start="2026-08-06T01:53:11.660108" elapsed="0.000182"/>
</branch>
<status status="PASS" start="2026-08-06T01:53:11.660083" elapsed="0.000231"/>
</if>
<kw name="Issue_Command_On_Karaf_Console" owner="KarafKeywords">
<if>
<branch type="IF" condition="'${IS_KARAF_APPL}' == 'False'">
<return>
<value>Not A Karaf App</value>
<status status="NOT RUN" start="2026-08-06T01:53:11.663868" elapsed="0.000014"/>
</return>
<status status="NOT RUN" start="2026-08-06T01:53:11.663733" elapsed="0.000182"/>
</branch>
<status status="PASS" start="2026-08-06T01:53:11.663713" elapsed="0.000224"/>
</if>
<kw name="Open Connection" owner="SSHLibrary">
<arg>${controller}</arg>
<arg>port=${karaf_port}</arg>
<arg>prompt=${KARAF_PROMPT_LOGIN}</arg>
<arg>timeout=${timeout}</arg>
<doc>Opens a new SSH connection to the given ``host`` and ``port``.</doc>
<status status="PASS" start="2026-08-06T01:53:11.664069" elapsed="0.000437"/>
</kw>
<kw name="Login" owner="SSHLibrary">
<msg time="2026-08-06T01:53:11.664969" level="INFO">Logging into '10.30.171.180:8101' as 'karaf'.</msg>
<msg time="2026-08-06T01:53:11.909687" level="INFO">Read output: [33m                                                                                           
[33m    ________                       ________                .__  .__       .__     __       
[33m    \_____  \ ______   ____   ____ \______ \ _____  ___.__.|  | |__| ____ |  |___/  |_     
[33m     /   |   \\____ \_/ __ \ /    \ |    |  \\__  \&lt;   |  ||  | |  |/ ___\|  |  \   __\    
[33m    /    |    \  |_&gt; &gt;  ___/|   |  \|    `   \/ __ \\___  ||  |_|  / /_/  &gt;   Y  \  |      
[33m    \_______  /   __/ \___  &gt;___|  /_______  (____  / ____||____/__\___  /|___|  /__|      
[33m            \/|__|        \/     \/        \/     \/\/            /_____/      \/          
[33m                                                                                           

Hit '[1m&lt;tab&gt;[0m' for a list of available commands
and '[1m[cmd] --help[0m' for help on a specific command.
Hit '[1m&lt;ctrl-d&gt;[0m' or type '[1msystem:shutdown[0m' or '[1mlogout[0m' to shutdown OpenDaylight.

[?1h=[90m~[0m                                                                                [?2004hopendaylight-user</msg>
<arg>${KARAF_USER}</arg>
<arg>${KARAF_PASSWORD}</arg>
<arg>loglevel=${loglevel}</arg>
<doc>Logs into the SSH server with the given ``username`` and ``password``.</doc>
<status status="PASS" start="2026-08-06T01:53:11.664687" elapsed="0.245199"/>
</kw>
<kw name="Write" owner="SSHLibrary">
<msg time="2026-08-06T01:53:12.008821" level="INFO">@root&gt;feature:list -i | 0[C 0g[Krep odl-openflowplugin-drop-test</msg>
<arg>${cmd}</arg>
<doc>Writes the given ``text`` on the remote machine and appends a newline.</doc>
<status status="PASS" start="2026-08-06T01:53:11.910160" elapsed="0.098836"/>
</kw>
<kw name="Read Until Regexp" owner="SSHLibrary">
<msg time="2026-08-06T01:53:12.023607" 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-08-06T01:53:12.023860" 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-08-06T01:53:12.009268" elapsed="0.014626"/>
</kw>
<kw name="Write Bare" owner="SSHLibrary">
<arg>logout\n</arg>
<doc>Writes the given ``text`` on the remote machine without appending a newline.</doc>
<status status="PASS" start="2026-08-06T01:53:12.024050" elapsed="0.000300"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-08-06T01:53:12.024509" elapsed="0.000237"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-08-06T01:53:12.025249" 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-08-06T01:53:12.024916" elapsed="0.000388"/>
</kw>
<return>
<value>${output}</value>
<status status="PASS" start="2026-08-06T01:53:12.025361" elapsed="0.000059"/>
</return>
<msg time="2026-08-06T01:53:12.025578" 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.180
Note that this keyword will open&amp;close new SSH connection, without switching back to previously current session.</doc>
<status status="PASS" start="2026-08-06T01:53:11.663378" elapsed="0.362235"/>
</kw>
<kw name="Should Contain" owner="BuiltIn">
<arg>${output}</arg>
<arg>${feature_name}</arg>
<doc>Fails if ``container`` does not contain ``item`` one or more times.</doc>
<status status="PASS" start="2026-08-06T01:53:12.025834" elapsed="0.000589"/>
</kw>
<return>
<value>${output}</value>
<status status="PASS" start="2026-08-06T01:53:12.026481" elapsed="0.000035"/>
</return>
<arg>odl-openflowplugin-drop-test</arg>
<doc>Will Succeed if the given ${feature_name} is found in the output of "feature:list -i"</doc>
<status status="PASS" start="2026-08-06T01:53:11.659782" elapsed="0.366844"/>
</kw>
<kw name="Issue_Command_On_Karaf_Console" owner="KarafKeywords">
<if>
<branch type="IF" condition="'${IS_KARAF_APPL}' == 'False'">
<return>
<value>Not A Karaf App</value>
<status status="NOT RUN" start="2026-08-06T01:53:12.030427" elapsed="0.000015"/>
</return>
<status status="NOT RUN" start="2026-08-06T01:53:12.030287" elapsed="0.000188"/>
</branch>
<status status="PASS" start="2026-08-06T01:53:12.030262" elapsed="0.000237"/>
</if>
<kw name="Open Connection" owner="SSHLibrary">
<arg>${controller}</arg>
<arg>port=${karaf_port}</arg>
<arg>prompt=${KARAF_PROMPT_LOGIN}</arg>
<arg>timeout=${timeout}</arg>
<doc>Opens a new SSH connection to the given ``host`` and ``port``.</doc>
<status status="PASS" start="2026-08-06T01:53:12.030631" elapsed="0.000493"/>
</kw>
<kw name="Login" owner="SSHLibrary">
<msg time="2026-08-06T01:53:12.031533" level="INFO">Logging into '10.30.171.180:8101' as 'karaf'.</msg>
<msg time="2026-08-06T01:53:12.222654" level="INFO">Read output: [33m                                                                                           
[33m    ________                       ________                .__  .__       .__     __       
[33m    \_____  \ ______   ____   ____ \______ \ _____  ___.__.|  | |__| ____ |  |___/  |_     
[33m     /   |   \\____ \_/ __ \ /    \ |    |  \\__  \&lt;   |  ||  | |  |/ ___\|  |  \   __\    
[33m    /    |    \  |_&gt; &gt;  ___/|   |  \|    `   \/ __ \\___  ||  |_|  / /_/  &gt;   Y  \  |      
[33m    \_______  /   __/ \___  &gt;___|  /_______  (____  / ____||____/__\___  /|___|  /__|      
[33m            \/|__|        \/     \/        \/     \/\/            /_____/      \/          
[33m                                                                                           

Hit '[1m&lt;tab&gt;[0m' for a list of available commands
and '[1m[cmd] --help[0m' for help on a specific command.
Hit '[1m&lt;ctrl-d&gt;[0m' or type '[1msystem:shutdown[0m' or '[1mlogout[0m' to shutdown OpenDaylight.

[?1h=[90m~[0m                                                                                [?2004hopendaylight-user</msg>
<arg>${KARAF_USER}</arg>
<arg>${KARAF_PASSWORD}</arg>
<arg>loglevel=${loglevel}</arg>
<doc>Logs into the SSH server with the given ``username`` and ``password``.</doc>
<status status="PASS" start="2026-08-06T01:53:12.031270" elapsed="0.191600"/>
</kw>
<kw name="Write" owner="SSHLibrary">
<msg time="2026-08-06T01:53:12.249493" level="INFO">@root&gt;dropallpacketsrpc on</msg>
<arg>${cmd}</arg>
<doc>Writes the given ``text`` on the remote machine and appends a newline.</doc>
<status status="PASS" start="2026-08-06T01:53:12.223143" elapsed="0.026516"/>
</kw>
<kw name="Read Until Regexp" owner="SSHLibrary">
<msg time="2026-08-06T01:53:12.254793" level="INFO">[?1l&gt;[?2004lDropAllFlows transitions to on
[?1h=[90m~[0m                                                                                [?2004hopendaylight-user@root&gt;</msg>
<msg time="2026-08-06T01:53:12.255191" level="INFO">${output} = [?1l&gt;[?2004lDropAllFlows transitions to on
[?1h=[90m~[0m                                                                                [?2004hopendaylight-user@root&gt;</msg>
<var>${output}</var>
<arg>${KARAF_PROMPT}</arg>
<doc>Consumes and returns the server output until a match to ``regexp`` is found.</doc>
<status status="PASS" start="2026-08-06T01:53:12.249971" elapsed="0.005315"/>
</kw>
<kw name="Write Bare" owner="SSHLibrary">
<arg>logout\n</arg>
<doc>Writes the given ``text`` on the remote machine without appending a newline.</doc>
<status status="PASS" start="2026-08-06T01:53:12.255679" elapsed="0.000609"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-08-06T01:53:12.256467" elapsed="0.000280"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-08-06T01:53:12.257403" level="INFO">[?1l&gt;[?2004lDropAllFlows transitions to on
[?1h=[90m~[0m                                                                                [?2004hopendaylight-user@root&gt;</msg>
<arg>${output}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-08-06T01:53:12.256974" elapsed="0.000494"/>
</kw>
<return>
<value>${output}</value>
<status status="PASS" start="2026-08-06T01:53:12.257542" elapsed="0.000079"/>
</return>
<arg>dropallpacketsrpc on</arg>
<doc>Will execute the given ${cmd} by ssh'ing to the karaf console running on 10.30.171.180
Note that this keyword will open&amp;close new SSH connection, without switching back to previously current session.</doc>
<status status="PASS" start="2026-08-06T01:53:12.029951" elapsed="0.227916"/>
</kw>
<status status="PASS" start="2026-08-06T01:53:09.998117" elapsed="2.259851"/>
</kw>
<test id="s1-t1" name="Cbench Latency Test" line="37">
<kw name="Log" owner="BuiltIn">
<msg time="2026-08-06T01:53:12.261245" level="INFO">Cbench tests using 10 iterations of 60 second tests. Switch Count: 16. Unique MACS to cycle: 100</msg>
<arg>Cbench tests using ${loops} iterations of ${duration_in_secs} second tests. Switch Count: ${switch_count}. Unique MACS to cycle: ${num_of_unique_macs}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-08-06T01:53:12.259206" elapsed="0.002131"/>
</kw>
<kw name="Run Cbench And Log Results">
<kw name="Set Suite Variable" owner="BuiltIn">
<msg time="2026-08-06T01:53:12.263374" level="INFO">${output_filename} = latency.csv</msg>
<arg>${output_filename}</arg>
<doc>Makes a variable available everywhere within the scope of the current suite.</doc>
<status status="PASS" start="2026-08-06T01:53:12.262899" elapsed="0.000536"/>
</kw>
<if>
<branch type="IF" condition="&quot;${cbench_system}&quot; == &quot;localhost&quot;">
<kw name="Run" owner="OperatingSystem">
<var>${output}</var>
<arg>${cbench_executable} -c ${ODL_SYSTEM_IP} ${cbench_args}</arg>
<doc>_This keyword is considered deprecated. Use the
[http://robotframework.org/robotframework/latest/libraries/Process.html|
Process] library instead._</doc>
<status status="NOT RUN" start="2026-08-06T01:53:12.263940" elapsed="0.000032"/>
</kw>
<status status="NOT RUN" start="2026-08-06T01:53:12.263546" elapsed="0.000477"/>
</branch>
<branch type="ELSE">
<kw name="Run Command On Remote System" owner="Utils">
<if>
<branch type="IF" condition="&quot;${return_stdout}&quot;!=&quot;True&quot; and &quot;${return_stderr}&quot;!=&quot;True&quot;">
<kw name="Fail" owner="BuiltIn">
<arg>At least one of {return_stdout} or {return_stderr} args should be set to True</arg>
<doc>Fails the test with the given message and optionally alters its tags.</doc>
<status status="NOT RUN" start="2026-08-06T01:53:12.268192" elapsed="0.000030"/>
</kw>
<status status="NOT RUN" start="2026-08-06T01:53:12.267844" elapsed="0.000423"/>
</branch>
<status status="PASS" start="2026-08-06T01:53:12.267817" elapsed="0.000482"/>
</if>
<kw name="Get Connection" owner="SSHLibrary">
<msg time="2026-08-06T01:53:12.268803" level="INFO">index=None
host=None
alias=None
port=22
timeout=3 seconds
newline=

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

prompt=None
term_type=vt100
width=80
height=24
path_separator=/
encoding=utf8
escape_ansi=False
encoding_errors=strict</msg>
<var>${current_ssh_connection}</var>
<doc>Returns information about the connection.</doc>
<status status="PASS" start="2026-08-06T01:53:12.268486" elapsed="0.000528"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-08-06T01:53:12.269784" level="INFO">Attempting to execute command "/usr/local/bin/cbench -c 10.30.171.180 -m 60000 -M 100 -S 16 -l 10 -D 5000 -p 6633" on remote system "10.30.171.12" by user "jenkins" with keyfile pass "any" and prompt "&gt;" and password ""</msg>
<arg>Attempting to execute command "${cmd}" on remote system "${system}" by user "${user}" with keyfile pass "${keyfile_pass}" and prompt "${prompt}" and password "${password}"</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-08-06T01:53:12.269196" elapsed="0.000674"/>
</kw>
<kw name="Open Connection" owner="SSHLibrary">
<msg time="2026-08-06T01:53:12.270697" level="INFO">${conn_id} = 5</msg>
<var>${conn_id}</var>
<arg>${system}</arg>
<arg>prompt=${prompt}</arg>
<arg>timeout=${prompt_timeout}</arg>
<doc>Opens a new SSH connection to the given ``host`` and ``port``.</doc>
<status status="PASS" start="2026-08-06T01:53:12.270061" elapsed="0.000672"/>
</kw>
<kw name="Flexible_SSH_Login" owner="SSHKeywords">
<kw name="Get Length" owner="BuiltIn">
<msg time="2026-08-06T01:53:12.271971" level="INFO">Length is 0.</msg>
<msg time="2026-08-06T01:53:12.272063" level="INFO">${pwd_length} = 0</msg>
<var>${pwd_length}</var>
<arg>${password}</arg>
<doc>Returns and logs the length of the given item as an integer.</doc>
<status status="PASS" start="2026-08-06T01:53:12.271557" elapsed="0.000531"/>
</kw>
<kw name="Run Keyword And Return If" owner="BuiltIn">
<arg>${pwd_length} &gt; 0</arg>
<arg>SSHLibrary.Login</arg>
<arg>${user}</arg>
<arg>${password}</arg>
<arg>delay=${delay}</arg>
<doc>Runs the specified keyword and returns from the enclosing user keyword.</doc>
<status status="PASS" start="2026-08-06T01:53:12.272233" elapsed="0.000339"/>
</kw>
<kw name="Run Keyword And Return" owner="BuiltIn">
<kw name="Login With Public Key" owner="SSHLibrary">
<msg time="2026-08-06T01:53:12.273607" level="INFO">Logging into '10.30.171.12:22' as 'jenkins'.</msg>
<msg time="2026-08-06T01:53:12.600013" level="INFO">Read output: Welcome to Ubuntu 22.04.5 LTS (GNU/Linux 5.15.0-153-generic x86_64)

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

 System information as of Thu Aug  6 01:53:11 UTC 2026

  System load:  0.05               Processes:             116
  Usage of /:   19.3% of 38.58GB   Users logged in:       0
  Memory usage: 4%                 IPv4 address for ens3: 10.30.171.12
  Swap usage:   0%


Expanded Security Maintenance for Applications is not enabled.

0 updates can be applied immediately.

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


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


Last login: Thu Aug  6 01:53:11 2026 from 10.30.171.129
[?2004h[jenkins@releng-48317-802-1-mininet-ovs-217-0 ~]&gt;</msg>
<arg>${user}</arg>
<arg>${USER_HOME}/.ssh/${SSH_KEY}</arg>
<arg>${KEYFILE_PASS}</arg>
<arg>delay=${delay}</arg>
<doc>Logs into the SSH server using key-based authentication.</doc>
<status status="PASS" start="2026-08-06T01:53:12.273173" elapsed="0.327046"/>
</kw>
<msg time="2026-08-06T01:53:12.600315" level="INFO">Returning from the enclosing user keyword.</msg>
<arg>SSHLibrary.Login With Public Key</arg>
<arg>${user}</arg>
<arg>${USER_HOME}/.ssh/${SSH_KEY}</arg>
<arg>${KEYFILE_PASS}</arg>
<arg>delay=${delay}</arg>
<doc>Runs the specified keyword and returns from the enclosing user keyword.</doc>
<status status="PASS" start="2026-08-06T01:53:12.272727" elapsed="0.327683"/>
</kw>
<arg>${user}</arg>
<arg>${password}</arg>
<doc>On active SSH session: if given non-empty password, do Login, else do Login With Public Key.</doc>
<status status="PASS" start="2026-08-06T01:53:12.271061" elapsed="0.329481"/>
</kw>
<kw name="Execute Command" owner="SSHLibrary">
<msg time="2026-08-06T01:53:12.601118" level="INFO">Executing command '/usr/local/bin/cbench -c 10.30.171.180 -m 60000 -M 100 -S 16 -l 10 -D 5000 -p 6633'.</msg>
<msg time="2026-08-06T02:03:18.710961" level="INFO">Command exited with return code 0.</msg>
<msg time="2026-08-06T02:03:18.712044" level="INFO">${stdout} = </msg>
<msg time="2026-08-06T02:03:18.712142" level="INFO">${stderr} = cbench: controller benchmarking tool
   running in mode 'latency'
   connecting to controller at 10.30.171.180:6633 
   faking 16 switches with 1 threads :: 10 tests each; 60000 ms per test
   with 10...</msg>
<var>${stdout}</var>
<var>${stderr}</var>
<arg>${cmd}</arg>
<arg>return_stderr=True</arg>
<doc>Executes ``command`` on the remote machine and returns its outputs.</doc>
<status status="PASS" start="2026-08-06T01:53:12.600794" elapsed="606.111402"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-08-06T02:03:18.712614" elapsed="0.000664"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-08-06T02:03:18.714205" level="INFO">cbench: controller benchmarking tool
   running in mode 'latency'
   connecting to controller at 10.30.171.180: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.180. So far 1 cbench instances have initialized their switches.  Waiting for other cbench-instances
Thread-0: Total switches from ALL cbench-instances initialized.
01:54:17.769 16  switches: flows:  94087 94852 94631 97305 93810 95482 93941 93614 92774 92263 93293 92893 92262 92987 92168 91692  total = 24.967567 per ms 
01:55:17.869 16  switches: flows:  107333 110424 105902 109389 109980 108868 108193 107550 105843 103039 104396 104246 104180 104724 103114 102823  total = 28.286170 per ms 
01:56:17.970 16  switches: flows:  102378 100074 101525 101722 101431 102529 98950 100744 99324 98787 97760 96579 98105 97074 98156 99297  total = 26.529538 per ms 
01:57:18.070 16  switches: flows:  108759 108864 110973 110485 109489 108663 107924 106724 109074 104603 103524 104713 104598 104138 106781 107068  total = 28.558615 per ms 
01:58:18.171 16  switches: flows:  104079 107133 106859 106880 105739 106021 103677 103104 103523 101069 99484 101014 100273 102448 103664 103399  total = 27.592990 per ms 
01:59:18.272 16  switches: flows:  95848 97271 96690 97625 96884 98286 96663 95084 94617 94687 92910 94868 94003 95463 95433 94022  total = 25.463221 per ms 
02:00:18.372 16  switches: flows:  107530 107369 104438 107065 108084 106865 106085 103626 103135 101823 102858 104161 100164 101974 102248 102401  total = 27.784008 per ms 
02:01:18.473 16  switches: flows:  103662 105224 101560 102937 104080 104855 103627 100856 99404 99443 100363 101566 98679 99606 100029 101011  total = 27.069827 per ms 
02:02:18.573 16  switches: flows:  107204 105765 104617 106344 106027 105029 106404 102813 102859 101118 102846 104625 102388 102558 104262 104194  total = 27.771172 per ms 
02:03:18.673 16  switches: flows:  105358 103904 106249 106331 105758 103245 103930 103151 103214 102649 100825 102845 100846 101914 100099 101793  total = 27.489319 per ms 
RESULT: 16 switches 9 tests min/max/avg/stdev = 25463.22/28558.62/27393.87/9174.24 responses/s</msg>
<arg>${stderr}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-08-06T02:03:18.713550" elapsed="0.000900"/>
</kw>
<if>
<branch type="IF" condition="&quot;${return_stdout}&quot;!=&quot;True&quot;">
<return>
<value>${stderr}</value>
<status status="PASS" start="2026-08-06T02:03:18.714862" elapsed="0.000063"/>
</return>
<status status="PASS" start="2026-08-06T02:03:18.714606" elapsed="0.000382"/>
</branch>
<status status="PASS" start="2026-08-06T02:03:18.714561" elapsed="0.000469"/>
</if>
<if>
<branch type="IF" condition="&quot;${return_stderr}&quot;!=&quot;True&quot;">
<return>
<value>${stdout}</value>
<status status="NOT RUN" start="2026-08-06T02:03:18.715199" elapsed="0.000027"/>
</return>
<status status="NOT RUN" start="2026-08-06T02:03:18.715124" elapsed="0.000227"/>
</branch>
<status status="NOT RUN" start="2026-08-06T02:03:18.715099" elapsed="0.000288"/>
</if>
<return>
<value>${stdout}</value>
<value>${stderr}</value>
<status status="NOT RUN" start="2026-08-06T02:03:18.715445" elapsed="0.000023"/>
</return>
<kw name="Restore_Current_Ssh_Connection_From_Index" owner="SSHKeywords" type="TEARDOWN">
<kw name="Run Keyword And Return If" owner="BuiltIn">
<arg>${connection_index} is not None</arg>
<arg>SSHLibrary.Switch Connection</arg>
<arg>${connection_index}</arg>
<doc>Runs the specified keyword and returns from the enclosing user keyword.</doc>
<status status="PASS" start="2026-08-06T02:03:18.719434" elapsed="0.000581"/>
</kw>
<kw name="Open Connection" owner="SSHLibrary">
<arg>127.0.0.1</arg>
<doc>Opens a new SSH connection to the given ``host`` and ``port``.</doc>
<status status="PASS" start="2026-08-06T02:03:18.720309" elapsed="0.000282"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-08-06T02:03:18.720812" elapsed="0.000154"/>
</kw>
<arg>${current_ssh_connection.index}</arg>
<doc>Restore active SSH connection in SSHLibrary to given index.</doc>
<status status="PASS" start="2026-08-06T02:03:18.715972" elapsed="0.005074"/>
</kw>
<msg time="2026-08-06T02:03:18.721243" level="INFO">${output} = cbench: controller benchmarking tool
   running in mode 'latency'
   connecting to controller at 10.30.171.180:6633 
   faking 16 switches with 1 threads :: 10 tests each; 60000 ms per test
   with 10...</msg>
<var>${output}</var>
<arg>${cbench_system}</arg>
<arg>${cbench_executable} -c ${ODL_SYSTEM_IP} ${cbench_args}</arg>
<arg>prompt_timeout=${test_timeout}</arg>
<arg>return_stdout=False</arg>
<arg>return_stderr=True</arg>
<doc>Reduces the common work of running a command on a remote system to a single higher level
robot keyword, taking care to log in with a public key and. The command given is written and the return value
depends on the passed argument values of return_stdout (default: True) and return_stderr (default: False).
At least one should be True, or the keyword will exit and FAIL. If both are True, the resulting return value
will be a two element list containing both. Otherwise the resulting return value is a string.
No test conditions are checked.</doc>
<status status="PASS" start="2026-08-06T01:53:12.264522" elapsed="606.456761"/>
</kw>
<status status="PASS" start="2026-08-06T01:53:12.264066" elapsed="606.457289"/>
</branch>
<status status="PASS" start="2026-08-06T01:53:12.263513" elapsed="606.457876"/>
</if>
<kw name="Log" owner="BuiltIn">
<msg time="2026-08-06T02:03:18.722184" level="INFO">cbench: controller benchmarking tool
   running in mode 'latency'
   connecting to controller at 10.30.171.180: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.180. So far 1 cbench instances have initialized their switches.  Waiting for other cbench-instances
Thread-0: Total switches from ALL cbench-instances initialized.
01:54:17.769 16  switches: flows:  94087 94852 94631 97305 93810 95482 93941 93614 92774 92263 93293 92893 92262 92987 92168 91692  total = 24.967567 per ms 
01:55:17.869 16  switches: flows:  107333 110424 105902 109389 109980 108868 108193 107550 105843 103039 104396 104246 104180 104724 103114 102823  total = 28.286170 per ms 
01:56:17.970 16  switches: flows:  102378 100074 101525 101722 101431 102529 98950 100744 99324 98787 97760 96579 98105 97074 98156 99297  total = 26.529538 per ms 
01:57:18.070 16  switches: flows:  108759 108864 110973 110485 109489 108663 107924 106724 109074 104603 103524 104713 104598 104138 106781 107068  total = 28.558615 per ms 
01:58:18.171 16  switches: flows:  104079 107133 106859 106880 105739 106021 103677 103104 103523 101069 99484 101014 100273 102448 103664 103399  total = 27.592990 per ms 
01:59:18.272 16  switches: flows:  95848 97271 96690 97625 96884 98286 96663 95084 94617 94687 92910 94868 94003 95463 95433 94022  total = 25.463221 per ms 
02:00:18.372 16  switches: flows:  107530 107369 104438 107065 108084 106865 106085 103626 103135 101823 102858 104161 100164 101974 102248 102401  total = 27.784008 per ms 
02:01:18.473 16  switches: flows:  103662 105224 101560 102937 104080 104855 103627 100856 99404 99443 100363 101566 98679 99606 100029 101011  total = 27.069827 per ms 
02:02:18.573 16  switches: flows:  107204 105765 104617 106344 106027 105029 106404 102813 102859 101118 102846 104625 102388 102558 104262 104194  total = 27.771172 per ms 
02:03:18.673 16  switches: flows:  105358 103904 106249 106331 105758 103245 103930 103151 103214 102649 100825 102845 100846 101914 100099 101793  total = 27.489319 per ms 
RESULT: 16 switches 9 tests min/max/avg/stdev = 25463.22/28558.62/27393.87/9174.24 responses/s</msg>
<arg>${output}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-08-06T02:03:18.721603" elapsed="0.000715"/>
</kw>
<kw name="Should Contain" owner="BuiltIn">
<arg>${output}</arg>
<arg>RESULT</arg>
<doc>Fails if ``container`` does not contain ``item`` one or more times.</doc>
<status status="PASS" start="2026-08-06T02:03:18.722580" elapsed="0.000592"/>
</kw>
<kw name="Get Lines Containing String" owner="String">
<msg time="2026-08-06T02:03:18.723812" level="INFO">1 out of 23 lines matched.</msg>
<msg time="2026-08-06T02:03:18.723969" level="INFO">${result_line} = RESULT: 16 switches 9 tests min/max/avg/stdev = 25463.22/28558.62/27393.87/9174.24 responses/s</msg>
<var>${result_line}</var>
<arg>${output}</arg>
<arg>RESULT</arg>
<doc>Returns lines of the given ``string`` that contain the ``pattern``.</doc>
<status status="PASS" start="2026-08-06T02:03:18.723448" elapsed="0.000573"/>
</kw>
<kw name="Split String" owner="String">
<msg time="2026-08-06T02:03:18.724725" level="INFO">@{results_list} = [ RESULT: | 16 | switches | 9 | tests | min/max/avg/stdev | = | 25463.22/28558.62/27393.87/9174.24 | responses/s ]</msg>
<var>@{results_list}</var>
<arg>${result_line}</arg>
<doc>Splits the ``string`` using ``separator`` as a delimiter string.</doc>
<status status="PASS" start="2026-08-06T02:03:18.724320" elapsed="0.000469"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-08-06T02:03:18.728208" level="INFO">min/max/avg/stdev</msg>
<arg>${results_list[5]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-08-06T02:03:18.725010" elapsed="0.003259"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-08-06T02:03:18.730746" level="INFO">25463.22/28558.62/27393.87/9174.24</msg>
<arg>${results_list[7]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-08-06T02:03:18.728419" elapsed="0.002421"/>
</kw>
<kw name="Split String" owner="String">
<msg time="2026-08-06T02:03:18.733585" level="INFO">@{result_name_list} = [ min | max | avg | stdev ]</msg>
<var>@{result_name_list}</var>
<arg>${results_list[5]}</arg>
<arg>/</arg>
<doc>Splits the ``string`` using ``separator`` as a delimiter string.</doc>
<status status="PASS" start="2026-08-06T02:03:18.731034" elapsed="0.002580"/>
</kw>
<kw name="Split String" owner="String">
<msg time="2026-08-06T02:03:18.736594" level="INFO">@{result_value_list} = [ 25463.22 | 28558.62 | 27393.87 | 9174.24 ]</msg>
<var>@{result_value_list}</var>
<arg>${results_list[7]}</arg>
<arg>/</arg>
<doc>Splits the ``string`` using ``separator`` as a delimiter string.</doc>
<status status="PASS" start="2026-08-06T02:03:18.733853" elapsed="0.002791"/>
</kw>
<kw name="Get Length" owner="BuiltIn">
<msg time="2026-08-06T02:03:18.737429" level="INFO">Length is 4.</msg>
<msg time="2026-08-06T02:03:18.737558" level="INFO">${num_stats} = 4</msg>
<var>${num_stats}</var>
<arg>${result_name_list}</arg>
<doc>Returns and logs the length of the given item as an integer.</doc>
<status status="PASS" start="2026-08-06T02:03:18.736920" elapsed="0.000674"/>
</kw>
<for flavor="IN RANGE">
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-08-06T02:03:18.744615" level="INFO">min :: 25463.22</msg>
<arg>${result_name_list[${i}]} :: ${result_value_list[${i}]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-08-06T02:03:18.738257" elapsed="0.006421"/>
</kw>
<var name="${i}">0</var>
<status status="PASS" start="2026-08-06T02:03:18.738022" elapsed="0.006693"/>
</iter>
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-08-06T02:03:18.749312" level="INFO">max :: 28558.62</msg>
<arg>${result_name_list[${i}]} :: ${result_value_list[${i}]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-08-06T02:03:18.744970" elapsed="0.004400"/>
</kw>
<var name="${i}">1</var>
<status status="PASS" start="2026-08-06T02:03:18.744834" elapsed="0.004571"/>
</iter>
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-08-06T02:03:18.757263" level="INFO">avg :: 27393.87</msg>
<arg>${result_name_list[${i}]} :: ${result_value_list[${i}]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-08-06T02:03:18.749647" elapsed="0.007748"/>
</kw>
<var name="${i}">2</var>
<status status="PASS" start="2026-08-06T02:03:18.749496" elapsed="0.007980"/>
</iter>
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-08-06T02:03:18.769054" level="INFO">stdev :: 9174.24</msg>
<arg>${result_name_list[${i}]} :: ${result_value_list[${i}]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-08-06T02:03:18.758030" elapsed="0.011168"/>
</kw>
<var name="${i}">3</var>
<status status="PASS" start="2026-08-06T02:03:18.757691" elapsed="0.011593"/>
</iter>
<var>${i}</var>
<value>0</value>
<value>${num_stats}</value>
<status status="PASS" start="2026-08-06T02:03:18.737699" elapsed="0.031661"/>
</for>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-08-06T02:03:18.777439" level="INFO">${min} = 25463.22</msg>
<var>${min}</var>
<arg>${result_value_list[${0}]}</arg>
<doc>Returns the given values which can then be assigned to a variables.</doc>
<status status="PASS" start="2026-08-06T02:03:18.769738" elapsed="0.007736"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-08-06T02:03:18.781709" level="INFO">${max} = 28558.62</msg>
<var>${max}</var>
<arg>${result_value_list[${1}]}</arg>
<doc>Returns the given values which can then be assigned to a variables.</doc>
<status status="PASS" start="2026-08-06T02:03:18.777681" elapsed="0.004056"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-08-06T02:03:18.785629" level="INFO">${average} = 27393.87</msg>
<var>${average}</var>
<arg>${result_value_list[${2}]}</arg>
<doc>Returns the given values which can then be assigned to a variables.</doc>
<status status="PASS" start="2026-08-06T02:03:18.781913" elapsed="0.003743"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-08-06T02:03:18.789575" level="INFO">${stdev} = 9174.24</msg>
<var>${stdev}</var>
<arg>${result_value_list[${3}]}</arg>
<doc>Returns the given values which can then be assigned to a variables.</doc>
<status status="PASS" start="2026-08-06T02:03:18.785824" elapsed="0.003778"/>
</kw>
<kw name="Get Time" owner="BuiltIn">
<msg time="2026-08-06T02:03:18.790155" level="INFO">${date} = 2026-08-06 02:03:18</msg>
<var>${date}</var>
<arg>d,m,s</arg>
<doc>Returns the given time in the requested format.</doc>
<status status="PASS" start="2026-08-06T02:03:18.789779" elapsed="0.000402"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-08-06T02:03:18.790765" level="INFO">CBench Result: 2026-08-06 02:03:18,-m 60000 -M 100 -S 16 -l 10 -D 5000 -p 6633,25463.22,28558.62,27393.87,9174.24</msg>
<arg>CBench Result: ${date},${cbench_args},${min},${max},${average},${stdev}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-08-06T02:03:18.790333" elapsed="0.000493"/>
</kw>
<kw name="Log Results And Determine Status">
<kw name="Append To File" owner="OperatingSystem">
<msg time="2026-08-06T02:03:18.791988" 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-08-06T02:03:18.791527" elapsed="0.000534"/>
</kw>
<kw name="Should Be True" owner="BuiltIn">
<arg>${average} &gt; ${threshold}</arg>
<arg>${average} flow_mods per/sec did not exceed threshold of ${threshold}</arg>
<doc>Fails if the given condition is not true.</doc>
<status status="PASS" start="2026-08-06T02:03:18.792213" elapsed="0.000478"/>
</kw>
<arg>${min}</arg>
<arg>${max}</arg>
<arg>${average}</arg>
<arg>${average_threshold}</arg>
<arg>${output_filename}</arg>
<status status="PASS" start="2026-08-06T02:03:18.791000" elapsed="0.001776"/>
</kw>
<arg>-m ${duration_in_ms} -M ${num_of_unique_macs} -S ${switch_count} -l ${loops} -D ${start_delay} -p ${of_port}</arg>
<arg>${latency_threshold}</arg>
<arg>${latency_results_file}</arg>
<status status="PASS" start="2026-08-06T01:53:12.261973" elapsed="606.530868"/>
</kw>
<kw name="Sleep" owner="BuiltIn">
<msg time="2026-08-06T02:03:18.793319" level="INFO">Slept 0 seconds.</msg>
<arg>${test_delay}</arg>
<doc>Pauses the test executed for the given time.</doc>
<status status="PASS" start="2026-08-06T02:03:18.792992" elapsed="0.000384"/>
</kw>
<kw name="Log Results As Zero If Cbench Timed Out" type="TEARDOWN">
<kw name="Run Keyword If Timeout Occurred" owner="BuiltIn">
<arg>Log Results And Determine Status</arg>
<arg>0</arg>
<arg>0</arg>
<arg>0</arg>
<arg>0</arg>
<arg>${output_filename}</arg>
<doc>Runs the given keyword if either a test or a keyword timeout has occurred.</doc>
<status status="PASS" start="2026-08-06T02:03:18.793920" elapsed="0.000269"/>
</kw>
<status status="PASS" start="2026-08-06T02:03:18.793596" elapsed="0.000664"/>
</kw>
<doc>cbench executed in default latency mode. Test parameters have defaults, but can be overridden
on the pybot command line</doc>
<tag>cbench</tag>
<tag>latency</tag>
<timeout value="15 minutes"/>
<status status="PASS" start="2026-08-06T01:53:12.258214" elapsed="606.536085"/>
</test>
<test id="s1-t2" name="Cbench Throughput Test" line="51">
<kw name="Log" owner="BuiltIn">
<msg time="2026-08-06T02:03:18.796724" level="INFO">Cbench tests using 10 iterations of 60 second tests. Switch Count: 16. Unique MACS to cycle: 100</msg>
<arg>Cbench tests using ${loops} iterations of ${duration_in_secs} second tests. Switch Count: ${switch_count}. Unique MACS to cycle: ${num_of_unique_macs}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-08-06T02:03:18.796156" elapsed="0.000649"/>
</kw>
<kw name="Run Cbench And Log Results">
<kw name="Set Suite Variable" owner="BuiltIn">
<msg time="2026-08-06T02:03:18.798066" level="INFO">${output_filename} = throughput.csv</msg>
<arg>${output_filename}</arg>
<doc>Makes a variable available everywhere within the scope of the current suite.</doc>
<status status="PASS" start="2026-08-06T02:03:18.797713" elapsed="0.000398"/>
</kw>
<if>
<branch type="IF" condition="&quot;${cbench_system}&quot; == &quot;localhost&quot;">
<kw name="Run" owner="OperatingSystem">
<var>${output}</var>
<arg>${cbench_executable} -c ${ODL_SYSTEM_IP} ${cbench_args}</arg>
<doc>_This keyword is considered deprecated. Use the
[http://robotframework.org/robotframework/latest/libraries/Process.html|
Process] library instead._</doc>
<status status="NOT RUN" start="2026-08-06T02:03:18.798464" elapsed="0.000022"/>
</kw>
<status status="NOT RUN" start="2026-08-06T02:03:18.798237" elapsed="0.000287"/>
</branch>
<branch type="ELSE">
<kw name="Run Command On Remote System" owner="Utils">
<if>
<branch type="IF" condition="&quot;${return_stdout}&quot;!=&quot;True&quot; and &quot;${return_stderr}&quot;!=&quot;True&quot;">
<kw name="Fail" owner="BuiltIn">
<arg>At least one of {return_stdout} or {return_stderr} args should be set to True</arg>
<doc>Fails the test with the given message and optionally alters its tags.</doc>
<status status="NOT RUN" start="2026-08-06T02:03:18.801634" elapsed="0.000022"/>
</kw>
<status status="NOT RUN" start="2026-08-06T02:03:18.801374" elapsed="0.000317"/>
</branch>
<status status="PASS" start="2026-08-06T02:03:18.801354" elapsed="0.000362"/>
</if>
<kw name="Get Connection" owner="SSHLibrary">
<msg time="2026-08-06T02:03:18.802084" level="INFO">index=None
host=None
alias=None
port=22
timeout=3 seconds
newline=

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

prompt=None
term_type=vt100
width=80
height=24
path_separator=/
encoding=utf8
escape_ansi=False
encoding_errors=strict</msg>
<var>${current_ssh_connection}</var>
<doc>Returns information about the connection.</doc>
<status status="PASS" start="2026-08-06T02:03:18.801873" elapsed="0.000360"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-08-06T02:03:18.802807" level="INFO">Attempting to execute command "/usr/local/bin/cbench -c 10.30.171.180 -t -m 60000 -M 100 -S 16 -l 10 -D 5000 -p 6633" on remote system "10.30.171.12" by user "jenkins" with keyfile pass "any" and prompt "&gt;" and password ""</msg>
<arg>Attempting to execute command "${cmd}" on remote system "${system}" by user "${user}" with keyfile pass "${keyfile_pass}" and prompt "${prompt}" and password "${password}"</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-08-06T02:03:18.802367" elapsed="0.000499"/>
</kw>
<kw name="Open Connection" owner="SSHLibrary">
<msg time="2026-08-06T02:03:18.803432" level="INFO">${conn_id} = 7</msg>
<var>${conn_id}</var>
<arg>${system}</arg>
<arg>prompt=${prompt}</arg>
<arg>timeout=${prompt_timeout}</arg>
<doc>Opens a new SSH connection to the given ``host`` and ``port``.</doc>
<status status="PASS" start="2026-08-06T02:03:18.803006" elapsed="0.000453"/>
</kw>
<kw name="Flexible_SSH_Login" owner="SSHKeywords">
<kw name="Get Length" owner="BuiltIn">
<msg time="2026-08-06T02:03:18.804527" level="INFO">Length is 0.</msg>
<msg time="2026-08-06T02:03:18.804616" level="INFO">${pwd_length} = 0</msg>
<var>${pwd_length}</var>
<arg>${password}</arg>
<doc>Returns and logs the length of the given item as an integer.</doc>
<status status="PASS" start="2026-08-06T02:03:18.804199" elapsed="0.000442"/>
</kw>
<kw name="Run Keyword And Return If" owner="BuiltIn">
<arg>${pwd_length} &gt; 0</arg>
<arg>SSHLibrary.Login</arg>
<arg>${user}</arg>
<arg>${password}</arg>
<arg>delay=${delay}</arg>
<doc>Runs the specified keyword and returns from the enclosing user keyword.</doc>
<status status="PASS" start="2026-08-06T02:03:18.804800" elapsed="0.000349"/>
</kw>
<kw name="Run Keyword And Return" owner="BuiltIn">
<kw name="Login With Public Key" owner="SSHLibrary">
<msg time="2026-08-06T02:03:18.806021" level="INFO">Logging into '10.30.171.12:22' as 'jenkins'.</msg>
<msg time="2026-08-06T02:03:19.395074" level="INFO">Read output: Welcome to Ubuntu 22.04.5 LTS (GNU/Linux 5.15.0-153-generic x86_64)

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

 System information as of Thu Aug  6 02:03:18 UTC 2026

  System load:  1.02               Processes:             106
  Usage of /:   19.3% of 38.58GB   Users logged in:       0
  Memory usage: 4%                 IPv4 address for ens3: 10.30.171.12
  Swap usage:   0%


Expanded Security Maintenance for Applications is not enabled.

0 updates can be applied immediately.

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


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


Last login: Thu Aug  6 01:53:12 2026 from 10.30.171.129
[?2004h[jenkins@releng-48317-802-1-mininet-ovs-217-0 ~]&gt;</msg>
<arg>${user}</arg>
<arg>${USER_HOME}/.ssh/${SSH_KEY}</arg>
<arg>${KEYFILE_PASS}</arg>
<arg>delay=${delay}</arg>
<doc>Logs into the SSH server using key-based authentication.</doc>
<status status="PASS" start="2026-08-06T02:03:18.805646" elapsed="0.589629"/>
</kw>
<msg time="2026-08-06T02:03:19.395364" level="INFO">Returning from the enclosing user keyword.</msg>
<arg>SSHLibrary.Login With Public Key</arg>
<arg>${user}</arg>
<arg>${USER_HOME}/.ssh/${SSH_KEY}</arg>
<arg>${KEYFILE_PASS}</arg>
<arg>delay=${delay}</arg>
<doc>Runs the specified keyword and returns from the enclosing user keyword.</doc>
<status status="PASS" start="2026-08-06T02:03:18.805304" elapsed="0.590153"/>
</kw>
<arg>${user}</arg>
<arg>${password}</arg>
<doc>On active SSH session: if given non-empty password, do Login, else do Login With Public Key.</doc>
<status status="PASS" start="2026-08-06T02:03:18.803658" elapsed="0.591921"/>
</kw>
<kw name="Execute Command" owner="SSHLibrary">
<msg time="2026-08-06T02:03:19.396115" level="INFO">Executing command '/usr/local/bin/cbench -c 10.30.171.180 -t -m 60000 -M 100 -S 16 -l 10 -D 5000 -p 6633'.</msg>
<msg time="2026-08-06T02:06:38.181415" level="INFO">Command exited with return code 1.</msg>
<msg time="2026-08-06T02:06:38.182236" level="INFO">${stdout} = </msg>
<msg time="2026-08-06T02:06:38.182361" level="INFO">${stderr} = cbench: controller benchmarking tool
   running in mode 'throughput'
   connecting to controller at 10.30.171.180:6633 
   faking 16 switches with 1 threads :: 10 tests each; 60000 ms per test
   with...</msg>
<var>${stdout}</var>
<var>${stderr}</var>
<arg>${cmd}</arg>
<arg>return_stderr=True</arg>
<doc>Executes ``command`` on the remote machine and returns its outputs.</doc>
<status status="PASS" start="2026-08-06T02:03:19.395814" elapsed="198.786608"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-08-06T02:06:38.183015" elapsed="0.000784"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-08-06T02:06:38.184997" level="INFO">cbench: controller benchmarking tool
   running in mode 'throughput'
   connecting to controller at 10.30.171.180: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.180. So far 1 cbench instances have initialized their switches.  Waiting for other cbench-instances
Thread-0: Total switches from ALL cbench-instances initialized.
02:04:24.497 16  switches: flows:  446414 455931 446754 447792 455321 452675 456931 458020 456016 439414 450155 446691 452586 452216 448411 443420  total = 120.145783 per ms 
02:05:24.600 16  switches: flows:  440774 450772 438698 451291 447349 446866 445443 446613 453099 441929 448465 445311 445487 442769 449847 440237  total = 118.713703 per ms 
controller msgbuf_read() = -1:  msgbuf_read: Connection reset by peer
... exiting</msg>
<arg>${stderr}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-08-06T02:06:38.184200" elapsed="0.001102"/>
</kw>
<if>
<branch type="IF" condition="&quot;${return_stdout}&quot;!=&quot;True&quot;">
<return>
<value>${stderr}</value>
<status status="PASS" start="2026-08-06T02:06:38.185880" elapsed="0.000088"/>
</return>
<status status="PASS" start="2026-08-06T02:06:38.185495" elapsed="0.000558"/>
</branch>
<status status="PASS" start="2026-08-06T02:06:38.185442" elapsed="0.000668"/>
</if>
<if>
<branch type="IF" condition="&quot;${return_stderr}&quot;!=&quot;True&quot;">
<return>
<value>${stdout}</value>
<status status="NOT RUN" start="2026-08-06T02:06:38.186323" elapsed="0.000029"/>
</return>
<status status="NOT RUN" start="2026-08-06T02:06:38.186240" elapsed="0.000174"/>
</branch>
<status status="NOT RUN" start="2026-08-06T02:06:38.186202" elapsed="0.000260"/>
</if>
<return>
<value>${stdout}</value>
<value>${stderr}</value>
<status status="NOT RUN" start="2026-08-06T02:06:38.186530" elapsed="0.000030"/>
</return>
<kw name="Restore_Current_Ssh_Connection_From_Index" owner="SSHKeywords" type="TEARDOWN">
<kw name="Run Keyword And Return If" owner="BuiltIn">
<arg>${connection_index} is not None</arg>
<arg>SSHLibrary.Switch Connection</arg>
<arg>${connection_index}</arg>
<doc>Runs the specified keyword and returns from the enclosing user keyword.</doc>
<status status="PASS" start="2026-08-06T02:06:38.191418" elapsed="0.000495"/>
</kw>
<kw name="Open Connection" owner="SSHLibrary">
<arg>127.0.0.1</arg>
<doc>Opens a new SSH connection to the given ``host`` and ``port``.</doc>
<status status="PASS" start="2026-08-06T02:06:38.192122" elapsed="0.000229"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-08-06T02:06:38.192535" elapsed="0.000146"/>
</kw>
<arg>${current_ssh_connection.index}</arg>
<doc>Restore active SSH connection in SSHLibrary to given index.</doc>
<status status="PASS" start="2026-08-06T02:06:38.187244" elapsed="0.005568"/>
</kw>
<msg time="2026-08-06T02:06:38.193003" level="INFO">${output} = cbench: controller benchmarking tool
   running in mode 'throughput'
   connecting to controller at 10.30.171.180:6633 
   faking 16 switches with 1 threads :: 10 tests each; 60000 ms per test
   with...</msg>
<var>${output}</var>
<arg>${cbench_system}</arg>
<arg>${cbench_executable} -c ${ODL_SYSTEM_IP} ${cbench_args}</arg>
<arg>prompt_timeout=${test_timeout}</arg>
<arg>return_stdout=False</arg>
<arg>return_stderr=True</arg>
<doc>Reduces the common work of running a command on a remote system to a single higher level
robot keyword, taking care to log in with a public key and. The command given is written and the return value
depends on the passed argument values of return_stdout (default: True) and return_stderr (default: False).
At least one should be True, or the keyword will exit and FAIL. If both are True, the resulting return value
will be a two element list containing both. Otherwise the resulting return value is a string.
No test conditions are checked.</doc>
<status status="PASS" start="2026-08-06T02:03:18.798887" elapsed="199.394154"/>
</kw>
<status status="PASS" start="2026-08-06T02:03:18.798550" elapsed="199.394559"/>
</branch>
<status status="PASS" start="2026-08-06T02:03:18.798213" elapsed="199.394928"/>
</if>
<kw name="Log" owner="BuiltIn">
<msg time="2026-08-06T02:06:38.193870" level="INFO">cbench: controller benchmarking tool
   running in mode 'throughput'
   connecting to controller at 10.30.171.180: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.180. So far 1 cbench instances have initialized their switches.  Waiting for other cbench-instances
Thread-0: Total switches from ALL cbench-instances initialized.
02:04:24.497 16  switches: flows:  446414 455931 446754 447792 455321 452675 456931 458020 456016 439414 450155 446691 452586 452216 448411 443420  total = 120.145783 per ms 
02:05:24.600 16  switches: flows:  440774 450772 438698 451291 447349 446866 445443 446613 453099 441929 448465 445311 445487 442769 449847 440237  total = 118.713703 per ms 
controller msgbuf_read() = -1:  msgbuf_read: Connection reset by peer
... exiting</msg>
<arg>${output}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-08-06T02:06:38.193343" elapsed="0.000622"/>
</kw>
<kw name="Should Contain" owner="BuiltIn">
<msg time="2026-08-06T02:06:38.194823" level="FAIL">'cbench: controller benchmarking tool
   running in mode 'throughput'
   connecting to controller at 10.30.171.180: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.180. So far 1 cbench instances have initialized their switches.  Waiting for other cbench-instances
Thread-0: Total switches from ALL cbench-instances initialized.
02:04:24.497 16  switches: flows:  446414 455931 446754 447792 455321 452675 456931 458020 456016 439414 450155 446691 452586 452216 448411 443420  total = 120.145783 per ms 
02:05:24.600 16  switches: flows:  440774 450772 438698 451291 447349 446866 445443 446613 453099 441929 448465 445311 445487 442769 449847 440237  total = 118.713703 per ms 
controller msgbuf_read() = -1:  msgbuf_read: Connection reset by peer
... 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-08-06T02:06:38.194174" elapsed="0.000915">'cbench: controller benchmarking tool
   running in mode 'throughput'
   connecting to controller at 10.30.171.180: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.180. So far 1 cbench instances have initialized their switches.  Waiting for other cbench-instances
Thread-0: Total switches from ALL cbench-instances initialized.
02:04:24.497 16  switches: flows:  446414 455931 446754 447792 455321 452675 456931 458020 456016 439414 450155 446691 452586 452216 448411 443420  total = 120.145783 per ms 
02:05:24.600 16  switches: flows:  440774 450772 438698 451291 447349 446866 445443 446613 453099 441929 448465 445311 445487 442769 449847 440237  total = 118.713703 per ms 
controller msgbuf_read() = -1:  msgbuf_read: Connection reset by peer
... 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-08-06T02:06:38.195343" elapsed="0.000032"/>
</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-08-06T02:06:38.195578" elapsed="0.000029"/>
</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-08-06T02:06:38.195818" elapsed="0.000031"/>
</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-08-06T02:06:38.196037" elapsed="0.000029"/>
</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-08-06T02:06:38.196305" elapsed="0.000031"/>
</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-08-06T02:06:38.196529" elapsed="0.000029"/>
</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-08-06T02:06:38.196778" elapsed="0.000031"/>
</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-08-06T02:06:38.197179" elapsed="0.000031"/>
</kw>
<var name="${i}"/>
<status status="NOT RUN" start="2026-08-06T02:06:38.197005" elapsed="0.000253"/>
</iter>
<var>${i}</var>
<value>0</value>
<value>${num_stats}</value>
<status status="NOT RUN" start="2026-08-06T02:06:38.196898" elapsed="0.000403"/>
</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-08-06T02:06:38.197507" elapsed="0.000030"/>
</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-08-06T02:06:38.197787" elapsed="0.000062"/>
</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-08-06T02:06:38.198052" elapsed="0.000031"/>
</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-08-06T02:06:38.198297" elapsed="0.000031"/>
</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-08-06T02:06:38.198547" elapsed="0.000030"/>
</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-08-06T02:06:38.198800" elapsed="0.000032"/>
</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-08-06T02:06:38.199028" elapsed="0.000035"/>
</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-08-06T02:03:18.797132" elapsed="199.402130">'cbench: controller benchmarking tool
   running in mode 'throughput'
   connecting to controller at 10.30.171.180: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.180. So far 1 cbench instances have initialized their switches.  Waiting for other cbench-instances
Thread-0: Total switches from ALL cbench-instances initialized.
02:04:24.497 16  switches: flows:  446414 455931 446754 447792 455321 452675 456931 458020 456016 439414 450155 446691 452586 452216 448411 443420  total = 120.145783 per ms 
02:05:24.600 16  switches: flows:  440774 450772 438698 451291 447349 446866 445443 446613 453099 441929 448465 445311 445487 442769 449847 440237  total = 118.713703 per ms 
controller msgbuf_read() = -1:  msgbuf_read: Connection reset by peer
... 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-08-06T02:06:38.199507" elapsed="0.000033"/>
</kw>
<kw name="Log Results As Zero If Cbench Timed Out" type="TEARDOWN">
<kw name="Run Keyword If Timeout Occurred" owner="BuiltIn">
<arg>Log Results And Determine Status</arg>
<arg>0</arg>
<arg>0</arg>
<arg>0</arg>
<arg>0</arg>
<arg>${output_filename}</arg>
<doc>Runs the given keyword if either a test or a keyword timeout has occurred.</doc>
<status status="PASS" start="2026-08-06T02:06:38.200366" elapsed="0.000428"/>
</kw>
<status status="PASS" start="2026-08-06T02:06:38.199914" elapsed="0.000989"/>
</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-08-06T02:03:18.794929" elapsed="199.406031">'cbench: controller benchmarking tool
   running in mode 'throughput'
   connecting to controller at 10.30.171.180: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.180. So far 1 cbench instances have initialized their switches.  Waiting for other cbench-instances
Thread-0: Total switches from ALL cbench-instances initialized.
02:04:24.497 16  switches: flows:  446414 455931 446754 447792 455321 452675 456931 458020 456016 439414 450155 446691 452586 452216 448411 443420  total = 120.145783 per ms 
02:05:24.600 16  switches: flows:  440774 450772 438698 451291 447349 446866 445443 446613 453099 441929 448465 445311 445487 442769 449847 440237  total = 118.713703 per ms 
controller msgbuf_read() = -1:  msgbuf_read: Connection reset by peer
... 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-08-06T02:06:38.203155" level="INFO">Cbench tests using 10 iterations of 60 second tests. Switch Count: 16. Unique MACS to cycle: 100</msg>
<arg>Cbench tests using ${loops} iterations of ${duration_in_secs} second tests. Switch Count: ${switch_count}. Unique MACS to cycle: ${num_of_unique_macs}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-08-06T02:06:38.202583" elapsed="0.000640"/>
</kw>
<kw name="Run Cbench And Log Results">
<kw name="Set Suite Variable" owner="BuiltIn">
<msg time="2026-08-06T02:06:38.205228" level="INFO">${output_filename} = bug.csv</msg>
<arg>${output_filename}</arg>
<doc>Makes a variable available everywhere within the scope of the current suite.</doc>
<status status="PASS" start="2026-08-06T02:06:38.204197" elapsed="0.001079"/>
</kw>
<if>
<branch type="IF" condition="&quot;${cbench_system}&quot; == &quot;localhost&quot;">
<kw name="Run" owner="OperatingSystem">
<var>${output}</var>
<arg>${cbench_executable} -c ${ODL_SYSTEM_IP} ${cbench_args}</arg>
<doc>_This keyword is considered deprecated. Use the
[http://robotframework.org/robotframework/latest/libraries/Process.html|
Process] library instead._</doc>
<status status="NOT RUN" start="2026-08-06T02:06:38.205591" elapsed="0.000024"/>
</kw>
<status status="NOT RUN" start="2026-08-06T02:06:38.205354" elapsed="0.000341"/>
</branch>
<branch type="ELSE">
<kw name="Run Command On Remote System" owner="Utils">
<if>
<branch type="IF" condition="&quot;${return_stdout}&quot;!=&quot;True&quot; and &quot;${return_stderr}&quot;!=&quot;True&quot;">
<kw name="Fail" owner="BuiltIn">
<arg>At least one of {return_stdout} or {return_stderr} args should be set to True</arg>
<doc>Fails the test with the given message and optionally alters its tags.</doc>
<status status="NOT RUN" start="2026-08-06T02:06:38.210300" elapsed="0.000043"/>
</kw>
<status status="NOT RUN" start="2026-08-06T02:06:38.209786" elapsed="0.000627"/>
</branch>
<status status="PASS" start="2026-08-06T02:06:38.209723" elapsed="0.000739"/>
</if>
<kw name="Get Connection" owner="SSHLibrary">
<msg time="2026-08-06T02:06:38.211103" level="INFO">index=None
host=None
alias=None
port=22
timeout=3 seconds
newline=

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

prompt=None
term_type=vt100
width=80
height=24
path_separator=/
encoding=utf8
escape_ansi=False
encoding_errors=strict</msg>
<var>${current_ssh_connection}</var>
<doc>Returns information about the connection.</doc>
<status status="PASS" start="2026-08-06T02:06:38.210680" elapsed="0.000701"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-08-06T02:06:38.212448" level="INFO">Attempting to execute command "/usr/local/bin/cbench -c 10.30.171.180 -m 60000 -M 100 -S 16 -l 10 -D 5000 -p 6633" on remote system "10.30.171.12" by user "jenkins" with keyfile pass "any" and prompt "&gt;" and password ""</msg>
<arg>Attempting to execute command "${cmd}" on remote system "${system}" by user "${user}" with keyfile pass "${keyfile_pass}" and prompt "${prompt}" and password "${password}"</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-08-06T02:06:38.211627" elapsed="0.000925"/>
</kw>
<kw name="Open Connection" owner="SSHLibrary">
<msg time="2026-08-06T02:06:38.213395" level="INFO">${conn_id} = 9</msg>
<var>${conn_id}</var>
<arg>${system}</arg>
<arg>prompt=${prompt}</arg>
<arg>timeout=${prompt_timeout}</arg>
<doc>Opens a new SSH connection to the given ``host`` and ``port``.</doc>
<status status="PASS" start="2026-08-06T02:06:38.212800" elapsed="0.000634"/>
</kw>
<kw name="Flexible_SSH_Login" owner="SSHKeywords">
<kw name="Get Length" owner="BuiltIn">
<msg time="2026-08-06T02:06:38.214873" level="INFO">Length is 0.</msg>
<msg time="2026-08-06T02:06:38.215004" level="INFO">${pwd_length} = 0</msg>
<var>${pwd_length}</var>
<arg>${password}</arg>
<doc>Returns and logs the length of the given item as an integer.</doc>
<status status="PASS" start="2026-08-06T02:06:38.214371" elapsed="0.000667"/>
</kw>
<kw name="Run Keyword And Return If" owner="BuiltIn">
<arg>${pwd_length} &gt; 0</arg>
<arg>SSHLibrary.Login</arg>
<arg>${user}</arg>
<arg>${password}</arg>
<arg>delay=${delay}</arg>
<doc>Runs the specified keyword and returns from the enclosing user keyword.</doc>
<status status="PASS" start="2026-08-06T02:06:38.215241" elapsed="0.000483"/>
</kw>
<kw name="Run Keyword And Return" owner="BuiltIn">
<kw name="Login With Public Key" owner="SSHLibrary">
<msg time="2026-08-06T02:06:38.216988" level="INFO">Logging into '10.30.171.12:22' as 'jenkins'.</msg>
<msg time="2026-08-06T02:06:38.789730" level="INFO">Read output: Welcome to Ubuntu 22.04.5 LTS (GNU/Linux 5.15.0-153-generic x86_64)

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

 System information as of Thu Aug  6 02:06:38 UTC 2026

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


Expanded Security Maintenance for Applications is not enabled.

0 updates can be applied immediately.

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


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


Last login: Thu Aug  6 02:03:19 2026 from 10.30.171.129
[?2004h[jenkins@releng-48317-802-1-mininet-ovs-217-0 ~]&gt;</msg>
<arg>${user}</arg>
<arg>${USER_HOME}/.ssh/${SSH_KEY}</arg>
<arg>${KEYFILE_PASS}</arg>
<arg>delay=${delay}</arg>
<doc>Logs into the SSH server using key-based authentication.</doc>
<status status="PASS" start="2026-08-06T02:06:38.216449" elapsed="0.573478"/>
</kw>
<msg time="2026-08-06T02:06:38.790006" level="INFO">Returning from the enclosing user keyword.</msg>
<arg>SSHLibrary.Login With Public Key</arg>
<arg>${user}</arg>
<arg>${USER_HOME}/.ssh/${SSH_KEY}</arg>
<arg>${KEYFILE_PASS}</arg>
<arg>delay=${delay}</arg>
<doc>Runs the specified keyword and returns from the enclosing user keyword.</doc>
<status status="PASS" start="2026-08-06T02:06:38.215964" elapsed="0.574118"/>
</kw>
<arg>${user}</arg>
<arg>${password}</arg>
<doc>On active SSH session: if given non-empty password, do Login, else do Login With Public Key.</doc>
<status status="PASS" start="2026-08-06T02:06:38.213740" elapsed="0.576452"/>
</kw>
<kw name="Execute Command" owner="SSHLibrary">
<msg time="2026-08-06T02:06:38.790684" level="INFO">Executing command '/usr/local/bin/cbench -c 10.30.171.180 -m 60000 -M 100 -S 16 -l 10 -D 5000 -p 6633'.</msg>
<msg time="2026-08-06T02:16:44.812223" level="INFO">Command exited with return code 0.</msg>
<msg time="2026-08-06T02:16:44.812732" level="INFO">${stdout} = </msg>
<msg time="2026-08-06T02:16:44.812859" level="INFO">${stderr} = cbench: controller benchmarking tool
   running in mode 'latency'
   connecting to controller at 10.30.171.180:6633 
   faking 16 switches with 1 threads :: 10 tests each; 60000 ms per test
   with 10...</msg>
<var>${stdout}</var>
<var>${stderr}</var>
<arg>${cmd}</arg>
<arg>return_stderr=True</arg>
<doc>Executes ``command`` on the remote machine and returns its outputs.</doc>
<status status="PASS" start="2026-08-06T02:06:38.790399" elapsed="606.022514"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-08-06T02:16:44.813305" elapsed="0.000651"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-08-06T02:16:44.814909" level="INFO">cbench: controller benchmarking tool
   running in mode 'latency'
   connecting to controller at 10.30.171.180: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.180. So far 1 cbench instances have initialized their switches.  Waiting for other cbench-instances
Thread-0: Total switches from ALL cbench-instances initialized.
02:07:43.879 16  switches: flows:  113303 114007 111407 111282 111990 109322 109058 108363 105513 107373 109001 105871 107261 108945 108520 107684  total = 29.148333 per ms 
02:08:43.979 16  switches: flows:  114483 114272 109433 114120 113270 110862 109913 110777 106472 107850 109626 107887 108352 110959 109980 109508  total = 29.413633 per ms 
02:09:44.080 16  switches: flows:  107969 107808 105111 108738 107235 104817 102783 104083 99361 100828 105476 102008 101321 105436 103574 103431  total = 27.786563 per ms 
02:10:44.180 16  switches: flows:  105736 106498 101196 104579 103925 100532 100876 101824 97512 99618 102025 97625 98753 102843 101712 101269  total = 27.063529 per ms 
02:11:44.280 16  switches: flows:  106551 106576 102737 105274 104207 101119 102661 102374 98304 101213 101654 99193 99893 102427 102941 101414  total = 27.263476 per ms 
02:12:44.380 16  switches: flows:  105876 105816 102198 105177 104605 102949 101113 102591 98823 100368 101542 100175 99103 102618 100631 101685  total = 27.209082 per ms 
02:13:44.481 16  switches: flows:  103056 105851 101085 104538 102394 102372 103230 101602 100478 101787 101040 100255 102519 103726 98987 102712  total = 27.215064 per ms 
02:14:44.581 16  switches: flows:  103326 106554 103561 106782 102995 103427 105809 103775 102064 101041 102778 100920 103048 104907 99698 104724  total = 27.544155 per ms 
02:15:44.682 16  switches: flows:  101703 103460 103268 102351 101658 100705 103279 101553 99980 98533 99908 100661 100327 100406 98948 101309  total = 26.922489 per ms 
02:16:44.782 16  switches: flows:  105755 106631 105460 105758 104473 104832 104934 103488 103675 102230 103075 103399 103320 103605 100859 104077  total = 27.713223 per ms 
RESULT: 16 switches 9 tests min/max/avg/stdev = 26922.49/29413.63/27570.13/9217.17 responses/s</msg>
<arg>${stderr}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-08-06T02:16:44.814281" elapsed="0.000898"/>
</kw>
<if>
<branch type="IF" condition="&quot;${return_stdout}&quot;!=&quot;True&quot;">
<return>
<value>${stderr}</value>
<status status="PASS" start="2026-08-06T02:16:44.815605" elapsed="0.000062"/>
</return>
<status status="PASS" start="2026-08-06T02:16:44.815355" elapsed="0.000370"/>
</branch>
<status status="PASS" start="2026-08-06T02:16:44.815306" elapsed="0.000497"/>
</if>
<if>
<branch type="IF" condition="&quot;${return_stderr}&quot;!=&quot;True&quot;">
<return>
<value>${stdout}</value>
<status status="NOT RUN" start="2026-08-06T02:16:44.815994" elapsed="0.000028"/>
</return>
<status status="NOT RUN" start="2026-08-06T02:16:44.815918" elapsed="0.000157"/>
</branch>
<status status="NOT RUN" start="2026-08-06T02:16:44.815887" elapsed="0.000220"/>
</if>
<return>
<value>${stdout}</value>
<value>${stderr}</value>
<status status="NOT RUN" start="2026-08-06T02:16:44.816152" elapsed="0.000026"/>
</return>
<kw name="Restore_Current_Ssh_Connection_From_Index" owner="SSHKeywords" type="TEARDOWN">
<kw name="Run Keyword And Return If" owner="BuiltIn">
<arg>${connection_index} is not None</arg>
<arg>SSHLibrary.Switch Connection</arg>
<arg>${connection_index}</arg>
<doc>Runs the specified keyword and returns from the enclosing user keyword.</doc>
<status status="PASS" start="2026-08-06T02:16:44.820701" elapsed="0.000611"/>
</kw>
<kw name="Open Connection" owner="SSHLibrary">
<arg>127.0.0.1</arg>
<doc>Opens a new SSH connection to the given ``host`` and ``port``.</doc>
<status status="PASS" start="2026-08-06T02:16:44.821646" elapsed="0.000199"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-08-06T02:16:44.821993" elapsed="0.000139"/>
</kw>
<arg>${current_ssh_connection.index}</arg>
<doc>Restore active SSH connection in SSHLibrary to given index.</doc>
<status status="PASS" start="2026-08-06T02:16:44.816624" elapsed="0.005584"/>
</kw>
<msg time="2026-08-06T02:16:44.822346" level="INFO">${output} = cbench: controller benchmarking tool
   running in mode 'latency'
   connecting to controller at 10.30.171.180:6633 
   faking 16 switches with 1 threads :: 10 tests each; 60000 ms per test
   with 10...</msg>
<var>${output}</var>
<arg>${cbench_system}</arg>
<arg>${cbench_executable} -c ${ODL_SYSTEM_IP} ${cbench_args}</arg>
<arg>prompt_timeout=${test_timeout}</arg>
<arg>return_stdout=False</arg>
<arg>return_stderr=True</arg>
<doc>Reduces the common work of running a command on a remote system to a single higher level
robot keyword, taking care to log in with a public key and. The command given is written and the return value
depends on the passed argument values of return_stdout (default: True) and return_stderr (default: False).
At least one should be True, or the keyword will exit and FAIL. If both are True, the resulting return value
will be a two element list containing both. Otherwise the resulting return value is a string.
No test conditions are checked.</doc>
<status status="PASS" start="2026-08-06T02:06:38.206105" elapsed="606.616268"/>
</kw>
<status status="PASS" start="2026-08-06T02:06:38.205726" elapsed="606.616697"/>
</branch>
<status status="PASS" start="2026-08-06T02:06:38.205332" elapsed="606.617119"/>
</if>
<kw name="Log" owner="BuiltIn">
<msg time="2026-08-06T02:16:44.823030" level="INFO">cbench: controller benchmarking tool
   running in mode 'latency'
   connecting to controller at 10.30.171.180: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.180. So far 1 cbench instances have initialized their switches.  Waiting for other cbench-instances
Thread-0: Total switches from ALL cbench-instances initialized.
02:07:43.879 16  switches: flows:  113303 114007 111407 111282 111990 109322 109058 108363 105513 107373 109001 105871 107261 108945 108520 107684  total = 29.148333 per ms 
02:08:43.979 16  switches: flows:  114483 114272 109433 114120 113270 110862 109913 110777 106472 107850 109626 107887 108352 110959 109980 109508  total = 29.413633 per ms 
02:09:44.080 16  switches: flows:  107969 107808 105111 108738 107235 104817 102783 104083 99361 100828 105476 102008 101321 105436 103574 103431  total = 27.786563 per ms 
02:10:44.180 16  switches: flows:  105736 106498 101196 104579 103925 100532 100876 101824 97512 99618 102025 97625 98753 102843 101712 101269  total = 27.063529 per ms 
02:11:44.280 16  switches: flows:  106551 106576 102737 105274 104207 101119 102661 102374 98304 101213 101654 99193 99893 102427 102941 101414  total = 27.263476 per ms 
02:12:44.380 16  switches: flows:  105876 105816 102198 105177 104605 102949 101113 102591 98823 100368 101542 100175 99103 102618 100631 101685  total = 27.209082 per ms 
02:13:44.481 16  switches: flows:  103056 105851 101085 104538 102394 102372 103230 101602 100478 101787 101040 100255 102519 103726 98987 102712  total = 27.215064 per ms 
02:14:44.581 16  switches: flows:  103326 106554 103561 106782 102995 103427 105809 103775 102064 101041 102778 100920 103048 104907 99698 104724  total = 27.544155 per ms 
02:15:44.682 16  switches: flows:  101703 103460 103268 102351 101658 100705 103279 101553 99980 98533 99908 100661 100327 100406 98948 101309  total = 26.922489 per ms 
02:16:44.782 16  switches: flows:  105755 106631 105460 105758 104473 104832 104934 103488 103675 102230 103075 103399 103320 103605 100859 104077  total = 27.713223 per ms 
RESULT: 16 switches 9 tests min/max/avg/stdev = 26922.49/29413.63/27570.13/9217.17 responses/s</msg>
<arg>${output}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-08-06T02:16:44.822649" elapsed="0.000476"/>
</kw>
<kw name="Should Contain" owner="BuiltIn">
<arg>${output}</arg>
<arg>RESULT</arg>
<doc>Fails if ``container`` does not contain ``item`` one or more times.</doc>
<status status="PASS" start="2026-08-06T02:16:44.823314" elapsed="0.000507"/>
</kw>
<kw name="Get Lines Containing String" owner="String">
<msg time="2026-08-06T02:16:44.824291" level="INFO">1 out of 23 lines matched.</msg>
<msg time="2026-08-06T02:16:44.824396" level="INFO">${result_line} = RESULT: 16 switches 9 tests min/max/avg/stdev = 26922.49/29413.63/27570.13/9217.17 responses/s</msg>
<var>${result_line}</var>
<arg>${output}</arg>
<arg>RESULT</arg>
<doc>Returns lines of the given ``string`` that contain the ``pattern``.</doc>
<status status="PASS" start="2026-08-06T02:16:44.824007" elapsed="0.000414"/>
</kw>
<kw name="Split String" owner="String">
<msg time="2026-08-06T02:16:44.824959" level="INFO">@{results_list} = [ RESULT: | 16 | switches | 9 | tests | min/max/avg/stdev | = | 26922.49/29413.63/27570.13/9217.17 | responses/s ]</msg>
<var>@{results_list}</var>
<arg>${result_line}</arg>
<doc>Splits the ``string`` using ``separator`` as a delimiter string.</doc>
<status status="PASS" start="2026-08-06T02:16:44.824588" elapsed="0.000409"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-08-06T02:16:44.827832" level="INFO">min/max/avg/stdev</msg>
<arg>${results_list[5]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-08-06T02:16:44.825175" elapsed="0.002718"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-08-06T02:16:44.830886" level="INFO">26922.49/29413.63/27570.13/9217.17</msg>
<arg>${results_list[7]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-08-06T02:16:44.828087" elapsed="0.002879"/>
</kw>
<kw name="Split String" owner="String">
<msg time="2026-08-06T02:16:44.834027" level="INFO">@{result_name_list} = [ min | max | avg | stdev ]</msg>
<var>@{result_name_list}</var>
<arg>${results_list[5]}</arg>
<arg>/</arg>
<doc>Splits the ``string`` using ``separator`` as a delimiter string.</doc>
<status status="PASS" start="2026-08-06T02:16:44.831170" elapsed="0.002885"/>
</kw>
<kw name="Split String" owner="String">
<msg time="2026-08-06T02:16:44.836498" level="INFO">@{result_value_list} = [ 26922.49 | 29413.63 | 27570.13 | 9217.17 ]</msg>
<var>@{result_value_list}</var>
<arg>${results_list[7]}</arg>
<arg>/</arg>
<doc>Splits the ``string`` using ``separator`` as a delimiter string.</doc>
<status status="PASS" start="2026-08-06T02:16:44.834262" elapsed="0.002265"/>
</kw>
<kw name="Get Length" owner="BuiltIn">
<msg time="2026-08-06T02:16:44.837034" level="INFO">Length is 4.</msg>
<msg time="2026-08-06T02:16:44.837124" level="INFO">${num_stats} = 4</msg>
<var>${num_stats}</var>
<arg>${result_name_list}</arg>
<doc>Returns and logs the length of the given item as an integer.</doc>
<status status="PASS" start="2026-08-06T02:16:44.836685" elapsed="0.000463"/>
</kw>
<for flavor="IN RANGE">
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-08-06T02:16:44.842165" level="INFO">min :: 26922.49</msg>
<arg>${result_name_list[${i}]} :: ${result_value_list[${i}]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-08-06T02:16:44.837625" elapsed="0.004598"/>
</kw>
<var name="${i}">0</var>
<status status="PASS" start="2026-08-06T02:16:44.837474" elapsed="0.004786"/>
</iter>
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-08-06T02:16:44.846777" level="INFO">max :: 29413.63</msg>
<arg>${result_name_list[${i}]} :: ${result_value_list[${i}]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-08-06T02:16:44.842478" elapsed="0.004360"/>
</kw>
<var name="${i}">1</var>
<status status="PASS" start="2026-08-06T02:16:44.842350" elapsed="0.004524"/>
</iter>
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-08-06T02:16:44.851334" level="INFO">avg :: 27570.13</msg>
<arg>${result_name_list[${i}]} :: ${result_value_list[${i}]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-08-06T02:16:44.847092" elapsed="0.004301"/>
</kw>
<var name="${i}">2</var>
<status status="PASS" start="2026-08-06T02:16:44.846964" elapsed="0.004465"/>
</iter>
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-08-06T02:16:44.856105" level="INFO">stdev :: 9217.17</msg>
<arg>${result_name_list[${i}]} :: ${result_value_list[${i}]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-08-06T02:16:44.851649" elapsed="0.004516"/>
</kw>
<var name="${i}">3</var>
<status status="PASS" start="2026-08-06T02:16:44.851517" elapsed="0.004684"/>
</iter>
<var>${i}</var>
<value>0</value>
<value>${num_stats}</value>
<status status="PASS" start="2026-08-06T02:16:44.837219" elapsed="0.019012"/>
</for>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-08-06T02:16:44.860225" level="INFO">${min} = 26922.49</msg>
<var>${min}</var>
<arg>${result_value_list[${0}]}</arg>
<doc>Returns the given values which can then be assigned to a variables.</doc>
<status status="PASS" start="2026-08-06T02:16:44.856401" elapsed="0.003852"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-08-06T02:16:44.864249" level="INFO">${max} = 29413.63</msg>
<var>${max}</var>
<arg>${result_value_list[${1}]}</arg>
<doc>Returns the given values which can then be assigned to a variables.</doc>
<status status="PASS" start="2026-08-06T02:16:44.860408" elapsed="0.003868"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-08-06T02:16:44.868526" level="INFO">${average} = 27570.13</msg>
<var>${average}</var>
<arg>${result_value_list[${2}]}</arg>
<doc>Returns the given values which can then be assigned to a variables.</doc>
<status status="PASS" start="2026-08-06T02:16:44.864429" elapsed="0.004126"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-08-06T02:16:44.872917" level="INFO">${stdev} = 9217.17</msg>
<var>${stdev}</var>
<arg>${result_value_list[${3}]}</arg>
<doc>Returns the given values which can then be assigned to a variables.</doc>
<status status="PASS" start="2026-08-06T02:16:44.868714" elapsed="0.004231"/>
</kw>
<kw name="Get Time" owner="BuiltIn">
<msg time="2026-08-06T02:16:44.873526" level="INFO">${date} = 2026-08-06 02:16:44</msg>
<var>${date}</var>
<arg>d,m,s</arg>
<doc>Returns the given time in the requested format.</doc>
<status status="PASS" start="2026-08-06T02:16:44.873112" elapsed="0.000441"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-08-06T02:16:44.874176" level="INFO">CBench Result: 2026-08-06 02:16:44,-m 60000 -M 100 -S 16 -l 10 -D 5000 -p 6633,26922.49,29413.63,27570.13,9217.17</msg>
<arg>CBench Result: ${date},${cbench_args},${min},${max},${average},${stdev}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-08-06T02:16:44.873704" elapsed="0.000537"/>
</kw>
<kw name="Log Results And Determine Status">
<kw name="Append To File" owner="OperatingSystem">
<msg time="2026-08-06T02:16:44.875454" 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-08-06T02:16:44.874942" elapsed="0.000583"/>
</kw>
<kw name="Should Be True" owner="BuiltIn">
<arg>${average} &gt; ${threshold}</arg>
<arg>${average} flow_mods per/sec did not exceed threshold of ${threshold}</arg>
<doc>Fails if the given condition is not true.</doc>
<status status="PASS" start="2026-08-06T02:16:44.875679" elapsed="0.000512"/>
</kw>
<arg>${min}</arg>
<arg>${max}</arg>
<arg>${average}</arg>
<arg>${average_threshold}</arg>
<arg>${output_filename}</arg>
<status status="PASS" start="2026-08-06T02:16:44.874413" elapsed="0.001847"/>
</kw>
<arg>-m ${duration_in_ms} -M ${num_of_unique_macs} -S ${switch_count} -l ${loops} -D ${start_delay} -p ${of_port}</arg>
<arg>${latency_threshold}</arg>
<arg>bug.csv</arg>
<status status="PASS" start="2026-08-06T02:06:38.203609" elapsed="606.672712"/>
</kw>
<kw name="Sleep" owner="BuiltIn">
<msg time="2026-08-06T02:16:44.876804" level="INFO">Slept 0 seconds.</msg>
<arg>${test_delay}</arg>
<doc>Pauses the test executed for the given time.</doc>
<status status="PASS" start="2026-08-06T02:16:44.876466" elapsed="0.000397"/>
</kw>
<kw name="Report Failure Due To Bug" owner="Utils" type="TEARDOWN">
<kw name="Evaluate" owner="BuiltIn">
<msg time="2026-08-06T02:16:44.878242" level="INFO">${test_skipped} = False</msg>
<var>${test_skipped}</var>
<arg>len(re.findall('SKIPPED', """${TEST_MESSAGE}""")) &gt; 0</arg>
<arg>modules=re</arg>
<doc>Evaluates the given expression in Python and returns the result.</doc>
<status status="PASS" start="2026-08-06T02:16:44.877710" elapsed="0.000560"/>
</kw>
<if>
<branch type="IF" condition="('${TEST_STATUS}' != 'FAIL') or ${test_skipped}">
<return>
<status status="PASS" start="2026-08-06T02:16:44.878530" elapsed="0.000040"/>
</return>
<status status="PASS" start="2026-08-06T02:16:44.878359" elapsed="0.000249"/>
</branch>
<status status="PASS" start="2026-08-06T02:16:44.878334" elapsed="0.000300"/>
</if>
<kw name="Comment" owner="BuiltIn">
<arg>Jira tickets are {PROJECT}-{NUMBER} while Bugzilla tickets are {NUMBER}</arg>
<doc>Displays the given messages in the log file as keyword arguments.</doc>
<status status="NOT RUN" start="2026-08-06T02:16:44.878802" 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-08-06T02:16:44.878959" elapsed="0.000020"/>
</kw>
<kw name="Set Variable If" owner="BuiltIn">
<var>${bug_url}</var>
<arg>${match}</arg>
<arg>https://jira.opendaylight.org/browse/${number}</arg>
<arg>https://bugs.opendaylight.org/show_bug.cgi?id=${number}</arg>
<doc>Sets variable based on the given condition.</doc>
<status status="NOT RUN" start="2026-08-06T02:16:44.879116" elapsed="0.000019"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<var>${msg}</var>
<arg>This test fails due to ${bug_url}</arg>
<doc>Returns the given values which can then be assigned to a variables.</doc>
<status status="NOT RUN" start="2026-08-06T02:16:44.879331" elapsed="0.000022"/>
</kw>
<kw name="Evaluate" owner="BuiltIn">
<var>${newline}</var>
<arg>chr(10)</arg>
<doc>Evaluates the given expression in Python and returns the result.</doc>
<status status="NOT RUN" start="2026-08-06T02:16:44.879480" elapsed="0.000020"/>
</kw>
<kw name="Set Test Message" owner="BuiltIn">
<arg>${msg}${newline}${newline}${TEST_MESSAGE}</arg>
<doc>Sets message for the current test case.</doc>
<status status="NOT RUN" start="2026-08-06T02:16:44.879622" elapsed="0.000019"/>
</kw>
<kw name="Log" owner="BuiltIn">
<arg>${msg}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="NOT RUN" start="2026-08-06T02:16:44.879778" elapsed="0.000021"/>
</kw>
<if>
<branch type="IF" condition="&quot;${include_bug_in_tags}&quot;==&quot;True&quot;">
<kw name="Set Tags" owner="BuiltIn">
<arg>${bug_url}</arg>
<doc>Adds given ``tags`` for the current test or all tests in a suite.</doc>
<status status="NOT RUN" start="2026-08-06T02:16:44.879997" elapsed="0.000020"/>
</kw>
<status status="NOT RUN" start="2026-08-06T02:16:44.879861" elapsed="0.000187"/>
</branch>
<status status="NOT RUN" start="2026-08-06T02:16:44.879845" elapsed="0.000227"/>
</if>
<arg>6176</arg>
<doc>Report that a test failed due to a known Bugzilla bug whose
number is provided as an argument.
Not FAILED (incl. SKIPPED) test are not reported.
This keyword must be used in the [Teardown] setting of the affected test
or as the first line of the test if FastFail module is not being
used. It reports the URL of the bug on console and also puts it
into the Robot log file.</doc>
<status status="PASS" start="2026-08-06T02:16:44.877280" elapsed="0.002843"/>
</kw>
<doc>cbench executed in latency mode to see if controller is healthy</doc>
<tag>cbench</tag>
<tag>latency</tag>
<timeout value="15 minutes"/>
<status status="PASS" start="2026-08-06T02:06:38.202027" elapsed="606.678145"/>
</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-08-06T01:53:09.398038" elapsed="1415.482915"/>
</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>
