<?xml version="1.0" encoding="UTF-8"?>
<robot generator="Robot 7.4.2 (Python 3.11.10 on linux)" generated="2026-04-12T03:05:35.076254" 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-04-12T03:05:35.663824" elapsed="0.000024"/>
</return>
<status status="NOT RUN" start="2026-04-12T03:05:35.663680" elapsed="0.000221"/>
</branch>
<status status="PASS" start="2026-04-12T03:05:35.663649" elapsed="0.000279"/>
</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-04-12T03:05:35.664072" elapsed="0.000538"/>
</kw>
<kw name="Login" owner="SSHLibrary">
<msg time="2026-04-12T03:05:35.665077" level="INFO">Logging into '10.30.171.131:8101' as 'karaf'.</msg>
<msg time="2026-04-12T03:05:36.467556" 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-04-12T03:05:35.664782" elapsed="0.803000"/>
</kw>
<kw name="Write" owner="SSHLibrary">
<msg time="2026-04-12T03:05:36.517410" 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-04-12T03:05:36.468113" elapsed="0.049368"/>
</kw>
<kw name="Read Until Regexp" owner="SSHLibrary">
<msg time="2026-04-12T03:05:36.519199" level="INFO">[?1l&gt;[?2004l[?1h=[90m~[0m                                                                                [?2004hopendaylight-user@root&gt;</msg>
<msg time="2026-04-12T03:05:36.519314" 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-04-12T03:05:36.517651" elapsed="0.001692"/>
</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-04-12T03:05:36.519499" elapsed="0.000213"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-04-12T03:05:36.519874" elapsed="0.000245"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-12T03:05:36.520655" 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-04-12T03:05:36.520296" elapsed="0.000415"/>
</kw>
<return>
<value>${output}</value>
<status status="PASS" start="2026-04-12T03:05:36.520765" elapsed="0.000062"/>
</return>
<arg>log:set ${log_level}</arg>
<doc>Will execute the given ${cmd} by ssh'ing to the karaf console running on 10.30.171.131
Note that this keyword will open&amp;close new SSH connection, without switching back to previously current session.</doc>
<status status="PASS" start="2026-04-12T03:05:35.663299" elapsed="0.857659"/>
</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-04-12T03:05:35.659704" elapsed="0.861322"/>
</kw>
<kw name="Append To File" owner="OperatingSystem">
<msg time="2026-04-12T03:05:36.521707" 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-04-12T03:05:36.521273" elapsed="0.000493"/>
</kw>
<kw name="Append To File" owner="OperatingSystem">
<msg time="2026-04-12T03:05:36.522195" 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-04-12T03:05:36.521919" elapsed="0.000339"/>
</kw>
<kw name="Evaluate" owner="BuiltIn">
<msg time="2026-04-12T03:05:36.522841" 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-04-12T03:05:36.522410" elapsed="0.000459"/>
</kw>
<kw name="Set Suite Variable" owner="BuiltIn">
<msg time="2026-04-12T03:05:36.523396" 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-04-12T03:05:36.523038" elapsed="0.000400"/>
</kw>
<kw name="Evaluate" owner="BuiltIn">
<msg time="2026-04-12T03:05:36.523949" 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-04-12T03:05:36.523582" elapsed="0.000395"/>
</kw>
<kw name="Set Suite Variable" owner="BuiltIn">
<msg time="2026-04-12T03:05:36.524469" 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-04-12T03:05:36.524133" elapsed="0.000378"/>
</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-04-12T03:05:36.524818" elapsed="0.000022"/>
</kw>
<status status="NOT RUN" start="2026-04-12T03:05:36.524602" elapsed="0.000272"/>
</branch>
<branch type="ELSE">
<kw name="Verify File Exists On Remote System" owner="Utils">
<kw name="Open Connection" owner="SSHLibrary">
<msg time="2026-04-12T03:05:36.529252" 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-04-12T03:05:36.528786" elapsed="0.000494"/>
</kw>
<kw name="Flexible_SSH_Login" owner="SSHKeywords">
<kw name="Get Length" owner="BuiltIn">
<msg time="2026-04-12T03:05:36.530599" level="INFO">Length is 0.</msg>
<msg time="2026-04-12T03:05:36.530690" 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-04-12T03:05:36.529823" elapsed="0.000891"/>
</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-04-12T03:05:36.530861" elapsed="0.000376"/>
</kw>
<kw name="Run Keyword And Return" owner="BuiltIn">
<kw name="Login With Public Key" owner="SSHLibrary">
<msg time="2026-04-12T03:05:36.532275" level="INFO">Logging into '10.30.170.120:22' as 'jenkins'.</msg>
<msg time="2026-04-12T03:05:37.306524" 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 Sun Apr 12 03:05:36 UTC 2026

  System load:  0.04               Processes:             109
  Usage of /:   19.3% of 38.58GB   Users logged in:       0
  Memory usage: 4%                 IPv4 address for ens3: 10.30.170.120
  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-178-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-04-12T03:05:36.531740" elapsed="0.774954"/>
</kw>
<msg time="2026-04-12T03:05:37.306789" 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-04-12T03:05:36.531394" elapsed="0.775495"/>
</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-04-12T03:05:36.529484" elapsed="0.777528"/>
</kw>
<kw name="File Should Exist" owner="SSHLibrary">
<msg time="2026-04-12T03:05:37.317228" 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-04-12T03:05:37.307249" elapsed="0.011567"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-04-12T03:05:37.319068" elapsed="0.000413"/>
</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-04-12T03:05:36.528259" elapsed="0.791310"/>
</kw>
<status status="PASS" start="2026-04-12T03:05:36.524954" elapsed="0.794667"/>
</branch>
<status status="PASS" start="2026-04-12T03:05:36.524574" elapsed="0.795097"/>
</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-04-12T03:05:37.319879" elapsed="0.000667"/>
</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-04-12T03:05:37.326694" elapsed="0.000025"/>
</return>
<status status="NOT RUN" start="2026-04-12T03:05:37.326525" elapsed="0.000242"/>
</branch>
<status status="PASS" start="2026-04-12T03:05:37.326490" elapsed="0.000312"/>
</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-04-12T03:05:37.331772" elapsed="0.000020"/>
</return>
<status status="NOT RUN" start="2026-04-12T03:05:37.331614" elapsed="0.000224"/>
</branch>
<status status="PASS" start="2026-04-12T03:05:37.331587" elapsed="0.000284"/>
</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-04-12T03:05:37.332051" elapsed="0.000666"/>
</kw>
<kw name="Login" owner="SSHLibrary">
<msg time="2026-04-12T03:05:37.333309" level="INFO">Logging into '10.30.171.131:8101' as 'karaf'.</msg>
<msg time="2026-04-12T03:05:37.555884" 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-04-12T03:05:37.332925" elapsed="0.223126"/>
</kw>
<kw name="Write" owner="SSHLibrary">
<msg time="2026-04-12T03:05:37.651162" 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-04-12T03:05:37.556338" elapsed="0.095043"/>
</kw>
<kw name="Read Until Regexp" owner="SSHLibrary">
<msg time="2026-04-12T03:05:37.659423" 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-04-12T03:05:37.659622" 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-04-12T03:05:37.651702" elapsed="0.007952"/>
</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-04-12T03:05:37.659799" elapsed="0.000274"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-04-12T03:05:37.660240" elapsed="0.000213"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-12T03:05:37.660944" 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-04-12T03:05:37.660618" elapsed="0.000413"/>
</kw>
<return>
<value>${output}</value>
<status status="PASS" start="2026-04-12T03:05:37.661092" elapsed="0.000055"/>
</return>
<msg time="2026-04-12T03:05:37.661323" 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.171.131
Note that this keyword will open&amp;close new SSH connection, without switching back to previously current session.</doc>
<status status="PASS" start="2026-04-12T03:05:37.331100" elapsed="0.330255"/>
</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-04-12T03:05:37.661505" elapsed="0.000505"/>
</kw>
<return>
<value>${output}</value>
<status status="PASS" start="2026-04-12T03:05:37.662063" elapsed="0.000032"/>
</return>
<arg>odl-openflowplugin-drop-test</arg>
<doc>Will Succeed if the given ${feature_name} is found in the output of "feature:list -i"</doc>
<status status="PASS" start="2026-04-12T03:05:37.326085" elapsed="0.336127"/>
</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-04-12T03:05:37.665961" elapsed="0.000015"/>
</return>
<status status="NOT RUN" start="2026-04-12T03:05:37.665823" elapsed="0.000186"/>
</branch>
<status status="PASS" start="2026-04-12T03:05:37.665799" elapsed="0.000236"/>
</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-04-12T03:05:37.666164" elapsed="0.000466"/>
</kw>
<kw name="Login" owner="SSHLibrary">
<msg time="2026-04-12T03:05:37.667035" level="INFO">Logging into '10.30.171.131:8101' as 'karaf'.</msg>
<msg time="2026-04-12T03:05:37.841267" 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-04-12T03:05:37.666777" elapsed="0.174673"/>
</kw>
<kw name="Write" owner="SSHLibrary">
<msg time="2026-04-12T03:05:37.862553" 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-04-12T03:05:37.841724" elapsed="0.020903"/>
</kw>
<kw name="Read Until Regexp" owner="SSHLibrary">
<msg time="2026-04-12T03:05:37.864526" level="INFO">[?1l&gt;[?2004lDropAllFlows transitions to on
[?1h=[90m~[0m                                                                                [?2004hopendaylight-user@root&gt;</msg>
<msg time="2026-04-12T03:05:37.864644" 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-04-12T03:05:37.862804" elapsed="0.001869"/>
</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-04-12T03:05:37.864812" elapsed="0.000207"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-04-12T03:05:37.865188" elapsed="0.000212"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-12T03:05:37.865877" 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-04-12T03:05:37.865543" elapsed="0.000384"/>
</kw>
<return>
<value>${output}</value>
<status status="PASS" start="2026-04-12T03:05:37.865980" elapsed="0.000057"/>
</return>
<arg>dropallpacketsrpc on</arg>
<doc>Will execute the given ${cmd} by ssh'ing to the karaf console running on 10.30.171.131
Note that this keyword will open&amp;close new SSH connection, without switching back to previously current session.</doc>
<status status="PASS" start="2026-04-12T03:05:37.665487" elapsed="0.200672"/>
</kw>
<status status="PASS" start="2026-04-12T03:05:35.656667" elapsed="2.209583"/>
</kw>
<test id="s1-t1" name="Cbench Latency Test" line="37">
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-12T03:05:37.868652" 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-04-12T03:05:37.867469" elapsed="0.001248"/>
</kw>
<kw name="Run Cbench And Log Results">
<kw name="Set Suite Variable" owner="BuiltIn">
<msg time="2026-04-12T03:05:37.870144" 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-04-12T03:05:37.869795" elapsed="0.000416"/>
</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-04-12T03:05:37.870535" elapsed="0.000022"/>
</kw>
<status status="NOT RUN" start="2026-04-12T03:05:37.870292" elapsed="0.000303"/>
</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-04-12T03:05:37.873544" elapsed="0.000021"/>
</kw>
<status status="NOT RUN" start="2026-04-12T03:05:37.873295" elapsed="0.000305"/>
</branch>
<status status="PASS" start="2026-04-12T03:05:37.873275" elapsed="0.000352"/>
</if>
<kw name="Get Connection" owner="SSHLibrary">
<msg time="2026-04-12T03:05:37.873960" 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-04-12T03:05:37.874081" 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-04-12T03:05:37.873758" elapsed="0.000350"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-12T03:05:37.874683" level="INFO">Attempting to execute command "/usr/local/bin/cbench -c 10.30.171.131 -m 60000 -M 100 -S 16 -l 10 -D 5000 -p 6633" on remote system "10.30.170.120" 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-04-12T03:05:37.874258" elapsed="0.000485"/>
</kw>
<kw name="Open Connection" owner="SSHLibrary">
<msg time="2026-04-12T03:05:37.875359" 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-04-12T03:05:37.874882" elapsed="0.000504"/>
</kw>
<kw name="Flexible_SSH_Login" owner="SSHKeywords">
<kw name="Get Length" owner="BuiltIn">
<msg time="2026-04-12T03:05:37.876295" level="INFO">Length is 0.</msg>
<msg time="2026-04-12T03:05:37.876385" 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-04-12T03:05:37.875958" elapsed="0.000466"/>
</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-04-12T03:05:37.876566" elapsed="0.000326"/>
</kw>
<kw name="Run Keyword And Return" owner="BuiltIn">
<kw name="Login With Public Key" owner="SSHLibrary">
<msg time="2026-04-12T03:05:37.877760" level="INFO">Logging into '10.30.170.120:22' as 'jenkins'.</msg>
<msg time="2026-04-12T03:05:38.246649" 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 Sun Apr 12 03:05:36 UTC 2026

  System load:  0.04               Processes:             109
  Usage of /:   19.3% of 38.58GB   Users logged in:       0
  Memory usage: 4%                 IPv4 address for ens3: 10.30.170.120
  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: Sun Apr 12 03:05:37 2026 from 10.30.171.52
[?2004h[jenkins@releng-63164-178-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-04-12T03:05:37.877402" elapsed="0.369455"/>
</kw>
<msg time="2026-04-12T03:05:38.246944" 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-04-12T03:05:37.877044" elapsed="0.369993"/>
</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-04-12T03:05:37.875585" elapsed="0.371572"/>
</kw>
<kw name="Execute Command" owner="SSHLibrary">
<msg time="2026-04-12T03:05:38.247944" level="INFO">Executing command '/usr/local/bin/cbench -c 10.30.171.131 -m 60000 -M 100 -S 16 -l 10 -D 5000 -p 6633'.</msg>
<msg time="2026-04-12T03:15:44.375368" level="INFO">Command exited with return code 0.</msg>
<msg time="2026-04-12T03:15:44.376003" level="INFO">${stdout} = </msg>
<msg time="2026-04-12T03:15:44.376124" level="INFO">${stderr} = cbench: controller benchmarking tool
   running in mode 'latency'
   connecting to controller at 10.30.171.131:6633 
   faking 16 switches with 1 threads :: 10 tests each; 60000 ms per test
   with 10...</msg>
<var>${stdout}</var>
<var>${stderr}</var>
<arg>${cmd}</arg>
<arg>return_stderr=True</arg>
<doc>Executes ``command`` on the remote machine and returns its outputs.</doc>
<status status="PASS" start="2026-04-12T03:05:38.247401" elapsed="606.128820"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-04-12T03:15:44.376694" elapsed="0.000775"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-12T03:15:44.378728" level="INFO">cbench: controller benchmarking tool
   running in mode 'latency'
   connecting to controller at 10.30.171.131:6633 
   faking 16 switches with 1 threads :: 10 tests each; 60000 ms per test
   with 100 unique source MACs per switch
   learning destination mac addresses before the test
   starting test with 5000 ms delay after features_reply
   ignoring first 1 "warmup" and last 0 "cooldown" loops
   debugging info is off
Master Thread: Creating thread-0! 
Thread-0: All switches initialized. Running at node 10.30.171.131. 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:43.463 16  switches: flows:  103499 102890 105509 103707 100617 103201 97448 101094 100503 95577 98850 97625 97180 98169 98200 96008  total = 26.667950 per ms 
03:07:43.564 16  switches: flows:  145296 144036 141940 142298 140398 140512 136089 140878 133659 129985 132182 131450 137076 134724 136976 134760  total = 36.643135 per ms 
03:08:43.664 16  switches: flows:  149816 151102 150737 147363 145163 145269 144321 143752 137702 137966 138954 135973 138850 141480 143348 139676  total = 38.127479 per ms 
03:09:43.764 16  switches: flows:  150468 151455 153169 152119 145781 146605 145135 143789 138581 138899 139753 143112 142039 142035 144425 141691  total = 38.586482 per ms 
03:10:43.865 16  switches: flows:  150990 150501 152590 149396 144639 144617 143967 145134 139160 138305 136568 139038 142513 141256 142414 142998  total = 38.337388 per ms 
03:11:43.965 16  switches: flows:  149674 149601 148097 146895 143400 143379 143720 142089 137757 137864 137410 135169 141610 139297 141699 139829  total = 37.894886 per ms 
03:12:44.065 16  switches: flows:  150646 151758 151096 152328 146261 148772 146567 144588 140481 140967 139387 141055 143818 141606 141918 143235  total = 38.676754 per ms 
03:13:44.166 16  switches: flows:  153356 150015 150173 152984 145614 150256 149394 147253 142186 139839 140647 141443 141800 142208 144507 144576  total = 38.872647 per ms 
03:14:44.266 16  switches: flows:  151128 151776 152914 151694 146390 149441 148379 147815 139541 140820 142868 141654 140871 140483 144912 144119  total = 38.848500 per ms 
03:15:44.368 16  switches: flows:  151316 150068 151466 152632 149593 147357 147842 146756 140789 139647 140728 142464 143487 138762 145335 143962  total = 38.805243 per ms 
RESULT: 16 switches 9 tests min/max/avg/stdev = 36643.14/38872.65/38310.28/12787.69 responses/s</msg>
<arg>${stderr}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-04-12T03:15:44.377874" elapsed="0.001193"/>
</kw>
<if>
<branch type="IF" condition="&quot;${return_stdout}&quot;!=&quot;True&quot;">
<return>
<value>${stderr}</value>
<status status="PASS" start="2026-04-12T03:15:44.379695" elapsed="0.000070"/>
</return>
<status status="PASS" start="2026-04-12T03:15:44.379314" elapsed="0.000504"/>
</branch>
<status status="PASS" start="2026-04-12T03:15:44.379252" elapsed="0.000602"/>
</if>
<if>
<branch type="IF" condition="&quot;${return_stderr}&quot;!=&quot;True&quot;">
<return>
<value>${stdout}</value>
<status status="NOT RUN" start="2026-04-12T03:15:44.379991" elapsed="0.000019"/>
</return>
<status status="NOT RUN" start="2026-04-12T03:15:44.379938" elapsed="0.000112"/>
</branch>
<status status="NOT RUN" start="2026-04-12T03:15:44.379916" elapsed="0.000165"/>
</if>
<return>
<value>${stdout}</value>
<value>${stderr}</value>
<status status="NOT RUN" start="2026-04-12T03:15:44.380128" elapsed="0.000019"/>
</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-04-12T03:15:44.383666" elapsed="0.000461"/>
</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-04-12T03:15:44.384356" elapsed="0.000238"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-04-12T03:15:44.384777" elapsed="0.000139"/>
</kw>
<arg>${current_ssh_connection.index}</arg>
<doc>Restore active SSH connection in SSHLibrary to given index.</doc>
<status status="PASS" start="2026-04-12T03:15:44.380609" elapsed="0.004380"/>
</kw>
<msg time="2026-04-12T03:15:44.385188" level="INFO">${output} = cbench: controller benchmarking tool
   running in mode 'latency'
   connecting to controller at 10.30.171.131:6633 
   faking 16 switches with 1 threads :: 10 tests each; 60000 ms per test
   with 10...</msg>
<var>${output}</var>
<arg>${cbench_system}</arg>
<arg>${cbench_executable} -c ${ODL_SYSTEM_IP} ${cbench_args}</arg>
<arg>prompt_timeout=${test_timeout}</arg>
<arg>return_stdout=False</arg>
<arg>return_stderr=True</arg>
<doc>Reduces the common work of running a command on a remote system to a single higher level
robot keyword, taking care to log in with a public key and. The command given is written and the return value
depends on the passed argument values of return_stdout (default: True) and return_stderr (default: False).
At least one should be True, or the keyword will exit and FAIL. If both are True, the resulting return value
will be a two element list containing both. Otherwise the resulting return value is a string.
No test conditions are checked.</doc>
<status status="PASS" start="2026-04-12T03:05:37.870948" elapsed="606.514281"/>
</kw>
<status status="PASS" start="2026-04-12T03:05:37.870623" elapsed="606.514677"/>
</branch>
<status status="PASS" start="2026-04-12T03:05:37.870269" elapsed="606.515066"/>
</if>
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-12T03:15:44.385942" level="INFO">cbench: controller benchmarking tool
   running in mode 'latency'
   connecting to controller at 10.30.171.131:6633 
   faking 16 switches with 1 threads :: 10 tests each; 60000 ms per test
   with 100 unique source MACs per switch
   learning destination mac addresses before the test
   starting test with 5000 ms delay after features_reply
   ignoring first 1 "warmup" and last 0 "cooldown" loops
   debugging info is off
Master Thread: Creating thread-0! 
Thread-0: All switches initialized. Running at node 10.30.171.131. 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:43.463 16  switches: flows:  103499 102890 105509 103707 100617 103201 97448 101094 100503 95577 98850 97625 97180 98169 98200 96008  total = 26.667950 per ms 
03:07:43.564 16  switches: flows:  145296 144036 141940 142298 140398 140512 136089 140878 133659 129985 132182 131450 137076 134724 136976 134760  total = 36.643135 per ms 
03:08:43.664 16  switches: flows:  149816 151102 150737 147363 145163 145269 144321 143752 137702 137966 138954 135973 138850 141480 143348 139676  total = 38.127479 per ms 
03:09:43.764 16  switches: flows:  150468 151455 153169 152119 145781 146605 145135 143789 138581 138899 139753 143112 142039 142035 144425 141691  total = 38.586482 per ms 
03:10:43.865 16  switches: flows:  150990 150501 152590 149396 144639 144617 143967 145134 139160 138305 136568 139038 142513 141256 142414 142998  total = 38.337388 per ms 
03:11:43.965 16  switches: flows:  149674 149601 148097 146895 143400 143379 143720 142089 137757 137864 137410 135169 141610 139297 141699 139829  total = 37.894886 per ms 
03:12:44.065 16  switches: flows:  150646 151758 151096 152328 146261 148772 146567 144588 140481 140967 139387 141055 143818 141606 141918 143235  total = 38.676754 per ms 
03:13:44.166 16  switches: flows:  153356 150015 150173 152984 145614 150256 149394 147253 142186 139839 140647 141443 141800 142208 144507 144576  total = 38.872647 per ms 
03:14:44.266 16  switches: flows:  151128 151776 152914 151694 146390 149441 148379 147815 139541 140820 142868 141654 140871 140483 144912 144119  total = 38.848500 per ms 
03:15:44.368 16  switches: flows:  151316 150068 151466 152632 149593 147357 147842 146756 140789 139647 140728 142464 143487 138762 145335 143962  total = 38.805243 per ms 
RESULT: 16 switches 9 tests min/max/avg/stdev = 36643.14/38872.65/38310.28/12787.69 responses/s</msg>
<arg>${output}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-04-12T03:15:44.385531" elapsed="0.000514"/>
</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-04-12T03:15:44.386275" elapsed="0.000504"/>
</kw>
<kw name="Get Lines Containing String" owner="String">
<msg time="2026-04-12T03:15:44.387339" level="INFO">1 out of 23 lines matched.</msg>
<msg time="2026-04-12T03:15:44.387468" level="INFO">${result_line} = RESULT: 16 switches 9 tests min/max/avg/stdev = 36643.14/38872.65/38310.28/12787.69 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-04-12T03:15:44.387001" elapsed="0.000503"/>
</kw>
<kw name="Split String" owner="String">
<msg time="2026-04-12T03:15:44.388099" level="INFO">@{results_list} = [ RESULT: | 16 | switches | 9 | tests | min/max/avg/stdev | = | 36643.14/38872.65/38310.28/12787.69 | 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-04-12T03:15:44.387738" elapsed="0.000399"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-12T03:15:44.391583" 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-04-12T03:15:44.388389" elapsed="0.003279"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-12T03:15:44.394097" level="INFO">36643.14/38872.65/38310.28/12787.69</msg>
<arg>${results_list[7]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-04-12T03:15:44.391853" elapsed="0.002302"/>
</kw>
<kw name="Split String" owner="String">
<msg time="2026-04-12T03:15:44.396944" 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-04-12T03:15:44.394319" elapsed="0.002654"/>
</kw>
<kw name="Split String" owner="String">
<msg time="2026-04-12T03:15:44.399472" level="INFO">@{result_value_list} = [ 36643.14 | 38872.65 | 38310.28 | 12787.69 ]</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-04-12T03:15:44.397223" elapsed="0.002278"/>
</kw>
<kw name="Get Length" owner="BuiltIn">
<msg time="2026-04-12T03:15:44.400005" level="INFO">Length is 4.</msg>
<msg time="2026-04-12T03:15:44.400117" 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-04-12T03:15:44.399673" elapsed="0.000475"/>
</kw>
<for flavor="IN RANGE">
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-12T03:15:44.404900" level="INFO">min :: 36643.14</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-04-12T03:15:44.400601" elapsed="0.004356"/>
</kw>
<var name="${i}">0</var>
<status status="PASS" start="2026-04-12T03:15:44.400466" elapsed="0.004527"/>
</iter>
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-12T03:15:44.409506" level="INFO">max :: 38872.65</msg>
<arg>${result_name_list[${i}]} :: ${result_value_list[${i}]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-04-12T03:15:44.405233" elapsed="0.004335"/>
</kw>
<var name="${i}">1</var>
<status status="PASS" start="2026-04-12T03:15:44.405086" elapsed="0.004518"/>
</iter>
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-12T03:15:44.414391" level="INFO">avg :: 38310.28</msg>
<arg>${result_name_list[${i}]} :: ${result_value_list[${i}]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-04-12T03:15:44.409823" elapsed="0.004625"/>
</kw>
<var name="${i}">2</var>
<status status="PASS" start="2026-04-12T03:15:44.409695" elapsed="0.004788"/>
</iter>
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-12T03:15:44.419031" level="INFO">stdev :: 12787.69</msg>
<arg>${result_name_list[${i}]} :: ${result_value_list[${i}]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-04-12T03:15:44.414711" elapsed="0.004377"/>
</kw>
<var name="${i}">3</var>
<status status="PASS" start="2026-04-12T03:15:44.414576" elapsed="0.004547"/>
</iter>
<var>${i}</var>
<value>0</value>
<value>${num_stats}</value>
<status status="PASS" start="2026-04-12T03:15:44.400248" elapsed="0.018908"/>
</for>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-04-12T03:15:44.422963" level="INFO">${min} = 36643.14</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-04-12T03:15:44.419331" elapsed="0.003659"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-04-12T03:15:44.427078" level="INFO">${max} = 38872.65</msg>
<var>${max}</var>
<arg>${result_value_list[${1}]}</arg>
<doc>Returns the given values which can then be assigned to a variables.</doc>
<status status="PASS" start="2026-04-12T03:15:44.423142" elapsed="0.003964"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-04-12T03:15:44.431136" level="INFO">${average} = 38310.28</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-04-12T03:15:44.427275" elapsed="0.003887"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-04-12T03:15:44.435028" level="INFO">${stdev} = 12787.69</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-04-12T03:15:44.431330" elapsed="0.003725"/>
</kw>
<kw name="Get Time" owner="BuiltIn">
<msg time="2026-04-12T03:15:44.435596" level="INFO">${date} = 2026-04-12 03:15:44</msg>
<var>${date}</var>
<arg>d,m,s</arg>
<doc>Returns the given time in the requested format.</doc>
<status status="PASS" start="2026-04-12T03:15:44.435228" elapsed="0.000395"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-12T03:15:44.436193" level="INFO">CBench Result: 2026-04-12 03:15:44,-m 60000 -M 100 -S 16 -l 10 -D 5000 -p 6633,36643.14,38872.65,38310.28,12787.69</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-04-12T03:15:44.435768" elapsed="0.000484"/>
</kw>
<kw name="Log Results And Determine Status">
<kw name="Append To File" owner="OperatingSystem">
<msg time="2026-04-12T03:15:44.437289" 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-04-12T03:15:44.436872" elapsed="0.000484"/>
</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-04-12T03:15:44.437507" elapsed="0.000457"/>
</kw>
<arg>${min}</arg>
<arg>${max}</arg>
<arg>${average}</arg>
<arg>${average_threshold}</arg>
<arg>${output_filename}</arg>
<status status="PASS" start="2026-04-12T03:15:44.436395" elapsed="0.001632"/>
</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-04-12T03:05:37.869145" elapsed="606.568942"/>
</kw>
<kw name="Sleep" owner="BuiltIn">
<msg time="2026-04-12T03:15:44.438570" 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-04-12T03:15:44.438254" elapsed="0.000371"/>
</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-04-12T03:15:44.439138" elapsed="0.000283"/>
</kw>
<status status="PASS" start="2026-04-12T03:15:44.438839" elapsed="0.000653"/>
</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-04-12T03:05:37.866405" elapsed="606.573125"/>
</test>
<test id="s1-t2" name="Cbench Throughput Test" line="51">
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-12T03:15:44.440809" 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-04-12T03:15:44.440430" elapsed="0.000434"/>
</kw>
<kw name="Run Cbench And Log Results">
<kw name="Set Suite Variable" owner="BuiltIn">
<msg time="2026-04-12T03:15:44.442372" 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-04-12T03:15:44.442024" elapsed="0.000391"/>
</kw>
<if>
<branch type="IF" condition="&quot;${cbench_system}&quot; == &quot;localhost&quot;">
<kw name="Run" owner="OperatingSystem">
<var>${output}</var>
<arg>${cbench_executable} -c ${ODL_SYSTEM_IP} ${cbench_args}</arg>
<doc>_This keyword is considered deprecated. Use the
[http://robotframework.org/robotframework/latest/libraries/Process.html|
Process] library instead._</doc>
<status status="NOT RUN" start="2026-04-12T03:15:44.442747" elapsed="0.000022"/>
</kw>
<status status="NOT RUN" start="2026-04-12T03:15:44.442527" elapsed="0.000279"/>
</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-04-12T03:15:44.445668" elapsed="0.000021"/>
</kw>
<status status="NOT RUN" start="2026-04-12T03:15:44.445425" elapsed="0.000299"/>
</branch>
<status status="PASS" start="2026-04-12T03:15:44.445406" elapsed="0.000342"/>
</if>
<kw name="Get Connection" owner="SSHLibrary">
<msg time="2026-04-12T03:15:44.446074" 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-04-12T03:15:44.446428" 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-04-12T03:15:44.445878" elapsed="0.000582"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-12T03:15:44.447018" level="INFO">Attempting to execute command "/usr/local/bin/cbench -c 10.30.171.131 -t -m 60000 -M 100 -S 16 -l 10 -D 5000 -p 6633" on remote system "10.30.170.120" 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-04-12T03:15:44.446598" elapsed="0.000479"/>
</kw>
<kw name="Open Connection" owner="SSHLibrary">
<msg time="2026-04-12T03:15:44.447650" 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-04-12T03:15:44.447233" elapsed="0.000444"/>
</kw>
<kw name="Flexible_SSH_Login" owner="SSHKeywords">
<kw name="Get Length" owner="BuiltIn">
<msg time="2026-04-12T03:15:44.448613" level="INFO">Length is 0.</msg>
<msg time="2026-04-12T03:15:44.448702" 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-04-12T03:15:44.448305" elapsed="0.000422"/>
</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-04-12T03:15:44.448865" elapsed="0.000347"/>
</kw>
<kw name="Run Keyword And Return" owner="BuiltIn">
<kw name="Login With Public Key" owner="SSHLibrary">
<msg time="2026-04-12T03:15:44.450114" level="INFO">Logging into '10.30.170.120:22' as 'jenkins'.</msg>
<msg time="2026-04-12T03:15:45.054582" 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 Sun Apr 12 03:15:44 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.170.120
  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: Sun Apr 12 03:05:38 2026 from 10.30.171.52
[?2004h[jenkins@releng-63164-178-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-04-12T03:15:44.449717" elapsed="0.605117"/>
</kw>
<msg time="2026-04-12T03:15:45.054932" 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-04-12T03:15:44.449374" elapsed="0.605666"/>
</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-04-12T03:15:44.447876" elapsed="0.607303"/>
</kw>
<kw name="Execute Command" owner="SSHLibrary">
<msg time="2026-04-12T03:15:45.055793" level="INFO">Executing command '/usr/local/bin/cbench -c 10.30.171.131 -t -m 60000 -M 100 -S 16 -l 10 -D 5000 -p 6633'.</msg>
<msg time="2026-04-12T03:25:51.179151" level="INFO">Command exited with return code 0.</msg>
<msg time="2026-04-12T03:25:51.181039" level="INFO">${stdout} = </msg>
<msg time="2026-04-12T03:25:51.181226" level="INFO">${stderr} = cbench: controller benchmarking tool
   running in mode 'throughput'
   connecting to controller at 10.30.171.131: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-04-12T03:15:45.055451" elapsed="606.125848"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-04-12T03:25:51.182403" elapsed="0.000995"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-12T03:25:51.185391" level="INFO">cbench: controller benchmarking tool
   running in mode 'throughput'
   connecting to controller at 10.30.171.131:6633 
   faking 16 switches with 1 threads :: 10 tests each; 60000 ms per test
   with 100 unique source MACs per switch
   learning destination mac addresses before the test
   starting test with 5000 ms delay after features_reply
   ignoring first 1 "warmup" and last 0 "cooldown" loops
   debugging info is off
Master Thread: Creating thread-0! 
Thread-0: All switches initialized. Running at node 10.30.171.131. 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:50.179 16  switches: flows:  570180 575609 564892 576105 562922 564999 575872 572424 562721 562720 554717 556255 554634 556063 554656 561078  total = 150.430783 per ms 
03:17:50.280 16  switches: flows:  583858 589442 587630 582692 589015 585485 596069 581170 580020 592604 595346 578126 584856 576250 587197 583678  total = 155.962054 per ms 
03:18:50.382 16  switches: flows:  635046 633488 622306 626105 629338 632259 628499 627848 628343 629621 635839 620416 625640 630205 611669 632638  total = 167.204116 per ms 
03:19:50.483 16  switches: flows:  651595 661091 657031 653950 645724 652074 670159 664446 651529 664938 657853 659249 658698 660104 660623 656948  total = 175.140197 per ms 
03:20:50.637 16  switches: flows:  665320 674362 658755 667613 656471 664551 664022 665217 662092 667063 666733 666696 673244 664930 670429 662422  total = 177.048388 per ms 
03:21:50.740 16  switches: flows:  671468 666916 661096 654777 670509 666964 670735 647712 665545 666570 665715 661118 665010 664739 663219 661188  total = 176.751140 per ms 
03:22:50.856 16  switches: flows:  662018 660394 670481 666164 663728 669150 668806 667822 671402 669184 667292 660236 667391 669103 671397 673880  total = 177.632877 per ms 
03:23:50.959 16  switches: flows:  678687 671581 671286 672024 657566 665788 681078 672283 673501 674584 664909 677224 674282 666998 677704 670986  total = 178.870594 per ms 
03:24:51.061 16  switches: flows:  643157 640325 649106 639156 640283 629828 645889 642736 635641 640545 645391 643523 645392 641759 641680 638610  total = 170.761427 per ms 
03:25:51.164 16  switches: flows:  679766 675195 673745 672703 663456 675247 679417 675972 665217 671941 666101 669913 675509 671448 677273 665404  total = 179.002397 per ms 
RESULT: 16 switches 9 tests min/max/avg/stdev = 155962.05/179002.40/173152.58/58154.49 responses/s</msg>
<arg>${stderr}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-04-12T03:25:51.184372" elapsed="0.001257"/>
</kw>
<if>
<branch type="IF" condition="&quot;${return_stdout}&quot;!=&quot;True&quot;">
<return>
<value>${stderr}</value>
<status status="PASS" start="2026-04-12T03:25:51.185991" elapsed="0.000060"/>
</return>
<status status="PASS" start="2026-04-12T03:25:51.185767" elapsed="0.000353"/>
</branch>
<status status="PASS" start="2026-04-12T03:25:51.185727" elapsed="0.000437"/>
</if>
<if>
<branch type="IF" condition="&quot;${return_stderr}&quot;!=&quot;True&quot;">
<return>
<value>${stdout}</value>
<status status="NOT RUN" start="2026-04-12T03:25:51.186350" elapsed="0.000018"/>
</return>
<status status="NOT RUN" start="2026-04-12T03:25:51.186296" elapsed="0.000113"/>
</branch>
<status status="NOT RUN" start="2026-04-12T03:25:51.186270" elapsed="0.000170"/>
</if>
<return>
<value>${stdout}</value>
<value>${stderr}</value>
<status status="NOT RUN" start="2026-04-12T03:25:51.186483" elapsed="0.000022"/>
</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-04-12T03:25:51.190403" elapsed="0.000481"/>
</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-04-12T03:25:51.191094" elapsed="0.000761"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-04-12T03:25:51.192052" elapsed="0.000184"/>
</kw>
<arg>${current_ssh_connection.index}</arg>
<doc>Restore active SSH connection in SSHLibrary to given index.</doc>
<status status="PASS" start="2026-04-12T03:25:51.187033" elapsed="0.005284"/>
</kw>
<msg time="2026-04-12T03:25:51.192552" level="INFO">${output} = cbench: controller benchmarking tool
   running in mode 'throughput'
   connecting to controller at 10.30.171.131: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-04-12T03:15:44.443146" elapsed="606.749447"/>
</kw>
<status status="PASS" start="2026-04-12T03:15:44.442832" elapsed="606.749830"/>
</branch>
<status status="PASS" start="2026-04-12T03:15:44.442506" elapsed="606.750192"/>
</if>
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-12T03:25:51.193397" level="INFO">cbench: controller benchmarking tool
   running in mode 'throughput'
   connecting to controller at 10.30.171.131:6633 
   faking 16 switches with 1 threads :: 10 tests each; 60000 ms per test
   with 100 unique source MACs per switch
   learning destination mac addresses before the test
   starting test with 5000 ms delay after features_reply
   ignoring first 1 "warmup" and last 0 "cooldown" loops
   debugging info is off
Master Thread: Creating thread-0! 
Thread-0: All switches initialized. Running at node 10.30.171.131. 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:50.179 16  switches: flows:  570180 575609 564892 576105 562922 564999 575872 572424 562721 562720 554717 556255 554634 556063 554656 561078  total = 150.430783 per ms 
03:17:50.280 16  switches: flows:  583858 589442 587630 582692 589015 585485 596069 581170 580020 592604 595346 578126 584856 576250 587197 583678  total = 155.962054 per ms 
03:18:50.382 16  switches: flows:  635046 633488 622306 626105 629338 632259 628499 627848 628343 629621 635839 620416 625640 630205 611669 632638  total = 167.204116 per ms 
03:19:50.483 16  switches: flows:  651595 661091 657031 653950 645724 652074 670159 664446 651529 664938 657853 659249 658698 660104 660623 656948  total = 175.140197 per ms 
03:20:50.637 16  switches: flows:  665320 674362 658755 667613 656471 664551 664022 665217 662092 667063 666733 666696 673244 664930 670429 662422  total = 177.048388 per ms 
03:21:50.740 16  switches: flows:  671468 666916 661096 654777 670509 666964 670735 647712 665545 666570 665715 661118 665010 664739 663219 661188  total = 176.751140 per ms 
03:22:50.856 16  switches: flows:  662018 660394 670481 666164 663728 669150 668806 667822 671402 669184 667292 660236 667391 669103 671397 673880  total = 177.632877 per ms 
03:23:50.959 16  switches: flows:  678687 671581 671286 672024 657566 665788 681078 672283 673501 674584 664909 677224 674282 666998 677704 670986  total = 178.870594 per ms 
03:24:51.061 16  switches: flows:  643157 640325 649106 639156 640283 629828 645889 642736 635641 640545 645391 643523 645392 641759 641680 638610  total = 170.761427 per ms 
03:25:51.164 16  switches: flows:  679766 675195 673745 672703 663456 675247 679417 675972 665217 671941 666101 669913 675509 671448 677273 665404  total = 179.002397 per ms 
RESULT: 16 switches 9 tests min/max/avg/stdev = 155962.05/179002.40/173152.58/58154.49 responses/s</msg>
<arg>${output}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-04-12T03:25:51.192909" elapsed="0.000597"/>
</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-04-12T03:25:51.193684" elapsed="0.000409"/>
</kw>
<kw name="Get Lines Containing String" owner="String">
<msg time="2026-04-12T03:25:51.194509" level="INFO">1 out of 23 lines matched.</msg>
<msg time="2026-04-12T03:25:51.194603" level="INFO">${result_line} = RESULT: 16 switches 9 tests min/max/avg/stdev = 155962.05/179002.40/173152.58/58154.49 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-04-12T03:25:51.194278" elapsed="0.000350"/>
</kw>
<kw name="Split String" owner="String">
<msg time="2026-04-12T03:25:51.196045" level="INFO">@{results_list} = [ RESULT: | 16 | switches | 9 | tests | min/max/avg/stdev | = | 155962.05/179002.40/173152.58/58154.49 | 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-04-12T03:25:51.195770" elapsed="0.000303"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-12T03:25:51.198536" 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-04-12T03:25:51.196239" elapsed="0.002355"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-12T03:25:51.200999" level="INFO">155962.05/179002.40/173152.58/58154.49</msg>
<arg>${results_list[7]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-04-12T03:25:51.198742" elapsed="0.002316"/>
</kw>
<kw name="Split String" owner="String">
<msg time="2026-04-12T03:25:51.203449" 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-04-12T03:25:51.201228" elapsed="0.002250"/>
</kw>
<kw name="Split String" owner="String">
<msg time="2026-04-12T03:25:51.205977" level="INFO">@{result_value_list} = [ 155962.05 | 179002.40 | 173152.58 | 58154.49 ]</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-04-12T03:25:51.203681" elapsed="0.002324"/>
</kw>
<kw name="Get Length" owner="BuiltIn">
<msg time="2026-04-12T03:25:51.206487" level="INFO">Length is 4.</msg>
<msg time="2026-04-12T03:25:51.206576" 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-04-12T03:25:51.206160" elapsed="0.000439"/>
</kw>
<for flavor="IN RANGE">
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-12T03:25:51.211286" level="INFO">min :: 155962.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-04-12T03:25:51.206995" elapsed="0.004353"/>
</kw>
<var name="${i}">0</var>
<status status="PASS" start="2026-04-12T03:25:51.206866" elapsed="0.004517"/>
</iter>
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-12T03:25:51.216073" level="INFO">max :: 179002.40</msg>
<arg>${result_name_list[${i}]} :: ${result_value_list[${i}]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-04-12T03:25:51.211604" elapsed="0.004525"/>
</kw>
<var name="${i}">1</var>
<status status="PASS" start="2026-04-12T03:25:51.211476" elapsed="0.004703"/>
</iter>
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-12T03:25:51.220672" level="INFO">avg :: 173152.58</msg>
<arg>${result_name_list[${i}]} :: ${result_value_list[${i}]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-04-12T03:25:51.216420" elapsed="0.004308"/>
</kw>
<var name="${i}">2</var>
<status status="PASS" start="2026-04-12T03:25:51.216270" elapsed="0.004494"/>
</iter>
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-12T03:25:51.225370" level="INFO">stdev :: 58154.49</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-04-12T03:25:51.220980" elapsed="0.004449"/>
</kw>
<var name="${i}">3</var>
<status status="PASS" start="2026-04-12T03:25:51.220851" elapsed="0.004617"/>
</iter>
<var>${i}</var>
<value>0</value>
<value>${num_stats}</value>
<status status="PASS" start="2026-04-12T03:25:51.206667" elapsed="0.018835"/>
</for>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-04-12T03:25:51.229673" level="INFO">${min} = 155962.05</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-04-12T03:25:51.225663" elapsed="0.004038"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-04-12T03:25:51.233706" level="INFO">${max} = 179002.40</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-04-12T03:25:51.229863" elapsed="0.003870"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-04-12T03:25:51.237622" level="INFO">${average} = 173152.58</msg>
<var>${average}</var>
<arg>${result_value_list[${2}]}</arg>
<doc>Returns the given values which can then be assigned to a variables.</doc>
<status status="PASS" start="2026-04-12T03:25:51.233896" elapsed="0.003753"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-04-12T03:25:51.241568" level="INFO">${stdev} = 58154.49</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-04-12T03:25:51.237800" elapsed="0.003796"/>
</kw>
<kw name="Get Time" owner="BuiltIn">
<msg time="2026-04-12T03:25:51.242144" level="INFO">${date} = 2026-04-12 03:25:51</msg>
<var>${date}</var>
<arg>d,m,s</arg>
<doc>Returns the given time in the requested format.</doc>
<status status="PASS" start="2026-04-12T03:25:51.241761" elapsed="0.000427"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-12T03:25:51.242778" level="INFO">CBench Result: 2026-04-12 03:25:51,-t -m 60000 -M 100 -S 16 -l 10 -D 5000 -p 6633,155962.05,179002.40,173152.58,58154.49</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-04-12T03:25:51.242343" elapsed="0.000494"/>
</kw>
<kw name="Log Results And Determine Status">
<kw name="Append To File" owner="OperatingSystem">
<msg time="2026-04-12T03:25:51.243959" 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-04-12T03:25:51.243520" elapsed="0.000508"/>
</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-04-12T03:25:51.244196" elapsed="0.000528"/>
</kw>
<arg>${min}</arg>
<arg>${max}</arg>
<arg>${average}</arg>
<arg>${average_threshold}</arg>
<arg>${output_filename}</arg>
<status status="PASS" start="2026-04-12T03:25:51.243002" elapsed="0.001791"/>
</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-04-12T03:15:44.441424" elapsed="606.803432"/>
</kw>
<kw name="Sleep" owner="BuiltIn">
<msg time="2026-04-12T03:25:51.245384" 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-04-12T03:25:51.245011" elapsed="0.000436"/>
</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-04-12T03:25:51.245993" elapsed="0.000295"/>
</kw>
<status status="PASS" start="2026-04-12T03:25:51.245666" elapsed="0.000697"/>
</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-04-12T03:15:44.439850" elapsed="606.806553"/>
</test>
<test id="s1-t3" name="Rerun Latency Test To Check Bug 6176" line="65">
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-12T03:25:51.247967" 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-04-12T03:25:51.247569" elapsed="0.000456"/>
</kw>
<kw name="Run Cbench And Log Results">
<kw name="Set Suite Variable" owner="BuiltIn">
<msg time="2026-04-12T03:25:51.249426" 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-04-12T03:25:51.249035" elapsed="0.000434"/>
</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-04-12T03:25:51.249848" elapsed="0.000023"/>
</kw>
<status status="NOT RUN" start="2026-04-12T03:25:51.249614" elapsed="0.000295"/>
</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-04-12T03:25:51.253073" elapsed="0.000023"/>
</kw>
<status status="NOT RUN" start="2026-04-12T03:25:51.252784" elapsed="0.000349"/>
</branch>
<status status="PASS" start="2026-04-12T03:25:51.252763" elapsed="0.000395"/>
</if>
<kw name="Get Connection" owner="SSHLibrary">
<msg time="2026-04-12T03:25:51.253532" 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-04-12T03:25:51.253656" 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-04-12T03:25:51.253316" elapsed="0.000367"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-12T03:25:51.254291" level="INFO">Attempting to execute command "/usr/local/bin/cbench -c 10.30.171.131 -m 60000 -M 100 -S 16 -l 10 -D 5000 -p 6633" on remote system "10.30.170.120" 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-04-12T03:25:51.253821" elapsed="0.000531"/>
</kw>
<kw name="Open Connection" owner="SSHLibrary">
<msg time="2026-04-12T03:25:51.254906" 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-04-12T03:25:51.254496" elapsed="0.000439"/>
</kw>
<kw name="Flexible_SSH_Login" owner="SSHKeywords">
<kw name="Get Length" owner="BuiltIn">
<msg time="2026-04-12T03:25:51.256073" level="INFO">Length is 0.</msg>
<msg time="2026-04-12T03:25:51.256190" 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-04-12T03:25:51.255560" elapsed="0.000657"/>
</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-04-12T03:25:51.256368" elapsed="0.000476"/>
</kw>
<kw name="Run Keyword And Return" owner="BuiltIn">
<kw name="Login With Public Key" owner="SSHLibrary">
<msg time="2026-04-12T03:25:51.257774" level="INFO">Logging into '10.30.170.120:22' as 'jenkins'.</msg>
<msg time="2026-04-12T03:25:51.883344" 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 Sun Apr 12 03:25:51 UTC 2026

  System load:  0.37               Processes:             105
  Usage of /:   19.5% of 38.58GB   Users logged in:       0
  Memory usage: 4%                 IPv4 address for ens3: 10.30.170.120
  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: Sun Apr 12 03:15:44 2026 from 10.30.171.52
[?2004h[jenkins@releng-63164-178-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-04-12T03:25:51.257404" elapsed="0.626135"/>
</kw>
<msg time="2026-04-12T03:25:51.883624" 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-04-12T03:25:51.257025" elapsed="0.626681"/>
</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-04-12T03:25:51.255138" elapsed="0.628675"/>
</kw>
<kw name="Execute Command" owner="SSHLibrary">
<msg time="2026-04-12T03:25:51.884330" level="INFO">Executing command '/usr/local/bin/cbench -c 10.30.171.131 -m 60000 -M 100 -S 16 -l 10 -D 5000 -p 6633'.</msg>
<msg time="2026-04-12T03:35:58.059113" level="INFO">Command exited with return code 0.</msg>
<msg time="2026-04-12T03:35:58.059889" level="INFO">${stdout} = </msg>
<msg time="2026-04-12T03:35:58.059996" level="INFO">${stderr} = cbench: controller benchmarking tool
   running in mode 'latency'
   connecting to controller at 10.30.171.131:6633 
   faking 16 switches with 1 threads :: 10 tests each; 60000 ms per test
   with 10...</msg>
<var>${stdout}</var>
<var>${stderr}</var>
<arg>${cmd}</arg>
<arg>return_stderr=True</arg>
<doc>Executes ``command`` on the remote machine and returns its outputs.</doc>
<status status="PASS" start="2026-04-12T03:25:51.884022" elapsed="606.176034"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-04-12T03:35:58.060697" elapsed="0.001317"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-12T03:35:58.063454" level="INFO">cbench: controller benchmarking tool
   running in mode 'latency'
   connecting to controller at 10.30.171.131:6633 
   faking 16 switches with 1 threads :: 10 tests each; 60000 ms per test
   with 100 unique source MACs per switch
   learning destination mac addresses before the test
   starting test with 5000 ms delay after features_reply
   ignoring first 1 "warmup" and last 0 "cooldown" loops
   debugging info is off
Master Thread: Creating thread-0! 
Thread-0: All switches initialized. Running at node 10.30.171.131. So far 1 cbench instances have initialized their switches.  Waiting for other cbench-instances
Thread-0: Total switches from ALL cbench-instances initialized.
03:26:57.132 16  switches: flows:  149301 147996 150230 149561 148571 154339 146950 150994 144180 142653 138117 137340 142091 140238 143583 141837  total = 38.799683 per ms 
03:27:57.233 16  switches: flows:  149368 150481 150095 151864 152334 151415 144929 149352 144278 147541 141450 142471 141840 140418 144260 143187  total = 39.022854 per ms 
03:28:57.333 16  switches: flows:  151179 146857 147873 147665 150772 151689 144367 149564 146194 143474 144864 142988 140239 139482 143319 141000  total = 38.794008 per ms 
03:29:57.433 16  switches: flows:  148337 144979 147457 147672 152429 151819 145065 146883 145201 143293 145674 143435 140354 139561 143864 138404  total = 38.675832 per ms 
03:30:57.535 16  switches: flows:  147806 146070 147044 148448 151312 148803 144496 151295 143901 144261 147255 146159 138449 140301 142656 141609  total = 38.766071 per ms 
03:31:57.636 16  switches: flows:  148884 149446 146728 149469 154723 149461 147885 150900 145012 142856 145869 147544 139832 144876 145150 141695  total = 39.106862 per ms 
03:32:57.737 16  switches: flows:  148954 148592 148429 147861 150429 147342 143390 148677 143386 144180 146277 145377 138063 143697 141901 138776  total = 38.690937 per ms 
03:33:57.837 16  switches: flows:  145623 150726 149306 146625 152713 145528 145154 150844 143631 145086 146124 143998 141824 142488 142543 140953  total = 38.821283 per ms 
03:34:57.938 16  switches: flows:  150380 148824 147865 148246 152622 146043 146580 150644 145851 143929 144927 144468 140437 142351 143530 139892  total = 38.878185 per ms 
03:35:58.039 16  switches: flows:  149572 150101 150130 147475 153322 148523 146257 151625 144282 144846 146807 143766 141413 144333 142355 142076  total = 39.049485 per ms 
RESULT: 16 switches 9 tests min/max/avg/stdev = 38675.83/39106.86/38867.28/12956.62 responses/s</msg>
<arg>${stderr}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-04-12T03:35:58.062514" elapsed="0.001287"/>
</kw>
<if>
<branch type="IF" condition="&quot;${return_stdout}&quot;!=&quot;True&quot;">
<return>
<value>${stderr}</value>
<status status="PASS" start="2026-04-12T03:35:58.064517" elapsed="0.000095"/>
</return>
<status status="PASS" start="2026-04-12T03:35:58.064038" elapsed="0.000663"/>
</branch>
<status status="PASS" start="2026-04-12T03:35:58.063965" elapsed="0.000796"/>
</if>
<if>
<branch type="IF" condition="&quot;${return_stderr}&quot;!=&quot;True&quot;">
<return>
<value>${stdout}</value>
<status status="NOT RUN" start="2026-04-12T03:35:58.064868" elapsed="0.000012"/>
</return>
<status status="NOT RUN" start="2026-04-12T03:35:58.064831" elapsed="0.000077"/>
</branch>
<status status="NOT RUN" start="2026-04-12T03:35:58.064815" elapsed="0.000115"/>
</if>
<return>
<value>${stdout}</value>
<value>${stderr}</value>
<status status="NOT RUN" start="2026-04-12T03:35:58.064961" 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-04-12T03:35:58.067809" elapsed="0.000353"/>
</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-04-12T03:35:58.068325" elapsed="0.000196"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-04-12T03:35:58.068650" elapsed="0.000110"/>
</kw>
<arg>${current_ssh_connection.index}</arg>
<doc>Restore active SSH connection in SSHLibrary to given index.</doc>
<status status="PASS" start="2026-04-12T03:35:58.065391" elapsed="0.003425"/>
</kw>
<msg time="2026-04-12T03:35:58.068952" level="INFO">${output} = cbench: controller benchmarking tool
   running in mode 'latency'
   connecting to controller at 10.30.171.131:6633 
   faking 16 switches with 1 threads :: 10 tests each; 60000 ms per test
   with 10...</msg>
<var>${output}</var>
<arg>${cbench_system}</arg>
<arg>${cbench_executable} -c ${ODL_SYSTEM_IP} ${cbench_args}</arg>
<arg>prompt_timeout=${test_timeout}</arg>
<arg>return_stdout=False</arg>
<arg>return_stderr=True</arg>
<doc>Reduces the common work of running a command on a remote system to a single higher level
robot keyword, taking care to log in with a public key and. The command given is written and the return value
depends on the passed argument values of return_stdout (default: True) and return_stderr (default: False).
At least one should be True, or the keyword will exit and FAIL. If both are True, the resulting return value
will be a two element list containing both. Otherwise the resulting return value is a string.
No test conditions are checked.</doc>
<status status="PASS" start="2026-04-12T03:25:51.250377" elapsed="606.818601"/>
</kw>
<status status="PASS" start="2026-04-12T03:25:51.249945" elapsed="606.819085"/>
</branch>
<status status="PASS" start="2026-04-12T03:25:51.249589" elapsed="606.819467"/>
</if>
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-12T03:35:58.069501" level="INFO">cbench: controller benchmarking tool
   running in mode 'latency'
   connecting to controller at 10.30.171.131:6633 
   faking 16 switches with 1 threads :: 10 tests each; 60000 ms per test
   with 100 unique source MACs per switch
   learning destination mac addresses before the test
   starting test with 5000 ms delay after features_reply
   ignoring first 1 "warmup" and last 0 "cooldown" loops
   debugging info is off
Master Thread: Creating thread-0! 
Thread-0: All switches initialized. Running at node 10.30.171.131. So far 1 cbench instances have initialized their switches.  Waiting for other cbench-instances
Thread-0: Total switches from ALL cbench-instances initialized.
03:26:57.132 16  switches: flows:  149301 147996 150230 149561 148571 154339 146950 150994 144180 142653 138117 137340 142091 140238 143583 141837  total = 38.799683 per ms 
03:27:57.233 16  switches: flows:  149368 150481 150095 151864 152334 151415 144929 149352 144278 147541 141450 142471 141840 140418 144260 143187  total = 39.022854 per ms 
03:28:57.333 16  switches: flows:  151179 146857 147873 147665 150772 151689 144367 149564 146194 143474 144864 142988 140239 139482 143319 141000  total = 38.794008 per ms 
03:29:57.433 16  switches: flows:  148337 144979 147457 147672 152429 151819 145065 146883 145201 143293 145674 143435 140354 139561 143864 138404  total = 38.675832 per ms 
03:30:57.535 16  switches: flows:  147806 146070 147044 148448 151312 148803 144496 151295 143901 144261 147255 146159 138449 140301 142656 141609  total = 38.766071 per ms 
03:31:57.636 16  switches: flows:  148884 149446 146728 149469 154723 149461 147885 150900 145012 142856 145869 147544 139832 144876 145150 141695  total = 39.106862 per ms 
03:32:57.737 16  switches: flows:  148954 148592 148429 147861 150429 147342 143390 148677 143386 144180 146277 145377 138063 143697 141901 138776  total = 38.690937 per ms 
03:33:57.837 16  switches: flows:  145623 150726 149306 146625 152713 145528 145154 150844 143631 145086 146124 143998 141824 142488 142543 140953  total = 38.821283 per ms 
03:34:57.938 16  switches: flows:  150380 148824 147865 148246 152622 146043 146580 150644 145851 143929 144927 144468 140437 142351 143530 139892  total = 38.878185 per ms 
03:35:58.039 16  switches: flows:  149572 150101 150130 147475 153322 148523 146257 151625 144282 144846 146807 143766 141413 144333 142355 142076  total = 39.049485 per ms 
RESULT: 16 switches 9 tests min/max/avg/stdev = 38675.83/39106.86/38867.28/12956.62 responses/s</msg>
<arg>${output}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-04-12T03:35:58.069213" elapsed="0.000362"/>
</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-04-12T03:35:58.069721" elapsed="0.000381"/>
</kw>
<kw name="Get Lines Containing String" owner="String">
<msg time="2026-04-12T03:35:58.070505" level="INFO">1 out of 23 lines matched.</msg>
<msg time="2026-04-12T03:35:58.070595" level="INFO">${result_line} = RESULT: 16 switches 9 tests min/max/avg/stdev = 38675.83/39106.86/38867.28/12956.62 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-04-12T03:35:58.070277" elapsed="0.000343"/>
</kw>
<kw name="Split String" owner="String">
<msg time="2026-04-12T03:35:58.071031" level="INFO">@{results_list} = [ RESULT: | 16 | switches | 9 | tests | min/max/avg/stdev | = | 38675.83/39106.86/38867.28/12956.62 | 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-04-12T03:35:58.070775" elapsed="0.000283"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-12T03:35:58.073471" 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-04-12T03:35:58.071222" elapsed="0.002307"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-12T03:35:58.076143" level="INFO">38675.83/39106.86/38867.28/12956.62</msg>
<arg>${results_list[7]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-04-12T03:35:58.073672" elapsed="0.002542"/>
</kw>
<kw name="Split String" owner="String">
<msg time="2026-04-12T03:35:58.078608" 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-04-12T03:35:58.076362" elapsed="0.002274"/>
</kw>
<kw name="Split String" owner="String">
<msg time="2026-04-12T03:35:58.081106" level="INFO">@{result_value_list} = [ 38675.83 | 39106.86 | 38867.28 | 12956.62 ]</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-04-12T03:35:58.078836" elapsed="0.002297"/>
</kw>
<kw name="Get Length" owner="BuiltIn">
<msg time="2026-04-12T03:35:58.081611" level="INFO">Length is 4.</msg>
<msg time="2026-04-12T03:35:58.081699" 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-04-12T03:35:58.081305" elapsed="0.000417"/>
</kw>
<for flavor="IN RANGE">
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-12T03:35:58.086406" level="INFO">min :: 38675.83</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-04-12T03:35:58.082134" elapsed="0.004328"/>
</kw>
<var name="${i}">0</var>
<status status="PASS" start="2026-04-12T03:35:58.082006" elapsed="0.004491"/>
</iter>
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-12T03:35:58.090968" level="INFO">max :: 39106.86</msg>
<arg>${result_name_list[${i}]} :: ${result_value_list[${i}]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-04-12T03:35:58.086713" elapsed="0.004309"/>
</kw>
<var name="${i}">1</var>
<status status="PASS" start="2026-04-12T03:35:58.086587" elapsed="0.004470"/>
</iter>
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-12T03:35:58.095591" level="INFO">avg :: 38867.28</msg>
<arg>${result_name_list[${i}]} :: ${result_value_list[${i}]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-04-12T03:35:58.091279" elapsed="0.004369"/>
</kw>
<var name="${i}">2</var>
<status status="PASS" start="2026-04-12T03:35:58.091140" elapsed="0.004542"/>
</iter>
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-12T03:35:58.100422" level="INFO">stdev :: 12956.62</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-04-12T03:35:58.095967" elapsed="0.004526"/>
</kw>
<var name="${i}">3</var>
<status status="PASS" start="2026-04-12T03:35:58.095784" elapsed="0.004743"/>
</iter>
<var>${i}</var>
<value>0</value>
<value>${num_stats}</value>
<status status="PASS" start="2026-04-12T03:35:58.081801" elapsed="0.018756"/>
</for>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-04-12T03:35:58.104416" level="INFO">${min} = 38675.83</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-04-12T03:35:58.100718" elapsed="0.003725"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-04-12T03:35:58.108279" level="INFO">${max} = 39106.86</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-04-12T03:35:58.104625" elapsed="0.003681"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-04-12T03:35:58.112141" level="INFO">${average} = 38867.28</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-04-12T03:35:58.108459" elapsed="0.003722"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-04-12T03:35:58.116017" level="INFO">${stdev} = 12956.62</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-04-12T03:35:58.112335" elapsed="0.003708"/>
</kw>
<kw name="Get Time" owner="BuiltIn">
<msg time="2026-04-12T03:35:58.116602" level="INFO">${date} = 2026-04-12 03:35:58</msg>
<var>${date}</var>
<arg>d,m,s</arg>
<doc>Returns the given time in the requested format.</doc>
<status status="PASS" start="2026-04-12T03:35:58.116217" elapsed="0.000411"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-12T03:35:58.117191" level="INFO">CBench Result: 2026-04-12 03:35:58,-m 60000 -M 100 -S 16 -l 10 -D 5000 -p 6633,38675.83,39106.86,38867.28,12956.62</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-04-12T03:35:58.116774" elapsed="0.000474"/>
</kw>
<kw name="Log Results And Determine Status">
<kw name="Append To File" owner="OperatingSystem">
<msg time="2026-04-12T03:35:58.118385" 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-04-12T03:35:58.117862" elapsed="0.000592"/>
</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-04-12T03:35:58.118605" elapsed="0.000455"/>
</kw>
<arg>${min}</arg>
<arg>${max}</arg>
<arg>${average}</arg>
<arg>${average_threshold}</arg>
<arg>${output_filename}</arg>
<status status="PASS" start="2026-04-12T03:35:58.117395" elapsed="0.001728"/>
</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-04-12T03:25:51.248374" elapsed="606.870828"/>
</kw>
<kw name="Sleep" owner="BuiltIn">
<msg time="2026-04-12T03:35:58.119693" 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-04-12T03:35:58.119360" elapsed="0.000391"/>
</kw>
<kw name="Report Failure Due To Bug" owner="Utils" type="TEARDOWN">
<kw name="Evaluate" owner="BuiltIn">
<msg time="2026-04-12T03:35:58.121057" 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-04-12T03:35:58.120527" elapsed="0.000557"/>
</kw>
<if>
<branch type="IF" condition="('${TEST_STATUS}' != 'FAIL') or ${test_skipped}">
<return>
<status status="PASS" start="2026-04-12T03:35:58.121325" elapsed="0.000033"/>
</return>
<status status="PASS" start="2026-04-12T03:35:58.121160" elapsed="0.000229"/>
</branch>
<status status="PASS" start="2026-04-12T03:35:58.121140" elapsed="0.000273"/>
</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-04-12T03:35:58.121592" elapsed="0.000024"/>
</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-04-12T03:35:58.121757" 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-04-12T03:35:58.121914" 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-04-12T03:35:58.122109" elapsed="0.000020"/>
</kw>
<kw name="Evaluate" owner="BuiltIn">
<var>${newline}</var>
<arg>chr(10)</arg>
<doc>Evaluates the given expression in Python and returns the result.</doc>
<status status="NOT RUN" start="2026-04-12T03:35:58.122280" elapsed="0.000021"/>
</kw>
<kw name="Set Test Message" owner="BuiltIn">
<arg>${msg}${newline}${newline}${TEST_MESSAGE}</arg>
<doc>Sets message for the current test case.</doc>
<status status="NOT RUN" start="2026-04-12T03:35:58.122428" 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-04-12T03:35:58.122573" elapsed="0.000020"/>
</kw>
<if>
<branch type="IF" condition="&quot;${include_bug_in_tags}&quot;==&quot;True&quot;">
<kw name="Set Tags" owner="BuiltIn">
<arg>${bug_url}</arg>
<doc>Adds given ``tags`` for the current test or all tests in a suite.</doc>
<status status="NOT RUN" start="2026-04-12T03:35:58.122797" elapsed="0.000020"/>
</kw>
<status status="NOT RUN" start="2026-04-12T03:35:58.122655" elapsed="0.000193"/>
</branch>
<status status="NOT RUN" start="2026-04-12T03:35:58.122639" elapsed="0.000233"/>
</if>
<arg>6176</arg>
<doc>Report that a test failed due to a known Bugzilla bug whose
number is provided as an argument.
Not FAILED (incl. SKIPPED) test are not reported.
This keyword must be used in the [Teardown] setting of the affected test
or as the first line of the test if FastFail module is not being
used. It reports the URL of the bug on console and also puts it
into the Robot log file.</doc>
<status status="PASS" start="2026-04-12T03:35:58.120160" elapsed="0.002761"/>
</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-04-12T03:25:51.246964" elapsed="606.876007"/>
</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-04-12T03:05:35.077853" elapsed="1823.046041"/>
</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>
