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

[?1h=[90m~[0m                                                                                [?2004hopendaylight-user</msg>
<arg>${KARAF_USER}</arg>
<arg>${KARAF_PASSWORD}</arg>
<arg>loglevel=${loglevel}</arg>
<doc>Logs into the SSH server with the given ``username`` and ``password``.</doc>
<status status="PASS" start="2026-08-28T00:40:40.133318" elapsed="0.995263"/>
</kw>
<kw name="Write" owner="SSHLibrary">
<msg time="2026-08-28T00:40:41.179180" level="INFO">@root&gt;log:set ERROR</msg>
<arg>${cmd}</arg>
<doc>Writes the given ``text`` on the remote machine and appends a newline.</doc>
<status status="PASS" start="2026-08-28T00:40:41.128870" elapsed="0.050370"/>
</kw>
<kw name="Read Until Regexp" owner="SSHLibrary">
<msg time="2026-08-28T00:40:41.185408" level="INFO">[?1l&gt;[?2004l[?1h=[90m~[0m                                                                                [?2004hopendaylight-user@root&gt;</msg>
<msg time="2026-08-28T00:40:41.185513" level="INFO">${output} = [?1l&gt;[?2004l[?1h=[90m~[0m                                                                                [?2004hopendaylight-user@root&gt;</msg>
<var>${output}</var>
<arg>${KARAF_PROMPT}</arg>
<doc>Consumes and returns the server output until a match to ``regexp`` is found.</doc>
<status status="PASS" start="2026-08-28T00:40:41.179390" elapsed="0.006150"/>
</kw>
<kw name="Write Bare" owner="SSHLibrary">
<arg>logout\n</arg>
<doc>Writes the given ``text`` on the remote machine without appending a newline.</doc>
<status status="PASS" start="2026-08-28T00:40:41.185684" elapsed="0.000224"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-08-28T00:40:41.186051" elapsed="0.000176"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-08-28T00:40:41.186674" level="INFO">[?1l&gt;[?2004l[?1h=[90m~[0m                                                                                [?2004hopendaylight-user@root&gt;</msg>
<arg>${output}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-08-28T00:40:41.186363" elapsed="0.000375"/>
</kw>
<return>
<value>${output}</value>
<status status="PASS" start="2026-08-28T00:40:41.186788" elapsed="0.000074"/>
</return>
<arg>log:set ${log_level}</arg>
<doc>Will execute the given ${cmd} by ssh'ing to the karaf console running on 10.30.170.148
Note that this keyword will open&amp;close new SSH connection, without switching back to previously current session.</doc>
<status status="PASS" start="2026-08-28T00:40:40.132024" elapsed="1.054954"/>
</kw>
<arg>3x</arg>
<arg>1s</arg>
<arg>KarafKeywords.Issue Command On Karaf Console</arg>
<arg>log:set ${log_level}</arg>
<doc>Runs the specified keyword and retries if it fails.</doc>
<status status="PASS" start="2026-08-28T00:40:40.128761" elapsed="1.058276"/>
</kw>
<kw name="Append To File" owner="OperatingSystem">
<msg time="2026-08-28T00:40:41.187553" level="INFO" html="true">Appended to file '&lt;a href="file:///w/workspace/openflowplugin-csit-1node-cbench-only-vanadium/latency.csv"&gt;/w/workspace/openflowplugin-csit-1node-cbench-only-vanadium/latency.csv&lt;/a&gt;'.</msg>
<arg>${latency_results_file}</arg>
<arg>LATENCY_MIN,LATENCY_MAX,LATENCY_AVERAGE\n</arg>
<doc>Appends the given content to the specified file.</doc>
<status status="PASS" start="2026-08-28T00:40:41.187214" elapsed="0.000389"/>
</kw>
<kw name="Append To File" owner="OperatingSystem">
<msg time="2026-08-28T00:40:41.188020" level="INFO" html="true">Appended to file '&lt;a href="file:///w/workspace/openflowplugin-csit-1node-cbench-only-vanadium/throughput.csv"&gt;/w/workspace/openflowplugin-csit-1node-cbench-only-vanadium/throughput.csv&lt;/a&gt;'.</msg>
<arg>${throughput_results_file}</arg>
<arg>THROUGHPUT_MIN,THROUGHPUT_MAX,THROUGHPUT_AVERAGE\n</arg>
<doc>Appends the given content to the specified file.</doc>
<status status="PASS" start="2026-08-28T00:40:41.187780" elapsed="0.000294"/>
</kw>
<kw name="Evaluate" owner="BuiltIn">
<msg time="2026-08-28T00:40:41.188564" level="INFO">${duration_in_ms} = 60000</msg>
<var>${duration_in_ms}</var>
<arg>${duration_in_secs} * 1000</arg>
<doc>Evaluates the given expression in Python and returns the result.</doc>
<status status="PASS" start="2026-08-28T00:40:41.188213" elapsed="0.000375"/>
</kw>
<kw name="Set Suite Variable" owner="BuiltIn">
<msg time="2026-08-28T00:40:41.189075" level="INFO">${duration_in_ms} = 60000</msg>
<arg>${duration_in_ms}</arg>
<doc>Makes a variable available everywhere within the scope of the current suite.</doc>
<status status="PASS" start="2026-08-28T00:40:41.188755" elapsed="0.000358"/>
</kw>
<kw name="Evaluate" owner="BuiltIn">
<msg time="2026-08-28T00:40:41.189568" level="INFO">${test_timeout} = 900.0</msg>
<var>${test_timeout}</var>
<arg>(${loops} * ${duration_in_secs}) * 1.5</arg>
<doc>Evaluates the given expression in Python and returns the result.</doc>
<status status="PASS" start="2026-08-28T00:40:41.189241" elapsed="0.000350"/>
</kw>
<kw name="Set Suite Variable" owner="BuiltIn">
<msg time="2026-08-28T00:40:41.190039" level="INFO">${test_timeout} = 900.0</msg>
<arg>${test_timeout}</arg>
<doc>Makes a variable available everywhere within the scope of the current suite.</doc>
<status status="PASS" start="2026-08-28T00:40:41.189747" elapsed="0.000329"/>
</kw>
<if>
<branch type="IF" condition="&quot;${cbench_system}&quot; == &quot;localhost&quot;">
<kw name="File Should Exist" owner="OperatingSystem">
<arg>${cbench_executable}</arg>
<doc>Fails unless the given ``path`` points to an existing file.</doc>
<status status="NOT RUN" start="2026-08-28T00:40:41.190353" elapsed="0.000018"/>
</kw>
<status status="NOT RUN" start="2026-08-28T00:40:41.190158" elapsed="0.000242"/>
</branch>
<branch type="ELSE">
<kw name="Verify File Exists On Remote System" owner="Utils">
<kw name="Open Connection" owner="SSHLibrary">
<msg time="2026-08-28T00:40:41.194351" level="INFO">${conn_id} = 2</msg>
<var>${conn_id}</var>
<arg>${system}</arg>
<arg>prompt=${prompt}</arg>
<arg>timeout=${prompt_timeout}</arg>
<doc>Opens a new SSH connection to the given ``host`` and ``port``.</doc>
<status status="PASS" start="2026-08-28T00:40:41.193991" elapsed="0.000384"/>
</kw>
<kw name="Flexible_SSH_Login" owner="SSHKeywords">
<kw name="Get Length" owner="BuiltIn">
<msg time="2026-08-28T00:40:41.195318" level="INFO">Length is 0.</msg>
<msg time="2026-08-28T00:40:41.195391" level="INFO">${pwd_length} = 0</msg>
<var>${pwd_length}</var>
<arg>${password}</arg>
<doc>Returns and logs the length of the given item as an integer.</doc>
<status status="PASS" start="2026-08-28T00:40:41.194893" elapsed="0.000519"/>
</kw>
<kw name="Run Keyword And Return If" owner="BuiltIn">
<arg>${pwd_length} &gt; 0</arg>
<arg>SSHLibrary.Login</arg>
<arg>${user}</arg>
<arg>${password}</arg>
<arg>delay=${delay}</arg>
<doc>Runs the specified keyword and returns from the enclosing user keyword.</doc>
<status status="PASS" start="2026-08-28T00:40:41.195539" elapsed="0.000340"/>
</kw>
<kw name="Run Keyword And Return" owner="BuiltIn">
<kw name="Login With Public Key" owner="SSHLibrary">
<msg time="2026-08-28T00:40:41.196785" level="INFO">Logging into '10.30.171.241:22' as 'jenkins'.</msg>
<msg time="2026-08-28T00:40:41.775765" level="INFO">Read output: Welcome to Ubuntu 22.04.5 LTS (GNU/Linux 5.15.0-186-generic x86_64)

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

 System information as of Fri Aug 28 00:40:00 UTC 2026

  System load:  0.2                Processes:             112
  Usage of /:   19.7% of 38.58GB   Users logged in:       0
  Memory usage: 4%                 IPv4 address for ens3: 10.30.171.241
  Swap usage:   0%


Expanded Security Maintenance for Applications is not enabled.

0 updates can be applied immediately.

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


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


[?2004h[jenkins@releng-63164-382-1-mininet-ovs-217-0 ~]&gt;</msg>
<arg>${user}</arg>
<arg>${USER_HOME}/.ssh/${SSH_KEY}</arg>
<arg>${KEYFILE_PASS}</arg>
<arg>delay=${delay}</arg>
<doc>Logs into the SSH server using key-based authentication.</doc>
<status status="PASS" start="2026-08-28T00:40:41.196322" elapsed="0.579538"/>
</kw>
<msg time="2026-08-28T00:40:41.775919" level="INFO">Returning from the enclosing user keyword.</msg>
<arg>SSHLibrary.Login With Public Key</arg>
<arg>${user}</arg>
<arg>${USER_HOME}/.ssh/${SSH_KEY}</arg>
<arg>${KEYFILE_PASS}</arg>
<arg>delay=${delay}</arg>
<doc>Runs the specified keyword and returns from the enclosing user keyword.</doc>
<status status="PASS" start="2026-08-28T00:40:41.196017" elapsed="0.579962"/>
</kw>
<arg>${user}</arg>
<arg>${password}</arg>
<doc>On active SSH session: if given non-empty password, do Login, else do Login With Public Key.</doc>
<status status="PASS" start="2026-08-28T00:40:41.194556" elapsed="0.581501"/>
</kw>
<kw name="File Should Exist" owner="SSHLibrary">
<msg time="2026-08-28T00:40:41.787510" level="INFO">[chan 1] Opened sftp connection (server version 3)</msg>
<arg>${file}</arg>
<doc>Fails if the given ``path`` does NOT point to an existing file.</doc>
<status status="PASS" start="2026-08-28T00:40:41.776191" elapsed="0.013593"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-08-28T00:40:41.789950" elapsed="0.000234"/>
</kw>
<arg>${cbench_system}</arg>
<arg>${cbench_executable}</arg>
<doc>Will create connection with public key and will PASS if the given ${file} exists,
otherwise will FAIL</doc>
<status status="PASS" start="2026-08-28T00:40:41.193502" elapsed="0.596746"/>
</kw>
<status status="PASS" start="2026-08-28T00:40:41.190466" elapsed="0.599815"/>
</branch>
<status status="PASS" start="2026-08-28T00:40:41.190134" elapsed="0.600172"/>
</if>
<kw name="Should Be True" owner="BuiltIn">
<arg>${loops} &gt;= 2</arg>
<arg>If number of loops is less than 2, cbench will not run</arg>
<doc>Fails if the given condition is not true.</doc>
<status status="PASS" start="2026-08-28T00:40:41.790439" elapsed="0.000398"/>
</kw>
<kw name="Verify_Feature_Is_Installed" owner="KarafKeywords">
<if>
<branch type="IF" condition="'${IS_KARAF_APPL}' == 'False'">
<return>
<value>Not A Karaf App</value>
<status status="NOT RUN" start="2026-08-28T00:40:41.794663" elapsed="0.000016"/>
</return>
<status status="NOT RUN" start="2026-08-28T00:40:41.794559" elapsed="0.000150"/>
</branch>
<status status="PASS" start="2026-08-28T00:40:41.794540" elapsed="0.000205"/>
</if>
<kw name="Issue_Command_On_Karaf_Console" owner="KarafKeywords">
<if>
<branch type="IF" condition="'${IS_KARAF_APPL}' == 'False'">
<return>
<value>Not A Karaf App</value>
<status status="NOT RUN" start="2026-08-28T00:40:41.798018" elapsed="0.000012"/>
</return>
<status status="NOT RUN" start="2026-08-28T00:40:41.797910" elapsed="0.000149"/>
</branch>
<status status="PASS" start="2026-08-28T00:40:41.797893" elapsed="0.000185"/>
</if>
<kw name="Open Connection" owner="SSHLibrary">
<arg>${controller}</arg>
<arg>port=${karaf_port}</arg>
<arg>prompt=${KARAF_PROMPT_LOGIN}</arg>
<arg>timeout=${timeout}</arg>
<doc>Opens a new SSH connection to the given ``host`` and ``port``.</doc>
<status status="PASS" start="2026-08-28T00:40:41.798194" elapsed="0.000368"/>
</kw>
<kw name="Login" owner="SSHLibrary">
<msg time="2026-08-28T00:40:41.798946" level="INFO">Logging into '10.30.170.148:8101' as 'karaf'.</msg>
<msg time="2026-08-28T00:40:42.033452" level="INFO">Read output: [33m                                                                                           
[33m    ________                       ________                .__  .__       .__     __       
[33m    \_____  \ ______   ____   ____ \______ \ _____  ___.__.|  | |__| ____ |  |___/  |_     
[33m     /   |   \\____ \_/ __ \ /    \ |    |  \\__  \&lt;   |  ||  | |  |/ ___\|  |  \   __\    
[33m    /    |    \  |_&gt; &gt;  ___/|   |  \|    `   \/ __ \\___  ||  |_|  / /_/  &gt;   Y  \  |      
[33m    \_______  /   __/ \___  &gt;___|  /_______  (____  / ____||____/__\___  /|___|  /__|      
[33m            \/|__|        \/     \/        \/     \/\/            /_____/      \/          
[33m                                                                                           

Hit '[1m&lt;tab&gt;[0m' for a list of available commands
and '[1m[cmd] --help[0m' for help on a specific command.
Hit '[1m&lt;ctrl-d&gt;[0m' or type '[1msystem:shutdown[0m' or '[1mlogout[0m' to shutdown OpenDaylight.

[?1h=[90m~[0m                                                                                [?2004hopendaylight-user</msg>
<arg>${KARAF_USER}</arg>
<arg>${KARAF_PASSWORD}</arg>
<arg>loglevel=${loglevel}</arg>
<doc>Logs into the SSH server with the given ``username`` and ``password``.</doc>
<status status="PASS" start="2026-08-28T00:40:41.798690" elapsed="0.234844"/>
</kw>
<kw name="Write" owner="SSHLibrary">
<msg time="2026-08-28T00:40:42.122709" level="INFO">@root&gt;feature:list -i | 0[C 0g[Krep odl-openflowplugin-drop-test</msg>
<arg>${cmd}</arg>
<doc>Writes the given ``text`` on the remote machine and appends a newline.</doc>
<status status="PASS" start="2026-08-28T00:40:42.033684" elapsed="0.089129"/>
</kw>
<kw name="Read Until Regexp" owner="SSHLibrary">
<msg time="2026-08-28T00:40:42.136612" level="INFO">[?1l&gt;[?2004l[31;1modl-openflowplugin-drop-test[0m                                    x 0.21.4           x x        x Started x [31;1modl-openflowplugin-drop-test[0m                                    x OpenDaylight :: Openflow Plugin :: Drop Test
[?1h=[90m~[0m                                                                                [?2004hopendaylight-user@root&gt;</msg>
<msg time="2026-08-28T00:40:42.136767" level="INFO">${output} = [?1l&gt;[?2004l[31;1modl-openflowplugin-drop-test[0m                                    x 0.21.4           x x        x Started x [31;1modl-openflowplugin-drop-test[0m                     ...</msg>
<var>${output}</var>
<arg>${KARAF_PROMPT}</arg>
<doc>Consumes and returns the server output until a match to ``regexp`` is found.</doc>
<status status="PASS" start="2026-08-28T00:40:42.122957" elapsed="0.013853"/>
</kw>
<kw name="Write Bare" owner="SSHLibrary">
<arg>logout\n</arg>
<doc>Writes the given ``text`` on the remote machine without appending a newline.</doc>
<status status="PASS" start="2026-08-28T00:40:42.136935" elapsed="0.000170"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-08-28T00:40:42.137236" elapsed="0.000166"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-08-28T00:40:42.137771" level="INFO">[?1l&gt;[?2004l[31;1modl-openflowplugin-drop-test[0m                                    x 0.21.4           x x        x Started x [31;1modl-openflowplugin-drop-test[0m                                    x OpenDaylight :: Openflow Plugin :: Drop Test
[?1h=[90m~[0m                                                                                [?2004hopendaylight-user@root&gt;</msg>
<arg>${output}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-08-28T00:40:42.137524" elapsed="0.000319"/>
</kw>
<return>
<value>${output}</value>
<status status="PASS" start="2026-08-28T00:40:42.137885" elapsed="0.000036"/>
</return>
<msg time="2026-08-28T00:40:42.138041" level="INFO">${output} = [?1l&gt;[?2004l[31;1modl-openflowplugin-drop-test[0m                                    x 0.21.4           x x        x Started x [31;1modl-openflowplugin-drop-test[0m                     ...</msg>
<var>${output}</var>
<arg>feature:list -i | grep ${feature_name}</arg>
<arg>${controller}</arg>
<arg>${karaf_port}</arg>
<doc>Will execute the given ${cmd} by ssh'ing to the karaf console running on 10.30.170.148
Note that this keyword will open&amp;close new SSH connection, without switching back to previously current session.</doc>
<status status="PASS" start="2026-08-28T00:40:41.797576" elapsed="0.340493"/>
</kw>
<kw name="Should Contain" owner="BuiltIn">
<arg>${output}</arg>
<arg>${feature_name}</arg>
<doc>Fails if ``container`` does not contain ``item`` one or more times.</doc>
<status status="PASS" start="2026-08-28T00:40:42.138199" elapsed="0.000424"/>
</kw>
<return>
<value>${output}</value>
<status status="PASS" start="2026-08-28T00:40:42.138667" elapsed="0.000028"/>
</return>
<arg>odl-openflowplugin-drop-test</arg>
<doc>Will Succeed if the given ${feature_name} is found in the output of "feature:list -i"</doc>
<status status="PASS" start="2026-08-28T00:40:41.794312" elapsed="0.344499"/>
</kw>
<kw name="Issue_Command_On_Karaf_Console" owner="KarafKeywords">
<if>
<branch type="IF" condition="'${IS_KARAF_APPL}' == 'False'">
<return>
<value>Not A Karaf App</value>
<status status="NOT RUN" start="2026-08-28T00:40:42.142148" elapsed="0.000013"/>
</return>
<status status="NOT RUN" start="2026-08-28T00:40:42.142046" elapsed="0.000143"/>
</branch>
<status status="PASS" start="2026-08-28T00:40:42.142027" elapsed="0.000182"/>
</if>
<kw name="Open Connection" owner="SSHLibrary">
<arg>${controller}</arg>
<arg>port=${karaf_port}</arg>
<arg>prompt=${KARAF_PROMPT_LOGIN}</arg>
<arg>timeout=${timeout}</arg>
<doc>Opens a new SSH connection to the given ``host`` and ``port``.</doc>
<status status="PASS" start="2026-08-28T00:40:42.142326" elapsed="0.000361"/>
</kw>
<kw name="Login" owner="SSHLibrary">
<msg time="2026-08-28T00:40:42.143072" level="INFO">Logging into '10.30.170.148:8101' as 'karaf'.</msg>
<msg time="2026-08-28T00:40:42.340295" level="INFO">Read output: [33m                                                                                           
[33m    ________                       ________                .__  .__       .__     __       
[33m    \_____  \ ______   ____   ____ \______ \ _____  ___.__.|  | |__| ____ |  |___/  |_     
[33m     /   |   \\____ \_/ __ \ /    \ |    |  \\__  \&lt;   |  ||  | |  |/ ___\|  |  \   __\    
[33m    /    |    \  |_&gt; &gt;  ___/|   |  \|    `   \/ __ \\___  ||  |_|  / /_/  &gt;   Y  \  |      
[33m    \_______  /   __/ \___  &gt;___|  /_______  (____  / ____||____/__\___  /|___|  /__|      
[33m            \/|__|        \/     \/        \/     \/\/            /_____/      \/          
[33m                                                                                           

Hit '[1m&lt;tab&gt;[0m' for a list of available commands
and '[1m[cmd] --help[0m' for help on a specific command.
Hit '[1m&lt;ctrl-d&gt;[0m' or type '[1msystem:shutdown[0m' or '[1mlogout[0m' to shutdown OpenDaylight.

[?1h=[90m~[0m                                                                                [?2004hopendaylight-user</msg>
<arg>${KARAF_USER}</arg>
<arg>${KARAF_PASSWORD}</arg>
<arg>loglevel=${loglevel}</arg>
<doc>Logs into the SSH server with the given ``username`` and ``password``.</doc>
<status status="PASS" start="2026-08-28T00:40:42.142848" elapsed="0.197532"/>
</kw>
<kw name="Write" owner="SSHLibrary">
<msg time="2026-08-28T00:40:42.393462" level="INFO">@root&gt;dropallpacketsrpc on</msg>
<arg>${cmd}</arg>
<doc>Writes the given ``text`` on the remote machine and appends a newline.</doc>
<status status="PASS" start="2026-08-28T00:40:42.340527" elapsed="0.052989"/>
</kw>
<kw name="Read Until Regexp" owner="SSHLibrary">
<msg time="2026-08-28T00:40:42.397397" level="INFO">[?1l&gt;[?2004lDropAllFlows transitions to on
[?1h=[90m~[0m                                                                                [?2004hopendaylight-user@root&gt;</msg>
<msg time="2026-08-28T00:40:42.397499" level="INFO">${output} = [?1l&gt;[?2004lDropAllFlows transitions to on
[?1h=[90m~[0m                                                                                [?2004hopendaylight-user@root&gt;</msg>
<var>${output}</var>
<arg>${KARAF_PROMPT}</arg>
<doc>Consumes and returns the server output until a match to ``regexp`` is found.</doc>
<status status="PASS" start="2026-08-28T00:40:42.393648" elapsed="0.003880"/>
</kw>
<kw name="Write Bare" owner="SSHLibrary">
<arg>logout\n</arg>
<doc>Writes the given ``text`` on the remote machine without appending a newline.</doc>
<status status="PASS" start="2026-08-28T00:40:42.397657" elapsed="0.000196"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-08-28T00:40:42.397983" elapsed="0.000154"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-08-28T00:40:42.398500" level="INFO">[?1l&gt;[?2004lDropAllFlows transitions to on
[?1h=[90m~[0m                                                                                [?2004hopendaylight-user@root&gt;</msg>
<arg>${output}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-08-28T00:40:42.398261" elapsed="0.000284"/>
</kw>
<return>
<value>${output}</value>
<status status="PASS" start="2026-08-28T00:40:42.398587" elapsed="0.000034"/>
</return>
<arg>dropallpacketsrpc on</arg>
<doc>Will execute the given ${cmd} by ssh'ing to the karaf console running on 10.30.170.148
Note that this keyword will open&amp;close new SSH connection, without switching back to previously current session.</doc>
<status status="PASS" start="2026-08-28T00:40:42.141758" elapsed="0.256952"/>
</kw>
<status status="PASS" start="2026-08-28T00:40:40.126999" elapsed="2.271780"/>
</kw>
<test id="s1-t1" name="Cbench Latency Test" line="37">
<kw name="Log" owner="BuiltIn">
<msg time="2026-08-28T00:40:42.400621" level="INFO">Cbench tests using 10 iterations of 60 second tests. Switch Count: 16. Unique MACS to cycle: 100</msg>
<arg>Cbench tests using ${loops} iterations of ${duration_in_secs} second tests. Switch Count: ${switch_count}. Unique MACS to cycle: ${num_of_unique_macs}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-08-28T00:40:42.399482" elapsed="0.001196"/>
</kw>
<kw name="Run Cbench And Log Results">
<kw name="Set Suite Variable" owner="BuiltIn">
<msg time="2026-08-28T00:40:42.402078" level="INFO">${output_filename} = latency.csv</msg>
<arg>${output_filename}</arg>
<doc>Makes a variable available everywhere within the scope of the current suite.</doc>
<status status="PASS" start="2026-08-28T00:40:42.401621" elapsed="0.000496"/>
</kw>
<if>
<branch type="IF" condition="&quot;${cbench_system}&quot; == &quot;localhost&quot;">
<kw name="Run" owner="OperatingSystem">
<var>${output}</var>
<arg>${cbench_executable} -c ${ODL_SYSTEM_IP} ${cbench_args}</arg>
<doc>_This keyword is considered deprecated. Use the
[http://robotframework.org/robotframework/latest/libraries/Process.html|
Process] library instead._</doc>
<status status="NOT RUN" start="2026-08-28T00:40:42.402388" elapsed="0.000019"/>
</kw>
<status status="NOT RUN" start="2026-08-28T00:40:42.402185" elapsed="0.000254"/>
</branch>
<branch type="ELSE">
<kw name="Run Command On Remote System" owner="Utils">
<if>
<branch type="IF" condition="&quot;${return_stdout}&quot;!=&quot;True&quot; and &quot;${return_stderr}&quot;!=&quot;True&quot;">
<kw name="Fail" owner="BuiltIn">
<arg>At least one of {return_stdout} or {return_stderr} args should be set to True</arg>
<doc>Fails the test with the given message and optionally alters its tags.</doc>
<status status="NOT RUN" start="2026-08-28T00:40:42.405096" elapsed="0.000018"/>
</kw>
<status status="NOT RUN" start="2026-08-28T00:40:42.404875" elapsed="0.000269"/>
</branch>
<status status="PASS" start="2026-08-28T00:40:42.404857" elapsed="0.000309"/>
</if>
<kw name="Get Connection" owner="SSHLibrary">
<msg time="2026-08-28T00:40:42.405457" level="INFO">index=None
host=None
alias=None
port=22
timeout=3 seconds
newline=

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

prompt=None
term_type=vt100
width=80
height=24
path_separator=/
encoding=utf8
escape_ansi=False
encoding_errors=strict</msg>
<var>${current_ssh_connection}</var>
<doc>Returns information about the connection.</doc>
<status status="PASS" start="2026-08-28T00:40:42.405281" elapsed="0.000305"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-08-28T00:40:42.406102" level="INFO">Attempting to execute command "/usr/local/bin/cbench -c 10.30.170.148 -m 60000 -M 100 -S 16 -l 10 -D 5000 -p 6633" on remote system "10.30.171.241" by user "jenkins" with keyfile pass "any" and prompt "&gt;" and password ""</msg>
<arg>Attempting to execute command "${cmd}" on remote system "${system}" by user "${user}" with keyfile pass "${keyfile_pass}" and prompt "${prompt}" and password "${password}"</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-08-28T00:40:42.405703" elapsed="0.000451"/>
</kw>
<kw name="Open Connection" owner="SSHLibrary">
<msg time="2026-08-28T00:40:42.406690" level="INFO">${conn_id} = 5</msg>
<var>${conn_id}</var>
<arg>${system}</arg>
<arg>prompt=${prompt}</arg>
<arg>timeout=${prompt_timeout}</arg>
<doc>Opens a new SSH connection to the given ``host`` and ``port``.</doc>
<status status="PASS" start="2026-08-28T00:40:42.406280" elapsed="0.000433"/>
</kw>
<kw name="Flexible_SSH_Login" owner="SSHKeywords">
<kw name="Get Length" owner="BuiltIn">
<msg time="2026-08-28T00:40:42.407519" level="INFO">Length is 0.</msg>
<msg time="2026-08-28T00:40:42.407596" level="INFO">${pwd_length} = 0</msg>
<var>${pwd_length}</var>
<arg>${password}</arg>
<doc>Returns and logs the length of the given item as an integer.</doc>
<status status="PASS" start="2026-08-28T00:40:42.407242" elapsed="0.000375"/>
</kw>
<kw name="Run Keyword And Return If" owner="BuiltIn">
<arg>${pwd_length} &gt; 0</arg>
<arg>SSHLibrary.Login</arg>
<arg>${user}</arg>
<arg>${password}</arg>
<arg>delay=${delay}</arg>
<doc>Runs the specified keyword and returns from the enclosing user keyword.</doc>
<status status="PASS" start="2026-08-28T00:40:42.407760" elapsed="0.000310"/>
</kw>
<kw name="Run Keyword And Return" owner="BuiltIn">
<kw name="Login With Public Key" owner="SSHLibrary">
<msg time="2026-08-28T00:40:42.408840" level="INFO">Logging into '10.30.171.241:22' as 'jenkins'.</msg>
<msg time="2026-08-28T00:40:42.789437" level="INFO">Read output: Welcome to Ubuntu 22.04.5 LTS (GNU/Linux 5.15.0-186-generic x86_64)

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

 System information as of Fri Aug 28 00:40:00 UTC 2026

  System load:  0.2                Processes:             112
  Usage of /:   19.7% of 38.58GB   Users logged in:       0
  Memory usage: 4%                 IPv4 address for ens3: 10.30.171.241
  Swap usage:   0%


Expanded Security Maintenance for Applications is not enabled.

0 updates can be applied immediately.

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


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


Last login: Fri Aug 28 00:40:41 2026 from 10.30.171.46
[?2004h[jenkins@releng-63164-382-1-mininet-ovs-217-0 ~]&gt;</msg>
<arg>${user}</arg>
<arg>${USER_HOME}/.ssh/${SSH_KEY}</arg>
<arg>${KEYFILE_PASS}</arg>
<arg>delay=${delay}</arg>
<doc>Logs into the SSH server using key-based authentication.</doc>
<status status="PASS" start="2026-08-28T00:40:42.408507" elapsed="0.381043"/>
</kw>
<msg time="2026-08-28T00:40:42.789611" level="INFO">Returning from the enclosing user keyword.</msg>
<arg>SSHLibrary.Login With Public Key</arg>
<arg>${user}</arg>
<arg>${USER_HOME}/.ssh/${SSH_KEY}</arg>
<arg>${KEYFILE_PASS}</arg>
<arg>delay=${delay}</arg>
<doc>Runs the specified keyword and returns from the enclosing user keyword.</doc>
<status status="PASS" start="2026-08-28T00:40:42.408204" elapsed="0.381469"/>
</kw>
<arg>${user}</arg>
<arg>${password}</arg>
<doc>On active SSH session: if given non-empty password, do Login, else do Login With Public Key.</doc>
<status status="PASS" start="2026-08-28T00:40:42.406918" elapsed="0.382853"/>
</kw>
<kw name="Execute Command" owner="SSHLibrary">
<msg time="2026-08-28T00:40:42.790146" level="INFO">Executing command '/usr/local/bin/cbench -c 10.30.170.148 -m 60000 -M 100 -S 16 -l 10 -D 5000 -p 6633'.</msg>
<msg time="2026-08-28T00:50:48.939916" level="INFO">Command exited with return code 0.</msg>
<msg time="2026-08-28T00:50:48.940413" level="INFO">${stdout} = </msg>
<msg time="2026-08-28T00:50:48.940505" level="INFO">${stderr} = cbench: controller benchmarking tool
   running in mode 'latency'
   connecting to controller at 10.30.170.148:6633 
   faking 16 switches with 1 threads :: 10 tests each; 60000 ms per test
   with 10...</msg>
<var>${stdout}</var>
<var>${stderr}</var>
<arg>${cmd}</arg>
<arg>return_stderr=True</arg>
<doc>Executes ``command`` on the remote machine and returns its outputs.</doc>
<status status="PASS" start="2026-08-28T00:40:42.789938" elapsed="606.150621"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-08-28T00:50:48.941000" elapsed="0.000781"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-08-28T00:50:48.942857" level="INFO">cbench: controller benchmarking tool
   running in mode 'latency'
   connecting to controller at 10.30.170.148:6633 
   faking 16 switches with 1 threads :: 10 tests each; 60000 ms per test
   with 100 unique source MACs per switch
   learning destination mac addresses before the test
   starting test with 5000 ms delay after features_reply
   ignoring first 1 "warmup" and last 0 "cooldown" loops
   debugging info is off
Master Thread: Creating thread-0! 
Thread-0: All switches initialized. Running at node 10.30.170.148. So far 1 cbench instances have initialized their switches.  Waiting for other cbench-instances
Thread-0: Total switches from ALL cbench-instances initialized.
00:41:48.020 16  switches: flows:  85187 85746 85420 85123 82797 86021 82933 85381 83592 84096 83674 83332 84213 84680 82591 84916  total = 22.495033 per ms 
00:42:48.124 16  switches: flows:  95936 94776 96299 94673 94087 95401 93105 94724 92740 92466 93228 93287 94596 94232 92701 93614  total = 25.055929 per ms 
00:43:48.229 16  switches: flows:  100880 99428 98992 97353 96055 98334 97170 97160 96833 97214 96594 94031 98013 95137 94773 98009  total = 25.889469 per ms 
00:44:48.330 16  switches: flows:  96928 96721 97011 95902 94282 96532 95650 93724 93002 93924 93789 92834 96778 93983 94030 96315  total = 25.314514 per ms 
00:45:48.431 16  switches: flows:  101474 99374 99677 100048 97754 99229 98743 97156 96948 96734 97339 97169 98325 98242 95878 99776  total = 26.187395 per ms 
00:46:48.531 16  switches: flows:  101048 99347 100229 100456 97993 99143 98318 98750 98228 97184 98572 98271 98961 97473 96194 100916  total = 26.307483 per ms 
00:47:48.632 16  switches: flows:  98614 96217 95706 98320 93682 98942 96201 93134 93009 92856 93124 93598 97472 94690 92751 97462  total = 25.387241 per ms 
00:48:48.733 16  switches: flows:  102717 99984 99034 99831 98654 100116 98356 97193 97379 96632 97444 97016 99993 97232 96066 100774  total = 26.263176 per ms 
00:49:48.833 16  switches: flows:  99876 98099 98612 98306 95924 96925 98378 95567 94472 94004 94605 94477 97434 94858 94517 99306  total = 25.713097 per ms 
00:50:48.934 16  switches: flows:  99217 99324 99244 96346 98015 98175 96174 96273 96640 95172 94848 95548 98243 95409 94210 101491  total = 25.862329 per ms 
RESULT: 16 switches 9 tests min/max/avg/stdev = 25055.93/26307.48/25775.63/8602.19 responses/s</msg>
<arg>${stderr}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-08-28T00:50:48.942169" elapsed="0.000980"/>
</kw>
<if>
<branch type="IF" condition="&quot;${return_stdout}&quot;!=&quot;True&quot;">
<return>
<value>${stderr}</value>
<status status="PASS" start="2026-08-28T00:50:48.943610" elapsed="0.000073"/>
</return>
<status status="PASS" start="2026-08-28T00:50:48.943332" elapsed="0.000423"/>
</branch>
<status status="PASS" start="2026-08-28T00:50:48.943275" elapsed="0.000561"/>
</if>
<if>
<branch type="IF" condition="&quot;${return_stderr}&quot;!=&quot;True&quot;">
<return>
<value>${stdout}</value>
<status status="NOT RUN" start="2026-08-28T00:50:48.944033" elapsed="0.000026"/>
</return>
<status status="NOT RUN" start="2026-08-28T00:50:48.943959" elapsed="0.000154"/>
</branch>
<status status="NOT RUN" start="2026-08-28T00:50:48.943927" elapsed="0.000251"/>
</if>
<return>
<value>${stdout}</value>
<value>${stderr}</value>
<status status="NOT RUN" start="2026-08-28T00:50:48.944247" elapsed="0.000027"/>
</return>
<kw name="Restore_Current_Ssh_Connection_From_Index" owner="SSHKeywords" type="TEARDOWN">
<kw name="Run Keyword And Return If" owner="BuiltIn">
<arg>${connection_index} is not None</arg>
<arg>SSHLibrary.Switch Connection</arg>
<arg>${connection_index}</arg>
<doc>Runs the specified keyword and returns from the enclosing user keyword.</doc>
<status status="PASS" start="2026-08-28T00:50:48.949281" elapsed="0.000691"/>
</kw>
<kw name="Open Connection" owner="SSHLibrary">
<arg>127.0.0.1</arg>
<doc>Opens a new SSH connection to the given ``host`` and ``port``.</doc>
<status status="PASS" start="2026-08-28T00:50:48.950294" elapsed="0.000332"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-08-28T00:50:48.950918" elapsed="0.000196"/>
</kw>
<arg>${current_ssh_connection.index}</arg>
<doc>Restore active SSH connection in SSHLibrary to given index.</doc>
<status status="PASS" start="2026-08-28T00:50:48.944887" elapsed="0.006365"/>
</kw>
<msg time="2026-08-28T00:50:48.951498" level="INFO">${output} = cbench: controller benchmarking tool
   running in mode 'latency'
   connecting to controller at 10.30.170.148:6633 
   faking 16 switches with 1 threads :: 10 tests each; 60000 ms per test
   with 10...</msg>
<var>${output}</var>
<arg>${cbench_system}</arg>
<arg>${cbench_executable} -c ${ODL_SYSTEM_IP} ${cbench_args}</arg>
<arg>prompt_timeout=${test_timeout}</arg>
<arg>return_stdout=False</arg>
<arg>return_stderr=True</arg>
<doc>Reduces the common work of running a command on a remote system to a single higher level
robot keyword, taking care to log in with a public key and. The command given is written and the return value
depends on the passed argument values of return_stdout (default: True) and return_stderr (default: False).
At least one should be True, or the keyword will exit and FAIL. If both are True, the resulting return value
will be a two element list containing both. Otherwise the resulting return value is a string.
No test conditions are checked.</doc>
<status status="PASS" start="2026-08-28T00:40:42.402758" elapsed="606.548791"/>
</kw>
<status status="PASS" start="2026-08-28T00:40:42.402463" elapsed="606.549179"/>
</branch>
<status status="PASS" start="2026-08-28T00:40:42.402166" elapsed="606.549522"/>
</if>
<kw name="Log" owner="BuiltIn">
<msg time="2026-08-28T00:50:48.952592" level="INFO">cbench: controller benchmarking tool
   running in mode 'latency'
   connecting to controller at 10.30.170.148:6633 
   faking 16 switches with 1 threads :: 10 tests each; 60000 ms per test
   with 100 unique source MACs per switch
   learning destination mac addresses before the test
   starting test with 5000 ms delay after features_reply
   ignoring first 1 "warmup" and last 0 "cooldown" loops
   debugging info is off
Master Thread: Creating thread-0! 
Thread-0: All switches initialized. Running at node 10.30.170.148. So far 1 cbench instances have initialized their switches.  Waiting for other cbench-instances
Thread-0: Total switches from ALL cbench-instances initialized.
00:41:48.020 16  switches: flows:  85187 85746 85420 85123 82797 86021 82933 85381 83592 84096 83674 83332 84213 84680 82591 84916  total = 22.495033 per ms 
00:42:48.124 16  switches: flows:  95936 94776 96299 94673 94087 95401 93105 94724 92740 92466 93228 93287 94596 94232 92701 93614  total = 25.055929 per ms 
00:43:48.229 16  switches: flows:  100880 99428 98992 97353 96055 98334 97170 97160 96833 97214 96594 94031 98013 95137 94773 98009  total = 25.889469 per ms 
00:44:48.330 16  switches: flows:  96928 96721 97011 95902 94282 96532 95650 93724 93002 93924 93789 92834 96778 93983 94030 96315  total = 25.314514 per ms 
00:45:48.431 16  switches: flows:  101474 99374 99677 100048 97754 99229 98743 97156 96948 96734 97339 97169 98325 98242 95878 99776  total = 26.187395 per ms 
00:46:48.531 16  switches: flows:  101048 99347 100229 100456 97993 99143 98318 98750 98228 97184 98572 98271 98961 97473 96194 100916  total = 26.307483 per ms 
00:47:48.632 16  switches: flows:  98614 96217 95706 98320 93682 98942 96201 93134 93009 92856 93124 93598 97472 94690 92751 97462  total = 25.387241 per ms 
00:48:48.733 16  switches: flows:  102717 99984 99034 99831 98654 100116 98356 97193 97379 96632 97444 97016 99993 97232 96066 100774  total = 26.263176 per ms 
00:49:48.833 16  switches: flows:  99876 98099 98612 98306 95924 96925 98378 95567 94472 94004 94605 94477 97434 94858 94517 99306  total = 25.713097 per ms 
00:50:48.934 16  switches: flows:  99217 99324 99244 96346 98015 98175 96174 96273 96640 95172 94848 95548 98243 95409 94210 101491  total = 25.862329 per ms 
RESULT: 16 switches 9 tests min/max/avg/stdev = 25055.93/26307.48/25775.63/8602.19 responses/s</msg>
<arg>${output}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-08-28T00:50:48.951993" elapsed="0.000743"/>
</kw>
<kw name="Should Contain" owner="BuiltIn">
<arg>${output}</arg>
<arg>RESULT</arg>
<doc>Fails if ``container`` does not contain ``item`` one or more times.</doc>
<status status="PASS" start="2026-08-28T00:50:48.953055" elapsed="0.000722"/>
</kw>
<kw name="Get Lines Containing String" owner="String">
<msg time="2026-08-28T00:50:48.954579" level="INFO">1 out of 23 lines matched.</msg>
<msg time="2026-08-28T00:50:48.954773" level="INFO">${result_line} = RESULT: 16 switches 9 tests min/max/avg/stdev = 25055.93/26307.48/25775.63/8602.19 responses/s</msg>
<var>${result_line}</var>
<arg>${output}</arg>
<arg>RESULT</arg>
<doc>Returns lines of the given ``string`` that contain the ``pattern``.</doc>
<status status="PASS" start="2026-08-28T00:50:48.954122" elapsed="0.000729"/>
</kw>
<kw name="Split String" owner="String">
<msg time="2026-08-28T00:50:48.955670" level="INFO">@{results_list} = [ RESULT: | 16 | switches | 9 | tests | min/max/avg/stdev | = | 25055.93/26307.48/25775.63/8602.19 | responses/s ]</msg>
<var>@{results_list}</var>
<arg>${result_line}</arg>
<doc>Splits the ``string`` using ``separator`` as a delimiter string.</doc>
<status status="PASS" start="2026-08-28T00:50:48.955173" elapsed="0.000549"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-08-28T00:50:48.960534" level="INFO">min/max/avg/stdev</msg>
<arg>${results_list[5]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-08-28T00:50:48.956036" elapsed="0.004609"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-08-28T00:50:48.965389" level="INFO">25055.93/26307.48/25775.63/8602.19</msg>
<arg>${results_list[7]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-08-28T00:50:48.960961" elapsed="0.004538"/>
</kw>
<kw name="Split String" owner="String">
<msg time="2026-08-28T00:50:48.970297" level="INFO">@{result_name_list} = [ min | max | avg | stdev ]</msg>
<var>@{result_name_list}</var>
<arg>${results_list[5]}</arg>
<arg>/</arg>
<doc>Splits the ``string`` using ``separator`` as a delimiter string.</doc>
<status status="PASS" start="2026-08-28T00:50:48.965851" elapsed="0.004501"/>
</kw>
<kw name="Split String" owner="String">
<msg time="2026-08-28T00:50:48.975174" level="INFO">@{result_value_list} = [ 25055.93 | 26307.48 | 25775.63 | 8602.19 ]</msg>
<var>@{result_value_list}</var>
<arg>${results_list[7]}</arg>
<arg>/</arg>
<doc>Splits the ``string`` using ``separator`` as a delimiter string.</doc>
<status status="PASS" start="2026-08-28T00:50:48.970717" elapsed="0.004513"/>
</kw>
<kw name="Get Length" owner="BuiltIn">
<msg time="2026-08-28T00:50:48.976183" level="INFO">Length is 4.</msg>
<msg time="2026-08-28T00:50:48.976367" level="INFO">${num_stats} = 4</msg>
<var>${num_stats}</var>
<arg>${result_name_list}</arg>
<doc>Returns and logs the length of the given item as an integer.</doc>
<status status="PASS" start="2026-08-28T00:50:48.975530" elapsed="0.000884"/>
</kw>
<for flavor="IN RANGE">
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-08-28T00:50:48.985520" level="INFO">min :: 25055.93</msg>
<arg>${result_name_list[${i}]} :: ${result_value_list[${i}]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-08-28T00:50:48.977209" elapsed="0.008381"/>
</kw>
<var name="${i}">0</var>
<status status="PASS" start="2026-08-28T00:50:48.976930" elapsed="0.008702"/>
</iter>
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-08-28T00:50:48.991605" level="INFO">max :: 26307.48</msg>
<arg>${result_name_list[${i}]} :: ${result_value_list[${i}]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-08-28T00:50:48.985964" elapsed="0.005711"/>
</kw>
<var name="${i}">1</var>
<status status="PASS" start="2026-08-28T00:50:48.985744" elapsed="0.005972"/>
</iter>
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-08-28T00:50:48.997410" level="INFO">avg :: 25775.63</msg>
<arg>${result_name_list[${i}]} :: ${result_value_list[${i}]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-08-28T00:50:48.992014" elapsed="0.005467"/>
</kw>
<var name="${i}">2</var>
<status status="PASS" start="2026-08-28T00:50:48.991852" elapsed="0.005671"/>
</iter>
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-08-28T00:50:49.003315" level="INFO">stdev :: 8602.19</msg>
<arg>${result_name_list[${i}]} :: ${result_value_list[${i}]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-08-28T00:50:48.997852" elapsed="0.005532"/>
</kw>
<var name="${i}">3</var>
<status status="PASS" start="2026-08-28T00:50:48.997636" elapsed="0.005790"/>
</iter>
<var>${i}</var>
<value>0</value>
<value>${num_stats}</value>
<status status="PASS" start="2026-08-28T00:50:48.976540" elapsed="0.026925"/>
</for>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-08-28T00:50:49.008285" level="INFO">${min} = 25055.93</msg>
<var>${min}</var>
<arg>${result_value_list[${0}]}</arg>
<doc>Returns the given values which can then be assigned to a variables.</doc>
<status status="PASS" start="2026-08-28T00:50:49.003659" elapsed="0.004658"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-08-28T00:50:49.014587" level="INFO">${max} = 26307.48</msg>
<var>${max}</var>
<arg>${result_value_list[${1}]}</arg>
<doc>Returns the given values which can then be assigned to a variables.</doc>
<status status="PASS" start="2026-08-28T00:50:49.008505" elapsed="0.006115"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-08-28T00:50:49.019467" level="INFO">${average} = 25775.63</msg>
<var>${average}</var>
<arg>${result_value_list[${2}]}</arg>
<doc>Returns the given values which can then be assigned to a variables.</doc>
<status status="PASS" start="2026-08-28T00:50:49.014827" elapsed="0.004673"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-08-28T00:50:49.024583" level="INFO">${stdev} = 8602.19</msg>
<var>${stdev}</var>
<arg>${result_value_list[${3}]}</arg>
<doc>Returns the given values which can then be assigned to a variables.</doc>
<status status="PASS" start="2026-08-28T00:50:49.019685" elapsed="0.004938"/>
</kw>
<kw name="Get Time" owner="BuiltIn">
<msg time="2026-08-28T00:50:49.025182" level="INFO">${date} = 2026-08-28 00:50:49</msg>
<var>${date}</var>
<arg>d,m,s</arg>
<doc>Returns the given time in the requested format.</doc>
<status status="PASS" start="2026-08-28T00:50:49.024849" elapsed="0.000359"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-08-28T00:50:49.025692" level="INFO">CBench Result: 2026-08-28 00:50:49,-m 60000 -M 100 -S 16 -l 10 -D 5000 -p 6633,25055.93,26307.48,25775.63,8602.19</msg>
<arg>CBench Result: ${date},${cbench_args},${min},${max},${average},${stdev}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-08-28T00:50:49.025338" elapsed="0.000402"/>
</kw>
<kw name="Log Results And Determine Status">
<kw name="Append To File" owner="OperatingSystem">
<msg time="2026-08-28T00:50:49.026654" level="INFO" html="true">Appended to file '&lt;a href="file:///w/workspace/openflowplugin-csit-1node-cbench-only-vanadium/latency.csv"&gt;/w/workspace/openflowplugin-csit-1node-cbench-only-vanadium/latency.csv&lt;/a&gt;'.</msg>
<arg>${output_file}</arg>
<arg>${min},${max},${average}\n</arg>
<doc>Appends the given content to the specified file.</doc>
<status status="PASS" start="2026-08-28T00:50:49.026296" elapsed="0.000416"/>
</kw>
<kw name="Should Be True" owner="BuiltIn">
<arg>${average} &gt; ${threshold}</arg>
<arg>${average} flow_mods per/sec did not exceed threshold of ${threshold}</arg>
<doc>Fails if the given condition is not true.</doc>
<status status="PASS" start="2026-08-28T00:50:49.026858" elapsed="0.000416"/>
</kw>
<arg>${min}</arg>
<arg>${max}</arg>
<arg>${average}</arg>
<arg>${average_threshold}</arg>
<arg>${output_filename}</arg>
<status status="PASS" start="2026-08-28T00:50:49.025877" elapsed="0.001452"/>
</kw>
<arg>-m ${duration_in_ms} -M ${num_of_unique_macs} -S ${switch_count} -l ${loops} -D ${start_delay} -p ${of_port}</arg>
<arg>${latency_threshold}</arg>
<arg>${latency_results_file}</arg>
<status status="PASS" start="2026-08-28T00:40:42.401069" elapsed="606.626309"/>
</kw>
<kw name="Sleep" owner="BuiltIn">
<msg time="2026-08-28T00:50:49.027781" level="INFO">Slept 0 seconds.</msg>
<arg>${test_delay}</arg>
<doc>Pauses the test executed for the given time.</doc>
<status status="PASS" start="2026-08-28T00:50:49.027504" elapsed="0.000341"/>
</kw>
<kw name="Log Results As Zero If Cbench Timed Out" type="TEARDOWN">
<kw name="Run Keyword If Timeout Occurred" owner="BuiltIn">
<arg>Log Results And Determine Status</arg>
<arg>0</arg>
<arg>0</arg>
<arg>0</arg>
<arg>0</arg>
<arg>${output_filename}</arg>
<doc>Runs the given keyword if either a test or a keyword timeout has occurred.</doc>
<status status="PASS" start="2026-08-28T00:50:49.028305" elapsed="0.000229"/>
</kw>
<status status="PASS" start="2026-08-28T00:50:49.028030" elapsed="0.000563"/>
</kw>
<doc>cbench executed in default latency mode. Test parameters have defaults, but can be overridden
on the pybot command line</doc>
<tag>cbench</tag>
<tag>latency</tag>
<timeout value="15 minutes"/>
<status status="PASS" start="2026-08-28T00:40:42.398929" elapsed="606.629697"/>
</test>
<test id="s1-t2" name="Cbench Throughput Test" line="51">
<kw name="Log" owner="BuiltIn">
<msg time="2026-08-28T00:50:49.029737" level="INFO">Cbench tests using 10 iterations of 60 second tests. Switch Count: 16. Unique MACS to cycle: 100</msg>
<arg>Cbench tests using ${loops} iterations of ${duration_in_secs} second tests. Switch Count: ${switch_count}. Unique MACS to cycle: ${num_of_unique_macs}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-08-28T00:50:49.029409" elapsed="0.000376"/>
</kw>
<kw name="Run Cbench And Log Results">
<kw name="Set Suite Variable" owner="BuiltIn">
<msg time="2026-08-28T00:50:49.030968" level="INFO">${output_filename} = throughput.csv</msg>
<arg>${output_filename}</arg>
<doc>Makes a variable available everywhere within the scope of the current suite.</doc>
<status status="PASS" start="2026-08-28T00:50:49.030579" elapsed="0.000429"/>
</kw>
<if>
<branch type="IF" condition="&quot;${cbench_system}&quot; == &quot;localhost&quot;">
<kw name="Run" owner="OperatingSystem">
<var>${output}</var>
<arg>${cbench_executable} -c ${ODL_SYSTEM_IP} ${cbench_args}</arg>
<doc>_This keyword is considered deprecated. Use the
[http://robotframework.org/robotframework/latest/libraries/Process.html|
Process] library instead._</doc>
<status status="NOT RUN" start="2026-08-28T00:50:49.031314" elapsed="0.000019"/>
</kw>
<status status="NOT RUN" start="2026-08-28T00:50:49.031070" elapsed="0.000295"/>
</branch>
<branch type="ELSE">
<kw name="Run Command On Remote System" owner="Utils">
<if>
<branch type="IF" condition="&quot;${return_stdout}&quot;!=&quot;True&quot; and &quot;${return_stderr}&quot;!=&quot;True&quot;">
<kw name="Fail" owner="BuiltIn">
<arg>At least one of {return_stdout} or {return_stderr} args should be set to True</arg>
<doc>Fails the test with the given message and optionally alters its tags.</doc>
<status status="NOT RUN" start="2026-08-28T00:50:49.033985" elapsed="0.000018"/>
</kw>
<status status="NOT RUN" start="2026-08-28T00:50:49.033752" elapsed="0.000282"/>
</branch>
<status status="PASS" start="2026-08-28T00:50:49.033735" elapsed="0.000320"/>
</if>
<kw name="Get Connection" owner="SSHLibrary">
<msg time="2026-08-28T00:50:49.034364" level="INFO">index=None
host=None
alias=None
port=22
timeout=3 seconds
newline=

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

prompt=None
term_type=vt100
width=80
height=24
path_separator=/
encoding=utf8
escape_ansi=False
encoding_errors=strict</msg>
<var>${current_ssh_connection}</var>
<doc>Returns information about the connection.</doc>
<status status="PASS" start="2026-08-28T00:50:49.034191" elapsed="0.000302"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-08-28T00:50:49.035018" level="INFO">Attempting to execute command "/usr/local/bin/cbench -c 10.30.170.148 -t -m 60000 -M 100 -S 16 -l 10 -D 5000 -p 6633" on remote system "10.30.171.241" by user "jenkins" with keyfile pass "any" and prompt "&gt;" and password ""</msg>
<arg>Attempting to execute command "${cmd}" on remote system "${system}" by user "${user}" with keyfile pass "${keyfile_pass}" and prompt "${prompt}" and password "${password}"</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-08-28T00:50:49.034630" elapsed="0.000441"/>
</kw>
<kw name="Open Connection" owner="SSHLibrary">
<msg time="2026-08-28T00:50:49.035580" level="INFO">${conn_id} = 7</msg>
<var>${conn_id}</var>
<arg>${system}</arg>
<arg>prompt=${prompt}</arg>
<arg>timeout=${prompt_timeout}</arg>
<doc>Opens a new SSH connection to the given ``host`` and ``port``.</doc>
<status status="PASS" start="2026-08-28T00:50:49.035213" elapsed="0.000391"/>
</kw>
<kw name="Flexible_SSH_Login" owner="SSHKeywords">
<kw name="Get Length" owner="BuiltIn">
<msg time="2026-08-28T00:50:49.036406" level="INFO">Length is 0.</msg>
<msg time="2026-08-28T00:50:49.036483" level="INFO">${pwd_length} = 0</msg>
<var>${pwd_length}</var>
<arg>${password}</arg>
<doc>Returns and logs the length of the given item as an integer.</doc>
<status status="PASS" start="2026-08-28T00:50:49.036134" elapsed="0.000369"/>
</kw>
<kw name="Run Keyword And Return If" owner="BuiltIn">
<arg>${pwd_length} &gt; 0</arg>
<arg>SSHLibrary.Login</arg>
<arg>${user}</arg>
<arg>${password}</arg>
<arg>delay=${delay}</arg>
<doc>Runs the specified keyword and returns from the enclosing user keyword.</doc>
<status status="PASS" start="2026-08-28T00:50:49.036643" elapsed="0.000307"/>
</kw>
<kw name="Run Keyword And Return" owner="BuiltIn">
<kw name="Login With Public Key" owner="SSHLibrary">
<msg time="2026-08-28T00:50:49.037729" level="INFO">Logging into '10.30.171.241:22' as 'jenkins'.</msg>
<msg time="2026-08-28T00:50:49.652774" level="INFO">Read output: Welcome to Ubuntu 22.04.5 LTS (GNU/Linux 5.15.0-186-generic x86_64)

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

 System information as of Fri Aug 28 00:50:49 UTC 2026

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


Expanded Security Maintenance for Applications is not enabled.

0 updates can be applied immediately.

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


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


Last login: Fri Aug 28 00:40:42 2026 from 10.30.171.46
[?2004h[jenkins@releng-63164-382-1-mininet-ovs-217-0 ~]&gt;</msg>
<arg>${user}</arg>
<arg>${USER_HOME}/.ssh/${SSH_KEY}</arg>
<arg>${KEYFILE_PASS}</arg>
<arg>delay=${delay}</arg>
<doc>Logs into the SSH server using key-based authentication.</doc>
<status status="PASS" start="2026-08-28T00:50:49.037406" elapsed="0.615618"/>
</kw>
<msg time="2026-08-28T00:50:49.653144" level="INFO">Returning from the enclosing user keyword.</msg>
<arg>SSHLibrary.Login With Public Key</arg>
<arg>${user}</arg>
<arg>${USER_HOME}/.ssh/${SSH_KEY}</arg>
<arg>${KEYFILE_PASS}</arg>
<arg>delay=${delay}</arg>
<doc>Runs the specified keyword and returns from the enclosing user keyword.</doc>
<status status="PASS" start="2026-08-28T00:50:49.037084" elapsed="0.616171"/>
</kw>
<arg>${user}</arg>
<arg>${password}</arg>
<doc>On active SSH session: if given non-empty password, do Login, else do Login With Public Key.</doc>
<status status="PASS" start="2026-08-28T00:50:49.035782" elapsed="0.617614"/>
</kw>
<kw name="Execute Command" owner="SSHLibrary">
<msg time="2026-08-28T00:50:49.654089" level="INFO">Executing command '/usr/local/bin/cbench -c 10.30.170.148 -t -m 60000 -M 100 -S 16 -l 10 -D 5000 -p 6633'.</msg>
<msg time="2026-08-28T01:00:55.709972" level="INFO">Command exited with return code 0.</msg>
<msg time="2026-08-28T01:00:55.710786" level="INFO">${stdout} = </msg>
<msg time="2026-08-28T01:00:55.710909" level="INFO">${stderr} = cbench: controller benchmarking tool
   running in mode 'throughput'
   connecting to controller at 10.30.170.148:6633 
   faking 16 switches with 1 threads :: 10 tests each; 60000 ms per test
   with...</msg>
<var>${stdout}</var>
<var>${stderr}</var>
<arg>${cmd}</arg>
<arg>return_stderr=True</arg>
<doc>Executes ``command`` on the remote machine and returns its outputs.</doc>
<status status="PASS" start="2026-08-28T00:50:49.653675" elapsed="606.057298"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-08-28T01:00:55.711470" elapsed="0.000680"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-08-28T01:00:55.713179" level="INFO">cbench: controller benchmarking tool
   running in mode 'throughput'
   connecting to controller at 10.30.170.148:6633 
   faking 16 switches with 1 threads :: 10 tests each; 60000 ms per test
   with 100 unique source MACs per switch
   learning destination mac addresses before the test
   starting test with 5000 ms delay after features_reply
   ignoring first 1 "warmup" and last 0 "cooldown" loops
   debugging info is off
Master Thread: Creating thread-0! 
Thread-0: All switches initialized. Running at node 10.30.170.148. So far 1 cbench instances have initialized their switches.  Waiting for other cbench-instances
Thread-0: Total switches from ALL cbench-instances initialized.
00:51:54.797 16  switches: flows:  615227 616745 614063 614811 621236 617673 625321 613538 618375 616299 610065 616578 600634 609221 598136 617548  total = 163.757833 per ms 
00:52:54.898 16  switches: flows:  639711 633669 643631 639433 634169 643553 639367 629897 641055 631932 640355 642725 639159 641061 638070 637811  total = 169.974577 per ms 
00:53:55.001 16  switches: flows:  596825 597163 592856 595655 592192 595411 594560 588722 588166 598750 593184 596333 593395 600899 590559 596841  total = 158.256667 per ms 
00:54:55.102 16  switches: flows:  630832 628858 634451 637288 633291 640670 623421 633459 631247 630842 634983 628316 638080 626801 635786 630808  total = 168.369832 per ms 
00:55:55.206 16  switches: flows:  610663 609372 616758 612913 607787 615825 612586 614637 617025 611936 614875 617153 607171 621366 612075 614738  total = 163.332203 per ms 
00:56:55.307 16  switches: flows:  600623 596463 596292 597452 592079 597986 593789 595658 600809 595788 592251 604135 593772 597909 596016 588035  total = 158.718546 per ms 
00:57:55.408 16  switches: flows:  610875 610864 613535 612084 601265 613070 607583 607676 613339 609437 614195 613695 609973 611857 610610 611958  total = 162.593757 per ms 
00:58:55.510 16  switches: flows:  562062 560063 565669 562356 565184 565210 560357 565302 569578 562249 557824 563091 564446 560710 557343 558449  total = 149.746645 per ms 
00:59:55.611 16  switches: flows:  563672 562455 557992 560160 562442 565296 560995 556493 560682 566134 562164 561112 556832 565700 558419 559099  total = 149.409867 per ms 
01:00:55.713 16  switches: flows:  537261 533627 538251 541779 536463 533782 537991 537485 533105 535703 536256 533434 539570 541616 541493 539021  total = 143.040411 per ms 
RESULT: 16 switches 9 tests min/max/avg/stdev = 143040.41/169974.58/158160.28/53417.83 responses/s</msg>
<arg>${stderr}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-08-28T01:00:55.712501" elapsed="0.001092"/>
</kw>
<if>
<branch type="IF" condition="&quot;${return_stdout}&quot;!=&quot;True&quot;">
<return>
<value>${stderr}</value>
<status status="PASS" start="2026-08-28T01:00:55.714085" elapsed="0.000087"/>
</return>
<status status="PASS" start="2026-08-28T01:00:55.713777" elapsed="0.000466"/>
</branch>
<status status="PASS" start="2026-08-28T01:00:55.713715" elapsed="0.000577"/>
</if>
<if>
<branch type="IF" condition="&quot;${return_stderr}&quot;!=&quot;True&quot;">
<return>
<value>${stdout}</value>
<status status="NOT RUN" start="2026-08-28T01:00:55.714494" elapsed="0.000025"/>
</return>
<status status="NOT RUN" start="2026-08-28T01:00:55.714423" elapsed="0.000150"/>
</branch>
<status status="NOT RUN" start="2026-08-28T01:00:55.714391" elapsed="0.000226"/>
</if>
<return>
<value>${stdout}</value>
<value>${stderr}</value>
<status status="NOT RUN" start="2026-08-28T01:00:55.714704" elapsed="0.000040"/>
</return>
<kw name="Restore_Current_Ssh_Connection_From_Index" owner="SSHKeywords" type="TEARDOWN">
<kw name="Run Keyword And Return If" owner="BuiltIn">
<arg>${connection_index} is not None</arg>
<arg>SSHLibrary.Switch Connection</arg>
<arg>${connection_index}</arg>
<doc>Runs the specified keyword and returns from the enclosing user keyword.</doc>
<status status="PASS" start="2026-08-28T01:00:55.720270" elapsed="0.000706"/>
</kw>
<kw name="Open Connection" owner="SSHLibrary">
<arg>127.0.0.1</arg>
<doc>Opens a new SSH connection to the given ``host`` and ``port``.</doc>
<status status="PASS" start="2026-08-28T01:00:55.721266" elapsed="0.000347"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-08-28T01:00:55.721907" elapsed="0.000208"/>
</kw>
<arg>${current_ssh_connection.index}</arg>
<doc>Restore active SSH connection in SSHLibrary to given index.</doc>
<status status="PASS" start="2026-08-28T01:00:55.715515" elapsed="0.006749"/>
</kw>
<msg time="2026-08-28T01:00:55.722635" level="INFO">${output} = cbench: controller benchmarking tool
   running in mode 'throughput'
   connecting to controller at 10.30.170.148:6633 
   faking 16 switches with 1 threads :: 10 tests each; 60000 ms per test
   with...</msg>
<var>${output}</var>
<arg>${cbench_system}</arg>
<arg>${cbench_executable} -c ${ODL_SYSTEM_IP} ${cbench_args}</arg>
<arg>prompt_timeout=${test_timeout}</arg>
<arg>return_stdout=False</arg>
<arg>return_stderr=True</arg>
<doc>Reduces the common work of running a command on a remote system to a single higher level
robot keyword, taking care to log in with a public key and. The command given is written and the return value
depends on the passed argument values of return_stdout (default: True) and return_stderr (default: False).
At least one should be True, or the keyword will exit and FAIL. If both are True, the resulting return value
will be a two element list containing both. Otherwise the resulting return value is a string.
No test conditions are checked.</doc>
<status status="PASS" start="2026-08-28T00:50:49.031658" elapsed="606.691044"/>
</kw>
<status status="PASS" start="2026-08-28T00:50:49.031387" elapsed="606.691443"/>
</branch>
<status status="PASS" start="2026-08-28T00:50:49.031052" elapsed="606.691825"/>
</if>
<kw name="Log" owner="BuiltIn">
<msg time="2026-08-28T01:00:55.723749" level="INFO">cbench: controller benchmarking tool
   running in mode 'throughput'
   connecting to controller at 10.30.170.148:6633 
   faking 16 switches with 1 threads :: 10 tests each; 60000 ms per test
   with 100 unique source MACs per switch
   learning destination mac addresses before the test
   starting test with 5000 ms delay after features_reply
   ignoring first 1 "warmup" and last 0 "cooldown" loops
   debugging info is off
Master Thread: Creating thread-0! 
Thread-0: All switches initialized. Running at node 10.30.170.148. So far 1 cbench instances have initialized their switches.  Waiting for other cbench-instances
Thread-0: Total switches from ALL cbench-instances initialized.
00:51:54.797 16  switches: flows:  615227 616745 614063 614811 621236 617673 625321 613538 618375 616299 610065 616578 600634 609221 598136 617548  total = 163.757833 per ms 
00:52:54.898 16  switches: flows:  639711 633669 643631 639433 634169 643553 639367 629897 641055 631932 640355 642725 639159 641061 638070 637811  total = 169.974577 per ms 
00:53:55.001 16  switches: flows:  596825 597163 592856 595655 592192 595411 594560 588722 588166 598750 593184 596333 593395 600899 590559 596841  total = 158.256667 per ms 
00:54:55.102 16  switches: flows:  630832 628858 634451 637288 633291 640670 623421 633459 631247 630842 634983 628316 638080 626801 635786 630808  total = 168.369832 per ms 
00:55:55.206 16  switches: flows:  610663 609372 616758 612913 607787 615825 612586 614637 617025 611936 614875 617153 607171 621366 612075 614738  total = 163.332203 per ms 
00:56:55.307 16  switches: flows:  600623 596463 596292 597452 592079 597986 593789 595658 600809 595788 592251 604135 593772 597909 596016 588035  total = 158.718546 per ms 
00:57:55.408 16  switches: flows:  610875 610864 613535 612084 601265 613070 607583 607676 613339 609437 614195 613695 609973 611857 610610 611958  total = 162.593757 per ms 
00:58:55.510 16  switches: flows:  562062 560063 565669 562356 565184 565210 560357 565302 569578 562249 557824 563091 564446 560710 557343 558449  total = 149.746645 per ms 
00:59:55.611 16  switches: flows:  563672 562455 557992 560160 562442 565296 560995 556493 560682 566134 562164 561112 556832 565700 558419 559099  total = 149.409867 per ms 
01:00:55.713 16  switches: flows:  537261 533627 538251 541779 536463 533782 537991 537485 533105 535703 536256 533434 539570 541616 541493 539021  total = 143.040411 per ms 
RESULT: 16 switches 9 tests min/max/avg/stdev = 143040.41/169974.58/158160.28/53417.83 responses/s</msg>
<arg>${output}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-08-28T01:00:55.723157" elapsed="0.000774"/>
</kw>
<kw name="Should Contain" owner="BuiltIn">
<arg>${output}</arg>
<arg>RESULT</arg>
<doc>Fails if ``container`` does not contain ``item`` one or more times.</doc>
<status status="PASS" start="2026-08-28T01:00:55.724218" elapsed="0.000765"/>
</kw>
<kw name="Get Lines Containing String" owner="String">
<msg time="2026-08-28T01:00:55.725878" level="INFO">1 out of 23 lines matched.</msg>
<msg time="2026-08-28T01:00:55.726065" level="INFO">${result_line} = RESULT: 16 switches 9 tests min/max/avg/stdev = 143040.41/169974.58/158160.28/53417.83 responses/s</msg>
<var>${result_line}</var>
<arg>${output}</arg>
<arg>RESULT</arg>
<doc>Returns lines of the given ``string`` that contain the ``pattern``.</doc>
<status status="PASS" start="2026-08-28T01:00:55.725344" elapsed="0.000769"/>
</kw>
<kw name="Split String" owner="String">
<msg time="2026-08-28T01:00:55.726975" level="INFO">@{results_list} = [ RESULT: | 16 | switches | 9 | tests | min/max/avg/stdev | = | 143040.41/169974.58/158160.28/53417.83 | responses/s ]</msg>
<var>@{results_list}</var>
<arg>${result_line}</arg>
<doc>Splits the ``string`` using ``separator`` as a delimiter string.</doc>
<status status="PASS" start="2026-08-28T01:00:55.726442" elapsed="0.000587"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-08-28T01:00:55.731872" level="INFO">min/max/avg/stdev</msg>
<arg>${results_list[5]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-08-28T01:00:55.727334" elapsed="0.004653"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-08-28T01:00:55.736882" level="INFO">143040.41/169974.58/158160.28/53417.83</msg>
<arg>${results_list[7]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-08-28T01:00:55.732274" elapsed="0.004724"/>
</kw>
<kw name="Split String" owner="String">
<msg time="2026-08-28T01:00:55.741861" level="INFO">@{result_name_list} = [ min | max | avg | stdev ]</msg>
<var>@{result_name_list}</var>
<arg>${results_list[5]}</arg>
<arg>/</arg>
<doc>Splits the ``string`` using ``separator`` as a delimiter string.</doc>
<status status="PASS" start="2026-08-28T01:00:55.737316" elapsed="0.004601"/>
</kw>
<kw name="Split String" owner="String">
<msg time="2026-08-28T01:00:55.746847" level="INFO">@{result_value_list} = [ 143040.41 | 169974.58 | 158160.28 | 53417.83 ]</msg>
<var>@{result_value_list}</var>
<arg>${results_list[7]}</arg>
<arg>/</arg>
<doc>Splits the ``string`` using ``separator`` as a delimiter string.</doc>
<status status="PASS" start="2026-08-28T01:00:55.742336" elapsed="0.004590"/>
</kw>
<kw name="Get Length" owner="BuiltIn">
<msg time="2026-08-28T01:00:55.747939" level="INFO">Length is 4.</msg>
<msg time="2026-08-28T01:00:55.748113" level="INFO">${num_stats} = 4</msg>
<var>${num_stats}</var>
<arg>${result_name_list}</arg>
<doc>Returns and logs the length of the given item as an integer.</doc>
<status status="PASS" start="2026-08-28T01:00:55.747267" elapsed="0.000892"/>
</kw>
<for flavor="IN RANGE">
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-08-28T01:00:55.756265" level="INFO">min :: 143040.41</msg>
<arg>${result_name_list[${i}]} :: ${result_value_list[${i}]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-08-28T01:00:55.748955" elapsed="0.007402"/>
</kw>
<var name="${i}">0</var>
<status status="PASS" start="2026-08-28T01:00:55.748665" elapsed="0.007735"/>
</iter>
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-08-28T01:00:55.762639" level="INFO">max :: 169974.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-08-28T01:00:55.756671" elapsed="0.006045"/>
</kw>
<var name="${i}">1</var>
<status status="PASS" start="2026-08-28T01:00:55.756513" elapsed="0.006253"/>
</iter>
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-08-28T01:00:55.768511" level="INFO">avg :: 158160.28</msg>
<arg>${result_name_list[${i}]} :: ${result_value_list[${i}]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-08-28T01:00:55.763106" elapsed="0.005475"/>
</kw>
<var name="${i}">2</var>
<status status="PASS" start="2026-08-28T01:00:55.762920" elapsed="0.005703"/>
</iter>
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-08-28T01:00:55.774286" level="INFO">stdev :: 53417.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-08-28T01:00:55.768915" elapsed="0.005460"/>
</kw>
<var name="${i}">3</var>
<status status="PASS" start="2026-08-28T01:00:55.768732" elapsed="0.005685"/>
</iter>
<var>${i}</var>
<value>0</value>
<value>${num_stats}</value>
<status status="PASS" start="2026-08-28T01:00:55.748280" elapsed="0.026176"/>
</for>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-08-28T01:00:55.778968" level="INFO">${min} = 143040.41</msg>
<var>${min}</var>
<arg>${result_value_list[${0}]}</arg>
<doc>Returns the given values which can then be assigned to a variables.</doc>
<status status="PASS" start="2026-08-28T01:00:55.774654" elapsed="0.004337"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-08-28T01:00:55.782464" level="INFO">${max} = 169974.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-08-28T01:00:55.779127" elapsed="0.003360"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-08-28T01:00:55.786051" level="INFO">${average} = 158160.28</msg>
<var>${average}</var>
<arg>${result_value_list[${2}]}</arg>
<doc>Returns the given values which can then be assigned to a variables.</doc>
<status status="PASS" start="2026-08-28T01:00:55.782622" elapsed="0.003452"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-08-28T01:00:55.789604" level="INFO">${stdev} = 53417.83</msg>
<var>${stdev}</var>
<arg>${result_value_list[${3}]}</arg>
<doc>Returns the given values which can then be assigned to a variables.</doc>
<status status="PASS" start="2026-08-28T01:00:55.786208" elapsed="0.003420"/>
</kw>
<kw name="Get Time" owner="BuiltIn">
<msg time="2026-08-28T01:00:55.790114" level="INFO">${date} = 2026-08-28 01:00: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-08-28T01:00:55.789776" elapsed="0.000360"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-08-28T01:00:55.790640" level="INFO">CBench Result: 2026-08-28 01:00:55,-t -m 60000 -M 100 -S 16 -l 10 -D 5000 -p 6633,143040.41,169974.58,158160.28,53417.83</msg>
<arg>CBench Result: ${date},${cbench_args},${min},${max},${average},${stdev}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-08-28T01:00:55.790268" elapsed="0.000421"/>
</kw>
<kw name="Log Results And Determine Status">
<kw name="Append To File" owner="OperatingSystem">
<msg time="2026-08-28T01:00:55.791667" level="INFO" html="true">Appended to file '&lt;a href="file:///w/workspace/openflowplugin-csit-1node-cbench-only-vanadium/throughput.csv"&gt;/w/workspace/openflowplugin-csit-1node-cbench-only-vanadium/throughput.csv&lt;/a&gt;'.</msg>
<arg>${output_file}</arg>
<arg>${min},${max},${average}\n</arg>
<doc>Appends the given content to the specified file.</doc>
<status status="PASS" start="2026-08-28T01:00:55.791272" elapsed="0.000455"/>
</kw>
<kw name="Should Be True" owner="BuiltIn">
<arg>${average} &gt; ${threshold}</arg>
<arg>${average} flow_mods per/sec did not exceed threshold of ${threshold}</arg>
<doc>Fails if the given condition is not true.</doc>
<status status="PASS" start="2026-08-28T01:00:55.791881" elapsed="0.000449"/>
</kw>
<arg>${min}</arg>
<arg>${max}</arg>
<arg>${average}</arg>
<arg>${average_threshold}</arg>
<arg>${output_filename}</arg>
<status status="PASS" start="2026-08-28T01:00:55.790847" elapsed="0.001547"/>
</kw>
<arg>-t -m ${duration_in_ms} -M ${num_of_unique_macs} -S ${switch_count} -l ${loops} -D ${start_delay} -p ${of_port}</arg>
<arg>${throughput_threshold}</arg>
<arg>${throughput_results_file}</arg>
<status status="PASS" start="2026-08-28T00:50:49.030073" elapsed="606.762374"/>
</kw>
<kw name="Sleep" owner="BuiltIn">
<msg time="2026-08-28T01:00:55.792894" level="INFO">Slept 0 seconds.</msg>
<arg>${test_delay}</arg>
<doc>Pauses the test executed for the given time.</doc>
<status status="PASS" start="2026-08-28T01:00:55.792583" elapsed="0.000362"/>
</kw>
<kw name="Log Results As Zero If Cbench Timed Out" type="TEARDOWN">
<kw name="Run Keyword If Timeout Occurred" owner="BuiltIn">
<arg>Log Results And Determine Status</arg>
<arg>0</arg>
<arg>0</arg>
<arg>0</arg>
<arg>0</arg>
<arg>${output_filename}</arg>
<doc>Runs the given keyword if either a test or a keyword timeout has occurred.</doc>
<status status="PASS" start="2026-08-28T01:00:55.793450" elapsed="0.000242"/>
</kw>
<status status="PASS" start="2026-08-28T01:00:55.793151" elapsed="0.000603"/>
</kw>
<doc>cbench executed in throughput mode (-t). Test parameters have defaults, but can be overridden
on the pybot command line</doc>
<tag>cbench</tag>
<tag>throughput</tag>
<timeout value="15 minutes"/>
<status status="PASS" start="2026-08-28T00:50:49.028914" elapsed="606.764889"/>
</test>
<test id="s1-t3" name="Rerun Latency Test To Check Bug 6176" line="65">
<kw name="Log" owner="BuiltIn">
<msg time="2026-08-28T01:00:55.795167" level="INFO">Cbench tests using 10 iterations of 60 second tests. Switch Count: 16. Unique MACS to cycle: 100</msg>
<arg>Cbench tests using ${loops} iterations of ${duration_in_secs} second tests. Switch Count: ${switch_count}. Unique MACS to cycle: ${num_of_unique_macs}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-08-28T01:00:55.794833" elapsed="0.000383"/>
</kw>
<kw name="Run Cbench And Log Results">
<kw name="Set Suite Variable" owner="BuiltIn">
<msg time="2026-08-28T01:00:55.796711" level="INFO">${output_filename} = bug.csv</msg>
<arg>${output_filename}</arg>
<doc>Makes a variable available everywhere within the scope of the current suite.</doc>
<status status="PASS" start="2026-08-28T01:00:55.796002" elapsed="0.000852"/>
</kw>
<if>
<branch type="IF" condition="&quot;${cbench_system}&quot; == &quot;localhost&quot;">
<kw name="Run" owner="OperatingSystem">
<var>${output}</var>
<arg>${cbench_executable} -c ${ODL_SYSTEM_IP} ${cbench_args}</arg>
<doc>_This keyword is considered deprecated. Use the
[http://robotframework.org/robotframework/latest/libraries/Process.html|
Process] library instead._</doc>
<status status="NOT RUN" start="2026-08-28T01:00:55.797167" elapsed="0.000019"/>
</kw>
<status status="NOT RUN" start="2026-08-28T01:00:55.796967" elapsed="0.000251"/>
</branch>
<branch type="ELSE">
<kw name="Run Command On Remote System" owner="Utils">
<if>
<branch type="IF" condition="&quot;${return_stdout}&quot;!=&quot;True&quot; and &quot;${return_stderr}&quot;!=&quot;True&quot;">
<kw name="Fail" owner="BuiltIn">
<arg>At least one of {return_stdout} or {return_stderr} args should be set to True</arg>
<doc>Fails the test with the given message and optionally alters its tags.</doc>
<status status="NOT RUN" start="2026-08-28T01:00:55.799968" elapsed="0.000019"/>
</kw>
<status status="NOT RUN" start="2026-08-28T01:00:55.799733" elapsed="0.000284"/>
</branch>
<status status="PASS" start="2026-08-28T01:00:55.799717" elapsed="0.000321"/>
</if>
<kw name="Get Connection" owner="SSHLibrary">
<msg time="2026-08-28T01:00:55.800350" level="INFO">index=None
host=None
alias=None
port=22
timeout=3 seconds
newline=

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

prompt=None
term_type=vt100
width=80
height=24
path_separator=/
encoding=utf8
escape_ansi=False
encoding_errors=strict</msg>
<var>${current_ssh_connection}</var>
<doc>Returns information about the connection.</doc>
<status status="PASS" start="2026-08-28T01:00:55.800156" elapsed="0.000320"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-08-28T01:00:55.801025" level="INFO">Attempting to execute command "/usr/local/bin/cbench -c 10.30.170.148 -m 60000 -M 100 -S 16 -l 10 -D 5000 -p 6633" on remote system "10.30.171.241" by user "jenkins" with keyfile pass "any" and prompt "&gt;" and password ""</msg>
<arg>Attempting to execute command "${cmd}" on remote system "${system}" by user "${user}" with keyfile pass "${keyfile_pass}" and prompt "${prompt}" and password "${password}"</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-08-28T01:00:55.800593" elapsed="0.000484"/>
</kw>
<kw name="Open Connection" owner="SSHLibrary">
<msg time="2026-08-28T01:00:55.801579" level="INFO">${conn_id} = 9</msg>
<var>${conn_id}</var>
<arg>${system}</arg>
<arg>prompt=${prompt}</arg>
<arg>timeout=${prompt_timeout}</arg>
<doc>Opens a new SSH connection to the given ``host`` and ``port``.</doc>
<status status="PASS" start="2026-08-28T01:00:55.801202" elapsed="0.000400"/>
</kw>
<kw name="Flexible_SSH_Login" owner="SSHKeywords">
<kw name="Get Length" owner="BuiltIn">
<msg time="2026-08-28T01:00:55.802432" level="INFO">Length is 0.</msg>
<msg time="2026-08-28T01:00:55.802508" level="INFO">${pwd_length} = 0</msg>
<var>${pwd_length}</var>
<arg>${password}</arg>
<doc>Returns and logs the length of the given item as an integer.</doc>
<status status="PASS" start="2026-08-28T01:00:55.802136" elapsed="0.000393"/>
</kw>
<kw name="Run Keyword And Return If" owner="BuiltIn">
<arg>${pwd_length} &gt; 0</arg>
<arg>SSHLibrary.Login</arg>
<arg>${user}</arg>
<arg>${password}</arg>
<arg>delay=${delay}</arg>
<doc>Runs the specified keyword and returns from the enclosing user keyword.</doc>
<status status="PASS" start="2026-08-28T01:00:55.802653" elapsed="0.000297"/>
</kw>
<kw name="Run Keyword And Return" owner="BuiltIn">
<kw name="Login With Public Key" owner="SSHLibrary">
<msg time="2026-08-28T01:00:55.803709" level="INFO">Logging into '10.30.171.241:22' as 'jenkins'.</msg>
<msg time="2026-08-28T01:00:56.406863" level="INFO">Read output: Welcome to Ubuntu 22.04.5 LTS (GNU/Linux 5.15.0-186-generic x86_64)

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

 System information as of Fri Aug 28 01:00:56 UTC 2026

  System load:  0.4                Processes:             105
  Usage of /:   19.7% of 38.58GB   Users logged in:       0
  Memory usage: 4%                 IPv4 address for ens3: 10.30.171.241
  Swap usage:   0%


Expanded Security Maintenance for Applications is not enabled.

0 updates can be applied immediately.

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


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


Last login: Fri Aug 28 00:50:49 2026 from 10.30.171.46
[?2004h[jenkins@releng-63164-382-1-mininet-ovs-217-0 ~]&gt;</msg>
<arg>${user}</arg>
<arg>${USER_HOME}/.ssh/${SSH_KEY}</arg>
<arg>${KEYFILE_PASS}</arg>
<arg>delay=${delay}</arg>
<doc>Logs into the SSH server using key-based authentication.</doc>
<status status="PASS" start="2026-08-28T01:00:55.803400" elapsed="0.603645"/>
</kw>
<msg time="2026-08-28T01:00:56.407124" level="INFO">Returning from the enclosing user keyword.</msg>
<arg>SSHLibrary.Login With Public Key</arg>
<arg>${user}</arg>
<arg>${USER_HOME}/.ssh/${SSH_KEY}</arg>
<arg>${KEYFILE_PASS}</arg>
<arg>delay=${delay}</arg>
<doc>Runs the specified keyword and returns from the enclosing user keyword.</doc>
<status status="PASS" start="2026-08-28T01:00:55.803083" elapsed="0.604116"/>
</kw>
<arg>${user}</arg>
<arg>${password}</arg>
<doc>On active SSH session: if given non-empty password, do Login, else do Login With Public Key.</doc>
<status status="PASS" start="2026-08-28T01:00:55.801778" elapsed="0.605541"/>
</kw>
<kw name="Execute Command" owner="SSHLibrary">
<msg time="2026-08-28T01:00:56.407818" level="INFO">Executing command '/usr/local/bin/cbench -c 10.30.170.148 -m 60000 -M 100 -S 16 -l 10 -D 5000 -p 6633'.</msg>
<msg time="2026-08-28T01:11:02.443670" level="INFO">Command exited with return code 0.</msg>
<msg time="2026-08-28T01:11:02.444290" level="INFO">${stdout} = </msg>
<msg time="2026-08-28T01:11:02.444382" level="INFO">${stderr} = cbench: controller benchmarking tool
   running in mode 'latency'
   connecting to controller at 10.30.170.148:6633 
   faking 16 switches with 1 threads :: 10 tests each; 60000 ms per test
   with 10...</msg>
<var>${stdout}</var>
<var>${stderr}</var>
<arg>${cmd}</arg>
<arg>return_stderr=True</arg>
<doc>Executes ``command`` on the remote machine and returns its outputs.</doc>
<status status="PASS" start="2026-08-28T01:00:56.407522" elapsed="606.036932"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-08-28T01:11:02.444970" elapsed="0.000748"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-08-28T01:11:02.446769" level="INFO">cbench: controller benchmarking tool
   running in mode 'latency'
   connecting to controller at 10.30.170.148:6633 
   faking 16 switches with 1 threads :: 10 tests each; 60000 ms per test
   with 100 unique source MACs per switch
   learning destination mac addresses before the test
   starting test with 5000 ms delay after features_reply
   ignoring first 1 "warmup" and last 0 "cooldown" loops
   debugging info is off
Master Thread: Creating thread-0! 
Thread-0: All switches initialized. Running at node 10.30.170.148. So far 1 cbench instances have initialized their switches.  Waiting for other cbench-instances
Thread-0: Total switches from ALL cbench-instances initialized.
01:02:01.550 16  switches: flows:  94294 101262 93842 93932 94036 93879 94773 95001 98232 91754 104499 91589 93562 92407 92691 92490  total = 25.304050 per ms 
01:03:01.651 16  switches: flows:  96354 94623 94263 93263 93100 93050 93100 94738 95769 93443 92968 94041 92515 93126 95158 93486  total = 25.008222 per ms 
01:04:01.751 16  switches: flows:  92054 91801 91052 91048 91914 90566 89940 93345 93371 91927 90646 91447 91771 91807 92579 92384  total = 24.420116 per ms 
01:05:01.851 16  switches: flows:  97155 95987 95202 94062 95720 95887 94845 97370 98804 95001 93769 95336 95681 96184 97308 92202  total = 25.466055 per ms 
01:06:01.951 16  switches: flows:  95190 94939 94698 94291 94855 92641 92080 95792 96182 94295 92443 93850 94526 94067 94041 92003  total = 25.056409 per ms 
01:07:02.051 16  switches: flows:  89057 90277 89152 89092 89514 89012 89136 92044 91044 87677 87284 88072 90715 89692 88869 86948  total = 23.753445 per ms 
01:08:02.152 16  switches: flows:  89621 90020 89288 87696 88921 88938 87430 91552 91542 88317 86799 88247 89918 90736 89031 87722  total = 23.723366 per ms 
01:09:02.252 16  switches: flows:  92084 93480 93473 91831 91100 91168 90507 93301 94703 93062 90808 92857 93027 93115 92638 89802  total = 24.574912 per ms 
01:10:02.352 16  switches: flows:  90061 90157 90075 88224 87950 87577 88500 90834 90907 89246 87524 89673 89306 89538 89350 87885  total = 23.740498 per ms 
01:11:02.452 16  switches: flows:  94356 94099 93469 92043 93816 93314 90890 94513 94938 91477 90940 93915 94409 94009 92781 91802  total = 24.804783 per ms 
RESULT: 16 switches 9 tests min/max/avg/stdev = 23723.37/25466.05/24505.31/8191.14 responses/s</msg>
<arg>${stderr}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-08-28T01:11:02.446097" elapsed="0.001020"/>
</kw>
<if>
<branch type="IF" condition="&quot;${return_stdout}&quot;!=&quot;True&quot;">
<return>
<value>${stderr}</value>
<status status="PASS" start="2026-08-28T01:11:02.447602" elapsed="0.000081"/>
</return>
<status status="PASS" start="2026-08-28T01:11:02.447295" elapsed="0.000461"/>
</branch>
<status status="PASS" start="2026-08-28T01:11:02.447234" elapsed="0.000602"/>
</if>
<if>
<branch type="IF" condition="&quot;${return_stderr}&quot;!=&quot;True&quot;">
<return>
<value>${stdout}</value>
<status status="NOT RUN" start="2026-08-28T01:11:02.448042" elapsed="0.000028"/>
</return>
<status status="NOT RUN" start="2026-08-28T01:11:02.447962" elapsed="0.000168"/>
</branch>
<status status="NOT RUN" start="2026-08-28T01:11:02.447927" elapsed="0.000247"/>
</if>
<return>
<value>${stdout}</value>
<value>${stderr}</value>
<status status="NOT RUN" start="2026-08-28T01:11:02.448231" elapsed="0.000024"/>
</return>
<kw name="Restore_Current_Ssh_Connection_From_Index" owner="SSHKeywords" type="TEARDOWN">
<kw name="Run Keyword And Return If" owner="BuiltIn">
<arg>${connection_index} is not None</arg>
<arg>SSHLibrary.Switch Connection</arg>
<arg>${connection_index}</arg>
<doc>Runs the specified keyword and returns from the enclosing user keyword.</doc>
<status status="PASS" start="2026-08-28T01:11:02.453646" elapsed="0.000687"/>
</kw>
<kw name="Open Connection" owner="SSHLibrary">
<arg>127.0.0.1</arg>
<doc>Opens a new SSH connection to the given ``host`` and ``port``.</doc>
<status status="PASS" start="2026-08-28T01:11:02.454645" elapsed="0.000341"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-08-28T01:11:02.455246" elapsed="0.000216"/>
</kw>
<arg>${current_ssh_connection.index}</arg>
<doc>Restore active SSH connection in SSHLibrary to given index.</doc>
<status status="PASS" start="2026-08-28T01:11:02.448903" elapsed="0.006664"/>
</kw>
<msg time="2026-08-28T01:11:02.455846" level="INFO">${output} = cbench: controller benchmarking tool
   running in mode 'latency'
   connecting to controller at 10.30.170.148:6633 
   faking 16 switches with 1 threads :: 10 tests each; 60000 ms per test
   with 10...</msg>
<var>${output}</var>
<arg>${cbench_system}</arg>
<arg>${cbench_executable} -c ${ODL_SYSTEM_IP} ${cbench_args}</arg>
<arg>prompt_timeout=${test_timeout}</arg>
<arg>return_stdout=False</arg>
<arg>return_stderr=True</arg>
<doc>Reduces the common work of running a command on a remote system to a single higher level
robot keyword, taking care to log in with a public key and. The command given is written and the return value
depends on the passed argument values of return_stdout (default: True) and return_stderr (default: False).
At least one should be True, or the keyword will exit and FAIL. If both are True, the resulting return value
will be a two element list containing both. Otherwise the resulting return value is a string.
No test conditions are checked.</doc>
<status status="PASS" start="2026-08-28T01:00:55.797534" elapsed="606.658367"/>
</kw>
<status status="PASS" start="2026-08-28T01:00:55.797240" elapsed="606.658758"/>
</branch>
<status status="PASS" start="2026-08-28T01:00:55.796946" elapsed="606.659097"/>
</if>
<kw name="Log" owner="BuiltIn">
<msg time="2026-08-28T01:11:02.456948" level="INFO">cbench: controller benchmarking tool
   running in mode 'latency'
   connecting to controller at 10.30.170.148:6633 
   faking 16 switches with 1 threads :: 10 tests each; 60000 ms per test
   with 100 unique source MACs per switch
   learning destination mac addresses before the test
   starting test with 5000 ms delay after features_reply
   ignoring first 1 "warmup" and last 0 "cooldown" loops
   debugging info is off
Master Thread: Creating thread-0! 
Thread-0: All switches initialized. Running at node 10.30.170.148. So far 1 cbench instances have initialized their switches.  Waiting for other cbench-instances
Thread-0: Total switches from ALL cbench-instances initialized.
01:02:01.550 16  switches: flows:  94294 101262 93842 93932 94036 93879 94773 95001 98232 91754 104499 91589 93562 92407 92691 92490  total = 25.304050 per ms 
01:03:01.651 16  switches: flows:  96354 94623 94263 93263 93100 93050 93100 94738 95769 93443 92968 94041 92515 93126 95158 93486  total = 25.008222 per ms 
01:04:01.751 16  switches: flows:  92054 91801 91052 91048 91914 90566 89940 93345 93371 91927 90646 91447 91771 91807 92579 92384  total = 24.420116 per ms 
01:05:01.851 16  switches: flows:  97155 95987 95202 94062 95720 95887 94845 97370 98804 95001 93769 95336 95681 96184 97308 92202  total = 25.466055 per ms 
01:06:01.951 16  switches: flows:  95190 94939 94698 94291 94855 92641 92080 95792 96182 94295 92443 93850 94526 94067 94041 92003  total = 25.056409 per ms 
01:07:02.051 16  switches: flows:  89057 90277 89152 89092 89514 89012 89136 92044 91044 87677 87284 88072 90715 89692 88869 86948  total = 23.753445 per ms 
01:08:02.152 16  switches: flows:  89621 90020 89288 87696 88921 88938 87430 91552 91542 88317 86799 88247 89918 90736 89031 87722  total = 23.723366 per ms 
01:09:02.252 16  switches: flows:  92084 93480 93473 91831 91100 91168 90507 93301 94703 93062 90808 92857 93027 93115 92638 89802  total = 24.574912 per ms 
01:10:02.352 16  switches: flows:  90061 90157 90075 88224 87950 87577 88500 90834 90907 89246 87524 89673 89306 89538 89350 87885  total = 23.740498 per ms 
01:11:02.452 16  switches: flows:  94356 94099 93469 92043 93816 93314 90890 94513 94938 91477 90940 93915 94409 94009 92781 91802  total = 24.804783 per ms 
RESULT: 16 switches 9 tests min/max/avg/stdev = 23723.37/25466.05/24505.31/8191.14 responses/s</msg>
<arg>${output}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-08-28T01:11:02.456325" elapsed="0.000772"/>
</kw>
<kw name="Should Contain" owner="BuiltIn">
<arg>${output}</arg>
<arg>RESULT</arg>
<doc>Fails if ``container`` does not contain ``item`` one or more times.</doc>
<status status="PASS" start="2026-08-28T01:11:02.457383" elapsed="0.000753"/>
</kw>
<kw name="Get Lines Containing String" owner="String">
<msg time="2026-08-28T01:11:02.458923" level="INFO">1 out of 23 lines matched.</msg>
<msg time="2026-08-28T01:11:02.459102" level="INFO">${result_line} = RESULT: 16 switches 9 tests min/max/avg/stdev = 23723.37/25466.05/24505.31/8191.14 responses/s</msg>
<var>${result_line}</var>
<arg>${output}</arg>
<arg>RESULT</arg>
<doc>Returns lines of the given ``string`` that contain the ``pattern``.</doc>
<status status="PASS" start="2026-08-28T01:11:02.458470" elapsed="0.000679"/>
</kw>
<kw name="Split String" owner="String">
<msg time="2026-08-28T01:11:02.459988" level="INFO">@{results_list} = [ RESULT: | 16 | switches | 9 | tests | min/max/avg/stdev | = | 23723.37/25466.05/24505.31/8191.14 | responses/s ]</msg>
<var>@{results_list}</var>
<arg>${result_line}</arg>
<doc>Splits the ``string`` using ``separator`` as a delimiter string.</doc>
<status status="PASS" start="2026-08-28T01:11:02.459468" elapsed="0.000572"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-08-28T01:11:02.464829" level="INFO">min/max/avg/stdev</msg>
<arg>${results_list[5]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-08-28T01:11:02.460318" elapsed="0.004627"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-08-28T01:11:02.469669" level="INFO">23723.37/25466.05/24505.31/8191.14</msg>
<arg>${results_list[7]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-08-28T01:11:02.465231" elapsed="0.004548"/>
</kw>
<kw name="Split String" owner="String">
<msg time="2026-08-28T01:11:02.474570" level="INFO">@{result_name_list} = [ min | max | avg | stdev ]</msg>
<var>@{result_name_list}</var>
<arg>${results_list[5]}</arg>
<arg>/</arg>
<doc>Splits the ``string`` using ``separator`` as a delimiter string.</doc>
<status status="PASS" start="2026-08-28T01:11:02.470103" elapsed="0.004520"/>
</kw>
<kw name="Split String" owner="String">
<msg time="2026-08-28T01:11:02.479457" level="INFO">@{result_value_list} = [ 23723.37 | 25466.05 | 24505.31 | 8191.14 ]</msg>
<var>@{result_value_list}</var>
<arg>${results_list[7]}</arg>
<arg>/</arg>
<doc>Splits the ``string`` using ``separator`` as a delimiter string.</doc>
<status status="PASS" start="2026-08-28T01:11:02.475024" elapsed="0.004489"/>
</kw>
<kw name="Get Length" owner="BuiltIn">
<msg time="2026-08-28T01:11:02.480462" level="INFO">Length is 4.</msg>
<msg time="2026-08-28T01:11:02.480637" level="INFO">${num_stats} = 4</msg>
<var>${num_stats}</var>
<arg>${result_name_list}</arg>
<doc>Returns and logs the length of the given item as an integer.</doc>
<status status="PASS" start="2026-08-28T01:11:02.479842" elapsed="0.000841"/>
</kw>
<for flavor="IN RANGE">
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-08-28T01:11:02.489245" level="INFO">min :: 23723.37</msg>
<arg>${result_name_list[${i}]} :: ${result_value_list[${i}]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-08-28T01:11:02.481468" elapsed="0.007845"/>
</kw>
<var name="${i}">0</var>
<status status="PASS" start="2026-08-28T01:11:02.481191" elapsed="0.008163"/>
</iter>
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-08-28T01:11:02.495223" level="INFO">max :: 25466.05</msg>
<arg>${result_name_list[${i}]} :: ${result_value_list[${i}]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-08-28T01:11:02.489641" elapsed="0.005652"/>
</kw>
<var name="${i}">1</var>
<status status="PASS" start="2026-08-28T01:11:02.489477" elapsed="0.005858"/>
</iter>
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-08-28T01:11:02.500938" level="INFO">avg :: 24505.31</msg>
<arg>${result_name_list[${i}]} :: ${result_value_list[${i}]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-08-28T01:11:02.495616" elapsed="0.005390"/>
</kw>
<var name="${i}">2</var>
<status status="PASS" start="2026-08-28T01:11:02.495458" elapsed="0.005589"/>
</iter>
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-08-28T01:11:02.506600" level="INFO">stdev :: 8191.14</msg>
<arg>${result_name_list[${i}]} :: ${result_value_list[${i}]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-08-28T01:11:02.501301" elapsed="0.005368"/>
</kw>
<var name="${i}">3</var>
<status status="PASS" start="2026-08-28T01:11:02.501148" elapsed="0.005562"/>
</iter>
<var>${i}</var>
<value>0</value>
<value>${num_stats}</value>
<status status="PASS" start="2026-08-28T01:11:02.480832" elapsed="0.025914"/>
</for>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-08-28T01:11:02.511575" level="INFO">${min} = 23723.37</msg>
<var>${min}</var>
<arg>${result_value_list[${0}]}</arg>
<doc>Returns the given values which can then be assigned to a variables.</doc>
<status status="PASS" start="2026-08-28T01:11:02.506961" elapsed="0.004647"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-08-28T01:11:02.516426" level="INFO">${max} = 25466.05</msg>
<var>${max}</var>
<arg>${result_value_list[${1}]}</arg>
<doc>Returns the given values which can then be assigned to a variables.</doc>
<status status="PASS" start="2026-08-28T01:11:02.511815" elapsed="0.004645"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-08-28T01:11:02.521262" level="INFO">${average} = 24505.31</msg>
<var>${average}</var>
<arg>${result_value_list[${2}]}</arg>
<doc>Returns the given values which can then be assigned to a variables.</doc>
<status status="PASS" start="2026-08-28T01:11:02.516648" elapsed="0.004646"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-08-28T01:11:02.526146" level="INFO">${stdev} = 8191.14</msg>
<var>${stdev}</var>
<arg>${result_value_list[${3}]}</arg>
<doc>Returns the given values which can then be assigned to a variables.</doc>
<status status="PASS" start="2026-08-28T01:11:02.521502" elapsed="0.004676"/>
</kw>
<kw name="Get Time" owner="BuiltIn">
<msg time="2026-08-28T01:11:02.526842" level="INFO">${date} = 2026-08-28 01:11:02</msg>
<var>${date}</var>
<arg>d,m,s</arg>
<doc>Returns the given time in the requested format.</doc>
<status status="PASS" start="2026-08-28T01:11:02.526375" elapsed="0.000500"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-08-28T01:11:02.527384" level="INFO">CBench Result: 2026-08-28 01:11:02,-m 60000 -M 100 -S 16 -l 10 -D 5000 -p 6633,23723.37,25466.05,24505.31,8191.14</msg>
<arg>CBench Result: ${date},${cbench_args},${min},${max},${average},${stdev}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-08-28T01:11:02.527029" elapsed="0.000416"/>
</kw>
<kw name="Log Results And Determine Status">
<kw name="Append To File" owner="OperatingSystem">
<msg time="2026-08-28T01:11:02.528395" level="INFO" html="true">Appended to file '&lt;a href="file:///w/workspace/openflowplugin-csit-1node-cbench-only-vanadium/bug.csv"&gt;/w/workspace/openflowplugin-csit-1node-cbench-only-vanadium/bug.csv&lt;/a&gt;'.</msg>
<arg>${output_file}</arg>
<arg>${min},${max},${average}\n</arg>
<doc>Appends the given content to the specified file.</doc>
<status status="PASS" start="2026-08-28T01:11:02.527990" elapsed="0.000480"/>
</kw>
<kw name="Should Be True" owner="BuiltIn">
<arg>${average} &gt; ${threshold}</arg>
<arg>${average} flow_mods per/sec did not exceed threshold of ${threshold}</arg>
<doc>Fails if the given condition is not true.</doc>
<status status="PASS" start="2026-08-28T01:11:02.528604" elapsed="0.000426"/>
</kw>
<arg>${min}</arg>
<arg>${max}</arg>
<arg>${average}</arg>
<arg>${average_threshold}</arg>
<arg>${output_filename}</arg>
<status status="PASS" start="2026-08-28T01:11:02.527567" elapsed="0.001518"/>
</kw>
<arg>-m ${duration_in_ms} -M ${num_of_unique_macs} -S ${switch_count} -l ${loops} -D ${start_delay} -p ${of_port}</arg>
<arg>${latency_threshold}</arg>
<arg>bug.csv</arg>
<status status="PASS" start="2026-08-28T01:00:55.795510" elapsed="606.733624"/>
</kw>
<kw name="Sleep" owner="BuiltIn">
<msg time="2026-08-28T01:11:02.529552" level="INFO">Slept 0 seconds.</msg>
<arg>${test_delay}</arg>
<doc>Pauses the test executed for the given time.</doc>
<status status="PASS" start="2026-08-28T01:11:02.529264" elapsed="0.000338"/>
</kw>
<kw name="Report Failure Due To Bug" owner="Utils" type="TEARDOWN">
<kw name="Evaluate" owner="BuiltIn">
<msg time="2026-08-28T01:11:02.530722" level="INFO">${test_skipped} = False</msg>
<var>${test_skipped}</var>
<arg>len(re.findall('SKIPPED', """${TEST_MESSAGE}""")) &gt; 0</arg>
<arg>modules=re</arg>
<doc>Evaluates the given expression in Python and returns the result.</doc>
<status status="PASS" start="2026-08-28T01:11:02.530258" elapsed="0.000488"/>
</kw>
<if>
<branch type="IF" condition="('${TEST_STATUS}' != 'FAIL') or ${test_skipped}">
<return>
<status status="PASS" start="2026-08-28T01:11:02.530960" elapsed="0.000026"/>
</return>
<status status="PASS" start="2026-08-28T01:11:02.530825" elapsed="0.000188"/>
</branch>
<status status="PASS" start="2026-08-28T01:11:02.530808" elapsed="0.000226"/>
</if>
<kw name="Comment" owner="BuiltIn">
<arg>Jira tickets are {PROJECT}-{NUMBER} while Bugzilla tickets are {NUMBER}</arg>
<doc>Displays the given messages in the log file as keyword arguments.</doc>
<status status="NOT RUN" start="2026-08-28T01:11:02.531159" elapsed="0.000019"/>
</kw>
<kw name="Run Keyword And Return Status" owner="BuiltIn">
<var>${match}</var>
<arg>Should Contain</arg>
<arg>${number}</arg>
<arg>-</arg>
<doc>Runs the specified keyword and returns the status as a Boolean value.</doc>
<status status="NOT RUN" start="2026-08-28T01:11:02.531295" elapsed="0.000018"/>
</kw>
<kw name="Set Variable If" owner="BuiltIn">
<var>${bug_url}</var>
<arg>${match}</arg>
<arg>https://jira.opendaylight.org/browse/${number}</arg>
<arg>https://bugs.opendaylight.org/show_bug.cgi?id=${number}</arg>
<doc>Sets variable based on the given condition.</doc>
<status status="NOT RUN" start="2026-08-28T01:11:02.531448" elapsed="0.000018"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<var>${msg}</var>
<arg>This test fails due to ${bug_url}</arg>
<doc>Returns the given values which can then be assigned to a variables.</doc>
<status status="NOT RUN" start="2026-08-28T01:11:02.531581" elapsed="0.000017"/>
</kw>
<kw name="Evaluate" owner="BuiltIn">
<var>${newline}</var>
<arg>chr(10)</arg>
<doc>Evaluates the given expression in Python and returns the result.</doc>
<status status="NOT RUN" start="2026-08-28T01:11:02.531746" elapsed="0.000018"/>
</kw>
<kw name="Set Test Message" owner="BuiltIn">
<arg>${msg}${newline}${newline}${TEST_MESSAGE}</arg>
<doc>Sets message for the current test case.</doc>
<status status="NOT RUN" start="2026-08-28T01:11:02.531889" elapsed="0.000017"/>
</kw>
<kw name="Log" owner="BuiltIn">
<arg>${msg}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="NOT RUN" start="2026-08-28T01:11:02.532016" elapsed="0.000017"/>
</kw>
<if>
<branch type="IF" condition="&quot;${include_bug_in_tags}&quot;==&quot;True&quot;">
<kw name="Set Tags" owner="BuiltIn">
<arg>${bug_url}</arg>
<doc>Adds given ``tags`` for the current test or all tests in a suite.</doc>
<status status="NOT RUN" start="2026-08-28T01:11:02.532208" elapsed="0.000023"/>
</kw>
<status status="NOT RUN" start="2026-08-28T01:11:02.532087" elapsed="0.000172"/>
</branch>
<status status="NOT RUN" start="2026-08-28T01:11:02.532072" elapsed="0.000207"/>
</if>
<arg>6176</arg>
<doc>Report that a test failed due to a known Bugzilla bug whose
number is provided as an argument.
Not FAILED (incl. SKIPPED) test are not reported.
This keyword must be used in the [Teardown] setting of the affected test
or as the first line of the test if FastFail module is not being
used. It reports the URL of the bug on console and also puts it
into the Robot log file.</doc>
<status status="PASS" start="2026-08-28T01:11:02.529971" elapsed="0.002356"/>
</kw>
<doc>cbench executed in latency mode to see if controller is healthy</doc>
<tag>cbench</tag>
<tag>latency</tag>
<timeout value="15 minutes"/>
<status status="PASS" start="2026-08-28T01:00:55.794320" elapsed="606.738047"/>
</test>
<doc>Cbench Latency and Throughput tests can be run from an external
cbench.
If cbench is run with a medium number of switches or higher (e.g. 32+)
the normal openflow operations seem to break.
BUG: https://bugs.opendaylight.org/show_bug.cgi?id=2897</doc>
<status status="PASS" start="2026-08-28T00:40:39.637549" elapsed="1822.895560"/>
</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>
