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

[?1h=[90m~[0m                                                                                [?2004hopendaylight-user</msg>
<arg>${KARAF_USER}</arg>
<arg>${KARAF_PASSWORD}</arg>
<arg>loglevel=${loglevel}</arg>
<doc>Logs into the SSH server with the given ``username`` and ``password``.</doc>
<status status="PASS" start="2026-05-06T00:45:33.716329" elapsed="0.617867"/>
</kw>
<kw name="Write" owner="SSHLibrary">
<msg time="2026-05-06T00:45:34.382546" level="INFO">@root&gt;log:set ERROR</msg>
<arg>${cmd}</arg>
<doc>Writes the given ``text`` on the remote machine and appends a newline.</doc>
<status status="PASS" start="2026-05-06T00:45:34.334493" elapsed="0.048124"/>
</kw>
<kw name="Read Until Regexp" owner="SSHLibrary">
<msg time="2026-05-06T00:45:34.384340" level="INFO">[?1l&gt;[?2004l[?1h=[90m~[0m                                                                                [?2004hopendaylight-user@root&gt;</msg>
<msg time="2026-05-06T00:45:34.384465" level="INFO">${output} = [?1l&gt;[?2004l[?1h=[90m~[0m                                                                                [?2004hopendaylight-user@root&gt;</msg>
<var>${output}</var>
<arg>${KARAF_PROMPT}</arg>
<doc>Consumes and returns the server output until a match to ``regexp`` is found.</doc>
<status status="PASS" start="2026-05-06T00:45:34.382785" elapsed="0.001711"/>
</kw>
<kw name="Write Bare" owner="SSHLibrary">
<arg>logout\n</arg>
<doc>Writes the given ``text`` on the remote machine without appending a newline.</doc>
<status status="PASS" start="2026-05-06T00:45:34.384653" elapsed="0.000234"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-05-06T00:45:34.385042" elapsed="0.000284"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-05-06T00:45:34.385847" level="INFO">[?1l&gt;[?2004l[?1h=[90m~[0m                                                                                [?2004hopendaylight-user@root&gt;</msg>
<arg>${output}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-05-06T00:45:34.385496" elapsed="0.000407"/>
</kw>
<return>
<value>${output}</value>
<status status="PASS" start="2026-05-06T00:45:34.385958" elapsed="0.000057"/>
</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.111
Note that this keyword will open&amp;close new SSH connection, without switching back to previously current session.</doc>
<status status="PASS" start="2026-05-06T00:45:33.714861" elapsed="0.671287"/>
</kw>
<arg>3x</arg>
<arg>1s</arg>
<arg>KarafKeywords.Issue Command On Karaf Console</arg>
<arg>log:set ${log_level}</arg>
<doc>Runs the specified keyword and retries if it fails.</doc>
<status status="PASS" start="2026-05-06T00:45:33.711179" elapsed="0.675070"/>
</kw>
<kw name="Append To File" owner="OperatingSystem">
<msg time="2026-05-06T00:45:34.386833" level="INFO" html="true">Appended to file '&lt;a href="file:///w/workspace/openflowplugin-csit-1node-cbench-only-vanadium/latency.csv"&gt;/w/workspace/openflowplugin-csit-1node-cbench-only-vanadium/latency.csv&lt;/a&gt;'.</msg>
<arg>${latency_results_file}</arg>
<arg>LATENCY_MIN,LATENCY_MAX,LATENCY_AVERAGE\n</arg>
<doc>Appends the given content to the specified file.</doc>
<status status="PASS" start="2026-05-06T00:45:34.386445" elapsed="0.000446"/>
</kw>
<kw name="Append To File" owner="OperatingSystem">
<msg time="2026-05-06T00:45:34.387403" level="INFO" html="true">Appended to file '&lt;a href="file:///w/workspace/openflowplugin-csit-1node-cbench-only-vanadium/throughput.csv"&gt;/w/workspace/openflowplugin-csit-1node-cbench-only-vanadium/throughput.csv&lt;/a&gt;'.</msg>
<arg>${throughput_results_file}</arg>
<arg>THROUGHPUT_MIN,THROUGHPUT_MAX,THROUGHPUT_AVERAGE\n</arg>
<doc>Appends the given content to the specified file.</doc>
<status status="PASS" start="2026-05-06T00:45:34.387055" elapsed="0.000445"/>
</kw>
<kw name="Evaluate" owner="BuiltIn">
<msg time="2026-05-06T00:45:34.388178" level="INFO">${duration_in_ms} = 60000</msg>
<var>${duration_in_ms}</var>
<arg>${duration_in_secs} * 1000</arg>
<doc>Evaluates the given expression in Python and returns the result.</doc>
<status status="PASS" start="2026-05-06T00:45:34.387728" elapsed="0.000479"/>
</kw>
<kw name="Set Suite Variable" owner="BuiltIn">
<msg time="2026-05-06T00:45:34.388742" level="INFO">${duration_in_ms} = 60000</msg>
<arg>${duration_in_ms}</arg>
<doc>Makes a variable available everywhere within the scope of the current suite.</doc>
<status status="PASS" start="2026-05-06T00:45:34.388403" elapsed="0.000382"/>
</kw>
<kw name="Evaluate" owner="BuiltIn">
<msg time="2026-05-06T00:45:34.389331" level="INFO">${test_timeout} = 900.0</msg>
<var>${test_timeout}</var>
<arg>(${loops} * ${duration_in_secs}) * 1.5</arg>
<doc>Evaluates the given expression in Python and returns the result.</doc>
<status status="PASS" start="2026-05-06T00:45:34.388932" elapsed="0.000426"/>
</kw>
<kw name="Set Suite Variable" owner="BuiltIn">
<msg time="2026-05-06T00:45:34.389832" level="INFO">${test_timeout} = 900.0</msg>
<arg>${test_timeout}</arg>
<doc>Makes a variable available everywhere within the scope of the current suite.</doc>
<status status="PASS" start="2026-05-06T00:45:34.389516" elapsed="0.000359"/>
</kw>
<if>
<branch type="IF" condition="&quot;${cbench_system}&quot; == &quot;localhost&quot;">
<kw name="File Should Exist" owner="OperatingSystem">
<arg>${cbench_executable}</arg>
<doc>Fails unless the given ``path`` points to an existing file.</doc>
<status status="NOT RUN" start="2026-05-06T00:45:34.390178" elapsed="0.000022"/>
</kw>
<status status="NOT RUN" start="2026-05-06T00:45:34.389961" elapsed="0.000296"/>
</branch>
<branch type="ELSE">
<kw name="Verify File Exists On Remote System" owner="Utils">
<kw name="Open Connection" owner="SSHLibrary">
<msg time="2026-05-06T00:45:34.394570" level="INFO">${conn_id} = 2</msg>
<var>${conn_id}</var>
<arg>${system}</arg>
<arg>prompt=${prompt}</arg>
<arg>timeout=${prompt_timeout}</arg>
<doc>Opens a new SSH connection to the given ``host`` and ``port``.</doc>
<status status="PASS" start="2026-05-06T00:45:34.394145" elapsed="0.000452"/>
</kw>
<kw name="Flexible_SSH_Login" owner="SSHKeywords">
<kw name="Get Length" owner="BuiltIn">
<msg time="2026-05-06T00:45:34.395974" level="INFO">Length is 0.</msg>
<msg time="2026-05-06T00:45:34.396066" level="INFO">${pwd_length} = 0</msg>
<var>${pwd_length}</var>
<arg>${password}</arg>
<doc>Returns and logs the length of the given item as an integer.</doc>
<status status="PASS" start="2026-05-06T00:45:34.395154" elapsed="0.000937"/>
</kw>
<kw name="Run Keyword And Return If" owner="BuiltIn">
<arg>${pwd_length} &gt; 0</arg>
<arg>SSHLibrary.Login</arg>
<arg>${user}</arg>
<arg>${password}</arg>
<arg>delay=${delay}</arg>
<doc>Runs the specified keyword and returns from the enclosing user keyword.</doc>
<status status="PASS" start="2026-05-06T00:45:34.396258" elapsed="0.000353"/>
</kw>
<kw name="Run Keyword And Return" owner="BuiltIn">
<kw name="Login With Public Key" owner="SSHLibrary">
<msg time="2026-05-06T00:45:34.397683" level="INFO">Logging into '10.30.170.120:22' as 'jenkins'.</msg>
<msg time="2026-05-06T00:45:35.125276" level="INFO">Read output: Welcome to Ubuntu 22.04.5 LTS (GNU/Linux 5.15.0-153-generic x86_64)

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

 System information as of Wed May  6 00:45:34 UTC 2026

  System load:  0.04               Processes:             111
  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-225-1-mininet-ovs-217-0 ~]&gt;</msg>
<arg>${user}</arg>
<arg>${USER_HOME}/.ssh/${SSH_KEY}</arg>
<arg>${KEYFILE_PASS}</arg>
<arg>delay=${delay}</arg>
<doc>Logs into the SSH server using key-based authentication.</doc>
<status status="PASS" start="2026-05-06T00:45:34.397112" elapsed="0.728316"/>
</kw>
<msg time="2026-05-06T00:45:35.125522" level="INFO">Returning from the enclosing user keyword.</msg>
<arg>SSHLibrary.Login With Public Key</arg>
<arg>${user}</arg>
<arg>${USER_HOME}/.ssh/${SSH_KEY}</arg>
<arg>${KEYFILE_PASS}</arg>
<arg>delay=${delay}</arg>
<doc>Runs the specified keyword and returns from the enclosing user keyword.</doc>
<status status="PASS" start="2026-05-06T00:45:34.396767" elapsed="0.728844"/>
</kw>
<arg>${user}</arg>
<arg>${password}</arg>
<doc>On active SSH session: if given non-empty password, do Login, else do Login With Public Key.</doc>
<status status="PASS" start="2026-05-06T00:45:34.394805" elapsed="0.730954"/>
</kw>
<kw name="File Should Exist" owner="SSHLibrary">
<msg time="2026-05-06T00:45:35.133329" level="INFO">[chan 1] Opened sftp connection (server version 3)</msg>
<arg>${file}</arg>
<doc>Fails if the given ``path`` does NOT point to an existing file.</doc>
<status status="PASS" start="2026-05-06T00:45:35.125965" elapsed="0.008970"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-05-06T00:45:35.135165" elapsed="0.000607"/>
</kw>
<arg>${cbench_system}</arg>
<arg>${cbench_executable}</arg>
<doc>Will create connection with public key and will PASS if the given ${file} exists,
otherwise will FAIL</doc>
<status status="PASS" start="2026-05-06T00:45:34.393618" elapsed="0.742287"/>
</kw>
<status status="PASS" start="2026-05-06T00:45:34.390334" elapsed="0.745652"/>
</branch>
<status status="PASS" start="2026-05-06T00:45:34.389935" elapsed="0.746117"/>
</if>
<kw name="Should Be True" owner="BuiltIn">
<arg>${loops} &gt;= 2</arg>
<arg>If number of loops is less than 2, cbench will not run</arg>
<doc>Fails if the given condition is not true.</doc>
<status status="PASS" start="2026-05-06T00:45:35.136413" elapsed="0.001000"/>
</kw>
<kw name="Verify_Feature_Is_Installed" owner="KarafKeywords">
<if>
<branch type="IF" condition="'${IS_KARAF_APPL}' == 'False'">
<return>
<value>Not A Karaf App</value>
<status status="NOT RUN" start="2026-05-06T00:45:35.146570" elapsed="0.000019"/>
</return>
<status status="NOT RUN" start="2026-05-06T00:45:35.146448" elapsed="0.000176"/>
</branch>
<status status="PASS" start="2026-05-06T00:45:35.146422" elapsed="0.000226"/>
</if>
<kw name="Issue_Command_On_Karaf_Console" owner="KarafKeywords">
<if>
<branch type="IF" condition="'${IS_KARAF_APPL}' == 'False'">
<return>
<value>Not A Karaf App</value>
<status status="NOT RUN" start="2026-05-06T00:45:35.150184" elapsed="0.000014"/>
</return>
<status status="NOT RUN" start="2026-05-06T00:45:35.150071" elapsed="0.000174"/>
</branch>
<status status="PASS" start="2026-05-06T00:45:35.150051" elapsed="0.000218"/>
</if>
<kw name="Open Connection" owner="SSHLibrary">
<arg>${controller}</arg>
<arg>port=${karaf_port}</arg>
<arg>prompt=${KARAF_PROMPT_LOGIN}</arg>
<arg>timeout=${timeout}</arg>
<doc>Opens a new SSH connection to the given ``host`` and ``port``.</doc>
<status status="PASS" start="2026-05-06T00:45:35.150400" elapsed="0.000448"/>
</kw>
<kw name="Login" owner="SSHLibrary">
<msg time="2026-05-06T00:45:35.151271" level="INFO">Logging into '10.30.171.111:8101' as 'karaf'.</msg>
<msg time="2026-05-06T00:45:35.329058" level="INFO">Read output: [33m                                                                                           
[33m    ________                       ________                .__  .__       .__     __       
[33m    \_____  \ ______   ____   ____ \______ \ _____  ___.__.|  | |__| ____ |  |___/  |_     
[33m     /   |   \\____ \_/ __ \ /    \ |    |  \\__  \&lt;   |  ||  | |  |/ ___\|  |  \   __\    
[33m    /    |    \  |_&gt; &gt;  ___/|   |  \|    `   \/ __ \\___  ||  |_|  / /_/  &gt;   Y  \  |      
[33m    \_______  /   __/ \___  &gt;___|  /_______  (____  / ____||____/__\___  /|___|  /__|      
[33m            \/|__|        \/     \/        \/     \/\/            /_____/      \/          
[33m                                                                                           

Hit '[1m&lt;tab&gt;[0m' for a list of available commands
and '[1m[cmd] --help[0m' for help on a specific command.
Hit '[1m&lt;ctrl-d&gt;[0m' or type '[1msystem:shutdown[0m' or '[1mlogout[0m' to shutdown OpenDaylight.

[?1h=[90m~[0m                                                                                [?2004hopendaylight-user</msg>
<arg>${KARAF_USER}</arg>
<arg>${KARAF_PASSWORD}</arg>
<arg>loglevel=${loglevel}</arg>
<doc>Logs into the SSH server with the given ``username`` and ``password``.</doc>
<status status="PASS" start="2026-05-06T00:45:35.150993" elapsed="0.178196"/>
</kw>
<kw name="Write" owner="SSHLibrary">
<msg time="2026-05-06T00:45:35.423886" level="INFO">@root&gt;feature:list -i | 0[C 0g[Krep odl-openflowplugin-drop-test</msg>
<arg>${cmd}</arg>
<doc>Writes the given ``text`` on the remote machine and appends a newline.</doc>
<status status="PASS" start="2026-05-06T00:45:35.329415" elapsed="0.094537"/>
</kw>
<kw name="Read Until Regexp" owner="SSHLibrary">
<msg time="2026-05-06T00:45:35.456691" level="INFO">[?1l&gt;[?2004l[31;1modl-openflowplugin-drop-test[0m                                    x 0.21.3           x x        x Started x [31;1modl-openflowplugin-drop-test[0m                                    x OpenDaylight :: Openflow Plugin :: Drop Test
[?1h=[90m~[0m                                                                                [?2004hopendaylight-user@root&gt;</msg>
<msg time="2026-05-06T00:45:35.456873" level="INFO">${output} = [?1l&gt;[?2004l[31;1modl-openflowplugin-drop-test[0m                                    x 0.21.3           x x        x Started x [31;1modl-openflowplugin-drop-test[0m                     ...</msg>
<var>${output}</var>
<arg>${KARAF_PROMPT}</arg>
<doc>Consumes and returns the server output until a match to ``regexp`` is found.</doc>
<status status="PASS" start="2026-05-06T00:45:35.424100" elapsed="0.032805"/>
</kw>
<kw name="Write Bare" owner="SSHLibrary">
<arg>logout\n</arg>
<doc>Writes the given ``text`` on the remote machine without appending a newline.</doc>
<status status="PASS" start="2026-05-06T00:45:35.457055" elapsed="0.000206"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-05-06T00:45:35.457407" elapsed="0.000192"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-05-06T00:45:35.458034" level="INFO">[?1l&gt;[?2004l[31;1modl-openflowplugin-drop-test[0m                                    x 0.21.3           x x        x Started x [31;1modl-openflowplugin-drop-test[0m                                    x OpenDaylight :: Openflow Plugin :: Drop Test
[?1h=[90m~[0m                                                                                [?2004hopendaylight-user@root&gt;</msg>
<arg>${output}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-05-06T00:45:35.457732" elapsed="0.000357"/>
</kw>
<return>
<value>${output}</value>
<status status="PASS" start="2026-05-06T00:45:35.458137" elapsed="0.000047"/>
</return>
<msg time="2026-05-06T00:45:35.458350" level="INFO">${output} = [?1l&gt;[?2004l[31;1modl-openflowplugin-drop-test[0m                                    x 0.21.3           x x        x Started x [31;1modl-openflowplugin-drop-test[0m                     ...</msg>
<var>${output}</var>
<arg>feature:list -i | grep ${feature_name}</arg>
<arg>${controller}</arg>
<arg>${karaf_port}</arg>
<doc>Will execute the given ${cmd} by ssh'ing to the karaf console running on 10.30.171.111
Note that this keyword will open&amp;close new SSH connection, without switching back to previously current session.</doc>
<status status="PASS" start="2026-05-06T00:45:35.149699" elapsed="0.308683"/>
</kw>
<kw name="Should Contain" owner="BuiltIn">
<arg>${output}</arg>
<arg>${feature_name}</arg>
<doc>Fails if ``container`` does not contain ``item`` one or more times.</doc>
<status status="PASS" start="2026-05-06T00:45:35.458553" elapsed="0.000542"/>
</kw>
<return>
<value>${output}</value>
<status status="PASS" start="2026-05-06T00:45:35.459151" 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-05-06T00:45:35.146132" elapsed="0.313167"/>
</kw>
<kw name="Issue_Command_On_Karaf_Console" owner="KarafKeywords">
<if>
<branch type="IF" condition="'${IS_KARAF_APPL}' == 'False'">
<return>
<value>Not A Karaf App</value>
<status status="NOT RUN" start="2026-05-06T00:45:35.462935" elapsed="0.000015"/>
</return>
<status status="NOT RUN" start="2026-05-06T00:45:35.462806" elapsed="0.000176"/>
</branch>
<status status="PASS" start="2026-05-06T00:45:35.462783" elapsed="0.000223"/>
</if>
<kw name="Open Connection" owner="SSHLibrary">
<arg>${controller}</arg>
<arg>port=${karaf_port}</arg>
<arg>prompt=${KARAF_PROMPT_LOGIN}</arg>
<arg>timeout=${timeout}</arg>
<doc>Opens a new SSH connection to the given ``host`` and ``port``.</doc>
<status status="PASS" start="2026-05-06T00:45:35.463134" elapsed="0.000454"/>
</kw>
<kw name="Login" owner="SSHLibrary">
<msg time="2026-05-06T00:45:35.463986" level="INFO">Logging into '10.30.171.111:8101' as 'karaf'.</msg>
<msg time="2026-05-06T00:45:35.655878" level="INFO">Read output: [33m                                                                                           
[33m    ________                       ________                .__  .__       .__     __       
[33m    \_____  \ ______   ____   ____ \______ \ _____  ___.__.|  | |__| ____ |  |___/  |_     
[33m     /   |   \\____ \_/ __ \ /    \ |    |  \\__  \&lt;   |  ||  | |  |/ ___\|  |  \   __\    
[33m    /    |    \  |_&gt; &gt;  ___/|   |  \|    `   \/ __ \\___  ||  |_|  / /_/  &gt;   Y  \  |      
[33m    \_______  /   __/ \___  &gt;___|  /_______  (____  / ____||____/__\___  /|___|  /__|      
[33m            \/|__|        \/     \/        \/     \/\/            /_____/      \/          
[33m                                                                                           

Hit '[1m&lt;tab&gt;[0m' for a list of available commands
and '[1m[cmd] --help[0m' for help on a specific command.
Hit '[1m&lt;ctrl-d&gt;[0m' or type '[1msystem:shutdown[0m' or '[1mlogout[0m' to shutdown OpenDaylight.

[?1h=[90m~[0m                                                                                [?2004hopendaylight-user</msg>
<arg>${KARAF_USER}</arg>
<arg>${KARAF_PASSWORD}</arg>
<arg>loglevel=${loglevel}</arg>
<doc>Logs into the SSH server with the given ``username`` and ``password``.</doc>
<status status="PASS" start="2026-05-06T00:45:35.463733" elapsed="0.192236"/>
</kw>
<kw name="Write" owner="SSHLibrary">
<msg time="2026-05-06T00:45:35.679639" level="INFO">@root&gt;dropallpacketsrpc on</msg>
<arg>${cmd}</arg>
<doc>Writes the given ``text`` on the remote machine and appends a newline.</doc>
<status status="PASS" start="2026-05-06T00:45:35.656131" elapsed="0.023566"/>
</kw>
<kw name="Read Until Regexp" owner="SSHLibrary">
<msg time="2026-05-06T00:45:35.681443" level="INFO">[?1l&gt;[?2004lDropAllFlows transitions to on
[?1h=[90m~[0m                                                                                [?2004hopendaylight-user@root&gt;</msg>
<msg time="2026-05-06T00:45:35.681537" level="INFO">${output} = [?1l&gt;[?2004lDropAllFlows transitions to on
[?1h=[90m~[0m                                                                                [?2004hopendaylight-user@root&gt;</msg>
<var>${output}</var>
<arg>${KARAF_PROMPT}</arg>
<doc>Consumes and returns the server output until a match to ``regexp`` is found.</doc>
<status status="PASS" start="2026-05-06T00:45:35.679843" elapsed="0.001723"/>
</kw>
<kw name="Write Bare" owner="SSHLibrary">
<arg>logout\n</arg>
<doc>Writes the given ``text`` on the remote machine without appending a newline.</doc>
<status status="PASS" start="2026-05-06T00:45:35.681700" elapsed="0.000168"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-05-06T00:45:35.682011" elapsed="0.000168"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-05-06T00:45:35.682608" level="INFO">[?1l&gt;[?2004lDropAllFlows transitions to on
[?1h=[90m~[0m                                                                                [?2004hopendaylight-user@root&gt;</msg>
<arg>${output}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-05-06T00:45:35.682335" elapsed="0.000322"/>
</kw>
<return>
<value>${output}</value>
<status status="PASS" start="2026-05-06T00:45:35.682703" elapsed="0.000039"/>
</return>
<arg>dropallpacketsrpc on</arg>
<doc>Will execute the given ${cmd} by ssh'ing to the karaf console running on 10.30.171.111
Note that this keyword will open&amp;close new SSH connection, without switching back to previously current session.</doc>
<status status="PASS" start="2026-05-06T00:45:35.462475" elapsed="0.220370"/>
</kw>
<status status="PASS" start="2026-05-06T00:45:33.709454" elapsed="1.973449"/>
</kw>
<test id="s1-t1" name="Cbench Latency Test" line="37">
<kw name="Log" owner="BuiltIn">
<msg time="2026-05-06T00:45:35.684737" level="INFO">Cbench tests using 10 iterations of 60 second tests. Switch Count: 16. Unique MACS to cycle: 100</msg>
<arg>Cbench tests using ${loops} iterations of ${duration_in_secs} second tests. Switch Count: ${switch_count}. Unique MACS to cycle: ${num_of_unique_macs}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-05-06T00:45:35.683761" elapsed="0.001042"/>
</kw>
<kw name="Run Cbench And Log Results">
<kw name="Set Suite Variable" owner="BuiltIn">
<msg time="2026-05-06T00:45:35.686201" level="INFO">${output_filename} = latency.csv</msg>
<arg>${output_filename}</arg>
<doc>Makes a variable available everywhere within the scope of the current suite.</doc>
<status status="PASS" start="2026-05-06T00:45:35.685849" elapsed="0.000415"/>
</kw>
<if>
<branch type="IF" condition="&quot;${cbench_system}&quot; == &quot;localhost&quot;">
<kw name="Run" owner="OperatingSystem">
<var>${output}</var>
<arg>${cbench_executable} -c ${ODL_SYSTEM_IP} ${cbench_args}</arg>
<doc>_This keyword is considered deprecated. Use the
[http://robotframework.org/robotframework/latest/libraries/Process.html|
Process] library instead._</doc>
<status status="NOT RUN" start="2026-05-06T00:45:35.686571" elapsed="0.000022"/>
</kw>
<status status="NOT RUN" start="2026-05-06T00:45:35.686344" elapsed="0.000285"/>
</branch>
<branch type="ELSE">
<kw name="Run Command On Remote System" owner="Utils">
<if>
<branch type="IF" condition="&quot;${return_stdout}&quot;!=&quot;True&quot; and &quot;${return_stderr}&quot;!=&quot;True&quot;">
<kw name="Fail" owner="BuiltIn">
<arg>At least one of {return_stdout} or {return_stderr} args should be set to True</arg>
<doc>Fails the test with the given message and optionally alters its tags.</doc>
<status status="NOT RUN" start="2026-05-06T00:45:35.689667" elapsed="0.000021"/>
</kw>
<status status="NOT RUN" start="2026-05-06T00:45:35.689419" elapsed="0.000304"/>
</branch>
<status status="PASS" start="2026-05-06T00:45:35.689395" elapsed="0.000948"/>
</if>
<kw name="Get Connection" owner="SSHLibrary">
<msg time="2026-05-06T00:45:35.690687" level="INFO">index=None
host=None
alias=None
port=22
timeout=3 seconds
newline=

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

prompt=None
term_type=vt100
width=80
height=24
path_separator=/
encoding=utf8
escape_ansi=False
encoding_errors=strict</msg>
<var>${current_ssh_connection}</var>
<doc>Returns information about the connection.</doc>
<status status="PASS" start="2026-05-06T00:45:35.690484" elapsed="0.000661"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-05-06T00:45:35.691738" level="INFO">Attempting to execute command "/usr/local/bin/cbench -c 10.30.171.111 -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-05-06T00:45:35.691306" elapsed="0.000493"/>
</kw>
<kw name="Open Connection" owner="SSHLibrary">
<msg time="2026-05-06T00:45:35.692411" level="INFO">${conn_id} = 5</msg>
<var>${conn_id}</var>
<arg>${system}</arg>
<arg>prompt=${prompt}</arg>
<arg>timeout=${prompt_timeout}</arg>
<doc>Opens a new SSH connection to the given ``host`` and ``port``.</doc>
<status status="PASS" start="2026-05-06T00:45:35.691938" elapsed="0.000500"/>
</kw>
<kw name="Flexible_SSH_Login" owner="SSHKeywords">
<kw name="Get Length" owner="BuiltIn">
<msg time="2026-05-06T00:45:35.693376" level="INFO">Length is 0.</msg>
<msg time="2026-05-06T00:45:35.693466" level="INFO">${pwd_length} = 0</msg>
<var>${pwd_length}</var>
<arg>${password}</arg>
<doc>Returns and logs the length of the given item as an integer.</doc>
<status status="PASS" start="2026-05-06T00:45:35.693017" elapsed="0.000473"/>
</kw>
<kw name="Run Keyword And Return If" owner="BuiltIn">
<arg>${pwd_length} &gt; 0</arg>
<arg>SSHLibrary.Login</arg>
<arg>${user}</arg>
<arg>${password}</arg>
<arg>delay=${delay}</arg>
<doc>Runs the specified keyword and returns from the enclosing user keyword.</doc>
<status status="PASS" start="2026-05-06T00:45:35.693631" elapsed="0.000332"/>
</kw>
<kw name="Run Keyword And Return" owner="BuiltIn">
<kw name="Login With Public Key" owner="SSHLibrary">
<msg time="2026-05-06T00:45:35.694827" level="INFO">Logging into '10.30.170.120:22' as 'jenkins'.</msg>
<msg time="2026-05-06T00:45:36.042746" level="INFO">Read output: Welcome to Ubuntu 22.04.5 LTS (GNU/Linux 5.15.0-153-generic x86_64)

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

 System information as of Wed May  6 00:45:34 UTC 2026

  System load:  0.04               Processes:             111
  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: Wed May  6 00:45:35 2026 from 10.30.170.187
[?2004h[jenkins@releng-63164-225-1-mininet-ovs-217-0 ~]&gt;</msg>
<arg>${user}</arg>
<arg>${USER_HOME}/.ssh/${SSH_KEY}</arg>
<arg>${KEYFILE_PASS}</arg>
<arg>delay=${delay}</arg>
<doc>Logs into the SSH server using key-based authentication.</doc>
<status status="PASS" start="2026-05-06T00:45:35.694474" elapsed="0.348460"/>
</kw>
<msg time="2026-05-06T00:45:36.043020" level="INFO">Returning from the enclosing user keyword.</msg>
<arg>SSHLibrary.Login With Public Key</arg>
<arg>${user}</arg>
<arg>${USER_HOME}/.ssh/${SSH_KEY}</arg>
<arg>${KEYFILE_PASS}</arg>
<arg>delay=${delay}</arg>
<doc>Runs the specified keyword and returns from the enclosing user keyword.</doc>
<status status="PASS" start="2026-05-06T00:45:35.694113" elapsed="0.349005"/>
</kw>
<arg>${user}</arg>
<arg>${password}</arg>
<doc>On active SSH session: if given non-empty password, do Login, else do Login With Public Key.</doc>
<status status="PASS" start="2026-05-06T00:45:35.692639" elapsed="0.350637"/>
</kw>
<kw name="Execute Command" owner="SSHLibrary">
<msg time="2026-05-06T00:45:36.043845" level="INFO">Executing command '/usr/local/bin/cbench -c 10.30.171.111 -m 60000 -M 100 -S 16 -l 10 -D 5000 -p 6633'.</msg>
<msg time="2026-05-06T00:55:42.177919" level="INFO">Command exited with return code 0.</msg>
<msg time="2026-05-06T00:55:42.178670" level="INFO">${stdout} = </msg>
<msg time="2026-05-06T00:55:42.178810" level="INFO">${stderr} = cbench: controller benchmarking tool
   running in mode 'latency'
   connecting to controller at 10.30.171.111: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-05-06T00:45:36.043503" elapsed="606.135380"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-05-06T00:55:42.179598" elapsed="0.000956"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-05-06T00:55:42.181841" level="INFO">cbench: controller benchmarking tool
   running in mode 'latency'
   connecting to controller at 10.30.171.111: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.111. So far 1 cbench instances have initialized their switches.  Waiting for other cbench-instances
Thread-0: Total switches from ALL cbench-instances initialized.
00:46:41.238 16  switches: flows:  105474 105138 101611 104590 103292 106708 103670 103522 101547 100934 104487 100859 99592 102191 103792 101786  total = 27.486550 per ms 
00:47:41.342 16  switches: flows:  118041 116499 113982 117011 117987 115480 112999 114632 112924 113977 116528 111293 111376 110993 112498 112219  total = 30.423204 per ms 
00:48:41.445 16  switches: flows:  115694 113406 112598 115072 114232 114169 112495 114434 113127 111046 112524 110353 110049 109623 109849 111953  total = 29.960382 per ms 
00:49:41.546 16  switches: flows:  118188 116890 113841 116281 116430 117234 116015 115568 113605 113740 112563 112486 113553 113631 112579 112743  total = 30.538014 per ms 
00:50:41.647 16  switches: flows:  114159 114826 111690 113080 114342 113888 112290 112473 111920 111604 111566 109296 109623 108503 110634 110131  total = 29.784013 per ms 
00:51:41.749 16  switches: flows:  118452 119294 116092 119232 119758 116379 117247 117759 115675 115851 116210 114584 112858 113679 116743 114874  total = 31.026053 per ms 
00:52:41.850 16  switches: flows:  106832 106913 104833 107999 109152 105888 106670 105894 106665 105370 105435 103541 104119 104208 105148 104169  total = 28.166880 per ms 
00:53:41.951 16  switches: flows:  108412 107395 104109 106411 106550 105404 104863 103893 103069 103336 104003 102516 103427 101430 103230 103370  total = 27.810343 per ms 
00:54:42.052 16  switches: flows:  100703 102137 98751 100808 100863 99237 99984 99837 97529 96749 96753 95530 96929 95442 96932 97726  total = 26.221386 per ms 
00:55:42.153 16  switches: flows:  111365 110108 106729 109724 108948 109764 109201 108639 107998 107110 107106 105953 107271 105298 105964 107282  total = 28.759663 per ms 
RESULT: 16 switches 9 tests min/max/avg/stdev = 26221.39/31026.05/29187.77/9840.56 responses/s</msg>
<arg>${stderr}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-05-06T00:55:42.181031" elapsed="0.001097"/>
</kw>
<if>
<branch type="IF" condition="&quot;${return_stdout}&quot;!=&quot;True&quot;">
<return>
<value>${stderr}</value>
<status status="PASS" start="2026-05-06T00:55:42.182697" elapsed="0.000107"/>
</return>
<status status="PASS" start="2026-05-06T00:55:42.182350" elapsed="0.000549"/>
</branch>
<status status="PASS" start="2026-05-06T00:55:42.182291" elapsed="0.000693"/>
</if>
<if>
<branch type="IF" condition="&quot;${return_stderr}&quot;!=&quot;True&quot;">
<return>
<value>${stdout}</value>
<status status="NOT RUN" start="2026-05-06T00:55:42.183211" elapsed="0.000062"/>
</return>
<status status="NOT RUN" start="2026-05-06T00:55:42.183126" elapsed="0.000212"/>
</branch>
<status status="NOT RUN" start="2026-05-06T00:55:42.183088" elapsed="0.000300"/>
</if>
<return>
<value>${stdout}</value>
<value>${stderr}</value>
<status status="NOT RUN" start="2026-05-06T00:55:42.183464" elapsed="0.000030"/>
</return>
<kw name="Restore_Current_Ssh_Connection_From_Index" owner="SSHKeywords" type="TEARDOWN">
<kw name="Run Keyword And Return If" owner="BuiltIn">
<arg>${connection_index} is not None</arg>
<arg>SSHLibrary.Switch Connection</arg>
<arg>${connection_index}</arg>
<doc>Runs the specified keyword and returns from the enclosing user keyword.</doc>
<status status="PASS" start="2026-05-06T00:55:42.188157" elapsed="0.000359"/>
</kw>
<kw name="Open Connection" owner="SSHLibrary">
<arg>127.0.0.1</arg>
<doc>Opens a new SSH connection to the given ``host`` and ``port``.</doc>
<status status="PASS" start="2026-05-06T00:55:42.188663" elapsed="0.000168"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-05-06T00:55:42.188959" elapsed="0.000098"/>
</kw>
<arg>${current_ssh_connection.index}</arg>
<doc>Restore active SSH connection in SSHLibrary to given index.</doc>
<status status="PASS" start="2026-05-06T00:55:42.184261" elapsed="0.004849"/>
</kw>
<msg time="2026-05-06T00:55:42.189254" level="INFO">${output} = cbench: controller benchmarking tool
   running in mode 'latency'
   connecting to controller at 10.30.171.111: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-05-06T00:45:35.686991" elapsed="606.502296"/>
</kw>
<status status="PASS" start="2026-05-06T00:45:35.686657" elapsed="606.502679"/>
</branch>
<status status="PASS" start="2026-05-06T00:45:35.686319" elapsed="606.503041"/>
</if>
<kw name="Log" owner="BuiltIn">
<msg time="2026-05-06T00:55:42.189791" level="INFO">cbench: controller benchmarking tool
   running in mode 'latency'
   connecting to controller at 10.30.171.111: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.111. So far 1 cbench instances have initialized their switches.  Waiting for other cbench-instances
Thread-0: Total switches from ALL cbench-instances initialized.
00:46:41.238 16  switches: flows:  105474 105138 101611 104590 103292 106708 103670 103522 101547 100934 104487 100859 99592 102191 103792 101786  total = 27.486550 per ms 
00:47:41.342 16  switches: flows:  118041 116499 113982 117011 117987 115480 112999 114632 112924 113977 116528 111293 111376 110993 112498 112219  total = 30.423204 per ms 
00:48:41.445 16  switches: flows:  115694 113406 112598 115072 114232 114169 112495 114434 113127 111046 112524 110353 110049 109623 109849 111953  total = 29.960382 per ms 
00:49:41.546 16  switches: flows:  118188 116890 113841 116281 116430 117234 116015 115568 113605 113740 112563 112486 113553 113631 112579 112743  total = 30.538014 per ms 
00:50:41.647 16  switches: flows:  114159 114826 111690 113080 114342 113888 112290 112473 111920 111604 111566 109296 109623 108503 110634 110131  total = 29.784013 per ms 
00:51:41.749 16  switches: flows:  118452 119294 116092 119232 119758 116379 117247 117759 115675 115851 116210 114584 112858 113679 116743 114874  total = 31.026053 per ms 
00:52:41.850 16  switches: flows:  106832 106913 104833 107999 109152 105888 106670 105894 106665 105370 105435 103541 104119 104208 105148 104169  total = 28.166880 per ms 
00:53:41.951 16  switches: flows:  108412 107395 104109 106411 106550 105404 104863 103893 103069 103336 104003 102516 103427 101430 103230 103370  total = 27.810343 per ms 
00:54:42.052 16  switches: flows:  100703 102137 98751 100808 100863 99237 99984 99837 97529 96749 96753 95530 96929 95442 96932 97726  total = 26.221386 per ms 
00:55:42.153 16  switches: flows:  111365 110108 106729 109724 108948 109764 109201 108639 107998 107110 107106 105953 107271 105298 105964 107282  total = 28.759663 per ms 
RESULT: 16 switches 9 tests min/max/avg/stdev = 26221.39/31026.05/29187.77/9840.56 responses/s</msg>
<arg>${output}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-05-06T00:55:42.189500" elapsed="0.000364"/>
</kw>
<kw name="Should Contain" owner="BuiltIn">
<arg>${output}</arg>
<arg>RESULT</arg>
<doc>Fails if ``container`` does not contain ``item`` one or more times.</doc>
<status status="PASS" start="2026-05-06T00:55:42.190011" elapsed="0.000395"/>
</kw>
<kw name="Get Lines Containing String" owner="String">
<msg time="2026-05-06T00:55:42.190797" level="INFO">1 out of 23 lines matched.</msg>
<msg time="2026-05-06T00:55:42.190894" level="INFO">${result_line} = RESULT: 16 switches 9 tests min/max/avg/stdev = 26221.39/31026.05/29187.77/9840.56 responses/s</msg>
<var>${result_line}</var>
<arg>${output}</arg>
<arg>RESULT</arg>
<doc>Returns lines of the given ``string`` that contain the ``pattern``.</doc>
<status status="PASS" start="2026-05-06T00:55:42.190567" elapsed="0.000352"/>
</kw>
<kw name="Split String" owner="String">
<msg time="2026-05-06T00:55:42.191456" level="INFO">@{results_list} = [ RESULT: | 16 | switches | 9 | tests | min/max/avg/stdev | = | 26221.39/31026.05/29187.77/9840.56 | responses/s ]</msg>
<var>@{results_list}</var>
<arg>${result_line}</arg>
<doc>Splits the ``string`` using ``separator`` as a delimiter string.</doc>
<status status="PASS" start="2026-05-06T00:55:42.191151" elapsed="0.000333"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-05-06T00:55:42.193836" level="INFO">min/max/avg/stdev</msg>
<arg>${results_list[5]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-05-06T00:55:42.191633" elapsed="0.002263"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-05-06T00:55:42.196267" level="INFO">26221.39/31026.05/29187.77/9840.56</msg>
<arg>${results_list[7]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-05-06T00:55:42.194048" elapsed="0.002277"/>
</kw>
<kw name="Split String" owner="String">
<msg time="2026-05-06T00:55:42.198640" level="INFO">@{result_name_list} = [ min | max | avg | stdev ]</msg>
<var>@{result_name_list}</var>
<arg>${results_list[5]}</arg>
<arg>/</arg>
<doc>Splits the ``string`` using ``separator`` as a delimiter string.</doc>
<status status="PASS" start="2026-05-06T00:55:42.196473" elapsed="0.002195"/>
</kw>
<kw name="Split String" owner="String">
<msg time="2026-05-06T00:55:42.201922" level="INFO">@{result_value_list} = [ 26221.39 | 31026.05 | 29187.77 | 9840.56 ]</msg>
<var>@{result_value_list}</var>
<arg>${results_list[7]}</arg>
<arg>/</arg>
<doc>Splits the ``string`` using ``separator`` as a delimiter string.</doc>
<status status="PASS" start="2026-05-06T00:55:42.198855" elapsed="0.003112"/>
</kw>
<kw name="Get Length" owner="BuiltIn">
<msg time="2026-05-06T00:55:42.202715" level="INFO">Length is 4.</msg>
<msg time="2026-05-06T00:55:42.202842" level="INFO">${num_stats} = 4</msg>
<var>${num_stats}</var>
<arg>${result_name_list}</arg>
<doc>Returns and logs the length of the given item as an integer.</doc>
<status status="PASS" start="2026-05-06T00:55:42.202217" elapsed="0.000659"/>
</kw>
<for flavor="IN RANGE">
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-05-06T00:55:42.208872" level="INFO">min :: 26221.39</msg>
<arg>${result_name_list[${i}]} :: ${result_value_list[${i}]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-05-06T00:55:42.203491" elapsed="0.005437"/>
</kw>
<var name="${i}">0</var>
<status status="PASS" start="2026-05-06T00:55:42.203302" elapsed="0.005660"/>
</iter>
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-05-06T00:55:42.213431" level="INFO">max :: 31026.05</msg>
<arg>${result_name_list[${i}]} :: ${result_value_list[${i}]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-05-06T00:55:42.209182" elapsed="0.004304"/>
</kw>
<var name="${i}">1</var>
<status status="PASS" start="2026-05-06T00:55:42.209056" elapsed="0.004468"/>
</iter>
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-05-06T00:55:42.218196" level="INFO">avg :: 29187.77</msg>
<arg>${result_name_list[${i}]} :: ${result_value_list[${i}]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-05-06T00:55:42.213756" elapsed="0.004532"/>
</kw>
<var name="${i}">2</var>
<status status="PASS" start="2026-05-06T00:55:42.213625" elapsed="0.004699"/>
</iter>
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-05-06T00:55:42.223249" level="INFO">stdev :: 9840.56</msg>
<arg>${result_name_list[${i}]} :: ${result_value_list[${i}]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-05-06T00:55:42.218561" elapsed="0.004753"/>
</kw>
<var name="${i}">3</var>
<status status="PASS" start="2026-05-06T00:55:42.218430" elapsed="0.004920"/>
</iter>
<var>${i}</var>
<value>0</value>
<value>${num_stats}</value>
<status status="PASS" start="2026-05-06T00:55:42.202991" elapsed="0.020393"/>
</for>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-05-06T00:55:42.227275" level="INFO">${min} = 26221.39</msg>
<var>${min}</var>
<arg>${result_value_list[${0}]}</arg>
<doc>Returns the given values which can then be assigned to a variables.</doc>
<status status="PASS" start="2026-05-06T00:55:42.223545" elapsed="0.003757"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-05-06T00:55:42.231406" level="INFO">${max} = 31026.05</msg>
<var>${max}</var>
<arg>${result_value_list[${1}]}</arg>
<doc>Returns the given values which can then be assigned to a variables.</doc>
<status status="PASS" start="2026-05-06T00:55:42.227455" elapsed="0.003985"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-05-06T00:55:42.235423" level="INFO">${average} = 29187.77</msg>
<var>${average}</var>
<arg>${result_value_list[${2}]}</arg>
<doc>Returns the given values which can then be assigned to a variables.</doc>
<status status="PASS" start="2026-05-06T00:55:42.231631" elapsed="0.003819"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-05-06T00:55:42.239278" level="INFO">${stdev} = 9840.56</msg>
<var>${stdev}</var>
<arg>${result_value_list[${3}]}</arg>
<doc>Returns the given values which can then be assigned to a variables.</doc>
<status status="PASS" start="2026-05-06T00:55:42.235602" elapsed="0.003703"/>
</kw>
<kw name="Get Time" owner="BuiltIn">
<msg time="2026-05-06T00:55:42.239845" level="INFO">${date} = 2026-05-06 00:55:42</msg>
<var>${date}</var>
<arg>d,m,s</arg>
<doc>Returns the given time in the requested format.</doc>
<status status="PASS" start="2026-05-06T00:55:42.239465" elapsed="0.000406"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-05-06T00:55:42.240442" level="INFO">CBench Result: 2026-05-06 00:55:42,-m 60000 -M 100 -S 16 -l 10 -D 5000 -p 6633,26221.39,31026.05,29187.77,9840.56</msg>
<arg>CBench Result: ${date},${cbench_args},${min},${max},${average},${stdev}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-05-06T00:55:42.240016" elapsed="0.000481"/>
</kw>
<kw name="Log Results And Determine Status">
<kw name="Append To File" owner="OperatingSystem">
<msg time="2026-05-06T00:55:42.241593" level="INFO" html="true">Appended to file '&lt;a href="file:///w/workspace/openflowplugin-csit-1node-cbench-only-vanadium/latency.csv"&gt;/w/workspace/openflowplugin-csit-1node-cbench-only-vanadium/latency.csv&lt;/a&gt;'.</msg>
<arg>${output_file}</arg>
<arg>${min},${max},${average}\n</arg>
<doc>Appends the given content to the specified file.</doc>
<status status="PASS" start="2026-05-06T00:55:42.241149" elapsed="0.000511"/>
</kw>
<kw name="Should Be True" owner="BuiltIn">
<arg>${average} &gt; ${threshold}</arg>
<arg>${average} flow_mods per/sec did not exceed threshold of ${threshold}</arg>
<doc>Fails if the given condition is not true.</doc>
<status status="PASS" start="2026-05-06T00:55:42.241811" elapsed="0.000487"/>
</kw>
<arg>${min}</arg>
<arg>${max}</arg>
<arg>${average}</arg>
<arg>${average_threshold}</arg>
<arg>${output_filename}</arg>
<status status="PASS" start="2026-05-06T00:55:42.240668" elapsed="0.001696"/>
</kw>
<arg>-m ${duration_in_ms} -M ${num_of_unique_macs} -S ${switch_count} -l ${loops} -D ${start_delay} -p ${of_port}</arg>
<arg>${latency_threshold}</arg>
<arg>${latency_results_file}</arg>
<status status="PASS" start="2026-05-06T00:45:35.685206" elapsed="606.557220"/>
</kw>
<kw name="Sleep" owner="BuiltIn">
<msg time="2026-05-06T00:55:42.242890" level="INFO">Slept 0 seconds.</msg>
<arg>${test_delay}</arg>
<doc>Pauses the test executed for the given time.</doc>
<status status="PASS" start="2026-05-06T00:55:42.242575" 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-05-06T00:55:42.243517" elapsed="0.000266"/>
</kw>
<status status="PASS" start="2026-05-06T00:55:42.243200" elapsed="0.000654"/>
</kw>
<doc>cbench executed in default latency mode. Test parameters have defaults, but can be overridden
on the pybot command line</doc>
<tag>cbench</tag>
<tag>latency</tag>
<timeout value="15 minutes"/>
<status status="PASS" start="2026-05-06T00:45:35.683063" elapsed="606.560828"/>
</test>
<test id="s1-t2" name="Cbench Throughput Test" line="51">
<kw name="Log" owner="BuiltIn">
<msg time="2026-05-06T00:55:42.245164" level="INFO">Cbench tests using 10 iterations of 60 second tests. Switch Count: 16. Unique MACS to cycle: 100</msg>
<arg>Cbench tests using ${loops} iterations of ${duration_in_secs} second tests. Switch Count: ${switch_count}. Unique MACS to cycle: ${num_of_unique_macs}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-05-06T00:55:42.244787" elapsed="0.000542"/>
</kw>
<kw name="Run Cbench And Log Results">
<kw name="Set Suite Variable" owner="BuiltIn">
<msg time="2026-05-06T00:55:42.246587" level="INFO">${output_filename} = throughput.csv</msg>
<arg>${output_filename}</arg>
<doc>Makes a variable available everywhere within the scope of the current suite.</doc>
<status status="PASS" start="2026-05-06T00:55:42.246259" elapsed="0.000369"/>
</kw>
<if>
<branch type="IF" condition="&quot;${cbench_system}&quot; == &quot;localhost&quot;">
<kw name="Run" owner="OperatingSystem">
<var>${output}</var>
<arg>${cbench_executable} -c ${ODL_SYSTEM_IP} ${cbench_args}</arg>
<doc>_This keyword is considered deprecated. Use the
[http://robotframework.org/robotframework/latest/libraries/Process.html|
Process] library instead._</doc>
<status status="NOT RUN" start="2026-05-06T00:55:42.246967" elapsed="0.000040"/>
</kw>
<status status="NOT RUN" start="2026-05-06T00:55:42.246747" elapsed="0.000304"/>
</branch>
<branch type="ELSE">
<kw name="Run Command On Remote System" owner="Utils">
<if>
<branch type="IF" condition="&quot;${return_stdout}&quot;!=&quot;True&quot; and &quot;${return_stderr}&quot;!=&quot;True&quot;">
<kw name="Fail" owner="BuiltIn">
<arg>At least one of {return_stdout} or {return_stderr} args should be set to True</arg>
<doc>Fails the test with the given message and optionally alters its tags.</doc>
<status status="NOT RUN" start="2026-05-06T00:55:42.251016" elapsed="0.000031"/>
</kw>
<status status="NOT RUN" start="2026-05-06T00:55:42.250640" elapsed="0.000455"/>
</branch>
<status status="PASS" start="2026-05-06T00:55:42.250613" elapsed="0.000516"/>
</if>
<kw name="Get Connection" owner="SSHLibrary">
<msg time="2026-05-06T00:55:42.251655" level="INFO">index=None
host=None
alias=None
port=22
timeout=3 seconds
newline=

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

prompt=None
term_type=vt100
width=80
height=24
path_separator=/
encoding=utf8
escape_ansi=False
encoding_errors=strict</msg>
<var>${current_ssh_connection}</var>
<doc>Returns information about the connection.</doc>
<status status="PASS" start="2026-05-06T00:55:42.251332" elapsed="0.000540"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-05-06T00:55:42.252736" level="INFO">Attempting to execute command "/usr/local/bin/cbench -c 10.30.171.111 -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-05-06T00:55:42.252118" elapsed="0.000697"/>
</kw>
<kw name="Open Connection" owner="SSHLibrary">
<msg time="2026-05-06T00:55:42.253584" level="INFO">${conn_id} = 7</msg>
<var>${conn_id}</var>
<arg>${system}</arg>
<arg>prompt=${prompt}</arg>
<arg>timeout=${prompt_timeout}</arg>
<doc>Opens a new SSH connection to the given ``host`` and ``port``.</doc>
<status status="PASS" start="2026-05-06T00:55:42.253009" elapsed="0.000612"/>
</kw>
<kw name="Flexible_SSH_Login" owner="SSHKeywords">
<kw name="Get Length" owner="BuiltIn">
<msg time="2026-05-06T00:55:42.254866" level="INFO">Length is 0.</msg>
<msg time="2026-05-06T00:55:42.255038" level="INFO">${pwd_length} = 0</msg>
<var>${pwd_length}</var>
<arg>${password}</arg>
<doc>Returns and logs the length of the given item as an integer.</doc>
<status status="PASS" start="2026-05-06T00:55:42.254434" elapsed="0.000647"/>
</kw>
<kw name="Run Keyword And Return If" owner="BuiltIn">
<arg>${pwd_length} &gt; 0</arg>
<arg>SSHLibrary.Login</arg>
<arg>${user}</arg>
<arg>${password}</arg>
<arg>delay=${delay}</arg>
<doc>Runs the specified keyword and returns from the enclosing user keyword.</doc>
<status status="PASS" start="2026-05-06T00:55:42.255294" elapsed="0.000323"/>
</kw>
<kw name="Run Keyword And Return" owner="BuiltIn">
<kw name="Login With Public Key" owner="SSHLibrary">
<msg time="2026-05-06T00:55:42.256477" level="INFO">Logging into '10.30.170.120:22' as 'jenkins'.</msg>
<msg time="2026-05-06T00:55:42.844038" level="INFO">Read output: Welcome to Ubuntu 22.04.5 LTS (GNU/Linux 5.15.0-153-generic x86_64)

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

 System information as of Wed May  6 00:55:42 UTC 2026

  System load:  1.0                Processes:             106
  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: Wed May  6 00:45:35 2026 from 10.30.170.187
[?2004h[jenkins@releng-63164-225-1-mininet-ovs-217-0 ~]&gt;</msg>
<arg>${user}</arg>
<arg>${USER_HOME}/.ssh/${SSH_KEY}</arg>
<arg>${KEYFILE_PASS}</arg>
<arg>delay=${delay}</arg>
<doc>Logs into the SSH server using key-based authentication.</doc>
<status status="PASS" start="2026-05-06T00:55:42.256100" elapsed="0.588155"/>
</kw>
<msg time="2026-05-06T00:55:42.844344" level="INFO">Returning from the enclosing user keyword.</msg>
<arg>SSHLibrary.Login With Public Key</arg>
<arg>${user}</arg>
<arg>${USER_HOME}/.ssh/${SSH_KEY}</arg>
<arg>${KEYFILE_PASS}</arg>
<arg>delay=${delay}</arg>
<doc>Runs the specified keyword and returns from the enclosing user keyword.</doc>
<status status="PASS" start="2026-05-06T00:55:42.255764" elapsed="0.588671"/>
</kw>
<arg>${user}</arg>
<arg>${password}</arg>
<doc>On active SSH session: if given non-empty password, do Login, else do Login With Public Key.</doc>
<status status="PASS" start="2026-05-06T00:55:42.253898" elapsed="0.590655"/>
</kw>
<kw name="Execute Command" owner="SSHLibrary">
<msg time="2026-05-06T00:55:42.845081" level="INFO">Executing command '/usr/local/bin/cbench -c 10.30.171.111 -t -m 60000 -M 100 -S 16 -l 10 -D 5000 -p 6633'.</msg>
<msg time="2026-05-06T01:05:50.963176" level="INFO">Command exited with return code 0.</msg>
<msg time="2026-05-06T01:05:50.963815" level="INFO">${stdout} = </msg>
<msg time="2026-05-06T01:05:50.963931" level="INFO">${stderr} = cbench: controller benchmarking tool
   running in mode 'throughput'
   connecting to controller at 10.30.171.111:6633 
   faking 16 switches with 1 threads :: 10 tests each; 60000 ms per test
   with...</msg>
<var>${stdout}</var>
<var>${stderr}</var>
<arg>${cmd}</arg>
<arg>return_stderr=True</arg>
<doc>Executes ``command`` on the remote machine and returns its outputs.</doc>
<status status="PASS" start="2026-05-06T00:55:42.844774" elapsed="608.119215"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-05-06T01:05:50.964512" elapsed="0.000786"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-05-06T01:05:50.966489" level="INFO">cbench: controller benchmarking tool
   running in mode 'throughput'
   connecting to controller at 10.30.171.111: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.111. So far 1 cbench instances have initialized their switches.  Waiting for other cbench-instances
Thread-0: Total switches from ALL cbench-instances initialized.
00:56:47.953 16  switches: flows:  476515 450884 456402 474650 459365 465259 454222 475471 462605 471197 470064 479875 450014 466776 463245 454577  total = 123.852017 per ms 
00:57:48.055 16  switches: flows:  462501 461280 457300 458256 454851 467591 454956 454448 464889 472282 481412 448274 457408 468776 457535 452913  total = 122.704171 per ms 
00:58:48.158 16  switches: flows:  390487 403105 470961 481654 483431 470709 476953 471159 489356 485030 472645 482006 480036 487827 366141 473241  total = 122.871317 per ms 
00:59:48.420 16  switches: flows:  439382 405765 377928 433222 436862 440008 436773 437138 438517 442166 444333 445208 381000 404542 431488 444690  total = 113.489710 per ms 
01:00:50.422 16  switches: flows:  486926 464363 477278 471675 425453 462676 470435 462696 395767 484546 466905 473470 468764 487072 460650 483991  total = 120.041427 per ms 
01:01:50.523 16  switches: flows:  508955 514606 466904 513969 536015 519166 516424 531848 510471 518695 513734 516737 519881 505390 506212 509106  total = 136.572333 per ms 
01:02:50.624 16  switches: flows:  487464 509973 453780 496563 491770 483465 475419 507949 496411 463846 502727 479596 491582 487859 489533 484823  total = 129.828267 per ms 
01:03:50.725 16  switches: flows:  370565 359043 362923 366733 352406 355346 375504 315952 330638 356423 361290 336495 343514 364803 362425 346641  total = 94.187001 per ms 
01:04:50.827 16  switches: flows:  455461 449233 460264 442614 431593 443586 445548 472867 435437 351723 436825 448493 452516 442520 446054 445519  total = 117.473375 per ms 
01:05:50.935 16  switches: flows:  510021 497590 509887 492558 498569 485802 498245 497544 515956 491903 514069 488766 494261 490238 498851 510732  total = 133.009965 per ms 
RESULT: 16 switches 9 tests min/max/avg/stdev = 94187.00/136572.33/121130.84/42074.41 responses/s</msg>
<arg>${stderr}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-05-06T01:05:50.965667" elapsed="0.001164"/>
</kw>
<if>
<branch type="IF" condition="&quot;${return_stdout}&quot;!=&quot;True&quot;">
<return>
<value>${stderr}</value>
<status status="PASS" start="2026-05-06T01:05:50.967493" elapsed="0.000103"/>
</return>
<status status="PASS" start="2026-05-06T01:05:50.967055" elapsed="0.000654"/>
</branch>
<status status="PASS" start="2026-05-06T01:05:50.966984" elapsed="0.000805"/>
</if>
<if>
<branch type="IF" condition="&quot;${return_stderr}&quot;!=&quot;True&quot;">
<return>
<value>${stdout}</value>
<status status="NOT RUN" start="2026-05-06T01:05:50.968099" elapsed="0.000034"/>
</return>
<status status="NOT RUN" start="2026-05-06T01:05:50.967977" elapsed="0.000224"/>
</branch>
<status status="NOT RUN" start="2026-05-06T01:05:50.967924" elapsed="0.000368"/>
</if>
<return>
<value>${stdout}</value>
<value>${stderr}</value>
<status status="NOT RUN" start="2026-05-06T01:05:50.968367" elapsed="0.000033"/>
</return>
<kw name="Restore_Current_Ssh_Connection_From_Index" owner="SSHKeywords" type="TEARDOWN">
<kw name="Run Keyword And Return If" owner="BuiltIn">
<arg>${connection_index} is not None</arg>
<arg>SSHLibrary.Switch Connection</arg>
<arg>${connection_index}</arg>
<doc>Runs the specified keyword and returns from the enclosing user keyword.</doc>
<status status="PASS" start="2026-05-06T01:05:50.974092" elapsed="0.000771"/>
</kw>
<kw name="Open Connection" owner="SSHLibrary">
<arg>127.0.0.1</arg>
<doc>Opens a new SSH connection to the given ``host`` and ``port``.</doc>
<status status="PASS" start="2026-05-06T01:05:50.975012" elapsed="0.000169"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-05-06T01:05:50.975349" elapsed="0.000102"/>
</kw>
<arg>${current_ssh_connection.index}</arg>
<doc>Restore active SSH connection in SSHLibrary to given index.</doc>
<status status="PASS" start="2026-05-06T01:05:50.969099" elapsed="0.006405"/>
</kw>
<msg time="2026-05-06T01:05:50.975636" level="INFO">${output} = cbench: controller benchmarking tool
   running in mode 'throughput'
   connecting to controller at 10.30.171.111:6633 
   faking 16 switches with 1 threads :: 10 tests each; 60000 ms per test
   with...</msg>
<var>${output}</var>
<arg>${cbench_system}</arg>
<arg>${cbench_executable} -c ${ODL_SYSTEM_IP} ${cbench_args}</arg>
<arg>prompt_timeout=${test_timeout}</arg>
<arg>return_stdout=False</arg>
<arg>return_stderr=True</arg>
<doc>Reduces the common work of running a command on a remote system to a single higher level
robot keyword, taking care to log in with a public key and. The command given is written and the return value
depends on the passed argument values of return_stdout (default: True) and return_stderr (default: False).
At least one should be True, or the keyword will exit and FAIL. If both are True, the resulting return value
will be a two element list containing both. Otherwise the resulting return value is a string.
No test conditions are checked.</doc>
<status status="PASS" start="2026-05-06T00:55:42.247495" elapsed="608.728167"/>
</kw>
<status status="PASS" start="2026-05-06T00:55:42.247080" elapsed="608.728630"/>
</branch>
<status status="PASS" start="2026-05-06T00:55:42.246723" elapsed="608.729012"/>
</if>
<kw name="Log" owner="BuiltIn">
<msg time="2026-05-06T01:05:50.976164" level="INFO">cbench: controller benchmarking tool
   running in mode 'throughput'
   connecting to controller at 10.30.171.111: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.111. So far 1 cbench instances have initialized their switches.  Waiting for other cbench-instances
Thread-0: Total switches from ALL cbench-instances initialized.
00:56:47.953 16  switches: flows:  476515 450884 456402 474650 459365 465259 454222 475471 462605 471197 470064 479875 450014 466776 463245 454577  total = 123.852017 per ms 
00:57:48.055 16  switches: flows:  462501 461280 457300 458256 454851 467591 454956 454448 464889 472282 481412 448274 457408 468776 457535 452913  total = 122.704171 per ms 
00:58:48.158 16  switches: flows:  390487 403105 470961 481654 483431 470709 476953 471159 489356 485030 472645 482006 480036 487827 366141 473241  total = 122.871317 per ms 
00:59:48.420 16  switches: flows:  439382 405765 377928 433222 436862 440008 436773 437138 438517 442166 444333 445208 381000 404542 431488 444690  total = 113.489710 per ms 
01:00:50.422 16  switches: flows:  486926 464363 477278 471675 425453 462676 470435 462696 395767 484546 466905 473470 468764 487072 460650 483991  total = 120.041427 per ms 
01:01:50.523 16  switches: flows:  508955 514606 466904 513969 536015 519166 516424 531848 510471 518695 513734 516737 519881 505390 506212 509106  total = 136.572333 per ms 
01:02:50.624 16  switches: flows:  487464 509973 453780 496563 491770 483465 475419 507949 496411 463846 502727 479596 491582 487859 489533 484823  total = 129.828267 per ms 
01:03:50.725 16  switches: flows:  370565 359043 362923 366733 352406 355346 375504 315952 330638 356423 361290 336495 343514 364803 362425 346641  total = 94.187001 per ms 
01:04:50.827 16  switches: flows:  455461 449233 460264 442614 431593 443586 445548 472867 435437 351723 436825 448493 452516 442520 446054 445519  total = 117.473375 per ms 
01:05:50.935 16  switches: flows:  510021 497590 509887 492558 498569 485802 498245 497544 515956 491903 514069 488766 494261 490238 498851 510732  total = 133.009965 per ms 
RESULT: 16 switches 9 tests min/max/avg/stdev = 94187.00/136572.33/121130.84/42074.41 responses/s</msg>
<arg>${output}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-05-06T01:05:50.975877" elapsed="0.000379"/>
</kw>
<kw name="Should Contain" owner="BuiltIn">
<arg>${output}</arg>
<arg>RESULT</arg>
<doc>Fails if ``container`` does not contain ``item`` one or more times.</doc>
<status status="PASS" start="2026-05-06T01:05:50.976404" elapsed="0.000398"/>
</kw>
<kw name="Get Lines Containing String" owner="String">
<msg time="2026-05-06T01:05:50.977180" level="INFO">1 out of 23 lines matched.</msg>
<msg time="2026-05-06T01:05:50.977286" level="INFO">${result_line} = RESULT: 16 switches 9 tests min/max/avg/stdev = 94187.00/136572.33/121130.84/42074.41 responses/s</msg>
<var>${result_line}</var>
<arg>${output}</arg>
<arg>RESULT</arg>
<doc>Returns lines of the given ``string`` that contain the ``pattern``.</doc>
<status status="PASS" start="2026-05-06T01:05:50.976961" elapsed="0.000350"/>
</kw>
<kw name="Split String" owner="String">
<msg time="2026-05-06T01:05:50.977717" level="INFO">@{results_list} = [ RESULT: | 16 | switches | 9 | tests | min/max/avg/stdev | = | 94187.00/136572.33/121130.84/42074.41 | responses/s ]</msg>
<var>@{results_list}</var>
<arg>${result_line}</arg>
<doc>Splits the ``string`` using ``separator`` as a delimiter string.</doc>
<status status="PASS" start="2026-05-06T01:05:50.977465" elapsed="0.000278"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-05-06T01:05:50.980100" level="INFO">min/max/avg/stdev</msg>
<arg>${results_list[5]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-05-06T01:05:50.977886" elapsed="0.002269"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-05-06T01:05:50.982815" level="INFO">94187.00/136572.33/121130.84/42074.41</msg>
<arg>${results_list[7]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-05-06T01:05:50.980312" elapsed="0.002577"/>
</kw>
<kw name="Split String" owner="String">
<msg time="2026-05-06T01:05:50.985940" level="INFO">@{result_name_list} = [ min | max | avg | stdev ]</msg>
<var>@{result_name_list}</var>
<arg>${results_list[5]}</arg>
<arg>/</arg>
<doc>Splits the ``string`` using ``separator`` as a delimiter string.</doc>
<status status="PASS" start="2026-05-06T01:05:50.983071" elapsed="0.002906"/>
</kw>
<kw name="Split String" owner="String">
<msg time="2026-05-06T01:05:50.989052" level="INFO">@{result_value_list} = [ 94187.00 | 136572.33 | 121130.84 | 42074.41 ]</msg>
<var>@{result_value_list}</var>
<arg>${results_list[7]}</arg>
<arg>/</arg>
<doc>Splits the ``string`` using ``separator`` as a delimiter string.</doc>
<status status="PASS" start="2026-05-06T01:05:50.986278" elapsed="0.002801"/>
</kw>
<kw name="Get Length" owner="BuiltIn">
<msg time="2026-05-06T01:05:50.989560" level="INFO">Length is 4.</msg>
<msg time="2026-05-06T01:05:50.989649" level="INFO">${num_stats} = 4</msg>
<var>${num_stats}</var>
<arg>${result_name_list}</arg>
<doc>Returns and logs the length of the given item as an integer.</doc>
<status status="PASS" start="2026-05-06T01:05:50.989249" elapsed="0.000423"/>
</kw>
<for flavor="IN RANGE">
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-05-06T01:05:50.995123" level="INFO">min :: 94187.00</msg>
<arg>${result_name_list[${i}]} :: ${result_value_list[${i}]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-05-06T01:05:50.990072" elapsed="0.005110"/>
</kw>
<var name="${i}">0</var>
<status status="PASS" start="2026-05-06T01:05:50.989942" elapsed="0.005275"/>
</iter>
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-05-06T01:05:50.999902" level="INFO">max :: 136572.33</msg>
<arg>${result_name_list[${i}]} :: ${result_value_list[${i}]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-05-06T01:05:50.995458" elapsed="0.004501"/>
</kw>
<var name="${i}">1</var>
<status status="PASS" start="2026-05-06T01:05:50.995329" elapsed="0.004665"/>
</iter>
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-05-06T01:05:51.004517" level="INFO">avg :: 121130.84</msg>
<arg>${result_name_list[${i}]} :: ${result_value_list[${i}]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-05-06T01:05:51.000211" elapsed="0.004364"/>
</kw>
<var name="${i}">2</var>
<status status="PASS" start="2026-05-06T01:05:51.000083" elapsed="0.004527"/>
</iter>
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-05-06T01:05:51.010161" level="INFO">stdev :: 42074.41</msg>
<arg>${result_name_list[${i}]} :: ${result_value_list[${i}]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-05-06T01:05:51.004828" elapsed="0.005436"/>
</kw>
<var name="${i}">3</var>
<status status="PASS" start="2026-05-06T01:05:51.004700" elapsed="0.005615"/>
</iter>
<var>${i}</var>
<value>0</value>
<value>${num_stats}</value>
<status status="PASS" start="2026-05-06T01:05:50.989742" elapsed="0.020619"/>
</for>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-05-06T01:05:51.015835" level="INFO">${min} = 94187.00</msg>
<var>${min}</var>
<arg>${result_value_list[${0}]}</arg>
<doc>Returns the given values which can then be assigned to a variables.</doc>
<status status="PASS" start="2026-05-06T01:05:51.010583" elapsed="0.005279"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-05-06T01:05:51.019700" level="INFO">${max} = 136572.33</msg>
<var>${max}</var>
<arg>${result_value_list[${1}]}</arg>
<doc>Returns the given values which can then be assigned to a variables.</doc>
<status status="PASS" start="2026-05-06T01:05:51.016016" elapsed="0.003710"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-05-06T01:05:51.023541" level="INFO">${average} = 121130.84</msg>
<var>${average}</var>
<arg>${result_value_list[${2}]}</arg>
<doc>Returns the given values which can then be assigned to a variables.</doc>
<status status="PASS" start="2026-05-06T01:05:51.019882" elapsed="0.003685"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-05-06T01:05:51.027450" level="INFO">${stdev} = 42074.41</msg>
<var>${stdev}</var>
<arg>${result_value_list[${3}]}</arg>
<doc>Returns the given values which can then be assigned to a variables.</doc>
<status status="PASS" start="2026-05-06T01:05:51.023715" elapsed="0.003761"/>
</kw>
<kw name="Get Time" owner="BuiltIn">
<msg time="2026-05-06T01:05:51.027998" level="INFO">${date} = 2026-05-06 01:05: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-05-06T01:05:51.027635" elapsed="0.000388"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-05-06T01:05:51.028589" level="INFO">CBench Result: 2026-05-06 01:05:51,-t -m 60000 -M 100 -S 16 -l 10 -D 5000 -p 6633,94187.00,136572.33,121130.84,42074.41</msg>
<arg>CBench Result: ${date},${cbench_args},${min},${max},${average},${stdev}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-05-06T01:05:51.028168" elapsed="0.000477"/>
</kw>
<kw name="Log Results And Determine Status">
<kw name="Append To File" owner="OperatingSystem">
<msg time="2026-05-06T01:05:51.029683" level="INFO" html="true">Appended to file '&lt;a href="file:///w/workspace/openflowplugin-csit-1node-cbench-only-vanadium/throughput.csv"&gt;/w/workspace/openflowplugin-csit-1node-cbench-only-vanadium/throughput.csv&lt;/a&gt;'.</msg>
<arg>${output_file}</arg>
<arg>${min},${max},${average}\n</arg>
<doc>Appends the given content to the specified file.</doc>
<status status="PASS" start="2026-05-06T01:05:51.029276" elapsed="0.000472"/>
</kw>
<kw name="Should Be True" owner="BuiltIn">
<arg>${average} &gt; ${threshold}</arg>
<arg>${average} flow_mods per/sec did not exceed threshold of ${threshold}</arg>
<doc>Fails if the given condition is not true.</doc>
<status status="PASS" start="2026-05-06T01:05:51.029899" elapsed="0.000488"/>
</kw>
<arg>${min}</arg>
<arg>${max}</arg>
<arg>${average}</arg>
<arg>${average_threshold}</arg>
<arg>${output_filename}</arg>
<status status="PASS" start="2026-05-06T01:05:51.028790" elapsed="0.001661"/>
</kw>
<arg>-t -m ${duration_in_ms} -M ${num_of_unique_macs} -S ${switch_count} -l ${loops} -D ${start_delay} -p ${of_port}</arg>
<arg>${throughput_threshold}</arg>
<arg>${throughput_results_file}</arg>
<status status="PASS" start="2026-05-06T00:55:42.245665" elapsed="608.784844"/>
</kw>
<kw name="Sleep" owner="BuiltIn">
<msg time="2026-05-06T01:05:51.030983" level="INFO">Slept 0 seconds.</msg>
<arg>${test_delay}</arg>
<doc>Pauses the test executed for the given time.</doc>
<status status="PASS" start="2026-05-06T01:05:51.030660" elapsed="0.000378"/>
</kw>
<kw name="Log Results As Zero If Cbench Timed Out" type="TEARDOWN">
<kw name="Run Keyword If Timeout Occurred" owner="BuiltIn">
<arg>Log Results And Determine Status</arg>
<arg>0</arg>
<arg>0</arg>
<arg>0</arg>
<arg>0</arg>
<arg>${output_filename}</arg>
<doc>Runs the given keyword if either a test or a keyword timeout has occurred.</doc>
<status status="PASS" start="2026-05-06T01:05:51.031562" elapsed="0.000267"/>
</kw>
<status status="PASS" start="2026-05-06T01:05:51.031264" elapsed="0.000635"/>
</kw>
<doc>cbench executed in throughput mode (-t). Test parameters have defaults, but can be overridden
on the pybot command line</doc>
<tag>cbench</tag>
<tag>throughput</tag>
<timeout value="15 minutes"/>
<status status="PASS" start="2026-05-06T00:55:42.244204" elapsed="608.787734"/>
</test>
<test id="s1-t3" name="Rerun Latency Test To Check Bug 6176" line="65">
<kw name="Log" owner="BuiltIn">
<msg time="2026-05-06T01:05:51.033512" level="INFO">Cbench tests using 10 iterations of 60 second tests. Switch Count: 16. Unique MACS to cycle: 100</msg>
<arg>Cbench tests using ${loops} iterations of ${duration_in_secs} second tests. Switch Count: ${switch_count}. Unique MACS to cycle: ${num_of_unique_macs}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-05-06T01:05:51.033094" elapsed="0.000475"/>
</kw>
<kw name="Run Cbench And Log Results">
<kw name="Set Suite Variable" owner="BuiltIn">
<msg time="2026-05-06T01:05:51.035192" level="INFO">${output_filename} = bug.csv</msg>
<arg>${output_filename}</arg>
<doc>Makes a variable available everywhere within the scope of the current suite.</doc>
<status status="PASS" start="2026-05-06T01:05:51.034861" elapsed="0.000389"/>
</kw>
<if>
<branch type="IF" condition="&quot;${cbench_system}&quot; == &quot;localhost&quot;">
<kw name="Run" owner="OperatingSystem">
<var>${output}</var>
<arg>${cbench_executable} -c ${ODL_SYSTEM_IP} ${cbench_args}</arg>
<doc>_This keyword is considered deprecated. Use the
[http://robotframework.org/robotframework/latest/libraries/Process.html|
Process] library instead._</doc>
<status status="NOT RUN" start="2026-05-06T01:05:51.035586" elapsed="0.000021"/>
</kw>
<status status="NOT RUN" start="2026-05-06T01:05:51.035365" elapsed="0.000278"/>
</branch>
<branch type="ELSE">
<kw name="Run Command On Remote System" owner="Utils">
<if>
<branch type="IF" condition="&quot;${return_stdout}&quot;!=&quot;True&quot; and &quot;${return_stderr}&quot;!=&quot;True&quot;">
<kw name="Fail" owner="BuiltIn">
<arg>At least one of {return_stdout} or {return_stderr} args should be set to True</arg>
<doc>Fails the test with the given message and optionally alters its tags.</doc>
<status status="NOT RUN" start="2026-05-06T01:05:51.038652" elapsed="0.000022"/>
</kw>
<status status="NOT RUN" start="2026-05-06T01:05:51.038407" elapsed="0.000302"/>
</branch>
<status status="PASS" start="2026-05-06T01:05:51.038388" elapsed="0.000345"/>
</if>
<kw name="Get Connection" owner="SSHLibrary">
<msg time="2026-05-06T01:05:51.039065" level="INFO">index=None
host=None
alias=None
port=22
timeout=3 seconds
newline=

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

prompt=None
term_type=vt100
width=80
height=24
path_separator=/
encoding=utf8
escape_ansi=False
encoding_errors=strict</msg>
<var>${current_ssh_connection}</var>
<doc>Returns information about the connection.</doc>
<status status="PASS" start="2026-05-06T01:05:51.038868" elapsed="0.000340"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-05-06T01:05:51.039771" level="INFO">Attempting to execute command "/usr/local/bin/cbench -c 10.30.171.111 -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-05-06T01:05:51.039359" elapsed="0.000469"/>
</kw>
<kw name="Open Connection" owner="SSHLibrary">
<msg time="2026-05-06T01:05:51.040453" level="INFO">${conn_id} = 9</msg>
<var>${conn_id}</var>
<arg>${system}</arg>
<arg>prompt=${prompt}</arg>
<arg>timeout=${prompt_timeout}</arg>
<doc>Opens a new SSH connection to the given ``host`` and ``port``.</doc>
<status status="PASS" start="2026-05-06T01:05:51.039963" elapsed="0.000516"/>
</kw>
<kw name="Flexible_SSH_Login" owner="SSHKeywords">
<kw name="Get Length" owner="BuiltIn">
<msg time="2026-05-06T01:05:51.041377" level="INFO">Length is 0.</msg>
<msg time="2026-05-06T01:05:51.041464" level="INFO">${pwd_length} = 0</msg>
<var>${pwd_length}</var>
<arg>${password}</arg>
<doc>Returns and logs the length of the given item as an integer.</doc>
<status status="PASS" start="2026-05-06T01:05:51.041051" elapsed="0.000436"/>
</kw>
<kw name="Run Keyword And Return If" owner="BuiltIn">
<arg>${pwd_length} &gt; 0</arg>
<arg>SSHLibrary.Login</arg>
<arg>${user}</arg>
<arg>${password}</arg>
<arg>delay=${delay}</arg>
<doc>Runs the specified keyword and returns from the enclosing user keyword.</doc>
<status status="PASS" start="2026-05-06T01:05:51.041626" elapsed="0.000327"/>
</kw>
<kw name="Run Keyword And Return" owner="BuiltIn">
<kw name="Login With Public Key" owner="SSHLibrary">
<msg time="2026-05-06T01:05:51.042863" level="INFO">Logging into '10.30.170.120:22' as 'jenkins'.</msg>
<msg time="2026-05-06T01:05:51.604102" level="INFO">Read output: Welcome to Ubuntu 22.04.5 LTS (GNU/Linux 5.15.0-153-generic x86_64)

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

 System information as of Wed May  6 01:05:51 UTC 2026

  System load:  0.29               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: Wed May  6 00:55:42 2026 from 10.30.170.187
[?2004h[jenkins@releng-63164-225-1-mininet-ovs-217-0 ~]&gt;</msg>
<arg>${user}</arg>
<arg>${USER_HOME}/.ssh/${SSH_KEY}</arg>
<arg>${KEYFILE_PASS}</arg>
<arg>delay=${delay}</arg>
<doc>Logs into the SSH server using key-based authentication.</doc>
<status status="PASS" start="2026-05-06T01:05:51.042475" elapsed="0.561834"/>
</kw>
<msg time="2026-05-06T01:05:51.604399" level="INFO">Returning from the enclosing user keyword.</msg>
<arg>SSHLibrary.Login With Public Key</arg>
<arg>${user}</arg>
<arg>${USER_HOME}/.ssh/${SSH_KEY}</arg>
<arg>${KEYFILE_PASS}</arg>
<arg>delay=${delay}</arg>
<doc>Runs the specified keyword and returns from the enclosing user keyword.</doc>
<status status="PASS" start="2026-05-06T01:05:51.042103" elapsed="0.562375"/>
</kw>
<arg>${user}</arg>
<arg>${password}</arg>
<doc>On active SSH session: if given non-empty password, do Login, else do Login With Public Key.</doc>
<status status="PASS" start="2026-05-06T01:05:51.040683" elapsed="0.563907"/>
</kw>
<kw name="Execute Command" owner="SSHLibrary">
<msg time="2026-05-06T01:05:51.605111" level="INFO">Executing command '/usr/local/bin/cbench -c 10.30.171.111 -m 60000 -M 100 -S 16 -l 10 -D 5000 -p 6633'.</msg>
<msg time="2026-05-06T01:15:57.667670" level="INFO">Command exited with return code 0.</msg>
<msg time="2026-05-06T01:15:57.668156" level="INFO">${stdout} = </msg>
<msg time="2026-05-06T01:15:57.668267" level="INFO">${stderr} = cbench: controller benchmarking tool
   running in mode 'latency'
   connecting to controller at 10.30.171.111: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-05-06T01:05:51.604815" elapsed="606.063496"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-05-06T01:15:57.668673" elapsed="0.000491"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-05-06T01:15:57.669915" level="INFO">cbench: controller benchmarking tool
   running in mode 'latency'
   connecting to controller at 10.30.171.111: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.111. So far 1 cbench instances have initialized their switches.  Waiting for other cbench-instances
Thread-0: Total switches from ALL cbench-instances initialized.
01:06:56.724 16  switches: flows:  106317 105434 105593 105904 106591 104591 104662 105241 104218 104472 104126 104758 103443 102295 105111 104271  total = 27.950450 per ms 
01:07:56.825 16  switches: flows:  125363 121933 124176 122994 124265 123999 122513 122838 120218 122656 120599 120979 121121 118346 120375 120035  total = 32.485865 per ms 
01:08:56.926 16  switches: flows:  84480 85472 83818 84748 84617 85189 83447 84243 82182 84612 82625 83878 83242 81576 83224 81587  total = 22.278479 per ms 
01:09:57.027 16  switches: flows:  112958 113006 111315 112214 112897 113751 110436 114471 109804 110109 110924 111288 110626 109460 109844 110948  total = 29.684631 per ms 
01:10:57.128 16  switches: flows:  118022 115060 114351 113918 116918 115038 113735 116624 115903 114936 114237 114717 113012 112955 114260 113754  total = 30.572864 per ms 
01:11:57.229 16  switches: flows:  112519 111429 110891 111956 112107 112972 112245 110920 110338 110783 109685 112341 109395 109646 110503 111417  total = 29.603057 per ms 
01:12:57.330 16  switches: flows:  123638 122073 121353 123224 119405 121884 120768 120681 119276 121575 117256 118738 120587 119544 118681 120112  total = 32.092991 per ms 
01:13:57.431 16  switches: flows:  124841 122622 123358 125305 123303 123405 122931 123641 118978 123590 119443 121080 124052 121102 120378 121530  total = 32.604859 per ms 
01:14:57.532 16  switches: flows:  124776 121094 121689 123055 122255 122219 122559 122567 119437 122899 117006 119962 123099 119571 119584 120770  total = 32.321736 per ms 
01:15:57.633 16  switches: flows:  122714 121191 121787 124938 121701 121373 122705 121771 118482 122833 117851 120151 124072 119402 118957 121289  total = 32.299703 per ms 
RESULT: 16 switches 9 tests min/max/avg/stdev = 22278.48/32604.86/30438.24/10609.17 responses/s</msg>
<arg>${stderr}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-05-06T01:15:57.669423" elapsed="0.000709"/>
</kw>
<if>
<branch type="IF" condition="&quot;${return_stdout}&quot;!=&quot;True&quot;">
<return>
<value>${stderr}</value>
<status status="PASS" start="2026-05-06T01:15:57.670479" elapsed="0.000049"/>
</return>
<status status="PASS" start="2026-05-06T01:15:57.670277" elapsed="0.000300"/>
</branch>
<status status="PASS" start="2026-05-06T01:15:57.670240" elapsed="0.000372"/>
</if>
<if>
<branch type="IF" condition="&quot;${return_stderr}&quot;!=&quot;True&quot;">
<return>
<value>${stdout}</value>
<status status="NOT RUN" start="2026-05-06T01:15:57.670748" elapsed="0.000019"/>
</return>
<status status="NOT RUN" start="2026-05-06T01:15:57.670696" elapsed="0.000110"/>
</branch>
<status status="NOT RUN" start="2026-05-06T01:15:57.670673" elapsed="0.000165"/>
</if>
<return>
<value>${stdout}</value>
<value>${stderr}</value>
<status status="NOT RUN" start="2026-05-06T01:15:57.670886" elapsed="0.000023"/>
</return>
<kw name="Restore_Current_Ssh_Connection_From_Index" owner="SSHKeywords" type="TEARDOWN">
<kw name="Run Keyword And Return If" owner="BuiltIn">
<arg>${connection_index} is not None</arg>
<arg>SSHLibrary.Switch Connection</arg>
<arg>${connection_index}</arg>
<doc>Runs the specified keyword and returns from the enclosing user keyword.</doc>
<status status="PASS" start="2026-05-06T01:15:57.673832" elapsed="0.000359"/>
</kw>
<kw name="Open Connection" owner="SSHLibrary">
<arg>127.0.0.1</arg>
<doc>Opens a new SSH connection to the given ``host`` and ``port``.</doc>
<status status="PASS" start="2026-05-06T01:15:57.674359" elapsed="0.000167"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-05-06T01:15:57.674684" elapsed="0.000106"/>
</kw>
<arg>${current_ssh_connection.index}</arg>
<doc>Restore active SSH connection in SSHLibrary to given index.</doc>
<status status="PASS" start="2026-05-06T01:15:57.671341" elapsed="0.003505"/>
</kw>
<msg time="2026-05-06T01:15:57.674980" level="INFO">${output} = cbench: controller benchmarking tool
   running in mode 'latency'
   connecting to controller at 10.30.171.111: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-05-06T01:05:51.035982" elapsed="606.639025"/>
</kw>
<status status="PASS" start="2026-05-06T01:05:51.035668" elapsed="606.639391"/>
</branch>
<status status="PASS" start="2026-05-06T01:05:51.035344" elapsed="606.639740"/>
</if>
<kw name="Log" owner="BuiltIn">
<msg time="2026-05-06T01:15:57.675552" level="INFO">cbench: controller benchmarking tool
   running in mode 'latency'
   connecting to controller at 10.30.171.111: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.111. So far 1 cbench instances have initialized their switches.  Waiting for other cbench-instances
Thread-0: Total switches from ALL cbench-instances initialized.
01:06:56.724 16  switches: flows:  106317 105434 105593 105904 106591 104591 104662 105241 104218 104472 104126 104758 103443 102295 105111 104271  total = 27.950450 per ms 
01:07:56.825 16  switches: flows:  125363 121933 124176 122994 124265 123999 122513 122838 120218 122656 120599 120979 121121 118346 120375 120035  total = 32.485865 per ms 
01:08:56.926 16  switches: flows:  84480 85472 83818 84748 84617 85189 83447 84243 82182 84612 82625 83878 83242 81576 83224 81587  total = 22.278479 per ms 
01:09:57.027 16  switches: flows:  112958 113006 111315 112214 112897 113751 110436 114471 109804 110109 110924 111288 110626 109460 109844 110948  total = 29.684631 per ms 
01:10:57.128 16  switches: flows:  118022 115060 114351 113918 116918 115038 113735 116624 115903 114936 114237 114717 113012 112955 114260 113754  total = 30.572864 per ms 
01:11:57.229 16  switches: flows:  112519 111429 110891 111956 112107 112972 112245 110920 110338 110783 109685 112341 109395 109646 110503 111417  total = 29.603057 per ms 
01:12:57.330 16  switches: flows:  123638 122073 121353 123224 119405 121884 120768 120681 119276 121575 117256 118738 120587 119544 118681 120112  total = 32.092991 per ms 
01:13:57.431 16  switches: flows:  124841 122622 123358 125305 123303 123405 122931 123641 118978 123590 119443 121080 124052 121102 120378 121530  total = 32.604859 per ms 
01:14:57.532 16  switches: flows:  124776 121094 121689 123055 122255 122219 122559 122567 119437 122899 117006 119962 123099 119571 119584 120770  total = 32.321736 per ms 
01:15:57.633 16  switches: flows:  122714 121191 121787 124938 121701 121373 122705 121771 118482 122833 117851 120151 124072 119402 118957 121289  total = 32.299703 per ms 
RESULT: 16 switches 9 tests min/max/avg/stdev = 22278.48/32604.86/30438.24/10609.17 responses/s</msg>
<arg>${output}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-05-06T01:15:57.675251" elapsed="0.000418"/>
</kw>
<kw name="Should Contain" owner="BuiltIn">
<arg>${output}</arg>
<arg>RESULT</arg>
<doc>Fails if ``container`` does not contain ``item`` one or more times.</doc>
<status status="PASS" start="2026-05-06T01:15:57.675821" elapsed="0.000385"/>
</kw>
<kw name="Get Lines Containing String" owner="String">
<msg time="2026-05-06T01:15:57.676644" level="INFO">1 out of 23 lines matched.</msg>
<msg time="2026-05-06T01:15:57.676736" level="INFO">${result_line} = RESULT: 16 switches 9 tests min/max/avg/stdev = 22278.48/32604.86/30438.24/10609.17 responses/s</msg>
<var>${result_line}</var>
<arg>${output}</arg>
<arg>RESULT</arg>
<doc>Returns lines of the given ``string`` that contain the ``pattern``.</doc>
<status status="PASS" start="2026-05-06T01:15:57.676415" elapsed="0.000345"/>
</kw>
<kw name="Split String" owner="String">
<msg time="2026-05-06T01:15:57.677177" level="INFO">@{results_list} = [ RESULT: | 16 | switches | 9 | tests | min/max/avg/stdev | = | 22278.48/32604.86/30438.24/10609.17 | responses/s ]</msg>
<var>@{results_list}</var>
<arg>${result_line}</arg>
<doc>Splits the ``string`` using ``separator`` as a delimiter string.</doc>
<status status="PASS" start="2026-05-06T01:15:57.676918" elapsed="0.000291"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-05-06T01:15:57.679675" level="INFO">min/max/avg/stdev</msg>
<arg>${results_list[5]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-05-06T01:15:57.677380" elapsed="0.002363"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-05-06T01:15:57.682362" level="INFO">22278.48/32604.86/30438.24/10609.17</msg>
<arg>${results_list[7]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-05-06T01:15:57.679903" elapsed="0.002518"/>
</kw>
<kw name="Split String" owner="String">
<msg time="2026-05-06T01:15:57.684835" level="INFO">@{result_name_list} = [ min | max | avg | stdev ]</msg>
<var>@{result_name_list}</var>
<arg>${results_list[5]}</arg>
<arg>/</arg>
<doc>Splits the ``string`` using ``separator`` as a delimiter string.</doc>
<status status="PASS" start="2026-05-06T01:15:57.682572" elapsed="0.002299"/>
</kw>
<kw name="Split String" owner="String">
<msg time="2026-05-06T01:15:57.687373" level="INFO">@{result_value_list} = [ 22278.48 | 32604.86 | 30438.24 | 10609.17 ]</msg>
<var>@{result_value_list}</var>
<arg>${results_list[7]}</arg>
<arg>/</arg>
<doc>Splits the ``string`` using ``separator`` as a delimiter string.</doc>
<status status="PASS" start="2026-05-06T01:15:57.685077" elapsed="0.002332"/>
</kw>
<kw name="Get Length" owner="BuiltIn">
<msg time="2026-05-06T01:15:57.687906" level="INFO">Length is 4.</msg>
<msg time="2026-05-06T01:15:57.687998" level="INFO">${num_stats} = 4</msg>
<var>${num_stats}</var>
<arg>${result_name_list}</arg>
<doc>Returns and logs the length of the given item as an integer.</doc>
<status status="PASS" start="2026-05-06T01:15:57.687582" elapsed="0.000440"/>
</kw>
<for flavor="IN RANGE">
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-05-06T01:15:57.693259" level="INFO">min :: 22278.48</msg>
<arg>${result_name_list[${i}]} :: ${result_value_list[${i}]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-05-06T01:15:57.688446" elapsed="0.004890"/>
</kw>
<var name="${i}">0</var>
<status status="PASS" start="2026-05-06T01:15:57.688306" elapsed="0.005076"/>
</iter>
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-05-06T01:15:57.698243" level="INFO">max :: 32604.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-05-06T01:15:57.693621" elapsed="0.004684"/>
</kw>
<var name="${i}">1</var>
<status status="PASS" start="2026-05-06T01:15:57.693480" elapsed="0.004862"/>
</iter>
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-05-06T01:15:57.703366" level="INFO">avg :: 30438.24</msg>
<arg>${result_name_list[${i}]} :: ${result_value_list[${i}]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-05-06T01:15:57.698578" elapsed="0.004848"/>
</kw>
<var name="${i}">2</var>
<status status="PASS" start="2026-05-06T01:15:57.698428" elapsed="0.005035"/>
</iter>
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-05-06T01:15:57.708190" level="INFO">stdev :: 10609.17</msg>
<arg>${result_name_list[${i}]} :: ${result_value_list[${i}]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-05-06T01:15:57.703714" elapsed="0.004551"/>
</kw>
<var name="${i}">3</var>
<status status="PASS" start="2026-05-06T01:15:57.703551" elapsed="0.004754"/>
</iter>
<var>${i}</var>
<value>0</value>
<value>${num_stats}</value>
<status status="PASS" start="2026-05-06T01:15:57.688087" elapsed="0.020254"/>
</for>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-05-06T01:15:57.712501" level="INFO">${min} = 22278.48</msg>
<var>${min}</var>
<arg>${result_value_list[${0}]}</arg>
<doc>Returns the given values which can then be assigned to a variables.</doc>
<status status="PASS" start="2026-05-06T01:15:57.708502" elapsed="0.004027"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-05-06T01:15:57.716442" level="INFO">${max} = 32604.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-05-06T01:15:57.712685" elapsed="0.003785"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-05-06T01:15:57.720413" level="INFO">${average} = 30438.24</msg>
<var>${average}</var>
<arg>${result_value_list[${2}]}</arg>
<doc>Returns the given values which can then be assigned to a variables.</doc>
<status status="PASS" start="2026-05-06T01:15:57.716627" elapsed="0.003814"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-05-06T01:15:57.724377" level="INFO">${stdev} = 10609.17</msg>
<var>${stdev}</var>
<arg>${result_value_list[${3}]}</arg>
<doc>Returns the given values which can then be assigned to a variables.</doc>
<status status="PASS" start="2026-05-06T01:15:57.720595" elapsed="0.003810"/>
</kw>
<kw name="Get Time" owner="BuiltIn">
<msg time="2026-05-06T01:15:57.724987" level="INFO">${date} = 2026-05-06 01:15:57</msg>
<var>${date}</var>
<arg>d,m,s</arg>
<doc>Returns the given time in the requested format.</doc>
<status status="PASS" start="2026-05-06T01:15:57.724613" elapsed="0.000401"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-05-06T01:15:57.725703" level="INFO">CBench Result: 2026-05-06 01:15:57,-m 60000 -M 100 -S 16 -l 10 -D 5000 -p 6633,22278.48,32604.86,30438.24,10609.17</msg>
<arg>CBench Result: ${date},${cbench_args},${min},${max},${average},${stdev}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-05-06T01:15:57.725182" elapsed="0.000580"/>
</kw>
<kw name="Log Results And Determine Status">
<kw name="Append To File" owner="OperatingSystem">
<msg time="2026-05-06T01:15:57.727799" level="INFO" html="true">Appended to file '&lt;a href="file:///w/workspace/openflowplugin-csit-1node-cbench-only-vanadium/bug.csv"&gt;/w/workspace/openflowplugin-csit-1node-cbench-only-vanadium/bug.csv&lt;/a&gt;'.</msg>
<arg>${output_file}</arg>
<arg>${min},${max},${average}\n</arg>
<doc>Appends the given content to the specified file.</doc>
<status status="PASS" start="2026-05-06T01:15:57.726425" elapsed="0.001469"/>
</kw>
<kw name="Should Be True" owner="BuiltIn">
<arg>${average} &gt; ${threshold}</arg>
<arg>${average} flow_mods per/sec did not exceed threshold of ${threshold}</arg>
<doc>Fails if the given condition is not true.</doc>
<status status="PASS" start="2026-05-06T01:15:57.728125" elapsed="0.000574"/>
</kw>
<arg>${min}</arg>
<arg>${max}</arg>
<arg>${average}</arg>
<arg>${average_threshold}</arg>
<arg>${output_filename}</arg>
<status status="PASS" start="2026-05-06T01:15:57.725921" elapsed="0.002854"/>
</kw>
<arg>-m ${duration_in_ms} -M ${num_of_unique_macs} -S ${switch_count} -l ${loops} -D ${start_delay} -p ${of_port}</arg>
<arg>${latency_threshold}</arg>
<arg>bug.csv</arg>
<status status="PASS" start="2026-05-06T01:05:51.033888" elapsed="606.694950"/>
</kw>
<kw name="Sleep" owner="BuiltIn">
<msg time="2026-05-06T01:15:57.729355" level="INFO">Slept 0 seconds.</msg>
<arg>${test_delay}</arg>
<doc>Pauses the test executed for the given time.</doc>
<status status="PASS" start="2026-05-06T01:15:57.728991" elapsed="0.000422"/>
</kw>
<kw name="Report Failure Due To Bug" owner="Utils" type="TEARDOWN">
<kw name="Evaluate" owner="BuiltIn">
<msg time="2026-05-06T01:15:57.730919" level="INFO">${test_skipped} = False</msg>
<var>${test_skipped}</var>
<arg>len(re.findall('SKIPPED', """${TEST_MESSAGE}""")) &gt; 0</arg>
<arg>modules=re</arg>
<doc>Evaluates the given expression in Python and returns the result.</doc>
<status status="PASS" start="2026-05-06T01:15:57.730395" elapsed="0.000551"/>
</kw>
<if>
<branch type="IF" condition="('${TEST_STATUS}' != 'FAIL') or ${test_skipped}">
<return>
<status status="PASS" start="2026-05-06T01:15:57.731190" elapsed="0.000055"/>
</return>
<status status="PASS" start="2026-05-06T01:15:57.731033" elapsed="0.000250"/>
</branch>
<status status="PASS" start="2026-05-06T01:15:57.731009" elapsed="0.000300"/>
</if>
<kw name="Comment" owner="BuiltIn">
<arg>Jira tickets are {PROJECT}-{NUMBER} while Bugzilla tickets are {NUMBER}</arg>
<doc>Displays the given messages in the log file as keyword arguments.</doc>
<status status="NOT RUN" start="2026-05-06T01:15:57.731454" elapsed="0.000022"/>
</kw>
<kw name="Run Keyword And Return Status" owner="BuiltIn">
<var>${match}</var>
<arg>Should Contain</arg>
<arg>${number}</arg>
<arg>-</arg>
<doc>Runs the specified keyword and returns the status as a Boolean value.</doc>
<status status="NOT RUN" start="2026-05-06T01:15:57.731611" elapsed="0.000020"/>
</kw>
<kw name="Set Variable If" owner="BuiltIn">
<var>${bug_url}</var>
<arg>${match}</arg>
<arg>https://jira.opendaylight.org/browse/${number}</arg>
<arg>https://bugs.opendaylight.org/show_bug.cgi?id=${number}</arg>
<doc>Sets variable based on the given condition.</doc>
<status status="NOT RUN" start="2026-05-06T01:15:57.731770" elapsed="0.000025"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<var>${msg}</var>
<arg>This test fails due to ${bug_url}</arg>
<doc>Returns the given values which can then be assigned to a variables.</doc>
<status status="NOT RUN" start="2026-05-06T01:15:57.731991" elapsed="0.000021"/>
</kw>
<kw name="Evaluate" owner="BuiltIn">
<var>${newline}</var>
<arg>chr(10)</arg>
<doc>Evaluates the given expression in Python and returns the result.</doc>
<status status="NOT RUN" start="2026-05-06T01:15:57.732141" elapsed="0.000020"/>
</kw>
<kw name="Set Test Message" owner="BuiltIn">
<arg>${msg}${newline}${newline}${TEST_MESSAGE}</arg>
<doc>Sets message for the current test case.</doc>
<status status="NOT RUN" start="2026-05-06T01:15:57.732336" elapsed="0.000023"/>
</kw>
<kw name="Log" owner="BuiltIn">
<arg>${msg}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="NOT RUN" start="2026-05-06T01:15:57.732490" 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-05-06T01:15:57.732713" elapsed="0.000027"/>
</kw>
<status status="NOT RUN" start="2026-05-06T01:15:57.732575" elapsed="0.000198"/>
</branch>
<status status="NOT RUN" start="2026-05-06T01:15:57.732557" elapsed="0.000259"/>
</if>
<arg>6176</arg>
<doc>Report that a test failed due to a known Bugzilla bug whose
number is provided as an argument.
Not FAILED (incl. SKIPPED) test are not reported.
This keyword must be used in the [Teardown] setting of the affected test
or as the first line of the test if FastFail module is not being
used. It reports the URL of the bug on console and also puts it
into the Robot log file.</doc>
<status status="PASS" start="2026-05-06T01:15:57.729991" elapsed="0.002888"/>
</kw>
<doc>cbench executed in latency mode to see if controller is healthy</doc>
<tag>cbench</tag>
<tag>latency</tag>
<timeout value="15 minutes"/>
<status status="PASS" start="2026-05-06T01:05:51.032517" elapsed="606.700410"/>
</test>
<doc>Cbench Latency and Throughput tests can be run from an external
cbench.
If cbench is run with a medium number of switches or higher (e.g. 32+)
the normal openflow operations seem to break.
BUG: https://bugs.opendaylight.org/show_bug.cgi?id=2897</doc>
<status status="PASS" start="2026-05-06T00:45:33.143097" elapsed="1824.590655"/>
</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>
