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

[?1h=[90m~[0m                                                                                [?2004hopendaylight-user</msg>
<arg>${KARAF_USER}</arg>
<arg>${KARAF_PASSWORD}</arg>
<arg>loglevel=${loglevel}</arg>
<doc>Logs into the SSH server with the given ``username`` and ``password``.</doc>
<status status="PASS" start="2026-06-09T00:46:33.499062" elapsed="0.708967"/>
</kw>
<kw name="Write" owner="SSHLibrary">
<msg time="2026-06-09T00:46:34.258738" level="INFO">@root&gt;log:set ERROR</msg>
<arg>${cmd}</arg>
<doc>Writes the given ``text`` on the remote machine and appends a newline.</doc>
<status status="PASS" start="2026-06-09T00:46:34.208472" elapsed="0.050340"/>
</kw>
<kw name="Read Until Regexp" owner="SSHLibrary">
<msg time="2026-06-09T00:46:34.260753" level="INFO">[?1l&gt;[?2004l[?1h=[90m~[0m                                                                                [?2004hopendaylight-user@root&gt;</msg>
<msg time="2026-06-09T00:46:34.260870" level="INFO">${output} = [?1l&gt;[?2004l[?1h=[90m~[0m                                                                                [?2004hopendaylight-user@root&gt;</msg>
<var>${output}</var>
<arg>${KARAF_PROMPT}</arg>
<doc>Consumes and returns the server output until a match to ``regexp`` is found.</doc>
<status status="PASS" start="2026-06-09T00:46:34.258994" elapsed="0.001905"/>
</kw>
<kw name="Write Bare" owner="SSHLibrary">
<arg>logout\n</arg>
<doc>Writes the given ``text`` on the remote machine without appending a newline.</doc>
<status status="PASS" start="2026-06-09T00:46:34.261081" elapsed="0.000222"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-06-09T00:46:34.261464" elapsed="0.000228"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-06-09T00:46:34.262228" level="INFO">[?1l&gt;[?2004l[?1h=[90m~[0m                                                                                [?2004hopendaylight-user@root&gt;</msg>
<arg>${output}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-06-09T00:46:34.261844" elapsed="0.000439"/>
</kw>
<return>
<value>${output}</value>
<status status="PASS" start="2026-06-09T00:46:34.262339" elapsed="0.000065"/>
</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.44
Note that this keyword will open&amp;close new SSH connection, without switching back to previously current session.</doc>
<status status="PASS" start="2026-06-09T00:46:33.497340" elapsed="0.765198"/>
</kw>
<arg>3x</arg>
<arg>1s</arg>
<arg>KarafKeywords.Issue Command On Karaf Console</arg>
<arg>log:set ${log_level}</arg>
<doc>Runs the specified keyword and retries if it fails.</doc>
<status status="PASS" start="2026-06-09T00:46:33.493421" elapsed="0.769184"/>
</kw>
<kw name="Append To File" owner="OperatingSystem">
<msg time="2026-06-09T00:46:34.263228" level="INFO" html="true">Appended to file '&lt;a href="file:///w/workspace/openflowplugin-csit-1node-cbench-only-vanadium/latency.csv"&gt;/w/workspace/openflowplugin-csit-1node-cbench-only-vanadium/latency.csv&lt;/a&gt;'.</msg>
<arg>${latency_results_file}</arg>
<arg>LATENCY_MIN,LATENCY_MAX,LATENCY_AVERAGE\n</arg>
<doc>Appends the given content to the specified file.</doc>
<status status="PASS" start="2026-06-09T00:46:34.262803" elapsed="0.000483"/>
</kw>
<kw name="Append To File" owner="OperatingSystem">
<msg time="2026-06-09T00:46:34.263686" level="INFO" html="true">Appended to file '&lt;a href="file:///w/workspace/openflowplugin-csit-1node-cbench-only-vanadium/throughput.csv"&gt;/w/workspace/openflowplugin-csit-1node-cbench-only-vanadium/throughput.csv&lt;/a&gt;'.</msg>
<arg>${throughput_results_file}</arg>
<arg>THROUGHPUT_MIN,THROUGHPUT_MAX,THROUGHPUT_AVERAGE\n</arg>
<doc>Appends the given content to the specified file.</doc>
<status status="PASS" start="2026-06-09T00:46:34.263438" elapsed="0.000304"/>
</kw>
<kw name="Evaluate" owner="BuiltIn">
<msg time="2026-06-09T00:46:34.264342" level="INFO">${duration_in_ms} = 60000</msg>
<var>${duration_in_ms}</var>
<arg>${duration_in_secs} * 1000</arg>
<doc>Evaluates the given expression in Python and returns the result.</doc>
<status status="PASS" start="2026-06-09T00:46:34.263895" elapsed="0.000474"/>
</kw>
<kw name="Set Suite Variable" owner="BuiltIn">
<msg time="2026-06-09T00:46:34.264882" level="INFO">${duration_in_ms} = 60000</msg>
<arg>${duration_in_ms}</arg>
<doc>Makes a variable available everywhere within the scope of the current suite.</doc>
<status status="PASS" start="2026-06-09T00:46:34.264544" elapsed="0.000381"/>
</kw>
<kw name="Evaluate" owner="BuiltIn">
<msg time="2026-06-09T00:46:34.265472" level="INFO">${test_timeout} = 900.0</msg>
<var>${test_timeout}</var>
<arg>(${loops} * ${duration_in_secs}) * 1.5</arg>
<doc>Evaluates the given expression in Python and returns the result.</doc>
<status status="PASS" start="2026-06-09T00:46:34.265080" elapsed="0.000419"/>
</kw>
<kw name="Set Suite Variable" owner="BuiltIn">
<msg time="2026-06-09T00:46:34.265966" level="INFO">${test_timeout} = 900.0</msg>
<arg>${test_timeout}</arg>
<doc>Makes a variable available everywhere within the scope of the current suite.</doc>
<status status="PASS" start="2026-06-09T00:46:34.265657" 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-06-09T00:46:34.266337" elapsed="0.000021"/>
</kw>
<status status="NOT RUN" start="2026-06-09T00:46:34.266103" elapsed="0.000289"/>
</branch>
<branch type="ELSE">
<kw name="Verify File Exists On Remote System" owner="Utils">
<kw name="Open Connection" owner="SSHLibrary">
<msg time="2026-06-09T00:46:34.270924" level="INFO">${conn_id} = 2</msg>
<var>${conn_id}</var>
<arg>${system}</arg>
<arg>prompt=${prompt}</arg>
<arg>timeout=${prompt_timeout}</arg>
<doc>Opens a new SSH connection to the given ``host`` and ``port``.</doc>
<status status="PASS" start="2026-06-09T00:46:34.270505" elapsed="0.000446"/>
</kw>
<kw name="Flexible_SSH_Login" owner="SSHKeywords">
<kw name="Get Length" owner="BuiltIn">
<msg time="2026-06-09T00:46:34.271988" level="INFO">Length is 0.</msg>
<msg time="2026-06-09T00:46:34.272070" level="INFO">${pwd_length} = 0</msg>
<var>${pwd_length}</var>
<arg>${password}</arg>
<doc>Returns and logs the length of the given item as an integer.</doc>
<status status="PASS" start="2026-06-09T00:46:34.271527" elapsed="0.000567"/>
</kw>
<kw name="Run Keyword And Return If" owner="BuiltIn">
<arg>${pwd_length} &gt; 0</arg>
<arg>SSHLibrary.Login</arg>
<arg>${user}</arg>
<arg>${password}</arg>
<arg>delay=${delay}</arg>
<doc>Runs the specified keyword and returns from the enclosing user keyword.</doc>
<status status="PASS" start="2026-06-09T00:46:34.272255" elapsed="0.000344"/>
</kw>
<kw name="Run Keyword And Return" owner="BuiltIn">
<kw name="Login With Public Key" owner="SSHLibrary">
<msg time="2026-06-09T00:46:34.273637" level="INFO">Logging into '10.30.171.73:22' as 'jenkins'.</msg>
<msg time="2026-06-09T00:46:35.073714" level="INFO">Read output: Welcome to Ubuntu 22.04.5 LTS (GNU/Linux 5.15.0-153-generic x86_64)

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

 System information as of Tue Jun  9 00:46:34 UTC 2026

  System load:  0.09               Processes:             116
  Usage of /:   19.3% of 38.58GB   Users logged in:       0
  Memory usage: 4%                 IPv4 address for ens3: 10.30.171.73
  Swap usage:   0%


Expanded Security Maintenance for Applications is not enabled.

0 updates can be applied immediately.

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


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


[?2004h[jenkins@releng-63164-293-1-mininet-ovs-217-0 ~]&gt;</msg>
<arg>${user}</arg>
<arg>${USER_HOME}/.ssh/${SSH_KEY}</arg>
<arg>${KEYFILE_PASS}</arg>
<arg>delay=${delay}</arg>
<doc>Logs into the SSH server using key-based authentication.</doc>
<status status="PASS" start="2026-06-09T00:46:34.273125" elapsed="0.800757"/>
</kw>
<msg time="2026-06-09T00:46:35.073981" level="INFO">Returning from the enclosing user keyword.</msg>
<arg>SSHLibrary.Login With Public Key</arg>
<arg>${user}</arg>
<arg>${USER_HOME}/.ssh/${SSH_KEY}</arg>
<arg>${KEYFILE_PASS}</arg>
<arg>delay=${delay}</arg>
<doc>Runs the specified keyword and returns from the enclosing user keyword.</doc>
<status status="PASS" start="2026-06-09T00:46:34.272752" elapsed="0.801327"/>
</kw>
<arg>${user}</arg>
<arg>${password}</arg>
<doc>On active SSH session: if given non-empty password, do Login, else do Login With Public Key.</doc>
<status status="PASS" start="2026-06-09T00:46:34.271176" elapsed="0.803050"/>
</kw>
<kw name="File Should Exist" owner="SSHLibrary">
<msg time="2026-06-09T00:46:35.082190" level="INFO">[chan 1] Opened sftp connection (server version 3)</msg>
<arg>${file}</arg>
<doc>Fails if the given ``path`` does NOT point to an existing file.</doc>
<status status="PASS" start="2026-06-09T00:46:35.074465" elapsed="0.009435"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-06-09T00:46:35.084184" elapsed="0.000385"/>
</kw>
<arg>${cbench_system}</arg>
<arg>${cbench_executable}</arg>
<doc>Will create connection with public key and will PASS if the given ${file} exists,
otherwise will FAIL</doc>
<status status="PASS" start="2026-06-09T00:46:34.269966" elapsed="0.814691"/>
</kw>
<status status="PASS" start="2026-06-09T00:46:34.266630" elapsed="0.818079"/>
</branch>
<status status="PASS" start="2026-06-09T00:46:34.266074" elapsed="0.818682"/>
</if>
<kw name="Should Be True" owner="BuiltIn">
<arg>${loops} &gt;= 2</arg>
<arg>If number of loops is less than 2, cbench will not run</arg>
<doc>Fails if the given condition is not true.</doc>
<status status="PASS" start="2026-06-09T00:46:35.084973" elapsed="0.000758"/>
</kw>
<kw name="Verify_Feature_Is_Installed" owner="KarafKeywords">
<if>
<branch type="IF" condition="'${IS_KARAF_APPL}' == 'False'">
<return>
<value>Not A Karaf App</value>
<status status="NOT RUN" start="2026-06-09T00:46:35.094908" elapsed="0.000019"/>
</return>
<status status="NOT RUN" start="2026-06-09T00:46:35.094778" elapsed="0.000186"/>
</branch>
<status status="PASS" start="2026-06-09T00:46:35.094752" elapsed="0.000235"/>
</if>
<kw name="Issue_Command_On_Karaf_Console" owner="KarafKeywords">
<if>
<branch type="IF" condition="'${IS_KARAF_APPL}' == 'False'">
<return>
<value>Not A Karaf App</value>
<status status="NOT RUN" start="2026-06-09T00:46:35.098816" elapsed="0.000014"/>
</return>
<status status="NOT RUN" start="2026-06-09T00:46:35.098687" elapsed="0.000178"/>
</branch>
<status status="PASS" start="2026-06-09T00:46:35.098667" elapsed="0.000221"/>
</if>
<kw name="Open Connection" owner="SSHLibrary">
<arg>${controller}</arg>
<arg>port=${karaf_port}</arg>
<arg>prompt=${KARAF_PROMPT_LOGIN}</arg>
<arg>timeout=${timeout}</arg>
<doc>Opens a new SSH connection to the given ``host`` and ``port``.</doc>
<status status="PASS" start="2026-06-09T00:46:35.099033" elapsed="0.000491"/>
</kw>
<kw name="Login" owner="SSHLibrary">
<msg time="2026-06-09T00:46:35.099940" level="INFO">Logging into '10.30.171.44:8101' as 'karaf'.</msg>
<msg time="2026-06-09T00:46:35.282228" level="INFO">Read output: [33m                                                                                           
[33m    ________                       ________                .__  .__       .__     __       
[33m    \_____  \ ______   ____   ____ \______ \ _____  ___.__.|  | |__| ____ |  |___/  |_     
[33m     /   |   \\____ \_/ __ \ /    \ |    |  \\__  \&lt;   |  ||  | |  |/ ___\|  |  \   __\    
[33m    /    |    \  |_&gt; &gt;  ___/|   |  \|    `   \/ __ \\___  ||  |_|  / /_/  &gt;   Y  \  |      
[33m    \_______  /   __/ \___  &gt;___|  /_______  (____  / ____||____/__\___  /|___|  /__|      
[33m            \/|__|        \/     \/        \/     \/\/            /_____/      \/          
[33m                                                                                           

Hit '[1m&lt;tab&gt;[0m' for a list of available commands
and '[1m[cmd] --help[0m' for help on a specific command.
Hit '[1m&lt;ctrl-d&gt;[0m' or type '[1msystem:shutdown[0m' or '[1mlogout[0m' to shutdown OpenDaylight.

[?1h=[90m~[0m                                                                                [?2004hopendaylight-user</msg>
<arg>${KARAF_USER}</arg>
<arg>${KARAF_PASSWORD}</arg>
<arg>loglevel=${loglevel}</arg>
<doc>Logs into the SSH server with the given ``username`` and ``password``.</doc>
<status status="PASS" start="2026-06-09T00:46:35.099672" elapsed="0.182721"/>
</kw>
<kw name="Write" owner="SSHLibrary">
<msg time="2026-06-09T00:46:35.380141" level="INFO">@root&gt;feature:list -i | 0[C 0g[Krep odl-openflowplugin-drop-test</msg>
<arg>${cmd}</arg>
<doc>Writes the given ``text`` on the remote machine and appends a newline.</doc>
<status status="PASS" start="2026-06-09T00:46:35.282669" elapsed="0.097629"/>
</kw>
<kw name="Read Until Regexp" owner="SSHLibrary">
<msg time="2026-06-09T00:46:35.390484" level="INFO">[?1l&gt;[?2004l[31;1modl-openflowplugin-drop-test[0m                                    x 0.21.3           x x        x Started x [31;1modl-openflowplugin-drop-test[0m                                    x OpenDaylight :: Openflow Plugin :: Drop Test
[?1h=[90m~[0m                                                                                [?2004hopendaylight-user@root&gt;</msg>
<msg time="2026-06-09T00:46:35.390663" level="INFO">${output} = [?1l&gt;[?2004l[31;1modl-openflowplugin-drop-test[0m                                    x 0.21.3           x x        x Started x [31;1modl-openflowplugin-drop-test[0m                     ...</msg>
<var>${output}</var>
<arg>${KARAF_PROMPT}</arg>
<doc>Consumes and returns the server output until a match to ``regexp`` is found.</doc>
<status status="PASS" start="2026-06-09T00:46:35.380646" elapsed="0.010049"/>
</kw>
<kw name="Write Bare" owner="SSHLibrary">
<arg>logout\n</arg>
<doc>Writes the given ``text`` on the remote machine without appending a newline.</doc>
<status status="PASS" start="2026-06-09T00:46:35.390838" elapsed="0.000191"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-06-09T00:46:35.391192" elapsed="0.000193"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-06-09T00:46:35.391829" level="INFO">[?1l&gt;[?2004l[31;1modl-openflowplugin-drop-test[0m                                    x 0.21.3           x x        x Started x [31;1modl-openflowplugin-drop-test[0m                                    x OpenDaylight :: Openflow Plugin :: Drop Test
[?1h=[90m~[0m                                                                                [?2004hopendaylight-user@root&gt;</msg>
<arg>${output}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-06-09T00:46:35.391523" elapsed="0.000362"/>
</kw>
<return>
<value>${output}</value>
<status status="PASS" start="2026-06-09T00:46:35.391937" elapsed="0.000047"/>
</return>
<msg time="2026-06-09T00:46:35.392150" 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.44
Note that this keyword will open&amp;close new SSH connection, without switching back to previously current session.</doc>
<status status="PASS" start="2026-06-09T00:46:35.098305" elapsed="0.293879"/>
</kw>
<kw name="Should Contain" owner="BuiltIn">
<arg>${output}</arg>
<arg>${feature_name}</arg>
<doc>Fails if ``container`` does not contain ``item`` one or more times.</doc>
<status status="PASS" start="2026-06-09T00:46:35.392330" elapsed="0.000481"/>
</kw>
<return>
<value>${output}</value>
<status status="PASS" start="2026-06-09T00:46:35.392863" elapsed="0.000032"/>
</return>
<arg>odl-openflowplugin-drop-test</arg>
<doc>Will Succeed if the given ${feature_name} is found in the output of "feature:list -i"</doc>
<status status="PASS" start="2026-06-09T00:46:35.094452" elapsed="0.298541"/>
</kw>
<kw name="Issue_Command_On_Karaf_Console" owner="KarafKeywords">
<if>
<branch type="IF" condition="'${IS_KARAF_APPL}' == 'False'">
<return>
<value>Not A Karaf App</value>
<status status="NOT RUN" start="2026-06-09T00:46:35.396725" elapsed="0.000015"/>
</return>
<status status="NOT RUN" start="2026-06-09T00:46:35.396587" elapsed="0.000186"/>
</branch>
<status status="PASS" start="2026-06-09T00:46:35.396564" elapsed="0.000233"/>
</if>
<kw name="Open Connection" owner="SSHLibrary">
<arg>${controller}</arg>
<arg>port=${karaf_port}</arg>
<arg>prompt=${KARAF_PROMPT_LOGIN}</arg>
<arg>timeout=${timeout}</arg>
<doc>Opens a new SSH connection to the given ``host`` and ``port``.</doc>
<status status="PASS" start="2026-06-09T00:46:35.396927" elapsed="0.000457"/>
</kw>
<kw name="Login" owner="SSHLibrary">
<msg time="2026-06-09T00:46:35.397800" level="INFO">Logging into '10.30.171.44:8101' as 'karaf'.</msg>
<msg time="2026-06-09T00:46:35.576119" level="INFO">Read output: [33m                                                                                           
[33m    ________                       ________                .__  .__       .__     __       
[33m    \_____  \ ______   ____   ____ \______ \ _____  ___.__.|  | |__| ____ |  |___/  |_     
[33m     /   |   \\____ \_/ __ \ /    \ |    |  \\__  \&lt;   |  ||  | |  |/ ___\|  |  \   __\    
[33m    /    |    \  |_&gt; &gt;  ___/|   |  \|    `   \/ __ \\___  ||  |_|  / /_/  &gt;   Y  \  |      
[33m    \_______  /   __/ \___  &gt;___|  /_______  (____  / ____||____/__\___  /|___|  /__|      
[33m            \/|__|        \/     \/        \/     \/\/            /_____/      \/          
[33m                                                                                           

Hit '[1m&lt;tab&gt;[0m' for a list of available commands
and '[1m[cmd] --help[0m' for help on a specific command.
Hit '[1m&lt;ctrl-d&gt;[0m' or type '[1msystem:shutdown[0m' or '[1mlogout[0m' to shutdown OpenDaylight.

[?1h=[90m~[0m                                                                                [?2004hopendaylight-user</msg>
<arg>${KARAF_USER}</arg>
<arg>${KARAF_PASSWORD}</arg>
<arg>loglevel=${loglevel}</arg>
<doc>Logs into the SSH server with the given ``username`` and ``password``.</doc>
<status status="PASS" start="2026-06-09T00:46:35.397541" elapsed="0.178718"/>
</kw>
<kw name="Write" owner="SSHLibrary">
<msg time="2026-06-09T00:46:35.622062" level="INFO">@root&gt;dropallpacketsrpc on</msg>
<arg>${cmd}</arg>
<doc>Writes the given ``text`` on the remote machine and appends a newline.</doc>
<status status="PASS" start="2026-06-09T00:46:35.576482" elapsed="0.045652"/>
</kw>
<kw name="Read Until Regexp" owner="SSHLibrary">
<msg time="2026-06-09T00:46:35.625943" level="INFO">[?1l&gt;[?2004lDropAllFlows transitions to on
[?1h=[90m~[0m                                                                                [?2004hopendaylight-user@root&gt;</msg>
<msg time="2026-06-09T00:46:35.626054" level="INFO">${output} = [?1l&gt;[?2004lDropAllFlows transitions to on
[?1h=[90m~[0m                                                                                [?2004hopendaylight-user@root&gt;</msg>
<var>${output}</var>
<arg>${KARAF_PROMPT}</arg>
<doc>Consumes and returns the server output until a match to ``regexp`` is found.</doc>
<status status="PASS" start="2026-06-09T00:46:35.622281" elapsed="0.003802"/>
</kw>
<kw name="Write Bare" owner="SSHLibrary">
<arg>logout\n</arg>
<doc>Writes the given ``text`` on the remote machine without appending a newline.</doc>
<status status="PASS" start="2026-06-09T00:46:35.626236" elapsed="0.000179"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-06-09T00:46:35.626560" elapsed="0.000191"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-06-09T00:46:35.627225" level="INFO">[?1l&gt;[?2004lDropAllFlows transitions to on
[?1h=[90m~[0m                                                                                [?2004hopendaylight-user@root&gt;</msg>
<arg>${output}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-06-09T00:46:35.626889" elapsed="0.000387"/>
</kw>
<return>
<value>${output}</value>
<status status="PASS" start="2026-06-09T00:46:35.627328" elapsed="0.000052"/>
</return>
<arg>dropallpacketsrpc on</arg>
<doc>Will execute the given ${cmd} by ssh'ing to the karaf console running on 10.30.171.44
Note that this keyword will open&amp;close new SSH connection, without switching back to previously current session.</doc>
<status status="PASS" start="2026-06-09T00:46:35.396261" elapsed="0.231234"/>
</kw>
<status status="PASS" start="2026-06-09T00:46:33.491049" elapsed="2.136509"/>
</kw>
<test id="s1-t1" name="Cbench Latency Test" line="37">
<kw name="Log" owner="BuiltIn">
<msg time="2026-06-09T00:46:35.629837" level="INFO">Cbench tests using 10 iterations of 60 second tests. Switch Count: 16. Unique MACS to cycle: 100</msg>
<arg>Cbench tests using ${loops} iterations of ${duration_in_secs} second tests. Switch Count: ${switch_count}. Unique MACS to cycle: ${num_of_unique_macs}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-06-09T00:46:35.628423" elapsed="0.001479"/>
</kw>
<kw name="Run Cbench And Log Results">
<kw name="Set Suite Variable" owner="BuiltIn">
<msg time="2026-06-09T00:46:35.631396" level="INFO">${output_filename} = latency.csv</msg>
<arg>${output_filename}</arg>
<doc>Makes a variable available everywhere within the scope of the current suite.</doc>
<status status="PASS" start="2026-06-09T00:46:35.631010" elapsed="0.000430"/>
</kw>
<if>
<branch type="IF" condition="&quot;${cbench_system}&quot; == &quot;localhost&quot;">
<kw name="Run" owner="OperatingSystem">
<var>${output}</var>
<arg>${cbench_executable} -c ${ODL_SYSTEM_IP} ${cbench_args}</arg>
<doc>_This keyword is considered deprecated. Use the
[http://robotframework.org/robotframework/latest/libraries/Process.html|
Process] library instead._</doc>
<status status="NOT RUN" start="2026-06-09T00:46:35.631766" elapsed="0.000022"/>
</kw>
<status status="NOT RUN" start="2026-06-09T00:46:35.631523" elapsed="0.000306"/>
</branch>
<branch type="ELSE">
<kw name="Run Command On Remote System" owner="Utils">
<if>
<branch type="IF" condition="&quot;${return_stdout}&quot;!=&quot;True&quot; and &quot;${return_stderr}&quot;!=&quot;True&quot;">
<kw name="Fail" owner="BuiltIn">
<arg>At least one of {return_stdout} or {return_stderr} args should be set to True</arg>
<doc>Fails the test with the given message and optionally alters its tags.</doc>
<status status="NOT RUN" start="2026-06-09T00:46:35.634811" elapsed="0.000021"/>
</kw>
<status status="NOT RUN" start="2026-06-09T00:46:35.634561" elapsed="0.000306"/>
</branch>
<status status="PASS" start="2026-06-09T00:46:35.634537" elapsed="0.000355"/>
</if>
<kw name="Get Connection" owner="SSHLibrary">
<msg time="2026-06-09T00:46:35.635250" level="INFO">index=None
host=None
alias=None
port=22
timeout=3 seconds
newline=

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

prompt=None
term_type=vt100
width=80
height=24
path_separator=/
encoding=utf8
escape_ansi=False
encoding_errors=strict</msg>
<var>${current_ssh_connection}</var>
<doc>Returns information about the connection.</doc>
<status status="PASS" start="2026-06-09T00:46:35.635022" elapsed="0.000378"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-06-09T00:46:35.635955" level="INFO">Attempting to execute command "/usr/local/bin/cbench -c 10.30.171.44 -m 60000 -M 100 -S 16 -l 10 -D 5000 -p 6633" on remote system "10.30.171.73" by user "jenkins" with keyfile pass "any" and prompt "&gt;" and password ""</msg>
<arg>Attempting to execute command "${cmd}" on remote system "${system}" by user "${user}" with keyfile pass "${keyfile_pass}" and prompt "${prompt}" and password "${password}"</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-06-09T00:46:35.635534" elapsed="0.000480"/>
</kw>
<kw name="Open Connection" owner="SSHLibrary">
<msg time="2026-06-09T00:46:35.636635" level="INFO">${conn_id} = 5</msg>
<var>${conn_id}</var>
<arg>${system}</arg>
<arg>prompt=${prompt}</arg>
<arg>timeout=${prompt_timeout}</arg>
<doc>Opens a new SSH connection to the given ``host`` and ``port``.</doc>
<status status="PASS" start="2026-06-09T00:46:35.636168" elapsed="0.000493"/>
</kw>
<kw name="Flexible_SSH_Login" owner="SSHKeywords">
<kw name="Get Length" owner="BuiltIn">
<msg time="2026-06-09T00:46:35.637603" level="INFO">Length is 0.</msg>
<msg time="2026-06-09T00:46:35.637695" level="INFO">${pwd_length} = 0</msg>
<var>${pwd_length}</var>
<arg>${password}</arg>
<doc>Returns and logs the length of the given item as an integer.</doc>
<status status="PASS" start="2026-06-09T00:46:35.637255" 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-06-09T00:46:35.637861" elapsed="0.000351"/>
</kw>
<kw name="Run Keyword And Return" owner="BuiltIn">
<kw name="Login With Public Key" owner="SSHLibrary">
<msg time="2026-06-09T00:46:35.639068" level="INFO">Logging into '10.30.171.73:22' as 'jenkins'.</msg>
<msg time="2026-06-09T00:46:35.988749" level="INFO">Read output: Welcome to Ubuntu 22.04.5 LTS (GNU/Linux 5.15.0-153-generic x86_64)

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

 System information as of Tue Jun  9 00:46:34 UTC 2026

  System load:  0.09               Processes:             116
  Usage of /:   19.3% of 38.58GB   Users logged in:       0
  Memory usage: 4%                 IPv4 address for ens3: 10.30.171.73
  Swap usage:   0%


Expanded Security Maintenance for Applications is not enabled.

0 updates can be applied immediately.

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


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


Last login: Tue Jun  9 00:46:34 2026 from 10.30.170.181
[?2004h[jenkins@releng-63164-293-1-mininet-ovs-217-0 ~]&gt;</msg>
<arg>${user}</arg>
<arg>${USER_HOME}/.ssh/${SSH_KEY}</arg>
<arg>${KEYFILE_PASS}</arg>
<arg>delay=${delay}</arg>
<doc>Logs into the SSH server using key-based authentication.</doc>
<status status="PASS" start="2026-06-09T00:46:35.638715" elapsed="0.350233"/>
</kw>
<msg time="2026-06-09T00:46:35.989036" level="INFO">Returning from the enclosing user keyword.</msg>
<arg>SSHLibrary.Login With Public Key</arg>
<arg>${user}</arg>
<arg>${USER_HOME}/.ssh/${SSH_KEY}</arg>
<arg>${KEYFILE_PASS}</arg>
<arg>delay=${delay}</arg>
<doc>Runs the specified keyword and returns from the enclosing user keyword.</doc>
<status status="PASS" start="2026-06-09T00:46:35.638367" elapsed="0.350772"/>
</kw>
<arg>${user}</arg>
<arg>${password}</arg>
<doc>On active SSH session: if given non-empty password, do Login, else do Login With Public Key.</doc>
<status status="PASS" start="2026-06-09T00:46:35.636864" elapsed="0.352396"/>
</kw>
<kw name="Execute Command" owner="SSHLibrary">
<msg time="2026-06-09T00:46:35.990057" level="INFO">Executing command '/usr/local/bin/cbench -c 10.30.171.44 -m 60000 -M 100 -S 16 -l 10 -D 5000 -p 6633'.</msg>
<msg time="2026-06-09T00:56:42.117286" level="INFO">Command exited with return code 0.</msg>
<msg time="2026-06-09T00:56:42.117872" level="INFO">${stdout} = </msg>
<msg time="2026-06-09T00:56:42.117981" level="INFO">${stderr} = cbench: controller benchmarking tool
   running in mode 'latency'
   connecting to controller at 10.30.171.44:6633 
   faking 16 switches with 1 threads :: 10 tests each; 60000 ms per test
   with 100...</msg>
<var>${stdout}</var>
<var>${stderr}</var>
<arg>${cmd}</arg>
<arg>return_stderr=True</arg>
<doc>Executes ``command`` on the remote machine and returns its outputs.</doc>
<status status="PASS" start="2026-06-09T00:46:35.989486" elapsed="606.128554"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-06-09T00:56:42.118521" elapsed="0.000734"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-06-09T00:56:42.120436" level="INFO">cbench: controller benchmarking tool
   running in mode 'latency'
   connecting to controller at 10.30.171.44: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.44. So far 1 cbench instances have initialized their switches.  Waiting for other cbench-instances
Thread-0: Total switches from ALL cbench-instances initialized.
00:47:41.194 16  switches: flows:  112545 113404 111200 112319 112549 112094 112702 112944 106686 107703 103711 106056 107993 106204 109332 107723  total = 29.252750 per ms 
00:48:41.295 16  switches: flows:  122260 122087 123068 123058 121089 118910 122049 120208 116279 116614 116409 115034 115745 114002 117098 116252  total = 31.616580 per ms 
00:49:41.396 16  switches: flows:  135817 133928 135241 134965 133344 131717 131543 132588 124383 123238 122917 124397 124006 122259 124265 124279  total = 34.257582 per ms 
00:50:41.496 16  switches: flows:  133615 131518 133048 133571 133006 132972 133626 132918 124547 122219 122054 122945 122736 124062 125639 124748  total = 34.163372 per ms 
00:51:41.597 16  switches: flows:  127674 126741 129010 129125 128198 128650 127303 125731 119141 119649 118804 119265 120335 119086 119857 118539  total = 32.896795 per ms 
00:52:41.697 16  switches: flows:  124995 124010 126883 125659 125245 125872 125514 124978 116378 115591 117239 115825 116468 116910 116611 117517  total = 32.207836 per ms 
00:53:41.797 16  switches: flows:  126283 124968 120878 124164 124988 122487 122641 122034 117005 115243 120162 114942 116536 114198 115980 117076  total = 31.939767 per ms 
00:54:41.897 16  switches: flows:  134855 133430 128697 133091 133432 129014 126922 130669 122906 121697 127365 121870 125158 121076 128011 122390  total = 33.952990 per ms 
00:55:41.998 16  switches: flows:  130408 130351 125377 124844 129401 126982 121765 125780 120086 117854 123251 121170 123246 118852 121610 118452  total = 32.935490 per ms 
00:56:42.098 16  switches: flows:  126212 128273 124174 125196 128046 123874 120964 126610 117845 120028 120315 122348 123128 117173 119296 120388  total = 32.676559 per ms 
RESULT: 16 switches 9 tests min/max/avg/stdev = 31616.58/34257.58/32960.77/11025.36 responses/s</msg>
<arg>${stderr}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-06-09T00:56:42.119641" elapsed="0.001107"/>
</kw>
<if>
<branch type="IF" condition="&quot;${return_stdout}&quot;!=&quot;True&quot;">
<return>
<value>${stderr}</value>
<status status="PASS" start="2026-06-09T00:56:42.121275" elapsed="0.000074"/>
</return>
<status status="PASS" start="2026-06-09T00:56:42.120938" elapsed="0.000493"/>
</branch>
<status status="PASS" start="2026-06-09T00:56:42.120883" elapsed="0.000604"/>
</if>
<if>
<branch type="IF" condition="&quot;${return_stderr}&quot;!=&quot;True&quot;">
<return>
<value>${stdout}</value>
<status status="NOT RUN" start="2026-06-09T00:56:42.121704" elapsed="0.000029"/>
</return>
<status status="NOT RUN" start="2026-06-09T00:56:42.121619" elapsed="0.000176"/>
</branch>
<status status="NOT RUN" start="2026-06-09T00:56:42.121582" elapsed="0.000262"/>
</if>
<return>
<value>${stdout}</value>
<value>${stderr}</value>
<status status="NOT RUN" start="2026-06-09T00:56:42.121917" elapsed="0.000029"/>
</return>
<kw name="Restore_Current_Ssh_Connection_From_Index" owner="SSHKeywords" type="TEARDOWN">
<kw name="Run Keyword And Return If" owner="BuiltIn">
<arg>${connection_index} is not None</arg>
<arg>SSHLibrary.Switch Connection</arg>
<arg>${connection_index}</arg>
<doc>Runs the specified keyword and returns from the enclosing user keyword.</doc>
<status status="PASS" start="2026-06-09T00:56:42.127563" elapsed="0.000785"/>
</kw>
<kw name="Open Connection" owner="SSHLibrary">
<arg>127.0.0.1</arg>
<doc>Opens a new SSH connection to the given ``host`` and ``port``.</doc>
<status status="PASS" start="2026-06-09T00:56:42.128497" elapsed="0.000178"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-06-09T00:56:42.128806" elapsed="0.000100"/>
</kw>
<arg>${current_ssh_connection.index}</arg>
<doc>Restore active SSH connection in SSHLibrary to given index.</doc>
<status status="PASS" start="2026-06-09T00:56:42.122658" elapsed="0.006302"/>
</kw>
<msg time="2026-06-09T00:56:42.129087" level="INFO">${output} = cbench: controller benchmarking tool
   running in mode 'latency'
   connecting to controller at 10.30.171.44:6633 
   faking 16 switches with 1 threads :: 10 tests each; 60000 ms per test
   with 100...</msg>
<var>${output}</var>
<arg>${cbench_system}</arg>
<arg>${cbench_executable} -c ${ODL_SYSTEM_IP} ${cbench_args}</arg>
<arg>prompt_timeout=${test_timeout}</arg>
<arg>return_stdout=False</arg>
<arg>return_stderr=True</arg>
<doc>Reduces the common work of running a command on a remote system to a single higher level
robot keyword, taking care to log in with a public key and. The command given is written and the return value
depends on the passed argument values of return_stdout (default: True) and return_stderr (default: False).
At least one should be True, or the keyword will exit and FAIL. If both are True, the resulting return value
will be a two element list containing both. Otherwise the resulting return value is a string.
No test conditions are checked.</doc>
<status status="PASS" start="2026-06-09T00:46:35.632201" elapsed="606.496927"/>
</kw>
<status status="PASS" start="2026-06-09T00:46:35.631858" elapsed="606.497322"/>
</branch>
<status status="PASS" start="2026-06-09T00:46:35.631499" elapsed="606.497705"/>
</if>
<kw name="Log" owner="BuiltIn">
<msg time="2026-06-09T00:56:42.129642" level="INFO">cbench: controller benchmarking tool
   running in mode 'latency'
   connecting to controller at 10.30.171.44: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.44. So far 1 cbench instances have initialized their switches.  Waiting for other cbench-instances
Thread-0: Total switches from ALL cbench-instances initialized.
00:47:41.194 16  switches: flows:  112545 113404 111200 112319 112549 112094 112702 112944 106686 107703 103711 106056 107993 106204 109332 107723  total = 29.252750 per ms 
00:48:41.295 16  switches: flows:  122260 122087 123068 123058 121089 118910 122049 120208 116279 116614 116409 115034 115745 114002 117098 116252  total = 31.616580 per ms 
00:49:41.396 16  switches: flows:  135817 133928 135241 134965 133344 131717 131543 132588 124383 123238 122917 124397 124006 122259 124265 124279  total = 34.257582 per ms 
00:50:41.496 16  switches: flows:  133615 131518 133048 133571 133006 132972 133626 132918 124547 122219 122054 122945 122736 124062 125639 124748  total = 34.163372 per ms 
00:51:41.597 16  switches: flows:  127674 126741 129010 129125 128198 128650 127303 125731 119141 119649 118804 119265 120335 119086 119857 118539  total = 32.896795 per ms 
00:52:41.697 16  switches: flows:  124995 124010 126883 125659 125245 125872 125514 124978 116378 115591 117239 115825 116468 116910 116611 117517  total = 32.207836 per ms 
00:53:41.797 16  switches: flows:  126283 124968 120878 124164 124988 122487 122641 122034 117005 115243 120162 114942 116536 114198 115980 117076  total = 31.939767 per ms 
00:54:41.897 16  switches: flows:  134855 133430 128697 133091 133432 129014 126922 130669 122906 121697 127365 121870 125158 121076 128011 122390  total = 33.952990 per ms 
00:55:41.998 16  switches: flows:  130408 130351 125377 124844 129401 126982 121765 125780 120086 117854 123251 121170 123246 118852 121610 118452  total = 32.935490 per ms 
00:56:42.098 16  switches: flows:  126212 128273 124174 125196 128046 123874 120964 126610 117845 120028 120315 122348 123128 117173 119296 120388  total = 32.676559 per ms 
RESULT: 16 switches 9 tests min/max/avg/stdev = 31616.58/34257.58/32960.77/11025.36 responses/s</msg>
<arg>${output}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-06-09T00:56:42.129354" 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-06-09T00:56:42.129860" elapsed="0.000381"/>
</kw>
<kw name="Get Lines Containing String" owner="String">
<msg time="2026-06-09T00:56:42.130645" level="INFO">1 out of 23 lines matched.</msg>
<msg time="2026-06-09T00:56:42.130735" level="INFO">${result_line} = RESULT: 16 switches 9 tests min/max/avg/stdev = 31616.58/34257.58/32960.77/11025.36 responses/s</msg>
<var>${result_line}</var>
<arg>${output}</arg>
<arg>RESULT</arg>
<doc>Returns lines of the given ``string`` that contain the ``pattern``.</doc>
<status status="PASS" start="2026-06-09T00:56:42.130412" elapsed="0.000347"/>
</kw>
<kw name="Split String" owner="String">
<msg time="2026-06-09T00:56:42.131178" level="INFO">@{results_list} = [ RESULT: | 16 | switches | 9 | tests | min/max/avg/stdev | = | 31616.58/34257.58/32960.77/11025.36 | responses/s ]</msg>
<var>@{results_list}</var>
<arg>${result_line}</arg>
<doc>Splits the ``string`` using ``separator`` as a delimiter string.</doc>
<status status="PASS" start="2026-06-09T00:56:42.130911" elapsed="0.000295"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-06-09T00:56:42.133570" level="INFO">min/max/avg/stdev</msg>
<arg>${results_list[5]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-06-09T00:56:42.131350" elapsed="0.002275"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-06-09T00:56:42.136001" level="INFO">31616.58/34257.58/32960.77/11025.36</msg>
<arg>${results_list[7]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-06-09T00:56:42.133769" elapsed="0.002288"/>
</kw>
<kw name="Split String" owner="String">
<msg time="2026-06-09T00:56:42.138418" level="INFO">@{result_name_list} = [ min | max | avg | stdev ]</msg>
<var>@{result_name_list}</var>
<arg>${results_list[5]}</arg>
<arg>/</arg>
<doc>Splits the ``string`` using ``separator`` as a delimiter string.</doc>
<status status="PASS" start="2026-06-09T00:56:42.136221" elapsed="0.002224"/>
</kw>
<kw name="Split String" owner="String">
<msg time="2026-06-09T00:56:42.140839" level="INFO">@{result_value_list} = [ 31616.58 | 34257.58 | 32960.77 | 11025.36 ]</msg>
<var>@{result_value_list}</var>
<arg>${results_list[7]}</arg>
<arg>/</arg>
<doc>Splits the ``string`` using ``separator`` as a delimiter string.</doc>
<status status="PASS" start="2026-06-09T00:56:42.138628" elapsed="0.002238"/>
</kw>
<kw name="Get Length" owner="BuiltIn">
<msg time="2026-06-09T00:56:42.141340" level="INFO">Length is 4.</msg>
<msg time="2026-06-09T00:56:42.141428" level="INFO">${num_stats} = 4</msg>
<var>${num_stats}</var>
<arg>${result_name_list}</arg>
<doc>Returns and logs the length of the given item as an integer.</doc>
<status status="PASS" start="2026-06-09T00:56:42.141017" elapsed="0.000435"/>
</kw>
<for flavor="IN RANGE">
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-06-09T00:56:42.146138" level="INFO">min :: 31616.58</msg>
<arg>${result_name_list[${i}]} :: ${result_value_list[${i}]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-06-09T00:56:42.141835" elapsed="0.004362"/>
</kw>
<var name="${i}">0</var>
<status status="PASS" start="2026-06-09T00:56:42.141705" elapsed="0.004527"/>
</iter>
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-06-09T00:56:42.150746" level="INFO">max :: 34257.58</msg>
<arg>${result_name_list[${i}]} :: ${result_value_list[${i}]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-06-09T00:56:42.146454" elapsed="0.004398"/>
</kw>
<var name="${i}">1</var>
<status status="PASS" start="2026-06-09T00:56:42.146328" elapsed="0.004566"/>
</iter>
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-06-09T00:56:42.155514" level="INFO">avg :: 32960.77</msg>
<arg>${result_name_list[${i}]} :: ${result_value_list[${i}]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-06-09T00:56:42.151143" elapsed="0.004427"/>
</kw>
<var name="${i}">2</var>
<status status="PASS" start="2026-06-09T00:56:42.150983" elapsed="0.004634"/>
</iter>
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-06-09T00:56:42.160309" level="INFO">stdev :: 11025.36</msg>
<arg>${result_name_list[${i}]} :: ${result_value_list[${i}]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-06-09T00:56:42.155835" elapsed="0.004537"/>
</kw>
<var name="${i}">3</var>
<status status="PASS" start="2026-06-09T00:56:42.155709" elapsed="0.004698"/>
</iter>
<var>${i}</var>
<value>0</value>
<value>${num_stats}</value>
<status status="PASS" start="2026-06-09T00:56:42.141522" elapsed="0.018918"/>
</for>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-06-09T00:56:42.164317" level="INFO">${min} = 31616.58</msg>
<var>${min}</var>
<arg>${result_value_list[${0}]}</arg>
<doc>Returns the given values which can then be assigned to a variables.</doc>
<status status="PASS" start="2026-06-09T00:56:42.160595" elapsed="0.003749"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-06-09T00:56:42.168231" level="INFO">${max} = 34257.58</msg>
<var>${max}</var>
<arg>${result_value_list[${1}]}</arg>
<doc>Returns the given values which can then be assigned to a variables.</doc>
<status status="PASS" start="2026-06-09T00:56:42.164496" elapsed="0.003763"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-06-09T00:56:42.172258" level="INFO">${average} = 32960.77</msg>
<var>${average}</var>
<arg>${result_value_list[${2}]}</arg>
<doc>Returns the given values which can then be assigned to a variables.</doc>
<status status="PASS" start="2026-06-09T00:56:42.168414" elapsed="0.003874"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-06-09T00:56:42.176228" level="INFO">${stdev} = 11025.36</msg>
<var>${stdev}</var>
<arg>${result_value_list[${3}]}</arg>
<doc>Returns the given values which can then be assigned to a variables.</doc>
<status status="PASS" start="2026-06-09T00:56:42.172438" elapsed="0.003817"/>
</kw>
<kw name="Get Time" owner="BuiltIn">
<msg time="2026-06-09T00:56:42.176779" level="INFO">${date} = 2026-06-09 00:56:42</msg>
<var>${date}</var>
<arg>d,m,s</arg>
<doc>Returns the given time in the requested format.</doc>
<status status="PASS" start="2026-06-09T00:56:42.176415" elapsed="0.000390"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-06-09T00:56:42.177375" level="INFO">CBench Result: 2026-06-09 00:56:42,-m 60000 -M 100 -S 16 -l 10 -D 5000 -p 6633,31616.58,34257.58,32960.77,11025.36</msg>
<arg>CBench Result: ${date},${cbench_args},${min},${max},${average},${stdev}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-06-09T00:56:42.176950" elapsed="0.000480"/>
</kw>
<kw name="Log Results And Determine Status">
<kw name="Append To File" owner="OperatingSystem">
<msg time="2026-06-09T00:56:42.178435" level="INFO" html="true">Appended to file '&lt;a href="file:///w/workspace/openflowplugin-csit-1node-cbench-only-vanadium/latency.csv"&gt;/w/workspace/openflowplugin-csit-1node-cbench-only-vanadium/latency.csv&lt;/a&gt;'.</msg>
<arg>${output_file}</arg>
<arg>${min},${max},${average}\n</arg>
<doc>Appends the given content to the specified file.</doc>
<status status="PASS" start="2026-06-09T00:56:42.178031" elapsed="0.000469"/>
</kw>
<kw name="Should Be True" owner="BuiltIn">
<arg>${average} &gt; ${threshold}</arg>
<arg>${average} flow_mods per/sec did not exceed threshold of ${threshold}</arg>
<doc>Fails if the given condition is not true.</doc>
<status status="PASS" start="2026-06-09T00:56:42.178650" elapsed="0.000452"/>
</kw>
<arg>${min}</arg>
<arg>${max}</arg>
<arg>${average}</arg>
<arg>${average_threshold}</arg>
<arg>${output_filename}</arg>
<status status="PASS" start="2026-06-09T00:56:42.177567" elapsed="0.001616"/>
</kw>
<arg>-m ${duration_in_ms} -M ${num_of_unique_macs} -S ${switch_count} -l ${loops} -D ${start_delay} -p ${of_port}</arg>
<arg>${latency_threshold}</arg>
<arg>${latency_results_file}</arg>
<status status="PASS" start="2026-06-09T00:46:35.630351" elapsed="606.548892"/>
</kw>
<kw name="Sleep" owner="BuiltIn">
<msg time="2026-06-09T00:56:42.179722" level="INFO">Slept 0 seconds.</msg>
<arg>${test_delay}</arg>
<doc>Pauses the test executed for the given time.</doc>
<status status="PASS" start="2026-06-09T00:56:42.179394" elapsed="0.000383"/>
</kw>
<kw name="Log Results As Zero If Cbench Timed Out" type="TEARDOWN">
<kw name="Run Keyword If Timeout Occurred" owner="BuiltIn">
<arg>Log Results And Determine Status</arg>
<arg>0</arg>
<arg>0</arg>
<arg>0</arg>
<arg>0</arg>
<arg>${output_filename}</arg>
<doc>Runs the given keyword if either a test or a keyword timeout has occurred.</doc>
<status status="PASS" start="2026-06-09T00:56:42.180305" elapsed="0.000266"/>
</kw>
<status status="PASS" start="2026-06-09T00:56:42.179992" elapsed="0.000649"/>
</kw>
<doc>cbench executed in default latency mode. Test parameters have defaults, but can be overridden
on the pybot command line</doc>
<tag>cbench</tag>
<tag>latency</tag>
<timeout value="15 minutes"/>
<status status="PASS" start="2026-06-09T00:46:35.627710" elapsed="606.552969"/>
</test>
<test id="s1-t2" name="Cbench Throughput Test" line="51">
<kw name="Log" owner="BuiltIn">
<msg time="2026-06-09T00:56:42.181947" level="INFO">Cbench tests using 10 iterations of 60 second tests. Switch Count: 16. Unique MACS to cycle: 100</msg>
<arg>Cbench tests using ${loops} iterations of ${duration_in_secs} second tests. Switch Count: ${switch_count}. Unique MACS to cycle: ${num_of_unique_macs}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-06-09T00:56:42.181566" elapsed="0.000437"/>
</kw>
<kw name="Run Cbench And Log Results">
<kw name="Set Suite Variable" owner="BuiltIn">
<msg time="2026-06-09T00:56:42.183353" level="INFO">${output_filename} = throughput.csv</msg>
<arg>${output_filename}</arg>
<doc>Makes a variable available everywhere within the scope of the current suite.</doc>
<status status="PASS" start="2026-06-09T00:56:42.182908" elapsed="0.000491"/>
</kw>
<if>
<branch type="IF" condition="&quot;${cbench_system}&quot; == &quot;localhost&quot;">
<kw name="Run" owner="OperatingSystem">
<var>${output}</var>
<arg>${cbench_executable} -c ${ODL_SYSTEM_IP} ${cbench_args}</arg>
<doc>_This keyword is considered deprecated. Use the
[http://robotframework.org/robotframework/latest/libraries/Process.html|
Process] library instead._</doc>
<status status="NOT RUN" start="2026-06-09T00:56:42.183757" elapsed="0.000022"/>
</kw>
<status status="NOT RUN" start="2026-06-09T00:56:42.183506" elapsed="0.000310"/>
</branch>
<branch type="ELSE">
<kw name="Run Command On Remote System" owner="Utils">
<if>
<branch type="IF" condition="&quot;${return_stdout}&quot;!=&quot;True&quot; and &quot;${return_stderr}&quot;!=&quot;True&quot;">
<kw name="Fail" owner="BuiltIn">
<arg>At least one of {return_stdout} or {return_stderr} args should be set to True</arg>
<doc>Fails the test with the given message and optionally alters its tags.</doc>
<status status="NOT RUN" start="2026-06-09T00:56:42.186677" elapsed="0.000021"/>
</kw>
<status status="NOT RUN" start="2026-06-09T00:56:42.186432" elapsed="0.000300"/>
</branch>
<status status="PASS" start="2026-06-09T00:56:42.186412" elapsed="0.000344"/>
</if>
<kw name="Get Connection" owner="SSHLibrary">
<msg time="2026-06-09T00:56:42.187076" level="INFO">index=None
host=None
alias=None
port=22
timeout=3 seconds
newline=

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

prompt=None
term_type=vt100
width=80
height=24
path_separator=/
encoding=utf8
escape_ansi=False
encoding_errors=strict</msg>
<var>${current_ssh_connection}</var>
<doc>Returns information about the connection.</doc>
<status status="PASS" start="2026-06-09T00:56:42.186891" elapsed="0.000349"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-06-09T00:56:42.187811" level="INFO">Attempting to execute command "/usr/local/bin/cbench -c 10.30.171.44 -t -m 60000 -M 100 -S 16 -l 10 -D 5000 -p 6633" on remote system "10.30.171.73" by user "jenkins" with keyfile pass "any" and prompt "&gt;" and password ""</msg>
<arg>Attempting to execute command "${cmd}" on remote system "${system}" by user "${user}" with keyfile pass "${keyfile_pass}" and prompt "${prompt}" and password "${password}"</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-06-09T00:56:42.187376" elapsed="0.000493"/>
</kw>
<kw name="Open Connection" owner="SSHLibrary">
<msg time="2026-06-09T00:56:42.188430" level="INFO">${conn_id} = 7</msg>
<var>${conn_id}</var>
<arg>${system}</arg>
<arg>prompt=${prompt}</arg>
<arg>timeout=${prompt_timeout}</arg>
<doc>Opens a new SSH connection to the given ``host`` and ``port``.</doc>
<status status="PASS" start="2026-06-09T00:56:42.188009" elapsed="0.000448"/>
</kw>
<kw name="Flexible_SSH_Login" owner="SSHKeywords">
<kw name="Get Length" owner="BuiltIn">
<msg time="2026-06-09T00:56:42.189362" level="INFO">Length is 0.</msg>
<msg time="2026-06-09T00:56:42.189450" level="INFO">${pwd_length} = 0</msg>
<var>${pwd_length}</var>
<arg>${password}</arg>
<doc>Returns and logs the length of the given item as an integer.</doc>
<status status="PASS" start="2026-06-09T00:56:42.189035" elapsed="0.000439"/>
</kw>
<kw name="Run Keyword And Return If" owner="BuiltIn">
<arg>${pwd_length} &gt; 0</arg>
<arg>SSHLibrary.Login</arg>
<arg>${user}</arg>
<arg>${password}</arg>
<arg>delay=${delay}</arg>
<doc>Runs the specified keyword and returns from the enclosing user keyword.</doc>
<status status="PASS" start="2026-06-09T00:56:42.189613" elapsed="0.000322"/>
</kw>
<kw name="Run Keyword And Return" owner="BuiltIn">
<kw name="Login With Public Key" owner="SSHLibrary">
<msg time="2026-06-09T00:56:42.190807" level="INFO">Logging into '10.30.171.73:22' as 'jenkins'.</msg>
<msg time="2026-06-09T00:56:42.757763" level="INFO">Read output: Welcome to Ubuntu 22.04.5 LTS (GNU/Linux 5.15.0-153-generic x86_64)

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

 System information as of Tue Jun  9 00:56:42 UTC 2026

  System load:  1.1                Processes:             103
  Usage of /:   19.3% of 38.58GB   Users logged in:       0
  Memory usage: 4%                 IPv4 address for ens3: 10.30.171.73
  Swap usage:   0%


Expanded Security Maintenance for Applications is not enabled.

0 updates can be applied immediately.

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


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


Last login: Tue Jun  9 00:46:35 2026 from 10.30.170.181
[?2004h[jenkins@releng-63164-293-1-mininet-ovs-217-0 ~]&gt;</msg>
<arg>${user}</arg>
<arg>${USER_HOME}/.ssh/${SSH_KEY}</arg>
<arg>${KEYFILE_PASS}</arg>
<arg>delay=${delay}</arg>
<doc>Logs into the SSH server using key-based authentication.</doc>
<status status="PASS" start="2026-06-09T00:56:42.190456" elapsed="0.567491"/>
</kw>
<msg time="2026-06-09T00:56:42.758032" level="INFO">Returning from the enclosing user keyword.</msg>
<arg>SSHLibrary.Login With Public Key</arg>
<arg>${user}</arg>
<arg>${USER_HOME}/.ssh/${SSH_KEY}</arg>
<arg>${KEYFILE_PASS}</arg>
<arg>delay=${delay}</arg>
<doc>Runs the specified keyword and returns from the enclosing user keyword.</doc>
<status status="PASS" start="2026-06-09T00:56:42.190085" elapsed="0.568049"/>
</kw>
<arg>${user}</arg>
<arg>${password}</arg>
<doc>On active SSH session: if given non-empty password, do Login, else do Login With Public Key.</doc>
<status status="PASS" start="2026-06-09T00:56:42.188660" elapsed="0.569599"/>
</kw>
<kw name="Execute Command" owner="SSHLibrary">
<msg time="2026-06-09T00:56:42.758813" level="INFO">Executing command '/usr/local/bin/cbench -c 10.30.171.44 -t -m 60000 -M 100 -S 16 -l 10 -D 5000 -p 6633'.</msg>
<msg time="2026-06-09T01:06:48.826608" level="INFO">Command exited with return code 0.</msg>
<msg time="2026-06-09T01:06:48.827754" level="INFO">${stdout} = </msg>
<msg time="2026-06-09T01:06:48.827896" level="INFO">${stderr} = cbench: controller benchmarking tool
   running in mode 'throughput'
   connecting to controller at 10.30.171.44:6633 
   faking 16 switches with 1 threads :: 10 tests each; 60000 ms per test
   with ...</msg>
<var>${stdout}</var>
<var>${stderr}</var>
<arg>${cmd}</arg>
<arg>return_stderr=True</arg>
<doc>Executes ``command`` on the remote machine and returns its outputs.</doc>
<status status="PASS" start="2026-06-09T00:56:42.758495" elapsed="606.069463"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-06-09T01:06:48.828432" elapsed="0.000908"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-06-09T01:06:48.830779" level="INFO">cbench: controller benchmarking tool
   running in mode 'throughput'
   connecting to controller at 10.30.171.44: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.44. So far 1 cbench instances have initialized their switches.  Waiting for other cbench-instances
Thread-0: Total switches from ALL cbench-instances initialized.
00:57:47.886 16  switches: flows:  462259 464804 452547 461097 458009 448954 464864 468260 454006 456446 450648 455452 450025 451520 451585 451237  total = 121.695217 per ms 
00:58:47.988 16  switches: flows:  434705 433379 432809 438800 436238 436622 432920 430301 433215 436358 437749 434762 437282 433219 440353 431681  total = 115.810963 per ms 
00:59:48.089 16  switches: flows:  498805 496970 498487 496565 502034 495899 498199 501530 492408 493747 500055 492881 502236 496439 498010 497863  total = 132.479925 per ms 
01:00:48.190 16  switches: flows:  479483 482857 483965 480091 479487 483111 482728 481284 483182 476726 486019 482519 481577 483179 480985 477137  total = 128.189285 per ms 
01:01:48.292 16  switches: flows:  483837 492386 479501 497251 486236 482419 491721 483426 487680 489062 489377 485067 485184 485139 489780 492509  total = 129.791300 per ms 
01:02:48.396 16  switches: flows:  528544 529349 526088 525656 532387 525600 531792 531096 526502 529874 528991 521532 534546 534203 529464 530093  total = 140.851612 per ms 
01:03:48.497 16  switches: flows:  587897 580441 587097 583910 576071 576276 585071 582930 588459 585456 588298 584071 585635 584927 584033 589395  total = 155.571915 per ms 
01:04:48.598 16  switches: flows:  591998 591001 586369 594396 594714 588974 595507 587720 589156 588770 598486 598216 591094 582882 593928 593955  total = 157.519834 per ms 
01:05:48.700 16  switches: flows:  586176 591278 585277 593323 585819 581176 588718 589786 588053 595611 589579 588011 586734 584223 594160 593806  total = 156.765274 per ms 
01:06:48.802 16  switches: flows:  564286 564062 564314 562450 564999 567014 563148 567388 565767 566577 567884 565349 564524 562178 569742 570059  total = 150.575884 per ms 
RESULT: 16 switches 9 tests min/max/avg/stdev = 115810.96/157519.83/140839.55/49055.40 responses/s</msg>
<arg>${stderr}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-06-09T01:06:48.829806" elapsed="0.001385"/>
</kw>
<if>
<branch type="IF" condition="&quot;${return_stdout}&quot;!=&quot;True&quot;">
<return>
<value>${stderr}</value>
<status status="PASS" start="2026-06-09T01:06:48.831914" elapsed="0.000095"/>
</return>
<status status="PASS" start="2026-06-09T01:06:48.831438" elapsed="0.000664"/>
</branch>
<status status="PASS" start="2026-06-09T01:06:48.831370" elapsed="0.000834"/>
</if>
<if>
<branch type="IF" condition="&quot;${return_stderr}&quot;!=&quot;True&quot;">
<return>
<value>${stdout}</value>
<status status="NOT RUN" start="2026-06-09T01:06:48.832423" elapsed="0.000028"/>
</return>
<status status="NOT RUN" start="2026-06-09T01:06:48.832339" elapsed="0.000173"/>
</branch>
<status status="NOT RUN" start="2026-06-09T01:06:48.832302" elapsed="0.000258"/>
</if>
<return>
<value>${stdout}</value>
<value>${stderr}</value>
<status status="NOT RUN" start="2026-06-09T01:06:48.832622" elapsed="0.000020"/>
</return>
<kw name="Restore_Current_Ssh_Connection_From_Index" owner="SSHKeywords" type="TEARDOWN">
<kw name="Run Keyword And Return If" owner="BuiltIn">
<arg>${connection_index} is not None</arg>
<arg>SSHLibrary.Switch Connection</arg>
<arg>${connection_index}</arg>
<doc>Runs the specified keyword and returns from the enclosing user keyword.</doc>
<status status="PASS" start="2026-06-09T01:06:48.836214" elapsed="0.000466"/>
</kw>
<kw name="Open Connection" owner="SSHLibrary">
<arg>127.0.0.1</arg>
<doc>Opens a new SSH connection to the given ``host`` and ``port``.</doc>
<status status="PASS" start="2026-06-09T01:06:48.836889" elapsed="0.000257"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-06-09T01:06:48.837335" elapsed="0.000144"/>
</kw>
<arg>${current_ssh_connection.index}</arg>
<doc>Restore active SSH connection in SSHLibrary to given index.</doc>
<status status="PASS" start="2026-06-09T01:06:48.833084" elapsed="0.004470"/>
</kw>
<msg time="2026-06-09T01:06:48.837737" level="INFO">${output} = cbench: controller benchmarking tool
   running in mode 'throughput'
   connecting to controller at 10.30.171.44:6633 
   faking 16 switches with 1 threads :: 10 tests each; 60000 ms per test
   with ...</msg>
<var>${output}</var>
<arg>${cbench_system}</arg>
<arg>${cbench_executable} -c ${ODL_SYSTEM_IP} ${cbench_args}</arg>
<arg>prompt_timeout=${test_timeout}</arg>
<arg>return_stdout=False</arg>
<arg>return_stderr=True</arg>
<doc>Reduces the common work of running a command on a remote system to a single higher level
robot keyword, taking care to log in with a public key and. The command given is written and the return value
depends on the passed argument values of return_stdout (default: True) and return_stderr (default: False).
At least one should be True, or the keyword will exit and FAIL. If both are True, the resulting return value
will be a two element list containing both. Otherwise the resulting return value is a string.
No test conditions are checked.</doc>
<status status="PASS" start="2026-06-09T00:56:42.184169" elapsed="606.653605"/>
</kw>
<status status="PASS" start="2026-06-09T00:56:42.183842" elapsed="606.654000"/>
</branch>
<status status="PASS" start="2026-06-09T00:56:42.183485" elapsed="606.654391"/>
</if>
<kw name="Log" owner="BuiltIn">
<msg time="2026-06-09T01:06:48.838497" level="INFO">cbench: controller benchmarking tool
   running in mode 'throughput'
   connecting to controller at 10.30.171.44: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.44. So far 1 cbench instances have initialized their switches.  Waiting for other cbench-instances
Thread-0: Total switches from ALL cbench-instances initialized.
00:57:47.886 16  switches: flows:  462259 464804 452547 461097 458009 448954 464864 468260 454006 456446 450648 455452 450025 451520 451585 451237  total = 121.695217 per ms 
00:58:47.988 16  switches: flows:  434705 433379 432809 438800 436238 436622 432920 430301 433215 436358 437749 434762 437282 433219 440353 431681  total = 115.810963 per ms 
00:59:48.089 16  switches: flows:  498805 496970 498487 496565 502034 495899 498199 501530 492408 493747 500055 492881 502236 496439 498010 497863  total = 132.479925 per ms 
01:00:48.190 16  switches: flows:  479483 482857 483965 480091 479487 483111 482728 481284 483182 476726 486019 482519 481577 483179 480985 477137  total = 128.189285 per ms 
01:01:48.292 16  switches: flows:  483837 492386 479501 497251 486236 482419 491721 483426 487680 489062 489377 485067 485184 485139 489780 492509  total = 129.791300 per ms 
01:02:48.396 16  switches: flows:  528544 529349 526088 525656 532387 525600 531792 531096 526502 529874 528991 521532 534546 534203 529464 530093  total = 140.851612 per ms 
01:03:48.497 16  switches: flows:  587897 580441 587097 583910 576071 576276 585071 582930 588459 585456 588298 584071 585635 584927 584033 589395  total = 155.571915 per ms 
01:04:48.598 16  switches: flows:  591998 591001 586369 594396 594714 588974 595507 587720 589156 588770 598486 598216 591094 582882 593928 593955  total = 157.519834 per ms 
01:05:48.700 16  switches: flows:  586176 591278 585277 593323 585819 581176 588718 589786 588053 595611 589579 588011 586734 584223 594160 593806  total = 156.765274 per ms 
01:06:48.802 16  switches: flows:  564286 564062 564314 562450 564999 567014 563148 567388 565767 566577 567884 565349 564524 562178 569742 570059  total = 150.575884 per ms 
RESULT: 16 switches 9 tests min/max/avg/stdev = 115810.96/157519.83/140839.55/49055.40 responses/s</msg>
<arg>${output}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-06-09T01:06:48.838071" elapsed="0.000528"/>
</kw>
<kw name="Should Contain" owner="BuiltIn">
<arg>${output}</arg>
<arg>RESULT</arg>
<doc>Fails if ``container`` does not contain ``item`` one or more times.</doc>
<status status="PASS" start="2026-06-09T01:06:48.838804" elapsed="0.000532"/>
</kw>
<kw name="Get Lines Containing String" owner="String">
<msg time="2026-06-09T01:06:48.839900" level="INFO">1 out of 23 lines matched.</msg>
<msg time="2026-06-09T01:06:48.840030" level="INFO">${result_line} = RESULT: 16 switches 9 tests min/max/avg/stdev = 115810.96/157519.83/140839.55/49055.40 responses/s</msg>
<var>${result_line}</var>
<arg>${output}</arg>
<arg>RESULT</arg>
<doc>Returns lines of the given ``string`` that contain the ``pattern``.</doc>
<status status="PASS" start="2026-06-09T01:06:48.839559" elapsed="0.000506"/>
</kw>
<kw name="Split String" owner="String">
<msg time="2026-06-09T01:06:48.840668" level="INFO">@{results_list} = [ RESULT: | 16 | switches | 9 | tests | min/max/avg/stdev | = | 115810.96/157519.83/140839.55/49055.40 | responses/s ]</msg>
<var>@{results_list}</var>
<arg>${result_line}</arg>
<doc>Splits the ``string`` using ``separator`` as a delimiter string.</doc>
<status status="PASS" start="2026-06-09T01:06:48.840299" elapsed="0.000414"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-06-09T01:06:48.843084" level="INFO">min/max/avg/stdev</msg>
<arg>${results_list[5]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-06-09T01:06:48.840864" elapsed="0.002293"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-06-09T01:06:48.845500" level="INFO">115810.96/157519.83/140839.55/49055.40</msg>
<arg>${results_list[7]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-06-09T01:06:48.843301" elapsed="0.002255"/>
</kw>
<kw name="Split String" owner="String">
<msg time="2026-06-09T01:06:48.847927" level="INFO">@{result_name_list} = [ min | max | avg | stdev ]</msg>
<var>@{result_name_list}</var>
<arg>${results_list[5]}</arg>
<arg>/</arg>
<doc>Splits the ``string`` using ``separator`` as a delimiter string.</doc>
<status status="PASS" start="2026-06-09T01:06:48.845706" elapsed="0.002248"/>
</kw>
<kw name="Split String" owner="String">
<msg time="2026-06-09T01:06:48.850359" level="INFO">@{result_value_list} = [ 115810.96 | 157519.83 | 140839.55 | 49055.40 ]</msg>
<var>@{result_value_list}</var>
<arg>${results_list[7]}</arg>
<arg>/</arg>
<doc>Splits the ``string`` using ``separator`` as a delimiter string.</doc>
<status status="PASS" start="2026-06-09T01:06:48.848153" elapsed="0.002233"/>
</kw>
<kw name="Get Length" owner="BuiltIn">
<msg time="2026-06-09T01:06:48.850846" level="INFO">Length is 4.</msg>
<msg time="2026-06-09T01:06:48.850932" level="INFO">${num_stats} = 4</msg>
<var>${num_stats}</var>
<arg>${result_name_list}</arg>
<doc>Returns and logs the length of the given item as an integer.</doc>
<status status="PASS" start="2026-06-09T01:06:48.850540" elapsed="0.000416"/>
</kw>
<for flavor="IN RANGE">
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-06-09T01:06:48.855675" level="INFO">min :: 115810.96</msg>
<arg>${result_name_list[${i}]} :: ${result_value_list[${i}]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-06-09T01:06:48.851354" elapsed="0.004380"/>
</kw>
<var name="${i}">0</var>
<status status="PASS" start="2026-06-09T01:06:48.851225" elapsed="0.004543"/>
</iter>
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-06-09T01:06:48.860501" level="INFO">max :: 157519.83</msg>
<arg>${result_name_list[${i}]} :: ${result_value_list[${i}]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-06-09T01:06:48.856018" elapsed="0.004539"/>
</kw>
<var name="${i}">1</var>
<status status="PASS" start="2026-06-09T01:06:48.855889" elapsed="0.004703"/>
</iter>
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-06-09T01:06:48.865125" level="INFO">avg :: 140839.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-06-09T01:06:48.860805" elapsed="0.004378"/>
</kw>
<var name="${i}">2</var>
<status status="PASS" start="2026-06-09T01:06:48.860680" elapsed="0.004538"/>
</iter>
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-06-09T01:06:48.869716" level="INFO">stdev :: 49055.40</msg>
<arg>${result_name_list[${i}]} :: ${result_value_list[${i}]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-06-09T01:06:48.865433" elapsed="0.004339"/>
</kw>
<var name="${i}">3</var>
<status status="PASS" start="2026-06-09T01:06:48.865306" elapsed="0.004502"/>
</iter>
<var>${i}</var>
<value>0</value>
<value>${num_stats}</value>
<status status="PASS" start="2026-06-09T01:06:48.851023" elapsed="0.018816"/>
</for>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-06-09T01:06:48.873866" level="INFO">${min} = 115810.96</msg>
<var>${min}</var>
<arg>${result_value_list[${0}]}</arg>
<doc>Returns the given values which can then be assigned to a variables.</doc>
<status status="PASS" start="2026-06-09T01:06:48.869995" elapsed="0.003898"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-06-09T01:06:48.877758" level="INFO">${max} = 157519.83</msg>
<var>${max}</var>
<arg>${result_value_list[${1}]}</arg>
<doc>Returns the given values which can then be assigned to a variables.</doc>
<status status="PASS" start="2026-06-09T01:06:48.874047" elapsed="0.003738"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-06-09T01:06:48.881694" level="INFO">${average} = 140839.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-06-09T01:06:48.877936" elapsed="0.003785"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-06-09T01:06:48.885588" level="INFO">${stdev} = 49055.40</msg>
<var>${stdev}</var>
<arg>${result_value_list[${3}]}</arg>
<doc>Returns the given values which can then be assigned to a variables.</doc>
<status status="PASS" start="2026-06-09T01:06:48.881869" elapsed="0.003746"/>
</kw>
<kw name="Get Time" owner="BuiltIn">
<msg time="2026-06-09T01:06:48.886129" level="INFO">${date} = 2026-06-09 01:06:48</msg>
<var>${date}</var>
<arg>d,m,s</arg>
<doc>Returns the given time in the requested format.</doc>
<status status="PASS" start="2026-06-09T01:06:48.885770" elapsed="0.000386"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-06-09T01:06:48.886711" level="INFO">CBench Result: 2026-06-09 01:06:48,-t -m 60000 -M 100 -S 16 -l 10 -D 5000 -p 6633,115810.96,157519.83,140839.55,49055.40</msg>
<arg>CBench Result: ${date},${cbench_args},${min},${max},${average},${stdev}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-06-09T01:06:48.886300" elapsed="0.000466"/>
</kw>
<kw name="Log Results And Determine Status">
<kw name="Append To File" owner="OperatingSystem">
<msg time="2026-06-09T01:06:48.887792" level="INFO" html="true">Appended to file '&lt;a href="file:///w/workspace/openflowplugin-csit-1node-cbench-only-vanadium/throughput.csv"&gt;/w/workspace/openflowplugin-csit-1node-cbench-only-vanadium/throughput.csv&lt;/a&gt;'.</msg>
<arg>${output_file}</arg>
<arg>${min},${max},${average}\n</arg>
<doc>Appends the given content to the specified file.</doc>
<status status="PASS" start="2026-06-09T01:06:48.887398" elapsed="0.000460"/>
</kw>
<kw name="Should Be True" owner="BuiltIn">
<arg>${average} &gt; ${threshold}</arg>
<arg>${average} flow_mods per/sec did not exceed threshold of ${threshold}</arg>
<doc>Fails if the given condition is not true.</doc>
<status status="PASS" start="2026-06-09T01:06:48.888035" elapsed="0.000477"/>
</kw>
<arg>${min}</arg>
<arg>${max}</arg>
<arg>${average}</arg>
<arg>${average_threshold}</arg>
<arg>${output_filename}</arg>
<status status="PASS" start="2026-06-09T01:06:48.886904" elapsed="0.001672"/>
</kw>
<arg>-t -m ${duration_in_ms} -M ${num_of_unique_macs} -S ${switch_count} -l ${loops} -D ${start_delay} -p ${of_port}</arg>
<arg>${throughput_threshold}</arg>
<arg>${throughput_results_file}</arg>
<status status="PASS" start="2026-06-09T00:56:42.182333" elapsed="606.706302"/>
</kw>
<kw name="Sleep" owner="BuiltIn">
<msg time="2026-06-09T01:06:48.889099" level="INFO">Slept 0 seconds.</msg>
<arg>${test_delay}</arg>
<doc>Pauses the test executed for the given time.</doc>
<status status="PASS" start="2026-06-09T01:06:48.888785" elapsed="0.000388"/>
</kw>
<kw name="Log Results As Zero If Cbench Timed Out" type="TEARDOWN">
<kw name="Run Keyword If Timeout Occurred" owner="BuiltIn">
<arg>Log Results And Determine Status</arg>
<arg>0</arg>
<arg>0</arg>
<arg>0</arg>
<arg>0</arg>
<arg>${output_filename}</arg>
<doc>Runs the given keyword if either a test or a keyword timeout has occurred.</doc>
<status status="PASS" start="2026-06-09T01:06:48.889677" elapsed="0.000268"/>
</kw>
<status status="PASS" start="2026-06-09T01:06:48.889380" elapsed="0.000636"/>
</kw>
<doc>cbench executed in throughput mode (-t). Test parameters have defaults, but can be overridden
on the pybot command line</doc>
<tag>cbench</tag>
<tag>throughput</tag>
<timeout value="15 minutes"/>
<status status="PASS" start="2026-06-09T00:56:42.180976" elapsed="606.709077"/>
</test>
<test id="s1-t3" name="Rerun Latency Test To Check Bug 6176" line="65">
<kw name="Log" owner="BuiltIn">
<msg time="2026-06-09T01:06:48.891586" level="INFO">Cbench tests using 10 iterations of 60 second tests. Switch Count: 16. Unique MACS to cycle: 100</msg>
<arg>Cbench tests using ${loops} iterations of ${duration_in_secs} second tests. Switch Count: ${switch_count}. Unique MACS to cycle: ${num_of_unique_macs}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-06-09T01:06:48.891197" elapsed="0.000446"/>
</kw>
<kw name="Run Cbench And Log Results">
<kw name="Set Suite Variable" owner="BuiltIn">
<msg time="2026-06-09T01:06:48.893235" level="INFO">${output_filename} = bug.csv</msg>
<arg>${output_filename}</arg>
<doc>Makes a variable available everywhere within the scope of the current suite.</doc>
<status status="PASS" start="2026-06-09T01:06:48.892551" elapsed="0.000729"/>
</kw>
<if>
<branch type="IF" condition="&quot;${cbench_system}&quot; == &quot;localhost&quot;">
<kw name="Run" owner="OperatingSystem">
<var>${output}</var>
<arg>${cbench_executable} -c ${ODL_SYSTEM_IP} ${cbench_args}</arg>
<doc>_This keyword is considered deprecated. Use the
[http://robotframework.org/robotframework/latest/libraries/Process.html|
Process] library instead._</doc>
<status status="NOT RUN" start="2026-06-09T01:06:48.893609" elapsed="0.000022"/>
</kw>
<status status="NOT RUN" start="2026-06-09T01:06:48.893389" elapsed="0.000282"/>
</branch>
<branch type="ELSE">
<kw name="Run Command On Remote System" owner="Utils">
<if>
<branch type="IF" condition="&quot;${return_stdout}&quot;!=&quot;True&quot; and &quot;${return_stderr}&quot;!=&quot;True&quot;">
<kw name="Fail" owner="BuiltIn">
<arg>At least one of {return_stdout} or {return_stderr} args should be set to True</arg>
<doc>Fails the test with the given message and optionally alters its tags.</doc>
<status status="NOT RUN" start="2026-06-09T01:06:48.896559" elapsed="0.000021"/>
</kw>
<status status="NOT RUN" start="2026-06-09T01:06:48.896311" elapsed="0.000304"/>
</branch>
<status status="PASS" start="2026-06-09T01:06:48.896291" elapsed="0.000348"/>
</if>
<kw name="Get Connection" owner="SSHLibrary">
<msg time="2026-06-09T01:06:48.896954" level="INFO">index=None
host=None
alias=None
port=22
timeout=3 seconds
newline=

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

prompt=None
term_type=vt100
width=80
height=24
path_separator=/
encoding=utf8
escape_ansi=False
encoding_errors=strict</msg>
<var>${current_ssh_connection}</var>
<doc>Returns information about the connection.</doc>
<status status="PASS" start="2026-06-09T01:06:48.896774" elapsed="0.000324"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-06-09T01:06:48.897669" level="INFO">Attempting to execute command "/usr/local/bin/cbench -c 10.30.171.44 -m 60000 -M 100 -S 16 -l 10 -D 5000 -p 6633" on remote system "10.30.171.73" by user "jenkins" with keyfile pass "any" and prompt "&gt;" and password ""</msg>
<arg>Attempting to execute command "${cmd}" on remote system "${system}" by user "${user}" with keyfile pass "${keyfile_pass}" and prompt "${prompt}" and password "${password}"</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-06-09T01:06:48.897249" elapsed="0.000479"/>
</kw>
<kw name="Open Connection" owner="SSHLibrary">
<msg time="2026-06-09T01:06:48.898276" level="INFO">${conn_id} = 9</msg>
<var>${conn_id}</var>
<arg>${system}</arg>
<arg>prompt=${prompt}</arg>
<arg>timeout=${prompt_timeout}</arg>
<doc>Opens a new SSH connection to the given ``host`` and ``port``.</doc>
<status status="PASS" start="2026-06-09T01:06:48.897865" elapsed="0.000438"/>
</kw>
<kw name="Flexible_SSH_Login" owner="SSHKeywords">
<kw name="Get Length" owner="BuiltIn">
<msg time="2026-06-09T01:06:48.899346" level="INFO">Length is 0.</msg>
<msg time="2026-06-09T01:06:48.899441" level="INFO">${pwd_length} = 0</msg>
<var>${pwd_length}</var>
<arg>${password}</arg>
<doc>Returns and logs the length of the given item as an integer.</doc>
<status status="PASS" start="2026-06-09T01:06:48.898879" elapsed="0.000588"/>
</kw>
<kw name="Run Keyword And Return If" owner="BuiltIn">
<arg>${pwd_length} &gt; 0</arg>
<arg>SSHLibrary.Login</arg>
<arg>${user}</arg>
<arg>${password}</arg>
<arg>delay=${delay}</arg>
<doc>Runs the specified keyword and returns from the enclosing user keyword.</doc>
<status status="PASS" start="2026-06-09T01:06:48.899609" elapsed="0.000340"/>
</kw>
<kw name="Run Keyword And Return" owner="BuiltIn">
<kw name="Login With Public Key" owner="SSHLibrary">
<msg time="2026-06-09T01:06:48.900827" level="INFO">Logging into '10.30.171.73:22' as 'jenkins'.</msg>
<msg time="2026-06-09T01:06:49.490998" level="INFO">Read output: Welcome to Ubuntu 22.04.5 LTS (GNU/Linux 5.15.0-153-generic x86_64)

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

 System information as of Tue Jun  9 01:06:49 UTC 2026

  System load:  0.51               Processes:             104
  Usage of /:   19.3% of 38.58GB   Users logged in:       0
  Memory usage: 4%                 IPv4 address for ens3: 10.30.171.73
  Swap usage:   0%


Expanded Security Maintenance for Applications is not enabled.

0 updates can be applied immediately.

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


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


Last login: Tue Jun  9 00:56:42 2026 from 10.30.170.181
[?2004h[jenkins@releng-63164-293-1-mininet-ovs-217-0 ~]&gt;</msg>
<arg>${user}</arg>
<arg>${USER_HOME}/.ssh/${SSH_KEY}</arg>
<arg>${KEYFILE_PASS}</arg>
<arg>delay=${delay}</arg>
<doc>Logs into the SSH server using key-based authentication.</doc>
<status status="PASS" start="2026-06-09T01:06:48.900468" elapsed="0.590734"/>
</kw>
<msg time="2026-06-09T01:06:49.491292" level="INFO">Returning from the enclosing user keyword.</msg>
<arg>SSHLibrary.Login With Public Key</arg>
<arg>${user}</arg>
<arg>${USER_HOME}/.ssh/${SSH_KEY}</arg>
<arg>${KEYFILE_PASS}</arg>
<arg>delay=${delay}</arg>
<doc>Runs the specified keyword and returns from the enclosing user keyword.</doc>
<status status="PASS" start="2026-06-09T01:06:48.900101" elapsed="0.591268"/>
</kw>
<arg>${user}</arg>
<arg>${password}</arg>
<doc>On active SSH session: if given non-empty password, do Login, else do Login With Public Key.</doc>
<status status="PASS" start="2026-06-09T01:06:48.898504" elapsed="0.592973"/>
</kw>
<kw name="Execute Command" owner="SSHLibrary">
<msg time="2026-06-09T01:06:49.491972" level="INFO">Executing command '/usr/local/bin/cbench -c 10.30.171.44 -m 60000 -M 100 -S 16 -l 10 -D 5000 -p 6633'.</msg>
<msg time="2026-06-09T01:16:55.633975" level="INFO">Command exited with return code 0.</msg>
<msg time="2026-06-09T01:16:55.634632" level="INFO">${stdout} = </msg>
<msg time="2026-06-09T01:16:55.634742" level="INFO">${stderr} = cbench: controller benchmarking tool
   running in mode 'latency'
   connecting to controller at 10.30.171.44:6633 
   faking 16 switches with 1 threads :: 10 tests each; 60000 ms per test
   with 100...</msg>
<var>${stdout}</var>
<var>${stderr}</var>
<arg>${cmd}</arg>
<arg>return_stderr=True</arg>
<doc>Executes ``command`` on the remote machine and returns its outputs.</doc>
<status status="PASS" start="2026-06-09T01:06:49.491682" elapsed="606.143118"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-06-09T01:16:55.635284" elapsed="0.000692"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-06-09T01:16:55.637380" level="INFO">cbench: controller benchmarking tool
   running in mode 'latency'
   connecting to controller at 10.30.171.44: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.44. So far 1 cbench instances have initialized their switches.  Waiting for other cbench-instances
Thread-0: Total switches from ALL cbench-instances initialized.
01:07:54.694 16  switches: flows:  141023 147179 145194 149743 146935 148581 146037 139651 140614 142834 139730 139031 139368 140452 136526 140358  total = 38.054267 per ms 
01:08:54.794 16  switches: flows:  142457 145182 146732 146425 145394 147036 145271 140897 144531 138961 136586 139090 140002 137020 136901 142691  total = 37.856409 per ms 
01:09:54.895 16  switches: flows:  139309 144152 145149 141752 139337 142873 144014 136771 140158 137868 136666 134121 133181 135502 135887 136892  total = 36.998752 per ms 
01:10:54.995 16  switches: flows:  146134 148955 149555 147971 149323 149125 146515 144244 149347 142491 141594 140880 140706 140292 139711 145785  total = 38.645969 per ms 
01:11:55.095 16  switches: flows:  141258 145559 144195 145708 147621 148613 144288 141828 143854 137753 137490 139179 138825 137561 138508 142186  total = 37.843897 per ms 
01:12:55.196 16  switches: flows:  140917 147941 144529 145125 143885 145085 145700 141428 144363 139977 137531 137857 137329 136179 139844 141613  total = 37.758549 per ms 
01:13:55.296 16  switches: flows:  139916 147139 142226 144744 145804 141681 141823 138244 141706 136655 134447 135970 135946 134837 134769 139610  total = 37.196479 per ms 
01:14:55.396 16  switches: flows:  137988 144641 144027 143646 143845 144605 140907 139115 141293 136342 136964 136856 134329 136734 134716 139651  total = 37.198817 per ms 
01:15:55.497 16  switches: flows:  143276 146742 145364 145424 147872 145043 145624 143666 145012 139174 139997 138717 140222 138357 139905 143659  total = 38.070663 per ms 
01:16:55.597 16  switches: flows:  141513 147068 144705 146932 148945 143066 143752 141120 144591 139074 138512 140584 139074 135852 136958 141104  total = 37.817687 per ms 
RESULT: 16 switches 9 tests min/max/avg/stdev = 36998.75/38645.97/37709.69/12579.13 responses/s</msg>
<arg>${stderr}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-06-09T01:16:55.636395" elapsed="0.001301"/>
</kw>
<if>
<branch type="IF" condition="&quot;${return_stdout}&quot;!=&quot;True&quot;">
<return>
<value>${stderr}</value>
<status status="PASS" start="2026-06-09T01:16:55.638099" elapsed="0.000096"/>
</return>
<status status="PASS" start="2026-06-09T01:16:55.637875" elapsed="0.000383"/>
</branch>
<status status="PASS" start="2026-06-09T01:16:55.637833" elapsed="0.000466"/>
</if>
<if>
<branch type="IF" condition="&quot;${return_stderr}&quot;!=&quot;True&quot;">
<return>
<value>${stdout}</value>
<status status="NOT RUN" start="2026-06-09T01:16:55.638455" elapsed="0.000017"/>
</return>
<status status="NOT RUN" start="2026-06-09T01:16:55.638401" elapsed="0.000112"/>
</branch>
<status status="NOT RUN" start="2026-06-09T01:16:55.638376" elapsed="0.000168"/>
</if>
<return>
<value>${stdout}</value>
<value>${stderr}</value>
<status status="NOT RUN" start="2026-06-09T01:16:55.638588" elapsed="0.000019"/>
</return>
<kw name="Restore_Current_Ssh_Connection_From_Index" owner="SSHKeywords" type="TEARDOWN">
<kw name="Run Keyword And Return If" owner="BuiltIn">
<arg>${connection_index} is not None</arg>
<arg>SSHLibrary.Switch Connection</arg>
<arg>${connection_index}</arg>
<doc>Runs the specified keyword and returns from the enclosing user keyword.</doc>
<status status="PASS" start="2026-06-09T01:16:55.642374" elapsed="0.000490"/>
</kw>
<kw name="Open Connection" owner="SSHLibrary">
<arg>127.0.0.1</arg>
<doc>Opens a new SSH connection to the given ``host`` and ``port``.</doc>
<status status="PASS" start="2026-06-09T01:16:55.643132" elapsed="0.000248"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-06-09T01:16:55.643565" elapsed="0.000140"/>
</kw>
<arg>${current_ssh_connection.index}</arg>
<doc>Restore active SSH connection in SSHLibrary to given index.</doc>
<status status="PASS" start="2026-06-09T01:16:55.639078" elapsed="0.004703"/>
</kw>
<msg time="2026-06-09T01:16:55.643962" level="INFO">${output} = cbench: controller benchmarking tool
   running in mode 'latency'
   connecting to controller at 10.30.171.44:6633 
   faking 16 switches with 1 threads :: 10 tests each; 60000 ms per test
   with 100...</msg>
<var>${output}</var>
<arg>${cbench_system}</arg>
<arg>${cbench_executable} -c ${ODL_SYSTEM_IP} ${cbench_args}</arg>
<arg>prompt_timeout=${test_timeout}</arg>
<arg>return_stdout=False</arg>
<arg>return_stderr=True</arg>
<doc>Reduces the common work of running a command on a remote system to a single higher level
robot keyword, taking care to log in with a public key and. The command given is written and the return value
depends on the passed argument values of return_stdout (default: True) and return_stderr (default: False).
At least one should be True, or the keyword will exit and FAIL. If both are True, the resulting return value
will be a two element list containing both. Otherwise the resulting return value is a string.
No test conditions are checked.</doc>
<status status="PASS" start="2026-06-09T01:06:48.894009" elapsed="606.749999"/>
</kw>
<status status="PASS" start="2026-06-09T01:06:48.893697" elapsed="606.750389"/>
</branch>
<status status="PASS" start="2026-06-09T01:06:48.893368" elapsed="606.750772"/>
</if>
<kw name="Log" owner="BuiltIn">
<msg time="2026-06-09T01:16:55.644751" level="INFO">cbench: controller benchmarking tool
   running in mode 'latency'
   connecting to controller at 10.30.171.44: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.44. So far 1 cbench instances have initialized their switches.  Waiting for other cbench-instances
Thread-0: Total switches from ALL cbench-instances initialized.
01:07:54.694 16  switches: flows:  141023 147179 145194 149743 146935 148581 146037 139651 140614 142834 139730 139031 139368 140452 136526 140358  total = 38.054267 per ms 
01:08:54.794 16  switches: flows:  142457 145182 146732 146425 145394 147036 145271 140897 144531 138961 136586 139090 140002 137020 136901 142691  total = 37.856409 per ms 
01:09:54.895 16  switches: flows:  139309 144152 145149 141752 139337 142873 144014 136771 140158 137868 136666 134121 133181 135502 135887 136892  total = 36.998752 per ms 
01:10:54.995 16  switches: flows:  146134 148955 149555 147971 149323 149125 146515 144244 149347 142491 141594 140880 140706 140292 139711 145785  total = 38.645969 per ms 
01:11:55.095 16  switches: flows:  141258 145559 144195 145708 147621 148613 144288 141828 143854 137753 137490 139179 138825 137561 138508 142186  total = 37.843897 per ms 
01:12:55.196 16  switches: flows:  140917 147941 144529 145125 143885 145085 145700 141428 144363 139977 137531 137857 137329 136179 139844 141613  total = 37.758549 per ms 
01:13:55.296 16  switches: flows:  139916 147139 142226 144744 145804 141681 141823 138244 141706 136655 134447 135970 135946 134837 134769 139610  total = 37.196479 per ms 
01:14:55.396 16  switches: flows:  137988 144641 144027 143646 143845 144605 140907 139115 141293 136342 136964 136856 134329 136734 134716 139651  total = 37.198817 per ms 
01:15:55.497 16  switches: flows:  143276 146742 145364 145424 147872 145043 145624 143666 145012 139174 139997 138717 140222 138357 139905 143659  total = 38.070663 per ms 
01:16:55.597 16  switches: flows:  141513 147068 144705 146932 148945 143066 143752 141120 144591 139074 138512 140584 139074 135852 136958 141104  total = 37.817687 per ms 
RESULT: 16 switches 9 tests min/max/avg/stdev = 36998.75/38645.97/37709.69/12579.13 responses/s</msg>
<arg>${output}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-06-09T01:16:55.644345" elapsed="0.000510"/>
</kw>
<kw name="Should Contain" owner="BuiltIn">
<arg>${output}</arg>
<arg>RESULT</arg>
<doc>Fails if ``container`` does not contain ``item`` one or more times.</doc>
<status status="PASS" start="2026-06-09T01:16:55.645134" elapsed="0.000546"/>
</kw>
<kw name="Get Lines Containing String" owner="String">
<msg time="2026-06-09T01:16:55.646159" level="INFO">1 out of 23 lines matched.</msg>
<msg time="2026-06-09T01:16:55.646252" level="INFO">${result_line} = RESULT: 16 switches 9 tests min/max/avg/stdev = 36998.75/38645.97/37709.69/12579.13 responses/s</msg>
<var>${result_line}</var>
<arg>${output}</arg>
<arg>RESULT</arg>
<doc>Returns lines of the given ``string`` that contain the ``pattern``.</doc>
<status status="PASS" start="2026-06-09T01:16:55.645910" elapsed="0.000367"/>
</kw>
<kw name="Split String" owner="String">
<msg time="2026-06-09T01:16:55.646711" level="INFO">@{results_list} = [ RESULT: | 16 | switches | 9 | tests | min/max/avg/stdev | = | 36998.75/38645.97/37709.69/12579.13 | responses/s ]</msg>
<var>@{results_list}</var>
<arg>${result_line}</arg>
<doc>Splits the ``string`` using ``separator`` as a delimiter string.</doc>
<status status="PASS" start="2026-06-09T01:16:55.646447" elapsed="0.000291"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-06-09T01:16:55.649287" level="INFO">min/max/avg/stdev</msg>
<arg>${results_list[5]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-06-09T01:16:55.646900" elapsed="0.002446"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-06-09T01:16:55.651890" level="INFO">36998.75/38645.97/37709.69/12579.13</msg>
<arg>${results_list[7]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-06-09T01:16:55.649493" elapsed="0.002454"/>
</kw>
<kw name="Split String" owner="String">
<msg time="2026-06-09T01:16:55.654423" level="INFO">@{result_name_list} = [ min | max | avg | stdev ]</msg>
<var>@{result_name_list}</var>
<arg>${results_list[5]}</arg>
<arg>/</arg>
<doc>Splits the ``string`` using ``separator`` as a delimiter string.</doc>
<status status="PASS" start="2026-06-09T01:16:55.652123" elapsed="0.002327"/>
</kw>
<kw name="Split String" owner="String">
<msg time="2026-06-09T01:16:55.657020" level="INFO">@{result_value_list} = [ 36998.75 | 38645.97 | 37709.69 | 12579.13 ]</msg>
<var>@{result_value_list}</var>
<arg>${results_list[7]}</arg>
<arg>/</arg>
<doc>Splits the ``string`` using ``separator`` as a delimiter string.</doc>
<status status="PASS" start="2026-06-09T01:16:55.654644" elapsed="0.002406"/>
</kw>
<kw name="Get Length" owner="BuiltIn">
<msg time="2026-06-09T01:16:55.657539" level="INFO">Length is 4.</msg>
<msg time="2026-06-09T01:16:55.657627" level="INFO">${num_stats} = 4</msg>
<var>${num_stats}</var>
<arg>${result_name_list}</arg>
<doc>Returns and logs the length of the given item as an integer.</doc>
<status status="PASS" start="2026-06-09T01:16:55.657226" elapsed="0.000426"/>
</kw>
<for flavor="IN RANGE">
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-06-09T01:16:55.662513" level="INFO">min :: 36998.75</msg>
<arg>${result_name_list[${i}]} :: ${result_value_list[${i}]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-06-09T01:16:55.658049" elapsed="0.004522"/>
</kw>
<var name="${i}">0</var>
<status status="PASS" start="2026-06-09T01:16:55.657910" elapsed="0.004697"/>
</iter>
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-06-09T01:16:55.667244" level="INFO">max :: 38645.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-06-09T01:16:55.662825" elapsed="0.004489"/>
</kw>
<var name="${i}">1</var>
<status status="PASS" start="2026-06-09T01:16:55.662698" elapsed="0.004654"/>
</iter>
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-06-09T01:16:55.672197" level="INFO">avg :: 37709.69</msg>
<arg>${result_name_list[${i}]} :: ${result_value_list[${i}]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-06-09T01:16:55.667563" elapsed="0.004692"/>
</kw>
<var name="${i}">2</var>
<status status="PASS" start="2026-06-09T01:16:55.667436" elapsed="0.004855"/>
</iter>
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-06-09T01:16:55.676935" level="INFO">stdev :: 12579.13</msg>
<arg>${result_name_list[${i}]} :: ${result_value_list[${i}]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-06-09T01:16:55.672504" elapsed="0.004528"/>
</kw>
<var name="${i}">3</var>
<status status="PASS" start="2026-06-09T01:16:55.672376" elapsed="0.004692"/>
</iter>
<var>${i}</var>
<value>0</value>
<value>${num_stats}</value>
<status status="PASS" start="2026-06-09T01:16:55.657720" elapsed="0.019407"/>
</for>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-06-09T01:16:55.681376" level="INFO">${min} = 36998.75</msg>
<var>${min}</var>
<arg>${result_value_list[${0}]}</arg>
<doc>Returns the given values which can then be assigned to a variables.</doc>
<status status="PASS" start="2026-06-09T01:16:55.677291" elapsed="0.004114"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-06-09T01:16:55.685449" level="INFO">${max} = 38645.97</msg>
<var>${max}</var>
<arg>${result_value_list[${1}]}</arg>
<doc>Returns the given values which can then be assigned to a variables.</doc>
<status status="PASS" start="2026-06-09T01:16:55.681560" elapsed="0.003916"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-06-09T01:16:55.689518" level="INFO">${average} = 37709.69</msg>
<var>${average}</var>
<arg>${result_value_list[${2}]}</arg>
<doc>Returns the given values which can then be assigned to a variables.</doc>
<status status="PASS" start="2026-06-09T01:16:55.685631" elapsed="0.003914"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-06-09T01:16:55.693589" level="INFO">${stdev} = 12579.13</msg>
<var>${stdev}</var>
<arg>${result_value_list[${3}]}</arg>
<doc>Returns the given values which can then be assigned to a variables.</doc>
<status status="PASS" start="2026-06-09T01:16:55.689700" elapsed="0.003917"/>
</kw>
<kw name="Get Time" owner="BuiltIn">
<msg time="2026-06-09T01:16:55.694162" level="INFO">${date} = 2026-06-09 01:16:55</msg>
<var>${date}</var>
<arg>d,m,s</arg>
<doc>Returns the given time in the requested format.</doc>
<status status="PASS" start="2026-06-09T01:16:55.693779" elapsed="0.000410"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-06-09T01:16:55.694758" level="INFO">CBench Result: 2026-06-09 01:16:55,-m 60000 -M 100 -S 16 -l 10 -D 5000 -p 6633,36998.75,38645.97,37709.69,12579.13</msg>
<arg>CBench Result: ${date},${cbench_args},${min},${max},${average},${stdev}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-06-09T01:16:55.694343" elapsed="0.000472"/>
</kw>
<kw name="Log Results And Determine Status">
<kw name="Append To File" owner="OperatingSystem">
<msg time="2026-06-09T01:16:55.695967" level="INFO" html="true">Appended to file '&lt;a href="file:///w/workspace/openflowplugin-csit-1node-cbench-only-vanadium/bug.csv"&gt;/w/workspace/openflowplugin-csit-1node-cbench-only-vanadium/bug.csv&lt;/a&gt;'.</msg>
<arg>${output_file}</arg>
<arg>${min},${max},${average}\n</arg>
<doc>Appends the given content to the specified file.</doc>
<status status="PASS" start="2026-06-09T01:16:55.695480" elapsed="0.000584"/>
</kw>
<kw name="Should Be True" owner="BuiltIn">
<arg>${average} &gt; ${threshold}</arg>
<arg>${average} flow_mods per/sec did not exceed threshold of ${threshold}</arg>
<doc>Fails if the given condition is not true.</doc>
<status status="PASS" start="2026-06-09T01:16:55.696252" elapsed="0.000475"/>
</kw>
<arg>${min}</arg>
<arg>${max}</arg>
<arg>${average}</arg>
<arg>${average_threshold}</arg>
<arg>${output_filename}</arg>
<status status="PASS" start="2026-06-09T01:16:55.694965" elapsed="0.001838"/>
</kw>
<arg>-m ${duration_in_ms} -M ${num_of_unique_macs} -S ${switch_count} -l ${loops} -D ${start_delay} -p ${of_port}</arg>
<arg>${latency_threshold}</arg>
<arg>bug.csv</arg>
<status status="PASS" start="2026-06-09T01:06:48.891962" elapsed="606.804903"/>
</kw>
<kw name="Sleep" owner="BuiltIn">
<msg time="2026-06-09T01:16:55.697396" level="INFO">Slept 0 seconds.</msg>
<arg>${test_delay}</arg>
<doc>Pauses the test executed for the given time.</doc>
<status status="PASS" start="2026-06-09T01:16:55.697044" elapsed="0.000414"/>
</kw>
<kw name="Report Failure Due To Bug" owner="Utils" type="TEARDOWN">
<kw name="Evaluate" owner="BuiltIn">
<msg time="2026-06-09T01:16:55.698760" level="INFO">${test_skipped} = False</msg>
<var>${test_skipped}</var>
<arg>len(re.findall('SKIPPED', """${TEST_MESSAGE}""")) &gt; 0</arg>
<arg>modules=re</arg>
<doc>Evaluates the given expression in Python and returns the result.</doc>
<status status="PASS" start="2026-06-09T01:16:55.698271" elapsed="0.000516"/>
</kw>
<if>
<branch type="IF" condition="('${TEST_STATUS}' != 'FAIL') or ${test_skipped}">
<return>
<status status="PASS" start="2026-06-09T01:16:55.699023" elapsed="0.000032"/>
</return>
<status status="PASS" start="2026-06-09T01:16:55.698865" elapsed="0.000222"/>
</branch>
<status status="PASS" start="2026-06-09T01:16:55.698844" elapsed="0.000285"/>
</if>
<kw name="Comment" owner="BuiltIn">
<arg>Jira tickets are {PROJECT}-{NUMBER} while Bugzilla tickets are {NUMBER}</arg>
<doc>Displays the given messages in the log file as keyword arguments.</doc>
<status status="NOT RUN" start="2026-06-09T01:16:55.699276" elapsed="0.000022"/>
</kw>
<kw name="Run Keyword And Return Status" owner="BuiltIn">
<var>${match}</var>
<arg>Should Contain</arg>
<arg>${number}</arg>
<arg>-</arg>
<doc>Runs the specified keyword and returns the status as a Boolean value.</doc>
<status status="NOT RUN" start="2026-06-09T01:16:55.699433" elapsed="0.000021"/>
</kw>
<kw name="Set Variable If" owner="BuiltIn">
<var>${bug_url}</var>
<arg>${match}</arg>
<arg>https://jira.opendaylight.org/browse/${number}</arg>
<arg>https://bugs.opendaylight.org/show_bug.cgi?id=${number}</arg>
<doc>Sets variable based on the given condition.</doc>
<status status="NOT RUN" start="2026-06-09T01:16:55.699593" elapsed="0.000020"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<var>${msg}</var>
<arg>This test fails due to ${bug_url}</arg>
<doc>Returns the given values which can then be assigned to a variables.</doc>
<status status="NOT RUN" start="2026-06-09T01:16:55.699788" elapsed="0.000021"/>
</kw>
<kw name="Evaluate" owner="BuiltIn">
<var>${newline}</var>
<arg>chr(10)</arg>
<doc>Evaluates the given expression in Python and returns the result.</doc>
<status status="NOT RUN" start="2026-06-09T01:16:55.699943" elapsed="0.000023"/>
</kw>
<kw name="Set Test Message" owner="BuiltIn">
<arg>${msg}${newline}${newline}${TEST_MESSAGE}</arg>
<doc>Sets message for the current test case.</doc>
<status status="NOT RUN" start="2026-06-09T01:16:55.700121" elapsed="0.000023"/>
</kw>
<kw name="Log" owner="BuiltIn">
<arg>${msg}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="NOT RUN" start="2026-06-09T01:16:55.700271" elapsed="0.000019"/>
</kw>
<if>
<branch type="IF" condition="&quot;${include_bug_in_tags}&quot;==&quot;True&quot;">
<kw name="Set Tags" owner="BuiltIn">
<arg>${bug_url}</arg>
<doc>Adds given ``tags`` for the current test or all tests in a suite.</doc>
<status status="NOT RUN" start="2026-06-09T01:16:55.700495" elapsed="0.000020"/>
</kw>
<status status="NOT RUN" start="2026-06-09T01:16:55.700355" elapsed="0.000191"/>
</branch>
<status status="NOT RUN" start="2026-06-09T01:16:55.700337" elapsed="0.000233"/>
</if>
<arg>6176</arg>
<doc>Report that a test failed due to a known Bugzilla bug whose
number is provided as an argument.
Not FAILED (incl. SKIPPED) test are not reported.
This keyword must be used in the [Teardown] setting of the affected test
or as the first line of the test if FastFail module is not being
used. It reports the URL of the bug on console and also puts it
into the Robot log file.</doc>
<status status="PASS" start="2026-06-09T01:16:55.697861" elapsed="0.002762"/>
</kw>
<doc>cbench executed in latency mode to see if controller is healthy</doc>
<tag>cbench</tag>
<tag>latency</tag>
<timeout value="15 minutes"/>
<status status="PASS" start="2026-06-09T01:06:48.890594" elapsed="606.810077"/>
</test>
<doc>Cbench Latency and Throughput tests can be run from an external
cbench.
If cbench is run with a medium number of switches or higher (e.g. 32+)
the normal openflow operations seem to break.
BUG: https://bugs.opendaylight.org/show_bug.cgi?id=2897</doc>
<status status="PASS" start="2026-06-09T00:46:32.820758" elapsed="1822.880668"/>
</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>
