<?xml version="1.0" encoding="UTF-8"?>
<robot generator="Robot 7.4.2 (Python 3.11.10 on linux)" generated="2026-04-10T03:12:21.840822" 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-04-10T03:12:22.453687" elapsed="0.000028"/>
</return>
<status status="NOT RUN" start="2026-04-10T03:12:22.453510" elapsed="0.000258"/>
</branch>
<status status="PASS" start="2026-04-10T03:12:22.453480" elapsed="0.000317"/>
</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-04-10T03:12:22.454025" elapsed="0.000526"/>
</kw>
<kw name="Login" owner="SSHLibrary">
<msg time="2026-04-10T03:12:22.455046" level="INFO">Logging into '10.30.170.103:8101' as 'karaf'.</msg>
<msg time="2026-04-10T03:12:23.228982" 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-04-10T03:12:22.454726" elapsed="0.774466"/>
</kw>
<kw name="Write" owner="SSHLibrary">
<msg time="2026-04-10T03:12:23.277463" 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-04-10T03:12:23.229474" elapsed="0.048203"/>
</kw>
<kw name="Read Until Regexp" owner="SSHLibrary">
<msg time="2026-04-10T03:12:23.280407" level="INFO">[?1l&gt;[?2004l[?1h=[90m~[0m                                                                                [?2004hopendaylight-user@root&gt;</msg>
<msg time="2026-04-10T03:12:23.280569" 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-04-10T03:12:23.278112" elapsed="0.002501"/>
</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-04-10T03:12:23.280854" elapsed="0.000399"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-04-10T03:12:23.281523" elapsed="0.000360"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-10T03:12:23.282587" 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-04-10T03:12:23.282102" elapsed="0.000573"/>
</kw>
<return>
<value>${output}</value>
<status status="PASS" start="2026-04-10T03:12:23.282754" elapsed="0.000107"/>
</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.103
Note that this keyword will open&amp;close new SSH connection, without switching back to previously current session.</doc>
<status status="PASS" start="2026-04-10T03:12:22.453104" elapsed="0.829946"/>
</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-04-10T03:12:22.449377" elapsed="0.833772"/>
</kw>
<kw name="Append To File" owner="OperatingSystem">
<msg time="2026-04-10T03:12:23.283951" 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-04-10T03:12:23.283412" elapsed="0.000613"/>
</kw>
<kw name="Append To File" owner="OperatingSystem">
<msg time="2026-04-10T03:12:23.284802" 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-04-10T03:12:23.284221" elapsed="0.000704"/>
</kw>
<kw name="Evaluate" owner="BuiltIn">
<msg time="2026-04-10T03:12:23.285663" 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-04-10T03:12:23.285139" elapsed="0.000557"/>
</kw>
<kw name="Set Suite Variable" owner="BuiltIn">
<msg time="2026-04-10T03:12:23.286362" 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-04-10T03:12:23.285940" elapsed="0.000473"/>
</kw>
<kw name="Evaluate" owner="BuiltIn">
<msg time="2026-04-10T03:12:23.287089" 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-04-10T03:12:23.286597" elapsed="0.000527"/>
</kw>
<kw name="Set Suite Variable" owner="BuiltIn">
<msg time="2026-04-10T03:12:23.287712" 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-04-10T03:12:23.287332" elapsed="0.000432"/>
</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-04-10T03:12:23.288198" elapsed="0.000026"/>
</kw>
<status status="NOT RUN" start="2026-04-10T03:12:23.287907" elapsed="0.000359"/>
</branch>
<branch type="ELSE">
<kw name="Verify File Exists On Remote System" owner="Utils">
<kw name="Open Connection" owner="SSHLibrary">
<msg time="2026-04-10T03:12:23.294099" 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-04-10T03:12:23.293530" elapsed="0.000605"/>
</kw>
<kw name="Flexible_SSH_Login" owner="SSHKeywords">
<kw name="Get Length" owner="BuiltIn">
<msg time="2026-04-10T03:12:23.295491" level="INFO">Length is 0.</msg>
<msg time="2026-04-10T03:12:23.295596" 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-04-10T03:12:23.294868" elapsed="0.000757"/>
</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-04-10T03:12:23.295826" elapsed="0.000463"/>
</kw>
<kw name="Run Keyword And Return" owner="BuiltIn">
<kw name="Login With Public Key" owner="SSHLibrary">
<msg time="2026-04-10T03:12:23.297548" level="INFO">Logging into '10.30.170.246:22' as 'jenkins'.</msg>
<msg time="2026-04-10T03:12:24.006224" level="INFO">Read output: Welcome to Ubuntu 22.04.5 LTS (GNU/Linux 5.15.0-153-generic x86_64)

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

 System information as of Fri Apr 10 03:12:23 UTC 2026

  System load:  0.02               Processes:             111
  Usage of /:   19.3% of 38.58GB   Users logged in:       0
  Memory usage: 4%                 IPv4 address for ens3: 10.30.170.246
  Swap usage:   0%


Expanded Security Maintenance for Applications is not enabled.

0 updates can be applied immediately.

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


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


[?2004h[jenkins@releng-63164-174-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-04-10T03:12:23.296914" elapsed="0.709495"/>
</kw>
<msg time="2026-04-10T03:12:24.006514" 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-04-10T03:12:23.296466" elapsed="0.710145"/>
</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-04-10T03:12:23.294402" elapsed="0.712334"/>
</kw>
<kw name="File Should Exist" owner="SSHLibrary">
<msg time="2026-04-10T03:12:24.014024" 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-04-10T03:12:24.006987" elapsed="0.008645"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-04-10T03:12:24.015997" elapsed="0.000476"/>
</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-04-10T03:12:23.292758" elapsed="0.723824"/>
</kw>
<status status="PASS" start="2026-04-10T03:12:23.288366" elapsed="0.728278"/>
</branch>
<status status="PASS" start="2026-04-10T03:12:23.287868" elapsed="0.728828"/>
</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-04-10T03:12:24.016959" elapsed="0.000768"/>
</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-04-10T03:12:24.024779" elapsed="0.000051"/>
</return>
<status status="NOT RUN" start="2026-04-10T03:12:24.024567" elapsed="0.000328"/>
</branch>
<status status="PASS" start="2026-04-10T03:12:24.024524" elapsed="0.000411"/>
</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-04-10T03:12:24.030671" elapsed="0.000024"/>
</return>
<status status="NOT RUN" start="2026-04-10T03:12:24.030486" elapsed="0.000263"/>
</branch>
<status status="PASS" start="2026-04-10T03:12:24.030453" elapsed="0.000333"/>
</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-04-10T03:12:24.031058" elapsed="0.000816"/>
</kw>
<kw name="Login" owner="SSHLibrary">
<msg time="2026-04-10T03:12:24.032523" level="INFO">Logging into '10.30.170.103:8101' as 'karaf'.</msg>
<msg time="2026-04-10T03:12:24.232118" 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-04-10T03:12:24.032112" elapsed="0.200177"/>
</kw>
<kw name="Write" owner="SSHLibrary">
<msg time="2026-04-10T03:12:24.327279" 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-04-10T03:12:24.232552" elapsed="0.094949"/>
</kw>
<kw name="Read Until Regexp" owner="SSHLibrary">
<msg time="2026-04-10T03:12:24.333863" level="INFO">[?1l&gt;[?2004l[31;1modl-openflowplugin-drop-test[0m                                    x 0.21.2           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-04-10T03:12:24.334135" level="INFO">${output} = [?1l&gt;[?2004l[31;1modl-openflowplugin-drop-test[0m                                    x 0.21.2           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-04-10T03:12:24.327878" elapsed="0.006294"/>
</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-04-10T03:12:24.334383" elapsed="0.000326"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-04-10T03:12:24.334904" elapsed="0.000229"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-10T03:12:24.335610" level="INFO">[?1l&gt;[?2004l[31;1modl-openflowplugin-drop-test[0m                                    x 0.21.2           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-04-10T03:12:24.335279" elapsed="0.000397"/>
</kw>
<return>
<value>${output}</value>
<status status="PASS" start="2026-04-10T03:12:24.335728" elapsed="0.000054"/>
</return>
<msg time="2026-04-10T03:12:24.335970" level="INFO">${output} = [?1l&gt;[?2004l[31;1modl-openflowplugin-drop-test[0m                                    x 0.21.2           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.103
Note that this keyword will open&amp;close new SSH connection, without switching back to previously current session.</doc>
<status status="PASS" start="2026-04-10T03:12:24.029874" elapsed="0.306138"/>
</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-04-10T03:12:24.336210" elapsed="0.000765"/>
</kw>
<return>
<value>${output}</value>
<status status="PASS" start="2026-04-10T03:12:24.337046" elapsed="0.000046"/>
</return>
<arg>odl-openflowplugin-drop-test</arg>
<doc>Will Succeed if the given ${feature_name} is found in the output of "feature:list -i"</doc>
<status status="PASS" start="2026-04-10T03:12:24.024002" elapsed="0.313231"/>
</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-04-10T03:12:24.342558" elapsed="0.000024"/>
</return>
<status status="NOT RUN" start="2026-04-10T03:12:24.342364" elapsed="0.000270"/>
</branch>
<status status="PASS" start="2026-04-10T03:12:24.342326" elapsed="0.000342"/>
</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-04-10T03:12:24.342910" elapsed="0.000976"/>
</kw>
<kw name="Login" owner="SSHLibrary">
<msg time="2026-04-10T03:12:24.344487" level="INFO">Logging into '10.30.170.103:8101' as 'karaf'.</msg>
<msg time="2026-04-10T03:12:24.507585" 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-04-10T03:12:24.344116" elapsed="0.163635"/>
</kw>
<kw name="Write" owner="SSHLibrary">
<msg time="2026-04-10T03:12:24.530407" 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-04-10T03:12:24.508031" elapsed="0.022443"/>
</kw>
<kw name="Read Until Regexp" owner="SSHLibrary">
<msg time="2026-04-10T03:12:24.532305" level="INFO">[?1l&gt;[?2004lDropAllFlows transitions to on
[?1h=[90m~[0m                                                                                [?2004hopendaylight-user@root&gt;</msg>
<msg time="2026-04-10T03:12:24.532418" 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-04-10T03:12:24.530636" elapsed="0.001812"/>
</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-04-10T03:12:24.532590" elapsed="0.000184"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-04-10T03:12:24.532937" elapsed="0.000215"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-10T03:12:24.533617" 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-04-10T03:12:24.533298" elapsed="0.000372"/>
</kw>
<return>
<value>${output}</value>
<status status="PASS" start="2026-04-10T03:12:24.533724" elapsed="0.000057"/>
</return>
<arg>dropallpacketsrpc on</arg>
<doc>Will execute the given ${cmd} by ssh'ing to the karaf console running on 10.30.170.103
Note that this keyword will open&amp;close new SSH connection, without switching back to previously current session.</doc>
<status status="PASS" start="2026-04-10T03:12:24.341855" elapsed="0.192133"/>
</kw>
<status status="PASS" start="2026-04-10T03:12:22.447396" elapsed="2.086668"/>
</kw>
<test id="s1-t1" name="Cbench Latency Test" line="37">
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-10T03:12:24.536224" 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-04-10T03:12:24.534904" elapsed="0.001389"/>
</kw>
<kw name="Run Cbench And Log Results">
<kw name="Set Suite Variable" owner="BuiltIn">
<msg time="2026-04-10T03:12:24.537896" 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-04-10T03:12:24.537513" 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-04-10T03:12:24.538286" elapsed="0.000024"/>
</kw>
<status status="NOT RUN" start="2026-04-10T03:12:24.538027" elapsed="0.000322"/>
</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-04-10T03:12:24.541473" elapsed="0.000023"/>
</kw>
<status status="NOT RUN" start="2026-04-10T03:12:24.541213" elapsed="0.000319"/>
</branch>
<status status="PASS" start="2026-04-10T03:12:24.541188" elapsed="0.000371"/>
</if>
<kw name="Get Connection" owner="SSHLibrary">
<msg time="2026-04-10T03:12:24.541925" 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-04-10T03:12:24.542052" 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-04-10T03:12:24.541694" elapsed="0.000386"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-10T03:12:24.542665" level="INFO">Attempting to execute command "/usr/local/bin/cbench -c 10.30.170.103 -m 60000 -M 100 -S 16 -l 10 -D 5000 -p 6633" on remote system "10.30.170.246" 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-04-10T03:12:24.542229" elapsed="0.000498"/>
</kw>
<kw name="Open Connection" owner="SSHLibrary">
<msg time="2026-04-10T03:12:24.543471" 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-04-10T03:12:24.542908" elapsed="0.000592"/>
</kw>
<kw name="Flexible_SSH_Login" owner="SSHKeywords">
<kw name="Get Length" owner="BuiltIn">
<msg time="2026-04-10T03:12:24.544519" level="INFO">Length is 0.</msg>
<msg time="2026-04-10T03:12:24.544617" 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-04-10T03:12:24.544138" elapsed="0.000504"/>
</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-04-10T03:12:24.544797" elapsed="0.000359"/>
</kw>
<kw name="Run Keyword And Return" owner="BuiltIn">
<kw name="Login With Public Key" owner="SSHLibrary">
<msg time="2026-04-10T03:12:24.546076" level="INFO">Logging into '10.30.170.246:22' as 'jenkins'.</msg>
<msg time="2026-04-10T03:12:24.888178" level="INFO">Read output: Welcome to Ubuntu 22.04.5 LTS (GNU/Linux 5.15.0-153-generic x86_64)

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

 System information as of Fri Apr 10 03:12:23 UTC 2026

  System load:  0.02               Processes:             111
  Usage of /:   19.3% of 38.58GB   Users logged in:       0
  Memory usage: 4%                 IPv4 address for ens3: 10.30.170.246
  Swap usage:   0%


Expanded Security Maintenance for Applications is not enabled.

0 updates can be applied immediately.

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


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


Last login: Fri Apr 10 03:12:23 2026 from 10.30.171.18
[?2004h[jenkins@releng-63164-174-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-04-10T03:12:24.545691" elapsed="0.342815"/>
</kw>
<msg time="2026-04-10T03:12:24.888637" 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-04-10T03:12:24.545333" elapsed="0.343429"/>
</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-04-10T03:12:24.543710" elapsed="0.345246"/>
</kw>
<kw name="Execute Command" owner="SSHLibrary">
<msg time="2026-04-10T03:12:24.889983" level="INFO">Executing command '/usr/local/bin/cbench -c 10.30.170.103 -m 60000 -M 100 -S 16 -l 10 -D 5000 -p 6633'.</msg>
<msg time="2026-04-10T03:22:31.006869" level="INFO">Command exited with return code 0.</msg>
<msg time="2026-04-10T03:22:31.007364" level="INFO">${stdout} = </msg>
<msg time="2026-04-10T03:22:31.007475" level="INFO">${stderr} = cbench: controller benchmarking tool
   running in mode 'latency'
   connecting to controller at 10.30.170.103: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-04-10T03:12:24.889255" elapsed="606.118279"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-04-10T03:22:31.007983" elapsed="0.000693"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-10T03:22:31.009891" level="INFO">cbench: controller benchmarking tool
   running in mode 'latency'
   connecting to controller at 10.30.170.103: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.103. So far 1 cbench instances have initialized their switches.  Waiting for other cbench-instances
Thread-0: Total switches from ALL cbench-instances initialized.
03:13:30.088 16  switches: flows:  117444 120459 120096 120338 120708 120669 118289 118109 117140 119719 116365 115582 115487 115256 118150 116443  total = 31.504233 per ms 
03:14:30.188 16  switches: flows:  129431 130159 134692 136460 133680 133935 129150 130767 131685 130516 126463 128748 126395 126940 131404 129808  total = 34.779179 per ms 
03:15:30.289 16  switches: flows:  124385 124128 129429 128940 128097 127177 124881 126446 123476 123798 120655 120032 119455 119322 123820 117674  total = 32.973514 per ms 
03:16:30.390 16  switches: flows:  136260 138120 138743 137561 135708 137011 133990 135205 133880 135048 129540 127349 127816 127529 132525 126484  total = 35.486909 per ms 
03:17:30.491 16  switches: flows:  134690 133618 137412 138767 134486 137269 131614 136848 130721 132227 126681 129068 125252 126421 131790 127792  total = 35.185536 per ms 
03:18:30.592 16  switches: flows:  137776 139380 143965 140898 139093 137977 137781 140690 133662 136815 132840 130125 130663 129648 136840 132562  total = 36.284674 per ms 
03:19:30.693 16  switches: flows:  146135 143684 151322 150226 147084 148414 144886 149986 140995 142828 139868 140412 139015 139413 144574 140335  total = 38.422168 per ms 
03:20:30.793 16  switches: flows:  141275 140626 145398 138373 141789 142190 139559 143211 134446 138583 133143 136465 133595 133396 139518 134530  total = 36.873398 per ms 
03:21:30.894 16  switches: flows:  149016 149014 153322 147983 150141 148691 147144 149374 144054 145930 140875 146458 138247 139175 145957 140117  total = 38.860098 per ms 
03:22:30.994 16  switches: flows:  153620 156088 154492 150780 154753 153659 152401 151768 144778 145974 149018 147790 145704 144401 148431 146609  total = 39.937772 per ms 
RESULT: 16 switches 9 tests min/max/avg/stdev = 32973.51/39937.77/36533.69/12356.38 responses/s</msg>
<arg>${stderr}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-04-10T03:22:31.009085" elapsed="0.001097"/>
</kw>
<if>
<branch type="IF" condition="&quot;${return_stdout}&quot;!=&quot;True&quot;">
<return>
<value>${stderr}</value>
<status status="PASS" start="2026-04-10T03:22:31.010694" elapsed="0.000076"/>
</return>
<status status="PASS" start="2026-04-10T03:22:31.010382" elapsed="0.000506"/>
</branch>
<status status="PASS" start="2026-04-10T03:22:31.010322" elapsed="0.000626"/>
</if>
<if>
<branch type="IF" condition="&quot;${return_stderr}&quot;!=&quot;True&quot;">
<return>
<value>${stdout}</value>
<status status="NOT RUN" start="2026-04-10T03:22:31.011168" elapsed="0.000029"/>
</return>
<status status="NOT RUN" start="2026-04-10T03:22:31.011083" elapsed="0.000176"/>
</branch>
<status status="NOT RUN" start="2026-04-10T03:22:31.011047" elapsed="0.000387"/>
</if>
<return>
<value>${stdout}</value>
<value>${stderr}</value>
<status status="NOT RUN" start="2026-04-10T03:22:31.011508" elapsed="0.000031"/>
</return>
<kw name="Restore_Current_Ssh_Connection_From_Index" owner="SSHKeywords" type="TEARDOWN">
<kw name="Run Keyword And Return If" owner="BuiltIn">
<arg>${connection_index} is not None</arg>
<arg>SSHLibrary.Switch Connection</arg>
<arg>${connection_index}</arg>
<doc>Runs the specified keyword and returns from the enclosing user keyword.</doc>
<status status="PASS" start="2026-04-10T03:22:31.016077" elapsed="0.000342"/>
</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-04-10T03:22:31.016569" elapsed="0.000168"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-04-10T03:22:31.016886" elapsed="0.000104"/>
</kw>
<arg>${current_ssh_connection.index}</arg>
<doc>Restore active SSH connection in SSHLibrary to given index.</doc>
<status status="PASS" start="2026-04-10T03:22:31.012241" elapsed="0.004803"/>
</kw>
<msg time="2026-04-10T03:22:31.017175" level="INFO">${output} = cbench: controller benchmarking tool
   running in mode 'latency'
   connecting to controller at 10.30.170.103: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-04-10T03:12:24.538710" elapsed="606.478493"/>
</kw>
<status status="PASS" start="2026-04-10T03:12:24.538380" elapsed="606.478873"/>
</branch>
<status status="PASS" start="2026-04-10T03:12:24.538002" elapsed="606.479275"/>
</if>
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-10T03:22:31.017716" level="INFO">cbench: controller benchmarking tool
   running in mode 'latency'
   connecting to controller at 10.30.170.103: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.103. So far 1 cbench instances have initialized their switches.  Waiting for other cbench-instances
Thread-0: Total switches from ALL cbench-instances initialized.
03:13:30.088 16  switches: flows:  117444 120459 120096 120338 120708 120669 118289 118109 117140 119719 116365 115582 115487 115256 118150 116443  total = 31.504233 per ms 
03:14:30.188 16  switches: flows:  129431 130159 134692 136460 133680 133935 129150 130767 131685 130516 126463 128748 126395 126940 131404 129808  total = 34.779179 per ms 
03:15:30.289 16  switches: flows:  124385 124128 129429 128940 128097 127177 124881 126446 123476 123798 120655 120032 119455 119322 123820 117674  total = 32.973514 per ms 
03:16:30.390 16  switches: flows:  136260 138120 138743 137561 135708 137011 133990 135205 133880 135048 129540 127349 127816 127529 132525 126484  total = 35.486909 per ms 
03:17:30.491 16  switches: flows:  134690 133618 137412 138767 134486 137269 131614 136848 130721 132227 126681 129068 125252 126421 131790 127792  total = 35.185536 per ms 
03:18:30.592 16  switches: flows:  137776 139380 143965 140898 139093 137977 137781 140690 133662 136815 132840 130125 130663 129648 136840 132562  total = 36.284674 per ms 
03:19:30.693 16  switches: flows:  146135 143684 151322 150226 147084 148414 144886 149986 140995 142828 139868 140412 139015 139413 144574 140335  total = 38.422168 per ms 
03:20:30.793 16  switches: flows:  141275 140626 145398 138373 141789 142190 139559 143211 134446 138583 133143 136465 133595 133396 139518 134530  total = 36.873398 per ms 
03:21:30.894 16  switches: flows:  149016 149014 153322 147983 150141 148691 147144 149374 144054 145930 140875 146458 138247 139175 145957 140117  total = 38.860098 per ms 
03:22:30.994 16  switches: flows:  153620 156088 154492 150780 154753 153659 152401 151768 144778 145974 149018 147790 145704 144401 148431 146609  total = 39.937772 per ms 
RESULT: 16 switches 9 tests min/max/avg/stdev = 32973.51/39937.77/36533.69/12356.38 responses/s</msg>
<arg>${output}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-04-10T03:22:31.017420" elapsed="0.000371"/>
</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-04-10T03:22:31.017976" elapsed="0.000381"/>
</kw>
<kw name="Get Lines Containing String" owner="String">
<msg time="2026-04-10T03:22:31.018750" level="INFO">1 out of 23 lines matched.</msg>
<msg time="2026-04-10T03:22:31.018861" level="INFO">${result_line} = RESULT: 16 switches 9 tests min/max/avg/stdev = 32973.51/39937.77/36533.69/12356.38 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-04-10T03:22:31.018520" elapsed="0.000368"/>
</kw>
<kw name="Split String" owner="String">
<msg time="2026-04-10T03:22:31.019310" level="INFO">@{results_list} = [ RESULT: | 16 | switches | 9 | tests | min/max/avg/stdev | = | 32973.51/39937.77/36533.69/12356.38 | 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-04-10T03:22:31.019050" elapsed="0.000287"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-10T03:22:31.021734" 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-04-10T03:22:31.019484" elapsed="0.002306"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-10T03:22:31.024250" level="INFO">32973.51/39937.77/36533.69/12356.38</msg>
<arg>${results_list[7]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-04-10T03:22:31.021978" elapsed="0.002330"/>
</kw>
<kw name="Split String" owner="String">
<msg time="2026-04-10T03:22:31.026716" 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-04-10T03:22:31.024478" elapsed="0.002265"/>
</kw>
<kw name="Split String" owner="String">
<msg time="2026-04-10T03:22:31.029185" level="INFO">@{result_value_list} = [ 32973.51 | 39937.77 | 36533.69 | 12356.38 ]</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-04-10T03:22:31.026952" elapsed="0.002261"/>
</kw>
<kw name="Get Length" owner="BuiltIn">
<msg time="2026-04-10T03:22:31.029694" level="INFO">Length is 4.</msg>
<msg time="2026-04-10T03:22:31.029792" 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-04-10T03:22:31.029368" elapsed="0.000496"/>
</kw>
<for flavor="IN RANGE">
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-10T03:22:31.034609" level="INFO">min :: 32973.51</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-04-10T03:22:31.030263" elapsed="0.004404"/>
</kw>
<var name="${i}">0</var>
<status status="PASS" start="2026-04-10T03:22:31.030129" elapsed="0.004574"/>
</iter>
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-10T03:22:31.039302" level="INFO">max :: 39937.77</msg>
<arg>${result_name_list[${i}]} :: ${result_value_list[${i}]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-04-10T03:22:31.034942" elapsed="0.004417"/>
</kw>
<var name="${i}">1</var>
<status status="PASS" start="2026-04-10T03:22:31.034794" elapsed="0.004600"/>
</iter>
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-10T03:22:31.044012" level="INFO">avg :: 36533.69</msg>
<arg>${result_name_list[${i}]} :: ${result_value_list[${i}]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-04-10T03:22:31.039615" elapsed="0.004478"/>
</kw>
<var name="${i}">2</var>
<status status="PASS" start="2026-04-10T03:22:31.039484" elapsed="0.004651"/>
</iter>
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-10T03:22:31.048775" level="INFO">stdev :: 12356.38</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-04-10T03:22:31.044415" elapsed="0.004437"/>
</kw>
<var name="${i}">3</var>
<status status="PASS" start="2026-04-10T03:22:31.044252" elapsed="0.004636"/>
</iter>
<var>${i}</var>
<value>0</value>
<value>${num_stats}</value>
<status status="PASS" start="2026-04-10T03:22:31.029936" elapsed="0.018985"/>
</for>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-04-10T03:22:31.053143" level="INFO">${min} = 32973.51</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-04-10T03:22:31.049084" elapsed="0.004086"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-04-10T03:22:31.057305" level="INFO">${max} = 39937.77</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-04-10T03:22:31.053326" elapsed="0.004006"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-04-10T03:22:31.061407" level="INFO">${average} = 36533.69</msg>
<var>${average}</var>
<arg>${result_value_list[${2}]}</arg>
<doc>Returns the given values which can then be assigned to a variables.</doc>
<status status="PASS" start="2026-04-10T03:22:31.057488" elapsed="0.003945"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-04-10T03:22:31.065401" level="INFO">${stdev} = 12356.38</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-04-10T03:22:31.061587" elapsed="0.003840"/>
</kw>
<kw name="Get Time" owner="BuiltIn">
<msg time="2026-04-10T03:22:31.065982" level="INFO">${date} = 2026-04-10 03:22:31</msg>
<var>${date}</var>
<arg>d,m,s</arg>
<doc>Returns the given time in the requested format.</doc>
<status status="PASS" start="2026-04-10T03:22:31.065588" elapsed="0.000420"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-10T03:22:31.066575" level="INFO">CBench Result: 2026-04-10 03:22:31,-m 60000 -M 100 -S 16 -l 10 -D 5000 -p 6633,32973.51,39937.77,36533.69,12356.38</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-04-10T03:22:31.066158" elapsed="0.000473"/>
</kw>
<kw name="Log Results And Determine Status">
<kw name="Append To File" owner="OperatingSystem">
<msg time="2026-04-10T03:22:31.067687" 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-04-10T03:22:31.067282" elapsed="0.000470"/>
</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-04-10T03:22:31.067922" elapsed="0.000463"/>
</kw>
<arg>${min}</arg>
<arg>${max}</arg>
<arg>${average}</arg>
<arg>${average_threshold}</arg>
<arg>${output_filename}</arg>
<status status="PASS" start="2026-04-10T03:22:31.066777" elapsed="0.001674"/>
</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-04-10T03:12:24.536843" elapsed="606.531671"/>
</kw>
<kw name="Sleep" owner="BuiltIn">
<msg time="2026-04-10T03:22:31.069007" 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-04-10T03:22:31.068668" elapsed="0.000397"/>
</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-04-10T03:22:31.069601" elapsed="0.000307"/>
</kw>
<status status="PASS" start="2026-04-10T03:22:31.069294" elapsed="0.000688"/>
</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-04-10T03:12:24.534215" elapsed="606.535805"/>
</test>
<test id="s1-t2" name="Cbench Throughput Test" line="51">
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-10T03:22:31.071503" 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-04-10T03:22:31.071109" elapsed="0.000453"/>
</kw>
<kw name="Run Cbench And Log Results">
<kw name="Set Suite Variable" owner="BuiltIn">
<msg time="2026-04-10T03:22:31.072831" 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-04-10T03:22:31.072485" elapsed="0.000390"/>
</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-04-10T03:22:31.073212" elapsed="0.000022"/>
</kw>
<status status="NOT RUN" start="2026-04-10T03:22:31.072988" elapsed="0.000283"/>
</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-04-10T03:22:31.076538" elapsed="0.000022"/>
</kw>
<status status="NOT RUN" start="2026-04-10T03:22:31.076283" elapsed="0.000312"/>
</branch>
<status status="PASS" start="2026-04-10T03:22:31.076263" elapsed="0.000356"/>
</if>
<kw name="Get Connection" owner="SSHLibrary">
<msg time="2026-04-10T03:22:31.076967" 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-04-10T03:22:31.077088" 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-04-10T03:22:31.076753" elapsed="0.000362"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-10T03:22:31.077671" level="INFO">Attempting to execute command "/usr/local/bin/cbench -c 10.30.170.103 -t -m 60000 -M 100 -S 16 -l 10 -D 5000 -p 6633" on remote system "10.30.170.246" 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-04-10T03:22:31.077251" elapsed="0.000478"/>
</kw>
<kw name="Open Connection" owner="SSHLibrary">
<msg time="2026-04-10T03:22:31.078314" 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-04-10T03:22:31.077883" elapsed="0.000457"/>
</kw>
<kw name="Flexible_SSH_Login" owner="SSHKeywords">
<kw name="Get Length" owner="BuiltIn">
<msg time="2026-04-10T03:22:31.079251" level="INFO">Length is 0.</msg>
<msg time="2026-04-10T03:22:31.079339" 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-04-10T03:22:31.078939" elapsed="0.000424"/>
</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-04-10T03:22:31.079505" elapsed="0.000348"/>
</kw>
<kw name="Run Keyword And Return" owner="BuiltIn">
<kw name="Login With Public Key" owner="SSHLibrary">
<msg time="2026-04-10T03:22:31.080707" level="INFO">Logging into '10.30.170.246:22' as 'jenkins'.</msg>
<msg time="2026-04-10T03:22:31.660619" level="INFO">Read output: Welcome to Ubuntu 22.04.5 LTS (GNU/Linux 5.15.0-153-generic x86_64)

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

 System information as of Fri Apr 10 03:22:31 UTC 2026

  System load:  1.05               Processes:             105
  Usage of /:   19.6% of 38.58GB   Users logged in:       0
  Memory usage: 4%                 IPv4 address for ens3: 10.30.170.246
  Swap usage:   0%


Expanded Security Maintenance for Applications is not enabled.

0 updates can be applied immediately.

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


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


Last login: Fri Apr 10 03:12:24 2026 from 10.30.171.18
[?2004h[jenkins@releng-63164-174-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-04-10T03:22:31.080355" elapsed="0.580478"/>
</kw>
<msg time="2026-04-10T03:22:31.660929" 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-04-10T03:22:31.080008" elapsed="0.581014"/>
</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-04-10T03:22:31.078542" elapsed="0.582598"/>
</kw>
<kw name="Execute Command" owner="SSHLibrary">
<msg time="2026-04-10T03:22:31.661687" level="INFO">Executing command '/usr/local/bin/cbench -c 10.30.170.103 -t -m 60000 -M 100 -S 16 -l 10 -D 5000 -p 6633'.</msg>
<msg time="2026-04-10T03:32:37.776957" level="INFO">Command exited with return code 0.</msg>
<msg time="2026-04-10T03:32:37.782980" level="INFO">${stdout} = </msg>
<msg time="2026-04-10T03:32:37.783078" level="INFO">${stderr} = cbench: controller benchmarking tool
   running in mode 'throughput'
   connecting to controller at 10.30.170.103: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-04-10T03:22:31.661370" elapsed="606.121747"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-04-10T03:32:37.785298" elapsed="0.001673"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-10T03:32:37.788505" level="INFO">cbench: controller benchmarking tool
   running in mode 'throughput'
   connecting to controller at 10.30.170.103: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.103. So far 1 cbench instances have initialized their switches.  Waiting for other cbench-instances
Thread-0: Total switches from ALL cbench-instances initialized.
03:23:36.773 16  switches: flows:  559263 550310 547360 556436 557948 555568 552278 548807 553289 543205 552203 538151 547586 547729 544231 546464  total = 146.680467 per ms 
03:24:36.881 16  switches: flows:  568828 577594 567302 567748 574358 572331 576569 568030 572835 565530 568805 570490 569380 571688 571909 569559  total = 151.947768 per ms 
03:25:36.982 16  switches: flows:  645214 651814 645609 646475 650583 649017 651243 640572 640466 648989 642794 644199 642845 644579 651032 648841  total = 172.115546 per ms 
03:26:37.084 16  switches: flows:  644357 647278 638354 641946 648124 650750 646415 644419 649727 652405 646571 656482 651309 637602 648216 647159  total = 172.229428 per ms 
03:27:37.218 16  switches: flows:  658704 662302 663620 662800 648766 661422 664526 660736 650646 663835 663459 662296 669133 657134 664402 656605  total = 175.781894 per ms 
03:28:37.319 16  switches: flows:  611383 612796 604985 608458 602066 601503 615619 602831 606242 611232 612133 606947 606214 611348 613568 601726  total = 161.878473 per ms 
03:29:37.420 16  switches: flows:  616805 627389 621573 628237 623399 618615 624892 630095 621309 616714 624010 632410 624158 625455 618698 626861  total = 166.064565 per ms 
03:30:37.521 16  switches: flows:  656690 653942 652154 650976 653022 661638 655238 651929 657662 655138 662243 660727 660281 649508 650011 648324  total = 174.363184 per ms 
03:31:37.622 16  switches: flows:  642828 654888 650686 645839 645164 637252 647757 648562 649564 659046 649161 648512 646805 632227 644705 638052  total = 172.061227 per ms 
03:32:37.760 16  switches: flows:  627574 636813 628183 637091 632820 634276 633487 642791 634093 637593 634838 633329 629133 628548 630883 627197  total = 168.425857 per ms 
RESULT: 16 switches 9 tests min/max/avg/stdev = 151947.77/175781.89/168318.66/56550.57 responses/s</msg>
<arg>${stderr}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-04-10T03:32:37.787210" elapsed="0.001500"/>
</kw>
<if>
<branch type="IF" condition="&quot;${return_stdout}&quot;!=&quot;True&quot;">
<return>
<value>${stderr}</value>
<status status="PASS" start="2026-04-10T03:32:37.788998" elapsed="0.000042"/>
</return>
<status status="PASS" start="2026-04-10T03:32:37.788825" elapsed="0.000254"/>
</branch>
<status status="PASS" start="2026-04-10T03:32:37.788782" elapsed="0.000323"/>
</if>
<if>
<branch type="IF" condition="&quot;${return_stderr}&quot;!=&quot;True&quot;">
<return>
<value>${stdout}</value>
<status status="NOT RUN" start="2026-04-10T03:32:37.789204" elapsed="0.000013"/>
</return>
<status status="NOT RUN" start="2026-04-10T03:32:37.789166" elapsed="0.000079"/>
</branch>
<status status="NOT RUN" start="2026-04-10T03:32:37.789149" elapsed="0.000118"/>
</if>
<return>
<value>${stdout}</value>
<value>${stderr}</value>
<status status="NOT RUN" start="2026-04-10T03:32:37.789299" elapsed="0.000014"/>
</return>
<kw name="Restore_Current_Ssh_Connection_From_Index" owner="SSHKeywords" type="TEARDOWN">
<kw name="Run Keyword And Return If" owner="BuiltIn">
<arg>${connection_index} is not None</arg>
<arg>SSHLibrary.Switch Connection</arg>
<arg>${connection_index}</arg>
<doc>Runs the specified keyword and returns from the enclosing user keyword.</doc>
<status status="PASS" start="2026-04-10T03:32:37.792880" elapsed="0.000352"/>
</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-04-10T03:32:37.793383" elapsed="0.000174"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-04-10T03:32:37.793688" elapsed="0.000110"/>
</kw>
<arg>${current_ssh_connection.index}</arg>
<doc>Restore active SSH connection in SSHLibrary to given index.</doc>
<status status="PASS" start="2026-04-10T03:32:37.790107" elapsed="0.003762"/>
</kw>
<msg time="2026-04-10T03:32:37.794006" level="INFO">${output} = cbench: controller benchmarking tool
   running in mode 'throughput'
   connecting to controller at 10.30.170.103: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-04-10T03:22:31.073613" elapsed="606.720422"/>
</kw>
<status status="PASS" start="2026-04-10T03:22:31.073297" elapsed="606.720793"/>
</branch>
<status status="PASS" start="2026-04-10T03:22:31.072966" elapsed="606.721147"/>
</if>
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-10T03:32:37.794585" level="INFO">cbench: controller benchmarking tool
   running in mode 'throughput'
   connecting to controller at 10.30.170.103: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.103. So far 1 cbench instances have initialized their switches.  Waiting for other cbench-instances
Thread-0: Total switches from ALL cbench-instances initialized.
03:23:36.773 16  switches: flows:  559263 550310 547360 556436 557948 555568 552278 548807 553289 543205 552203 538151 547586 547729 544231 546464  total = 146.680467 per ms 
03:24:36.881 16  switches: flows:  568828 577594 567302 567748 574358 572331 576569 568030 572835 565530 568805 570490 569380 571688 571909 569559  total = 151.947768 per ms 
03:25:36.982 16  switches: flows:  645214 651814 645609 646475 650583 649017 651243 640572 640466 648989 642794 644199 642845 644579 651032 648841  total = 172.115546 per ms 
03:26:37.084 16  switches: flows:  644357 647278 638354 641946 648124 650750 646415 644419 649727 652405 646571 656482 651309 637602 648216 647159  total = 172.229428 per ms 
03:27:37.218 16  switches: flows:  658704 662302 663620 662800 648766 661422 664526 660736 650646 663835 663459 662296 669133 657134 664402 656605  total = 175.781894 per ms 
03:28:37.319 16  switches: flows:  611383 612796 604985 608458 602066 601503 615619 602831 606242 611232 612133 606947 606214 611348 613568 601726  total = 161.878473 per ms 
03:29:37.420 16  switches: flows:  616805 627389 621573 628237 623399 618615 624892 630095 621309 616714 624010 632410 624158 625455 618698 626861  total = 166.064565 per ms 
03:30:37.521 16  switches: flows:  656690 653942 652154 650976 653022 661638 655238 651929 657662 655138 662243 660727 660281 649508 650011 648324  total = 174.363184 per ms 
03:31:37.622 16  switches: flows:  642828 654888 650686 645839 645164 637252 647757 648562 649564 659046 649161 648512 646805 632227 644705 638052  total = 172.061227 per ms 
03:32:37.760 16  switches: flows:  627574 636813 628183 637091 632820 634276 633487 642791 634093 637593 634838 633329 629133 628548 630883 627197  total = 168.425857 per ms 
RESULT: 16 switches 9 tests min/max/avg/stdev = 151947.77/175781.89/168318.66/56550.57 responses/s</msg>
<arg>${output}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-04-10T03:32:37.794285" elapsed="0.000375"/>
</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-04-10T03:32:37.794825" elapsed="0.000815"/>
</kw>
<kw name="Get Lines Containing String" owner="String">
<msg time="2026-04-10T03:32:37.796039" level="INFO">1 out of 23 lines matched.</msg>
<msg time="2026-04-10T03:32:37.796130" level="INFO">${result_line} = RESULT: 16 switches 9 tests min/max/avg/stdev = 151947.77/175781.89/168318.66/56550.57 responses/s</msg>
<var>${result_line}</var>
<arg>${output}</arg>
<arg>RESULT</arg>
<doc>Returns lines of the given ``string`` that contain the ``pattern``.</doc>
<status status="PASS" start="2026-04-10T03:32:37.795801" elapsed="0.000354"/>
</kw>
<kw name="Split String" owner="String">
<msg time="2026-04-10T03:32:37.796562" level="INFO">@{results_list} = [ RESULT: | 16 | switches | 9 | tests | min/max/avg/stdev | = | 151947.77/175781.89/168318.66/56550.57 | responses/s ]</msg>
<var>@{results_list}</var>
<arg>${result_line}</arg>
<doc>Splits the ``string`` using ``separator`` as a delimiter string.</doc>
<status status="PASS" start="2026-04-10T03:32:37.796310" elapsed="0.000279"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-10T03:32:37.801460" 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-04-10T03:32:37.796734" elapsed="0.004805"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-10T03:32:37.804086" level="INFO">151947.77/175781.89/168318.66/56550.57</msg>
<arg>${results_list[7]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-04-10T03:32:37.801745" elapsed="0.002399"/>
</kw>
<kw name="Split String" owner="String">
<msg time="2026-04-10T03:32:37.806613" 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-04-10T03:32:37.804297" elapsed="0.002343"/>
</kw>
<kw name="Split String" owner="String">
<msg time="2026-04-10T03:32:37.810064" level="INFO">@{result_value_list} = [ 151947.77 | 175781.89 | 168318.66 | 56550.57 ]</msg>
<var>@{result_value_list}</var>
<arg>${results_list[7]}</arg>
<arg>/</arg>
<doc>Splits the ``string`` using ``separator`` as a delimiter string.</doc>
<status status="PASS" start="2026-04-10T03:32:37.807793" elapsed="0.002299"/>
</kw>
<kw name="Get Length" owner="BuiltIn">
<msg time="2026-04-10T03:32:37.810599" level="INFO">Length is 4.</msg>
<msg time="2026-04-10T03:32:37.810688" 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-04-10T03:32:37.810262" elapsed="0.000450"/>
</kw>
<for flavor="IN RANGE">
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-10T03:32:37.815497" level="INFO">min :: 151947.77</msg>
<arg>${result_name_list[${i}]} :: ${result_value_list[${i}]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-04-10T03:32:37.811159" elapsed="0.004396"/>
</kw>
<var name="${i}">0</var>
<status status="PASS" start="2026-04-10T03:32:37.811023" elapsed="0.004567"/>
</iter>
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-10T03:32:37.820498" level="INFO">max :: 175781.89</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-04-10T03:32:37.815834" elapsed="0.004720"/>
</kw>
<var name="${i}">1</var>
<status status="PASS" start="2026-04-10T03:32:37.815685" elapsed="0.004904"/>
</iter>
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-10T03:32:37.825204" level="INFO">avg :: 168318.66</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-04-10T03:32:37.820825" elapsed="0.004436"/>
</kw>
<var name="${i}">2</var>
<status status="PASS" start="2026-04-10T03:32:37.820676" elapsed="0.004920"/>
</iter>
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-10T03:32:37.830437" level="INFO">stdev :: 56550.57</msg>
<arg>${result_name_list[${i}]} :: ${result_value_list[${i}]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-04-10T03:32:37.825880" elapsed="0.004614"/>
</kw>
<var name="${i}">3</var>
<status status="PASS" start="2026-04-10T03:32:37.825700" elapsed="0.004830"/>
</iter>
<var>${i}</var>
<value>0</value>
<value>${num_stats}</value>
<status status="PASS" start="2026-04-10T03:32:37.810790" elapsed="0.019772"/>
</for>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-04-10T03:32:37.834490" level="INFO">${min} = 151947.77</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-04-10T03:32:37.830734" elapsed="0.003783"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-04-10T03:32:37.838434" level="INFO">${max} = 175781.89</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-04-10T03:32:37.834673" elapsed="0.003788"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-04-10T03:32:37.842364" level="INFO">${average} = 168318.66</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-04-10T03:32:37.838615" elapsed="0.003776"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-04-10T03:32:37.846327" level="INFO">${stdev} = 56550.57</msg>
<var>${stdev}</var>
<arg>${result_value_list[${3}]}</arg>
<doc>Returns the given values which can then be assigned to a variables.</doc>
<status status="PASS" start="2026-04-10T03:32:37.842543" elapsed="0.003812"/>
</kw>
<kw name="Get Time" owner="BuiltIn">
<msg time="2026-04-10T03:32:37.846889" level="INFO">${date} = 2026-04-10 03:32:37</msg>
<var>${date}</var>
<arg>d,m,s</arg>
<doc>Returns the given time in the requested format.</doc>
<status status="PASS" start="2026-04-10T03:32:37.846515" elapsed="0.000400"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-10T03:32:37.847470" level="INFO">CBench Result: 2026-04-10 03:32:37,-t -m 60000 -M 100 -S 16 -l 10 -D 5000 -p 6633,151947.77,175781.89,168318.66,56550.57</msg>
<arg>CBench Result: ${date},${cbench_args},${min},${max},${average},${stdev}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-04-10T03:32:37.847062" elapsed="0.000464"/>
</kw>
<kw name="Log Results And Determine Status">
<kw name="Append To File" owner="OperatingSystem">
<msg time="2026-04-10T03:32:37.848724" 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-04-10T03:32:37.848202" elapsed="0.000589"/>
</kw>
<kw name="Should Be True" owner="BuiltIn">
<arg>${average} &gt; ${threshold}</arg>
<arg>${average} flow_mods per/sec did not exceed threshold of ${threshold}</arg>
<doc>Fails if the given condition is not true.</doc>
<status status="PASS" start="2026-04-10T03:32:37.848962" elapsed="0.000471"/>
</kw>
<arg>${min}</arg>
<arg>${max}</arg>
<arg>${average}</arg>
<arg>${average_threshold}</arg>
<arg>${output_filename}</arg>
<status status="PASS" start="2026-04-10T03:32:37.847691" elapsed="0.001807"/>
</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-04-10T03:22:31.071897" elapsed="606.777664"/>
</kw>
<kw name="Sleep" owner="BuiltIn">
<msg time="2026-04-10T03:32:37.850544" 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-04-10T03:32:37.849714" elapsed="0.000888"/>
</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-04-10T03:32:37.851162" elapsed="0.000270"/>
</kw>
<status status="PASS" start="2026-04-10T03:32:37.850841" elapsed="0.000662"/>
</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-04-10T03:22:31.070315" elapsed="606.781225"/>
</test>
<test id="s1-t3" name="Rerun Latency Test To Check Bug 6176" line="65">
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-10T03:32:37.853011" 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-04-10T03:32:37.852602" elapsed="0.000466"/>
</kw>
<kw name="Run Cbench And Log Results">
<kw name="Set Suite Variable" owner="BuiltIn">
<msg time="2026-04-10T03:32:37.854369" 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-04-10T03:32:37.854010" elapsed="0.000401"/>
</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-04-10T03:32:37.854796" elapsed="0.000044"/>
</kw>
<status status="NOT RUN" start="2026-04-10T03:32:37.854566" elapsed="0.000312"/>
</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-04-10T03:32:37.857863" elapsed="0.000023"/>
</kw>
<status status="NOT RUN" start="2026-04-10T03:32:37.857595" elapsed="0.000326"/>
</branch>
<status status="PASS" start="2026-04-10T03:32:37.857575" elapsed="0.000371"/>
</if>
<kw name="Get Connection" owner="SSHLibrary">
<msg time="2026-04-10T03:32:37.858302" 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-04-10T03:32:37.858424" 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-04-10T03:32:37.858084" elapsed="0.000367"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-10T03:32:37.859031" level="INFO">Attempting to execute command "/usr/local/bin/cbench -c 10.30.170.103 -m 60000 -M 100 -S 16 -l 10 -D 5000 -p 6633" on remote system "10.30.170.246" 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-04-10T03:32:37.858592" elapsed="0.000497"/>
</kw>
<kw name="Open Connection" owner="SSHLibrary">
<msg time="2026-04-10T03:32:37.859628" 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-04-10T03:32:37.859231" elapsed="0.000424"/>
</kw>
<kw name="Flexible_SSH_Login" owner="SSHKeywords">
<kw name="Get Length" owner="BuiltIn">
<msg time="2026-04-10T03:32:37.860745" level="INFO">Length is 0.</msg>
<msg time="2026-04-10T03:32:37.860855" 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-04-10T03:32:37.860253" elapsed="0.000628"/>
</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-04-10T03:32:37.861026" elapsed="0.000326"/>
</kw>
<kw name="Run Keyword And Return" owner="BuiltIn">
<kw name="Login With Public Key" owner="SSHLibrary">
<msg time="2026-04-10T03:32:37.862223" level="INFO">Logging into '10.30.170.246:22' as 'jenkins'.</msg>
<msg time="2026-04-10T03:32:38.512422" level="INFO">Read output: Welcome to Ubuntu 22.04.5 LTS (GNU/Linux 5.15.0-153-generic x86_64)

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

 System information as of Fri Apr 10 03:32:38 UTC 2026

  System load:  0.28               Processes:             106
  Usage of /:   19.6% of 38.58GB   Users logged in:       0
  Memory usage: 4%                 IPv4 address for ens3: 10.30.170.246
  Swap usage:   0%


Expanded Security Maintenance for Applications is not enabled.

0 updates can be applied immediately.

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


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


Last login: Fri Apr 10 03:22:31 2026 from 10.30.171.18
[?2004h[jenkins@releng-63164-174-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-04-10T03:32:37.861868" elapsed="0.650766"/>
</kw>
<msg time="2026-04-10T03:32:38.512724" 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-04-10T03:32:37.861506" elapsed="0.651331"/>
</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-04-10T03:32:37.859872" elapsed="0.653112"/>
</kw>
<kw name="Execute Command" owner="SSHLibrary">
<msg time="2026-04-10T03:32:38.513535" level="INFO">Executing command '/usr/local/bin/cbench -c 10.30.170.103 -m 60000 -M 100 -S 16 -l 10 -D 5000 -p 6633'.</msg>
<msg time="2026-04-10T03:42:44.683121" level="INFO">Command exited with return code 0.</msg>
<msg time="2026-04-10T03:42:44.683553" level="INFO">${stdout} = </msg>
<msg time="2026-04-10T03:42:44.683617" level="INFO">${stderr} = cbench: controller benchmarking tool
   running in mode 'latency'
   connecting to controller at 10.30.170.103: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-04-10T03:32:38.513225" elapsed="606.170434"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-04-10T03:42:44.683995" elapsed="0.001264"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-10T03:42:44.686039" level="INFO">cbench: controller benchmarking tool
   running in mode 'latency'
   connecting to controller at 10.30.170.103: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.103. So far 1 cbench instances have initialized their switches.  Waiting for other cbench-instances
Thread-0: Total switches from ALL cbench-instances initialized.
03:33:43.758 16  switches: flows:  149173 153902 155090 154649 146317 152932 150066 146677 145815 147359 146530 144013 148614 143875 147795 147439  total = 39.670767 per ms 
03:34:43.858 16  switches: flows:  146863 154090 151724 152155 145352 148146 149038 144846 147309 143845 143212 142816 148059 141878 142810 147398  total = 39.093754 per ms 
03:35:43.960 16  switches: flows:  144030 151020 150245 147908 141537 147125 148165 143933 143196 141915 138843 140055 143869 140171 142508 144743  total = 38.423570 per ms 
03:36:44.061 16  switches: flows:  143482 151479 148977 149863 146016 149078 149181 143078 144462 140264 143048 142739 143032 140934 141399 144041  total = 38.620093 per ms 
03:37:44.162 16  switches: flows:  144629 151137 145936 151016 147678 149548 150434 142960 146849 141289 144600 141229 140086 140897 141496 145501  total = 38.690153 per ms 
03:38:44.264 16  switches: flows:  142420 150268 143627 149512 147056 148335 148607 142320 143811 140124 142813 140599 141321 140644 139354 145233  total = 38.369318 per ms 
03:39:44.365 16  switches: flows:  146484 153618 145143 151111 150949 151799 148969 147800 147677 144256 145657 143959 143011 143745 141894 148495  total = 39.177274 per ms 
03:40:44.466 16  switches: flows:  148566 151908 147913 149425 149327 149397 152138 147041 147796 145367 147778 143547 143007 141584 145025 145502  total = 39.189908 per ms 
03:41:44.567 16  switches: flows:  149972 153215 148426 151587 150844 151559 153881 146892 148833 145818 148134 144571 145277 144987 145589 147014  total = 39.543929 per ms 
03:42:44.669 16  switches: flows:  147711 149187 148029 150760 149194 148625 150001 143857 147380 141902 147391 143068 143829 141892 143463 145357  total = 38.962284 per ms 
RESULT: 16 switches 9 tests min/max/avg/stdev = 38369.32/39543.93/38896.70/12970.91 responses/s</msg>
<arg>${stderr}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-04-10T03:42:44.685533" elapsed="0.000751"/>
</kw>
<if>
<branch type="IF" condition="&quot;${return_stdout}&quot;!=&quot;True&quot;">
<return>
<value>${stderr}</value>
<status status="PASS" start="2026-04-10T03:42:44.686606" elapsed="0.000051"/>
</return>
<status status="PASS" start="2026-04-10T03:42:44.686406" elapsed="0.000300"/>
</branch>
<status status="PASS" start="2026-04-10T03:42:44.686373" elapsed="0.000366"/>
</if>
<if>
<branch type="IF" condition="&quot;${return_stderr}&quot;!=&quot;True&quot;">
<return>
<value>${stdout}</value>
<status status="NOT RUN" start="2026-04-10T03:42:44.686887" elapsed="0.000018"/>
</return>
<status status="NOT RUN" start="2026-04-10T03:42:44.686835" elapsed="0.000107"/>
</branch>
<status status="NOT RUN" start="2026-04-10T03:42:44.686795" elapsed="0.000176"/>
</if>
<return>
<value>${stdout}</value>
<value>${stderr}</value>
<status status="NOT RUN" start="2026-04-10T03:42:44.687013" elapsed="0.000019"/>
</return>
<kw name="Restore_Current_Ssh_Connection_From_Index" owner="SSHKeywords" type="TEARDOWN">
<kw name="Run Keyword And Return If" owner="BuiltIn">
<arg>${connection_index} is not None</arg>
<arg>SSHLibrary.Switch Connection</arg>
<arg>${connection_index}</arg>
<doc>Runs the specified keyword and returns from the enclosing user keyword.</doc>
<status status="PASS" start="2026-04-10T03:42:44.690420" elapsed="0.000471"/>
</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-04-10T03:42:44.691086" elapsed="0.000217"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-04-10T03:42:44.691472" elapsed="0.000134"/>
</kw>
<arg>${current_ssh_connection.index}</arg>
<doc>Restore active SSH connection in SSHLibrary to given index.</doc>
<status status="PASS" start="2026-04-10T03:42:44.687444" elapsed="0.004236"/>
</kw>
<msg time="2026-04-10T03:42:44.691870" level="INFO">${output} = cbench: controller benchmarking tool
   running in mode 'latency'
   connecting to controller at 10.30.170.103: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-04-10T03:32:37.855241" elapsed="606.836667"/>
</kw>
<status status="PASS" start="2026-04-10T03:32:37.854906" elapsed="606.837068"/>
</branch>
<status status="PASS" start="2026-04-10T03:32:37.854542" elapsed="606.837464"/>
</if>
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-10T03:42:44.692585" level="INFO">cbench: controller benchmarking tool
   running in mode 'latency'
   connecting to controller at 10.30.170.103: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.103. So far 1 cbench instances have initialized their switches.  Waiting for other cbench-instances
Thread-0: Total switches from ALL cbench-instances initialized.
03:33:43.758 16  switches: flows:  149173 153902 155090 154649 146317 152932 150066 146677 145815 147359 146530 144013 148614 143875 147795 147439  total = 39.670767 per ms 
03:34:43.858 16  switches: flows:  146863 154090 151724 152155 145352 148146 149038 144846 147309 143845 143212 142816 148059 141878 142810 147398  total = 39.093754 per ms 
03:35:43.960 16  switches: flows:  144030 151020 150245 147908 141537 147125 148165 143933 143196 141915 138843 140055 143869 140171 142508 144743  total = 38.423570 per ms 
03:36:44.061 16  switches: flows:  143482 151479 148977 149863 146016 149078 149181 143078 144462 140264 143048 142739 143032 140934 141399 144041  total = 38.620093 per ms 
03:37:44.162 16  switches: flows:  144629 151137 145936 151016 147678 149548 150434 142960 146849 141289 144600 141229 140086 140897 141496 145501  total = 38.690153 per ms 
03:38:44.264 16  switches: flows:  142420 150268 143627 149512 147056 148335 148607 142320 143811 140124 142813 140599 141321 140644 139354 145233  total = 38.369318 per ms 
03:39:44.365 16  switches: flows:  146484 153618 145143 151111 150949 151799 148969 147800 147677 144256 145657 143959 143011 143745 141894 148495  total = 39.177274 per ms 
03:40:44.466 16  switches: flows:  148566 151908 147913 149425 149327 149397 152138 147041 147796 145367 147778 143547 143007 141584 145025 145502  total = 39.189908 per ms 
03:41:44.567 16  switches: flows:  149972 153215 148426 151587 150844 151559 153881 146892 148833 145818 148134 144571 145277 144987 145589 147014  total = 39.543929 per ms 
03:42:44.669 16  switches: flows:  147711 149187 148029 150760 149194 148625 150001 143857 147380 141902 147391 143068 143829 141892 143463 145357  total = 38.962284 per ms 
RESULT: 16 switches 9 tests min/max/avg/stdev = 38369.32/39543.93/38896.70/12970.91 responses/s</msg>
<arg>${output}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-04-10T03:42:44.692208" elapsed="0.000474"/>
</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-04-10T03:42:44.692895" elapsed="0.000574"/>
</kw>
<kw name="Get Lines Containing String" owner="String">
<msg time="2026-04-10T03:42:44.694016" level="INFO">1 out of 23 lines matched.</msg>
<msg time="2026-04-10T03:42:44.694182" level="INFO">${result_line} = RESULT: 16 switches 9 tests min/max/avg/stdev = 38369.32/39543.93/38896.70/12970.91 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-04-10T03:42:44.693688" elapsed="0.000528"/>
</kw>
<kw name="Split String" owner="String">
<msg time="2026-04-10T03:42:44.694833" level="INFO">@{results_list} = [ RESULT: | 16 | switches | 9 | tests | min/max/avg/stdev | = | 38369.32/39543.93/38896.70/12970.91 | 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-04-10T03:42:44.694418" elapsed="0.000452"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-10T03:42:44.698444" 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-04-10T03:42:44.695074" elapsed="0.003448"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-10T03:42:44.701717" level="INFO">38369.32/39543.93/38896.70/12970.91</msg>
<arg>${results_list[7]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-04-10T03:42:44.698729" elapsed="0.003066"/>
</kw>
<kw name="Split String" owner="String">
<msg time="2026-04-10T03:42:44.704996" 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-04-10T03:42:44.702016" elapsed="0.003016"/>
</kw>
<kw name="Split String" owner="String">
<msg time="2026-04-10T03:42:44.708704" level="INFO">@{result_value_list} = [ 38369.32 | 39543.93 | 38896.70 | 12970.91 ]</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-04-10T03:42:44.705311" elapsed="0.003438"/>
</kw>
<kw name="Get Length" owner="BuiltIn">
<msg time="2026-04-10T03:42:44.709536" level="INFO">Length is 4.</msg>
<msg time="2026-04-10T03:42:44.709674" 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-04-10T03:42:44.709024" elapsed="0.000686"/>
</kw>
<for flavor="IN RANGE">
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-10T03:42:44.717103" level="INFO">min :: 38369.32</msg>
<arg>${result_name_list[${i}]} :: ${result_value_list[${i}]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-04-10T03:42:44.710385" elapsed="0.006812"/>
</kw>
<var name="${i}">0</var>
<status status="PASS" start="2026-04-10T03:42:44.710183" elapsed="0.007072"/>
</iter>
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-10T03:42:44.722361" level="INFO">max :: 39543.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-04-10T03:42:44.717607" elapsed="0.004815"/>
</kw>
<var name="${i}">1</var>
<status status="PASS" start="2026-04-10T03:42:44.717398" elapsed="0.005062"/>
</iter>
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-10T03:42:44.727088" level="INFO">avg :: 38896.70</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-04-10T03:42:44.722693" elapsed="0.004456"/>
</kw>
<var name="${i}">2</var>
<status status="PASS" start="2026-04-10T03:42:44.722551" elapsed="0.004634"/>
</iter>
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-10T03:42:44.731775" level="INFO">stdev :: 12970.91</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-04-10T03:42:44.727425" elapsed="0.004426"/>
</kw>
<var name="${i}">3</var>
<status status="PASS" start="2026-04-10T03:42:44.727275" elapsed="0.004613"/>
</iter>
<var>${i}</var>
<value>0</value>
<value>${num_stats}</value>
<status status="PASS" start="2026-04-10T03:42:44.709827" elapsed="0.022094"/>
</for>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-04-10T03:42:44.735885" level="INFO">${min} = 38369.32</msg>
<var>${min}</var>
<arg>${result_value_list[${0}]}</arg>
<doc>Returns the given values which can then be assigned to a variables.</doc>
<status status="PASS" start="2026-04-10T03:42:44.732099" elapsed="0.003815"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-04-10T03:42:44.739845" level="INFO">${max} = 39543.93</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-04-10T03:42:44.736082" elapsed="0.003792"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-04-10T03:42:44.743830" level="INFO">${average} = 38896.70</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-04-10T03:42:44.740037" elapsed="0.003823"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-04-10T03:42:44.747887" level="INFO">${stdev} = 12970.91</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-04-10T03:42:44.744023" elapsed="0.003892"/>
</kw>
<kw name="Get Time" owner="BuiltIn">
<msg time="2026-04-10T03:42:44.748444" level="INFO">${date} = 2026-04-10 03:42:44</msg>
<var>${date}</var>
<arg>d,m,s</arg>
<doc>Returns the given time in the requested format.</doc>
<status status="PASS" start="2026-04-10T03:42:44.748085" elapsed="0.000387"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-10T03:42:44.749103" level="INFO">CBench Result: 2026-04-10 03:42:44,-m 60000 -M 100 -S 16 -l 10 -D 5000 -p 6633,38369.32,39543.93,38896.70,12970.91</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-04-10T03:42:44.748624" elapsed="0.000538"/>
</kw>
<kw name="Log Results And Determine Status">
<kw name="Append To File" owner="OperatingSystem">
<msg time="2026-04-10T03:42:44.750445" 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-04-10T03:42:44.749822" elapsed="0.000697"/>
</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-04-10T03:42:44.750686" elapsed="0.000509"/>
</kw>
<arg>${min}</arg>
<arg>${max}</arg>
<arg>${average}</arg>
<arg>${average_threshold}</arg>
<arg>${output_filename}</arg>
<status status="PASS" start="2026-04-10T03:42:44.749321" elapsed="0.001942"/>
</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-04-10T03:32:37.853402" elapsed="606.897923"/>
</kw>
<kw name="Sleep" owner="BuiltIn">
<msg time="2026-04-10T03:42:44.751828" 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-04-10T03:42:44.751478" elapsed="0.000412"/>
</kw>
<kw name="Report Failure Due To Bug" owner="Utils" type="TEARDOWN">
<kw name="Evaluate" owner="BuiltIn">
<msg time="2026-04-10T03:42:44.753131" 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-04-10T03:42:44.752627" elapsed="0.000531"/>
</kw>
<if>
<branch type="IF" condition="('${TEST_STATUS}' != 'FAIL') or ${test_skipped}">
<return>
<status status="PASS" start="2026-04-10T03:42:44.753396" elapsed="0.000039"/>
</return>
<status status="PASS" start="2026-04-10T03:42:44.753243" elapsed="0.000225"/>
</branch>
<status status="PASS" start="2026-04-10T03:42:44.753220" elapsed="0.000273"/>
</if>
<kw name="Comment" owner="BuiltIn">
<arg>Jira tickets are {PROJECT}-{NUMBER} while Bugzilla tickets are {NUMBER}</arg>
<doc>Displays the given messages in the log file as keyword arguments.</doc>
<status status="NOT RUN" start="2026-04-10T03:42:44.753644" elapsed="0.000036"/>
</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-04-10T03:42:44.753854" elapsed="0.000023"/>
</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-04-10T03:42:44.754022" elapsed="0.000021"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<var>${msg}</var>
<arg>This test fails due to ${bug_url}</arg>
<doc>Returns the given values which can then be assigned to a variables.</doc>
<status status="NOT RUN" start="2026-04-10T03:42:44.754287" elapsed="0.000022"/>
</kw>
<kw name="Evaluate" owner="BuiltIn">
<var>${newline}</var>
<arg>chr(10)</arg>
<doc>Evaluates the given expression in Python and returns the result.</doc>
<status status="NOT RUN" start="2026-04-10T03:42:44.754441" elapsed="0.000021"/>
</kw>
<kw name="Set Test Message" owner="BuiltIn">
<arg>${msg}${newline}${newline}${TEST_MESSAGE}</arg>
<doc>Sets message for the current test case.</doc>
<status status="NOT RUN" start="2026-04-10T03:42:44.754590" elapsed="0.000032"/>
</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-04-10T03:42:44.754750" elapsed="0.000020"/>
</kw>
<if>
<branch type="IF" condition="&quot;${include_bug_in_tags}&quot;==&quot;True&quot;">
<kw name="Set Tags" owner="BuiltIn">
<arg>${bug_url}</arg>
<doc>Adds given ``tags`` for the current test or all tests in a suite.</doc>
<status status="NOT RUN" start="2026-04-10T03:42:44.755000" elapsed="0.000021"/>
</kw>
<status status="NOT RUN" start="2026-04-10T03:42:44.754850" elapsed="0.000204"/>
</branch>
<status status="NOT RUN" start="2026-04-10T03:42:44.754831" elapsed="0.000248"/>
</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-04-10T03:42:44.752278" elapsed="0.002853"/>
</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-04-10T03:32:37.852050" elapsed="606.903128"/>
</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-04-10T03:12:21.842409" elapsed="1822.913521"/>
</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>
