<?xml version="1.0" encoding="UTF-8"?>
<robot generator="Robot 7.4.2 (Python 3.11.10 on linux)" generated="2026-06-03T00:48:12.379866" 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-03T00:48:12.954040" elapsed="0.000022"/>
</return>
<status status="NOT RUN" start="2026-06-03T00:48:12.953904" elapsed="0.000206"/>
</branch>
<status status="PASS" start="2026-06-03T00:48:12.953862" elapsed="0.000275"/>
</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-03T00:48:12.954281" elapsed="0.000493"/>
</kw>
<kw name="Login" owner="SSHLibrary">
<msg time="2026-06-03T00:48:12.955278" level="INFO">Logging into '10.30.170.108:8101' as 'karaf'.</msg>
<msg time="2026-06-03T00:48:13.903731" 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-03T00:48:12.954961" elapsed="0.949007"/>
</kw>
<kw name="Write" owner="SSHLibrary">
<msg time="2026-06-03T00:48:13.953992" 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-03T00:48:13.904309" elapsed="0.049760"/>
</kw>
<kw name="Read Until Regexp" owner="SSHLibrary">
<msg time="2026-06-03T00:48:13.955784" level="INFO">[?1l&gt;[?2004l[?1h=[90m~[0m                                                                                [?2004hopendaylight-user@root&gt;</msg>
<msg time="2026-06-03T00:48:13.955906" 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-03T00:48:13.954250" elapsed="0.001688"/>
</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-03T00:48:13.956095" elapsed="0.000228"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-06-03T00:48:13.956484" elapsed="0.000229"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-06-03T00:48:13.957266" 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-03T00:48:13.956862" elapsed="0.000462"/>
</kw>
<return>
<value>${output}</value>
<status status="PASS" start="2026-06-03T00:48:13.957378" elapsed="0.000064"/>
</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.108
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-03T00:48:12.953517" elapsed="1.004053"/>
</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-03T00:48:12.949924" elapsed="1.007711"/>
</kw>
<kw name="Append To File" owner="OperatingSystem">
<msg time="2026-06-03T00:48:13.958255" 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-03T00:48:13.957845" elapsed="0.000467"/>
</kw>
<kw name="Append To File" owner="OperatingSystem">
<msg time="2026-06-03T00:48:13.958720" 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-03T00:48:13.958466" elapsed="0.000311"/>
</kw>
<kw name="Evaluate" owner="BuiltIn">
<msg time="2026-06-03T00:48:13.959360" 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-03T00:48:13.958951" elapsed="0.000460"/>
</kw>
<kw name="Set Suite Variable" owner="BuiltIn">
<msg time="2026-06-03T00:48:13.959941" 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-03T00:48:13.959578" elapsed="0.000407"/>
</kw>
<kw name="Evaluate" owner="BuiltIn">
<msg time="2026-06-03T00:48:13.960530" 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-03T00:48:13.960130" elapsed="0.000426"/>
</kw>
<kw name="Set Suite Variable" owner="BuiltIn">
<msg time="2026-06-03T00:48:13.961043" 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-03T00:48:13.960713" elapsed="0.000372"/>
</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-03T00:48:13.961387" elapsed="0.000021"/>
</kw>
<status status="NOT RUN" start="2026-06-03T00:48:13.961172" elapsed="0.000270"/>
</branch>
<branch type="ELSE">
<kw name="Verify File Exists On Remote System" owner="Utils">
<kw name="Open Connection" owner="SSHLibrary">
<msg time="2026-06-03T00:48:13.966039" 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-03T00:48:13.965604" elapsed="0.000462"/>
</kw>
<kw name="Flexible_SSH_Login" owner="SSHKeywords">
<kw name="Get Length" owner="BuiltIn">
<msg time="2026-06-03T00:48:13.967091" level="INFO">Length is 0.</msg>
<msg time="2026-06-03T00:48:13.967175" 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-03T00:48:13.966620" elapsed="0.000579"/>
</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-03T00:48:13.967343" elapsed="0.000344"/>
</kw>
<kw name="Run Keyword And Return" owner="BuiltIn">
<kw name="Login With Public Key" owner="SSHLibrary">
<msg time="2026-06-03T00:48:13.968731" level="INFO">Logging into '10.30.171.128:22' as 'jenkins'.</msg>
<msg time="2026-06-03T00:48:14.809857" level="INFO">Read output: Welcome to Ubuntu 22.04.5 LTS (GNU/Linux 5.15.0-153-generic x86_64)

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

 System information as of Wed Jun  3 00:48:14 UTC 2026

  System load:  0.14               Processes:             110
  Usage of /:   19.3% of 38.58GB   Users logged in:       0
  Memory usage: 4%                 IPv4 address for ens3: 10.30.171.128
  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-281-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-03T00:48:13.968204" elapsed="0.841857"/>
</kw>
<msg time="2026-06-03T00:48:14.810169" 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-03T00:48:13.967839" elapsed="0.842438"/>
</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-03T00:48:13.966271" elapsed="0.844147"/>
</kw>
<kw name="File Should Exist" owner="SSHLibrary">
<msg time="2026-06-03T00:48:14.819368" 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-03T00:48:14.810661" elapsed="0.010495"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-06-03T00:48:14.821592" elapsed="0.000562"/>
</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-03T00:48:13.965086" elapsed="0.857175"/>
</kw>
<status status="PASS" start="2026-06-03T00:48:13.961763" elapsed="0.860557"/>
</branch>
<status status="PASS" start="2026-06-03T00:48:13.961148" elapsed="0.861224"/>
</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-03T00:48:14.822603" elapsed="0.000759"/>
</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-03T00:48:14.830387" elapsed="0.000030"/>
</return>
<status status="NOT RUN" start="2026-06-03T00:48:14.830174" elapsed="0.000307"/>
</branch>
<status status="PASS" start="2026-06-03T00:48:14.830129" elapsed="0.000392"/>
</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-03T00:48:14.836491" elapsed="0.000024"/>
</return>
<status status="NOT RUN" start="2026-06-03T00:48:14.836287" elapsed="0.000285"/>
</branch>
<status status="PASS" start="2026-06-03T00:48:14.836250" elapsed="0.000364"/>
</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-03T00:48:14.836853" elapsed="0.000807"/>
</kw>
<kw name="Login" owner="SSHLibrary">
<msg time="2026-06-03T00:48:14.838310" level="INFO">Logging into '10.30.170.108:8101' as 'karaf'.</msg>
<msg time="2026-06-03T00:48:15.075736" 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-03T00:48:14.837870" elapsed="0.238086"/>
</kw>
<kw name="Write" owner="SSHLibrary">
<msg time="2026-06-03T00:48:15.172349" 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-03T00:48:15.076259" elapsed="0.096339"/>
</kw>
<kw name="Read Until Regexp" owner="SSHLibrary">
<msg time="2026-06-03T00:48:15.188483" 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-03T00:48:15.188863" 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-03T00:48:15.173015" elapsed="0.015914"/>
</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-03T00:48:15.189281" elapsed="0.000357"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-06-03T00:48:15.189852" elapsed="0.000322"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-06-03T00:48:15.190850" 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-03T00:48:15.190375" elapsed="0.000655"/>
</kw>
<return>
<value>${output}</value>
<status status="PASS" start="2026-06-03T00:48:15.191109" elapsed="0.000085"/>
</return>
<msg time="2026-06-03T00:48:15.191425" 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.108
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-03T00:48:14.835570" elapsed="0.355899"/>
</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-03T00:48:15.191682" elapsed="0.000831"/>
</kw>
<return>
<value>${output}</value>
<status status="PASS" start="2026-06-03T00:48:15.192591" elapsed="0.000046"/>
</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-03T00:48:14.829522" elapsed="0.363257"/>
</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-03T00:48:15.197347" elapsed="0.000019"/>
</return>
<status status="NOT RUN" start="2026-06-03T00:48:15.197022" elapsed="0.000378"/>
</branch>
<status status="PASS" start="2026-06-03T00:48:15.196994" elapsed="0.000433"/>
</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-03T00:48:15.197584" elapsed="0.000533"/>
</kw>
<kw name="Login" owner="SSHLibrary">
<msg time="2026-06-03T00:48:15.198536" level="INFO">Logging into '10.30.170.108:8101' as 'karaf'.</msg>
<msg time="2026-06-03T00:48:15.403985" 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-03T00:48:15.198269" elapsed="0.205911"/>
</kw>
<kw name="Write" owner="SSHLibrary">
<msg time="2026-06-03T00:48:15.427394" 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-03T00:48:15.404486" elapsed="0.023048"/>
</kw>
<kw name="Read Until Regexp" owner="SSHLibrary">
<msg time="2026-06-03T00:48:15.431709" level="INFO">[?1l&gt;[?2004lDropAllFlows transitions to on
[?1h=[90m~[0m                                                                                [?2004hopendaylight-user@root&gt;</msg>
<msg time="2026-06-03T00:48:15.431986" 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-03T00:48:15.427873" elapsed="0.004183"/>
</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-03T00:48:15.432368" elapsed="0.000451"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-06-03T00:48:15.433173" elapsed="0.000381"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-06-03T00:48:15.434749" 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-03T00:48:15.434032" elapsed="0.000841"/>
</kw>
<return>
<value>${output}</value>
<status status="PASS" start="2026-06-03T00:48:15.434983" elapsed="0.000066"/>
</return>
<arg>dropallpacketsrpc on</arg>
<doc>Will execute the given ${cmd} by ssh'ing to the karaf console running on 10.30.170.108
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-03T00:48:15.196610" elapsed="0.238578"/>
</kw>
<status status="PASS" start="2026-06-03T00:48:12.948177" elapsed="2.487083"/>
</kw>
<test id="s1-t1" name="Cbench Latency Test" line="37">
<kw name="Log" owner="BuiltIn">
<msg time="2026-06-03T00:48:15.438200" 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-03T00:48:15.436260" elapsed="0.002022"/>
</kw>
<kw name="Run Cbench And Log Results">
<kw name="Set Suite Variable" owner="BuiltIn">
<msg time="2026-06-03T00:48:15.439911" 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-03T00:48:15.439520" elapsed="0.000438"/>
</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-03T00:48:15.440301" elapsed="0.000023"/>
</kw>
<status status="NOT RUN" start="2026-06-03T00:48:15.440048" elapsed="0.000313"/>
</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-03T00:48:15.443466" elapsed="0.000022"/>
</kw>
<status status="NOT RUN" start="2026-06-03T00:48:15.443208" elapsed="0.000315"/>
</branch>
<status status="PASS" start="2026-06-03T00:48:15.443183" elapsed="0.000367"/>
</if>
<kw name="Get Connection" owner="SSHLibrary">
<msg time="2026-06-03T00:48:15.443933" 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-03T00:48:15.444061" 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-03T00:48:15.443687" elapsed="0.000401"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-06-03T00:48:15.444661" level="INFO">Attempting to execute command "/usr/local/bin/cbench -c 10.30.170.108 -m 60000 -M 100 -S 16 -l 10 -D 5000 -p 6633" on remote system "10.30.171.128" 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-03T00:48:15.444227" elapsed="0.000495"/>
</kw>
<kw name="Open Connection" owner="SSHLibrary">
<msg time="2026-06-03T00:48:15.445379" 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-03T00:48:15.444866" elapsed="0.000540"/>
</kw>
<kw name="Flexible_SSH_Login" owner="SSHKeywords">
<kw name="Get Length" owner="BuiltIn">
<msg time="2026-06-03T00:48:15.446389" level="INFO">Length is 0.</msg>
<msg time="2026-06-03T00:48:15.446482" 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-03T00:48:15.446046" 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-03T00:48:15.446650" elapsed="0.000360"/>
</kw>
<kw name="Run Keyword And Return" owner="BuiltIn">
<kw name="Login With Public Key" owner="SSHLibrary">
<msg time="2026-06-03T00:48:15.447906" level="INFO">Logging into '10.30.171.128:22' as 'jenkins'.</msg>
<msg time="2026-06-03T00:48:15.775367" level="INFO">Read output: Welcome to Ubuntu 22.04.5 LTS (GNU/Linux 5.15.0-153-generic x86_64)

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

 System information as of Wed Jun  3 00:48:14 UTC 2026

  System load:  0.14               Processes:             110
  Usage of /:   19.3% of 38.58GB   Users logged in:       0
  Memory usage: 4%                 IPv4 address for ens3: 10.30.171.128
  Swap usage:   0%


Expanded Security Maintenance for Applications is not enabled.

0 updates can be applied immediately.

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


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


Last login: Wed Jun  3 00:48:14 2026 from 10.30.170.218
[?2004h[jenkins@releng-63164-281-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-03T00:48:15.447527" elapsed="0.328082"/>
</kw>
<msg time="2026-06-03T00:48:15.775704" 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-03T00:48:15.447167" elapsed="0.328639"/>
</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-03T00:48:15.445611" elapsed="0.330343"/>
</kw>
<kw name="Execute Command" owner="SSHLibrary">
<msg time="2026-06-03T00:48:15.776848" level="INFO">Executing command '/usr/local/bin/cbench -c 10.30.170.108 -m 60000 -M 100 -S 16 -l 10 -D 5000 -p 6633'.</msg>
<msg time="2026-06-03T00:58:21.878169" level="INFO">Command exited with return code 0.</msg>
<msg time="2026-06-03T00:58:21.878642" level="INFO">${stdout} = </msg>
<msg time="2026-06-03T00:58:21.878707" level="INFO">${stderr} = cbench: controller benchmarking tool
   running in mode 'latency'
   connecting to controller at 10.30.170.108: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-03T00:48:15.776197" elapsed="606.102549"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-06-03T00:58:21.879146" elapsed="0.000969"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-06-03T00:58:21.880972" level="INFO">cbench: controller benchmarking tool
   running in mode 'latency'
   connecting to controller at 10.30.170.108: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.108. So far 1 cbench instances have initialized their switches.  Waiting for other cbench-instances
Thread-0: Total switches from ALL cbench-instances initialized.
00:49:20.968 16  switches: flows:  106611 108873 105335 103445 102819 104676 105938 107400 104950 106892 102527 104395 103522 100973 102933 106477  total = 27.962767 per ms 
00:50:21.069 16  switches: flows:  114914 113398 116559 112658 114721 113678 116408 113828 113175 114618 112462 113387 113470 110822 112091 112901  total = 30.267578 per ms 
00:51:21.169 16  switches: flows:  114109 112671 115014 112747 113957 114712 113002 112359 113031 113317 109781 113577 111779 111094 111760 110802  total = 30.011735 per ms 
00:52:21.269 16  switches: flows:  109187 109928 107484 106347 108195 106832 108056 107018 107260 106065 105703 107410 106439 106032 106199 104368  total = 28.494451 per ms 
00:53:21.370 16  switches: flows:  108449 109487 107697 106706 106776 107829 106446 108493 106751 105875 107107 108744 107326 106192 107760 104821  total = 28.559922 per ms 
00:54:21.470 16  switches: flows:  113546 116053 112508 112554 114771 112627 112671 115407 111869 111611 113021 113771 114297 113160 111749 110826  total = 30.123626 per ms 
00:55:21.571 16  switches: flows:  110065 110213 109689 108634 108716 107237 108062 111086 108187 107269 109760 109042 109464 107768 108755 106177  total = 28.953660 per ms 
00:56:21.671 16  switches: flows:  104349 104615 103441 103251 105064 102842 105257 104846 104717 101553 103045 103345 103467 103616 104493 101122  total = 27.604248 per ms 
00:57:21.771 16  switches: flows:  110743 110300 110885 109157 109711 109325 110354 111075 107489 107537 109757 107433 109151 108781 109146 107676  total = 29.093419 per ms 
00:58:21.872 16  switches: flows:  110065 109128 107678 109851 110106 108235 110801 109324 109464 109388 109170 106907 108015 108842 108928 107235  total = 29.003727 per ms 
RESULT: 16 switches 9 tests min/max/avg/stdev = 27604.25/30267.58/29123.60/9743.07 responses/s</msg>
<arg>${stderr}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-06-03T00:58:21.880376" elapsed="0.000827"/>
</kw>
<if>
<branch type="IF" condition="&quot;${return_stdout}&quot;!=&quot;True&quot;">
<return>
<value>${stderr}</value>
<status status="PASS" start="2026-06-03T00:58:21.881575" elapsed="0.000064"/>
</return>
<status status="PASS" start="2026-06-03T00:58:21.881354" elapsed="0.000338"/>
</branch>
<status status="PASS" start="2026-06-03T00:58:21.881306" elapsed="0.000423"/>
</if>
<if>
<branch type="IF" condition="&quot;${return_stderr}&quot;!=&quot;True&quot;">
<return>
<value>${stdout}</value>
<status status="NOT RUN" start="2026-06-03T00:58:21.881863" elapsed="0.000019"/>
</return>
<status status="NOT RUN" start="2026-06-03T00:58:21.881811" elapsed="0.000135"/>
</branch>
<status status="NOT RUN" start="2026-06-03T00:58:21.881789" elapsed="0.000188"/>
</if>
<return>
<value>${stdout}</value>
<value>${stderr}</value>
<status status="NOT RUN" start="2026-06-03T00:58:21.882024" elapsed="0.000020"/>
</return>
<kw name="Restore_Current_Ssh_Connection_From_Index" owner="SSHKeywords" type="TEARDOWN">
<kw name="Run Keyword And Return If" owner="BuiltIn">
<arg>${connection_index} is not None</arg>
<arg>SSHLibrary.Switch Connection</arg>
<arg>${connection_index}</arg>
<doc>Runs the specified keyword and returns from the enclosing user keyword.</doc>
<status status="PASS" start="2026-06-03T00:58:21.885749" elapsed="0.000470"/>
</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-03T00:58:21.886419" elapsed="0.000253"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-06-03T00:58:21.886851" elapsed="0.000153"/>
</kw>
<arg>${current_ssh_connection.index}</arg>
<doc>Restore active SSH connection in SSHLibrary to given index.</doc>
<status status="PASS" start="2026-06-03T00:58:21.882499" elapsed="0.004578"/>
</kw>
<msg time="2026-06-03T00:58:21.887252" level="INFO">${output} = cbench: controller benchmarking tool
   running in mode 'latency'
   connecting to controller at 10.30.170.108: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-03T00:48:15.440726" elapsed="606.446561"/>
</kw>
<status status="PASS" start="2026-06-03T00:48:15.440392" elapsed="606.446962"/>
</branch>
<status status="PASS" start="2026-06-03T00:48:15.440022" elapsed="606.447366"/>
</if>
<kw name="Log" owner="BuiltIn">
<msg time="2026-06-03T00:58:21.887993" level="INFO">cbench: controller benchmarking tool
   running in mode 'latency'
   connecting to controller at 10.30.170.108: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.108. So far 1 cbench instances have initialized their switches.  Waiting for other cbench-instances
Thread-0: Total switches from ALL cbench-instances initialized.
00:49:20.968 16  switches: flows:  106611 108873 105335 103445 102819 104676 105938 107400 104950 106892 102527 104395 103522 100973 102933 106477  total = 27.962767 per ms 
00:50:21.069 16  switches: flows:  114914 113398 116559 112658 114721 113678 116408 113828 113175 114618 112462 113387 113470 110822 112091 112901  total = 30.267578 per ms 
00:51:21.169 16  switches: flows:  114109 112671 115014 112747 113957 114712 113002 112359 113031 113317 109781 113577 111779 111094 111760 110802  total = 30.011735 per ms 
00:52:21.269 16  switches: flows:  109187 109928 107484 106347 108195 106832 108056 107018 107260 106065 105703 107410 106439 106032 106199 104368  total = 28.494451 per ms 
00:53:21.370 16  switches: flows:  108449 109487 107697 106706 106776 107829 106446 108493 106751 105875 107107 108744 107326 106192 107760 104821  total = 28.559922 per ms 
00:54:21.470 16  switches: flows:  113546 116053 112508 112554 114771 112627 112671 115407 111869 111611 113021 113771 114297 113160 111749 110826  total = 30.123626 per ms 
00:55:21.571 16  switches: flows:  110065 110213 109689 108634 108716 107237 108062 111086 108187 107269 109760 109042 109464 107768 108755 106177  total = 28.953660 per ms 
00:56:21.671 16  switches: flows:  104349 104615 103441 103251 105064 102842 105257 104846 104717 101553 103045 103345 103467 103616 104493 101122  total = 27.604248 per ms 
00:57:21.771 16  switches: flows:  110743 110300 110885 109157 109711 109325 110354 111075 107489 107537 109757 107433 109151 108781 109146 107676  total = 29.093419 per ms 
00:58:21.872 16  switches: flows:  110065 109128 107678 109851 110106 108235 110801 109324 109464 109388 109170 106907 108015 108842 108928 107235  total = 29.003727 per ms 
RESULT: 16 switches 9 tests min/max/avg/stdev = 27604.25/30267.58/29123.60/9743.07 responses/s</msg>
<arg>${output}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-06-03T00:58:21.887586" elapsed="0.000506"/>
</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-03T00:58:21.888295" elapsed="0.000508"/>
</kw>
<kw name="Get Lines Containing String" owner="String">
<msg time="2026-06-03T00:58:21.889407" level="INFO">1 out of 23 lines matched.</msg>
<msg time="2026-06-03T00:58:21.889531" level="INFO">${result_line} = RESULT: 16 switches 9 tests min/max/avg/stdev = 27604.25/30267.58/29123.60/9743.07 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-03T00:58:21.889085" elapsed="0.000479"/>
</kw>
<kw name="Split String" owner="String">
<msg time="2026-06-03T00:58:21.890145" level="INFO">@{results_list} = [ RESULT: | 16 | switches | 9 | tests | min/max/avg/stdev | = | 27604.25/30267.58/29123.60/9743.07 | 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-03T00:58:21.889774" elapsed="0.000407"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-06-03T00:58:21.893513" 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-03T00:58:21.890381" elapsed="0.003201"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-06-03T00:58:21.896702" level="INFO">27604.25/30267.58/29123.60/9743.07</msg>
<arg>${results_list[7]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-06-03T00:58:21.893767" elapsed="0.003015"/>
</kw>
<kw name="Split String" owner="String">
<msg time="2026-06-03T00:58:21.900037" 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-03T00:58:21.897036" elapsed="0.003035"/>
</kw>
<kw name="Split String" owner="String">
<msg time="2026-06-03T00:58:21.903326" level="INFO">@{result_value_list} = [ 27604.25 | 30267.58 | 29123.60 | 9743.07 ]</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-03T00:58:21.900347" elapsed="0.003016"/>
</kw>
<kw name="Get Length" owner="BuiltIn">
<msg time="2026-06-03T00:58:21.904070" level="INFO">Length is 4.</msg>
<msg time="2026-06-03T00:58:21.904184" 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-03T00:58:21.903575" elapsed="0.000639"/>
</kw>
<for flavor="IN RANGE">
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-06-03T00:58:21.910674" level="INFO">min :: 27604.25</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-03T00:58:21.904859" elapsed="0.005877"/>
</kw>
<var name="${i}">0</var>
<status status="PASS" start="2026-06-03T00:58:21.904636" elapsed="0.006136"/>
</iter>
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-06-03T00:58:21.915342" level="INFO">max :: 30267.58</msg>
<arg>${result_name_list[${i}]} :: ${result_value_list[${i}]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-06-03T00:58:21.911028" elapsed="0.004370"/>
</kw>
<var name="${i}">1</var>
<status status="PASS" start="2026-06-03T00:58:21.910870" elapsed="0.004563"/>
</iter>
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-06-03T00:58:21.920037" level="INFO">avg :: 29123.60</msg>
<arg>${result_name_list[${i}]} :: ${result_value_list[${i}]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-06-03T00:58:21.915651" elapsed="0.004445"/>
</kw>
<var name="${i}">2</var>
<status status="PASS" start="2026-06-03T00:58:21.915523" elapsed="0.004608"/>
</iter>
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-06-03T00:58:21.925176" level="INFO">stdev :: 9743.07</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-03T00:58:21.920378" elapsed="0.004879"/>
</kw>
<var name="${i}">3</var>
<status status="PASS" start="2026-06-03T00:58:21.920226" elapsed="0.005072"/>
</iter>
<var>${i}</var>
<value>0</value>
<value>${num_stats}</value>
<status status="PASS" start="2026-06-03T00:58:21.904323" elapsed="0.021014"/>
</for>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-06-03T00:58:21.929389" level="INFO">${min} = 27604.25</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-03T00:58:21.925522" elapsed="0.003896"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-06-03T00:58:21.933590" level="INFO">${max} = 30267.58</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-03T00:58:21.929572" elapsed="0.004049"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-06-03T00:58:21.938158" level="INFO">${average} = 29123.60</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-03T00:58:21.933801" elapsed="0.004389"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-06-03T00:58:21.942418" level="INFO">${stdev} = 9743.07</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-03T00:58:21.938369" elapsed="0.004088"/>
</kw>
<kw name="Get Time" owner="BuiltIn">
<msg time="2026-06-03T00:58:21.943050" level="INFO">${date} = 2026-06-03 00:58:21</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-03T00:58:21.942629" elapsed="0.000452"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-06-03T00:58:21.943699" level="INFO">CBench Result: 2026-06-03 00:58:21,-m 60000 -M 100 -S 16 -l 10 -D 5000 -p 6633,27604.25,30267.58,29123.60,9743.07</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-03T00:58:21.943241" elapsed="0.000531"/>
</kw>
<kw name="Log Results And Determine Status">
<kw name="Append To File" owner="OperatingSystem">
<msg time="2026-06-03T00:58:21.945122" 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-03T00:58:21.944557" elapsed="0.000638"/>
</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-03T00:58:21.945351" elapsed="0.000493"/>
</kw>
<arg>${min}</arg>
<arg>${max}</arg>
<arg>${average}</arg>
<arg>${average_threshold}</arg>
<arg>${output_filename}</arg>
<status status="PASS" start="2026-06-03T00:58:21.943997" elapsed="0.001936"/>
</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-03T00:48:15.438812" elapsed="606.507185"/>
</kw>
<kw name="Sleep" owner="BuiltIn">
<msg time="2026-06-03T00:58:21.946503" 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-03T00:58:21.946151" elapsed="0.000413"/>
</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-03T00:58:21.947165" elapsed="0.000289"/>
</kw>
<status status="PASS" start="2026-06-03T00:58:21.946824" elapsed="0.000704"/>
</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-03T00:48:15.435450" elapsed="606.512116"/>
</test>
<test id="s1-t2" name="Cbench Throughput Test" line="51">
<kw name="Log" owner="BuiltIn">
<msg time="2026-06-03T00:58:21.949087" 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-03T00:58:21.948592" elapsed="0.000555"/>
</kw>
<kw name="Run Cbench And Log Results">
<kw name="Set Suite Variable" owner="BuiltIn">
<msg time="2026-06-03T00:58:21.950529" 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-03T00:58:21.950149" elapsed="0.000426"/>
</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-03T00:58:21.951007" elapsed="0.000025"/>
</kw>
<status status="NOT RUN" start="2026-06-03T00:58:21.950736" elapsed="0.000334"/>
</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-03T00:58:21.954370" elapsed="0.000024"/>
</kw>
<status status="NOT RUN" start="2026-06-03T00:58:21.954086" elapsed="0.000351"/>
</branch>
<status status="PASS" start="2026-06-03T00:58:21.954066" elapsed="0.000396"/>
</if>
<kw name="Get Connection" owner="SSHLibrary">
<msg time="2026-06-03T00:58:21.954856" 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-03T00:58:21.955001" 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-03T00:58:21.954609" elapsed="0.000426"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-06-03T00:58:21.955647" level="INFO">Attempting to execute command "/usr/local/bin/cbench -c 10.30.170.108 -t -m 60000 -M 100 -S 16 -l 10 -D 5000 -p 6633" on remote system "10.30.171.128" 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-03T00:58:21.955185" elapsed="0.000534"/>
</kw>
<kw name="Open Connection" owner="SSHLibrary">
<msg time="2026-06-03T00:58:21.956347" 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-03T00:58:21.955878" elapsed="0.000497"/>
</kw>
<kw name="Flexible_SSH_Login" owner="SSHKeywords">
<kw name="Get Length" owner="BuiltIn">
<msg time="2026-06-03T00:58:21.957475" level="INFO">Length is 0.</msg>
<msg time="2026-06-03T00:58:21.957576" 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-03T00:58:21.957093" elapsed="0.000510"/>
</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-03T00:58:21.957773" elapsed="0.000388"/>
</kw>
<kw name="Run Keyword And Return" owner="BuiltIn">
<kw name="Login With Public Key" owner="SSHLibrary">
<msg time="2026-06-03T00:58:21.959118" level="INFO">Logging into '10.30.171.128:22' as 'jenkins'.</msg>
<msg time="2026-06-03T00:58:22.615066" level="INFO">Read output: Welcome to Ubuntu 22.04.5 LTS (GNU/Linux 5.15.0-153-generic x86_64)

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

 System information as of Wed Jun  3 00:58:22 UTC 2026

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


Expanded Security Maintenance for Applications is not enabled.

0 updates can be applied immediately.

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


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


Last login: Wed Jun  3 00:48:15 2026 from 10.30.170.218
[?2004h[jenkins@releng-63164-281-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-03T00:58:21.958708" elapsed="0.656606"/>
</kw>
<msg time="2026-06-03T00:58:22.615415" 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-03T00:58:21.958338" elapsed="0.657182"/>
</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-03T00:58:21.956601" elapsed="0.659050"/>
</kw>
<kw name="Execute Command" owner="SSHLibrary">
<msg time="2026-06-03T00:58:22.616254" level="INFO">Executing command '/usr/local/bin/cbench -c 10.30.170.108 -t -m 60000 -M 100 -S 16 -l 10 -D 5000 -p 6633'.</msg>
<msg time="2026-06-03T01:08:30.168114" level="INFO">Command exited with return code 0.</msg>
<msg time="2026-06-03T01:08:30.168688" level="INFO">${stdout} = </msg>
<msg time="2026-06-03T01:08:30.168803" level="INFO">${stderr} = cbench: controller benchmarking tool
   running in mode 'throughput'
   connecting to controller at 10.30.170.108: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-03T00:58:22.615915" elapsed="607.552948"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-06-03T01:08:30.169368" elapsed="0.000783"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-06-03T01:08:30.171206" level="INFO">cbench: controller benchmarking tool
   running in mode 'throughput'
   connecting to controller at 10.30.170.108: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.108. So far 1 cbench instances have initialized their switches.  Waiting for other cbench-instances
Thread-0: Total switches from ALL cbench-instances initialized.
00:59:27.748 16  switches: flows:  539384 532756 544848 527154 528158 535797 541943 526030 537391 518300 513053 527865 523114 530773 523918 520510  total = 141.183233 per ms 
01:00:27.850 16  switches: flows:  544973 540295 536662 542028 537681 534438 538767 528627 535543 547935 542098 528287 545827 538591 552305 553758  total = 143.887481 per ms 
01:01:27.952 16  switches: flows:  546238 556545 543226 557534 558981 549926 552982 566311 557296 567908 568148 548709 554811 550496 568249 553970  total = 148.105587 per ms 
01:02:29.536 16  switches: flows:  502681 467934 490327 478815 478077 491526 477114 528815 492704 478381 468797 469342 477468 449906 514259 467829  total = 125.584584 per ms 
01:03:29.638 16  switches: flows:  589062 592706 589564 594604 592460 591895 592571 580967 580675 590428 591570 588627 586460 588202 586967 585433  total = 156.770026 per ms 
01:04:29.740 16  switches: flows:  539975 555116 541588 550258 550777 541868 549432 537534 544281 541110 553371 540614 543893 543097 544553 546809  total = 145.160447 per ms 
01:05:29.843 16  switches: flows:  489477 529224 481115 505738 458509 456906 515008 454809 508908 453774 458040 483994 512631 452598 481134 482439  total = 128.519091 per ms 
01:06:29.945 16  switches: flows:  532455 501256 461057 460904 484502 472185 502189 452686 461626 466016 460604 465658 523246 455017 458662 465965  total = 126.851631 per ms 
01:07:30.055 16  switches: flows:  577686 586812 566521 570491 579598 574568 576114 579729 567032 572436 579519 570931 571753 581327 572169 573930  total = 153.065360 per ms 
01:08:30.159 16  switches: flows:  567779 544776 528321 581398 520759 558057 574489 533692 537444 540716 582837 529609 553658 568874 566578 554647  total = 147.143724 per ms 
RESULT: 16 switches 9 tests min/max/avg/stdev = 125584.58/156770.03/141676.44/48499.52 responses/s</msg>
<arg>${stderr}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-06-03T01:08:30.170578" elapsed="0.000829"/>
</kw>
<if>
<branch type="IF" condition="&quot;${return_stdout}&quot;!=&quot;True&quot;">
<return>
<value>${stderr}</value>
<status status="PASS" start="2026-06-03T01:08:30.171758" elapsed="0.000050"/>
</return>
<status status="PASS" start="2026-06-03T01:08:30.171551" elapsed="0.000308"/>
</branch>
<status status="PASS" start="2026-06-03T01:08:30.171510" elapsed="0.000405"/>
</if>
<if>
<branch type="IF" condition="&quot;${return_stderr}&quot;!=&quot;True&quot;">
<return>
<value>${stdout}</value>
<status status="NOT RUN" start="2026-06-03T01:08:30.172054" elapsed="0.000018"/>
</return>
<status status="NOT RUN" start="2026-06-03T01:08:30.172002" elapsed="0.000109"/>
</branch>
<status status="NOT RUN" start="2026-06-03T01:08:30.171978" elapsed="0.000164"/>
</if>
<return>
<value>${stdout}</value>
<value>${stderr}</value>
<status status="NOT RUN" start="2026-06-03T01:08:30.172184" elapsed="0.000019"/>
</return>
<kw name="Restore_Current_Ssh_Connection_From_Index" owner="SSHKeywords" type="TEARDOWN">
<kw name="Run Keyword And Return If" owner="BuiltIn">
<arg>${connection_index} is not None</arg>
<arg>SSHLibrary.Switch Connection</arg>
<arg>${connection_index}</arg>
<doc>Runs the specified keyword and returns from the enclosing user keyword.</doc>
<status status="PASS" start="2026-06-03T01:08:30.175734" elapsed="0.000483"/>
</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-03T01:08:30.176421" elapsed="0.000242"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-06-03T01:08:30.176842" elapsed="0.000167"/>
</kw>
<arg>${current_ssh_connection.index}</arg>
<doc>Restore active SSH connection in SSHLibrary to given index.</doc>
<status status="PASS" start="2026-06-03T01:08:30.172647" elapsed="0.004436"/>
</kw>
<msg time="2026-06-03T01:08:30.177263" level="INFO">${output} = cbench: controller benchmarking tool
   running in mode 'throughput'
   connecting to controller at 10.30.170.108: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-03T00:58:21.951433" elapsed="608.225867"/>
</kw>
<status status="PASS" start="2026-06-03T00:58:21.951098" elapsed="608.226270"/>
</branch>
<status status="PASS" start="2026-06-03T00:58:21.950702" elapsed="608.226698"/>
</if>
<kw name="Log" owner="BuiltIn">
<msg time="2026-06-03T01:08:30.178026" level="INFO">cbench: controller benchmarking tool
   running in mode 'throughput'
   connecting to controller at 10.30.170.108: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.108. So far 1 cbench instances have initialized their switches.  Waiting for other cbench-instances
Thread-0: Total switches from ALL cbench-instances initialized.
00:59:27.748 16  switches: flows:  539384 532756 544848 527154 528158 535797 541943 526030 537391 518300 513053 527865 523114 530773 523918 520510  total = 141.183233 per ms 
01:00:27.850 16  switches: flows:  544973 540295 536662 542028 537681 534438 538767 528627 535543 547935 542098 528287 545827 538591 552305 553758  total = 143.887481 per ms 
01:01:27.952 16  switches: flows:  546238 556545 543226 557534 558981 549926 552982 566311 557296 567908 568148 548709 554811 550496 568249 553970  total = 148.105587 per ms 
01:02:29.536 16  switches: flows:  502681 467934 490327 478815 478077 491526 477114 528815 492704 478381 468797 469342 477468 449906 514259 467829  total = 125.584584 per ms 
01:03:29.638 16  switches: flows:  589062 592706 589564 594604 592460 591895 592571 580967 580675 590428 591570 588627 586460 588202 586967 585433  total = 156.770026 per ms 
01:04:29.740 16  switches: flows:  539975 555116 541588 550258 550777 541868 549432 537534 544281 541110 553371 540614 543893 543097 544553 546809  total = 145.160447 per ms 
01:05:29.843 16  switches: flows:  489477 529224 481115 505738 458509 456906 515008 454809 508908 453774 458040 483994 512631 452598 481134 482439  total = 128.519091 per ms 
01:06:29.945 16  switches: flows:  532455 501256 461057 460904 484502 472185 502189 452686 461626 466016 460604 465658 523246 455017 458662 465965  total = 126.851631 per ms 
01:07:30.055 16  switches: flows:  577686 586812 566521 570491 579598 574568 576114 579729 567032 572436 579519 570931 571753 581327 572169 573930  total = 153.065360 per ms 
01:08:30.159 16  switches: flows:  567779 544776 528321 581398 520759 558057 574489 533692 537444 540716 582837 529609 553658 568874 566578 554647  total = 147.143724 per ms 
RESULT: 16 switches 9 tests min/max/avg/stdev = 125584.58/156770.03/141676.44/48499.52 responses/s</msg>
<arg>${output}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-06-03T01:08:30.177603" elapsed="0.000526"/>
</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-03T01:08:30.178364" elapsed="0.000518"/>
</kw>
<kw name="Get Lines Containing String" owner="String">
<msg time="2026-06-03T01:08:30.179315" level="INFO">1 out of 23 lines matched.</msg>
<msg time="2026-06-03T01:08:30.179403" level="INFO">${result_line} = RESULT: 16 switches 9 tests min/max/avg/stdev = 125584.58/156770.03/141676.44/48499.52 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-03T01:08:30.179097" elapsed="0.000331"/>
</kw>
<kw name="Split String" owner="String">
<msg time="2026-06-03T01:08:30.179829" level="INFO">@{results_list} = [ RESULT: | 16 | switches | 9 | tests | min/max/avg/stdev | = | 125584.58/156770.03/141676.44/48499.52 | 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-03T01:08:30.179580" elapsed="0.000275"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-06-03T01:08:30.182228" 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-03T01:08:30.180014" elapsed="0.002282"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-06-03T01:08:30.184636" level="INFO">125584.58/156770.03/141676.44/48499.52</msg>
<arg>${results_list[7]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-06-03T01:08:30.182445" elapsed="0.002259"/>
</kw>
<kw name="Split String" owner="String">
<msg time="2026-06-03T01:08:30.187094" 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-03T01:08:30.184857" elapsed="0.002264"/>
</kw>
<kw name="Split String" owner="String">
<msg time="2026-06-03T01:08:30.189504" level="INFO">@{result_value_list} = [ 125584.58 | 156770.03 | 141676.44 | 48499.52 ]</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-03T01:08:30.187308" elapsed="0.002223"/>
</kw>
<kw name="Get Length" owner="BuiltIn">
<msg time="2026-06-03T01:08:30.190003" level="INFO">Length is 4.</msg>
<msg time="2026-06-03T01:08:30.190091" 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-03T01:08:30.189683" elapsed="0.000431"/>
</kw>
<for flavor="IN RANGE">
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-06-03T01:08:30.194816" level="INFO">min :: 125584.58</msg>
<arg>${result_name_list[${i}]} :: ${result_value_list[${i}]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-06-03T01:08:30.190511" elapsed="0.004361"/>
</kw>
<var name="${i}">0</var>
<status status="PASS" start="2026-06-03T01:08:30.190382" elapsed="0.004538"/>
</iter>
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-06-03T01:08:30.199621" level="INFO">max :: 156770.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-03T01:08:30.195138" elapsed="0.004543"/>
</kw>
<var name="${i}">1</var>
<status status="PASS" start="2026-06-03T01:08:30.195011" elapsed="0.004706"/>
</iter>
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-06-03T01:08:30.204228" level="INFO">avg :: 141676.44</msg>
<arg>${result_name_list[${i}]} :: ${result_value_list[${i}]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-06-03T01:08:30.199947" elapsed="0.004336"/>
</kw>
<var name="${i}">2</var>
<status status="PASS" start="2026-06-03T01:08:30.199804" elapsed="0.004514"/>
</iter>
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-06-03T01:08:30.208996" level="INFO">stdev :: 48499.52</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-03T01:08:30.204533" elapsed="0.004519"/>
</kw>
<var name="${i}">3</var>
<status status="PASS" start="2026-06-03T01:08:30.204405" elapsed="0.004683"/>
</iter>
<var>${i}</var>
<value>0</value>
<value>${num_stats}</value>
<status status="PASS" start="2026-06-03T01:08:30.190180" elapsed="0.018939"/>
</for>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-06-03T01:08:30.213005" level="INFO">${min} = 125584.58</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-03T01:08:30.209276" elapsed="0.003756"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-06-03T01:08:30.217114" level="INFO">${max} = 156770.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-03T01:08:30.213184" elapsed="0.003957"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-06-03T01:08:30.221015" level="INFO">${average} = 141676.44</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-03T01:08:30.217292" elapsed="0.003750"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-06-03T01:08:30.224907" level="INFO">${stdev} = 48499.52</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-03T01:08:30.221192" elapsed="0.003743"/>
</kw>
<kw name="Get Time" owner="BuiltIn">
<msg time="2026-06-03T01:08:30.225439" level="INFO">${date} = 2026-06-03 01:08:30</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-03T01:08:30.225092" elapsed="0.000373"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-06-03T01:08:30.226032" level="INFO">CBench Result: 2026-06-03 01:08:30,-t -m 60000 -M 100 -S 16 -l 10 -D 5000 -p 6633,125584.58,156770.03,141676.44,48499.52</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-03T01:08:30.225609" elapsed="0.000478"/>
</kw>
<kw name="Log Results And Determine Status">
<kw name="Append To File" owner="OperatingSystem">
<msg time="2026-06-03T01:08:30.227258" 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-03T01:08:30.226830" elapsed="0.000494"/>
</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-03T01:08:30.227472" elapsed="0.000470"/>
</kw>
<arg>${min}</arg>
<arg>${max}</arg>
<arg>${average}</arg>
<arg>${average_threshold}</arg>
<arg>${output_filename}</arg>
<status status="PASS" start="2026-06-03T01:08:30.226226" elapsed="0.001780"/>
</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-03T00:58:21.949527" elapsed="608.278539"/>
</kw>
<kw name="Sleep" owner="BuiltIn">
<msg time="2026-06-03T01:08:30.228527" 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-03T01:08:30.228212" elapsed="0.000370"/>
</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-03T01:08:30.229101" elapsed="0.000281"/>
</kw>
<status status="PASS" start="2026-06-03T01:08:30.228787" elapsed="0.000667"/>
</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-03T00:58:21.947921" elapsed="608.281571"/>
</test>
<test id="s1-t3" name="Rerun Latency Test To Check Bug 6176" line="65">
<kw name="Log" owner="BuiltIn">
<msg time="2026-06-03T01:08:30.230697" 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-03T01:08:30.230314" elapsed="0.000440"/>
</kw>
<kw name="Run Cbench And Log Results">
<kw name="Set Suite Variable" owner="BuiltIn">
<msg time="2026-06-03T01:08:30.231985" 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-03T01:08:30.231637" elapsed="0.000391"/>
</kw>
<if>
<branch type="IF" condition="&quot;${cbench_system}&quot; == &quot;localhost&quot;">
<kw name="Run" owner="OperatingSystem">
<var>${output}</var>
<arg>${cbench_executable} -c ${ODL_SYSTEM_IP} ${cbench_args}</arg>
<doc>_This keyword is considered deprecated. Use the
[http://robotframework.org/robotframework/latest/libraries/Process.html|
Process] library instead._</doc>
<status status="NOT RUN" start="2026-06-03T01:08:30.232361" elapsed="0.000022"/>
</kw>
<status status="NOT RUN" start="2026-06-03T01:08:30.232142" elapsed="0.000278"/>
</branch>
<branch type="ELSE">
<kw name="Run Command On Remote System" owner="Utils">
<if>
<branch type="IF" condition="&quot;${return_stdout}&quot;!=&quot;True&quot; and &quot;${return_stderr}&quot;!=&quot;True&quot;">
<kw name="Fail" owner="BuiltIn">
<arg>At least one of {return_stdout} or {return_stderr} args should be set to True</arg>
<doc>Fails the test with the given message and optionally alters its tags.</doc>
<status status="NOT RUN" start="2026-06-03T01:08:30.235307" elapsed="0.000021"/>
</kw>
<status status="NOT RUN" start="2026-06-03T01:08:30.235064" elapsed="0.000299"/>
</branch>
<status status="PASS" start="2026-06-03T01:08:30.235045" elapsed="0.000341"/>
</if>
<kw name="Get Connection" owner="SSHLibrary">
<msg time="2026-06-03T01:08:30.235705" 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-03T01:08:30.235823" 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-03T01:08:30.235512" elapsed="0.000337"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-06-03T01:08:30.236432" level="INFO">Attempting to execute command "/usr/local/bin/cbench -c 10.30.170.108 -m 60000 -M 100 -S 16 -l 10 -D 5000 -p 6633" on remote system "10.30.171.128" 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-03T01:08:30.236010" elapsed="0.000480"/>
</kw>
<kw name="Open Connection" owner="SSHLibrary">
<msg time="2026-06-03T01:08:30.237037" 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-03T01:08:30.236627" elapsed="0.000438"/>
</kw>
<kw name="Flexible_SSH_Login" owner="SSHKeywords">
<kw name="Get Length" owner="BuiltIn">
<msg time="2026-06-03T01:08:30.238108" level="INFO">Length is 0.</msg>
<msg time="2026-06-03T01:08:30.238203" 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-03T01:08:30.237637" elapsed="0.000591"/>
</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-03T01:08:30.238386" elapsed="0.000324"/>
</kw>
<kw name="Run Keyword And Return" owner="BuiltIn">
<kw name="Login With Public Key" owner="SSHLibrary">
<msg time="2026-06-03T01:08:30.239574" level="INFO">Logging into '10.30.171.128:22' as 'jenkins'.</msg>
<msg time="2026-06-03T01:08:30.822392" level="INFO">Read output: Welcome to Ubuntu 22.04.5 LTS (GNU/Linux 5.15.0-153-generic x86_64)

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

 System information as of Wed Jun  3 01:08:30 UTC 2026

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


Expanded Security Maintenance for Applications is not enabled.

0 updates can be applied immediately.

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


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


Last login: Wed Jun  3 00:58:22 2026 from 10.30.170.218
[?2004h[jenkins@releng-63164-281-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-03T01:08:30.239220" elapsed="0.583528"/>
</kw>
<msg time="2026-06-03T01:08:30.822975" 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-03T01:08:30.238860" elapsed="0.584232"/>
</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-03T01:08:30.237264" elapsed="0.585972"/>
</kw>
<kw name="Execute Command" owner="SSHLibrary">
<msg time="2026-06-03T01:08:30.823850" level="INFO">Executing command '/usr/local/bin/cbench -c 10.30.170.108 -m 60000 -M 100 -S 16 -l 10 -D 5000 -p 6633'.</msg>
<msg time="2026-06-03T01:18:36.875229" level="INFO">Command exited with return code 0.</msg>
<msg time="2026-06-03T01:18:36.875611" level="INFO">${stdout} = </msg>
<msg time="2026-06-03T01:18:36.875663" level="INFO">${stderr} = cbench: controller benchmarking tool
   running in mode 'latency'
   connecting to controller at 10.30.170.108: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-03T01:08:30.823491" elapsed="606.052199"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-06-03T01:18:36.875960" elapsed="0.000354"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-06-03T01:18:36.876874" level="INFO">cbench: controller benchmarking tool
   running in mode 'latency'
   connecting to controller at 10.30.170.108: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.108. So far 1 cbench instances have initialized their switches.  Waiting for other cbench-instances
Thread-0: Total switches from ALL cbench-instances initialized.
01:09:35.949 16  switches: flows:  106736 106324 105298 107100 106297 105261 107910 105840 105457 105600 104594 104183 103102 105555 105027 104322  total = 28.143433 per ms 
01:10:36.052 16  switches: flows:  116801 114622 114985 115229 114531 115106 115581 115660 115773 115027 114252 114621 115512 115188 114391 114190  total = 30.639319 per ms 
01:11:36.155 16  switches: flows:  123603 120531 120378 119673 120043 123539 121930 119515 119209 122929 120374 119576 120664 118686 120495 120184  total = 32.134380 per ms 
01:12:36.256 16  switches: flows:  122871 119814 117936 117846 117920 120485 119266 118300 118800 121049 118314 119161 119370 116996 118519 118764  total = 31.703891 per ms 
01:13:36.357 16  switches: flows:  124354 121380 122218 122295 122801 123256 121960 121343 120325 122856 120520 123784 122326 121649 121324 121271  total = 32.506767 per ms 
01:14:36.458 16  switches: flows:  124235 121131 120291 120211 122505 125169 122936 123495 120768 122966 121119 122545 122198 122272 120705 121545  total = 32.513878 per ms 
01:15:36.559 16  switches: flows:  125066 123517 122156 122169 121468 124859 125024 123392 121194 125129 121650 123584 123028 121666 122631 122360  total = 32.760166 per ms 
01:16:36.660 16  switches: flows:  124371 122165 120022 120527 121153 123271 123396 122059 120981 124045 119984 120289 123422 120106 121420 120457  total = 32.407058 per ms 
01:17:36.760 16  switches: flows:  123814 123394 121080 122999 121743 123866 126176 122597 120348 124335 120160 119969 123369 122351 122173 121046  total = 32.602566 per ms 
01:18:36.862 16  switches: flows:  126220 124373 122847 125360 123185 126284 125539 124364 121909 124198 122858 120215 125486 123009 121251 123083  total = 32.947649 per ms 
RESULT: 16 switches 9 tests min/max/avg/stdev = 30639.32/32947.65/32246.19/10769.06 responses/s</msg>
<arg>${stderr}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-06-03T01:18:36.876510" elapsed="0.000557"/>
</kw>
<if>
<branch type="IF" condition="&quot;${return_stdout}&quot;!=&quot;True&quot;">
<return>
<value>${stderr}</value>
<status status="PASS" start="2026-06-03T01:18:36.877316" elapsed="0.000042"/>
</return>
<status status="PASS" start="2026-06-03T01:18:36.877162" elapsed="0.000232"/>
</branch>
<status status="PASS" start="2026-06-03T01:18:36.877135" elapsed="0.000284"/>
</if>
<if>
<branch type="IF" condition="&quot;${return_stderr}&quot;!=&quot;True&quot;">
<return>
<value>${stdout}</value>
<status status="NOT RUN" start="2026-06-03T01:18:36.877514" elapsed="0.000013"/>
</return>
<status status="NOT RUN" start="2026-06-03T01:18:36.877477" elapsed="0.000077"/>
</branch>
<status status="NOT RUN" start="2026-06-03T01:18:36.877461" elapsed="0.000115"/>
</if>
<return>
<value>${stdout}</value>
<value>${stderr}</value>
<status status="NOT RUN" start="2026-06-03T01:18:36.877606" elapsed="0.000013"/>
</return>
<kw name="Restore_Current_Ssh_Connection_From_Index" owner="SSHKeywords" type="TEARDOWN">
<kw name="Run Keyword And Return If" owner="BuiltIn">
<arg>${connection_index} is not None</arg>
<arg>SSHLibrary.Switch Connection</arg>
<arg>${connection_index}</arg>
<doc>Runs the specified keyword and returns from the enclosing user keyword.</doc>
<status status="PASS" start="2026-06-03T01:18:36.880179" elapsed="0.000327"/>
</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-03T01:18:36.880652" elapsed="0.000168"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-06-03T01:18:36.880966" elapsed="0.000100"/>
</kw>
<arg>${current_ssh_connection.index}</arg>
<doc>Restore active SSH connection in SSHLibrary to given index.</doc>
<status status="PASS" start="2026-06-03T01:18:36.877966" elapsed="0.003153"/>
</kw>
<msg time="2026-06-03T01:18:36.881247" level="INFO">${output} = cbench: controller benchmarking tool
   running in mode 'latency'
   connecting to controller at 10.30.170.108: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-03T01:08:30.232753" elapsed="606.648521"/>
</kw>
<status status="PASS" start="2026-06-03T01:08:30.232445" elapsed="606.648879"/>
</branch>
<status status="PASS" start="2026-06-03T01:08:30.232121" elapsed="606.649229"/>
</if>
<kw name="Log" owner="BuiltIn">
<msg time="2026-06-03T01:18:36.881812" level="INFO">cbench: controller benchmarking tool
   running in mode 'latency'
   connecting to controller at 10.30.170.108: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.108. So far 1 cbench instances have initialized their switches.  Waiting for other cbench-instances
Thread-0: Total switches from ALL cbench-instances initialized.
01:09:35.949 16  switches: flows:  106736 106324 105298 107100 106297 105261 107910 105840 105457 105600 104594 104183 103102 105555 105027 104322  total = 28.143433 per ms 
01:10:36.052 16  switches: flows:  116801 114622 114985 115229 114531 115106 115581 115660 115773 115027 114252 114621 115512 115188 114391 114190  total = 30.639319 per ms 
01:11:36.155 16  switches: flows:  123603 120531 120378 119673 120043 123539 121930 119515 119209 122929 120374 119576 120664 118686 120495 120184  total = 32.134380 per ms 
01:12:36.256 16  switches: flows:  122871 119814 117936 117846 117920 120485 119266 118300 118800 121049 118314 119161 119370 116996 118519 118764  total = 31.703891 per ms 
01:13:36.357 16  switches: flows:  124354 121380 122218 122295 122801 123256 121960 121343 120325 122856 120520 123784 122326 121649 121324 121271  total = 32.506767 per ms 
01:14:36.458 16  switches: flows:  124235 121131 120291 120211 122505 125169 122936 123495 120768 122966 121119 122545 122198 122272 120705 121545  total = 32.513878 per ms 
01:15:36.559 16  switches: flows:  125066 123517 122156 122169 121468 124859 125024 123392 121194 125129 121650 123584 123028 121666 122631 122360  total = 32.760166 per ms 
01:16:36.660 16  switches: flows:  124371 122165 120022 120527 121153 123271 123396 122059 120981 124045 119984 120289 123422 120106 121420 120457  total = 32.407058 per ms 
01:17:36.760 16  switches: flows:  123814 123394 121080 122999 121743 123866 126176 122597 120348 124335 120160 119969 123369 122351 122173 121046  total = 32.602566 per ms 
01:18:36.862 16  switches: flows:  126220 124373 122847 125360 123185 126284 125539 124364 121909 124198 122858 120215 125486 123009 121251 123083  total = 32.947649 per ms 
RESULT: 16 switches 9 tests min/max/avg/stdev = 30639.32/32947.65/32246.19/10769.06 responses/s</msg>
<arg>${output}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-06-03T01:18:36.881492" elapsed="0.000395"/>
</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-03T01:18:36.882051" elapsed="0.000373"/>
</kw>
<kw name="Get Lines Containing String" owner="String">
<msg time="2026-06-03T01:18:36.882796" level="INFO">1 out of 23 lines matched.</msg>
<msg time="2026-06-03T01:18:36.882886" level="INFO">${result_line} = RESULT: 16 switches 9 tests min/max/avg/stdev = 30639.32/32947.65/32246.19/10769.06 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-03T01:18:36.882583" elapsed="0.000344"/>
</kw>
<kw name="Split String" owner="String">
<msg time="2026-06-03T01:18:36.883337" level="INFO">@{results_list} = [ RESULT: | 16 | switches | 9 | tests | min/max/avg/stdev | = | 30639.32/32947.65/32246.19/10769.06 | 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-03T01:18:36.883084" elapsed="0.000280"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-06-03T01:18:36.885787" 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-03T01:18:36.883534" elapsed="0.002309"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-06-03T01:18:36.888413" level="INFO">30639.32/32947.65/32246.19/10769.06</msg>
<arg>${results_list[7]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-06-03T01:18:36.886003" elapsed="0.002467"/>
</kw>
<kw name="Split String" owner="String">
<msg time="2026-06-03T01:18:36.890861" 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-03T01:18:36.888620" elapsed="0.002269"/>
</kw>
<kw name="Split String" owner="String">
<msg time="2026-06-03T01:18:36.893895" level="INFO">@{result_value_list} = [ 30639.32 | 32947.65 | 32246.19 | 10769.06 ]</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-03T01:18:36.891100" elapsed="0.002846"/>
</kw>
<kw name="Get Length" owner="BuiltIn">
<msg time="2026-06-03T01:18:36.894474" level="INFO">Length is 4.</msg>
<msg time="2026-06-03T01:18:36.894562" 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-03T01:18:36.894105" elapsed="0.000481"/>
</kw>
<for flavor="IN RANGE">
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-06-03T01:18:36.899330" level="INFO">min :: 30639.32</msg>
<arg>${result_name_list[${i}]} :: ${result_value_list[${i}]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-06-03T01:18:36.894982" elapsed="0.004404"/>
</kw>
<var name="${i}">0</var>
<status status="PASS" start="2026-06-03T01:18:36.894836" elapsed="0.004584"/>
</iter>
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-06-03T01:18:36.903895" level="INFO">max :: 32947.65</msg>
<arg>${result_name_list[${i}]} :: ${result_value_list[${i}]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-06-03T01:18:36.899633" elapsed="0.004330"/>
</kw>
<var name="${i}">1</var>
<status status="PASS" start="2026-06-03T01:18:36.899507" elapsed="0.004491"/>
</iter>
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-06-03T01:18:36.908493" level="INFO">avg :: 32246.19</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-03T01:18:36.904207" elapsed="0.004342"/>
</kw>
<var name="${i}">2</var>
<status status="PASS" start="2026-06-03T01:18:36.904082" elapsed="0.004501"/>
</iter>
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-06-03T01:18:36.913111" level="INFO">stdev :: 10769.06</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-03T01:18:36.908792" elapsed="0.004374"/>
</kw>
<var name="${i}">3</var>
<status status="PASS" start="2026-06-03T01:18:36.908666" elapsed="0.004534"/>
</iter>
<var>${i}</var>
<value>0</value>
<value>${num_stats}</value>
<status status="PASS" start="2026-06-03T01:18:36.894653" elapsed="0.018577"/>
</for>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-06-03T01:18:36.917103" level="INFO">${min} = 30639.32</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-03T01:18:36.913387" elapsed="0.003743"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-06-03T01:18:36.921222" level="INFO">${max} = 32947.65</msg>
<var>${max}</var>
<arg>${result_value_list[${1}]}</arg>
<doc>Returns the given values which can then be assigned to a variables.</doc>
<status status="PASS" start="2026-06-03T01:18:36.917283" elapsed="0.003966"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-06-03T01:18:36.925249" level="INFO">${average} = 32246.19</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-03T01:18:36.921401" elapsed="0.003874"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-06-03T01:18:36.929422" level="INFO">${stdev} = 10769.06</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-03T01:18:36.925427" elapsed="0.004022"/>
</kw>
<kw name="Get Time" owner="BuiltIn">
<msg time="2026-06-03T01:18:36.929984" level="INFO">${date} = 2026-06-03 01:18:36</msg>
<var>${date}</var>
<arg>d,m,s</arg>
<doc>Returns the given time in the requested format.</doc>
<status status="PASS" start="2026-06-03T01:18:36.929610" elapsed="0.000400"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-06-03T01:18:36.930708" level="INFO">CBench Result: 2026-06-03 01:18:36,-m 60000 -M 100 -S 16 -l 10 -D 5000 -p 6633,30639.32,32947.65,32246.19,10769.06</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-03T01:18:36.930163" elapsed="0.000602"/>
</kw>
<kw name="Log Results And Determine Status">
<kw name="Append To File" owner="OperatingSystem">
<msg time="2026-06-03T01:18:36.931885" 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-03T01:18:36.931418" elapsed="0.000574"/>
</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-03T01:18:36.932146" elapsed="0.000460"/>
</kw>
<arg>${min}</arg>
<arg>${max}</arg>
<arg>${average}</arg>
<arg>${average_threshold}</arg>
<arg>${output_filename}</arg>
<status status="PASS" start="2026-06-03T01:18:36.930939" elapsed="0.001732"/>
</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-03T01:08:30.231073" elapsed="606.701657"/>
</kw>
<kw name="Sleep" owner="BuiltIn">
<msg time="2026-06-03T01:18:36.933241" 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-03T01:18:36.932877" elapsed="0.000419"/>
</kw>
<kw name="Report Failure Due To Bug" owner="Utils" type="TEARDOWN">
<kw name="Evaluate" owner="BuiltIn">
<msg time="2026-06-03T01:18:36.934553" 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-03T01:18:36.934019" elapsed="0.000561"/>
</kw>
<if>
<branch type="IF" condition="('${TEST_STATUS}' != 'FAIL') or ${test_skipped}">
<return>
<status status="PASS" start="2026-06-03T01:18:36.934803" elapsed="0.000030"/>
</return>
<status status="PASS" start="2026-06-03T01:18:36.934655" elapsed="0.000209"/>
</branch>
<status status="PASS" start="2026-06-03T01:18:36.934636" elapsed="0.000251"/>
</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-03T01:18:36.935055" elapsed="0.000023"/>
</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-03T01:18:36.935215" elapsed="0.000020"/>
</kw>
<kw name="Set Variable If" owner="BuiltIn">
<var>${bug_url}</var>
<arg>${match}</arg>
<arg>https://jira.opendaylight.org/browse/${number}</arg>
<arg>https://bugs.opendaylight.org/show_bug.cgi?id=${number}</arg>
<doc>Sets variable based on the given condition.</doc>
<status status="NOT RUN" start="2026-06-03T01:18:36.935396" elapsed="0.000021"/>
</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-03T01:18:36.935592" elapsed="0.000021"/>
</kw>
<kw name="Evaluate" owner="BuiltIn">
<var>${newline}</var>
<arg>chr(10)</arg>
<doc>Evaluates the given expression in Python and returns the result.</doc>
<status status="NOT RUN" start="2026-06-03T01:18:36.935742" elapsed="0.000020"/>
</kw>
<kw name="Set Test Message" owner="BuiltIn">
<arg>${msg}${newline}${newline}${TEST_MESSAGE}</arg>
<doc>Sets message for the current test case.</doc>
<status status="NOT RUN" start="2026-06-03T01:18:36.935887" elapsed="0.000043"/>
</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-03T01:18:36.936067" elapsed="0.000022"/>
</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-03T01:18:36.936292" elapsed="0.000020"/>
</kw>
<status status="NOT RUN" start="2026-06-03T01:18:36.936154" elapsed="0.000189"/>
</branch>
<status status="NOT RUN" start="2026-06-03T01:18:36.936136" elapsed="0.000230"/>
</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-03T01:18:36.933661" elapsed="0.002755"/>
</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-03T01:08:30.229784" elapsed="606.706679"/>
</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-03T00:48:12.381422" elapsed="1824.555494"/>
</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>
