<?xml version="1.0" encoding="UTF-8"?>
<robot generator="Robot 7.4.2 (Python 3.11.10 on linux)" generated="2026-07-23T00:44:40.418209" 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-23T00:44:40.969829" elapsed="0.000023"/>
</return>
<status status="NOT RUN" start="2026-07-23T00:44:40.969670" elapsed="0.000235"/>
</branch>
<status status="PASS" start="2026-07-23T00:44:40.969639" elapsed="0.000293"/>
</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-23T00:44:40.970092" elapsed="0.000519"/>
</kw>
<kw name="Login" owner="SSHLibrary">
<msg time="2026-07-23T00:44:40.971091" level="INFO">Logging into '10.30.171.207:8101' as 'karaf'.</msg>
<msg time="2026-07-23T00:44:41.664038" 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-23T00:44:40.970781" elapsed="0.693499"/>
</kw>
<kw name="Write" owner="SSHLibrary">
<msg time="2026-07-23T00:44:41.714677" 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-23T00:44:41.664590" elapsed="0.050159"/>
</kw>
<kw name="Read Until Regexp" owner="SSHLibrary">
<msg time="2026-07-23T00:44:41.716463" level="INFO">[?1l&gt;[?2004l[?1h=[90m~[0m                                                                                [?2004hopendaylight-user@root&gt;</msg>
<msg time="2026-07-23T00:44:41.716573" 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-23T00:44:41.714925" elapsed="0.001678"/>
</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-23T00:44:41.716758" elapsed="0.000224"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-07-23T00:44:41.717143" elapsed="0.000222"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-07-23T00:44:41.717867" 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-23T00:44:41.717520" elapsed="0.000401"/>
</kw>
<return>
<value>${output}</value>
<status status="PASS" start="2026-07-23T00:44:41.717996" elapsed="0.000054"/>
</return>
<arg>log:set ${log_level}</arg>
<doc>Will execute the given ${cmd} by ssh'ing to the karaf console running on 10.30.171.207
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-23T00:44:40.969257" elapsed="0.748917"/>
</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-23T00:44:40.965642" elapsed="0.752596"/>
</kw>
<kw name="Append To File" owner="OperatingSystem">
<msg time="2026-07-23T00:44:41.718837" 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-23T00:44:41.718427" elapsed="0.000467"/>
</kw>
<kw name="Append To File" owner="OperatingSystem">
<msg time="2026-07-23T00:44:41.719316" 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-23T00:44:41.719063" elapsed="0.000319"/>
</kw>
<kw name="Evaluate" owner="BuiltIn">
<msg time="2026-07-23T00:44:41.719933" 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-23T00:44:41.719536" elapsed="0.000446"/>
</kw>
<kw name="Set Suite Variable" owner="BuiltIn">
<msg time="2026-07-23T00:44:41.720515" 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-23T00:44:41.720184" elapsed="0.000373"/>
</kw>
<kw name="Evaluate" owner="BuiltIn">
<msg time="2026-07-23T00:44:41.721093" 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-23T00:44:41.720702" elapsed="0.000418"/>
</kw>
<kw name="Set Suite Variable" owner="BuiltIn">
<msg time="2026-07-23T00:44:41.721580" 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-23T00:44:41.721276" elapsed="0.000346"/>
</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-23T00:44:41.721926" elapsed="0.000041"/>
</kw>
<status status="NOT RUN" start="2026-07-23T00:44:41.721711" elapsed="0.000291"/>
</branch>
<branch type="ELSE">
<kw name="Verify File Exists On Remote System" owner="Utils">
<kw name="Open Connection" owner="SSHLibrary">
<msg time="2026-07-23T00:44:41.726334" 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-23T00:44:41.725909" elapsed="0.000451"/>
</kw>
<kw name="Flexible_SSH_Login" owner="SSHKeywords">
<kw name="Get Length" owner="BuiltIn">
<msg time="2026-07-23T00:44:41.727719" level="INFO">Length is 0.</msg>
<msg time="2026-07-23T00:44:41.727807" 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-23T00:44:41.726903" elapsed="0.000928"/>
</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-23T00:44:41.727997" elapsed="0.000366"/>
</kw>
<kw name="Run Keyword And Return" owner="BuiltIn">
<kw name="Login With Public Key" owner="SSHLibrary">
<msg time="2026-07-23T00:44:41.729364" level="INFO">Logging into '10.30.170.48:22' as 'jenkins'.</msg>
<msg time="2026-07-23T00:44:42.478669" level="INFO">Read output: Welcome to Ubuntu 22.04.5 LTS (GNU/Linux 5.15.0-153-generic x86_64)

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

 System information as of Thu Jul 23 00:44:42 UTC 2026

  System load:  0.06               Processes:             110
  Usage of /:   19.3% of 38.58GB   Users logged in:       0
  Memory usage: 4%                 IPv4 address for ens3: 10.30.170.48
  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-348-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-23T00:44:41.728855" elapsed="0.749983"/>
</kw>
<msg time="2026-07-23T00:44:42.478936" 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-23T00:44:41.728515" elapsed="0.750541"/>
</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-23T00:44:41.726568" elapsed="0.752619"/>
</kw>
<kw name="File Should Exist" owner="SSHLibrary">
<msg time="2026-07-23T00:44:42.487248" 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-23T00:44:42.479426" elapsed="0.009775"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-07-23T00:44:42.489465" elapsed="0.000395"/>
</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-23T00:44:41.725392" elapsed="0.764584"/>
</kw>
<status status="PASS" start="2026-07-23T00:44:41.722101" elapsed="0.767932"/>
</branch>
<status status="PASS" start="2026-07-23T00:44:41.721685" elapsed="0.768391"/>
</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-23T00:44:42.490296" elapsed="0.000684"/>
</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-23T00:44:42.497385" elapsed="0.000027"/>
</return>
<status status="NOT RUN" start="2026-07-23T00:44:42.497211" elapsed="0.000251"/>
</branch>
<status status="PASS" start="2026-07-23T00:44:42.497177" elapsed="0.000320"/>
</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-23T00:44:42.502737" elapsed="0.000021"/>
</return>
<status status="NOT RUN" start="2026-07-23T00:44:42.502572" elapsed="0.000233"/>
</branch>
<status status="PASS" start="2026-07-23T00:44:42.502543" elapsed="0.000296"/>
</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-23T00:44:42.503047" elapsed="0.000621"/>
</kw>
<kw name="Login" owner="SSHLibrary">
<msg time="2026-07-23T00:44:42.504323" level="INFO">Logging into '10.30.171.207:8101' as 'karaf'.</msg>
<msg time="2026-07-23T00:44:42.688847" 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-23T00:44:42.503921" elapsed="0.185017"/>
</kw>
<kw name="Write" owner="SSHLibrary">
<msg time="2026-07-23T00:44:42.802369" 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-23T00:44:42.689105" elapsed="0.113425"/>
</kw>
<kw name="Read Until Regexp" owner="SSHLibrary">
<msg time="2026-07-23T00:44:42.812714" 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-23T00:44:42.812908" 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-23T00:44:42.802861" elapsed="0.010092"/>
</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-23T00:44:42.813101" elapsed="0.000191"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-07-23T00:44:42.813440" elapsed="0.000187"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-07-23T00:44:42.814053" 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-23T00:44:42.813767" elapsed="0.000341"/>
</kw>
<return>
<value>${output}</value>
<status status="PASS" start="2026-07-23T00:44:42.814152" elapsed="0.000039"/>
</return>
<msg time="2026-07-23T00:44:42.814323" 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.171.207
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-23T00:44:42.502052" elapsed="0.312303"/>
</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-23T00:44:42.814499" elapsed="0.000528"/>
</kw>
<return>
<value>${output}</value>
<status status="PASS" start="2026-07-23T00:44:42.815079" 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-23T00:44:42.496756" elapsed="0.318453"/>
</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-23T00:44:42.818832" elapsed="0.000015"/>
</return>
<status status="NOT RUN" start="2026-07-23T00:44:42.818716" elapsed="0.000162"/>
</branch>
<status status="PASS" start="2026-07-23T00:44:42.818695" elapsed="0.000205"/>
</if>
<kw name="Open Connection" owner="SSHLibrary">
<arg>${controller}</arg>
<arg>port=${karaf_port}</arg>
<arg>prompt=${KARAF_PROMPT_LOGIN}</arg>
<arg>timeout=${timeout}</arg>
<doc>Opens a new SSH connection to the given ``host`` and ``port``.</doc>
<status status="PASS" start="2026-07-23T00:44:42.819047" elapsed="0.000407"/>
</kw>
<kw name="Login" owner="SSHLibrary">
<msg time="2026-07-23T00:44:42.819895" level="INFO">Logging into '10.30.171.207:8101' as 'karaf'.</msg>
<msg time="2026-07-23T00:44:43.017435" 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-23T00:44:42.819633" elapsed="0.197904"/>
</kw>
<kw name="Write" owner="SSHLibrary">
<msg time="2026-07-23T00:44:43.045862" 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-23T00:44:43.017725" elapsed="0.028210"/>
</kw>
<kw name="Read Until Regexp" owner="SSHLibrary">
<msg time="2026-07-23T00:44:43.047730" level="INFO">[?1l&gt;[?2004lDropAllFlows transitions to on
[?1h=[90m~[0m                                                                                [?2004hopendaylight-user@root&gt;</msg>
<msg time="2026-07-23T00:44:43.047832" 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-23T00:44:43.046111" elapsed="0.001749"/>
</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-23T00:44:43.048030" elapsed="0.000192"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-07-23T00:44:43.048368" elapsed="0.000188"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-07-23T00:44:43.049007" 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-23T00:44:43.048693" elapsed="0.000364"/>
</kw>
<return>
<value>${output}</value>
<status status="PASS" start="2026-07-23T00:44:43.049107" elapsed="0.000049"/>
</return>
<arg>dropallpacketsrpc on</arg>
<doc>Will execute the given ${cmd} by ssh'ing to the karaf console running on 10.30.171.207
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-23T00:44:42.818411" elapsed="0.230860"/>
</kw>
<status status="PASS" start="2026-07-23T00:44:40.963600" elapsed="2.085735"/>
</kw>
<test id="s1-t1" name="Cbench Latency Test" line="37">
<kw name="Log" owner="BuiltIn">
<msg time="2026-07-23T00:44:43.051646" 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-23T00:44:43.050337" elapsed="0.001375"/>
</kw>
<kw name="Run Cbench And Log Results">
<kw name="Set Suite Variable" owner="BuiltIn">
<msg time="2026-07-23T00:44:43.053173" 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-23T00:44:43.052807" elapsed="0.000409"/>
</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-23T00:44:43.053545" elapsed="0.000025"/>
</kw>
<status status="NOT RUN" start="2026-07-23T00:44:43.053296" elapsed="0.000310"/>
</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-23T00:44:43.056576" elapsed="0.000021"/>
</kw>
<status status="NOT RUN" start="2026-07-23T00:44:43.056330" elapsed="0.000301"/>
</branch>
<status status="PASS" start="2026-07-23T00:44:43.056311" elapsed="0.000345"/>
</if>
<kw name="Get Connection" owner="SSHLibrary">
<msg time="2026-07-23T00:44:43.057004" 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-23T00:44:43.057127" 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-23T00:44:43.056785" elapsed="0.000369"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-07-23T00:44:43.057704" level="INFO">Attempting to execute command "/usr/local/bin/cbench -c 10.30.171.207 -m 60000 -M 100 -S 16 -l 10 -D 5000 -p 6633" on remote system "10.30.170.48" 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-23T00:44:43.057287" elapsed="0.000477"/>
</kw>
<kw name="Open Connection" owner="SSHLibrary">
<msg time="2026-07-23T00:44:43.058379" 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-23T00:44:43.057900" elapsed="0.000505"/>
</kw>
<kw name="Flexible_SSH_Login" owner="SSHKeywords">
<kw name="Get Length" owner="BuiltIn">
<msg time="2026-07-23T00:44:43.059312" level="INFO">Length is 0.</msg>
<msg time="2026-07-23T00:44:43.059401" 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-23T00:44:43.058993" elapsed="0.000432"/>
</kw>
<kw name="Run Keyword And Return If" owner="BuiltIn">
<arg>${pwd_length} &gt; 0</arg>
<arg>SSHLibrary.Login</arg>
<arg>${user}</arg>
<arg>${password}</arg>
<arg>delay=${delay}</arg>
<doc>Runs the specified keyword and returns from the enclosing user keyword.</doc>
<status status="PASS" start="2026-07-23T00:44:43.059607" elapsed="0.000349"/>
</kw>
<kw name="Run Keyword And Return" owner="BuiltIn">
<kw name="Login With Public Key" owner="SSHLibrary">
<msg time="2026-07-23T00:44:43.060808" level="INFO">Logging into '10.30.170.48:22' as 'jenkins'.</msg>
<msg time="2026-07-23T00:44:43.380551" level="INFO">Read output: Welcome to Ubuntu 22.04.5 LTS (GNU/Linux 5.15.0-153-generic x86_64)

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

 System information as of Thu Jul 23 00:44:42 UTC 2026

  System load:  0.06               Processes:             110
  Usage of /:   19.3% of 38.58GB   Users logged in:       0
  Memory usage: 4%                 IPv4 address for ens3: 10.30.170.48
  Swap usage:   0%


Expanded Security Maintenance for Applications is not enabled.

0 updates can be applied immediately.

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


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


Last login: Thu Jul 23 00:44:42 2026 from 10.30.170.114
[?2004h[jenkins@releng-63164-348-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-23T00:44:43.060452" elapsed="0.320298"/>
</kw>
<msg time="2026-07-23T00:44:43.380839" 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-23T00:44:43.060109" elapsed="0.320818"/>
</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-23T00:44:43.058608" elapsed="0.322477"/>
</kw>
<kw name="Execute Command" owner="SSHLibrary">
<msg time="2026-07-23T00:44:43.381611" level="INFO">Executing command '/usr/local/bin/cbench -c 10.30.171.207 -m 60000 -M 100 -S 16 -l 10 -D 5000 -p 6633'.</msg>
<msg time="2026-07-23T00:54:49.500696" level="INFO">Command exited with return code 0.</msg>
<msg time="2026-07-23T00:54:49.501309" level="INFO">${stdout} = </msg>
<msg time="2026-07-23T00:54:49.501429" level="INFO">${stderr} = cbench: controller benchmarking tool
   running in mode 'latency'
   connecting to controller at 10.30.171.207:6633 
   faking 16 switches with 1 threads :: 10 tests each; 60000 ms per test
   with 10...</msg>
<var>${stdout}</var>
<var>${stderr}</var>
<arg>${cmd}</arg>
<arg>return_stderr=True</arg>
<doc>Executes ``command`` on the remote machine and returns its outputs.</doc>
<status status="PASS" start="2026-07-23T00:44:43.381314" elapsed="606.120177"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-07-23T00:54:49.501995" elapsed="0.000780"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-07-23T00:54:49.503914" level="INFO">cbench: controller benchmarking tool
   running in mode 'latency'
   connecting to controller at 10.30.171.207:6633 
   faking 16 switches with 1 threads :: 10 tests each; 60000 ms per test
   with 100 unique source MACs per switch
   learning destination mac addresses before the test
   starting test with 5000 ms delay after features_reply
   ignoring first 1 "warmup" and last 0 "cooldown" loops
   debugging info is off
Master Thread: Creating thread-0! 
Thread-0: All switches initialized. Running at node 10.30.171.207. So far 1 cbench instances have initialized their switches.  Waiting for other cbench-instances
Thread-0: Total switches from ALL cbench-instances initialized.
00:45:48.600 16  switches: flows:  96651 95328 96290 95782 93338 95742 94565 95422 94073 95683 92957 93763 94207 93428 91676 93255  total = 25.202667 per ms 
00:46:48.700 16  switches: flows:  121710 120935 120609 120442 118527 120587 121631 120220 117872 117350 119929 119674 120090 116746 118103 119230  total = 31.840913 per ms 
00:47:48.800 16  switches: flows:  118531 119106 117560 118209 116679 116993 120167 118623 113119 114388 117393 116979 115977 117072 114277 117247  total = 31.153324 per ms 
00:48:48.901 16  switches: flows:  122268 124830 126173 121993 121009 124198 125288 125648 122625 122653 120912 123458 121175 119858 120827 121357  total = 32.683236 per ms 
00:49:49.001 16  switches: flows:  122241 124246 123769 121748 119075 124156 125040 124260 123419 120889 117278 121217 119808 120528 120599 118607  total = 32.393874 per ms 
00:50:49.102 16  switches: flows:  122886 125169 123888 120464 118806 123343 124555 122858 123751 122788 117563 122337 119638 119010 120898 118256  total = 32.382738 per ms 
00:51:49.202 16  switches: flows:  119828 122631 123507 120302 118876 121185 123302 121570 119907 119667 117057 120935 119112 117516 118763 116731  total = 31.961463 per ms 
00:52:49.302 16  switches: flows:  125245 126690 125315 126570 121288 125101 127835 123490 125447 123175 121416 123483 122346 119934 121256 119608  total = 32.915052 per ms 
00:53:49.402 16  switches: flows:  123743 125448 125848 123964 119766 124076 123984 124383 123483 122100 120054 121319 121135 120423 118601 118999  total = 32.567714 per ms 
00:54:49.503 16  switches: flows:  124014 124459 125801 122446 120534 122571 125014 123648 123427 122088 121136 122568 122230 121472 121296 118563  total = 32.633314 per ms 
RESULT: 16 switches 9 tests min/max/avg/stdev = 31153.32/32915.05/32281.29/10772.61 responses/s</msg>
<arg>${stderr}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-07-23T00:54:49.503170" elapsed="0.001084"/>
</kw>
<if>
<branch type="IF" condition="&quot;${return_stdout}&quot;!=&quot;True&quot;">
<return>
<value>${stderr}</value>
<status status="PASS" start="2026-07-23T00:54:49.504777" elapsed="0.000075"/>
</return>
<status status="PASS" start="2026-07-23T00:54:49.504469" elapsed="0.000462"/>
</branch>
<status status="PASS" start="2026-07-23T00:54:49.504409" elapsed="0.000613"/>
</if>
<if>
<branch type="IF" condition="&quot;${return_stderr}&quot;!=&quot;True&quot;">
<return>
<value>${stdout}</value>
<status status="NOT RUN" start="2026-07-23T00:54:49.505239" elapsed="0.000030"/>
</return>
<status status="NOT RUN" start="2026-07-23T00:54:49.505155" elapsed="0.000175"/>
</branch>
<status status="NOT RUN" start="2026-07-23T00:54:49.505119" elapsed="0.000269"/>
</if>
<return>
<value>${stdout}</value>
<value>${stderr}</value>
<status status="NOT RUN" start="2026-07-23T00:54:49.505464" 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-23T00:54:49.511491" elapsed="0.000506"/>
</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-23T00:54:49.512208" elapsed="0.000232"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-07-23T00:54:49.512617" elapsed="0.000137"/>
</kw>
<arg>${current_ssh_connection.index}</arg>
<doc>Restore active SSH connection in SSHLibrary to given index.</doc>
<status status="PASS" start="2026-07-23T00:54:49.506185" elapsed="0.006641"/>
</kw>
<msg time="2026-07-23T00:54:49.513036" level="INFO">${output} = cbench: controller benchmarking tool
   running in mode 'latency'
   connecting to controller at 10.30.171.207:6633 
   faking 16 switches with 1 threads :: 10 tests each; 60000 ms per test
   with 10...</msg>
<var>${output}</var>
<arg>${cbench_system}</arg>
<arg>${cbench_executable} -c ${ODL_SYSTEM_IP} ${cbench_args}</arg>
<arg>prompt_timeout=${test_timeout}</arg>
<arg>return_stdout=False</arg>
<arg>return_stderr=True</arg>
<doc>Reduces the common work of running a command on a remote system to a single higher level
robot keyword, taking care to log in with a public key and. The command given is written and the return value
depends on the passed argument values of return_stdout (default: True) and return_stderr (default: False).
At least one should be True, or the keyword will exit and FAIL. If both are True, the resulting return value
will be a two element list containing both. Otherwise the resulting return value is a string.
No test conditions are checked.</doc>
<status status="PASS" start="2026-07-23T00:44:43.053974" elapsed="606.459100"/>
</kw>
<status status="PASS" start="2026-07-23T00:44:43.053635" elapsed="606.459507"/>
</branch>
<status status="PASS" start="2026-07-23T00:44:43.053274" elapsed="606.459899"/>
</if>
<kw name="Log" owner="BuiltIn">
<msg time="2026-07-23T00:54:49.513769" level="INFO">cbench: controller benchmarking tool
   running in mode 'latency'
   connecting to controller at 10.30.171.207:6633 
   faking 16 switches with 1 threads :: 10 tests each; 60000 ms per test
   with 100 unique source MACs per switch
   learning destination mac addresses before the test
   starting test with 5000 ms delay after features_reply
   ignoring first 1 "warmup" and last 0 "cooldown" loops
   debugging info is off
Master Thread: Creating thread-0! 
Thread-0: All switches initialized. Running at node 10.30.171.207. So far 1 cbench instances have initialized their switches.  Waiting for other cbench-instances
Thread-0: Total switches from ALL cbench-instances initialized.
00:45:48.600 16  switches: flows:  96651 95328 96290 95782 93338 95742 94565 95422 94073 95683 92957 93763 94207 93428 91676 93255  total = 25.202667 per ms 
00:46:48.700 16  switches: flows:  121710 120935 120609 120442 118527 120587 121631 120220 117872 117350 119929 119674 120090 116746 118103 119230  total = 31.840913 per ms 
00:47:48.800 16  switches: flows:  118531 119106 117560 118209 116679 116993 120167 118623 113119 114388 117393 116979 115977 117072 114277 117247  total = 31.153324 per ms 
00:48:48.901 16  switches: flows:  122268 124830 126173 121993 121009 124198 125288 125648 122625 122653 120912 123458 121175 119858 120827 121357  total = 32.683236 per ms 
00:49:49.001 16  switches: flows:  122241 124246 123769 121748 119075 124156 125040 124260 123419 120889 117278 121217 119808 120528 120599 118607  total = 32.393874 per ms 
00:50:49.102 16  switches: flows:  122886 125169 123888 120464 118806 123343 124555 122858 123751 122788 117563 122337 119638 119010 120898 118256  total = 32.382738 per ms 
00:51:49.202 16  switches: flows:  119828 122631 123507 120302 118876 121185 123302 121570 119907 119667 117057 120935 119112 117516 118763 116731  total = 31.961463 per ms 
00:52:49.302 16  switches: flows:  125245 126690 125315 126570 121288 125101 127835 123490 125447 123175 121416 123483 122346 119934 121256 119608  total = 32.915052 per ms 
00:53:49.402 16  switches: flows:  123743 125448 125848 123964 119766 124076 123984 124383 123483 122100 120054 121319 121135 120423 118601 118999  total = 32.567714 per ms 
00:54:49.503 16  switches: flows:  124014 124459 125801 122446 120534 122571 125014 123648 123427 122088 121136 122568 122230 121472 121296 118563  total = 32.633314 per ms 
RESULT: 16 switches 9 tests min/max/avg/stdev = 31153.32/32915.05/32281.29/10772.61 responses/s</msg>
<arg>${output}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-07-23T00:54:49.513364" elapsed="0.000507"/>
</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-23T00:54:49.514111" elapsed="0.000536"/>
</kw>
<kw name="Get Lines Containing String" owner="String">
<msg time="2026-07-23T00:54:49.515219" level="INFO">1 out of 23 lines matched.</msg>
<msg time="2026-07-23T00:54:49.515346" level="INFO">${result_line} = RESULT: 16 switches 9 tests min/max/avg/stdev = 31153.32/32915.05/32281.29/10772.61 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-23T00:54:49.514869" elapsed="0.000511"/>
</kw>
<kw name="Split String" owner="String">
<msg time="2026-07-23T00:54:49.515963" level="INFO">@{results_list} = [ RESULT: | 16 | switches | 9 | tests | min/max/avg/stdev | = | 31153.32/32915.05/32281.29/10772.61 | 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-23T00:54:49.515592" elapsed="0.000410"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-07-23T00:54:49.519296" 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-23T00:54:49.516201" elapsed="0.003172"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-07-23T00:54:49.522672" level="INFO">31153.32/32915.05/32281.29/10772.61</msg>
<arg>${results_list[7]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-07-23T00:54:49.519575" elapsed="0.003176"/>
</kw>
<kw name="Split String" owner="String">
<msg time="2026-07-23T00:54:49.525263" 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-23T00:54:49.522982" elapsed="0.002308"/>
</kw>
<kw name="Split String" owner="String">
<msg time="2026-07-23T00:54:49.527675" level="INFO">@{result_value_list} = [ 31153.32 | 32915.05 | 32281.29 | 10772.61 ]</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-23T00:54:49.525477" elapsed="0.002225"/>
</kw>
<kw name="Get Length" owner="BuiltIn">
<msg time="2026-07-23T00:54:49.528179" level="INFO">Length is 4.</msg>
<msg time="2026-07-23T00:54:49.528268" 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-23T00:54:49.527853" elapsed="0.000439"/>
</kw>
<for flavor="IN RANGE">
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-07-23T00:54:49.532921" level="INFO">min :: 31153.32</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-23T00:54:49.528703" elapsed="0.004289"/>
</kw>
<var name="${i}">0</var>
<status status="PASS" start="2026-07-23T00:54:49.528571" elapsed="0.004455"/>
</iter>
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-07-23T00:54:49.537453" level="INFO">max :: 32915.05</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-23T00:54:49.533242" elapsed="0.004266"/>
</kw>
<var name="${i}">1</var>
<status status="PASS" start="2026-07-23T00:54:49.533116" elapsed="0.004426"/>
</iter>
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-07-23T00:54:49.542183" level="INFO">avg :: 32281.29</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-23T00:54:49.537756" elapsed="0.004483"/>
</kw>
<var name="${i}">2</var>
<status status="PASS" start="2026-07-23T00:54:49.537629" elapsed="0.004644"/>
</iter>
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-07-23T00:54:49.546760" level="INFO">stdev :: 10772.61</msg>
<arg>${result_name_list[${i}]} :: ${result_value_list[${i}]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-07-23T00:54:49.542522" elapsed="0.004295"/>
</kw>
<var name="${i}">3</var>
<status status="PASS" start="2026-07-23T00:54:49.542363" elapsed="0.004487"/>
</iter>
<var>${i}</var>
<value>0</value>
<value>${num_stats}</value>
<status status="PASS" start="2026-07-23T00:54:49.528363" elapsed="0.018521"/>
</for>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-07-23T00:54:49.550987" level="INFO">${min} = 31153.32</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-23T00:54:49.547061" elapsed="0.003954"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-07-23T00:54:49.555109" level="INFO">${max} = 32915.05</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-23T00:54:49.551171" elapsed="0.003965"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-07-23T00:54:49.558982" level="INFO">${average} = 32281.29</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-23T00:54:49.555286" elapsed="0.003724"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-07-23T00:54:49.562846" level="INFO">${stdev} = 10772.61</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-23T00:54:49.559160" elapsed="0.003713"/>
</kw>
<kw name="Get Time" owner="BuiltIn">
<msg time="2026-07-23T00:54:49.563420" level="INFO">${date} = 2026-07-23 00:54:49</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-23T00:54:49.563056" elapsed="0.000390"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-07-23T00:54:49.564017" level="INFO">CBench Result: 2026-07-23 00:54:49,-m 60000 -M 100 -S 16 -l 10 -D 5000 -p 6633,31153.32,32915.05,32281.29,10772.61</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-23T00:54:49.563593" elapsed="0.000479"/>
</kw>
<kw name="Log Results And Determine Status">
<kw name="Append To File" owner="OperatingSystem">
<msg time="2026-07-23T00:54:49.565216" 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-23T00:54:49.564754" elapsed="0.000529"/>
</kw>
<kw name="Should Be True" owner="BuiltIn">
<arg>${average} &gt; ${threshold}</arg>
<arg>${average} flow_mods per/sec did not exceed threshold of ${threshold}</arg>
<doc>Fails if the given condition is not true.</doc>
<status status="PASS" start="2026-07-23T00:54:49.565433" elapsed="0.000467"/>
</kw>
<arg>${min}</arg>
<arg>${max}</arg>
<arg>${average}</arg>
<arg>${average_threshold}</arg>
<arg>${output_filename}</arg>
<status status="PASS" start="2026-07-23T00:54:49.564263" elapsed="0.001720"/>
</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-23T00:44:43.052168" elapsed="606.513879"/>
</kw>
<kw name="Sleep" owner="BuiltIn">
<msg time="2026-07-23T00:54:49.566540" 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-23T00:54:49.566207" elapsed="0.000390"/>
</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-23T00:54:49.567125" elapsed="0.000267"/>
</kw>
<status status="PASS" start="2026-07-23T00:54:49.566810" elapsed="0.000651"/>
</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-23T00:44:43.049482" elapsed="606.518018"/>
</test>
<test id="s1-t2" name="Cbench Throughput Test" line="51">
<kw name="Log" owner="BuiltIn">
<msg time="2026-07-23T00:54:49.568971" 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-23T00:54:49.568581" elapsed="0.000447"/>
</kw>
<kw name="Run Cbench And Log Results">
<kw name="Set Suite Variable" owner="BuiltIn">
<msg time="2026-07-23T00:54:49.570265" 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-23T00:54:49.569922" elapsed="0.000385"/>
</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-23T00:54:49.570707" elapsed="0.000021"/>
</kw>
<status status="NOT RUN" start="2026-07-23T00:54:49.570481" elapsed="0.000284"/>
</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-23T00:54:49.573634" elapsed="0.000021"/>
</kw>
<status status="NOT RUN" start="2026-07-23T00:54:49.573386" elapsed="0.000303"/>
</branch>
<status status="PASS" start="2026-07-23T00:54:49.573361" elapsed="0.000351"/>
</if>
<kw name="Get Connection" owner="SSHLibrary">
<msg time="2026-07-23T00:54:49.574080" 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-23T00:54:49.574199" 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-23T00:54:49.573845" elapsed="0.000380"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-07-23T00:54:49.574782" level="INFO">Attempting to execute command "/usr/local/bin/cbench -c 10.30.171.207 -t -m 60000 -M 100 -S 16 -l 10 -D 5000 -p 6633" on remote system "10.30.170.48" 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-23T00:54:49.574358" elapsed="0.000480"/>
</kw>
<kw name="Open Connection" owner="SSHLibrary">
<msg time="2026-07-23T00:54:49.575397" 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-23T00:54:49.574992" elapsed="0.000431"/>
</kw>
<kw name="Flexible_SSH_Login" owner="SSHKeywords">
<kw name="Get Length" owner="BuiltIn">
<msg time="2026-07-23T00:54:49.576334" level="INFO">Length is 0.</msg>
<msg time="2026-07-23T00:54:49.576422" 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-23T00:54:49.576007" elapsed="0.000438"/>
</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-23T00:54:49.576584" elapsed="0.000319"/>
</kw>
<kw name="Run Keyword And Return" owner="BuiltIn">
<kw name="Login With Public Key" owner="SSHLibrary">
<msg time="2026-07-23T00:54:49.577754" level="INFO">Logging into '10.30.170.48:22' as 'jenkins'.</msg>
<msg time="2026-07-23T00:54:50.148149" level="INFO">Read output: Welcome to Ubuntu 22.04.5 LTS (GNU/Linux 5.15.0-153-generic x86_64)

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

 System information as of Thu Jul 23 00:54:49 UTC 2026

  System load:  1.0                Processes:             104
  Usage of /:   19.6% of 38.58GB   Users logged in:       0
  Memory usage: 5%                 IPv4 address for ens3: 10.30.170.48
  Swap usage:   0%


Expanded Security Maintenance for Applications is not enabled.

0 updates can be applied immediately.

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


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


Last login: Thu Jul 23 00:44:43 2026 from 10.30.170.114
[?2004h[jenkins@releng-63164-348-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-23T00:54:49.577406" elapsed="0.570946"/>
</kw>
<msg time="2026-07-23T00:54:50.148452" 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-23T00:54:49.577067" elapsed="0.571483"/>
</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-23T00:54:49.575623" elapsed="0.573049"/>
</kw>
<kw name="Execute Command" owner="SSHLibrary">
<msg time="2026-07-23T00:54:50.149237" level="INFO">Executing command '/usr/local/bin/cbench -c 10.30.171.207 -t -m 60000 -M 100 -S 16 -l 10 -D 5000 -p 6633'.</msg>
<msg time="2026-07-23T01:04:56.233283" level="INFO">Command exited with return code 0.</msg>
<msg time="2026-07-23T01:04:56.233908" level="INFO">${stdout} = </msg>
<msg time="2026-07-23T01:04:56.234079" level="INFO">${stderr} = cbench: controller benchmarking tool
   running in mode 'throughput'
   connecting to controller at 10.30.171.207: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-23T00:54:50.148900" elapsed="606.085243"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-07-23T01:04:56.234639" elapsed="0.000800"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-07-23T01:04:56.236724" level="INFO">cbench: controller benchmarking tool
   running in mode 'throughput'
   connecting to controller at 10.30.171.207:6633 
   faking 16 switches with 1 threads :: 10 tests each; 60000 ms per test
   with 100 unique source MACs per switch
   learning destination mac addresses before the test
   starting test with 5000 ms delay after features_reply
   ignoring first 1 "warmup" and last 0 "cooldown" loops
   debugging info is off
Master Thread: Creating thread-0! 
Thread-0: All switches initialized. Running at node 10.30.171.207. So far 1 cbench instances have initialized their switches.  Waiting for other cbench-instances
Thread-0: Total switches from ALL cbench-instances initialized.
00:55:55.288 16  switches: flows:  541939 531165 528711 536508 527630 518800 523344 530196 531430 543126 524063 520058 530047 537254 538087 522809  total = 141.419450 per ms 
00:56:55.404 16  switches: flows:  539742 515712 538840 522583 527560 530925 531122 536634 516962 524073 528631 525831 513249 509643 530850 539964  total = 140.268888 per ms 
00:57:55.505 16  switches: flows:  576369 580903 580452 596524 583482 586312 580837 582605 571235 582194 583617 587128 579334 583719 593311 585011  total = 155.289041 per ms 
00:58:55.611 16  switches: flows:  567378 529648 575872 570958 555917 565528 588668 557840 565253 585984 556595 571293 574456 553982 582492 563155  total = 150.818476 per ms 
00:59:55.743 16  switches: flows:  587292 575892 583295 578869 572122 571884 579447 575703 575267 587127 566571 591984 573268 564983 580494 576662  total = 153.676721 per ms 
01:00:55.845 16  switches: flows:  506532 562216 557843 574513 549870 530582 568824 582662 570383 562332 546973 576809 578454 555801 564427 550939  total = 148.735349 per ms 
01:01:55.948 16  switches: flows:  562328 551884 556713 560704 564609 555204 566382 569586 555466 574732 547868 550540 555113 565658 548451 560890  total = 148.846725 per ms 
01:02:56.050 16  switches: flows:  657695 653512 664170 663360 660359 646449 656614 678293 667432 657416 656733 660054 653819 663451 657512 665925  total = 175.750170 per ms 
01:03:56.152 16  switches: flows:  661305 674480 669642 674511 670960 664765 648598 669317 672898 661705 662653 660584 657853 651249 667141 669957  total = 176.996683 per ms 
01:04:56.255 16  switches: flows:  639013 636384 642679 625383 630495 635653 642880 641159 649923 640894 633896 640175 646360 630514 643734 655816  total = 170.292010 per ms 
RESULT: 16 switches 9 tests min/max/avg/stdev = 140268.89/176996.68/157852.67/54063.68 responses/s</msg>
<arg>${stderr}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-07-23T01:04:56.235838" elapsed="0.001232"/>
</kw>
<if>
<branch type="IF" condition="&quot;${return_stdout}&quot;!=&quot;True&quot;">
<return>
<value>${stderr}</value>
<status status="PASS" start="2026-07-23T01:04:56.237611" elapsed="0.000083"/>
</return>
<status status="PASS" start="2026-07-23T01:04:56.237261" elapsed="0.000522"/>
</branch>
<status status="PASS" start="2026-07-23T01:04:56.237209" elapsed="0.000630"/>
</if>
<if>
<branch type="IF" condition="&quot;${return_stderr}&quot;!=&quot;True&quot;">
<return>
<value>${stdout}</value>
<status status="NOT RUN" start="2026-07-23T01:04:56.238087" elapsed="0.000028"/>
</return>
<status status="NOT RUN" start="2026-07-23T01:04:56.237999" elapsed="0.000192"/>
</branch>
<status status="NOT RUN" start="2026-07-23T01:04:56.237934" elapsed="0.000323"/>
</if>
<return>
<value>${stdout}</value>
<value>${stderr}</value>
<status status="NOT RUN" start="2026-07-23T01:04:56.238332" elapsed="0.000036"/>
</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-23T01:04:56.243216" elapsed="0.000363"/>
</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-23T01:04:56.243731" elapsed="0.000172"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-07-23T01:04:56.244052" elapsed="0.000107"/>
</kw>
<arg>${current_ssh_connection.index}</arg>
<doc>Restore active SSH connection in SSHLibrary to given index.</doc>
<status status="PASS" start="2026-07-23T01:04:56.239101" elapsed="0.005114"/>
</kw>
<msg time="2026-07-23T01:04:56.244349" level="INFO">${output} = cbench: controller benchmarking tool
   running in mode 'throughput'
   connecting to controller at 10.30.171.207: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-23T00:54:49.571125" elapsed="606.673251"/>
</kw>
<status status="PASS" start="2026-07-23T00:54:49.570792" elapsed="606.673635"/>
</branch>
<status status="PASS" start="2026-07-23T00:54:49.570455" elapsed="606.673995"/>
</if>
<kw name="Log" owner="BuiltIn">
<msg time="2026-07-23T01:04:56.244884" level="INFO">cbench: controller benchmarking tool
   running in mode 'throughput'
   connecting to controller at 10.30.171.207:6633 
   faking 16 switches with 1 threads :: 10 tests each; 60000 ms per test
   with 100 unique source MACs per switch
   learning destination mac addresses before the test
   starting test with 5000 ms delay after features_reply
   ignoring first 1 "warmup" and last 0 "cooldown" loops
   debugging info is off
Master Thread: Creating thread-0! 
Thread-0: All switches initialized. Running at node 10.30.171.207. So far 1 cbench instances have initialized their switches.  Waiting for other cbench-instances
Thread-0: Total switches from ALL cbench-instances initialized.
00:55:55.288 16  switches: flows:  541939 531165 528711 536508 527630 518800 523344 530196 531430 543126 524063 520058 530047 537254 538087 522809  total = 141.419450 per ms 
00:56:55.404 16  switches: flows:  539742 515712 538840 522583 527560 530925 531122 536634 516962 524073 528631 525831 513249 509643 530850 539964  total = 140.268888 per ms 
00:57:55.505 16  switches: flows:  576369 580903 580452 596524 583482 586312 580837 582605 571235 582194 583617 587128 579334 583719 593311 585011  total = 155.289041 per ms 
00:58:55.611 16  switches: flows:  567378 529648 575872 570958 555917 565528 588668 557840 565253 585984 556595 571293 574456 553982 582492 563155  total = 150.818476 per ms 
00:59:55.743 16  switches: flows:  587292 575892 583295 578869 572122 571884 579447 575703 575267 587127 566571 591984 573268 564983 580494 576662  total = 153.676721 per ms 
01:00:55.845 16  switches: flows:  506532 562216 557843 574513 549870 530582 568824 582662 570383 562332 546973 576809 578454 555801 564427 550939  total = 148.735349 per ms 
01:01:55.948 16  switches: flows:  562328 551884 556713 560704 564609 555204 566382 569586 555466 574732 547868 550540 555113 565658 548451 560890  total = 148.846725 per ms 
01:02:56.050 16  switches: flows:  657695 653512 664170 663360 660359 646449 656614 678293 667432 657416 656733 660054 653819 663451 657512 665925  total = 175.750170 per ms 
01:03:56.152 16  switches: flows:  661305 674480 669642 674511 670960 664765 648598 669317 672898 661705 662653 660584 657853 651249 667141 669957  total = 176.996683 per ms 
01:04:56.255 16  switches: flows:  639013 636384 642679 625383 630495 635653 642880 641159 649923 640894 633896 640175 646360 630514 643734 655816  total = 170.292010 per ms 
RESULT: 16 switches 9 tests min/max/avg/stdev = 140268.89/176996.68/157852.67/54063.68 responses/s</msg>
<arg>${output}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-07-23T01:04:56.244592" elapsed="0.000384"/>
</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-23T01:04:56.245126" elapsed="0.000395"/>
</kw>
<kw name="Get Lines Containing String" owner="String">
<msg time="2026-07-23T01:04:56.245951" level="INFO">1 out of 23 lines matched.</msg>
<msg time="2026-07-23T01:04:56.246048" level="INFO">${result_line} = RESULT: 16 switches 9 tests min/max/avg/stdev = 140268.89/176996.68/157852.67/54063.68 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-23T01:04:56.245706" elapsed="0.000368"/>
</kw>
<kw name="Split String" owner="String">
<msg time="2026-07-23T01:04:56.246490" level="INFO">@{results_list} = [ RESULT: | 16 | switches | 9 | tests | min/max/avg/stdev | = | 140268.89/176996.68/157852.67/54063.68 | 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-23T01:04:56.246231" elapsed="0.000290"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-07-23T01:04:56.249067" 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-23T01:04:56.246670" elapsed="0.002458"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-07-23T01:04:56.251631" level="INFO">140268.89/176996.68/157852.67/54063.68</msg>
<arg>${results_list[7]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-07-23T01:04:56.249276" elapsed="0.002413"/>
</kw>
<kw name="Split String" owner="String">
<msg time="2026-07-23T01:04:56.254129" 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-23T01:04:56.251837" elapsed="0.002321"/>
</kw>
<kw name="Split String" owner="String">
<msg time="2026-07-23T01:04:56.256617" level="INFO">@{result_value_list} = [ 140268.89 | 176996.68 | 157852.67 | 54063.68 ]</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-23T01:04:56.254380" elapsed="0.002265"/>
</kw>
<kw name="Get Length" owner="BuiltIn">
<msg time="2026-07-23T01:04:56.257130" level="INFO">Length is 4.</msg>
<msg time="2026-07-23T01:04:56.257220" 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-23T01:04:56.256801" elapsed="0.000444"/>
</kw>
<for flavor="IN RANGE">
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-07-23T01:04:56.262197" level="INFO">min :: 140268.89</msg>
<arg>${result_name_list[${i}]} :: ${result_value_list[${i}]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-07-23T01:04:56.257683" elapsed="0.004575"/>
</kw>
<var name="${i}">0</var>
<status status="PASS" start="2026-07-23T01:04:56.257520" elapsed="0.004776"/>
</iter>
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-07-23T01:04:56.266905" level="INFO">max :: 176996.68</msg>
<arg>${result_name_list[${i}]} :: ${result_value_list[${i}]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-07-23T01:04:56.262525" elapsed="0.004452"/>
</kw>
<var name="${i}">1</var>
<status status="PASS" start="2026-07-23T01:04:56.262390" elapsed="0.004624"/>
</iter>
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-07-23T01:04:56.271744" level="INFO">avg :: 157852.67</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-23T01:04:56.267230" elapsed="0.004587"/>
</kw>
<var name="${i}">2</var>
<status status="PASS" start="2026-07-23T01:04:56.267102" elapsed="0.004759"/>
</iter>
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-07-23T01:04:56.276497" level="INFO">stdev :: 54063.68</msg>
<arg>${result_name_list[${i}]} :: ${result_value_list[${i}]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-07-23T01:04:56.272111" elapsed="0.004443"/>
</kw>
<var name="${i}">3</var>
<status status="PASS" start="2026-07-23T01:04:56.271972" elapsed="0.004617"/>
</iter>
<var>${i}</var>
<value>0</value>
<value>${num_stats}</value>
<status status="PASS" start="2026-07-23T01:04:56.257317" elapsed="0.019303"/>
</for>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-07-23T01:04:56.280777" level="INFO">${min} = 140268.89</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-23T01:04:56.276775" elapsed="0.004031"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-07-23T01:04:56.284797" level="INFO">${max} = 176996.68</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-23T01:04:56.280998" elapsed="0.003826"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-07-23T01:04:56.288742" level="INFO">${average} = 157852.67</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-23T01:04:56.285003" elapsed="0.003766"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-07-23T01:04:56.292684" level="INFO">${stdev} = 54063.68</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-23T01:04:56.288924" elapsed="0.003788"/>
</kw>
<kw name="Get Time" owner="BuiltIn">
<msg time="2026-07-23T01:04:56.293282" level="INFO">${date} = 2026-07-23 01:04:56</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-23T01:04:56.292876" elapsed="0.000433"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-07-23T01:04:56.293933" level="INFO">CBench Result: 2026-07-23 01:04:56,-t -m 60000 -M 100 -S 16 -l 10 -D 5000 -p 6633,140268.89,176996.68,157852.67,54063.68</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-23T01:04:56.293462" elapsed="0.000564"/>
</kw>
<kw name="Log Results And Determine Status">
<kw name="Append To File" owner="OperatingSystem">
<msg time="2026-07-23T01:04:56.295294" 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-23T01:04:56.294800" elapsed="0.000563"/>
</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-23T01:04:56.295516" elapsed="0.000487"/>
</kw>
<arg>${min}</arg>
<arg>${max}</arg>
<arg>${average}</arg>
<arg>${average_threshold}</arg>
<arg>${output_filename}</arg>
<status status="PASS" start="2026-07-23T01:04:56.294223" elapsed="0.001848"/>
</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-23T00:54:49.569352" elapsed="606.726780"/>
</kw>
<kw name="Sleep" owner="BuiltIn">
<msg time="2026-07-23T01:04:56.296608" 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-23T01:04:56.296287" elapsed="0.000380"/>
</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-23T01:04:56.297203" elapsed="0.000269"/>
</kw>
<status status="PASS" start="2026-07-23T01:04:56.296876" elapsed="0.000674"/>
</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-23T00:54:49.567972" elapsed="606.729659"/>
</test>
<test id="s1-t3" name="Rerun Latency Test To Check Bug 6176" line="65">
<kw name="Log" owner="BuiltIn">
<msg time="2026-07-23T01:04:56.299014" 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-23T01:04:56.298570" elapsed="0.000510"/>
</kw>
<kw name="Run Cbench And Log Results">
<kw name="Set Suite Variable" owner="BuiltIn">
<msg time="2026-07-23T01:04:56.300448" 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-23T01:04:56.300083" elapsed="0.000421"/>
</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-23T01:04:56.300853" elapsed="0.000023"/>
</kw>
<status status="NOT RUN" start="2026-07-23T01:04:56.300626" elapsed="0.000287"/>
</branch>
<branch type="ELSE">
<kw name="Run Command On Remote System" owner="Utils">
<if>
<branch type="IF" condition="&quot;${return_stdout}&quot;!=&quot;True&quot; and &quot;${return_stderr}&quot;!=&quot;True&quot;">
<kw name="Fail" owner="BuiltIn">
<arg>At least one of {return_stdout} or {return_stderr} args should be set to True</arg>
<doc>Fails the test with the given message and optionally alters its tags.</doc>
<status status="NOT RUN" start="2026-07-23T01:04:56.304059" elapsed="0.000023"/>
</kw>
<status status="NOT RUN" start="2026-07-23T01:04:56.303791" elapsed="0.000327"/>
</branch>
<status status="PASS" start="2026-07-23T01:04:56.303771" elapsed="0.000372"/>
</if>
<kw name="Get Connection" owner="SSHLibrary">
<msg time="2026-07-23T01:04:56.304471" 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-23T01:04:56.304591" 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-23T01:04:56.304275" elapsed="0.000343"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-07-23T01:04:56.305194" level="INFO">Attempting to execute command "/usr/local/bin/cbench -c 10.30.171.207 -m 60000 -M 100 -S 16 -l 10 -D 5000 -p 6633" on remote system "10.30.170.48" 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-23T01:04:56.304753" elapsed="0.000501"/>
</kw>
<kw name="Open Connection" owner="SSHLibrary">
<msg time="2026-07-23T01:04:56.305840" 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-23T01:04:56.305395" elapsed="0.000472"/>
</kw>
<kw name="Flexible_SSH_Login" owner="SSHKeywords">
<kw name="Get Length" owner="BuiltIn">
<msg time="2026-07-23T01:04:56.306787" level="INFO">Length is 0.</msg>
<msg time="2026-07-23T01:04:56.306877" 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-23T01:04:56.306464" elapsed="0.000437"/>
</kw>
<kw name="Run Keyword And Return If" owner="BuiltIn">
<arg>${pwd_length} &gt; 0</arg>
<arg>SSHLibrary.Login</arg>
<arg>${user}</arg>
<arg>${password}</arg>
<arg>delay=${delay}</arg>
<doc>Runs the specified keyword and returns from the enclosing user keyword.</doc>
<status status="PASS" start="2026-07-23T01:04:56.307058" elapsed="0.000322"/>
</kw>
<kw name="Run Keyword And Return" owner="BuiltIn">
<kw name="Login With Public Key" owner="SSHLibrary">
<msg time="2026-07-23T01:04:56.308346" level="INFO">Logging into '10.30.170.48:22' as 'jenkins'.</msg>
<msg time="2026-07-23T01:04:56.914127" level="INFO">Read output: Welcome to Ubuntu 22.04.5 LTS (GNU/Linux 5.15.0-153-generic x86_64)

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

 System information as of Thu Jul 23 01:04:56 UTC 2026

  System load:  0.17               Processes:             104
  Usage of /:   19.6% of 38.58GB   Users logged in:       0
  Memory usage: 5%                 IPv4 address for ens3: 10.30.170.48
  Swap usage:   0%


Expanded Security Maintenance for Applications is not enabled.

0 updates can be applied immediately.

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


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


Last login: Thu Jul 23 00:54:50 2026 from 10.30.170.114
[?2004h[jenkins@releng-63164-348-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-23T01:04:56.307964" elapsed="0.606375"/>
</kw>
<msg time="2026-07-23T01:04:56.914430" 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-23T01:04:56.307531" elapsed="0.606984"/>
</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-23T01:04:56.306088" elapsed="0.608546"/>
</kw>
<kw name="Execute Command" owner="SSHLibrary">
<msg time="2026-07-23T01:04:56.915188" level="INFO">Executing command '/usr/local/bin/cbench -c 10.30.171.207 -m 60000 -M 100 -S 16 -l 10 -D 5000 -p 6633'.</msg>
<msg time="2026-07-23T01:15:03.721080" level="INFO">Command exited with return code 0.</msg>
<msg time="2026-07-23T01:15:03.721603" level="INFO">${stdout} = </msg>
<msg time="2026-07-23T01:15:03.721709" level="INFO">${stderr} = cbench: controller benchmarking tool
   running in mode 'latency'
   connecting to controller at 10.30.171.207:6633 
   faking 16 switches with 1 threads :: 10 tests each; 60000 ms per test
   with 10...</msg>
<var>${stdout}</var>
<var>${stderr}</var>
<arg>${cmd}</arg>
<arg>return_stderr=True</arg>
<doc>Executes ``command`` on the remote machine and returns its outputs.</doc>
<status status="PASS" start="2026-07-23T01:04:56.914864" elapsed="606.806903"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-07-23T01:15:03.722268" elapsed="0.000753"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-07-23T01:15:03.724132" level="INFO">cbench: controller benchmarking tool
   running in mode 'latency'
   connecting to controller at 10.30.171.207:6633 
   faking 16 switches with 1 threads :: 10 tests each; 60000 ms per test
   with 100 unique source MACs per switch
   learning destination mac addresses before the test
   starting test with 5000 ms delay after features_reply
   ignoring first 1 "warmup" and last 0 "cooldown" loops
   debugging info is off
Master Thread: Creating thread-0! 
Thread-0: All switches initialized. Running at node 10.30.171.207. So far 1 cbench instances have initialized their switches.  Waiting for other cbench-instances
Thread-0: Total switches from ALL cbench-instances initialized.
01:06:02.867 16  switches: flows:  117956 115748 116966 118366 118880 116877 118621 116043 113675 118293 117404 114557 115942 114588 114762 116643  total = 31.088683 per ms 
01:07:02.968 16  switches: flows:  127649 123566 126615 127133 125998 125539 128633 123387 123096 126825 125739 122377 126348 120633 123573 124434  total = 33.302919 per ms 
01:08:03.068 16  switches: flows:  120823 119996 120455 122099 121435 120534 120865 118014 116667 119943 117405 116022 115289 115462 116566 117834  total = 31.603982 per ms 
01:09:03.169 16  switches: flows:  103482 104803 105773 105316 106364 107178 107451 103882 102646 103818 104225 102708 103034 102802 103389 103143  total = 27.787177 per ms 
01:10:03.269 16  switches: flows:  118912 117353 119609 118718 117645 119372 119481 117291 116381 121072 117014 116863 116062 115463 116693 116426  total = 31.353514 per ms 
01:11:03.369 16  switches: flows:  126122 128950 131614 128811 129549 128827 130597 129650 127746 130989 124561 128387 125826 126488 125470 126878  total = 34.117450 per ms 
01:12:03.470 16  switches: flows:  122560 124698 127926 126489 126494 125869 125528 124972 123853 124966 121564 124602 121362 122256 122403 124255  total = 33.108030 per ms 
01:13:03.570 16  switches: flows:  127004 126785 130517 129651 130034 129829 128896 127702 127325 129832 123952 128417 123282 124552 125694 128168  total = 33.970634 per ms 
01:14:03.670 16  switches: flows:  126683 126027 130669 128425 130056 130668 128395 123915 126927 128262 124746 128341 124104 124535 124869 125910  total = 33.819033 per ms 
01:15:03.771 16  switches: flows:  122687 124604 123645 126730 123651 125624 125358 123912 122764 123869 120839 124403 121492 121071 123042 121335  total = 32.862216 per ms 
RESULT: 16 switches 9 tests min/max/avg/stdev = 27787.18/34117.45/32436.11/10975.00 responses/s</msg>
<arg>${stderr}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-07-23T01:15:03.723377" elapsed="0.001070"/>
</kw>
<if>
<branch type="IF" condition="&quot;${return_stdout}&quot;!=&quot;True&quot;">
<return>
<value>${stderr}</value>
<status status="PASS" start="2026-07-23T01:15:03.724932" elapsed="0.000104"/>
</return>
<status status="PASS" start="2026-07-23T01:15:03.724638" elapsed="0.000479"/>
</branch>
<status status="PASS" start="2026-07-23T01:15:03.724588" elapsed="0.000585"/>
</if>
<if>
<branch type="IF" condition="&quot;${return_stderr}&quot;!=&quot;True&quot;">
<return>
<value>${stdout}</value>
<status status="NOT RUN" start="2026-07-23T01:15:03.725382" elapsed="0.000029"/>
</return>
<status status="NOT RUN" start="2026-07-23T01:15:03.725300" elapsed="0.000172"/>
</branch>
<status status="NOT RUN" start="2026-07-23T01:15:03.725265" elapsed="0.000255"/>
</if>
<return>
<value>${stdout}</value>
<value>${stderr}</value>
<status status="NOT RUN" start="2026-07-23T01:15:03.725587" elapsed="0.000029"/>
</return>
<kw name="Restore_Current_Ssh_Connection_From_Index" owner="SSHKeywords" type="TEARDOWN">
<kw name="Run Keyword And Return If" owner="BuiltIn">
<arg>${connection_index} is not None</arg>
<arg>SSHLibrary.Switch Connection</arg>
<arg>${connection_index}</arg>
<doc>Runs the specified keyword and returns from the enclosing user keyword.</doc>
<status status="PASS" start="2026-07-23T01:15:03.731544" elapsed="0.000377"/>
</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-23T01:15:03.732083" elapsed="0.000161"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-07-23T01:15:03.732372" elapsed="0.000097"/>
</kw>
<arg>${current_ssh_connection.index}</arg>
<doc>Restore active SSH connection in SSHLibrary to given index.</doc>
<status status="PASS" start="2026-07-23T01:15:03.726277" elapsed="0.006246"/>
</kw>
<msg time="2026-07-23T01:15:03.732653" level="INFO">${output} = cbench: controller benchmarking tool
   running in mode 'latency'
   connecting to controller at 10.30.171.207:6633 
   faking 16 switches with 1 threads :: 10 tests each; 60000 ms per test
   with 10...</msg>
<var>${output}</var>
<arg>${cbench_system}</arg>
<arg>${cbench_executable} -c ${ODL_SYSTEM_IP} ${cbench_args}</arg>
<arg>prompt_timeout=${test_timeout}</arg>
<arg>return_stdout=False</arg>
<arg>return_stderr=True</arg>
<doc>Reduces the common work of running a command on a remote system to a single higher level
robot keyword, taking care to log in with a public key and. The command given is written and the return value
depends on the passed argument values of return_stdout (default: True) and return_stderr (default: False).
At least one should be True, or the keyword will exit and FAIL. If both are True, the resulting return value
will be a two element list containing both. Otherwise the resulting return value is a string.
No test conditions are checked.</doc>
<status status="PASS" start="2026-07-23T01:04:56.301308" elapsed="607.431371"/>
</kw>
<status status="PASS" start="2026-07-23T01:04:56.300958" elapsed="607.431922"/>
</branch>
<status status="PASS" start="2026-07-23T01:04:56.300604" elapsed="607.432298"/>
</if>
<kw name="Log" owner="BuiltIn">
<msg time="2026-07-23T01:15:03.733352" level="INFO">cbench: controller benchmarking tool
   running in mode 'latency'
   connecting to controller at 10.30.171.207:6633 
   faking 16 switches with 1 threads :: 10 tests each; 60000 ms per test
   with 100 unique source MACs per switch
   learning destination mac addresses before the test
   starting test with 5000 ms delay after features_reply
   ignoring first 1 "warmup" and last 0 "cooldown" loops
   debugging info is off
Master Thread: Creating thread-0! 
Thread-0: All switches initialized. Running at node 10.30.171.207. So far 1 cbench instances have initialized their switches.  Waiting for other cbench-instances
Thread-0: Total switches from ALL cbench-instances initialized.
01:06:02.867 16  switches: flows:  117956 115748 116966 118366 118880 116877 118621 116043 113675 118293 117404 114557 115942 114588 114762 116643  total = 31.088683 per ms 
01:07:02.968 16  switches: flows:  127649 123566 126615 127133 125998 125539 128633 123387 123096 126825 125739 122377 126348 120633 123573 124434  total = 33.302919 per ms 
01:08:03.068 16  switches: flows:  120823 119996 120455 122099 121435 120534 120865 118014 116667 119943 117405 116022 115289 115462 116566 117834  total = 31.603982 per ms 
01:09:03.169 16  switches: flows:  103482 104803 105773 105316 106364 107178 107451 103882 102646 103818 104225 102708 103034 102802 103389 103143  total = 27.787177 per ms 
01:10:03.269 16  switches: flows:  118912 117353 119609 118718 117645 119372 119481 117291 116381 121072 117014 116863 116062 115463 116693 116426  total = 31.353514 per ms 
01:11:03.369 16  switches: flows:  126122 128950 131614 128811 129549 128827 130597 129650 127746 130989 124561 128387 125826 126488 125470 126878  total = 34.117450 per ms 
01:12:03.470 16  switches: flows:  122560 124698 127926 126489 126494 125869 125528 124972 123853 124966 121564 124602 121362 122256 122403 124255  total = 33.108030 per ms 
01:13:03.570 16  switches: flows:  127004 126785 130517 129651 130034 129829 128896 127702 127325 129832 123952 128417 123282 124552 125694 128168  total = 33.970634 per ms 
01:14:03.670 16  switches: flows:  126683 126027 130669 128425 130056 130668 128395 123915 126927 128262 124746 128341 124104 124535 124869 125910  total = 33.819033 per ms 
01:15:03.771 16  switches: flows:  122687 124604 123645 126730 123651 125624 125358 123912 122764 123869 120839 124403 121492 121071 123042 121335  total = 32.862216 per ms 
RESULT: 16 switches 9 tests min/max/avg/stdev = 27787.18/34117.45/32436.11/10975.00 responses/s</msg>
<arg>${output}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-07-23T01:15:03.733059" 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-23T01:15:03.733571" elapsed="0.000386"/>
</kw>
<kw name="Get Lines Containing String" owner="String">
<msg time="2026-07-23T01:15:03.734331" level="INFO">1 out of 23 lines matched.</msg>
<msg time="2026-07-23T01:15:03.734419" level="INFO">${result_line} = RESULT: 16 switches 9 tests min/max/avg/stdev = 27787.18/34117.45/32436.11/10975.00 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-23T01:15:03.734117" elapsed="0.000326"/>
</kw>
<kw name="Split String" owner="String">
<msg time="2026-07-23T01:15:03.734860" level="INFO">@{results_list} = [ RESULT: | 16 | switches | 9 | tests | min/max/avg/stdev | = | 27787.18/34117.45/32436.11/10975.00 | 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-23T01:15:03.734608" elapsed="0.000278"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-07-23T01:15:03.737232" 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-23T01:15:03.735042" elapsed="0.002245"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-07-23T01:15:03.739620" level="INFO">27787.18/34117.45/32436.11/10975.00</msg>
<arg>${results_list[7]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-07-23T01:15:03.737431" elapsed="0.002244"/>
</kw>
<kw name="Split String" owner="String">
<msg time="2026-07-23T01:15:03.742012" 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-23T01:15:03.739821" elapsed="0.002218"/>
</kw>
<kw name="Split String" owner="String">
<msg time="2026-07-23T01:15:03.744411" level="INFO">@{result_value_list} = [ 27787.18 | 34117.45 | 32436.11 | 10975.00 ]</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-23T01:15:03.742224" elapsed="0.002214"/>
</kw>
<kw name="Get Length" owner="BuiltIn">
<msg time="2026-07-23T01:15:03.744888" level="INFO">Length is 4.</msg>
<msg time="2026-07-23T01:15:03.744990" 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-23T01:15:03.744587" elapsed="0.000428"/>
</kw>
<for flavor="IN RANGE">
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-07-23T01:15:03.749607" level="INFO">min :: 27787.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-23T01:15:03.745390" elapsed="0.004274"/>
</kw>
<var name="${i}">0</var>
<status status="PASS" start="2026-07-23T01:15:03.745265" elapsed="0.004433"/>
</iter>
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-07-23T01:15:03.754258" level="INFO">max :: 34117.45</msg>
<arg>${result_name_list[${i}]} :: ${result_value_list[${i}]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-07-23T01:15:03.749907" elapsed="0.004408"/>
</kw>
<var name="${i}">1</var>
<status status="PASS" start="2026-07-23T01:15:03.749783" elapsed="0.004575"/>
</iter>
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-07-23T01:15:03.759122" level="INFO">avg :: 32436.11</msg>
<arg>${result_name_list[${i}]} :: ${result_value_list[${i}]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-07-23T01:15:03.754605" elapsed="0.004578"/>
</kw>
<var name="${i}">2</var>
<status status="PASS" start="2026-07-23T01:15:03.754448" elapsed="0.004773"/>
</iter>
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-07-23T01:15:03.764022" level="INFO">stdev :: 10975.00</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-23T01:15:03.759447" elapsed="0.004632"/>
</kw>
<var name="${i}">3</var>
<status status="PASS" start="2026-07-23T01:15:03.759310" elapsed="0.004804"/>
</iter>
<var>${i}</var>
<value>0</value>
<value>${num_stats}</value>
<status status="PASS" start="2026-07-23T01:15:03.745081" elapsed="0.019063"/>
</for>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-07-23T01:15:03.768120" level="INFO">${min} = 27787.18</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-23T01:15:03.764305" elapsed="0.003842"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-07-23T01:15:03.772298" level="INFO">${max} = 34117.45</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-23T01:15:03.768304" elapsed="0.004022"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-07-23T01:15:03.776684" level="INFO">${average} = 32436.11</msg>
<var>${average}</var>
<arg>${result_value_list[${2}]}</arg>
<doc>Returns the given values which can then be assigned to a variables.</doc>
<status status="PASS" start="2026-07-23T01:15:03.772509" elapsed="0.004209"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-07-23T01:15:03.781693" level="INFO">${stdev} = 10975.00</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-23T01:15:03.776891" elapsed="0.004836"/>
</kw>
<kw name="Get Time" owner="BuiltIn">
<msg time="2026-07-23T01:15:03.782407" level="INFO">${date} = 2026-07-23 01:15:03</msg>
<var>${date}</var>
<arg>d,m,s</arg>
<doc>Returns the given time in the requested format.</doc>
<status status="PASS" start="2026-07-23T01:15:03.781936" elapsed="0.000497"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-07-23T01:15:03.783093" level="INFO">CBench Result: 2026-07-23 01:15:03,-m 60000 -M 100 -S 16 -l 10 -D 5000 -p 6633,27787.18,34117.45,32436.11,10975.00</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-23T01:15:03.782608" elapsed="0.000562"/>
</kw>
<kw name="Log Results And Determine Status">
<kw name="Append To File" owner="OperatingSystem">
<msg time="2026-07-23T01:15:03.784401" 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-23T01:15:03.783860" elapsed="0.000625"/>
</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-23T01:15:03.784685" elapsed="0.000516"/>
</kw>
<arg>${min}</arg>
<arg>${max}</arg>
<arg>${average}</arg>
<arg>${average_threshold}</arg>
<arg>${output_filename}</arg>
<status status="PASS" start="2026-07-23T01:15:03.783361" elapsed="0.001906"/>
</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-23T01:04:56.299401" elapsed="607.485926"/>
</kw>
<kw name="Sleep" owner="BuiltIn">
<msg time="2026-07-23T01:15:03.785808" 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-23T01:15:03.785476" elapsed="0.000398"/>
</kw>
<kw name="Report Failure Due To Bug" owner="Utils" type="TEARDOWN">
<kw name="Evaluate" owner="BuiltIn">
<msg time="2026-07-23T01:15:03.787293" 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-23T01:15:03.786789" elapsed="0.000531"/>
</kw>
<if>
<branch type="IF" condition="('${TEST_STATUS}' != 'FAIL') or ${test_skipped}">
<return>
<status status="PASS" start="2026-07-23T01:15:03.787553" elapsed="0.000034"/>
</return>
<status status="PASS" start="2026-07-23T01:15:03.787401" elapsed="0.000221"/>
</branch>
<status status="PASS" start="2026-07-23T01:15:03.787380" elapsed="0.000270"/>
</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-23T01:15:03.787794" elapsed="0.000021"/>
</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-23T01:15:03.787982" elapsed="0.000022"/>
</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-23T01:15:03.788143" 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-23T01:15:03.788341" 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-23T01:15:03.788489" elapsed="0.000020"/>
</kw>
<kw name="Set Test Message" owner="BuiltIn">
<arg>${msg}${newline}${newline}${TEST_MESSAGE}</arg>
<doc>Sets message for the current test case.</doc>
<status status="NOT RUN" start="2026-07-23T01:15:03.788632" elapsed="0.000028"/>
</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-23T01:15:03.788784" elapsed="0.000020"/>
</kw>
<if>
<branch type="IF" condition="&quot;${include_bug_in_tags}&quot;==&quot;True&quot;">
<kw name="Set Tags" owner="BuiltIn">
<arg>${bug_url}</arg>
<doc>Adds given ``tags`` for the current test or all tests in a suite.</doc>
<status status="NOT RUN" start="2026-07-23T01:15:03.789020" elapsed="0.000021"/>
</kw>
<status status="NOT RUN" start="2026-07-23T01:15:03.788870" elapsed="0.000202"/>
</branch>
<status status="NOT RUN" start="2026-07-23T01:15:03.788854" elapsed="0.000242"/>
</if>
<arg>6176</arg>
<doc>Report that a test failed due to a known Bugzilla bug whose
number is provided as an argument.
Not FAILED (incl. SKIPPED) test are not reported.
This keyword must be used in the [Teardown] setting of the affected test
or as the first line of the test if FastFail module is not being
used. It reports the URL of the bug on console and also puts it
into the Robot log file.</doc>
<status status="PASS" start="2026-07-23T01:15:03.786365" elapsed="0.002782"/>
</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-23T01:04:56.298074" elapsed="607.491120"/>
</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-23T00:44:40.419750" elapsed="1823.370133"/>
</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>
