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

[?1h=[90m~[0m                                                                                [?2004hopendaylight-user</msg>
<arg>${KARAF_USER}</arg>
<arg>${KARAF_PASSWORD}</arg>
<arg>loglevel=${loglevel}</arg>
<doc>Logs into the SSH server with the given ``username`` and ``password``.</doc>
<status status="PASS" start="2026-06-19T00:46:20.196797" elapsed="0.923763"/>
</kw>
<kw name="Write" owner="SSHLibrary">
<msg time="2026-06-19T00:46:21.170185" level="INFO">@root&gt;log:set ERROR</msg>
<arg>${cmd}</arg>
<doc>Writes the given ``text`` on the remote machine and appends a newline.</doc>
<status status="PASS" start="2026-06-19T00:46:21.120870" elapsed="0.049394"/>
</kw>
<kw name="Read Until Regexp" owner="SSHLibrary">
<msg time="2026-06-19T00:46:21.172066" level="INFO">[?1l&gt;[?2004l[?1h=[90m~[0m                                                                                [?2004hopendaylight-user@root&gt;</msg>
<msg time="2026-06-19T00:46:21.172196" level="INFO">${output} = [?1l&gt;[?2004l[?1h=[90m~[0m                                                                                [?2004hopendaylight-user@root&gt;</msg>
<var>${output}</var>
<arg>${KARAF_PROMPT}</arg>
<doc>Consumes and returns the server output until a match to ``regexp`` is found.</doc>
<status status="PASS" start="2026-06-19T00:46:21.170452" elapsed="0.001778"/>
</kw>
<kw name="Write Bare" owner="SSHLibrary">
<arg>logout\n</arg>
<doc>Writes the given ``text`` on the remote machine without appending a newline.</doc>
<status status="PASS" start="2026-06-19T00:46:21.172390" elapsed="0.000233"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-06-19T00:46:21.172807" elapsed="0.000264"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-06-19T00:46:21.173692" level="INFO">[?1l&gt;[?2004l[?1h=[90m~[0m                                                                                [?2004hopendaylight-user@root&gt;</msg>
<arg>${output}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-06-19T00:46:21.173229" elapsed="0.000522"/>
</kw>
<return>
<value>${output}</value>
<status status="PASS" start="2026-06-19T00:46:21.173805" elapsed="0.000066"/>
</return>
<arg>log:set ${log_level}</arg>
<doc>Will execute the given ${cmd} by ssh'ing to the karaf console running on 10.30.170.242
Note that this keyword will open&amp;close new SSH connection, without switching back to previously current session.</doc>
<status status="PASS" start="2026-06-19T00:46:20.195246" elapsed="0.978772"/>
</kw>
<arg>3x</arg>
<arg>1s</arg>
<arg>KarafKeywords.Issue Command On Karaf Console</arg>
<arg>log:set ${log_level}</arg>
<doc>Runs the specified keyword and retries if it fails.</doc>
<status status="PASS" start="2026-06-19T00:46:20.191508" elapsed="0.982577"/>
</kw>
<kw name="Append To File" owner="OperatingSystem">
<msg time="2026-06-19T00:46:21.174704" level="INFO" html="true">Appended to file '&lt;a href="file:///w/workspace/openflowplugin-csit-1node-cbench-only-vanadium/latency.csv"&gt;/w/workspace/openflowplugin-csit-1node-cbench-only-vanadium/latency.csv&lt;/a&gt;'.</msg>
<arg>${latency_results_file}</arg>
<arg>LATENCY_MIN,LATENCY_MAX,LATENCY_AVERAGE\n</arg>
<doc>Appends the given content to the specified file.</doc>
<status status="PASS" start="2026-06-19T00:46:21.174288" elapsed="0.000475"/>
</kw>
<kw name="Append To File" owner="OperatingSystem">
<msg time="2026-06-19T00:46:21.175166" level="INFO" html="true">Appended to file '&lt;a href="file:///w/workspace/openflowplugin-csit-1node-cbench-only-vanadium/throughput.csv"&gt;/w/workspace/openflowplugin-csit-1node-cbench-only-vanadium/throughput.csv&lt;/a&gt;'.</msg>
<arg>${throughput_results_file}</arg>
<arg>THROUGHPUT_MIN,THROUGHPUT_MAX,THROUGHPUT_AVERAGE\n</arg>
<doc>Appends the given content to the specified file.</doc>
<status status="PASS" start="2026-06-19T00:46:21.174919" elapsed="0.000305"/>
</kw>
<kw name="Evaluate" owner="BuiltIn">
<msg time="2026-06-19T00:46:21.175812" level="INFO">${duration_in_ms} = 60000</msg>
<var>${duration_in_ms}</var>
<arg>${duration_in_secs} * 1000</arg>
<doc>Evaluates the given expression in Python and returns the result.</doc>
<status status="PASS" start="2026-06-19T00:46:21.175380" elapsed="0.000460"/>
</kw>
<kw name="Set Suite Variable" owner="BuiltIn">
<msg time="2026-06-19T00:46:21.176381" level="INFO">${duration_in_ms} = 60000</msg>
<arg>${duration_in_ms}</arg>
<doc>Makes a variable available everywhere within the scope of the current suite.</doc>
<status status="PASS" start="2026-06-19T00:46:21.176013" elapsed="0.000412"/>
</kw>
<kw name="Evaluate" owner="BuiltIn">
<msg time="2026-06-19T00:46:21.176975" level="INFO">${test_timeout} = 900.0</msg>
<var>${test_timeout}</var>
<arg>(${loops} * ${duration_in_secs}) * 1.5</arg>
<doc>Evaluates the given expression in Python and returns the result.</doc>
<status status="PASS" start="2026-06-19T00:46:21.176590" elapsed="0.000413"/>
</kw>
<kw name="Set Suite Variable" owner="BuiltIn">
<msg time="2026-06-19T00:46:21.177516" level="INFO">${test_timeout} = 900.0</msg>
<arg>${test_timeout}</arg>
<doc>Makes a variable available everywhere within the scope of the current suite.</doc>
<status status="PASS" start="2026-06-19T00:46:21.177165" elapsed="0.000415"/>
</kw>
<if>
<branch type="IF" condition="&quot;${cbench_system}&quot; == &quot;localhost&quot;">
<kw name="File Should Exist" owner="OperatingSystem">
<arg>${cbench_executable}</arg>
<doc>Fails unless the given ``path`` points to an existing file.</doc>
<status status="NOT RUN" start="2026-06-19T00:46:21.177903" elapsed="0.000021"/>
</kw>
<status status="NOT RUN" start="2026-06-19T00:46:21.177680" elapsed="0.000279"/>
</branch>
<branch type="ELSE">
<kw name="Verify File Exists On Remote System" owner="Utils">
<kw name="Open Connection" owner="SSHLibrary">
<msg time="2026-06-19T00:46:21.182418" level="INFO">${conn_id} = 2</msg>
<var>${conn_id}</var>
<arg>${system}</arg>
<arg>prompt=${prompt}</arg>
<arg>timeout=${prompt_timeout}</arg>
<doc>Opens a new SSH connection to the given ``host`` and ``port``.</doc>
<status status="PASS" start="2026-06-19T00:46:21.182004" elapsed="0.000442"/>
</kw>
<kw name="Flexible_SSH_Login" owner="SSHKeywords">
<kw name="Get Length" owner="BuiltIn">
<msg time="2026-06-19T00:46:21.183798" level="INFO">Length is 0.</msg>
<msg time="2026-06-19T00:46:21.183886" level="INFO">${pwd_length} = 0</msg>
<var>${pwd_length}</var>
<arg>${password}</arg>
<doc>Returns and logs the length of the given item as an integer.</doc>
<status status="PASS" start="2026-06-19T00:46:21.183026" elapsed="0.000885"/>
</kw>
<kw name="Run Keyword And Return If" owner="BuiltIn">
<arg>${pwd_length} &gt; 0</arg>
<arg>SSHLibrary.Login</arg>
<arg>${user}</arg>
<arg>${password}</arg>
<arg>delay=${delay}</arg>
<doc>Runs the specified keyword and returns from the enclosing user keyword.</doc>
<status status="PASS" start="2026-06-19T00:46:21.184062" elapsed="0.000350"/>
</kw>
<kw name="Run Keyword And Return" owner="BuiltIn">
<kw name="Login With Public Key" owner="SSHLibrary">
<msg time="2026-06-19T00:46:21.185490" level="INFO">Logging into '10.30.170.12:22' as 'jenkins'.</msg>
<msg time="2026-06-19T00:46:21.882238" 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 Fri Jun 19 00:46:21 UTC 2026

  System load:  0.08               Processes:             110
  Usage of /:   19.3% of 38.58GB   Users logged in:       0
  Memory usage: 4%                 IPv4 address for ens3: 10.30.170.12
  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-313-1-mininet-ovs-217-0 ~]&gt;</msg>
<arg>${user}</arg>
<arg>${USER_HOME}/.ssh/${SSH_KEY}</arg>
<arg>${KEYFILE_PASS}</arg>
<arg>delay=${delay}</arg>
<doc>Logs into the SSH server using key-based authentication.</doc>
<status status="PASS" start="2026-06-19T00:46:21.184943" elapsed="0.697457"/>
</kw>
<msg time="2026-06-19T00:46:21.882493" level="INFO">Returning from the enclosing user keyword.</msg>
<arg>SSHLibrary.Login With Public Key</arg>
<arg>${user}</arg>
<arg>${USER_HOME}/.ssh/${SSH_KEY}</arg>
<arg>${KEYFILE_PASS}</arg>
<arg>delay=${delay}</arg>
<doc>Runs the specified keyword and returns from the enclosing user keyword.</doc>
<status status="PASS" start="2026-06-19T00:46:21.184589" elapsed="0.698015"/>
</kw>
<arg>${user}</arg>
<arg>${password}</arg>
<doc>On active SSH session: if given non-empty password, do Login, else do Login With Public Key.</doc>
<status status="PASS" start="2026-06-19T00:46:21.182670" elapsed="0.700054"/>
</kw>
<kw name="File Should Exist" owner="SSHLibrary">
<msg time="2026-06-19T00:46:21.890007" level="INFO">[chan 1] Opened sftp connection (server version 3)</msg>
<arg>${file}</arg>
<doc>Fails if the given ``path`` does NOT point to an existing file.</doc>
<status status="PASS" start="2026-06-19T00:46:21.882938" elapsed="0.008531"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-06-19T00:46:21.891741" elapsed="0.000379"/>
</kw>
<arg>${cbench_system}</arg>
<arg>${cbench_executable}</arg>
<doc>Will create connection with public key and will PASS if the given ${file} exists,
otherwise will FAIL</doc>
<status status="PASS" start="2026-06-19T00:46:21.181454" elapsed="0.710752"/>
</kw>
<status status="PASS" start="2026-06-19T00:46:21.178044" elapsed="0.714214"/>
</branch>
<status status="PASS" start="2026-06-19T00:46:21.177652" elapsed="0.714649"/>
</if>
<kw name="Should Be True" owner="BuiltIn">
<arg>${loops} &gt;= 2</arg>
<arg>If number of loops is less than 2, cbench will not run</arg>
<doc>Fails if the given condition is not true.</doc>
<status status="PASS" start="2026-06-19T00:46:21.892513" elapsed="0.000698"/>
</kw>
<kw name="Verify_Feature_Is_Installed" owner="KarafKeywords">
<if>
<branch type="IF" condition="'${IS_KARAF_APPL}' == 'False'">
<return>
<value>Not A Karaf App</value>
<status status="NOT RUN" start="2026-06-19T00:46:21.899341" elapsed="0.000027"/>
</return>
<status status="NOT RUN" start="2026-06-19T00:46:21.899176" elapsed="0.000239"/>
</branch>
<status status="PASS" start="2026-06-19T00:46:21.899144" elapsed="0.000304"/>
</if>
<kw name="Issue_Command_On_Karaf_Console" owner="KarafKeywords">
<if>
<branch type="IF" condition="'${IS_KARAF_APPL}' == 'False'">
<return>
<value>Not A Karaf App</value>
<status status="NOT RUN" start="2026-06-19T00:46:21.904003" elapsed="0.000014"/>
</return>
<status status="NOT RUN" start="2026-06-19T00:46:21.903886" elapsed="0.000163"/>
</branch>
<status status="PASS" start="2026-06-19T00:46:21.903866" elapsed="0.000206"/>
</if>
<kw name="Open Connection" owner="SSHLibrary">
<arg>${controller}</arg>
<arg>port=${karaf_port}</arg>
<arg>prompt=${KARAF_PROMPT_LOGIN}</arg>
<arg>timeout=${timeout}</arg>
<doc>Opens a new SSH connection to the given ``host`` and ``port``.</doc>
<status status="PASS" start="2026-06-19T00:46:21.904202" elapsed="0.000454"/>
</kw>
<kw name="Login" owner="SSHLibrary">
<msg time="2026-06-19T00:46:21.905064" level="INFO">Logging into '10.30.170.242:8101' as 'karaf'.</msg>
<msg time="2026-06-19T00:46:22.131043" level="INFO">Read output: [33m                                                                                           
[33m    ________                       ________                .__  .__       .__     __       
[33m    \_____  \ ______   ____   ____ \______ \ _____  ___.__.|  | |__| ____ |  |___/  |_     
[33m     /   |   \\____ \_/ __ \ /    \ |    |  \\__  \&lt;   |  ||  | |  |/ ___\|  |  \   __\    
[33m    /    |    \  |_&gt; &gt;  ___/|   |  \|    `   \/ __ \\___  ||  |_|  / /_/  &gt;   Y  \  |      
[33m    \_______  /   __/ \___  &gt;___|  /_______  (____  / ____||____/__\___  /|___|  /__|      
[33m            \/|__|        \/     \/        \/     \/\/            /_____/      \/          
[33m                                                                                           

Hit '[1m&lt;tab&gt;[0m' for a list of available commands
and '[1m[cmd] --help[0m' for help on a specific command.
Hit '[1m&lt;ctrl-d&gt;[0m' or type '[1msystem:shutdown[0m' or '[1mlogout[0m' to shutdown OpenDaylight.

[?1h=[90m~[0m                                                                                [?2004hopendaylight-user</msg>
<arg>${KARAF_USER}</arg>
<arg>${KARAF_PASSWORD}</arg>
<arg>loglevel=${loglevel}</arg>
<doc>Logs into the SSH server with the given ``username`` and ``password``.</doc>
<status status="PASS" start="2026-06-19T00:46:21.904803" elapsed="0.226441"/>
</kw>
<kw name="Write" owner="SSHLibrary">
<msg time="2026-06-19T00:46:22.238134" level="INFO">@root&gt;feature:list -i | 0[C 0g[Krep odl-openflowplugin-drop-test</msg>
<arg>${cmd}</arg>
<doc>Writes the given ``text`` on the remote machine and appends a newline.</doc>
<status status="PASS" start="2026-06-19T00:46:22.131533" elapsed="0.106900"/>
</kw>
<kw name="Read Until Regexp" owner="SSHLibrary">
<msg time="2026-06-19T00:46:22.288910" level="INFO">[?1l&gt;[?2004l[31;1modl-openflowplugin-drop-test[0m                                    x 0.21.3           x x        x Started x [31;1modl-openflowplugin-drop-test[0m                                    x OpenDaylight :: Openflow Plugin :: Drop Test
[?1h=[90m~[0m                                                                                [?2004hopendaylight-user@root&gt;</msg>
<msg time="2026-06-19T00:46:22.289349" level="INFO">${output} = [?1l&gt;[?2004l[31;1modl-openflowplugin-drop-test[0m                                    x 0.21.3           x x        x Started x [31;1modl-openflowplugin-drop-test[0m                     ...</msg>
<var>${output}</var>
<arg>${KARAF_PROMPT}</arg>
<doc>Consumes and returns the server output until a match to ``regexp`` is found.</doc>
<status status="PASS" start="2026-06-19T00:46:22.238993" elapsed="0.050441"/>
</kw>
<kw name="Write Bare" owner="SSHLibrary">
<arg>logout\n</arg>
<doc>Writes the given ``text`` on the remote machine without appending a newline.</doc>
<status status="PASS" start="2026-06-19T00:46:22.289837" elapsed="0.000459"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-06-19T00:46:22.290652" elapsed="0.000241"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-06-19T00:46:22.291371" level="INFO">[?1l&gt;[?2004l[31;1modl-openflowplugin-drop-test[0m                                    x 0.21.3           x x        x Started x [31;1modl-openflowplugin-drop-test[0m                                    x OpenDaylight :: Openflow Plugin :: Drop Test
[?1h=[90m~[0m                                                                                [?2004hopendaylight-user@root&gt;</msg>
<arg>${output}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-06-19T00:46:22.291035" elapsed="0.000392"/>
</kw>
<return>
<value>${output}</value>
<status status="PASS" start="2026-06-19T00:46:22.291479" elapsed="0.000080"/>
</return>
<msg time="2026-06-19T00:46:22.291727" 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.170.242
Note that this keyword will open&amp;close new SSH connection, without switching back to previously current session.</doc>
<status status="PASS" start="2026-06-19T00:46:21.903512" elapsed="0.388248"/>
</kw>
<kw name="Should Contain" owner="BuiltIn">
<arg>${output}</arg>
<arg>${feature_name}</arg>
<doc>Fails if ``container`` does not contain ``item`` one or more times.</doc>
<status status="PASS" start="2026-06-19T00:46:22.291908" elapsed="0.000534"/>
</kw>
<return>
<value>${output}</value>
<status status="PASS" start="2026-06-19T00:46:22.292494" 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-06-19T00:46:21.898763" elapsed="0.393907"/>
</kw>
<kw name="Issue_Command_On_Karaf_Console" owner="KarafKeywords">
<if>
<branch type="IF" condition="'${IS_KARAF_APPL}' == 'False'">
<return>
<value>Not A Karaf App</value>
<status status="NOT RUN" start="2026-06-19T00:46:22.296501" elapsed="0.000015"/>
</return>
<status status="NOT RUN" start="2026-06-19T00:46:22.296363" elapsed="0.000201"/>
</branch>
<status status="PASS" start="2026-06-19T00:46:22.296339" elapsed="0.000250"/>
</if>
<kw name="Open Connection" owner="SSHLibrary">
<arg>${controller}</arg>
<arg>port=${karaf_port}</arg>
<arg>prompt=${KARAF_PROMPT_LOGIN}</arg>
<arg>timeout=${timeout}</arg>
<doc>Opens a new SSH connection to the given ``host`` and ``port``.</doc>
<status status="PASS" start="2026-06-19T00:46:22.296721" elapsed="0.000458"/>
</kw>
<kw name="Login" owner="SSHLibrary">
<msg time="2026-06-19T00:46:22.297614" level="INFO">Logging into '10.30.170.242:8101' as 'karaf'.</msg>
<msg time="2026-06-19T00:46:22.467715" level="INFO">Read output: [33m                                                                                           
[33m    ________                       ________                .__  .__       .__     __       
[33m    \_____  \ ______   ____   ____ \______ \ _____  ___.__.|  | |__| ____ |  |___/  |_     
[33m     /   |   \\____ \_/ __ \ /    \ |    |  \\__  \&lt;   |  ||  | |  |/ ___\|  |  \   __\    
[33m    /    |    \  |_&gt; &gt;  ___/|   |  \|    `   \/ __ \\___  ||  |_|  / /_/  &gt;   Y  \  |      
[33m    \_______  /   __/ \___  &gt;___|  /_______  (____  / ____||____/__\___  /|___|  /__|      
[33m            \/|__|        \/     \/        \/     \/\/            /_____/      \/          
[33m                                                                                           

Hit '[1m&lt;tab&gt;[0m' for a list of available commands
and '[1m[cmd] --help[0m' for help on a specific command.
Hit '[1m&lt;ctrl-d&gt;[0m' or type '[1msystem:shutdown[0m' or '[1mlogout[0m' to shutdown OpenDaylight.

[?1h=[90m~[0m                                                                                [?2004hopendaylight-user</msg>
<arg>${KARAF_USER}</arg>
<arg>${KARAF_PASSWORD}</arg>
<arg>loglevel=${loglevel}</arg>
<doc>Logs into the SSH server with the given ``username`` and ``password``.</doc>
<status status="PASS" start="2026-06-19T00:46:22.297327" elapsed="0.170546"/>
</kw>
<kw name="Write" owner="SSHLibrary">
<msg time="2026-06-19T00:46:22.488167" level="INFO">@root&gt;dropallpacketsrpc on</msg>
<arg>${cmd}</arg>
<doc>Writes the given ``text`` on the remote machine and appends a newline.</doc>
<status status="PASS" start="2026-06-19T00:46:22.468134" elapsed="0.020242"/>
</kw>
<kw name="Read Until Regexp" owner="SSHLibrary">
<msg time="2026-06-19T00:46:22.492648" level="INFO">[?1l&gt;[?2004lDropAllFlows transitions to on
[?1h=[90m~[0m                                                                                [?2004hopendaylight-user@root&gt;</msg>
<msg time="2026-06-19T00:46:22.492881" level="INFO">${output} = [?1l&gt;[?2004lDropAllFlows transitions to on
[?1h=[90m~[0m                                                                                [?2004hopendaylight-user@root&gt;</msg>
<var>${output}</var>
<arg>${KARAF_PROMPT}</arg>
<doc>Consumes and returns the server output until a match to ``regexp`` is found.</doc>
<status status="PASS" start="2026-06-19T00:46:22.488854" elapsed="0.004092"/>
</kw>
<kw name="Write Bare" owner="SSHLibrary">
<arg>logout\n</arg>
<doc>Writes the given ``text`` on the remote machine without appending a newline.</doc>
<status status="PASS" start="2026-06-19T00:46:22.493246" elapsed="0.000473"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-06-19T00:46:22.494185" elapsed="0.000419"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-06-19T00:46:22.495610" level="INFO">[?1l&gt;[?2004lDropAllFlows transitions to on
[?1h=[90m~[0m                                                                                [?2004hopendaylight-user@root&gt;</msg>
<arg>${output}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-06-19T00:46:22.494914" elapsed="0.000860"/>
</kw>
<return>
<value>${output}</value>
<status status="PASS" start="2026-06-19T00:46:22.495887" elapsed="0.000111"/>
</return>
<arg>dropallpacketsrpc on</arg>
<doc>Will execute the given ${cmd} by ssh'ing to the karaf console running on 10.30.170.242
Note that this keyword will open&amp;close new SSH connection, without switching back to previously current session.</doc>
<status status="PASS" start="2026-06-19T00:46:22.296017" elapsed="0.200237"/>
</kw>
<status status="PASS" start="2026-06-19T00:46:20.189631" elapsed="2.306762"/>
</kw>
<test id="s1-t1" name="Cbench Latency Test" line="37">
<kw name="Log" owner="BuiltIn">
<msg time="2026-06-19T00:46:22.499835" level="INFO">Cbench tests using 10 iterations of 60 second tests. Switch Count: 16. Unique MACS to cycle: 100</msg>
<arg>Cbench tests using ${loops} iterations of ${duration_in_secs} second tests. Switch Count: ${switch_count}. Unique MACS to cycle: ${num_of_unique_macs}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-06-19T00:46:22.498285" elapsed="0.001626"/>
</kw>
<kw name="Run Cbench And Log Results">
<kw name="Set Suite Variable" owner="BuiltIn">
<msg time="2026-06-19T00:46:22.501426" level="INFO">${output_filename} = latency.csv</msg>
<arg>${output_filename}</arg>
<doc>Makes a variable available everywhere within the scope of the current suite.</doc>
<status status="PASS" start="2026-06-19T00:46:22.501073" elapsed="0.000396"/>
</kw>
<if>
<branch type="IF" condition="&quot;${cbench_system}&quot; == &quot;localhost&quot;">
<kw name="Run" owner="OperatingSystem">
<var>${output}</var>
<arg>${cbench_executable} -c ${ODL_SYSTEM_IP} ${cbench_args}</arg>
<doc>_This keyword is considered deprecated. Use the
[http://robotframework.org/robotframework/latest/libraries/Process.html|
Process] library instead._</doc>
<status status="NOT RUN" start="2026-06-19T00:46:22.501842" elapsed="0.000022"/>
</kw>
<status status="NOT RUN" start="2026-06-19T00:46:22.501591" elapsed="0.000310"/>
</branch>
<branch type="ELSE">
<kw name="Run Command On Remote System" owner="Utils">
<if>
<branch type="IF" condition="&quot;${return_stdout}&quot;!=&quot;True&quot; and &quot;${return_stderr}&quot;!=&quot;True&quot;">
<kw name="Fail" owner="BuiltIn">
<arg>At least one of {return_stdout} or {return_stderr} args should be set to True</arg>
<doc>Fails the test with the given message and optionally alters its tags.</doc>
<status status="NOT RUN" start="2026-06-19T00:46:22.504939" elapsed="0.000021"/>
</kw>
<status status="NOT RUN" start="2026-06-19T00:46:22.504689" elapsed="0.000306"/>
</branch>
<status status="PASS" start="2026-06-19T00:46:22.504669" elapsed="0.000352"/>
</if>
<kw name="Get Connection" owner="SSHLibrary">
<msg time="2026-06-19T00:46:22.505371" level="INFO">index=None
host=None
alias=None
port=22
timeout=3 seconds
newline=

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

prompt=None
term_type=vt100
width=80
height=24
path_separator=/
encoding=utf8
escape_ansi=False
encoding_errors=strict</msg>
<var>${current_ssh_connection}</var>
<doc>Returns information about the connection.</doc>
<status status="PASS" start="2026-06-19T00:46:22.505155" elapsed="0.000365"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-06-19T00:46:22.506123" level="INFO">Attempting to execute command "/usr/local/bin/cbench -c 10.30.170.242 -m 60000 -M 100 -S 16 -l 10 -D 5000 -p 6633" on remote system "10.30.170.12" by user "jenkins" with keyfile pass "any" and prompt "&gt;" and password ""</msg>
<arg>Attempting to execute command "${cmd}" on remote system "${system}" by user "${user}" with keyfile pass "${keyfile_pass}" and prompt "${prompt}" and password "${password}"</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-06-19T00:46:22.505697" elapsed="0.000485"/>
</kw>
<kw name="Open Connection" owner="SSHLibrary">
<msg time="2026-06-19T00:46:22.506889" level="INFO">${conn_id} = 5</msg>
<var>${conn_id}</var>
<arg>${system}</arg>
<arg>prompt=${prompt}</arg>
<arg>timeout=${prompt_timeout}</arg>
<doc>Opens a new SSH connection to the given ``host`` and ``port``.</doc>
<status status="PASS" start="2026-06-19T00:46:22.506353" elapsed="0.000564"/>
</kw>
<kw name="Flexible_SSH_Login" owner="SSHKeywords">
<kw name="Get Length" owner="BuiltIn">
<msg time="2026-06-19T00:46:22.507906" level="INFO">Length is 0.</msg>
<msg time="2026-06-19T00:46:22.507997" level="INFO">${pwd_length} = 0</msg>
<var>${pwd_length}</var>
<arg>${password}</arg>
<doc>Returns and logs the length of the given item as an integer.</doc>
<status status="PASS" start="2026-06-19T00:46:22.507532" elapsed="0.000489"/>
</kw>
<kw name="Run Keyword And Return If" owner="BuiltIn">
<arg>${pwd_length} &gt; 0</arg>
<arg>SSHLibrary.Login</arg>
<arg>${user}</arg>
<arg>${password}</arg>
<arg>delay=${delay}</arg>
<doc>Runs the specified keyword and returns from the enclosing user keyword.</doc>
<status status="PASS" start="2026-06-19T00:46:22.508165" elapsed="0.000335"/>
</kw>
<kw name="Run Keyword And Return" owner="BuiltIn">
<kw name="Login With Public Key" owner="SSHLibrary">
<msg time="2026-06-19T00:46:22.509384" level="INFO">Logging into '10.30.170.12:22' as 'jenkins'.</msg>
<msg time="2026-06-19T00:46:22.864320" 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 Fri Jun 19 00:46:21 UTC 2026

  System load:  0.08               Processes:             110
  Usage of /:   19.3% of 38.58GB   Users logged in:       0
  Memory usage: 4%                 IPv4 address for ens3: 10.30.170.12
  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: Fri Jun 19 00:46:21 2026 from 10.30.171.177
[?2004h[jenkins@releng-63164-313-1-mininet-ovs-217-0 ~]&gt;</msg>
<arg>${user}</arg>
<arg>${USER_HOME}/.ssh/${SSH_KEY}</arg>
<arg>${KEYFILE_PASS}</arg>
<arg>delay=${delay}</arg>
<doc>Logs into the SSH server using key-based authentication.</doc>
<status status="PASS" start="2026-06-19T00:46:22.509026" elapsed="0.355566"/>
</kw>
<msg time="2026-06-19T00:46:22.864705" level="INFO">Returning from the enclosing user keyword.</msg>
<arg>SSHLibrary.Login With Public Key</arg>
<arg>${user}</arg>
<arg>${USER_HOME}/.ssh/${SSH_KEY}</arg>
<arg>${KEYFILE_PASS}</arg>
<arg>delay=${delay}</arg>
<doc>Runs the specified keyword and returns from the enclosing user keyword.</doc>
<status status="PASS" start="2026-06-19T00:46:22.508675" elapsed="0.356136"/>
</kw>
<arg>${user}</arg>
<arg>${password}</arg>
<doc>On active SSH session: if given non-empty password, do Login, else do Login With Public Key.</doc>
<status status="PASS" start="2026-06-19T00:46:22.507136" elapsed="0.357831"/>
</kw>
<kw name="Execute Command" owner="SSHLibrary">
<msg time="2026-06-19T00:46:22.865747" level="INFO">Executing command '/usr/local/bin/cbench -c 10.30.170.242 -m 60000 -M 100 -S 16 -l 10 -D 5000 -p 6633'.</msg>
<msg time="2026-06-19T00:56:28.987199" level="INFO">Command exited with return code 0.</msg>
<msg time="2026-06-19T00:56:28.987741" level="INFO">${stdout} = </msg>
<msg time="2026-06-19T00:56:28.987850" level="INFO">${stderr} = cbench: controller benchmarking tool
   running in mode 'latency'
   connecting to controller at 10.30.170.242: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-06-19T00:46:22.865281" elapsed="606.122628"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-06-19T00:56:28.988361" elapsed="0.000787"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-06-19T00:56:28.990367" level="INFO">cbench: controller benchmarking tool
   running in mode 'latency'
   connecting to controller at 10.30.170.242:6633 
   faking 16 switches with 1 threads :: 10 tests each; 60000 ms per test
   with 100 unique source MACs per switch
   learning destination mac addresses before the test
   starting test with 5000 ms delay after features_reply
   ignoring first 1 "warmup" and last 0 "cooldown" loops
   debugging info is off
Master Thread: Creating thread-0! 
Thread-0: All switches initialized. Running at node 10.30.170.242. So far 1 cbench instances have initialized their switches.  Waiting for other cbench-instances
Thread-0: Total switches from ALL cbench-instances initialized.
00:47:28.058 16  switches: flows:  99040 100242 95654 98527 96376 97410 97475 95155 97023 98263 94198 97653 97623 95655 95845 95216  total = 25.855917 per ms 
00:48:28.159 16  switches: flows:  117916 117082 114934 116186 115130 115758 114409 113726 112940 111797 114359 115297 112188 112067 113755 115706  total = 30.503258 per ms 
00:49:28.260 16  switches: flows:  114847 114540 111641 112468 112907 113695 113163 112136 111039 110327 111348 112269 111354 111206 111546 112717  total = 29.903396 per ms 
00:50:28.361 16  switches: flows:  115888 115013 112051 113596 114442 114020 113170 112487 111961 112577 111746 113445 112719 110096 111222 112766  total = 30.069766 per ms 
00:51:28.462 16  switches: flows:  115560 115974 114628 116506 115670 116496 117589 116290 113935 113684 114788 115883 115557 112554 115480 116721  total = 30.737286 per ms 
00:52:28.563 16  switches: flows:  117577 119613 115664 117515 116661 118741 117345 115553 116678 116314 115210 116735 115629 114695 114806 116567  total = 31.036585 per ms 
00:53:28.664 16  switches: flows:  115200 117682 114456 115340 116253 116928 116731 114669 116408 114499 115303 116333 114601 114017 113067 115679  total = 30.734776 per ms 
00:54:28.765 16  switches: flows:  116341 118126 115027 114936 117496 115548 118649 115656 116097 115426 115578 117065 115938 113756 114861 116395  total = 30.896696 per ms 
00:55:28.866 16  switches: flows:  116004 118323 114812 116362 115456 117993 118523 116453 116139 114301 115631 119017 116170 115914 113861 117203  total = 30.984339 per ms 
00:56:28.966 16  switches: flows:  116284 118193 115973 117899 116881 118492 119053 116059 116799 115533 116989 117732 117323 115929 116166 116579  total = 31.146032 per ms 
RESULT: 16 switches 9 tests min/max/avg/stdev = 29903.40/31146.03/30668.01/10230.80 responses/s</msg>
<arg>${stderr}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-06-19T00:56:28.989517" elapsed="0.001165"/>
</kw>
<if>
<branch type="IF" condition="&quot;${return_stdout}&quot;!=&quot;True&quot;">
<return>
<value>${stderr}</value>
<status status="PASS" start="2026-06-19T00:56:28.991180" elapsed="0.000075"/>
</return>
<status status="PASS" start="2026-06-19T00:56:28.990877" elapsed="0.000459"/>
</branch>
<status status="PASS" start="2026-06-19T00:56:28.990819" elapsed="0.000574"/>
</if>
<if>
<branch type="IF" condition="&quot;${return_stderr}&quot;!=&quot;True&quot;">
<return>
<value>${stdout}</value>
<status status="NOT RUN" start="2026-06-19T00:56:28.991640" elapsed="0.000032"/>
</return>
<status status="NOT RUN" start="2026-06-19T00:56:28.991523" elapsed="0.000213"/>
</branch>
<status status="NOT RUN" start="2026-06-19T00:56:28.991488" elapsed="0.000296"/>
</if>
<return>
<value>${stdout}</value>
<value>${stderr}</value>
<status status="NOT RUN" start="2026-06-19T00:56:28.991859" 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-06-19T00:56:28.995932" elapsed="0.000335"/>
</kw>
<kw name="Open Connection" owner="SSHLibrary">
<arg>127.0.0.1</arg>
<doc>Opens a new SSH connection to the given ``host`` and ``port``.</doc>
<status status="PASS" start="2026-06-19T00:56:28.996449" elapsed="0.000198"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-06-19T00:56:28.996779" elapsed="0.000101"/>
</kw>
<arg>${current_ssh_connection.index}</arg>
<doc>Restore active SSH connection in SSHLibrary to given index.</doc>
<status status="PASS" start="2026-06-19T00:56:28.992533" elapsed="0.004401"/>
</kw>
<msg time="2026-06-19T00:56:28.997063" level="INFO">${output} = cbench: controller benchmarking tool
   running in mode 'latency'
   connecting to controller at 10.30.170.242: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-06-19T00:46:22.502254" elapsed="606.494837"/>
</kw>
<status status="PASS" start="2026-06-19T00:46:22.501930" elapsed="606.495210"/>
</branch>
<status status="PASS" start="2026-06-19T00:46:22.501530" elapsed="606.495633"/>
</if>
<kw name="Log" owner="BuiltIn">
<msg time="2026-06-19T00:56:28.997616" level="INFO">cbench: controller benchmarking tool
   running in mode 'latency'
   connecting to controller at 10.30.170.242:6633 
   faking 16 switches with 1 threads :: 10 tests each; 60000 ms per test
   with 100 unique source MACs per switch
   learning destination mac addresses before the test
   starting test with 5000 ms delay after features_reply
   ignoring first 1 "warmup" and last 0 "cooldown" loops
   debugging info is off
Master Thread: Creating thread-0! 
Thread-0: All switches initialized. Running at node 10.30.170.242. So far 1 cbench instances have initialized their switches.  Waiting for other cbench-instances
Thread-0: Total switches from ALL cbench-instances initialized.
00:47:28.058 16  switches: flows:  99040 100242 95654 98527 96376 97410 97475 95155 97023 98263 94198 97653 97623 95655 95845 95216  total = 25.855917 per ms 
00:48:28.159 16  switches: flows:  117916 117082 114934 116186 115130 115758 114409 113726 112940 111797 114359 115297 112188 112067 113755 115706  total = 30.503258 per ms 
00:49:28.260 16  switches: flows:  114847 114540 111641 112468 112907 113695 113163 112136 111039 110327 111348 112269 111354 111206 111546 112717  total = 29.903396 per ms 
00:50:28.361 16  switches: flows:  115888 115013 112051 113596 114442 114020 113170 112487 111961 112577 111746 113445 112719 110096 111222 112766  total = 30.069766 per ms 
00:51:28.462 16  switches: flows:  115560 115974 114628 116506 115670 116496 117589 116290 113935 113684 114788 115883 115557 112554 115480 116721  total = 30.737286 per ms 
00:52:28.563 16  switches: flows:  117577 119613 115664 117515 116661 118741 117345 115553 116678 116314 115210 116735 115629 114695 114806 116567  total = 31.036585 per ms 
00:53:28.664 16  switches: flows:  115200 117682 114456 115340 116253 116928 116731 114669 116408 114499 115303 116333 114601 114017 113067 115679  total = 30.734776 per ms 
00:54:28.765 16  switches: flows:  116341 118126 115027 114936 117496 115548 118649 115656 116097 115426 115578 117065 115938 113756 114861 116395  total = 30.896696 per ms 
00:55:28.866 16  switches: flows:  116004 118323 114812 116362 115456 117993 118523 116453 116139 114301 115631 119017 116170 115914 113861 117203  total = 30.984339 per ms 
00:56:28.966 16  switches: flows:  116284 118193 115973 117899 116881 118492 119053 116059 116799 115533 116989 117732 117323 115929 116166 116579  total = 31.146032 per ms 
RESULT: 16 switches 9 tests min/max/avg/stdev = 29903.40/31146.03/30668.01/10230.80 responses/s</msg>
<arg>${output}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-06-19T00:56:28.997303" elapsed="0.000388"/>
</kw>
<kw name="Should Contain" owner="BuiltIn">
<arg>${output}</arg>
<arg>RESULT</arg>
<doc>Fails if ``container`` does not contain ``item`` one or more times.</doc>
<status status="PASS" start="2026-06-19T00:56:28.997840" elapsed="0.000398"/>
</kw>
<kw name="Get Lines Containing String" owner="String">
<msg time="2026-06-19T00:56:28.998653" level="INFO">1 out of 23 lines matched.</msg>
<msg time="2026-06-19T00:56:28.998747" level="INFO">${result_line} = RESULT: 16 switches 9 tests min/max/avg/stdev = 29903.40/31146.03/30668.01/10230.80 responses/s</msg>
<var>${result_line}</var>
<arg>${output}</arg>
<arg>RESULT</arg>
<doc>Returns lines of the given ``string`` that contain the ``pattern``.</doc>
<status status="PASS" start="2026-06-19T00:56:28.998401" elapsed="0.000371"/>
</kw>
<kw name="Split String" owner="String">
<msg time="2026-06-19T00:56:28.999198" level="INFO">@{results_list} = [ RESULT: | 16 | switches | 9 | tests | min/max/avg/stdev | = | 29903.40/31146.03/30668.01/10230.80 | responses/s ]</msg>
<var>@{results_list}</var>
<arg>${result_line}</arg>
<doc>Splits the ``string`` using ``separator`` as a delimiter string.</doc>
<status status="PASS" start="2026-06-19T00:56:28.998929" elapsed="0.000313"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-06-19T00:56:29.001708" level="INFO">min/max/avg/stdev</msg>
<arg>${results_list[5]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-06-19T00:56:28.999410" elapsed="0.002357"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-06-19T00:56:29.004222" level="INFO">29903.40/31146.03/30668.01/10230.80</msg>
<arg>${results_list[7]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-06-19T00:56:29.001917" elapsed="0.002364"/>
</kw>
<kw name="Split String" owner="String">
<msg time="2026-06-19T00:56:29.007023" level="INFO">@{result_name_list} = [ min | max | avg | stdev ]</msg>
<var>@{result_name_list}</var>
<arg>${results_list[5]}</arg>
<arg>/</arg>
<doc>Splits the ``string`` using ``separator`` as a delimiter string.</doc>
<status status="PASS" start="2026-06-19T00:56:29.004435" elapsed="0.002618"/>
</kw>
<kw name="Split String" owner="String">
<msg time="2026-06-19T00:56:29.009793" level="INFO">@{result_value_list} = [ 29903.40 | 31146.03 | 30668.01 | 10230.80 ]</msg>
<var>@{result_value_list}</var>
<arg>${results_list[7]}</arg>
<arg>/</arg>
<doc>Splits the ``string`` using ``separator`` as a delimiter string.</doc>
<status status="PASS" start="2026-06-19T00:56:29.007252" elapsed="0.002570"/>
</kw>
<kw name="Get Length" owner="BuiltIn">
<msg time="2026-06-19T00:56:29.010348" level="INFO">Length is 4.</msg>
<msg time="2026-06-19T00:56:29.010445" level="INFO">${num_stats} = 4</msg>
<var>${num_stats}</var>
<arg>${result_name_list}</arg>
<doc>Returns and logs the length of the given item as an integer.</doc>
<status status="PASS" start="2026-06-19T00:56:29.009981" elapsed="0.000489"/>
</kw>
<for flavor="IN RANGE">
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-06-19T00:56:29.016651" level="INFO">min :: 29903.40</msg>
<arg>${result_name_list[${i}]} :: ${result_value_list[${i}]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-06-19T00:56:29.010899" elapsed="0.005864"/>
</kw>
<var name="${i}">0</var>
<status status="PASS" start="2026-06-19T00:56:29.010763" elapsed="0.006069"/>
</iter>
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-06-19T00:56:29.022153" level="INFO">max :: 31146.03</msg>
<arg>${result_name_list[${i}]} :: ${result_value_list[${i}]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-06-19T00:56:29.017188" elapsed="0.005024"/>
</kw>
<var name="${i}">1</var>
<status status="PASS" start="2026-06-19T00:56:29.016990" elapsed="0.005258"/>
</iter>
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-06-19T00:56:29.026938" level="INFO">avg :: 30668.01</msg>
<arg>${result_name_list[${i}]} :: ${result_value_list[${i}]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-06-19T00:56:29.022475" elapsed="0.004520"/>
</kw>
<var name="${i}">2</var>
<status status="PASS" start="2026-06-19T00:56:29.022342" elapsed="0.004689"/>
</iter>
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-06-19T00:56:29.031953" level="INFO">stdev :: 10230.80</msg>
<arg>${result_name_list[${i}]} :: ${result_value_list[${i}]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-06-19T00:56:29.027295" elapsed="0.004717"/>
</kw>
<var name="${i}">3</var>
<status status="PASS" start="2026-06-19T00:56:29.027123" elapsed="0.004926"/>
</iter>
<var>${i}</var>
<value>0</value>
<value>${num_stats}</value>
<status status="PASS" start="2026-06-19T00:56:29.010560" elapsed="0.021522"/>
</for>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-06-19T00:56:29.035986" level="INFO">${min} = 29903.40</msg>
<var>${min}</var>
<arg>${result_value_list[${0}]}</arg>
<doc>Returns the given values which can then be assigned to a variables.</doc>
<status status="PASS" start="2026-06-19T00:56:29.032244" elapsed="0.003769"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-06-19T00:56:29.040118" level="INFO">${max} = 31146.03</msg>
<var>${max}</var>
<arg>${result_value_list[${1}]}</arg>
<doc>Returns the given values which can then be assigned to a variables.</doc>
<status status="PASS" start="2026-06-19T00:56:29.036168" elapsed="0.003978"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-06-19T00:56:29.044074" level="INFO">${average} = 30668.01</msg>
<var>${average}</var>
<arg>${result_value_list[${2}]}</arg>
<doc>Returns the given values which can then be assigned to a variables.</doc>
<status status="PASS" start="2026-06-19T00:56:29.040299" elapsed="0.003802"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-06-19T00:56:29.048058" level="INFO">${stdev} = 10230.80</msg>
<var>${stdev}</var>
<arg>${result_value_list[${3}]}</arg>
<doc>Returns the given values which can then be assigned to a variables.</doc>
<status status="PASS" start="2026-06-19T00:56:29.044257" elapsed="0.003828"/>
</kw>
<kw name="Get Time" owner="BuiltIn">
<msg time="2026-06-19T00:56:29.048635" level="INFO">${date} = 2026-06-19 00:56:29</msg>
<var>${date}</var>
<arg>d,m,s</arg>
<doc>Returns the given time in the requested format.</doc>
<status status="PASS" start="2026-06-19T00:56:29.048258" elapsed="0.000404"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-06-19T00:56:29.049218" level="INFO">CBench Result: 2026-06-19 00:56:29,-m 60000 -M 100 -S 16 -l 10 -D 5000 -p 6633,29903.40,31146.03,30668.01,10230.80</msg>
<arg>CBench Result: ${date},${cbench_args},${min},${max},${average},${stdev}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-06-19T00:56:29.048809" elapsed="0.000465"/>
</kw>
<kw name="Log Results And Determine Status">
<kw name="Append To File" owner="OperatingSystem">
<msg time="2026-06-19T00:56:29.050349" level="INFO" html="true">Appended to file '&lt;a href="file:///w/workspace/openflowplugin-csit-1node-cbench-only-vanadium/latency.csv"&gt;/w/workspace/openflowplugin-csit-1node-cbench-only-vanadium/latency.csv&lt;/a&gt;'.</msg>
<arg>${output_file}</arg>
<arg>${min},${max},${average}\n</arg>
<doc>Appends the given content to the specified file.</doc>
<status status="PASS" start="2026-06-19T00:56:29.049912" elapsed="0.000545"/>
</kw>
<kw name="Should Be True" owner="BuiltIn">
<arg>${average} &gt; ${threshold}</arg>
<arg>${average} flow_mods per/sec did not exceed threshold of ${threshold}</arg>
<doc>Fails if the given condition is not true.</doc>
<status status="PASS" start="2026-06-19T00:56:29.050656" elapsed="0.000472"/>
</kw>
<arg>${min}</arg>
<arg>${max}</arg>
<arg>${average}</arg>
<arg>${average_threshold}</arg>
<arg>${output_filename}</arg>
<status status="PASS" start="2026-06-19T00:56:29.049420" elapsed="0.001776"/>
</kw>
<arg>-m ${duration_in_ms} -M ${num_of_unique_macs} -S ${switch_count} -l ${loops} -D ${start_delay} -p ${of_port}</arg>
<arg>${latency_threshold}</arg>
<arg>${latency_results_file}</arg>
<status status="PASS" start="2026-06-19T00:46:22.500401" elapsed="606.550856"/>
</kw>
<kw name="Sleep" owner="BuiltIn">
<msg time="2026-06-19T00:56:29.051760" level="INFO">Slept 0 seconds.</msg>
<arg>${test_delay}</arg>
<doc>Pauses the test executed for the given time.</doc>
<status status="PASS" start="2026-06-19T00:56:29.051411" elapsed="0.000406"/>
</kw>
<kw name="Log Results As Zero If Cbench Timed Out" type="TEARDOWN">
<kw name="Run Keyword If Timeout Occurred" owner="BuiltIn">
<arg>Log Results And Determine Status</arg>
<arg>0</arg>
<arg>0</arg>
<arg>0</arg>
<arg>0</arg>
<arg>${output_filename}</arg>
<doc>Runs the given keyword if either a test or a keyword timeout has occurred.</doc>
<status status="PASS" start="2026-06-19T00:56:29.052339" elapsed="0.000306"/>
</kw>
<status status="PASS" start="2026-06-19T00:56:29.052036" elapsed="0.000683"/>
</kw>
<doc>cbench executed in default latency mode. Test parameters have defaults, but can be overridden
on the pybot command line</doc>
<tag>cbench</tag>
<tag>latency</tag>
<timeout value="15 minutes"/>
<status status="PASS" start="2026-06-19T00:46:22.496738" elapsed="606.556021"/>
</test>
<test id="s1-t2" name="Cbench Throughput Test" line="51">
<kw name="Log" owner="BuiltIn">
<msg time="2026-06-19T00:56:29.054127" level="INFO">Cbench tests using 10 iterations of 60 second tests. Switch Count: 16. Unique MACS to cycle: 100</msg>
<arg>Cbench tests using ${loops} iterations of ${duration_in_secs} second tests. Switch Count: ${switch_count}. Unique MACS to cycle: ${num_of_unique_macs}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-06-19T00:56:29.053717" elapsed="0.000468"/>
</kw>
<kw name="Run Cbench And Log Results">
<kw name="Set Suite Variable" owner="BuiltIn">
<msg time="2026-06-19T00:56:29.055445" level="INFO">${output_filename} = throughput.csv</msg>
<arg>${output_filename}</arg>
<doc>Makes a variable available everywhere within the scope of the current suite.</doc>
<status status="PASS" start="2026-06-19T00:56:29.055112" elapsed="0.000374"/>
</kw>
<if>
<branch type="IF" condition="&quot;${cbench_system}&quot; == &quot;localhost&quot;">
<kw name="Run" owner="OperatingSystem">
<var>${output}</var>
<arg>${cbench_executable} -c ${ODL_SYSTEM_IP} ${cbench_args}</arg>
<doc>_This keyword is considered deprecated. Use the
[http://robotframework.org/robotframework/latest/libraries/Process.html|
Process] library instead._</doc>
<status status="NOT RUN" start="2026-06-19T00:56:29.055859" elapsed="0.000022"/>
</kw>
<status status="NOT RUN" start="2026-06-19T00:56:29.055631" elapsed="0.000286"/>
</branch>
<branch type="ELSE">
<kw name="Run Command On Remote System" owner="Utils">
<if>
<branch type="IF" condition="&quot;${return_stdout}&quot;!=&quot;True&quot; and &quot;${return_stderr}&quot;!=&quot;True&quot;">
<kw name="Fail" owner="BuiltIn">
<arg>At least one of {return_stdout} or {return_stderr} args should be set to True</arg>
<doc>Fails the test with the given message and optionally alters its tags.</doc>
<status status="NOT RUN" start="2026-06-19T00:56:29.058864" elapsed="0.000021"/>
</kw>
<status status="NOT RUN" start="2026-06-19T00:56:29.058612" elapsed="0.000308"/>
</branch>
<status status="PASS" start="2026-06-19T00:56:29.058592" elapsed="0.000353"/>
</if>
<kw name="Get Connection" owner="SSHLibrary">
<msg time="2026-06-19T00:56:29.059311" level="INFO">index=None
host=None
alias=None
port=22
timeout=3 seconds
newline=

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

prompt=None
term_type=vt100
width=80
height=24
path_separator=/
encoding=utf8
escape_ansi=False
encoding_errors=strict</msg>
<var>${current_ssh_connection}</var>
<doc>Returns information about the connection.</doc>
<status status="PASS" start="2026-06-19T00:56:29.059082" elapsed="0.000381"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-06-19T00:56:29.060038" level="INFO">Attempting to execute command "/usr/local/bin/cbench -c 10.30.170.242 -t -m 60000 -M 100 -S 16 -l 10 -D 5000 -p 6633" on remote system "10.30.170.12" by user "jenkins" with keyfile pass "any" and prompt "&gt;" and password ""</msg>
<arg>Attempting to execute command "${cmd}" on remote system "${system}" by user "${user}" with keyfile pass "${keyfile_pass}" and prompt "${prompt}" and password "${password}"</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-06-19T00:56:29.059615" elapsed="0.000480"/>
</kw>
<kw name="Open Connection" owner="SSHLibrary">
<msg time="2026-06-19T00:56:29.060707" level="INFO">${conn_id} = 7</msg>
<var>${conn_id}</var>
<arg>${system}</arg>
<arg>prompt=${prompt}</arg>
<arg>timeout=${prompt_timeout}</arg>
<doc>Opens a new SSH connection to the given ``host`` and ``port``.</doc>
<status status="PASS" start="2026-06-19T00:56:29.060235" elapsed="0.000499"/>
</kw>
<kw name="Flexible_SSH_Login" owner="SSHKeywords">
<kw name="Get Length" owner="BuiltIn">
<msg time="2026-06-19T00:56:29.061660" level="INFO">Length is 0.</msg>
<msg time="2026-06-19T00:56:29.061750" level="INFO">${pwd_length} = 0</msg>
<var>${pwd_length}</var>
<arg>${password}</arg>
<doc>Returns and logs the length of the given item as an integer.</doc>
<status status="PASS" start="2026-06-19T00:56:29.061314" elapsed="0.000460"/>
</kw>
<kw name="Run Keyword And Return If" owner="BuiltIn">
<arg>${pwd_length} &gt; 0</arg>
<arg>SSHLibrary.Login</arg>
<arg>${user}</arg>
<arg>${password}</arg>
<arg>delay=${delay}</arg>
<doc>Runs the specified keyword and returns from the enclosing user keyword.</doc>
<status status="PASS" start="2026-06-19T00:56:29.061915" elapsed="0.000356"/>
</kw>
<kw name="Run Keyword And Return" owner="BuiltIn">
<kw name="Login With Public Key" owner="SSHLibrary">
<msg time="2026-06-19T00:56:29.063184" level="INFO">Logging into '10.30.170.12:22' as 'jenkins'.</msg>
<msg time="2026-06-19T00:56:29.626536" 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 Fri Jun 19 00:56:29 UTC 2026

  System load:  1.0                Processes:             104
  Usage of /:   19.6% of 38.58GB   Users logged in:       0
  Memory usage: 4%                 IPv4 address for ens3: 10.30.170.12
  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: Fri Jun 19 00:46:22 2026 from 10.30.171.177
[?2004h[jenkins@releng-63164-313-1-mininet-ovs-217-0 ~]&gt;</msg>
<arg>${user}</arg>
<arg>${USER_HOME}/.ssh/${SSH_KEY}</arg>
<arg>${KEYFILE_PASS}</arg>
<arg>delay=${delay}</arg>
<doc>Logs into the SSH server using key-based authentication.</doc>
<status status="PASS" start="2026-06-19T00:56:29.062825" elapsed="0.563917"/>
</kw>
<msg time="2026-06-19T00:56:29.626871" level="INFO">Returning from the enclosing user keyword.</msg>
<arg>SSHLibrary.Login With Public Key</arg>
<arg>${user}</arg>
<arg>${USER_HOME}/.ssh/${SSH_KEY}</arg>
<arg>${KEYFILE_PASS}</arg>
<arg>delay=${delay}</arg>
<doc>Runs the specified keyword and returns from the enclosing user keyword.</doc>
<status status="PASS" start="2026-06-19T00:56:29.062428" elapsed="0.564540"/>
</kw>
<arg>${user}</arg>
<arg>${password}</arg>
<doc>On active SSH session: if given non-empty password, do Login, else do Login With Public Key.</doc>
<status status="PASS" start="2026-06-19T00:56:29.060939" elapsed="0.566145"/>
</kw>
<kw name="Execute Command" owner="SSHLibrary">
<msg time="2026-06-19T00:56:29.627605" level="INFO">Executing command '/usr/local/bin/cbench -c 10.30.170.242 -t -m 60000 -M 100 -S 16 -l 10 -D 5000 -p 6633'.</msg>
<msg time="2026-06-19T01:06:35.868903" level="INFO">Command exited with return code 0.</msg>
<msg time="2026-06-19T01:06:35.869576" level="INFO">${stdout} = </msg>
<msg time="2026-06-19T01:06:35.869723" level="INFO">${stderr} = cbench: controller benchmarking tool
   running in mode 'throughput'
   connecting to controller at 10.30.170.242: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-06-19T00:56:29.627292" elapsed="606.242495"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-06-19T01:06:35.870287" elapsed="0.000866"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-06-19T01:06:35.872292" level="INFO">cbench: controller benchmarking tool
   running in mode 'throughput'
   connecting to controller at 10.30.170.242:6633 
   faking 16 switches with 1 threads :: 10 tests each; 60000 ms per test
   with 100 unique source MACs per switch
   learning destination mac addresses before the test
   starting test with 5000 ms delay after features_reply
   ignoring first 1 "warmup" and last 0 "cooldown" loops
   debugging info is off
Master Thread: Creating thread-0! 
Thread-0: All switches initialized. Running at node 10.30.170.242. So far 1 cbench instances have initialized their switches.  Waiting for other cbench-instances
Thread-0: Total switches from ALL cbench-instances initialized.
00:57:34.746 16  switches: flows:  517003 513960 519410 515385 516087 505876 512814 509892 497834 500007 506588 486524 497004 499994 495208 505175  total = 134.979350 per ms 
00:58:34.848 16  switches: flows:  541892 542208 539836 535469 541425 538632 534697 543018 531321 538841 534811 551959 519165 544518 536414 539417  total = 143.319468 per ms 
00:59:34.950 16  switches: flows:  530089 533662 536922 540966 545108 533723 526107 547814 533349 529946 529616 538122 533140 544337 536292 535628  total = 142.673243 per ms 
01:00:35.050 16  switches: flows:  534535 530431 536987 528360 525087 534284 538055 532878 525685 535454 531935 528405 528307 525741 522628 529568  total = 141.236215 per ms 
01:01:35.151 16  switches: flows:  448522 447228 444454 447208 448700 444183 437446 447166 447113 448294 450127 441093 441206 450582 446491 445357  total = 118.719715 per ms 
01:02:35.252 16  switches: flows:  488599 491603 490594 493620 488754 489237 491690 490676 493476 488559 495365 487943 494175 483269 486431 481879  total = 130.378827 per ms 
01:03:35.544 16  switches: flows:  556990 547392 553268 552030 554985 555541 555612 554868 556115 561491 560210 555553 559614 549407 564059 554138  total = 147.471054 per ms 
01:04:35.645 16  switches: flows:  548757 549920 541731 555242 547435 548780 539261 543714 542649 552355 551213 549215 548859 534815 544798 546086  total = 145.501848 per ms 
01:05:35.746 16  switches: flows:  466938 467039 459564 466743 472678 470688 467564 466353 465684 469983 470826 461513 473173 468925 471791 464817  total = 124.529337 per ms 
01:06:35.850 16  switches: flows:  558948 556118 553477 563346 559869 557477 556164 560111 556818 556908 553642 558715 557883 556845 554406 558733  total = 148.399390 per ms 
RESULT: 16 switches 9 tests min/max/avg/stdev = 118719.71/148399.39/138025.46/47113.37 responses/s</msg>
<arg>${stderr}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-06-19T01:06:35.871521" elapsed="0.001596"/>
</kw>
<if>
<branch type="IF" condition="&quot;${return_stdout}&quot;!=&quot;True&quot;">
<return>
<value>${stderr}</value>
<status status="PASS" start="2026-06-19T01:06:35.873624" elapsed="0.000110"/>
</return>
<status status="PASS" start="2026-06-19T01:06:35.873296" elapsed="0.000522"/>
</branch>
<status status="PASS" start="2026-06-19T01:06:35.873245" elapsed="0.000629"/>
</if>
<if>
<branch type="IF" condition="&quot;${return_stderr}&quot;!=&quot;True&quot;">
<return>
<value>${stdout}</value>
<status status="NOT RUN" start="2026-06-19T01:06:35.874082" elapsed="0.000027"/>
</return>
<status status="NOT RUN" start="2026-06-19T01:06:35.874001" elapsed="0.000169"/>
</branch>
<status status="NOT RUN" start="2026-06-19T01:06:35.873967" elapsed="0.000251"/>
</if>
<return>
<value>${stdout}</value>
<value>${stderr}</value>
<status status="NOT RUN" start="2026-06-19T01:06:35.874286" elapsed="0.000028"/>
</return>
<kw name="Restore_Current_Ssh_Connection_From_Index" owner="SSHKeywords" type="TEARDOWN">
<kw name="Run Keyword And Return If" owner="BuiltIn">
<arg>${connection_index} is not None</arg>
<arg>SSHLibrary.Switch Connection</arg>
<arg>${connection_index}</arg>
<doc>Runs the specified keyword and returns from the enclosing user keyword.</doc>
<status status="PASS" start="2026-06-19T01:06:35.879387" elapsed="0.000535"/>
</kw>
<kw name="Open Connection" owner="SSHLibrary">
<arg>127.0.0.1</arg>
<doc>Opens a new SSH connection to the given ``host`` and ``port``.</doc>
<status status="PASS" start="2026-06-19T01:06:35.880146" elapsed="0.000241"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-06-19T01:06:35.880601" elapsed="0.000157"/>
</kw>
<arg>${current_ssh_connection.index}</arg>
<doc>Restore active SSH connection in SSHLibrary to given index.</doc>
<status status="PASS" start="2026-06-19T01:06:35.874990" elapsed="0.005847"/>
</kw>
<msg time="2026-06-19T01:06:35.881032" level="INFO">${output} = cbench: controller benchmarking tool
   running in mode 'throughput'
   connecting to controller at 10.30.170.242: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-06-19T00:56:29.056262" elapsed="606.824812"/>
</kw>
<status status="PASS" start="2026-06-19T00:56:29.055944" elapsed="606.825203"/>
</branch>
<status status="PASS" start="2026-06-19T00:56:29.055606" elapsed="606.825575"/>
</if>
<kw name="Log" owner="BuiltIn">
<msg time="2026-06-19T01:06:35.881906" level="INFO">cbench: controller benchmarking tool
   running in mode 'throughput'
   connecting to controller at 10.30.170.242:6633 
   faking 16 switches with 1 threads :: 10 tests each; 60000 ms per test
   with 100 unique source MACs per switch
   learning destination mac addresses before the test
   starting test with 5000 ms delay after features_reply
   ignoring first 1 "warmup" and last 0 "cooldown" loops
   debugging info is off
Master Thread: Creating thread-0! 
Thread-0: All switches initialized. Running at node 10.30.170.242. So far 1 cbench instances have initialized their switches.  Waiting for other cbench-instances
Thread-0: Total switches from ALL cbench-instances initialized.
00:57:34.746 16  switches: flows:  517003 513960 519410 515385 516087 505876 512814 509892 497834 500007 506588 486524 497004 499994 495208 505175  total = 134.979350 per ms 
00:58:34.848 16  switches: flows:  541892 542208 539836 535469 541425 538632 534697 543018 531321 538841 534811 551959 519165 544518 536414 539417  total = 143.319468 per ms 
00:59:34.950 16  switches: flows:  530089 533662 536922 540966 545108 533723 526107 547814 533349 529946 529616 538122 533140 544337 536292 535628  total = 142.673243 per ms 
01:00:35.050 16  switches: flows:  534535 530431 536987 528360 525087 534284 538055 532878 525685 535454 531935 528405 528307 525741 522628 529568  total = 141.236215 per ms 
01:01:35.151 16  switches: flows:  448522 447228 444454 447208 448700 444183 437446 447166 447113 448294 450127 441093 441206 450582 446491 445357  total = 118.719715 per ms 
01:02:35.252 16  switches: flows:  488599 491603 490594 493620 488754 489237 491690 490676 493476 488559 495365 487943 494175 483269 486431 481879  total = 130.378827 per ms 
01:03:35.544 16  switches: flows:  556990 547392 553268 552030 554985 555541 555612 554868 556115 561491 560210 555553 559614 549407 564059 554138  total = 147.471054 per ms 
01:04:35.645 16  switches: flows:  548757 549920 541731 555242 547435 548780 539261 543714 542649 552355 551213 549215 548859 534815 544798 546086  total = 145.501848 per ms 
01:05:35.746 16  switches: flows:  466938 467039 459564 466743 472678 470688 467564 466353 465684 469983 470826 461513 473173 468925 471791 464817  total = 124.529337 per ms 
01:06:35.850 16  switches: flows:  558948 556118 553477 563346 559869 557477 556164 560111 556818 556908 553642 558715 557883 556845 554406 558733  total = 148.399390 per ms 
RESULT: 16 switches 9 tests min/max/avg/stdev = 118719.71/148399.39/138025.46/47113.37 responses/s</msg>
<arg>${output}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-06-19T01:06:35.881404" elapsed="0.000612"/>
</kw>
<kw name="Should Contain" owner="BuiltIn">
<arg>${output}</arg>
<arg>RESULT</arg>
<doc>Fails if ``container`` does not contain ``item`` one or more times.</doc>
<status status="PASS" start="2026-06-19T01:06:35.882235" elapsed="0.000564"/>
</kw>
<kw name="Get Lines Containing String" owner="String">
<msg time="2026-06-19T01:06:35.883361" level="INFO">1 out of 23 lines matched.</msg>
<msg time="2026-06-19T01:06:35.883494" level="INFO">${result_line} = RESULT: 16 switches 9 tests min/max/avg/stdev = 118719.71/148399.39/138025.46/47113.37 responses/s</msg>
<var>${result_line}</var>
<arg>${output}</arg>
<arg>RESULT</arg>
<doc>Returns lines of the given ``string`` that contain the ``pattern``.</doc>
<status status="PASS" start="2026-06-19T01:06:35.883035" elapsed="0.000496"/>
</kw>
<kw name="Split String" owner="String">
<msg time="2026-06-19T01:06:35.884153" level="INFO">@{results_list} = [ RESULT: | 16 | switches | 9 | tests | min/max/avg/stdev | = | 118719.71/148399.39/138025.46/47113.37 | responses/s ]</msg>
<var>@{results_list}</var>
<arg>${result_line}</arg>
<doc>Splits the ``string`` using ``separator`` as a delimiter string.</doc>
<status status="PASS" start="2026-06-19T01:06:35.883780" elapsed="0.000413"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-06-19T01:06:35.887232" level="INFO">min/max/avg/stdev</msg>
<arg>${results_list[5]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-06-19T01:06:35.884408" elapsed="0.002881"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-06-19T01:06:35.889686" level="INFO">118719.71/148399.39/138025.46/47113.37</msg>
<arg>${results_list[7]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-06-19T01:06:35.887436" elapsed="0.002316"/>
</kw>
<kw name="Split String" owner="String">
<msg time="2026-06-19T01:06:35.892117" level="INFO">@{result_name_list} = [ min | max | avg | stdev ]</msg>
<var>@{result_name_list}</var>
<arg>${results_list[5]}</arg>
<arg>/</arg>
<doc>Splits the ``string`` using ``separator`` as a delimiter string.</doc>
<status status="PASS" start="2026-06-19T01:06:35.889903" elapsed="0.002242"/>
</kw>
<kw name="Split String" owner="String">
<msg time="2026-06-19T01:06:35.894622" level="INFO">@{result_value_list} = [ 118719.71 | 148399.39 | 138025.46 | 47113.37 ]</msg>
<var>@{result_value_list}</var>
<arg>${results_list[7]}</arg>
<arg>/</arg>
<doc>Splits the ``string`` using ``separator`` as a delimiter string.</doc>
<status status="PASS" start="2026-06-19T01:06:35.892356" elapsed="0.002295"/>
</kw>
<kw name="Get Length" owner="BuiltIn">
<msg time="2026-06-19T01:06:35.895120" level="INFO">Length is 4.</msg>
<msg time="2026-06-19T01:06:35.895210" level="INFO">${num_stats} = 4</msg>
<var>${num_stats}</var>
<arg>${result_name_list}</arg>
<doc>Returns and logs the length of the given item as an integer.</doc>
<status status="PASS" start="2026-06-19T01:06:35.894806" elapsed="0.000428"/>
</kw>
<for flavor="IN RANGE">
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-06-19T01:06:35.900198" level="INFO">min :: 118719.71</msg>
<arg>${result_name_list[${i}]} :: ${result_value_list[${i}]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-06-19T01:06:35.895637" elapsed="0.004619"/>
</kw>
<var name="${i}">0</var>
<status status="PASS" start="2026-06-19T01:06:35.895492" elapsed="0.004799"/>
</iter>
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-06-19T01:06:35.904831" level="INFO">max :: 148399.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-06-19T01:06:35.900511" elapsed="0.004378"/>
</kw>
<var name="${i}">1</var>
<status status="PASS" start="2026-06-19T01:06:35.900383" elapsed="0.004542"/>
</iter>
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-06-19T01:06:35.909560" level="INFO">avg :: 138025.46</msg>
<arg>${result_name_list[${i}]} :: ${result_value_list[${i}]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-06-19T01:06:35.905143" elapsed="0.004480"/>
</kw>
<var name="${i}">2</var>
<status status="PASS" start="2026-06-19T01:06:35.905015" elapsed="0.004710"/>
</iter>
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-06-19T01:06:35.914609" level="INFO">stdev :: 47113.37</msg>
<arg>${result_name_list[${i}]} :: ${result_value_list[${i}]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-06-19T01:06:35.909970" elapsed="0.004697"/>
</kw>
<var name="${i}">3</var>
<status status="PASS" start="2026-06-19T01:06:35.909835" elapsed="0.004868"/>
</iter>
<var>${i}</var>
<value>0</value>
<value>${num_stats}</value>
<status status="PASS" start="2026-06-19T01:06:35.895301" elapsed="0.019435"/>
</for>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-06-19T01:06:35.918646" level="INFO">${min} = 118719.71</msg>
<var>${min}</var>
<arg>${result_value_list[${0}]}</arg>
<doc>Returns the given values which can then be assigned to a variables.</doc>
<status status="PASS" start="2026-06-19T01:06:35.914894" elapsed="0.003779"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-06-19T01:06:35.922624" level="INFO">${max} = 148399.39</msg>
<var>${max}</var>
<arg>${result_value_list[${1}]}</arg>
<doc>Returns the given values which can then be assigned to a variables.</doc>
<status status="PASS" start="2026-06-19T01:06:35.918826" elapsed="0.003826"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-06-19T01:06:35.927384" level="INFO">${average} = 138025.46</msg>
<var>${average}</var>
<arg>${result_value_list[${2}]}</arg>
<doc>Returns the given values which can then be assigned to a variables.</doc>
<status status="PASS" start="2026-06-19T01:06:35.922806" elapsed="0.004605"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-06-19T01:06:35.931401" level="INFO">${stdev} = 47113.37</msg>
<var>${stdev}</var>
<arg>${result_value_list[${3}]}</arg>
<doc>Returns the given values which can then be assigned to a variables.</doc>
<status status="PASS" start="2026-06-19T01:06:35.927583" elapsed="0.003845"/>
</kw>
<kw name="Get Time" owner="BuiltIn">
<msg time="2026-06-19T01:06:35.932008" level="INFO">${date} = 2026-06-19 01:06:35</msg>
<var>${date}</var>
<arg>d,m,s</arg>
<doc>Returns the given time in the requested format.</doc>
<status status="PASS" start="2026-06-19T01:06:35.931635" elapsed="0.000400"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-06-19T01:06:35.932638" level="INFO">CBench Result: 2026-06-19 01:06:35,-t -m 60000 -M 100 -S 16 -l 10 -D 5000 -p 6633,118719.71,148399.39,138025.46,47113.37</msg>
<arg>CBench Result: ${date},${cbench_args},${min},${max},${average},${stdev}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-06-19T01:06:35.932203" elapsed="0.000493"/>
</kw>
<kw name="Log Results And Determine Status">
<kw name="Append To File" owner="OperatingSystem">
<msg time="2026-06-19T01:06:35.933876" level="INFO" html="true">Appended to file '&lt;a href="file:///w/workspace/openflowplugin-csit-1node-cbench-only-vanadium/throughput.csv"&gt;/w/workspace/openflowplugin-csit-1node-cbench-only-vanadium/throughput.csv&lt;/a&gt;'.</msg>
<arg>${output_file}</arg>
<arg>${min},${max},${average}\n</arg>
<doc>Appends the given content to the specified file.</doc>
<status status="PASS" start="2026-06-19T01:06:35.933358" elapsed="0.000589"/>
</kw>
<kw name="Should Be True" owner="BuiltIn">
<arg>${average} &gt; ${threshold}</arg>
<arg>${average} flow_mods per/sec did not exceed threshold of ${threshold}</arg>
<doc>Fails if the given condition is not true.</doc>
<status status="PASS" start="2026-06-19T01:06:35.934114" elapsed="0.000517"/>
</kw>
<arg>${min}</arg>
<arg>${max}</arg>
<arg>${average}</arg>
<arg>${average_threshold}</arg>
<arg>${output_filename}</arg>
<status status="PASS" start="2026-06-19T01:06:35.932865" elapsed="0.001837"/>
</kw>
<arg>-t -m ${duration_in_ms} -M ${num_of_unique_macs} -S ${switch_count} -l ${loops} -D ${start_delay} -p ${of_port}</arg>
<arg>${throughput_threshold}</arg>
<arg>${throughput_results_file}</arg>
<status status="PASS" start="2026-06-19T00:56:29.054505" elapsed="606.880257"/>
</kw>
<kw name="Sleep" owner="BuiltIn">
<msg time="2026-06-19T01:06:35.935242" level="INFO">Slept 0 seconds.</msg>
<arg>${test_delay}</arg>
<doc>Pauses the test executed for the given time.</doc>
<status status="PASS" start="2026-06-19T01:06:35.934920" elapsed="0.000380"/>
</kw>
<kw name="Log Results As Zero If Cbench Timed Out" type="TEARDOWN">
<kw name="Run Keyword If Timeout Occurred" owner="BuiltIn">
<arg>Log Results And Determine Status</arg>
<arg>0</arg>
<arg>0</arg>
<arg>0</arg>
<arg>0</arg>
<arg>${output_filename}</arg>
<doc>Runs the given keyword if either a test or a keyword timeout has occurred.</doc>
<status status="PASS" start="2026-06-19T01:06:35.935838" elapsed="0.000287"/>
</kw>
<status status="PASS" start="2026-06-19T01:06:35.935513" elapsed="0.000685"/>
</kw>
<doc>cbench executed in throughput mode (-t). Test parameters have defaults, but can be overridden
on the pybot command line</doc>
<tag>cbench</tag>
<tag>throughput</tag>
<timeout value="15 minutes"/>
<status status="PASS" start="2026-06-19T00:56:29.053076" elapsed="606.883160"/>
</test>
<test id="s1-t3" name="Rerun Latency Test To Check Bug 6176" line="65">
<kw name="Log" owner="BuiltIn">
<msg time="2026-06-19T01:06:35.937607" level="INFO">Cbench tests using 10 iterations of 60 second tests. Switch Count: 16. Unique MACS to cycle: 100</msg>
<arg>Cbench tests using ${loops} iterations of ${duration_in_secs} second tests. Switch Count: ${switch_count}. Unique MACS to cycle: ${num_of_unique_macs}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-06-19T01:06:35.937202" elapsed="0.000508"/>
</kw>
<kw name="Run Cbench And Log Results">
<kw name="Set Suite Variable" owner="BuiltIn">
<msg time="2026-06-19T01:06:35.938957" level="INFO">${output_filename} = bug.csv</msg>
<arg>${output_filename}</arg>
<doc>Makes a variable available everywhere within the scope of the current suite.</doc>
<status status="PASS" start="2026-06-19T01:06:35.938626" elapsed="0.000372"/>
</kw>
<if>
<branch type="IF" condition="&quot;${cbench_system}&quot; == &quot;localhost&quot;">
<kw name="Run" owner="OperatingSystem">
<var>${output}</var>
<arg>${cbench_executable} -c ${ODL_SYSTEM_IP} ${cbench_args}</arg>
<doc>_This keyword is considered deprecated. Use the
[http://robotframework.org/robotframework/latest/libraries/Process.html|
Process] library instead._</doc>
<status status="NOT RUN" start="2026-06-19T01:06:35.939366" elapsed="0.000022"/>
</kw>
<status status="NOT RUN" start="2026-06-19T01:06:35.939129" elapsed="0.000298"/>
</branch>
<branch type="ELSE">
<kw name="Run Command On Remote System" owner="Utils">
<if>
<branch type="IF" condition="&quot;${return_stdout}&quot;!=&quot;True&quot; and &quot;${return_stderr}&quot;!=&quot;True&quot;">
<kw name="Fail" owner="BuiltIn">
<arg>At least one of {return_stdout} or {return_stderr} args should be set to True</arg>
<doc>Fails the test with the given message and optionally alters its tags.</doc>
<status status="NOT RUN" start="2026-06-19T01:06:35.942562" elapsed="0.000024"/>
</kw>
<status status="NOT RUN" start="2026-06-19T01:06:35.942290" elapsed="0.000331"/>
</branch>
<status status="PASS" start="2026-06-19T01:06:35.942270" elapsed="0.000375"/>
</if>
<kw name="Get Connection" owner="SSHLibrary">
<msg time="2026-06-19T01:06:35.942988" level="INFO">index=None
host=None
alias=None
port=22
timeout=3 seconds
newline=

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

prompt=None
term_type=vt100
width=80
height=24
path_separator=/
encoding=utf8
escape_ansi=False
encoding_errors=strict</msg>
<var>${current_ssh_connection}</var>
<doc>Returns information about the connection.</doc>
<status status="PASS" start="2026-06-19T01:06:35.942783" elapsed="0.000347"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-06-19T01:06:35.943699" level="INFO">Attempting to execute command "/usr/local/bin/cbench -c 10.30.170.242 -m 60000 -M 100 -S 16 -l 10 -D 5000 -p 6633" on remote system "10.30.170.12" by user "jenkins" with keyfile pass "any" and prompt "&gt;" and password ""</msg>
<arg>Attempting to execute command "${cmd}" on remote system "${system}" by user "${user}" with keyfile pass "${keyfile_pass}" and prompt "${prompt}" and password "${password}"</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-06-19T01:06:35.943263" elapsed="0.000493"/>
</kw>
<kw name="Open Connection" owner="SSHLibrary">
<msg time="2026-06-19T01:06:35.944296" level="INFO">${conn_id} = 9</msg>
<var>${conn_id}</var>
<arg>${system}</arg>
<arg>prompt=${prompt}</arg>
<arg>timeout=${prompt_timeout}</arg>
<doc>Opens a new SSH connection to the given ``host`` and ``port``.</doc>
<status status="PASS" start="2026-06-19T01:06:35.943895" elapsed="0.000428"/>
</kw>
<kw name="Flexible_SSH_Login" owner="SSHKeywords">
<kw name="Get Length" owner="BuiltIn">
<msg time="2026-06-19T01:06:35.945267" level="INFO">Length is 0.</msg>
<msg time="2026-06-19T01:06:35.945355" level="INFO">${pwd_length} = 0</msg>
<var>${pwd_length}</var>
<arg>${password}</arg>
<doc>Returns and logs the length of the given item as an integer.</doc>
<status status="PASS" start="2026-06-19T01:06:35.944947" elapsed="0.000432"/>
</kw>
<kw name="Run Keyword And Return If" owner="BuiltIn">
<arg>${pwd_length} &gt; 0</arg>
<arg>SSHLibrary.Login</arg>
<arg>${user}</arg>
<arg>${password}</arg>
<arg>delay=${delay}</arg>
<doc>Runs the specified keyword and returns from the enclosing user keyword.</doc>
<status status="PASS" start="2026-06-19T01:06:35.945521" elapsed="0.000369"/>
</kw>
<kw name="Run Keyword And Return" owner="BuiltIn">
<kw name="Login With Public Key" owner="SSHLibrary">
<msg time="2026-06-19T01:06:35.946771" level="INFO">Logging into '10.30.170.12:22' as 'jenkins'.</msg>
<msg time="2026-06-19T01:06:36.542739" 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 Fri Jun 19 01:06:36 UTC 2026

  System load:  0.6                Processes:             105
  Usage of /:   19.6% of 38.58GB   Users logged in:       0
  Memory usage: 4%                 IPv4 address for ens3: 10.30.170.12
  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: Fri Jun 19 00:56:29 2026 from 10.30.171.177
[?2004h[jenkins@releng-63164-313-1-mininet-ovs-217-0 ~]&gt;</msg>
<arg>${user}</arg>
<arg>${USER_HOME}/.ssh/${SSH_KEY}</arg>
<arg>${KEYFILE_PASS}</arg>
<arg>delay=${delay}</arg>
<doc>Logs into the SSH server using key-based authentication.</doc>
<status status="PASS" start="2026-06-19T01:06:35.946390" elapsed="0.596582"/>
</kw>
<msg time="2026-06-19T01:06:36.543075" level="INFO">Returning from the enclosing user keyword.</msg>
<arg>SSHLibrary.Login With Public Key</arg>
<arg>${user}</arg>
<arg>${USER_HOME}/.ssh/${SSH_KEY}</arg>
<arg>${KEYFILE_PASS}</arg>
<arg>delay=${delay}</arg>
<doc>Runs the specified keyword and returns from the enclosing user keyword.</doc>
<status status="PASS" start="2026-06-19T01:06:35.946043" elapsed="0.597119"/>
</kw>
<arg>${user}</arg>
<arg>${password}</arg>
<doc>On active SSH session: if given non-empty password, do Login, else do Login With Public Key.</doc>
<status status="PASS" start="2026-06-19T01:06:35.944523" elapsed="0.598755"/>
</kw>
<kw name="Execute Command" owner="SSHLibrary">
<msg time="2026-06-19T01:06:36.543845" level="INFO">Executing command '/usr/local/bin/cbench -c 10.30.170.242 -m 60000 -M 100 -S 16 -l 10 -D 5000 -p 6633'.</msg>
<msg time="2026-06-19T01:16:42.608652" level="INFO">Command exited with return code 0.</msg>
<msg time="2026-06-19T01:16:42.609259" level="INFO">${stdout} = </msg>
<msg time="2026-06-19T01:16:42.609367" level="INFO">${stderr} = cbench: controller benchmarking tool
   running in mode 'latency'
   connecting to controller at 10.30.170.242: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-06-19T01:06:36.543505" elapsed="606.065919"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-06-19T01:16:42.609913" elapsed="0.000754"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-06-19T01:16:42.611784" level="INFO">cbench: controller benchmarking tool
   running in mode 'latency'
   connecting to controller at 10.30.170.242:6633 
   faking 16 switches with 1 threads :: 10 tests each; 60000 ms per test
   with 100 unique source MACs per switch
   learning destination mac addresses before the test
   starting test with 5000 ms delay after features_reply
   ignoring first 1 "warmup" and last 0 "cooldown" loops
   debugging info is off
Master Thread: Creating thread-0! 
Thread-0: All switches initialized. Running at node 10.30.170.242. So far 1 cbench instances have initialized their switches.  Waiting for other cbench-instances
Thread-0: Total switches from ALL cbench-instances initialized.
01:07:41.691 16  switches: flows:  123873 122459 121962 121455 122131 120881 120053 120616 120905 151953 116756 120782 144045 120558 118455 117568  total = 33.074200 per ms 
01:08:41.792 16  switches: flows:  127508 123393 124889 122579 122065 121390 120611 122787 118993 118250 118074 121290 121064 121698 119071 118124  total = 32.309132 per ms 
01:09:41.893 16  switches: flows:  122699 120810 120570 119525 118970 118811 117859 118670 116362 114227 114880 117822 116529 116823 114848 114794  total = 31.350880 per ms 
01:10:41.993 16  switches: flows:  113088 115806 113916 112868 113078 113386 114571 112470 109585 110114 111191 111263 108957 108963 108141 110747  total = 29.752707 per ms 
01:11:42.093 16  switches: flows:  122904 125506 126089 122796 121814 124704 123836 122641 121794 119954 121655 122400 121899 118012 119840 120726  total = 32.555157 per ms 
01:12:42.194 16  switches: flows:  124058 124960 123997 123165 121423 125175 124260 121333 120984 118170 120662 122667 119530 118167 118760 121398  total = 32.424365 per ms 
01:13:42.294 16  switches: flows:  119293 119482 117793 116195 117183 117310 116737 114528 114782 113129 112944 114839 114162 113470 113727 114084  total = 30.776196 per ms 
01:14:42.394 16  switches: flows:  125852 124436 120408 123132 121232 120305 121578 119991 117652 117853 121146 121486 120011 120299 120115 117478  total = 32.162505 per ms 
01:15:42.495 16  switches: flows:  127754 127170 122230 124716 123308 124731 122064 125175 119737 119721 122896 122351 121316 123869 123641 121418  total = 32.813503 per ms 
01:16:42.595 16  switches: flows:  128178 125883 124785 123897 122361 124743 122681 123917 120463 118331 120957 123001 121187 122338 122539 121019  total = 32.716738 per ms 
RESULT: 16 switches 9 tests min/max/avg/stdev = 29752.71/32813.50/31873.46/10669.42 responses/s</msg>
<arg>${stderr}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-06-19T01:16:42.611022" elapsed="0.001087"/>
</kw>
<if>
<branch type="IF" condition="&quot;${return_stdout}&quot;!=&quot;True&quot;">
<return>
<value>${stderr}</value>
<status status="PASS" start="2026-06-19T01:16:42.612607" elapsed="0.000084"/>
</return>
<status status="PASS" start="2026-06-19T01:16:42.612282" elapsed="0.000491"/>
</branch>
<status status="PASS" start="2026-06-19T01:16:42.612234" elapsed="0.000595"/>
</if>
<if>
<branch type="IF" condition="&quot;${return_stderr}&quot;!=&quot;True&quot;">
<return>
<value>${stdout}</value>
<status status="NOT RUN" start="2026-06-19T01:16:42.613040" elapsed="0.000029"/>
</return>
<status status="NOT RUN" start="2026-06-19T01:16:42.612956" elapsed="0.000174"/>
</branch>
<status status="NOT RUN" start="2026-06-19T01:16:42.612921" elapsed="0.000258"/>
</if>
<return>
<value>${stdout}</value>
<value>${stderr}</value>
<status status="NOT RUN" start="2026-06-19T01:16:42.613249" elapsed="0.000029"/>
</return>
<kw name="Restore_Current_Ssh_Connection_From_Index" owner="SSHKeywords" type="TEARDOWN">
<kw name="Run Keyword And Return If" owner="BuiltIn">
<arg>${connection_index} is not None</arg>
<arg>SSHLibrary.Switch Connection</arg>
<arg>${connection_index}</arg>
<doc>Runs the specified keyword and returns from the enclosing user keyword.</doc>
<status status="PASS" start="2026-06-19T01:16:42.617235" elapsed="0.000360"/>
</kw>
<kw name="Open Connection" owner="SSHLibrary">
<arg>127.0.0.1</arg>
<doc>Opens a new SSH connection to the given ``host`` and ``port``.</doc>
<status status="PASS" start="2026-06-19T01:16:42.617745" elapsed="0.000166"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-06-19T01:16:42.618045" elapsed="0.000101"/>
</kw>
<arg>${current_ssh_connection.index}</arg>
<doc>Restore active SSH connection in SSHLibrary to given index.</doc>
<status status="PASS" start="2026-06-19T01:16:42.613972" elapsed="0.004229"/>
</kw>
<msg time="2026-06-19T01:16:42.618365" level="INFO">${output} = cbench: controller benchmarking tool
   running in mode 'latency'
   connecting to controller at 10.30.170.242: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-06-19T01:06:35.939797" elapsed="606.678597"/>
</kw>
<status status="PASS" start="2026-06-19T01:06:35.939453" elapsed="606.678993"/>
</branch>
<status status="PASS" start="2026-06-19T01:06:35.939105" elapsed="606.679364"/>
</if>
<kw name="Log" owner="BuiltIn">
<msg time="2026-06-19T01:16:42.618939" level="INFO">cbench: controller benchmarking tool
   running in mode 'latency'
   connecting to controller at 10.30.170.242:6633 
   faking 16 switches with 1 threads :: 10 tests each; 60000 ms per test
   with 100 unique source MACs per switch
   learning destination mac addresses before the test
   starting test with 5000 ms delay after features_reply
   ignoring first 1 "warmup" and last 0 "cooldown" loops
   debugging info is off
Master Thread: Creating thread-0! 
Thread-0: All switches initialized. Running at node 10.30.170.242. So far 1 cbench instances have initialized their switches.  Waiting for other cbench-instances
Thread-0: Total switches from ALL cbench-instances initialized.
01:07:41.691 16  switches: flows:  123873 122459 121962 121455 122131 120881 120053 120616 120905 151953 116756 120782 144045 120558 118455 117568  total = 33.074200 per ms 
01:08:41.792 16  switches: flows:  127508 123393 124889 122579 122065 121390 120611 122787 118993 118250 118074 121290 121064 121698 119071 118124  total = 32.309132 per ms 
01:09:41.893 16  switches: flows:  122699 120810 120570 119525 118970 118811 117859 118670 116362 114227 114880 117822 116529 116823 114848 114794  total = 31.350880 per ms 
01:10:41.993 16  switches: flows:  113088 115806 113916 112868 113078 113386 114571 112470 109585 110114 111191 111263 108957 108963 108141 110747  total = 29.752707 per ms 
01:11:42.093 16  switches: flows:  122904 125506 126089 122796 121814 124704 123836 122641 121794 119954 121655 122400 121899 118012 119840 120726  total = 32.555157 per ms 
01:12:42.194 16  switches: flows:  124058 124960 123997 123165 121423 125175 124260 121333 120984 118170 120662 122667 119530 118167 118760 121398  total = 32.424365 per ms 
01:13:42.294 16  switches: flows:  119293 119482 117793 116195 117183 117310 116737 114528 114782 113129 112944 114839 114162 113470 113727 114084  total = 30.776196 per ms 
01:14:42.394 16  switches: flows:  125852 124436 120408 123132 121232 120305 121578 119991 117652 117853 121146 121486 120011 120299 120115 117478  total = 32.162505 per ms 
01:15:42.495 16  switches: flows:  127754 127170 122230 124716 123308 124731 122064 125175 119737 119721 122896 122351 121316 123869 123641 121418  total = 32.813503 per ms 
01:16:42.595 16  switches: flows:  128178 125883 124785 123897 122361 124743 122681 123917 120463 118331 120957 123001 121187 122338 122539 121019  total = 32.716738 per ms 
RESULT: 16 switches 9 tests min/max/avg/stdev = 29752.71/32813.50/31873.46/10669.42 responses/s</msg>
<arg>${output}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-06-19T01:16:42.618638" elapsed="0.000378"/>
</kw>
<kw name="Should Contain" owner="BuiltIn">
<arg>${output}</arg>
<arg>RESULT</arg>
<doc>Fails if ``container`` does not contain ``item`` one or more times.</doc>
<status status="PASS" start="2026-06-19T01:16:42.619191" elapsed="0.000435"/>
</kw>
<kw name="Get Lines Containing String" owner="String">
<msg time="2026-06-19T01:16:42.620016" level="INFO">1 out of 23 lines matched.</msg>
<msg time="2026-06-19T01:16:42.620109" level="INFO">${result_line} = RESULT: 16 switches 9 tests min/max/avg/stdev = 29752.71/32813.50/31873.46/10669.42 responses/s</msg>
<var>${result_line}</var>
<arg>${output}</arg>
<arg>RESULT</arg>
<doc>Returns lines of the given ``string`` that contain the ``pattern``.</doc>
<status status="PASS" start="2026-06-19T01:16:42.619793" elapsed="0.000341"/>
</kw>
<kw name="Split String" owner="String">
<msg time="2026-06-19T01:16:42.620564" level="INFO">@{results_list} = [ RESULT: | 16 | switches | 9 | tests | min/max/avg/stdev | = | 29752.71/32813.50/31873.46/10669.42 | responses/s ]</msg>
<var>@{results_list}</var>
<arg>${result_line}</arg>
<doc>Splits the ``string`` using ``separator`` as a delimiter string.</doc>
<status status="PASS" start="2026-06-19T01:16:42.620290" elapsed="0.000302"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-06-19T01:16:42.623128" level="INFO">min/max/avg/stdev</msg>
<arg>${results_list[5]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-06-19T01:16:42.620740" elapsed="0.002445"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-06-19T01:16:42.625645" level="INFO">29752.71/32813.50/31873.46/10669.42</msg>
<arg>${results_list[7]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-06-19T01:16:42.623334" elapsed="0.002369"/>
</kw>
<kw name="Split String" owner="String">
<msg time="2026-06-19T01:16:42.628155" level="INFO">@{result_name_list} = [ min | max | avg | stdev ]</msg>
<var>@{result_name_list}</var>
<arg>${results_list[5]}</arg>
<arg>/</arg>
<doc>Splits the ``string`` using ``separator`` as a delimiter string.</doc>
<status status="PASS" start="2026-06-19T01:16:42.625858" elapsed="0.002324"/>
</kw>
<kw name="Split String" owner="String">
<msg time="2026-06-19T01:16:42.630733" level="INFO">@{result_value_list} = [ 29752.71 | 32813.50 | 31873.46 | 10669.42 ]</msg>
<var>@{result_value_list}</var>
<arg>${results_list[7]}</arg>
<arg>/</arg>
<doc>Splits the ``string`` using ``separator`` as a delimiter string.</doc>
<status status="PASS" start="2026-06-19T01:16:42.628425" elapsed="0.002336"/>
</kw>
<kw name="Get Length" owner="BuiltIn">
<msg time="2026-06-19T01:16:42.631234" level="INFO">Length is 4.</msg>
<msg time="2026-06-19T01:16:42.631324" level="INFO">${num_stats} = 4</msg>
<var>${num_stats}</var>
<arg>${result_name_list}</arg>
<doc>Returns and logs the length of the given item as an integer.</doc>
<status status="PASS" start="2026-06-19T01:16:42.630917" elapsed="0.000432"/>
</kw>
<for flavor="IN RANGE">
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-06-19T01:16:42.636181" level="INFO">min :: 29752.71</msg>
<arg>${result_name_list[${i}]} :: ${result_value_list[${i}]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-06-19T01:16:42.631760" elapsed="0.004480"/>
</kw>
<var name="${i}">0</var>
<status status="PASS" start="2026-06-19T01:16:42.631629" elapsed="0.004647"/>
</iter>
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-06-19T01:16:42.640815" level="INFO">max :: 32813.50</msg>
<arg>${result_name_list[${i}]} :: ${result_value_list[${i}]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-06-19T01:16:42.636494" elapsed="0.004379"/>
</kw>
<var name="${i}">1</var>
<status status="PASS" start="2026-06-19T01:16:42.636366" elapsed="0.004542"/>
</iter>
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-06-19T01:16:42.645499" level="INFO">avg :: 31873.46</msg>
<arg>${result_name_list[${i}]} :: ${result_value_list[${i}]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-06-19T01:16:42.641121" elapsed="0.004452"/>
</kw>
<var name="${i}">2</var>
<status status="PASS" start="2026-06-19T01:16:42.640993" elapsed="0.004618"/>
</iter>
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-06-19T01:16:42.650406" level="INFO">stdev :: 10669.42</msg>
<arg>${result_name_list[${i}]} :: ${result_value_list[${i}]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-06-19T01:16:42.645843" elapsed="0.004622"/>
</kw>
<var name="${i}">3</var>
<status status="PASS" start="2026-06-19T01:16:42.645698" elapsed="0.004803"/>
</iter>
<var>${i}</var>
<value>0</value>
<value>${num_stats}</value>
<status status="PASS" start="2026-06-19T01:16:42.631417" elapsed="0.019115"/>
</for>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-06-19T01:16:42.654496" level="INFO">${min} = 29752.71</msg>
<var>${min}</var>
<arg>${result_value_list[${0}]}</arg>
<doc>Returns the given values which can then be assigned to a variables.</doc>
<status status="PASS" start="2026-06-19T01:16:42.650712" elapsed="0.003813"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-06-19T01:16:42.658912" level="INFO">${max} = 32813.50</msg>
<var>${max}</var>
<arg>${result_value_list[${1}]}</arg>
<doc>Returns the given values which can then be assigned to a variables.</doc>
<status status="PASS" start="2026-06-19T01:16:42.654697" elapsed="0.004242"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-06-19T01:16:42.662840" level="INFO">${average} = 31873.46</msg>
<var>${average}</var>
<arg>${result_value_list[${2}]}</arg>
<doc>Returns the given values which can then be assigned to a variables.</doc>
<status status="PASS" start="2026-06-19T01:16:42.659097" elapsed="0.003770"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-06-19T01:16:42.666949" level="INFO">${stdev} = 10669.42</msg>
<var>${stdev}</var>
<arg>${result_value_list[${3}]}</arg>
<doc>Returns the given values which can then be assigned to a variables.</doc>
<status status="PASS" start="2026-06-19T01:16:42.663019" elapsed="0.003959"/>
</kw>
<kw name="Get Time" owner="BuiltIn">
<msg time="2026-06-19T01:16:42.667568" level="INFO">${date} = 2026-06-19 01:16: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-06-19T01:16:42.667158" elapsed="0.000437"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-06-19T01:16:42.668193" level="INFO">CBench Result: 2026-06-19 01:16:42,-m 60000 -M 100 -S 16 -l 10 -D 5000 -p 6633,29752.71,32813.50,31873.46,10669.42</msg>
<arg>CBench Result: ${date},${cbench_args},${min},${max},${average},${stdev}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-06-19T01:16:42.667755" elapsed="0.000497"/>
</kw>
<kw name="Log Results And Determine Status">
<kw name="Append To File" owner="OperatingSystem">
<msg time="2026-06-19T01:16:42.669435" level="INFO" html="true">Appended to file '&lt;a href="file:///w/workspace/openflowplugin-csit-1node-cbench-only-vanadium/bug.csv"&gt;/w/workspace/openflowplugin-csit-1node-cbench-only-vanadium/bug.csv&lt;/a&gt;'.</msg>
<arg>${output_file}</arg>
<arg>${min},${max},${average}\n</arg>
<doc>Appends the given content to the specified file.</doc>
<status status="PASS" start="2026-06-19T01:16:42.668923" elapsed="0.000582"/>
</kw>
<kw name="Should Be True" owner="BuiltIn">
<arg>${average} &gt; ${threshold}</arg>
<arg>${average} flow_mods per/sec did not exceed threshold of ${threshold}</arg>
<doc>Fails if the given condition is not true.</doc>
<status status="PASS" start="2026-06-19T01:16:42.669680" elapsed="0.000523"/>
</kw>
<arg>${min}</arg>
<arg>${max}</arg>
<arg>${average}</arg>
<arg>${average_threshold}</arg>
<arg>${output_filename}</arg>
<status status="PASS" start="2026-06-19T01:16:42.668414" elapsed="0.001857"/>
</kw>
<arg>-m ${duration_in_ms} -M ${num_of_unique_macs} -S ${switch_count} -l ${loops} -D ${start_delay} -p ${of_port}</arg>
<arg>${latency_threshold}</arg>
<arg>bug.csv</arg>
<status status="PASS" start="2026-06-19T01:06:35.938045" elapsed="606.732328"/>
</kw>
<kw name="Sleep" owner="BuiltIn">
<msg time="2026-06-19T01:16:42.670902" level="INFO">Slept 0 seconds.</msg>
<arg>${test_delay}</arg>
<doc>Pauses the test executed for the given time.</doc>
<status status="PASS" start="2026-06-19T01:16:42.670529" elapsed="0.000432"/>
</kw>
<kw name="Report Failure Due To Bug" owner="Utils" type="TEARDOWN">
<kw name="Evaluate" owner="BuiltIn">
<msg time="2026-06-19T01:16:42.672262" level="INFO">${test_skipped} = False</msg>
<var>${test_skipped}</var>
<arg>len(re.findall('SKIPPED', """${TEST_MESSAGE}""")) &gt; 0</arg>
<arg>modules=re</arg>
<doc>Evaluates the given expression in Python and returns the result.</doc>
<status status="PASS" start="2026-06-19T01:16:42.671738" elapsed="0.000551"/>
</kw>
<if>
<branch type="IF" condition="('${TEST_STATUS}' != 'FAIL') or ${test_skipped}">
<return>
<status status="PASS" start="2026-06-19T01:16:42.672531" elapsed="0.000056"/>
</return>
<status status="PASS" start="2026-06-19T01:16:42.672376" elapsed="0.000247"/>
</branch>
<status status="PASS" start="2026-06-19T01:16:42.672352" elapsed="0.000297"/>
</if>
<kw name="Comment" owner="BuiltIn">
<arg>Jira tickets are {PROJECT}-{NUMBER} while Bugzilla tickets are {NUMBER}</arg>
<doc>Displays the given messages in the log file as keyword arguments.</doc>
<status status="NOT RUN" start="2026-06-19T01:16:42.672798" 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-06-19T01:16:42.672956" elapsed="0.000021"/>
</kw>
<kw name="Set Variable If" owner="BuiltIn">
<var>${bug_url}</var>
<arg>${match}</arg>
<arg>https://jira.opendaylight.org/browse/${number}</arg>
<arg>https://bugs.opendaylight.org/show_bug.cgi?id=${number}</arg>
<doc>Sets variable based on the given condition.</doc>
<status status="NOT RUN" start="2026-06-19T01:16:42.673119" elapsed="0.000022"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<var>${msg}</var>
<arg>This test fails due to ${bug_url}</arg>
<doc>Returns the given values which can then be assigned to a variables.</doc>
<status status="NOT RUN" start="2026-06-19T01:16:42.673335" elapsed="0.000022"/>
</kw>
<kw name="Evaluate" owner="BuiltIn">
<var>${newline}</var>
<arg>chr(10)</arg>
<doc>Evaluates the given expression in Python and returns the result.</doc>
<status status="NOT RUN" start="2026-06-19T01:16:42.673495" elapsed="0.000021"/>
</kw>
<kw name="Set Test Message" owner="BuiltIn">
<arg>${msg}${newline}${newline}${TEST_MESSAGE}</arg>
<doc>Sets message for the current test case.</doc>
<status status="NOT RUN" start="2026-06-19T01:16:42.673663" elapsed="0.000021"/>
</kw>
<kw name="Log" owner="BuiltIn">
<arg>${msg}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="NOT RUN" start="2026-06-19T01:16:42.673826" elapsed="0.000021"/>
</kw>
<if>
<branch type="IF" condition="&quot;${include_bug_in_tags}&quot;==&quot;True&quot;">
<kw name="Set Tags" owner="BuiltIn">
<arg>${bug_url}</arg>
<doc>Adds given ``tags`` for the current test or all tests in a suite.</doc>
<status status="NOT RUN" start="2026-06-19T01:16:42.674059" elapsed="0.000021"/>
</kw>
<status status="NOT RUN" start="2026-06-19T01:16:42.673917" elapsed="0.000197"/>
</branch>
<status status="NOT RUN" start="2026-06-19T01:16:42.673900" elapsed="0.000238"/>
</if>
<arg>6176</arg>
<doc>Report that a test failed due to a known Bugzilla bug whose
number is provided as an argument.
Not FAILED (incl. SKIPPED) test are not reported.
This keyword must be used in the [Teardown] setting of the affected test
or as the first line of the test if FastFail module is not being
used. It reports the URL of the bug on console and also puts it
into the Robot log file.</doc>
<status status="PASS" start="2026-06-19T01:16:42.671363" elapsed="0.002829"/>
</kw>
<doc>cbench executed in latency mode to see if controller is healthy</doc>
<tag>cbench</tag>
<tag>latency</tag>
<timeout value="15 minutes"/>
<status status="PASS" start="2026-06-19T01:06:35.936571" elapsed="606.737669"/>
</test>
<doc>Cbench Latency and Throughput tests can be run from an external
cbench.
If cbench is run with a medium number of switches or higher (e.g. 32+)
the normal openflow operations seem to break.
BUG: https://bugs.opendaylight.org/show_bug.cgi?id=2897</doc>
<status status="PASS" start="2026-06-19T00:46:19.613960" elapsed="1823.060872"/>
</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>
