<?xml version="1.0" encoding="UTF-8"?>
<robot generator="Robot 7.4.2 (Python 3.11.10 on linux)" generated="2026-05-19T02:55:01.019302" 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-05-19T02:55:01.628719" elapsed="0.000026"/>
</return>
<status status="NOT RUN" start="2026-05-19T02:55:01.628555" elapsed="0.000252"/>
</branch>
<status status="PASS" start="2026-05-19T02:55:01.628519" elapsed="0.000316"/>
</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-05-19T02:55:01.629001" elapsed="0.000568"/>
</kw>
<kw name="Login" owner="SSHLibrary">
<msg time="2026-05-19T02:55:01.630079" level="INFO">Logging into '10.30.170.28:8101' as 'karaf'.</msg>
<msg time="2026-05-19T02:55:02.320220" 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-05-19T02:55:01.629753" elapsed="0.690777"/>
</kw>
<kw name="Write" owner="SSHLibrary">
<msg time="2026-05-19T02:55:02.369780" 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-05-19T02:55:02.321025" elapsed="0.048936"/>
</kw>
<kw name="Read Until Regexp" owner="SSHLibrary">
<msg time="2026-05-19T02:55:02.372667" level="INFO">[?1l&gt;[?2004l[?1h=[90m~[0m                                                                                [?2004hopendaylight-user@root&gt;</msg>
<msg time="2026-05-19T02:55:02.372874" 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-05-19T02:55:02.370331" elapsed="0.002608"/>
</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-05-19T02:55:02.373180" elapsed="0.000325"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-05-19T02:55:02.373725" elapsed="0.000343"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-05-19T02:55:02.374811" 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-05-19T02:55:02.374292" elapsed="0.000601"/>
</kw>
<return>
<value>${output}</value>
<status status="PASS" start="2026-05-19T02:55:02.374998" elapsed="0.000089"/>
</return>
<arg>log:set ${log_level}</arg>
<doc>Will execute the given ${cmd} by ssh'ing to the karaf console running on 10.30.170.28
Note that this keyword will open&amp;close new SSH connection, without switching back to previously current session.</doc>
<status status="PASS" start="2026-05-19T02:55:01.628152" elapsed="0.747136"/>
</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-05-19T02:55:01.624379" elapsed="0.751010"/>
</kw>
<kw name="Append To File" owner="OperatingSystem">
<msg time="2026-05-19T02:55:02.376240" 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-05-19T02:55:02.375675" elapsed="0.000650"/>
</kw>
<kw name="Append To File" owner="OperatingSystem">
<msg time="2026-05-19T02:55:02.376946" 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-05-19T02:55:02.376545" elapsed="0.000486"/>
</kw>
<kw name="Evaluate" owner="BuiltIn">
<msg time="2026-05-19T02:55:02.377876" 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-05-19T02:55:02.377294" elapsed="0.000622"/>
</kw>
<kw name="Set Suite Variable" owner="BuiltIn">
<msg time="2026-05-19T02:55:02.378755" 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-05-19T02:55:02.378262" elapsed="0.000555"/>
</kw>
<kw name="Evaluate" owner="BuiltIn">
<msg time="2026-05-19T02:55:02.379601" 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-05-19T02:55:02.379052" elapsed="0.000589"/>
</kw>
<kw name="Set Suite Variable" owner="BuiltIn">
<msg time="2026-05-19T02:55:02.380214" 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-05-19T02:55:02.379851" elapsed="0.000408"/>
</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-05-19T02:55:02.380605" elapsed="0.000023"/>
</kw>
<status status="NOT RUN" start="2026-05-19T02:55:02.380363" elapsed="0.000301"/>
</branch>
<branch type="ELSE">
<kw name="Verify File Exists On Remote System" owner="Utils">
<kw name="Open Connection" owner="SSHLibrary">
<msg time="2026-05-19T02:55:02.386150" 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-05-19T02:55:02.385666" elapsed="0.000514"/>
</kw>
<kw name="Flexible_SSH_Login" owner="SSHKeywords">
<kw name="Get Length" owner="BuiltIn">
<msg time="2026-05-19T02:55:02.387543" level="INFO">Length is 0.</msg>
<msg time="2026-05-19T02:55:02.387658" 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-05-19T02:55:02.386809" elapsed="0.000882"/>
</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-05-19T02:55:02.387892" elapsed="0.000515"/>
</kw>
<kw name="Run Keyword And Return" owner="BuiltIn">
<kw name="Login With Public Key" owner="SSHLibrary">
<msg time="2026-05-19T02:55:02.389915" level="INFO">Logging into '10.30.171.157:22' as 'jenkins'.</msg>
<msg time="2026-05-19T02:55:03.085465" level="INFO">Read output: Welcome to Ubuntu 22.04.5 LTS (GNU/Linux 5.15.0-153-generic x86_64)

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

 System information as of Tue May 19 02:55:02 UTC 2026

  System load:  0.03               Processes:             113
  Usage of /:   19.3% of 38.58GB   Users logged in:       0
  Memory usage: 4%                 IPv4 address for ens3: 10.30.171.157
  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-252-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-05-19T02:55:02.389182" elapsed="0.696516"/>
</kw>
<msg time="2026-05-19T02:55:03.085815" 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-05-19T02:55:02.388629" elapsed="0.697320"/>
</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-05-19T02:55:02.386402" elapsed="0.699726"/>
</kw>
<kw name="File Should Exist" owner="SSHLibrary">
<msg time="2026-05-19T02:55:03.094317" 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-05-19T02:55:03.086419" elapsed="0.009758"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-05-19T02:55:03.096598" elapsed="0.000648"/>
</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-05-19T02:55:02.385079" elapsed="0.712315"/>
</kw>
<status status="PASS" start="2026-05-19T02:55:02.380979" elapsed="0.716502"/>
</branch>
<status status="PASS" start="2026-05-19T02:55:02.380331" elapsed="0.717269"/>
</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-05-19T02:55:03.097987" elapsed="0.001209"/>
</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-05-19T02:55:03.107523" elapsed="0.000030"/>
</return>
<status status="NOT RUN" start="2026-05-19T02:55:03.107331" elapsed="0.000279"/>
</branch>
<status status="PASS" start="2026-05-19T02:55:03.107292" elapsed="0.000355"/>
</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-05-19T02:55:03.112368" elapsed="0.000014"/>
</return>
<status status="NOT RUN" start="2026-05-19T02:55:03.112248" elapsed="0.000168"/>
</branch>
<status status="PASS" start="2026-05-19T02:55:03.112226" elapsed="0.000213"/>
</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-05-19T02:55:03.112581" elapsed="0.000502"/>
</kw>
<kw name="Login" owner="SSHLibrary">
<msg time="2026-05-19T02:55:03.113511" level="INFO">Logging into '10.30.170.28:8101' as 'karaf'.</msg>
<msg time="2026-05-19T02:55:03.305582" 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-05-19T02:55:03.113235" elapsed="0.192673"/>
</kw>
<kw name="Write" owner="SSHLibrary">
<msg time="2026-05-19T02:55:03.398568" 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-05-19T02:55:03.306377" elapsed="0.092379"/>
</kw>
<kw name="Read Until Regexp" owner="SSHLibrary">
<msg time="2026-05-19T02:55:03.403568" level="INFO">[?1l&gt;[?2004l[31;1modl-openflowplugin-drop-test[0m                                    x 0.21.2           x x        x Started x [31;1modl-openflowplugin-drop-test[0m                                    x OpenDaylight :: Openflow Plugin :: Drop Test
[?1h=[90m~[0m                                                                                [?2004hopendaylight-user@root&gt;</msg>
<msg time="2026-05-19T02:55:03.403786" level="INFO">${output} = [?1l&gt;[?2004l[31;1modl-openflowplugin-drop-test[0m                                    x 0.21.2           x x        x Started x [31;1modl-openflowplugin-drop-test[0m                     ...</msg>
<var>${output}</var>
<arg>${KARAF_PROMPT}</arg>
<doc>Consumes and returns the server output until a match to ``regexp`` is found.</doc>
<status status="PASS" start="2026-05-19T02:55:03.399086" elapsed="0.004733"/>
</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-05-19T02:55:03.403988" elapsed="0.000301"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-05-19T02:55:03.404450" elapsed="0.000253"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-05-19T02:55:03.405236" level="INFO">[?1l&gt;[?2004l[31;1modl-openflowplugin-drop-test[0m                                    x 0.21.2           x x        x Started x [31;1modl-openflowplugin-drop-test[0m                                    x OpenDaylight :: Openflow Plugin :: Drop Test
[?1h=[90m~[0m                                                                                [?2004hopendaylight-user@root&gt;</msg>
<arg>${output}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-05-19T02:55:03.404850" elapsed="0.000444"/>
</kw>
<return>
<value>${output}</value>
<status status="PASS" start="2026-05-19T02:55:03.405355" elapsed="0.000059"/>
</return>
<msg time="2026-05-19T02:55:03.405572" level="INFO">${output} = [?1l&gt;[?2004l[31;1modl-openflowplugin-drop-test[0m                                    x 0.21.2           x x        x Started x [31;1modl-openflowplugin-drop-test[0m                     ...</msg>
<var>${output}</var>
<arg>feature:list -i | grep ${feature_name}</arg>
<arg>${controller}</arg>
<arg>${karaf_port}</arg>
<doc>Will execute the given ${cmd} by ssh'ing to the karaf console running on 10.30.170.28
Note that this keyword will open&amp;close new SSH connection, without switching back to previously current session.</doc>
<status status="PASS" start="2026-05-19T02:55:03.111857" elapsed="0.293747"/>
</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-05-19T02:55:03.405754" elapsed="0.000657"/>
</kw>
<return>
<value>${output}</value>
<status status="PASS" start="2026-05-19T02:55:03.406464" elapsed="0.000033"/>
</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-05-19T02:55:03.106808" elapsed="0.299790"/>
</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-05-19T02:55:03.410437" elapsed="0.000015"/>
</return>
<status status="NOT RUN" start="2026-05-19T02:55:03.410291" elapsed="0.000193"/>
</branch>
<status status="PASS" start="2026-05-19T02:55:03.410264" elapsed="0.000246"/>
</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-05-19T02:55:03.410646" elapsed="0.000752"/>
</kw>
<kw name="Login" owner="SSHLibrary">
<msg time="2026-05-19T02:55:03.411830" level="INFO">Logging into '10.30.170.28:8101' as 'karaf'.</msg>
<msg time="2026-05-19T02:55:03.554332" 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-05-19T02:55:03.411560" elapsed="0.142979"/>
</kw>
<kw name="Write" owner="SSHLibrary">
<msg time="2026-05-19T02:55:03.574858" 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-05-19T02:55:03.554870" elapsed="0.020070"/>
</kw>
<kw name="Read Until Regexp" owner="SSHLibrary">
<msg time="2026-05-19T02:55:03.576726" level="INFO">[?1l&gt;[?2004lDropAllFlows transitions to on
[?1h=[90m~[0m                                                                                [?2004hopendaylight-user@root&gt;</msg>
<msg time="2026-05-19T02:55:03.576838" 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-05-19T02:55:03.575100" elapsed="0.001768"/>
</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-05-19T02:55:03.577020" elapsed="0.000200"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-05-19T02:55:03.577367" elapsed="0.000229"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-05-19T02:55:03.578144" 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-05-19T02:55:03.577738" elapsed="0.000472"/>
</kw>
<return>
<value>${output}</value>
<status status="PASS" start="2026-05-19T02:55:03.578267" elapsed="0.000073"/>
</return>
<arg>dropallpacketsrpc on</arg>
<doc>Will execute the given ${cmd} by ssh'ing to the karaf console running on 10.30.170.28
Note that this keyword will open&amp;close new SSH connection, without switching back to previously current session.</doc>
<status status="PASS" start="2026-05-19T02:55:03.409934" elapsed="0.168571"/>
</kw>
<status status="PASS" start="2026-05-19T02:55:01.622199" elapsed="1.956378"/>
</kw>
<test id="s1-t1" name="Cbench Latency Test" line="37">
<kw name="Log" owner="BuiltIn">
<msg time="2026-05-19T02:55:03.581149" 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-05-19T02:55:03.579843" elapsed="0.001372"/>
</kw>
<kw name="Run Cbench And Log Results">
<kw name="Set Suite Variable" owner="BuiltIn">
<msg time="2026-05-19T02:55:03.582948" 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-05-19T02:55:03.582573" elapsed="0.000421"/>
</kw>
<if>
<branch type="IF" condition="&quot;${cbench_system}&quot; == &quot;localhost&quot;">
<kw name="Run" owner="OperatingSystem">
<var>${output}</var>
<arg>${cbench_executable} -c ${ODL_SYSTEM_IP} ${cbench_args}</arg>
<doc>_This keyword is considered deprecated. Use the
[http://robotframework.org/robotframework/latest/libraries/Process.html|
Process] library instead._</doc>
<status status="NOT RUN" start="2026-05-19T02:55:03.583337" elapsed="0.000022"/>
</kw>
<status status="NOT RUN" start="2026-05-19T02:55:03.583083" elapsed="0.000312"/>
</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-05-19T02:55:03.586445" elapsed="0.000022"/>
</kw>
<status status="NOT RUN" start="2026-05-19T02:55:03.586191" elapsed="0.000311"/>
</branch>
<status status="PASS" start="2026-05-19T02:55:03.586171" elapsed="0.000357"/>
</if>
<kw name="Get Connection" owner="SSHLibrary">
<msg time="2026-05-19T02:55:03.586884" 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-05-19T02:55:03.587025" 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-05-19T02:55:03.586662" elapsed="0.000390"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-05-19T02:55:03.587610" level="INFO">Attempting to execute command "/usr/local/bin/cbench -c 10.30.170.28 -m 60000 -M 100 -S 16 -l 10 -D 5000 -p 6633" on remote system "10.30.171.157" 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-05-19T02:55:03.587189" elapsed="0.000482"/>
</kw>
<kw name="Open Connection" owner="SSHLibrary">
<msg time="2026-05-19T02:55:03.588326" 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-05-19T02:55:03.587811" elapsed="0.000541"/>
</kw>
<kw name="Flexible_SSH_Login" owner="SSHKeywords">
<kw name="Get Length" owner="BuiltIn">
<msg time="2026-05-19T02:55:03.589301" level="INFO">Length is 0.</msg>
<msg time="2026-05-19T02:55:03.589393" 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-05-19T02:55:03.588957" elapsed="0.000460"/>
</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-05-19T02:55:03.589563" elapsed="0.000344"/>
</kw>
<kw name="Run Keyword And Return" owner="BuiltIn">
<kw name="Login With Public Key" owner="SSHLibrary">
<msg time="2026-05-19T02:55:03.591554" level="INFO">Logging into '10.30.171.157:22' as 'jenkins'.</msg>
<msg time="2026-05-19T02:55:03.911049" level="INFO">Read output: Welcome to Ubuntu 22.04.5 LTS (GNU/Linux 5.15.0-153-generic x86_64)

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

 System information as of Tue May 19 02:55:02 UTC 2026

  System load:  0.03               Processes:             113
  Usage of /:   19.3% of 38.58GB   Users logged in:       0
  Memory usage: 4%                 IPv4 address for ens3: 10.30.171.157
  Swap usage:   0%


Expanded Security Maintenance for Applications is not enabled.

0 updates can be applied immediately.

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


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


Last login: Tue May 19 02:55:03 2026 from 10.30.171.8
[?2004h[jenkins@releng-63164-252-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-05-19T02:55:03.591167" elapsed="0.320148"/>
</kw>
<msg time="2026-05-19T02:55:03.911425" 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-05-19T02:55:03.590622" elapsed="0.320910"/>
</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-05-19T02:55:03.588560" elapsed="0.323119"/>
</kw>
<kw name="Execute Command" owner="SSHLibrary">
<msg time="2026-05-19T02:55:03.912640" level="INFO">Executing command '/usr/local/bin/cbench -c 10.30.170.28 -m 60000 -M 100 -S 16 -l 10 -D 5000 -p 6633'.</msg>
<msg time="2026-05-19T03:05:10.018434" level="INFO">Command exited with return code 0.</msg>
<msg time="2026-05-19T03:05:10.019295" level="INFO">${stdout} = </msg>
<msg time="2026-05-19T03:05:10.019688" level="INFO">${stderr} = cbench: controller benchmarking tool
   running in mode 'latency'
   connecting to controller at 10.30.170.28: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-05-19T02:55:03.911959" elapsed="606.107883"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-05-19T03:05:10.020555" elapsed="0.001121"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-05-19T03:05:10.023061" level="INFO">cbench: controller benchmarking tool
   running in mode 'latency'
   connecting to controller at 10.30.170.28:6633 
   faking 16 switches with 1 threads :: 10 tests each; 60000 ms per test
   with 100 unique source MACs per switch
   learning destination mac addresses before the test
   starting test with 5000 ms delay after features_reply
   ignoring first 1 "warmup" and last 0 "cooldown" loops
   debugging info is off
Master Thread: Creating thread-0! 
Thread-0: All switches initialized. Running at node 10.30.170.28. So far 1 cbench instances have initialized their switches.  Waiting for other cbench-instances
Thread-0: Total switches from ALL cbench-instances initialized.
02:56:09.108 16  switches: flows:  104272 104827 104778 103956 102578 104008 102601 102433 100854 100309 99697 99045 99842 98601 100649 99953  total = 27.140050 per ms 
02:57:09.208 16  switches: flows:  123484 123352 125497 125247 121578 122364 121274 122984 119802 119411 117567 118062 119556 116107 118101 117209  total = 32.139571 per ms 
02:58:09.308 16  switches: flows:  120252 118729 121767 121610 117256 120575 120536 118783 115706 114900 114031 116048 115651 114877 115468 114141  total = 31.286458 per ms 
02:59:09.409 16  switches: flows:  118581 118122 118975 119001 115102 117344 116500 117876 114039 113614 111069 112022 113182 112085 111846 112254  total = 30.642361 per ms 
03:00:09.509 16  switches: flows:  114668 115978 115938 116357 113483 113682 115141 113825 111110 110609 108162 110118 112004 107868 108993 109269  total = 29.903509 per ms 
03:01:09.609 16  switches: flows:  121996 123128 124401 124211 121021 119407 123025 120706 117573 116573 116245 115810 116555 114939 116534 118224  total = 31.786055 per ms 
03:02:09.709 16  switches: flows:  108511 108312 108870 108886 106881 106569 106538 106051 103742 104678 101440 102786 102117 102901 103109 102462  total = 28.017445 per ms 
03:03:09.810 16  switches: flows:  122788 122867 122644 121047 119237 121051 119190 121060 115846 115616 114397 116259 114300 115222 116738 115987  total = 31.518141 per ms 
03:04:09.910 16  switches: flows:  120464 119501 120601 117174 117294 119615 117822 116773 112779 112974 111803 114545 112244 111631 115826 111828  total = 30.829586 per ms 
03:05:10.011 16  switches: flows:  123947 122722 123393 121251 119901 122054 118989 120796 115681 115290 114312 117718 114569 114710 118158 115547  total = 31.597901 per ms 
RESULT: 16 switches 9 tests min/max/avg/stdev = 28017.44/32139.57/30857.89/10354.32 responses/s</msg>
<arg>${stderr}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-05-19T03:05:10.022122" elapsed="0.001396"/>
</kw>
<if>
<branch type="IF" condition="&quot;${return_stdout}&quot;!=&quot;True&quot;">
<return>
<value>${stderr}</value>
<status status="PASS" start="2026-05-19T03:05:10.024107" elapsed="0.000085"/>
</return>
<status status="PASS" start="2026-05-19T03:05:10.023745" elapsed="0.000533"/>
</branch>
<status status="PASS" start="2026-05-19T03:05:10.023679" elapsed="0.000657"/>
</if>
<if>
<branch type="IF" condition="&quot;${return_stderr}&quot;!=&quot;True&quot;">
<return>
<value>${stdout}</value>
<status status="NOT RUN" start="2026-05-19T03:05:10.024557" elapsed="0.000029"/>
</return>
<status status="NOT RUN" start="2026-05-19T03:05:10.024470" elapsed="0.000181"/>
</branch>
<status status="NOT RUN" start="2026-05-19T03:05:10.024432" elapsed="0.000268"/>
</if>
<return>
<value>${stdout}</value>
<value>${stderr}</value>
<status status="NOT RUN" start="2026-05-19T03:05:10.024775" elapsed="0.000031"/>
</return>
<kw name="Restore_Current_Ssh_Connection_From_Index" owner="SSHKeywords" type="TEARDOWN">
<kw name="Run Keyword And Return If" owner="BuiltIn">
<arg>${connection_index} is not None</arg>
<arg>SSHLibrary.Switch Connection</arg>
<arg>${connection_index}</arg>
<doc>Runs the specified keyword and returns from the enclosing user keyword.</doc>
<status status="PASS" start="2026-05-19T03:05:10.029314" elapsed="0.000376"/>
</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-05-19T03:05:10.029848" elapsed="0.000204"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-05-19T03:05:10.030187" elapsed="0.000103"/>
</kw>
<arg>${current_ssh_connection.index}</arg>
<doc>Restore active SSH connection in SSHLibrary to given index.</doc>
<status status="PASS" start="2026-05-19T03:05:10.025545" elapsed="0.004799"/>
</kw>
<msg time="2026-05-19T03:05:10.030479" level="INFO">${output} = cbench: controller benchmarking tool
   running in mode 'latency'
   connecting to controller at 10.30.170.28: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-05-19T02:55:03.583753" elapsed="606.446753"/>
</kw>
<status status="PASS" start="2026-05-19T02:55:03.583426" elapsed="606.447129"/>
</branch>
<status status="PASS" start="2026-05-19T02:55:03.583058" elapsed="606.447522"/>
</if>
<kw name="Log" owner="BuiltIn">
<msg time="2026-05-19T03:05:10.031059" level="INFO">cbench: controller benchmarking tool
   running in mode 'latency'
   connecting to controller at 10.30.170.28:6633 
   faking 16 switches with 1 threads :: 10 tests each; 60000 ms per test
   with 100 unique source MACs per switch
   learning destination mac addresses before the test
   starting test with 5000 ms delay after features_reply
   ignoring first 1 "warmup" and last 0 "cooldown" loops
   debugging info is off
Master Thread: Creating thread-0! 
Thread-0: All switches initialized. Running at node 10.30.170.28. So far 1 cbench instances have initialized their switches.  Waiting for other cbench-instances
Thread-0: Total switches from ALL cbench-instances initialized.
02:56:09.108 16  switches: flows:  104272 104827 104778 103956 102578 104008 102601 102433 100854 100309 99697 99045 99842 98601 100649 99953  total = 27.140050 per ms 
02:57:09.208 16  switches: flows:  123484 123352 125497 125247 121578 122364 121274 122984 119802 119411 117567 118062 119556 116107 118101 117209  total = 32.139571 per ms 
02:58:09.308 16  switches: flows:  120252 118729 121767 121610 117256 120575 120536 118783 115706 114900 114031 116048 115651 114877 115468 114141  total = 31.286458 per ms 
02:59:09.409 16  switches: flows:  118581 118122 118975 119001 115102 117344 116500 117876 114039 113614 111069 112022 113182 112085 111846 112254  total = 30.642361 per ms 
03:00:09.509 16  switches: flows:  114668 115978 115938 116357 113483 113682 115141 113825 111110 110609 108162 110118 112004 107868 108993 109269  total = 29.903509 per ms 
03:01:09.609 16  switches: flows:  121996 123128 124401 124211 121021 119407 123025 120706 117573 116573 116245 115810 116555 114939 116534 118224  total = 31.786055 per ms 
03:02:09.709 16  switches: flows:  108511 108312 108870 108886 106881 106569 106538 106051 103742 104678 101440 102786 102117 102901 103109 102462  total = 28.017445 per ms 
03:03:09.810 16  switches: flows:  122788 122867 122644 121047 119237 121051 119190 121060 115846 115616 114397 116259 114300 115222 116738 115987  total = 31.518141 per ms 
03:04:09.910 16  switches: flows:  120464 119501 120601 117174 117294 119615 117822 116773 112779 112974 111803 114545 112244 111631 115826 111828  total = 30.829586 per ms 
03:05:10.011 16  switches: flows:  123947 122722 123393 121251 119901 122054 118989 120796 115681 115290 114312 117718 114569 114710 118158 115547  total = 31.597901 per ms 
RESULT: 16 switches 9 tests min/max/avg/stdev = 28017.44/32139.57/30857.89/10354.32 responses/s</msg>
<arg>${output}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-05-19T03:05:10.030736" elapsed="0.000399"/>
</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-05-19T03:05:10.031289" elapsed="0.000459"/>
</kw>
<kw name="Get Lines Containing String" owner="String">
<msg time="2026-05-19T03:05:10.032178" level="INFO">1 out of 23 lines matched.</msg>
<msg time="2026-05-19T03:05:10.032291" level="INFO">${result_line} = RESULT: 16 switches 9 tests min/max/avg/stdev = 28017.44/32139.57/30857.89/10354.32 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-05-19T03:05:10.031917" elapsed="0.000399"/>
</kw>
<kw name="Split String" owner="String">
<msg time="2026-05-19T03:05:10.032740" level="INFO">@{results_list} = [ RESULT: | 16 | switches | 9 | tests | min/max/avg/stdev | = | 28017.44/32139.57/30857.89/10354.32 | 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-05-19T03:05:10.032474" elapsed="0.000293"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-05-19T03:05:10.035167" 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-05-19T03:05:10.032918" elapsed="0.002307"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-05-19T03:05:10.037704" level="INFO">28017.44/32139.57/30857.89/10354.32</msg>
<arg>${results_list[7]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-05-19T03:05:10.035374" elapsed="0.002388"/>
</kw>
<kw name="Split String" owner="String">
<msg time="2026-05-19T03:05:10.040158" 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-05-19T03:05:10.037914" elapsed="0.002273"/>
</kw>
<kw name="Split String" owner="String">
<msg time="2026-05-19T03:05:10.042604" level="INFO">@{result_value_list} = [ 28017.44 | 32139.57 | 30857.89 | 10354.32 ]</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-05-19T03:05:10.040392" elapsed="0.002240"/>
</kw>
<kw name="Get Length" owner="BuiltIn">
<msg time="2026-05-19T03:05:10.043116" level="INFO">Length is 4.</msg>
<msg time="2026-05-19T03:05:10.043206" 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-05-19T03:05:10.042788" elapsed="0.000441"/>
</kw>
<for flavor="IN RANGE">
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-05-19T03:05:10.048025" level="INFO">min :: 28017.44</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-05-19T03:05:10.043684" elapsed="0.004401"/>
</kw>
<var name="${i}">0</var>
<status status="PASS" start="2026-05-19T03:05:10.043548" elapsed="0.004573"/>
</iter>
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-05-19T03:05:10.052639" level="INFO">max :: 32139.57</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-05-19T03:05:10.048345" elapsed="0.004351"/>
</kw>
<var name="${i}">1</var>
<status status="PASS" start="2026-05-19T03:05:10.048215" elapsed="0.004516"/>
</iter>
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-05-19T03:05:10.057553" level="INFO">avg :: 30857.89</msg>
<arg>${result_name_list[${i}]} :: ${result_value_list[${i}]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-05-19T03:05:10.052968" elapsed="0.004644"/>
</kw>
<var name="${i}">2</var>
<status status="PASS" start="2026-05-19T03:05:10.052821" elapsed="0.004827"/>
</iter>
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-05-19T03:05:10.062234" level="INFO">stdev :: 10354.32</msg>
<arg>${result_name_list[${i}]} :: ${result_value_list[${i}]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-05-19T03:05:10.057899" elapsed="0.004393"/>
</kw>
<var name="${i}">3</var>
<status status="PASS" start="2026-05-19T03:05:10.057741" elapsed="0.004586"/>
</iter>
<var>${i}</var>
<value>0</value>
<value>${num_stats}</value>
<status status="PASS" start="2026-05-19T03:05:10.043309" elapsed="0.019051"/>
</for>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-05-19T03:05:10.066316" level="INFO">${min} = 28017.44</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-05-19T03:05:10.062522" elapsed="0.003821"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-05-19T03:05:10.070561" level="INFO">${max} = 32139.57</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-05-19T03:05:10.066501" elapsed="0.004087"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-05-19T03:05:10.074724" level="INFO">${average} = 30857.89</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-05-19T03:05:10.070745" elapsed="0.004005"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-05-19T03:05:10.078890" level="INFO">${stdev} = 10354.32</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-05-19T03:05:10.074905" elapsed="0.004030"/>
</kw>
<kw name="Get Time" owner="BuiltIn">
<msg time="2026-05-19T03:05:10.079739" level="INFO">${date} = 2026-05-19 03:05:10</msg>
<var>${date}</var>
<arg>d,m,s</arg>
<doc>Returns the given time in the requested format.</doc>
<status status="PASS" start="2026-05-19T03:05:10.079315" elapsed="0.000450"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-05-19T03:05:10.080372" level="INFO">CBench Result: 2026-05-19 03:05:10,-m 60000 -M 100 -S 16 -l 10 -D 5000 -p 6633,28017.44,32139.57,30857.89,10354.32</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-05-19T03:05:10.079936" elapsed="0.000493"/>
</kw>
<kw name="Log Results And Determine Status">
<kw name="Append To File" owner="OperatingSystem">
<msg time="2026-05-19T03:05:10.081637" 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-05-19T03:05:10.081139" elapsed="0.000567"/>
</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-05-19T03:05:10.081860" elapsed="0.000517"/>
</kw>
<arg>${min}</arg>
<arg>${max}</arg>
<arg>${average}</arg>
<arg>${average_threshold}</arg>
<arg>${output_filename}</arg>
<status status="PASS" start="2026-05-19T03:05:10.080615" elapsed="0.001832"/>
</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-05-19T02:55:03.581685" elapsed="606.500825"/>
</kw>
<kw name="Sleep" owner="BuiltIn">
<msg time="2026-05-19T03:05:10.083051" 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-05-19T03:05:10.082697" elapsed="0.000412"/>
</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-05-19T03:05:10.083710" elapsed="0.000291"/>
</kw>
<status status="PASS" start="2026-05-19T03:05:10.083377" elapsed="0.000696"/>
</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-05-19T02:55:03.578770" elapsed="606.505342"/>
</test>
<test id="s1-t2" name="Cbench Throughput Test" line="51">
<kw name="Log" owner="BuiltIn">
<msg time="2026-05-19T03:05:10.085711" 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-05-19T03:05:10.085325" elapsed="0.000443"/>
</kw>
<kw name="Run Cbench And Log Results">
<kw name="Set Suite Variable" owner="BuiltIn">
<msg time="2026-05-19T03:05:10.087144" 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-05-19T03:05:10.086725" elapsed="0.000462"/>
</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-05-19T03:05:10.087601" elapsed="0.000022"/>
</kw>
<status status="NOT RUN" start="2026-05-19T03:05:10.087325" elapsed="0.000335"/>
</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-05-19T03:05:10.090796" elapsed="0.000039"/>
</kw>
<status status="NOT RUN" start="2026-05-19T03:05:10.090543" elapsed="0.000333"/>
</branch>
<status status="PASS" start="2026-05-19T03:05:10.090523" elapsed="0.000378"/>
</if>
<kw name="Get Connection" owner="SSHLibrary">
<msg time="2026-05-19T03:05:10.091334" 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-05-19T03:05:10.091528" 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-05-19T03:05:10.091069" elapsed="0.000492"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-05-19T03:05:10.092203" level="INFO">Attempting to execute command "/usr/local/bin/cbench -c 10.30.170.28 -t -m 60000 -M 100 -S 16 -l 10 -D 5000 -p 6633" on remote system "10.30.171.157" 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-05-19T03:05:10.091725" elapsed="0.000536"/>
</kw>
<kw name="Open Connection" owner="SSHLibrary">
<msg time="2026-05-19T03:05:10.092956" 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-05-19T03:05:10.092405" elapsed="0.000587"/>
</kw>
<kw name="Flexible_SSH_Login" owner="SSHKeywords">
<kw name="Get Length" owner="BuiltIn">
<msg time="2026-05-19T03:05:10.094099" level="INFO">Length is 0.</msg>
<msg time="2026-05-19T03:05:10.094192" 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-05-19T03:05:10.093700" elapsed="0.000516"/>
</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-05-19T03:05:10.094359" elapsed="0.000363"/>
</kw>
<kw name="Run Keyword And Return" owner="BuiltIn">
<kw name="Login With Public Key" owner="SSHLibrary">
<msg time="2026-05-19T03:05:10.095672" level="INFO">Logging into '10.30.171.157:22' as 'jenkins'.</msg>
<msg time="2026-05-19T03:05:10.705192" level="INFO">Read output: Welcome to Ubuntu 22.04.5 LTS (GNU/Linux 5.15.0-153-generic x86_64)

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

 System information as of Tue May 19 03:05:10 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.157
  Swap usage:   0%


Expanded Security Maintenance for Applications is not enabled.

0 updates can be applied immediately.

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


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


Last login: Tue May 19 02:55:03 2026 from 10.30.171.8
[?2004h[jenkins@releng-63164-252-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-05-19T03:05:10.095278" elapsed="0.610149"/>
</kw>
<msg time="2026-05-19T03:05:10.705531" 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-05-19T03:05:10.094901" elapsed="0.610736"/>
</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-05-19T03:05:10.093252" elapsed="0.612519"/>
</kw>
<kw name="Execute Command" owner="SSHLibrary">
<msg time="2026-05-19T03:05:10.706423" level="INFO">Executing command '/usr/local/bin/cbench -c 10.30.170.28 -t -m 60000 -M 100 -S 16 -l 10 -D 5000 -p 6633'.</msg>
<msg time="2026-05-19T03:15:16.773517" level="INFO">Command exited with return code 0.</msg>
<msg time="2026-05-19T03:15:16.776907" level="INFO">${stdout} = </msg>
<msg time="2026-05-19T03:15:16.776981" level="INFO">${stderr} = cbench: controller benchmarking tool
   running in mode 'throughput'
   connecting to controller at 10.30.170.28:6633 
   faking 16 switches with 1 threads :: 10 tests each; 60000 ms per test
   with ...</msg>
<var>${stdout}</var>
<var>${stderr}</var>
<arg>${cmd}</arg>
<arg>return_stderr=True</arg>
<doc>Executes ``command`` on the remote machine and returns its outputs.</doc>
<status status="PASS" start="2026-05-19T03:05:10.706053" elapsed="606.070957"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-05-19T03:15:16.779109" elapsed="0.002302"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-05-19T03:15:16.782559" level="INFO">cbench: controller benchmarking tool
   running in mode 'throughput'
   connecting to controller at 10.30.170.28:6633 
   faking 16 switches with 1 threads :: 10 tests each; 60000 ms per test
   with 100 unique source MACs per switch
   learning destination mac addresses before the test
   starting test with 5000 ms delay after features_reply
   ignoring first 1 "warmup" and last 0 "cooldown" loops
   debugging info is off
Master Thread: Creating thread-0! 
Thread-0: All switches initialized. Running at node 10.30.170.28. So far 1 cbench instances have initialized their switches.  Waiting for other cbench-instances
Thread-0: Total switches from ALL cbench-instances initialized.
03:06:15.839 16  switches: flows:  532428 535696 535633 536751 547373 526280 532355 545347 524889 525533 516482 531172 527710 523166 528151 510594  total = 141.326000 per ms 
03:07:15.942 16  switches: flows:  581737 599181 593008 596196 592697 588568 593280 592873 603286 593534 583949 599318 594335 589292 602916 586033  total = 157.899048 per ms 
03:08:16.043 16  switches: flows:  575786 583225 584089 583919 581040 586077 578668 576341 587848 587824 574876 572356 587481 584596 588965 584853  total = 155.038607 per ms 
03:09:16.143 16  switches: flows:  504603 486756 490275 487356 499480 383678 494366 489663 497261 504022 498190 504323 501542 504507 493875 510443  total = 130.620870 per ms 
03:10:16.244 16  switches: flows:  584298 583854 580456 581978 576278 587618 585839 573981 581829 572484 573004 550458 595164 582916 585119 586328  total = 154.432895 per ms 
03:11:16.345 16  switches: flows:  523851 535763 527475 524478 539067 528151 524673 533232 531334 536369 532883 537158 530739 533898 543438 534022  total = 141.704307 per ms 
03:12:16.448 16  switches: flows:  580813 588219 588106 591595 585069 587746 590982 587018 592479 594699 584696 589905 588165 590610 586662 589061  total = 156.665164 per ms 
03:13:16.548 16  switches: flows:  575358 570655 564020 572841 566475 572317 578474 575029 569102 567502 549353 569505 570650 564991 560633 553496  total = 151.087067 per ms 
03:14:16.651 16  switches: flows:  538846 539201 538275 556557 545980 541684 536782 552216 540033 541969 544142 533723 546142 552354 546404 545151  total = 144.742364 per ms 
03:15:16.752 16  switches: flows:  512889 514864 509255 513025 515085 516732 515952 510380 523081 518997 517600 521607 517830 520149 525409 515436  total = 137.573280 per ms 
RESULT: 16 switches 9 tests min/max/avg/stdev = 130620.87/157899.05/147751.51/50071.60 responses/s</msg>
<arg>${stderr}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-05-19T03:15:16.782136" elapsed="0.001074"/>
</kw>
<if>
<branch type="IF" condition="&quot;${return_stdout}&quot;!=&quot;True&quot;">
<return>
<value>${stderr}</value>
<status status="PASS" start="2026-05-19T03:15:16.783773" elapsed="0.000040"/>
</return>
<status status="PASS" start="2026-05-19T03:15:16.783352" elapsed="0.000509"/>
</branch>
<status status="PASS" start="2026-05-19T03:15:16.783321" elapsed="0.000567"/>
</if>
<if>
<branch type="IF" condition="&quot;${return_stderr}&quot;!=&quot;True&quot;">
<return>
<value>${stdout}</value>
<status status="NOT RUN" start="2026-05-19T03:15:16.784002" elapsed="0.000013"/>
</return>
<status status="NOT RUN" start="2026-05-19T03:15:16.783964" elapsed="0.000079"/>
</branch>
<status status="NOT RUN" start="2026-05-19T03:15:16.783946" elapsed="0.000118"/>
</if>
<return>
<value>${stdout}</value>
<value>${stderr}</value>
<status status="NOT RUN" start="2026-05-19T03:15:16.784095" 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-05-19T03:15:16.786712" elapsed="0.000839"/>
</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-05-19T03:15:16.787706" elapsed="0.000182"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-05-19T03:15:16.788038" elapsed="0.000109"/>
</kw>
<arg>${current_ssh_connection.index}</arg>
<doc>Restore active SSH connection in SSHLibrary to given index.</doc>
<status status="PASS" start="2026-05-19T03:15:16.784456" elapsed="0.003744"/>
</kw>
<msg time="2026-05-19T03:15:16.788335" level="INFO">${output} = cbench: controller benchmarking tool
   running in mode 'throughput'
   connecting to controller at 10.30.170.28:6633 
   faking 16 switches with 1 threads :: 10 tests each; 60000 ms per test
   with ...</msg>
<var>${output}</var>
<arg>${cbench_system}</arg>
<arg>${cbench_executable} -c ${ODL_SYSTEM_IP} ${cbench_args}</arg>
<arg>prompt_timeout=${test_timeout}</arg>
<arg>return_stdout=False</arg>
<arg>return_stderr=True</arg>
<doc>Reduces the common work of running a command on a remote system to a single higher level
robot keyword, taking care to log in with a public key and. The command given is written and the return value
depends on the passed argument values of return_stdout (default: True) and return_stderr (default: False).
At least one should be True, or the keyword will exit and FAIL. If both are True, the resulting return value
will be a two element list containing both. Otherwise the resulting return value is a string.
No test conditions are checked.</doc>
<status status="PASS" start="2026-05-19T03:05:10.088031" elapsed="606.700331"/>
</kw>
<status status="PASS" start="2026-05-19T03:05:10.087688" elapsed="606.700722"/>
</branch>
<status status="PASS" start="2026-05-19T03:05:10.087295" elapsed="606.701140"/>
</if>
<kw name="Log" owner="BuiltIn">
<msg time="2026-05-19T03:15:16.788891" level="INFO">cbench: controller benchmarking tool
   running in mode 'throughput'
   connecting to controller at 10.30.170.28:6633 
   faking 16 switches with 1 threads :: 10 tests each; 60000 ms per test
   with 100 unique source MACs per switch
   learning destination mac addresses before the test
   starting test with 5000 ms delay after features_reply
   ignoring first 1 "warmup" and last 0 "cooldown" loops
   debugging info is off
Master Thread: Creating thread-0! 
Thread-0: All switches initialized. Running at node 10.30.170.28. So far 1 cbench instances have initialized their switches.  Waiting for other cbench-instances
Thread-0: Total switches from ALL cbench-instances initialized.
03:06:15.839 16  switches: flows:  532428 535696 535633 536751 547373 526280 532355 545347 524889 525533 516482 531172 527710 523166 528151 510594  total = 141.326000 per ms 
03:07:15.942 16  switches: flows:  581737 599181 593008 596196 592697 588568 593280 592873 603286 593534 583949 599318 594335 589292 602916 586033  total = 157.899048 per ms 
03:08:16.043 16  switches: flows:  575786 583225 584089 583919 581040 586077 578668 576341 587848 587824 574876 572356 587481 584596 588965 584853  total = 155.038607 per ms 
03:09:16.143 16  switches: flows:  504603 486756 490275 487356 499480 383678 494366 489663 497261 504022 498190 504323 501542 504507 493875 510443  total = 130.620870 per ms 
03:10:16.244 16  switches: flows:  584298 583854 580456 581978 576278 587618 585839 573981 581829 572484 573004 550458 595164 582916 585119 586328  total = 154.432895 per ms 
03:11:16.345 16  switches: flows:  523851 535763 527475 524478 539067 528151 524673 533232 531334 536369 532883 537158 530739 533898 543438 534022  total = 141.704307 per ms 
03:12:16.448 16  switches: flows:  580813 588219 588106 591595 585069 587746 590982 587018 592479 594699 584696 589905 588165 590610 586662 589061  total = 156.665164 per ms 
03:13:16.548 16  switches: flows:  575358 570655 564020 572841 566475 572317 578474 575029 569102 567502 549353 569505 570650 564991 560633 553496  total = 151.087067 per ms 
03:14:16.651 16  switches: flows:  538846 539201 538275 556557 545980 541684 536782 552216 540033 541969 544142 533723 546142 552354 546404 545151  total = 144.742364 per ms 
03:15:16.752 16  switches: flows:  512889 514864 509255 513025 515085 516732 515952 510380 523081 518997 517600 521607 517830 520149 525409 515436  total = 137.573280 per ms 
RESULT: 16 switches 9 tests min/max/avg/stdev = 130620.87/157899.05/147751.51/50071.60 responses/s</msg>
<arg>${output}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-05-19T03:15:16.788592" elapsed="0.000390"/>
</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-05-19T03:15:16.789135" elapsed="0.000374"/>
</kw>
<kw name="Get Lines Containing String" owner="String">
<msg time="2026-05-19T03:15:16.789897" level="INFO">1 out of 23 lines matched.</msg>
<msg time="2026-05-19T03:15:16.790005" level="INFO">${result_line} = RESULT: 16 switches 9 tests min/max/avg/stdev = 130620.87/157899.05/147751.51/50071.60 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-05-19T03:15:16.789671" elapsed="0.000359"/>
</kw>
<kw name="Split String" owner="String">
<msg time="2026-05-19T03:15:16.790444" level="INFO">@{results_list} = [ RESULT: | 16 | switches | 9 | tests | min/max/avg/stdev | = | 130620.87/157899.05/147751.51/50071.60 | 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-05-19T03:15:16.790186" elapsed="0.000284"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-05-19T03:15:16.792948" 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-05-19T03:15:16.790616" elapsed="0.002392"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-05-19T03:15:16.795438" level="INFO">130620.87/157899.05/147751.51/50071.60</msg>
<arg>${results_list[7]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-05-19T03:15:16.793159" elapsed="0.002337"/>
</kw>
<kw name="Split String" owner="String">
<msg time="2026-05-19T03:15:16.797873" 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-05-19T03:15:16.795646" elapsed="0.002254"/>
</kw>
<kw name="Split String" owner="String">
<msg time="2026-05-19T03:15:16.800429" level="INFO">@{result_value_list} = [ 130620.87 | 157899.05 | 147751.51 | 50071.60 ]</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-05-19T03:15:16.798115" elapsed="0.002342"/>
</kw>
<kw name="Get Length" owner="BuiltIn">
<msg time="2026-05-19T03:15:16.800950" level="INFO">Length is 4.</msg>
<msg time="2026-05-19T03:15:16.801052" 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-05-19T03:15:16.800612" elapsed="0.000464"/>
</kw>
<for flavor="IN RANGE">
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-05-19T03:15:16.805771" level="INFO">min :: 130620.87</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-05-19T03:15:16.801464" elapsed="0.004364"/>
</kw>
<var name="${i}">0</var>
<status status="PASS" start="2026-05-19T03:15:16.801333" elapsed="0.004530"/>
</iter>
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-05-19T03:15:16.810541" level="INFO">max :: 157899.05</msg>
<arg>${result_name_list[${i}]} :: ${result_value_list[${i}]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-05-19T03:15:16.806099" elapsed="0.004499"/>
</kw>
<var name="${i}">1</var>
<status status="PASS" start="2026-05-19T03:15:16.805968" elapsed="0.004666"/>
</iter>
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-05-19T03:15:16.815869" level="INFO">avg :: 147751.51</msg>
<arg>${result_name_list[${i}]} :: ${result_value_list[${i}]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-05-19T03:15:16.810853" elapsed="0.005134"/>
</kw>
<var name="${i}">2</var>
<status status="PASS" start="2026-05-19T03:15:16.810724" elapsed="0.005312"/>
</iter>
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-05-19T03:15:16.820562" level="INFO">stdev :: 50071.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-05-19T03:15:16.816260" elapsed="0.004359"/>
</kw>
<var name="${i}">3</var>
<status status="PASS" start="2026-05-19T03:15:16.816129" elapsed="0.004525"/>
</iter>
<var>${i}</var>
<value>0</value>
<value>${num_stats}</value>
<status status="PASS" start="2026-05-19T03:15:16.801142" elapsed="0.019544"/>
</for>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-05-19T03:15:16.824793" level="INFO">${min} = 130620.87</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-05-19T03:15:16.820845" elapsed="0.003975"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-05-19T03:15:16.828748" level="INFO">${max} = 157899.05</msg>
<var>${max}</var>
<arg>${result_value_list[${1}]}</arg>
<doc>Returns the given values which can then be assigned to a variables.</doc>
<status status="PASS" start="2026-05-19T03:15:16.824999" elapsed="0.003776"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-05-19T03:15:16.832673" level="INFO">${average} = 147751.51</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-05-19T03:15:16.828976" elapsed="0.003723"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-05-19T03:15:16.836644" level="INFO">${stdev} = 50071.60</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-05-19T03:15:16.832851" elapsed="0.003820"/>
</kw>
<kw name="Get Time" owner="BuiltIn">
<msg time="2026-05-19T03:15:16.837218" level="INFO">${date} = 2026-05-19 03:15:16</msg>
<var>${date}</var>
<arg>d,m,s</arg>
<doc>Returns the given time in the requested format.</doc>
<status status="PASS" start="2026-05-19T03:15:16.836845" elapsed="0.000399"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-05-19T03:15:16.837807" level="INFO">CBench Result: 2026-05-19 03:15:16,-t -m 60000 -M 100 -S 16 -l 10 -D 5000 -p 6633,130620.87,157899.05,147751.51,50071.60</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-05-19T03:15:16.837398" elapsed="0.000516"/>
</kw>
<kw name="Log Results And Determine Status">
<kw name="Append To File" owner="OperatingSystem">
<msg time="2026-05-19T03:15:16.838998" 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-05-19T03:15:16.838570" elapsed="0.000495"/>
</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-05-19T03:15:16.839217" elapsed="0.000491"/>
</kw>
<arg>${min}</arg>
<arg>${max}</arg>
<arg>${average}</arg>
<arg>${average_threshold}</arg>
<arg>${output_filename}</arg>
<status status="PASS" start="2026-05-19T03:15:16.838088" elapsed="0.001686"/>
</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-05-19T03:05:10.086131" elapsed="606.753703"/>
</kw>
<kw name="Sleep" owner="BuiltIn">
<msg time="2026-05-19T03:15:16.840766" 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-05-19T03:15:16.840442" elapsed="0.000382"/>
</kw>
<kw name="Log Results As Zero If Cbench Timed Out" type="TEARDOWN">
<kw name="Run Keyword If Timeout Occurred" owner="BuiltIn">
<arg>Log Results And Determine Status</arg>
<arg>0</arg>
<arg>0</arg>
<arg>0</arg>
<arg>0</arg>
<arg>${output_filename}</arg>
<doc>Runs the given keyword if either a test or a keyword timeout has occurred.</doc>
<status status="PASS" start="2026-05-19T03:15:16.842277" elapsed="0.000290"/>
</kw>
<status status="PASS" start="2026-05-19T03:15:16.841956" elapsed="0.000683"/>
</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-05-19T03:05:10.084661" elapsed="606.758016"/>
</test>
<test id="s1-t3" name="Rerun Latency Test To Check Bug 6176" line="65">
<kw name="Log" owner="BuiltIn">
<msg time="2026-05-19T03:15:16.844841" 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-05-19T03:15:16.844442" elapsed="0.000460"/>
</kw>
<kw name="Run Cbench And Log Results">
<kw name="Set Suite Variable" owner="BuiltIn">
<msg time="2026-05-19T03:15:16.846321" 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-05-19T03:15:16.845975" 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-05-19T03:15:16.846791" elapsed="0.000025"/>
</kw>
<status status="NOT RUN" start="2026-05-19T03:15:16.846525" elapsed="0.000333"/>
</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-05-19T03:15:16.849977" elapsed="0.000022"/>
</kw>
<status status="NOT RUN" start="2026-05-19T03:15:16.849707" elapsed="0.000327"/>
</branch>
<status status="PASS" start="2026-05-19T03:15:16.849687" elapsed="0.000370"/>
</if>
<kw name="Get Connection" owner="SSHLibrary">
<msg time="2026-05-19T03:15:16.850400" 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-05-19T03:15:16.850520" 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-05-19T03:15:16.850191" elapsed="0.000355"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-05-19T03:15:16.851112" level="INFO">Attempting to execute command "/usr/local/bin/cbench -c 10.30.170.28 -m 60000 -M 100 -S 16 -l 10 -D 5000 -p 6633" on remote system "10.30.171.157" 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-05-19T03:15:16.850680" elapsed="0.000489"/>
</kw>
<kw name="Open Connection" owner="SSHLibrary">
<msg time="2026-05-19T03:15:16.851774" 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-05-19T03:15:16.851339" elapsed="0.000462"/>
</kw>
<kw name="Flexible_SSH_Login" owner="SSHKeywords">
<kw name="Get Length" owner="BuiltIn">
<msg time="2026-05-19T03:15:16.852962" level="INFO">Length is 0.</msg>
<msg time="2026-05-19T03:15:16.853058" 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-05-19T03:15:16.852438" elapsed="0.000644"/>
</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-05-19T03:15:16.853226" elapsed="0.000325"/>
</kw>
<kw name="Run Keyword And Return" owner="BuiltIn">
<kw name="Login With Public Key" owner="SSHLibrary">
<msg time="2026-05-19T03:15:16.854430" level="INFO">Logging into '10.30.171.157:22' as 'jenkins'.</msg>
<msg time="2026-05-19T03:15:17.502847" level="INFO">Read output: Welcome to Ubuntu 22.04.5 LTS (GNU/Linux 5.15.0-153-generic x86_64)

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

 System information as of Tue May 19 03:15:17 UTC 2026

  System load:  0.28               Processes:             105
  Usage of /:   19.5% of 38.58GB   Users logged in:       0
  Memory usage: 4%                 IPv4 address for ens3: 10.30.171.157
  Swap usage:   0%


Expanded Security Maintenance for Applications is not enabled.

0 updates can be applied immediately.

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


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


Last login: Tue May 19 03:05:10 2026 from 10.30.171.8
[?2004h[jenkins@releng-63164-252-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-05-19T03:15:16.854072" elapsed="0.649003"/>
</kw>
<msg time="2026-05-19T03:15:17.503170" 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-05-19T03:15:16.853704" elapsed="0.649554"/>
</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-05-19T03:15:16.852057" elapsed="0.651322"/>
</kw>
<kw name="Execute Command" owner="SSHLibrary">
<msg time="2026-05-19T03:15:17.504010" level="INFO">Executing command '/usr/local/bin/cbench -c 10.30.170.28 -m 60000 -M 100 -S 16 -l 10 -D 5000 -p 6633'.</msg>
<msg time="2026-05-19T03:25:23.552429" level="INFO">Command exited with return code 0.</msg>
<msg time="2026-05-19T03:25:23.552994" level="INFO">${stdout} = </msg>
<msg time="2026-05-19T03:25:23.553101" level="INFO">${stderr} = cbench: controller benchmarking tool
   running in mode 'latency'
   connecting to controller at 10.30.170.28: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-05-19T03:15:17.503625" elapsed="606.049533"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-05-19T03:25:23.553627" elapsed="0.000771"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-05-19T03:25:23.555526" level="INFO">cbench: controller benchmarking tool
   running in mode 'latency'
   connecting to controller at 10.30.170.28:6633 
   faking 16 switches with 1 threads :: 10 tests each; 60000 ms per test
   with 100 unique source MACs per switch
   learning destination mac addresses before the test
   starting test with 5000 ms delay after features_reply
   ignoring first 1 "warmup" and last 0 "cooldown" loops
   debugging info is off
Master Thread: Creating thread-0! 
Thread-0: All switches initialized. Running at node 10.30.170.28. So far 1 cbench instances have initialized their switches.  Waiting for other cbench-instances
Thread-0: Total switches from ALL cbench-instances initialized.
03:16:22.637 16  switches: flows:  114985 114389 121392 112742 112964 113809 112486 116707 116828 127043 111056 118832 112664 114166 110662 113153  total = 30.731300 per ms 
03:17:22.737 16  switches: flows:  123374 122601 125893 120511 122331 122484 120964 124340 122992 125001 120457 122787 122160 121938 120020 119632  total = 32.570376 per ms 
03:18:22.837 16  switches: flows:  123449 122242 123353 121067 121726 122982 120923 125316 123463 123885 121656 122980 122764 121296 119355 119579  total = 32.546207 per ms 
03:19:22.937 16  switches: flows:  122515 119933 122442 119411 120727 120829 120021 122577 122387 121867 119323 121158 122061 118955 118090 117297  total = 32.106306 per ms 
03:20:23.038 16  switches: flows:  120495 118521 122183 117046 118632 120148 119194 121591 119334 119908 118097 119570 119629 117779 117436 117054  total = 31.723993 per ms 
03:21:23.138 16  switches: flows:  118055 115536 119274 115780 116852 119837 118924 116351 118054 117310 116892 115805 116947 114705 115244 116272  total = 31.145180 per ms 
03:22:23.239 16  switches: flows:  121774 119713 124078 120017 120217 121660 121078 122120 123063 121174 120591 120409 121473 120500 118446 119136  total = 32.203466 per ms 
03:23:23.341 16  switches: flows:  122137 120395 123874 120305 122096 120814 120116 123983 123330 123957 119847 121292 120498 120704 119591 119783  total = 32.323912 per ms 
03:24:23.441 16  switches: flows:  123943 121607 124297 122285 122224 123221 122399 123531 124527 124075 120061 123026 121889 121911 120664 119057  total = 32.590843 per ms 
03:25:23.541 16  switches: flows:  121424 120475 124439 118084 120449 122644 123191 120919 121273 123891 120172 120058 121232 120440 120942 122158  total = 32.309255 per ms 
RESULT: 16 switches 9 tests min/max/avg/stdev = 31145.18/32590.84/32168.84/10732.15 responses/s</msg>
<arg>${stderr}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-05-19T03:25:23.554764" elapsed="0.001098"/>
</kw>
<if>
<branch type="IF" condition="&quot;${return_stdout}&quot;!=&quot;True&quot;">
<return>
<value>${stderr}</value>
<status status="PASS" start="2026-05-19T03:25:23.556412" elapsed="0.000076"/>
</return>
<status status="PASS" start="2026-05-19T03:25:23.556085" elapsed="0.000482"/>
</branch>
<status status="PASS" start="2026-05-19T03:25:23.556033" elapsed="0.000589"/>
</if>
<if>
<branch type="IF" condition="&quot;${return_stderr}&quot;!=&quot;True&quot;">
<return>
<value>${stdout}</value>
<status status="NOT RUN" start="2026-05-19T03:25:23.556832" elapsed="0.000028"/>
</return>
<status status="NOT RUN" start="2026-05-19T03:25:23.556747" elapsed="0.000174"/>
</branch>
<status status="NOT RUN" start="2026-05-19T03:25:23.556712" elapsed="0.000290"/>
</if>
<return>
<value>${stdout}</value>
<value>${stderr}</value>
<status status="NOT RUN" start="2026-05-19T03:25:23.557074" elapsed="0.000030"/>
</return>
<kw name="Restore_Current_Ssh_Connection_From_Index" owner="SSHKeywords" type="TEARDOWN">
<kw name="Run Keyword And Return If" owner="BuiltIn">
<arg>${connection_index} is not None</arg>
<arg>SSHLibrary.Switch Connection</arg>
<arg>${connection_index}</arg>
<doc>Runs the specified keyword and returns from the enclosing user keyword.</doc>
<status status="PASS" start="2026-05-19T03:25:23.562647" elapsed="0.000474"/>
</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-05-19T03:25:23.563331" elapsed="0.000218"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-05-19T03:25:23.563727" elapsed="0.000135"/>
</kw>
<arg>${current_ssh_connection.index}</arg>
<doc>Restore active SSH connection in SSHLibrary to given index.</doc>
<status status="PASS" start="2026-05-19T03:25:23.557790" elapsed="0.006165"/>
</kw>
<msg time="2026-05-19T03:25:23.564131" level="INFO">${output} = cbench: controller benchmarking tool
   running in mode 'latency'
   connecting to controller at 10.30.170.28: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-05-19T03:15:16.847245" elapsed="606.716923"/>
</kw>
<status status="PASS" start="2026-05-19T03:15:16.846887" elapsed="606.717348"/>
</branch>
<status status="PASS" start="2026-05-19T03:15:16.846493" elapsed="606.717773"/>
</if>
<kw name="Log" owner="BuiltIn">
<msg time="2026-05-19T03:25:23.564888" level="INFO">cbench: controller benchmarking tool
   running in mode 'latency'
   connecting to controller at 10.30.170.28:6633 
   faking 16 switches with 1 threads :: 10 tests each; 60000 ms per test
   with 100 unique source MACs per switch
   learning destination mac addresses before the test
   starting test with 5000 ms delay after features_reply
   ignoring first 1 "warmup" and last 0 "cooldown" loops
   debugging info is off
Master Thread: Creating thread-0! 
Thread-0: All switches initialized. Running at node 10.30.170.28. So far 1 cbench instances have initialized their switches.  Waiting for other cbench-instances
Thread-0: Total switches from ALL cbench-instances initialized.
03:16:22.637 16  switches: flows:  114985 114389 121392 112742 112964 113809 112486 116707 116828 127043 111056 118832 112664 114166 110662 113153  total = 30.731300 per ms 
03:17:22.737 16  switches: flows:  123374 122601 125893 120511 122331 122484 120964 124340 122992 125001 120457 122787 122160 121938 120020 119632  total = 32.570376 per ms 
03:18:22.837 16  switches: flows:  123449 122242 123353 121067 121726 122982 120923 125316 123463 123885 121656 122980 122764 121296 119355 119579  total = 32.546207 per ms 
03:19:22.937 16  switches: flows:  122515 119933 122442 119411 120727 120829 120021 122577 122387 121867 119323 121158 122061 118955 118090 117297  total = 32.106306 per ms 
03:20:23.038 16  switches: flows:  120495 118521 122183 117046 118632 120148 119194 121591 119334 119908 118097 119570 119629 117779 117436 117054  total = 31.723993 per ms 
03:21:23.138 16  switches: flows:  118055 115536 119274 115780 116852 119837 118924 116351 118054 117310 116892 115805 116947 114705 115244 116272  total = 31.145180 per ms 
03:22:23.239 16  switches: flows:  121774 119713 124078 120017 120217 121660 121078 122120 123063 121174 120591 120409 121473 120500 118446 119136  total = 32.203466 per ms 
03:23:23.341 16  switches: flows:  122137 120395 123874 120305 122096 120814 120116 123983 123330 123957 119847 121292 120498 120704 119591 119783  total = 32.323912 per ms 
03:24:23.441 16  switches: flows:  123943 121607 124297 122285 122224 123221 122399 123531 124527 124075 120061 123026 121889 121911 120664 119057  total = 32.590843 per ms 
03:25:23.541 16  switches: flows:  121424 120475 124439 118084 120449 122644 123191 120919 121273 123891 120172 120058 121232 120440 120942 122158  total = 32.309255 per ms 
RESULT: 16 switches 9 tests min/max/avg/stdev = 31145.18/32590.84/32168.84/10732.15 responses/s</msg>
<arg>${output}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-05-19T03:25:23.564468" elapsed="0.000545"/>
</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-05-19T03:25:23.565223" elapsed="0.000504"/>
</kw>
<kw name="Get Lines Containing String" owner="String">
<msg time="2026-05-19T03:25:23.566289" level="INFO">1 out of 23 lines matched.</msg>
<msg time="2026-05-19T03:25:23.566378" level="INFO">${result_line} = RESULT: 16 switches 9 tests min/max/avg/stdev = 31145.18/32590.84/32168.84/10732.15 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-05-19T03:25:23.566009" elapsed="0.000393"/>
</kw>
<kw name="Split String" owner="String">
<msg time="2026-05-19T03:25:23.566807" level="INFO">@{results_list} = [ RESULT: | 16 | switches | 9 | tests | min/max/avg/stdev | = | 31145.18/32590.84/32168.84/10732.15 | 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-05-19T03:25:23.566556" elapsed="0.000276"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-05-19T03:25:23.569191" 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-05-19T03:25:23.566991" elapsed="0.002256"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-05-19T03:25:23.571794" level="INFO">31145.18/32590.84/32168.84/10732.15</msg>
<arg>${results_list[7]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-05-19T03:25:23.569392" elapsed="0.002458"/>
</kw>
<kw name="Split String" owner="String">
<msg time="2026-05-19T03:25:23.574281" 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-05-19T03:25:23.572016" elapsed="0.002297"/>
</kw>
<kw name="Split String" owner="String">
<msg time="2026-05-19T03:25:23.576782" level="INFO">@{result_value_list} = [ 31145.18 | 32590.84 | 32168.84 | 10732.15 ]</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-05-19T03:25:23.574507" elapsed="0.002302"/>
</kw>
<kw name="Get Length" owner="BuiltIn">
<msg time="2026-05-19T03:25:23.577305" level="INFO">Length is 4.</msg>
<msg time="2026-05-19T03:25:23.577393" 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-05-19T03:25:23.576982" elapsed="0.000434"/>
</kw>
<for flavor="IN RANGE">
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-05-19T03:25:23.582223" level="INFO">min :: 31145.18</msg>
<arg>${result_name_list[${i}]} :: ${result_value_list[${i}]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-05-19T03:25:23.577794" elapsed="0.004485"/>
</kw>
<var name="${i}">0</var>
<status status="PASS" start="2026-05-19T03:25:23.577664" elapsed="0.004651"/>
</iter>
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-05-19T03:25:23.586826" level="INFO">max :: 32590.84</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-05-19T03:25:23.582543" elapsed="0.004341"/>
</kw>
<var name="${i}">1</var>
<status status="PASS" start="2026-05-19T03:25:23.582402" elapsed="0.004517"/>
</iter>
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-05-19T03:25:23.591596" level="INFO">avg :: 32168.84</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-05-19T03:25:23.587149" elapsed="0.004503"/>
</kw>
<var name="${i}">2</var>
<status status="PASS" start="2026-05-19T03:25:23.587021" elapsed="0.004666"/>
</iter>
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-05-19T03:25:23.596511" level="INFO">stdev :: 10732.15</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-05-19T03:25:23.591898" elapsed="0.004672"/>
</kw>
<var name="${i}">3</var>
<status status="PASS" start="2026-05-19T03:25:23.591770" elapsed="0.004835"/>
</iter>
<var>${i}</var>
<value>0</value>
<value>${num_stats}</value>
<status status="PASS" start="2026-05-19T03:25:23.577482" elapsed="0.019153"/>
</for>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-05-19T03:25:23.600501" level="INFO">${min} = 31145.18</msg>
<var>${min}</var>
<arg>${result_value_list[${0}]}</arg>
<doc>Returns the given values which can then be assigned to a variables.</doc>
<status status="PASS" start="2026-05-19T03:25:23.596795" elapsed="0.003733"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-05-19T03:25:23.604444" level="INFO">${max} = 32590.84</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-05-19T03:25:23.600682" elapsed="0.003789"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-05-19T03:25:23.608426" level="INFO">${average} = 32168.84</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-05-19T03:25:23.604625" elapsed="0.003827"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-05-19T03:25:23.612429" level="INFO">${stdev} = 10732.15</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-05-19T03:25:23.608608" elapsed="0.003850"/>
</kw>
<kw name="Get Time" owner="BuiltIn">
<msg time="2026-05-19T03:25:23.613045" level="INFO">${date} = 2026-05-19 03:25:23</msg>
<var>${date}</var>
<arg>d,m,s</arg>
<doc>Returns the given time in the requested format.</doc>
<status status="PASS" start="2026-05-19T03:25:23.612649" elapsed="0.000422"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-05-19T03:25:23.613648" level="INFO">CBench Result: 2026-05-19 03:25:23,-m 60000 -M 100 -S 16 -l 10 -D 5000 -p 6633,31145.18,32590.84,32168.84,10732.15</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-05-19T03:25:23.613219" elapsed="0.000485"/>
</kw>
<kw name="Log Results And Determine Status">
<kw name="Append To File" owner="OperatingSystem">
<msg time="2026-05-19T03:25:23.614857" 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-05-19T03:25:23.614396" elapsed="0.000543"/>
</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-05-19T03:25:23.615092" elapsed="0.000494"/>
</kw>
<arg>${min}</arg>
<arg>${max}</arg>
<arg>${average}</arg>
<arg>${average_threshold}</arg>
<arg>${output_filename}</arg>
<status status="PASS" start="2026-05-19T03:25:23.613894" elapsed="0.001759"/>
</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-05-19T03:15:16.845257" elapsed="606.770454"/>
</kw>
<kw name="Sleep" owner="BuiltIn">
<msg time="2026-05-19T03:25:23.616207" 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-05-19T03:25:23.615860" elapsed="0.000408"/>
</kw>
<kw name="Report Failure Due To Bug" owner="Utils" type="TEARDOWN">
<kw name="Evaluate" owner="BuiltIn">
<msg time="2026-05-19T03:25:23.618989" 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-05-19T03:25:23.617040" elapsed="0.001977"/>
</kw>
<if>
<branch type="IF" condition="('${TEST_STATUS}' != 'FAIL') or ${test_skipped}">
<return>
<status status="PASS" start="2026-05-19T03:25:23.619255" elapsed="0.000037"/>
</return>
<status status="PASS" start="2026-05-19T03:25:23.619102" elapsed="0.000222"/>
</branch>
<status status="PASS" start="2026-05-19T03:25:23.619079" elapsed="0.000270"/>
</if>
<kw name="Comment" owner="BuiltIn">
<arg>Jira tickets are {PROJECT}-{NUMBER} while Bugzilla tickets are {NUMBER}</arg>
<doc>Displays the given messages in the log file as keyword arguments.</doc>
<status status="NOT RUN" start="2026-05-19T03:25:23.619511" elapsed="0.000027"/>
</kw>
<kw name="Run Keyword And Return Status" owner="BuiltIn">
<var>${match}</var>
<arg>Should Contain</arg>
<arg>${number}</arg>
<arg>-</arg>
<doc>Runs the specified keyword and returns the status as a Boolean value.</doc>
<status status="NOT RUN" start="2026-05-19T03:25:23.619681" 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-05-19T03:25:23.619842" 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-05-19T03:25:23.620067" 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-05-19T03:25:23.620218" elapsed="0.000019"/>
</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-05-19T03:25:23.620364" elapsed="0.000019"/>
</kw>
<kw name="Log" owner="BuiltIn">
<arg>${msg}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="NOT RUN" start="2026-05-19T03:25:23.620509" 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-05-19T03:25:23.620727" elapsed="0.000019"/>
</kw>
<status status="NOT RUN" start="2026-05-19T03:25:23.620590" elapsed="0.000188"/>
</branch>
<status status="NOT RUN" start="2026-05-19T03:25:23.620573" elapsed="0.000229"/>
</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-05-19T03:25:23.616665" elapsed="0.004189"/>
</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-05-19T03:15:16.843107" elapsed="606.777795"/>
</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-05-19T02:55:01.021093" elapsed="1822.600527"/>
</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>
