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

[?1h=[90m~[0m                                                                                [?2004hopendaylight-user</msg>
<arg>${KARAF_USER}</arg>
<arg>${KARAF_PASSWORD}</arg>
<arg>loglevel=${loglevel}</arg>
<doc>Logs into the SSH server with the given ``username`` and ``password``.</doc>
<status status="PASS" start="2026-06-14T00:40:14.750117" elapsed="0.691586"/>
</kw>
<kw name="Write" owner="SSHLibrary">
<msg time="2026-06-14T00:40:15.490876" level="INFO">@root&gt;log:set ERROR</msg>
<arg>${cmd}</arg>
<doc>Writes the given ``text`` on the remote machine and appends a newline.</doc>
<status status="PASS" start="2026-06-14T00:40:15.442045" elapsed="0.048903"/>
</kw>
<kw name="Read Until Regexp" owner="SSHLibrary">
<msg time="2026-06-14T00:40:15.492719" level="INFO">[?1l&gt;[?2004l[?1h=[90m~[0m                                                                                [?2004hopendaylight-user@root&gt;</msg>
<msg time="2026-06-14T00:40:15.492835" level="INFO">${output} = [?1l&gt;[?2004l[?1h=[90m~[0m                                                                                [?2004hopendaylight-user@root&gt;</msg>
<var>${output}</var>
<arg>${KARAF_PROMPT}</arg>
<doc>Consumes and returns the server output until a match to ``regexp`` is found.</doc>
<status status="PASS" start="2026-06-14T00:40:15.491137" elapsed="0.001729"/>
</kw>
<kw name="Write Bare" owner="SSHLibrary">
<arg>logout\n</arg>
<doc>Writes the given ``text`` on the remote machine without appending a newline.</doc>
<status status="PASS" start="2026-06-14T00:40:15.493027" elapsed="0.000227"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-06-14T00:40:15.493441" elapsed="0.000226"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-06-14T00:40:15.494209" level="INFO">[?1l&gt;[?2004l[?1h=[90m~[0m                                                                                [?2004hopendaylight-user@root&gt;</msg>
<arg>${output}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-06-14T00:40:15.493821" elapsed="0.000445"/>
</kw>
<return>
<value>${output}</value>
<status status="PASS" start="2026-06-14T00:40:15.494322" elapsed="0.000132"/>
</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.56
Note that this keyword will open&amp;close new SSH connection, without switching back to previously current session.</doc>
<status status="PASS" start="2026-06-14T00:40:14.748595" elapsed="0.746003"/>
</kw>
<arg>3x</arg>
<arg>1s</arg>
<arg>KarafKeywords.Issue Command On Karaf Console</arg>
<arg>log:set ${log_level}</arg>
<doc>Runs the specified keyword and retries if it fails.</doc>
<status status="PASS" start="2026-06-14T00:40:14.744947" elapsed="0.749723"/>
</kw>
<kw name="Append To File" owner="OperatingSystem">
<msg time="2026-06-14T00:40:15.495261" level="INFO" html="true">Appended to file '&lt;a href="file:///w/workspace/openflowplugin-csit-1node-cbench-only-vanadium/latency.csv"&gt;/w/workspace/openflowplugin-csit-1node-cbench-only-vanadium/latency.csv&lt;/a&gt;'.</msg>
<arg>${latency_results_file}</arg>
<arg>LATENCY_MIN,LATENCY_MAX,LATENCY_AVERAGE\n</arg>
<doc>Appends the given content to the specified file.</doc>
<status status="PASS" start="2026-06-14T00:40:15.494863" elapsed="0.000459"/>
</kw>
<kw name="Append To File" owner="OperatingSystem">
<msg time="2026-06-14T00:40:15.495753" level="INFO" html="true">Appended to file '&lt;a href="file:///w/workspace/openflowplugin-csit-1node-cbench-only-vanadium/throughput.csv"&gt;/w/workspace/openflowplugin-csit-1node-cbench-only-vanadium/throughput.csv&lt;/a&gt;'.</msg>
<arg>${throughput_results_file}</arg>
<arg>THROUGHPUT_MIN,THROUGHPUT_MAX,THROUGHPUT_AVERAGE\n</arg>
<doc>Appends the given content to the specified file.</doc>
<status status="PASS" start="2026-06-14T00:40:15.495498" elapsed="0.000313"/>
</kw>
<kw name="Evaluate" owner="BuiltIn">
<msg time="2026-06-14T00:40:15.496453" level="INFO">${duration_in_ms} = 60000</msg>
<var>${duration_in_ms}</var>
<arg>${duration_in_secs} * 1000</arg>
<doc>Evaluates the given expression in Python and returns the result.</doc>
<status status="PASS" start="2026-06-14T00:40:15.495968" elapsed="0.000514"/>
</kw>
<kw name="Set Suite Variable" owner="BuiltIn">
<msg time="2026-06-14T00:40:15.496996" level="INFO">${duration_in_ms} = 60000</msg>
<arg>${duration_in_ms}</arg>
<doc>Makes a variable available everywhere within the scope of the current suite.</doc>
<status status="PASS" start="2026-06-14T00:40:15.496655" elapsed="0.000384"/>
</kw>
<kw name="Evaluate" owner="BuiltIn">
<msg time="2026-06-14T00:40:15.497612" level="INFO">${test_timeout} = 900.0</msg>
<var>${test_timeout}</var>
<arg>(${loops} * ${duration_in_secs}) * 1.5</arg>
<doc>Evaluates the given expression in Python and returns the result.</doc>
<status status="PASS" start="2026-06-14T00:40:15.497210" elapsed="0.000430"/>
</kw>
<kw name="Set Suite Variable" owner="BuiltIn">
<msg time="2026-06-14T00:40:15.498117" level="INFO">${test_timeout} = 900.0</msg>
<arg>${test_timeout}</arg>
<doc>Makes a variable available everywhere within the scope of the current suite.</doc>
<status status="PASS" start="2026-06-14T00:40:15.497803" elapsed="0.000365"/>
</kw>
<if>
<branch type="IF" condition="&quot;${cbench_system}&quot; == &quot;localhost&quot;">
<kw name="File Should Exist" owner="OperatingSystem">
<arg>${cbench_executable}</arg>
<doc>Fails unless the given ``path`` points to an existing file.</doc>
<status status="NOT RUN" start="2026-06-14T00:40:15.498494" elapsed="0.000022"/>
</kw>
<status status="NOT RUN" start="2026-06-14T00:40:15.498255" elapsed="0.000297"/>
</branch>
<branch type="ELSE">
<kw name="Verify File Exists On Remote System" owner="Utils">
<kw name="Open Connection" owner="SSHLibrary">
<msg time="2026-06-14T00:40:15.502997" level="INFO">${conn_id} = 2</msg>
<var>${conn_id}</var>
<arg>${system}</arg>
<arg>prompt=${prompt}</arg>
<arg>timeout=${prompt_timeout}</arg>
<doc>Opens a new SSH connection to the given ``host`` and ``port``.</doc>
<status status="PASS" start="2026-06-14T00:40:15.502586" elapsed="0.000439"/>
</kw>
<kw name="Flexible_SSH_Login" owner="SSHKeywords">
<kw name="Get Length" owner="BuiltIn">
<msg time="2026-06-14T00:40:15.504379" level="INFO">Length is 0.</msg>
<msg time="2026-06-14T00:40:15.504495" level="INFO">${pwd_length} = 0</msg>
<var>${pwd_length}</var>
<arg>${password}</arg>
<doc>Returns and logs the length of the given item as an integer.</doc>
<status status="PASS" start="2026-06-14T00:40:15.503618" elapsed="0.000903"/>
</kw>
<kw name="Run Keyword And Return If" owner="BuiltIn">
<arg>${pwd_length} &gt; 0</arg>
<arg>SSHLibrary.Login</arg>
<arg>${user}</arg>
<arg>${password}</arg>
<arg>delay=${delay}</arg>
<doc>Runs the specified keyword and returns from the enclosing user keyword.</doc>
<status status="PASS" start="2026-06-14T00:40:15.504673" elapsed="0.000348"/>
</kw>
<kw name="Run Keyword And Return" owner="BuiltIn">
<kw name="Login With Public Key" owner="SSHLibrary">
<msg time="2026-06-14T00:40:15.506070" level="INFO">Logging into '10.30.171.224:22' as 'jenkins'.</msg>
<msg time="2026-06-14T00:40:16.366015" 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 Sun Jun 14 00:40:15 UTC 2026

  System load:  0.02               Processes:             109
  Usage of /:   19.3% of 38.58GB   Users logged in:       0
  Memory usage: 4%                 IPv4 address for ens3: 10.30.171.224
  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-303-1-mininet-ovs-217-0 ~]&gt;</msg>
<arg>${user}</arg>
<arg>${USER_HOME}/.ssh/${SSH_KEY}</arg>
<arg>${KEYFILE_PASS}</arg>
<arg>delay=${delay}</arg>
<doc>Logs into the SSH server using key-based authentication.</doc>
<status status="PASS" start="2026-06-14T00:40:15.505572" elapsed="0.860616"/>
</kw>
<msg time="2026-06-14T00:40:16.366293" level="INFO">Returning from the enclosing user keyword.</msg>
<arg>SSHLibrary.Login With Public Key</arg>
<arg>${user}</arg>
<arg>${USER_HOME}/.ssh/${SSH_KEY}</arg>
<arg>${KEYFILE_PASS}</arg>
<arg>delay=${delay}</arg>
<doc>Runs the specified keyword and returns from the enclosing user keyword.</doc>
<status status="PASS" start="2026-06-14T00:40:15.505178" elapsed="0.861237"/>
</kw>
<arg>${user}</arg>
<arg>${password}</arg>
<doc>On active SSH session: if given non-empty password, do Login, else do Login With Public Key.</doc>
<status status="PASS" start="2026-06-14T00:40:15.503239" elapsed="0.863325"/>
</kw>
<kw name="File Should Exist" owner="SSHLibrary">
<msg time="2026-06-14T00:40:16.375255" level="INFO">[chan 1] Opened sftp connection (server version 3)</msg>
<arg>${file}</arg>
<doc>Fails if the given ``path`` does NOT point to an existing file.</doc>
<status status="PASS" start="2026-06-14T00:40:16.366799" elapsed="0.009804"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-06-14T00:40:16.376900" elapsed="0.000630"/>
</kw>
<arg>${cbench_system}</arg>
<arg>${cbench_executable}</arg>
<doc>Will create connection with public key and will PASS if the given ${file} exists,
otherwise will FAIL</doc>
<status status="PASS" start="2026-06-14T00:40:15.502037" elapsed="0.875633"/>
</kw>
<status status="PASS" start="2026-06-14T00:40:15.498629" elapsed="0.879122"/>
</branch>
<status status="PASS" start="2026-06-14T00:40:15.498231" elapsed="0.879582"/>
</if>
<kw name="Should Be True" owner="BuiltIn">
<arg>${loops} &gt;= 2</arg>
<arg>If number of loops is less than 2, cbench will not run</arg>
<doc>Fails if the given condition is not true.</doc>
<status status="PASS" start="2026-06-14T00:40:16.378148" elapsed="0.001013"/>
</kw>
<kw name="Verify_Feature_Is_Installed" owner="KarafKeywords">
<if>
<branch type="IF" condition="'${IS_KARAF_APPL}' == 'False'">
<return>
<value>Not A Karaf App</value>
<status status="NOT RUN" start="2026-06-14T00:40:16.388382" elapsed="0.000036"/>
</return>
<status status="NOT RUN" start="2026-06-14T00:40:16.388254" elapsed="0.000200"/>
</branch>
<status status="PASS" start="2026-06-14T00:40:16.388229" elapsed="0.000249"/>
</if>
<kw name="Issue_Command_On_Karaf_Console" owner="KarafKeywords">
<if>
<branch type="IF" condition="'${IS_KARAF_APPL}' == 'False'">
<return>
<value>Not A Karaf App</value>
<status status="NOT RUN" start="2026-06-14T00:40:16.392181" elapsed="0.000015"/>
</return>
<status status="NOT RUN" start="2026-06-14T00:40:16.392066" elapsed="0.000163"/>
</branch>
<status status="PASS" start="2026-06-14T00:40:16.392045" elapsed="0.000207"/>
</if>
<kw name="Open Connection" owner="SSHLibrary">
<arg>${controller}</arg>
<arg>port=${karaf_port}</arg>
<arg>prompt=${KARAF_PROMPT_LOGIN}</arg>
<arg>timeout=${timeout}</arg>
<doc>Opens a new SSH connection to the given ``host`` and ``port``.</doc>
<status status="PASS" start="2026-06-14T00:40:16.392399" elapsed="0.000440"/>
</kw>
<kw name="Login" owner="SSHLibrary">
<msg time="2026-06-14T00:40:16.393252" level="INFO">Logging into '10.30.170.56:8101' as 'karaf'.</msg>
<msg time="2026-06-14T00:40:16.671241" level="INFO">Read output: [33m                                                                                           
[33m    ________                       ________                .__  .__       .__     __       
[33m    \_____  \ ______   ____   ____ \______ \ _____  ___.__.|  | |__| ____ |  |___/  |_     
[33m     /   |   \\____ \_/ __ \ /    \ |    |  \\__  \&lt;   |  ||  | |  |/ ___\|  |  \   __\    
[33m    /    |    \  |_&gt; &gt;  ___/|   |  \|    `   \/ __ \\___  ||  |_|  / /_/  &gt;   Y  \  |      
[33m    \_______  /   __/ \___  &gt;___|  /_______  (____  / ____||____/__\___  /|___|  /__|      
[33m            \/|__|        \/     \/        \/     \/\/            /_____/      \/          
[33m                                                                                           

Hit '[1m&lt;tab&gt;[0m' for a list of available commands
and '[1m[cmd] --help[0m' for help on a specific command.
Hit '[1m&lt;ctrl-d&gt;[0m' or type '[1msystem:shutdown[0m' or '[1mlogout[0m' to shutdown OpenDaylight.

[?1h=[90m~[0m                                                                                [?2004hopendaylight-user</msg>
<arg>${KARAF_USER}</arg>
<arg>${KARAF_PASSWORD}</arg>
<arg>loglevel=${loglevel}</arg>
<doc>Logs into the SSH server with the given ``username`` and ``password``.</doc>
<status status="PASS" start="2026-06-14T00:40:16.392990" elapsed="0.278419"/>
</kw>
<kw name="Write" owner="SSHLibrary">
<msg time="2026-06-14T00:40:16.775000" level="INFO">@root&gt;feature:list -i | 0[C 0g[Krep odl-openflowplugin-drop-test</msg>
<arg>${cmd}</arg>
<doc>Writes the given ``text`` on the remote machine and appends a newline.</doc>
<status status="PASS" start="2026-06-14T00:40:16.671674" elapsed="0.103562"/>
</kw>
<kw name="Read Until Regexp" owner="SSHLibrary">
<msg time="2026-06-14T00:40:16.779292" level="INFO">[?1l&gt;[?2004l[31;1modl-openflowplugin-drop-test[0m                                    x 0.21.3           x x        x Started x [31;1modl-openflowplugin-drop-test[0m                                    x OpenDaylight :: Openflow Plugin :: Drop Test
[?1h=[90m~[0m                                                                                [?2004hopendaylight-user@root&gt;</msg>
<msg time="2026-06-14T00:40:16.779515" level="INFO">${output} = [?1l&gt;[?2004l[31;1modl-openflowplugin-drop-test[0m                                    x 0.21.3           x x        x Started x [31;1modl-openflowplugin-drop-test[0m                     ...</msg>
<var>${output}</var>
<arg>${KARAF_PROMPT}</arg>
<doc>Consumes and returns the server output until a match to ``regexp`` is found.</doc>
<status status="PASS" start="2026-06-14T00:40:16.775699" elapsed="0.003850"/>
</kw>
<kw name="Write Bare" owner="SSHLibrary">
<arg>logout\n</arg>
<doc>Writes the given ``text`` on the remote machine without appending a newline.</doc>
<status status="PASS" start="2026-06-14T00:40:16.779693" elapsed="0.000201"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-06-14T00:40:16.780042" elapsed="0.000240"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-06-14T00:40:16.780754" level="INFO">[?1l&gt;[?2004l[31;1modl-openflowplugin-drop-test[0m                                    x 0.21.3           x x        x Started x [31;1modl-openflowplugin-drop-test[0m                                    x OpenDaylight :: Openflow Plugin :: Drop Test
[?1h=[90m~[0m                                                                                [?2004hopendaylight-user@root&gt;</msg>
<arg>${output}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-06-14T00:40:16.780446" elapsed="0.000364"/>
</kw>
<return>
<value>${output}</value>
<status status="PASS" start="2026-06-14T00:40:16.780860" elapsed="0.000049"/>
</return>
<msg time="2026-06-14T00:40:16.781056" level="INFO">${output} = [?1l&gt;[?2004l[31;1modl-openflowplugin-drop-test[0m                                    x 0.21.3           x x        x Started x [31;1modl-openflowplugin-drop-test[0m                     ...</msg>
<var>${output}</var>
<arg>feature:list -i | grep ${feature_name}</arg>
<arg>${controller}</arg>
<arg>${karaf_port}</arg>
<doc>Will execute the given ${cmd} by ssh'ing to the karaf console running on 10.30.170.56
Note that this keyword will open&amp;close new SSH connection, without switching back to previously current session.</doc>
<status status="PASS" start="2026-06-14T00:40:16.391701" elapsed="0.389387"/>
</kw>
<kw name="Should Contain" owner="BuiltIn">
<arg>${output}</arg>
<arg>${feature_name}</arg>
<doc>Fails if ``container`` does not contain ``item`` one or more times.</doc>
<status status="PASS" start="2026-06-14T00:40:16.781236" elapsed="0.000520"/>
</kw>
<return>
<value>${output}</value>
<status status="PASS" start="2026-06-14T00:40:16.781807" elapsed="0.000032"/>
</return>
<arg>odl-openflowplugin-drop-test</arg>
<doc>Will Succeed if the given ${feature_name} is found in the output of "feature:list -i"</doc>
<status status="PASS" start="2026-06-14T00:40:16.387937" elapsed="0.394001"/>
</kw>
<kw name="Issue_Command_On_Karaf_Console" owner="KarafKeywords">
<if>
<branch type="IF" condition="'${IS_KARAF_APPL}' == 'False'">
<return>
<value>Not A Karaf App</value>
<status status="NOT RUN" start="2026-06-14T00:40:16.786681" elapsed="0.000021"/>
</return>
<status status="NOT RUN" start="2026-06-14T00:40:16.786479" elapsed="0.000269"/>
</branch>
<status status="PASS" start="2026-06-14T00:40:16.786444" elapsed="0.000338"/>
</if>
<kw name="Open Connection" owner="SSHLibrary">
<arg>${controller}</arg>
<arg>port=${karaf_port}</arg>
<arg>prompt=${KARAF_PROMPT_LOGIN}</arg>
<arg>timeout=${timeout}</arg>
<doc>Opens a new SSH connection to the given ``host`` and ``port``.</doc>
<status status="PASS" start="2026-06-14T00:40:16.786965" elapsed="0.000887"/>
</kw>
<kw name="Login" owner="SSHLibrary">
<msg time="2026-06-14T00:40:16.788459" level="INFO">Logging into '10.30.170.56:8101' as 'karaf'.</msg>
<msg time="2026-06-14T00:40:16.953491" level="INFO">Read output: [33m                                                                                           
[33m    ________                       ________                .__  .__       .__     __       
[33m    \_____  \ ______   ____   ____ \______ \ _____  ___.__.|  | |__| ____ |  |___/  |_     
[33m     /   |   \\____ \_/ __ \ /    \ |    |  \\__  \&lt;   |  ||  | |  |/ ___\|  |  \   __\    
[33m    /    |    \  |_&gt; &gt;  ___/|   |  \|    `   \/ __ \\___  ||  |_|  / /_/  &gt;   Y  \  |      
[33m    \_______  /   __/ \___  &gt;___|  /_______  (____  / ____||____/__\___  /|___|  /__|      
[33m            \/|__|        \/     \/        \/     \/\/            /_____/      \/          
[33m                                                                                           

Hit '[1m&lt;tab&gt;[0m' for a list of available commands
and '[1m[cmd] --help[0m' for help on a specific command.
Hit '[1m&lt;ctrl-d&gt;[0m' or type '[1msystem:shutdown[0m' or '[1mlogout[0m' to shutdown OpenDaylight.

[?1h=[90m~[0m                                                                                [?2004hopendaylight-user</msg>
<arg>${KARAF_USER}</arg>
<arg>${KARAF_PASSWORD}</arg>
<arg>loglevel=${loglevel}</arg>
<doc>Logs into the SSH server with the given ``username`` and ``password``.</doc>
<status status="PASS" start="2026-06-14T00:40:16.788065" elapsed="0.165533"/>
</kw>
<kw name="Write" owner="SSHLibrary">
<msg time="2026-06-14T00:40:16.979960" level="INFO">@root&gt;dropallpacketsrpc on</msg>
<arg>${cmd}</arg>
<doc>Writes the given ``text`` on the remote machine and appends a newline.</doc>
<status status="PASS" start="2026-06-14T00:40:16.953792" elapsed="0.026227"/>
</kw>
<kw name="Read Until Regexp" owner="SSHLibrary">
<msg time="2026-06-14T00:40:16.982070" level="INFO">[?1l&gt;[?2004lDropAllFlows transitions to on
[?1h=[90m~[0m                                                                                [?2004hopendaylight-user@root&gt;</msg>
<msg time="2026-06-14T00:40:16.982174" level="INFO">${output} = [?1l&gt;[?2004lDropAllFlows transitions to on
[?1h=[90m~[0m                                                                                [?2004hopendaylight-user@root&gt;</msg>
<var>${output}</var>
<arg>${KARAF_PROMPT}</arg>
<doc>Consumes and returns the server output until a match to ``regexp`` is found.</doc>
<status status="PASS" start="2026-06-14T00:40:16.980185" elapsed="0.002018"/>
</kw>
<kw name="Write Bare" owner="SSHLibrary">
<arg>logout\n</arg>
<doc>Writes the given ``text`` on the remote machine without appending a newline.</doc>
<status status="PASS" start="2026-06-14T00:40:16.982339" elapsed="0.000189"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-06-14T00:40:16.982673" elapsed="0.000190"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-06-14T00:40:16.983305" level="INFO">[?1l&gt;[?2004lDropAllFlows transitions to on
[?1h=[90m~[0m                                                                                [?2004hopendaylight-user@root&gt;</msg>
<arg>${output}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-06-14T00:40:16.983015" elapsed="0.000340"/>
</kw>
<return>
<value>${output}</value>
<status status="PASS" start="2026-06-14T00:40:16.983425" elapsed="0.000048"/>
</return>
<arg>dropallpacketsrpc on</arg>
<doc>Will execute the given ${cmd} by ssh'ing to the karaf console running on 10.30.170.56
Note that this keyword will open&amp;close new SSH connection, without switching back to previously current session.</doc>
<status status="PASS" start="2026-06-14T00:40:16.785993" elapsed="0.197593"/>
</kw>
<status status="PASS" start="2026-06-14T00:40:14.743038" elapsed="2.240610"/>
</kw>
<test id="s1-t1" name="Cbench Latency Test" line="37">
<kw name="Log" owner="BuiltIn">
<msg time="2026-06-14T00:40:16.985693" level="INFO">Cbench tests using 10 iterations of 60 second tests. Switch Count: 16. Unique MACS to cycle: 100</msg>
<arg>Cbench tests using ${loops} iterations of ${duration_in_secs} second tests. Switch Count: ${switch_count}. Unique MACS to cycle: ${num_of_unique_macs}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-06-14T00:40:16.984582" elapsed="0.001176"/>
</kw>
<kw name="Run Cbench And Log Results">
<kw name="Set Suite Variable" owner="BuiltIn">
<msg time="2026-06-14T00:40:16.987221" level="INFO">${output_filename} = latency.csv</msg>
<arg>${output_filename}</arg>
<doc>Makes a variable available everywhere within the scope of the current suite.</doc>
<status status="PASS" start="2026-06-14T00:40:16.986811" elapsed="0.000455"/>
</kw>
<if>
<branch type="IF" condition="&quot;${cbench_system}&quot; == &quot;localhost&quot;">
<kw name="Run" owner="OperatingSystem">
<var>${output}</var>
<arg>${cbench_executable} -c ${ODL_SYSTEM_IP} ${cbench_args}</arg>
<doc>_This keyword is considered deprecated. Use the
[http://robotframework.org/robotframework/latest/libraries/Process.html|
Process] library instead._</doc>
<status status="NOT RUN" start="2026-06-14T00:40:16.987603" elapsed="0.000022"/>
</kw>
<status status="NOT RUN" start="2026-06-14T00:40:16.987344" elapsed="0.000318"/>
</branch>
<branch type="ELSE">
<kw name="Run Command On Remote System" owner="Utils">
<if>
<branch type="IF" condition="&quot;${return_stdout}&quot;!=&quot;True&quot; and &quot;${return_stderr}&quot;!=&quot;True&quot;">
<kw name="Fail" owner="BuiltIn">
<arg>At least one of {return_stdout} or {return_stderr} args should be set to True</arg>
<doc>Fails the test with the given message and optionally alters its tags.</doc>
<status status="NOT RUN" start="2026-06-14T00:40:16.990602" elapsed="0.000021"/>
</kw>
<status status="NOT RUN" start="2026-06-14T00:40:16.990339" elapsed="0.000320"/>
</branch>
<status status="PASS" start="2026-06-14T00:40:16.990318" elapsed="0.000366"/>
</if>
<kw name="Get Connection" owner="SSHLibrary">
<msg time="2026-06-14T00:40:16.991041" level="INFO">index=None
host=None
alias=None
port=22
timeout=3 seconds
newline=

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

prompt=None
term_type=vt100
width=80
height=24
path_separator=/
encoding=utf8
escape_ansi=False
encoding_errors=strict</msg>
<var>${current_ssh_connection}</var>
<doc>Returns information about the connection.</doc>
<status status="PASS" start="2026-06-14T00:40:16.990815" elapsed="0.000410"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-06-14T00:40:16.991807" level="INFO">Attempting to execute command "/usr/local/bin/cbench -c 10.30.170.56 -m 60000 -M 100 -S 16 -l 10 -D 5000 -p 6633" on remote system "10.30.171.224" by user "jenkins" with keyfile pass "any" and prompt "&gt;" and password ""</msg>
<arg>Attempting to execute command "${cmd}" on remote system "${system}" by user "${user}" with keyfile pass "${keyfile_pass}" and prompt "${prompt}" and password "${password}"</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-06-14T00:40:16.991363" elapsed="0.000505"/>
</kw>
<kw name="Open Connection" owner="SSHLibrary">
<msg time="2026-06-14T00:40:16.992480" level="INFO">${conn_id} = 5</msg>
<var>${conn_id}</var>
<arg>${system}</arg>
<arg>prompt=${prompt}</arg>
<arg>timeout=${prompt_timeout}</arg>
<doc>Opens a new SSH connection to the given ``host`` and ``port``.</doc>
<status status="PASS" start="2026-06-14T00:40:16.992009" elapsed="0.000498"/>
</kw>
<kw name="Flexible_SSH_Login" owner="SSHKeywords">
<kw name="Get Length" owner="BuiltIn">
<msg time="2026-06-14T00:40:16.993422" level="INFO">Length is 0.</msg>
<msg time="2026-06-14T00:40:16.993514" level="INFO">${pwd_length} = 0</msg>
<var>${pwd_length}</var>
<arg>${password}</arg>
<doc>Returns and logs the length of the given item as an integer.</doc>
<status status="PASS" start="2026-06-14T00:40:16.993082" elapsed="0.000457"/>
</kw>
<kw name="Run Keyword And Return If" owner="BuiltIn">
<arg>${pwd_length} &gt; 0</arg>
<arg>SSHLibrary.Login</arg>
<arg>${user}</arg>
<arg>${password}</arg>
<arg>delay=${delay}</arg>
<doc>Runs the specified keyword and returns from the enclosing user keyword.</doc>
<status status="PASS" start="2026-06-14T00:40:16.993681" elapsed="0.000331"/>
</kw>
<kw name="Run Keyword And Return" owner="BuiltIn">
<kw name="Login With Public Key" owner="SSHLibrary">
<msg time="2026-06-14T00:40:16.994881" level="INFO">Logging into '10.30.171.224:22' as 'jenkins'.</msg>
<msg time="2026-06-14T00:40:17.328829" 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 Sun Jun 14 00:40:15 UTC 2026

  System load:  0.02               Processes:             109
  Usage of /:   19.3% of 38.58GB   Users logged in:       0
  Memory usage: 4%                 IPv4 address for ens3: 10.30.171.224
  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: Sun Jun 14 00:40:16 2026 from 10.30.170.208
[?2004h[jenkins@releng-63164-303-1-mininet-ovs-217-0 ~]&gt;</msg>
<arg>${user}</arg>
<arg>${USER_HOME}/.ssh/${SSH_KEY}</arg>
<arg>${KEYFILE_PASS}</arg>
<arg>delay=${delay}</arg>
<doc>Logs into the SSH server using key-based authentication.</doc>
<status status="PASS" start="2026-06-14T00:40:16.994529" elapsed="0.334504"/>
</kw>
<msg time="2026-06-14T00:40:17.329130" level="INFO">Returning from the enclosing user keyword.</msg>
<arg>SSHLibrary.Login With Public Key</arg>
<arg>${user}</arg>
<arg>${USER_HOME}/.ssh/${SSH_KEY}</arg>
<arg>${KEYFILE_PASS}</arg>
<arg>delay=${delay}</arg>
<doc>Runs the specified keyword and returns from the enclosing user keyword.</doc>
<status status="PASS" start="2026-06-14T00:40:16.994165" elapsed="0.335060"/>
</kw>
<arg>${user}</arg>
<arg>${password}</arg>
<doc>On active SSH session: if given non-empty password, do Login, else do Login With Public Key.</doc>
<status status="PASS" start="2026-06-14T00:40:16.992708" elapsed="0.336650"/>
</kw>
<kw name="Execute Command" owner="SSHLibrary">
<msg time="2026-06-14T00:40:17.329926" level="INFO">Executing command '/usr/local/bin/cbench -c 10.30.170.56 -m 60000 -M 100 -S 16 -l 10 -D 5000 -p 6633'.</msg>
<msg time="2026-06-14T00:50:23.437308" level="INFO">Command exited with return code 0.</msg>
<msg time="2026-06-14T00:50:23.437936" level="INFO">${stdout} = </msg>
<msg time="2026-06-14T00:50:23.438050" level="INFO">${stderr} = cbench: controller benchmarking tool
   running in mode 'latency'
   connecting to controller at 10.30.170.56:6633 
   faking 16 switches with 1 threads :: 10 tests each; 60000 ms per test
   with 100...</msg>
<var>${stdout}</var>
<var>${stderr}</var>
<arg>${cmd}</arg>
<arg>return_stderr=True</arg>
<doc>Executes ``command`` on the remote machine and returns its outputs.</doc>
<status status="PASS" start="2026-06-14T00:40:17.329603" elapsed="606.108511"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-06-14T00:50:23.438657" elapsed="0.000877"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-06-14T00:50:23.440779" level="INFO">cbench: controller benchmarking tool
   running in mode 'latency'
   connecting to controller at 10.30.170.56: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.56. So far 1 cbench instances have initialized their switches.  Waiting for other cbench-instances
Thread-0: Total switches from ALL cbench-instances initialized.
00:41:22.525 16  switches: flows:  116645 113427 114010 116115 115803 115410 112706 116247 110731 111066 112093 113359 116267 111177 109609 112165  total = 30.280500 per ms 
00:42:22.626 16  switches: flows:  127079 127937 127036 126038 125966 124433 122967 126505 124618 122847 122530 119888 120270 124130 121918 120865  total = 33.028666 per ms 
00:43:22.726 16  switches: flows:  120960 122677 122614 121509 121790 118716 120283 121280 119017 116983 116681 114906 116534 118820 119023 113891  total = 31.708452 per ms 
00:44:22.827 16  switches: flows:  127176 128166 128154 128796 130055 125624 126241 129767 127924 124772 125591 123347 125196 125624 126535 121972  total = 33.692749 per ms 
00:45:22.928 16  switches: flows:  120281 119442 116631 118056 118463 117643 116150 118152 116182 114618 115692 113724 116515 116163 114434 112105  total = 31.019085 per ms 
00:46:23.029 16  switches: flows:  129452 131195 127845 128480 127439 127607 128334 127004 122893 125721 124581 126451 124491 123640 121625 121086  total = 33.574692 per ms 
00:47:23.129 16  switches: flows:  130289 131323 127540 127443 128105 127930 129046 127258 126011 124205 125262 123841 124203 124925 124265 121035  total = 33.655189 per ms 
00:48:23.230 16  switches: flows:  129597 131310 127219 124945 126216 126763 127434 126327 125283 122167 124465 123214 125904 123398 123980 120707  total = 33.426324 per ms 
00:49:23.331 16  switches: flows:  128293 129811 130432 128962 128468 127041 125531 126708 126818 124741 125444 123054 125663 125207 124540 121105  total = 33.640704 per ms 
00:50:23.433 16  switches: flows:  131401 130402 131078 129538 128756 128891 128817 128524 127851 127537 128675 125293 127418 124317 124365 122371  total = 34.030384 per ms 
RESULT: 16 switches 9 tests min/max/avg/stdev = 31019.08/34030.38/33086.25/11071.08 responses/s</msg>
<arg>${stderr}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-06-14T00:50:23.439937" elapsed="0.001193"/>
</kw>
<if>
<branch type="IF" condition="&quot;${return_stdout}&quot;!=&quot;True&quot;">
<return>
<value>${stderr}</value>
<status status="PASS" start="2026-06-14T00:50:23.441723" elapsed="0.000086"/>
</return>
<status status="PASS" start="2026-06-14T00:50:23.441345" elapsed="0.000551"/>
</branch>
<status status="PASS" start="2026-06-14T00:50:23.441281" elapsed="0.000674"/>
</if>
<if>
<branch type="IF" condition="&quot;${return_stderr}&quot;!=&quot;True&quot;">
<return>
<value>${stdout}</value>
<status status="NOT RUN" start="2026-06-14T00:50:23.442185" elapsed="0.000032"/>
</return>
<status status="NOT RUN" start="2026-06-14T00:50:23.442097" elapsed="0.000186"/>
</branch>
<status status="NOT RUN" start="2026-06-14T00:50:23.442059" elapsed="0.000274"/>
</if>
<return>
<value>${stdout}</value>
<value>${stderr}</value>
<status status="NOT RUN" start="2026-06-14T00:50:23.442443" elapsed="0.000034"/>
</return>
<kw name="Restore_Current_Ssh_Connection_From_Index" owner="SSHKeywords" type="TEARDOWN">
<kw name="Run Keyword And Return If" owner="BuiltIn">
<arg>${connection_index} is not None</arg>
<arg>SSHLibrary.Switch Connection</arg>
<arg>${connection_index}</arg>
<doc>Runs the specified keyword and returns from the enclosing user keyword.</doc>
<status status="PASS" start="2026-06-14T00:50:23.447263" elapsed="0.000505"/>
</kw>
<kw name="Open Connection" owner="SSHLibrary">
<arg>127.0.0.1</arg>
<doc>Opens a new SSH connection to the given ``host`` and ``port``.</doc>
<status status="PASS" start="2026-06-14T00:50:23.447976" elapsed="0.000247"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-06-14T00:50:23.448427" elapsed="0.000142"/>
</kw>
<arg>${current_ssh_connection.index}</arg>
<doc>Restore active SSH connection in SSHLibrary to given index.</doc>
<status status="PASS" start="2026-06-14T00:50:23.443196" elapsed="0.005447"/>
</kw>
<msg time="2026-06-14T00:50:23.448824" level="INFO">${output} = cbench: controller benchmarking tool
   running in mode 'latency'
   connecting to controller at 10.30.170.56:6633 
   faking 16 switches with 1 threads :: 10 tests each; 60000 ms per test
   with 100...</msg>
<var>${output}</var>
<arg>${cbench_system}</arg>
<arg>${cbench_executable} -c ${ODL_SYSTEM_IP} ${cbench_args}</arg>
<arg>prompt_timeout=${test_timeout}</arg>
<arg>return_stdout=False</arg>
<arg>return_stderr=True</arg>
<doc>Reduces the common work of running a command on a remote system to a single higher level
robot keyword, taking care to log in with a public key and. The command given is written and the return value
depends on the passed argument values of return_stdout (default: True) and return_stderr (default: False).
At least one should be True, or the keyword will exit and FAIL. If both are True, the resulting return value
will be a two element list containing both. Otherwise the resulting return value is a string.
No test conditions are checked.</doc>
<status status="PASS" start="2026-06-14T00:40:16.988005" elapsed="606.460856"/>
</kw>
<status status="PASS" start="2026-06-14T00:40:16.987690" elapsed="606.461241"/>
</branch>
<status status="PASS" start="2026-06-14T00:40:16.987321" elapsed="606.461643"/>
</if>
<kw name="Log" owner="BuiltIn">
<msg time="2026-06-14T00:50:23.449630" level="INFO">cbench: controller benchmarking tool
   running in mode 'latency'
   connecting to controller at 10.30.170.56: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.56. So far 1 cbench instances have initialized their switches.  Waiting for other cbench-instances
Thread-0: Total switches from ALL cbench-instances initialized.
00:41:22.525 16  switches: flows:  116645 113427 114010 116115 115803 115410 112706 116247 110731 111066 112093 113359 116267 111177 109609 112165  total = 30.280500 per ms 
00:42:22.626 16  switches: flows:  127079 127937 127036 126038 125966 124433 122967 126505 124618 122847 122530 119888 120270 124130 121918 120865  total = 33.028666 per ms 
00:43:22.726 16  switches: flows:  120960 122677 122614 121509 121790 118716 120283 121280 119017 116983 116681 114906 116534 118820 119023 113891  total = 31.708452 per ms 
00:44:22.827 16  switches: flows:  127176 128166 128154 128796 130055 125624 126241 129767 127924 124772 125591 123347 125196 125624 126535 121972  total = 33.692749 per ms 
00:45:22.928 16  switches: flows:  120281 119442 116631 118056 118463 117643 116150 118152 116182 114618 115692 113724 116515 116163 114434 112105  total = 31.019085 per ms 
00:46:23.029 16  switches: flows:  129452 131195 127845 128480 127439 127607 128334 127004 122893 125721 124581 126451 124491 123640 121625 121086  total = 33.574692 per ms 
00:47:23.129 16  switches: flows:  130289 131323 127540 127443 128105 127930 129046 127258 126011 124205 125262 123841 124203 124925 124265 121035  total = 33.655189 per ms 
00:48:23.230 16  switches: flows:  129597 131310 127219 124945 126216 126763 127434 126327 125283 122167 124465 123214 125904 123398 123980 120707  total = 33.426324 per ms 
00:49:23.331 16  switches: flows:  128293 129811 130432 128962 128468 127041 125531 126708 126818 124741 125444 123054 125663 125207 124540 121105  total = 33.640704 per ms 
00:50:23.433 16  switches: flows:  131401 130402 131078 129538 128756 128891 128817 128524 127851 127537 128675 125293 127418 124317 124365 122371  total = 34.030384 per ms 
RESULT: 16 switches 9 tests min/max/avg/stdev = 31019.08/34030.38/33086.25/11071.08 responses/s</msg>
<arg>${output}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-06-14T00:50:23.449194" elapsed="0.000540"/>
</kw>
<kw name="Should Contain" owner="BuiltIn">
<arg>${output}</arg>
<arg>RESULT</arg>
<doc>Fails if ``container`` does not contain ``item`` one or more times.</doc>
<status status="PASS" start="2026-06-14T00:50:23.449941" elapsed="0.000540"/>
</kw>
<kw name="Get Lines Containing String" owner="String">
<msg time="2026-06-14T00:50:23.451026" level="INFO">1 out of 23 lines matched.</msg>
<msg time="2026-06-14T00:50:23.451154" level="INFO">${result_line} = RESULT: 16 switches 9 tests min/max/avg/stdev = 31019.08/34030.38/33086.25/11071.08 responses/s</msg>
<var>${result_line}</var>
<arg>${output}</arg>
<arg>RESULT</arg>
<doc>Returns lines of the given ``string`` that contain the ``pattern``.</doc>
<status status="PASS" start="2026-06-14T00:50:23.450707" elapsed="0.000483"/>
</kw>
<kw name="Split String" owner="String">
<msg time="2026-06-14T00:50:23.451784" level="INFO">@{results_list} = [ RESULT: | 16 | switches | 9 | tests | min/max/avg/stdev | = | 31019.08/34030.38/33086.25/11071.08 | responses/s ]</msg>
<var>@{results_list}</var>
<arg>${result_line}</arg>
<doc>Splits the ``string`` using ``separator`` as a delimiter string.</doc>
<status status="PASS" start="2026-06-14T00:50:23.451424" elapsed="0.000398"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-06-14T00:50:23.455220" level="INFO">min/max/avg/stdev</msg>
<arg>${results_list[5]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-06-14T00:50:23.452023" elapsed="0.003278"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-06-14T00:50:23.458325" level="INFO">31019.08/34030.38/33086.25/11071.08</msg>
<arg>${results_list[7]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-06-14T00:50:23.455529" elapsed="0.002853"/>
</kw>
<kw name="Split String" owner="String">
<msg time="2026-06-14T00:50:23.460789" level="INFO">@{result_name_list} = [ min | max | avg | stdev ]</msg>
<var>@{result_name_list}</var>
<arg>${results_list[5]}</arg>
<arg>/</arg>
<doc>Splits the ``string`` using ``separator`` as a delimiter string.</doc>
<status status="PASS" start="2026-06-14T00:50:23.458548" elapsed="0.002269"/>
</kw>
<kw name="Split String" owner="String">
<msg time="2026-06-14T00:50:23.463472" level="INFO">@{result_value_list} = [ 31019.08 | 34030.38 | 33086.25 | 11071.08 ]</msg>
<var>@{result_value_list}</var>
<arg>${results_list[7]}</arg>
<arg>/</arg>
<doc>Splits the ``string`` using ``separator`` as a delimiter string.</doc>
<status status="PASS" start="2026-06-14T00:50:23.461022" elapsed="0.002482"/>
</kw>
<kw name="Get Length" owner="BuiltIn">
<msg time="2026-06-14T00:50:23.463973" level="INFO">Length is 4.</msg>
<msg time="2026-06-14T00:50:23.464063" level="INFO">${num_stats} = 4</msg>
<var>${num_stats}</var>
<arg>${result_name_list}</arg>
<doc>Returns and logs the length of the given item as an integer.</doc>
<status status="PASS" start="2026-06-14T00:50:23.463660" elapsed="0.000427"/>
</kw>
<for flavor="IN RANGE">
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-06-14T00:50:23.468883" level="INFO">min :: 31019.08</msg>
<arg>${result_name_list[${i}]} :: ${result_value_list[${i}]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-06-14T00:50:23.464522" elapsed="0.004420"/>
</kw>
<var name="${i}">0</var>
<status status="PASS" start="2026-06-14T00:50:23.464370" elapsed="0.004608"/>
</iter>
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-06-14T00:50:23.473664" level="INFO">max :: 34030.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-06-14T00:50:23.469257" elapsed="0.004492"/>
</kw>
<var name="${i}">1</var>
<status status="PASS" start="2026-06-14T00:50:23.469103" elapsed="0.004685"/>
</iter>
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-06-14T00:50:23.478436" level="INFO">avg :: 33086.25</msg>
<arg>${result_name_list[${i}]} :: ${result_value_list[${i}]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-06-14T00:50:23.474011" elapsed="0.004484"/>
</kw>
<var name="${i}">2</var>
<status status="PASS" start="2026-06-14T00:50:23.473881" elapsed="0.004649"/>
</iter>
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-06-14T00:50:23.483190" level="INFO">stdev :: 11071.08</msg>
<arg>${result_name_list[${i}]} :: ${result_value_list[${i}]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-06-14T00:50:23.478780" elapsed="0.004470"/>
</kw>
<var name="${i}">3</var>
<status status="PASS" start="2026-06-14T00:50:23.478623" elapsed="0.004661"/>
</iter>
<var>${i}</var>
<value>0</value>
<value>${num_stats}</value>
<status status="PASS" start="2026-06-14T00:50:23.464162" elapsed="0.019156"/>
</for>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-06-14T00:50:23.487268" level="INFO">${min} = 31019.08</msg>
<var>${min}</var>
<arg>${result_value_list[${0}]}</arg>
<doc>Returns the given values which can then be assigned to a variables.</doc>
<status status="PASS" start="2026-06-14T00:50:23.483519" elapsed="0.003776"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-06-14T00:50:23.491589" level="INFO">${max} = 34030.38</msg>
<var>${max}</var>
<arg>${result_value_list[${1}]}</arg>
<doc>Returns the given values which can then be assigned to a variables.</doc>
<status status="PASS" start="2026-06-14T00:50:23.487464" elapsed="0.004153"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-06-14T00:50:23.495552" level="INFO">${average} = 33086.25</msg>
<var>${average}</var>
<arg>${result_value_list[${2}]}</arg>
<doc>Returns the given values which can then be assigned to a variables.</doc>
<status status="PASS" start="2026-06-14T00:50:23.491771" elapsed="0.003816"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-06-14T00:50:23.499498" level="INFO">${stdev} = 11071.08</msg>
<var>${stdev}</var>
<arg>${result_value_list[${3}]}</arg>
<doc>Returns the given values which can then be assigned to a variables.</doc>
<status status="PASS" start="2026-06-14T00:50:23.495741" elapsed="0.003783"/>
</kw>
<kw name="Get Time" owner="BuiltIn">
<msg time="2026-06-14T00:50:23.500042" level="INFO">${date} = 2026-06-14 00:50:23</msg>
<var>${date}</var>
<arg>d,m,s</arg>
<doc>Returns the given time in the requested format.</doc>
<status status="PASS" start="2026-06-14T00:50:23.499684" elapsed="0.000383"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-06-14T00:50:23.500634" level="INFO">CBench Result: 2026-06-14 00:50:23,-m 60000 -M 100 -S 16 -l 10 -D 5000 -p 6633,31019.08,34030.38,33086.25,11071.08</msg>
<arg>CBench Result: ${date},${cbench_args},${min},${max},${average},${stdev}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-06-14T00:50:23.500213" elapsed="0.000477"/>
</kw>
<kw name="Log Results And Determine Status">
<kw name="Append To File" owner="OperatingSystem">
<msg time="2026-06-14T00:50:23.501961" level="INFO" html="true">Appended to file '&lt;a href="file:///w/workspace/openflowplugin-csit-1node-cbench-only-vanadium/latency.csv"&gt;/w/workspace/openflowplugin-csit-1node-cbench-only-vanadium/latency.csv&lt;/a&gt;'.</msg>
<arg>${output_file}</arg>
<arg>${min},${max},${average}\n</arg>
<doc>Appends the given content to the specified file.</doc>
<status status="PASS" start="2026-06-14T00:50:23.501502" elapsed="0.000527"/>
</kw>
<kw name="Should Be True" owner="BuiltIn">
<arg>${average} &gt; ${threshold}</arg>
<arg>${average} flow_mods per/sec did not exceed threshold of ${threshold}</arg>
<doc>Fails if the given condition is not true.</doc>
<status status="PASS" start="2026-06-14T00:50:23.502183" elapsed="0.000478"/>
</kw>
<arg>${min}</arg>
<arg>${max}</arg>
<arg>${average}</arg>
<arg>${average_threshold}</arg>
<arg>${output_filename}</arg>
<status status="PASS" start="2026-06-14T00:50:23.500837" elapsed="0.001889"/>
</kw>
<arg>-m ${duration_in_ms} -M ${num_of_unique_macs} -S ${switch_count} -l ${loops} -D ${start_delay} -p ${of_port}</arg>
<arg>${latency_threshold}</arg>
<arg>${latency_results_file}</arg>
<status status="PASS" start="2026-06-14T00:40:16.986162" elapsed="606.516626"/>
</kw>
<kw name="Sleep" owner="BuiltIn">
<msg time="2026-06-14T00:50:23.503270" level="INFO">Slept 0 seconds.</msg>
<arg>${test_delay}</arg>
<doc>Pauses the test executed for the given time.</doc>
<status status="PASS" start="2026-06-14T00:50:23.502941" elapsed="0.000386"/>
</kw>
<kw name="Log Results As Zero If Cbench Timed Out" type="TEARDOWN">
<kw name="Run Keyword If Timeout Occurred" owner="BuiltIn">
<arg>Log Results And Determine Status</arg>
<arg>0</arg>
<arg>0</arg>
<arg>0</arg>
<arg>0</arg>
<arg>${output_filename}</arg>
<doc>Runs the given keyword if either a test or a keyword timeout has occurred.</doc>
<status status="PASS" start="2026-06-14T00:50:23.503879" elapsed="0.000269"/>
</kw>
<status status="PASS" start="2026-06-14T00:50:23.503569" elapsed="0.000651"/>
</kw>
<doc>cbench executed in default latency mode. Test parameters have defaults, but can be overridden
on the pybot command line</doc>
<tag>cbench</tag>
<tag>latency</tag>
<timeout value="15 minutes"/>
<status status="PASS" start="2026-06-14T00:40:16.983791" elapsed="606.520469"/>
</test>
<test id="s1-t2" name="Cbench Throughput Test" line="51">
<kw name="Log" owner="BuiltIn">
<msg time="2026-06-14T00:50:23.505984" level="INFO">Cbench tests using 10 iterations of 60 second tests. Switch Count: 16. Unique MACS to cycle: 100</msg>
<arg>Cbench tests using ${loops} iterations of ${duration_in_secs} second tests. Switch Count: ${switch_count}. Unique MACS to cycle: ${num_of_unique_macs}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-06-14T00:50:23.505595" elapsed="0.000446"/>
</kw>
<kw name="Run Cbench And Log Results">
<kw name="Set Suite Variable" owner="BuiltIn">
<msg time="2026-06-14T00:50:23.507291" level="INFO">${output_filename} = throughput.csv</msg>
<arg>${output_filename}</arg>
<doc>Makes a variable available everywhere within the scope of the current suite.</doc>
<status status="PASS" start="2026-06-14T00:50:23.506950" elapsed="0.000383"/>
</kw>
<if>
<branch type="IF" condition="&quot;${cbench_system}&quot; == &quot;localhost&quot;">
<kw name="Run" owner="OperatingSystem">
<var>${output}</var>
<arg>${cbench_executable} -c ${ODL_SYSTEM_IP} ${cbench_args}</arg>
<doc>_This keyword is considered deprecated. Use the
[http://robotframework.org/robotframework/latest/libraries/Process.html|
Process] library instead._</doc>
<status status="NOT RUN" start="2026-06-14T00:50:23.507731" elapsed="0.000021"/>
</kw>
<status status="NOT RUN" start="2026-06-14T00:50:23.507471" elapsed="0.000319"/>
</branch>
<branch type="ELSE">
<kw name="Run Command On Remote System" owner="Utils">
<if>
<branch type="IF" condition="&quot;${return_stdout}&quot;!=&quot;True&quot; and &quot;${return_stderr}&quot;!=&quot;True&quot;">
<kw name="Fail" owner="BuiltIn">
<arg>At least one of {return_stdout} or {return_stderr} args should be set to True</arg>
<doc>Fails the test with the given message and optionally alters its tags.</doc>
<status status="NOT RUN" start="2026-06-14T00:50:23.510949" elapsed="0.000021"/>
</kw>
<status status="NOT RUN" start="2026-06-14T00:50:23.510700" elapsed="0.000305"/>
</branch>
<status status="PASS" start="2026-06-14T00:50:23.510680" elapsed="0.000348"/>
</if>
<kw name="Get Connection" owner="SSHLibrary">
<msg time="2026-06-14T00:50:23.511362" level="INFO">index=None
host=None
alias=None
port=22
timeout=3 seconds
newline=

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

prompt=None
term_type=vt100
width=80
height=24
path_separator=/
encoding=utf8
escape_ansi=False
encoding_errors=strict</msg>
<var>${current_ssh_connection}</var>
<doc>Returns information about the connection.</doc>
<status status="PASS" start="2026-06-14T00:50:23.511159" elapsed="0.000375"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-06-14T00:50:23.512098" level="INFO">Attempting to execute command "/usr/local/bin/cbench -c 10.30.170.56 -t -m 60000 -M 100 -S 16 -l 10 -D 5000 -p 6633" on remote system "10.30.171.224" by user "jenkins" with keyfile pass "any" and prompt "&gt;" and password ""</msg>
<arg>Attempting to execute command "${cmd}" on remote system "${system}" by user "${user}" with keyfile pass "${keyfile_pass}" and prompt "${prompt}" and password "${password}"</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-06-14T00:50:23.511678" elapsed="0.000478"/>
</kw>
<kw name="Open Connection" owner="SSHLibrary">
<msg time="2026-06-14T00:50:23.512707" level="INFO">${conn_id} = 7</msg>
<var>${conn_id}</var>
<arg>${system}</arg>
<arg>prompt=${prompt}</arg>
<arg>timeout=${prompt_timeout}</arg>
<doc>Opens a new SSH connection to the given ``host`` and ``port``.</doc>
<status status="PASS" start="2026-06-14T00:50:23.512298" elapsed="0.000436"/>
</kw>
<kw name="Flexible_SSH_Login" owner="SSHKeywords">
<kw name="Get Length" owner="BuiltIn">
<msg time="2026-06-14T00:50:23.513678" level="INFO">Length is 0.</msg>
<msg time="2026-06-14T00:50:23.513767" level="INFO">${pwd_length} = 0</msg>
<var>${pwd_length}</var>
<arg>${password}</arg>
<doc>Returns and logs the length of the given item as an integer.</doc>
<status status="PASS" start="2026-06-14T00:50:23.513344" elapsed="0.000448"/>
</kw>
<kw name="Run Keyword And Return If" owner="BuiltIn">
<arg>${pwd_length} &gt; 0</arg>
<arg>SSHLibrary.Login</arg>
<arg>${user}</arg>
<arg>${password}</arg>
<arg>delay=${delay}</arg>
<doc>Runs the specified keyword and returns from the enclosing user keyword.</doc>
<status status="PASS" start="2026-06-14T00:50:23.513934" elapsed="0.000324"/>
</kw>
<kw name="Run Keyword And Return" owner="BuiltIn">
<kw name="Login With Public Key" owner="SSHLibrary">
<msg time="2026-06-14T00:50:23.515136" level="INFO">Logging into '10.30.171.224:22' as 'jenkins'.</msg>
<msg time="2026-06-14T00:50:24.094240" 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 Sun Jun 14 00:50:23 UTC 2026

  System load:  1.04               Processes:             105
  Usage of /:   19.6% of 38.58GB   Users logged in:       0
  Memory usage: 4%                 IPv4 address for ens3: 10.30.171.224
  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: Sun Jun 14 00:40:17 2026 from 10.30.170.208
[?2004h[jenkins@releng-63164-303-1-mininet-ovs-217-0 ~]&gt;</msg>
<arg>${user}</arg>
<arg>${USER_HOME}/.ssh/${SSH_KEY}</arg>
<arg>${KEYFILE_PASS}</arg>
<arg>delay=${delay}</arg>
<doc>Logs into the SSH server using key-based authentication.</doc>
<status status="PASS" start="2026-06-14T00:50:23.514780" elapsed="0.579735"/>
</kw>
<msg time="2026-06-14T00:50:24.094622" level="INFO">Returning from the enclosing user keyword.</msg>
<arg>SSHLibrary.Login With Public Key</arg>
<arg>${user}</arg>
<arg>${USER_HOME}/.ssh/${SSH_KEY}</arg>
<arg>${KEYFILE_PASS}</arg>
<arg>delay=${delay}</arg>
<doc>Runs the specified keyword and returns from the enclosing user keyword.</doc>
<status status="PASS" start="2026-06-14T00:50:23.514429" elapsed="0.580308"/>
</kw>
<arg>${user}</arg>
<arg>${password}</arg>
<doc>On active SSH session: if given non-empty password, do Login, else do Login With Public Key.</doc>
<status status="PASS" start="2026-06-14T00:50:23.512937" elapsed="0.581934"/>
</kw>
<kw name="Execute Command" owner="SSHLibrary">
<msg time="2026-06-14T00:50:24.095533" level="INFO">Executing command '/usr/local/bin/cbench -c 10.30.170.56 -t -m 60000 -M 100 -S 16 -l 10 -D 5000 -p 6633'.</msg>
<msg time="2026-06-14T01:00:30.373019" level="INFO">Command exited with return code 0.</msg>
<msg time="2026-06-14T01:00:30.373708" level="INFO">${stdout} = </msg>
<msg time="2026-06-14T01:00:30.373837" level="INFO">${stderr} = cbench: controller benchmarking tool
   running in mode 'throughput'
   connecting to controller at 10.30.170.56:6633 
   faking 16 switches with 1 threads :: 10 tests each; 60000 ms per test
   with ...</msg>
<var>${stdout}</var>
<var>${stderr}</var>
<arg>${cmd}</arg>
<arg>return_stderr=True</arg>
<doc>Executes ``command`` on the remote machine and returns its outputs.</doc>
<status status="PASS" start="2026-06-14T00:50:24.095140" elapsed="606.278767"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-06-14T01:00:30.374462" elapsed="0.001136"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-06-14T01:00:30.376841" level="INFO">cbench: controller benchmarking tool
   running in mode 'throughput'
   connecting to controller at 10.30.170.56: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.56. So far 1 cbench instances have initialized their switches.  Waiting for other cbench-instances
Thread-0: Total switches from ALL cbench-instances initialized.
00:51:29.221 16  switches: flows:  494460 445349 469914 485576 484906 447315 490941 488854 472214 478445 475189 478972 477128 474642 481310 472862  total = 126.967950 per ms 
00:52:29.323 16  switches: flows:  459333 462337 459744 460937 464670 460180 467259 460592 460818 455191 465446 461048 463508 464006 458656 458993  total = 122.838694 per ms 
00:53:29.425 16  switches: flows:  466663 471233 470571 475768 462163 467354 474141 472774 465637 464496 468691 473586 469179 468465 472529 472830  total = 125.057370 per ms 
00:54:29.526 16  switches: flows:  490277 491461 492352 489950 493410 493009 490261 497201 492055 493476 496636 498209 493479 497203 490880 490109  total = 131.279320 per ms 
00:55:29.626 16  switches: flows:  507264 509887 507087 507355 513627 507406 511018 512375 503571 505606 511800 511481 504951 511824 507998 505484  total = 135.418107 per ms 
00:56:29.727 16  switches: flows:  557927 545689 562350 552830 548103 564569 563081 549114 546029 552032 557543 557977 555181 554298 550817 551527  total = 147.569603 per ms 
00:57:29.829 16  switches: flows:  511589 502261 505422 515029 498821 507268 512290 515110 489376 503218 512212 493834 516936 504704 512253 495079  total = 134.696571 per ms 
00:58:30.165 16  switches: flows:  535122 536743 540477 536129 529635 532431 528340 541461 530056 522933 526776 543893 545836 535566 536093 533359  total = 141.787873 per ms 
00:59:30.266 16  switches: flows:  500247 490879 505587 496269 505032 496160 496456 512531 497154 496725 505710 505261 493511 501149 501738 490513  total = 133.024441 per ms 
01:00:30.368 16  switches: flows:  522119 520545 521950 523614 529652 525708 527156 531729 529796 525935 522198 524585 522305 533527 522837 524071  total = 139.893538 per ms 
RESULT: 16 switches 9 tests min/max/avg/stdev = 122838.69/147569.60/134618.39/45477.20 responses/s</msg>
<arg>${stderr}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-06-14T01:00:30.376027" elapsed="0.001807"/>
</kw>
<if>
<branch type="IF" condition="&quot;${return_stdout}&quot;!=&quot;True&quot;">
<return>
<value>${stderr}</value>
<status status="PASS" start="2026-06-14T01:00:30.378188" elapsed="0.000054"/>
</return>
<status status="PASS" start="2026-06-14T01:00:30.377967" elapsed="0.000329"/>
</branch>
<status status="PASS" start="2026-06-14T01:00:30.377928" elapsed="0.000403"/>
</if>
<if>
<branch type="IF" condition="&quot;${return_stderr}&quot;!=&quot;True&quot;">
<return>
<value>${stdout}</value>
<status status="NOT RUN" start="2026-06-14T01:00:30.378484" elapsed="0.000018"/>
</return>
<status status="NOT RUN" start="2026-06-14T01:00:30.378431" elapsed="0.000109"/>
</branch>
<status status="NOT RUN" start="2026-06-14T01:00:30.378406" elapsed="0.000162"/>
</if>
<return>
<value>${stdout}</value>
<value>${stderr}</value>
<status status="NOT RUN" start="2026-06-14T01:00:30.378610" elapsed="0.000018"/>
</return>
<kw name="Restore_Current_Ssh_Connection_From_Index" owner="SSHKeywords" type="TEARDOWN">
<kw name="Run Keyword And Return If" owner="BuiltIn">
<arg>${connection_index} is not None</arg>
<arg>SSHLibrary.Switch Connection</arg>
<arg>${connection_index}</arg>
<doc>Runs the specified keyword and returns from the enclosing user keyword.</doc>
<status status="PASS" start="2026-06-14T01:00:30.382302" elapsed="0.000518"/>
</kw>
<kw name="Open Connection" owner="SSHLibrary">
<arg>127.0.0.1</arg>
<doc>Opens a new SSH connection to the given ``host`` and ``port``.</doc>
<status status="PASS" start="2026-06-14T01:00:30.383041" elapsed="0.000240"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-06-14T01:00:30.383621" elapsed="0.000211"/>
</kw>
<arg>${current_ssh_connection.index}</arg>
<doc>Restore active SSH connection in SSHLibrary to given index.</doc>
<status status="PASS" start="2026-06-14T01:00:30.379068" elapsed="0.004841"/>
</kw>
<msg time="2026-06-14T01:00:30.384094" level="INFO">${output} = cbench: controller benchmarking tool
   running in mode 'throughput'
   connecting to controller at 10.30.170.56:6633 
   faking 16 switches with 1 threads :: 10 tests each; 60000 ms per test
   with ...</msg>
<var>${output}</var>
<arg>${cbench_system}</arg>
<arg>${cbench_executable} -c ${ODL_SYSTEM_IP} ${cbench_args}</arg>
<arg>prompt_timeout=${test_timeout}</arg>
<arg>return_stdout=False</arg>
<arg>return_stderr=True</arg>
<doc>Reduces the common work of running a command on a remote system to a single higher level
robot keyword, taking care to log in with a public key and. The command given is written and the return value
depends on the passed argument values of return_stdout (default: True) and return_stderr (default: False).
At least one should be True, or the keyword will exit and FAIL. If both are True, the resulting return value
will be a two element list containing both. Otherwise the resulting return value is a string.
No test conditions are checked.</doc>
<status status="PASS" start="2026-06-14T00:50:23.508126" elapsed="606.876006"/>
</kw>
<status status="PASS" start="2026-06-14T00:50:23.507815" elapsed="606.876385"/>
</branch>
<status status="PASS" start="2026-06-14T00:50:23.507449" elapsed="606.876785"/>
</if>
<kw name="Log" owner="BuiltIn">
<msg time="2026-06-14T01:00:30.384943" level="INFO">cbench: controller benchmarking tool
   running in mode 'throughput'
   connecting to controller at 10.30.170.56: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.56. So far 1 cbench instances have initialized their switches.  Waiting for other cbench-instances
Thread-0: Total switches from ALL cbench-instances initialized.
00:51:29.221 16  switches: flows:  494460 445349 469914 485576 484906 447315 490941 488854 472214 478445 475189 478972 477128 474642 481310 472862  total = 126.967950 per ms 
00:52:29.323 16  switches: flows:  459333 462337 459744 460937 464670 460180 467259 460592 460818 455191 465446 461048 463508 464006 458656 458993  total = 122.838694 per ms 
00:53:29.425 16  switches: flows:  466663 471233 470571 475768 462163 467354 474141 472774 465637 464496 468691 473586 469179 468465 472529 472830  total = 125.057370 per ms 
00:54:29.526 16  switches: flows:  490277 491461 492352 489950 493410 493009 490261 497201 492055 493476 496636 498209 493479 497203 490880 490109  total = 131.279320 per ms 
00:55:29.626 16  switches: flows:  507264 509887 507087 507355 513627 507406 511018 512375 503571 505606 511800 511481 504951 511824 507998 505484  total = 135.418107 per ms 
00:56:29.727 16  switches: flows:  557927 545689 562350 552830 548103 564569 563081 549114 546029 552032 557543 557977 555181 554298 550817 551527  total = 147.569603 per ms 
00:57:29.829 16  switches: flows:  511589 502261 505422 515029 498821 507268 512290 515110 489376 503218 512212 493834 516936 504704 512253 495079  total = 134.696571 per ms 
00:58:30.165 16  switches: flows:  535122 536743 540477 536129 529635 532431 528340 541461 530056 522933 526776 543893 545836 535566 536093 533359  total = 141.787873 per ms 
00:59:30.266 16  switches: flows:  500247 490879 505587 496269 505032 496160 496456 512531 497154 496725 505710 505261 493511 501149 501738 490513  total = 133.024441 per ms 
01:00:30.368 16  switches: flows:  522119 520545 521950 523614 529652 525708 527156 531729 529796 525935 522198 524585 522305 533527 522837 524071  total = 139.893538 per ms 
RESULT: 16 switches 9 tests min/max/avg/stdev = 122838.69/147569.60/134618.39/45477.20 responses/s</msg>
<arg>${output}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-06-14T01:00:30.384468" elapsed="0.000579"/>
</kw>
<kw name="Should Contain" owner="BuiltIn">
<arg>${output}</arg>
<arg>RESULT</arg>
<doc>Fails if ``container`` does not contain ``item`` one or more times.</doc>
<status status="PASS" start="2026-06-14T01:00:30.385259" elapsed="0.000565"/>
</kw>
<kw name="Get Lines Containing String" owner="String">
<msg time="2026-06-14T01:00:30.386377" level="INFO">1 out of 23 lines matched.</msg>
<msg time="2026-06-14T01:00:30.386527" level="INFO">${result_line} = RESULT: 16 switches 9 tests min/max/avg/stdev = 122838.69/147569.60/134618.39/45477.20 responses/s</msg>
<var>${result_line}</var>
<arg>${output}</arg>
<arg>RESULT</arg>
<doc>Returns lines of the given ``string`` that contain the ``pattern``.</doc>
<status status="PASS" start="2026-06-14T01:00:30.386052" elapsed="0.000510"/>
</kw>
<kw name="Split String" owner="String">
<msg time="2026-06-14T01:00:30.387144" level="INFO">@{results_list} = [ RESULT: | 16 | switches | 9 | tests | min/max/avg/stdev | = | 122838.69/147569.60/134618.39/45477.20 | responses/s ]</msg>
<var>@{results_list}</var>
<arg>${result_line}</arg>
<doc>Splits the ``string`` using ``separator`` as a delimiter string.</doc>
<status status="PASS" start="2026-06-14T01:00:30.386779" elapsed="0.000403"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-06-14T01:00:30.390341" level="INFO">min/max/avg/stdev</msg>
<arg>${results_list[5]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-06-14T01:00:30.387383" elapsed="0.003030"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-06-14T01:00:30.392781" level="INFO">122838.69/147569.60/134618.39/45477.20</msg>
<arg>${results_list[7]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-06-14T01:00:30.390571" elapsed="0.002266"/>
</kw>
<kw name="Split String" owner="String">
<msg time="2026-06-14T01:00:30.395326" level="INFO">@{result_name_list} = [ min | max | avg | stdev ]</msg>
<var>@{result_name_list}</var>
<arg>${results_list[5]}</arg>
<arg>/</arg>
<doc>Splits the ``string`` using ``separator`` as a delimiter string.</doc>
<status status="PASS" start="2026-06-14T01:00:30.392986" elapsed="0.002368"/>
</kw>
<kw name="Split String" owner="String">
<msg time="2026-06-14T01:00:30.398642" level="INFO">@{result_value_list} = [ 122838.69 | 147569.60 | 134618.39 | 45477.20 ]</msg>
<var>@{result_value_list}</var>
<arg>${results_list[7]}</arg>
<arg>/</arg>
<doc>Splits the ``string`` using ``separator`` as a delimiter string.</doc>
<status status="PASS" start="2026-06-14T01:00:30.396251" elapsed="0.002423"/>
</kw>
<kw name="Get Length" owner="BuiltIn">
<msg time="2026-06-14T01:00:30.399239" level="INFO">Length is 4.</msg>
<msg time="2026-06-14T01:00:30.399332" level="INFO">${num_stats} = 4</msg>
<var>${num_stats}</var>
<arg>${result_name_list}</arg>
<doc>Returns and logs the length of the given item as an integer.</doc>
<status status="PASS" start="2026-06-14T01:00:30.398864" elapsed="0.000492"/>
</kw>
<for flavor="IN RANGE">
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-06-14T01:00:30.404913" level="INFO">min :: 122838.69</msg>
<arg>${result_name_list[${i}]} :: ${result_value_list[${i}]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-06-14T01:00:30.399836" elapsed="0.005162"/>
</kw>
<var name="${i}">0</var>
<status status="PASS" start="2026-06-14T01:00:30.399672" elapsed="0.005365"/>
</iter>
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-06-14T01:00:30.409938" level="INFO">max :: 147569.60</msg>
<arg>${result_name_list[${i}]} :: ${result_value_list[${i}]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-06-14T01:00:30.405267" elapsed="0.004731"/>
</kw>
<var name="${i}">1</var>
<status status="PASS" start="2026-06-14T01:00:30.405135" elapsed="0.004899"/>
</iter>
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-06-14T01:00:30.414864" level="INFO">avg :: 134618.39</msg>
<arg>${result_name_list[${i}]} :: ${result_value_list[${i}]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-06-14T01:00:30.410286" elapsed="0.004638"/>
</kw>
<var name="${i}">2</var>
<status status="PASS" start="2026-06-14T01:00:30.410125" elapsed="0.004835"/>
</iter>
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-06-14T01:00:30.419652" level="INFO">stdev :: 45477.20</msg>
<arg>${result_name_list[${i}]} :: ${result_value_list[${i}]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-06-14T01:00:30.415183" elapsed="0.004530"/>
</kw>
<var name="${i}">3</var>
<status status="PASS" start="2026-06-14T01:00:30.415050" elapsed="0.004698"/>
</iter>
<var>${i}</var>
<value>0</value>
<value>${num_stats}</value>
<status status="PASS" start="2026-06-14T01:00:30.399452" elapsed="0.020329"/>
</for>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-06-14T01:00:30.423814" level="INFO">${min} = 122838.69</msg>
<var>${min}</var>
<arg>${result_value_list[${0}]}</arg>
<doc>Returns the given values which can then be assigned to a variables.</doc>
<status status="PASS" start="2026-06-14T01:00:30.419947" elapsed="0.003898"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-06-14T01:00:30.428234" level="INFO">${max} = 147569.60</msg>
<var>${max}</var>
<arg>${result_value_list[${1}]}</arg>
<doc>Returns the given values which can then be assigned to a variables.</doc>
<status status="PASS" start="2026-06-14T01:00:30.424005" elapsed="0.004257"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-06-14T01:00:30.432445" level="INFO">${average} = 134618.39</msg>
<var>${average}</var>
<arg>${result_value_list[${2}]}</arg>
<doc>Returns the given values which can then be assigned to a variables.</doc>
<status status="PASS" start="2026-06-14T01:00:30.428438" elapsed="0.004039"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-06-14T01:00:30.436832" level="INFO">${stdev} = 45477.20</msg>
<var>${stdev}</var>
<arg>${result_value_list[${3}]}</arg>
<doc>Returns the given values which can then be assigned to a variables.</doc>
<status status="PASS" start="2026-06-14T01:00:30.432635" elapsed="0.004226"/>
</kw>
<kw name="Get Time" owner="BuiltIn">
<msg time="2026-06-14T01:00:30.437507" level="INFO">${date} = 2026-06-14 01:00:30</msg>
<var>${date}</var>
<arg>d,m,s</arg>
<doc>Returns the given time in the requested format.</doc>
<status status="PASS" start="2026-06-14T01:00:30.437029" elapsed="0.000511"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-06-14T01:00:30.438115" level="INFO">CBench Result: 2026-06-14 01:00:30,-t -m 60000 -M 100 -S 16 -l 10 -D 5000 -p 6633,122838.69,147569.60,134618.39,45477.20</msg>
<arg>CBench Result: ${date},${cbench_args},${min},${max},${average},${stdev}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-06-14T01:00:30.437700" elapsed="0.000484"/>
</kw>
<kw name="Log Results And Determine Status">
<kw name="Append To File" owner="OperatingSystem">
<msg time="2026-06-14T01:00:30.439272" level="INFO" html="true">Appended to file '&lt;a href="file:///w/workspace/openflowplugin-csit-1node-cbench-only-vanadium/throughput.csv"&gt;/w/workspace/openflowplugin-csit-1node-cbench-only-vanadium/throughput.csv&lt;/a&gt;'.</msg>
<arg>${output_file}</arg>
<arg>${min},${max},${average}\n</arg>
<doc>Appends the given content to the specified file.</doc>
<status status="PASS" start="2026-06-14T01:00:30.438847" elapsed="0.000492"/>
</kw>
<kw name="Should Be True" owner="BuiltIn">
<arg>${average} &gt; ${threshold}</arg>
<arg>${average} flow_mods per/sec did not exceed threshold of ${threshold}</arg>
<doc>Fails if the given condition is not true.</doc>
<status status="PASS" start="2026-06-14T01:00:30.439507" elapsed="0.000500"/>
</kw>
<arg>${min}</arg>
<arg>${max}</arg>
<arg>${average}</arg>
<arg>${average_threshold}</arg>
<arg>${output_filename}</arg>
<status status="PASS" start="2026-06-14T01:00:30.438345" elapsed="0.001728"/>
</kw>
<arg>-t -m ${duration_in_ms} -M ${num_of_unique_macs} -S ${switch_count} -l ${loops} -D ${start_delay} -p ${of_port}</arg>
<arg>${throughput_threshold}</arg>
<arg>${throughput_results_file}</arg>
<status status="PASS" start="2026-06-14T00:50:23.506359" elapsed="606.933776"/>
</kw>
<kw name="Sleep" owner="BuiltIn">
<msg time="2026-06-14T01:00:30.440632" level="INFO">Slept 0 seconds.</msg>
<arg>${test_delay}</arg>
<doc>Pauses the test executed for the given time.</doc>
<status status="PASS" start="2026-06-14T01:00:30.440289" elapsed="0.000400"/>
</kw>
<kw name="Log Results As Zero If Cbench Timed Out" type="TEARDOWN">
<kw name="Run Keyword If Timeout Occurred" owner="BuiltIn">
<arg>Log Results And Determine Status</arg>
<arg>0</arg>
<arg>0</arg>
<arg>0</arg>
<arg>0</arg>
<arg>${output_filename}</arg>
<doc>Runs the given keyword if either a test or a keyword timeout has occurred.</doc>
<status status="PASS" start="2026-06-14T01:00:30.441217" elapsed="0.000285"/>
</kw>
<status status="PASS" start="2026-06-14T01:00:30.440902" elapsed="0.000671"/>
</kw>
<doc>cbench executed in throughput mode (-t). Test parameters have defaults, but can be overridden
on the pybot command line</doc>
<tag>cbench</tag>
<tag>throughput</tag>
<timeout value="15 minutes"/>
<status status="PASS" start="2026-06-14T00:50:23.504877" elapsed="606.936736"/>
</test>
<test id="s1-t3" name="Rerun Latency Test To Check Bug 6176" line="65">
<kw name="Log" owner="BuiltIn">
<msg time="2026-06-14T01:00:30.443286" level="INFO">Cbench tests using 10 iterations of 60 second tests. Switch Count: 16. Unique MACS to cycle: 100</msg>
<arg>Cbench tests using ${loops} iterations of ${duration_in_secs} second tests. Switch Count: ${switch_count}. Unique MACS to cycle: ${num_of_unique_macs}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-06-14T01:00:30.442900" elapsed="0.000452"/>
</kw>
<kw name="Run Cbench And Log Results">
<kw name="Set Suite Variable" owner="BuiltIn">
<msg time="2026-06-14T01:00:30.444772" level="INFO">${output_filename} = bug.csv</msg>
<arg>${output_filename}</arg>
<doc>Makes a variable available everywhere within the scope of the current suite.</doc>
<status status="PASS" start="2026-06-14T01:00:30.444439" elapsed="0.000375"/>
</kw>
<if>
<branch type="IF" condition="&quot;${cbench_system}&quot; == &quot;localhost&quot;">
<kw name="Run" owner="OperatingSystem">
<var>${output}</var>
<arg>${cbench_executable} -c ${ODL_SYSTEM_IP} ${cbench_args}</arg>
<doc>_This keyword is considered deprecated. Use the
[http://robotframework.org/robotframework/latest/libraries/Process.html|
Process] library instead._</doc>
<status status="NOT RUN" start="2026-06-14T01:00:30.445188" elapsed="0.000022"/>
</kw>
<status status="NOT RUN" start="2026-06-14T01:00:30.444938" elapsed="0.000310"/>
</branch>
<branch type="ELSE">
<kw name="Run Command On Remote System" owner="Utils">
<if>
<branch type="IF" condition="&quot;${return_stdout}&quot;!=&quot;True&quot; and &quot;${return_stderr}&quot;!=&quot;True&quot;">
<kw name="Fail" owner="BuiltIn">
<arg>At least one of {return_stdout} or {return_stderr} args should be set to True</arg>
<doc>Fails the test with the given message and optionally alters its tags.</doc>
<status status="NOT RUN" start="2026-06-14T01:00:30.448334" elapsed="0.000021"/>
</kw>
<status status="NOT RUN" start="2026-06-14T01:00:30.448086" elapsed="0.000318"/>
</branch>
<status status="PASS" start="2026-06-14T01:00:30.448066" elapsed="0.000363"/>
</if>
<kw name="Get Connection" owner="SSHLibrary">
<msg time="2026-06-14T01:00:30.448772" level="INFO">index=None
host=None
alias=None
port=22
timeout=3 seconds
newline=

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

prompt=None
term_type=vt100
width=80
height=24
path_separator=/
encoding=utf8
escape_ansi=False
encoding_errors=strict</msg>
<var>${current_ssh_connection}</var>
<doc>Returns information about the connection.</doc>
<status status="PASS" start="2026-06-14T01:00:30.448566" elapsed="0.000352"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-06-14T01:00:30.449497" level="INFO">Attempting to execute command "/usr/local/bin/cbench -c 10.30.170.56 -m 60000 -M 100 -S 16 -l 10 -D 5000 -p 6633" on remote system "10.30.171.224" by user "jenkins" with keyfile pass "any" and prompt "&gt;" and password ""</msg>
<arg>Attempting to execute command "${cmd}" on remote system "${system}" by user "${user}" with keyfile pass "${keyfile_pass}" and prompt "${prompt}" and password "${password}"</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-06-14T01:00:30.449052" elapsed="0.000503"/>
</kw>
<kw name="Open Connection" owner="SSHLibrary">
<msg time="2026-06-14T01:00:30.450136" level="INFO">${conn_id} = 9</msg>
<var>${conn_id}</var>
<arg>${system}</arg>
<arg>prompt=${prompt}</arg>
<arg>timeout=${prompt_timeout}</arg>
<doc>Opens a new SSH connection to the given ``host`` and ``port``.</doc>
<status status="PASS" start="2026-06-14T01:00:30.449709" elapsed="0.000453"/>
</kw>
<kw name="Flexible_SSH_Login" owner="SSHKeywords">
<kw name="Get Length" owner="BuiltIn">
<msg time="2026-06-14T01:00:30.451067" level="INFO">Length is 0.</msg>
<msg time="2026-06-14T01:00:30.451154" level="INFO">${pwd_length} = 0</msg>
<var>${pwd_length}</var>
<arg>${password}</arg>
<doc>Returns and logs the length of the given item as an integer.</doc>
<status status="PASS" start="2026-06-14T01:00:30.450752" elapsed="0.000426"/>
</kw>
<kw name="Run Keyword And Return If" owner="BuiltIn">
<arg>${pwd_length} &gt; 0</arg>
<arg>SSHLibrary.Login</arg>
<arg>${user}</arg>
<arg>${password}</arg>
<arg>delay=${delay}</arg>
<doc>Runs the specified keyword and returns from the enclosing user keyword.</doc>
<status status="PASS" start="2026-06-14T01:00:30.451318" elapsed="0.000339"/>
</kw>
<kw name="Run Keyword And Return" owner="BuiltIn">
<kw name="Login With Public Key" owner="SSHLibrary">
<msg time="2026-06-14T01:00:30.452644" level="INFO">Logging into '10.30.171.224:22' as 'jenkins'.</msg>
<msg time="2026-06-14T01:00:31.042736" 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 Sun Jun 14 01:00:30 UTC 2026

  System load:  0.35               Processes:             106
  Usage of /:   19.6% of 38.58GB   Users logged in:       0
  Memory usage: 5%                 IPv4 address for ens3: 10.30.171.224
  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: Sun Jun 14 00:50:24 2026 from 10.30.170.208
[?2004h[jenkins@releng-63164-303-1-mininet-ovs-217-0 ~]&gt;</msg>
<arg>${user}</arg>
<arg>${USER_HOME}/.ssh/${SSH_KEY}</arg>
<arg>${KEYFILE_PASS}</arg>
<arg>delay=${delay}</arg>
<doc>Logs into the SSH server using key-based authentication.</doc>
<status status="PASS" start="2026-06-14T01:00:30.452258" elapsed="0.590685"/>
</kw>
<msg time="2026-06-14T01:00:31.043035" level="INFO">Returning from the enclosing user keyword.</msg>
<arg>SSHLibrary.Login With Public Key</arg>
<arg>${user}</arg>
<arg>${USER_HOME}/.ssh/${SSH_KEY}</arg>
<arg>${KEYFILE_PASS}</arg>
<arg>delay=${delay}</arg>
<doc>Runs the specified keyword and returns from the enclosing user keyword.</doc>
<status status="PASS" start="2026-06-14T01:00:30.451810" elapsed="0.591308"/>
</kw>
<arg>${user}</arg>
<arg>${password}</arg>
<doc>On active SSH session: if given non-empty password, do Login, else do Login With Public Key.</doc>
<status status="PASS" start="2026-06-14T01:00:30.450365" elapsed="0.592875"/>
</kw>
<kw name="Execute Command" owner="SSHLibrary">
<msg time="2026-06-14T01:00:31.043802" level="INFO">Executing command '/usr/local/bin/cbench -c 10.30.170.56 -m 60000 -M 100 -S 16 -l 10 -D 5000 -p 6633'.</msg>
<msg time="2026-06-14T01:10:37.158258" level="INFO">Command exited with return code 0.</msg>
<msg time="2026-06-14T01:10:37.158905" level="INFO">${stdout} = </msg>
<msg time="2026-06-14T01:10:37.159013" level="INFO">${stderr} = cbench: controller benchmarking tool
   running in mode 'latency'
   connecting to controller at 10.30.170.56:6633 
   faking 16 switches with 1 threads :: 10 tests each; 60000 ms per test
   with 100...</msg>
<var>${stdout}</var>
<var>${stderr}</var>
<arg>${cmd}</arg>
<arg>return_stderr=True</arg>
<doc>Executes ``command`` on the remote machine and returns its outputs.</doc>
<status status="PASS" start="2026-06-14T01:00:31.043484" elapsed="606.115596"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-06-14T01:10:37.160206" elapsed="0.000767"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-06-14T01:10:37.162137" level="INFO">cbench: controller benchmarking tool
   running in mode 'latency'
   connecting to controller at 10.30.170.56: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.56. So far 1 cbench instances have initialized their switches.  Waiting for other cbench-instances
Thread-0: Total switches from ALL cbench-instances initialized.
01:01:36.244 16  switches: flows:  115814 112891 114406 115582 117588 116299 115717 112776 110178 115617 113768 112163 111672 108318 116346 114139  total = 30.387900 per ms 
01:02:36.344 16  switches: flows:  130598 131148 132369 126296 128005 131211 127756 123730 125876 131608 124215 127089 130057 124245 127233 126823  total = 34.080697 per ms 
01:03:36.445 16  switches: flows:  133695 131670 134148 129277 132412 134192 130177 127283 127834 131560 126801 130161 133988 127527 130884 130901  total = 34.816689 per ms 
01:04:36.546 16  switches: flows:  136434 132637 137134 130963 131463 135353 130438 130382 129709 133495 127222 132339 133128 128575 133161 133073  total = 35.199654 per ms 
01:05:36.646 16  switches: flows:  136355 130999 137618 130349 131300 134820 131103 128918 131486 133514 128444 132625 132688 128690 132598 130890  total = 35.147875 per ms 
01:06:36.746 16  switches: flows:  134735 130189 137393 130022 133011 134851 131108 128165 128672 132224 128599 132212 133910 127901 130370 130446  total = 35.004974 per ms 
01:07:36.847 16  switches: flows:  135306 132761 139093 130623 134192 135594 131515 130942 132927 132864 129955 132748 135467 129877 133002 132249  total = 35.426030 per ms 
01:08:36.947 16  switches: flows:  134108 131480 135450 128466 132566 132756 128955 128218 129066 133197 128832 129422 135105 128250 130424 130306  total = 34.885127 per ms 
01:09:37.048 16  switches: flows:  135144 131683 136177 130210 131816 132897 131846 128075 130499 133193 130896 131044 133272 128725 133004 130277  total = 35.087201 per ms 
01:10:37.148 16  switches: flows:  133971 132601 135853 131720 132709 135312 128267 128070 130211 132826 131027 131009 134954 130625 130918 130697  total = 35.120857 per ms 
RESULT: 16 switches 9 tests min/max/avg/stdev = 34080.70/35426.03/34974.34/11663.60 responses/s</msg>
<arg>${stderr}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-06-14T01:10:37.161339" elapsed="0.001139"/>
</kw>
<if>
<branch type="IF" condition="&quot;${return_stdout}&quot;!=&quot;True&quot;">
<return>
<value>${stderr}</value>
<status status="PASS" start="2026-06-14T01:10:37.162976" elapsed="0.000072"/>
</return>
<status status="PASS" start="2026-06-14T01:10:37.162660" elapsed="0.000466"/>
</branch>
<status status="PASS" start="2026-06-14T01:10:37.162609" elapsed="0.000572"/>
</if>
<if>
<branch type="IF" condition="&quot;${return_stderr}&quot;!=&quot;True&quot;">
<return>
<value>${stdout}</value>
<status status="NOT RUN" start="2026-06-14T01:10:37.163415" elapsed="0.000032"/>
</return>
<status status="NOT RUN" start="2026-06-14T01:10:37.163305" elapsed="0.000205"/>
</branch>
<status status="NOT RUN" start="2026-06-14T01:10:37.163269" elapsed="0.000289"/>
</if>
<return>
<value>${stdout}</value>
<value>${stderr}</value>
<status status="NOT RUN" start="2026-06-14T01:10:37.163627" elapsed="0.000029"/>
</return>
<kw name="Restore_Current_Ssh_Connection_From_Index" owner="SSHKeywords" type="TEARDOWN">
<kw name="Run Keyword And Return If" owner="BuiltIn">
<arg>${connection_index} is not None</arg>
<arg>SSHLibrary.Switch Connection</arg>
<arg>${connection_index}</arg>
<doc>Runs the specified keyword and returns from the enclosing user keyword.</doc>
<status status="PASS" start="2026-06-14T01:10:37.168100" elapsed="0.000348"/>
</kw>
<kw name="Open Connection" owner="SSHLibrary">
<arg>127.0.0.1</arg>
<doc>Opens a new SSH connection to the given ``host`` and ``port``.</doc>
<status status="PASS" start="2026-06-14T01:10:37.168598" elapsed="0.000160"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-06-14T01:10:37.168889" elapsed="0.000098"/>
</kw>
<arg>${current_ssh_connection.index}</arg>
<doc>Restore active SSH connection in SSHLibrary to given index.</doc>
<status status="PASS" start="2026-06-14T01:10:37.164329" elapsed="0.004712"/>
</kw>
<msg time="2026-06-14T01:10:37.169171" level="INFO">${output} = cbench: controller benchmarking tool
   running in mode 'latency'
   connecting to controller at 10.30.170.56:6633 
   faking 16 switches with 1 threads :: 10 tests each; 60000 ms per test
   with 100...</msg>
<var>${output}</var>
<arg>${cbench_system}</arg>
<arg>${cbench_executable} -c ${ODL_SYSTEM_IP} ${cbench_args}</arg>
<arg>prompt_timeout=${test_timeout}</arg>
<arg>return_stdout=False</arg>
<arg>return_stderr=True</arg>
<doc>Reduces the common work of running a command on a remote system to a single higher level
robot keyword, taking care to log in with a public key and. The command given is written and the return value
depends on the passed argument values of return_stdout (default: True) and return_stderr (default: False).
At least one should be True, or the keyword will exit and FAIL. If both are True, the resulting return value
will be a two element list containing both. Otherwise the resulting return value is a string.
No test conditions are checked.</doc>
<status status="PASS" start="2026-06-14T01:00:30.445612" elapsed="606.723587"/>
</kw>
<status status="PASS" start="2026-06-14T01:00:30.445273" elapsed="606.723977"/>
</branch>
<status status="PASS" start="2026-06-14T01:00:30.444914" elapsed="606.724360"/>
</if>
<kw name="Log" owner="BuiltIn">
<msg time="2026-06-14T01:10:37.169733" level="INFO">cbench: controller benchmarking tool
   running in mode 'latency'
   connecting to controller at 10.30.170.56: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.56. So far 1 cbench instances have initialized their switches.  Waiting for other cbench-instances
Thread-0: Total switches from ALL cbench-instances initialized.
01:01:36.244 16  switches: flows:  115814 112891 114406 115582 117588 116299 115717 112776 110178 115617 113768 112163 111672 108318 116346 114139  total = 30.387900 per ms 
01:02:36.344 16  switches: flows:  130598 131148 132369 126296 128005 131211 127756 123730 125876 131608 124215 127089 130057 124245 127233 126823  total = 34.080697 per ms 
01:03:36.445 16  switches: flows:  133695 131670 134148 129277 132412 134192 130177 127283 127834 131560 126801 130161 133988 127527 130884 130901  total = 34.816689 per ms 
01:04:36.546 16  switches: flows:  136434 132637 137134 130963 131463 135353 130438 130382 129709 133495 127222 132339 133128 128575 133161 133073  total = 35.199654 per ms 
01:05:36.646 16  switches: flows:  136355 130999 137618 130349 131300 134820 131103 128918 131486 133514 128444 132625 132688 128690 132598 130890  total = 35.147875 per ms 
01:06:36.746 16  switches: flows:  134735 130189 137393 130022 133011 134851 131108 128165 128672 132224 128599 132212 133910 127901 130370 130446  total = 35.004974 per ms 
01:07:36.847 16  switches: flows:  135306 132761 139093 130623 134192 135594 131515 130942 132927 132864 129955 132748 135467 129877 133002 132249  total = 35.426030 per ms 
01:08:36.947 16  switches: flows:  134108 131480 135450 128466 132566 132756 128955 128218 129066 133197 128832 129422 135105 128250 130424 130306  total = 34.885127 per ms 
01:09:37.048 16  switches: flows:  135144 131683 136177 130210 131816 132897 131846 128075 130499 133193 130896 131044 133272 128725 133004 130277  total = 35.087201 per ms 
01:10:37.148 16  switches: flows:  133971 132601 135853 131720 132709 135312 128267 128070 130211 132826 131027 131009 134954 130625 130918 130697  total = 35.120857 per ms 
RESULT: 16 switches 9 tests min/max/avg/stdev = 34080.70/35426.03/34974.34/11663.60 responses/s</msg>
<arg>${output}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-06-14T01:10:37.169435" 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-06-14T01:10:37.169958" elapsed="0.000394"/>
</kw>
<kw name="Get Lines Containing String" owner="String">
<msg time="2026-06-14T01:10:37.170756" level="INFO">1 out of 23 lines matched.</msg>
<msg time="2026-06-14T01:10:37.170847" level="INFO">${result_line} = RESULT: 16 switches 9 tests min/max/avg/stdev = 34080.70/35426.03/34974.34/11663.60 responses/s</msg>
<var>${result_line}</var>
<arg>${output}</arg>
<arg>RESULT</arg>
<doc>Returns lines of the given ``string`` that contain the ``pattern``.</doc>
<status status="PASS" start="2026-06-14T01:10:37.170529" elapsed="0.000343"/>
</kw>
<kw name="Split String" owner="String">
<msg time="2026-06-14T01:10:37.171280" level="INFO">@{results_list} = [ RESULT: | 16 | switches | 9 | tests | min/max/avg/stdev | = | 34080.70/35426.03/34974.34/11663.60 | responses/s ]</msg>
<var>@{results_list}</var>
<arg>${result_line}</arg>
<doc>Splits the ``string`` using ``separator`` as a delimiter string.</doc>
<status status="PASS" start="2026-06-14T01:10:37.171027" elapsed="0.000280"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-06-14T01:10:37.173696" level="INFO">min/max/avg/stdev</msg>
<arg>${results_list[5]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-06-14T01:10:37.171468" elapsed="0.002288"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-06-14T01:10:37.176117" level="INFO">34080.70/35426.03/34974.34/11663.60</msg>
<arg>${results_list[7]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-06-14T01:10:37.173904" elapsed="0.002270"/>
</kw>
<kw name="Split String" owner="String">
<msg time="2026-06-14T01:10:37.178560" level="INFO">@{result_name_list} = [ min | max | avg | stdev ]</msg>
<var>@{result_name_list}</var>
<arg>${results_list[5]}</arg>
<arg>/</arg>
<doc>Splits the ``string`` using ``separator`` as a delimiter string.</doc>
<status status="PASS" start="2026-06-14T01:10:37.176325" elapsed="0.002262"/>
</kw>
<kw name="Split String" owner="String">
<msg time="2026-06-14T01:10:37.180988" level="INFO">@{result_value_list} = [ 34080.70 | 35426.03 | 34974.34 | 11663.60 ]</msg>
<var>@{result_value_list}</var>
<arg>${results_list[7]}</arg>
<arg>/</arg>
<doc>Splits the ``string`` using ``separator`` as a delimiter string.</doc>
<status status="PASS" start="2026-06-14T01:10:37.178780" elapsed="0.002236"/>
</kw>
<kw name="Get Length" owner="BuiltIn">
<msg time="2026-06-14T01:10:37.181491" level="INFO">Length is 4.</msg>
<msg time="2026-06-14T01:10:37.181580" level="INFO">${num_stats} = 4</msg>
<var>${num_stats}</var>
<arg>${result_name_list}</arg>
<doc>Returns and logs the length of the given item as an integer.</doc>
<status status="PASS" start="2026-06-14T01:10:37.181170" elapsed="0.000435"/>
</kw>
<for flavor="IN RANGE">
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-06-14T01:10:37.186318" level="INFO">min :: 34080.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-06-14T01:10:37.181989" elapsed="0.004386"/>
</kw>
<var name="${i}">0</var>
<status status="PASS" start="2026-06-14T01:10:37.181847" elapsed="0.004578"/>
</iter>
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-06-14T01:10:37.190915" level="INFO">max :: 35426.03</msg>
<arg>${result_name_list[${i}]} :: ${result_value_list[${i}]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-06-14T01:10:37.186645" elapsed="0.004326"/>
</kw>
<var name="${i}">1</var>
<status status="PASS" start="2026-06-14T01:10:37.186513" elapsed="0.004492"/>
</iter>
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-06-14T01:10:37.195754" level="INFO">avg :: 34974.34</msg>
<arg>${result_name_list[${i}]} :: ${result_value_list[${i}]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-06-14T01:10:37.191213" elapsed="0.004598"/>
</kw>
<var name="${i}">2</var>
<status status="PASS" start="2026-06-14T01:10:37.191088" elapsed="0.004757"/>
</iter>
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-06-14T01:10:37.200479" level="INFO">stdev :: 11663.60</msg>
<arg>${result_name_list[${i}]} :: ${result_value_list[${i}]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-06-14T01:10:37.196100" elapsed="0.004439"/>
</kw>
<var name="${i}">3</var>
<status status="PASS" start="2026-06-14T01:10:37.195948" elapsed="0.004625"/>
</iter>
<var>${i}</var>
<value>0</value>
<value>${num_stats}</value>
<status status="PASS" start="2026-06-14T01:10:37.181667" elapsed="0.018936"/>
</for>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-06-14T01:10:37.204577" level="INFO">${min} = 34080.70</msg>
<var>${min}</var>
<arg>${result_value_list[${0}]}</arg>
<doc>Returns the given values which can then be assigned to a variables.</doc>
<status status="PASS" start="2026-06-14T01:10:37.200760" elapsed="0.003844"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-06-14T01:10:37.208640" level="INFO">${max} = 35426.03</msg>
<var>${max}</var>
<arg>${result_value_list[${1}]}</arg>
<doc>Returns the given values which can then be assigned to a variables.</doc>
<status status="PASS" start="2026-06-14T01:10:37.204759" elapsed="0.004023"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-06-14T01:10:37.212840" level="INFO">${average} = 34974.34</msg>
<var>${average}</var>
<arg>${result_value_list[${2}]}</arg>
<doc>Returns the given values which can then be assigned to a variables.</doc>
<status status="PASS" start="2026-06-14T01:10:37.208959" elapsed="0.003909"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-06-14T01:10:37.216793" level="INFO">${stdev} = 11663.60</msg>
<var>${stdev}</var>
<arg>${result_value_list[${3}]}</arg>
<doc>Returns the given values which can then be assigned to a variables.</doc>
<status status="PASS" start="2026-06-14T01:10:37.213022" elapsed="0.003798"/>
</kw>
<kw name="Get Time" owner="BuiltIn">
<msg time="2026-06-14T01:10:37.217320" level="INFO">${date} = 2026-06-14 01:10: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-06-14T01:10:37.216979" elapsed="0.000368"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-06-14T01:10:37.217926" level="INFO">CBench Result: 2026-06-14 01:10:37,-m 60000 -M 100 -S 16 -l 10 -D 5000 -p 6633,34080.70,35426.03,34974.34,11663.60</msg>
<arg>CBench Result: ${date},${cbench_args},${min},${max},${average},${stdev}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-06-14T01:10:37.217513" elapsed="0.000495"/>
</kw>
<kw name="Log Results And Determine Status">
<kw name="Append To File" owner="OperatingSystem">
<msg time="2026-06-14T01:10:37.219076" level="INFO" html="true">Appended to file '&lt;a href="file:///w/workspace/openflowplugin-csit-1node-cbench-only-vanadium/bug.csv"&gt;/w/workspace/openflowplugin-csit-1node-cbench-only-vanadium/bug.csv&lt;/a&gt;'.</msg>
<arg>${output_file}</arg>
<arg>${min},${max},${average}\n</arg>
<doc>Appends the given content to the specified file.</doc>
<status status="PASS" start="2026-06-14T01:10:37.218630" elapsed="0.000518"/>
</kw>
<kw name="Should Be True" owner="BuiltIn">
<arg>${average} &gt; ${threshold}</arg>
<arg>${average} flow_mods per/sec did not exceed threshold of ${threshold}</arg>
<doc>Fails if the given condition is not true.</doc>
<status status="PASS" start="2026-06-14T01:10:37.219301" elapsed="0.000483"/>
</kw>
<arg>${min}</arg>
<arg>${max}</arg>
<arg>${average}</arg>
<arg>${average_threshold}</arg>
<arg>${output_filename}</arg>
<status status="PASS" start="2026-06-14T01:10:37.218147" elapsed="0.001710"/>
</kw>
<arg>-m ${duration_in_ms} -M ${num_of_unique_macs} -S ${switch_count} -l ${loops} -D ${start_delay} -p ${of_port}</arg>
<arg>${latency_threshold}</arg>
<arg>bug.csv</arg>
<status status="PASS" start="2026-06-14T01:00:30.443856" elapsed="606.776060"/>
</kw>
<kw name="Sleep" owner="BuiltIn">
<msg time="2026-06-14T01:10:37.220368" level="INFO">Slept 0 seconds.</msg>
<arg>${test_delay}</arg>
<doc>Pauses the test executed for the given time.</doc>
<status status="PASS" start="2026-06-14T01:10:37.220062" elapsed="0.000381"/>
</kw>
<kw name="Report Failure Due To Bug" owner="Utils" type="TEARDOWN">
<kw name="Evaluate" owner="BuiltIn">
<msg time="2026-06-14T01:10:37.221635" level="INFO">${test_skipped} = False</msg>
<var>${test_skipped}</var>
<arg>len(re.findall('SKIPPED', """${TEST_MESSAGE}""")) &gt; 0</arg>
<arg>modules=re</arg>
<doc>Evaluates the given expression in Python and returns the result.</doc>
<status status="PASS" start="2026-06-14T01:10:37.221143" elapsed="0.000519"/>
</kw>
<if>
<branch type="IF" condition="('${TEST_STATUS}' != 'FAIL') or ${test_skipped}">
<return>
<status status="PASS" start="2026-06-14T01:10:37.221882" elapsed="0.000031"/>
</return>
<status status="PASS" start="2026-06-14T01:10:37.221737" elapsed="0.000207"/>
</branch>
<status status="PASS" start="2026-06-14T01:10:37.221718" elapsed="0.000250"/>
</if>
<kw name="Comment" owner="BuiltIn">
<arg>Jira tickets are {PROJECT}-{NUMBER} while Bugzilla tickets are {NUMBER}</arg>
<doc>Displays the given messages in the log file as keyword arguments.</doc>
<status status="NOT RUN" start="2026-06-14T01:10:37.222121" elapsed="0.000022"/>
</kw>
<kw name="Run Keyword And Return Status" owner="BuiltIn">
<var>${match}</var>
<arg>Should Contain</arg>
<arg>${number}</arg>
<arg>-</arg>
<doc>Runs the specified keyword and returns the status as a Boolean value.</doc>
<status status="NOT RUN" start="2026-06-14T01:10:37.222280" elapsed="0.000020"/>
</kw>
<kw name="Set Variable If" owner="BuiltIn">
<var>${bug_url}</var>
<arg>${match}</arg>
<arg>https://jira.opendaylight.org/browse/${number}</arg>
<arg>https://bugs.opendaylight.org/show_bug.cgi?id=${number}</arg>
<doc>Sets variable based on the given condition.</doc>
<status status="NOT RUN" start="2026-06-14T01:10:37.222456" elapsed="0.000021"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<var>${msg}</var>
<arg>This test fails due to ${bug_url}</arg>
<doc>Returns the given values which can then be assigned to a variables.</doc>
<status status="NOT RUN" start="2026-06-14T01:10:37.222653" elapsed="0.000021"/>
</kw>
<kw name="Evaluate" owner="BuiltIn">
<var>${newline}</var>
<arg>chr(10)</arg>
<doc>Evaluates the given expression in Python and returns the result.</doc>
<status status="NOT RUN" start="2026-06-14T01:10:37.222811" elapsed="0.000020"/>
</kw>
<kw name="Set Test Message" owner="BuiltIn">
<arg>${msg}${newline}${newline}${TEST_MESSAGE}</arg>
<doc>Sets message for the current test case.</doc>
<status status="NOT RUN" start="2026-06-14T01:10:37.222959" elapsed="0.000020"/>
</kw>
<kw name="Log" owner="BuiltIn">
<arg>${msg}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="NOT RUN" start="2026-06-14T01:10:37.223110" 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-06-14T01:10:37.223336" elapsed="0.000020"/>
</kw>
<status status="NOT RUN" start="2026-06-14T01:10:37.223197" elapsed="0.000205"/>
</branch>
<status status="NOT RUN" start="2026-06-14T01:10:37.223180" elapsed="0.000247"/>
</if>
<arg>6176</arg>
<doc>Report that a test failed due to a known Bugzilla bug whose
number is provided as an argument.
Not FAILED (incl. SKIPPED) test are not reported.
This keyword must be used in the [Teardown] setting of the affected test
or as the first line of the test if FastFail module is not being
used. It reports the URL of the bug on console and also puts it
into the Robot log file.</doc>
<status status="PASS" start="2026-06-14T01:10:37.220811" elapsed="0.002667"/>
</kw>
<doc>cbench executed in latency mode to see if controller is healthy</doc>
<tag>cbench</tag>
<tag>latency</tag>
<timeout value="15 minutes"/>
<status status="PASS" start="2026-06-14T01:00:30.442234" elapsed="606.781291"/>
</test>
<doc>Cbench Latency and Throughput tests can be run from an external
cbench.
If cbench is run with a medium number of switches or higher (e.g. 32+)
the normal openflow operations seem to break.
BUG: https://bugs.opendaylight.org/show_bug.cgi?id=2897</doc>
<status status="PASS" start="2026-06-14T00:40:14.168562" elapsed="1823.055594"/>
</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>
