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

[?1h=[90m~[0m                                                                                [?2004hopendaylight-user</msg>
<arg>${KARAF_USER}</arg>
<arg>${KARAF_PASSWORD}</arg>
<arg>loglevel=${loglevel}</arg>
<doc>Logs into the SSH server with the given ``username`` and ``password``.</doc>
<status status="PASS" start="2026-06-10T00:39:20.895824" elapsed="0.907768"/>
</kw>
<kw name="Write" owner="SSHLibrary">
<msg time="2026-06-10T00:39:21.854176" level="INFO">@root&gt;log:set ERROR</msg>
<arg>${cmd}</arg>
<doc>Writes the given ``text`` on the remote machine and appends a newline.</doc>
<status status="PASS" start="2026-06-10T00:39:21.804062" elapsed="0.050456"/>
</kw>
<kw name="Read Until Regexp" owner="SSHLibrary">
<msg time="2026-06-10T00:39:21.859256" level="INFO">[?1l&gt;[?2004l[?1h=[90m~[0m                                                                                [?2004hopendaylight-user@root&gt;</msg>
<msg time="2026-06-10T00:39:21.859511" level="INFO">${output} = [?1l&gt;[?2004l[?1h=[90m~[0m                                                                                [?2004hopendaylight-user@root&gt;</msg>
<var>${output}</var>
<arg>${KARAF_PROMPT}</arg>
<doc>Consumes and returns the server output until a match to ``regexp`` is found.</doc>
<status status="PASS" start="2026-06-10T00:39:21.855176" elapsed="0.004435"/>
</kw>
<kw name="Write Bare" owner="SSHLibrary">
<arg>logout\n</arg>
<doc>Writes the given ``text`` on the remote machine without appending a newline.</doc>
<status status="PASS" start="2026-06-10T00:39:21.859967" elapsed="0.000606"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-06-10T00:39:21.860924" elapsed="0.000510"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-06-10T00:39:21.862404" level="INFO">[?1l&gt;[?2004l[?1h=[90m~[0m                                                                                [?2004hopendaylight-user@root&gt;</msg>
<arg>${output}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-06-10T00:39:21.861814" elapsed="0.000646"/>
</kw>
<return>
<value>${output}</value>
<status status="PASS" start="2026-06-10T00:39:21.862523" elapsed="0.000105"/>
</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.0
Note that this keyword will open&amp;close new SSH connection, without switching back to previously current session.</doc>
<status status="PASS" start="2026-06-10T00:39:20.894188" elapsed="0.968593"/>
</kw>
<arg>3x</arg>
<arg>1s</arg>
<arg>KarafKeywords.Issue Command On Karaf Console</arg>
<arg>log:set ${log_level}</arg>
<doc>Runs the specified keyword and retries if it fails.</doc>
<status status="PASS" start="2026-06-10T00:39:20.890316" elapsed="0.972538"/>
</kw>
<kw name="Append To File" owner="OperatingSystem">
<msg time="2026-06-10T00:39:21.863588" level="INFO" html="true">Appended to file '&lt;a href="file:///w/workspace/openflowplugin-csit-1node-cbench-only-vanadium/latency.csv"&gt;/w/workspace/openflowplugin-csit-1node-cbench-only-vanadium/latency.csv&lt;/a&gt;'.</msg>
<arg>${latency_results_file}</arg>
<arg>LATENCY_MIN,LATENCY_MAX,LATENCY_AVERAGE\n</arg>
<doc>Appends the given content to the specified file.</doc>
<status status="PASS" start="2026-06-10T00:39:21.863074" elapsed="0.000573"/>
</kw>
<kw name="Append To File" owner="OperatingSystem">
<msg time="2026-06-10T00:39:21.864051" level="INFO" html="true">Appended to file '&lt;a href="file:///w/workspace/openflowplugin-csit-1node-cbench-only-vanadium/throughput.csv"&gt;/w/workspace/openflowplugin-csit-1node-cbench-only-vanadium/throughput.csv&lt;/a&gt;'.</msg>
<arg>${throughput_results_file}</arg>
<arg>THROUGHPUT_MIN,THROUGHPUT_MAX,THROUGHPUT_AVERAGE\n</arg>
<doc>Appends the given content to the specified file.</doc>
<status status="PASS" start="2026-06-10T00:39:21.863801" elapsed="0.000307"/>
</kw>
<kw name="Evaluate" owner="BuiltIn">
<msg time="2026-06-10T00:39:21.864757" level="INFO">${duration_in_ms} = 60000</msg>
<var>${duration_in_ms}</var>
<arg>${duration_in_secs} * 1000</arg>
<doc>Evaluates the given expression in Python and returns the result.</doc>
<status status="PASS" start="2026-06-10T00:39:21.864274" elapsed="0.000512"/>
</kw>
<kw name="Set Suite Variable" owner="BuiltIn">
<msg time="2026-06-10T00:39:21.865357" level="INFO">${duration_in_ms} = 60000</msg>
<arg>${duration_in_ms}</arg>
<doc>Makes a variable available everywhere within the scope of the current suite.</doc>
<status status="PASS" start="2026-06-10T00:39:21.865002" elapsed="0.000412"/>
</kw>
<kw name="Evaluate" owner="BuiltIn">
<msg time="2026-06-10T00:39:21.865963" level="INFO">${test_timeout} = 900.0</msg>
<var>${test_timeout}</var>
<arg>(${loops} * ${duration_in_secs}) * 1.5</arg>
<doc>Evaluates the given expression in Python and returns the result.</doc>
<status status="PASS" start="2026-06-10T00:39:21.865581" elapsed="0.000409"/>
</kw>
<kw name="Set Suite Variable" owner="BuiltIn">
<msg time="2026-06-10T00:39:21.866460" level="INFO">${test_timeout} = 900.0</msg>
<arg>${test_timeout}</arg>
<doc>Makes a variable available everywhere within the scope of the current suite.</doc>
<status status="PASS" start="2026-06-10T00:39:21.866149" elapsed="0.000352"/>
</kw>
<if>
<branch type="IF" condition="&quot;${cbench_system}&quot; == &quot;localhost&quot;">
<kw name="File Should Exist" owner="OperatingSystem">
<arg>${cbench_executable}</arg>
<doc>Fails unless the given ``path`` points to an existing file.</doc>
<status status="NOT RUN" start="2026-06-10T00:39:21.866865" elapsed="0.000021"/>
</kw>
<status status="NOT RUN" start="2026-06-10T00:39:21.866629" elapsed="0.000290"/>
</branch>
<branch type="ELSE">
<kw name="Verify File Exists On Remote System" owner="Utils">
<kw name="Open Connection" owner="SSHLibrary">
<msg time="2026-06-10T00:39:21.871927" level="INFO">${conn_id} = 2</msg>
<var>${conn_id}</var>
<arg>${system}</arg>
<arg>prompt=${prompt}</arg>
<arg>timeout=${prompt_timeout}</arg>
<doc>Opens a new SSH connection to the given ``host`` and ``port``.</doc>
<status status="PASS" start="2026-06-10T00:39:21.871450" elapsed="0.000504"/>
</kw>
<kw name="Flexible_SSH_Login" owner="SSHKeywords">
<kw name="Get Length" owner="BuiltIn">
<msg time="2026-06-10T00:39:21.873149" level="INFO">Length is 0.</msg>
<msg time="2026-06-10T00:39:21.873230" level="INFO">${pwd_length} = 0</msg>
<var>${pwd_length}</var>
<arg>${password}</arg>
<doc>Returns and logs the length of the given item as an integer.</doc>
<status status="PASS" start="2026-06-10T00:39:21.872555" elapsed="0.000699"/>
</kw>
<kw name="Run Keyword And Return If" owner="BuiltIn">
<arg>${pwd_length} &gt; 0</arg>
<arg>SSHLibrary.Login</arg>
<arg>${user}</arg>
<arg>${password}</arg>
<arg>delay=${delay}</arg>
<doc>Runs the specified keyword and returns from the enclosing user keyword.</doc>
<status status="PASS" start="2026-06-10T00:39:21.873434" elapsed="0.000388"/>
</kw>
<kw name="Run Keyword And Return" owner="BuiltIn">
<kw name="Login With Public Key" owner="SSHLibrary">
<msg time="2026-06-10T00:39:21.874933" level="INFO">Logging into '10.30.171.83:22' as 'jenkins'.</msg>
<msg time="2026-06-10T00:39:22.568618" level="INFO">Read output: Welcome to Ubuntu 22.04.5 LTS (GNU/Linux 5.15.0-153-generic x86_64)

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

 System information as of Wed Jun 10 00:39:22 UTC 2026

  System load:  0.13               Processes:             111
  Usage of /:   19.3% of 38.58GB   Users logged in:       0
  Memory usage: 4%                 IPv4 address for ens3: 10.30.171.83
  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-295-1-mininet-ovs-217-0 ~]&gt;</msg>
<arg>${user}</arg>
<arg>${USER_HOME}/.ssh/${SSH_KEY}</arg>
<arg>${KEYFILE_PASS}</arg>
<arg>delay=${delay}</arg>
<doc>Logs into the SSH server using key-based authentication.</doc>
<status status="PASS" start="2026-06-10T00:39:21.874340" elapsed="0.694527"/>
</kw>
<msg time="2026-06-10T00:39:22.568999" level="INFO">Returning from the enclosing user keyword.</msg>
<arg>SSHLibrary.Login With Public Key</arg>
<arg>${user}</arg>
<arg>${USER_HOME}/.ssh/${SSH_KEY}</arg>
<arg>${KEYFILE_PASS}</arg>
<arg>delay=${delay}</arg>
<doc>Runs the specified keyword and returns from the enclosing user keyword.</doc>
<status status="PASS" start="2026-06-10T00:39:21.873982" elapsed="0.695192"/>
</kw>
<arg>${user}</arg>
<arg>${password}</arg>
<doc>On active SSH session: if given non-empty password, do Login, else do Login With Public Key.</doc>
<status status="PASS" start="2026-06-10T00:39:21.872175" elapsed="0.697185"/>
</kw>
<kw name="File Should Exist" owner="SSHLibrary">
<msg time="2026-06-10T00:39:22.577853" level="INFO">[chan 1] Opened sftp connection (server version 3)</msg>
<arg>${file}</arg>
<doc>Fails if the given ``path`` does NOT point to an existing file.</doc>
<status status="PASS" start="2026-06-10T00:39:22.569722" elapsed="0.010117"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-06-10T00:39:22.580275" elapsed="0.000686"/>
</kw>
<arg>${cbench_system}</arg>
<arg>${cbench_executable}</arg>
<doc>Will create connection with public key and will PASS if the given ${file} exists,
otherwise will FAIL</doc>
<status status="PASS" start="2026-06-10T00:39:21.870884" elapsed="0.710242"/>
</kw>
<status status="PASS" start="2026-06-10T00:39:21.867299" elapsed="0.713922"/>
</branch>
<status status="PASS" start="2026-06-10T00:39:21.866594" elapsed="0.714714"/>
</if>
<kw name="Should Be True" owner="BuiltIn">
<arg>${loops} &gt;= 2</arg>
<arg>If number of loops is less than 2, cbench will not run</arg>
<doc>Fails if the given condition is not true.</doc>
<status status="PASS" start="2026-06-10T00:39:22.581701" elapsed="0.001194"/>
</kw>
<kw name="Verify_Feature_Is_Installed" owner="KarafKeywords">
<if>
<branch type="IF" condition="'${IS_KARAF_APPL}' == 'False'">
<return>
<value>Not A Karaf App</value>
<status status="NOT RUN" start="2026-06-10T00:39:22.591930" elapsed="0.000022"/>
</return>
<status status="NOT RUN" start="2026-06-10T00:39:22.591790" elapsed="0.000200"/>
</branch>
<status status="PASS" start="2026-06-10T00:39:22.591758" elapsed="0.000256"/>
</if>
<kw name="Issue_Command_On_Karaf_Console" owner="KarafKeywords">
<if>
<branch type="IF" condition="'${IS_KARAF_APPL}' == 'False'">
<return>
<value>Not A Karaf App</value>
<status status="NOT RUN" start="2026-06-10T00:39:22.595677" elapsed="0.000014"/>
</return>
<status status="NOT RUN" start="2026-06-10T00:39:22.595561" elapsed="0.000163"/>
</branch>
<status status="PASS" start="2026-06-10T00:39:22.595539" elapsed="0.000208"/>
</if>
<kw name="Open Connection" owner="SSHLibrary">
<arg>${controller}</arg>
<arg>port=${karaf_port}</arg>
<arg>prompt=${KARAF_PROMPT_LOGIN}</arg>
<arg>timeout=${timeout}</arg>
<doc>Opens a new SSH connection to the given ``host`` and ``port``.</doc>
<status status="PASS" start="2026-06-10T00:39:22.595882" elapsed="0.000493"/>
</kw>
<kw name="Login" owner="SSHLibrary">
<msg time="2026-06-10T00:39:22.596816" level="INFO">Logging into '10.30.171.0:8101' as 'karaf'.</msg>
<msg time="2026-06-10T00:39:22.830950" level="INFO">Read output: [33m                                                                                           
[33m    ________                       ________                .__  .__       .__     __       
[33m    \_____  \ ______   ____   ____ \______ \ _____  ___.__.|  | |__| ____ |  |___/  |_     
[33m     /   |   \\____ \_/ __ \ /    \ |    |  \\__  \&lt;   |  ||  | |  |/ ___\|  |  \   __\    
[33m    /    |    \  |_&gt; &gt;  ___/|   |  \|    `   \/ __ \\___  ||  |_|  / /_/  &gt;   Y  \  |      
[33m    \_______  /   __/ \___  &gt;___|  /_______  (____  / ____||____/__\___  /|___|  /__|      
[33m            \/|__|        \/     \/        \/     \/\/            /_____/      \/          
[33m                                                                                           

Hit '[1m&lt;tab&gt;[0m' for a list of available commands
and '[1m[cmd] --help[0m' for help on a specific command.
Hit '[1m&lt;ctrl-d&gt;[0m' or type '[1msystem:shutdown[0m' or '[1mlogout[0m' to shutdown OpenDaylight.

[?1h=[90m~[0m                                                                                [?2004hopendaylight-user</msg>
<arg>${KARAF_USER}</arg>
<arg>${KARAF_PASSWORD}</arg>
<arg>loglevel=${loglevel}</arg>
<doc>Logs into the SSH server with the given ``username`` and ``password``.</doc>
<status status="PASS" start="2026-06-10T00:39:22.596540" elapsed="0.234592"/>
</kw>
<kw name="Write" owner="SSHLibrary">
<msg time="2026-06-10T00:39:22.936519" level="INFO">@root&gt;feature:list -i | 0[C 0g[Krep odl-openflowplugin-drop-test</msg>
<arg>${cmd}</arg>
<doc>Writes the given ``text`` on the remote machine and appends a newline.</doc>
<status status="PASS" start="2026-06-10T00:39:22.831446" elapsed="0.105246"/>
</kw>
<kw name="Read Until Regexp" owner="SSHLibrary">
<msg time="2026-06-10T00:39:22.950963" 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-06-10T00:39:22.951209" 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-06-10T00:39:22.937006" elapsed="0.014237"/>
</kw>
<kw name="Write Bare" owner="SSHLibrary">
<arg>logout\n</arg>
<doc>Writes the given ``text`` on the remote machine without appending a newline.</doc>
<status status="PASS" start="2026-06-10T00:39:22.951395" elapsed="0.000291"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-06-10T00:39:22.951839" elapsed="0.000252"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-06-10T00:39:22.952670" 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-06-10T00:39:22.952236" elapsed="0.000490"/>
</kw>
<return>
<value>${output}</value>
<status status="PASS" start="2026-06-10T00:39:22.952790" elapsed="0.000084"/>
</return>
<msg time="2026-06-10T00:39:22.953081" 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.0
Note that this keyword will open&amp;close new SSH connection, without switching back to previously current session.</doc>
<status status="PASS" start="2026-06-10T00:39:22.595175" elapsed="0.357939"/>
</kw>
<kw name="Should Contain" owner="BuiltIn">
<arg>${output}</arg>
<arg>${feature_name}</arg>
<doc>Fails if ``container`` does not contain ``item`` one or more times.</doc>
<status status="PASS" start="2026-06-10T00:39:22.953268" elapsed="0.000753"/>
</kw>
<return>
<value>${output}</value>
<status status="PASS" start="2026-06-10T00:39:22.954100" elapsed="0.000034"/>
</return>
<arg>odl-openflowplugin-drop-test</arg>
<doc>Will Succeed if the given ${feature_name} is found in the output of "feature:list -i"</doc>
<status status="PASS" start="2026-06-10T00:39:22.591394" elapsed="0.362841"/>
</kw>
<kw name="Issue_Command_On_Karaf_Console" owner="KarafKeywords">
<if>
<branch type="IF" condition="'${IS_KARAF_APPL}' == 'False'">
<return>
<value>Not A Karaf App</value>
<status status="NOT RUN" start="2026-06-10T00:39:22.958410" elapsed="0.000015"/>
</return>
<status status="NOT RUN" start="2026-06-10T00:39:22.958238" elapsed="0.000218"/>
</branch>
<status status="PASS" start="2026-06-10T00:39:22.958208" elapsed="0.000276"/>
</if>
<kw name="Open Connection" owner="SSHLibrary">
<arg>${controller}</arg>
<arg>port=${karaf_port}</arg>
<arg>prompt=${KARAF_PROMPT_LOGIN}</arg>
<arg>timeout=${timeout}</arg>
<doc>Opens a new SSH connection to the given ``host`` and ``port``.</doc>
<status status="PASS" start="2026-06-10T00:39:22.958639" elapsed="0.000506"/>
</kw>
<kw name="Login" owner="SSHLibrary">
<msg time="2026-06-10T00:39:22.959894" level="INFO">Logging into '10.30.171.0:8101' as 'karaf'.</msg>
<msg time="2026-06-10T00:39:23.146551" level="INFO">Read output: [33m                                                                                           
[33m    ________                       ________                .__  .__       .__     __       
[33m    \_____  \ ______   ____   ____ \______ \ _____  ___.__.|  | |__| ____ |  |___/  |_     
[33m     /   |   \\____ \_/ __ \ /    \ |    |  \\__  \&lt;   |  ||  | |  |/ ___\|  |  \   __\    
[33m    /    |    \  |_&gt; &gt;  ___/|   |  \|    `   \/ __ \\___  ||  |_|  / /_/  &gt;   Y  \  |      
[33m    \_______  /   __/ \___  &gt;___|  /_______  (____  / ____||____/__\___  /|___|  /__|      
[33m            \/|__|        \/     \/        \/     \/\/            /_____/      \/          
[33m                                                                                           

Hit '[1m&lt;tab&gt;[0m' for a list of available commands
and '[1m[cmd] --help[0m' for help on a specific command.
Hit '[1m&lt;ctrl-d&gt;[0m' or type '[1msystem:shutdown[0m' or '[1mlogout[0m' to shutdown OpenDaylight.

[?1h=[90m~[0m                                                                                [?2004hopendaylight-user</msg>
<arg>${KARAF_USER}</arg>
<arg>${KARAF_PASSWORD}</arg>
<arg>loglevel=${loglevel}</arg>
<doc>Logs into the SSH server with the given ``username`` and ``password``.</doc>
<status status="PASS" start="2026-06-10T00:39:22.959607" elapsed="0.187105"/>
</kw>
<kw name="Write" owner="SSHLibrary">
<msg time="2026-06-10T00:39:23.172557" level="INFO">@root&gt;dropallpacketsrpc on</msg>
<arg>${cmd}</arg>
<doc>Writes the given ``text`` on the remote machine and appends a newline.</doc>
<status status="PASS" start="2026-06-10T00:39:23.146964" elapsed="0.025728"/>
</kw>
<kw name="Read Until Regexp" owner="SSHLibrary">
<msg time="2026-06-10T00:39:23.177506" level="INFO">[?1l&gt;[?2004lDropAllFlows transitions to on
[?1h=[90m~[0m                                                                                [?2004hopendaylight-user@root&gt;</msg>
<msg time="2026-06-10T00:39:23.177779" level="INFO">${output} = [?1l&gt;[?2004lDropAllFlows transitions to on
[?1h=[90m~[0m                                                                                [?2004hopendaylight-user@root&gt;</msg>
<var>${output}</var>
<arg>${KARAF_PROMPT}</arg>
<doc>Consumes and returns the server output until a match to ``regexp`` is found.</doc>
<status status="PASS" start="2026-06-10T00:39:23.173046" elapsed="0.004804"/>
</kw>
<kw name="Write Bare" owner="SSHLibrary">
<arg>logout\n</arg>
<doc>Writes the given ``text`` on the remote machine without appending a newline.</doc>
<status status="PASS" start="2026-06-10T00:39:23.178183" elapsed="0.000469"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-06-10T00:39:23.178979" elapsed="0.000398"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-06-10T00:39:23.180561" level="INFO">[?1l&gt;[?2004lDropAllFlows transitions to on
[?1h=[90m~[0m                                                                                [?2004hopendaylight-user@root&gt;</msg>
<arg>${output}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-06-10T00:39:23.179766" elapsed="0.000968"/>
</kw>
<return>
<value>${output}</value>
<status status="PASS" start="2026-06-10T00:39:23.180862" elapsed="0.000189"/>
</return>
<arg>dropallpacketsrpc on</arg>
<doc>Will execute the given ${cmd} by ssh'ing to the karaf console running on 10.30.171.0
Note that this keyword will open&amp;close new SSH connection, without switching back to previously current session.</doc>
<status status="PASS" start="2026-06-10T00:39:22.957853" elapsed="0.223432"/>
</kw>
<status status="PASS" start="2026-06-10T00:39:20.888370" elapsed="2.292984"/>
</kw>
<test id="s1-t1" name="Cbench Latency Test" line="37">
<kw name="Log" owner="BuiltIn">
<msg time="2026-06-10T00:39:23.184692" level="INFO">Cbench tests using 10 iterations of 60 second tests. Switch Count: 16. Unique MACS to cycle: 100</msg>
<arg>Cbench tests using ${loops} iterations of ${duration_in_secs} second tests. Switch Count: ${switch_count}. Unique MACS to cycle: ${num_of_unique_macs}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-06-10T00:39:23.182452" elapsed="0.002332"/>
</kw>
<kw name="Run Cbench And Log Results">
<kw name="Set Suite Variable" owner="BuiltIn">
<msg time="2026-06-10T00:39:23.186605" level="INFO">${output_filename} = latency.csv</msg>
<arg>${output_filename}</arg>
<doc>Makes a variable available everywhere within the scope of the current suite.</doc>
<status status="PASS" start="2026-06-10T00:39:23.186200" elapsed="0.000451"/>
</kw>
<if>
<branch type="IF" condition="&quot;${cbench_system}&quot; == &quot;localhost&quot;">
<kw name="Run" owner="OperatingSystem">
<var>${output}</var>
<arg>${cbench_executable} -c ${ODL_SYSTEM_IP} ${cbench_args}</arg>
<doc>_This keyword is considered deprecated. Use the
[http://robotframework.org/robotframework/latest/libraries/Process.html|
Process] library instead._</doc>
<status status="NOT RUN" start="2026-06-10T00:39:23.187033" elapsed="0.000022"/>
</kw>
<status status="NOT RUN" start="2026-06-10T00:39:23.186748" elapsed="0.000344"/>
</branch>
<branch type="ELSE">
<kw name="Run Command On Remote System" owner="Utils">
<if>
<branch type="IF" condition="&quot;${return_stdout}&quot;!=&quot;True&quot; and &quot;${return_stderr}&quot;!=&quot;True&quot;">
<kw name="Fail" owner="BuiltIn">
<arg>At least one of {return_stdout} or {return_stderr} args should be set to True</arg>
<doc>Fails the test with the given message and optionally alters its tags.</doc>
<status status="NOT RUN" start="2026-06-10T00:39:23.190332" elapsed="0.000021"/>
</kw>
<status status="NOT RUN" start="2026-06-10T00:39:23.190070" elapsed="0.000318"/>
</branch>
<status status="PASS" start="2026-06-10T00:39:23.190044" elapsed="0.000370"/>
</if>
<kw name="Get Connection" owner="SSHLibrary">
<msg time="2026-06-10T00:39:23.190803" level="INFO">index=None
host=None
alias=None
port=22
timeout=3 seconds
newline=

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

prompt=None
term_type=vt100
width=80
height=24
path_separator=/
encoding=utf8
escape_ansi=False
encoding_errors=strict</msg>
<var>${current_ssh_connection}</var>
<doc>Returns information about the connection.</doc>
<status status="PASS" start="2026-06-10T00:39:23.190566" elapsed="0.000390"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-06-10T00:39:23.191541" level="INFO">Attempting to execute command "/usr/local/bin/cbench -c 10.30.171.0 -m 60000 -M 100 -S 16 -l 10 -D 5000 -p 6633" on remote system "10.30.171.83" by user "jenkins" with keyfile pass "any" and prompt "&gt;" and password ""</msg>
<arg>Attempting to execute command "${cmd}" on remote system "${system}" by user "${user}" with keyfile pass "${keyfile_pass}" and prompt "${prompt}" and password "${password}"</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-06-10T00:39:23.191092" elapsed="0.000514"/>
</kw>
<kw name="Open Connection" owner="SSHLibrary">
<msg time="2026-06-10T00:39:23.192262" level="INFO">${conn_id} = 5</msg>
<var>${conn_id}</var>
<arg>${system}</arg>
<arg>prompt=${prompt}</arg>
<arg>timeout=${prompt_timeout}</arg>
<doc>Opens a new SSH connection to the given ``host`` and ``port``.</doc>
<status status="PASS" start="2026-06-10T00:39:23.191751" elapsed="0.000538"/>
</kw>
<kw name="Flexible_SSH_Login" owner="SSHKeywords">
<kw name="Get Length" owner="BuiltIn">
<msg time="2026-06-10T00:39:23.193280" level="INFO">Length is 0.</msg>
<msg time="2026-06-10T00:39:23.193372" level="INFO">${pwd_length} = 0</msg>
<var>${pwd_length}</var>
<arg>${password}</arg>
<doc>Returns and logs the length of the given item as an integer.</doc>
<status status="PASS" start="2026-06-10T00:39:23.192919" elapsed="0.000477"/>
</kw>
<kw name="Run Keyword And Return If" owner="BuiltIn">
<arg>${pwd_length} &gt; 0</arg>
<arg>SSHLibrary.Login</arg>
<arg>${user}</arg>
<arg>${password}</arg>
<arg>delay=${delay}</arg>
<doc>Runs the specified keyword and returns from the enclosing user keyword.</doc>
<status status="PASS" start="2026-06-10T00:39:23.193557" elapsed="0.000347"/>
</kw>
<kw name="Run Keyword And Return" owner="BuiltIn">
<kw name="Login With Public Key" owner="SSHLibrary">
<msg time="2026-06-10T00:39:23.194800" level="INFO">Logging into '10.30.171.83:22' as 'jenkins'.</msg>
<msg time="2026-06-10T00:39:23.526266" level="INFO">Read output: Welcome to Ubuntu 22.04.5 LTS (GNU/Linux 5.15.0-153-generic x86_64)

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

 System information as of Wed Jun 10 00:39:22 UTC 2026

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


Expanded Security Maintenance for Applications is not enabled.

0 updates can be applied immediately.

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


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


Last login: Wed Jun 10 00:39:22 2026 from 10.30.170.215
[?2004h[jenkins@releng-63164-295-1-mininet-ovs-217-0 ~]&gt;</msg>
<arg>${user}</arg>
<arg>${USER_HOME}/.ssh/${SSH_KEY}</arg>
<arg>${KEYFILE_PASS}</arg>
<arg>delay=${delay}</arg>
<doc>Logs into the SSH server using key-based authentication.</doc>
<status status="PASS" start="2026-06-10T00:39:23.194421" elapsed="0.332180"/>
</kw>
<msg time="2026-06-10T00:39:23.526733" level="INFO">Returning from the enclosing user keyword.</msg>
<arg>SSHLibrary.Login With Public Key</arg>
<arg>${user}</arg>
<arg>${USER_HOME}/.ssh/${SSH_KEY}</arg>
<arg>${KEYFILE_PASS}</arg>
<arg>delay=${delay}</arg>
<doc>Runs the specified keyword and returns from the enclosing user keyword.</doc>
<status status="PASS" start="2026-06-10T00:39:23.194062" elapsed="0.332803"/>
</kw>
<arg>${user}</arg>
<arg>${password}</arg>
<doc>On active SSH session: if given non-empty password, do Login, else do Login With Public Key.</doc>
<status status="PASS" start="2026-06-10T00:39:23.192496" elapsed="0.334547"/>
</kw>
<kw name="Execute Command" owner="SSHLibrary">
<msg time="2026-06-10T00:39:23.528404" level="INFO">Executing command '/usr/local/bin/cbench -c 10.30.171.0 -m 60000 -M 100 -S 16 -l 10 -D 5000 -p 6633'.</msg>
<msg time="2026-06-10T00:49:29.661930" level="INFO">Command exited with return code 0.</msg>
<msg time="2026-06-10T00:49:29.662907" level="INFO">${stdout} = </msg>
<msg time="2026-06-10T00:49:29.662977" level="INFO">${stderr} = cbench: controller benchmarking tool
   running in mode 'latency'
   connecting to controller at 10.30.171.0:6633 
   faking 16 switches with 1 threads :: 10 tests each; 60000 ms per test
   with 100 ...</msg>
<var>${stdout}</var>
<var>${stderr}</var>
<arg>${cmd}</arg>
<arg>return_stderr=True</arg>
<doc>Executes ``command`` on the remote machine and returns its outputs.</doc>
<status status="PASS" start="2026-06-10T00:39:23.527377" elapsed="606.135639"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-06-10T00:49:29.664458" elapsed="0.001163"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-06-10T00:49:29.666593" level="INFO">cbench: controller benchmarking tool
   running in mode 'latency'
   connecting to controller at 10.30.171.0: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.0. So far 1 cbench instances have initialized their switches.  Waiting for other cbench-instances
Thread-0: Total switches from ALL cbench-instances initialized.
00:40:28.745 16  switches: flows:  105006 105077 106480 105752 107227 102094 105257 102131 102576 101776 103085 101001 101759 100636 103591 100318  total = 27.562767 per ms 
00:41:28.845 16  switches: flows:  114988 115372 115443 115241 114824 113508 112841 111734 112689 110713 112789 110461 110726 112283 111996 109717  total = 30.038596 per ms 
00:42:28.946 16  switches: flows:  116493 115943 114252 117468 115377 112893 111649 112521 111320 106476 114583 113066 112873 111584 110306 111326  total = 30.085250 per ms 
00:43:29.047 16  switches: flows:  117320 116803 114574 114278 116955 113744 113016 113898 111663 110820 114549 111584 112647 112287 111048 110388  total = 30.209126 per ms 
00:44:29.148 16  switches: flows:  125756 127058 126478 125787 125950 123472 122488 125700 121460 119032 124309 122900 122827 122889 121825 119109  total = 32.895715 per ms 
00:45:29.249 16  switches: flows:  127504 127245 127676 126692 126141 124553 124356 125201 123757 121696 123941 124134 123665 123888 121031 121831  total = 33.166421 per ms 
00:46:29.350 16  switches: flows:  126945 127871 126898 129331 126341 125837 123026 125645 124925 123881 125967 124457 124768 125115 123456 123392  total = 33.408478 per ms 
00:47:29.451 16  switches: flows:  118807 120099 119755 118579 120033 115705 114904 117900 114424 114367 116239 115393 114509 115101 114237 114083  total = 31.017038 per ms 
00:48:29.554 16  switches: flows:  121518 118317 119991 119231 120111 120012 115995 118273 116899 113551 117534 116284 112797 117520 113807 113686  total = 31.205718 per ms 
00:49:29.655 16  switches: flows:  125549 125180 127526 126016 127745 126507 121713 124824 121012 118905 121820 122656 120777 120765 121603 118886  total = 32.803264 per ms 
RESULT: 16 switches 9 tests min/max/avg/stdev = 30038.60/33408.48/31647.73/10633.13 responses/s</msg>
<arg>${stderr}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-06-10T00:49:29.666058" elapsed="0.000744"/>
</kw>
<if>
<branch type="IF" condition="&quot;${return_stdout}&quot;!=&quot;True&quot;">
<return>
<value>${stderr}</value>
<status status="PASS" start="2026-06-10T00:49:29.667153" elapsed="0.000052"/>
</return>
<status status="PASS" start="2026-06-10T00:49:29.666945" elapsed="0.000312"/>
</branch>
<status status="PASS" start="2026-06-10T00:49:29.666903" elapsed="0.000390"/>
</if>
<if>
<branch type="IF" condition="&quot;${return_stderr}&quot;!=&quot;True&quot;">
<return>
<value>${stdout}</value>
<status status="NOT RUN" start="2026-06-10T00:49:29.667430" elapsed="0.000017"/>
</return>
<status status="NOT RUN" start="2026-06-10T00:49:29.667377" elapsed="0.000127"/>
</branch>
<status status="NOT RUN" start="2026-06-10T00:49:29.667354" elapsed="0.000201"/>
</if>
<return>
<value>${stdout}</value>
<value>${stderr}</value>
<status status="NOT RUN" start="2026-06-10T00:49:29.667610" elapsed="0.000020"/>
</return>
<kw name="Restore_Current_Ssh_Connection_From_Index" owner="SSHKeywords" type="TEARDOWN">
<kw name="Run Keyword And Return If" owner="BuiltIn">
<arg>${connection_index} is not None</arg>
<arg>SSHLibrary.Switch Connection</arg>
<arg>${connection_index}</arg>
<doc>Runs the specified keyword and returns from the enclosing user keyword.</doc>
<status status="PASS" start="2026-06-10T00:49:29.671158" elapsed="0.000531"/>
</kw>
<kw name="Open Connection" owner="SSHLibrary">
<arg>127.0.0.1</arg>
<doc>Opens a new SSH connection to the given ``host`` and ``port``.</doc>
<status status="PASS" start="2026-06-10T00:49:29.671896" elapsed="0.000181"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-06-10T00:49:29.672207" elapsed="0.000100"/>
</kw>
<arg>${current_ssh_connection.index}</arg>
<doc>Restore active SSH connection in SSHLibrary to given index.</doc>
<status status="PASS" start="2026-06-10T00:49:29.668081" elapsed="0.004280"/>
</kw>
<msg time="2026-06-10T00:49:29.672490" level="INFO">${output} = cbench: controller benchmarking tool
   running in mode 'latency'
   connecting to controller at 10.30.171.0:6633 
   faking 16 switches with 1 threads :: 10 tests each; 60000 ms per test
   with 100 ...</msg>
<var>${output}</var>
<arg>${cbench_system}</arg>
<arg>${cbench_executable} -c ${ODL_SYSTEM_IP} ${cbench_args}</arg>
<arg>prompt_timeout=${test_timeout}</arg>
<arg>return_stdout=False</arg>
<arg>return_stderr=True</arg>
<doc>Reduces the common work of running a command on a remote system to a single higher level
robot keyword, taking care to log in with a public key and. The command given is written and the return value
depends on the passed argument values of return_stdout (default: True) and return_stderr (default: False).
At least one should be True, or the keyword will exit and FAIL. If both are True, the resulting return value
will be a two element list containing both. Otherwise the resulting return value is a string.
No test conditions are checked.</doc>
<status status="PASS" start="2026-06-10T00:39:23.187483" elapsed="606.485034"/>
</kw>
<status status="PASS" start="2026-06-10T00:39:23.187126" elapsed="606.485456"/>
</branch>
<status status="PASS" start="2026-06-10T00:39:23.186717" elapsed="606.485889"/>
</if>
<kw name="Log" owner="BuiltIn">
<msg time="2026-06-10T00:49:29.673042" level="INFO">cbench: controller benchmarking tool
   running in mode 'latency'
   connecting to controller at 10.30.171.0: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.0. So far 1 cbench instances have initialized their switches.  Waiting for other cbench-instances
Thread-0: Total switches from ALL cbench-instances initialized.
00:40:28.745 16  switches: flows:  105006 105077 106480 105752 107227 102094 105257 102131 102576 101776 103085 101001 101759 100636 103591 100318  total = 27.562767 per ms 
00:41:28.845 16  switches: flows:  114988 115372 115443 115241 114824 113508 112841 111734 112689 110713 112789 110461 110726 112283 111996 109717  total = 30.038596 per ms 
00:42:28.946 16  switches: flows:  116493 115943 114252 117468 115377 112893 111649 112521 111320 106476 114583 113066 112873 111584 110306 111326  total = 30.085250 per ms 
00:43:29.047 16  switches: flows:  117320 116803 114574 114278 116955 113744 113016 113898 111663 110820 114549 111584 112647 112287 111048 110388  total = 30.209126 per ms 
00:44:29.148 16  switches: flows:  125756 127058 126478 125787 125950 123472 122488 125700 121460 119032 124309 122900 122827 122889 121825 119109  total = 32.895715 per ms 
00:45:29.249 16  switches: flows:  127504 127245 127676 126692 126141 124553 124356 125201 123757 121696 123941 124134 123665 123888 121031 121831  total = 33.166421 per ms 
00:46:29.350 16  switches: flows:  126945 127871 126898 129331 126341 125837 123026 125645 124925 123881 125967 124457 124768 125115 123456 123392  total = 33.408478 per ms 
00:47:29.451 16  switches: flows:  118807 120099 119755 118579 120033 115705 114904 117900 114424 114367 116239 115393 114509 115101 114237 114083  total = 31.017038 per ms 
00:48:29.554 16  switches: flows:  121518 118317 119991 119231 120111 120012 115995 118273 116899 113551 117534 116284 112797 117520 113807 113686  total = 31.205718 per ms 
00:49:29.655 16  switches: flows:  125549 125180 127526 126016 127745 126507 121713 124824 121012 118905 121820 122656 120777 120765 121603 118886  total = 32.803264 per ms 
RESULT: 16 switches 9 tests min/max/avg/stdev = 30038.60/33408.48/31647.73/10633.13 responses/s</msg>
<arg>${output}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-06-10T00:49:29.672748" elapsed="0.000368"/>
</kw>
<kw name="Should Contain" owner="BuiltIn">
<arg>${output}</arg>
<arg>RESULT</arg>
<doc>Fails if ``container`` does not contain ``item`` one or more times.</doc>
<status status="PASS" start="2026-06-10T00:49:29.673267" elapsed="0.000397"/>
</kw>
<kw name="Get Lines Containing String" owner="String">
<msg time="2026-06-10T00:49:29.674064" level="INFO">1 out of 23 lines matched.</msg>
<msg time="2026-06-10T00:49:29.674154" level="INFO">${result_line} = RESULT: 16 switches 9 tests min/max/avg/stdev = 30038.60/33408.48/31647.73/10633.13 responses/s</msg>
<var>${result_line}</var>
<arg>${output}</arg>
<arg>RESULT</arg>
<doc>Returns lines of the given ``string`` that contain the ``pattern``.</doc>
<status status="PASS" start="2026-06-10T00:49:29.673825" elapsed="0.000354"/>
</kw>
<kw name="Split String" owner="String">
<msg time="2026-06-10T00:49:29.674606" level="INFO">@{results_list} = [ RESULT: | 16 | switches | 9 | tests | min/max/avg/stdev | = | 30038.60/33408.48/31647.73/10633.13 | responses/s ]</msg>
<var>@{results_list}</var>
<arg>${result_line}</arg>
<doc>Splits the ``string`` using ``separator`` as a delimiter string.</doc>
<status status="PASS" start="2026-06-10T00:49:29.674334" elapsed="0.000299"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-06-10T00:49:29.677019" level="INFO">min/max/avg/stdev</msg>
<arg>${results_list[5]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-06-10T00:49:29.674778" elapsed="0.002297"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-06-10T00:49:29.679425" level="INFO">30038.60/33408.48/31647.73/10633.13</msg>
<arg>${results_list[7]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-06-10T00:49:29.677220" elapsed="0.002262"/>
</kw>
<kw name="Split String" owner="String">
<msg time="2026-06-10T00:49:29.681868" level="INFO">@{result_name_list} = [ min | max | avg | stdev ]</msg>
<var>@{result_name_list}</var>
<arg>${results_list[5]}</arg>
<arg>/</arg>
<doc>Splits the ``string`` using ``separator`` as a delimiter string.</doc>
<status status="PASS" start="2026-06-10T00:49:29.679674" elapsed="0.002221"/>
</kw>
<kw name="Split String" owner="String">
<msg time="2026-06-10T00:49:29.684355" level="INFO">@{result_value_list} = [ 30038.60 | 33408.48 | 31647.73 | 10633.13 ]</msg>
<var>@{result_value_list}</var>
<arg>${results_list[7]}</arg>
<arg>/</arg>
<doc>Splits the ``string`` using ``separator`` as a delimiter string.</doc>
<status status="PASS" start="2026-06-10T00:49:29.682082" elapsed="0.002301"/>
</kw>
<kw name="Get Length" owner="BuiltIn">
<msg time="2026-06-10T00:49:29.684865" level="INFO">Length is 4.</msg>
<msg time="2026-06-10T00:49:29.684952" level="INFO">${num_stats} = 4</msg>
<var>${num_stats}</var>
<arg>${result_name_list}</arg>
<doc>Returns and logs the length of the given item as an integer.</doc>
<status status="PASS" start="2026-06-10T00:49:29.684554" elapsed="0.000422"/>
</kw>
<for flavor="IN RANGE">
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-06-10T00:49:29.689665" level="INFO">min :: 30038.60</msg>
<arg>${result_name_list[${i}]} :: ${result_value_list[${i}]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-06-10T00:49:29.685374" elapsed="0.004347"/>
</kw>
<var name="${i}">0</var>
<status status="PASS" start="2026-06-10T00:49:29.685241" elapsed="0.004515"/>
</iter>
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-06-10T00:49:29.694228" level="INFO">max :: 33408.48</msg>
<arg>${result_name_list[${i}]} :: ${result_value_list[${i}]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-06-10T00:49:29.689974" elapsed="0.004310"/>
</kw>
<var name="${i}">1</var>
<status status="PASS" start="2026-06-10T00:49:29.689847" elapsed="0.004471"/>
</iter>
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-06-10T00:49:29.698811" level="INFO">avg :: 31647.73</msg>
<arg>${result_name_list[${i}]} :: ${result_value_list[${i}]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-06-10T00:49:29.694548" elapsed="0.004319"/>
</kw>
<var name="${i}">2</var>
<status status="PASS" start="2026-06-10T00:49:29.694406" elapsed="0.004495"/>
</iter>
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-06-10T00:49:29.703591" level="INFO">stdev :: 10633.13</msg>
<arg>${result_name_list[${i}]} :: ${result_value_list[${i}]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-06-10T00:49:29.699117" elapsed="0.004543"/>
</kw>
<var name="${i}">3</var>
<status status="PASS" start="2026-06-10T00:49:29.698992" elapsed="0.004703"/>
</iter>
<var>${i}</var>
<value>0</value>
<value>${num_stats}</value>
<status status="PASS" start="2026-06-10T00:49:29.685047" elapsed="0.018680"/>
</for>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-06-10T00:49:29.707588" level="INFO">${min} = 30038.60</msg>
<var>${min}</var>
<arg>${result_value_list[${0}]}</arg>
<doc>Returns the given values which can then be assigned to a variables.</doc>
<status status="PASS" start="2026-06-10T00:49:29.703888" elapsed="0.003727"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-06-10T00:49:29.711733" level="INFO">${max} = 33408.48</msg>
<var>${max}</var>
<arg>${result_value_list[${1}]}</arg>
<doc>Returns the given values which can then be assigned to a variables.</doc>
<status status="PASS" start="2026-06-10T00:49:29.707972" elapsed="0.003788"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-06-10T00:49:29.715791" level="INFO">${average} = 31647.73</msg>
<var>${average}</var>
<arg>${result_value_list[${2}]}</arg>
<doc>Returns the given values which can then be assigned to a variables.</doc>
<status status="PASS" start="2026-06-10T00:49:29.711914" elapsed="0.003904"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-06-10T00:49:29.719732" level="INFO">${stdev} = 10633.13</msg>
<var>${stdev}</var>
<arg>${result_value_list[${3}]}</arg>
<doc>Returns the given values which can then be assigned to a variables.</doc>
<status status="PASS" start="2026-06-10T00:49:29.715971" elapsed="0.003787"/>
</kw>
<kw name="Get Time" owner="BuiltIn">
<msg time="2026-06-10T00:49:29.720278" level="INFO">${date} = 2026-06-10 00:49:29</msg>
<var>${date}</var>
<arg>d,m,s</arg>
<doc>Returns the given time in the requested format.</doc>
<status status="PASS" start="2026-06-10T00:49:29.719919" elapsed="0.000384"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-06-10T00:49:29.720878" level="INFO">CBench Result: 2026-06-10 00:49:29,-m 60000 -M 100 -S 16 -l 10 -D 5000 -p 6633,30038.60,33408.48,31647.73,10633.13</msg>
<arg>CBench Result: ${date},${cbench_args},${min},${max},${average},${stdev}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-06-10T00:49:29.720449" elapsed="0.000485"/>
</kw>
<kw name="Log Results And Determine Status">
<kw name="Append To File" owner="OperatingSystem">
<msg time="2026-06-10T00:49:29.722394" level="INFO" html="true">Appended to file '&lt;a href="file:///w/workspace/openflowplugin-csit-1node-cbench-only-vanadium/latency.csv"&gt;/w/workspace/openflowplugin-csit-1node-cbench-only-vanadium/latency.csv&lt;/a&gt;'.</msg>
<arg>${output_file}</arg>
<arg>${min},${max},${average}\n</arg>
<doc>Appends the given content to the specified file.</doc>
<status status="PASS" start="2026-06-10T00:49:29.721554" elapsed="0.000908"/>
</kw>
<kw name="Should Be True" owner="BuiltIn">
<arg>${average} &gt; ${threshold}</arg>
<arg>${average} flow_mods per/sec did not exceed threshold of ${threshold}</arg>
<doc>Fails if the given condition is not true.</doc>
<status status="PASS" start="2026-06-10T00:49:29.722629" elapsed="0.000460"/>
</kw>
<arg>${min}</arg>
<arg>${max}</arg>
<arg>${average}</arg>
<arg>${average_threshold}</arg>
<arg>${output_filename}</arg>
<status status="PASS" start="2026-06-10T00:49:29.721075" elapsed="0.002079"/>
</kw>
<arg>-m ${duration_in_ms} -M ${num_of_unique_macs} -S ${switch_count} -l ${loops} -D ${start_delay} -p ${of_port}</arg>
<arg>${latency_threshold}</arg>
<arg>${latency_results_file}</arg>
<status status="PASS" start="2026-06-10T00:39:23.185438" elapsed="606.537777"/>
</kw>
<kw name="Sleep" owner="BuiltIn">
<msg time="2026-06-10T00:49:29.723713" level="INFO">Slept 0 seconds.</msg>
<arg>${test_delay}</arg>
<doc>Pauses the test executed for the given time.</doc>
<status status="PASS" start="2026-06-10T00:49:29.723367" elapsed="0.000403"/>
</kw>
<kw name="Log Results As Zero If Cbench Timed Out" type="TEARDOWN">
<kw name="Run Keyword If Timeout Occurred" owner="BuiltIn">
<arg>Log Results And Determine Status</arg>
<arg>0</arg>
<arg>0</arg>
<arg>0</arg>
<arg>0</arg>
<arg>${output_filename}</arg>
<doc>Runs the given keyword if either a test or a keyword timeout has occurred.</doc>
<status status="PASS" start="2026-06-10T00:49:29.724281" elapsed="0.000286"/>
</kw>
<status status="PASS" start="2026-06-10T00:49:29.723983" elapsed="0.000665"/>
</kw>
<doc>cbench executed in default latency mode. Test parameters have defaults, but can be overridden
on the pybot command line</doc>
<tag>cbench</tag>
<tag>latency</tag>
<timeout value="15 minutes"/>
<status status="PASS" start="2026-06-10T00:39:23.181586" elapsed="606.543101"/>
</test>
<test id="s1-t2" name="Cbench Throughput Test" line="51">
<kw name="Log" owner="BuiltIn">
<msg time="2026-06-10T00:49:29.725964" level="INFO">Cbench tests using 10 iterations of 60 second tests. Switch Count: 16. Unique MACS to cycle: 100</msg>
<arg>Cbench tests using ${loops} iterations of ${duration_in_secs} second tests. Switch Count: ${switch_count}. Unique MACS to cycle: ${num_of_unique_macs}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-06-10T00:49:29.725578" elapsed="0.000444"/>
</kw>
<kw name="Run Cbench And Log Results">
<kw name="Set Suite Variable" owner="BuiltIn">
<msg time="2026-06-10T00:49:29.727274" level="INFO">${output_filename} = throughput.csv</msg>
<arg>${output_filename}</arg>
<doc>Makes a variable available everywhere within the scope of the current suite.</doc>
<status status="PASS" start="2026-06-10T00:49:29.726941" elapsed="0.000376"/>
</kw>
<if>
<branch type="IF" condition="&quot;${cbench_system}&quot; == &quot;localhost&quot;">
<kw name="Run" owner="OperatingSystem">
<var>${output}</var>
<arg>${cbench_executable} -c ${ODL_SYSTEM_IP} ${cbench_args}</arg>
<doc>_This keyword is considered deprecated. Use the
[http://robotframework.org/robotframework/latest/libraries/Process.html|
Process] library instead._</doc>
<status status="NOT RUN" start="2026-06-10T00:49:29.727681" elapsed="0.000023"/>
</kw>
<status status="NOT RUN" start="2026-06-10T00:49:29.727423" elapsed="0.000318"/>
</branch>
<branch type="ELSE">
<kw name="Run Command On Remote System" owner="Utils">
<if>
<branch type="IF" condition="&quot;${return_stdout}&quot;!=&quot;True&quot; and &quot;${return_stderr}&quot;!=&quot;True&quot;">
<kw name="Fail" owner="BuiltIn">
<arg>At least one of {return_stdout} or {return_stderr} args should be set to True</arg>
<doc>Fails the test with the given message and optionally alters its tags.</doc>
<status status="NOT RUN" start="2026-06-10T00:49:29.730690" elapsed="0.000022"/>
</kw>
<status status="NOT RUN" start="2026-06-10T00:49:29.730407" elapsed="0.000340"/>
</branch>
<status status="PASS" start="2026-06-10T00:49:29.730388" elapsed="0.000383"/>
</if>
<kw name="Get Connection" owner="SSHLibrary">
<msg time="2026-06-10T00:49:29.731096" level="INFO">index=None
host=None
alias=None
port=22
timeout=3 seconds
newline=

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

prompt=None
term_type=vt100
width=80
height=24
path_separator=/
encoding=utf8
escape_ansi=False
encoding_errors=strict</msg>
<var>${current_ssh_connection}</var>
<doc>Returns information about the connection.</doc>
<status status="PASS" start="2026-06-10T00:49:29.730906" elapsed="0.000336"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-06-10T00:49:29.731839" level="INFO">Attempting to execute command "/usr/local/bin/cbench -c 10.30.171.0 -t -m 60000 -M 100 -S 16 -l 10 -D 5000 -p 6633" on remote system "10.30.171.83" by user "jenkins" with keyfile pass "any" and prompt "&gt;" and password ""</msg>
<arg>Attempting to execute command "${cmd}" on remote system "${system}" by user "${user}" with keyfile pass "${keyfile_pass}" and prompt "${prompt}" and password "${password}"</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-06-10T00:49:29.731377" elapsed="0.000520"/>
</kw>
<kw name="Open Connection" owner="SSHLibrary">
<msg time="2026-06-10T00:49:29.732442" level="INFO">${conn_id} = 7</msg>
<var>${conn_id}</var>
<arg>${system}</arg>
<arg>prompt=${prompt}</arg>
<arg>timeout=${prompt_timeout}</arg>
<doc>Opens a new SSH connection to the given ``host`` and ``port``.</doc>
<status status="PASS" start="2026-06-10T00:49:29.732042" elapsed="0.000426"/>
</kw>
<kw name="Flexible_SSH_Login" owner="SSHKeywords">
<kw name="Get Length" owner="BuiltIn">
<msg time="2026-06-10T00:49:29.733372" level="INFO">Length is 0.</msg>
<msg time="2026-06-10T00:49:29.733460" level="INFO">${pwd_length} = 0</msg>
<var>${pwd_length}</var>
<arg>${password}</arg>
<doc>Returns and logs the length of the given item as an integer.</doc>
<status status="PASS" start="2026-06-10T00:49:29.733066" elapsed="0.000418"/>
</kw>
<kw name="Run Keyword And Return If" owner="BuiltIn">
<arg>${pwd_length} &gt; 0</arg>
<arg>SSHLibrary.Login</arg>
<arg>${user}</arg>
<arg>${password}</arg>
<arg>delay=${delay}</arg>
<doc>Runs the specified keyword and returns from the enclosing user keyword.</doc>
<status status="PASS" start="2026-06-10T00:49:29.733640" elapsed="0.000324"/>
</kw>
<kw name="Run Keyword And Return" owner="BuiltIn">
<kw name="Login With Public Key" owner="SSHLibrary">
<msg time="2026-06-10T00:49:29.734836" level="INFO">Logging into '10.30.171.83:22' as 'jenkins'.</msg>
<msg time="2026-06-10T00:49:30.349309" level="INFO">Read output: Welcome to Ubuntu 22.04.5 LTS (GNU/Linux 5.15.0-153-generic x86_64)

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

 System information as of Wed Jun 10 00:49:29 UTC 2026

  System load:  1.0                Processes:             104
  Usage of /:   19.5% of 38.58GB   Users logged in:       0
  Memory usage: 4%                 IPv4 address for ens3: 10.30.171.83
  Swap usage:   0%


Expanded Security Maintenance for Applications is not enabled.

0 updates can be applied immediately.

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


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


Last login: Wed Jun 10 00:39:23 2026 from 10.30.170.215
[?2004h[jenkins@releng-63164-295-1-mininet-ovs-217-0 ~]&gt;</msg>
<arg>${user}</arg>
<arg>${USER_HOME}/.ssh/${SSH_KEY}</arg>
<arg>${KEYFILE_PASS}</arg>
<arg>delay=${delay}</arg>
<doc>Logs into the SSH server using key-based authentication.</doc>
<status status="PASS" start="2026-06-10T00:49:29.734464" elapsed="0.615097"/>
</kw>
<msg time="2026-06-10T00:49:30.349669" level="INFO">Returning from the enclosing user keyword.</msg>
<arg>SSHLibrary.Login With Public Key</arg>
<arg>${user}</arg>
<arg>${USER_HOME}/.ssh/${SSH_KEY}</arg>
<arg>${KEYFILE_PASS}</arg>
<arg>delay=${delay}</arg>
<doc>Runs the specified keyword and returns from the enclosing user keyword.</doc>
<status status="PASS" start="2026-06-10T00:49:29.734117" elapsed="0.615662"/>
</kw>
<arg>${user}</arg>
<arg>${password}</arg>
<doc>On active SSH session: if given non-empty password, do Login, else do Login With Public Key.</doc>
<status status="PASS" start="2026-06-10T00:49:29.732687" elapsed="0.617238"/>
</kw>
<kw name="Execute Command" owner="SSHLibrary">
<msg time="2026-06-10T00:49:30.350613" level="INFO">Executing command '/usr/local/bin/cbench -c 10.30.171.0 -t -m 60000 -M 100 -S 16 -l 10 -D 5000 -p 6633'.</msg>
<msg time="2026-06-10T00:59:36.832150" level="INFO">Command exited with return code 0.</msg>
<msg time="2026-06-10T00:59:36.834395" level="INFO">${stdout} = </msg>
<msg time="2026-06-10T00:59:36.834470" level="INFO">${stderr} = cbench: controller benchmarking tool
   running in mode 'throughput'
   connecting to controller at 10.30.171.0:6633 
   faking 16 switches with 1 threads :: 10 tests each; 60000 ms per test
   with 1...</msg>
<var>${stdout}</var>
<var>${stderr}</var>
<arg>${cmd}</arg>
<arg>return_stderr=True</arg>
<doc>Executes ``command`` on the remote machine and returns its outputs.</doc>
<status status="PASS" start="2026-06-10T00:49:30.350205" elapsed="606.484303"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-06-10T00:59:36.836193" elapsed="0.002171"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-06-10T00:59:36.839011" level="INFO">cbench: controller benchmarking tool
   running in mode 'throughput'
   connecting to controller at 10.30.171.0: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.0. So far 1 cbench instances have initialized their switches.  Waiting for other cbench-instances
Thread-0: Total switches from ALL cbench-instances initialized.
00:50:35.502 16  switches: flows:  465621 432247 462613 458313 341911 463536 453701 391033 290335 440398 438360 429504 458705 307988 427414 282457  total = 109.068933 per ms 
00:51:35.603 16  switches: flows:  477307 468050 459616 473883 464026 480175 479705 471895 459938 483431 469003 476103 488925 465901 466576 456282  total = 125.467455 per ms 
00:52:35.705 16  switches: flows:  514910 516526 485255 511165 501971 503125 511315 505165 501064 505215 497062 506241 512372 516540 499661 504818  total = 134.646524 per ms 
00:53:36.209 16  switches: flows:  486763 470413 482219 480118 469966 486615 479246 475700 475907 478714 471770 477244 476006 486883 485006 469838  total = 126.479897 per ms 
00:54:36.312 16  switches: flows:  561090 555428 551749 564280 559028 570380 556580 553789 565437 559829 566661 559517 558787 556134 550217 565309  total = 148.985134 per ms 
00:55:36.412 16  switches: flows:  609818 599042 610344 603783 606237 608399 591654 602504 598873 605208 595997 604846 601296 596698 586873 589918  total = 159.923639 per ms 
00:56:36.523 16  switches: flows:  558351 544033 546615 550465 550532 563504 550189 556248 539849 548539 552220 555616 555053 542454 546250 555302  total = 146.651058 per ms 
00:57:36.625 16  switches: flows:  631069 613072 619241 612835 610927 613871 617506 620337 620427 615833 616705 615666 622746 618106 616413 621714  total = 164.495299 per ms 
00:58:36.727 16  switches: flows:  603509 607667 598706 606050 596721 607065 604601 599512 600084 602948 605720 603201 616736 600626 605536 596044  total = 160.640957 per ms 
00:59:36.829 16  switches: flows:  590854 587562 590761 589842 586262 589078 581313 585361 588817 585513 587054 589562 592052 584766 580574 579018  total = 156.207153 per ms 
RESULT: 16 switches 9 tests min/max/avg/stdev = 125467.46/164495.30/147055.23/51001.70 responses/s</msg>
<arg>${stderr}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-06-10T00:59:36.838615" elapsed="0.000572"/>
</kw>
<if>
<branch type="IF" condition="&quot;${return_stdout}&quot;!=&quot;True&quot;">
<return>
<value>${stderr}</value>
<status status="PASS" start="2026-06-10T00:59:36.839451" elapsed="0.000038"/>
</return>
<status status="PASS" start="2026-06-10T00:59:36.839288" elapsed="0.000253"/>
</branch>
<status status="PASS" start="2026-06-10T00:59:36.839259" elapsed="0.000310"/>
</if>
<if>
<branch type="IF" condition="&quot;${return_stderr}&quot;!=&quot;True&quot;">
<return>
<value>${stdout}</value>
<status status="NOT RUN" start="2026-06-10T00:59:36.839667" elapsed="0.000014"/>
</return>
<status status="NOT RUN" start="2026-06-10T00:59:36.839629" elapsed="0.000082"/>
</branch>
<status status="NOT RUN" start="2026-06-10T00:59:36.839613" elapsed="0.000119"/>
</if>
<return>
<value>${stdout}</value>
<value>${stderr}</value>
<status status="NOT RUN" start="2026-06-10T00:59:36.839762" elapsed="0.000013"/>
</return>
<kw name="Restore_Current_Ssh_Connection_From_Index" owner="SSHKeywords" type="TEARDOWN">
<kw name="Run Keyword And Return If" owner="BuiltIn">
<arg>${connection_index} is not None</arg>
<arg>SSHLibrary.Switch Connection</arg>
<arg>${connection_index}</arg>
<doc>Runs the specified keyword and returns from the enclosing user keyword.</doc>
<status status="PASS" start="2026-06-10T00:59:36.842940" elapsed="0.000346"/>
</kw>
<kw name="Open Connection" owner="SSHLibrary">
<arg>127.0.0.1</arg>
<doc>Opens a new SSH connection to the given ``host`` and ``port``.</doc>
<status status="PASS" start="2026-06-10T00:59:36.843434" elapsed="0.000192"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-06-10T00:59:36.843762" elapsed="0.000104"/>
</kw>
<arg>${current_ssh_connection.index}</arg>
<doc>Restore active SSH connection in SSHLibrary to given index.</doc>
<status status="PASS" start="2026-06-10T00:59:36.840103" elapsed="0.003817"/>
</kw>
<msg time="2026-06-10T00:59:36.844054" level="INFO">${output} = cbench: controller benchmarking tool
   running in mode 'throughput'
   connecting to controller at 10.30.171.0:6633 
   faking 16 switches with 1 threads :: 10 tests each; 60000 ms per test
   with 1...</msg>
<var>${output}</var>
<arg>${cbench_system}</arg>
<arg>${cbench_executable} -c ${ODL_SYSTEM_IP} ${cbench_args}</arg>
<arg>prompt_timeout=${test_timeout}</arg>
<arg>return_stdout=False</arg>
<arg>return_stderr=True</arg>
<doc>Reduces the common work of running a command on a remote system to a single higher level
robot keyword, taking care to log in with a public key and. The command given is written and the return value
depends on the passed argument values of return_stdout (default: True) and return_stderr (default: False).
At least one should be True, or the keyword will exit and FAIL. If both are True, the resulting return value
will be a two element list containing both. Otherwise the resulting return value is a string.
No test conditions are checked.</doc>
<status status="PASS" start="2026-06-10T00:49:29.728081" elapsed="607.115999"/>
</kw>
<status status="PASS" start="2026-06-10T00:49:29.727766" elapsed="607.116362"/>
</branch>
<status status="PASS" start="2026-06-10T00:49:29.727402" elapsed="607.116749"/>
</if>
<kw name="Log" owner="BuiltIn">
<msg time="2026-06-10T00:59:36.844605" level="INFO">cbench: controller benchmarking tool
   running in mode 'throughput'
   connecting to controller at 10.30.171.0: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.0. So far 1 cbench instances have initialized their switches.  Waiting for other cbench-instances
Thread-0: Total switches from ALL cbench-instances initialized.
00:50:35.502 16  switches: flows:  465621 432247 462613 458313 341911 463536 453701 391033 290335 440398 438360 429504 458705 307988 427414 282457  total = 109.068933 per ms 
00:51:35.603 16  switches: flows:  477307 468050 459616 473883 464026 480175 479705 471895 459938 483431 469003 476103 488925 465901 466576 456282  total = 125.467455 per ms 
00:52:35.705 16  switches: flows:  514910 516526 485255 511165 501971 503125 511315 505165 501064 505215 497062 506241 512372 516540 499661 504818  total = 134.646524 per ms 
00:53:36.209 16  switches: flows:  486763 470413 482219 480118 469966 486615 479246 475700 475907 478714 471770 477244 476006 486883 485006 469838  total = 126.479897 per ms 
00:54:36.312 16  switches: flows:  561090 555428 551749 564280 559028 570380 556580 553789 565437 559829 566661 559517 558787 556134 550217 565309  total = 148.985134 per ms 
00:55:36.412 16  switches: flows:  609818 599042 610344 603783 606237 608399 591654 602504 598873 605208 595997 604846 601296 596698 586873 589918  total = 159.923639 per ms 
00:56:36.523 16  switches: flows:  558351 544033 546615 550465 550532 563504 550189 556248 539849 548539 552220 555616 555053 542454 546250 555302  total = 146.651058 per ms 
00:57:36.625 16  switches: flows:  631069 613072 619241 612835 610927 613871 617506 620337 620427 615833 616705 615666 622746 618106 616413 621714  total = 164.495299 per ms 
00:58:36.727 16  switches: flows:  603509 607667 598706 606050 596721 607065 604601 599512 600084 602948 605720 603201 616736 600626 605536 596044  total = 160.640957 per ms 
00:59:36.829 16  switches: flows:  590854 587562 590761 589842 586262 589078 581313 585361 588817 585513 587054 589562 592052 584766 580574 579018  total = 156.207153 per ms 
RESULT: 16 switches 9 tests min/max/avg/stdev = 125467.46/164495.30/147055.23/51001.70 responses/s</msg>
<arg>${output}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-06-10T00:59:36.844297" elapsed="0.000381"/>
</kw>
<kw name="Should Contain" owner="BuiltIn">
<arg>${output}</arg>
<arg>RESULT</arg>
<doc>Fails if ``container`` does not contain ``item`` one or more times.</doc>
<status status="PASS" start="2026-06-10T00:59:36.844854" elapsed="0.000384"/>
</kw>
<kw name="Get Lines Containing String" owner="String">
<msg time="2026-06-10T00:59:36.845688" level="INFO">1 out of 23 lines matched.</msg>
<msg time="2026-06-10T00:59:36.845780" level="INFO">${result_line} = RESULT: 16 switches 9 tests min/max/avg/stdev = 125467.46/164495.30/147055.23/51001.70 responses/s</msg>
<var>${result_line}</var>
<arg>${output}</arg>
<arg>RESULT</arg>
<doc>Returns lines of the given ``string`` that contain the ``pattern``.</doc>
<status status="PASS" start="2026-06-10T00:59:36.845397" elapsed="0.000408"/>
</kw>
<kw name="Split String" owner="String">
<msg time="2026-06-10T00:59:36.846211" level="INFO">@{results_list} = [ RESULT: | 16 | switches | 9 | tests | min/max/avg/stdev | = | 125467.46/164495.30/147055.23/51001.70 | responses/s ]</msg>
<var>@{results_list}</var>
<arg>${result_line}</arg>
<doc>Splits the ``string`` using ``separator`` as a delimiter string.</doc>
<status status="PASS" start="2026-06-10T00:59:36.845958" elapsed="0.000280"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-06-10T00:59:36.848641" level="INFO">min/max/avg/stdev</msg>
<arg>${results_list[5]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-06-10T00:59:36.846382" elapsed="0.002315"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-06-10T00:59:36.851127" level="INFO">125467.46/164495.30/147055.23/51001.70</msg>
<arg>${results_list[7]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-06-10T00:59:36.848869" elapsed="0.002314"/>
</kw>
<kw name="Split String" owner="String">
<msg time="2026-06-10T00:59:36.853604" level="INFO">@{result_name_list} = [ min | max | avg | stdev ]</msg>
<var>@{result_name_list}</var>
<arg>${results_list[5]}</arg>
<arg>/</arg>
<doc>Splits the ``string`` using ``separator`` as a delimiter string.</doc>
<status status="PASS" start="2026-06-10T00:59:36.851331" elapsed="0.002300"/>
</kw>
<kw name="Split String" owner="String">
<msg time="2026-06-10T00:59:36.856023" level="INFO">@{result_value_list} = [ 125467.46 | 164495.30 | 147055.23 | 51001.70 ]</msg>
<var>@{result_value_list}</var>
<arg>${results_list[7]}</arg>
<arg>/</arg>
<doc>Splits the ``string`` using ``separator`` as a delimiter string.</doc>
<status status="PASS" start="2026-06-10T00:59:36.853823" elapsed="0.002227"/>
</kw>
<kw name="Get Length" owner="BuiltIn">
<msg time="2026-06-10T00:59:36.856548" level="INFO">Length is 4.</msg>
<msg time="2026-06-10T00:59:36.856639" level="INFO">${num_stats} = 4</msg>
<var>${num_stats}</var>
<arg>${result_name_list}</arg>
<doc>Returns and logs the length of the given item as an integer.</doc>
<status status="PASS" start="2026-06-10T00:59:36.856202" elapsed="0.000461"/>
</kw>
<for flavor="IN RANGE">
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-06-10T00:59:36.861433" level="INFO">min :: 125467.46</msg>
<arg>${result_name_list[${i}]} :: ${result_value_list[${i}]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-06-10T00:59:36.857104" elapsed="0.004386"/>
</kw>
<var name="${i}">0</var>
<status status="PASS" start="2026-06-10T00:59:36.856972" elapsed="0.004565"/>
</iter>
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-06-10T00:59:36.866280" level="INFO">max :: 164495.30</msg>
<arg>${result_name_list[${i}]} :: ${result_value_list[${i}]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-06-10T00:59:36.861761" elapsed="0.004575"/>
</kw>
<var name="${i}">1</var>
<status status="PASS" start="2026-06-10T00:59:36.861629" elapsed="0.004743"/>
</iter>
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-06-10T00:59:36.871052" level="INFO">avg :: 147055.23</msg>
<arg>${result_name_list[${i}]} :: ${result_value_list[${i}]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-06-10T00:59:36.866603" elapsed="0.004505"/>
</kw>
<var name="${i}">2</var>
<status status="PASS" start="2026-06-10T00:59:36.866460" elapsed="0.004683"/>
</iter>
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-06-10T00:59:36.875787" level="INFO">stdev :: 51001.70</msg>
<arg>${result_name_list[${i}]} :: ${result_value_list[${i}]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-06-10T00:59:36.871358" elapsed="0.004484"/>
</kw>
<var name="${i}">3</var>
<status status="PASS" start="2026-06-10T00:59:36.871230" elapsed="0.004648"/>
</iter>
<var>${i}</var>
<value>0</value>
<value>${num_stats}</value>
<status status="PASS" start="2026-06-10T00:59:36.856730" elapsed="0.019178"/>
</for>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-06-10T00:59:36.880029" level="INFO">${min} = 125467.46</msg>
<var>${min}</var>
<arg>${result_value_list[${0}]}</arg>
<doc>Returns the given values which can then be assigned to a variables.</doc>
<status status="PASS" start="2026-06-10T00:59:36.876065" elapsed="0.003991"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-06-10T00:59:36.883994" level="INFO">${max} = 164495.30</msg>
<var>${max}</var>
<arg>${result_value_list[${1}]}</arg>
<doc>Returns the given values which can then be assigned to a variables.</doc>
<status status="PASS" start="2026-06-10T00:59:36.880209" elapsed="0.003812"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-06-10T00:59:36.888031" level="INFO">${average} = 147055.23</msg>
<var>${average}</var>
<arg>${result_value_list[${2}]}</arg>
<doc>Returns the given values which can then be assigned to a variables.</doc>
<status status="PASS" start="2026-06-10T00:59:36.884173" elapsed="0.003885"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-06-10T00:59:36.895892" level="INFO">${stdev} = 51001.70</msg>
<var>${stdev}</var>
<arg>${result_value_list[${3}]}</arg>
<doc>Returns the given values which can then be assigned to a variables.</doc>
<status status="PASS" start="2026-06-10T00:59:36.888210" elapsed="0.007729"/>
</kw>
<kw name="Get Time" owner="BuiltIn">
<msg time="2026-06-10T00:59:36.896663" level="INFO">${date} = 2026-06-10 00:59:36</msg>
<var>${date}</var>
<arg>d,m,s</arg>
<doc>Returns the given time in the requested format.</doc>
<status status="PASS" start="2026-06-10T00:59:36.896210" elapsed="0.000483"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-06-10T00:59:36.897328" level="INFO">CBench Result: 2026-06-10 00:59:36,-t -m 60000 -M 100 -S 16 -l 10 -D 5000 -p 6633,125467.46,164495.30,147055.23,51001.70</msg>
<arg>CBench Result: ${date},${cbench_args},${min},${max},${average},${stdev}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-06-10T00:59:36.896844" elapsed="0.000542"/>
</kw>
<kw name="Log Results And Determine Status">
<kw name="Append To File" owner="OperatingSystem">
<msg time="2026-06-10T00:59:36.899454" level="INFO" html="true">Appended to file '&lt;a href="file:///w/workspace/openflowplugin-csit-1node-cbench-only-vanadium/throughput.csv"&gt;/w/workspace/openflowplugin-csit-1node-cbench-only-vanadium/throughput.csv&lt;/a&gt;'.</msg>
<arg>${output_file}</arg>
<arg>${min},${max},${average}\n</arg>
<doc>Appends the given content to the specified file.</doc>
<status status="PASS" start="2026-06-10T00:59:36.898060" elapsed="0.001478"/>
</kw>
<kw name="Should Be True" owner="BuiltIn">
<arg>${average} &gt; ${threshold}</arg>
<arg>${average} flow_mods per/sec did not exceed threshold of ${threshold}</arg>
<doc>Fails if the given condition is not true.</doc>
<status status="PASS" start="2026-06-10T00:59:36.899694" 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-06-10T00:59:36.897568" elapsed="0.002680"/>
</kw>
<arg>-t -m ${duration_in_ms} -M ${num_of_unique_macs} -S ${switch_count} -l ${loops} -D ${start_delay} -p ${of_port}</arg>
<arg>${throughput_threshold}</arg>
<arg>${throughput_results_file}</arg>
<status status="PASS" start="2026-06-10T00:49:29.726340" elapsed="607.173970"/>
</kw>
<kw name="Sleep" owner="BuiltIn">
<msg time="2026-06-10T00:59:36.900809" level="INFO">Slept 0 seconds.</msg>
<arg>${test_delay}</arg>
<doc>Pauses the test executed for the given time.</doc>
<status status="PASS" start="2026-06-10T00:59:36.900464" elapsed="0.000415"/>
</kw>
<kw name="Log Results As Zero If Cbench Timed Out" type="TEARDOWN">
<kw name="Run Keyword If Timeout Occurred" owner="BuiltIn">
<arg>Log Results And Determine Status</arg>
<arg>0</arg>
<arg>0</arg>
<arg>0</arg>
<arg>0</arg>
<arg>${output_filename}</arg>
<doc>Runs the given keyword if either a test or a keyword timeout has occurred.</doc>
<status status="PASS" start="2026-06-10T00:59:36.901401" elapsed="0.000310"/>
</kw>
<status status="PASS" start="2026-06-10T00:59:36.901094" elapsed="0.000690"/>
</kw>
<doc>cbench executed in throughput mode (-t). Test parameters have defaults, but can be overridden
on the pybot command line</doc>
<tag>cbench</tag>
<tag>throughput</tag>
<timeout value="15 minutes"/>
<status status="PASS" start="2026-06-10T00:49:29.724988" elapsed="607.176835"/>
</test>
<test id="s1-t3" name="Rerun Latency Test To Check Bug 6176" line="65">
<kw name="Log" owner="BuiltIn">
<msg time="2026-06-10T00:59:36.903254" level="INFO">Cbench tests using 10 iterations of 60 second tests. Switch Count: 16. Unique MACS to cycle: 100</msg>
<arg>Cbench tests using ${loops} iterations of ${duration_in_secs} second tests. Switch Count: ${switch_count}. Unique MACS to cycle: ${num_of_unique_macs}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-06-10T00:59:36.902812" elapsed="0.000497"/>
</kw>
<kw name="Run Cbench And Log Results">
<kw name="Set Suite Variable" owner="BuiltIn">
<msg time="2026-06-10T00:59:36.904553" level="INFO">${output_filename} = bug.csv</msg>
<arg>${output_filename}</arg>
<doc>Makes a variable available everywhere within the scope of the current suite.</doc>
<status status="PASS" start="2026-06-10T00:59:36.904206" elapsed="0.000390"/>
</kw>
<if>
<branch type="IF" condition="&quot;${cbench_system}&quot; == &quot;localhost&quot;">
<kw name="Run" owner="OperatingSystem">
<var>${output}</var>
<arg>${cbench_executable} -c ${ODL_SYSTEM_IP} ${cbench_args}</arg>
<doc>_This keyword is considered deprecated. Use the
[http://robotframework.org/robotframework/latest/libraries/Process.html|
Process] library instead._</doc>
<status status="NOT RUN" start="2026-06-10T00:59:36.904987" elapsed="0.000023"/>
</kw>
<status status="NOT RUN" start="2026-06-10T00:59:36.904731" elapsed="0.000316"/>
</branch>
<branch type="ELSE">
<kw name="Run Command On Remote System" owner="Utils">
<if>
<branch type="IF" condition="&quot;${return_stdout}&quot;!=&quot;True&quot; and &quot;${return_stderr}&quot;!=&quot;True&quot;">
<kw name="Fail" owner="BuiltIn">
<arg>At least one of {return_stdout} or {return_stderr} args should be set to True</arg>
<doc>Fails the test with the given message and optionally alters its tags.</doc>
<status status="NOT RUN" start="2026-06-10T00:59:36.908017" elapsed="0.000022"/>
</kw>
<status status="NOT RUN" start="2026-06-10T00:59:36.907766" elapsed="0.000308"/>
</branch>
<status status="PASS" start="2026-06-10T00:59:36.907747" elapsed="0.000351"/>
</if>
<kw name="Get Connection" owner="SSHLibrary">
<msg time="2026-06-10T00:59:36.908432" level="INFO">index=None
host=None
alias=None
port=22
timeout=3 seconds
newline=

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

prompt=None
term_type=vt100
width=80
height=24
path_separator=/
encoding=utf8
escape_ansi=False
encoding_errors=strict</msg>
<var>${current_ssh_connection}</var>
<doc>Returns information about the connection.</doc>
<status status="PASS" start="2026-06-10T00:59:36.908233" elapsed="0.000361"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-06-10T00:59:36.909163" level="INFO">Attempting to execute command "/usr/local/bin/cbench -c 10.30.171.0 -m 60000 -M 100 -S 16 -l 10 -D 5000 -p 6633" on remote system "10.30.171.83" by user "jenkins" with keyfile pass "any" and prompt "&gt;" and password ""</msg>
<arg>Attempting to execute command "${cmd}" on remote system "${system}" by user "${user}" with keyfile pass "${keyfile_pass}" and prompt "${prompt}" and password "${password}"</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-06-10T00:59:36.908729" elapsed="0.000492"/>
</kw>
<kw name="Open Connection" owner="SSHLibrary">
<msg time="2026-06-10T00:59:36.909776" level="INFO">${conn_id} = 9</msg>
<var>${conn_id}</var>
<arg>${system}</arg>
<arg>prompt=${prompt}</arg>
<arg>timeout=${prompt_timeout}</arg>
<doc>Opens a new SSH connection to the given ``host`` and ``port``.</doc>
<status status="PASS" start="2026-06-10T00:59:36.909361" elapsed="0.000443"/>
</kw>
<kw name="Flexible_SSH_Login" owner="SSHKeywords">
<kw name="Get Length" owner="BuiltIn">
<msg time="2026-06-10T00:59:36.910937" level="INFO">Length is 0.</msg>
<msg time="2026-06-10T00:59:36.911031" level="INFO">${pwd_length} = 0</msg>
<var>${pwd_length}</var>
<arg>${password}</arg>
<doc>Returns and logs the length of the given item as an integer.</doc>
<status status="PASS" start="2026-06-10T00:59:36.910423" elapsed="0.000634"/>
</kw>
<kw name="Run Keyword And Return If" owner="BuiltIn">
<arg>${pwd_length} &gt; 0</arg>
<arg>SSHLibrary.Login</arg>
<arg>${user}</arg>
<arg>${password}</arg>
<arg>delay=${delay}</arg>
<doc>Runs the specified keyword and returns from the enclosing user keyword.</doc>
<status status="PASS" start="2026-06-10T00:59:36.911201" elapsed="0.000343"/>
</kw>
<kw name="Run Keyword And Return" owner="BuiltIn">
<kw name="Login With Public Key" owner="SSHLibrary">
<msg time="2026-06-10T00:59:36.912405" level="INFO">Logging into '10.30.171.83:22' as 'jenkins'.</msg>
<msg time="2026-06-10T00:59:37.516052" level="INFO">Read output: Welcome to Ubuntu 22.04.5 LTS (GNU/Linux 5.15.0-153-generic x86_64)

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

 System information as of Wed Jun 10 00:59:37 UTC 2026

  System load:  0.34               Processes:             106
  Usage of /:   19.5% of 38.58GB   Users logged in:       0
  Memory usage: 4%                 IPv4 address for ens3: 10.30.171.83
  Swap usage:   0%


Expanded Security Maintenance for Applications is not enabled.

0 updates can be applied immediately.

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


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


Last login: Wed Jun 10 00:49:30 2026 from 10.30.170.215
[?2004h[jenkins@releng-63164-295-1-mininet-ovs-217-0 ~]&gt;</msg>
<arg>${user}</arg>
<arg>${USER_HOME}/.ssh/${SSH_KEY}</arg>
<arg>${KEYFILE_PASS}</arg>
<arg>delay=${delay}</arg>
<doc>Logs into the SSH server using key-based authentication.</doc>
<status status="PASS" start="2026-06-10T00:59:36.912048" elapsed="0.604222"/>
</kw>
<msg time="2026-06-10T00:59:37.516366" level="INFO">Returning from the enclosing user keyword.</msg>
<arg>SSHLibrary.Login With Public Key</arg>
<arg>${user}</arg>
<arg>${USER_HOME}/.ssh/${SSH_KEY}</arg>
<arg>${KEYFILE_PASS}</arg>
<arg>delay=${delay}</arg>
<doc>Runs the specified keyword and returns from the enclosing user keyword.</doc>
<status status="PASS" start="2026-06-10T00:59:36.911699" elapsed="0.604755"/>
</kw>
<arg>${user}</arg>
<arg>${password}</arg>
<doc>On active SSH session: if given non-empty password, do Login, else do Login With Public Key.</doc>
<status status="PASS" start="2026-06-10T00:59:36.910005" elapsed="0.606596"/>
</kw>
<kw name="Execute Command" owner="SSHLibrary">
<msg time="2026-06-10T00:59:37.517193" level="INFO">Executing command '/usr/local/bin/cbench -c 10.30.171.0 -m 60000 -M 100 -S 16 -l 10 -D 5000 -p 6633'.</msg>
<msg time="2026-06-10T01:09:43.559487" level="INFO">Command exited with return code 0.</msg>
<msg time="2026-06-10T01:09:43.560088" level="INFO">${stdout} = </msg>
<msg time="2026-06-10T01:09:43.560194" level="INFO">${stderr} = cbench: controller benchmarking tool
   running in mode 'latency'
   connecting to controller at 10.30.171.0:6633 
   faking 16 switches with 1 threads :: 10 tests each; 60000 ms per test
   with 100 ...</msg>
<var>${stdout}</var>
<var>${stderr}</var>
<arg>${cmd}</arg>
<arg>return_stderr=True</arg>
<doc>Executes ``command`` on the remote machine and returns its outputs.</doc>
<status status="PASS" start="2026-06-10T00:59:37.516852" elapsed="606.043399"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-06-10T01:09:43.560737" elapsed="0.000707"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-06-10T01:09:43.562635" level="INFO">cbench: controller benchmarking tool
   running in mode 'latency'
   connecting to controller at 10.30.171.0: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.0. So far 1 cbench instances have initialized their switches.  Waiting for other cbench-instances
Thread-0: Total switches from ALL cbench-instances initialized.
01:00:42.655 16  switches: flows:  100947 98870 101562 100343 100446 99834 98870 102491 99562 100272 98042 101581 97292 100953 100238 98274  total = 26.659617 per ms 
01:01:42.755 16  switches: flows:  116247 112439 116022 113274 114669 113142 112708 112877 112661 114169 110594 115403 110020 114236 114886 108972  total = 30.154927 per ms 
01:02:42.855 16  switches: flows:  106954 102579 106061 104200 106096 103893 103506 105026 101913 105828 102845 105582 101714 106453 105084 101205  total = 27.769259 per ms 
01:03:42.956 16  switches: flows:  113714 109340 111807 110831 114108 109535 110725 111099 108822 111822 108048 113006 108764 109791 112480 107487  total = 29.473731 per ms 
01:04:43.056 16  switches: flows:  122086 117655 121048 119153 121044 118351 120242 120417 116519 119820 118638 120908 116763 118439 120712 115647  total = 31.737653 per ms 
01:05:43.159 16  switches: flows:  120826 117093 119754 116962 120186 119086 116248 119101 116215 118681 116540 118247 116167 118532 119226 114559  total = 31.403470 per ms 
01:06:43.259 16  switches: flows:  122645 118536 121473 120192 121587 120376 118977 120824 118900 120668 117575 120961 116781 121289 120189 116032  total = 31.896818 per ms 
01:07:43.359 16  switches: flows:  118277 113806 117540 115822 116787 118018 117854 116601 113911 115881 113926 116922 114147 116328 115927 113178  total = 30.863870 per ms 
01:08:43.459 16  switches: flows:  118769 117015 118800 119194 119591 118790 120605 118101 116440 118762 117175 117984 117308 118583 116947 117879  total = 31.479808 per ms 
01:09:43.560 16  switches: flows:  117037 114947 116614 115912 115565 113004 116974 115915 114311 114894 114678 116897 114544 114955 112774 113813  total = 30.662639 per ms 
RESULT: 16 switches 9 tests min/max/avg/stdev = 27769.26/31896.82/30604.69/10277.24 responses/s</msg>
<arg>${stderr}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-06-10T01:09:43.561868" elapsed="0.001068"/>
</kw>
<if>
<branch type="IF" condition="&quot;${return_stdout}&quot;!=&quot;True&quot;">
<return>
<value>${stderr}</value>
<status status="PASS" start="2026-06-10T01:09:43.563454" elapsed="0.000098"/>
</return>
<status status="PASS" start="2026-06-10T01:09:43.563130" elapsed="0.000508"/>
</branch>
<status status="PASS" start="2026-06-10T01:09:43.563078" elapsed="0.000615"/>
</if>
<if>
<branch type="IF" condition="&quot;${return_stderr}&quot;!=&quot;True&quot;">
<return>
<value>${stdout}</value>
<status status="NOT RUN" start="2026-06-10T01:09:43.563902" elapsed="0.000029"/>
</return>
<status status="NOT RUN" start="2026-06-10T01:09:43.563821" elapsed="0.000171"/>
</branch>
<status status="NOT RUN" start="2026-06-10T01:09:43.563785" elapsed="0.000255"/>
</if>
<return>
<value>${stdout}</value>
<value>${stderr}</value>
<status status="NOT RUN" start="2026-06-10T01:09:43.564108" elapsed="0.000029"/>
</return>
<kw name="Restore_Current_Ssh_Connection_From_Index" owner="SSHKeywords" type="TEARDOWN">
<kw name="Run Keyword And Return If" owner="BuiltIn">
<arg>${connection_index} is not None</arg>
<arg>SSHLibrary.Switch Connection</arg>
<arg>${connection_index}</arg>
<doc>Runs the specified keyword and returns from the enclosing user keyword.</doc>
<status status="PASS" start="2026-06-10T01:09:43.569127" elapsed="0.000340"/>
</kw>
<kw name="Open Connection" owner="SSHLibrary">
<arg>127.0.0.1</arg>
<doc>Opens a new SSH connection to the given ``host`` and ``port``.</doc>
<status status="PASS" start="2026-06-10T01:09:43.569630" elapsed="0.000166"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-06-10T01:09:43.569926" elapsed="0.000098"/>
</kw>
<arg>${current_ssh_connection.index}</arg>
<doc>Restore active SSH connection in SSHLibrary to given index.</doc>
<status status="PASS" start="2026-06-10T01:09:43.564822" elapsed="0.005255"/>
</kw>
<msg time="2026-06-10T01:09:43.570206" level="INFO">${output} = cbench: controller benchmarking tool
   running in mode 'latency'
   connecting to controller at 10.30.171.0:6633 
   faking 16 switches with 1 threads :: 10 tests each; 60000 ms per test
   with 100 ...</msg>
<var>${output}</var>
<arg>${cbench_system}</arg>
<arg>${cbench_executable} -c ${ODL_SYSTEM_IP} ${cbench_args}</arg>
<arg>prompt_timeout=${test_timeout}</arg>
<arg>return_stdout=False</arg>
<arg>return_stderr=True</arg>
<doc>Reduces the common work of running a command on a remote system to a single higher level
robot keyword, taking care to log in with a public key and. The command given is written and the return value
depends on the passed argument values of return_stdout (default: True) and return_stderr (default: False).
At least one should be True, or the keyword will exit and FAIL. If both are True, the resulting return value
will be a two element list containing both. Otherwise the resulting return value is a string.
No test conditions are checked.</doc>
<status status="PASS" start="2026-06-10T00:59:36.905397" elapsed="606.664835"/>
</kw>
<status status="PASS" start="2026-06-10T00:59:36.905074" elapsed="606.665208"/>
</branch>
<status status="PASS" start="2026-06-10T00:59:36.904705" elapsed="606.665601"/>
</if>
<kw name="Log" owner="BuiltIn">
<msg time="2026-06-10T01:09:43.570750" level="INFO">cbench: controller benchmarking tool
   running in mode 'latency'
   connecting to controller at 10.30.171.0: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.0. So far 1 cbench instances have initialized their switches.  Waiting for other cbench-instances
Thread-0: Total switches from ALL cbench-instances initialized.
01:00:42.655 16  switches: flows:  100947 98870 101562 100343 100446 99834 98870 102491 99562 100272 98042 101581 97292 100953 100238 98274  total = 26.659617 per ms 
01:01:42.755 16  switches: flows:  116247 112439 116022 113274 114669 113142 112708 112877 112661 114169 110594 115403 110020 114236 114886 108972  total = 30.154927 per ms 
01:02:42.855 16  switches: flows:  106954 102579 106061 104200 106096 103893 103506 105026 101913 105828 102845 105582 101714 106453 105084 101205  total = 27.769259 per ms 
01:03:42.956 16  switches: flows:  113714 109340 111807 110831 114108 109535 110725 111099 108822 111822 108048 113006 108764 109791 112480 107487  total = 29.473731 per ms 
01:04:43.056 16  switches: flows:  122086 117655 121048 119153 121044 118351 120242 120417 116519 119820 118638 120908 116763 118439 120712 115647  total = 31.737653 per ms 
01:05:43.159 16  switches: flows:  120826 117093 119754 116962 120186 119086 116248 119101 116215 118681 116540 118247 116167 118532 119226 114559  total = 31.403470 per ms 
01:06:43.259 16  switches: flows:  122645 118536 121473 120192 121587 120376 118977 120824 118900 120668 117575 120961 116781 121289 120189 116032  total = 31.896818 per ms 
01:07:43.359 16  switches: flows:  118277 113806 117540 115822 116787 118018 117854 116601 113911 115881 113926 116922 114147 116328 115927 113178  total = 30.863870 per ms 
01:08:43.459 16  switches: flows:  118769 117015 118800 119194 119591 118790 120605 118101 116440 118762 117175 117984 117308 118583 116947 117879  total = 31.479808 per ms 
01:09:43.560 16  switches: flows:  117037 114947 116614 115912 115565 113004 116974 115915 114311 114894 114678 116897 114544 114955 112774 113813  total = 30.662639 per ms 
RESULT: 16 switches 9 tests min/max/avg/stdev = 27769.26/31896.82/30604.69/10277.24 responses/s</msg>
<arg>${output}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-06-10T01:09:43.570445" elapsed="0.000380"/>
</kw>
<kw name="Should Contain" owner="BuiltIn">
<arg>${output}</arg>
<arg>RESULT</arg>
<doc>Fails if ``container`` does not contain ``item`` one or more times.</doc>
<status status="PASS" start="2026-06-10T01:09:43.570972" elapsed="0.000377"/>
</kw>
<kw name="Get Lines Containing String" owner="String">
<msg time="2026-06-10T01:09:43.571751" level="INFO">1 out of 23 lines matched.</msg>
<msg time="2026-06-10T01:09:43.571841" level="INFO">${result_line} = RESULT: 16 switches 9 tests min/max/avg/stdev = 27769.26/31896.82/30604.69/10277.24 responses/s</msg>
<var>${result_line}</var>
<arg>${output}</arg>
<arg>RESULT</arg>
<doc>Returns lines of the given ``string`` that contain the ``pattern``.</doc>
<status status="PASS" start="2026-06-10T01:09:43.571519" elapsed="0.000347"/>
</kw>
<kw name="Split String" owner="String">
<msg time="2026-06-10T01:09:43.572271" level="INFO">@{results_list} = [ RESULT: | 16 | switches | 9 | tests | min/max/avg/stdev | = | 27769.26/31896.82/30604.69/10277.24 | responses/s ]</msg>
<var>@{results_list}</var>
<arg>${result_line}</arg>
<doc>Splits the ``string`` using ``separator`` as a delimiter string.</doc>
<status status="PASS" start="2026-06-10T01:09:43.572020" elapsed="0.000278"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-06-10T01:09:43.574698" level="INFO">min/max/avg/stdev</msg>
<arg>${results_list[5]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-06-10T01:09:43.572443" elapsed="0.002311"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-06-10T01:09:43.577281" level="INFO">27769.26/31896.82/30604.69/10277.24</msg>
<arg>${results_list[7]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-06-10T01:09:43.574901" elapsed="0.002436"/>
</kw>
<kw name="Split String" owner="String">
<msg time="2026-06-10T01:09:43.579725" level="INFO">@{result_name_list} = [ min | max | avg | stdev ]</msg>
<var>@{result_name_list}</var>
<arg>${results_list[5]}</arg>
<arg>/</arg>
<doc>Splits the ``string`` using ``separator`` as a delimiter string.</doc>
<status status="PASS" start="2026-06-10T01:09:43.577487" elapsed="0.002265"/>
</kw>
<kw name="Split String" owner="String">
<msg time="2026-06-10T01:09:43.582148" level="INFO">@{result_value_list} = [ 27769.26 | 31896.82 | 30604.69 | 10277.24 ]</msg>
<var>@{result_value_list}</var>
<arg>${results_list[7]}</arg>
<arg>/</arg>
<doc>Splits the ``string`` using ``separator`` as a delimiter string.</doc>
<status status="PASS" start="2026-06-10T01:09:43.579940" elapsed="0.002234"/>
</kw>
<kw name="Get Length" owner="BuiltIn">
<msg time="2026-06-10T01:09:43.582649" level="INFO">Length is 4.</msg>
<msg time="2026-06-10T01:09:43.582736" level="INFO">${num_stats} = 4</msg>
<var>${num_stats}</var>
<arg>${result_name_list}</arg>
<doc>Returns and logs the length of the given item as an integer.</doc>
<status status="PASS" start="2026-06-10T01:09:43.582327" elapsed="0.000433"/>
</kw>
<for flavor="IN RANGE">
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-06-10T01:09:43.587427" level="INFO">min :: 27769.26</msg>
<arg>${result_name_list[${i}]} :: ${result_value_list[${i}]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-06-10T01:09:43.583136" elapsed="0.004351"/>
</kw>
<var name="${i}">0</var>
<status status="PASS" start="2026-06-10T01:09:43.583007" elapsed="0.004515"/>
</iter>
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-06-10T01:09:43.592067" level="INFO">max :: 31896.82</msg>
<arg>${result_name_list[${i}]} :: ${result_value_list[${i}]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-06-10T01:09:43.587750" elapsed="0.004373"/>
</kw>
<var name="${i}">1</var>
<status status="PASS" start="2026-06-10T01:09:43.587624" elapsed="0.004533"/>
</iter>
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-06-10T01:09:43.596822" level="INFO">avg :: 30604.69</msg>
<arg>${result_name_list[${i}]} :: ${result_value_list[${i}]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-06-10T01:09:43.592367" elapsed="0.004511"/>
</kw>
<var name="${i}">2</var>
<status status="PASS" start="2026-06-10T01:09:43.592241" elapsed="0.004672"/>
</iter>
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-06-10T01:09:43.601423" level="INFO">stdev :: 10277.24</msg>
<arg>${result_name_list[${i}]} :: ${result_value_list[${i}]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-06-10T01:09:43.597123" elapsed="0.004356"/>
</kw>
<var name="${i}">3</var>
<status status="PASS" start="2026-06-10T01:09:43.596996" elapsed="0.004516"/>
</iter>
<var>${i}</var>
<value>0</value>
<value>${num_stats}</value>
<status status="PASS" start="2026-06-10T01:09:43.582825" elapsed="0.018914"/>
</for>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-06-10T01:09:43.605652" level="INFO">${min} = 27769.26</msg>
<var>${min}</var>
<arg>${result_value_list[${0}]}</arg>
<doc>Returns the given values which can then be assigned to a variables.</doc>
<status status="PASS" start="2026-06-10T01:09:43.601902" elapsed="0.003776"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-06-10T01:09:43.609606" level="INFO">${max} = 31896.82</msg>
<var>${max}</var>
<arg>${result_value_list[${1}]}</arg>
<doc>Returns the given values which can then be assigned to a variables.</doc>
<status status="PASS" start="2026-06-10T01:09:43.605832" elapsed="0.003801"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-06-10T01:09:43.613511" level="INFO">${average} = 30604.69</msg>
<var>${average}</var>
<arg>${result_value_list[${2}]}</arg>
<doc>Returns the given values which can then be assigned to a variables.</doc>
<status status="PASS" start="2026-06-10T01:09:43.609784" elapsed="0.003768"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-06-10T01:09:43.617443" level="INFO">${stdev} = 10277.24</msg>
<var>${stdev}</var>
<arg>${result_value_list[${3}]}</arg>
<doc>Returns the given values which can then be assigned to a variables.</doc>
<status status="PASS" start="2026-06-10T01:09:43.613707" elapsed="0.003762"/>
</kw>
<kw name="Get Time" owner="BuiltIn">
<msg time="2026-06-10T01:09:43.617986" level="INFO">${date} = 2026-06-10 01:09:43</msg>
<var>${date}</var>
<arg>d,m,s</arg>
<doc>Returns the given time in the requested format.</doc>
<status status="PASS" start="2026-06-10T01:09:43.617641" elapsed="0.000369"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-06-10T01:09:43.618585" level="INFO">CBench Result: 2026-06-10 01:09:43,-m 60000 -M 100 -S 16 -l 10 -D 5000 -p 6633,27769.26,31896.82,30604.69,10277.24</msg>
<arg>CBench Result: ${date},${cbench_args},${min},${max},${average},${stdev}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-06-10T01:09:43.618161" elapsed="0.000479"/>
</kw>
<kw name="Log Results And Determine Status">
<kw name="Append To File" owner="OperatingSystem">
<msg time="2026-06-10T01:09:43.619739" level="INFO" html="true">Appended to file '&lt;a href="file:///w/workspace/openflowplugin-csit-1node-cbench-only-vanadium/bug.csv"&gt;/w/workspace/openflowplugin-csit-1node-cbench-only-vanadium/bug.csv&lt;/a&gt;'.</msg>
<arg>${output_file}</arg>
<arg>${min},${max},${average}\n</arg>
<doc>Appends the given content to the specified file.</doc>
<status status="PASS" start="2026-06-10T01:09:43.619239" elapsed="0.000568"/>
</kw>
<kw name="Should Be True" owner="BuiltIn">
<arg>${average} &gt; ${threshold}</arg>
<arg>${average} flow_mods per/sec did not exceed threshold of ${threshold}</arg>
<doc>Fails if the given condition is not true.</doc>
<status status="PASS" start="2026-06-10T01:09:43.619956" elapsed="0.000453"/>
</kw>
<arg>${min}</arg>
<arg>${max}</arg>
<arg>${average}</arg>
<arg>${average_threshold}</arg>
<arg>${output_filename}</arg>
<status status="PASS" start="2026-06-10T01:09:43.618777" elapsed="0.001696"/>
</kw>
<arg>-m ${duration_in_ms} -M ${num_of_unique_macs} -S ${switch_count} -l ${loops} -D ${start_delay} -p ${of_port}</arg>
<arg>${latency_threshold}</arg>
<arg>bug.csv</arg>
<status status="PASS" start="2026-06-10T00:59:36.903651" elapsed="606.716895"/>
</kw>
<kw name="Sleep" owner="BuiltIn">
<msg time="2026-06-10T01:09:43.621009" level="INFO">Slept 0 seconds.</msg>
<arg>${test_delay}</arg>
<doc>Pauses the test executed for the given time.</doc>
<status status="PASS" start="2026-06-10T01:09:43.620699" elapsed="0.000365"/>
</kw>
<kw name="Report Failure Due To Bug" owner="Utils" type="TEARDOWN">
<kw name="Evaluate" owner="BuiltIn">
<msg time="2026-06-10T01:09:43.622249" level="INFO">${test_skipped} = False</msg>
<var>${test_skipped}</var>
<arg>len(re.findall('SKIPPED', """${TEST_MESSAGE}""")) &gt; 0</arg>
<arg>modules=re</arg>
<doc>Evaluates the given expression in Python and returns the result.</doc>
<status status="PASS" start="2026-06-10T01:09:43.621777" elapsed="0.000499"/>
</kw>
<if>
<branch type="IF" condition="('${TEST_STATUS}' != 'FAIL') or ${test_skipped}">
<return>
<status status="PASS" start="2026-06-10T01:09:43.622495" elapsed="0.000028"/>
</return>
<status status="PASS" start="2026-06-10T01:09:43.622350" elapsed="0.000219"/>
</branch>
<status status="PASS" start="2026-06-10T01:09:43.622330" elapsed="0.000264"/>
</if>
<kw name="Comment" owner="BuiltIn">
<arg>Jira tickets are {PROJECT}-{NUMBER} while Bugzilla tickets are {NUMBER}</arg>
<doc>Displays the given messages in the log file as keyword arguments.</doc>
<status status="NOT RUN" start="2026-06-10T01:09:43.622736" 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-06-10T01:09:43.622891" elapsed="0.000020"/>
</kw>
<kw name="Set Variable If" owner="BuiltIn">
<var>${bug_url}</var>
<arg>${match}</arg>
<arg>https://jira.opendaylight.org/browse/${number}</arg>
<arg>https://bugs.opendaylight.org/show_bug.cgi?id=${number}</arg>
<doc>Sets variable based on the given condition.</doc>
<status status="NOT RUN" start="2026-06-10T01:09:43.623049" 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-06-10T01:09:43.623241" elapsed="0.000021"/>
</kw>
<kw name="Evaluate" owner="BuiltIn">
<var>${newline}</var>
<arg>chr(10)</arg>
<doc>Evaluates the given expression in Python and returns the result.</doc>
<status status="NOT RUN" start="2026-06-10T01:09:43.623391" 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-06-10T01:09:43.623567" elapsed="0.000021"/>
</kw>
<kw name="Log" owner="BuiltIn">
<arg>${msg}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="NOT RUN" start="2026-06-10T01:09:43.623713" elapsed="0.000019"/>
</kw>
<if>
<branch type="IF" condition="&quot;${include_bug_in_tags}&quot;==&quot;True&quot;">
<kw name="Set Tags" owner="BuiltIn">
<arg>${bug_url}</arg>
<doc>Adds given ``tags`` for the current test or all tests in a suite.</doc>
<status status="NOT RUN" start="2026-06-10T01:09:43.623932" elapsed="0.000020"/>
</kw>
<status status="NOT RUN" start="2026-06-10T01:09:43.623795" elapsed="0.000188"/>
</branch>
<status status="NOT RUN" start="2026-06-10T01:09:43.623778" elapsed="0.000228"/>
</if>
<arg>6176</arg>
<doc>Report that a test failed due to a known Bugzilla bug whose
number is provided as an argument.
Not FAILED (incl. SKIPPED) test are not reported.
This keyword must be used in the [Teardown] setting of the affected test
or as the first line of the test if FastFail module is not being
used. It reports the URL of the bug on console and also puts it
into the Robot log file.</doc>
<status status="PASS" start="2026-06-10T01:09:43.621429" elapsed="0.002627"/>
</kw>
<doc>cbench executed in latency mode to see if controller is healthy</doc>
<tag>cbench</tag>
<tag>latency</tag>
<timeout value="15 minutes"/>
<status status="PASS" start="2026-06-10T00:59:36.902273" elapsed="606.721828"/>
</test>
<doc>Cbench Latency and Throughput tests can be run from an external
cbench.
If cbench is run with a medium number of switches or higher (e.g. 32+)
the normal openflow operations seem to break.
BUG: https://bugs.opendaylight.org/show_bug.cgi?id=2897</doc>
<status status="PASS" start="2026-06-10T00:39:20.308802" elapsed="1823.315738"/>
</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>
