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

[?1h=[90m~[0m                                                                                [?2004hopendaylight-user</msg>
<arg>${KARAF_USER}</arg>
<arg>${KARAF_PASSWORD}</arg>
<arg>loglevel=${loglevel}</arg>
<doc>Logs into the SSH server with the given ``username`` and ``password``.</doc>
<status status="PASS" start="2026-06-16T02:55:36.950862" elapsed="1.140626"/>
</kw>
<kw name="Write" owner="SSHLibrary">
<msg time="2026-06-16T02:55:38.140250" level="INFO">@root&gt;log:set ERROR</msg>
<arg>${cmd}</arg>
<doc>Writes the given ``text`` on the remote machine and appends a newline.</doc>
<status status="PASS" start="2026-06-16T02:55:38.091798" elapsed="0.048608"/>
</kw>
<kw name="Read Until Regexp" owner="SSHLibrary">
<msg time="2026-06-16T02:55:38.142448" level="INFO">[?1l&gt;[?2004l[?1h=[90m~[0m                                                                                [?2004hopendaylight-user@root&gt;</msg>
<msg time="2026-06-16T02:55:38.142574" level="INFO">${output} = [?1l&gt;[?2004l[?1h=[90m~[0m                                                                                [?2004hopendaylight-user@root&gt;</msg>
<var>${output}</var>
<arg>${KARAF_PROMPT}</arg>
<doc>Consumes and returns the server output until a match to ``regexp`` is found.</doc>
<status status="PASS" start="2026-06-16T02:55:38.140731" elapsed="0.001893"/>
</kw>
<kw name="Write Bare" owner="SSHLibrary">
<arg>logout\n</arg>
<doc>Writes the given ``text`` on the remote machine without appending a newline.</doc>
<status status="PASS" start="2026-06-16T02:55:38.142823" elapsed="0.000274"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-06-16T02:55:38.143277" elapsed="0.000256"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-06-16T02:55:38.144105" level="INFO">[?1l&gt;[?2004l[?1h=[90m~[0m                                                                                [?2004hopendaylight-user@root&gt;</msg>
<arg>${output}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-06-16T02:55:38.143716" elapsed="0.000447"/>
</kw>
<return>
<value>${output}</value>
<status status="PASS" start="2026-06-16T02:55:38.144218" elapsed="0.000058"/>
</return>
<arg>log:set ${log_level}</arg>
<doc>Will execute the given ${cmd} by ssh'ing to the karaf console running on 10.30.171.72
Note that this keyword will open&amp;close new SSH connection, without switching back to previously current session.</doc>
<status status="PASS" start="2026-06-16T02:55:36.949204" elapsed="1.195202"/>
</kw>
<arg>3x</arg>
<arg>1s</arg>
<arg>KarafKeywords.Issue Command On Karaf Console</arg>
<arg>log:set ${log_level}</arg>
<doc>Runs the specified keyword and retries if it fails.</doc>
<status status="PASS" start="2026-06-16T02:55:36.945327" elapsed="1.199145"/>
</kw>
<kw name="Append To File" owner="OperatingSystem">
<msg time="2026-06-16T02:55:38.145157" 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-06-16T02:55:38.144689" elapsed="0.000531"/>
</kw>
<kw name="Append To File" owner="OperatingSystem">
<msg time="2026-06-16T02:55:38.145661" 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-06-16T02:55:38.145382" elapsed="0.000339"/>
</kw>
<kw name="Evaluate" owner="BuiltIn">
<msg time="2026-06-16T02:55:38.146325" level="INFO">${duration_in_ms} = 60000</msg>
<var>${duration_in_ms}</var>
<arg>${duration_in_secs} * 1000</arg>
<doc>Evaluates the given expression in Python and returns the result.</doc>
<status status="PASS" start="2026-06-16T02:55:38.145885" elapsed="0.000469"/>
</kw>
<kw name="Set Suite Variable" owner="BuiltIn">
<msg time="2026-06-16T02:55:38.146898" level="INFO">${duration_in_ms} = 60000</msg>
<arg>${duration_in_ms}</arg>
<doc>Makes a variable available everywhere within the scope of the current suite.</doc>
<status status="PASS" start="2026-06-16T02:55:38.146528" elapsed="0.000416"/>
</kw>
<kw name="Evaluate" owner="BuiltIn">
<msg time="2026-06-16T02:55:38.147523" level="INFO">${test_timeout} = 900.0</msg>
<var>${test_timeout}</var>
<arg>(${loops} * ${duration_in_secs}) * 1.5</arg>
<doc>Evaluates the given expression in Python and returns the result.</doc>
<status status="PASS" start="2026-06-16T02:55:38.147095" elapsed="0.000457"/>
</kw>
<kw name="Set Suite Variable" owner="BuiltIn">
<msg time="2026-06-16T02:55:38.148117" level="INFO">${test_timeout} = 900.0</msg>
<arg>${test_timeout}</arg>
<doc>Makes a variable available everywhere within the scope of the current suite.</doc>
<status status="PASS" start="2026-06-16T02:55:38.147779" elapsed="0.000382"/>
</kw>
<if>
<branch type="IF" condition="&quot;${cbench_system}&quot; == &quot;localhost&quot;">
<kw name="File Should Exist" owner="OperatingSystem">
<arg>${cbench_executable}</arg>
<doc>Fails unless the given ``path`` points to an existing file.</doc>
<status status="NOT RUN" start="2026-06-16T02:55:38.148549" elapsed="0.000023"/>
</kw>
<status status="NOT RUN" start="2026-06-16T02:55:38.148286" elapsed="0.000340"/>
</branch>
<branch type="ELSE">
<kw name="Verify File Exists On Remote System" owner="Utils">
<kw name="Open Connection" owner="SSHLibrary">
<msg time="2026-06-16T02:55:38.153266" level="INFO">${conn_id} = 2</msg>
<var>${conn_id}</var>
<arg>${system}</arg>
<arg>prompt=${prompt}</arg>
<arg>timeout=${prompt_timeout}</arg>
<doc>Opens a new SSH connection to the given ``host`` and ``port``.</doc>
<status status="PASS" start="2026-06-16T02:55:38.152772" elapsed="0.000529"/>
</kw>
<kw name="Flexible_SSH_Login" owner="SSHKeywords">
<kw name="Get Length" owner="BuiltIn">
<msg time="2026-06-16T02:55:38.154794" level="INFO">Length is 0.</msg>
<msg time="2026-06-16T02:55:38.154895" level="INFO">${pwd_length} = 0</msg>
<var>${pwd_length}</var>
<arg>${password}</arg>
<doc>Returns and logs the length of the given item as an integer.</doc>
<status status="PASS" start="2026-06-16T02:55:38.154272" elapsed="0.000649"/>
</kw>
<kw name="Run Keyword And Return If" owner="BuiltIn">
<arg>${pwd_length} &gt; 0</arg>
<arg>SSHLibrary.Login</arg>
<arg>${user}</arg>
<arg>${password}</arg>
<arg>delay=${delay}</arg>
<doc>Runs the specified keyword and returns from the enclosing user keyword.</doc>
<status status="PASS" start="2026-06-16T02:55:38.155074" elapsed="0.000364"/>
</kw>
<kw name="Run Keyword And Return" owner="BuiltIn">
<kw name="Login With Public Key" owner="SSHLibrary">
<msg time="2026-06-16T02:55:38.156537" level="INFO">Logging into '10.30.170.176:22' as 'jenkins'.</msg>
<msg time="2026-06-16T02:55:38.931738" 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 Tue Jun 16 02:55:38 UTC 2026

  System load:  0.1                Processes:             110
  Usage of /:   19.3% of 38.58GB   Users logged in:       0
  Memory usage: 4%                 IPv4 address for ens3: 10.30.170.176
  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-308-1-mininet-ovs-217-0 ~]&gt;</msg>
<arg>${user}</arg>
<arg>${USER_HOME}/.ssh/${SSH_KEY}</arg>
<arg>${KEYFILE_PASS}</arg>
<arg>delay=${delay}</arg>
<doc>Logs into the SSH server using key-based authentication.</doc>
<status status="PASS" start="2026-06-16T02:55:38.156010" elapsed="0.775894"/>
</kw>
<msg time="2026-06-16T02:55:38.931997" level="INFO">Returning from the enclosing user keyword.</msg>
<arg>SSHLibrary.Login With Public Key</arg>
<arg>${user}</arg>
<arg>${USER_HOME}/.ssh/${SSH_KEY}</arg>
<arg>${KEYFILE_PASS}</arg>
<arg>delay=${delay}</arg>
<doc>Runs the specified keyword and returns from the enclosing user keyword.</doc>
<status status="PASS" start="2026-06-16T02:55:38.155620" elapsed="0.776469"/>
</kw>
<arg>${user}</arg>
<arg>${password}</arg>
<doc>On active SSH session: if given non-empty password, do Login, else do Login With Public Key.</doc>
<status status="PASS" start="2026-06-16T02:55:38.153524" elapsed="0.778690"/>
</kw>
<kw name="File Should Exist" owner="SSHLibrary">
<msg time="2026-06-16T02:55:38.938864" level="INFO">[chan 1] Opened sftp connection (server version 3)</msg>
<arg>${file}</arg>
<doc>Fails if the given ``path`` does NOT point to an existing file.</doc>
<status status="PASS" start="2026-06-16T02:55:38.932431" elapsed="0.007897"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-06-16T02:55:38.940515" elapsed="0.000313"/>
</kw>
<arg>${cbench_system}</arg>
<arg>${cbench_executable}</arg>
<doc>Will create connection with public key and will PASS if the given ${file} exists,
otherwise will FAIL</doc>
<status status="PASS" start="2026-06-16T02:55:38.152193" elapsed="0.788697"/>
</kw>
<status status="PASS" start="2026-06-16T02:55:38.148702" elapsed="0.792226"/>
</branch>
<status status="PASS" start="2026-06-16T02:55:38.148249" elapsed="0.792714"/>
</if>
<kw name="Should Be True" owner="BuiltIn">
<arg>${loops} &gt;= 2</arg>
<arg>If number of loops is less than 2, cbench will not run</arg>
<doc>Fails if the given condition is not true.</doc>
<status status="PASS" start="2026-06-16T02:55:38.941115" elapsed="0.000513"/>
</kw>
<kw name="Verify_Feature_Is_Installed" owner="KarafKeywords">
<if>
<branch type="IF" condition="'${IS_KARAF_APPL}' == 'False'">
<return>
<value>Not A Karaf App</value>
<status status="NOT RUN" start="2026-06-16T02:55:38.947225" elapsed="0.000025"/>
</return>
<status status="NOT RUN" start="2026-06-16T02:55:38.947057" elapsed="0.000242"/>
</branch>
<status status="PASS" start="2026-06-16T02:55:38.947026" elapsed="0.000308"/>
</if>
<kw name="Issue_Command_On_Karaf_Console" owner="KarafKeywords">
<if>
<branch type="IF" condition="'${IS_KARAF_APPL}' == 'False'">
<return>
<value>Not A Karaf App</value>
<status status="NOT RUN" start="2026-06-16T02:55:38.952018" elapsed="0.000015"/>
</return>
<status status="NOT RUN" start="2026-06-16T02:55:38.951903" elapsed="0.000163"/>
</branch>
<status status="PASS" start="2026-06-16T02:55:38.951884" elapsed="0.000205"/>
</if>
<kw name="Open Connection" owner="SSHLibrary">
<arg>${controller}</arg>
<arg>port=${karaf_port}</arg>
<arg>prompt=${KARAF_PROMPT_LOGIN}</arg>
<arg>timeout=${timeout}</arg>
<doc>Opens a new SSH connection to the given ``host`` and ``port``.</doc>
<status status="PASS" start="2026-06-16T02:55:38.952220" elapsed="0.000450"/>
</kw>
<kw name="Login" owner="SSHLibrary">
<msg time="2026-06-16T02:55:38.953075" level="INFO">Logging into '10.30.171.72:8101' as 'karaf'.</msg>
<msg time="2026-06-16T02:55:39.146948" level="INFO">Read output: [33m                                                                                           
[33m    ________                       ________                .__  .__       .__     __       
[33m    \_____  \ ______   ____   ____ \______ \ _____  ___.__.|  | |__| ____ |  |___/  |_     
[33m     /   |   \\____ \_/ __ \ /    \ |    |  \\__  \&lt;   |  ||  | |  |/ ___\|  |  \   __\    
[33m    /    |    \  |_&gt; &gt;  ___/|   |  \|    `   \/ __ \\___  ||  |_|  / /_/  &gt;   Y  \  |      
[33m    \_______  /   __/ \___  &gt;___|  /_______  (____  / ____||____/__\___  /|___|  /__|      
[33m            \/|__|        \/     \/        \/     \/\/            /_____/      \/          
[33m                                                                                           

Hit '[1m&lt;tab&gt;[0m' for a list of available commands
and '[1m[cmd] --help[0m' for help on a specific command.
Hit '[1m&lt;ctrl-d&gt;[0m' or type '[1msystem:shutdown[0m' or '[1mlogout[0m' to shutdown OpenDaylight.

[?1h=[90m~[0m                                                                                [?2004hopendaylight-user</msg>
<arg>${KARAF_USER}</arg>
<arg>${KARAF_PASSWORD}</arg>
<arg>loglevel=${loglevel}</arg>
<doc>Logs into the SSH server with the given ``username`` and ``password``.</doc>
<status status="PASS" start="2026-06-16T02:55:38.952818" elapsed="0.194217"/>
</kw>
<kw name="Write" owner="SSHLibrary">
<msg time="2026-06-16T02:55:39.243937" level="INFO">@root&gt;feature:list -i | 0[C 0g[Krep odl-openflowplugin-drop-test</msg>
<arg>${cmd}</arg>
<doc>Writes the given ``text`` on the remote machine and appends a newline.</doc>
<status status="PASS" start="2026-06-16T02:55:39.147205" elapsed="0.096816"/>
</kw>
<kw name="Read Until Regexp" owner="SSHLibrary">
<msg time="2026-06-16T02:55:39.256099" level="INFO">[?1l&gt;[?2004l[31;1modl-openflowplugin-drop-test[0m                                    x 1.0.0            x x        x Started x [31;1modl-openflowplugin-drop-test[0m                                    x OpenDaylight :: Openflow Plugin :: Drop Test
[?1h=[90m~[0m                                                                                [?2004hopendaylight-user@root&gt;</msg>
<msg time="2026-06-16T02:55:39.256279" level="INFO">${output} = [?1l&gt;[?2004l[31;1modl-openflowplugin-drop-test[0m                                    x 1.0.0            x x        x Started x [31;1modl-openflowplugin-drop-test[0m                     ...</msg>
<var>${output}</var>
<arg>${KARAF_PROMPT}</arg>
<doc>Consumes and returns the server output until a match to ``regexp`` is found.</doc>
<status status="PASS" start="2026-06-16T02:55:39.244184" elapsed="0.012126"/>
</kw>
<kw name="Write Bare" owner="SSHLibrary">
<arg>logout\n</arg>
<doc>Writes the given ``text`` on the remote machine without appending a newline.</doc>
<status status="PASS" start="2026-06-16T02:55:39.256454" elapsed="0.000214"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-06-16T02:55:39.256821" elapsed="0.000187"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-06-16T02:55:39.257425" level="INFO">[?1l&gt;[?2004l[31;1modl-openflowplugin-drop-test[0m                                    x 1.0.0            x x        x Started x [31;1modl-openflowplugin-drop-test[0m                                    x OpenDaylight :: Openflow Plugin :: Drop Test
[?1h=[90m~[0m                                                                                [?2004hopendaylight-user@root&gt;</msg>
<arg>${output}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-06-16T02:55:39.257146" elapsed="0.000334"/>
</kw>
<return>
<value>${output}</value>
<status status="PASS" start="2026-06-16T02:55:39.257526" elapsed="0.000039"/>
</return>
<msg time="2026-06-16T02:55:39.257728" level="INFO">${output} = [?1l&gt;[?2004l[31;1modl-openflowplugin-drop-test[0m                                    x 1.0.0            x x        x Started x [31;1modl-openflowplugin-drop-test[0m                     ...</msg>
<var>${output}</var>
<arg>feature:list -i | grep ${feature_name}</arg>
<arg>${controller}</arg>
<arg>${karaf_port}</arg>
<doc>Will execute the given ${cmd} by ssh'ing to the karaf console running on 10.30.171.72
Note that this keyword will open&amp;close new SSH connection, without switching back to previously current session.</doc>
<status status="PASS" start="2026-06-16T02:55:38.951533" elapsed="0.306227"/>
</kw>
<kw name="Should Contain" owner="BuiltIn">
<arg>${output}</arg>
<arg>${feature_name}</arg>
<doc>Fails if ``container`` does not contain ``item`` one or more times.</doc>
<status status="PASS" start="2026-06-16T02:55:39.257907" elapsed="0.000511"/>
</kw>
<return>
<value>${output}</value>
<status status="PASS" start="2026-06-16T02:55:39.258469" elapsed="0.000032"/>
</return>
<arg>odl-openflowplugin-drop-test</arg>
<doc>Will Succeed if the given ${feature_name} is found in the output of "feature:list -i"</doc>
<status status="PASS" start="2026-06-16T02:55:38.946642" elapsed="0.311980"/>
</kw>
<kw name="Issue_Command_On_Karaf_Console" owner="KarafKeywords">
<if>
<branch type="IF" condition="'${IS_KARAF_APPL}' == 'False'">
<return>
<value>Not A Karaf App</value>
<status status="NOT RUN" start="2026-06-16T02:55:39.262376" elapsed="0.000015"/>
</return>
<status status="NOT RUN" start="2026-06-16T02:55:39.262257" elapsed="0.000166"/>
</branch>
<status status="PASS" start="2026-06-16T02:55:39.262236" elapsed="0.000212"/>
</if>
<kw name="Open Connection" owner="SSHLibrary">
<arg>${controller}</arg>
<arg>port=${karaf_port}</arg>
<arg>prompt=${KARAF_PROMPT_LOGIN}</arg>
<arg>timeout=${timeout}</arg>
<doc>Opens a new SSH connection to the given ``host`` and ``port``.</doc>
<status status="PASS" start="2026-06-16T02:55:39.262596" elapsed="0.000419"/>
</kw>
<kw name="Login" owner="SSHLibrary">
<msg time="2026-06-16T02:55:39.263456" level="INFO">Logging into '10.30.171.72:8101' as 'karaf'.</msg>
<msg time="2026-06-16T02:55:39.422284" level="INFO">Read output: [33m                                                                                           
[33m    ________                       ________                .__  .__       .__     __       
[33m    \_____  \ ______   ____   ____ \______ \ _____  ___.__.|  | |__| ____ |  |___/  |_     
[33m     /   |   \\____ \_/ __ \ /    \ |    |  \\__  \&lt;   |  ||  | |  |/ ___\|  |  \   __\    
[33m    /    |    \  |_&gt; &gt;  ___/|   |  \|    `   \/ __ \\___  ||  |_|  / /_/  &gt;   Y  \  |      
[33m    \_______  /   __/ \___  &gt;___|  /_______  (____  / ____||____/__\___  /|___|  /__|      
[33m            \/|__|        \/     \/        \/     \/\/            /_____/      \/          
[33m                                                                                           

Hit '[1m&lt;tab&gt;[0m' for a list of available commands
and '[1m[cmd] --help[0m' for help on a specific command.
Hit '[1m&lt;ctrl-d&gt;[0m' or type '[1msystem:shutdown[0m' or '[1mlogout[0m' to shutdown OpenDaylight.

[?1h=[90m~[0m                                                                                [?2004hopendaylight-user</msg>
<arg>${KARAF_USER}</arg>
<arg>${KARAF_PASSWORD}</arg>
<arg>loglevel=${loglevel}</arg>
<doc>Logs into the SSH server with the given ``username`` and ``password``.</doc>
<status status="PASS" start="2026-06-16T02:55:39.263193" elapsed="0.159270"/>
</kw>
<kw name="Write" owner="SSHLibrary">
<msg time="2026-06-16T02:55:39.446644" level="INFO">@root&gt;dropallpacketsrpc on</msg>
<arg>${cmd}</arg>
<doc>Writes the given ``text`` on the remote machine and appends a newline.</doc>
<status status="PASS" start="2026-06-16T02:55:39.422818" elapsed="0.023887"/>
</kw>
<kw name="Read Until Regexp" owner="SSHLibrary">
<msg time="2026-06-16T02:55:39.448530" level="INFO">[?1l&gt;[?2004lDropAllFlows transitions to on
[?1h=[90m~[0m                                                                                [?2004hopendaylight-user@root&gt;</msg>
<msg time="2026-06-16T02:55:39.448644" level="INFO">${output} = [?1l&gt;[?2004lDropAllFlows transitions to on
[?1h=[90m~[0m                                                                                [?2004hopendaylight-user@root&gt;</msg>
<var>${output}</var>
<arg>${KARAF_PROMPT}</arg>
<doc>Consumes and returns the server output until a match to ``regexp`` is found.</doc>
<status status="PASS" start="2026-06-16T02:55:39.446886" elapsed="0.001788"/>
</kw>
<kw name="Write Bare" owner="SSHLibrary">
<arg>logout\n</arg>
<doc>Writes the given ``text`` on the remote machine without appending a newline.</doc>
<status status="PASS" start="2026-06-16T02:55:39.448826" elapsed="0.000177"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-06-16T02:55:39.449148" elapsed="0.000161"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-06-16T02:55:39.449735" level="INFO">[?1l&gt;[?2004lDropAllFlows transitions to on
[?1h=[90m~[0m                                                                                [?2004hopendaylight-user@root&gt;</msg>
<arg>${output}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-06-16T02:55:39.449443" elapsed="0.000343"/>
</kw>
<return>
<value>${output}</value>
<status status="PASS" start="2026-06-16T02:55:39.449832" elapsed="0.000035"/>
</return>
<arg>dropallpacketsrpc on</arg>
<doc>Will execute the given ${cmd} by ssh'ing to the karaf console running on 10.30.171.72
Note that this keyword will open&amp;close new SSH connection, without switching back to previously current session.</doc>
<status status="PASS" start="2026-06-16T02:55:39.261943" elapsed="0.188023"/>
</kw>
<status status="PASS" start="2026-06-16T02:55:36.943300" elapsed="2.506725"/>
</kw>
<test id="s1-t1" name="Cbench Latency Test" line="37">
<kw name="Log" owner="BuiltIn">
<msg time="2026-06-16T02:55:39.452194" level="INFO">Cbench tests using 10 iterations of 60 second tests. Switch Count: 16. Unique MACS to cycle: 100</msg>
<arg>Cbench tests using ${loops} iterations of ${duration_in_secs} second tests. Switch Count: ${switch_count}. Unique MACS to cycle: ${num_of_unique_macs}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-06-16T02:55:39.450847" elapsed="0.001418"/>
</kw>
<kw name="Run Cbench And Log Results">
<kw name="Set Suite Variable" owner="BuiltIn">
<msg time="2026-06-16T02:55:39.453667" level="INFO">${output_filename} = latency.csv</msg>
<arg>${output_filename}</arg>
<doc>Makes a variable available everywhere within the scope of the current suite.</doc>
<status status="PASS" start="2026-06-16T02:55:39.453298" elapsed="0.000413"/>
</kw>
<if>
<branch type="IF" condition="&quot;${cbench_system}&quot; == &quot;localhost&quot;">
<kw name="Run" owner="OperatingSystem">
<var>${output}</var>
<arg>${cbench_executable} -c ${ODL_SYSTEM_IP} ${cbench_args}</arg>
<doc>_This keyword is considered deprecated. Use the
[http://robotframework.org/robotframework/latest/libraries/Process.html|
Process] library instead._</doc>
<status status="NOT RUN" start="2026-06-16T02:55:39.454007" elapsed="0.000022"/>
</kw>
<status status="NOT RUN" start="2026-06-16T02:55:39.453784" elapsed="0.000282"/>
</branch>
<branch type="ELSE">
<kw name="Run Command On Remote System" owner="Utils">
<if>
<branch type="IF" condition="&quot;${return_stdout}&quot;!=&quot;True&quot; and &quot;${return_stderr}&quot;!=&quot;True&quot;">
<kw name="Fail" owner="BuiltIn">
<arg>At least one of {return_stdout} or {return_stderr} args should be set to True</arg>
<doc>Fails the test with the given message and optionally alters its tags.</doc>
<status status="NOT RUN" start="2026-06-16T02:55:39.457023" elapsed="0.000022"/>
</kw>
<status status="NOT RUN" start="2026-06-16T02:55:39.456774" elapsed="0.000305"/>
</branch>
<status status="PASS" start="2026-06-16T02:55:39.456754" elapsed="0.000352"/>
</if>
<kw name="Get Connection" owner="SSHLibrary">
<msg time="2026-06-16T02:55:39.457436" level="INFO">index=None
host=None
alias=None
port=22
timeout=3 seconds
newline=

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

prompt=None
term_type=vt100
width=80
height=24
path_separator=/
encoding=utf8
escape_ansi=False
encoding_errors=strict</msg>
<var>${current_ssh_connection}</var>
<doc>Returns information about the connection.</doc>
<status status="PASS" start="2026-06-16T02:55:39.457240" elapsed="0.000364"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-06-16T02:55:39.458169" level="INFO">Attempting to execute command "/usr/local/bin/cbench -c 10.30.171.72 -m 60000 -M 100 -S 16 -l 10 -D 5000 -p 6633" on remote system "10.30.170.176" by user "jenkins" with keyfile pass "any" and prompt "&gt;" and password ""</msg>
<arg>Attempting to execute command "${cmd}" on remote system "${system}" by user "${user}" with keyfile pass "${keyfile_pass}" and prompt "${prompt}" and password "${password}"</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-06-16T02:55:39.457744" elapsed="0.000485"/>
</kw>
<kw name="Open Connection" owner="SSHLibrary">
<msg time="2026-06-16T02:55:39.458838" level="INFO">${conn_id} = 5</msg>
<var>${conn_id}</var>
<arg>${system}</arg>
<arg>prompt=${prompt}</arg>
<arg>timeout=${prompt_timeout}</arg>
<doc>Opens a new SSH connection to the given ``host`` and ``port``.</doc>
<status status="PASS" start="2026-06-16T02:55:39.458369" elapsed="0.000496"/>
</kw>
<kw name="Flexible_SSH_Login" owner="SSHKeywords">
<kw name="Get Length" owner="BuiltIn">
<msg time="2026-06-16T02:55:39.459930" level="INFO">Length is 0.</msg>
<msg time="2026-06-16T02:55:39.460021" level="INFO">${pwd_length} = 0</msg>
<var>${pwd_length}</var>
<arg>${password}</arg>
<doc>Returns and logs the length of the given item as an integer.</doc>
<status status="PASS" start="2026-06-16T02:55:39.459615" elapsed="0.000431"/>
</kw>
<kw name="Run Keyword And Return If" owner="BuiltIn">
<arg>${pwd_length} &gt; 0</arg>
<arg>SSHLibrary.Login</arg>
<arg>${user}</arg>
<arg>${password}</arg>
<arg>delay=${delay}</arg>
<doc>Runs the specified keyword and returns from the enclosing user keyword.</doc>
<status status="PASS" start="2026-06-16T02:55:39.460188" elapsed="0.000330"/>
</kw>
<kw name="Run Keyword And Return" owner="BuiltIn">
<kw name="Login With Public Key" owner="SSHLibrary">
<msg time="2026-06-16T02:55:39.461387" level="INFO">Logging into '10.30.170.176:22' as 'jenkins'.</msg>
<msg time="2026-06-16T02:55:39.820393" 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 Tue Jun 16 02:55:38 UTC 2026

  System load:  0.1                Processes:             110
  Usage of /:   19.3% of 38.58GB   Users logged in:       0
  Memory usage: 4%                 IPv4 address for ens3: 10.30.170.176
  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: Tue Jun 16 02:55:38 2026 from 10.30.170.229
[?2004h[jenkins@releng-63164-308-1-mininet-ovs-217-0 ~]&gt;</msg>
<arg>${user}</arg>
<arg>${USER_HOME}/.ssh/${SSH_KEY}</arg>
<arg>${KEYFILE_PASS}</arg>
<arg>delay=${delay}</arg>
<doc>Logs into the SSH server using key-based authentication.</doc>
<status status="PASS" start="2026-06-16T02:55:39.461036" elapsed="0.359660"/>
</kw>
<msg time="2026-06-16T02:55:39.820845" level="INFO">Returning from the enclosing user keyword.</msg>
<arg>SSHLibrary.Login With Public Key</arg>
<arg>${user}</arg>
<arg>${USER_HOME}/.ssh/${SSH_KEY}</arg>
<arg>${KEYFILE_PASS}</arg>
<arg>delay=${delay}</arg>
<doc>Runs the specified keyword and returns from the enclosing user keyword.</doc>
<status status="PASS" start="2026-06-16T02:55:39.460689" elapsed="0.360304"/>
</kw>
<arg>${user}</arg>
<arg>${password}</arg>
<doc>On active SSH session: if given non-empty password, do Login, else do Login With Public Key.</doc>
<status status="PASS" start="2026-06-16T02:55:39.459066" elapsed="0.362143"/>
</kw>
<kw name="Execute Command" owner="SSHLibrary">
<msg time="2026-06-16T02:55:39.821715" level="INFO">Executing command '/usr/local/bin/cbench -c 10.30.171.72 -m 60000 -M 100 -S 16 -l 10 -D 5000 -p 6633'.</msg>
<msg time="2026-06-16T03:05:45.988569" level="INFO">Command exited with return code 0.</msg>
<msg time="2026-06-16T03:05:45.989304" level="INFO">${stdout} = </msg>
<msg time="2026-06-16T03:05:45.989419" level="INFO">${stderr} = cbench: controller benchmarking tool
   running in mode 'latency'
   connecting to controller at 10.30.171.72:6633 
   faking 16 switches with 1 threads :: 10 tests each; 60000 ms per test
   with 100...</msg>
<var>${stdout}</var>
<var>${stderr}</var>
<arg>${cmd}</arg>
<arg>return_stderr=True</arg>
<doc>Executes ``command`` on the remote machine and returns its outputs.</doc>
<status status="PASS" start="2026-06-16T02:55:39.821418" elapsed="606.168083"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-06-16T03:05:45.990111" elapsed="0.000850"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-06-16T03:05:45.992137" level="INFO">cbench: controller benchmarking tool
   running in mode 'latency'
   connecting to controller at 10.30.171.72:6633 
   faking 16 switches with 1 threads :: 10 tests each; 60000 ms per test
   with 100 unique source MACs per switch
   learning destination mac addresses before the test
   starting test with 5000 ms delay after features_reply
   ignoring first 1 "warmup" and last 0 "cooldown" loops
   debugging info is off
Master Thread: Creating thread-0! 
Thread-0: All switches initialized. Running at node 10.30.171.72. So far 1 cbench instances have initialized their switches.  Waiting for other cbench-instances
Thread-0: Total switches from ALL cbench-instances initialized.
02:56:45.089 16  switches: flows:  105952 107102 106450 108011 106274 108602 106736 106043 107502 104264 104787 103643 104857 103176 104460 104102  total = 28.199350 per ms 
02:57:45.190 16  switches: flows:  113048 114578 113688 116174 114334 115894 115300 116077 115527 113495 115024 111502 115762 111564 111654 111627  total = 30.370019 per ms 
02:58:45.290 16  switches: flows:  110786 111391 110616 113952 111432 113699 112914 113749 111968 110616 113362 109851 112664 110920 110296 110527  total = 29.762694 per ms 
02:59:45.391 16  switches: flows:  104902 107428 104089 108482 107635 106746 107202 108175 106847 106638 106464 104403 106576 105469 104710 105781  total = 28.311863 per ms 
03:00:45.492 16  switches: flows:  114886 114068 114410 116466 114121 115648 114683 116668 115547 114533 115749 112512 114485 115904 112207 113780  total = 30.543437 per ms 
03:01:45.593 16  switches: flows:  115735 116811 116723 118525 116087 115961 115818 118025 117646 118003 116249 113565 115966 117467 114111 115072  total = 30.977633 per ms 
03:02:45.695 16  switches: flows:  116707 116379 114463 119206 116315 115932 117314 117283 115250 115683 114253 113472 116272 115640 114072 113374  total = 30.808621 per ms 
03:03:45.796 16  switches: flows:  115414 116769 116739 117758 115407 116563 115369 117270 113930 117047 114623 111884 116298 113493 115343 113101  total = 30.732148 per ms 
03:04:45.896 16  switches: flows:  116394 115277 113135 117009 114246 114701 112307 117081 112076 112514 115120 114242 115136 115517 114646 112747  total = 30.484899 per ms 
03:05:45.998 16  switches: flows:  114917 113775 109785 112302 112193 112522 109902 114523 109328 109439 112708 111644 113359 111545 111609 110215  total = 29.779440 per ms 
RESULT: 16 switches 9 tests min/max/avg/stdev = 28311.86/30977.63/30196.75/10095.45 responses/s</msg>
<arg>${stderr}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-06-16T03:05:45.991333" elapsed="0.001180"/>
</kw>
<if>
<branch type="IF" condition="&quot;${return_stdout}&quot;!=&quot;True&quot;">
<return>
<value>${stderr}</value>
<status status="PASS" start="2026-06-16T03:05:45.993136" elapsed="0.000095"/>
</return>
<status status="PASS" start="2026-06-16T03:05:45.992783" elapsed="0.000555"/>
</branch>
<status status="PASS" start="2026-06-16T03:05:45.992718" elapsed="0.000680"/>
</if>
<if>
<branch type="IF" condition="&quot;${return_stderr}&quot;!=&quot;True&quot;">
<return>
<value>${stdout}</value>
<status status="NOT RUN" start="2026-06-16T03:05:45.993712" elapsed="0.000044"/>
</return>
<status status="NOT RUN" start="2026-06-16T03:05:45.993569" elapsed="0.000261"/>
</branch>
<status status="NOT RUN" start="2026-06-16T03:05:45.993528" elapsed="0.000353"/>
</if>
<return>
<value>${stdout}</value>
<value>${stderr}</value>
<status status="NOT RUN" start="2026-06-16T03:05:45.993977" elapsed="0.000042"/>
</return>
<kw name="Restore_Current_Ssh_Connection_From_Index" owner="SSHKeywords" type="TEARDOWN">
<kw name="Run Keyword And Return If" owner="BuiltIn">
<arg>${connection_index} is not None</arg>
<arg>SSHLibrary.Switch Connection</arg>
<arg>${connection_index}</arg>
<doc>Runs the specified keyword and returns from the enclosing user keyword.</doc>
<status status="PASS" start="2026-06-16T03:05:45.999578" elapsed="0.000379"/>
</kw>
<kw name="Open Connection" owner="SSHLibrary">
<arg>127.0.0.1</arg>
<doc>Opens a new SSH connection to the given ``host`` and ``port``.</doc>
<status status="PASS" start="2026-06-16T03:05:46.000123" elapsed="0.000189"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-06-16T03:05:46.000455" elapsed="0.000115"/>
</kw>
<arg>${current_ssh_connection.index}</arg>
<doc>Restore active SSH connection in SSHLibrary to given index.</doc>
<status status="PASS" start="2026-06-16T03:05:45.994852" elapsed="0.005794"/>
</kw>
<msg time="2026-06-16T03:05:46.000797" level="INFO">${output} = cbench: controller benchmarking tool
   running in mode 'latency'
   connecting to controller at 10.30.171.72:6633 
   faking 16 switches with 1 threads :: 10 tests each; 60000 ms per test
   with 100...</msg>
<var>${output}</var>
<arg>${cbench_system}</arg>
<arg>${cbench_executable} -c ${ODL_SYSTEM_IP} ${cbench_args}</arg>
<arg>prompt_timeout=${test_timeout}</arg>
<arg>return_stdout=False</arg>
<arg>return_stderr=True</arg>
<doc>Reduces the common work of running a command on a remote system to a single higher level
robot keyword, taking care to log in with a public key and. The command given is written and the return value
depends on the passed argument values of return_stdout (default: True) and return_stderr (default: False).
At least one should be True, or the keyword will exit and FAIL. If both are True, the resulting return value
will be a two element list containing both. Otherwise the resulting return value is a string.
No test conditions are checked.</doc>
<status status="PASS" start="2026-06-16T02:55:39.454412" elapsed="606.546413"/>
</kw>
<status status="PASS" start="2026-06-16T02:55:39.454094" elapsed="606.546804"/>
</branch>
<status status="PASS" start="2026-06-16T02:55:39.453764" elapsed="606.547162"/>
</if>
<kw name="Log" owner="BuiltIn">
<msg time="2026-06-16T03:05:46.001401" level="INFO">cbench: controller benchmarking tool
   running in mode 'latency'
   connecting to controller at 10.30.171.72:6633 
   faking 16 switches with 1 threads :: 10 tests each; 60000 ms per test
   with 100 unique source MACs per switch
   learning destination mac addresses before the test
   starting test with 5000 ms delay after features_reply
   ignoring first 1 "warmup" and last 0 "cooldown" loops
   debugging info is off
Master Thread: Creating thread-0! 
Thread-0: All switches initialized. Running at node 10.30.171.72. So far 1 cbench instances have initialized their switches.  Waiting for other cbench-instances
Thread-0: Total switches from ALL cbench-instances initialized.
02:56:45.089 16  switches: flows:  105952 107102 106450 108011 106274 108602 106736 106043 107502 104264 104787 103643 104857 103176 104460 104102  total = 28.199350 per ms 
02:57:45.190 16  switches: flows:  113048 114578 113688 116174 114334 115894 115300 116077 115527 113495 115024 111502 115762 111564 111654 111627  total = 30.370019 per ms 
02:58:45.290 16  switches: flows:  110786 111391 110616 113952 111432 113699 112914 113749 111968 110616 113362 109851 112664 110920 110296 110527  total = 29.762694 per ms 
02:59:45.391 16  switches: flows:  104902 107428 104089 108482 107635 106746 107202 108175 106847 106638 106464 104403 106576 105469 104710 105781  total = 28.311863 per ms 
03:00:45.492 16  switches: flows:  114886 114068 114410 116466 114121 115648 114683 116668 115547 114533 115749 112512 114485 115904 112207 113780  total = 30.543437 per ms 
03:01:45.593 16  switches: flows:  115735 116811 116723 118525 116087 115961 115818 118025 117646 118003 116249 113565 115966 117467 114111 115072  total = 30.977633 per ms 
03:02:45.695 16  switches: flows:  116707 116379 114463 119206 116315 115932 117314 117283 115250 115683 114253 113472 116272 115640 114072 113374  total = 30.808621 per ms 
03:03:45.796 16  switches: flows:  115414 116769 116739 117758 115407 116563 115369 117270 113930 117047 114623 111884 116298 113493 115343 113101  total = 30.732148 per ms 
03:04:45.896 16  switches: flows:  116394 115277 113135 117009 114246 114701 112307 117081 112076 112514 115120 114242 115136 115517 114646 112747  total = 30.484899 per ms 
03:05:45.998 16  switches: flows:  114917 113775 109785 112302 112193 112522 109902 114523 109328 109439 112708 111644 113359 111545 111609 110215  total = 29.779440 per ms 
RESULT: 16 switches 9 tests min/max/avg/stdev = 28311.86/30977.63/30196.75/10095.45 responses/s</msg>
<arg>${output}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-06-16T03:05:46.001084" elapsed="0.000392"/>
</kw>
<kw name="Should Contain" owner="BuiltIn">
<arg>${output}</arg>
<arg>RESULT</arg>
<doc>Fails if ``container`` does not contain ``item`` one or more times.</doc>
<status status="PASS" start="2026-06-16T03:05:46.001644" elapsed="0.000421"/>
</kw>
<kw name="Get Lines Containing String" owner="String">
<msg time="2026-06-16T03:05:46.002565" level="INFO">1 out of 23 lines matched.</msg>
<msg time="2026-06-16T03:05:46.002686" level="INFO">${result_line} = RESULT: 16 switches 9 tests min/max/avg/stdev = 28311.86/30977.63/30196.75/10095.45 responses/s</msg>
<var>${result_line}</var>
<arg>${output}</arg>
<arg>RESULT</arg>
<doc>Returns lines of the given ``string`` that contain the ``pattern``.</doc>
<status status="PASS" start="2026-06-16T03:05:46.002241" elapsed="0.000471"/>
</kw>
<kw name="Split String" owner="String">
<msg time="2026-06-16T03:05:46.003151" level="INFO">@{results_list} = [ RESULT: | 16 | switches | 9 | tests | min/max/avg/stdev | = | 28311.86/30977.63/30196.75/10095.45 | responses/s ]</msg>
<var>@{results_list}</var>
<arg>${result_line}</arg>
<doc>Splits the ``string`` using ``separator`` as a delimiter string.</doc>
<status status="PASS" start="2026-06-16T03:05:46.002882" elapsed="0.000296"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-06-16T03:05:46.005638" level="INFO">min/max/avg/stdev</msg>
<arg>${results_list[5]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-06-16T03:05:46.003336" elapsed="0.002361"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-06-16T03:05:46.008254" level="INFO">28311.86/30977.63/30196.75/10095.45</msg>
<arg>${results_list[7]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-06-16T03:05:46.005848" elapsed="0.002465"/>
</kw>
<kw name="Split String" owner="String">
<msg time="2026-06-16T03:05:46.010859" level="INFO">@{result_name_list} = [ min | max | avg | stdev ]</msg>
<var>@{result_name_list}</var>
<arg>${results_list[5]}</arg>
<arg>/</arg>
<doc>Splits the ``string`` using ``separator`` as a delimiter string.</doc>
<status status="PASS" start="2026-06-16T03:05:46.008469" elapsed="0.002418"/>
</kw>
<kw name="Split String" owner="String">
<msg time="2026-06-16T03:05:46.013296" level="INFO">@{result_value_list} = [ 28311.86 | 30977.63 | 30196.75 | 10095.45 ]</msg>
<var>@{result_value_list}</var>
<arg>${results_list[7]}</arg>
<arg>/</arg>
<doc>Splits the ``string`` using ``separator`` as a delimiter string.</doc>
<status status="PASS" start="2026-06-16T03:05:46.011090" elapsed="0.002233"/>
</kw>
<kw name="Get Length" owner="BuiltIn">
<msg time="2026-06-16T03:05:46.013805" level="INFO">Length is 4.</msg>
<msg time="2026-06-16T03:05:46.013893" level="INFO">${num_stats} = 4</msg>
<var>${num_stats}</var>
<arg>${result_name_list}</arg>
<doc>Returns and logs the length of the given item as an integer.</doc>
<status status="PASS" start="2026-06-16T03:05:46.013478" elapsed="0.000439"/>
</kw>
<for flavor="IN RANGE">
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-06-16T03:05:46.018820" level="INFO">min :: 28311.86</msg>
<arg>${result_name_list[${i}]} :: ${result_value_list[${i}]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-06-16T03:05:46.014320" elapsed="0.004564"/>
</kw>
<var name="${i}">0</var>
<status status="PASS" start="2026-06-16T03:05:46.014185" elapsed="0.004740"/>
</iter>
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-06-16T03:05:46.023844" level="INFO">max :: 30977.63</msg>
<arg>${result_name_list[${i}]} :: ${result_value_list[${i}]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-06-16T03:05:46.019161" elapsed="0.004752"/>
</kw>
<var name="${i}">1</var>
<status status="PASS" start="2026-06-16T03:05:46.019026" elapsed="0.004931"/>
</iter>
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-06-16T03:05:46.028837" level="INFO">avg :: 30196.75</msg>
<arg>${result_name_list[${i}]} :: ${result_value_list[${i}]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-06-16T03:05:46.024232" elapsed="0.004663"/>
</kw>
<var name="${i}">2</var>
<status status="PASS" start="2026-06-16T03:05:46.024067" elapsed="0.004863"/>
</iter>
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-06-16T03:05:46.033692" level="INFO">stdev :: 10095.45</msg>
<arg>${result_name_list[${i}]} :: ${result_value_list[${i}]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-06-16T03:05:46.029157" elapsed="0.004593"/>
</kw>
<var name="${i}">3</var>
<status status="PASS" start="2026-06-16T03:05:46.029024" elapsed="0.004761"/>
</iter>
<var>${i}</var>
<value>0</value>
<value>${num_stats}</value>
<status status="PASS" start="2026-06-16T03:05:46.013988" elapsed="0.019830"/>
</for>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-06-16T03:05:46.037802" level="INFO">${min} = 28311.86</msg>
<var>${min}</var>
<arg>${result_value_list[${0}]}</arg>
<doc>Returns the given values which can then be assigned to a variables.</doc>
<status status="PASS" start="2026-06-16T03:05:46.033980" elapsed="0.003849"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-06-16T03:05:46.042201" level="INFO">${max} = 30977.63</msg>
<var>${max}</var>
<arg>${result_value_list[${1}]}</arg>
<doc>Returns the given values which can then be assigned to a variables.</doc>
<status status="PASS" start="2026-06-16T03:05:46.037986" elapsed="0.004243"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-06-16T03:05:46.046348" level="INFO">${average} = 30196.75</msg>
<var>${average}</var>
<arg>${result_value_list[${2}]}</arg>
<doc>Returns the given values which can then be assigned to a variables.</doc>
<status status="PASS" start="2026-06-16T03:05:46.042384" elapsed="0.003991"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-06-16T03:05:46.050336" level="INFO">${stdev} = 10095.45</msg>
<var>${stdev}</var>
<arg>${result_value_list[${3}]}</arg>
<doc>Returns the given values which can then be assigned to a variables.</doc>
<status status="PASS" start="2026-06-16T03:05:46.046566" elapsed="0.003798"/>
</kw>
<kw name="Get Time" owner="BuiltIn">
<msg time="2026-06-16T03:05:46.050924" level="INFO">${date} = 2026-06-16 03:05:46</msg>
<var>${date}</var>
<arg>d,m,s</arg>
<doc>Returns the given time in the requested format.</doc>
<status status="PASS" start="2026-06-16T03:05:46.050548" elapsed="0.000402"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-06-16T03:05:46.051520" level="INFO">CBench Result: 2026-06-16 03:05:46,-m 60000 -M 100 -S 16 -l 10 -D 5000 -p 6633,28311.86,30977.63,30196.75,10095.45</msg>
<arg>CBench Result: ${date},${cbench_args},${min},${max},${average},${stdev}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-06-16T03:05:46.051103" elapsed="0.000498"/>
</kw>
<kw name="Log Results And Determine Status">
<kw name="Append To File" owner="OperatingSystem">
<msg time="2026-06-16T03:05:46.052670" 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-06-16T03:05:46.052231" elapsed="0.000509"/>
</kw>
<kw name="Should Be True" owner="BuiltIn">
<arg>${average} &gt; ${threshold}</arg>
<arg>${average} flow_mods per/sec did not exceed threshold of ${threshold}</arg>
<doc>Fails if the given condition is not true.</doc>
<status status="PASS" start="2026-06-16T03:05:46.052893" elapsed="0.000463"/>
</kw>
<arg>${min}</arg>
<arg>${max}</arg>
<arg>${average}</arg>
<arg>${average_threshold}</arg>
<arg>${output_filename}</arg>
<status status="PASS" start="2026-06-16T03:05:46.051751" elapsed="0.001670"/>
</kw>
<arg>-m ${duration_in_ms} -M ${num_of_unique_macs} -S ${switch_count} -l ${loops} -D ${start_delay} -p ${of_port}</arg>
<arg>${latency_threshold}</arg>
<arg>${latency_results_file}</arg>
<status status="PASS" start="2026-06-16T02:55:39.452680" elapsed="606.600803"/>
</kw>
<kw name="Sleep" owner="BuiltIn">
<msg time="2026-06-16T03:05:46.054002" level="INFO">Slept 0 seconds.</msg>
<arg>${test_delay}</arg>
<doc>Pauses the test executed for the given time.</doc>
<status status="PASS" start="2026-06-16T03:05:46.053651" elapsed="0.000411"/>
</kw>
<kw name="Log Results As Zero If Cbench Timed Out" type="TEARDOWN">
<kw name="Run Keyword If Timeout Occurred" owner="BuiltIn">
<arg>Log Results And Determine Status</arg>
<arg>0</arg>
<arg>0</arg>
<arg>0</arg>
<arg>0</arg>
<arg>${output_filename}</arg>
<doc>Runs the given keyword if either a test or a keyword timeout has occurred.</doc>
<status status="PASS" start="2026-06-16T03:05:46.054630" elapsed="0.000280"/>
</kw>
<status status="PASS" start="2026-06-16T03:05:46.054280" elapsed="0.000703"/>
</kw>
<doc>cbench executed in default latency mode. Test parameters have defaults, but can be overridden
on the pybot command line</doc>
<tag>cbench</tag>
<tag>latency</tag>
<timeout value="15 minutes"/>
<status status="PASS" start="2026-06-16T02:55:39.450167" elapsed="606.604854"/>
</test>
<test id="s1-t2" name="Cbench Throughput Test" line="51">
<kw name="Log" owner="BuiltIn">
<msg time="2026-06-16T03:05:46.056456" level="INFO">Cbench tests using 10 iterations of 60 second tests. Switch Count: 16. Unique MACS to cycle: 100</msg>
<arg>Cbench tests using ${loops} iterations of ${duration_in_secs} second tests. Switch Count: ${switch_count}. Unique MACS to cycle: ${num_of_unique_macs}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-06-16T03:05:46.056044" elapsed="0.000471"/>
</kw>
<kw name="Run Cbench And Log Results">
<kw name="Set Suite Variable" owner="BuiltIn">
<msg time="2026-06-16T03:05:46.057815" level="INFO">${output_filename} = throughput.csv</msg>
<arg>${output_filename}</arg>
<doc>Makes a variable available everywhere within the scope of the current suite.</doc>
<status status="PASS" start="2026-06-16T03:05:46.057459" elapsed="0.000400"/>
</kw>
<if>
<branch type="IF" condition="&quot;${cbench_system}&quot; == &quot;localhost&quot;">
<kw name="Run" owner="OperatingSystem">
<var>${output}</var>
<arg>${cbench_executable} -c ${ODL_SYSTEM_IP} ${cbench_args}</arg>
<doc>_This keyword is considered deprecated. Use the
[http://robotframework.org/robotframework/latest/libraries/Process.html|
Process] library instead._</doc>
<status status="NOT RUN" start="2026-06-16T03:05:46.058200" elapsed="0.000022"/>
</kw>
<status status="NOT RUN" start="2026-06-16T03:05:46.057972" elapsed="0.000287"/>
</branch>
<branch type="ELSE">
<kw name="Run Command On Remote System" owner="Utils">
<if>
<branch type="IF" condition="&quot;${return_stdout}&quot;!=&quot;True&quot; and &quot;${return_stderr}&quot;!=&quot;True&quot;">
<kw name="Fail" owner="BuiltIn">
<arg>At least one of {return_stdout} or {return_stderr} args should be set to True</arg>
<doc>Fails the test with the given message and optionally alters its tags.</doc>
<status status="NOT RUN" start="2026-06-16T03:05:46.061325" elapsed="0.000021"/>
</kw>
<status status="NOT RUN" start="2026-06-16T03:05:46.061072" elapsed="0.000310"/>
</branch>
<status status="PASS" start="2026-06-16T03:05:46.061052" elapsed="0.000354"/>
</if>
<kw name="Get Connection" owner="SSHLibrary">
<msg time="2026-06-16T03:05:46.061767" level="INFO">index=None
host=None
alias=None
port=22
timeout=3 seconds
newline=

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

prompt=None
term_type=vt100
width=80
height=24
path_separator=/
encoding=utf8
escape_ansi=False
encoding_errors=strict</msg>
<var>${current_ssh_connection}</var>
<doc>Returns information about the connection.</doc>
<status status="PASS" start="2026-06-16T03:05:46.061545" elapsed="0.000371"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-06-16T03:05:46.062521" level="INFO">Attempting to execute command "/usr/local/bin/cbench -c 10.30.171.72 -t -m 60000 -M 100 -S 16 -l 10 -D 5000 -p 6633" on remote system "10.30.170.176" by user "jenkins" with keyfile pass "any" and prompt "&gt;" and password ""</msg>
<arg>Attempting to execute command "${cmd}" on remote system "${system}" by user "${user}" with keyfile pass "${keyfile_pass}" and prompt "${prompt}" and password "${password}"</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-06-16T03:05:46.062053" elapsed="0.000554"/>
</kw>
<kw name="Open Connection" owner="SSHLibrary">
<msg time="2026-06-16T03:05:46.063174" level="INFO">${conn_id} = 7</msg>
<var>${conn_id}</var>
<arg>${system}</arg>
<arg>prompt=${prompt}</arg>
<arg>timeout=${prompt_timeout}</arg>
<doc>Opens a new SSH connection to the given ``host`` and ``port``.</doc>
<status status="PASS" start="2026-06-16T03:05:46.062773" elapsed="0.000428"/>
</kw>
<kw name="Flexible_SSH_Login" owner="SSHKeywords">
<kw name="Get Length" owner="BuiltIn">
<msg time="2026-06-16T03:05:46.064119" level="INFO">Length is 0.</msg>
<msg time="2026-06-16T03:05:46.064210" level="INFO">${pwd_length} = 0</msg>
<var>${pwd_length}</var>
<arg>${password}</arg>
<doc>Returns and logs the length of the given item as an integer.</doc>
<status status="PASS" start="2026-06-16T03:05:46.063798" elapsed="0.000437"/>
</kw>
<kw name="Run Keyword And Return If" owner="BuiltIn">
<arg>${pwd_length} &gt; 0</arg>
<arg>SSHLibrary.Login</arg>
<arg>${user}</arg>
<arg>${password}</arg>
<arg>delay=${delay}</arg>
<doc>Runs the specified keyword and returns from the enclosing user keyword.</doc>
<status status="PASS" start="2026-06-16T03:05:46.064378" elapsed="0.000345"/>
</kw>
<kw name="Run Keyword And Return" owner="BuiltIn">
<kw name="Login With Public Key" owner="SSHLibrary">
<msg time="2026-06-16T03:05:46.065577" level="INFO">Logging into '10.30.170.176:22' as 'jenkins'.</msg>
<msg time="2026-06-16T03:05:46.668434" 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 Tue Jun 16 03:05:46 UTC 2026

  System load:  1.0                Processes:             104
  Usage of /:   19.6% of 38.58GB   Users logged in:       0
  Memory usage: 4%                 IPv4 address for ens3: 10.30.170.176
  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: Tue Jun 16 02:55:39 2026 from 10.30.170.229
[?2004h[jenkins@releng-63164-308-1-mininet-ovs-217-0 ~]&gt;</msg>
<arg>${user}</arg>
<arg>${USER_HOME}/.ssh/${SSH_KEY}</arg>
<arg>${KEYFILE_PASS}</arg>
<arg>delay=${delay}</arg>
<doc>Logs into the SSH server using key-based authentication.</doc>
<status status="PASS" start="2026-06-16T03:05:46.065223" elapsed="0.603444"/>
</kw>
<msg time="2026-06-16T03:05:46.668762" level="INFO">Returning from the enclosing user keyword.</msg>
<arg>SSHLibrary.Login With Public Key</arg>
<arg>${user}</arg>
<arg>${USER_HOME}/.ssh/${SSH_KEY}</arg>
<arg>${KEYFILE_PASS}</arg>
<arg>delay=${delay}</arg>
<doc>Runs the specified keyword and returns from the enclosing user keyword.</doc>
<status status="PASS" start="2026-06-16T03:05:46.064877" elapsed="0.603977"/>
</kw>
<arg>${user}</arg>
<arg>${password}</arg>
<doc>On active SSH session: if given non-empty password, do Login, else do Login With Public Key.</doc>
<status status="PASS" start="2026-06-16T03:05:46.063404" elapsed="0.605571"/>
</kw>
<kw name="Execute Command" owner="SSHLibrary">
<msg time="2026-06-16T03:05:46.669530" level="INFO">Executing command '/usr/local/bin/cbench -c 10.30.171.72 -t -m 60000 -M 100 -S 16 -l 10 -D 5000 -p 6633'.</msg>
<msg time="2026-06-16T03:15:52.761189" level="INFO">Command exited with return code 0.</msg>
<msg time="2026-06-16T03:15:52.761754" level="INFO">${stdout} = </msg>
<msg time="2026-06-16T03:15:52.761853" level="INFO">${stderr} = cbench: controller benchmarking tool
   running in mode 'throughput'
   connecting to controller at 10.30.171.72:6633 
   faking 16 switches with 1 threads :: 10 tests each; 60000 ms per test
   with ...</msg>
<var>${stdout}</var>
<var>${stderr}</var>
<arg>${cmd}</arg>
<arg>return_stderr=True</arg>
<doc>Executes ``command`` on the remote machine and returns its outputs.</doc>
<status status="PASS" start="2026-06-16T03:05:46.669200" elapsed="606.092716"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-06-16T03:15:52.762371" elapsed="0.000607"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-06-16T03:15:52.763970" level="INFO">cbench: controller benchmarking tool
   running in mode 'throughput'
   connecting to controller at 10.30.171.72:6633 
   faking 16 switches with 1 threads :: 10 tests each; 60000 ms per test
   with 100 unique source MACs per switch
   learning destination mac addresses before the test
   starting test with 5000 ms delay after features_reply
   ignoring first 1 "warmup" and last 0 "cooldown" loops
   debugging info is off
Master Thread: Creating thread-0! 
Thread-0: All switches initialized. Running at node 10.30.171.72. So far 1 cbench instances have initialized their switches.  Waiting for other cbench-instances
Thread-0: Total switches from ALL cbench-instances initialized.
03:06:51.806 16  switches: flows:  524867 529460 524020 511454 519421 518568 535063 513822 518185 514852 525786 504214 528456 514854 507323 521188  total = 138.525550 per ms 
03:07:51.908 16  switches: flows:  495211 480483 491555 480014 477747 490506 487129 490603 485580 482010 476047 484937 439439 484106 467516 474983  total = 127.915396 per ms 
03:08:52.015 16  switches: flows:  549968 536041 545554 549561 554088 542253 501939 530945 542035 549700 547502 535649 539365 550655 556222 546490  total = 144.378014 per ms 
03:09:52.119 16  switches: flows:  567029 565103 558764 561519 558995 553431 570595 567508 570026 575285 574705 567530 573575 569636 575534 558431  total = 150.872912 per ms 
03:10:52.221 16  switches: flows:  620963 606108 617780 617626 609376 603032 614794 604765 619490 618635 624388 615773 613251 601022 612998 606590  total = 163.166695 per ms 
03:11:52.322 16  switches: flows:  553555 564575 565386 566685 554230 573515 567046 568611 574650 591592 575387 563498 571067 580242 571749 564853  total = 151.522388 per ms 
03:12:52.424 16  switches: flows:  557195 558758 572340 556251 558012 547161 561183 544917 559751 555593 544473 556804 547959 571443 541788 567976  total = 148.110831 per ms 
03:13:52.527 16  switches: flows:  556037 549027 545933 550401 544467 551682 553203 549205 547906 551345 543394 552428 551436 551418 553374 547726  total = 146.399564 per ms 
03:14:52.646 16  switches: flows:  481117 487112 493899 520858 446311 463818 499611 482730 516353 491357 487294 479872 480338 493221 495292 512361  total = 130.270059 per ms 
03:15:52.748 16  switches: flows:  563032 535825 455903 550718 567289 552193 564711 556738 544005 573305 553842 575790 558040 568369 552507 552273  total = 146.827374 per ms 
RESULT: 16 switches 9 tests min/max/avg/stdev = 127915.40/163166.69/145495.91/49551.46 responses/s</msg>
<arg>${stderr}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-06-16T03:15:52.763286" elapsed="0.000956"/>
</kw>
<if>
<branch type="IF" condition="&quot;${return_stdout}&quot;!=&quot;True&quot;">
<return>
<value>${stderr}</value>
<status status="PASS" start="2026-06-16T03:15:52.764701" elapsed="0.000075"/>
</return>
<status status="PASS" start="2026-06-16T03:15:52.764403" elapsed="0.000448"/>
</branch>
<status status="PASS" start="2026-06-16T03:15:52.764357" elapsed="0.000548"/>
</if>
<if>
<branch type="IF" condition="&quot;${return_stderr}&quot;!=&quot;True&quot;">
<return>
<value>${stdout}</value>
<status status="NOT RUN" start="2026-06-16T03:15:52.765100" elapsed="0.000026"/>
</return>
<status status="NOT RUN" start="2026-06-16T03:15:52.765024" elapsed="0.000158"/>
</branch>
<status status="NOT RUN" start="2026-06-16T03:15:52.764991" elapsed="0.000289"/>
</if>
<return>
<value>${stdout}</value>
<value>${stderr}</value>
<status status="NOT RUN" start="2026-06-16T03:15:52.765350" elapsed="0.000029"/>
</return>
<kw name="Restore_Current_Ssh_Connection_From_Index" owner="SSHKeywords" type="TEARDOWN">
<kw name="Run Keyword And Return If" owner="BuiltIn">
<arg>${connection_index} is not None</arg>
<arg>SSHLibrary.Switch Connection</arg>
<arg>${connection_index}</arg>
<doc>Runs the specified keyword and returns from the enclosing user keyword.</doc>
<status status="PASS" start="2026-06-16T03:15:52.770392" elapsed="0.000704"/>
</kw>
<kw name="Open Connection" owner="SSHLibrary">
<arg>127.0.0.1</arg>
<doc>Opens a new SSH connection to the given ``host`` and ``port``.</doc>
<status status="PASS" start="2026-06-16T03:15:52.771379" elapsed="0.000350"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-06-16T03:15:52.771995" elapsed="0.000212"/>
</kw>
<arg>${current_ssh_connection.index}</arg>
<doc>Restore active SSH connection in SSHLibrary to given index.</doc>
<status status="PASS" start="2026-06-16T03:15:52.765925" elapsed="0.006388"/>
</kw>
<msg time="2026-06-16T03:15:52.772554" level="INFO">${output} = cbench: controller benchmarking tool
   running in mode 'throughput'
   connecting to controller at 10.30.171.72:6633 
   faking 16 switches with 1 threads :: 10 tests each; 60000 ms per test
   with ...</msg>
<var>${output}</var>
<arg>${cbench_system}</arg>
<arg>${cbench_executable} -c ${ODL_SYSTEM_IP} ${cbench_args}</arg>
<arg>prompt_timeout=${test_timeout}</arg>
<arg>return_stdout=False</arg>
<arg>return_stderr=True</arg>
<doc>Reduces the common work of running a command on a remote system to a single higher level
robot keyword, taking care to log in with a public key and. The command given is written and the return value
depends on the passed argument values of return_stdout (default: True) and return_stderr (default: False).
At least one should be True, or the keyword will exit and FAIL. If both are True, the resulting return value
will be a two element list containing both. Otherwise the resulting return value is a string.
No test conditions are checked.</doc>
<status status="PASS" start="2026-06-16T03:05:46.058695" elapsed="606.713939"/>
</kw>
<status status="PASS" start="2026-06-16T03:05:46.058286" elapsed="606.714445"/>
</branch>
<status status="PASS" start="2026-06-16T03:05:46.057950" elapsed="606.714833"/>
</if>
<kw name="Log" owner="BuiltIn">
<msg time="2026-06-16T03:15:52.773753" level="INFO">cbench: controller benchmarking tool
   running in mode 'throughput'
   connecting to controller at 10.30.171.72:6633 
   faking 16 switches with 1 threads :: 10 tests each; 60000 ms per test
   with 100 unique source MACs per switch
   learning destination mac addresses before the test
   starting test with 5000 ms delay after features_reply
   ignoring first 1 "warmup" and last 0 "cooldown" loops
   debugging info is off
Master Thread: Creating thread-0! 
Thread-0: All switches initialized. Running at node 10.30.171.72. So far 1 cbench instances have initialized their switches.  Waiting for other cbench-instances
Thread-0: Total switches from ALL cbench-instances initialized.
03:06:51.806 16  switches: flows:  524867 529460 524020 511454 519421 518568 535063 513822 518185 514852 525786 504214 528456 514854 507323 521188  total = 138.525550 per ms 
03:07:51.908 16  switches: flows:  495211 480483 491555 480014 477747 490506 487129 490603 485580 482010 476047 484937 439439 484106 467516 474983  total = 127.915396 per ms 
03:08:52.015 16  switches: flows:  549968 536041 545554 549561 554088 542253 501939 530945 542035 549700 547502 535649 539365 550655 556222 546490  total = 144.378014 per ms 
03:09:52.119 16  switches: flows:  567029 565103 558764 561519 558995 553431 570595 567508 570026 575285 574705 567530 573575 569636 575534 558431  total = 150.872912 per ms 
03:10:52.221 16  switches: flows:  620963 606108 617780 617626 609376 603032 614794 604765 619490 618635 624388 615773 613251 601022 612998 606590  total = 163.166695 per ms 
03:11:52.322 16  switches: flows:  553555 564575 565386 566685 554230 573515 567046 568611 574650 591592 575387 563498 571067 580242 571749 564853  total = 151.522388 per ms 
03:12:52.424 16  switches: flows:  557195 558758 572340 556251 558012 547161 561183 544917 559751 555593 544473 556804 547959 571443 541788 567976  total = 148.110831 per ms 
03:13:52.527 16  switches: flows:  556037 549027 545933 550401 544467 551682 553203 549205 547906 551345 543394 552428 551436 551418 553374 547726  total = 146.399564 per ms 
03:14:52.646 16  switches: flows:  481117 487112 493899 520858 446311 463818 499611 482730 516353 491357 487294 479872 480338 493221 495292 512361  total = 130.270059 per ms 
03:15:52.748 16  switches: flows:  563032 535825 455903 550718 567289 552193 564711 556738 544005 573305 553842 575790 558040 568369 552507 552273  total = 146.827374 per ms 
RESULT: 16 switches 9 tests min/max/avg/stdev = 127915.40/163166.69/145495.91/49551.46 responses/s</msg>
<arg>${output}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-06-16T03:15:52.773083" elapsed="0.000824"/>
</kw>
<kw name="Should Contain" owner="BuiltIn">
<arg>${output}</arg>
<arg>RESULT</arg>
<doc>Fails if ``container`` does not contain ``item`` one or more times.</doc>
<status status="PASS" start="2026-06-16T03:15:52.774192" elapsed="0.000499"/>
</kw>
<kw name="Get Lines Containing String" owner="String">
<msg time="2026-06-16T03:15:52.775184" level="INFO">1 out of 23 lines matched.</msg>
<msg time="2026-06-16T03:15:52.775310" level="INFO">${result_line} = RESULT: 16 switches 9 tests min/max/avg/stdev = 127915.40/163166.69/145495.91/49551.46 responses/s</msg>
<var>${result_line}</var>
<arg>${output}</arg>
<arg>RESULT</arg>
<doc>Returns lines of the given ``string`` that contain the ``pattern``.</doc>
<status status="PASS" start="2026-06-16T03:15:52.774908" elapsed="0.000433"/>
</kw>
<kw name="Split String" owner="String">
<msg time="2026-06-16T03:15:52.775859" level="INFO">@{results_list} = [ RESULT: | 16 | switches | 9 | tests | min/max/avg/stdev | = | 127915.40/163166.69/145495.91/49551.46 | responses/s ]</msg>
<var>@{results_list}</var>
<arg>${result_line}</arg>
<doc>Splits the ``string`` using ``separator`` as a delimiter string.</doc>
<status status="PASS" start="2026-06-16T03:15:52.775506" elapsed="0.000393"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-06-16T03:15:52.781044" level="INFO">min/max/avg/stdev</msg>
<arg>${results_list[5]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-06-16T03:15:52.776083" elapsed="0.005176"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-06-16T03:15:52.786941" level="INFO">127915.40/163166.69/145495.91/49551.46</msg>
<arg>${results_list[7]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-06-16T03:15:52.781740" elapsed="0.005329"/>
</kw>
<kw name="Split String" owner="String">
<msg time="2026-06-16T03:15:52.791232" level="INFO">@{result_name_list} = [ min | max | avg | stdev ]</msg>
<var>@{result_name_list}</var>
<arg>${results_list[5]}</arg>
<arg>/</arg>
<doc>Splits the ``string`` using ``separator`` as a delimiter string.</doc>
<status status="PASS" start="2026-06-16T03:15:52.787418" elapsed="0.003843"/>
</kw>
<kw name="Split String" owner="String">
<msg time="2026-06-16T03:15:52.793756" level="INFO">@{result_value_list} = [ 127915.40 | 163166.69 | 145495.91 | 49551.46 ]</msg>
<var>@{result_value_list}</var>
<arg>${results_list[7]}</arg>
<arg>/</arg>
<doc>Splits the ``string`` using ``separator`` as a delimiter string.</doc>
<status status="PASS" start="2026-06-16T03:15:52.791494" elapsed="0.002290"/>
</kw>
<kw name="Get Length" owner="BuiltIn">
<msg time="2026-06-16T03:15:52.794319" level="INFO">Length is 4.</msg>
<msg time="2026-06-16T03:15:52.794417" level="INFO">${num_stats} = 4</msg>
<var>${num_stats}</var>
<arg>${result_name_list}</arg>
<doc>Returns and logs the length of the given item as an integer.</doc>
<status status="PASS" start="2026-06-16T03:15:52.793944" elapsed="0.000498"/>
</kw>
<for flavor="IN RANGE">
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-06-16T03:15:52.799783" level="INFO">min :: 127915.40</msg>
<arg>${result_name_list[${i}]} :: ${result_value_list[${i}]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-06-16T03:15:52.794895" elapsed="0.004954"/>
</kw>
<var name="${i}">0</var>
<status status="PASS" start="2026-06-16T03:15:52.794750" elapsed="0.005137"/>
</iter>
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-06-16T03:15:52.804508" level="INFO">max :: 163166.69</msg>
<arg>${result_name_list[${i}]} :: ${result_value_list[${i}]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-06-16T03:15:52.800133" elapsed="0.004440"/>
</kw>
<var name="${i}">1</var>
<status status="PASS" start="2026-06-16T03:15:52.799989" elapsed="0.004834"/>
</iter>
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-06-16T03:15:52.809732" level="INFO">avg :: 145495.91</msg>
<arg>${result_name_list[${i}]} :: ${result_value_list[${i}]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-06-16T03:15:52.805064" elapsed="0.004728"/>
</kw>
<var name="${i}">2</var>
<status status="PASS" start="2026-06-16T03:15:52.804926" elapsed="0.004902"/>
</iter>
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-06-16T03:15:52.814545" level="INFO">stdev :: 49551.46</msg>
<arg>${result_name_list[${i}]} :: ${result_value_list[${i}]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-06-16T03:15:52.810059" elapsed="0.004570"/>
</kw>
<var name="${i}">3</var>
<status status="PASS" start="2026-06-16T03:15:52.809922" elapsed="0.004745"/>
</iter>
<var>${i}</var>
<value>0</value>
<value>${num_stats}</value>
<status status="PASS" start="2026-06-16T03:15:52.794520" elapsed="0.020181"/>
</for>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-06-16T03:15:52.818682" level="INFO">${min} = 127915.40</msg>
<var>${min}</var>
<arg>${result_value_list[${0}]}</arg>
<doc>Returns the given values which can then be assigned to a variables.</doc>
<status status="PASS" start="2026-06-16T03:15:52.814874" elapsed="0.003836"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-06-16T03:15:52.822667" level="INFO">${max} = 163166.69</msg>
<var>${max}</var>
<arg>${result_value_list[${1}]}</arg>
<doc>Returns the given values which can then be assigned to a variables.</doc>
<status status="PASS" start="2026-06-16T03:15:52.818872" elapsed="0.003823"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-06-16T03:15:52.826630" level="INFO">${average} = 145495.91</msg>
<var>${average}</var>
<arg>${result_value_list[${2}]}</arg>
<doc>Returns the given values which can then be assigned to a variables.</doc>
<status status="PASS" start="2026-06-16T03:15:52.822849" elapsed="0.003809"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-06-16T03:15:52.830643" level="INFO">${stdev} = 49551.46</msg>
<var>${stdev}</var>
<arg>${result_value_list[${3}]}</arg>
<doc>Returns the given values which can then be assigned to a variables.</doc>
<status status="PASS" start="2026-06-16T03:15:52.826812" elapsed="0.003861"/>
</kw>
<kw name="Get Time" owner="BuiltIn">
<msg time="2026-06-16T03:15:52.831213" level="INFO">${date} = 2026-06-16 03:15: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-06-16T03:15:52.830845" elapsed="0.000394"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-06-16T03:15:52.831843" level="INFO">CBench Result: 2026-06-16 03:15:52,-t -m 60000 -M 100 -S 16 -l 10 -D 5000 -p 6633,127915.40,163166.69,145495.91,49551.46</msg>
<arg>CBench Result: ${date},${cbench_args},${min},${max},${average},${stdev}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-06-16T03:15:52.831405" elapsed="0.000497"/>
</kw>
<kw name="Log Results And Determine Status">
<kw name="Append To File" owner="OperatingSystem">
<msg time="2026-06-16T03:15:52.833094" 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-06-16T03:15:52.832574" elapsed="0.000589"/>
</kw>
<kw name="Should Be True" owner="BuiltIn">
<arg>${average} &gt; ${threshold}</arg>
<arg>${average} flow_mods per/sec did not exceed threshold of ${threshold}</arg>
<doc>Fails if the given condition is not true.</doc>
<status status="PASS" start="2026-06-16T03:15:52.833323" elapsed="0.000500"/>
</kw>
<arg>${min}</arg>
<arg>${max}</arg>
<arg>${average}</arg>
<arg>${average_threshold}</arg>
<arg>${output_filename}</arg>
<status status="PASS" start="2026-06-16T03:15:52.832072" elapsed="0.001820"/>
</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-06-16T03:05:46.056862" elapsed="606.777094"/>
</kw>
<kw name="Sleep" owner="BuiltIn">
<msg time="2026-06-16T03:15:52.834434" level="INFO">Slept 0 seconds.</msg>
<arg>${test_delay}</arg>
<doc>Pauses the test executed for the given time.</doc>
<status status="PASS" start="2026-06-16T03:15:52.834109" elapsed="0.000382"/>
</kw>
<kw name="Log Results As Zero If Cbench Timed Out" type="TEARDOWN">
<kw name="Run Keyword If Timeout Occurred" owner="BuiltIn">
<arg>Log Results And Determine Status</arg>
<arg>0</arg>
<arg>0</arg>
<arg>0</arg>
<arg>0</arg>
<arg>${output_filename}</arg>
<doc>Runs the given keyword if either a test or a keyword timeout has occurred.</doc>
<status status="PASS" start="2026-06-16T03:15:52.835028" elapsed="0.000269"/>
</kw>
<status status="PASS" start="2026-06-16T03:15:52.834719" elapsed="0.000650"/>
</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-06-16T03:05:46.055336" elapsed="606.780071"/>
</test>
<test id="s1-t3" name="Rerun Latency Test To Check Bug 6176" line="65">
<kw name="Log" owner="BuiltIn">
<msg time="2026-06-16T03:15:52.836653" level="INFO">Cbench tests using 10 iterations of 60 second tests. Switch Count: 16. Unique MACS to cycle: 100</msg>
<arg>Cbench tests using ${loops} iterations of ${duration_in_secs} second tests. Switch Count: ${switch_count}. Unique MACS to cycle: ${num_of_unique_macs}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-06-16T03:15:52.836251" elapsed="0.000460"/>
</kw>
<kw name="Run Cbench And Log Results">
<kw name="Set Suite Variable" owner="BuiltIn">
<msg time="2026-06-16T03:15:52.837994" level="INFO">${output_filename} = bug.csv</msg>
<arg>${output_filename}</arg>
<doc>Makes a variable available everywhere within the scope of the current suite.</doc>
<status status="PASS" start="2026-06-16T03:15:52.837659" elapsed="0.000377"/>
</kw>
<if>
<branch type="IF" condition="&quot;${cbench_system}&quot; == &quot;localhost&quot;">
<kw name="Run" owner="OperatingSystem">
<var>${output}</var>
<arg>${cbench_executable} -c ${ODL_SYSTEM_IP} ${cbench_args}</arg>
<doc>_This keyword is considered deprecated. Use the
[http://robotframework.org/robotframework/latest/libraries/Process.html|
Process] library instead._</doc>
<status status="NOT RUN" start="2026-06-16T03:15:52.838412" elapsed="0.000022"/>
</kw>
<status status="NOT RUN" start="2026-06-16T03:15:52.838178" elapsed="0.000293"/>
</branch>
<branch type="ELSE">
<kw name="Run Command On Remote System" owner="Utils">
<if>
<branch type="IF" condition="&quot;${return_stdout}&quot;!=&quot;True&quot; and &quot;${return_stderr}&quot;!=&quot;True&quot;">
<kw name="Fail" owner="BuiltIn">
<arg>At least one of {return_stdout} or {return_stderr} args should be set to True</arg>
<doc>Fails the test with the given message and optionally alters its tags.</doc>
<status status="NOT RUN" start="2026-06-16T03:15:52.841656" elapsed="0.000022"/>
</kw>
<status status="NOT RUN" start="2026-06-16T03:15:52.841377" elapsed="0.000336"/>
</branch>
<status status="PASS" start="2026-06-16T03:15:52.841358" elapsed="0.000380"/>
</if>
<kw name="Get Connection" owner="SSHLibrary">
<msg time="2026-06-16T03:15:52.842081" level="INFO">index=None
host=None
alias=None
port=22
timeout=3 seconds
newline=

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

prompt=None
term_type=vt100
width=80
height=24
path_separator=/
encoding=utf8
escape_ansi=False
encoding_errors=strict</msg>
<var>${current_ssh_connection}</var>
<doc>Returns information about the connection.</doc>
<status status="PASS" start="2026-06-16T03:15:52.841879" elapsed="0.000348"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-06-16T03:15:52.842802" level="INFO">Attempting to execute command "/usr/local/bin/cbench -c 10.30.171.72 -m 60000 -M 100 -S 16 -l 10 -D 5000 -p 6633" on remote system "10.30.170.176" by user "jenkins" with keyfile pass "any" and prompt "&gt;" and password ""</msg>
<arg>Attempting to execute command "${cmd}" on remote system "${system}" by user "${user}" with keyfile pass "${keyfile_pass}" and prompt "${prompt}" and password "${password}"</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-06-16T03:15:52.842363" elapsed="0.000498"/>
</kw>
<kw name="Open Connection" owner="SSHLibrary">
<msg time="2026-06-16T03:15:52.843400" level="INFO">${conn_id} = 9</msg>
<var>${conn_id}</var>
<arg>${system}</arg>
<arg>prompt=${prompt}</arg>
<arg>timeout=${prompt_timeout}</arg>
<doc>Opens a new SSH connection to the given ``host`` and ``port``.</doc>
<status status="PASS" start="2026-06-16T03:15:52.843002" elapsed="0.000424"/>
</kw>
<kw name="Flexible_SSH_Login" owner="SSHKeywords">
<kw name="Get Length" owner="BuiltIn">
<msg time="2026-06-16T03:15:52.844346" level="INFO">Length is 0.</msg>
<msg time="2026-06-16T03:15:52.844433" level="INFO">${pwd_length} = 0</msg>
<var>${pwd_length}</var>
<arg>${password}</arg>
<doc>Returns and logs the length of the given item as an integer.</doc>
<status status="PASS" start="2026-06-16T03:15:52.844025" elapsed="0.000432"/>
</kw>
<kw name="Run Keyword And Return If" owner="BuiltIn">
<arg>${pwd_length} &gt; 0</arg>
<arg>SSHLibrary.Login</arg>
<arg>${user}</arg>
<arg>${password}</arg>
<arg>delay=${delay}</arg>
<doc>Runs the specified keyword and returns from the enclosing user keyword.</doc>
<status status="PASS" start="2026-06-16T03:15:52.844616" elapsed="0.000329"/>
</kw>
<kw name="Run Keyword And Return" owner="BuiltIn">
<kw name="Login With Public Key" owner="SSHLibrary">
<msg time="2026-06-16T03:15:52.845863" level="INFO">Logging into '10.30.170.176:22' as 'jenkins'.</msg>
<msg time="2026-06-16T03:15:53.461613" 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 Tue Jun 16 03:15:53 UTC 2026

  System load:  0.13               Processes:             104
  Usage of /:   19.6% of 38.58GB   Users logged in:       0
  Memory usage: 4%                 IPv4 address for ens3: 10.30.170.176
  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: Tue Jun 16 03:05:46 2026 from 10.30.170.229
[?2004h[jenkins@releng-63164-308-1-mininet-ovs-217-0 ~]&gt;</msg>
<arg>${user}</arg>
<arg>${USER_HOME}/.ssh/${SSH_KEY}</arg>
<arg>${KEYFILE_PASS}</arg>
<arg>delay=${delay}</arg>
<doc>Logs into the SSH server using key-based authentication.</doc>
<status status="PASS" start="2026-06-16T03:15:52.845482" elapsed="0.616361"/>
</kw>
<msg time="2026-06-16T03:15:53.461939" level="INFO">Returning from the enclosing user keyword.</msg>
<arg>SSHLibrary.Login With Public Key</arg>
<arg>${user}</arg>
<arg>${USER_HOME}/.ssh/${SSH_KEY}</arg>
<arg>${KEYFILE_PASS}</arg>
<arg>delay=${delay}</arg>
<doc>Runs the specified keyword and returns from the enclosing user keyword.</doc>
<status status="PASS" start="2026-06-16T03:15:52.845129" elapsed="0.616897"/>
</kw>
<arg>${user}</arg>
<arg>${password}</arg>
<doc>On active SSH session: if given non-empty password, do Login, else do Login With Public Key.</doc>
<status status="PASS" start="2026-06-16T03:15:52.843645" elapsed="0.618503"/>
</kw>
<kw name="Execute Command" owner="SSHLibrary">
<msg time="2026-06-16T03:15:53.462731" level="INFO">Executing command '/usr/local/bin/cbench -c 10.30.171.72 -m 60000 -M 100 -S 16 -l 10 -D 5000 -p 6633'.</msg>
<msg time="2026-06-16T03:25:59.532366" level="INFO">Command exited with return code 0.</msg>
<msg time="2026-06-16T03:25:59.533534" level="INFO">${stdout} = </msg>
<msg time="2026-06-16T03:25:59.533693" level="INFO">${stderr} = cbench: controller benchmarking tool
   running in mode 'latency'
   connecting to controller at 10.30.171.72:6633 
   faking 16 switches with 1 threads :: 10 tests each; 60000 ms per test
   with 100...</msg>
<var>${stdout}</var>
<var>${stderr}</var>
<arg>${cmd}</arg>
<arg>return_stderr=True</arg>
<doc>Executes ``command`` on the remote machine and returns its outputs.</doc>
<status status="PASS" start="2026-06-16T03:15:53.462384" elapsed="606.071385"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-06-16T03:25:59.534269" elapsed="0.000857"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-06-16T03:25:59.536391" level="INFO">cbench: controller benchmarking tool
   running in mode 'latency'
   connecting to controller at 10.30.171.72:6633 
   faking 16 switches with 1 threads :: 10 tests each; 60000 ms per test
   with 100 unique source MACs per switch
   learning destination mac addresses before the test
   starting test with 5000 ms delay after features_reply
   ignoring first 1 "warmup" and last 0 "cooldown" loops
   debugging info is off
Master Thread: Creating thread-0! 
Thread-0: All switches initialized. Running at node 10.30.171.72. So far 1 cbench instances have initialized their switches.  Waiting for other cbench-instances
Thread-0: Total switches from ALL cbench-instances initialized.
03:16:58.616 16  switches: flows:  116348 117082 118212 116153 116478 116224 117322 117157 114346 116029 115284 113044 115143 114171 115022 114409  total = 30.873733 per ms 
03:17:58.717 16  switches: flows:  114656 115166 117865 115741 117556 114640 114616 115210 116033 116846 114659 111746 113671 114156 115297 113075  total = 30.631093 per ms 
03:18:58.817 16  switches: flows:  119070 119984 122965 122620 123609 119620 121062 123712 122100 122903 117980 118276 119451 119588 122428 120415  total = 32.209304 per ms 
03:19:58.917 16  switches: flows:  120070 119423 124389 120883 123507 119755 120642 123451 123160 122122 118741 116540 117965 119305 122634 119263  total = 32.143853 per ms 
03:20:59.017 16  switches: flows:  118936 120142 119364 117578 121344 118188 118389 116907 118395 119686 117525 116390 117677 117557 118644 119282  total = 31.547405 per ms 
03:21:59.117 16  switches: flows:  120489 123127 122967 119550 122394 119784 121979 120009 120140 120522 121409 120349 118956 119492 122873 123872  total = 32.244737 per ms 
03:22:59.218 16  switches: flows:  122098 124384 126465 121806 124967 122595 123612 121245 121122 122933 122770 122586 121832 120498 123073 122978  total = 32.694801 per ms 
03:23:59.318 16  switches: flows:  122747 125830 126115 123594 126559 123690 122382 122427 122257 121847 122119 122325 123353 122672 123001 125070  total = 32.878207 per ms 
03:24:59.418 16  switches: flows:  123267 124813 124085 121657 124896 121297 121848 121006 122146 120259 121732 120724 120991 120540 121891 124788  total = 32.544691 per ms 
03:25:59.518 16  switches: flows:  120254 123370 123143 119750 123276 120257 122576 120242 121043 119927 121174 120352 120700 119492 123880 123194  total = 32.323214 per ms 
RESULT: 16 switches 9 tests min/max/avg/stdev = 30631.09/32878.21/32135.26/10730.89 responses/s</msg>
<arg>${stderr}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-06-16T03:25:59.535531" elapsed="0.001267"/>
</kw>
<if>
<branch type="IF" condition="&quot;${return_stdout}&quot;!=&quot;True&quot;">
<return>
<value>${stderr}</value>
<status status="PASS" start="2026-06-16T03:25:59.537403" elapsed="0.000093"/>
</return>
<status status="PASS" start="2026-06-16T03:25:59.537014" elapsed="0.000603"/>
</branch>
<status status="PASS" start="2026-06-16T03:25:59.536953" elapsed="0.000733"/>
</if>
<if>
<branch type="IF" condition="&quot;${return_stderr}&quot;!=&quot;True&quot;">
<return>
<value>${stdout}</value>
<status status="NOT RUN" start="2026-06-16T03:25:59.537923" elapsed="0.000031"/>
</return>
<status status="NOT RUN" start="2026-06-16T03:25:59.537832" elapsed="0.000189"/>
</branch>
<status status="NOT RUN" start="2026-06-16T03:25:59.537793" elapsed="0.000281"/>
</if>
<return>
<value>${stdout}</value>
<value>${stderr}</value>
<status status="NOT RUN" start="2026-06-16T03:25:59.538151" elapsed="0.000032"/>
</return>
<kw name="Restore_Current_Ssh_Connection_From_Index" owner="SSHKeywords" type="TEARDOWN">
<kw name="Run Keyword And Return If" owner="BuiltIn">
<arg>${connection_index} is not None</arg>
<arg>SSHLibrary.Switch Connection</arg>
<arg>${connection_index}</arg>
<doc>Runs the specified keyword and returns from the enclosing user keyword.</doc>
<status status="PASS" start="2026-06-16T03:25:59.542875" elapsed="0.000498"/>
</kw>
<kw name="Open Connection" owner="SSHLibrary">
<arg>127.0.0.1</arg>
<doc>Opens a new SSH connection to the given ``host`` and ``port``.</doc>
<status status="PASS" start="2026-06-16T03:25:59.543583" elapsed="0.000281"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-06-16T03:25:59.544048" elapsed="0.000206"/>
</kw>
<arg>${current_ssh_connection.index}</arg>
<doc>Restore active SSH connection in SSHLibrary to given index.</doc>
<status status="PASS" start="2026-06-16T03:25:59.539046" elapsed="0.005296"/>
</kw>
<msg time="2026-06-16T03:25:59.544552" level="INFO">${output} = cbench: controller benchmarking tool
   running in mode 'latency'
   connecting to controller at 10.30.171.72:6633 
   faking 16 switches with 1 threads :: 10 tests each; 60000 ms per test
   with 100...</msg>
<var>${output}</var>
<arg>${cbench_system}</arg>
<arg>${cbench_executable} -c ${ODL_SYSTEM_IP} ${cbench_args}</arg>
<arg>prompt_timeout=${test_timeout}</arg>
<arg>return_stdout=False</arg>
<arg>return_stderr=True</arg>
<doc>Reduces the common work of running a command on a remote system to a single higher level
robot keyword, taking care to log in with a public key and. The command given is written and the return value
depends on the passed argument values of return_stdout (default: True) and return_stderr (default: False).
At least one should be True, or the keyword will exit and FAIL. If both are True, the resulting return value
will be a two element list containing both. Otherwise the resulting return value is a string.
No test conditions are checked.</doc>
<status status="PASS" start="2026-06-16T03:15:52.838842" elapsed="606.705771"/>
</kw>
<status status="PASS" start="2026-06-16T03:15:52.838499" elapsed="606.706189"/>
</branch>
<status status="PASS" start="2026-06-16T03:15:52.838152" elapsed="606.706577"/>
</if>
<kw name="Log" owner="BuiltIn">
<msg time="2026-06-16T03:25:59.545337" level="INFO">cbench: controller benchmarking tool
   running in mode 'latency'
   connecting to controller at 10.30.171.72:6633 
   faking 16 switches with 1 threads :: 10 tests each; 60000 ms per test
   with 100 unique source MACs per switch
   learning destination mac addresses before the test
   starting test with 5000 ms delay after features_reply
   ignoring first 1 "warmup" and last 0 "cooldown" loops
   debugging info is off
Master Thread: Creating thread-0! 
Thread-0: All switches initialized. Running at node 10.30.171.72. So far 1 cbench instances have initialized their switches.  Waiting for other cbench-instances
Thread-0: Total switches from ALL cbench-instances initialized.
03:16:58.616 16  switches: flows:  116348 117082 118212 116153 116478 116224 117322 117157 114346 116029 115284 113044 115143 114171 115022 114409  total = 30.873733 per ms 
03:17:58.717 16  switches: flows:  114656 115166 117865 115741 117556 114640 114616 115210 116033 116846 114659 111746 113671 114156 115297 113075  total = 30.631093 per ms 
03:18:58.817 16  switches: flows:  119070 119984 122965 122620 123609 119620 121062 123712 122100 122903 117980 118276 119451 119588 122428 120415  total = 32.209304 per ms 
03:19:58.917 16  switches: flows:  120070 119423 124389 120883 123507 119755 120642 123451 123160 122122 118741 116540 117965 119305 122634 119263  total = 32.143853 per ms 
03:20:59.017 16  switches: flows:  118936 120142 119364 117578 121344 118188 118389 116907 118395 119686 117525 116390 117677 117557 118644 119282  total = 31.547405 per ms 
03:21:59.117 16  switches: flows:  120489 123127 122967 119550 122394 119784 121979 120009 120140 120522 121409 120349 118956 119492 122873 123872  total = 32.244737 per ms 
03:22:59.218 16  switches: flows:  122098 124384 126465 121806 124967 122595 123612 121245 121122 122933 122770 122586 121832 120498 123073 122978  total = 32.694801 per ms 
03:23:59.318 16  switches: flows:  122747 125830 126115 123594 126559 123690 122382 122427 122257 121847 122119 122325 123353 122672 123001 125070  total = 32.878207 per ms 
03:24:59.418 16  switches: flows:  123267 124813 124085 121657 124896 121297 121848 121006 122146 120259 121732 120724 120991 120540 121891 124788  total = 32.544691 per ms 
03:25:59.518 16  switches: flows:  120254 123370 123143 119750 123276 120257 122576 120242 121043 119927 121174 120352 120700 119492 123880 123194  total = 32.323214 per ms 
RESULT: 16 switches 9 tests min/max/avg/stdev = 30631.09/32878.21/32135.26/10730.89 responses/s</msg>
<arg>${output}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-06-16T03:25:59.544965" elapsed="0.000450"/>
</kw>
<kw name="Should Contain" owner="BuiltIn">
<arg>${output}</arg>
<arg>RESULT</arg>
<doc>Fails if ``container`` does not contain ``item`` one or more times.</doc>
<status status="PASS" start="2026-06-16T03:25:59.545577" elapsed="0.000480"/>
</kw>
<kw name="Get Lines Containing String" owner="String">
<msg time="2026-06-16T03:25:59.546523" level="INFO">1 out of 23 lines matched.</msg>
<msg time="2026-06-16T03:25:59.546641" level="INFO">${result_line} = RESULT: 16 switches 9 tests min/max/avg/stdev = 30631.09/32878.21/32135.26/10730.89 responses/s</msg>
<var>${result_line}</var>
<arg>${output}</arg>
<arg>RESULT</arg>
<doc>Returns lines of the given ``string`` that contain the ``pattern``.</doc>
<status status="PASS" start="2026-06-16T03:25:59.546276" elapsed="0.000391"/>
</kw>
<kw name="Split String" owner="String">
<msg time="2026-06-16T03:25:59.547127" level="INFO">@{results_list} = [ RESULT: | 16 | switches | 9 | tests | min/max/avg/stdev | = | 30631.09/32878.21/32135.26/10730.89 | responses/s ]</msg>
<var>@{results_list}</var>
<arg>${result_line}</arg>
<doc>Splits the ``string`` using ``separator`` as a delimiter string.</doc>
<status status="PASS" start="2026-06-16T03:25:59.546843" elapsed="0.000311"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-06-16T03:25:59.550259" level="INFO">min/max/avg/stdev</msg>
<arg>${results_list[5]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-06-16T03:25:59.547325" elapsed="0.003031"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-06-16T03:25:59.554324" level="INFO">30631.09/32878.21/32135.26/10730.89</msg>
<arg>${results_list[7]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-06-16T03:25:59.550663" elapsed="0.003759"/>
</kw>
<kw name="Split String" owner="String">
<msg time="2026-06-16T03:25:59.557207" level="INFO">@{result_name_list} = [ min | max | avg | stdev ]</msg>
<var>@{result_name_list}</var>
<arg>${results_list[5]}</arg>
<arg>/</arg>
<doc>Splits the ``string`` using ``separator`` as a delimiter string.</doc>
<status status="PASS" start="2026-06-16T03:25:59.554747" elapsed="0.002492"/>
</kw>
<kw name="Split String" owner="String">
<msg time="2026-06-16T03:25:59.560176" level="INFO">@{result_value_list} = [ 30631.09 | 32878.21 | 32135.26 | 10730.89 ]</msg>
<var>@{result_value_list}</var>
<arg>${results_list[7]}</arg>
<arg>/</arg>
<doc>Splits the ``string`` using ``separator`` as a delimiter string.</doc>
<status status="PASS" start="2026-06-16T03:25:59.557751" elapsed="0.002457"/>
</kw>
<kw name="Get Length" owner="BuiltIn">
<msg time="2026-06-16T03:25:59.560823" level="INFO">Length is 4.</msg>
<msg time="2026-06-16T03:25:59.560916" level="INFO">${num_stats} = 4</msg>
<var>${num_stats}</var>
<arg>${result_name_list}</arg>
<doc>Returns and logs the length of the given item as an integer.</doc>
<status status="PASS" start="2026-06-16T03:25:59.560378" elapsed="0.000562"/>
</kw>
<for flavor="IN RANGE">
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-06-16T03:25:59.565908" level="INFO">min :: 30631.09</msg>
<arg>${result_name_list[${i}]} :: ${result_value_list[${i}]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-06-16T03:25:59.561401" elapsed="0.004579"/>
</kw>
<var name="${i}">0</var>
<status status="PASS" start="2026-06-16T03:25:59.561258" elapsed="0.004766"/>
</iter>
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-06-16T03:25:59.570785" level="INFO">max :: 32878.21</msg>
<arg>${result_name_list[${i}]} :: ${result_value_list[${i}]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-06-16T03:25:59.566311" elapsed="0.004546"/>
</kw>
<var name="${i}">1</var>
<status status="PASS" start="2026-06-16T03:25:59.566141" elapsed="0.004761"/>
</iter>
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-06-16T03:25:59.575704" level="INFO">avg :: 32135.26</msg>
<arg>${result_name_list[${i}]} :: ${result_value_list[${i}]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-06-16T03:25:59.571182" elapsed="0.004599"/>
</kw>
<var name="${i}">2</var>
<status status="PASS" start="2026-06-16T03:25:59.571011" elapsed="0.004816"/>
</iter>
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-06-16T03:25:59.581185" level="INFO">stdev :: 10730.89</msg>
<arg>${result_name_list[${i}]} :: ${result_value_list[${i}]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-06-16T03:25:59.576150" elapsed="0.005110"/>
</kw>
<var name="${i}">3</var>
<status status="PASS" start="2026-06-16T03:25:59.575946" elapsed="0.005358"/>
</iter>
<var>${i}</var>
<value>0</value>
<value>${num_stats}</value>
<status status="PASS" start="2026-06-16T03:25:59.561029" elapsed="0.020316"/>
</for>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-06-16T03:25:59.585632" level="INFO">${min} = 30631.09</msg>
<var>${min}</var>
<arg>${result_value_list[${0}]}</arg>
<doc>Returns the given values which can then be assigned to a variables.</doc>
<status status="PASS" start="2026-06-16T03:25:59.581571" elapsed="0.004105"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-06-16T03:25:59.589788" level="INFO">${max} = 32878.21</msg>
<var>${max}</var>
<arg>${result_value_list[${1}]}</arg>
<doc>Returns the given values which can then be assigned to a variables.</doc>
<status status="PASS" start="2026-06-16T03:25:59.585905" elapsed="0.003929"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-06-16T03:25:59.593962" level="INFO">${average} = 32135.26</msg>
<var>${average}</var>
<arg>${result_value_list[${2}]}</arg>
<doc>Returns the given values which can then be assigned to a variables.</doc>
<status status="PASS" start="2026-06-16T03:25:59.590023" elapsed="0.003978"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-06-16T03:25:59.598066" level="INFO">${stdev} = 10730.89</msg>
<var>${stdev}</var>
<arg>${result_value_list[${3}]}</arg>
<doc>Returns the given values which can then be assigned to a variables.</doc>
<status status="PASS" start="2026-06-16T03:25:59.594201" elapsed="0.003897"/>
</kw>
<kw name="Get Time" owner="BuiltIn">
<msg time="2026-06-16T03:25:59.598818" level="INFO">${date} = 2026-06-16 03:25:59</msg>
<var>${date}</var>
<arg>d,m,s</arg>
<doc>Returns the given time in the requested format.</doc>
<status status="PASS" start="2026-06-16T03:25:59.598325" elapsed="0.000520"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-06-16T03:25:59.599486" level="INFO">CBench Result: 2026-06-16 03:25:59,-m 60000 -M 100 -S 16 -l 10 -D 5000 -p 6633,30631.09,32878.21,32135.26,10730.89</msg>
<arg>CBench Result: ${date},${cbench_args},${min},${max},${average},${stdev}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-06-16T03:25:59.599018" elapsed="0.000529"/>
</kw>
<kw name="Log Results And Determine Status">
<kw name="Append To File" owner="OperatingSystem">
<msg time="2026-06-16T03:25:59.600971" 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-06-16T03:25:59.600265" elapsed="0.000785"/>
</kw>
<kw name="Should Be True" owner="BuiltIn">
<arg>${average} &gt; ${threshold}</arg>
<arg>${average} flow_mods per/sec did not exceed threshold of ${threshold}</arg>
<doc>Fails if the given condition is not true.</doc>
<status status="PASS" start="2026-06-16T03:25:59.601207" elapsed="0.000515"/>
</kw>
<arg>${min}</arg>
<arg>${max}</arg>
<arg>${average}</arg>
<arg>${average_threshold}</arg>
<arg>${output_filename}</arg>
<status status="PASS" start="2026-06-16T03:25:59.599752" elapsed="0.002040"/>
</kw>
<arg>-m ${duration_in_ms} -M ${num_of_unique_macs} -S ${switch_count} -l ${loops} -D ${start_delay} -p ${of_port}</arg>
<arg>${latency_threshold}</arg>
<arg>bug.csv</arg>
<status status="PASS" start="2026-06-16T03:15:52.837040" elapsed="606.764817"/>
</kw>
<kw name="Sleep" owner="BuiltIn">
<msg time="2026-06-16T03:25:59.602347" level="INFO">Slept 0 seconds.</msg>
<arg>${test_delay}</arg>
<doc>Pauses the test executed for the given time.</doc>
<status status="PASS" start="2026-06-16T03:25:59.602015" elapsed="0.000390"/>
</kw>
<kw name="Report Failure Due To Bug" owner="Utils" type="TEARDOWN">
<kw name="Evaluate" owner="BuiltIn">
<msg time="2026-06-16T03:25:59.603784" level="INFO">${test_skipped} = False</msg>
<var>${test_skipped}</var>
<arg>len(re.findall('SKIPPED', """${TEST_MESSAGE}""")) &gt; 0</arg>
<arg>modules=re</arg>
<doc>Evaluates the given expression in Python and returns the result.</doc>
<status status="PASS" start="2026-06-16T03:25:59.603209" elapsed="0.000602"/>
</kw>
<if>
<branch type="IF" condition="('${TEST_STATUS}' != 'FAIL') or ${test_skipped}">
<return>
<status status="PASS" start="2026-06-16T03:25:59.604070" elapsed="0.000046"/>
</return>
<status status="PASS" start="2026-06-16T03:25:59.603908" elapsed="0.000244"/>
</branch>
<status status="PASS" start="2026-06-16T03:25:59.603878" elapsed="0.000301"/>
</if>
<kw name="Comment" owner="BuiltIn">
<arg>Jira tickets are {PROJECT}-{NUMBER} while Bugzilla tickets are {NUMBER}</arg>
<doc>Displays the given messages in the log file as keyword arguments.</doc>
<status status="NOT RUN" start="2026-06-16T03:25:59.604343" elapsed="0.000027"/>
</kw>
<kw name="Run Keyword And Return Status" owner="BuiltIn">
<var>${match}</var>
<arg>Should Contain</arg>
<arg>${number}</arg>
<arg>-</arg>
<doc>Runs the specified keyword and returns the status as a Boolean value.</doc>
<status status="NOT RUN" start="2026-06-16T03:25:59.604512" elapsed="0.000020"/>
</kw>
<kw name="Set Variable If" owner="BuiltIn">
<var>${bug_url}</var>
<arg>${match}</arg>
<arg>https://jira.opendaylight.org/browse/${number}</arg>
<arg>https://bugs.opendaylight.org/show_bug.cgi?id=${number}</arg>
<doc>Sets variable based on the given condition.</doc>
<status status="NOT RUN" start="2026-06-16T03:25:59.604700" elapsed="0.000022"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<var>${msg}</var>
<arg>This test fails due to ${bug_url}</arg>
<doc>Returns the given values which can then be assigned to a variables.</doc>
<status status="NOT RUN" start="2026-06-16T03:25:59.604952" elapsed="0.000021"/>
</kw>
<kw name="Evaluate" owner="BuiltIn">
<var>${newline}</var>
<arg>chr(10)</arg>
<doc>Evaluates the given expression in Python and returns the result.</doc>
<status status="NOT RUN" start="2026-06-16T03:25:59.605131" elapsed="0.000021"/>
</kw>
<kw name="Set Test Message" owner="BuiltIn">
<arg>${msg}${newline}${newline}${TEST_MESSAGE}</arg>
<doc>Sets message for the current test case.</doc>
<status status="NOT RUN" start="2026-06-16T03:25:59.605280" elapsed="0.000020"/>
</kw>
<kw name="Log" owner="BuiltIn">
<arg>${msg}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="NOT RUN" start="2026-06-16T03:25:59.605435" elapsed="0.000023"/>
</kw>
<if>
<branch type="IF" condition="&quot;${include_bug_in_tags}&quot;==&quot;True&quot;">
<kw name="Set Tags" owner="BuiltIn">
<arg>${bug_url}</arg>
<doc>Adds given ``tags`` for the current test or all tests in a suite.</doc>
<status status="NOT RUN" start="2026-06-16T03:25:59.605691" elapsed="0.000021"/>
</kw>
<status status="NOT RUN" start="2026-06-16T03:25:59.605530" elapsed="0.000214"/>
</branch>
<status status="NOT RUN" start="2026-06-16T03:25:59.605513" elapsed="0.000256"/>
</if>
<arg>6176</arg>
<doc>Report that a test failed due to a known Bugzilla bug whose
number is provided as an argument.
Not FAILED (incl. SKIPPED) test are not reported.
This keyword must be used in the [Teardown] setting of the affected test
or as the first line of the test if FastFail module is not being
used. It reports the URL of the bug on console and also puts it
into the Robot log file.</doc>
<status status="PASS" start="2026-06-16T03:25:59.602851" elapsed="0.002974"/>
</kw>
<doc>cbench executed in latency mode to see if controller is healthy</doc>
<tag>cbench</tag>
<tag>latency</tag>
<timeout value="15 minutes"/>
<status status="PASS" start="2026-06-16T03:15:52.835740" elapsed="606.770138"/>
</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-06-16T02:55:36.329858" elapsed="1823.278615"/>
</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>
