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

[?1h=[90m~[0m                                                                                [?2004hopendaylight-user</msg>
<arg>${KARAF_USER}</arg>
<arg>${KARAF_PASSWORD}</arg>
<arg>loglevel=${loglevel}</arg>
<doc>Logs into the SSH server with the given ``username`` and ``password``.</doc>
<status status="PASS" start="2026-04-19T03:31:44.104830" elapsed="0.850285"/>
</kw>
<kw name="Write" owner="SSHLibrary">
<msg time="2026-04-19T03:31:45.004534" level="INFO">@root&gt;log:set ERROR</msg>
<arg>${cmd}</arg>
<doc>Writes the given ``text`` on the remote machine and appends a newline.</doc>
<status status="PASS" start="2026-04-19T03:31:44.955433" elapsed="0.049203"/>
</kw>
<kw name="Read Until Regexp" owner="SSHLibrary">
<msg time="2026-04-19T03:31:45.006570" level="INFO">[?1l&gt;[?2004l[?1h=[90m~[0m                                                                                [?2004hopendaylight-user@root&gt;</msg>
<msg time="2026-04-19T03:31:45.006687" level="INFO">${output} = [?1l&gt;[?2004l[?1h=[90m~[0m                                                                                [?2004hopendaylight-user@root&gt;</msg>
<var>${output}</var>
<arg>${KARAF_PROMPT}</arg>
<doc>Consumes and returns the server output until a match to ``regexp`` is found.</doc>
<status status="PASS" start="2026-04-19T03:31:45.004861" elapsed="0.001856"/>
</kw>
<kw name="Write Bare" owner="SSHLibrary">
<arg>logout\n</arg>
<doc>Writes the given ``text`` on the remote machine without appending a newline.</doc>
<status status="PASS" start="2026-04-19T03:31:45.006880" elapsed="0.000250"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-04-19T03:31:45.007303" elapsed="0.000219"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-19T03:31:45.007997" level="INFO">[?1l&gt;[?2004l[?1h=[90m~[0m                                                                                [?2004hopendaylight-user@root&gt;</msg>
<arg>${output}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-04-19T03:31:45.007673" elapsed="0.000382"/>
</kw>
<return>
<value>${output}</value>
<status status="PASS" start="2026-04-19T03:31:45.008107" elapsed="0.000053"/>
</return>
<arg>log:set ${log_level}</arg>
<doc>Will execute the given ${cmd} by ssh'ing to the karaf console running on 10.30.170.229
Note that this keyword will open&amp;close new SSH connection, without switching back to previously current session.</doc>
<status status="PASS" start="2026-04-19T03:31:44.103262" elapsed="0.905042"/>
</kw>
<arg>3x</arg>
<arg>1s</arg>
<arg>KarafKeywords.Issue Command On Karaf Console</arg>
<arg>log:set ${log_level}</arg>
<doc>Runs the specified keyword and retries if it fails.</doc>
<status status="PASS" start="2026-04-19T03:31:44.099714" elapsed="0.908655"/>
</kw>
<kw name="Append To File" owner="OperatingSystem">
<msg time="2026-04-19T03:31:45.008937" level="INFO" html="true">Appended to file '&lt;a href="file:///w/workspace/openflowplugin-csit-1node-cbench-only-vanadium/latency.csv"&gt;/w/workspace/openflowplugin-csit-1node-cbench-only-vanadium/latency.csv&lt;/a&gt;'.</msg>
<arg>${latency_results_file}</arg>
<arg>LATENCY_MIN,LATENCY_MAX,LATENCY_AVERAGE\n</arg>
<doc>Appends the given content to the specified file.</doc>
<status status="PASS" start="2026-04-19T03:31:45.008558" elapsed="0.000436"/>
</kw>
<kw name="Append To File" owner="OperatingSystem">
<msg time="2026-04-19T03:31:45.009440" level="INFO" html="true">Appended to file '&lt;a href="file:///w/workspace/openflowplugin-csit-1node-cbench-only-vanadium/throughput.csv"&gt;/w/workspace/openflowplugin-csit-1node-cbench-only-vanadium/throughput.csv&lt;/a&gt;'.</msg>
<arg>${throughput_results_file}</arg>
<arg>THROUGHPUT_MIN,THROUGHPUT_MAX,THROUGHPUT_AVERAGE\n</arg>
<doc>Appends the given content to the specified file.</doc>
<status status="PASS" start="2026-04-19T03:31:45.009171" elapsed="0.000336"/>
</kw>
<kw name="Evaluate" owner="BuiltIn">
<msg time="2026-04-19T03:31:45.010057" level="INFO">${duration_in_ms} = 60000</msg>
<var>${duration_in_ms}</var>
<arg>${duration_in_secs} * 1000</arg>
<doc>Evaluates the given expression in Python and returns the result.</doc>
<status status="PASS" start="2026-04-19T03:31:45.009660" elapsed="0.000425"/>
</kw>
<kw name="Set Suite Variable" owner="BuiltIn">
<msg time="2026-04-19T03:31:45.010606" level="INFO">${duration_in_ms} = 60000</msg>
<arg>${duration_in_ms}</arg>
<doc>Makes a variable available everywhere within the scope of the current suite.</doc>
<status status="PASS" start="2026-04-19T03:31:45.010251" elapsed="0.000398"/>
</kw>
<kw name="Evaluate" owner="BuiltIn">
<msg time="2026-04-19T03:31:45.011170" level="INFO">${test_timeout} = 900.0</msg>
<var>${test_timeout}</var>
<arg>(${loops} * ${duration_in_secs}) * 1.5</arg>
<doc>Evaluates the given expression in Python and returns the result.</doc>
<status status="PASS" start="2026-04-19T03:31:45.010797" elapsed="0.000400"/>
</kw>
<kw name="Set Suite Variable" owner="BuiltIn">
<msg time="2026-04-19T03:31:45.011687" level="INFO">${test_timeout} = 900.0</msg>
<arg>${test_timeout}</arg>
<doc>Makes a variable available everywhere within the scope of the current suite.</doc>
<status status="PASS" start="2026-04-19T03:31:45.011375" elapsed="0.000354"/>
</kw>
<if>
<branch type="IF" condition="&quot;${cbench_system}&quot; == &quot;localhost&quot;">
<kw name="File Should Exist" owner="OperatingSystem">
<arg>${cbench_executable}</arg>
<doc>Fails unless the given ``path`` points to an existing file.</doc>
<status status="NOT RUN" start="2026-04-19T03:31:45.012030" elapsed="0.000021"/>
</kw>
<status status="NOT RUN" start="2026-04-19T03:31:45.011815" elapsed="0.000269"/>
</branch>
<branch type="ELSE">
<kw name="Verify File Exists On Remote System" owner="Utils">
<kw name="Open Connection" owner="SSHLibrary">
<msg time="2026-04-19T03:31:45.016639" level="INFO">${conn_id} = 2</msg>
<var>${conn_id}</var>
<arg>${system}</arg>
<arg>prompt=${prompt}</arg>
<arg>timeout=${prompt_timeout}</arg>
<doc>Opens a new SSH connection to the given ``host`` and ``port``.</doc>
<status status="PASS" start="2026-04-19T03:31:45.016153" elapsed="0.000515"/>
</kw>
<kw name="Flexible_SSH_Login" owner="SSHKeywords">
<kw name="Get Length" owner="BuiltIn">
<msg time="2026-04-19T03:31:45.018055" level="INFO">Length is 0.</msg>
<msg time="2026-04-19T03:31:45.018142" level="INFO">${pwd_length} = 0</msg>
<var>${pwd_length}</var>
<arg>${password}</arg>
<doc>Returns and logs the length of the given item as an integer.</doc>
<status status="PASS" start="2026-04-19T03:31:45.017244" elapsed="0.000922"/>
</kw>
<kw name="Run Keyword And Return If" owner="BuiltIn">
<arg>${pwd_length} &gt; 0</arg>
<arg>SSHLibrary.Login</arg>
<arg>${user}</arg>
<arg>${password}</arg>
<arg>delay=${delay}</arg>
<doc>Runs the specified keyword and returns from the enclosing user keyword.</doc>
<status status="PASS" start="2026-04-19T03:31:45.018338" elapsed="0.000364"/>
</kw>
<kw name="Run Keyword And Return" owner="BuiltIn">
<kw name="Login With Public Key" owner="SSHLibrary">
<msg time="2026-04-19T03:31:45.019729" level="INFO">Logging into '10.30.171.97:22' as 'jenkins'.</msg>
<msg time="2026-04-19T03:31:45.784688" level="INFO">Read output: Welcome to Ubuntu 22.04.5 LTS (GNU/Linux 5.15.0-153-generic x86_64)

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

 System information as of Sun Apr 19 03:31:45 UTC 2026

  System load:  0.13               Processes:             109
  Usage of /:   19.3% of 38.58GB   Users logged in:       0
  Memory usage: 4%                 IPv4 address for ens3: 10.30.171.97
  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-63164-192-1-mininet-ovs-217-0 ~]&gt;</msg>
<arg>${user}</arg>
<arg>${USER_HOME}/.ssh/${SSH_KEY}</arg>
<arg>${KEYFILE_PASS}</arg>
<arg>delay=${delay}</arg>
<doc>Logs into the SSH server using key-based authentication.</doc>
<status status="PASS" start="2026-04-19T03:31:45.019200" elapsed="0.765654"/>
</kw>
<msg time="2026-04-19T03:31:45.784949" level="INFO">Returning from the enclosing user keyword.</msg>
<arg>SSHLibrary.Login With Public Key</arg>
<arg>${user}</arg>
<arg>${USER_HOME}/.ssh/${SSH_KEY}</arg>
<arg>${KEYFILE_PASS}</arg>
<arg>delay=${delay}</arg>
<doc>Runs the specified keyword and returns from the enclosing user keyword.</doc>
<status status="PASS" start="2026-04-19T03:31:45.018856" elapsed="0.766221"/>
</kw>
<arg>${user}</arg>
<arg>${password}</arg>
<doc>On active SSH session: if given non-empty password, do Login, else do Login With Public Key.</doc>
<status status="PASS" start="2026-04-19T03:31:45.016878" elapsed="0.768320"/>
</kw>
<kw name="File Should Exist" owner="SSHLibrary">
<msg time="2026-04-19T03:31:45.794159" level="INFO">[chan 1] Opened sftp connection (server version 3)</msg>
<arg>${file}</arg>
<doc>Fails if the given ``path`` does NOT point to an existing file.</doc>
<status status="PASS" start="2026-04-19T03:31:45.785431" elapsed="0.010720"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-04-19T03:31:45.796585" elapsed="0.000614"/>
</kw>
<arg>${cbench_system}</arg>
<arg>${cbench_executable}</arg>
<doc>Will create connection with public key and will PASS if the given ${file} exists,
otherwise will FAIL</doc>
<status status="PASS" start="2026-04-19T03:31:45.015634" elapsed="0.781739"/>
</kw>
<status status="PASS" start="2026-04-19T03:31:45.012156" elapsed="0.785301"/>
</branch>
<status status="PASS" start="2026-04-19T03:31:45.011789" elapsed="0.785736"/>
</if>
<kw name="Should Be True" owner="BuiltIn">
<arg>${loops} &gt;= 2</arg>
<arg>If number of loops is less than 2, cbench will not run</arg>
<doc>Fails if the given condition is not true.</doc>
<status status="PASS" start="2026-04-19T03:31:45.797852" elapsed="0.001027"/>
</kw>
<kw name="Verify_Feature_Is_Installed" owner="KarafKeywords">
<if>
<branch type="IF" condition="'${IS_KARAF_APPL}' == 'False'">
<return>
<value>Not A Karaf App</value>
<status status="NOT RUN" start="2026-04-19T03:31:45.807068" elapsed="0.000019"/>
</return>
<status status="NOT RUN" start="2026-04-19T03:31:45.806944" elapsed="0.000177"/>
</branch>
<status status="PASS" start="2026-04-19T03:31:45.806919" elapsed="0.000226"/>
</if>
<kw name="Issue_Command_On_Karaf_Console" owner="KarafKeywords">
<if>
<branch type="IF" condition="'${IS_KARAF_APPL}' == 'False'">
<return>
<value>Not A Karaf App</value>
<status status="NOT RUN" start="2026-04-19T03:31:45.810668" elapsed="0.000014"/>
</return>
<status status="NOT RUN" start="2026-04-19T03:31:45.810556" elapsed="0.000158"/>
</branch>
<status status="PASS" start="2026-04-19T03:31:45.810537" elapsed="0.000199"/>
</if>
<kw name="Open Connection" owner="SSHLibrary">
<arg>${controller}</arg>
<arg>port=${karaf_port}</arg>
<arg>prompt=${KARAF_PROMPT_LOGIN}</arg>
<arg>timeout=${timeout}</arg>
<doc>Opens a new SSH connection to the given ``host`` and ``port``.</doc>
<status status="PASS" start="2026-04-19T03:31:45.810869" elapsed="0.000461"/>
</kw>
<kw name="Login" owner="SSHLibrary">
<msg time="2026-04-19T03:31:45.811739" level="INFO">Logging into '10.30.170.229:8101' as 'karaf'.</msg>
<msg time="2026-04-19T03:31:45.986057" level="INFO">Read output: [33m                                                                                           
[33m    ________                       ________                .__  .__       .__     __       
[33m    \_____  \ ______   ____   ____ \______ \ _____  ___.__.|  | |__| ____ |  |___/  |_     
[33m     /   |   \\____ \_/ __ \ /    \ |    |  \\__  \&lt;   |  ||  | |  |/ ___\|  |  \   __\    
[33m    /    |    \  |_&gt; &gt;  ___/|   |  \|    `   \/ __ \\___  ||  |_|  / /_/  &gt;   Y  \  |      
[33m    \_______  /   __/ \___  &gt;___|  /_______  (____  / ____||____/__\___  /|___|  /__|      
[33m            \/|__|        \/     \/        \/     \/\/            /_____/      \/          
[33m                                                                                           

Hit '[1m&lt;tab&gt;[0m' for a list of available commands
and '[1m[cmd] --help[0m' for help on a specific command.
Hit '[1m&lt;ctrl-d&gt;[0m' or type '[1msystem:shutdown[0m' or '[1mlogout[0m' to shutdown OpenDaylight.

[?1h=[90m~[0m                                                                                [?2004hopendaylight-user</msg>
<arg>${KARAF_USER}</arg>
<arg>${KARAF_PASSWORD}</arg>
<arg>loglevel=${loglevel}</arg>
<doc>Logs into the SSH server with the given ``username`` and ``password``.</doc>
<status status="PASS" start="2026-04-19T03:31:45.811476" elapsed="0.174748"/>
</kw>
<kw name="Write" owner="SSHLibrary">
<msg time="2026-04-19T03:31:46.080396" level="INFO">@root&gt;feature:list -i | 0[C 0g[Krep odl-openflowplugin-drop-test</msg>
<arg>${cmd}</arg>
<doc>Writes the given ``text`` on the remote machine and appends a newline.</doc>
<status status="PASS" start="2026-04-19T03:31:45.986500" elapsed="0.094140"/>
</kw>
<kw name="Read Until Regexp" owner="SSHLibrary">
<msg time="2026-04-19T03:31:46.141084" level="INFO">[?1l&gt;[?2004l[31;1modl-openflowplugin-drop-test[0m                                    x 0.21.2           x x        x Started x [31;1modl-openflowplugin-drop-test[0m                                    x OpenDaylight :: Openflow Plugin :: Drop Test
[?1h=[90m~[0m                                                                                [?2004hopendaylight-user@root&gt;</msg>
<msg time="2026-04-19T03:31:46.141444" level="INFO">${output} = [?1l&gt;[?2004l[31;1modl-openflowplugin-drop-test[0m                                    x 0.21.2           x x        x Started x [31;1modl-openflowplugin-drop-test[0m                     ...</msg>
<var>${output}</var>
<arg>${KARAF_PROMPT}</arg>
<doc>Consumes and returns the server output until a match to ``regexp`` is found.</doc>
<status status="PASS" start="2026-04-19T03:31:46.080973" elapsed="0.060506"/>
</kw>
<kw name="Write Bare" owner="SSHLibrary">
<arg>logout\n</arg>
<doc>Writes the given ``text`` on the remote machine without appending a newline.</doc>
<status status="PASS" start="2026-04-19T03:31:46.141703" elapsed="0.000309"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-04-19T03:31:46.142150" elapsed="0.000258"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-19T03:31:46.142882" level="INFO">[?1l&gt;[?2004l[31;1modl-openflowplugin-drop-test[0m                                    x 0.21.2           x x        x Started x [31;1modl-openflowplugin-drop-test[0m                                    x OpenDaylight :: Openflow Plugin :: Drop Test
[?1h=[90m~[0m                                                                                [?2004hopendaylight-user@root&gt;</msg>
<arg>${output}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-04-19T03:31:46.142549" elapsed="0.000402"/>
</kw>
<return>
<value>${output}</value>
<status status="PASS" start="2026-04-19T03:31:46.143006" elapsed="0.000051"/>
</return>
<msg time="2026-04-19T03:31:46.143210" level="INFO">${output} = [?1l&gt;[?2004l[31;1modl-openflowplugin-drop-test[0m                                    x 0.21.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.170.229
Note that this keyword will open&amp;close new SSH connection, without switching back to previously current session.</doc>
<status status="PASS" start="2026-04-19T03:31:45.810189" elapsed="0.333054"/>
</kw>
<kw name="Should Contain" owner="BuiltIn">
<arg>${output}</arg>
<arg>${feature_name}</arg>
<doc>Fails if ``container`` does not contain ``item`` one or more times.</doc>
<status status="PASS" start="2026-04-19T03:31:46.143419" elapsed="0.000539"/>
</kw>
<return>
<value>${output}</value>
<status status="PASS" start="2026-04-19T03:31:46.144010" elapsed="0.000031"/>
</return>
<arg>odl-openflowplugin-drop-test</arg>
<doc>Will Succeed if the given ${feature_name} is found in the output of "feature:list -i"</doc>
<status status="PASS" start="2026-04-19T03:31:45.806629" elapsed="0.337511"/>
</kw>
<kw name="Issue_Command_On_Karaf_Console" owner="KarafKeywords">
<if>
<branch type="IF" condition="'${IS_KARAF_APPL}' == 'False'">
<return>
<value>Not A Karaf App</value>
<status status="NOT RUN" start="2026-04-19T03:31:46.147959" elapsed="0.000015"/>
</return>
<status status="NOT RUN" start="2026-04-19T03:31:46.147818" elapsed="0.000188"/>
</branch>
<status status="PASS" start="2026-04-19T03:31:46.147795" elapsed="0.000235"/>
</if>
<kw name="Open Connection" owner="SSHLibrary">
<arg>${controller}</arg>
<arg>port=${karaf_port}</arg>
<arg>prompt=${KARAF_PROMPT_LOGIN}</arg>
<arg>timeout=${timeout}</arg>
<doc>Opens a new SSH connection to the given ``host`` and ``port``.</doc>
<status status="PASS" start="2026-04-19T03:31:46.148161" elapsed="0.000466"/>
</kw>
<kw name="Login" owner="SSHLibrary">
<msg time="2026-04-19T03:31:46.149050" level="INFO">Logging into '10.30.170.229:8101' as 'karaf'.</msg>
<msg time="2026-04-19T03:31:46.355571" level="INFO">Read output: [33m                                                                                           
[33m    ________                       ________                .__  .__       .__     __       
[33m    \_____  \ ______   ____   ____ \______ \ _____  ___.__.|  | |__| ____ |  |___/  |_     
[33m     /   |   \\____ \_/ __ \ /    \ |    |  \\__  \&lt;   |  ||  | |  |/ ___\|  |  \   __\    
[33m    /    |    \  |_&gt; &gt;  ___/|   |  \|    `   \/ __ \\___  ||  |_|  / /_/  &gt;   Y  \  |      
[33m    \_______  /   __/ \___  &gt;___|  /_______  (____  / ____||____/__\___  /|___|  /__|      
[33m            \/|__|        \/     \/        \/     \/\/            /_____/      \/          
[33m                                                                                           

Hit '[1m&lt;tab&gt;[0m' for a list of available commands
and '[1m[cmd] --help[0m' for help on a specific command.
Hit '[1m&lt;ctrl-d&gt;[0m' or type '[1msystem:shutdown[0m' or '[1mlogout[0m' to shutdown OpenDaylight.

[?1h=[90m~[0m                                                                                [?2004hopendaylight-user</msg>
<arg>${KARAF_USER}</arg>
<arg>${KARAF_PASSWORD}</arg>
<arg>loglevel=${loglevel}</arg>
<doc>Logs into the SSH server with the given ``username`` and ``password``.</doc>
<status status="PASS" start="2026-04-19T03:31:46.148771" elapsed="0.206951"/>
</kw>
<kw name="Write" owner="SSHLibrary">
<msg time="2026-04-19T03:31:46.382846" level="INFO">@root&gt;dropallpacketsrpc on</msg>
<arg>${cmd}</arg>
<doc>Writes the given ``text`` on the remote machine and appends a newline.</doc>
<status status="PASS" start="2026-04-19T03:31:46.355970" elapsed="0.027099"/>
</kw>
<kw name="Read Until Regexp" owner="SSHLibrary">
<msg time="2026-04-19T03:31:46.387298" level="INFO">[?1l&gt;[?2004lDropAllFlows transitions to on
[?1h=[90m~[0m                                                                                [?2004hopendaylight-user@root&gt;</msg>
<msg time="2026-04-19T03:31:46.387526" level="INFO">${output} = [?1l&gt;[?2004lDropAllFlows transitions to on
[?1h=[90m~[0m                                                                                [?2004hopendaylight-user@root&gt;</msg>
<var>${output}</var>
<arg>${KARAF_PROMPT}</arg>
<doc>Consumes and returns the server output until a match to ``regexp`` is found.</doc>
<status status="PASS" start="2026-04-19T03:31:46.383532" elapsed="0.004049"/>
</kw>
<kw name="Write Bare" owner="SSHLibrary">
<arg>logout\n</arg>
<doc>Writes the given ``text`` on the remote machine without appending a newline.</doc>
<status status="PASS" start="2026-04-19T03:31:46.387932" elapsed="0.000565"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-04-19T03:31:46.388797" elapsed="0.000709"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-19T03:31:46.390526" level="INFO">[?1l&gt;[?2004lDropAllFlows transitions to on
[?1h=[90m~[0m                                                                                [?2004hopendaylight-user@root&gt;</msg>
<arg>${output}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-04-19T03:31:46.389872" elapsed="0.000732"/>
</kw>
<return>
<value>${output}</value>
<status status="PASS" start="2026-04-19T03:31:46.390698" elapsed="0.000072"/>
</return>
<arg>dropallpacketsrpc on</arg>
<doc>Will execute the given ${cmd} by ssh'ing to the karaf console running on 10.30.170.229
Note that this keyword will open&amp;close new SSH connection, without switching back to previously current session.</doc>
<status status="PASS" start="2026-04-19T03:31:46.147487" elapsed="0.243501"/>
</kw>
<status status="PASS" start="2026-04-19T03:31:44.097970" elapsed="2.293194"/>
</kw>
<test id="s1-t1" name="Cbench Latency Test" line="37">
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-19T03:31:46.394672" level="INFO">Cbench tests using 10 iterations of 60 second tests. Switch Count: 16. Unique MACS to cycle: 100</msg>
<arg>Cbench tests using ${loops} iterations of ${duration_in_secs} second tests. Switch Count: ${switch_count}. Unique MACS to cycle: ${num_of_unique_macs}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-04-19T03:31:46.392890" elapsed="0.001876"/>
</kw>
<kw name="Run Cbench And Log Results">
<kw name="Set Suite Variable" owner="BuiltIn">
<msg time="2026-04-19T03:31:46.397387" level="INFO">${output_filename} = latency.csv</msg>
<arg>${output_filename}</arg>
<doc>Makes a variable available everywhere within the scope of the current suite.</doc>
<status status="PASS" start="2026-04-19T03:31:46.396558" elapsed="0.000906"/>
</kw>
<if>
<branch type="IF" condition="&quot;${cbench_system}&quot; == &quot;localhost&quot;">
<kw name="Run" owner="OperatingSystem">
<var>${output}</var>
<arg>${cbench_executable} -c ${ODL_SYSTEM_IP} ${cbench_args}</arg>
<doc>_This keyword is considered deprecated. Use the
[http://robotframework.org/robotframework/latest/libraries/Process.html|
Process] library instead._</doc>
<status status="NOT RUN" start="2026-04-19T03:31:46.398015" elapsed="0.000036"/>
</kw>
<status status="NOT RUN" start="2026-04-19T03:31:46.397602" elapsed="0.000488"/>
</branch>
<branch type="ELSE">
<kw name="Run Command On Remote System" owner="Utils">
<if>
<branch type="IF" condition="&quot;${return_stdout}&quot;!=&quot;True&quot; and &quot;${return_stderr}&quot;!=&quot;True&quot;">
<kw name="Fail" owner="BuiltIn">
<arg>At least one of {return_stdout} or {return_stderr} args should be set to True</arg>
<doc>Fails the test with the given message and optionally alters its tags.</doc>
<status status="NOT RUN" start="2026-04-19T03:31:46.401503" elapsed="0.000038"/>
</kw>
<status status="NOT RUN" start="2026-04-19T03:31:46.401223" elapsed="0.000355"/>
</branch>
<status status="PASS" start="2026-04-19T03:31:46.401202" elapsed="0.000402"/>
</if>
<kw name="Get Connection" owner="SSHLibrary">
<msg time="2026-04-19T03:31:46.402005" level="INFO">index=None
host=None
alias=None
port=22
timeout=3 seconds
newline=

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

prompt=None
term_type=vt100
width=80
height=24
path_separator=/
encoding=utf8
escape_ansi=False
encoding_errors=strict</msg>
<var>${current_ssh_connection}</var>
<doc>Returns information about the connection.</doc>
<status status="PASS" start="2026-04-19T03:31:46.401760" elapsed="0.000609"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-19T03:31:46.403113" level="INFO">Attempting to execute command "/usr/local/bin/cbench -c 10.30.170.229 -m 60000 -M 100 -S 16 -l 10 -D 5000 -p 6633" on remote system "10.30.171.97" by user "jenkins" with keyfile pass "any" and prompt "&gt;" and password ""</msg>
<arg>Attempting to execute command "${cmd}" on remote system "${system}" by user "${user}" with keyfile pass "${keyfile_pass}" and prompt "${prompt}" and password "${password}"</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-04-19T03:31:46.402554" elapsed="0.000625"/>
</kw>
<kw name="Open Connection" owner="SSHLibrary">
<msg time="2026-04-19T03:31:46.403940" level="INFO">${conn_id} = 5</msg>
<var>${conn_id}</var>
<arg>${system}</arg>
<arg>prompt=${prompt}</arg>
<arg>timeout=${prompt_timeout}</arg>
<doc>Opens a new SSH connection to the given ``host`` and ``port``.</doc>
<status status="PASS" start="2026-04-19T03:31:46.403370" elapsed="0.000601"/>
</kw>
<kw name="Flexible_SSH_Login" owner="SSHKeywords">
<kw name="Get Length" owner="BuiltIn">
<msg time="2026-04-19T03:31:46.405055" level="INFO">Length is 0.</msg>
<msg time="2026-04-19T03:31:46.405161" level="INFO">${pwd_length} = 0</msg>
<var>${pwd_length}</var>
<arg>${password}</arg>
<doc>Returns and logs the length of the given item as an integer.</doc>
<status status="PASS" start="2026-04-19T03:31:46.404665" elapsed="0.000520"/>
</kw>
<kw name="Run Keyword And Return If" owner="BuiltIn">
<arg>${pwd_length} &gt; 0</arg>
<arg>SSHLibrary.Login</arg>
<arg>${user}</arg>
<arg>${password}</arg>
<arg>delay=${delay}</arg>
<doc>Runs the specified keyword and returns from the enclosing user keyword.</doc>
<status status="PASS" start="2026-04-19T03:31:46.405387" elapsed="0.000368"/>
</kw>
<kw name="Run Keyword And Return" owner="BuiltIn">
<kw name="Login With Public Key" owner="SSHLibrary">
<msg time="2026-04-19T03:31:46.406772" level="INFO">Logging into '10.30.171.97:22' as 'jenkins'.</msg>
<msg time="2026-04-19T03:31:46.740613" level="INFO">Read output: Welcome to Ubuntu 22.04.5 LTS (GNU/Linux 5.15.0-153-generic x86_64)

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

 System information as of Sun Apr 19 03:31:45 UTC 2026

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


Expanded Security Maintenance for Applications is not enabled.

0 updates can be applied immediately.

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


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


Last login: Sun Apr 19 03:31:45 2026 from 10.30.170.200
[?2004h[jenkins@releng-63164-192-1-mininet-ovs-217-0 ~]&gt;</msg>
<arg>${user}</arg>
<arg>${USER_HOME}/.ssh/${SSH_KEY}</arg>
<arg>${KEYFILE_PASS}</arg>
<arg>delay=${delay}</arg>
<doc>Logs into the SSH server using key-based authentication.</doc>
<status status="PASS" start="2026-04-19T03:31:46.406358" elapsed="0.334477"/>
</kw>
<msg time="2026-04-19T03:31:46.740931" level="INFO">Returning from the enclosing user keyword.</msg>
<arg>SSHLibrary.Login With Public Key</arg>
<arg>${user}</arg>
<arg>${USER_HOME}/.ssh/${SSH_KEY}</arg>
<arg>${KEYFILE_PASS}</arg>
<arg>delay=${delay}</arg>
<doc>Runs the specified keyword and returns from the enclosing user keyword.</doc>
<status status="PASS" start="2026-04-19T03:31:46.405941" elapsed="0.335087"/>
</kw>
<arg>${user}</arg>
<arg>${password}</arg>
<doc>On active SSH session: if given non-empty password, do Login, else do Login With Public Key.</doc>
<status status="PASS" start="2026-04-19T03:31:46.404217" elapsed="0.336934"/>
</kw>
<kw name="Execute Command" owner="SSHLibrary">
<msg time="2026-04-19T03:31:46.741938" level="INFO">Executing command '/usr/local/bin/cbench -c 10.30.170.229 -m 60000 -M 100 -S 16 -l 10 -D 5000 -p 6633'.</msg>
<msg time="2026-04-19T03:41:52.860465" level="INFO">Command exited with return code 0.</msg>
<msg time="2026-04-19T03:41:52.860950" level="INFO">${stdout} = </msg>
<msg time="2026-04-19T03:41:52.861056" level="INFO">${stderr} = cbench: controller benchmarking tool
   running in mode 'latency'
   connecting to controller at 10.30.170.229: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-04-19T03:31:46.741389" elapsed="606.119724"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-04-19T03:41:52.861544" elapsed="0.000721"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-19T03:41:52.863410" level="INFO">cbench: controller benchmarking tool
   running in mode 'latency'
   connecting to controller at 10.30.170.229:6633 
   faking 16 switches with 1 threads :: 10 tests each; 60000 ms per test
   with 100 unique source MACs per switch
   learning destination mac addresses before the test
   starting test with 5000 ms delay after features_reply
   ignoring first 1 "warmup" and last 0 "cooldown" loops
   debugging info is off
Master Thread: Creating thread-0! 
Thread-0: All switches initialized. Running at node 10.30.170.229. So far 1 cbench instances have initialized their switches.  Waiting for other cbench-instances
Thread-0: Total switches from ALL cbench-instances initialized.
03:32:51.940 16  switches: flows:  92354 91313 91641 90858 91684 89048 90310 90293 89880 89707 88689 88705 90578 88046 88050 88525  total = 23.994683 per ms 
03:33:52.041 16  switches: flows:  113516 109703 111783 112842 113054 110383 112179 112892 109170 109965 108283 110459 111510 109669 105434 108812  total = 29.445058 per ms 
03:34:52.143 16  switches: flows:  118944 115540 115448 115400 116175 115270 117033 117555 112949 113279 111692 113107 115318 111958 109212 112669  total = 30.474477 per ms 
03:35:52.244 16  switches: flows:  117905 117103 115699 116411 116688 114790 114349 115451 112363 113196 111453 112399 111506 111819 109138 112589  total = 30.330335 per ms 
03:36:52.345 16  switches: flows:  119930 115268 117502 115769 116537 114778 116792 116034 112697 114382 112718 112713 110814 113904 109694 112917  total = 30.489892 per ms 
03:37:52.447 16  switches: flows:  119929 117749 115913 115706 117954 114929 116540 118276 113165 115226 111972 113758 110925 114397 109707 113028  total = 30.601782 per ms 
03:38:52.548 16  switches: flows:  114753 110427 110365 110042 112570 109287 112190 111803 108960 108163 106831 107388 107579 107381 104564 107343  total = 29.112121 per ms 
03:39:52.649 16  switches: flows:  120053 118413 120500 119358 119663 118302 118899 119516 114324 116177 112158 112398 115546 114520 111313 114231  total = 31.037602 per ms 
03:40:52.750 16  switches: flows:  122390 118109 120865 120356 119996 118043 120467 117771 116122 116108 111313 112882 113211 113522 111903 112993  total = 31.049028 per ms 
03:41:52.851 16  switches: flows:  122071 117781 118273 119819 119475 118859 119099 118872 114726 117342 111819 113364 112352 112224 111389 113368  total = 30.962128 per ms 
RESULT: 16 switches 9 tests min/max/avg/stdev = 29112.12/31049.03/30389.16/10150.39 responses/s</msg>
<arg>${stderr}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-04-19T03:41:52.862657" elapsed="0.001027"/>
</kw>
<if>
<branch type="IF" condition="&quot;${return_stdout}&quot;!=&quot;True&quot;">
<return>
<value>${stderr}</value>
<status status="PASS" start="2026-04-19T03:41:52.864191" elapsed="0.000073"/>
</return>
<status status="PASS" start="2026-04-19T03:41:52.863892" elapsed="0.000493"/>
</branch>
<status status="PASS" start="2026-04-19T03:41:52.863837" elapsed="0.000604"/>
</if>
<if>
<branch type="IF" condition="&quot;${return_stderr}&quot;!=&quot;True&quot;">
<return>
<value>${stdout}</value>
<status status="NOT RUN" start="2026-04-19T03:41:52.864726" elapsed="0.000033"/>
</return>
<status status="NOT RUN" start="2026-04-19T03:41:52.864572" elapsed="0.000251"/>
</branch>
<status status="NOT RUN" start="2026-04-19T03:41:52.864536" elapsed="0.000335"/>
</if>
<return>
<value>${stdout}</value>
<value>${stderr}</value>
<status status="NOT RUN" start="2026-04-19T03:41:52.864943" elapsed="0.000029"/>
</return>
<kw name="Restore_Current_Ssh_Connection_From_Index" owner="SSHKeywords" type="TEARDOWN">
<kw name="Run Keyword And Return If" owner="BuiltIn">
<arg>${connection_index} is not None</arg>
<arg>SSHLibrary.Switch Connection</arg>
<arg>${connection_index}</arg>
<doc>Runs the specified keyword and returns from the enclosing user keyword.</doc>
<status status="PASS" start="2026-04-19T03:41:52.868705" elapsed="0.000466"/>
</kw>
<kw name="Open Connection" owner="SSHLibrary">
<arg>127.0.0.1</arg>
<doc>Opens a new SSH connection to the given ``host`` and ``port``.</doc>
<status status="PASS" start="2026-04-19T03:41:52.869393" elapsed="0.000221"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-04-19T03:41:52.869793" elapsed="0.000134"/>
</kw>
<arg>${current_ssh_connection.index}</arg>
<doc>Restore active SSH connection in SSHLibrary to given index.</doc>
<status status="PASS" start="2026-04-19T03:41:52.865648" elapsed="0.004351"/>
</kw>
<msg time="2026-04-19T03:41:52.870174" level="INFO">${output} = cbench: controller benchmarking tool
   running in mode 'latency'
   connecting to controller at 10.30.170.229: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-04-19T03:31:46.398554" elapsed="606.471657"/>
</kw>
<status status="PASS" start="2026-04-19T03:31:46.398135" elapsed="606.472164"/>
</branch>
<status status="PASS" start="2026-04-19T03:31:46.397559" elapsed="606.472775"/>
</if>
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-19T03:41:52.870931" level="INFO">cbench: controller benchmarking tool
   running in mode 'latency'
   connecting to controller at 10.30.170.229:6633 
   faking 16 switches with 1 threads :: 10 tests each; 60000 ms per test
   with 100 unique source MACs per switch
   learning destination mac addresses before the test
   starting test with 5000 ms delay after features_reply
   ignoring first 1 "warmup" and last 0 "cooldown" loops
   debugging info is off
Master Thread: Creating thread-0! 
Thread-0: All switches initialized. Running at node 10.30.170.229. So far 1 cbench instances have initialized their switches.  Waiting for other cbench-instances
Thread-0: Total switches from ALL cbench-instances initialized.
03:32:51.940 16  switches: flows:  92354 91313 91641 90858 91684 89048 90310 90293 89880 89707 88689 88705 90578 88046 88050 88525  total = 23.994683 per ms 
03:33:52.041 16  switches: flows:  113516 109703 111783 112842 113054 110383 112179 112892 109170 109965 108283 110459 111510 109669 105434 108812  total = 29.445058 per ms 
03:34:52.143 16  switches: flows:  118944 115540 115448 115400 116175 115270 117033 117555 112949 113279 111692 113107 115318 111958 109212 112669  total = 30.474477 per ms 
03:35:52.244 16  switches: flows:  117905 117103 115699 116411 116688 114790 114349 115451 112363 113196 111453 112399 111506 111819 109138 112589  total = 30.330335 per ms 
03:36:52.345 16  switches: flows:  119930 115268 117502 115769 116537 114778 116792 116034 112697 114382 112718 112713 110814 113904 109694 112917  total = 30.489892 per ms 
03:37:52.447 16  switches: flows:  119929 117749 115913 115706 117954 114929 116540 118276 113165 115226 111972 113758 110925 114397 109707 113028  total = 30.601782 per ms 
03:38:52.548 16  switches: flows:  114753 110427 110365 110042 112570 109287 112190 111803 108960 108163 106831 107388 107579 107381 104564 107343  total = 29.112121 per ms 
03:39:52.649 16  switches: flows:  120053 118413 120500 119358 119663 118302 118899 119516 114324 116177 112158 112398 115546 114520 111313 114231  total = 31.037602 per ms 
03:40:52.750 16  switches: flows:  122390 118109 120865 120356 119996 118043 120467 117771 116122 116108 111313 112882 113211 113522 111903 112993  total = 31.049028 per ms 
03:41:52.851 16  switches: flows:  122071 117781 118273 119819 119475 118859 119099 118872 114726 117342 111819 113364 112352 112224 111389 113368  total = 30.962128 per ms 
RESULT: 16 switches 9 tests min/max/avg/stdev = 29112.12/31049.03/30389.16/10150.39 responses/s</msg>
<arg>${output}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-04-19T03:41:52.870527" elapsed="0.000504"/>
</kw>
<kw name="Should Contain" owner="BuiltIn">
<arg>${output}</arg>
<arg>RESULT</arg>
<doc>Fails if ``container`` does not contain ``item`` one or more times.</doc>
<status status="PASS" start="2026-04-19T03:41:52.871233" elapsed="0.000524"/>
</kw>
<kw name="Get Lines Containing String" owner="String">
<msg time="2026-04-19T03:41:52.872300" level="INFO">1 out of 23 lines matched.</msg>
<msg time="2026-04-19T03:41:52.872435" level="INFO">${result_line} = RESULT: 16 switches 9 tests min/max/avg/stdev = 29112.12/31049.03/30389.16/10150.39 responses/s</msg>
<var>${result_line}</var>
<arg>${output}</arg>
<arg>RESULT</arg>
<doc>Returns lines of the given ``string`` that contain the ``pattern``.</doc>
<status status="PASS" start="2026-04-19T03:41:52.871975" elapsed="0.000495"/>
</kw>
<kw name="Split String" owner="String">
<msg time="2026-04-19T03:41:52.873050" level="INFO">@{results_list} = [ RESULT: | 16 | switches | 9 | tests | min/max/avg/stdev | = | 29112.12/31049.03/30389.16/10150.39 | responses/s ]</msg>
<var>@{results_list}</var>
<arg>${result_line}</arg>
<doc>Splits the ``string`` using ``separator`` as a delimiter string.</doc>
<status status="PASS" start="2026-04-19T03:41:52.872697" elapsed="0.000391"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-19T03:41:52.876381" level="INFO">min/max/avg/stdev</msg>
<arg>${results_list[5]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-04-19T03:41:52.873319" elapsed="0.003140"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-19T03:41:52.879180" level="INFO">29112.12/31049.03/30389.16/10150.39</msg>
<arg>${results_list[7]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-04-19T03:41:52.876703" elapsed="0.002533"/>
</kw>
<kw name="Split String" owner="String">
<msg time="2026-04-19T03:41:52.881567" level="INFO">@{result_name_list} = [ min | max | avg | stdev ]</msg>
<var>@{result_name_list}</var>
<arg>${results_list[5]}</arg>
<arg>/</arg>
<doc>Splits the ``string`` using ``separator`` as a delimiter string.</doc>
<status status="PASS" start="2026-04-19T03:41:52.879395" elapsed="0.002200"/>
</kw>
<kw name="Split String" owner="String">
<msg time="2026-04-19T03:41:52.883962" level="INFO">@{result_value_list} = [ 29112.12 | 31049.03 | 30389.16 | 10150.39 ]</msg>
<var>@{result_value_list}</var>
<arg>${results_list[7]}</arg>
<arg>/</arg>
<doc>Splits the ``string`` using ``separator`` as a delimiter string.</doc>
<status status="PASS" start="2026-04-19T03:41:52.881781" elapsed="0.002209"/>
</kw>
<kw name="Get Length" owner="BuiltIn">
<msg time="2026-04-19T03:41:52.884457" level="INFO">Length is 4.</msg>
<msg time="2026-04-19T03:41:52.884544" level="INFO">${num_stats} = 4</msg>
<var>${num_stats}</var>
<arg>${result_name_list}</arg>
<doc>Returns and logs the length of the given item as an integer.</doc>
<status status="PASS" start="2026-04-19T03:41:52.884141" elapsed="0.000427"/>
</kw>
<for flavor="IN RANGE">
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-19T03:41:52.889214" level="INFO">min :: 29112.12</msg>
<arg>${result_name_list[${i}]} :: ${result_value_list[${i}]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-04-19T03:41:52.884966" elapsed="0.004318"/>
</kw>
<var name="${i}">0</var>
<status status="PASS" start="2026-04-19T03:41:52.884836" elapsed="0.004485"/>
</iter>
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-19T03:41:52.893740" level="INFO">max :: 31049.03</msg>
<arg>${result_name_list[${i}]} :: ${result_value_list[${i}]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-04-19T03:41:52.889547" elapsed="0.004254"/>
</kw>
<var name="${i}">1</var>
<status status="PASS" start="2026-04-19T03:41:52.889412" elapsed="0.004430"/>
</iter>
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-19T03:41:52.898337" level="INFO">avg :: 30389.16</msg>
<arg>${result_name_list[${i}]} :: ${result_value_list[${i}]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-04-19T03:41:52.894061" elapsed="0.004331"/>
</kw>
<var name="${i}">2</var>
<status status="PASS" start="2026-04-19T03:41:52.893931" elapsed="0.004494"/>
</iter>
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-19T03:41:52.903021" level="INFO">stdev :: 10150.39</msg>
<arg>${result_name_list[${i}]} :: ${result_value_list[${i}]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-04-19T03:41:52.898642" elapsed="0.004434"/>
</kw>
<var name="${i}">3</var>
<status status="PASS" start="2026-04-19T03:41:52.898517" elapsed="0.004594"/>
</iter>
<var>${i}</var>
<value>0</value>
<value>${num_stats}</value>
<status status="PASS" start="2026-04-19T03:41:52.884646" elapsed="0.018498"/>
</for>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-04-19T03:41:52.906958" level="INFO">${min} = 29112.12</msg>
<var>${min}</var>
<arg>${result_value_list[${0}]}</arg>
<doc>Returns the given values which can then be assigned to a variables.</doc>
<status status="PASS" start="2026-04-19T03:41:52.903314" elapsed="0.003672"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-04-19T03:41:52.910979" level="INFO">${max} = 31049.03</msg>
<var>${max}</var>
<arg>${result_value_list[${1}]}</arg>
<doc>Returns the given values which can then be assigned to a variables.</doc>
<status status="PASS" start="2026-04-19T03:41:52.907139" elapsed="0.003866"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-04-19T03:41:52.914982" level="INFO">${average} = 30389.16</msg>
<var>${average}</var>
<arg>${result_value_list[${2}]}</arg>
<doc>Returns the given values which can then be assigned to a variables.</doc>
<status status="PASS" start="2026-04-19T03:41:52.911156" elapsed="0.003852"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-04-19T03:41:52.918833" level="INFO">${stdev} = 10150.39</msg>
<var>${stdev}</var>
<arg>${result_value_list[${3}]}</arg>
<doc>Returns the given values which can then be assigned to a variables.</doc>
<status status="PASS" start="2026-04-19T03:41:52.915157" elapsed="0.003702"/>
</kw>
<kw name="Get Time" owner="BuiltIn">
<msg time="2026-04-19T03:41:52.919385" level="INFO">${date} = 2026-04-19 03:41:52</msg>
<var>${date}</var>
<arg>d,m,s</arg>
<doc>Returns the given time in the requested format.</doc>
<status status="PASS" start="2026-04-19T03:41:52.919015" elapsed="0.000395"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-19T03:41:52.919954" level="INFO">CBench Result: 2026-04-19 03:41:52,-m 60000 -M 100 -S 16 -l 10 -D 5000 -p 6633,29112.12,31049.03,30389.16,10150.39</msg>
<arg>CBench Result: ${date},${cbench_args},${min},${max},${average},${stdev}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-04-19T03:41:52.919553" elapsed="0.000454"/>
</kw>
<kw name="Log Results And Determine Status">
<kw name="Append To File" owner="OperatingSystem">
<msg time="2026-04-19T03:41:52.921066" level="INFO" html="true">Appended to file '&lt;a href="file:///w/workspace/openflowplugin-csit-1node-cbench-only-vanadium/latency.csv"&gt;/w/workspace/openflowplugin-csit-1node-cbench-only-vanadium/latency.csv&lt;/a&gt;'.</msg>
<arg>${output_file}</arg>
<arg>${min},${max},${average}\n</arg>
<doc>Appends the given content to the specified file.</doc>
<status status="PASS" start="2026-04-19T03:41:52.920663" elapsed="0.000468"/>
</kw>
<kw name="Should Be True" owner="BuiltIn">
<arg>${average} &gt; ${threshold}</arg>
<arg>${average} flow_mods per/sec did not exceed threshold of ${threshold}</arg>
<doc>Fails if the given condition is not true.</doc>
<status status="PASS" start="2026-04-19T03:41:52.921295" elapsed="0.000451"/>
</kw>
<arg>${min}</arg>
<arg>${max}</arg>
<arg>${average}</arg>
<arg>${average_threshold}</arg>
<arg>${output_filename}</arg>
<status status="PASS" start="2026-04-19T03:41:52.920152" elapsed="0.001658"/>
</kw>
<arg>-m ${duration_in_ms} -M ${num_of_unique_macs} -S ${switch_count} -l ${loops} -D ${start_delay} -p ${of_port}</arg>
<arg>${latency_threshold}</arg>
<arg>${latency_results_file}</arg>
<status status="PASS" start="2026-04-19T03:31:46.395457" elapsed="606.526412"/>
</kw>
<kw name="Sleep" owner="BuiltIn">
<msg time="2026-04-19T03:41:52.922344" level="INFO">Slept 0 seconds.</msg>
<arg>${test_delay}</arg>
<doc>Pauses the test executed for the given time.</doc>
<status status="PASS" start="2026-04-19T03:41:52.922018" elapsed="0.000381"/>
</kw>
<kw name="Log Results As Zero If Cbench Timed Out" type="TEARDOWN">
<kw name="Run Keyword If Timeout Occurred" owner="BuiltIn">
<arg>Log Results And Determine Status</arg>
<arg>0</arg>
<arg>0</arg>
<arg>0</arg>
<arg>0</arg>
<arg>${output_filename}</arg>
<doc>Runs the given keyword if either a test or a keyword timeout has occurred.</doc>
<status status="PASS" start="2026-04-19T03:41:52.922902" elapsed="0.000258"/>
</kw>
<status status="PASS" start="2026-04-19T03:41:52.922607" elapsed="0.000622"/>
</kw>
<doc>cbench executed in default latency mode. Test parameters have defaults, but can be overridden
on the pybot command line</doc>
<tag>cbench</tag>
<tag>latency</tag>
<timeout value="15 minutes"/>
<status status="PASS" start="2026-04-19T03:31:46.391501" elapsed="606.531765"/>
</test>
<test id="s1-t2" name="Cbench Throughput Test" line="51">
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-19T03:41:52.924835" level="INFO">Cbench tests using 10 iterations of 60 second tests. Switch Count: 16. Unique MACS to cycle: 100</msg>
<arg>Cbench tests using ${loops} iterations of ${duration_in_secs} second tests. Switch Count: ${switch_count}. Unique MACS to cycle: ${num_of_unique_macs}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-04-19T03:41:52.924151" elapsed="0.000740"/>
</kw>
<kw name="Run Cbench And Log Results">
<kw name="Set Suite Variable" owner="BuiltIn">
<msg time="2026-04-19T03:41:52.926110" level="INFO">${output_filename} = throughput.csv</msg>
<arg>${output_filename}</arg>
<doc>Makes a variable available everywhere within the scope of the current suite.</doc>
<status status="PASS" start="2026-04-19T03:41:52.925786" elapsed="0.000365"/>
</kw>
<if>
<branch type="IF" condition="&quot;${cbench_system}&quot; == &quot;localhost&quot;">
<kw name="Run" owner="OperatingSystem">
<var>${output}</var>
<arg>${cbench_executable} -c ${ODL_SYSTEM_IP} ${cbench_args}</arg>
<doc>_This keyword is considered deprecated. Use the
[http://robotframework.org/robotframework/latest/libraries/Process.html|
Process] library instead._</doc>
<status status="NOT RUN" start="2026-04-19T03:41:52.926504" elapsed="0.000021"/>
</kw>
<status status="NOT RUN" start="2026-04-19T03:41:52.926286" elapsed="0.000275"/>
</branch>
<branch type="ELSE">
<kw name="Run Command On Remote System" owner="Utils">
<if>
<branch type="IF" condition="&quot;${return_stdout}&quot;!=&quot;True&quot; and &quot;${return_stderr}&quot;!=&quot;True&quot;">
<kw name="Fail" owner="BuiltIn">
<arg>At least one of {return_stdout} or {return_stderr} args should be set to True</arg>
<doc>Fails the test with the given message and optionally alters its tags.</doc>
<status status="NOT RUN" start="2026-04-19T03:41:52.929489" elapsed="0.000020"/>
</kw>
<status status="NOT RUN" start="2026-04-19T03:41:52.929231" elapsed="0.000313"/>
</branch>
<status status="PASS" start="2026-04-19T03:41:52.929213" elapsed="0.000354"/>
</if>
<kw name="Get Connection" owner="SSHLibrary">
<msg time="2026-04-19T03:41:52.929885" level="INFO">index=None
host=None
alias=None
port=22
timeout=3 seconds
newline=

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

prompt=None
term_type=vt100
width=80
height=24
path_separator=/
encoding=utf8
escape_ansi=False
encoding_errors=strict</msg>
<var>${current_ssh_connection}</var>
<doc>Returns information about the connection.</doc>
<status status="PASS" start="2026-04-19T03:41:52.929695" elapsed="0.000335"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-19T03:41:52.930591" level="INFO">Attempting to execute command "/usr/local/bin/cbench -c 10.30.170.229 -t -m 60000 -M 100 -S 16 -l 10 -D 5000 -p 6633" on remote system "10.30.171.97" by user "jenkins" with keyfile pass "any" and prompt "&gt;" and password ""</msg>
<arg>Attempting to execute command "${cmd}" on remote system "${system}" by user "${user}" with keyfile pass "${keyfile_pass}" and prompt "${prompt}" and password "${password}"</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-04-19T03:41:52.930163" elapsed="0.000484"/>
</kw>
<kw name="Open Connection" owner="SSHLibrary">
<msg time="2026-04-19T03:41:52.931168" level="INFO">${conn_id} = 7</msg>
<var>${conn_id}</var>
<arg>${system}</arg>
<arg>prompt=${prompt}</arg>
<arg>timeout=${prompt_timeout}</arg>
<doc>Opens a new SSH connection to the given ``host`` and ``port``.</doc>
<status status="PASS" start="2026-04-19T03:41:52.930785" elapsed="0.000409"/>
</kw>
<kw name="Flexible_SSH_Login" owner="SSHKeywords">
<kw name="Get Length" owner="BuiltIn">
<msg time="2026-04-19T03:41:52.932073" level="INFO">Length is 0.</msg>
<msg time="2026-04-19T03:41:52.932160" level="INFO">${pwd_length} = 0</msg>
<var>${pwd_length}</var>
<arg>${password}</arg>
<doc>Returns and logs the length of the given item as an integer.</doc>
<status status="PASS" start="2026-04-19T03:41:52.931774" elapsed="0.000410"/>
</kw>
<kw name="Run Keyword And Return If" owner="BuiltIn">
<arg>${pwd_length} &gt; 0</arg>
<arg>SSHLibrary.Login</arg>
<arg>${user}</arg>
<arg>${password}</arg>
<arg>delay=${delay}</arg>
<doc>Runs the specified keyword and returns from the enclosing user keyword.</doc>
<status status="PASS" start="2026-04-19T03:41:52.932339" elapsed="0.000357"/>
</kw>
<kw name="Run Keyword And Return" owner="BuiltIn">
<kw name="Login With Public Key" owner="SSHLibrary">
<msg time="2026-04-19T03:41:52.933561" level="INFO">Logging into '10.30.171.97:22' as 'jenkins'.</msg>
<msg time="2026-04-19T03:41:53.527486" level="INFO">Read output: Welcome to Ubuntu 22.04.5 LTS (GNU/Linux 5.15.0-153-generic x86_64)

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

 System information as of Sun Apr 19 03:41:53 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.171.97
  Swap usage:   0%


Expanded Security Maintenance for Applications is not enabled.

0 updates can be applied immediately.

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


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


Last login: Sun Apr 19 03:31:46 2026 from 10.30.170.200
[?2004h[jenkins@releng-63164-192-1-mininet-ovs-217-0 ~]&gt;</msg>
<arg>${user}</arg>
<arg>${USER_HOME}/.ssh/${SSH_KEY}</arg>
<arg>${KEYFILE_PASS}</arg>
<arg>delay=${delay}</arg>
<doc>Logs into the SSH server using key-based authentication.</doc>
<status status="PASS" start="2026-04-19T03:41:52.933187" elapsed="0.594500"/>
</kw>
<msg time="2026-04-19T03:41:53.527773" level="INFO">Returning from the enclosing user keyword.</msg>
<arg>SSHLibrary.Login With Public Key</arg>
<arg>${user}</arg>
<arg>${USER_HOME}/.ssh/${SSH_KEY}</arg>
<arg>${KEYFILE_PASS}</arg>
<arg>delay=${delay}</arg>
<doc>Runs the specified keyword and returns from the enclosing user keyword.</doc>
<status status="PASS" start="2026-04-19T03:41:52.932848" elapsed="0.595013"/>
</kw>
<arg>${user}</arg>
<arg>${password}</arg>
<doc>On active SSH session: if given non-empty password, do Login, else do Login With Public Key.</doc>
<status status="PASS" start="2026-04-19T03:41:52.931408" elapsed="0.596567"/>
</kw>
<kw name="Execute Command" owner="SSHLibrary">
<msg time="2026-04-19T03:41:53.528531" level="INFO">Executing command '/usr/local/bin/cbench -c 10.30.170.229 -t -m 60000 -M 100 -S 16 -l 10 -D 5000 -p 6633'.</msg>
<msg time="2026-04-19T03:52:03.473009" level="INFO">Command exited with return code 0.</msg>
<msg time="2026-04-19T03:52:03.473635" level="INFO">${stdout} = </msg>
<msg time="2026-04-19T03:52:03.473742" level="INFO">${stderr} = cbench: controller benchmarking tool
   running in mode 'throughput'
   connecting to controller at 10.30.170.229:6633 
   faking 16 switches with 1 threads :: 10 tests each; 60000 ms per test
   with...</msg>
<var>${stdout}</var>
<var>${stderr}</var>
<arg>${cmd}</arg>
<arg>return_stderr=True</arg>
<doc>Executes ``command`` on the remote machine and returns its outputs.</doc>
<status status="PASS" start="2026-04-19T03:41:53.528201" elapsed="609.945605"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-04-19T03:52:03.474185" elapsed="0.000470"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-19T03:52:03.475379" level="INFO">cbench: controller benchmarking tool
   running in mode 'throughput'
   connecting to controller at 10.30.170.229:6633 
   faking 16 switches with 1 threads :: 10 tests each; 60000 ms per test
   with 100 unique source MACs per switch
   learning destination mac addresses before the test
   starting test with 5000 ms delay after features_reply
   ignoring first 1 "warmup" and last 0 "cooldown" loops
   debugging info is off
Master Thread: Creating thread-0! 
Thread-0: All switches initialized. Running at node 10.30.170.229. So far 1 cbench instances have initialized their switches.  Waiting for other cbench-instances
Thread-0: Total switches from ALL cbench-instances initialized.
03:42:58.646 16  switches: flows:  565934 575435 568202 565530 571910 572325 567817 579426 548810 559308 553341 558282 544895 543915 549987 556230  total = 149.689117 per ms 
03:43:58.747 16  switches: flows:  640609 637718 641809 644573 644934 628945 643153 636682 638292 640890 639574 653527 654925 637345 637875 645999  total = 170.826714 per ms 
03:44:58.852 16  switches: flows:  622463 616311 608433 609627 613004 618808 606154 617563 610310 625167 625684 609537 615380 604652 618614 610239  total = 163.584568 per ms 
03:45:58.953 16  switches: flows:  451065 447449 417143 458107 461264 451190 465330 450963 469337 470523 473303 448109 388311 454946 461183 416965  total = 119.551768 per ms 
03:46:59.054 16  switches: flows:  643466 637859 639216 632924 632328 638539 638391 642766 627432 627636 632860 641651 605847 629335 639249 631017  total = 168.725204 per ms 
03:47:59.156 16  switches: flows:  607324 628847 608642 599766 615137 617554 605457 599859 613448 603123 618020 616514 612746 606563 609323 611929  total = 162.630195 per ms 
03:49:03.158 16  switches: flows:  633852 625032 629907 628983 629826 630531 634761 633685 639930 645586 623299 635952 634393 630148 631893 628598  total = 158.063515 per ms 
03:50:03.259 16  switches: flows:  533087 535636 537868 536160 534441 528622 498790 522212 531497 539497 546691 523347 538622 532693 523308 537347  total = 141.425630 per ms 
03:51:03.363 16  switches: flows:  625446 626869 624664 625987 626387 626007 626291 623864 620882 627070 627729 623248 612307 628140 619793 620736  total = 166.139585 per ms 
03:52:03.465 16  switches: flows:  561251 571111 563947 557665 549246 557905 573155 557703 550063 561715 549091 557767 561303 571980 560477 542359  total = 148.861808 per ms 
RESULT: 16 switches 9 tests min/max/avg/stdev = 119551.77/170826.71/155534.33/54130.64 responses/s</msg>
<arg>${stderr}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-04-19T03:52:03.474887" elapsed="0.000703"/>
</kw>
<if>
<branch type="IF" condition="&quot;${return_stdout}&quot;!=&quot;True&quot;">
<return>
<value>${stderr}</value>
<status status="PASS" start="2026-04-19T03:52:03.475940" elapsed="0.000047"/>
</return>
<status status="PASS" start="2026-04-19T03:52:03.475717" elapsed="0.000321"/>
</branch>
<status status="PASS" start="2026-04-19T03:52:03.475679" elapsed="0.000393"/>
</if>
<if>
<branch type="IF" condition="&quot;${return_stderr}&quot;!=&quot;True&quot;">
<return>
<value>${stdout}</value>
<status status="NOT RUN" start="2026-04-19T03:52:03.476202" elapsed="0.000017"/>
</return>
<status status="NOT RUN" start="2026-04-19T03:52:03.476152" elapsed="0.000105"/>
</branch>
<status status="NOT RUN" start="2026-04-19T03:52:03.476130" elapsed="0.000177"/>
</if>
<return>
<value>${stdout}</value>
<value>${stderr}</value>
<status status="NOT RUN" start="2026-04-19T03:52:03.476352" elapsed="0.000019"/>
</return>
<kw name="Restore_Current_Ssh_Connection_From_Index" owner="SSHKeywords" type="TEARDOWN">
<kw name="Run Keyword And Return If" owner="BuiltIn">
<arg>${connection_index} is not None</arg>
<arg>SSHLibrary.Switch Connection</arg>
<arg>${connection_index}</arg>
<doc>Runs the specified keyword and returns from the enclosing user keyword.</doc>
<status status="PASS" start="2026-04-19T03:52:03.479815" elapsed="0.000482"/>
</kw>
<kw name="Open Connection" owner="SSHLibrary">
<arg>127.0.0.1</arg>
<doc>Opens a new SSH connection to the given ``host`` and ``port``.</doc>
<status status="PASS" start="2026-04-19T03:52:03.480502" elapsed="0.000221"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-04-19T03:52:03.480902" elapsed="0.000172"/>
</kw>
<arg>${current_ssh_connection.index}</arg>
<doc>Restore active SSH connection in SSHLibrary to given index.</doc>
<status status="PASS" start="2026-04-19T03:52:03.476788" elapsed="0.004362"/>
</kw>
<msg time="2026-04-19T03:52:03.481348" level="INFO">${output} = cbench: controller benchmarking tool
   running in mode 'throughput'
   connecting to controller at 10.30.170.229:6633 
   faking 16 switches with 1 threads :: 10 tests each; 60000 ms per test
   with...</msg>
<var>${output}</var>
<arg>${cbench_system}</arg>
<arg>${cbench_executable} -c ${ODL_SYSTEM_IP} ${cbench_args}</arg>
<arg>prompt_timeout=${test_timeout}</arg>
<arg>return_stdout=False</arg>
<arg>return_stderr=True</arg>
<doc>Reduces the common work of running a command on a remote system to a single higher level
robot keyword, taking care to log in with a public key and. The command given is written and the return value
depends on the passed argument values of return_stdout (default: True) and return_stderr (default: False).
At least one should be True, or the keyword will exit and FAIL. If both are True, the resulting return value
will be a two element list containing both. Otherwise the resulting return value is a string.
No test conditions are checked.</doc>
<status status="PASS" start="2026-04-19T03:41:52.926895" elapsed="610.554490"/>
</kw>
<status status="PASS" start="2026-04-19T03:41:52.926586" elapsed="610.554866"/>
</branch>
<status status="PASS" start="2026-04-19T03:41:52.926252" elapsed="610.555233"/>
</if>
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-19T03:52:03.482058" level="INFO">cbench: controller benchmarking tool
   running in mode 'throughput'
   connecting to controller at 10.30.170.229:6633 
   faking 16 switches with 1 threads :: 10 tests each; 60000 ms per test
   with 100 unique source MACs per switch
   learning destination mac addresses before the test
   starting test with 5000 ms delay after features_reply
   ignoring first 1 "warmup" and last 0 "cooldown" loops
   debugging info is off
Master Thread: Creating thread-0! 
Thread-0: All switches initialized. Running at node 10.30.170.229. So far 1 cbench instances have initialized their switches.  Waiting for other cbench-instances
Thread-0: Total switches from ALL cbench-instances initialized.
03:42:58.646 16  switches: flows:  565934 575435 568202 565530 571910 572325 567817 579426 548810 559308 553341 558282 544895 543915 549987 556230  total = 149.689117 per ms 
03:43:58.747 16  switches: flows:  640609 637718 641809 644573 644934 628945 643153 636682 638292 640890 639574 653527 654925 637345 637875 645999  total = 170.826714 per ms 
03:44:58.852 16  switches: flows:  622463 616311 608433 609627 613004 618808 606154 617563 610310 625167 625684 609537 615380 604652 618614 610239  total = 163.584568 per ms 
03:45:58.953 16  switches: flows:  451065 447449 417143 458107 461264 451190 465330 450963 469337 470523 473303 448109 388311 454946 461183 416965  total = 119.551768 per ms 
03:46:59.054 16  switches: flows:  643466 637859 639216 632924 632328 638539 638391 642766 627432 627636 632860 641651 605847 629335 639249 631017  total = 168.725204 per ms 
03:47:59.156 16  switches: flows:  607324 628847 608642 599766 615137 617554 605457 599859 613448 603123 618020 616514 612746 606563 609323 611929  total = 162.630195 per ms 
03:49:03.158 16  switches: flows:  633852 625032 629907 628983 629826 630531 634761 633685 639930 645586 623299 635952 634393 630148 631893 628598  total = 158.063515 per ms 
03:50:03.259 16  switches: flows:  533087 535636 537868 536160 534441 528622 498790 522212 531497 539497 546691 523347 538622 532693 523308 537347  total = 141.425630 per ms 
03:51:03.363 16  switches: flows:  625446 626869 624664 625987 626387 626007 626291 623864 620882 627070 627729 623248 612307 628140 619793 620736  total = 166.139585 per ms 
03:52:03.465 16  switches: flows:  561251 571111 563947 557665 549246 557905 573155 557703 550063 561715 549091 557767 561303 571980 560477 542359  total = 148.861808 per ms 
RESULT: 16 switches 9 tests min/max/avg/stdev = 119551.77/170826.71/155534.33/54130.64 responses/s</msg>
<arg>${output}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-04-19T03:52:03.481677" elapsed="0.000454"/>
</kw>
<kw name="Should Contain" owner="BuiltIn">
<arg>${output}</arg>
<arg>RESULT</arg>
<doc>Fails if ``container`` does not contain ``item`` one or more times.</doc>
<status status="PASS" start="2026-04-19T03:52:03.482295" elapsed="0.000373"/>
</kw>
<kw name="Get Lines Containing String" owner="String">
<msg time="2026-04-19T03:52:03.483043" level="INFO">1 out of 23 lines matched.</msg>
<msg time="2026-04-19T03:52:03.483131" level="INFO">${result_line} = RESULT: 16 switches 9 tests min/max/avg/stdev = 119551.77/170826.71/155534.33/54130.64 responses/s</msg>
<var>${result_line}</var>
<arg>${output}</arg>
<arg>RESULT</arg>
<doc>Returns lines of the given ``string`` that contain the ``pattern``.</doc>
<status status="PASS" start="2026-04-19T03:52:03.482826" elapsed="0.000329"/>
</kw>
<kw name="Split String" owner="String">
<msg time="2026-04-19T03:52:03.483574" level="INFO">@{results_list} = [ RESULT: | 16 | switches | 9 | tests | min/max/avg/stdev | = | 119551.77/170826.71/155534.33/54130.64 | responses/s ]</msg>
<var>@{results_list}</var>
<arg>${result_line}</arg>
<doc>Splits the ``string`` using ``separator`` as a delimiter string.</doc>
<status status="PASS" start="2026-04-19T03:52:03.483322" elapsed="0.000279"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-19T03:52:03.485947" level="INFO">min/max/avg/stdev</msg>
<arg>${results_list[5]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-04-19T03:52:03.483743" elapsed="0.002260"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-19T03:52:03.488329" level="INFO">119551.77/170826.71/155534.33/54130.64</msg>
<arg>${results_list[7]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-04-19T03:52:03.486146" elapsed="0.002239"/>
</kw>
<kw name="Split String" owner="String">
<msg time="2026-04-19T03:52:03.490952" level="INFO">@{result_name_list} = [ min | max | avg | stdev ]</msg>
<var>@{result_name_list}</var>
<arg>${results_list[5]}</arg>
<arg>/</arg>
<doc>Splits the ``string`` using ``separator`` as a delimiter string.</doc>
<status status="PASS" start="2026-04-19T03:52:03.488531" elapsed="0.002453"/>
</kw>
<kw name="Split String" owner="String">
<msg time="2026-04-19T03:52:03.493467" level="INFO">@{result_value_list} = [ 119551.77 | 170826.71 | 155534.33 | 54130.64 ]</msg>
<var>@{result_value_list}</var>
<arg>${results_list[7]}</arg>
<arg>/</arg>
<doc>Splits the ``string`` using ``separator`` as a delimiter string.</doc>
<status status="PASS" start="2026-04-19T03:52:03.491184" elapsed="0.002310"/>
</kw>
<kw name="Get Length" owner="BuiltIn">
<msg time="2026-04-19T03:52:03.493955" level="INFO">Length is 4.</msg>
<msg time="2026-04-19T03:52:03.494047" level="INFO">${num_stats} = 4</msg>
<var>${num_stats}</var>
<arg>${result_name_list}</arg>
<doc>Returns and logs the length of the given item as an integer.</doc>
<status status="PASS" start="2026-04-19T03:52:03.493647" elapsed="0.000423"/>
</kw>
<for flavor="IN RANGE">
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-19T03:52:03.498772" level="INFO">min :: 119551.77</msg>
<arg>${result_name_list[${i}]} :: ${result_value_list[${i}]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-04-19T03:52:03.494468" elapsed="0.004365"/>
</kw>
<var name="${i}">0</var>
<status status="PASS" start="2026-04-19T03:52:03.494338" elapsed="0.004530"/>
</iter>
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-19T03:52:03.503517" level="INFO">max :: 170826.71</msg>
<arg>${result_name_list[${i}]} :: ${result_value_list[${i}]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-04-19T03:52:03.499082" elapsed="0.004491"/>
</kw>
<var name="${i}">1</var>
<status status="PASS" start="2026-04-19T03:52:03.498958" elapsed="0.004651"/>
</iter>
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-19T03:52:03.508082" level="INFO">avg :: 155534.33</msg>
<arg>${result_name_list[${i}]} :: ${result_value_list[${i}]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-04-19T03:52:03.503826" elapsed="0.004311"/>
</kw>
<var name="${i}">2</var>
<status status="PASS" start="2026-04-19T03:52:03.503697" elapsed="0.004475"/>
</iter>
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-19T03:52:03.512656" level="INFO">stdev :: 54130.64</msg>
<arg>${result_name_list[${i}]} :: ${result_value_list[${i}]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-04-19T03:52:03.508406" elapsed="0.004306"/>
</kw>
<var name="${i}">3</var>
<status status="PASS" start="2026-04-19T03:52:03.508260" elapsed="0.004486"/>
</iter>
<var>${i}</var>
<value>0</value>
<value>${num_stats}</value>
<status status="PASS" start="2026-04-19T03:52:03.494136" elapsed="0.018642"/>
</for>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-04-19T03:52:03.516593" level="INFO">${min} = 119551.77</msg>
<var>${min}</var>
<arg>${result_value_list[${0}]}</arg>
<doc>Returns the given values which can then be assigned to a variables.</doc>
<status status="PASS" start="2026-04-19T03:52:03.512936" elapsed="0.003684"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-04-19T03:52:03.520536" level="INFO">${max} = 170826.71</msg>
<var>${max}</var>
<arg>${result_value_list[${1}]}</arg>
<doc>Returns the given values which can then be assigned to a variables.</doc>
<status status="PASS" start="2026-04-19T03:52:03.516771" elapsed="0.003791"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-04-19T03:52:03.524431" level="INFO">${average} = 155534.33</msg>
<var>${average}</var>
<arg>${result_value_list[${2}]}</arg>
<doc>Returns the given values which can then be assigned to a variables.</doc>
<status status="PASS" start="2026-04-19T03:52:03.520713" elapsed="0.003745"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-04-19T03:52:03.528645" level="INFO">${stdev} = 54130.64</msg>
<var>${stdev}</var>
<arg>${result_value_list[${3}]}</arg>
<doc>Returns the given values which can then be assigned to a variables.</doc>
<status status="PASS" start="2026-04-19T03:52:03.524926" elapsed="0.003745"/>
</kw>
<kw name="Get Time" owner="BuiltIn">
<msg time="2026-04-19T03:52:03.529204" level="INFO">${date} = 2026-04-19 03:52:03</msg>
<var>${date}</var>
<arg>d,m,s</arg>
<doc>Returns the given time in the requested format.</doc>
<status status="PASS" start="2026-04-19T03:52:03.528829" elapsed="0.000403"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-19T03:52:03.529797" level="INFO">CBench Result: 2026-04-19 03:52:03,-t -m 60000 -M 100 -S 16 -l 10 -D 5000 -p 6633,119551.77,170826.71,155534.33,54130.64</msg>
<arg>CBench Result: ${date},${cbench_args},${min},${max},${average},${stdev}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-04-19T03:52:03.529393" elapsed="0.000459"/>
</kw>
<kw name="Log Results And Determine Status">
<kw name="Append To File" owner="OperatingSystem">
<msg time="2026-04-19T03:52:03.530878" level="INFO" html="true">Appended to file '&lt;a href="file:///w/workspace/openflowplugin-csit-1node-cbench-only-vanadium/throughput.csv"&gt;/w/workspace/openflowplugin-csit-1node-cbench-only-vanadium/throughput.csv&lt;/a&gt;'.</msg>
<arg>${output_file}</arg>
<arg>${min},${max},${average}\n</arg>
<doc>Appends the given content to the specified file.</doc>
<status status="PASS" start="2026-04-19T03:52:03.530470" elapsed="0.000473"/>
</kw>
<kw name="Should Be True" owner="BuiltIn">
<arg>${average} &gt; ${threshold}</arg>
<arg>${average} flow_mods per/sec did not exceed threshold of ${threshold}</arg>
<doc>Fails if the given condition is not true.</doc>
<status status="PASS" start="2026-04-19T03:52:03.531093" elapsed="0.000466"/>
</kw>
<arg>${min}</arg>
<arg>${max}</arg>
<arg>${average}</arg>
<arg>${average_threshold}</arg>
<arg>${output_filename}</arg>
<status status="PASS" start="2026-04-19T03:52:03.529990" elapsed="0.001632"/>
</kw>
<arg>-t -m ${duration_in_ms} -M ${num_of_unique_macs} -S ${switch_count} -l ${loops} -D ${start_delay} -p ${of_port}</arg>
<arg>${throughput_threshold}</arg>
<arg>${throughput_results_file}</arg>
<status status="PASS" start="2026-04-19T03:41:52.925201" elapsed="610.606479"/>
</kw>
<kw name="Sleep" owner="BuiltIn">
<msg time="2026-04-19T03:52:03.532142" level="INFO">Slept 0 seconds.</msg>
<arg>${test_delay}</arg>
<doc>Pauses the test executed for the given time.</doc>
<status status="PASS" start="2026-04-19T03:52:03.531830" elapsed="0.000366"/>
</kw>
<kw name="Log Results As Zero If Cbench Timed Out" type="TEARDOWN">
<kw name="Run Keyword If Timeout Occurred" owner="BuiltIn">
<arg>Log Results And Determine Status</arg>
<arg>0</arg>
<arg>0</arg>
<arg>0</arg>
<arg>0</arg>
<arg>${output_filename}</arg>
<doc>Runs the given keyword if either a test or a keyword timeout has occurred.</doc>
<status status="PASS" start="2026-04-19T03:52:03.532725" elapsed="0.000258"/>
</kw>
<status status="PASS" start="2026-04-19T03:52:03.532420" elapsed="0.000633"/>
</kw>
<doc>cbench executed in throughput mode (-t). Test parameters have defaults, but can be overridden
on the pybot command line</doc>
<tag>cbench</tag>
<tag>throughput</tag>
<timeout value="15 minutes"/>
<status status="PASS" start="2026-04-19T03:41:52.923584" elapsed="610.609507"/>
</test>
<test id="s1-t3" name="Rerun Latency Test To Check Bug 6176" line="65">
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-19T03:52:03.534567" level="INFO">Cbench tests using 10 iterations of 60 second tests. Switch Count: 16. Unique MACS to cycle: 100</msg>
<arg>Cbench tests using ${loops} iterations of ${duration_in_secs} second tests. Switch Count: ${switch_count}. Unique MACS to cycle: ${num_of_unique_macs}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-04-19T03:52:03.534172" elapsed="0.000451"/>
</kw>
<kw name="Run Cbench And Log Results">
<kw name="Set Suite Variable" owner="BuiltIn">
<msg time="2026-04-19T03:52:03.535824" level="INFO">${output_filename} = bug.csv</msg>
<arg>${output_filename}</arg>
<doc>Makes a variable available everywhere within the scope of the current suite.</doc>
<status status="PASS" start="2026-04-19T03:52:03.535499" elapsed="0.000367"/>
</kw>
<if>
<branch type="IF" condition="&quot;${cbench_system}&quot; == &quot;localhost&quot;">
<kw name="Run" owner="OperatingSystem">
<var>${output}</var>
<arg>${cbench_executable} -c ${ODL_SYSTEM_IP} ${cbench_args}</arg>
<doc>_This keyword is considered deprecated. Use the
[http://robotframework.org/robotframework/latest/libraries/Process.html|
Process] library instead._</doc>
<status status="NOT RUN" start="2026-04-19T03:52:03.536195" elapsed="0.000021"/>
</kw>
<status status="NOT RUN" start="2026-04-19T03:52:03.535979" elapsed="0.000273"/>
</branch>
<branch type="ELSE">
<kw name="Run Command On Remote System" owner="Utils">
<if>
<branch type="IF" condition="&quot;${return_stdout}&quot;!=&quot;True&quot; and &quot;${return_stderr}&quot;!=&quot;True&quot;">
<kw name="Fail" owner="BuiltIn">
<arg>At least one of {return_stdout} or {return_stderr} args should be set to True</arg>
<doc>Fails the test with the given message and optionally alters its tags.</doc>
<status status="NOT RUN" start="2026-04-19T03:52:03.539145" elapsed="0.000021"/>
</kw>
<status status="NOT RUN" start="2026-04-19T03:52:03.538897" elapsed="0.000303"/>
</branch>
<status status="PASS" start="2026-04-19T03:52:03.538878" elapsed="0.000346"/>
</if>
<kw name="Get Connection" owner="SSHLibrary">
<msg time="2026-04-19T03:52:03.539566" level="INFO">index=None
host=None
alias=None
port=22
timeout=3 seconds
newline=

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

prompt=None
term_type=vt100
width=80
height=24
path_separator=/
encoding=utf8
escape_ansi=False
encoding_errors=strict</msg>
<var>${current_ssh_connection}</var>
<doc>Returns information about the connection.</doc>
<status status="PASS" start="2026-04-19T03:52:03.539378" elapsed="0.000331"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-19T03:52:03.540256" level="INFO">Attempting to execute command "/usr/local/bin/cbench -c 10.30.170.229 -m 60000 -M 100 -S 16 -l 10 -D 5000 -p 6633" on remote system "10.30.171.97" by user "jenkins" with keyfile pass "any" and prompt "&gt;" and password ""</msg>
<arg>Attempting to execute command "${cmd}" on remote system "${system}" by user "${user}" with keyfile pass "${keyfile_pass}" and prompt "${prompt}" and password "${password}"</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-04-19T03:52:03.539843" elapsed="0.000487"/>
</kw>
<kw name="Open Connection" owner="SSHLibrary">
<msg time="2026-04-19T03:52:03.540853" level="INFO">${conn_id} = 9</msg>
<var>${conn_id}</var>
<arg>${system}</arg>
<arg>prompt=${prompt}</arg>
<arg>timeout=${prompt_timeout}</arg>
<doc>Opens a new SSH connection to the given ``host`` and ``port``.</doc>
<status status="PASS" start="2026-04-19T03:52:03.540469" elapsed="0.000410"/>
</kw>
<kw name="Flexible_SSH_Login" owner="SSHKeywords">
<kw name="Get Length" owner="BuiltIn">
<msg time="2026-04-19T03:52:03.541950" level="INFO">Length is 0.</msg>
<msg time="2026-04-19T03:52:03.542045" level="INFO">${pwd_length} = 0</msg>
<var>${pwd_length}</var>
<arg>${password}</arg>
<doc>Returns and logs the length of the given item as an integer.</doc>
<status status="PASS" start="2026-04-19T03:52:03.541484" elapsed="0.000585"/>
</kw>
<kw name="Run Keyword And Return If" owner="BuiltIn">
<arg>${pwd_length} &gt; 0</arg>
<arg>SSHLibrary.Login</arg>
<arg>${user}</arg>
<arg>${password}</arg>
<arg>delay=${delay}</arg>
<doc>Runs the specified keyword and returns from the enclosing user keyword.</doc>
<status status="PASS" start="2026-04-19T03:52:03.542210" elapsed="0.000340"/>
</kw>
<kw name="Run Keyword And Return" owner="BuiltIn">
<kw name="Login With Public Key" owner="SSHLibrary">
<msg time="2026-04-19T03:52:03.543404" level="INFO">Logging into '10.30.171.97:22' as 'jenkins'.</msg>
<msg time="2026-04-19T03:52:04.136362" level="INFO">Read output: Welcome to Ubuntu 22.04.5 LTS (GNU/Linux 5.15.0-153-generic x86_64)

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

 System information as of Sun Apr 19 03:52:03 UTC 2026

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


Expanded Security Maintenance for Applications is not enabled.

0 updates can be applied immediately.

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


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


Last login: Sun Apr 19 03:41:53 2026 from 10.30.170.200
[?2004h[jenkins@releng-63164-192-1-mininet-ovs-217-0 ~]&gt;</msg>
<arg>${user}</arg>
<arg>${USER_HOME}/.ssh/${SSH_KEY}</arg>
<arg>${KEYFILE_PASS}</arg>
<arg>delay=${delay}</arg>
<doc>Logs into the SSH server using key-based authentication.</doc>
<status status="PASS" start="2026-04-19T03:52:03.543037" elapsed="0.593536"/>
</kw>
<msg time="2026-04-19T03:52:04.136663" level="INFO">Returning from the enclosing user keyword.</msg>
<arg>SSHLibrary.Login With Public Key</arg>
<arg>${user}</arg>
<arg>${USER_HOME}/.ssh/${SSH_KEY}</arg>
<arg>${KEYFILE_PASS}</arg>
<arg>delay=${delay}</arg>
<doc>Runs the specified keyword and returns from the enclosing user keyword.</doc>
<status status="PASS" start="2026-04-19T03:52:03.542699" elapsed="0.594045"/>
</kw>
<arg>${user}</arg>
<arg>${password}</arg>
<doc>On active SSH session: if given non-empty password, do Login, else do Login With Public Key.</doc>
<status status="PASS" start="2026-04-19T03:52:03.541076" elapsed="0.595796"/>
</kw>
<kw name="Execute Command" owner="SSHLibrary">
<msg time="2026-04-19T03:52:04.137411" level="INFO">Executing command '/usr/local/bin/cbench -c 10.30.170.229 -m 60000 -M 100 -S 16 -l 10 -D 5000 -p 6633'.</msg>
<msg time="2026-04-19T04:02:10.174719" level="INFO">Command exited with return code 0.</msg>
<msg time="2026-04-19T04:02:10.175319" level="INFO">${stdout} = </msg>
<msg time="2026-04-19T04:02:10.175451" level="INFO">${stderr} = cbench: controller benchmarking tool
   running in mode 'latency'
   connecting to controller at 10.30.170.229: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-04-19T03:52:04.137093" elapsed="606.038418"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-04-19T04:02:10.175992" elapsed="0.000851"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-19T04:02:10.177970" level="INFO">cbench: controller benchmarking tool
   running in mode 'latency'
   connecting to controller at 10.30.170.229:6633 
   faking 16 switches with 1 threads :: 10 tests each; 60000 ms per test
   with 100 unique source MACs per switch
   learning destination mac addresses before the test
   starting test with 5000 ms delay after features_reply
   ignoring first 1 "warmup" and last 0 "cooldown" loops
   debugging info is off
Master Thread: Creating thread-0! 
Thread-0: All switches initialized. Running at node 10.30.170.229. So far 1 cbench instances have initialized their switches.  Waiting for other cbench-instances
Thread-0: Total switches from ALL cbench-instances initialized.
03:53:09.259 16  switches: flows:  118708 119170 119128 119288 120033 121573 116390 119137 119960 117447 116772 117263 118520 118444 116321 118983  total = 31.618950 per ms 
03:54:09.359 16  switches: flows:  117484 118133 118616 118467 118523 120060 117511 118110 118948 114683 116514 115898 116639 115241 117121 118433  total = 31.287427 per ms 
03:55:09.459 16  switches: flows:  115185 114226 116931 112382 116152 116262 113851 115825 114318 114770 114513 113514 114732 114048 112926 114660  total = 30.520603 per ms 
03:56:09.560 16  switches: flows:  121044 118973 119741 118914 120200 119600 119433 121510 119080 121167 118606 119716 118765 120722 118507 117370  total = 31.835899 per ms 
03:57:09.660 16  switches: flows:  120226 115364 118669 115905 118463 118360 117098 119112 117205 117909 116437 116218 118403 119001 117894 113614  total = 31.278993 per ms 
03:58:09.761 16  switches: flows:  117465 115816 119622 116861 116445 117365 115487 115844 113673 115722 115276 115001 113262 115492 115791 114536  total = 30.842752 per ms 
03:59:09.861 16  switches: flows:  122363 120204 121475 120629 122049 120531 118764 120091 118913 120597 118210 119444 119299 120423 119403 119597  total = 31.979766 per ms 
04:00:09.961 16  switches: flows:  117783 115411 116809 114547 116081 115792 112221 114382 114013 115984 111561 113534 111710 116153 114257 115331  total = 30.541775 per ms 
04:01:10.062 16  switches: flows:  119896 121447 121667 122830 123136 121411 120611 121875 120377 119443 118282 119171 119295 118171 117299 117651  total = 31.989250 per ms 
04:02:10.162 16  switches: flows:  115541 117275 119128 119377 119794 121055 118167 117834 117358 114958 115477 115105 115817 116408 116301 114110  total = 31.176294 per ms 
RESULT: 16 switches 9 tests min/max/avg/stdev = 30520.60/31989.25/31272.53/10438.16 responses/s</msg>
<arg>${stderr}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-04-19T04:02:10.177204" elapsed="0.001131"/>
</kw>
<if>
<branch type="IF" condition="&quot;${return_stdout}&quot;!=&quot;True&quot;">
<return>
<value>${stderr}</value>
<status status="PASS" start="2026-04-19T04:02:10.178911" elapsed="0.000072"/>
</return>
<status status="PASS" start="2026-04-19T04:02:10.178586" elapsed="0.000478"/>
</branch>
<status status="PASS" start="2026-04-19T04:02:10.178517" elapsed="0.000601"/>
</if>
<if>
<branch type="IF" condition="&quot;${return_stderr}&quot;!=&quot;True&quot;">
<return>
<value>${stdout}</value>
<status status="NOT RUN" start="2026-04-19T04:02:10.179354" elapsed="0.000029"/>
</return>
<status status="NOT RUN" start="2026-04-19T04:02:10.179242" elapsed="0.000220"/>
</branch>
<status status="NOT RUN" start="2026-04-19T04:02:10.179209" elapsed="0.000301"/>
</if>
<return>
<value>${stdout}</value>
<value>${stderr}</value>
<status status="NOT RUN" start="2026-04-19T04:02:10.179578" elapsed="0.000029"/>
</return>
<kw name="Restore_Current_Ssh_Connection_From_Index" owner="SSHKeywords" type="TEARDOWN">
<kw name="Run Keyword And Return If" owner="BuiltIn">
<arg>${connection_index} is not None</arg>
<arg>SSHLibrary.Switch Connection</arg>
<arg>${connection_index}</arg>
<doc>Runs the specified keyword and returns from the enclosing user keyword.</doc>
<status status="PASS" start="2026-04-19T04:02:10.184729" elapsed="0.000338"/>
</kw>
<kw name="Open Connection" owner="SSHLibrary">
<arg>127.0.0.1</arg>
<doc>Opens a new SSH connection to the given ``host`` and ``port``.</doc>
<status status="PASS" start="2026-04-19T04:02:10.185213" elapsed="0.000176"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-04-19T04:02:10.185532" elapsed="0.000097"/>
</kw>
<arg>${current_ssh_connection.index}</arg>
<doc>Restore active SSH connection in SSHLibrary to given index.</doc>
<status status="PASS" start="2026-04-19T04:02:10.180308" elapsed="0.005374"/>
</kw>
<msg time="2026-04-19T04:02:10.185810" level="INFO">${output} = cbench: controller benchmarking tool
   running in mode 'latency'
   connecting to controller at 10.30.170.229: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-04-19T03:52:03.536621" elapsed="606.649215"/>
</kw>
<status status="PASS" start="2026-04-19T03:52:03.536296" elapsed="606.649589"/>
</branch>
<status status="PASS" start="2026-04-19T03:52:03.535958" elapsed="606.649951"/>
</if>
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-19T04:02:10.186383" level="INFO">cbench: controller benchmarking tool
   running in mode 'latency'
   connecting to controller at 10.30.170.229:6633 
   faking 16 switches with 1 threads :: 10 tests each; 60000 ms per test
   with 100 unique source MACs per switch
   learning destination mac addresses before the test
   starting test with 5000 ms delay after features_reply
   ignoring first 1 "warmup" and last 0 "cooldown" loops
   debugging info is off
Master Thread: Creating thread-0! 
Thread-0: All switches initialized. Running at node 10.30.170.229. So far 1 cbench instances have initialized their switches.  Waiting for other cbench-instances
Thread-0: Total switches from ALL cbench-instances initialized.
03:53:09.259 16  switches: flows:  118708 119170 119128 119288 120033 121573 116390 119137 119960 117447 116772 117263 118520 118444 116321 118983  total = 31.618950 per ms 
03:54:09.359 16  switches: flows:  117484 118133 118616 118467 118523 120060 117511 118110 118948 114683 116514 115898 116639 115241 117121 118433  total = 31.287427 per ms 
03:55:09.459 16  switches: flows:  115185 114226 116931 112382 116152 116262 113851 115825 114318 114770 114513 113514 114732 114048 112926 114660  total = 30.520603 per ms 
03:56:09.560 16  switches: flows:  121044 118973 119741 118914 120200 119600 119433 121510 119080 121167 118606 119716 118765 120722 118507 117370  total = 31.835899 per ms 
03:57:09.660 16  switches: flows:  120226 115364 118669 115905 118463 118360 117098 119112 117205 117909 116437 116218 118403 119001 117894 113614  total = 31.278993 per ms 
03:58:09.761 16  switches: flows:  117465 115816 119622 116861 116445 117365 115487 115844 113673 115722 115276 115001 113262 115492 115791 114536  total = 30.842752 per ms 
03:59:09.861 16  switches: flows:  122363 120204 121475 120629 122049 120531 118764 120091 118913 120597 118210 119444 119299 120423 119403 119597  total = 31.979766 per ms 
04:00:09.961 16  switches: flows:  117783 115411 116809 114547 116081 115792 112221 114382 114013 115984 111561 113534 111710 116153 114257 115331  total = 30.541775 per ms 
04:01:10.062 16  switches: flows:  119896 121447 121667 122830 123136 121411 120611 121875 120377 119443 118282 119171 119295 118171 117299 117651  total = 31.989250 per ms 
04:02:10.162 16  switches: flows:  115541 117275 119128 119377 119794 121055 118167 117834 117358 114958 115477 115105 115817 116408 116301 114110  total = 31.176294 per ms 
RESULT: 16 switches 9 tests min/max/avg/stdev = 30520.60/31989.25/31272.53/10438.16 responses/s</msg>
<arg>${output}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-04-19T04:02:10.186054" elapsed="0.000402"/>
</kw>
<kw name="Should Contain" owner="BuiltIn">
<arg>${output}</arg>
<arg>RESULT</arg>
<doc>Fails if ``container`` does not contain ``item`` one or more times.</doc>
<status status="PASS" start="2026-04-19T04:02:10.186604" elapsed="0.000376"/>
</kw>
<kw name="Get Lines Containing String" owner="String">
<msg time="2026-04-19T04:02:10.187369" level="INFO">1 out of 23 lines matched.</msg>
<msg time="2026-04-19T04:02:10.187476" level="INFO">${result_line} = RESULT: 16 switches 9 tests min/max/avg/stdev = 30520.60/31989.25/31272.53/10438.16 responses/s</msg>
<var>${result_line}</var>
<arg>${output}</arg>
<arg>RESULT</arg>
<doc>Returns lines of the given ``string`` that contain the ``pattern``.</doc>
<status status="PASS" start="2026-04-19T04:02:10.187137" elapsed="0.000366"/>
</kw>
<kw name="Split String" owner="String">
<msg time="2026-04-19T04:02:10.187902" level="INFO">@{results_list} = [ RESULT: | 16 | switches | 9 | tests | min/max/avg/stdev | = | 30520.60/31989.25/31272.53/10438.16 | responses/s ]</msg>
<var>@{results_list}</var>
<arg>${result_line}</arg>
<doc>Splits the ``string`` using ``separator`` as a delimiter string.</doc>
<status status="PASS" start="2026-04-19T04:02:10.187655" elapsed="0.000274"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-19T04:02:10.190288" level="INFO">min/max/avg/stdev</msg>
<arg>${results_list[5]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-04-19T04:02:10.188075" elapsed="0.002271"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-19T04:02:10.192823" level="INFO">30520.60/31989.25/31272.53/10438.16</msg>
<arg>${results_list[7]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-04-19T04:02:10.190489" elapsed="0.002389"/>
</kw>
<kw name="Split String" owner="String">
<msg time="2026-04-19T04:02:10.195205" level="INFO">@{result_name_list} = [ min | max | avg | stdev ]</msg>
<var>@{result_name_list}</var>
<arg>${results_list[5]}</arg>
<arg>/</arg>
<doc>Splits the ``string`` using ``separator`` as a delimiter string.</doc>
<status status="PASS" start="2026-04-19T04:02:10.193025" elapsed="0.002207"/>
</kw>
<kw name="Split String" owner="String">
<msg time="2026-04-19T04:02:10.197659" level="INFO">@{result_value_list} = [ 30520.60 | 31989.25 | 31272.53 | 10438.16 ]</msg>
<var>@{result_value_list}</var>
<arg>${results_list[7]}</arg>
<arg>/</arg>
<doc>Splits the ``string`` using ``separator`` as a delimiter string.</doc>
<status status="PASS" start="2026-04-19T04:02:10.195468" elapsed="0.002218"/>
</kw>
<kw name="Get Length" owner="BuiltIn">
<msg time="2026-04-19T04:02:10.198144" level="INFO">Length is 4.</msg>
<msg time="2026-04-19T04:02:10.198231" level="INFO">${num_stats} = 4</msg>
<var>${num_stats}</var>
<arg>${result_name_list}</arg>
<doc>Returns and logs the length of the given item as an integer.</doc>
<status status="PASS" start="2026-04-19T04:02:10.197841" elapsed="0.000414"/>
</kw>
<for flavor="IN RANGE">
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-19T04:02:10.202985" level="INFO">min :: 30520.60</msg>
<arg>${result_name_list[${i}]} :: ${result_value_list[${i}]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-04-19T04:02:10.198648" elapsed="0.004393"/>
</kw>
<var name="${i}">0</var>
<status status="PASS" start="2026-04-19T04:02:10.198522" elapsed="0.004553"/>
</iter>
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-19T04:02:10.207566" level="INFO">max :: 31989.25</msg>
<arg>${result_name_list[${i}]} :: ${result_value_list[${i}]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-04-19T04:02:10.203314" elapsed="0.004308"/>
</kw>
<var name="${i}">1</var>
<status status="PASS" start="2026-04-19T04:02:10.203162" elapsed="0.004495"/>
</iter>
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-19T04:02:10.212168" level="INFO">avg :: 31272.53</msg>
<arg>${result_name_list[${i}]} :: ${result_value_list[${i}]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-04-19T04:02:10.207862" elapsed="0.004362"/>
</kw>
<var name="${i}">2</var>
<status status="PASS" start="2026-04-19T04:02:10.207739" elapsed="0.004520"/>
</iter>
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-19T04:02:10.216734" level="INFO">stdev :: 10438.16</msg>
<arg>${result_name_list[${i}]} :: ${result_value_list[${i}]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-04-19T04:02:10.212489" elapsed="0.004300"/>
</kw>
<var name="${i}">3</var>
<status status="PASS" start="2026-04-19T04:02:10.212359" elapsed="0.004464"/>
</iter>
<var>${i}</var>
<value>0</value>
<value>${num_stats}</value>
<status status="PASS" start="2026-04-19T04:02:10.198339" elapsed="0.018514"/>
</for>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-04-19T04:02:10.220987" level="INFO">${min} = 30520.60</msg>
<var>${min}</var>
<arg>${result_value_list[${0}]}</arg>
<doc>Returns the given values which can then be assigned to a variables.</doc>
<status status="PASS" start="2026-04-19T04:02:10.217007" elapsed="0.004008"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-04-19T04:02:10.224982" level="INFO">${max} = 31989.25</msg>
<var>${max}</var>
<arg>${result_value_list[${1}]}</arg>
<doc>Returns the given values which can then be assigned to a variables.</doc>
<status status="PASS" start="2026-04-19T04:02:10.221171" elapsed="0.003838"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-04-19T04:02:10.228834" level="INFO">${average} = 31272.53</msg>
<var>${average}</var>
<arg>${result_value_list[${2}]}</arg>
<doc>Returns the given values which can then be assigned to a variables.</doc>
<status status="PASS" start="2026-04-19T04:02:10.225162" elapsed="0.003707"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-04-19T04:02:10.232701" level="INFO">${stdev} = 10438.16</msg>
<var>${stdev}</var>
<arg>${result_value_list[${3}]}</arg>
<doc>Returns the given values which can then be assigned to a variables.</doc>
<status status="PASS" start="2026-04-19T04:02:10.229023" elapsed="0.003705"/>
</kw>
<kw name="Get Time" owner="BuiltIn">
<msg time="2026-04-19T04:02:10.233227" level="INFO">${date} = 2026-04-19 04:02:10</msg>
<var>${date}</var>
<arg>d,m,s</arg>
<doc>Returns the given time in the requested format.</doc>
<status status="PASS" start="2026-04-19T04:02:10.232887" elapsed="0.000365"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-19T04:02:10.233831" level="INFO">CBench Result: 2026-04-19 04:02:10,-m 60000 -M 100 -S 16 -l 10 -D 5000 -p 6633,30520.60,31989.25,31272.53,10438.16</msg>
<arg>CBench Result: ${date},${cbench_args},${min},${max},${average},${stdev}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-04-19T04:02:10.233423" elapsed="0.000463"/>
</kw>
<kw name="Log Results And Determine Status">
<kw name="Append To File" owner="OperatingSystem">
<msg time="2026-04-19T04:02:10.234950" level="INFO" html="true">Appended to file '&lt;a href="file:///w/workspace/openflowplugin-csit-1node-cbench-only-vanadium/bug.csv"&gt;/w/workspace/openflowplugin-csit-1node-cbench-only-vanadium/bug.csv&lt;/a&gt;'.</msg>
<arg>${output_file}</arg>
<arg>${min},${max},${average}\n</arg>
<doc>Appends the given content to the specified file.</doc>
<status status="PASS" start="2026-04-19T04:02:10.234501" elapsed="0.000515"/>
</kw>
<kw name="Should Be True" owner="BuiltIn">
<arg>${average} &gt; ${threshold}</arg>
<arg>${average} flow_mods per/sec did not exceed threshold of ${threshold}</arg>
<doc>Fails if the given condition is not true.</doc>
<status status="PASS" start="2026-04-19T04:02:10.235167" 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-04-19T04:02:10.234024" elapsed="0.001688"/>
</kw>
<arg>-m ${duration_in_ms} -M ${num_of_unique_macs} -S ${switch_count} -l ${loops} -D ${start_delay} -p ${of_port}</arg>
<arg>${latency_threshold}</arg>
<arg>bug.csv</arg>
<status status="PASS" start="2026-04-19T03:52:03.534935" elapsed="606.700834"/>
</kw>
<kw name="Sleep" owner="BuiltIn">
<msg time="2026-04-19T04:02:10.236221" level="INFO">Slept 0 seconds.</msg>
<arg>${test_delay}</arg>
<doc>Pauses the test executed for the given time.</doc>
<status status="PASS" start="2026-04-19T04:02:10.235916" elapsed="0.000375"/>
</kw>
<kw name="Report Failure Due To Bug" owner="Utils" type="TEARDOWN">
<kw name="Evaluate" owner="BuiltIn">
<msg time="2026-04-19T04:02:10.237527" level="INFO">${test_skipped} = False</msg>
<var>${test_skipped}</var>
<arg>len(re.findall('SKIPPED', """${TEST_MESSAGE}""")) &gt; 0</arg>
<arg>modules=re</arg>
<doc>Evaluates the given expression in Python and returns the result.</doc>
<status status="PASS" start="2026-04-19T04:02:10.237030" elapsed="0.000523"/>
</kw>
<if>
<branch type="IF" condition="('${TEST_STATUS}' != 'FAIL') or ${test_skipped}">
<return>
<status status="PASS" start="2026-04-19T04:02:10.237769" elapsed="0.000029"/>
</return>
<status status="PASS" start="2026-04-19T04:02:10.237627" elapsed="0.000202"/>
</branch>
<status status="PASS" start="2026-04-19T04:02:10.237609" elapsed="0.000243"/>
</if>
<kw name="Comment" owner="BuiltIn">
<arg>Jira tickets are {PROJECT}-{NUMBER} while Bugzilla tickets are {NUMBER}</arg>
<doc>Displays the given messages in the log file as keyword arguments.</doc>
<status status="NOT RUN" start="2026-04-19T04:02:10.237991" elapsed="0.000020"/>
</kw>
<kw name="Run Keyword And Return Status" owner="BuiltIn">
<var>${match}</var>
<arg>Should Contain</arg>
<arg>${number}</arg>
<arg>-</arg>
<doc>Runs the specified keyword and returns the status as a Boolean value.</doc>
<status status="NOT RUN" start="2026-04-19T04:02:10.238155" 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-04-19T04:02:10.238339" elapsed="0.000021"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<var>${msg}</var>
<arg>This test fails due to ${bug_url}</arg>
<doc>Returns the given values which can then be assigned to a variables.</doc>
<status status="NOT RUN" start="2026-04-19T04:02:10.238533" elapsed="0.000020"/>
</kw>
<kw name="Evaluate" owner="BuiltIn">
<var>${newline}</var>
<arg>chr(10)</arg>
<doc>Evaluates the given expression in Python and returns the result.</doc>
<status status="NOT RUN" start="2026-04-19T04:02:10.238682" elapsed="0.000020"/>
</kw>
<kw name="Set Test Message" owner="BuiltIn">
<arg>${msg}${newline}${newline}${TEST_MESSAGE}</arg>
<doc>Sets message for the current test case.</doc>
<status status="NOT RUN" start="2026-04-19T04:02:10.238829" elapsed="0.000019"/>
</kw>
<kw name="Log" owner="BuiltIn">
<arg>${msg}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="NOT RUN" start="2026-04-19T04:02:10.238972" elapsed="0.000020"/>
</kw>
<if>
<branch type="IF" condition="&quot;${include_bug_in_tags}&quot;==&quot;True&quot;">
<kw name="Set Tags" owner="BuiltIn">
<arg>${bug_url}</arg>
<doc>Adds given ``tags`` for the current test or all tests in a suite.</doc>
<status status="NOT RUN" start="2026-04-19T04:02:10.239194" elapsed="0.000024"/>
</kw>
<status status="NOT RUN" start="2026-04-19T04:02:10.239052" elapsed="0.000198"/>
</branch>
<status status="NOT RUN" start="2026-04-19T04:02:10.239037" elapsed="0.000250"/>
</if>
<arg>6176</arg>
<doc>Report that a test failed due to a known Bugzilla bug whose
number is provided as an argument.
Not FAILED (incl. SKIPPED) test are not reported.
This keyword must be used in the [Teardown] setting of the affected test
or as the first line of the test if FastFail module is not being
used. It reports the URL of the bug on console and also puts it
into the Robot log file.</doc>
<status status="PASS" start="2026-04-19T04:02:10.236701" elapsed="0.002637"/>
</kw>
<doc>cbench executed in latency mode to see if controller is healthy</doc>
<tag>cbench</tag>
<tag>latency</tag>
<timeout value="15 minutes"/>
<status status="PASS" start="2026-04-19T03:52:03.533631" elapsed="606.705753"/>
</test>
<doc>Cbench Latency and Throughput tests can be run from an external
cbench.
If cbench is run with a medium number of switches or higher (e.g. 32+)
the normal openflow operations seem to break.
BUG: https://bugs.opendaylight.org/show_bug.cgi?id=2897</doc>
<status status="PASS" start="2026-04-19T03:31:43.527440" elapsed="1826.712554"/>
</suite>
<statistics>
<total>
<stat pass="3" fail="0" skip="0">All Tests</stat>
</total>
<tag>
<stat pass="3" fail="0" skip="0">cbench</stat>
<stat pass="2" fail="0" skip="0">latency</stat>
<stat pass="1" fail="0" skip="0">throughput</stat>
</tag>
<suite>
<stat name="openflowplugin-cbench.txt" id="s1" pass="3" fail="0" skip="0">openflowplugin-cbench.txt</stat>
</suite>
</statistics>
<errors>
</errors>
</robot>
