<?xml version="1.0" encoding="UTF-8"?>
<robot generator="Robot 7.4.2 (Python 3.11.10 on linux)" generated="2026-06-05T00:44:34.955016" 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-05T00:44:35.521433" elapsed="0.000024"/>
</return>
<status status="NOT RUN" start="2026-06-05T00:44:35.521297" elapsed="0.000211"/>
</branch>
<status status="PASS" start="2026-06-05T00:44:35.521267" elapsed="0.000268"/>
</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-05T00:44:35.521682" elapsed="0.000501"/>
</kw>
<kw name="Login" owner="SSHLibrary">
<msg time="2026-06-05T00:44:35.522674" level="INFO">Logging into '10.30.170.248:8101' as 'karaf'.</msg>
<msg time="2026-06-05T00:44:36.307265" 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-05T00:44:35.522372" elapsed="0.785130"/>
</kw>
<kw name="Write" owner="SSHLibrary">
<msg time="2026-06-05T00:44:36.356245" 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-05T00:44:36.307834" elapsed="0.048685"/>
</kw>
<kw name="Read Until Regexp" owner="SSHLibrary">
<msg time="2026-06-05T00:44:36.360702" level="INFO">[?1l&gt;[?2004l[?1h=[90m~[0m                                                                                [?2004hopendaylight-user@root&gt;</msg>
<msg time="2026-06-05T00:44:36.360939" 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-05T00:44:36.357058" elapsed="0.003947"/>
</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-05T00:44:36.361391" elapsed="0.000549"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-06-05T00:44:36.362335" elapsed="0.000440"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-06-05T00:44:36.363865" 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-05T00:44:36.363108" elapsed="0.000879"/>
</kw>
<return>
<value>${output}</value>
<status status="PASS" start="2026-06-05T00:44:36.364102" elapsed="0.000134"/>
</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.248
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-05T00:44:35.520880" elapsed="0.843684"/>
</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-05T00:44:35.516884" elapsed="0.847827"/>
</kw>
<kw name="Append To File" owner="OperatingSystem">
<msg time="2026-06-05T00:44:36.365987" 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-05T00:44:36.365109" elapsed="0.000950"/>
</kw>
<kw name="Append To File" owner="OperatingSystem">
<msg time="2026-06-05T00:44:36.366492" 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-05T00:44:36.366239" elapsed="0.000309"/>
</kw>
<kw name="Evaluate" owner="BuiltIn">
<msg time="2026-06-05T00:44:36.367180" 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-05T00:44:36.366708" elapsed="0.000520"/>
</kw>
<kw name="Set Suite Variable" owner="BuiltIn">
<msg time="2026-06-05T00:44:36.367745" 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-05T00:44:36.367405" elapsed="0.000382"/>
</kw>
<kw name="Evaluate" owner="BuiltIn">
<msg time="2026-06-05T00:44:36.368329" 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-05T00:44:36.367934" elapsed="0.000422"/>
</kw>
<kw name="Set Suite Variable" owner="BuiltIn">
<msg time="2026-06-05T00:44:36.368847" 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-05T00:44:36.368534" elapsed="0.000355"/>
</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-05T00:44:36.369222" elapsed="0.000022"/>
</kw>
<status status="NOT RUN" start="2026-06-05T00:44:36.368984" elapsed="0.000295"/>
</branch>
<branch type="ELSE">
<kw name="Verify File Exists On Remote System" owner="Utils">
<kw name="Open Connection" owner="SSHLibrary">
<msg time="2026-06-05T00:44:36.373777" 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-05T00:44:36.373357" elapsed="0.000446"/>
</kw>
<kw name="Flexible_SSH_Login" owner="SSHKeywords">
<kw name="Get Length" owner="BuiltIn">
<msg time="2026-06-05T00:44:36.374868" level="INFO">Length is 0.</msg>
<msg time="2026-06-05T00:44:36.374958" 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-05T00:44:36.374381" elapsed="0.000601"/>
</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-05T00:44:36.375130" elapsed="0.000364"/>
</kw>
<kw name="Run Keyword And Return" owner="BuiltIn">
<kw name="Login With Public Key" owner="SSHLibrary">
<msg time="2026-06-05T00:44:36.376571" level="INFO">Logging into '10.30.170.158:22' as 'jenkins'.</msg>
<msg time="2026-06-05T00:44:37.067401" level="INFO">Read output: Welcome to Ubuntu 22.04.5 LTS (GNU/Linux 5.15.0-153-generic x86_64)

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

 System information as of Fri Jun  5 00:44:36 UTC 2026

  System load:  0.01               Processes:             110
  Usage of /:   19.3% of 38.58GB   Users logged in:       0
  Memory usage: 4%                 IPv4 address for ens3: 10.30.170.158
  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-285-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-05T00:44:36.376000" elapsed="0.691556"/>
</kw>
<msg time="2026-06-05T00:44:37.067650" 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-05T00:44:36.375650" elapsed="0.692092"/>
</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-05T00:44:36.374010" elapsed="0.693850"/>
</kw>
<kw name="File Should Exist" owner="SSHLibrary">
<msg time="2026-06-05T00:44:37.075464" 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-05T00:44:37.068071" elapsed="0.009118"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-06-05T00:44:37.077398" elapsed="0.000288"/>
</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-05T00:44:36.372800" elapsed="0.704950"/>
</kw>
<status status="PASS" start="2026-06-05T00:44:36.369353" elapsed="0.708435"/>
</branch>
<status status="PASS" start="2026-06-05T00:44:36.368955" elapsed="0.708869"/>
</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-05T00:44:37.077981" elapsed="0.000520"/>
</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-05T00:44:37.082949" elapsed="0.000019"/>
</return>
<status status="NOT RUN" start="2026-06-05T00:44:37.082824" elapsed="0.000180"/>
</branch>
<status status="PASS" start="2026-06-05T00:44:37.082798" elapsed="0.000231"/>
</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-05T00:44:37.086639" elapsed="0.000014"/>
</return>
<status status="NOT RUN" start="2026-06-05T00:44:37.086525" elapsed="0.000161"/>
</branch>
<status status="PASS" start="2026-06-05T00:44:37.086505" elapsed="0.000204"/>
</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-05T00:44:37.086844" elapsed="0.000459"/>
</kw>
<kw name="Login" owner="SSHLibrary">
<msg time="2026-06-05T00:44:37.087714" level="INFO">Logging into '10.30.170.248:8101' as 'karaf'.</msg>
<msg time="2026-06-05T00:44:37.253986" 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-05T00:44:37.087452" elapsed="0.166622"/>
</kw>
<kw name="Write" owner="SSHLibrary">
<msg time="2026-06-05T00:44:37.346662" 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-05T00:44:37.254253" elapsed="0.092552"/>
</kw>
<kw name="Read Until Regexp" owner="SSHLibrary">
<msg time="2026-06-05T00:44:37.366091" 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-05T00:44:37.366320" 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-05T00:44:37.347079" elapsed="0.019275"/>
</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-05T00:44:37.366504" elapsed="0.000244"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-06-05T00:44:37.366904" elapsed="0.000229"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-06-05T00:44:37.367633" 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-05T00:44:37.367298" elapsed="0.000391"/>
</kw>
<return>
<value>${output}</value>
<status status="PASS" start="2026-06-05T00:44:37.367743" elapsed="0.000058"/>
</return>
<msg time="2026-06-05T00:44:37.367980" 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.248
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-05T00:44:37.086153" elapsed="0.281860"/>
</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-05T00:44:37.368199" elapsed="0.000563"/>
</kw>
<return>
<value>${output}</value>
<status status="PASS" start="2026-06-05T00:44:37.368814" elapsed="0.000031"/>
</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-05T00:44:37.082510" elapsed="0.286481"/>
</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-05T00:44:37.373297" elapsed="0.000037"/>
</return>
<status status="NOT RUN" start="2026-06-05T00:44:37.373018" elapsed="0.000390"/>
</branch>
<status status="PASS" start="2026-06-05T00:44:37.372991" elapsed="0.000472"/>
</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-05T00:44:37.373760" elapsed="0.001373"/>
</kw>
<kw name="Login" owner="SSHLibrary">
<msg time="2026-06-05T00:44:37.376164" level="INFO">Logging into '10.30.170.248:8101' as 'karaf'.</msg>
<msg time="2026-06-05T00:44:37.575364" 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-05T00:44:37.375515" elapsed="0.200062"/>
</kw>
<kw name="Write" owner="SSHLibrary">
<msg time="2026-06-05T00:44:37.603967" 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-05T00:44:37.576012" elapsed="0.028036"/>
</kw>
<kw name="Read Until Regexp" owner="SSHLibrary">
<msg time="2026-06-05T00:44:37.605906" level="INFO">[?1l&gt;[?2004lDropAllFlows transitions to on
[?1h=[90m~[0m                                                                                [?2004hopendaylight-user@root&gt;</msg>
<msg time="2026-06-05T00:44:37.606015" 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-05T00:44:37.604262" elapsed="0.001781"/>
</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-05T00:44:37.606186" elapsed="0.000221"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-06-05T00:44:37.606559" elapsed="0.000210"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-06-05T00:44:37.607270" 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-05T00:44:37.606912" elapsed="0.000409"/>
</kw>
<return>
<value>${output}</value>
<status status="PASS" start="2026-06-05T00:44:37.607377" elapsed="0.000060"/>
</return>
<arg>dropallpacketsrpc on</arg>
<doc>Will execute the given ${cmd} by ssh'ing to the karaf console running on 10.30.170.248
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-05T00:44:37.372639" elapsed="0.234923"/>
</kw>
<status status="PASS" start="2026-06-05T00:44:35.514910" elapsed="2.092721"/>
</kw>
<test id="s1-t1" name="Cbench Latency Test" line="37">
<kw name="Log" owner="BuiltIn">
<msg time="2026-06-05T00:44:37.610491" 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-05T00:44:37.608557" elapsed="0.002014"/>
</kw>
<kw name="Run Cbench And Log Results">
<kw name="Set Suite Variable" owner="BuiltIn">
<msg time="2026-06-05T00:44:37.612321" 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-05T00:44:37.611879" elapsed="0.000498"/>
</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-05T00:44:37.612813" elapsed="0.000029"/>
</kw>
<status status="NOT RUN" start="2026-06-05T00:44:37.612490" elapsed="0.000393"/>
</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-05T00:44:37.616083" elapsed="0.000022"/>
</kw>
<status status="NOT RUN" start="2026-06-05T00:44:37.615756" elapsed="0.000393"/>
</branch>
<status status="PASS" start="2026-06-05T00:44:37.615730" elapsed="0.000453"/>
</if>
<kw name="Get Connection" owner="SSHLibrary">
<msg time="2026-06-05T00:44:37.616589" 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-05T00:44:37.616719" 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-05T00:44:37.616348" elapsed="0.000399"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-06-05T00:44:37.617341" level="INFO">Attempting to execute command "/usr/local/bin/cbench -c 10.30.170.248 -m 60000 -M 100 -S 16 -l 10 -D 5000 -p 6633" on remote system "10.30.170.158" 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-05T00:44:37.616889" elapsed="0.000514"/>
</kw>
<kw name="Open Connection" owner="SSHLibrary">
<msg time="2026-06-05T00:44:37.618038" 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-05T00:44:37.617553" elapsed="0.000512"/>
</kw>
<kw name="Flexible_SSH_Login" owner="SSHKeywords">
<kw name="Get Length" owner="BuiltIn">
<msg time="2026-06-05T00:44:37.619046" level="INFO">Length is 0.</msg>
<msg time="2026-06-05T00:44:37.619139" 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-05T00:44:37.618706" 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-05T00:44:37.619329" elapsed="0.000344"/>
</kw>
<kw name="Run Keyword And Return" owner="BuiltIn">
<kw name="Login With Public Key" owner="SSHLibrary">
<msg time="2026-06-05T00:44:37.620626" level="INFO">Logging into '10.30.170.158:22' as 'jenkins'.</msg>
<msg time="2026-06-05T00:44:37.952360" level="INFO">Read output: Welcome to Ubuntu 22.04.5 LTS (GNU/Linux 5.15.0-153-generic x86_64)

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

 System information as of Fri Jun  5 00:44:36 UTC 2026

  System load:  0.01               Processes:             110
  Usage of /:   19.3% of 38.58GB   Users logged in:       0
  Memory usage: 4%                 IPv4 address for ens3: 10.30.170.158
  Swap usage:   0%


Expanded Security Maintenance for Applications is not enabled.

0 updates can be applied immediately.

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


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


Last login: Fri Jun  5 00:44:36 2026 from 10.30.171.170
[?2004h[jenkins@releng-63164-285-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-05T00:44:37.620261" elapsed="0.332357"/>
</kw>
<msg time="2026-06-05T00:44:37.952737" 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-05T00:44:37.619871" elapsed="0.332971"/>
</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-05T00:44:37.618315" elapsed="0.334673"/>
</kw>
<kw name="Execute Command" owner="SSHLibrary">
<msg time="2026-06-05T00:44:37.953898" level="INFO">Executing command '/usr/local/bin/cbench -c 10.30.170.248 -m 60000 -M 100 -S 16 -l 10 -D 5000 -p 6633'.</msg>
<msg time="2026-06-05T00:54:44.082770" level="INFO">Command exited with return code 0.</msg>
<msg time="2026-06-05T00:54:44.083338" level="INFO">${stdout} = </msg>
<msg time="2026-06-05T00:54:44.083419" level="INFO">${stderr} = cbench: controller benchmarking tool
   running in mode 'latency'
   connecting to controller at 10.30.170.248:6633 
   faking 16 switches with 1 threads :: 10 tests each; 60000 ms per test
   with 10...</msg>
<var>${stdout}</var>
<var>${stderr}</var>
<arg>${cmd}</arg>
<arg>return_stderr=True</arg>
<doc>Executes ``command`` on the remote machine and returns its outputs.</doc>
<status status="PASS" start="2026-06-05T00:44:37.953256" elapsed="606.130217"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-06-05T00:54:44.083852" elapsed="0.000675"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-06-05T00:54:44.085389" level="INFO">cbench: controller benchmarking tool
   running in mode 'latency'
   connecting to controller at 10.30.170.248: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.248. So far 1 cbench instances have initialized their switches.  Waiting for other cbench-instances
Thread-0: Total switches from ALL cbench-instances initialized.
00:45:43.173 16  switches: flows:  87072 87180 89161 89268 87002 85746 87658 86860 86545 83914 85976 86452 86159 85922 84727 87448  total = 23.118167 per ms 
00:46:43.273 16  switches: flows:  106364 109181 109972 109426 105201 104809 110819 105853 108268 103763 105596 104868 107746 106814 104684 107440  total = 28.465860 per ms 
00:47:43.374 16  switches: flows:  100734 101139 104012 103254 99211 98665 104015 99613 102828 96387 99248 96789 101918 99446 97406 101060  total = 26.717472 per ms 
00:48:43.476 16  switches: flows:  118041 120046 121399 120291 118423 118195 121175 118511 119453 115568 116379 115210 119030 118822 113319 118685  total = 31.489064 per ms 
00:49:43.576 16  switches: flows:  120466 121169 125192 123069 117992 119251 124004 120680 122344 117142 121427 117517 120842 121239 117096 121262  total = 32.124527 per ms 
00:50:43.676 16  switches: flows:  121246 123503 125392 125262 121076 120829 123602 121745 123370 119431 120746 119973 123070 122248 117050 121752  total = 32.450714 per ms 
00:51:43.776 16  switches: flows:  122954 122706 123445 124463 120804 118829 121880 122468 121988 118441 119341 120341 121926 121527 116996 120813  total = 32.261496 per ms 
00:52:43.877 16  switches: flows:  124431 122851 124597 125750 121101 120140 123355 121336 118245 116579 118221 119447 121740 122175 119390 120169  total = 32.271568 per ms 
00:53:43.978 16  switches: flows:  129982 130074 132997 131873 124893 126722 130652 128392 124503 122625 124419 124518 125247 126676 124596 127001  total = 33.862914 per ms 
00:54:44.079 16  switches: flows:  132506 130170 134506 134336 128293 127314 131071 130143 126335 123978 126120 126982 129079 127718 123081 128169  total = 34.272777 per ms 
RESULT: 16 switches 9 tests min/max/avg/stdev = 26717.47/34272.78/31546.27/10765.00 responses/s</msg>
<arg>${stderr}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-06-05T00:54:44.084804" elapsed="0.000835"/>
</kw>
<if>
<branch type="IF" condition="&quot;${return_stdout}&quot;!=&quot;True&quot;">
<return>
<value>${stderr}</value>
<status status="PASS" start="2026-06-05T00:54:44.086033" elapsed="0.000059"/>
</return>
<status status="PASS" start="2026-06-05T00:54:44.085796" elapsed="0.000359"/>
</branch>
<status status="PASS" start="2026-06-05T00:54:44.085747" elapsed="0.000473"/>
</if>
<if>
<branch type="IF" condition="&quot;${return_stderr}&quot;!=&quot;True&quot;">
<return>
<value>${stdout}</value>
<status status="NOT RUN" start="2026-06-05T00:54:44.086399" elapsed="0.000024"/>
</return>
<status status="NOT RUN" start="2026-06-05T00:54:44.086332" elapsed="0.000139"/>
</branch>
<status status="NOT RUN" start="2026-06-05T00:54:44.086303" elapsed="0.000209"/>
</if>
<return>
<value>${stdout}</value>
<value>${stderr}</value>
<status status="NOT RUN" start="2026-06-05T00:54:44.086572" elapsed="0.000024"/>
</return>
<kw name="Restore_Current_Ssh_Connection_From_Index" owner="SSHKeywords" type="TEARDOWN">
<kw name="Run Keyword And Return If" owner="BuiltIn">
<arg>${connection_index} is not None</arg>
<arg>SSHLibrary.Switch Connection</arg>
<arg>${connection_index}</arg>
<doc>Runs the specified keyword and returns from the enclosing user keyword.</doc>
<status status="PASS" start="2026-06-05T00:54:44.091132" elapsed="0.000592"/>
</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-05T00:54:44.091970" elapsed="0.000278"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-06-05T00:54:44.092460" elapsed="0.000161"/>
</kw>
<arg>${current_ssh_connection.index}</arg>
<doc>Restore active SSH connection in SSHLibrary to given index.</doc>
<status status="PASS" start="2026-06-05T00:54:44.087077" elapsed="0.005632"/>
</kw>
<msg time="2026-06-05T00:54:44.092915" level="INFO">${output} = cbench: controller benchmarking tool
   running in mode 'latency'
   connecting to controller at 10.30.170.248:6633 
   faking 16 switches with 1 threads :: 10 tests each; 60000 ms per test
   with 10...</msg>
<var>${output}</var>
<arg>${cbench_system}</arg>
<arg>${cbench_executable} -c ${ODL_SYSTEM_IP} ${cbench_args}</arg>
<arg>prompt_timeout=${test_timeout}</arg>
<arg>return_stdout=False</arg>
<arg>return_stderr=True</arg>
<doc>Reduces the common work of running a command on a remote system to a single higher level
robot keyword, taking care to log in with a public key and. The command given is written and the return value
depends on the passed argument values of return_stdout (default: True) and return_stderr (default: False).
At least one should be True, or the keyword will exit and FAIL. If both are True, the resulting return value
will be a two element list containing both. Otherwise the resulting return value is a string.
No test conditions are checked.</doc>
<status status="PASS" start="2026-06-05T00:44:37.613279" elapsed="606.479678"/>
</kw>
<status status="PASS" start="2026-06-05T00:44:37.612916" elapsed="606.480120"/>
</branch>
<status status="PASS" start="2026-06-05T00:44:37.612455" elapsed="606.480633"/>
</if>
<kw name="Log" owner="BuiltIn">
<msg time="2026-06-05T00:54:44.093804" level="INFO">cbench: controller benchmarking tool
   running in mode 'latency'
   connecting to controller at 10.30.170.248: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.248. So far 1 cbench instances have initialized their switches.  Waiting for other cbench-instances
Thread-0: Total switches from ALL cbench-instances initialized.
00:45:43.173 16  switches: flows:  87072 87180 89161 89268 87002 85746 87658 86860 86545 83914 85976 86452 86159 85922 84727 87448  total = 23.118167 per ms 
00:46:43.273 16  switches: flows:  106364 109181 109972 109426 105201 104809 110819 105853 108268 103763 105596 104868 107746 106814 104684 107440  total = 28.465860 per ms 
00:47:43.374 16  switches: flows:  100734 101139 104012 103254 99211 98665 104015 99613 102828 96387 99248 96789 101918 99446 97406 101060  total = 26.717472 per ms 
00:48:43.476 16  switches: flows:  118041 120046 121399 120291 118423 118195 121175 118511 119453 115568 116379 115210 119030 118822 113319 118685  total = 31.489064 per ms 
00:49:43.576 16  switches: flows:  120466 121169 125192 123069 117992 119251 124004 120680 122344 117142 121427 117517 120842 121239 117096 121262  total = 32.124527 per ms 
00:50:43.676 16  switches: flows:  121246 123503 125392 125262 121076 120829 123602 121745 123370 119431 120746 119973 123070 122248 117050 121752  total = 32.450714 per ms 
00:51:43.776 16  switches: flows:  122954 122706 123445 124463 120804 118829 121880 122468 121988 118441 119341 120341 121926 121527 116996 120813  total = 32.261496 per ms 
00:52:43.877 16  switches: flows:  124431 122851 124597 125750 121101 120140 123355 121336 118245 116579 118221 119447 121740 122175 119390 120169  total = 32.271568 per ms 
00:53:43.978 16  switches: flows:  129982 130074 132997 131873 124893 126722 130652 128392 124503 122625 124419 124518 125247 126676 124596 127001  total = 33.862914 per ms 
00:54:44.079 16  switches: flows:  132506 130170 134506 134336 128293 127314 131071 130143 126335 123978 126120 126982 129079 127718 123081 128169  total = 34.272777 per ms 
RESULT: 16 switches 9 tests min/max/avg/stdev = 26717.47/34272.78/31546.27/10765.00 responses/s</msg>
<arg>${output}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-06-05T00:54:44.093341" elapsed="0.000581"/>
</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-05T00:54:44.094162" elapsed="0.000611"/>
</kw>
<kw name="Get Lines Containing String" owner="String">
<msg time="2026-06-05T00:54:44.095420" level="INFO">1 out of 23 lines matched.</msg>
<msg time="2026-06-05T00:54:44.095585" level="INFO">${result_line} = RESULT: 16 switches 9 tests min/max/avg/stdev = 26717.47/34272.78/31546.27/10765.00 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-05T00:54:44.095033" elapsed="0.000596"/>
</kw>
<kw name="Split String" owner="String">
<msg time="2026-06-05T00:54:44.096360" level="INFO">@{results_list} = [ RESULT: | 16 | switches | 9 | tests | min/max/avg/stdev | = | 26717.47/34272.78/31546.27/10765.00 | 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-05T00:54:44.095881" elapsed="0.000525"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-06-05T00:54:44.100248" 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-05T00:54:44.096647" elapsed="0.003698"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-06-05T00:54:44.104179" level="INFO">26717.47/34272.78/31546.27/10765.00</msg>
<arg>${results_list[7]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-06-05T00:54:44.100582" elapsed="0.003739"/>
</kw>
<kw name="Split String" owner="String">
<msg time="2026-06-05T00:54:44.108120" 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-05T00:54:44.104568" elapsed="0.003597"/>
</kw>
<kw name="Split String" owner="String">
<msg time="2026-06-05T00:54:44.112010" level="INFO">@{result_value_list} = [ 26717.47 | 34272.78 | 31546.27 | 10765.00 ]</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-05T00:54:44.108496" elapsed="0.003556"/>
</kw>
<kw name="Get Length" owner="BuiltIn">
<msg time="2026-06-05T00:54:44.112811" level="INFO">Length is 4.</msg>
<msg time="2026-06-05T00:54:44.112950" 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-05T00:54:44.112319" elapsed="0.000671"/>
</kw>
<for flavor="IN RANGE">
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-06-05T00:54:44.122834" level="INFO">min :: 26717.47</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-05T00:54:44.113610" elapsed="0.009356"/>
</kw>
<var name="${i}">0</var>
<status status="PASS" start="2026-06-05T00:54:44.113401" elapsed="0.009646"/>
</iter>
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-06-05T00:54:44.130632" level="INFO">max :: 34272.78</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-05T00:54:44.123594" elapsed="0.007098"/>
</kw>
<var name="${i}">1</var>
<status status="PASS" start="2026-06-05T00:54:44.123284" elapsed="0.007444"/>
</iter>
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-06-05T00:54:44.135282" level="INFO">avg :: 31546.27</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-05T00:54:44.130953" elapsed="0.004387"/>
</kw>
<var name="${i}">2</var>
<status status="PASS" start="2026-06-05T00:54:44.130821" elapsed="0.004555"/>
</iter>
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-06-05T00:54:44.139940" level="INFO">stdev :: 10765.00</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-05T00:54:44.135612" elapsed="0.004390"/>
</kw>
<var name="${i}">3</var>
<status status="PASS" start="2026-06-05T00:54:44.135469" elapsed="0.004570"/>
</iter>
<var>${i}</var>
<value>0</value>
<value>${num_stats}</value>
<status status="PASS" start="2026-06-05T00:54:44.113090" elapsed="0.026981"/>
</for>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-06-05T00:54:44.144010" level="INFO">${min} = 26717.47</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-05T00:54:44.140246" elapsed="0.003791"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-06-05T00:54:44.147942" level="INFO">${max} = 34272.78</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-05T00:54:44.144195" elapsed="0.003774"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-06-05T00:54:44.152057" level="INFO">${average} = 31546.27</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-05T00:54:44.148124" elapsed="0.003961"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-06-05T00:54:44.156027" level="INFO">${stdev} = 10765.00</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-05T00:54:44.152259" elapsed="0.003795"/>
</kw>
<kw name="Get Time" owner="BuiltIn">
<msg time="2026-06-05T00:54:44.156596" level="INFO">${date} = 2026-06-05 00:54:44</msg>
<var>${date}</var>
<arg>d,m,s</arg>
<doc>Returns the given time in the requested format.</doc>
<status status="PASS" start="2026-06-05T00:54:44.156235" elapsed="0.000386"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-06-05T00:54:44.157182" level="INFO">CBench Result: 2026-06-05 00:54:44,-m 60000 -M 100 -S 16 -l 10 -D 5000 -p 6633,26717.47,34272.78,31546.27,10765.00</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-05T00:54:44.156771" elapsed="0.000484"/>
</kw>
<kw name="Log Results And Determine Status">
<kw name="Append To File" owner="OperatingSystem">
<msg time="2026-06-05T00:54:44.158343" 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-05T00:54:44.157888" elapsed="0.000525"/>
</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-05T00:54:44.158568" elapsed="0.000468"/>
</kw>
<arg>${min}</arg>
<arg>${max}</arg>
<arg>${average}</arg>
<arg>${average_threshold}</arg>
<arg>${output_filename}</arg>
<status status="PASS" start="2026-06-05T00:54:44.157405" elapsed="0.001696"/>
</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-05T00:44:37.611072" elapsed="606.548090"/>
</kw>
<kw name="Sleep" owner="BuiltIn">
<msg time="2026-06-05T00:54:44.159657" 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-05T00:54:44.159329" elapsed="0.000385"/>
</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-05T00:54:44.160252" elapsed="0.000269"/>
</kw>
<status status="PASS" start="2026-06-05T00:54:44.159932" elapsed="0.000662"/>
</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-05T00:44:37.607818" elapsed="606.552813"/>
</test>
<test id="s1-t2" name="Cbench Throughput Test" line="51">
<kw name="Log" owner="BuiltIn">
<msg time="2026-06-05T00:54:44.161914" 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-05T00:54:44.161524" elapsed="0.000448"/>
</kw>
<kw name="Run Cbench And Log Results">
<kw name="Set Suite Variable" owner="BuiltIn">
<msg time="2026-06-05T00:54:44.163231" 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-05T00:54:44.162886" elapsed="0.000389"/>
</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-05T00:54:44.163643" elapsed="0.000022"/>
</kw>
<status status="NOT RUN" start="2026-06-05T00:54:44.163396" elapsed="0.000306"/>
</branch>
<branch type="ELSE">
<kw name="Run Command On Remote System" owner="Utils">
<if>
<branch type="IF" condition="&quot;${return_stdout}&quot;!=&quot;True&quot; and &quot;${return_stderr}&quot;!=&quot;True&quot;">
<kw name="Fail" owner="BuiltIn">
<arg>At least one of {return_stdout} or {return_stderr} args should be set to True</arg>
<doc>Fails the test with the given message and optionally alters its tags.</doc>
<status status="NOT RUN" start="2026-06-05T00:54:44.166649" elapsed="0.000021"/>
</kw>
<status status="NOT RUN" start="2026-06-05T00:54:44.166397" elapsed="0.000309"/>
</branch>
<status status="PASS" start="2026-06-05T00:54:44.166377" elapsed="0.000353"/>
</if>
<kw name="Get Connection" owner="SSHLibrary">
<msg time="2026-06-05T00:54:44.167073" 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-05T00:54:44.167194" 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-05T00:54:44.166869" elapsed="0.000372"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-06-05T00:54:44.167815" level="INFO">Attempting to execute command "/usr/local/bin/cbench -c 10.30.170.248 -t -m 60000 -M 100 -S 16 -l 10 -D 5000 -p 6633" on remote system "10.30.170.158" 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-05T00:54:44.167378" elapsed="0.000496"/>
</kw>
<kw name="Open Connection" owner="SSHLibrary">
<msg time="2026-06-05T00:54:44.168436" 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-05T00:54:44.168015" elapsed="0.000446"/>
</kw>
<kw name="Flexible_SSH_Login" owner="SSHKeywords">
<kw name="Get Length" owner="BuiltIn">
<msg time="2026-06-05T00:54:44.169366" level="INFO">Length is 0.</msg>
<msg time="2026-06-05T00:54:44.169454" 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-05T00:54:44.169037" elapsed="0.000442"/>
</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-05T00:54:44.169621" elapsed="0.000322"/>
</kw>
<kw name="Run Keyword And Return" owner="BuiltIn">
<kw name="Login With Public Key" owner="SSHLibrary">
<msg time="2026-06-05T00:54:44.170810" level="INFO">Logging into '10.30.170.158:22' as 'jenkins'.</msg>
<msg time="2026-06-05T00:54:44.752651" level="INFO">Read output: Welcome to Ubuntu 22.04.5 LTS (GNU/Linux 5.15.0-153-generic x86_64)

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

 System information as of Fri Jun  5 00:54:44 UTC 2026

  System load:  1.0                Processes:             105
  Usage of /:   19.7% of 38.58GB   Users logged in:       0
  Memory usage: 5%                 IPv4 address for ens3: 10.30.170.158
  Swap usage:   0%


Expanded Security Maintenance for Applications is not enabled.

0 updates can be applied immediately.

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


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


Last login: Fri Jun  5 00:44:37 2026 from 10.30.171.170
[?2004h[jenkins@releng-63164-285-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-05T00:54:44.170457" elapsed="0.582399"/>
</kw>
<msg time="2026-06-05T00:54:44.752951" 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-05T00:54:44.170095" elapsed="0.582953"/>
</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-05T00:54:44.168662" elapsed="0.584511"/>
</kw>
<kw name="Execute Command" owner="SSHLibrary">
<msg time="2026-06-05T00:54:44.753775" level="INFO">Executing command '/usr/local/bin/cbench -c 10.30.170.248 -t -m 60000 -M 100 -S 16 -l 10 -D 5000 -p 6633'.</msg>
<msg time="2026-06-05T01:04:51.174641" level="INFO">Command exited with return code 0.</msg>
<msg time="2026-06-05T01:04:51.186610" level="INFO">${stdout} = </msg>
<msg time="2026-06-05T01:04:51.186733" level="INFO">${stderr} = cbench: controller benchmarking tool
   running in mode 'throughput'
   connecting to controller at 10.30.170.248: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-05T00:54:44.753433" elapsed="606.433330"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-06-05T01:04:51.190136" elapsed="0.003218"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-06-05T01:04:51.194933" level="INFO">cbench: controller benchmarking tool
   running in mode 'throughput'
   connecting to controller at 10.30.170.248: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.248. So far 1 cbench instances have initialized their switches.  Waiting for other cbench-instances
Thread-0: Total switches from ALL cbench-instances initialized.
00:55:49.893 16  switches: flows:  499637 510150 507915 500545 499829 511318 512495 523404 489208 491757 463981 457338 508940 501063 485215 508517  total = 132.855200 per ms 
00:56:50.317 16  switches: flows:  496553 473312 471675 453606 474042 462316 491754 472921 439209 444590 475614 478885 463391 476827 472074 467433  total = 124.358480 per ms 
00:57:50.421 16  switches: flows:  533066 530886 521723 538615 521756 555456 542815 531091 550813 541741 550078 534864 531475 544876 544667 543224  total = 143.373122 per ms 
00:58:50.523 16  switches: flows:  599077 611332 595517 606683 603720 613026 598889 612595 595601 607723 601978 608120 610013 603281 598003 612203  total = 161.025376 per ms 
00:59:50.625 16  switches: flows:  598314 611003 600025 598404 599292 608108 594572 604206 603839 606026 602144 599090 603497 605718 594481 604720  total = 160.285051 per ms 
01:00:50.727 16  switches: flows:  686271 689894 685619 682717 684978 697490 688262 680137 691799 689855 683599 677147 675359 702990 676769 681508  total = 182.598581 per ms 
01:01:50.828 16  switches: flows:  689955 696820 680121 667748 679936 700433 657084 684903 681134 681754 670409 689032 675103 684600 679866 685572  total = 181.435834 per ms 
01:02:50.932 16  switches: flows:  666560 664970 643842 669614 648711 663014 657133 657887 662614 659977 658338 650516 628293 682522 655524 659445  total = 175.182835 per ms 
01:03:51.034 16  switches: flows:  677594 689492 681978 681715 678620 693064 679699 684992 675741 683837 681908 686920 681216 679714 682879 693161  total = 181.903414 per ms 
01:04:51.135 16  switches: flows:  689854 698134 688063 695823 694132 694473 688122 690058 697412 681999 681026 698553 690216 696893 691095 690767  total = 184.135035 per ms 
RESULT: 16 switches 9 tests min/max/avg/stdev = 124358.48/184135.03/166033.08/58736.96 responses/s</msg>
<arg>${stderr}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-06-05T01:04:51.193638" elapsed="0.002789"/>
</kw>
<if>
<branch type="IF" condition="&quot;${return_stdout}&quot;!=&quot;True&quot;">
<return>
<value>${stderr}</value>
<status status="PASS" start="2026-06-05T01:04:51.197595" elapsed="0.000047"/>
</return>
<status status="PASS" start="2026-06-05T01:04:51.196969" elapsed="0.000719"/>
</branch>
<status status="PASS" start="2026-06-05T01:04:51.196934" elapsed="0.000781"/>
</if>
<if>
<branch type="IF" condition="&quot;${return_stderr}&quot;!=&quot;True&quot;">
<return>
<value>${stdout}</value>
<status status="NOT RUN" start="2026-06-05T01:04:51.197814" elapsed="0.000014"/>
</return>
<status status="NOT RUN" start="2026-06-05T01:04:51.197777" elapsed="0.000079"/>
</branch>
<status status="NOT RUN" start="2026-06-05T01:04:51.197760" elapsed="0.000118"/>
</if>
<return>
<value>${stdout}</value>
<value>${stderr}</value>
<status status="NOT RUN" start="2026-06-05T01:04:51.197910" elapsed="0.000014"/>
</return>
<kw name="Restore_Current_Ssh_Connection_From_Index" owner="SSHKeywords" type="TEARDOWN">
<kw name="Run Keyword And Return If" owner="BuiltIn">
<arg>${connection_index} is not None</arg>
<arg>SSHLibrary.Switch Connection</arg>
<arg>${connection_index}</arg>
<doc>Runs the specified keyword and returns from the enclosing user keyword.</doc>
<status status="PASS" start="2026-06-05T01:04:51.201198" elapsed="0.000415"/>
</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-05T01:04:51.201769" elapsed="0.000197"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-06-05T01:04:51.202097" elapsed="0.000554"/>
</kw>
<arg>${current_ssh_connection.index}</arg>
<doc>Restore active SSH connection in SSHLibrary to given index.</doc>
<status status="PASS" start="2026-06-05T01:04:51.198323" elapsed="0.004385"/>
</kw>
<msg time="2026-06-05T01:04:51.202847" level="INFO">${output} = cbench: controller benchmarking tool
   running in mode 'throughput'
   connecting to controller at 10.30.170.248: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-05T00:54:44.164053" elapsed="607.038822"/>
</kw>
<status status="PASS" start="2026-06-05T00:54:44.163728" elapsed="607.039197"/>
</branch>
<status status="PASS" start="2026-06-05T00:54:44.163373" elapsed="607.039575"/>
</if>
<kw name="Log" owner="BuiltIn">
<msg time="2026-06-05T01:04:51.203465" level="INFO">cbench: controller benchmarking tool
   running in mode 'throughput'
   connecting to controller at 10.30.170.248: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.248. So far 1 cbench instances have initialized their switches.  Waiting for other cbench-instances
Thread-0: Total switches from ALL cbench-instances initialized.
00:55:49.893 16  switches: flows:  499637 510150 507915 500545 499829 511318 512495 523404 489208 491757 463981 457338 508940 501063 485215 508517  total = 132.855200 per ms 
00:56:50.317 16  switches: flows:  496553 473312 471675 453606 474042 462316 491754 472921 439209 444590 475614 478885 463391 476827 472074 467433  total = 124.358480 per ms 
00:57:50.421 16  switches: flows:  533066 530886 521723 538615 521756 555456 542815 531091 550813 541741 550078 534864 531475 544876 544667 543224  total = 143.373122 per ms 
00:58:50.523 16  switches: flows:  599077 611332 595517 606683 603720 613026 598889 612595 595601 607723 601978 608120 610013 603281 598003 612203  total = 161.025376 per ms 
00:59:50.625 16  switches: flows:  598314 611003 600025 598404 599292 608108 594572 604206 603839 606026 602144 599090 603497 605718 594481 604720  total = 160.285051 per ms 
01:00:50.727 16  switches: flows:  686271 689894 685619 682717 684978 697490 688262 680137 691799 689855 683599 677147 675359 702990 676769 681508  total = 182.598581 per ms 
01:01:50.828 16  switches: flows:  689955 696820 680121 667748 679936 700433 657084 684903 681134 681754 670409 689032 675103 684600 679866 685572  total = 181.435834 per ms 
01:02:50.932 16  switches: flows:  666560 664970 643842 669614 648711 663014 657133 657887 662614 659977 658338 650516 628293 682522 655524 659445  total = 175.182835 per ms 
01:03:51.034 16  switches: flows:  677594 689492 681978 681715 678620 693064 679699 684992 675741 683837 681908 686920 681216 679714 682879 693161  total = 181.903414 per ms 
01:04:51.135 16  switches: flows:  689854 698134 688063 695823 694132 694473 688122 690058 697412 681999 681026 698553 690216 696893 691095 690767  total = 184.135035 per ms 
RESULT: 16 switches 9 tests min/max/avg/stdev = 124358.48/184135.03/166033.08/58736.96 responses/s</msg>
<arg>${output}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-06-05T01:04:51.203125" elapsed="0.000416"/>
</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-05T01:04:51.203694" elapsed="0.000371"/>
</kw>
<kw name="Get Lines Containing String" owner="String">
<msg time="2026-06-05T01:04:51.204509" level="INFO">1 out of 23 lines matched.</msg>
<msg time="2026-06-05T01:04:51.204612" level="INFO">${result_line} = RESULT: 16 switches 9 tests min/max/avg/stdev = 124358.48/184135.03/166033.08/58736.96 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-05T01:04:51.204241" elapsed="0.000396"/>
</kw>
<kw name="Split String" owner="String">
<msg time="2026-06-05T01:04:51.205049" level="INFO">@{results_list} = [ RESULT: | 16 | switches | 9 | tests | min/max/avg/stdev | = | 124358.48/184135.03/166033.08/58736.96 | 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-05T01:04:51.204794" elapsed="0.000282"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-06-05T01:04:51.207489" 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-05T01:04:51.205237" elapsed="0.002309"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-06-05T01:04:51.210025" level="INFO">124358.48/184135.03/166033.08/58736.96</msg>
<arg>${results_list[7]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-06-05T01:04:51.207692" elapsed="0.002389"/>
</kw>
<kw name="Split String" owner="String">
<msg time="2026-06-05T01:04:51.212602" 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-05T01:04:51.210244" elapsed="0.002386"/>
</kw>
<kw name="Split String" owner="String">
<msg time="2026-06-05T01:04:51.215461" level="INFO">@{result_value_list} = [ 124358.48 | 184135.03 | 166033.08 | 58736.96 ]</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-05T01:04:51.213185" elapsed="0.002303"/>
</kw>
<kw name="Get Length" owner="BuiltIn">
<msg time="2026-06-05T01:04:51.215951" level="INFO">Length is 4.</msg>
<msg time="2026-06-05T01:04:51.216039" 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-05T01:04:51.215644" elapsed="0.000419"/>
</kw>
<for flavor="IN RANGE">
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-06-05T01:04:51.221030" level="INFO">min :: 124358.48</msg>
<arg>${result_name_list[${i}]} :: ${result_value_list[${i}]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-06-05T01:04:51.216535" elapsed="0.004553"/>
</kw>
<var name="${i}">0</var>
<status status="PASS" start="2026-06-05T01:04:51.216378" elapsed="0.004746"/>
</iter>
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-06-05T01:04:51.225724" level="INFO">max :: 184135.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-05T01:04:51.221362" elapsed="0.004418"/>
</kw>
<var name="${i}">1</var>
<status status="PASS" start="2026-06-05T01:04:51.221230" elapsed="0.004586"/>
</iter>
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-06-05T01:04:51.230389" level="INFO">avg :: 166033.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-05T01:04:51.226031" elapsed="0.004414"/>
</kw>
<var name="${i}">2</var>
<status status="PASS" start="2026-06-05T01:04:51.225904" elapsed="0.004576"/>
</iter>
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-06-05T01:04:51.235024" level="INFO">stdev :: 58736.96</msg>
<arg>${result_name_list[${i}]} :: ${result_value_list[${i}]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-06-05T01:04:51.230697" elapsed="0.004384"/>
</kw>
<var name="${i}">3</var>
<status status="PASS" start="2026-06-05T01:04:51.230567" elapsed="0.004549"/>
</iter>
<var>${i}</var>
<value>0</value>
<value>${num_stats}</value>
<status status="PASS" start="2026-06-05T01:04:51.216132" elapsed="0.019014"/>
</for>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-06-05T01:04:51.239121" level="INFO">${min} = 124358.48</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-05T01:04:51.235323" elapsed="0.003826"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-06-05T01:04:51.243090" level="INFO">${max} = 184135.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-05T01:04:51.239321" elapsed="0.003796"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-06-05T01:04:51.247059" level="INFO">${average} = 166033.08</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-05T01:04:51.243287" elapsed="0.003799"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-06-05T01:04:51.251078" level="INFO">${stdev} = 58736.96</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-05T01:04:51.247255" elapsed="0.003850"/>
</kw>
<kw name="Get Time" owner="BuiltIn">
<msg time="2026-06-05T01:04:51.251649" level="INFO">${date} = 2026-06-05 01:04:51</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-05T01:04:51.251285" elapsed="0.000389"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-06-05T01:04:51.252327" level="INFO">CBench Result: 2026-06-05 01:04:51,-t -m 60000 -M 100 -S 16 -l 10 -D 5000 -p 6633,124358.48,184135.03,166033.08,58736.96</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-05T01:04:51.251822" elapsed="0.000583"/>
</kw>
<kw name="Log Results And Determine Status">
<kw name="Append To File" owner="OperatingSystem">
<msg time="2026-06-05T01:04:51.255724" 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-05T01:04:51.253072" elapsed="0.002738"/>
</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-05T01:04:51.255995" elapsed="0.000559"/>
</kw>
<arg>${min}</arg>
<arg>${max}</arg>
<arg>${average}</arg>
<arg>${average_threshold}</arg>
<arg>${output_filename}</arg>
<status status="PASS" start="2026-06-05T01:04:51.252578" elapsed="0.004046"/>
</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-05T00:54:44.162304" elapsed="607.094390"/>
</kw>
<kw name="Sleep" owner="BuiltIn">
<msg time="2026-06-05T01:04:51.257268" 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-05T01:04:51.256883" elapsed="0.000443"/>
</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-05T01:04:51.258453" elapsed="0.000270"/>
</kw>
<status status="PASS" start="2026-06-05T01:04:51.258107" elapsed="0.000687"/>
</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-05T00:54:44.160943" elapsed="607.097891"/>
</test>
<test id="s1-t3" name="Rerun Latency Test To Check Bug 6176" line="65">
<kw name="Log" owner="BuiltIn">
<msg time="2026-06-05T01:04:51.261742" 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-05T01:04:51.260874" elapsed="0.000929"/>
</kw>
<kw name="Run Cbench And Log Results">
<kw name="Set Suite Variable" owner="BuiltIn">
<msg time="2026-06-05T01:04:51.263070" 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-05T01:04:51.262729" 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-05T01:04:51.263543" elapsed="0.000022"/>
</kw>
<status status="NOT RUN" start="2026-06-05T01:04:51.263298" elapsed="0.000305"/>
</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-05T01:04:51.267327" elapsed="0.000022"/>
</kw>
<status status="NOT RUN" start="2026-06-05T01:04:51.267049" elapsed="0.000336"/>
</branch>
<status status="PASS" start="2026-06-05T01:04:51.267030" elapsed="0.000378"/>
</if>
<kw name="Get Connection" owner="SSHLibrary">
<msg time="2026-06-05T01:04:51.267761" 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-05T01:04:51.267883" 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-05T01:04:51.267547" elapsed="0.000362"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-06-05T01:04:51.268512" level="INFO">Attempting to execute command "/usr/local/bin/cbench -c 10.30.170.248 -m 60000 -M 100 -S 16 -l 10 -D 5000 -p 6633" on remote system "10.30.170.158" 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-05T01:04:51.268044" elapsed="0.000526"/>
</kw>
<kw name="Open Connection" owner="SSHLibrary">
<msg time="2026-06-05T01:04:51.269111" 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-05T01:04:51.268712" elapsed="0.000426"/>
</kw>
<kw name="Flexible_SSH_Login" owner="SSHKeywords">
<kw name="Get Length" owner="BuiltIn">
<msg time="2026-06-05T01:04:51.270054" level="INFO">Length is 0.</msg>
<msg time="2026-06-05T01:04:51.270141" 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-05T01:04:51.269730" elapsed="0.000435"/>
</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-05T01:04:51.270323" elapsed="0.000325"/>
</kw>
<kw name="Run Keyword And Return" owner="BuiltIn">
<kw name="Login With Public Key" owner="SSHLibrary">
<msg time="2026-06-05T01:04:51.271519" level="INFO">Logging into '10.30.170.158:22' as 'jenkins'.</msg>
<msg time="2026-06-05T01:04:51.834220" level="INFO">Read output: Welcome to Ubuntu 22.04.5 LTS (GNU/Linux 5.15.0-153-generic x86_64)

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

 System information as of Fri Jun  5 01:04:51 UTC 2026

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


Expanded Security Maintenance for Applications is not enabled.

0 updates can be applied immediately.

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


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


Last login: Fri Jun  5 00:54:44 2026 from 10.30.171.170
[?2004h[jenkins@releng-63164-285-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-05T01:04:51.271147" elapsed="0.563276"/>
</kw>
<msg time="2026-06-05T01:04:51.834512" 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-05T01:04:51.270801" elapsed="0.563806"/>
</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-05T01:04:51.269355" elapsed="0.565376"/>
</kw>
<kw name="Execute Command" owner="SSHLibrary">
<msg time="2026-06-05T01:04:51.835335" level="INFO">Executing command '/usr/local/bin/cbench -c 10.30.170.248 -m 60000 -M 100 -S 16 -l 10 -D 5000 -p 6633'.</msg>
<msg time="2026-06-05T01:14:58.010527" level="INFO">Command exited with return code 0.</msg>
<msg time="2026-06-05T01:14:58.011764" level="INFO">${stdout} = </msg>
<msg time="2026-06-05T01:14:58.011872" level="INFO">${stderr} = cbench: controller benchmarking tool
   running in mode 'latency'
   connecting to controller at 10.30.170.248:6633 
   faking 16 switches with 1 threads :: 10 tests each; 60000 ms per test
   with 10...</msg>
<var>${stdout}</var>
<var>${stderr}</var>
<arg>${cmd}</arg>
<arg>return_stderr=True</arg>
<doc>Executes ``command`` on the remote machine and returns its outputs.</doc>
<status status="PASS" start="2026-06-05T01:04:51.834971" elapsed="606.176971"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-06-05T01:14:58.012463" elapsed="0.000700"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-06-05T01:14:58.014315" level="INFO">cbench: controller benchmarking tool
   running in mode 'latency'
   connecting to controller at 10.30.170.248: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.248. So far 1 cbench instances have initialized their switches.  Waiting for other cbench-instances
Thread-0: Total switches from ALL cbench-instances initialized.
01:05:57.107 16  switches: flows:  123453 120240 120483 121162 122075 125133 120721 119657 119425 118721 118153 117993 118429 119026 118188 119684  total = 32.042383 per ms 
01:06:57.208 16  switches: flows:  133987 127806 135297 132042 134273 129066 131195 131530 129959 129857 130136 129827 129761 128799 126505 128375  total = 34.748884 per ms 
01:07:57.309 16  switches: flows:  133281 129303 133746 132178 133622 129695 132130 132534 130830 133223 130023 129509 128928 129363 127415 127448  total = 34.828913 per ms 
01:08:57.410 16  switches: flows:  130680 126367 133332 130037 132589 127833 132261 131087 130838 129616 128047 127431 126660 128617 127227 125285  total = 34.407615 per ms 
01:09:57.512 16  switches: flows:  129949 129246 132466 130890 134927 128432 132665 133182 129454 132667 128719 127307 129819 131291 128695 130149  total = 34.772887 per ms 
01:10:57.613 16  switches: flows:  129728 127096 131936 129442 132719 126717 130803 130357 130039 129987 127833 126290 126291 129034 126775 126447  total = 34.300867 per ms 
01:11:57.714 16  switches: flows:  129379 126528 131451 127186 131044 124306 129923 129402 127745 128718 127245 125297 125179 127940 125855 125651  total = 33.990737 per ms 
01:12:57.815 16  switches: flows:  133770 128931 136323 131796 135561 128046 131605 132187 128739 132172 130206 129464 130525 129647 128903 128955  total = 34.888953 per ms 
01:13:57.916 16  switches: flows:  124065 120039 126052 120966 124806 119685 121969 122072 119382 121230 121286 118131 119233 122331 119113 118265  total = 32.256407 per ms 
01:14:58.017 16  switches: flows:  134511 127705 133134 128510 134593 129511 131649 128100 128924 128374 128465 124817 128066 131683 127985 125016  total = 34.459814 per ms 
RESULT: 16 switches 9 tests min/max/avg/stdev = 32256.41/34888.95/34295.01/11457.69 responses/s</msg>
<arg>${stderr}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-06-05T01:14:58.013559" elapsed="0.001102"/>
</kw>
<if>
<branch type="IF" condition="&quot;${return_stdout}&quot;!=&quot;True&quot;">
<return>
<value>${stderr}</value>
<status status="PASS" start="2026-06-05T01:14:58.015170" elapsed="0.000101"/>
</return>
<status status="PASS" start="2026-06-05T01:14:58.014859" elapsed="0.000497"/>
</branch>
<status status="PASS" start="2026-06-05T01:14:58.014805" elapsed="0.000608"/>
</if>
<if>
<branch type="IF" condition="&quot;${return_stderr}&quot;!=&quot;True&quot;">
<return>
<value>${stdout}</value>
<status status="NOT RUN" start="2026-06-05T01:14:58.015624" elapsed="0.000030"/>
</return>
<status status="NOT RUN" start="2026-06-05T01:14:58.015541" elapsed="0.000176"/>
</branch>
<status status="NOT RUN" start="2026-06-05T01:14:58.015505" elapsed="0.000261"/>
</if>
<return>
<value>${stdout}</value>
<value>${stderr}</value>
<status status="NOT RUN" start="2026-06-05T01:14:58.015834" elapsed="0.000030"/>
</return>
<kw name="Restore_Current_Ssh_Connection_From_Index" owner="SSHKeywords" type="TEARDOWN">
<kw name="Run Keyword And Return If" owner="BuiltIn">
<arg>${connection_index} is not None</arg>
<arg>SSHLibrary.Switch Connection</arg>
<arg>${connection_index}</arg>
<doc>Runs the specified keyword and returns from the enclosing user keyword.</doc>
<status status="PASS" start="2026-06-05T01:14:58.021136" elapsed="0.000350"/>
</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-05T01:14:58.021634" elapsed="0.000165"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-06-05T01:14:58.021931" elapsed="0.000143"/>
</kw>
<arg>${current_ssh_connection.index}</arg>
<doc>Restore active SSH connection in SSHLibrary to given index.</doc>
<status status="PASS" start="2026-06-05T01:14:58.016570" elapsed="0.005564"/>
</kw>
<msg time="2026-06-05T01:14:58.022284" level="INFO">${output} = cbench: controller benchmarking tool
   running in mode 'latency'
   connecting to controller at 10.30.170.248:6633 
   faking 16 switches with 1 threads :: 10 tests each; 60000 ms per test
   with 10...</msg>
<var>${output}</var>
<arg>${cbench_system}</arg>
<arg>${cbench_executable} -c ${ODL_SYSTEM_IP} ${cbench_args}</arg>
<arg>prompt_timeout=${test_timeout}</arg>
<arg>return_stdout=False</arg>
<arg>return_stderr=True</arg>
<doc>Reduces the common work of running a command on a remote system to a single higher level
robot keyword, taking care to log in with a public key and. The command given is written and the return value
depends on the passed argument values of return_stdout (default: True) and return_stderr (default: False).
At least one should be True, or the keyword will exit and FAIL. If both are True, the resulting return value
will be a two element list containing both. Otherwise the resulting return value is a string.
No test conditions are checked.</doc>
<status status="PASS" start="2026-06-05T01:04:51.264498" elapsed="606.757813"/>
</kw>
<status status="PASS" start="2026-06-05T01:04:51.263630" elapsed="606.758732"/>
</branch>
<status status="PASS" start="2026-06-05T01:04:51.263271" elapsed="606.759114"/>
</if>
<kw name="Log" owner="BuiltIn">
<msg time="2026-06-05T01:14:58.022817" level="INFO">cbench: controller benchmarking tool
   running in mode 'latency'
   connecting to controller at 10.30.170.248: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.248. So far 1 cbench instances have initialized their switches.  Waiting for other cbench-instances
Thread-0: Total switches from ALL cbench-instances initialized.
01:05:57.107 16  switches: flows:  123453 120240 120483 121162 122075 125133 120721 119657 119425 118721 118153 117993 118429 119026 118188 119684  total = 32.042383 per ms 
01:06:57.208 16  switches: flows:  133987 127806 135297 132042 134273 129066 131195 131530 129959 129857 130136 129827 129761 128799 126505 128375  total = 34.748884 per ms 
01:07:57.309 16  switches: flows:  133281 129303 133746 132178 133622 129695 132130 132534 130830 133223 130023 129509 128928 129363 127415 127448  total = 34.828913 per ms 
01:08:57.410 16  switches: flows:  130680 126367 133332 130037 132589 127833 132261 131087 130838 129616 128047 127431 126660 128617 127227 125285  total = 34.407615 per ms 
01:09:57.512 16  switches: flows:  129949 129246 132466 130890 134927 128432 132665 133182 129454 132667 128719 127307 129819 131291 128695 130149  total = 34.772887 per ms 
01:10:57.613 16  switches: flows:  129728 127096 131936 129442 132719 126717 130803 130357 130039 129987 127833 126290 126291 129034 126775 126447  total = 34.300867 per ms 
01:11:57.714 16  switches: flows:  129379 126528 131451 127186 131044 124306 129923 129402 127745 128718 127245 125297 125179 127940 125855 125651  total = 33.990737 per ms 
01:12:57.815 16  switches: flows:  133770 128931 136323 131796 135561 128046 131605 132187 128739 132172 130206 129464 130525 129647 128903 128955  total = 34.888953 per ms 
01:13:57.916 16  switches: flows:  124065 120039 126052 120966 124806 119685 121969 122072 119382 121230 121286 118131 119233 122331 119113 118265  total = 32.256407 per ms 
01:14:58.017 16  switches: flows:  134511 127705 133134 128510 134593 129511 131649 128100 128924 128374 128465 124817 128066 131683 127985 125016  total = 34.459814 per ms 
RESULT: 16 switches 9 tests min/max/avg/stdev = 32256.41/34888.95/34295.01/11457.69 responses/s</msg>
<arg>${output}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-06-05T01:14:58.022528" elapsed="0.000363"/>
</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-05T01:14:58.023040" elapsed="0.000385"/>
</kw>
<kw name="Get Lines Containing String" owner="String">
<msg time="2026-06-05T01:14:58.023804" level="INFO">1 out of 23 lines matched.</msg>
<msg time="2026-06-05T01:14:58.023904" level="INFO">${result_line} = RESULT: 16 switches 9 tests min/max/avg/stdev = 32256.41/34888.95/34295.01/11457.69 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-05T01:14:58.023586" elapsed="0.000342"/>
</kw>
<kw name="Split String" owner="String">
<msg time="2026-06-05T01:14:58.024394" level="INFO">@{results_list} = [ RESULT: | 16 | switches | 9 | tests | min/max/avg/stdev | = | 32256.41/34888.95/34295.01/11457.69 | 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-05T01:14:58.024107" elapsed="0.000313"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-06-05T01:14:58.026837" 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-05T01:14:58.024566" elapsed="0.002327"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-06-05T01:14:58.029302" level="INFO">32256.41/34888.95/34295.01/11457.69</msg>
<arg>${results_list[7]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-06-05T01:14:58.027041" elapsed="0.002317"/>
</kw>
<kw name="Split String" owner="String">
<msg time="2026-06-05T01:14:58.031905" 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-05T01:14:58.029510" elapsed="0.002422"/>
</kw>
<kw name="Split String" owner="String">
<msg time="2026-06-05T01:14:58.034382" level="INFO">@{result_value_list} = [ 32256.41 | 34888.95 | 34295.01 | 11457.69 ]</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-05T01:14:58.032136" elapsed="0.002274"/>
</kw>
<kw name="Get Length" owner="BuiltIn">
<msg time="2026-06-05T01:14:58.034867" level="INFO">Length is 4.</msg>
<msg time="2026-06-05T01:14:58.034955" 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-05T01:14:58.034565" elapsed="0.000414"/>
</kw>
<for flavor="IN RANGE">
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-06-05T01:14:58.039729" level="INFO">min :: 32256.41</msg>
<arg>${result_name_list[${i}]} :: ${result_value_list[${i}]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-06-05T01:14:58.035378" elapsed="0.004407"/>
</kw>
<var name="${i}">0</var>
<status status="PASS" start="2026-06-05T01:14:58.035248" elapsed="0.004572"/>
</iter>
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-06-05T01:14:58.044371" level="INFO">max :: 34888.95</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-05T01:14:58.040034" elapsed="0.004394"/>
</kw>
<var name="${i}">1</var>
<status status="PASS" start="2026-06-05T01:14:58.039906" elapsed="0.004557"/>
</iter>
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-06-05T01:14:58.049067" level="INFO">avg :: 34295.01</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-05T01:14:58.044672" elapsed="0.004452"/>
</kw>
<var name="${i}">2</var>
<status status="PASS" start="2026-06-05T01:14:58.044545" elapsed="0.004615"/>
</iter>
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-06-05T01:14:58.054112" level="INFO">stdev :: 11457.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-05T01:14:58.049401" elapsed="0.004770"/>
</kw>
<var name="${i}">3</var>
<status status="PASS" start="2026-06-05T01:14:58.049270" elapsed="0.004969"/>
</iter>
<var>${i}</var>
<value>0</value>
<value>${num_stats}</value>
<status status="PASS" start="2026-06-05T01:14:58.035044" elapsed="0.019233"/>
</for>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-06-05T01:14:58.058456" level="INFO">${min} = 32256.41</msg>
<var>${min}</var>
<arg>${result_value_list[${0}]}</arg>
<doc>Returns the given values which can then be assigned to a variables.</doc>
<status status="PASS" start="2026-06-05T01:14:58.054450" elapsed="0.004035"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-06-05T01:14:58.062497" level="INFO">${max} = 34888.95</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-05T01:14:58.058641" elapsed="0.003884"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-06-05T01:14:58.066474" level="INFO">${average} = 34295.01</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-05T01:14:58.062681" elapsed="0.003823"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-06-05T01:14:58.070522" level="INFO">${stdev} = 11457.69</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-05T01:14:58.066660" elapsed="0.003894"/>
</kw>
<kw name="Get Time" owner="BuiltIn">
<msg time="2026-06-05T01:14:58.071072" level="INFO">${date} = 2026-06-05 01:14:58</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-05T01:14:58.070719" elapsed="0.000378"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-06-05T01:14:58.071693" level="INFO">CBench Result: 2026-06-05 01:14:58,-m 60000 -M 100 -S 16 -l 10 -D 5000 -p 6633,32256.41,34888.95,34295.01,11457.69</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-05T01:14:58.071263" elapsed="0.000488"/>
</kw>
<kw name="Log Results And Determine Status">
<kw name="Append To File" owner="OperatingSystem">
<msg time="2026-06-05T01:14:58.073370" 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-05T01:14:58.072396" elapsed="0.001044"/>
</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-05T01:14:58.073602" elapsed="0.000467"/>
</kw>
<arg>${min}</arg>
<arg>${max}</arg>
<arg>${average}</arg>
<arg>${average_threshold}</arg>
<arg>${output_filename}</arg>
<status status="PASS" start="2026-06-05T01:14:58.071892" elapsed="0.002243"/>
</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-05T01:04:51.262151" elapsed="606.812044"/>
</kw>
<kw name="Sleep" owner="BuiltIn">
<msg time="2026-06-05T01:14:58.074698" 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-05T01:14:58.074380" elapsed="0.000376"/>
</kw>
<kw name="Report Failure Due To Bug" owner="Utils" type="TEARDOWN">
<kw name="Evaluate" owner="BuiltIn">
<msg time="2026-06-05T01:14:58.076022" 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-05T01:14:58.075515" elapsed="0.000534"/>
</kw>
<if>
<branch type="IF" condition="('${TEST_STATUS}' != 'FAIL') or ${test_skipped}">
<return>
<status status="PASS" start="2026-06-05T01:14:58.076332" elapsed="0.000037"/>
</return>
<status status="PASS" start="2026-06-05T01:14:58.076130" elapsed="0.000272"/>
</branch>
<status status="PASS" start="2026-06-05T01:14:58.076108" elapsed="0.000320"/>
</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-05T01:14:58.076585" 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-05T01:14:58.076755" elapsed="0.000021"/>
</kw>
<kw name="Set Variable If" owner="BuiltIn">
<var>${bug_url}</var>
<arg>${match}</arg>
<arg>https://jira.opendaylight.org/browse/${number}</arg>
<arg>https://bugs.opendaylight.org/show_bug.cgi?id=${number}</arg>
<doc>Sets variable based on the given condition.</doc>
<status status="NOT RUN" start="2026-06-05T01:14:58.076918" elapsed="0.000020"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<var>${msg}</var>
<arg>This test fails due to ${bug_url}</arg>
<doc>Returns the given values which can then be assigned to a variables.</doc>
<status status="NOT RUN" start="2026-06-05T01:14:58.077137" elapsed="0.000023"/>
</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-05T01:14:58.077312" elapsed="0.000021"/>
</kw>
<kw name="Set Test Message" owner="BuiltIn">
<arg>${msg}${newline}${newline}${TEST_MESSAGE}</arg>
<doc>Sets message for the current test case.</doc>
<status status="NOT RUN" start="2026-06-05T01:14:58.077462" 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-05T01:14:58.077608" 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-05T01:14:58.077845" elapsed="0.000019"/>
</kw>
<status status="NOT RUN" start="2026-06-05T01:14:58.077701" elapsed="0.000196"/>
</branch>
<status status="NOT RUN" start="2026-06-05T01:14:58.077682" elapsed="0.000239"/>
</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-05T01:14:58.075150" elapsed="0.002822"/>
</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-05T01:04:51.260272" elapsed="606.817749"/>
</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-05T00:44:34.956618" elapsed="1823.121899"/>
</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>
