<?xml version="1.0" encoding="UTF-8"?>
<robot generator="Robot 7.4.2 (Python 3.11.10 on linux)" generated="2026-08-14T00:41:00.897329" 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-08-14T00:41:01.453711" elapsed="0.000023"/>
</return>
<status status="NOT RUN" start="2026-08-14T00:41:01.453567" elapsed="0.000218"/>
</branch>
<status status="PASS" start="2026-08-14T00:41:01.453537" 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-08-14T00:41:01.453955" elapsed="0.000521"/>
</kw>
<kw name="Login" owner="SSHLibrary">
<msg time="2026-08-14T00:41:01.454939" level="INFO">Logging into '10.30.171.187:8101' as 'karaf'.</msg>
<msg time="2026-08-14T00:41:02.322325" 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-08-14T00:41:01.454646" elapsed="0.867879"/>
</kw>
<kw name="Write" owner="SSHLibrary">
<msg time="2026-08-14T00:41:02.371123" 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-08-14T00:41:02.322830" elapsed="0.048364"/>
</kw>
<kw name="Read Until Regexp" owner="SSHLibrary">
<msg time="2026-08-14T00:41:02.373160" level="INFO">[?1l&gt;[?2004l[?1h=[90m~[0m                                                                                [?2004hopendaylight-user@root&gt;</msg>
<msg time="2026-08-14T00:41:02.373277" 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-08-14T00:41:02.371359" elapsed="0.001949"/>
</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-08-14T00:41:02.373481" elapsed="0.000208"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-08-14T00:41:02.373849" elapsed="0.000245"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-08-14T00:41:02.374618" 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-08-14T00:41:02.374249" elapsed="0.000424"/>
</kw>
<return>
<value>${output}</value>
<status status="PASS" start="2026-08-14T00:41:02.374726" elapsed="0.000071"/>
</return>
<arg>log:set ${log_level}</arg>
<doc>Will execute the given ${cmd} by ssh'ing to the karaf console running on 10.30.171.187
Note that this keyword will open&amp;close new SSH connection, without switching back to previously current session.</doc>
<status status="PASS" start="2026-08-14T00:41:01.453172" elapsed="0.921753"/>
</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-08-14T00:41:01.449566" elapsed="0.925423"/>
</kw>
<kw name="Append To File" owner="OperatingSystem">
<msg time="2026-08-14T00:41:02.375585" 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-08-14T00:41:02.375183" elapsed="0.000469"/>
</kw>
<kw name="Append To File" owner="OperatingSystem">
<msg time="2026-08-14T00:41:02.376054" 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-08-14T00:41:02.375807" elapsed="0.000304"/>
</kw>
<kw name="Evaluate" owner="BuiltIn">
<msg time="2026-08-14T00:41:02.376678" 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-08-14T00:41:02.376264" elapsed="0.000442"/>
</kw>
<kw name="Set Suite Variable" owner="BuiltIn">
<msg time="2026-08-14T00:41:02.377206" 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-08-14T00:41:02.376874" elapsed="0.000375"/>
</kw>
<kw name="Evaluate" owner="BuiltIn">
<msg time="2026-08-14T00:41:02.377789" 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-08-14T00:41:02.377416" elapsed="0.000400"/>
</kw>
<kw name="Set Suite Variable" owner="BuiltIn">
<msg time="2026-08-14T00:41:02.378286" 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-08-14T00:41:02.377977" elapsed="0.000351"/>
</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-08-14T00:41:02.378647" elapsed="0.000021"/>
</kw>
<status status="NOT RUN" start="2026-08-14T00:41:02.378436" elapsed="0.000266"/>
</branch>
<branch type="ELSE">
<kw name="Verify File Exists On Remote System" owner="Utils">
<kw name="Open Connection" owner="SSHLibrary">
<msg time="2026-08-14T00:41:02.383094" 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-08-14T00:41:02.382672" elapsed="0.000449"/>
</kw>
<kw name="Flexible_SSH_Login" owner="SSHKeywords">
<kw name="Get Length" owner="BuiltIn">
<msg time="2026-08-14T00:41:02.384435" level="INFO">Length is 0.</msg>
<msg time="2026-08-14T00:41:02.384537" 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-08-14T00:41:02.383696" elapsed="0.000866"/>
</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-08-14T00:41:02.384712" elapsed="0.000345"/>
</kw>
<kw name="Run Keyword And Return" owner="BuiltIn">
<kw name="Login With Public Key" owner="SSHLibrary">
<msg time="2026-08-14T00:41:02.386075" level="INFO">Logging into '10.30.170.204:22' as 'jenkins'.</msg>
<msg time="2026-08-14T00:41:02.825523" level="INFO">Read output: Welcome to Ubuntu 22.04.5 LTS (GNU/Linux 5.15.0-186-generic x86_64)

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

 System information as of Fri Aug 14 00:40:22 UTC 2026

  System load:  0.12               Processes:             110
  Usage of /:   19.7% of 38.58GB   Users logged in:       0
  Memory usage: 4%                 IPv4 address for ens3: 10.30.170.204
  Swap usage:   0%


Expanded Security Maintenance for Applications is not enabled.

0 updates can be applied immediately.

14 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-370-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-08-14T00:41:02.385574" elapsed="0.440088"/>
</kw>
<msg time="2026-08-14T00:41:02.825752" 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-08-14T00:41:02.385211" elapsed="0.440630"/>
</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-08-14T00:41:02.383323" elapsed="0.442631"/>
</kw>
<kw name="File Should Exist" owner="SSHLibrary">
<msg time="2026-08-14T00:41:02.833516" 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-08-14T00:41:02.826156" elapsed="0.009196"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-08-14T00:41:02.835782" elapsed="0.000558"/>
</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-08-14T00:41:02.382133" elapsed="0.454374"/>
</kw>
<status status="PASS" start="2026-08-14T00:41:02.378804" elapsed="0.457786"/>
</branch>
<status status="PASS" start="2026-08-14T00:41:02.378408" elapsed="0.458245"/>
</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-08-14T00:41:02.836978" elapsed="0.001043"/>
</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-08-14T00:41:02.845631" elapsed="0.000020"/>
</return>
<status status="NOT RUN" start="2026-08-14T00:41:02.845506" elapsed="0.000179"/>
</branch>
<status status="PASS" start="2026-08-14T00:41:02.845482" elapsed="0.000227"/>
</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-08-14T00:41:02.849251" elapsed="0.000015"/>
</return>
<status status="NOT RUN" start="2026-08-14T00:41:02.849133" elapsed="0.000165"/>
</branch>
<status status="PASS" start="2026-08-14T00:41:02.849114" elapsed="0.000207"/>
</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-08-14T00:41:02.849466" elapsed="0.000442"/>
</kw>
<kw name="Login" owner="SSHLibrary">
<msg time="2026-08-14T00:41:02.850309" level="INFO">Logging into '10.30.171.187:8101' as 'karaf'.</msg>
<msg time="2026-08-14T00:41:03.033518" 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-08-14T00:41:02.850053" elapsed="0.183579"/>
</kw>
<kw name="Write" owner="SSHLibrary">
<msg time="2026-08-14T00:41:03.135133" 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-08-14T00:41:03.033835" elapsed="0.101391"/>
</kw>
<kw name="Read Until Regexp" owner="SSHLibrary">
<msg time="2026-08-14T00:41:03.153760" 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-08-14T00:41:03.153984" 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-08-14T00:41:03.135428" elapsed="0.018589"/>
</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-08-14T00:41:03.154164" elapsed="0.000268"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-08-14T00:41:03.154577" elapsed="0.000217"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-08-14T00:41:03.155253" 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-08-14T00:41:03.154937" elapsed="0.000372"/>
</kw>
<return>
<value>${output}</value>
<status status="PASS" start="2026-08-14T00:41:03.155362" elapsed="0.000082"/>
</return>
<msg time="2026-08-14T00:41:03.155600" level="INFO">${output} = [?1l&gt;[?2004l[31;1modl-openflowplugin-drop-test[0m                                    x 0.21.3           x x        x Started x [31;1modl-openflowplugin-drop-test[0m                     ...</msg>
<var>${output}</var>
<arg>feature:list -i | grep ${feature_name}</arg>
<arg>${controller}</arg>
<arg>${karaf_port}</arg>
<doc>Will execute the given ${cmd} by ssh'ing to the karaf console running on 10.30.171.187
Note that this keyword will open&amp;close new SSH connection, without switching back to previously current session.</doc>
<status status="PASS" start="2026-08-14T00:41:02.848778" elapsed="0.306854"/>
</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-08-14T00:41:03.155786" elapsed="0.000580"/>
</kw>
<return>
<value>${output}</value>
<status status="PASS" start="2026-08-14T00:41:03.156479" elapsed="0.000035"/>
</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-08-14T00:41:02.845179" elapsed="0.311439"/>
</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-08-14T00:41:03.160496" elapsed="0.000015"/>
</return>
<status status="NOT RUN" start="2026-08-14T00:41:03.160343" elapsed="0.000200"/>
</branch>
<status status="PASS" start="2026-08-14T00:41:03.160319" elapsed="0.000249"/>
</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-08-14T00:41:03.160699" elapsed="0.000460"/>
</kw>
<kw name="Login" owner="SSHLibrary">
<msg time="2026-08-14T00:41:03.161631" level="INFO">Logging into '10.30.171.187:8101' as 'karaf'.</msg>
<msg time="2026-08-14T00:41:03.340094" 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-08-14T00:41:03.161346" elapsed="0.178872"/>
</kw>
<kw name="Write" owner="SSHLibrary">
<msg time="2026-08-14T00:41:03.365417" 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-08-14T00:41:03.340445" elapsed="0.025035"/>
</kw>
<kw name="Read Until Regexp" owner="SSHLibrary">
<msg time="2026-08-14T00:41:03.367571" level="INFO">[?1l&gt;[?2004lDropAllFlows transitions to on
[?1h=[90m~[0m                                                                                [?2004hopendaylight-user@root&gt;</msg>
<msg time="2026-08-14T00:41:03.367684" 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-08-14T00:41:03.365632" elapsed="0.002081"/>
</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-08-14T00:41:03.367854" elapsed="0.000193"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-08-14T00:41:03.368196" elapsed="0.000257"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-08-14T00:41:03.368909" 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-08-14T00:41:03.368606" elapsed="0.000353"/>
</kw>
<return>
<value>${output}</value>
<status status="PASS" start="2026-08-14T00:41:03.369010" elapsed="0.000053"/>
</return>
<arg>dropallpacketsrpc on</arg>
<doc>Will execute the given ${cmd} by ssh'ing to the karaf console running on 10.30.171.187
Note that this keyword will open&amp;close new SSH connection, without switching back to previously current session.</doc>
<status status="PASS" start="2026-08-14T00:41:03.160009" elapsed="0.209169"/>
</kw>
<status status="PASS" start="2026-08-14T00:41:01.447789" elapsed="1.921456"/>
</kw>
<test id="s1-t1" name="Cbench Latency Test" line="37">
<kw name="Log" owner="BuiltIn">
<msg time="2026-08-14T00:41:03.371935" 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-08-14T00:41:03.370246" elapsed="0.001757"/>
</kw>
<kw name="Run Cbench And Log Results">
<kw name="Set Suite Variable" owner="BuiltIn">
<msg time="2026-08-14T00:41:03.373506" 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-08-14T00:41:03.373132" elapsed="0.000418"/>
</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-08-14T00:41:03.373877" elapsed="0.000022"/>
</kw>
<status status="NOT RUN" start="2026-08-14T00:41:03.373633" elapsed="0.000303"/>
</branch>
<branch type="ELSE">
<kw name="Run Command On Remote System" owner="Utils">
<if>
<branch type="IF" condition="&quot;${return_stdout}&quot;!=&quot;True&quot; and &quot;${return_stderr}&quot;!=&quot;True&quot;">
<kw name="Fail" owner="BuiltIn">
<arg>At least one of {return_stdout} or {return_stderr} args should be set to True</arg>
<doc>Fails the test with the given message and optionally alters its tags.</doc>
<status status="NOT RUN" start="2026-08-14T00:41:03.376950" elapsed="0.000021"/>
</kw>
<status status="NOT RUN" start="2026-08-14T00:41:03.376695" elapsed="0.000311"/>
</branch>
<status status="PASS" start="2026-08-14T00:41:03.376676" elapsed="0.000355"/>
</if>
<kw name="Get Connection" owner="SSHLibrary">
<msg time="2026-08-14T00:41:03.377370" 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-08-14T00:41:03.377510" 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-08-14T00:41:03.377165" elapsed="0.000373"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-08-14T00:41:03.378097" level="INFO">Attempting to execute command "/usr/local/bin/cbench -c 10.30.171.187 -m 60000 -M 100 -S 16 -l 10 -D 5000 -p 6633" on remote system "10.30.170.204" 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-08-14T00:41:03.377672" elapsed="0.000486"/>
</kw>
<kw name="Open Connection" owner="SSHLibrary">
<msg time="2026-08-14T00:41:03.378834" 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-08-14T00:41:03.378297" elapsed="0.000564"/>
</kw>
<kw name="Flexible_SSH_Login" owner="SSHKeywords">
<kw name="Get Length" owner="BuiltIn">
<msg time="2026-08-14T00:41:03.379786" level="INFO">Length is 0.</msg>
<msg time="2026-08-14T00:41:03.379877" 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-08-14T00:41:03.379453" elapsed="0.000448"/>
</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-08-14T00:41:03.380043" elapsed="0.000348"/>
</kw>
<kw name="Run Keyword And Return" owner="BuiltIn">
<kw name="Login With Public Key" owner="SSHLibrary">
<msg time="2026-08-14T00:41:03.381260" level="INFO">Logging into '10.30.170.204:22' as 'jenkins'.</msg>
<msg time="2026-08-14T00:41:03.710459" level="INFO">Read output: Welcome to Ubuntu 22.04.5 LTS (GNU/Linux 5.15.0-186-generic x86_64)

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

 System information as of Fri Aug 14 00:40:22 UTC 2026

  System load:  0.12               Processes:             110
  Usage of /:   19.7% of 38.58GB   Users logged in:       0
  Memory usage: 4%                 IPv4 address for ens3: 10.30.170.204
  Swap usage:   0%


Expanded Security Maintenance for Applications is not enabled.

0 updates can be applied immediately.

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


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


Last login: Fri Aug 14 00:41:02 2026 from 10.30.170.122
[?2004h[jenkins@releng-63164-370-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-08-14T00:41:03.380900" elapsed="0.329754"/>
</kw>
<msg time="2026-08-14T00:41:03.710747" 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-08-14T00:41:03.380547" elapsed="0.330301"/>
</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-08-14T00:41:03.379064" elapsed="0.331910"/>
</kw>
<kw name="Execute Command" owner="SSHLibrary">
<msg time="2026-08-14T00:41:03.711561" level="INFO">Executing command '/usr/local/bin/cbench -c 10.30.171.187 -m 60000 -M 100 -S 16 -l 10 -D 5000 -p 6633'.</msg>
<msg time="2026-08-14T00:51:09.807615" level="INFO">Command exited with return code 0.</msg>
<msg time="2026-08-14T00:51:09.808200" level="INFO">${stdout} = </msg>
<msg time="2026-08-14T00:51:09.808324" level="INFO">${stderr} = cbench: controller benchmarking tool
   running in mode 'latency'
   connecting to controller at 10.30.171.187: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-08-14T00:41:03.711208" elapsed="606.097204"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-08-14T00:51:09.808875" elapsed="0.000788"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-08-14T00:51:09.810819" level="INFO">cbench: controller benchmarking tool
   running in mode 'latency'
   connecting to controller at 10.30.171.187:6633 
   faking 16 switches with 1 threads :: 10 tests each; 60000 ms per test
   with 100 unique source MACs per switch
   learning destination mac addresses before the test
   starting test with 5000 ms delay after features_reply
   ignoring first 1 "warmup" and last 0 "cooldown" loops
   debugging info is off
Master Thread: Creating thread-0! 
Thread-0: All switches initialized. Running at node 10.30.171.187. So far 1 cbench instances have initialized their switches.  Waiting for other cbench-instances
Thread-0: Total switches from ALL cbench-instances initialized.
00:42:08.912 16  switches: flows:  102933 102151 100868 105171 104011 104615 104656 101599 96674 98585 99907 99884 99364 99411 102287 99543  total = 27.027650 per ms 
00:43:09.012 16  switches: flows:  127329 123228 122638 124173 124315 124791 122078 123846 117506 120995 121704 118903 119952 117589 119591 119597  total = 32.416438 per ms 
00:44:09.112 16  switches: flows:  125429 123478 122690 124358 124478 125290 122451 122746 116788 119631 120420 119287 120028 118720 117833 118952  total = 32.322365 per ms 
00:45:09.213 16  switches: flows:  124880 123871 123112 123399 124200 124199 122736 121986 119507 120401 121890 121424 120210 120383 119434 119492  total = 32.464544 per ms 
00:46:09.313 16  switches: flows:  127502 126467 124834 125974 127139 127249 126207 125303 122012 123802 124919 120889 121312 121454 121630 122102  total = 33.091369 per ms 
00:47:09.413 16  switches: flows:  111349 108272 108715 110411 111522 109937 108231 108131 106045 107056 107022 105541 104908 105913 105101 104289  total = 28.659533 per ms 
00:48:09.513 16  switches: flows:  128196 126622 128032 127217 124942 126794 126577 125322 122758 125811 121436 124123 122176 124107 120204 123089  total = 33.234627 per ms 
00:49:09.614 16  switches: flows:  125585 121764 126508 124065 123675 123486 126318 123642 120584 123798 121852 122469 121483 121630 120147 120773  total = 32.741654 per ms 
00:50:09.714 16  switches: flows:  123037 120820 122294 121329 123425 122365 123737 122358 117329 121043 117795 120378 118962 119050 117431 117329  total = 32.091100 per ms 
00:51:09.814 16  switches: flows:  129150 124859 126878 126761 127165 127527 128147 126045 123732 126186 120721 124299 123502 124461 121869 123285  total = 33.354103 per ms 
RESULT: 16 switches 9 tests min/max/avg/stdev = 28659.53/33354.10/32263.97/10837.67 responses/s</msg>
<arg>${stderr}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-08-14T00:51:09.810040" elapsed="0.001079"/>
</kw>
<if>
<branch type="IF" condition="&quot;${return_stdout}&quot;!=&quot;True&quot;">
<return>
<value>${stderr}</value>
<status status="PASS" start="2026-08-14T00:51:09.811648" elapsed="0.000081"/>
</return>
<status status="PASS" start="2026-08-14T00:51:09.811304" elapsed="0.000507"/>
</branch>
<status status="PASS" start="2026-08-14T00:51:09.811251" elapsed="0.000617"/>
</if>
<if>
<branch type="IF" condition="&quot;${return_stderr}&quot;!=&quot;True&quot;">
<return>
<value>${stdout}</value>
<status status="NOT RUN" start="2026-08-14T00:51:09.812083" elapsed="0.000029"/>
</return>
<status status="NOT RUN" start="2026-08-14T00:51:09.812000" elapsed="0.000174"/>
</branch>
<status status="NOT RUN" start="2026-08-14T00:51:09.811965" elapsed="0.000257"/>
</if>
<return>
<value>${stdout}</value>
<value>${stderr}</value>
<status status="NOT RUN" start="2026-08-14T00:51:09.812296" elapsed="0.000030"/>
</return>
<kw name="Restore_Current_Ssh_Connection_From_Index" owner="SSHKeywords" type="TEARDOWN">
<kw name="Run Keyword And Return If" owner="BuiltIn">
<arg>${connection_index} is not None</arg>
<arg>SSHLibrary.Switch Connection</arg>
<arg>${connection_index}</arg>
<doc>Runs the specified keyword and returns from the enclosing user keyword.</doc>
<status status="PASS" start="2026-08-14T00:51:09.815888" elapsed="0.000338"/>
</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-08-14T00:51:09.816372" elapsed="0.000182"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-08-14T00:51:09.816685" elapsed="0.000099"/>
</kw>
<arg>${current_ssh_connection.index}</arg>
<doc>Restore active SSH connection in SSHLibrary to given index.</doc>
<status status="PASS" start="2026-08-14T00:51:09.813013" elapsed="0.003824"/>
</kw>
<msg time="2026-08-14T00:51:09.816965" level="INFO">${output} = cbench: controller benchmarking tool
   running in mode 'latency'
   connecting to controller at 10.30.171.187: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-08-14T00:41:03.374296" elapsed="606.442695"/>
</kw>
<status status="PASS" start="2026-08-14T00:41:03.373964" elapsed="606.443077"/>
</branch>
<status status="PASS" start="2026-08-14T00:41:03.373608" elapsed="606.443457"/>
</if>
<kw name="Log" owner="BuiltIn">
<msg time="2026-08-14T00:51:09.817533" level="INFO">cbench: controller benchmarking tool
   running in mode 'latency'
   connecting to controller at 10.30.171.187:6633 
   faking 16 switches with 1 threads :: 10 tests each; 60000 ms per test
   with 100 unique source MACs per switch
   learning destination mac addresses before the test
   starting test with 5000 ms delay after features_reply
   ignoring first 1 "warmup" and last 0 "cooldown" loops
   debugging info is off
Master Thread: Creating thread-0! 
Thread-0: All switches initialized. Running at node 10.30.171.187. So far 1 cbench instances have initialized their switches.  Waiting for other cbench-instances
Thread-0: Total switches from ALL cbench-instances initialized.
00:42:08.912 16  switches: flows:  102933 102151 100868 105171 104011 104615 104656 101599 96674 98585 99907 99884 99364 99411 102287 99543  total = 27.027650 per ms 
00:43:09.012 16  switches: flows:  127329 123228 122638 124173 124315 124791 122078 123846 117506 120995 121704 118903 119952 117589 119591 119597  total = 32.416438 per ms 
00:44:09.112 16  switches: flows:  125429 123478 122690 124358 124478 125290 122451 122746 116788 119631 120420 119287 120028 118720 117833 118952  total = 32.322365 per ms 
00:45:09.213 16  switches: flows:  124880 123871 123112 123399 124200 124199 122736 121986 119507 120401 121890 121424 120210 120383 119434 119492  total = 32.464544 per ms 
00:46:09.313 16  switches: flows:  127502 126467 124834 125974 127139 127249 126207 125303 122012 123802 124919 120889 121312 121454 121630 122102  total = 33.091369 per ms 
00:47:09.413 16  switches: flows:  111349 108272 108715 110411 111522 109937 108231 108131 106045 107056 107022 105541 104908 105913 105101 104289  total = 28.659533 per ms 
00:48:09.513 16  switches: flows:  128196 126622 128032 127217 124942 126794 126577 125322 122758 125811 121436 124123 122176 124107 120204 123089  total = 33.234627 per ms 
00:49:09.614 16  switches: flows:  125585 121764 126508 124065 123675 123486 126318 123642 120584 123798 121852 122469 121483 121630 120147 120773  total = 32.741654 per ms 
00:50:09.714 16  switches: flows:  123037 120820 122294 121329 123425 122365 123737 122358 117329 121043 117795 120378 118962 119050 117431 117329  total = 32.091100 per ms 
00:51:09.814 16  switches: flows:  129150 124859 126878 126761 127165 127527 128147 126045 123732 126186 120721 124299 123502 124461 121869 123285  total = 33.354103 per ms 
RESULT: 16 switches 9 tests min/max/avg/stdev = 28659.53/33354.10/32263.97/10837.67 responses/s</msg>
<arg>${output}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-08-14T00:51:09.817218" elapsed="0.000389"/>
</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-08-14T00:51:09.817754" elapsed="0.000381"/>
</kw>
<kw name="Get Lines Containing String" owner="String">
<msg time="2026-08-14T00:51:09.818536" level="INFO">1 out of 23 lines matched.</msg>
<msg time="2026-08-14T00:51:09.818628" level="INFO">${result_line} = RESULT: 16 switches 9 tests min/max/avg/stdev = 28659.53/33354.10/32263.97/10837.67 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-08-14T00:51:09.818294" elapsed="0.000359"/>
</kw>
<kw name="Split String" owner="String">
<msg time="2026-08-14T00:51:09.819060" level="INFO">@{results_list} = [ RESULT: | 16 | switches | 9 | tests | min/max/avg/stdev | = | 28659.53/33354.10/32263.97/10837.67 | 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-08-14T00:51:09.818806" elapsed="0.000281"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-08-14T00:51:09.821460" 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-08-14T00:51:09.819228" elapsed="0.002288"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-08-14T00:51:09.823854" level="INFO">28659.53/33354.10/32263.97/10837.67</msg>
<arg>${results_list[7]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-08-14T00:51:09.821660" elapsed="0.002258"/>
</kw>
<kw name="Split String" owner="String">
<msg time="2026-08-14T00:51:09.826270" 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-08-14T00:51:09.824065" elapsed="0.002233"/>
</kw>
<kw name="Split String" owner="String">
<msg time="2026-08-14T00:51:09.828699" level="INFO">@{result_value_list} = [ 28659.53 | 33354.10 | 32263.97 | 10837.67 ]</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-08-14T00:51:09.826498" elapsed="0.002229"/>
</kw>
<kw name="Get Length" owner="BuiltIn">
<msg time="2026-08-14T00:51:09.829197" level="INFO">Length is 4.</msg>
<msg time="2026-08-14T00:51:09.829286" 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-08-14T00:51:09.828879" elapsed="0.000432"/>
</kw>
<for flavor="IN RANGE">
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-08-14T00:51:09.833971" level="INFO">min :: 28659.53</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-08-14T00:51:09.829712" elapsed="0.004314"/>
</kw>
<var name="${i}">0</var>
<status status="PASS" start="2026-08-14T00:51:09.829582" elapsed="0.004478"/>
</iter>
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-08-14T00:51:09.838579" level="INFO">max :: 33354.10</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-08-14T00:51:09.834291" elapsed="0.004344"/>
</kw>
<var name="${i}">1</var>
<status status="PASS" start="2026-08-14T00:51:09.834149" elapsed="0.004520"/>
</iter>
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-08-14T00:51:09.843181" level="INFO">avg :: 32263.97</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-08-14T00:51:09.838884" elapsed="0.004353"/>
</kw>
<var name="${i}">2</var>
<status status="PASS" start="2026-08-14T00:51:09.838757" elapsed="0.004514"/>
</iter>
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-08-14T00:51:09.847756" level="INFO">stdev :: 10837.67</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-08-14T00:51:09.843504" elapsed="0.004308"/>
</kw>
<var name="${i}">3</var>
<status status="PASS" start="2026-08-14T00:51:09.843362" elapsed="0.004484"/>
</iter>
<var>${i}</var>
<value>0</value>
<value>${num_stats}</value>
<status status="PASS" start="2026-08-14T00:51:09.829394" elapsed="0.018484"/>
</for>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-08-14T00:51:09.851794" level="INFO">${min} = 28659.53</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-08-14T00:51:09.848038" elapsed="0.003783"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-08-14T00:51:09.855902" level="INFO">${max} = 33354.10</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-08-14T00:51:09.851971" elapsed="0.003958"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-08-14T00:51:09.859985" level="INFO">${average} = 32263.97</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-08-14T00:51:09.856080" elapsed="0.003932"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-08-14T00:51:09.863944" level="INFO">${stdev} = 10837.67</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-08-14T00:51:09.860162" elapsed="0.003808"/>
</kw>
<kw name="Get Time" owner="BuiltIn">
<msg time="2026-08-14T00:51:09.864502" level="INFO">${date} = 2026-08-14 00:51:09</msg>
<var>${date}</var>
<arg>d,m,s</arg>
<doc>Returns the given time in the requested format.</doc>
<status status="PASS" start="2026-08-14T00:51:09.864128" elapsed="0.000400"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-08-14T00:51:09.865099" level="INFO">CBench Result: 2026-08-14 00:51:09,-m 60000 -M 100 -S 16 -l 10 -D 5000 -p 6633,28659.53,33354.10,32263.97,10837.67</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-08-14T00:51:09.864672" elapsed="0.000483"/>
</kw>
<kw name="Log Results And Determine Status">
<kw name="Append To File" owner="OperatingSystem">
<msg time="2026-08-14T00:51:09.866157" 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-08-14T00:51:09.865771" elapsed="0.000451"/>
</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-08-14T00:51:09.866371" elapsed="0.000474"/>
</kw>
<arg>${min}</arg>
<arg>${max}</arg>
<arg>${average}</arg>
<arg>${average_threshold}</arg>
<arg>${output_filename}</arg>
<status status="PASS" start="2026-08-14T00:51:09.865291" elapsed="0.001618"/>
</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-08-14T00:41:03.372492" elapsed="606.494478"/>
</kw>
<kw name="Sleep" owner="BuiltIn">
<msg time="2026-08-14T00:51:09.867450" 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-08-14T00:51:09.867118" elapsed="0.000389"/>
</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-08-14T00:51:09.868012" elapsed="0.000264"/>
</kw>
<status status="PASS" start="2026-08-14T00:51:09.867715" elapsed="0.000632"/>
</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-08-14T00:41:03.369433" elapsed="606.498968"/>
</test>
<test id="s1-t2" name="Cbench Throughput Test" line="51">
<kw name="Log" owner="BuiltIn">
<msg time="2026-08-14T00:51:09.869837" 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-08-14T00:51:09.869459" elapsed="0.000434"/>
</kw>
<kw name="Run Cbench And Log Results">
<kw name="Set Suite Variable" owner="BuiltIn">
<msg time="2026-08-14T00:51:09.871112" 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-08-14T00:51:09.870786" elapsed="0.000369"/>
</kw>
<if>
<branch type="IF" condition="&quot;${cbench_system}&quot; == &quot;localhost&quot;">
<kw name="Run" owner="OperatingSystem">
<var>${output}</var>
<arg>${cbench_executable} -c ${ODL_SYSTEM_IP} ${cbench_args}</arg>
<doc>_This keyword is considered deprecated. Use the
[http://robotframework.org/robotframework/latest/libraries/Process.html|
Process] library instead._</doc>
<status status="NOT RUN" start="2026-08-14T00:51:09.871494" elapsed="0.000021"/>
</kw>
<status status="NOT RUN" start="2026-08-14T00:51:09.871263" elapsed="0.000289"/>
</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-08-14T00:51:09.874562" elapsed="0.000022"/>
</kw>
<status status="NOT RUN" start="2026-08-14T00:51:09.874303" elapsed="0.000315"/>
</branch>
<status status="PASS" start="2026-08-14T00:51:09.874284" elapsed="0.000358"/>
</if>
<kw name="Get Connection" owner="SSHLibrary">
<msg time="2026-08-14T00:51:09.874953" 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-08-14T00:51:09.875071" 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-08-14T00:51:09.874768" elapsed="0.000329"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-08-14T00:51:09.875660" level="INFO">Attempting to execute command "/usr/local/bin/cbench -c 10.30.171.187 -t -m 60000 -M 100 -S 16 -l 10 -D 5000 -p 6633" on remote system "10.30.170.204" 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-08-14T00:51:09.875229" elapsed="0.000488"/>
</kw>
<kw name="Open Connection" owner="SSHLibrary">
<msg time="2026-08-14T00:51:09.876241" 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-08-14T00:51:09.875853" elapsed="0.000415"/>
</kw>
<kw name="Flexible_SSH_Login" owner="SSHKeywords">
<kw name="Get Length" owner="BuiltIn">
<msg time="2026-08-14T00:51:09.877170" level="INFO">Length is 0.</msg>
<msg time="2026-08-14T00:51:09.877259" 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-08-14T00:51:09.876856" elapsed="0.000427"/>
</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-08-14T00:51:09.877439" elapsed="0.000322"/>
</kw>
<kw name="Run Keyword And Return" owner="BuiltIn">
<kw name="Login With Public Key" owner="SSHLibrary">
<msg time="2026-08-14T00:51:09.878622" level="INFO">Logging into '10.30.170.204:22' as 'jenkins'.</msg>
<msg time="2026-08-14T00:51:10.467059" level="INFO">Read output: Welcome to Ubuntu 22.04.5 LTS (GNU/Linux 5.15.0-186-generic x86_64)

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

 System information as of Fri Aug 14 00:51:10 UTC 2026

  System load:  1.0                Processes:             104
  Usage of /:   19.7% of 38.58GB   Users logged in:       0
  Memory usage: 4%                 IPv4 address for ens3: 10.30.170.204
  Swap usage:   0%


Expanded Security Maintenance for Applications is not enabled.

0 updates can be applied immediately.

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


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


Last login: Fri Aug 14 00:41:03 2026 from 10.30.170.122
[?2004h[jenkins@releng-63164-370-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-08-14T00:51:09.878254" elapsed="0.588942"/>
</kw>
<msg time="2026-08-14T00:51:10.467268" 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-08-14T00:51:09.877916" elapsed="0.589428"/>
</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-08-14T00:51:09.876487" elapsed="0.590967"/>
</kw>
<kw name="Execute Command" owner="SSHLibrary">
<msg time="2026-08-14T00:51:10.467905" level="INFO">Executing command '/usr/local/bin/cbench -c 10.30.171.187 -t -m 60000 -M 100 -S 16 -l 10 -D 5000 -p 6633'.</msg>
<msg time="2026-08-14T01:01:16.521672" level="INFO">Command exited with return code 0.</msg>
<msg time="2026-08-14T01:01:16.522243" level="INFO">${stdout} = </msg>
<msg time="2026-08-14T01:01:16.522351" level="INFO">${stderr} = cbench: controller benchmarking tool
   running in mode 'throughput'
   connecting to controller at 10.30.171.187: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-08-14T00:51:10.467632" elapsed="606.054821"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-08-14T01:01:16.522925" elapsed="0.000741"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-08-14T01:01:16.524979" level="INFO">cbench: controller benchmarking tool
   running in mode 'throughput'
   connecting to controller at 10.30.171.187:6633 
   faking 16 switches with 1 threads :: 10 tests each; 60000 ms per test
   with 100 unique source MACs per switch
   learning destination mac addresses before the test
   starting test with 5000 ms delay after features_reply
   ignoring first 1 "warmup" and last 0 "cooldown" loops
   debugging info is off
Master Thread: Creating thread-0! 
Thread-0: All switches initialized. Running at node 10.30.171.187. So far 1 cbench instances have initialized their switches.  Waiting for other cbench-instances
Thread-0: Total switches from ALL cbench-instances initialized.
00:52:15.604 16  switches: flows:  637798 652955 649305 657910 643905 648685 627540 644445 620133 654624 637022 636530 572136 636684 641217 657647  total = 170.308933 per ms 
00:53:15.707 16  switches: flows:  600808 639982 629765 602757 632848 608897 533452 604821 597608 523746 610919 620518 560022 617958 547596 542929  total = 157.641429 per ms 
00:54:15.809 16  switches: flows:  647489 641688 662233 646035 644205 639123 645917 618961 620503 617900 630279 633360 653890 617452 646017 634481  total = 169.705759 per ms 
00:55:15.910 16  switches: flows:  610101 642572 651213 641585 635307 631636 628289 646734 654630 656008 637964 649047 616457 635106 639733 650047  total = 170.154720 per ms 
00:56:16.012 16  switches: flows:  627847 630683 648193 649200 647052 652837 632662 644761 652519 643122 635269 661731 647922 628771 646349 645171  total = 171.277754 per ms 
00:57:16.114 16  switches: flows:  668465 669009 683230 672180 658212 671644 669618 675499 655763 677690 669506 664739 676673 669745 667630 669230  total = 178.347631 per ms 
00:58:16.215 16  switches: flows:  693762 692778 711039 693287 693956 694165 695263 694504 689235 697297 697913 690518 698336 696678 704530 698848  total = 185.390817 per ms 
00:59:16.316 16  switches: flows:  713608 698062 695100 691720 692895 691296 681534 691497 687542 695815 686638 686730 686968 684085 690829 684956  total = 184.012048 per ms 
01:00:16.417 16  switches: flows:  702483 714953 721530 713228 718713 710369 702740 690900 704595 702208 706860 705515 719417 708982 709593 706722  total = 188.661892 per ms 
01:01:16.519 16  switches: flows:  730172 723608 734826 729408 723966 722293 732697 720872 730949 728085 731138 748569 716503 724327 725307 725811  total = 193.814708 per ms 
RESULT: 16 switches 9 tests min/max/avg/stdev = 157641.43/193814.71/177667.42/60193.57 responses/s</msg>
<arg>${stderr}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-08-14T01:01:16.524048" elapsed="0.001376"/>
</kw>
<if>
<branch type="IF" condition="&quot;${return_stdout}&quot;!=&quot;True&quot;">
<return>
<value>${stderr}</value>
<status status="PASS" start="2026-08-14T01:01:16.526067" elapsed="0.000104"/>
</return>
<status status="PASS" start="2026-08-14T01:01:16.525667" elapsed="0.000597"/>
</branch>
<status status="PASS" start="2026-08-14T01:01:16.525600" elapsed="0.000723"/>
</if>
<if>
<branch type="IF" condition="&quot;${return_stderr}&quot;!=&quot;True&quot;">
<return>
<value>${stdout}</value>
<status status="NOT RUN" start="2026-08-14T01:01:16.526599" elapsed="0.000029"/>
</return>
<status status="NOT RUN" start="2026-08-14T01:01:16.526513" elapsed="0.000180"/>
</branch>
<status status="NOT RUN" start="2026-08-14T01:01:16.526469" elapsed="0.000274"/>
</if>
<return>
<value>${stdout}</value>
<value>${stderr}</value>
<status status="NOT RUN" start="2026-08-14T01:01:16.526813" elapsed="0.000031"/>
</return>
<kw name="Restore_Current_Ssh_Connection_From_Index" owner="SSHKeywords" type="TEARDOWN">
<kw name="Run Keyword And Return If" owner="BuiltIn">
<arg>${connection_index} is not None</arg>
<arg>SSHLibrary.Switch Connection</arg>
<arg>${connection_index}</arg>
<doc>Runs the specified keyword and returns from the enclosing user keyword.</doc>
<status status="PASS" start="2026-08-14T01:01:16.532473" elapsed="0.000792"/>
</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-08-14T01:01:16.533627" elapsed="0.000375"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-08-14T01:01:16.534148" elapsed="0.000102"/>
</kw>
<arg>${current_ssh_connection.index}</arg>
<doc>Restore active SSH connection in SSHLibrary to given index.</doc>
<status status="PASS" start="2026-08-14T01:01:16.527584" elapsed="0.006719"/>
</kw>
<msg time="2026-08-14T01:01:16.534450" level="INFO">${output} = cbench: controller benchmarking tool
   running in mode 'throughput'
   connecting to controller at 10.30.171.187: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-08-14T00:51:09.871884" elapsed="606.662593"/>
</kw>
<status status="PASS" start="2026-08-14T00:51:09.871577" elapsed="606.662950"/>
</branch>
<status status="PASS" start="2026-08-14T00:51:09.871243" elapsed="606.663309"/>
</if>
<kw name="Log" owner="BuiltIn">
<msg time="2026-08-14T01:01:16.534981" level="INFO">cbench: controller benchmarking tool
   running in mode 'throughput'
   connecting to controller at 10.30.171.187:6633 
   faking 16 switches with 1 threads :: 10 tests each; 60000 ms per test
   with 100 unique source MACs per switch
   learning destination mac addresses before the test
   starting test with 5000 ms delay after features_reply
   ignoring first 1 "warmup" and last 0 "cooldown" loops
   debugging info is off
Master Thread: Creating thread-0! 
Thread-0: All switches initialized. Running at node 10.30.171.187. So far 1 cbench instances have initialized their switches.  Waiting for other cbench-instances
Thread-0: Total switches from ALL cbench-instances initialized.
00:52:15.604 16  switches: flows:  637798 652955 649305 657910 643905 648685 627540 644445 620133 654624 637022 636530 572136 636684 641217 657647  total = 170.308933 per ms 
00:53:15.707 16  switches: flows:  600808 639982 629765 602757 632848 608897 533452 604821 597608 523746 610919 620518 560022 617958 547596 542929  total = 157.641429 per ms 
00:54:15.809 16  switches: flows:  647489 641688 662233 646035 644205 639123 645917 618961 620503 617900 630279 633360 653890 617452 646017 634481  total = 169.705759 per ms 
00:55:15.910 16  switches: flows:  610101 642572 651213 641585 635307 631636 628289 646734 654630 656008 637964 649047 616457 635106 639733 650047  total = 170.154720 per ms 
00:56:16.012 16  switches: flows:  627847 630683 648193 649200 647052 652837 632662 644761 652519 643122 635269 661731 647922 628771 646349 645171  total = 171.277754 per ms 
00:57:16.114 16  switches: flows:  668465 669009 683230 672180 658212 671644 669618 675499 655763 677690 669506 664739 676673 669745 667630 669230  total = 178.347631 per ms 
00:58:16.215 16  switches: flows:  693762 692778 711039 693287 693956 694165 695263 694504 689235 697297 697913 690518 698336 696678 704530 698848  total = 185.390817 per ms 
00:59:16.316 16  switches: flows:  713608 698062 695100 691720 692895 691296 681534 691497 687542 695815 686638 686730 686968 684085 690829 684956  total = 184.012048 per ms 
01:00:16.417 16  switches: flows:  702483 714953 721530 713228 718713 710369 702740 690900 704595 702208 706860 705515 719417 708982 709593 706722  total = 188.661892 per ms 
01:01:16.519 16  switches: flows:  730172 723608 734826 729408 723966 722293 732697 720872 730949 728085 731138 748569 716503 724327 725307 725811  total = 193.814708 per ms 
RESULT: 16 switches 9 tests min/max/avg/stdev = 157641.43/193814.71/177667.42/60193.57 responses/s</msg>
<arg>${output}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-08-14T01:01:16.534691" elapsed="0.000364"/>
</kw>
<kw name="Should Contain" owner="BuiltIn">
<arg>${output}</arg>
<arg>RESULT</arg>
<doc>Fails if ``container`` does not contain ``item`` one or more times.</doc>
<status status="PASS" start="2026-08-14T01:01:16.535201" elapsed="0.000392"/>
</kw>
<kw name="Get Lines Containing String" owner="String">
<msg time="2026-08-14T01:01:16.535982" level="INFO">1 out of 23 lines matched.</msg>
<msg time="2026-08-14T01:01:16.536072" level="INFO">${result_line} = RESULT: 16 switches 9 tests min/max/avg/stdev = 157641.43/193814.71/177667.42/60193.57 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-08-14T01:01:16.535753" elapsed="0.000345"/>
</kw>
<kw name="Split String" owner="String">
<msg time="2026-08-14T01:01:16.536550" level="INFO">@{results_list} = [ RESULT: | 16 | switches | 9 | tests | min/max/avg/stdev | = | 157641.43/193814.71/177667.42/60193.57 | 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-08-14T01:01:16.536251" elapsed="0.000329"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-08-14T01:01:16.539066" 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-08-14T01:01:16.536728" elapsed="0.002401"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-08-14T01:01:16.541605" level="INFO">157641.43/193814.71/177667.42/60193.57</msg>
<arg>${results_list[7]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-08-14T01:01:16.539282" elapsed="0.002379"/>
</kw>
<kw name="Split String" owner="String">
<msg time="2026-08-14T01:01:16.544020" 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-08-14T01:01:16.541809" elapsed="0.002240"/>
</kw>
<kw name="Split String" owner="String">
<msg time="2026-08-14T01:01:16.546492" level="INFO">@{result_value_list} = [ 157641.43 | 193814.71 | 177667.42 | 60193.57 ]</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-08-14T01:01:16.544251" elapsed="0.002269"/>
</kw>
<kw name="Get Length" owner="BuiltIn">
<msg time="2026-08-14T01:01:16.547008" level="INFO">Length is 4.</msg>
<msg time="2026-08-14T01:01:16.547106" 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-08-14T01:01:16.546674" elapsed="0.000456"/>
</kw>
<for flavor="IN RANGE">
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-08-14T01:01:16.553077" level="INFO">min :: 157641.43</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-08-14T01:01:16.547635" elapsed="0.005521"/>
</kw>
<var name="${i}">0</var>
<status status="PASS" start="2026-08-14T01:01:16.547462" elapsed="0.005731"/>
</iter>
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-08-14T01:01:16.558228" level="INFO">max :: 193814.71</msg>
<arg>${result_name_list[${i}]} :: ${result_value_list[${i}]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-08-14T01:01:16.553451" elapsed="0.004836"/>
</kw>
<var name="${i}">1</var>
<status status="PASS" start="2026-08-14T01:01:16.553287" elapsed="0.005036"/>
</iter>
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-08-14T01:01:16.563150" level="INFO">avg :: 177667.42</msg>
<arg>${result_name_list[${i}]} :: ${result_value_list[${i}]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-08-14T01:01:16.558570" elapsed="0.004641"/>
</kw>
<var name="${i}">2</var>
<status status="PASS" start="2026-08-14T01:01:16.558438" elapsed="0.004809"/>
</iter>
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-08-14T01:01:16.568277" level="INFO">stdev :: 60193.57</msg>
<arg>${result_name_list[${i}]} :: ${result_value_list[${i}]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-08-14T01:01:16.563530" elapsed="0.004804"/>
</kw>
<var name="${i}">3</var>
<status status="PASS" start="2026-08-14T01:01:16.563348" elapsed="0.005022"/>
</iter>
<var>${i}</var>
<value>0</value>
<value>${num_stats}</value>
<status status="PASS" start="2026-08-14T01:01:16.547199" elapsed="0.021221"/>
</for>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-08-14T01:01:16.572436" level="INFO">${min} = 157641.43</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-08-14T01:01:16.568584" elapsed="0.003881"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-08-14T01:01:16.576592" level="INFO">${max} = 193814.71</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-08-14T01:01:16.572622" elapsed="0.004001"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-08-14T01:01:16.580645" level="INFO">${average} = 177667.42</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-08-14T01:01:16.576787" elapsed="0.003887"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-08-14T01:01:16.584760" level="INFO">${stdev} = 60193.57</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-08-14T01:01:16.580840" elapsed="0.003949"/>
</kw>
<kw name="Get Time" owner="BuiltIn">
<msg time="2026-08-14T01:01:16.585409" level="INFO">${date} = 2026-08-14 01:01:16</msg>
<var>${date}</var>
<arg>d,m,s</arg>
<doc>Returns the given time in the requested format.</doc>
<status status="PASS" start="2026-08-14T01:01:16.584985" elapsed="0.000454"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-08-14T01:01:16.586023" level="INFO">CBench Result: 2026-08-14 01:01:16,-t -m 60000 -M 100 -S 16 -l 10 -D 5000 -p 6633,157641.43,193814.71,177667.42,60193.57</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-08-14T01:01:16.585590" elapsed="0.000492"/>
</kw>
<kw name="Log Results And Determine Status">
<kw name="Append To File" owner="OperatingSystem">
<msg time="2026-08-14T01:01:16.587236" 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-08-14T01:01:16.586782" elapsed="0.000523"/>
</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-08-14T01:01:16.587484" elapsed="0.000483"/>
</kw>
<arg>${min}</arg>
<arg>${max}</arg>
<arg>${average}</arg>
<arg>${average_threshold}</arg>
<arg>${output_filename}</arg>
<status status="PASS" start="2026-08-14T01:01:16.586258" elapsed="0.001776"/>
</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-08-14T00:51:09.870198" elapsed="606.717911"/>
</kw>
<kw name="Sleep" owner="BuiltIn">
<msg time="2026-08-14T01:01:16.588623" 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-08-14T01:01:16.588266" elapsed="0.000415"/>
</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-08-14T01:01:16.589247" elapsed="0.000299"/>
</kw>
<status status="PASS" start="2026-08-14T01:01:16.588900" elapsed="0.000719"/>
</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-08-14T00:51:09.868825" elapsed="606.720833"/>
</test>
<test id="s1-t3" name="Rerun Latency Test To Check Bug 6176" line="65">
<kw name="Log" owner="BuiltIn">
<msg time="2026-08-14T01:01:16.590868" 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-08-14T01:01:16.590489" elapsed="0.000438"/>
</kw>
<kw name="Run Cbench And Log Results">
<kw name="Set Suite Variable" owner="BuiltIn">
<msg time="2026-08-14T01:01:16.592158" 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-08-14T01:01:16.591829" elapsed="0.000371"/>
</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-08-14T01:01:16.592598" elapsed="0.000023"/>
</kw>
<status status="NOT RUN" start="2026-08-14T01:01:16.592333" elapsed="0.000326"/>
</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-08-14T01:01:16.595853" elapsed="0.000026"/>
</kw>
<status status="NOT RUN" start="2026-08-14T01:01:16.595601" elapsed="0.000314"/>
</branch>
<status status="PASS" start="2026-08-14T01:01:16.595581" elapsed="0.000358"/>
</if>
<kw name="Get Connection" owner="SSHLibrary">
<msg time="2026-08-14T01:01:16.596279" 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-08-14T01:01:16.596422" 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-08-14T01:01:16.596073" elapsed="0.000379"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-08-14T01:01:16.597053" level="INFO">Attempting to execute command "/usr/local/bin/cbench -c 10.30.171.187 -m 60000 -M 100 -S 16 -l 10 -D 5000 -p 6633" on remote system "10.30.170.204" 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-08-14T01:01:16.596586" elapsed="0.000528"/>
</kw>
<kw name="Open Connection" owner="SSHLibrary">
<msg time="2026-08-14T01:01:16.597690" 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-08-14T01:01:16.597254" elapsed="0.000464"/>
</kw>
<kw name="Flexible_SSH_Login" owner="SSHKeywords">
<kw name="Get Length" owner="BuiltIn">
<msg time="2026-08-14T01:01:16.598666" level="INFO">Length is 0.</msg>
<msg time="2026-08-14T01:01:16.598755" 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-08-14T01:01:16.598316" elapsed="0.000464"/>
</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-08-14T01:01:16.598928" elapsed="0.000325"/>
</kw>
<kw name="Run Keyword And Return" owner="BuiltIn">
<kw name="Login With Public Key" owner="SSHLibrary">
<msg time="2026-08-14T01:01:16.600166" level="INFO">Logging into '10.30.170.204:22' as 'jenkins'.</msg>
<msg time="2026-08-14T01:01:17.229020" level="INFO">Read output: Welcome to Ubuntu 22.04.5 LTS (GNU/Linux 5.15.0-186-generic x86_64)

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

 System information as of Fri Aug 14 01:01:16 UTC 2026

  System load:  0.23               Processes:             104
  Usage of /:   19.7% of 38.58GB   Users logged in:       0
  Memory usage: 4%                 IPv4 address for ens3: 10.30.170.204
  Swap usage:   0%


Expanded Security Maintenance for Applications is not enabled.

0 updates can be applied immediately.

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


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


Last login: Fri Aug 14 00:51:10 2026 from 10.30.170.122
[?2004h[jenkins@releng-63164-370-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-08-14T01:01:16.599807" elapsed="0.629466"/>
</kw>
<msg time="2026-08-14T01:01:17.229396" 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-08-14T01:01:16.599445" elapsed="0.630061"/>
</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-08-14T01:01:16.597928" elapsed="0.631717"/>
</kw>
<kw name="Execute Command" owner="SSHLibrary">
<msg time="2026-08-14T01:01:17.230329" level="INFO">Executing command '/usr/local/bin/cbench -c 10.30.171.187 -m 60000 -M 100 -S 16 -l 10 -D 5000 -p 6633'.</msg>
<msg time="2026-08-14T01:11:23.298991" level="INFO">Command exited with return code 0.</msg>
<msg time="2026-08-14T01:11:23.299890" level="INFO">${stdout} = </msg>
<msg time="2026-08-14T01:11:23.299940" level="INFO">${stderr} = cbench: controller benchmarking tool
   running in mode 'latency'
   connecting to controller at 10.30.171.187: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-08-14T01:01:17.229936" elapsed="606.070036"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-08-14T01:11:23.300686" elapsed="0.000395"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-08-14T01:11:23.301645" level="INFO">cbench: controller benchmarking tool
   running in mode 'latency'
   connecting to controller at 10.30.171.187:6633 
   faking 16 switches with 1 threads :: 10 tests each; 60000 ms per test
   with 100 unique source MACs per switch
   learning destination mac addresses before the test
   starting test with 5000 ms delay after features_reply
   ignoring first 1 "warmup" and last 0 "cooldown" loops
   debugging info is off
Master Thread: Creating thread-0! 
Thread-0: All switches initialized. Running at node 10.30.171.187. So far 1 cbench instances have initialized their switches.  Waiting for other cbench-instances
Thread-0: Total switches from ALL cbench-instances initialized.
01:02:22.380 16  switches: flows:  112946 112165 111154 111044 110959 112381 112209 133108 110238 110515 108900 110014 109946 111352 110593 110663  total = 29.969783 per ms 
01:03:22.481 16  switches: flows:  127758 123919 122215 122143 123022 123545 124925 122916 121114 126840 120634 123748 124435 124917 123209 124934  total = 32.949560 per ms 
01:04:22.582 16  switches: flows:  125008 120583 120849 118875 121107 120204 122838 121565 119534 123662 119716 119389 122225 121779 119462 122634  total = 32.269958 per ms 
01:05:22.683 16  switches: flows:  115240 113630 113905 113033 113781 112864 112774 113500 111722 112255 111094 111686 112365 113015 112207 111980  total = 30.034032 per ms 
01:06:22.784 16  switches: flows:  119175 117643 118764 120120 116255 117967 119615 116690 114970 114302 114161 113707 117197 116728 114506 115660  total = 31.072453 per ms 
01:07:22.886 16  switches: flows:  126874 125363 121074 125258 124996 123337 124483 122060 120226 120412 120850 120991 121291 123867 121968 123724  total = 32.724651 per ms 
01:08:22.987 16  switches: flows:  124587 123451 121056 123122 122539 121356 122563 121209 119404 117887 121022 118541 119306 122588 119518 123083  total = 32.299942 per ms 
01:09:23.088 16  switches: flows:  108952 108612 107227 107921 108898 109278 106963 110538 109389 106324 106067 106050 109383 107825 108360 109839  total = 28.812330 per ms 
01:10:23.189 16  switches: flows:  121416 121607 118645 118872 122585 120209 119680 120994 119536 120631 117532 119104 121118 120553 120994 120175  total = 32.007385 per ms 
01:11:23.290 16  switches: flows:  125886 123759 123546 124011 124867 123608 122009 124092 123144 122556 121802 123695 122907 123563 123259 124090  total = 32.891629 per ms 
RESULT: 16 switches 9 tests min/max/avg/stdev = 28812.33/32949.56/31673.55/10643.34 responses/s</msg>
<arg>${stderr}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-08-14T01:11:23.301264" elapsed="0.000574"/>
</kw>
<if>
<branch type="IF" condition="&quot;${return_stdout}&quot;!=&quot;True&quot;">
<return>
<value>${stderr}</value>
<status status="PASS" start="2026-08-14T01:11:23.302099" elapsed="0.000041"/>
</return>
<status status="PASS" start="2026-08-14T01:11:23.301937" elapsed="0.000242"/>
</branch>
<status status="PASS" start="2026-08-14T01:11:23.301909" elapsed="0.000296"/>
</if>
<if>
<branch type="IF" condition="&quot;${return_stderr}&quot;!=&quot;True&quot;">
<return>
<value>${stdout}</value>
<status status="NOT RUN" start="2026-08-14T01:11:23.302298" elapsed="0.000013"/>
</return>
<status status="NOT RUN" start="2026-08-14T01:11:23.302262" elapsed="0.000076"/>
</branch>
<status status="NOT RUN" start="2026-08-14T01:11:23.302247" elapsed="0.000111"/>
</if>
<return>
<value>${stdout}</value>
<value>${stderr}</value>
<status status="NOT RUN" start="2026-08-14T01:11:23.302404" elapsed="0.000014"/>
</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-08-14T01:11:23.305144" elapsed="0.000351"/>
</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-08-14T01:11:23.305642" elapsed="0.000163"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-08-14T01:11:23.305933" elapsed="0.000098"/>
</kw>
<arg>${current_ssh_connection.index}</arg>
<doc>Restore active SSH connection in SSHLibrary to given index.</doc>
<status status="PASS" start="2026-08-14T01:11:23.302738" elapsed="0.003346"/>
</kw>
<msg time="2026-08-14T01:11:23.306214" level="INFO">${output} = cbench: controller benchmarking tool
   running in mode 'latency'
   connecting to controller at 10.30.171.187: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-08-14T01:01:16.593049" elapsed="606.713192"/>
</kw>
<status status="PASS" start="2026-08-14T01:01:16.592687" elapsed="606.713603"/>
</branch>
<status status="PASS" start="2026-08-14T01:01:16.592307" elapsed="606.714006"/>
</if>
<kw name="Log" owner="BuiltIn">
<msg time="2026-08-14T01:11:23.306759" level="INFO">cbench: controller benchmarking tool
   running in mode 'latency'
   connecting to controller at 10.30.171.187:6633 
   faking 16 switches with 1 threads :: 10 tests each; 60000 ms per test
   with 100 unique source MACs per switch
   learning destination mac addresses before the test
   starting test with 5000 ms delay after features_reply
   ignoring first 1 "warmup" and last 0 "cooldown" loops
   debugging info is off
Master Thread: Creating thread-0! 
Thread-0: All switches initialized. Running at node 10.30.171.187. So far 1 cbench instances have initialized their switches.  Waiting for other cbench-instances
Thread-0: Total switches from ALL cbench-instances initialized.
01:02:22.380 16  switches: flows:  112946 112165 111154 111044 110959 112381 112209 133108 110238 110515 108900 110014 109946 111352 110593 110663  total = 29.969783 per ms 
01:03:22.481 16  switches: flows:  127758 123919 122215 122143 123022 123545 124925 122916 121114 126840 120634 123748 124435 124917 123209 124934  total = 32.949560 per ms 
01:04:22.582 16  switches: flows:  125008 120583 120849 118875 121107 120204 122838 121565 119534 123662 119716 119389 122225 121779 119462 122634  total = 32.269958 per ms 
01:05:22.683 16  switches: flows:  115240 113630 113905 113033 113781 112864 112774 113500 111722 112255 111094 111686 112365 113015 112207 111980  total = 30.034032 per ms 
01:06:22.784 16  switches: flows:  119175 117643 118764 120120 116255 117967 119615 116690 114970 114302 114161 113707 117197 116728 114506 115660  total = 31.072453 per ms 
01:07:22.886 16  switches: flows:  126874 125363 121074 125258 124996 123337 124483 122060 120226 120412 120850 120991 121291 123867 121968 123724  total = 32.724651 per ms 
01:08:22.987 16  switches: flows:  124587 123451 121056 123122 122539 121356 122563 121209 119404 117887 121022 118541 119306 122588 119518 123083  total = 32.299942 per ms 
01:09:23.088 16  switches: flows:  108952 108612 107227 107921 108898 109278 106963 110538 109389 106324 106067 106050 109383 107825 108360 109839  total = 28.812330 per ms 
01:10:23.189 16  switches: flows:  121416 121607 118645 118872 122585 120209 119680 120994 119536 120631 117532 119104 121118 120553 120994 120175  total = 32.007385 per ms 
01:11:23.290 16  switches: flows:  125886 123759 123546 124011 124867 123608 122009 124092 123144 122556 121802 123695 122907 123563 123259 124090  total = 32.891629 per ms 
RESULT: 16 switches 9 tests min/max/avg/stdev = 28812.33/32949.56/31673.55/10643.34 responses/s</msg>
<arg>${output}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-08-14T01:11:23.306471" elapsed="0.000361"/>
</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-08-14T01:11:23.306983" elapsed="0.000374"/>
</kw>
<kw name="Get Lines Containing String" owner="String">
<msg time="2026-08-14T01:11:23.307784" level="INFO">1 out of 23 lines matched.</msg>
<msg time="2026-08-14T01:11:23.307874" level="INFO">${result_line} = RESULT: 16 switches 9 tests min/max/avg/stdev = 28812.33/32949.56/31673.55/10643.34 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-08-14T01:11:23.307562" elapsed="0.000336"/>
</kw>
<kw name="Split String" owner="String">
<msg time="2026-08-14T01:11:23.308302" level="INFO">@{results_list} = [ RESULT: | 16 | switches | 9 | tests | min/max/avg/stdev | = | 28812.33/32949.56/31673.55/10643.34 | 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-08-14T01:11:23.308051" elapsed="0.000277"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-08-14T01:11:23.310698" 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-08-14T01:11:23.308486" elapsed="0.002268"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-08-14T01:11:23.313099" level="INFO">28812.33/32949.56/31673.55/10643.34</msg>
<arg>${results_list[7]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-08-14T01:11:23.310899" elapsed="0.002255"/>
</kw>
<kw name="Split String" owner="String">
<msg time="2026-08-14T01:11:23.315504" 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-08-14T01:11:23.313302" elapsed="0.002230"/>
</kw>
<kw name="Split String" owner="String">
<msg time="2026-08-14T01:11:23.317954" level="INFO">@{result_value_list} = [ 28812.33 | 32949.56 | 31673.55 | 10643.34 ]</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-08-14T01:11:23.315756" elapsed="0.002225"/>
</kw>
<kw name="Get Length" owner="BuiltIn">
<msg time="2026-08-14T01:11:23.318454" level="INFO">Length is 4.</msg>
<msg time="2026-08-14T01:11:23.318543" 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-08-14T01:11:23.318133" elapsed="0.000435"/>
</kw>
<for flavor="IN RANGE">
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-08-14T01:11:23.323204" level="INFO">min :: 28812.33</msg>
<arg>${result_name_list[${i}]} :: ${result_value_list[${i}]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-08-14T01:11:23.318942" elapsed="0.004319"/>
</kw>
<var name="${i}">0</var>
<status status="PASS" start="2026-08-14T01:11:23.318817" elapsed="0.004478"/>
</iter>
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-08-14T01:11:23.327807" level="INFO">max :: 32949.56</msg>
<arg>${result_name_list[${i}]} :: ${result_value_list[${i}]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-08-14T01:11:23.323522" elapsed="0.004342"/>
</kw>
<var name="${i}">1</var>
<status status="PASS" start="2026-08-14T01:11:23.323384" elapsed="0.004514"/>
</iter>
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-08-14T01:11:23.333325" level="INFO">avg :: 31673.55</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-08-14T01:11:23.328104" elapsed="0.005280"/>
</kw>
<var name="${i}">2</var>
<status status="PASS" start="2026-08-14T01:11:23.327980" elapsed="0.005451"/>
</iter>
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-08-14T01:11:23.337886" level="INFO">stdev :: 10643.34</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-08-14T01:11:23.333643" elapsed="0.004299"/>
</kw>
<var name="${i}">3</var>
<status status="PASS" start="2026-08-14T01:11:23.333515" elapsed="0.004460"/>
</iter>
<var>${i}</var>
<value>0</value>
<value>${num_stats}</value>
<status status="PASS" start="2026-08-14T01:11:23.318633" elapsed="0.019372"/>
</for>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-08-14T01:11:23.342051" level="INFO">${min} = 28812.33</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-08-14T01:11:23.338160" elapsed="0.003918"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-08-14T01:11:23.346062" level="INFO">${max} = 32949.56</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-08-14T01:11:23.342230" elapsed="0.003859"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-08-14T01:11:23.350199" level="INFO">${average} = 31673.55</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-08-14T01:11:23.346241" elapsed="0.003986"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-08-14T01:11:23.354122" level="INFO">${stdev} = 10643.34</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-08-14T01:11:23.350382" elapsed="0.003766"/>
</kw>
<kw name="Get Time" owner="BuiltIn">
<msg time="2026-08-14T01:11:23.354704" level="INFO">${date} = 2026-08-14 01:11:23</msg>
<var>${date}</var>
<arg>d,m,s</arg>
<doc>Returns the given time in the requested format.</doc>
<status status="PASS" start="2026-08-14T01:11:23.354327" elapsed="0.000403"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-08-14T01:11:23.355292" level="INFO">CBench Result: 2026-08-14 01:11:23,-m 60000 -M 100 -S 16 -l 10 -D 5000 -p 6633,28812.33,32949.56,31673.55,10643.34</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-08-14T01:11:23.354873" elapsed="0.000475"/>
</kw>
<kw name="Log Results And Determine Status">
<kw name="Append To File" owner="OperatingSystem">
<msg time="2026-08-14T01:11:23.356521" 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-08-14T01:11:23.356031" elapsed="0.000559"/>
</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-08-14T01:11:23.356739" elapsed="0.000467"/>
</kw>
<arg>${min}</arg>
<arg>${max}</arg>
<arg>${average}</arg>
<arg>${average_threshold}</arg>
<arg>${output_filename}</arg>
<status status="PASS" start="2026-08-14T01:11:23.355501" elapsed="0.001769"/>
</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-08-14T01:01:16.591247" elapsed="606.766082"/>
</kw>
<kw name="Sleep" owner="BuiltIn">
<msg time="2026-08-14T01:11:23.357801" 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-08-14T01:11:23.357492" elapsed="0.000370"/>
</kw>
<kw name="Report Failure Due To Bug" owner="Utils" type="TEARDOWN">
<kw name="Evaluate" owner="BuiltIn">
<msg time="2026-08-14T01:11:23.359048" 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-08-14T01:11:23.358572" elapsed="0.000503"/>
</kw>
<if>
<branch type="IF" condition="('${TEST_STATUS}' != 'FAIL') or ${test_skipped}">
<return>
<status status="PASS" start="2026-08-14T01:11:23.359304" elapsed="0.000031"/>
</return>
<status status="PASS" start="2026-08-14T01:11:23.359159" elapsed="0.000206"/>
</branch>
<status status="PASS" start="2026-08-14T01:11:23.359133" elapsed="0.000273"/>
</if>
<kw name="Comment" owner="BuiltIn">
<arg>Jira tickets are {PROJECT}-{NUMBER} while Bugzilla tickets are {NUMBER}</arg>
<doc>Displays the given messages in the log file as keyword arguments.</doc>
<status status="NOT RUN" start="2026-08-14T01:11:23.359550" elapsed="0.000021"/>
</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-08-14T01:11:23.359705" 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-08-14T01:11:23.359861" elapsed="0.000022"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<var>${msg}</var>
<arg>This test fails due to ${bug_url}</arg>
<doc>Returns the given values which can then be assigned to a variables.</doc>
<status status="NOT RUN" start="2026-08-14T01:11:23.360073" elapsed="0.000020"/>
</kw>
<kw name="Evaluate" owner="BuiltIn">
<var>${newline}</var>
<arg>chr(10)</arg>
<doc>Evaluates the given expression in Python and returns the result.</doc>
<status status="NOT RUN" start="2026-08-14T01:11:23.360222" 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-08-14T01:11:23.360364" elapsed="0.000035"/>
</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-08-14T01:11:23.360526" elapsed="0.000020"/>
</kw>
<if>
<branch type="IF" condition="&quot;${include_bug_in_tags}&quot;==&quot;True&quot;">
<kw name="Set Tags" owner="BuiltIn">
<arg>${bug_url}</arg>
<doc>Adds given ``tags`` for the current test or all tests in a suite.</doc>
<status status="NOT RUN" start="2026-08-14T01:11:23.360750" elapsed="0.000020"/>
</kw>
<status status="NOT RUN" start="2026-08-14T01:11:23.360614" elapsed="0.000193"/>
</branch>
<status status="NOT RUN" start="2026-08-14T01:11:23.360598" elapsed="0.000232"/>
</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-08-14T01:11:23.358223" elapsed="0.002657"/>
</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-08-14T01:01:16.589956" elapsed="606.770970"/>
</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-08-14T00:41:00.898871" elapsed="1822.463499"/>
</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>
