<?xml version="1.0" encoding="UTF-8"?>
<robot generator="Robot 7.4.2 (Python 3.11.10 on linux)" generated="2026-07-08T00:40:28.921264" 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-07-08T00:40:29.505722" elapsed="0.000024"/>
</return>
<status status="NOT RUN" start="2026-07-08T00:40:29.505570" elapsed="0.000227"/>
</branch>
<status status="PASS" start="2026-07-08T00:40:29.505541" elapsed="0.000282"/>
</if>
<kw name="Open Connection" owner="SSHLibrary">
<arg>${controller}</arg>
<arg>port=${karaf_port}</arg>
<arg>prompt=${KARAF_PROMPT_LOGIN}</arg>
<arg>timeout=${timeout}</arg>
<doc>Opens a new SSH connection to the given ``host`` and ``port``.</doc>
<status status="PASS" start="2026-07-08T00:40:29.505965" elapsed="0.000532"/>
</kw>
<kw name="Login" owner="SSHLibrary">
<msg time="2026-07-08T00:40:29.506965" level="INFO">Logging into '10.30.170.46:8101' as 'karaf'.</msg>
<msg time="2026-07-08T00:40:30.350122" 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-07-08T00:40:29.506667" elapsed="0.843714"/>
</kw>
<kw name="Write" owner="SSHLibrary">
<msg time="2026-07-08T00:40:30.399919" 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-07-08T00:40:30.350684" elapsed="0.049347"/>
</kw>
<kw name="Read Until Regexp" owner="SSHLibrary">
<msg time="2026-07-08T00:40:30.401940" level="INFO">[?1l&gt;[?2004l[?1h=[90m~[0m                                                                                [?2004hopendaylight-user@root&gt;</msg>
<msg time="2026-07-08T00:40:30.402056" 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-07-08T00:40:30.400286" elapsed="0.001803"/>
</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-07-08T00:40:30.402267" elapsed="0.000226"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-07-08T00:40:30.402656" elapsed="0.000221"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-07-08T00:40:30.403401" 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-07-08T00:40:30.403032" elapsed="0.000428"/>
</kw>
<return>
<value>${output}</value>
<status status="PASS" start="2026-07-08T00:40:30.403513" elapsed="0.000060"/>
</return>
<arg>log:set ${log_level}</arg>
<doc>Will execute the given ${cmd} by ssh'ing to the karaf console running on 10.30.170.46
Note that this keyword will open&amp;close new SSH connection, without switching back to previously current session.</doc>
<status status="PASS" start="2026-07-08T00:40:29.505177" elapsed="0.898519"/>
</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-07-08T00:40:29.501610" elapsed="0.902150"/>
</kw>
<kw name="Append To File" owner="OperatingSystem">
<msg time="2026-07-08T00:40:30.404382" 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-07-08T00:40:30.403971" elapsed="0.000470"/>
</kw>
<kw name="Append To File" owner="OperatingSystem">
<msg time="2026-07-08T00:40:30.404876" 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-07-08T00:40:30.404619" elapsed="0.000326"/>
</kw>
<kw name="Evaluate" owner="BuiltIn">
<msg time="2026-07-08T00:40:30.405534" 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-07-08T00:40:30.405104" elapsed="0.000459"/>
</kw>
<kw name="Set Suite Variable" owner="BuiltIn">
<msg time="2026-07-08T00:40:30.406081" 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-07-08T00:40:30.405735" elapsed="0.000390"/>
</kw>
<kw name="Evaluate" owner="BuiltIn">
<msg time="2026-07-08T00:40:30.406681" 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-07-08T00:40:30.406296" elapsed="0.000413"/>
</kw>
<kw name="Set Suite Variable" owner="BuiltIn">
<msg time="2026-07-08T00:40:30.407219" 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-07-08T00:40:30.406872" elapsed="0.000406"/>
</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-07-08T00:40:30.407630" elapsed="0.000030"/>
</kw>
<status status="NOT RUN" start="2026-07-08T00:40:30.407366" elapsed="0.000331"/>
</branch>
<branch type="ELSE">
<kw name="Verify File Exists On Remote System" owner="Utils">
<kw name="Open Connection" owner="SSHLibrary">
<msg time="2026-07-08T00:40:30.412683" 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-07-08T00:40:30.412155" elapsed="0.000559"/>
</kw>
<kw name="Flexible_SSH_Login" owner="SSHKeywords">
<kw name="Get Length" owner="BuiltIn">
<msg time="2026-07-08T00:40:30.413989" level="INFO">Length is 0.</msg>
<msg time="2026-07-08T00:40:30.414076" 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-07-08T00:40:30.413518" elapsed="0.000583"/>
</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-07-08T00:40:30.414270" elapsed="0.000367"/>
</kw>
<kw name="Run Keyword And Return" owner="BuiltIn">
<kw name="Login With Public Key" owner="SSHLibrary">
<msg time="2026-07-08T00:40:30.415669" level="INFO">Logging into '10.30.170.172:22' as 'jenkins'.</msg>
<msg time="2026-07-08T00:40:31.173153" 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 Wed Jul  8 00:40:30 UTC 2026

  System load:  0.04               Processes:             109
  Usage of /:   19.3% of 38.58GB   Users logged in:       0
  Memory usage: 4%                 IPv4 address for ens3: 10.30.170.172
  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-333-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-07-08T00:40:30.415146" elapsed="0.758180"/>
</kw>
<msg time="2026-07-08T00:40:31.173437" 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-07-08T00:40:30.414794" elapsed="0.758731"/>
</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-07-08T00:40:30.412936" elapsed="0.760707"/>
</kw>
<kw name="File Should Exist" owner="SSHLibrary">
<msg time="2026-07-08T00:40:31.181422" 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-07-08T00:40:31.173857" elapsed="0.009314"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-07-08T00:40:31.183605" elapsed="0.000564"/>
</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-07-08T00:40:30.411591" elapsed="0.772789"/>
</kw>
<status status="PASS" start="2026-07-08T00:40:30.407768" elapsed="0.776698"/>
</branch>
<status status="PASS" start="2026-07-08T00:40:30.407341" elapsed="0.777186"/>
</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-07-08T00:40:31.184860" elapsed="0.001011"/>
</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-07-08T00:40:31.194262" elapsed="0.000019"/>
</return>
<status status="NOT RUN" start="2026-07-08T00:40:31.194121" elapsed="0.000196"/>
</branch>
<status status="PASS" start="2026-07-08T00:40:31.194098" elapsed="0.000243"/>
</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-07-08T00:40:31.197918" elapsed="0.000014"/>
</return>
<status status="NOT RUN" start="2026-07-08T00:40:31.197800" elapsed="0.000166"/>
</branch>
<status status="PASS" start="2026-07-08T00:40:31.197781" elapsed="0.000208"/>
</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-07-08T00:40:31.198121" elapsed="0.000460"/>
</kw>
<kw name="Login" owner="SSHLibrary">
<msg time="2026-07-08T00:40:31.198991" level="INFO">Logging into '10.30.170.46:8101' as 'karaf'.</msg>
<msg time="2026-07-08T00:40:31.380857" 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-07-08T00:40:31.198729" elapsed="0.182280"/>
</kw>
<kw name="Write" owner="SSHLibrary">
<msg time="2026-07-08T00:40:31.469041" 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-07-08T00:40:31.381273" elapsed="0.087913"/>
</kw>
<kw name="Read Until Regexp" owner="SSHLibrary">
<msg time="2026-07-08T00:40:31.473462" level="INFO">[?1l&gt;[?2004l[31;1modl-openflowplugin-drop-test[0m                                    x 0.21.3           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-07-08T00:40:31.473685" level="INFO">${output} = [?1l&gt;[?2004l[31;1modl-openflowplugin-drop-test[0m                                    x 0.21.3           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-07-08T00:40:31.469467" elapsed="0.004251"/>
</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-07-08T00:40:31.473864" elapsed="0.000212"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-07-08T00:40:31.474256" elapsed="0.000258"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-07-08T00:40:31.475158" level="INFO">[?1l&gt;[?2004l[31;1modl-openflowplugin-drop-test[0m                                    x 0.21.3           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-07-08T00:40:31.474743" elapsed="0.000504"/>
</kw>
<return>
<value>${output}</value>
<status status="PASS" start="2026-07-08T00:40:31.475301" elapsed="0.000078"/>
</return>
<msg time="2026-07-08T00:40:31.475551" level="INFO">${output} = [?1l&gt;[?2004l[31;1modl-openflowplugin-drop-test[0m                                    x 0.21.3           x x        x Started x [31;1modl-openflowplugin-drop-test[0m                     ...</msg>
<var>${output}</var>
<arg>feature:list -i | grep ${feature_name}</arg>
<arg>${controller}</arg>
<arg>${karaf_port}</arg>
<doc>Will execute the given ${cmd} by ssh'ing to the karaf console running on 10.30.170.46
Note that this keyword will open&amp;close new SSH connection, without switching back to previously current session.</doc>
<status status="PASS" start="2026-07-08T00:40:31.197437" elapsed="0.278148"/>
</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-07-08T00:40:31.475778" elapsed="0.000657"/>
</kw>
<return>
<value>${output}</value>
<status status="PASS" start="2026-07-08T00:40:31.476488" 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-07-08T00:40:31.193805" elapsed="0.282818"/>
</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-07-08T00:40:31.480368" elapsed="0.000016"/>
</return>
<status status="NOT RUN" start="2026-07-08T00:40:31.480230" elapsed="0.000187"/>
</branch>
<status status="PASS" start="2026-07-08T00:40:31.480192" elapsed="0.000250"/>
</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-07-08T00:40:31.480575" elapsed="0.000449"/>
</kw>
<kw name="Login" owner="SSHLibrary">
<msg time="2026-07-08T00:40:31.481680" level="INFO">Logging into '10.30.170.46:8101' as 'karaf'.</msg>
<msg time="2026-07-08T00:40:31.626149" 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-07-08T00:40:31.481172" elapsed="0.145139"/>
</kw>
<kw name="Write" owner="SSHLibrary">
<msg time="2026-07-08T00:40:31.649271" 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-07-08T00:40:31.626557" elapsed="0.022851"/>
</kw>
<kw name="Read Until Regexp" owner="SSHLibrary">
<msg time="2026-07-08T00:40:31.653422" level="INFO">[?1l&gt;[?2004lDropAllFlows transitions to on
[?1h=[90m~[0m                                                                                [?2004hopendaylight-user@root&gt;</msg>
<msg time="2026-07-08T00:40:31.653536" 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-07-08T00:40:31.649735" elapsed="0.003830"/>
</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-07-08T00:40:31.653705" elapsed="0.000181"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-07-08T00:40:31.654035" elapsed="0.000205"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-07-08T00:40:31.654704" 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-07-08T00:40:31.654381" elapsed="0.000374"/>
</kw>
<return>
<value>${output}</value>
<status status="PASS" start="2026-07-08T00:40:31.654809" elapsed="0.000056"/>
</return>
<arg>dropallpacketsrpc on</arg>
<doc>Will execute the given ${cmd} by ssh'ing to the karaf console running on 10.30.170.46
Note that this keyword will open&amp;close new SSH connection, without switching back to previously current session.</doc>
<status status="PASS" start="2026-07-08T00:40:31.479863" elapsed="0.175122"/>
</kw>
<status status="PASS" start="2026-07-08T00:40:29.499802" elapsed="2.155247"/>
</kw>
<test id="s1-t1" name="Cbench Latency Test" line="37">
<kw name="Log" owner="BuiltIn">
<msg time="2026-07-08T00:40:31.657114" 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-07-08T00:40:31.655926" elapsed="0.001254"/>
</kw>
<kw name="Run Cbench And Log Results">
<kw name="Set Suite Variable" owner="BuiltIn">
<msg time="2026-07-08T00:40:31.658634" 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-07-08T00:40:31.658277" elapsed="0.000401"/>
</kw>
<if>
<branch type="IF" condition="&quot;${cbench_system}&quot; == &quot;localhost&quot;">
<kw name="Run" owner="OperatingSystem">
<var>${output}</var>
<arg>${cbench_executable} -c ${ODL_SYSTEM_IP} ${cbench_args}</arg>
<doc>_This keyword is considered deprecated. Use the
[http://robotframework.org/robotframework/latest/libraries/Process.html|
Process] library instead._</doc>
<status status="NOT RUN" start="2026-07-08T00:40:31.658998" elapsed="0.000022"/>
</kw>
<status status="NOT RUN" start="2026-07-08T00:40:31.658758" elapsed="0.000299"/>
</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-07-08T00:40:31.662036" elapsed="0.000022"/>
</kw>
<status status="NOT RUN" start="2026-07-08T00:40:31.661783" elapsed="0.000310"/>
</branch>
<status status="PASS" start="2026-07-08T00:40:31.661764" elapsed="0.000355"/>
</if>
<kw name="Get Connection" owner="SSHLibrary">
<msg time="2026-07-08T00:40:31.662478" 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-07-08T00:40:31.662603" 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-07-08T00:40:31.662272" elapsed="0.000358"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-07-08T00:40:31.663192" level="INFO">Attempting to execute command "/usr/local/bin/cbench -c 10.30.170.46 -m 60000 -M 100 -S 16 -l 10 -D 5000 -p 6633" on remote system "10.30.170.172" 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-07-08T00:40:31.662766" elapsed="0.000503"/>
</kw>
<kw name="Open Connection" owner="SSHLibrary">
<msg time="2026-07-08T00:40:31.663874" 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-07-08T00:40:31.663410" elapsed="0.000491"/>
</kw>
<kw name="Flexible_SSH_Login" owner="SSHKeywords">
<kw name="Get Length" owner="BuiltIn">
<msg time="2026-07-08T00:40:31.664862" level="INFO">Length is 0.</msg>
<msg time="2026-07-08T00:40:31.664952" 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-07-08T00:40:31.664531" elapsed="0.000445"/>
</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-07-08T00:40:31.665117" elapsed="0.000356"/>
</kw>
<kw name="Run Keyword And Return" owner="BuiltIn">
<kw name="Login With Public Key" owner="SSHLibrary">
<msg time="2026-07-08T00:40:31.666346" level="INFO">Logging into '10.30.170.172:22' as 'jenkins'.</msg>
<msg time="2026-07-08T00:40:31.980726" 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 Wed Jul  8 00:40:30 UTC 2026

  System load:  0.04               Processes:             109
  Usage of /:   19.3% of 38.58GB   Users logged in:       0
  Memory usage: 4%                 IPv4 address for ens3: 10.30.170.172
  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: Wed Jul  8 00:40:31 2026 from 10.30.171.67
[?2004h[jenkins@releng-63164-333-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-07-08T00:40:31.665974" elapsed="0.314969"/>
</kw>
<msg time="2026-07-08T00:40:31.981044" 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-07-08T00:40:31.665626" elapsed="0.315522"/>
</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-07-08T00:40:31.664133" elapsed="0.317171"/>
</kw>
<kw name="Execute Command" owner="SSHLibrary">
<msg time="2026-07-08T00:40:31.981895" level="INFO">Executing command '/usr/local/bin/cbench -c 10.30.170.46 -m 60000 -M 100 -S 16 -l 10 -D 5000 -p 6633'.</msg>
<msg time="2026-07-08T00:50:38.077873" level="INFO">Command exited with return code 0.</msg>
<msg time="2026-07-08T00:50:38.078153" level="INFO">${stdout} = </msg>
<msg time="2026-07-08T00:50:38.078221" level="INFO">${stderr} = cbench: controller benchmarking tool
   running in mode 'latency'
   connecting to controller at 10.30.170.46: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-07-08T00:40:31.981557" elapsed="606.096694"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-07-08T00:50:38.078503" elapsed="0.000409"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-07-08T00:50:38.079573" level="INFO">cbench: controller benchmarking tool
   running in mode 'latency'
   connecting to controller at 10.30.170.46:6633 
   faking 16 switches with 1 threads :: 10 tests each; 60000 ms per test
   with 100 unique source MACs per switch
   learning destination mac addresses before the test
   starting test with 5000 ms delay after features_reply
   ignoring first 1 "warmup" and last 0 "cooldown" loops
   debugging info is off
Master Thread: Creating thread-0! 
Thread-0: All switches initialized. Running at node 10.30.170.46. So far 1 cbench instances have initialized their switches.  Waiting for other cbench-instances
Thread-0: Total switches from ALL cbench-instances initialized.
00:41:37.165 16  switches: flows:  112601 111606 112299 111060 111247 109620 110789 112624 109121 106464 109265 108483 105887 107688 108037 109788  total = 29.276317 per ms 
00:42:37.265 16  switches: flows:  121811 123605 121451 122722 122894 121510 121199 121657 117993 117167 120176 116426 116549 119720 119590 117465  total = 31.978824 per ms 
00:43:37.365 16  switches: flows:  118623 119916 119127 120279 118650 116618 116690 119030 115910 113840 116088 114981 112740 115680 116625 114765  total = 31.107452 per ms 
00:44:37.466 16  switches: flows:  121597 123885 121655 123029 123307 121828 120956 122255 120118 117459 118994 117535 116396 117818 119243 118599  total = 32.024441 per ms 
00:45:37.567 16  switches: flows:  123138 126239 122887 125255 124206 124642 121588 124319 121193 118575 120595 119054 118633 118461 121435 119930  total = 32.448297 per ms 
00:46:37.668 16  switches: flows:  122288 126365 123776 125229 124719 125349 122816 124175 119434 119664 121801 119008 119622 118624 121903 120927  total = 32.540678 per ms 
00:47:37.769 16  switches: flows:  125390 125713 124534 126207 125226 125872 124013 124538 121838 119143 122983 120846 119329 120592 122453 120347  total = 32.762385 per ms 
00:48:37.870 16  switches: flows:  119729 119863 117769 120852 118360 119280 117306 117978 114331 113302 115334 115442 112919 113476 116781 115841  total = 31.090798 per ms 
00:49:37.971 16  switches: flows:  123359 123650 122764 122755 121760 122766 121506 122480 116935 117632 116783 118748 118074 118535 118341 119684  total = 32.042678 per ms 
00:50:38.072 16  switches: flows:  128024 125784 127071 126050 127088 124783 124582 126320 121460 124417 121207 122166 120814 123346 124418 122244  total = 33.107654 per ms 
RESULT: 16 switches 9 tests min/max/avg/stdev = 31090.80/33107.65/32122.58/10727.18 responses/s</msg>
<arg>${stderr}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-07-08T00:50:38.079107" elapsed="0.000762"/>
</kw>
<if>
<branch type="IF" condition="&quot;${return_stdout}&quot;!=&quot;True&quot;">
<return>
<value>${stderr}</value>
<status status="PASS" start="2026-07-08T00:50:38.080421" elapsed="0.000075"/>
</return>
<status status="PASS" start="2026-07-08T00:50:38.080076" elapsed="0.000502"/>
</branch>
<status status="PASS" start="2026-07-08T00:50:38.080019" elapsed="0.000618"/>
</if>
<if>
<branch type="IF" condition="&quot;${return_stderr}&quot;!=&quot;True&quot;">
<return>
<value>${stdout}</value>
<status status="NOT RUN" start="2026-07-08T00:50:38.080856" elapsed="0.000029"/>
</return>
<status status="NOT RUN" start="2026-07-08T00:50:38.080771" elapsed="0.000176"/>
</branch>
<status status="NOT RUN" start="2026-07-08T00:50:38.080735" elapsed="0.000261"/>
</if>
<return>
<value>${stdout}</value>
<value>${stderr}</value>
<status status="NOT RUN" start="2026-07-08T00:50:38.081073" elapsed="0.000031"/>
</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-07-08T00:50:38.086899" elapsed="0.000782"/>
</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-07-08T00:50:38.088019" elapsed="0.000397"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-07-08T00:50:38.088716" elapsed="0.000224"/>
</kw>
<arg>${current_ssh_connection.index}</arg>
<doc>Restore active SSH connection in SSHLibrary to given index.</doc>
<status status="PASS" start="2026-07-08T00:50:38.081793" elapsed="0.007265"/>
</kw>
<msg time="2026-07-08T00:50:38.089385" level="INFO">${output} = cbench: controller benchmarking tool
   running in mode 'latency'
   connecting to controller at 10.30.170.46: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-07-08T00:40:31.659432" elapsed="606.430014"/>
</kw>
<status status="PASS" start="2026-07-08T00:40:31.659085" elapsed="606.430475"/>
</branch>
<status status="PASS" start="2026-07-08T00:40:31.658734" elapsed="606.430876"/>
</if>
<kw name="Log" owner="BuiltIn">
<msg time="2026-07-08T00:50:38.090615" level="INFO">cbench: controller benchmarking tool
   running in mode 'latency'
   connecting to controller at 10.30.170.46:6633 
   faking 16 switches with 1 threads :: 10 tests each; 60000 ms per test
   with 100 unique source MACs per switch
   learning destination mac addresses before the test
   starting test with 5000 ms delay after features_reply
   ignoring first 1 "warmup" and last 0 "cooldown" loops
   debugging info is off
Master Thread: Creating thread-0! 
Thread-0: All switches initialized. Running at node 10.30.170.46. So far 1 cbench instances have initialized their switches.  Waiting for other cbench-instances
Thread-0: Total switches from ALL cbench-instances initialized.
00:41:37.165 16  switches: flows:  112601 111606 112299 111060 111247 109620 110789 112624 109121 106464 109265 108483 105887 107688 108037 109788  total = 29.276317 per ms 
00:42:37.265 16  switches: flows:  121811 123605 121451 122722 122894 121510 121199 121657 117993 117167 120176 116426 116549 119720 119590 117465  total = 31.978824 per ms 
00:43:37.365 16  switches: flows:  118623 119916 119127 120279 118650 116618 116690 119030 115910 113840 116088 114981 112740 115680 116625 114765  total = 31.107452 per ms 
00:44:37.466 16  switches: flows:  121597 123885 121655 123029 123307 121828 120956 122255 120118 117459 118994 117535 116396 117818 119243 118599  total = 32.024441 per ms 
00:45:37.567 16  switches: flows:  123138 126239 122887 125255 124206 124642 121588 124319 121193 118575 120595 119054 118633 118461 121435 119930  total = 32.448297 per ms 
00:46:37.668 16  switches: flows:  122288 126365 123776 125229 124719 125349 122816 124175 119434 119664 121801 119008 119622 118624 121903 120927  total = 32.540678 per ms 
00:47:37.769 16  switches: flows:  125390 125713 124534 126207 125226 125872 124013 124538 121838 119143 122983 120846 119329 120592 122453 120347  total = 32.762385 per ms 
00:48:37.870 16  switches: flows:  119729 119863 117769 120852 118360 119280 117306 117978 114331 113302 115334 115442 112919 113476 116781 115841  total = 31.090798 per ms 
00:49:37.971 16  switches: flows:  123359 123650 122764 122755 121760 122766 121506 122480 116935 117632 116783 118748 118074 118535 118341 119684  total = 32.042678 per ms 
00:50:38.072 16  switches: flows:  128024 125784 127071 126050 127088 124783 124582 126320 121460 124417 121207 122166 120814 123346 124418 122244  total = 33.107654 per ms 
RESULT: 16 switches 9 tests min/max/avg/stdev = 31090.80/33107.65/32122.58/10727.18 responses/s</msg>
<arg>${output}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-07-08T00:50:38.089923" elapsed="0.000992"/>
</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-07-08T00:50:38.091300" elapsed="0.000524"/>
</kw>
<kw name="Get Lines Containing String" owner="String">
<msg time="2026-07-08T00:50:38.092233" level="INFO">1 out of 23 lines matched.</msg>
<msg time="2026-07-08T00:50:38.092329" level="INFO">${result_line} = RESULT: 16 switches 9 tests min/max/avg/stdev = 31090.80/33107.65/32122.58/10727.18 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-07-08T00:50:38.091987" elapsed="0.000367"/>
</kw>
<kw name="Split String" owner="String">
<msg time="2026-07-08T00:50:38.092774" level="INFO">@{results_list} = [ RESULT: | 16 | switches | 9 | tests | min/max/avg/stdev | = | 31090.80/33107.65/32122.58/10727.18 | 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-07-08T00:50:38.092512" elapsed="0.000290"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-07-08T00:50:38.095370" 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-07-08T00:50:38.092949" elapsed="0.002481"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-07-08T00:50:38.098052" level="INFO">31090.80/33107.65/32122.58/10727.18</msg>
<arg>${results_list[7]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-07-08T00:50:38.095583" elapsed="0.002528"/>
</kw>
<kw name="Split String" owner="String">
<msg time="2026-07-08T00:50:38.100638" 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-07-08T00:50:38.098280" elapsed="0.002386"/>
</kw>
<kw name="Split String" owner="String">
<msg time="2026-07-08T00:50:38.103119" level="INFO">@{result_value_list} = [ 31090.80 | 33107.65 | 32122.58 | 10727.18 ]</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-07-08T00:50:38.100887" elapsed="0.002260"/>
</kw>
<kw name="Get Length" owner="BuiltIn">
<msg time="2026-07-08T00:50:38.103695" level="INFO">Length is 4.</msg>
<msg time="2026-07-08T00:50:38.103786" 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-07-08T00:50:38.103318" elapsed="0.000492"/>
</kw>
<for flavor="IN RANGE">
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-07-08T00:50:38.108620" level="INFO">min :: 31090.80</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-07-08T00:50:38.104236" elapsed="0.004443"/>
</kw>
<var name="${i}">0</var>
<status status="PASS" start="2026-07-08T00:50:38.104084" elapsed="0.004631"/>
</iter>
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-07-08T00:50:38.113192" level="INFO">max :: 33107.65</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-07-08T00:50:38.108936" elapsed="0.004327"/>
</kw>
<var name="${i}">1</var>
<status status="PASS" start="2026-07-08T00:50:38.108808" elapsed="0.004491"/>
</iter>
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-07-08T00:50:38.117943" level="INFO">avg :: 32122.58</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-07-08T00:50:38.113520" elapsed="0.004483"/>
</kw>
<var name="${i}">2</var>
<status status="PASS" start="2026-07-08T00:50:38.113387" elapsed="0.004652"/>
</iter>
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-07-08T00:50:38.123051" level="INFO">stdev :: 10727.18</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-07-08T00:50:38.118300" elapsed="0.004811"/>
</kw>
<var name="${i}">3</var>
<status status="PASS" start="2026-07-08T00:50:38.118135" elapsed="0.005012"/>
</iter>
<var>${i}</var>
<value>0</value>
<value>${num_stats}</value>
<status status="PASS" start="2026-07-08T00:50:38.103882" elapsed="0.019299"/>
</for>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-07-08T00:50:38.127542" level="INFO">${min} = 31090.80</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-07-08T00:50:38.123381" elapsed="0.004201"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-07-08T00:50:38.131809" level="INFO">${max} = 33107.65</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-07-08T00:50:38.127770" elapsed="0.004066"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-07-08T00:50:38.135695" level="INFO">${average} = 32122.58</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-07-08T00:50:38.131989" elapsed="0.003733"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-07-08T00:50:38.139607" level="INFO">${stdev} = 10727.18</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-07-08T00:50:38.135875" elapsed="0.003759"/>
</kw>
<kw name="Get Time" owner="BuiltIn">
<msg time="2026-07-08T00:50:38.140154" level="INFO">${date} = 2026-07-08 00:50:38</msg>
<var>${date}</var>
<arg>d,m,s</arg>
<doc>Returns the given time in the requested format.</doc>
<status status="PASS" start="2026-07-08T00:50:38.139794" elapsed="0.000386"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-07-08T00:50:38.140756" level="INFO">CBench Result: 2026-07-08 00:50:38,-m 60000 -M 100 -S 16 -l 10 -D 5000 -p 6633,31090.80,33107.65,32122.58,10727.18</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-07-08T00:50:38.140343" elapsed="0.000468"/>
</kw>
<kw name="Log Results And Determine Status">
<kw name="Append To File" owner="OperatingSystem">
<msg time="2026-07-08T00:50:38.141903" 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-07-08T00:50:38.141476" elapsed="0.000493"/>
</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-07-08T00:50:38.142121" elapsed="0.000493"/>
</kw>
<arg>${min}</arg>
<arg>${max}</arg>
<arg>${average}</arg>
<arg>${average_threshold}</arg>
<arg>${output_filename}</arg>
<status status="PASS" start="2026-07-08T00:50:38.140973" elapsed="0.001708"/>
</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-07-08T00:40:31.657621" elapsed="606.485137"/>
</kw>
<kw name="Sleep" owner="BuiltIn">
<msg time="2026-07-08T00:50:38.143275" 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-07-08T00:50:38.142928" elapsed="0.000406"/>
</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-07-08T00:50:38.143851" elapsed="0.000267"/>
</kw>
<status status="PASS" start="2026-07-08T00:50:38.143548" elapsed="0.000641"/>
</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-07-08T00:40:31.655231" elapsed="606.489012"/>
</test>
<test id="s1-t2" name="Cbench Throughput Test" line="51">
<kw name="Log" owner="BuiltIn">
<msg time="2026-07-08T00:50:38.145826" 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-07-08T00:50:38.145118" elapsed="0.000766"/>
</kw>
<kw name="Run Cbench And Log Results">
<kw name="Set Suite Variable" owner="BuiltIn">
<msg time="2026-07-08T00:50:38.147173" 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-07-08T00:50:38.146839" elapsed="0.000391"/>
</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-07-08T00:50:38.147616" elapsed="0.000022"/>
</kw>
<status status="NOT RUN" start="2026-07-08T00:50:38.147356" elapsed="0.000318"/>
</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-07-08T00:50:38.150781" elapsed="0.000022"/>
</kw>
<status status="NOT RUN" start="2026-07-08T00:50:38.150507" elapsed="0.000331"/>
</branch>
<status status="PASS" start="2026-07-08T00:50:38.150488" elapsed="0.000374"/>
</if>
<kw name="Get Connection" owner="SSHLibrary">
<msg time="2026-07-08T00:50:38.151220" 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-07-08T00:50:38.151345" 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-07-08T00:50:38.150996" elapsed="0.000375"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-07-08T00:50:38.151933" level="INFO">Attempting to execute command "/usr/local/bin/cbench -c 10.30.170.46 -t -m 60000 -M 100 -S 16 -l 10 -D 5000 -p 6633" on remote system "10.30.170.172" 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-07-08T00:50:38.151511" elapsed="0.000481"/>
</kw>
<kw name="Open Connection" owner="SSHLibrary">
<msg time="2026-07-08T00:50:38.152562" 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-07-08T00:50:38.152131" elapsed="0.000458"/>
</kw>
<kw name="Flexible_SSH_Login" owner="SSHKeywords">
<kw name="Get Length" owner="BuiltIn">
<msg time="2026-07-08T00:50:38.153503" level="INFO">Length is 0.</msg>
<msg time="2026-07-08T00:50:38.153592" 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-07-08T00:50:38.153166" elapsed="0.000450"/>
</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-07-08T00:50:38.153755" elapsed="0.000324"/>
</kw>
<kw name="Run Keyword And Return" owner="BuiltIn">
<kw name="Login With Public Key" owner="SSHLibrary">
<msg time="2026-07-08T00:50:38.154965" level="INFO">Logging into '10.30.170.172:22' as 'jenkins'.</msg>
<msg time="2026-07-08T00:50:38.724421" 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 Wed Jul  8 00:50:38 UTC 2026

  System load:  1.06               Processes:             105
  Usage of /:   19.5% of 38.58GB   Users logged in:       0
  Memory usage: 4%                 IPv4 address for ens3: 10.30.170.172
  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: Wed Jul  8 00:40:31 2026 from 10.30.171.67
[?2004h[jenkins@releng-63164-333-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-07-08T00:50:38.154587" elapsed="0.570072"/>
</kw>
<msg time="2026-07-08T00:50:38.724769" 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-07-08T00:50:38.154244" elapsed="0.570628"/>
</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-07-08T00:50:38.152793" elapsed="0.572202"/>
</kw>
<kw name="Execute Command" owner="SSHLibrary">
<msg time="2026-07-08T00:50:38.725573" level="INFO">Executing command '/usr/local/bin/cbench -c 10.30.170.46 -t -m 60000 -M 100 -S 16 -l 10 -D 5000 -p 6633'.</msg>
<msg time="2026-07-08T01:00:45.472087" level="INFO">Command exited with return code 0.</msg>
<msg time="2026-07-08T01:00:45.472471" level="INFO">${stdout} = </msg>
<msg time="2026-07-08T01:00:45.472542" level="INFO">${stderr} = cbench: controller benchmarking tool
   running in mode 'throughput'
   connecting to controller at 10.30.170.46: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-07-08T00:50:38.725247" elapsed="606.747339"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-07-08T01:00:45.472920" elapsed="0.000480"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-07-08T01:00:45.474127" level="INFO">cbench: controller benchmarking tool
   running in mode 'throughput'
   connecting to controller at 10.30.170.46:6633 
   faking 16 switches with 1 threads :: 10 tests each; 60000 ms per test
   with 100 unique source MACs per switch
   learning destination mac addresses before the test
   starting test with 5000 ms delay after features_reply
   ignoring first 1 "warmup" and last 0 "cooldown" loops
   debugging info is off
Master Thread: Creating thread-0! 
Thread-0: All switches initialized. Running at node 10.30.170.46. So far 1 cbench instances have initialized their switches.  Waiting for other cbench-instances
Thread-0: Total switches from ALL cbench-instances initialized.
00:51:43.862 16  switches: flows:  535336 523815 533012 529561 523825 535470 538827 535677 514676 521152 525279 504759 509888 518968 515927 516351  total = 139.708717 per ms 
00:52:43.963 16  switches: flows:  519978 526651 529900 527485 520570 514388 531061 527800 520164 534491 526152 522485 527099 513227 518668 515932  total = 139.366299 per ms 
00:53:44.741 16  switches: flows:  591271 592801 595615 592973 594156 594029 596556 594046 597833 599349 594316 597178 593251 596677 586096 589506  total = 156.404204 per ms 
00:54:44.843 16  switches: flows:  588575 588834 539552 593011 590001 593372 585639 592520 582394 589909 593734 594425 586777 585532 597102 593449  total = 156.316886 per ms 
00:55:44.946 16  switches: flows:  564854 557068 561706 563258 557627 563193 562814 553461 561608 565227 569462 567084 564813 559679 565507 573426  total = 149.926914 per ms 
00:56:45.047 16  switches: flows:  593310 577991 584102 582532 577243 581532 584445 576946 577704 585075 583575 583586 580434 575778 584227 585135  total = 154.966328 per ms 
00:57:45.148 16  switches: flows:  540322 536529 547962 551444 549143 552696 550616 550010 546074 543212 554768 562587 540445 548661 550557 545291  total = 145.926395 per ms 
00:58:45.250 16  switches: flows:  411971 424005 422882 398534 412732 393945 391306 458334 472439 395264 422685 420299 416376 399551 400191 391603  total = 110.349247 per ms 
00:59:45.351 16  switches: flows:  580006 572195 575896 580070 579562 579252 578740 576194 586265 583166 577623 571929 583811 556311 570624 571773  total = 153.465306 per ms 
01:00:45.460 16  switches: flows:  607134 607722 606477 603631 606940 600637 599479 608038 604433 606725 602391 603630 599724 604959 608674 603087  total = 160.937281 per ms 
RESULT: 16 switches 9 tests min/max/avg/stdev = 110349.25/160937.28/147517.65/51256.51 responses/s</msg>
<arg>${stderr}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-07-08T01:00:45.473640" elapsed="0.000727"/>
</kw>
<if>
<branch type="IF" condition="&quot;${return_stdout}&quot;!=&quot;True&quot;">
<return>
<value>${stderr}</value>
<status status="PASS" start="2026-07-08T01:00:45.474694" elapsed="0.000047"/>
</return>
<status status="PASS" start="2026-07-08T01:00:45.474489" elapsed="0.000303"/>
</branch>
<status status="PASS" start="2026-07-08T01:00:45.474456" elapsed="0.000371"/>
</if>
<if>
<branch type="IF" condition="&quot;${return_stderr}&quot;!=&quot;True&quot;">
<return>
<value>${stdout}</value>
<status status="NOT RUN" start="2026-07-08T01:00:45.474957" elapsed="0.000050"/>
</return>
<status status="NOT RUN" start="2026-07-08T01:00:45.474906" elapsed="0.000142"/>
</branch>
<status status="NOT RUN" start="2026-07-08T01:00:45.474885" elapsed="0.000192"/>
</if>
<return>
<value>${stdout}</value>
<value>${stderr}</value>
<status status="NOT RUN" start="2026-07-08T01:00:45.475121" elapsed="0.000018"/>
</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-07-08T01:00:45.478673" 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-07-08T01:00:45.479399" elapsed="0.000210"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-07-08T01:00:45.479737" elapsed="0.000103"/>
</kw>
<arg>${current_ssh_connection.index}</arg>
<doc>Restore active SSH connection in SSHLibrary to given index.</doc>
<status status="PASS" start="2026-07-08T01:00:45.475603" elapsed="0.004290"/>
</kw>
<msg time="2026-07-08T01:00:45.480023" level="INFO">${output} = cbench: controller benchmarking tool
   running in mode 'throughput'
   connecting to controller at 10.30.170.46: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-07-08T00:50:38.148017" elapsed="607.332033"/>
</kw>
<status status="PASS" start="2026-07-08T00:50:38.147701" elapsed="607.332397"/>
</branch>
<status status="PASS" start="2026-07-08T00:50:38.147332" elapsed="607.332789"/>
</if>
<kw name="Log" owner="BuiltIn">
<msg time="2026-07-08T01:00:45.480568" level="INFO">cbench: controller benchmarking tool
   running in mode 'throughput'
   connecting to controller at 10.30.170.46:6633 
   faking 16 switches with 1 threads :: 10 tests each; 60000 ms per test
   with 100 unique source MACs per switch
   learning destination mac addresses before the test
   starting test with 5000 ms delay after features_reply
   ignoring first 1 "warmup" and last 0 "cooldown" loops
   debugging info is off
Master Thread: Creating thread-0! 
Thread-0: All switches initialized. Running at node 10.30.170.46. So far 1 cbench instances have initialized their switches.  Waiting for other cbench-instances
Thread-0: Total switches from ALL cbench-instances initialized.
00:51:43.862 16  switches: flows:  535336 523815 533012 529561 523825 535470 538827 535677 514676 521152 525279 504759 509888 518968 515927 516351  total = 139.708717 per ms 
00:52:43.963 16  switches: flows:  519978 526651 529900 527485 520570 514388 531061 527800 520164 534491 526152 522485 527099 513227 518668 515932  total = 139.366299 per ms 
00:53:44.741 16  switches: flows:  591271 592801 595615 592973 594156 594029 596556 594046 597833 599349 594316 597178 593251 596677 586096 589506  total = 156.404204 per ms 
00:54:44.843 16  switches: flows:  588575 588834 539552 593011 590001 593372 585639 592520 582394 589909 593734 594425 586777 585532 597102 593449  total = 156.316886 per ms 
00:55:44.946 16  switches: flows:  564854 557068 561706 563258 557627 563193 562814 553461 561608 565227 569462 567084 564813 559679 565507 573426  total = 149.926914 per ms 
00:56:45.047 16  switches: flows:  593310 577991 584102 582532 577243 581532 584445 576946 577704 585075 583575 583586 580434 575778 584227 585135  total = 154.966328 per ms 
00:57:45.148 16  switches: flows:  540322 536529 547962 551444 549143 552696 550616 550010 546074 543212 554768 562587 540445 548661 550557 545291  total = 145.926395 per ms 
00:58:45.250 16  switches: flows:  411971 424005 422882 398534 412732 393945 391306 458334 472439 395264 422685 420299 416376 399551 400191 391603  total = 110.349247 per ms 
00:59:45.351 16  switches: flows:  580006 572195 575896 580070 579562 579252 578740 576194 586265 583166 577623 571929 583811 556311 570624 571773  total = 153.465306 per ms 
01:00:45.460 16  switches: flows:  607134 607722 606477 603631 606940 600637 599479 608038 604433 606725 602391 603630 599724 604959 608674 603087  total = 160.937281 per ms 
RESULT: 16 switches 9 tests min/max/avg/stdev = 110349.25/160937.28/147517.65/51256.51 responses/s</msg>
<arg>${output}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-07-08T01:00:45.480276" elapsed="0.000366"/>
</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-07-08T01:00:45.480787" elapsed="0.000367"/>
</kw>
<kw name="Get Lines Containing String" owner="String">
<msg time="2026-07-08T01:00:45.481556" level="INFO">1 out of 23 lines matched.</msg>
<msg time="2026-07-08T01:00:45.481645" level="INFO">${result_line} = RESULT: 16 switches 9 tests min/max/avg/stdev = 110349.25/160937.28/147517.65/51256.51 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-07-08T01:00:45.481331" elapsed="0.000339"/>
</kw>
<kw name="Split String" owner="String">
<msg time="2026-07-08T01:00:45.482078" level="INFO">@{results_list} = [ RESULT: | 16 | switches | 9 | tests | min/max/avg/stdev | = | 110349.25/160937.28/147517.65/51256.51 | 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-07-08T01:00:45.481824" elapsed="0.000281"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-07-08T01:00:45.484514" 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-07-08T01:00:45.482266" elapsed="0.002304"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-07-08T01:00:45.486927" level="INFO">110349.25/160937.28/147517.65/51256.51</msg>
<arg>${results_list[7]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-07-08T01:00:45.484716" elapsed="0.002267"/>
</kw>
<kw name="Split String" owner="String">
<msg time="2026-07-08T01:00:45.489377" 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-07-08T01:00:45.487164" elapsed="0.002241"/>
</kw>
<kw name="Split String" owner="String">
<msg time="2026-07-08T01:00:45.491818" level="INFO">@{result_value_list} = [ 110349.25 | 160937.28 | 147517.65 | 51256.51 ]</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-07-08T01:00:45.489590" elapsed="0.002256"/>
</kw>
<kw name="Get Length" owner="BuiltIn">
<msg time="2026-07-08T01:00:45.492320" level="INFO">Length is 4.</msg>
<msg time="2026-07-08T01:00:45.492407" 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-07-08T01:00:45.491999" elapsed="0.000432"/>
</kw>
<for flavor="IN RANGE">
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-07-08T01:00:45.497438" level="INFO">min :: 110349.25</msg>
<arg>${result_name_list[${i}]} :: ${result_value_list[${i}]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-07-08T01:00:45.492810" elapsed="0.004695"/>
</kw>
<var name="${i}">0</var>
<status status="PASS" start="2026-07-08T01:00:45.492680" elapsed="0.004865"/>
</iter>
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-07-08T01:00:45.502256" level="INFO">max :: 160937.28</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-07-08T01:00:45.497800" elapsed="0.004516"/>
</kw>
<var name="${i}">1</var>
<status status="PASS" start="2026-07-08T01:00:45.497649" elapsed="0.004703"/>
</iter>
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-07-08T01:00:45.506963" level="INFO">avg :: 147517.65</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-07-08T01:00:45.502579" elapsed="0.004442"/>
</kw>
<var name="${i}">2</var>
<status status="PASS" start="2026-07-08T01:00:45.502448" elapsed="0.004608"/>
</iter>
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-07-08T01:00:45.511813" level="INFO">stdev :: 51256.51</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-07-08T01:00:45.507346" elapsed="0.004524"/>
</kw>
<var name="${i}">3</var>
<status status="PASS" start="2026-07-08T01:00:45.507184" elapsed="0.004722"/>
</iter>
<var>${i}</var>
<value>0</value>
<value>${num_stats}</value>
<status status="PASS" start="2026-07-08T01:00:45.492494" elapsed="0.019444"/>
</for>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-07-08T01:00:45.515903" level="INFO">${min} = 110349.25</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-07-08T01:00:45.512093" elapsed="0.003837"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-07-08T01:00:45.520308" level="INFO">${max} = 160937.28</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-07-08T01:00:45.516166" elapsed="0.004170"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-07-08T01:00:45.524290" level="INFO">${average} = 147517.65</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-07-08T01:00:45.520492" elapsed="0.003825"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-07-08T01:00:45.528292" level="INFO">${stdev} = 51256.51</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-07-08T01:00:45.524473" elapsed="0.003847"/>
</kw>
<kw name="Get Time" owner="BuiltIn">
<msg time="2026-07-08T01:00:45.528838" level="INFO">${date} = 2026-07-08 01:00:45</msg>
<var>${date}</var>
<arg>d,m,s</arg>
<doc>Returns the given time in the requested format.</doc>
<status status="PASS" start="2026-07-08T01:00:45.528482" elapsed="0.000388"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-07-08T01:00:45.529457" level="INFO">CBench Result: 2026-07-08 01:00:45,-t -m 60000 -M 100 -S 16 -l 10 -D 5000 -p 6633,110349.25,160937.28,147517.65,51256.51</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-07-08T01:00:45.529024" elapsed="0.000490"/>
</kw>
<kw name="Log Results And Determine Status">
<kw name="Append To File" owner="OperatingSystem">
<msg time="2026-07-08T01:00:45.530591" 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-07-08T01:00:45.530150" 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-07-08T01:00:45.530812" elapsed="0.000519"/>
</kw>
<arg>${min}</arg>
<arg>${max}</arg>
<arg>${average}</arg>
<arg>${average_threshold}</arg>
<arg>${output_filename}</arg>
<status status="PASS" start="2026-07-08T01:00:45.529658" elapsed="0.001740"/>
</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-07-08T00:50:38.146225" elapsed="607.385233"/>
</kw>
<kw name="Sleep" owner="BuiltIn">
<msg time="2026-07-08T01:00:45.531947" 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-07-08T01:00:45.531611" elapsed="0.000397"/>
</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-07-08T01:00:45.532539" elapsed="0.000262"/>
</kw>
<status status="PASS" start="2026-07-08T01:00:45.532237" elapsed="0.000636"/>
</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-07-08T00:50:38.144552" elapsed="607.388361"/>
</test>
<test id="s1-t3" name="Rerun Latency Test To Check Bug 6176" line="65">
<kw name="Log" owner="BuiltIn">
<msg time="2026-07-08T01:00:45.534278" 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-07-08T01:00:45.533856" elapsed="0.000480"/>
</kw>
<kw name="Run Cbench And Log Results">
<kw name="Set Suite Variable" owner="BuiltIn">
<msg time="2026-07-08T01:00:45.535603" 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-07-08T01:00:45.535268" 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-07-08T01:00:45.535977" elapsed="0.000026"/>
</kw>
<status status="NOT RUN" start="2026-07-08T01:00:45.535757" elapsed="0.000286"/>
</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-07-08T01:00:45.539130" elapsed="0.000023"/>
</kw>
<status status="NOT RUN" start="2026-07-08T01:00:45.538867" elapsed="0.000354"/>
</branch>
<status status="PASS" start="2026-07-08T01:00:45.538848" elapsed="0.000400"/>
</if>
<kw name="Get Connection" owner="SSHLibrary">
<msg time="2026-07-08T01:00:45.539567" 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-07-08T01:00:45.539700" 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-07-08T01:00:45.539384" elapsed="0.000345"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-07-08T01:00:45.540323" level="INFO">Attempting to execute command "/usr/local/bin/cbench -c 10.30.170.46 -m 60000 -M 100 -S 16 -l 10 -D 5000 -p 6633" on remote system "10.30.170.172" 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-07-08T01:00:45.539865" elapsed="0.000518"/>
</kw>
<kw name="Open Connection" owner="SSHLibrary">
<msg time="2026-07-08T01:00:45.540922" 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-07-08T01:00:45.540525" elapsed="0.000425"/>
</kw>
<kw name="Flexible_SSH_Login" owner="SSHKeywords">
<kw name="Get Length" owner="BuiltIn">
<msg time="2026-07-08T01:00:45.541870" level="INFO">Length is 0.</msg>
<msg time="2026-07-08T01:00:45.541960" 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-07-08T01:00:45.541561" elapsed="0.000423"/>
</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-07-08T01:00:45.542129" elapsed="0.000347"/>
</kw>
<kw name="Run Keyword And Return" owner="BuiltIn">
<kw name="Login With Public Key" owner="SSHLibrary">
<msg time="2026-07-08T01:00:45.543392" level="INFO">Logging into '10.30.170.172:22' as 'jenkins'.</msg>
<msg time="2026-07-08T01:00:46.105316" 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 Wed Jul  8 01:00:45 UTC 2026

  System load:  0.59               Processes:             105
  Usage of /:   19.5% of 38.58GB   Users logged in:       0
  Memory usage: 4%                 IPv4 address for ens3: 10.30.170.172
  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: Wed Jul  8 00:50:38 2026 from 10.30.171.67
[?2004h[jenkins@releng-63164-333-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-07-08T01:00:45.542971" elapsed="0.562547"/>
</kw>
<msg time="2026-07-08T01:00:46.105605" 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-07-08T01:00:45.542627" elapsed="0.563062"/>
</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-07-08T01:00:45.541161" elapsed="0.564643"/>
</kw>
<kw name="Execute Command" owner="SSHLibrary">
<msg time="2026-07-08T01:00:46.106363" level="INFO">Executing command '/usr/local/bin/cbench -c 10.30.170.46 -m 60000 -M 100 -S 16 -l 10 -D 5000 -p 6633'.</msg>
<msg time="2026-07-08T01:10:52.150045" level="INFO">Command exited with return code 0.</msg>
<msg time="2026-07-08T01:10:52.150727" level="INFO">${stdout} = </msg>
<msg time="2026-07-08T01:10:52.150834" level="INFO">${stderr} = cbench: controller benchmarking tool
   running in mode 'latency'
   connecting to controller at 10.30.170.46: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-07-08T01:00:46.106029" elapsed="606.044868"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-07-08T01:10:52.151465" elapsed="0.000834"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-07-08T01:10:52.153471" level="INFO">cbench: controller benchmarking tool
   running in mode 'latency'
   connecting to controller at 10.30.170.46:6633 
   faking 16 switches with 1 threads :: 10 tests each; 60000 ms per test
   with 100 unique source MACs per switch
   learning destination mac addresses before the test
   starting test with 5000 ms delay after features_reply
   ignoring first 1 "warmup" and last 0 "cooldown" loops
   debugging info is off
Master Thread: Creating thread-0! 
Thread-0: All switches initialized. Running at node 10.30.170.46. So far 1 cbench instances have initialized their switches.  Waiting for other cbench-instances
Thread-0: Total switches from ALL cbench-instances initialized.
01:01:51.240 16  switches: flows:  120937 124548 124851 124671 122786 124324 123144 123339 144189 123056 119759 116088 119772 123091 119564 122836  total = 32.949250 per ms 
01:02:51.340 16  switches: flows:  122039 123751 126732 126052 124872 124135 122870 122248 127123 123917 119347 117905 119915 124121 120977 123595  total = 32.771932 per ms 
01:03:51.441 16  switches: flows:  124773 126301 125529 127521 126463 123921 123411 126185 125335 123242 121914 120576 123208 125874 121148 123635  total = 33.095350 per ms 
01:04:51.541 16  switches: flows:  128054 129602 127005 129420 126696 127586 126835 129237 126172 123857 127927 122447 125832 127530 123691 126081  total = 33.743182 per ms 
01:05:51.641 16  switches: flows:  127929 129195 127936 129666 126835 128635 127349 128655 126637 123718 126130 122930 125751 127209 124795 125100  total = 33.751477 per ms 
01:06:51.742 16  switches: flows:  128459 129555 126556 129685 128168 126911 125368 128050 128051 124220 125721 121052 125998 126988 123732 124934  total = 33.667872 per ms 
01:07:51.842 16  switches: flows:  96040 99056 96488 97917 96569 96166 96357 96680 96400 94513 95644 91874 96921 96412 95106 94673  total = 25.570904 per ms 
01:08:51.942 16  switches: flows:  122122 125273 122511 126417 125824 122875 125713 125631 126500 124537 121763 121236 124069 124335 119110 123941  total = 32.975874 per ms 
01:09:52.042 16  switches: flows:  127658 126320 128843 128781 129528 130299 127577 127556 128045 125615 124174 121682 122457 125211 121651 124343  total = 33.606231 per ms 
01:10:52.143 16  switches: flows:  117526 121435 119891 120666 119715 118422 120837 119163 118351 118646 117053 114348 115985 116683 114504 118424  total = 31.474937 per ms 
RESULT: 16 switches 9 tests min/max/avg/stdev = 25570.90/33751.48/32295.31/11045.50 responses/s</msg>
<arg>${stderr}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-07-08T01:10:52.152676" elapsed="0.001120"/>
</kw>
<if>
<branch type="IF" condition="&quot;${return_stdout}&quot;!=&quot;True&quot;">
<return>
<value>${stderr}</value>
<status status="PASS" start="2026-07-08T01:10:52.154384" elapsed="0.000086"/>
</return>
<status status="PASS" start="2026-07-08T01:10:52.154010" elapsed="0.000546"/>
</branch>
<status status="PASS" start="2026-07-08T01:10:52.153954" elapsed="0.000659"/>
</if>
<if>
<branch type="IF" condition="&quot;${return_stderr}&quot;!=&quot;True&quot;">
<return>
<value>${stdout}</value>
<status status="NOT RUN" start="2026-07-08T01:10:52.154825" elapsed="0.000028"/>
</return>
<status status="NOT RUN" start="2026-07-08T01:10:52.154741" elapsed="0.000174"/>
</branch>
<status status="NOT RUN" start="2026-07-08T01:10:52.154706" elapsed="0.000257"/>
</if>
<return>
<value>${stdout}</value>
<value>${stderr}</value>
<status status="NOT RUN" start="2026-07-08T01:10:52.155033" elapsed="0.000030"/>
</return>
<kw name="Restore_Current_Ssh_Connection_From_Index" owner="SSHKeywords" type="TEARDOWN">
<kw name="Run Keyword And Return If" owner="BuiltIn">
<arg>${connection_index} is not None</arg>
<arg>SSHLibrary.Switch Connection</arg>
<arg>${connection_index}</arg>
<doc>Runs the specified keyword and returns from the enclosing user keyword.</doc>
<status status="PASS" start="2026-07-08T01:10:52.160126" elapsed="0.000368"/>
</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-07-08T01:10:52.160644" elapsed="0.000166"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-07-08T01:10:52.160941" elapsed="0.000099"/>
</kw>
<arg>${current_ssh_connection.index}</arg>
<doc>Restore active SSH connection in SSHLibrary to given index.</doc>
<status status="PASS" start="2026-07-08T01:10:52.155759" elapsed="0.005336"/>
</kw>
<msg time="2026-07-08T01:10:52.161244" level="INFO">${output} = cbench: controller benchmarking tool
   running in mode 'latency'
   connecting to controller at 10.30.170.46: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-07-08T01:00:45.536412" elapsed="606.624860"/>
</kw>
<status status="PASS" start="2026-07-08T01:00:45.536069" elapsed="606.625256"/>
</branch>
<status status="PASS" start="2026-07-08T01:00:45.535736" elapsed="606.625612"/>
</if>
<kw name="Log" owner="BuiltIn">
<msg time="2026-07-08T01:10:52.161780" level="INFO">cbench: controller benchmarking tool
   running in mode 'latency'
   connecting to controller at 10.30.170.46:6633 
   faking 16 switches with 1 threads :: 10 tests each; 60000 ms per test
   with 100 unique source MACs per switch
   learning destination mac addresses before the test
   starting test with 5000 ms delay after features_reply
   ignoring first 1 "warmup" and last 0 "cooldown" loops
   debugging info is off
Master Thread: Creating thread-0! 
Thread-0: All switches initialized. Running at node 10.30.170.46. So far 1 cbench instances have initialized their switches.  Waiting for other cbench-instances
Thread-0: Total switches from ALL cbench-instances initialized.
01:01:51.240 16  switches: flows:  120937 124548 124851 124671 122786 124324 123144 123339 144189 123056 119759 116088 119772 123091 119564 122836  total = 32.949250 per ms 
01:02:51.340 16  switches: flows:  122039 123751 126732 126052 124872 124135 122870 122248 127123 123917 119347 117905 119915 124121 120977 123595  total = 32.771932 per ms 
01:03:51.441 16  switches: flows:  124773 126301 125529 127521 126463 123921 123411 126185 125335 123242 121914 120576 123208 125874 121148 123635  total = 33.095350 per ms 
01:04:51.541 16  switches: flows:  128054 129602 127005 129420 126696 127586 126835 129237 126172 123857 127927 122447 125832 127530 123691 126081  total = 33.743182 per ms 
01:05:51.641 16  switches: flows:  127929 129195 127936 129666 126835 128635 127349 128655 126637 123718 126130 122930 125751 127209 124795 125100  total = 33.751477 per ms 
01:06:51.742 16  switches: flows:  128459 129555 126556 129685 128168 126911 125368 128050 128051 124220 125721 121052 125998 126988 123732 124934  total = 33.667872 per ms 
01:07:51.842 16  switches: flows:  96040 99056 96488 97917 96569 96166 96357 96680 96400 94513 95644 91874 96921 96412 95106 94673  total = 25.570904 per ms 
01:08:51.942 16  switches: flows:  122122 125273 122511 126417 125824 122875 125713 125631 126500 124537 121763 121236 124069 124335 119110 123941  total = 32.975874 per ms 
01:09:52.042 16  switches: flows:  127658 126320 128843 128781 129528 130299 127577 127556 128045 125615 124174 121682 122457 125211 121651 124343  total = 33.606231 per ms 
01:10:52.143 16  switches: flows:  117526 121435 119891 120666 119715 118422 120837 119163 118351 118646 117053 114348 115985 116683 114504 118424  total = 31.474937 per ms 
RESULT: 16 switches 9 tests min/max/avg/stdev = 25570.90/33751.48/32295.31/11045.50 responses/s</msg>
<arg>${output}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-07-08T01:10:52.161490" elapsed="0.000363"/>
</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-07-08T01:10:52.162003" elapsed="0.000432"/>
</kw>
<kw name="Get Lines Containing String" owner="String">
<msg time="2026-07-08T01:10:52.162816" level="INFO">1 out of 23 lines matched.</msg>
<msg time="2026-07-08T01:10:52.162907" level="INFO">${result_line} = RESULT: 16 switches 9 tests min/max/avg/stdev = 25570.90/33751.48/32295.31/11045.50 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-07-08T01:10:52.162597" elapsed="0.000334"/>
</kw>
<kw name="Split String" owner="String">
<msg time="2026-07-08T01:10:52.163351" level="INFO">@{results_list} = [ RESULT: | 16 | switches | 9 | tests | min/max/avg/stdev | = | 25570.90/33751.48/32295.31/11045.50 | 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-07-08T01:10:52.163082" elapsed="0.000296"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-07-08T01:10:52.165759" 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-07-08T01:10:52.163522" elapsed="0.002293"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-07-08T01:10:52.168168" level="INFO">25570.90/33751.48/32295.31/11045.50</msg>
<arg>${results_list[7]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-07-08T01:10:52.165961" elapsed="0.002283"/>
</kw>
<kw name="Split String" owner="String">
<msg time="2026-07-08T01:10:52.170609" 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-07-08T01:10:52.168394" elapsed="0.002242"/>
</kw>
<kw name="Split String" owner="String">
<msg time="2026-07-08T01:10:52.173039" level="INFO">@{result_value_list} = [ 25570.90 | 33751.48 | 32295.31 | 11045.50 ]</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-07-08T01:10:52.170824" elapsed="0.002242"/>
</kw>
<kw name="Get Length" owner="BuiltIn">
<msg time="2026-07-08T01:10:52.173541" level="INFO">Length is 4.</msg>
<msg time="2026-07-08T01:10:52.173630" 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-07-08T01:10:52.173235" elapsed="0.000419"/>
</kw>
<for flavor="IN RANGE">
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-07-08T01:10:52.178382" level="INFO">min :: 25570.90</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-07-08T01:10:52.174032" elapsed="0.004407"/>
</kw>
<var name="${i}">0</var>
<status status="PASS" start="2026-07-08T01:10:52.173903" elapsed="0.004571"/>
</iter>
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-07-08T01:10:52.182958" level="INFO">max :: 33751.48</msg>
<arg>${result_name_list[${i}]} :: ${result_value_list[${i}]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-07-08T01:10:52.178687" elapsed="0.004327"/>
</kw>
<var name="${i}">1</var>
<status status="PASS" start="2026-07-08T01:10:52.178561" elapsed="0.004489"/>
</iter>
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-07-08T01:10:52.187547" level="INFO">avg :: 32295.31</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-07-08T01:10:52.183272" elapsed="0.004330"/>
</kw>
<var name="${i}">2</var>
<status status="PASS" start="2026-07-08T01:10:52.183133" elapsed="0.004504"/>
</iter>
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-07-08T01:10:52.192126" level="INFO">stdev :: 11045.50</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-07-08T01:10:52.187845" elapsed="0.004337"/>
</kw>
<var name="${i}">3</var>
<status status="PASS" start="2026-07-08T01:10:52.187720" elapsed="0.004510"/>
</iter>
<var>${i}</var>
<value>0</value>
<value>${num_stats}</value>
<status status="PASS" start="2026-07-08T01:10:52.173721" elapsed="0.018542"/>
</for>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-07-08T01:10:52.196156" level="INFO">${min} = 25570.90</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-07-08T01:10:52.192422" elapsed="0.003761"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-07-08T01:10:52.200069" level="INFO">${max} = 33751.48</msg>
<var>${max}</var>
<arg>${result_value_list[${1}]}</arg>
<doc>Returns the given values which can then be assigned to a variables.</doc>
<status status="PASS" start="2026-07-08T01:10:52.196353" elapsed="0.003743"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-07-08T01:10:52.204278" level="INFO">${average} = 32295.31</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-07-08T01:10:52.200265" elapsed="0.004041"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-07-08T01:10:52.208177" level="INFO">${stdev} = 11045.50</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-07-08T01:10:52.204460" elapsed="0.003757"/>
</kw>
<kw name="Get Time" owner="BuiltIn">
<msg time="2026-07-08T01:10:52.208733" level="INFO">${date} = 2026-07-08 01:10: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-07-08T01:10:52.208382" elapsed="0.000376"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-07-08T01:10:52.209346" level="INFO">CBench Result: 2026-07-08 01:10:52,-m 60000 -M 100 -S 16 -l 10 -D 5000 -p 6633,25570.90,33751.48,32295.31,11045.50</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-07-08T01:10:52.208905" elapsed="0.000498"/>
</kw>
<kw name="Log Results And Determine Status">
<kw name="Append To File" owner="OperatingSystem">
<msg time="2026-07-08T01:10:52.210574" 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-07-08T01:10:52.210040" elapsed="0.000603"/>
</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-07-08T01:10:52.210796" elapsed="0.000475"/>
</kw>
<arg>${min}</arg>
<arg>${max}</arg>
<arg>${average}</arg>
<arg>${average_threshold}</arg>
<arg>${output_filename}</arg>
<status status="PASS" start="2026-07-08T01:10:52.209551" elapsed="0.001784"/>
</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-07-08T01:00:45.534645" elapsed="606.676749"/>
</kw>
<kw name="Sleep" owner="BuiltIn">
<msg time="2026-07-08T01:10:52.211851" 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-07-08T01:10:52.211542" elapsed="0.000366"/>
</kw>
<kw name="Report Failure Due To Bug" owner="Utils" type="TEARDOWN">
<kw name="Evaluate" owner="BuiltIn">
<msg time="2026-07-08T01:10:52.213125" 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-07-08T01:10:52.212648" elapsed="0.000504"/>
</kw>
<if>
<branch type="IF" condition="('${TEST_STATUS}' != 'FAIL') or ${test_skipped}">
<return>
<status status="PASS" start="2026-07-08T01:10:52.213395" elapsed="0.000032"/>
</return>
<status status="PASS" start="2026-07-08T01:10:52.213245" elapsed="0.000213"/>
</branch>
<status status="PASS" start="2026-07-08T01:10:52.213224" elapsed="0.000258"/>
</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-07-08T01:10:52.213626" elapsed="0.000022"/>
</kw>
<kw name="Run Keyword And Return Status" owner="BuiltIn">
<var>${match}</var>
<arg>Should Contain</arg>
<arg>${number}</arg>
<arg>-</arg>
<doc>Runs the specified keyword and returns the status as a Boolean value.</doc>
<status status="NOT RUN" start="2026-07-08T01:10:52.213784" 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-07-08T01:10:52.213943" elapsed="0.000020"/>
</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-07-08T01:10:52.214137" elapsed="0.000020"/>
</kw>
<kw name="Evaluate" owner="BuiltIn">
<var>${newline}</var>
<arg>chr(10)</arg>
<doc>Evaluates the given expression in Python and returns the result.</doc>
<status status="NOT RUN" start="2026-07-08T01:10:52.214316" 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-07-08T01:10:52.214462" elapsed="0.000019"/>
</kw>
<kw name="Log" owner="BuiltIn">
<arg>${msg}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="NOT RUN" start="2026-07-08T01:10:52.214605" elapsed="0.000019"/>
</kw>
<if>
<branch type="IF" condition="&quot;${include_bug_in_tags}&quot;==&quot;True&quot;">
<kw name="Set Tags" owner="BuiltIn">
<arg>${bug_url}</arg>
<doc>Adds given ``tags`` for the current test or all tests in a suite.</doc>
<status status="NOT RUN" start="2026-07-08T01:10:52.214829" elapsed="0.000019"/>
</kw>
<status status="NOT RUN" start="2026-07-08T01:10:52.214686" elapsed="0.000194"/>
</branch>
<status status="NOT RUN" start="2026-07-08T01:10:52.214670" elapsed="0.000233"/>
</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-07-08T01:10:52.212302" elapsed="0.002652"/>
</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-07-08T01:00:45.533238" elapsed="606.681761"/>
</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-07-08T00:40:28.922910" elapsed="1823.292543"/>
</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>
