<?xml version="1.0" encoding="UTF-8"?>
<robot generator="Robot 7.4.2 (Python 3.11.10 on linux)" generated="2026-06-01T01:45:06.085062" 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-06-01T01:45:06.680168" elapsed="0.000023"/>
</return>
<status status="NOT RUN" start="2026-06-01T01:45:06.680029" elapsed="0.000212"/>
</branch>
<status status="PASS" start="2026-06-01T01:45:06.680000" elapsed="0.000285"/>
</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-06-01T01:45:06.680435" elapsed="0.000510"/>
</kw>
<kw name="Login" owner="SSHLibrary">
<msg time="2026-06-01T01:45:06.681477" level="INFO">Logging into '10.30.171.132:8101' as 'karaf'.</msg>
<msg time="2026-06-01T01:45:07.387742" 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-06-01T01:45:06.681120" elapsed="0.706821"/>
</kw>
<kw name="Write" owner="SSHLibrary">
<msg time="2026-06-01T01:45:07.436385" 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-06-01T01:45:07.388246" elapsed="0.048224"/>
</kw>
<kw name="Read Until Regexp" owner="SSHLibrary">
<msg time="2026-06-01T01:45:07.439111" level="INFO">[?1l&gt;[?2004l[?1h=[90m~[0m                                                                                [?2004hopendaylight-user@root&gt;</msg>
<msg time="2026-06-01T01:45:07.439230" 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-06-01T01:45:07.436687" elapsed="0.002587"/>
</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-06-01T01:45:07.439441" elapsed="0.000224"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-06-01T01:45:07.439832" elapsed="0.000212"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-06-01T01:45:07.440567" 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-06-01T01:45:07.440199" elapsed="0.000433"/>
</kw>
<return>
<value>${output}</value>
<status status="PASS" start="2026-06-01T01:45:07.440688" elapsed="0.000057"/>
</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.132
Note that this keyword will open&amp;close new SSH connection, without switching back to previously current session.</doc>
<status status="PASS" start="2026-06-01T01:45:06.679651" elapsed="0.761223"/>
</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-06-01T01:45:06.676021" elapsed="0.764919"/>
</kw>
<kw name="Append To File" owner="OperatingSystem">
<msg time="2026-06-01T01:45:07.441620" 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-06-01T01:45:07.441185" elapsed="0.000500"/>
</kw>
<kw name="Append To File" owner="OperatingSystem">
<msg time="2026-06-01T01:45:07.442101" 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-06-01T01:45:07.441845" elapsed="0.000315"/>
</kw>
<kw name="Evaluate" owner="BuiltIn">
<msg time="2026-06-01T01:45:07.442798" 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-06-01T01:45:07.442344" elapsed="0.000483"/>
</kw>
<kw name="Set Suite Variable" owner="BuiltIn">
<msg time="2026-06-01T01:45:07.443369" 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-06-01T01:45:07.443001" elapsed="0.000414"/>
</kw>
<kw name="Evaluate" owner="BuiltIn">
<msg time="2026-06-01T01:45:07.443968" 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-06-01T01:45:07.443564" elapsed="0.000432"/>
</kw>
<kw name="Set Suite Variable" owner="BuiltIn">
<msg time="2026-06-01T01:45:07.444500" 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-06-01T01:45:07.444159" elapsed="0.000385"/>
</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-06-01T01:45:07.444872" elapsed="0.000021"/>
</kw>
<status status="NOT RUN" start="2026-06-01T01:45:07.444639" elapsed="0.000289"/>
</branch>
<branch type="ELSE">
<kw name="Verify File Exists On Remote System" owner="Utils">
<kw name="Open Connection" owner="SSHLibrary">
<msg time="2026-06-01T01:45:07.449586" 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-06-01T01:45:07.449142" elapsed="0.000473"/>
</kw>
<kw name="Flexible_SSH_Login" owner="SSHKeywords">
<kw name="Get Length" owner="BuiltIn">
<msg time="2026-06-01T01:45:07.450668" level="INFO">Length is 0.</msg>
<msg time="2026-06-01T01:45:07.450756" 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-06-01T01:45:07.450202" elapsed="0.000586"/>
</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-06-01T01:45:07.450943" elapsed="0.000376"/>
</kw>
<kw name="Run Keyword And Return" owner="BuiltIn">
<kw name="Login With Public Key" owner="SSHLibrary">
<msg time="2026-06-01T01:45:07.452399" level="INFO">Logging into '10.30.170.45:22' as 'jenkins'.</msg>
<msg time="2026-06-01T01:45:08.179083" 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 Mon Jun  1 01:45:07 UTC 2026

  System load:  0.06               Processes:             110
  Usage of /:   19.3% of 38.58GB   Users logged in:       0
  Memory usage: 4%                 IPv4 address for ens3: 10.30.170.45
  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-736-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-06-01T01:45:07.451856" elapsed="0.727378"/>
</kw>
<msg time="2026-06-01T01:45:08.179343" 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-06-01T01:45:07.451481" elapsed="0.727964"/>
</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-06-01T01:45:07.449838" elapsed="0.729729"/>
</kw>
<kw name="File Should Exist" owner="SSHLibrary">
<msg time="2026-06-01T01:45:08.186469" 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-06-01T01:45:08.179778" elapsed="0.008223"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-06-01T01:45:08.188198" elapsed="0.000314"/>
</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-06-01T01:45:07.448557" elapsed="0.740026"/>
</kw>
<status status="PASS" start="2026-06-01T01:45:07.445172" elapsed="0.743486"/>
</branch>
<status status="PASS" start="2026-06-01T01:45:07.444611" elapsed="0.744088"/>
</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-06-01T01:45:08.188862" elapsed="0.000608"/>
</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-06-01T01:45:08.199596" elapsed="0.000043"/>
</return>
<status status="NOT RUN" start="2026-06-01T01:45:08.199309" elapsed="0.000411"/>
</branch>
<status status="PASS" start="2026-06-01T01:45:08.199222" elapsed="0.000555"/>
</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-06-01T01:45:08.204350" elapsed="0.000016"/>
</return>
<status status="NOT RUN" start="2026-06-01T01:45:08.204213" elapsed="0.000187"/>
</branch>
<status status="PASS" start="2026-06-01T01:45:08.204192" elapsed="0.000232"/>
</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-06-01T01:45:08.204560" elapsed="0.000480"/>
</kw>
<kw name="Login" owner="SSHLibrary">
<msg time="2026-06-01T01:45:08.205482" level="INFO">Logging into '10.30.171.132:8101' as 'karaf'.</msg>
<msg time="2026-06-01T01:45:08.436422" 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-06-01T01:45:08.205194" elapsed="0.231395"/>
</kw>
<kw name="Write" owner="SSHLibrary">
<msg time="2026-06-01T01:45:08.532384" 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-06-01T01:45:08.436832" elapsed="0.095732"/>
</kw>
<kw name="Read Until Regexp" owner="SSHLibrary">
<msg time="2026-06-01T01:45:08.539602" 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-06-01T01:45:08.539811" 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-06-01T01:45:08.532844" elapsed="0.007001"/>
</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-06-01T01:45:08.539995" elapsed="0.000211"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-06-01T01:45:08.540373" elapsed="0.000217"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-06-01T01:45:08.541063" 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-06-01T01:45:08.540742" elapsed="0.000382"/>
</kw>
<return>
<value>${output}</value>
<status status="PASS" start="2026-06-01T01:45:08.541180" elapsed="0.000051"/>
</return>
<msg time="2026-06-01T01:45:08.541407" 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.132
Note that this keyword will open&amp;close new SSH connection, without switching back to previously current session.</doc>
<status status="PASS" start="2026-06-01T01:45:08.203829" elapsed="0.337613"/>
</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-06-01T01:45:08.541596" elapsed="0.000521"/>
</kw>
<return>
<value>${output}</value>
<status status="PASS" start="2026-06-01T01:45:08.542171" 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-06-01T01:45:08.198576" elapsed="0.343753"/>
</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-06-01T01:45:08.546195" elapsed="0.000015"/>
</return>
<status status="NOT RUN" start="2026-06-01T01:45:08.546054" elapsed="0.000189"/>
</branch>
<status status="PASS" start="2026-06-01T01:45:08.546029" elapsed="0.000257"/>
</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-06-01T01:45:08.546422" elapsed="0.000468"/>
</kw>
<kw name="Login" owner="SSHLibrary">
<msg time="2026-06-01T01:45:08.547331" level="INFO">Logging into '10.30.171.132:8101' as 'karaf'.</msg>
<msg time="2026-06-01T01:45:08.695279" 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-06-01T01:45:08.547044" elapsed="0.148391"/>
</kw>
<kw name="Write" owner="SSHLibrary">
<msg time="2026-06-01T01:45:08.726992" 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-06-01T01:45:08.695680" elapsed="0.031410"/>
</kw>
<kw name="Read Until Regexp" owner="SSHLibrary">
<msg time="2026-06-01T01:45:08.729462" level="INFO">[?1l&gt;[?2004lDropAllFlows transitions to on
[?1h=[90m~[0m                                                                                [?2004hopendaylight-user@root&gt;</msg>
<msg time="2026-06-01T01:45:08.729579" 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-06-01T01:45:08.727290" elapsed="0.002319"/>
</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-06-01T01:45:08.729753" elapsed="0.000191"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-06-01T01:45:08.730094" elapsed="0.000254"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-06-01T01:45:08.730804" 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-06-01T01:45:08.730492" elapsed="0.000363"/>
</kw>
<return>
<value>${output}</value>
<status status="PASS" start="2026-06-01T01:45:08.730908" elapsed="0.000054"/>
</return>
<arg>dropallpacketsrpc on</arg>
<doc>Will execute the given ${cmd} by ssh'ing to the karaf console running on 10.30.171.132
Note that this keyword will open&amp;close new SSH connection, without switching back to previously current session.</doc>
<status status="PASS" start="2026-06-01T01:45:08.545708" elapsed="0.185373"/>
</kw>
<status status="PASS" start="2026-06-01T01:45:06.674232" elapsed="2.056913"/>
</kw>
<test id="s1-t1" name="Cbench Latency Test" line="37">
<kw name="Log" owner="BuiltIn">
<msg time="2026-06-01T01:45:08.733391" 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-06-01T01:45:08.732165" elapsed="0.001293"/>
</kw>
<kw name="Run Cbench And Log Results">
<kw name="Set Suite Variable" owner="BuiltIn">
<msg time="2026-06-01T01:45:08.734959" 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-06-01T01:45:08.734604" elapsed="0.000401"/>
</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-06-01T01:45:08.735354" elapsed="0.000023"/>
</kw>
<status status="NOT RUN" start="2026-06-01T01:45:08.735086" elapsed="0.000328"/>
</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-06-01T01:45:08.738429" elapsed="0.000022"/>
</kw>
<status status="NOT RUN" start="2026-06-01T01:45:08.738151" elapsed="0.000336"/>
</branch>
<status status="PASS" start="2026-06-01T01:45:08.738131" elapsed="0.000383"/>
</if>
<kw name="Get Connection" owner="SSHLibrary">
<msg time="2026-06-01T01:45:08.738867" 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-06-01T01:45:08.738991" 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-06-01T01:45:08.738650" elapsed="0.000368"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-06-01T01:45:08.739606" level="INFO">Attempting to execute command "/usr/local/bin/cbench -c 10.30.171.132 -m 60000 -M 100 -S 16 -l 10 -D 5000 -p 6633" on remote system "10.30.170.45" 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-06-01T01:45:08.739155" elapsed="0.000512"/>
</kw>
<kw name="Open Connection" owner="SSHLibrary">
<msg time="2026-06-01T01:45:08.740304" 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-06-01T01:45:08.739810" elapsed="0.000522"/>
</kw>
<kw name="Flexible_SSH_Login" owner="SSHKeywords">
<kw name="Get Length" owner="BuiltIn">
<msg time="2026-06-01T01:45:08.741315" level="INFO">Length is 0.</msg>
<msg time="2026-06-01T01:45:08.741409" 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-06-01T01:45:08.740959" elapsed="0.000475"/>
</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-06-01T01:45:08.741589" elapsed="0.000352"/>
</kw>
<kw name="Run Keyword And Return" owner="BuiltIn">
<kw name="Login With Public Key" owner="SSHLibrary">
<msg time="2026-06-01T01:45:08.742837" level="INFO">Logging into '10.30.170.45:22' as 'jenkins'.</msg>
<msg time="2026-06-01T01:45:09.057522" 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 Mon Jun  1 01:45:07 UTC 2026

  System load:  0.06               Processes:             110
  Usage of /:   19.3% of 38.58GB   Users logged in:       0
  Memory usage: 4%                 IPv4 address for ens3: 10.30.170.45
  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: Mon Jun  1 01:45:08 2026 from 10.30.170.141
[?2004h[jenkins@releng-48317-736-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-06-01T01:45:08.742476" elapsed="0.315254"/>
</kw>
<msg time="2026-06-01T01:45:09.057817" 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-06-01T01:45:08.742101" elapsed="0.315809"/>
</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-06-01T01:45:08.740572" elapsed="0.317475"/>
</kw>
<kw name="Execute Command" owner="SSHLibrary">
<msg time="2026-06-01T01:45:09.058902" level="INFO">Executing command '/usr/local/bin/cbench -c 10.30.171.132 -m 60000 -M 100 -S 16 -l 10 -D 5000 -p 6633'.</msg>
<msg time="2026-06-01T01:55:15.196068" level="INFO">Command exited with return code 0.</msg>
<msg time="2026-06-01T01:55:15.196651" level="INFO">${stdout} = </msg>
<msg time="2026-06-01T01:55:15.196760" level="INFO">${stderr} = cbench: controller benchmarking tool
   running in mode 'latency'
   connecting to controller at 10.30.171.132: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-06-01T01:45:09.058312" elapsed="606.138509"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-06-01T01:55:15.197315" elapsed="0.000779"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-06-01T01:55:15.199324" level="INFO">cbench: controller benchmarking tool
   running in mode 'latency'
   connecting to controller at 10.30.171.132: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.132. So far 1 cbench instances have initialized their switches.  Waiting for other cbench-instances
Thread-0: Total switches from ALL cbench-instances initialized.
01:46:14.285 16  switches: flows:  97632 97030 95476 100593 97331 99098 96450 98057 95195 96567 93443 96490 94565 97458 93474 94393  total = 25.720867 per ms 
01:47:14.386 16  switches: flows:  109367 106906 107011 108691 106476 106677 107014 106379 105681 105625 105291 104123 104247 104973 103856 102381  total = 28.197866 per ms 
01:48:14.487 16  switches: flows:  109572 104792 106104 106652 105587 105102 108174 107496 103620 104206 104995 105554 105705 105939 102393 105486  total = 28.142663 per ms 
01:49:14.587 16  switches: flows:  112943 106637 106755 108597 110668 107480 111882 106923 105273 106245 105947 108536 110524 110880 101621 106872  total = 28.748396 per ms 
01:50:14.688 16  switches: flows:  111879 106795 105349 107134 106479 105788 109477 106953 104092 106128 107254 107779 107515 109088 102458 107001  total = 28.471973 per ms 
01:51:14.788 16  switches: flows:  107246 110400 106421 111415 109298 106652 108485 107838 106628 103558 106235 105231 104696 108485 104926 107289  total = 28.532424 per ms 
01:52:14.889 16  switches: flows:  111461 112977 110223 113807 113160 108581 108688 108752 111454 105740 112333 106683 104554 111133 108063 108526  total = 29.220103 per ms 
01:53:14.990 16  switches: flows:  111681 114341 109601 113789 115534 109920 111121 110416 111937 108483 111541 108230 109494 113121 109510 109099  total = 29.580920 per ms 
01:54:15.091 16  switches: flows:  110782 111091 109841 111909 109621 108517 109718 113590 110014 108528 110678 107184 109487 110244 108006 106450  total = 29.212229 per ms 
01:55:15.192 16  switches: flows:  113597 109513 110444 114544 110136 109106 110611 114380 112145 108890 112133 108387 109922 111949 108663 106881  total = 29.472448 per ms 
RESULT: 16 switches 9 tests min/max/avg/stdev = 28142.66/29580.92/28842.11/9627.72 responses/s</msg>
<arg>${stderr}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-06-01T01:55:15.198530" elapsed="0.001099"/>
</kw>
<if>
<branch type="IF" condition="&quot;${return_stdout}&quot;!=&quot;True&quot;">
<return>
<value>${stderr}</value>
<status status="PASS" start="2026-06-01T01:55:15.200190" elapsed="0.000105"/>
</return>
<status status="PASS" start="2026-06-01T01:55:15.199855" elapsed="0.000525"/>
</branch>
<status status="PASS" start="2026-06-01T01:55:15.199795" elapsed="0.000643"/>
</if>
<if>
<branch type="IF" condition="&quot;${return_stderr}&quot;!=&quot;True&quot;">
<return>
<value>${stdout}</value>
<status status="NOT RUN" start="2026-06-01T01:55:15.200659" elapsed="0.000030"/>
</return>
<status status="NOT RUN" start="2026-06-01T01:55:15.200573" elapsed="0.000178"/>
</branch>
<status status="NOT RUN" start="2026-06-01T01:55:15.200536" elapsed="0.000264"/>
</if>
<return>
<value>${stdout}</value>
<value>${stderr}</value>
<status status="NOT RUN" start="2026-06-01T01:55:15.200875" 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-06-01T01:55:15.205610" elapsed="0.000457"/>
</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-06-01T01:55:15.206301" elapsed="0.000242"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-06-01T01:55:15.206731" elapsed="0.000141"/>
</kw>
<arg>${current_ssh_connection.index}</arg>
<doc>Restore active SSH connection in SSHLibrary to given index.</doc>
<status status="PASS" start="2026-06-01T01:55:15.201589" elapsed="0.005358"/>
</kw>
<msg time="2026-06-01T01:55:15.207125" level="INFO">${output} = cbench: controller benchmarking tool
   running in mode 'latency'
   connecting to controller at 10.30.171.132: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-06-01T01:45:08.735767" elapsed="606.471396"/>
</kw>
<status status="PASS" start="2026-06-01T01:45:08.735444" elapsed="606.471788"/>
</branch>
<status status="PASS" start="2026-06-01T01:45:08.735062" elapsed="606.472223"/>
</if>
<kw name="Log" owner="BuiltIn">
<msg time="2026-06-01T01:55:15.207916" level="INFO">cbench: controller benchmarking tool
   running in mode 'latency'
   connecting to controller at 10.30.171.132: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.132. So far 1 cbench instances have initialized their switches.  Waiting for other cbench-instances
Thread-0: Total switches from ALL cbench-instances initialized.
01:46:14.285 16  switches: flows:  97632 97030 95476 100593 97331 99098 96450 98057 95195 96567 93443 96490 94565 97458 93474 94393  total = 25.720867 per ms 
01:47:14.386 16  switches: flows:  109367 106906 107011 108691 106476 106677 107014 106379 105681 105625 105291 104123 104247 104973 103856 102381  total = 28.197866 per ms 
01:48:14.487 16  switches: flows:  109572 104792 106104 106652 105587 105102 108174 107496 103620 104206 104995 105554 105705 105939 102393 105486  total = 28.142663 per ms 
01:49:14.587 16  switches: flows:  112943 106637 106755 108597 110668 107480 111882 106923 105273 106245 105947 108536 110524 110880 101621 106872  total = 28.748396 per ms 
01:50:14.688 16  switches: flows:  111879 106795 105349 107134 106479 105788 109477 106953 104092 106128 107254 107779 107515 109088 102458 107001  total = 28.471973 per ms 
01:51:14.788 16  switches: flows:  107246 110400 106421 111415 109298 106652 108485 107838 106628 103558 106235 105231 104696 108485 104926 107289  total = 28.532424 per ms 
01:52:14.889 16  switches: flows:  111461 112977 110223 113807 113160 108581 108688 108752 111454 105740 112333 106683 104554 111133 108063 108526  total = 29.220103 per ms 
01:53:14.990 16  switches: flows:  111681 114341 109601 113789 115534 109920 111121 110416 111937 108483 111541 108230 109494 113121 109510 109099  total = 29.580920 per ms 
01:54:15.091 16  switches: flows:  110782 111091 109841 111909 109621 108517 109718 113590 110014 108528 110678 107184 109487 110244 108006 106450  total = 29.212229 per ms 
01:55:15.192 16  switches: flows:  113597 109513 110444 114544 110136 109106 110611 114380 112145 108890 112133 108387 109922 111949 108663 106881  total = 29.472448 per ms 
RESULT: 16 switches 9 tests min/max/avg/stdev = 28142.66/29580.92/28842.11/9627.72 responses/s</msg>
<arg>${output}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-06-01T01:55:15.207485" elapsed="0.000535"/>
</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-06-01T01:55:15.208229" elapsed="0.000527"/>
</kw>
<kw name="Get Lines Containing String" owner="String">
<msg time="2026-06-01T01:55:15.209313" level="INFO">1 out of 23 lines matched.</msg>
<msg time="2026-06-01T01:55:15.209443" level="INFO">${result_line} = RESULT: 16 switches 9 tests min/max/avg/stdev = 28142.66/29580.92/28842.11/9627.72 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-06-01T01:55:15.208982" elapsed="0.000498"/>
</kw>
<kw name="Split String" owner="String">
<msg time="2026-06-01T01:55:15.210064" level="INFO">@{results_list} = [ RESULT: | 16 | switches | 9 | tests | min/max/avg/stdev | = | 28142.66/29580.92/28842.11/9627.72 | 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-06-01T01:55:15.209697" elapsed="0.000405"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-06-01T01:55:15.213113" 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-06-01T01:55:15.210334" elapsed="0.002838"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-06-01T01:55:15.215577" level="INFO">28142.66/29580.92/28842.11/9627.72</msg>
<arg>${results_list[7]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-06-01T01:55:15.213337" elapsed="0.002297"/>
</kw>
<kw name="Split String" owner="String">
<msg time="2026-06-01T01:55:15.218034" 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-06-01T01:55:15.215802" elapsed="0.002260"/>
</kw>
<kw name="Split String" owner="String">
<msg time="2026-06-01T01:55:15.220651" level="INFO">@{result_value_list} = [ 28142.66 | 29580.92 | 28842.11 | 9627.72 ]</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-06-01T01:55:15.218253" elapsed="0.002425"/>
</kw>
<kw name="Get Length" owner="BuiltIn">
<msg time="2026-06-01T01:55:15.221150" level="INFO">Length is 4.</msg>
<msg time="2026-06-01T01:55:15.221245" 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-06-01T01:55:15.220837" elapsed="0.000453"/>
</kw>
<for flavor="IN RANGE">
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-06-01T01:55:15.226044" level="INFO">min :: 28142.66</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-06-01T01:55:15.221680" elapsed="0.004422"/>
</kw>
<var name="${i}">0</var>
<status status="PASS" start="2026-06-01T01:55:15.221544" elapsed="0.004599"/>
</iter>
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-06-01T01:55:15.230736" level="INFO">max :: 29580.92</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-06-01T01:55:15.226381" elapsed="0.004413"/>
</kw>
<var name="${i}">1</var>
<status status="PASS" start="2026-06-01T01:55:15.226236" elapsed="0.004594"/>
</iter>
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-06-01T01:55:15.235434" level="INFO">avg :: 28842.11</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-06-01T01:55:15.231053" elapsed="0.004439"/>
</kw>
<var name="${i}">2</var>
<status status="PASS" start="2026-06-01T01:55:15.230923" elapsed="0.004604"/>
</iter>
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-06-01T01:55:15.240445" level="INFO">stdev :: 9627.72</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-06-01T01:55:15.235776" elapsed="0.004728"/>
</kw>
<var name="${i}">3</var>
<status status="PASS" start="2026-06-01T01:55:15.235623" elapsed="0.004917"/>
</iter>
<var>${i}</var>
<value>0</value>
<value>${num_stats}</value>
<status status="PASS" start="2026-06-01T01:55:15.221358" elapsed="0.019217"/>
</for>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-06-01T01:55:15.244537" level="INFO">${min} = 28142.66</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-06-01T01:55:15.240734" elapsed="0.003831"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-06-01T01:55:15.248506" level="INFO">${max} = 29580.92</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-06-01T01:55:15.244722" elapsed="0.003812"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-06-01T01:55:15.252619" level="INFO">${average} = 28842.11</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-06-01T01:55:15.248688" elapsed="0.003958"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-06-01T01:55:15.256605" level="INFO">${stdev} = 9627.72</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-06-01T01:55:15.252802" elapsed="0.003830"/>
</kw>
<kw name="Get Time" owner="BuiltIn">
<msg time="2026-06-01T01:55:15.257159" level="INFO">${date} = 2026-06-01 01:55:15</msg>
<var>${date}</var>
<arg>d,m,s</arg>
<doc>Returns the given time in the requested format.</doc>
<status status="PASS" start="2026-06-01T01:55:15.256795" elapsed="0.000391"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-06-01T01:55:15.257775" level="INFO">CBench Result: 2026-06-01 01:55:15,-m 60000 -M 100 -S 16 -l 10 -D 5000 -p 6633,28142.66,29580.92,28842.11,9627.72</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-06-01T01:55:15.257356" elapsed="0.000476"/>
</kw>
<kw name="Log Results And Determine Status">
<kw name="Append To File" owner="OperatingSystem">
<msg time="2026-06-01T01:55:15.258874" 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-06-01T01:55:15.258470" elapsed="0.000472"/>
</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-06-01T01:55:15.259096" elapsed="0.000481"/>
</kw>
<arg>${min}</arg>
<arg>${max}</arg>
<arg>${average}</arg>
<arg>${average_threshold}</arg>
<arg>${output_filename}</arg>
<status status="PASS" start="2026-06-01T01:55:15.257974" elapsed="0.001669"/>
</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-06-01T01:45:08.733936" elapsed="606.525770"/>
</kw>
<kw name="Sleep" owner="BuiltIn">
<msg time="2026-06-01T01:55:15.260213" 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-06-01T01:55:15.259890" elapsed="0.000396"/>
</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-06-01T01:55:15.260800" elapsed="0.000269"/>
</kw>
<status status="PASS" start="2026-06-01T01:55:15.260494" elapsed="0.000653"/>
</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-06-01T01:45:08.731344" elapsed="606.529841"/>
</test>
<test id="s1-t2" name="Cbench Throughput Test" line="51">
<kw name="Log" owner="BuiltIn">
<msg time="2026-06-01T01:55:15.262489" 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-06-01T01:55:15.262085" elapsed="0.000462"/>
</kw>
<kw name="Run Cbench And Log Results">
<kw name="Set Suite Variable" owner="BuiltIn">
<msg time="2026-06-01T01:55:15.263811" 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-06-01T01:55:15.263464" elapsed="0.000396"/>
</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-06-01T01:55:15.264192" elapsed="0.000023"/>
</kw>
<status status="NOT RUN" start="2026-06-01T01:55:15.263970" elapsed="0.000282"/>
</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-06-01T01:55:15.267294" elapsed="0.000022"/>
</kw>
<status status="NOT RUN" start="2026-06-01T01:55:15.267024" elapsed="0.000328"/>
</branch>
<status status="PASS" start="2026-06-01T01:55:15.267005" elapsed="0.000371"/>
</if>
<kw name="Get Connection" owner="SSHLibrary">
<msg time="2026-06-01T01:55:15.267693" 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-06-01T01:55:15.267841" 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-06-01T01:55:15.267509" elapsed="0.000360"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-06-01T01:55:15.268448" level="INFO">Attempting to execute command "/usr/local/bin/cbench -c 10.30.171.132 -t -m 60000 -M 100 -S 16 -l 10 -D 5000 -p 6633" on remote system "10.30.170.45" 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-06-01T01:55:15.268007" elapsed="0.000500"/>
</kw>
<kw name="Open Connection" owner="SSHLibrary">
<msg time="2026-06-01T01:55:15.269055" 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-06-01T01:55:15.268648" elapsed="0.000434"/>
</kw>
<kw name="Flexible_SSH_Login" owner="SSHKeywords">
<kw name="Get Length" owner="BuiltIn">
<msg time="2026-06-01T01:55:15.269998" level="INFO">Length is 0.</msg>
<msg time="2026-06-01T01:55:15.270088" 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-06-01T01:55:15.269683" elapsed="0.000430"/>
</kw>
<kw name="Run Keyword And Return If" owner="BuiltIn">
<arg>${pwd_length} &gt; 0</arg>
<arg>SSHLibrary.Login</arg>
<arg>${user}</arg>
<arg>${password}</arg>
<arg>delay=${delay}</arg>
<doc>Runs the specified keyword and returns from the enclosing user keyword.</doc>
<status status="PASS" start="2026-06-01T01:55:15.270280" elapsed="0.000329"/>
</kw>
<kw name="Run Keyword And Return" owner="BuiltIn">
<kw name="Login With Public Key" owner="SSHLibrary">
<msg time="2026-06-01T01:55:15.271485" level="INFO">Logging into '10.30.170.45:22' as 'jenkins'.</msg>
<msg time="2026-06-01T01:55:15.840071" 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 Mon Jun  1 01:55:15 UTC 2026

  System load:  1.0                Processes:             104
  Usage of /:   19.3% of 38.58GB   Users logged in:       0
  Memory usage: 4%                 IPv4 address for ens3: 10.30.170.45
  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: Mon Jun  1 01:45:08 2026 from 10.30.170.141
[?2004h[jenkins@releng-48317-736-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-06-01T01:55:15.271111" elapsed="0.569375"/>
</kw>
<msg time="2026-06-01T01:55:15.840675" 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-06-01T01:55:15.270764" elapsed="0.570082"/>
</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-06-01T01:55:15.269300" elapsed="0.571777"/>
</kw>
<kw name="Execute Command" owner="SSHLibrary">
<msg time="2026-06-01T01:55:15.842162" level="INFO">Executing command '/usr/local/bin/cbench -c 10.30.171.132 -t -m 60000 -M 100 -S 16 -l 10 -D 5000 -p 6633'.</msg>
<msg time="2026-06-01T02:01:05.343535" level="INFO">Command exited with return code 1.</msg>
<msg time="2026-06-01T02:01:05.344062" level="INFO">${stdout} = </msg>
<msg time="2026-06-01T02:01:05.344187" level="INFO">${stderr} = cbench: controller benchmarking tool
   running in mode 'throughput'
   connecting to controller at 10.30.171.132: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-06-01T01:55:15.841546" elapsed="349.502752"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-06-01T02:01:05.344809" elapsed="0.000741"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-06-01T02:01:05.346763" level="INFO">cbench: controller benchmarking tool
   running in mode 'throughput'
   connecting to controller at 10.30.171.132: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.132. So far 1 cbench instances have initialized their switches.  Waiting for other cbench-instances
Thread-0: Total switches from ALL cbench-instances initialized.
01:56:20.973 16  switches: flows:  493837 493344 498252 505245 497141 482671 488369 489953 494459 484036 489762 472585 489849 499995 492856 494587  total = 131.115683 per ms 
01:57:21.076 16  switches: flows:  496282 496517 498465 498387 492302 494114 501978 491068 485505 497918 488404 487591 498966 491905 501872 500499  total = 131.806147 per ms 
01:58:21.179 16  switches: flows:  532038 518311 530799 525540 529006 521655 523759 523853 528397 517771 521228 534380 519194 521212 526019 529692  total = 139.812821 per ms 
01:59:21.279 16  switches: flows:  527603 529599 531539 525652 527603 534559 534955 529267 539075 535423 532135 538613 529970 535608 533924 534153  total = 141.757339 per ms 
02:00:21.381 16  switches: flows:  510648 517646 512179 515949 512462 514840 505766 513110 516719 515268 514534 522285 512329 515759 511510 518376  total = 136.925705 per ms 
controller msgbuf_read() = 0:   closed connection ... exiting</msg>
<arg>${stderr}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-06-01T02:01:05.345945" elapsed="0.001097"/>
</kw>
<if>
<branch type="IF" condition="&quot;${return_stdout}&quot;!=&quot;True&quot;">
<return>
<value>${stderr}</value>
<status status="PASS" start="2026-06-01T02:01:05.347599" elapsed="0.000076"/>
</return>
<status status="PASS" start="2026-06-01T02:01:05.347232" elapsed="0.000528"/>
</branch>
<status status="PASS" start="2026-06-01T02:01:05.347176" elapsed="0.000641"/>
</if>
<if>
<branch type="IF" condition="&quot;${return_stderr}&quot;!=&quot;True&quot;">
<return>
<value>${stdout}</value>
<status status="NOT RUN" start="2026-06-01T02:01:05.348041" elapsed="0.000031"/>
</return>
<status status="NOT RUN" start="2026-06-01T02:01:05.347953" elapsed="0.000183"/>
</branch>
<status status="NOT RUN" start="2026-06-01T02:01:05.347917" elapsed="0.000270"/>
</if>
<return>
<value>${stdout}</value>
<value>${stderr}</value>
<status status="NOT RUN" start="2026-06-01T02:01:05.348299" elapsed="0.000048"/>
</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-06-01T02:01:05.353800" elapsed="0.000342"/>
</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-06-01T02:01:05.354309" elapsed="0.000179"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-06-01T02:01:05.354640" elapsed="0.000111"/>
</kw>
<arg>${current_ssh_connection.index}</arg>
<doc>Restore active SSH connection in SSHLibrary to given index.</doc>
<status status="PASS" start="2026-06-01T02:01:05.349059" elapsed="0.005749"/>
</kw>
<msg time="2026-06-01T02:01:05.354941" level="INFO">${output} = cbench: controller benchmarking tool
   running in mode 'throughput'
   connecting to controller at 10.30.171.132: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-06-01T01:55:15.264711" elapsed="350.090259"/>
</kw>
<status status="PASS" start="2026-06-01T01:55:15.264383" elapsed="350.090637"/>
</branch>
<status status="PASS" start="2026-06-01T01:55:15.263948" elapsed="350.091098"/>
</if>
<kw name="Log" owner="BuiltIn">
<msg time="2026-06-01T02:01:05.355519" level="INFO">cbench: controller benchmarking tool
   running in mode 'throughput'
   connecting to controller at 10.30.171.132: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.132. So far 1 cbench instances have initialized their switches.  Waiting for other cbench-instances
Thread-0: Total switches from ALL cbench-instances initialized.
01:56:20.973 16  switches: flows:  493837 493344 498252 505245 497141 482671 488369 489953 494459 484036 489762 472585 489849 499995 492856 494587  total = 131.115683 per ms 
01:57:21.076 16  switches: flows:  496282 496517 498465 498387 492302 494114 501978 491068 485505 497918 488404 487591 498966 491905 501872 500499  total = 131.806147 per ms 
01:58:21.179 16  switches: flows:  532038 518311 530799 525540 529006 521655 523759 523853 528397 517771 521228 534380 519194 521212 526019 529692  total = 139.812821 per ms 
01:59:21.279 16  switches: flows:  527603 529599 531539 525652 527603 534559 534955 529267 539075 535423 532135 538613 529970 535608 533924 534153  total = 141.757339 per ms 
02:00:21.381 16  switches: flows:  510648 517646 512179 515949 512462 514840 505766 513110 516719 515268 514534 522285 512329 515759 511510 518376  total = 136.925705 per ms 
controller msgbuf_read() = 0:   closed connection ... exiting</msg>
<arg>${output}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-06-01T02:01:05.355192" elapsed="0.000402"/>
</kw>
<kw name="Should Contain" owner="BuiltIn">
<msg time="2026-06-01T02:01:05.356206" level="FAIL">'cbench: controller benchmarking tool
   running in mode 'throughput'
   connecting to controller at 10.30.171.132: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.132. So far 1 cbench instances have initialized their switches.  Waiting for other cbench-instances
Thread-0: Total switches from ALL cbench-instances initialized.
01:56:20.973 16  switches: flows:  493837 493344 498252 505245 497141 482671 488369 489953 494459 484036 489762 472585 489849 499995 492856 494587  total = 131.115683 per ms 
01:57:21.076 16  switches: flows:  496282 496517 498465 498387 492302 494114 501978 491068 485505 497918 488404 487591 498966 491905 501872 500499  total = 131.806147 per ms 
01:58:21.179 16  switches: flows:  532038 518311 530799 525540 529006 521655 523759 523853 528397 517771 521228 534380 519194 521212 526019 529692  total = 139.812821 per ms 
01:59:21.279 16  switches: flows:  527603 529599 531539 525652 527603 534559 534955 529267 539075 535423 532135 538613 529970 535608 533924 534153  total = 141.757339 per ms 
02:00:21.381 16  switches: flows:  510648 517646 512179 515949 512462 514840 505766 513110 516719 515268 514534 522285 512329 515759 511510 518376  total = 136.925705 per ms 
controller msgbuf_read() = 0:   closed connection ... exiting' does not contain 'RESULT'</msg>
<arg>${output}</arg>
<arg>RESULT</arg>
<doc>Fails if ``container`` does not contain ``item`` one or more times.</doc>
<status status="FAIL" start="2026-06-01T02:01:05.355756" elapsed="0.000643">'cbench: controller benchmarking tool
   running in mode 'throughput'
   connecting to controller at 10.30.171.132: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.132. So far 1 cbench instances have initialized their switches.  Waiting for other cbench-instances
Thread-0: Total switches from ALL cbench-instances initialized.
01:56:20.973 16  switches: flows:  493837 493344 498252 505245 497141 482671 488369 489953 494459 484036 489762 472585 489849 499995 492856 494587  total = 131.115683 per ms 
01:57:21.076 16  switches: flows:  496282 496517 498465 498387 492302 494114 501978 491068 485505 497918 488404 487591 498966 491905 501872 500499  total = 131.806147 per ms 
01:58:21.179 16  switches: flows:  532038 518311 530799 525540 529006 521655 523759 523853 528397 517771 521228 534380 519194 521212 526019 529692  total = 139.812821 per ms 
01:59:21.279 16  switches: flows:  527603 529599 531539 525652 527603 534559 534955 529267 539075 535423 532135 538613 529970 535608 533924 534153  total = 141.757339 per ms 
02:00:21.381 16  switches: flows:  510648 517646 512179 515949 512462 514840 505766 513110 516719 515268 514534 522285 512329 515759 511510 518376  total = 136.925705 per ms 
controller msgbuf_read() = 0:   closed connection ... exiting' does not contain 'RESULT'</status>
</kw>
<kw name="Get Lines Containing String" owner="String">
<var>${result_line}</var>
<arg>${output}</arg>
<arg>RESULT</arg>
<doc>Returns lines of the given ``string`` that contain the ``pattern``.</doc>
<status status="NOT RUN" start="2026-06-01T02:01:05.356645" elapsed="0.000026"/>
</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-06-01T02:01:05.356830" elapsed="0.000027"/>
</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-06-01T02:01:05.357012" elapsed="0.000021"/>
</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-06-01T02:01:05.357176" elapsed="0.000022"/>
</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-06-01T02:01:05.357357" elapsed="0.000022"/>
</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-06-01T02:01:05.357528" elapsed="0.000022"/>
</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-06-01T02:01:05.357709" elapsed="0.000023"/>
</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-06-01T02:01:05.357996" elapsed="0.000021"/>
</kw>
<var name="${i}"/>
<status status="NOT RUN" start="2026-06-01T02:01:05.357866" elapsed="0.000185"/>
</iter>
<var>${i}</var>
<value>0</value>
<value>${num_stats}</value>
<status status="NOT RUN" start="2026-06-01T02:01:05.357793" elapsed="0.000288"/>
</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-06-01T02:01:05.358233" elapsed="0.000022"/>
</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-06-01T02:01:05.358419" elapsed="0.000022"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<var>${average}</var>
<arg>${result_value_list[${2}]}</arg>
<doc>Returns the given values which can then be assigned to a variables.</doc>
<status status="NOT RUN" start="2026-06-01T02:01:05.358587" elapsed="0.000022"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<var>${stdev}</var>
<arg>${result_value_list[${3}]}</arg>
<doc>Returns the given values which can then be assigned to a variables.</doc>
<status status="NOT RUN" start="2026-06-01T02:01:05.358762" elapsed="0.000022"/>
</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-06-01T02:01:05.358941" elapsed="0.000021"/>
</kw>
<kw name="Log" owner="BuiltIn">
<arg>CBench Result: ${date},${cbench_args},${min},${max},${average},${stdev}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="NOT RUN" start="2026-06-01T02:01:05.359108" elapsed="0.000094"/>
</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-06-01T02:01:05.359358" elapsed="0.000025"/>
</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-06-01T01:55:15.262856" elapsed="350.096662">'cbench: controller benchmarking tool
   running in mode 'throughput'
   connecting to controller at 10.30.171.132: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.132. So far 1 cbench instances have initialized their switches.  Waiting for other cbench-instances
Thread-0: Total switches from ALL cbench-instances initialized.
01:56:20.973 16  switches: flows:  493837 493344 498252 505245 497141 482671 488369 489953 494459 484036 489762 472585 489849 499995 492856 494587  total = 131.115683 per ms 
01:57:21.076 16  switches: flows:  496282 496517 498465 498387 492302 494114 501978 491068 485505 497918 488404 487591 498966 491905 501872 500499  total = 131.806147 per ms 
01:58:21.179 16  switches: flows:  532038 518311 530799 525540 529006 521655 523759 523853 528397 517771 521228 534380 519194 521212 526019 529692  total = 139.812821 per ms 
01:59:21.279 16  switches: flows:  527603 529599 531539 525652 527603 534559 534955 529267 539075 535423 532135 538613 529970 535608 533924 534153  total = 141.757339 per ms 
02:00:21.381 16  switches: flows:  510648 517646 512179 515949 512462 514840 505766 513110 516719 515268 514534 522285 512329 515759 511510 518376  total = 136.925705 per ms 
controller msgbuf_read() = 0:   closed connection ... exiting' does not contain 'RESULT'</status>
</kw>
<kw name="Sleep" owner="BuiltIn">
<arg>${test_delay}</arg>
<doc>Pauses the test executed for the given time.</doc>
<status status="NOT RUN" start="2026-06-01T02:01:05.359703" elapsed="0.000023"/>
</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-06-01T02:01:05.360300" elapsed="0.000296"/>
</kw>
<status status="PASS" start="2026-06-01T02:01:05.359972" elapsed="0.000701"/>
</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-06-01T01:55:15.261510" elapsed="350.099206">'cbench: controller benchmarking tool
   running in mode 'throughput'
   connecting to controller at 10.30.171.132: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.132. So far 1 cbench instances have initialized their switches.  Waiting for other cbench-instances
Thread-0: Total switches from ALL cbench-instances initialized.
01:56:20.973 16  switches: flows:  493837 493344 498252 505245 497141 482671 488369 489953 494459 484036 489762 472585 489849 499995 492856 494587  total = 131.115683 per ms 
01:57:21.076 16  switches: flows:  496282 496517 498465 498387 492302 494114 501978 491068 485505 497918 488404 487591 498966 491905 501872 500499  total = 131.806147 per ms 
01:58:21.179 16  switches: flows:  532038 518311 530799 525540 529006 521655 523759 523853 528397 517771 521228 534380 519194 521212 526019 529692  total = 139.812821 per ms 
01:59:21.279 16  switches: flows:  527603 529599 531539 525652 527603 534559 534955 529267 539075 535423 532135 538613 529970 535608 533924 534153  total = 141.757339 per ms 
02:00:21.381 16  switches: flows:  510648 517646 512179 515949 512462 514840 505766 513110 516719 515268 514534 522285 512329 515759 511510 518376  total = 136.925705 per ms 
controller msgbuf_read() = 0:   closed connection ... exiting' does not contain 'RESULT'</status>
</test>
<test id="s1-t3" name="Rerun Latency Test To Check Bug 6176" line="65">
<kw name="Log" owner="BuiltIn">
<msg time="2026-06-01T02:01:05.362532" 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-06-01T02:01:05.362103" elapsed="0.000491"/>
</kw>
<kw name="Run Cbench And Log Results">
<kw name="Set Suite Variable" owner="BuiltIn">
<msg time="2026-06-01T02:01:05.364049" 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-06-01T02:01:05.363689" elapsed="0.000405"/>
</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-06-01T02:01:05.364428" elapsed="0.000140"/>
</kw>
<status status="NOT RUN" start="2026-06-01T02:01:05.364175" elapsed="0.000516"/>
</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-06-01T02:01:05.367969" elapsed="0.000022"/>
</kw>
<status status="NOT RUN" start="2026-06-01T02:01:05.367705" elapsed="0.000322"/>
</branch>
<status status="PASS" start="2026-06-01T02:01:05.367685" elapsed="0.000367"/>
</if>
<kw name="Get Connection" owner="SSHLibrary">
<msg time="2026-06-01T02:01:05.368387" 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-06-01T02:01:05.368524" 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-06-01T02:01:05.368187" elapsed="0.000366"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-06-01T02:01:05.369135" level="INFO">Attempting to execute command "/usr/local/bin/cbench -c 10.30.171.132 -m 60000 -M 100 -S 16 -l 10 -D 5000 -p 6633" on remote system "10.30.170.45" 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-06-01T02:01:05.368692" elapsed="0.000508"/>
</kw>
<kw name="Open Connection" owner="SSHLibrary">
<msg time="2026-06-01T02:01:05.369761" 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-06-01T02:01:05.369361" elapsed="0.000427"/>
</kw>
<kw name="Flexible_SSH_Login" owner="SSHKeywords">
<kw name="Get Length" owner="BuiltIn">
<msg time="2026-06-01T02:01:05.370725" level="INFO">Length is 0.</msg>
<msg time="2026-06-01T02:01:05.370818" 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-06-01T02:01:05.370406" elapsed="0.000443"/>
</kw>
<kw name="Run Keyword And Return If" owner="BuiltIn">
<arg>${pwd_length} &gt; 0</arg>
<arg>SSHLibrary.Login</arg>
<arg>${user}</arg>
<arg>${password}</arg>
<arg>delay=${delay}</arg>
<doc>Runs the specified keyword and returns from the enclosing user keyword.</doc>
<status status="PASS" start="2026-06-01T02:01:05.370995" elapsed="0.000366"/>
</kw>
<kw name="Run Keyword And Return" owner="BuiltIn">
<kw name="Login With Public Key" owner="SSHLibrary">
<msg time="2026-06-01T02:01:05.372246" level="INFO">Logging into '10.30.170.45:22' as 'jenkins'.</msg>
<msg time="2026-06-01T02:01:05.966416" 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 Mon Jun  1 02:01:05 UTC 2026

  System load:  0.21               Processes:             105
  Usage of /:   19.3% of 38.58GB   Users logged in:       0
  Memory usage: 4%                 IPv4 address for ens3: 10.30.170.45
  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: Mon Jun  1 01:55:15 2026 from 10.30.170.141
[?2004h[jenkins@releng-48317-736-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-06-01T02:01:05.371875" elapsed="0.594893"/>
</kw>
<msg time="2026-06-01T02:01:05.966926" 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-06-01T02:01:05.371516" elapsed="0.595551"/>
</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-06-01T02:01:05.370001" elapsed="0.597312"/>
</kw>
<kw name="Execute Command" owner="SSHLibrary">
<msg time="2026-06-01T02:01:05.968319" level="INFO">Executing command '/usr/local/bin/cbench -c 10.30.171.132 -m 60000 -M 100 -S 16 -l 10 -D 5000 -p 6633'.</msg>
<msg time="2026-06-01T02:11:12.018317" level="INFO">Command exited with return code 0.</msg>
<msg time="2026-06-01T02:11:12.018827" level="INFO">${stdout} = </msg>
<msg time="2026-06-01T02:11:12.018952" level="INFO">${stderr} = cbench: controller benchmarking tool
   running in mode 'latency'
   connecting to controller at 10.30.171.132: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-06-01T02:01:05.967738" elapsed="606.051272"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-06-01T02:11:12.019487" elapsed="0.000658"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-06-01T02:11:12.021310" level="INFO">cbench: controller benchmarking tool
   running in mode 'latency'
   connecting to controller at 10.30.171.132: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.132. So far 1 cbench instances have initialized their switches.  Waiting for other cbench-instances
Thread-0: Total switches from ALL cbench-instances initialized.
02:02:11.121 16  switches: flows:  109814 107295 107819 109822 109631 108960 108259 110187 106878 105694 109044 106039 105391 105385 104820 104393  total = 28.657183 per ms 
02:03:11.222 16  switches: flows:  114004 108197 109746 113014 112350 111688 111800 112374 108461 109759 112167 108588 105495 106031 107339 106148  total = 29.237199 per ms 
02:04:11.322 16  switches: flows:  113458 108478 107790 110606 110835 111368 112136 113207 107444 110128 111355 107016 109450 108522 106204 106834  total = 29.198388 per ms 
02:05:11.423 16  switches: flows:  96164 94813 93953 95698 95091 96779 97339 96826 94476 92850 95955 94701 94471 93078 93076 92961  total = 25.261678 per ms 
02:06:11.523 16  switches: flows:  105262 104586 102348 107422 104976 104799 105668 106611 105537 103945 105176 104479 102257 104135 105791 103432  total = 27.893812 per ms 
02:07:11.623 16  switches: flows:  110516 109085 110604 114398 112128 110865 111028 111442 112052 110620 112597 109491 108118 111495 111626 111487  total = 29.576412 per ms 
02:08:11.723 16  switches: flows:  107589 107658 108760 112379 111137 109533 107735 108649 110224 109798 111175 107168 105504 110354 108231 109190  total = 29.036253 per ms 
02:09:11.824 16  switches: flows:  108692 106418 106482 110011 110022 107698 107595 108483 110235 107244 107490 106833 105378 107636 107922 108900  total = 28.735982 per ms 
02:10:11.924 16  switches: flows:  108555 108000 107531 110808 109801 106685 108460 110413 110297 108749 109232 106978 106046 106309 109425 110351  total = 28.912414 per ms 
02:11:12.024 16  switches: flows:  107311 105868 104373 109854 109908 105972 106234 108258 109883 109120 107689 105415 105492 107404 107322 109265  total = 28.608370 per ms 
RESULT: 16 switches 9 tests min/max/avg/stdev = 25261.68/29576.41/28495.61/9577.57 responses/s</msg>
<arg>${stderr}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-06-01T02:11:12.020551" elapsed="0.001055"/>
</kw>
<if>
<branch type="IF" condition="&quot;${return_stdout}&quot;!=&quot;True&quot;">
<return>
<value>${stderr}</value>
<status status="PASS" start="2026-06-01T02:11:12.022147" elapsed="0.000087"/>
</return>
<status status="PASS" start="2026-06-01T02:11:12.021784" elapsed="0.000563"/>
</branch>
<status status="PASS" start="2026-06-01T02:11:12.021732" elapsed="0.000674"/>
</if>
<if>
<branch type="IF" condition="&quot;${return_stderr}&quot;!=&quot;True&quot;">
<return>
<value>${stdout}</value>
<status status="NOT RUN" start="2026-06-01T02:11:12.022620" elapsed="0.000030"/>
</return>
<status status="NOT RUN" start="2026-06-01T02:11:12.022536" elapsed="0.000180"/>
</branch>
<status status="NOT RUN" start="2026-06-01T02:11:12.022500" elapsed="0.000268"/>
</if>
<return>
<value>${stdout}</value>
<value>${stderr}</value>
<status status="NOT RUN" start="2026-06-01T02:11:12.022842" elapsed="0.000029"/>
</return>
<kw name="Restore_Current_Ssh_Connection_From_Index" owner="SSHKeywords" type="TEARDOWN">
<kw name="Run Keyword And Return If" owner="BuiltIn">
<arg>${connection_index} is not None</arg>
<arg>SSHLibrary.Switch Connection</arg>
<arg>${connection_index}</arg>
<doc>Runs the specified keyword and returns from the enclosing user keyword.</doc>
<status status="PASS" start="2026-06-01T02:11:12.026712" elapsed="0.000496"/>
</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-06-01T02:11:12.027438" elapsed="0.000219"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-06-01T02:11:12.027841" elapsed="0.000135"/>
</kw>
<arg>${current_ssh_connection.index}</arg>
<doc>Restore active SSH connection in SSHLibrary to given index.</doc>
<status status="PASS" start="2026-06-01T02:11:12.023315" elapsed="0.004736"/>
</kw>
<msg time="2026-06-01T02:11:12.028229" level="INFO">${output} = cbench: controller benchmarking tool
   running in mode 'latency'
   connecting to controller at 10.30.171.132: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-06-01T02:01:05.365354" elapsed="606.662933"/>
</kw>
<status status="PASS" start="2026-06-01T02:01:05.364725" elapsed="606.663635"/>
</branch>
<status status="PASS" start="2026-06-01T02:01:05.364147" elapsed="606.664246"/>
</if>
<kw name="Log" owner="BuiltIn">
<msg time="2026-06-01T02:11:12.029027" level="INFO">cbench: controller benchmarking tool
   running in mode 'latency'
   connecting to controller at 10.30.171.132: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.132. So far 1 cbench instances have initialized their switches.  Waiting for other cbench-instances
Thread-0: Total switches from ALL cbench-instances initialized.
02:02:11.121 16  switches: flows:  109814 107295 107819 109822 109631 108960 108259 110187 106878 105694 109044 106039 105391 105385 104820 104393  total = 28.657183 per ms 
02:03:11.222 16  switches: flows:  114004 108197 109746 113014 112350 111688 111800 112374 108461 109759 112167 108588 105495 106031 107339 106148  total = 29.237199 per ms 
02:04:11.322 16  switches: flows:  113458 108478 107790 110606 110835 111368 112136 113207 107444 110128 111355 107016 109450 108522 106204 106834  total = 29.198388 per ms 
02:05:11.423 16  switches: flows:  96164 94813 93953 95698 95091 96779 97339 96826 94476 92850 95955 94701 94471 93078 93076 92961  total = 25.261678 per ms 
02:06:11.523 16  switches: flows:  105262 104586 102348 107422 104976 104799 105668 106611 105537 103945 105176 104479 102257 104135 105791 103432  total = 27.893812 per ms 
02:07:11.623 16  switches: flows:  110516 109085 110604 114398 112128 110865 111028 111442 112052 110620 112597 109491 108118 111495 111626 111487  total = 29.576412 per ms 
02:08:11.723 16  switches: flows:  107589 107658 108760 112379 111137 109533 107735 108649 110224 109798 111175 107168 105504 110354 108231 109190  total = 29.036253 per ms 
02:09:11.824 16  switches: flows:  108692 106418 106482 110011 110022 107698 107595 108483 110235 107244 107490 106833 105378 107636 107922 108900  total = 28.735982 per ms 
02:10:11.924 16  switches: flows:  108555 108000 107531 110808 109801 106685 108460 110413 110297 108749 109232 106978 106046 106309 109425 110351  total = 28.912414 per ms 
02:11:12.024 16  switches: flows:  107311 105868 104373 109854 109908 105972 106234 108258 109883 109120 107689 105415 105492 107404 107322 109265  total = 28.608370 per ms 
RESULT: 16 switches 9 tests min/max/avg/stdev = 25261.68/29576.41/28495.61/9577.57 responses/s</msg>
<arg>${output}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-06-01T02:11:12.028592" elapsed="0.000538"/>
</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-06-01T02:11:12.029364" elapsed="0.000505"/>
</kw>
<kw name="Get Lines Containing String" owner="String">
<msg time="2026-06-01T02:11:12.030444" level="INFO">1 out of 23 lines matched.</msg>
<msg time="2026-06-01T02:11:12.030573" level="INFO">${result_line} = RESULT: 16 switches 9 tests min/max/avg/stdev = 25261.68/29576.41/28495.61/9577.57 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-06-01T02:11:12.030116" elapsed="0.000492"/>
</kw>
<kw name="Split String" owner="String">
<msg time="2026-06-01T02:11:12.031186" level="INFO">@{results_list} = [ RESULT: | 16 | switches | 9 | tests | min/max/avg/stdev | = | 25261.68/29576.41/28495.61/9577.57 | 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-06-01T02:11:12.030830" elapsed="0.000393"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-06-01T02:11:12.034651" 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-06-01T02:11:12.031459" elapsed="0.003274"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-06-01T02:11:12.037134" level="INFO">25261.68/29576.41/28495.61/9577.57</msg>
<arg>${results_list[7]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-06-01T02:11:12.034887" elapsed="0.002305"/>
</kw>
<kw name="Split String" owner="String">
<msg time="2026-06-01T02:11:12.039595" 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-06-01T02:11:12.037357" elapsed="0.002265"/>
</kw>
<kw name="Split String" owner="String">
<msg time="2026-06-01T02:11:12.042069" level="INFO">@{result_value_list} = [ 25261.68 | 29576.41 | 28495.61 | 9577.57 ]</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-06-01T02:11:12.039808" elapsed="0.002288"/>
</kw>
<kw name="Get Length" owner="BuiltIn">
<msg time="2026-06-01T02:11:12.042575" level="INFO">Length is 4.</msg>
<msg time="2026-06-01T02:11:12.042664" 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-06-01T02:11:12.042251" elapsed="0.000438"/>
</kw>
<for flavor="IN RANGE">
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-06-01T02:11:12.047447" level="INFO">min :: 25261.68</msg>
<arg>${result_name_list[${i}]} :: ${result_value_list[${i}]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-06-01T02:11:12.043064" elapsed="0.004441"/>
</kw>
<var name="${i}">0</var>
<status status="PASS" start="2026-06-01T02:11:12.042933" elapsed="0.004608"/>
</iter>
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-06-01T02:11:12.052141" level="INFO">max :: 29576.41</msg>
<arg>${result_name_list[${i}]} :: ${result_value_list[${i}]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-06-01T02:11:12.047761" elapsed="0.004438"/>
</kw>
<var name="${i}">1</var>
<status status="PASS" start="2026-06-01T02:11:12.047628" elapsed="0.004607"/>
</iter>
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-06-01T02:11:12.056879" level="INFO">avg :: 28495.61</msg>
<arg>${result_name_list[${i}]} :: ${result_value_list[${i}]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-06-01T02:11:12.052477" elapsed="0.004460"/>
</kw>
<var name="${i}">2</var>
<status status="PASS" start="2026-06-01T02:11:12.052343" elapsed="0.004630"/>
</iter>
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-06-01T02:11:12.061758" level="INFO">stdev :: 9577.57</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-06-01T02:11:12.057217" elapsed="0.004599"/>
</kw>
<var name="${i}">3</var>
<status status="PASS" start="2026-06-01T02:11:12.057061" elapsed="0.004790"/>
</iter>
<var>${i}</var>
<value>0</value>
<value>${num_stats}</value>
<status status="PASS" start="2026-06-01T02:11:12.042752" elapsed="0.019130"/>
</for>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-06-01T02:11:12.066050" level="INFO">${min} = 25261.68</msg>
<var>${min}</var>
<arg>${result_value_list[${0}]}</arg>
<doc>Returns the given values which can then be assigned to a variables.</doc>
<status status="PASS" start="2026-06-01T02:11:12.062062" elapsed="0.004017"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-06-01T02:11:12.070047" level="INFO">${max} = 29576.41</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-06-01T02:11:12.066237" elapsed="0.003837"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-06-01T02:11:12.074037" level="INFO">${average} = 28495.61</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-06-01T02:11:12.070233" elapsed="0.003831"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-06-01T02:11:12.078020" level="INFO">${stdev} = 9577.57</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-06-01T02:11:12.074218" elapsed="0.003829"/>
</kw>
<kw name="Get Time" owner="BuiltIn">
<msg time="2026-06-01T02:11:12.078573" level="INFO">${date} = 2026-06-01 02:11:12</msg>
<var>${date}</var>
<arg>d,m,s</arg>
<doc>Returns the given time in the requested format.</doc>
<status status="PASS" start="2026-06-01T02:11:12.078208" elapsed="0.000391"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-06-01T02:11:12.079183" level="INFO">CBench Result: 2026-06-01 02:11:12,-m 60000 -M 100 -S 16 -l 10 -D 5000 -p 6633,25261.68,29576.41,28495.61,9577.57</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-06-01T02:11:12.078748" elapsed="0.000491"/>
</kw>
<kw name="Log Results And Determine Status">
<kw name="Append To File" owner="OperatingSystem">
<msg time="2026-06-01T02:11:12.080327" 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-06-01T02:11:12.079866" elapsed="0.000529"/>
</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-06-01T02:11:12.080549" elapsed="0.000461"/>
</kw>
<arg>${min}</arg>
<arg>${max}</arg>
<arg>${average}</arg>
<arg>${average_threshold}</arg>
<arg>${output_filename}</arg>
<status status="PASS" start="2026-06-01T02:11:12.079394" elapsed="0.001681"/>
</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-06-01T02:01:05.362994" elapsed="606.718142"/>
</kw>
<kw name="Sleep" owner="BuiltIn">
<msg time="2026-06-01T02:11:12.081616" 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-06-01T02:11:12.081302" elapsed="0.000378"/>
</kw>
<kw name="Report Failure Due To Bug" owner="Utils" type="TEARDOWN">
<kw name="Evaluate" owner="BuiltIn">
<msg time="2026-06-01T02:11:12.082902" 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-06-01T02:11:12.082415" elapsed="0.000514"/>
</kw>
<if>
<branch type="IF" condition="('${TEST_STATUS}' != 'FAIL') or ${test_skipped}">
<return>
<status status="PASS" start="2026-06-01T02:11:12.083153" elapsed="0.000031"/>
</return>
<status status="PASS" start="2026-06-01T02:11:12.083006" elapsed="0.000208"/>
</branch>
<status status="PASS" start="2026-06-01T02:11:12.082986" elapsed="0.000253"/>
</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-06-01T02:11:12.083400" 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-06-01T02:11:12.083559" elapsed="0.000021"/>
</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-06-01T02:11:12.083720" elapsed="0.000025"/>
</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-06-01T02:11:12.083919" elapsed="0.000021"/>
</kw>
<kw name="Evaluate" owner="BuiltIn">
<var>${newline}</var>
<arg>chr(10)</arg>
<doc>Evaluates the given expression in Python and returns the result.</doc>
<status status="NOT RUN" start="2026-06-01T02:11:12.084071" elapsed="0.000021"/>
</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-06-01T02:11:12.084220" elapsed="0.000020"/>
</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-06-01T02:11:12.084383" elapsed="0.000020"/>
</kw>
<if>
<branch type="IF" condition="&quot;${include_bug_in_tags}&quot;==&quot;True&quot;">
<kw name="Set Tags" owner="BuiltIn">
<arg>${bug_url}</arg>
<doc>Adds given ``tags`` for the current test or all tests in a suite.</doc>
<status status="NOT RUN" start="2026-06-01T02:11:12.084615" elapsed="0.000021"/>
</kw>
<status status="NOT RUN" start="2026-06-01T02:11:12.084468" elapsed="0.000201"/>
</branch>
<status status="NOT RUN" start="2026-06-01T02:11:12.084451" elapsed="0.000242"/>
</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-06-01T02:11:12.082062" elapsed="0.002683"/>
</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-06-01T02:01:05.361460" elapsed="606.723330"/>
</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-06-01T01:45:06.086672" elapsed="1565.998780"/>
</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>
