<?xml version="1.0" encoding="UTF-8"?>
<robot generator="Robot 7.4.2 (Python 3.11.10 on linux)" generated="2026-05-23T00:41:43.252369" 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-05-23T00:41:43.826287" elapsed="0.000022"/>
</return>
<status status="NOT RUN" start="2026-05-23T00:41:43.826151" elapsed="0.000208"/>
</branch>
<status status="PASS" start="2026-05-23T00:41:43.826120" elapsed="0.000267"/>
</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-05-23T00:41:43.826532" elapsed="0.000549"/>
</kw>
<kw name="Login" owner="SSHLibrary">
<msg time="2026-05-23T00:41:43.827560" level="INFO">Logging into '10.30.170.101:8101' as 'karaf'.</msg>
<msg time="2026-05-23T00:41:44.486273" 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-05-23T00:41:43.827262" elapsed="0.659229"/>
</kw>
<kw name="Write" owner="SSHLibrary">
<msg time="2026-05-23T00:41:44.534467" 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-05-23T00:41:44.486833" elapsed="0.047702"/>
</kw>
<kw name="Read Until Regexp" owner="SSHLibrary">
<msg time="2026-05-23T00:41:44.536272" level="INFO">[?1l&gt;[?2004l[?1h=[90m~[0m                                                                                [?2004hopendaylight-user@root&gt;</msg>
<msg time="2026-05-23T00:41:44.536390" 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-05-23T00:41:44.534702" elapsed="0.001718"/>
</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-05-23T00:41:44.536579" elapsed="0.000199"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-05-23T00:41:44.536944" elapsed="0.000219"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-05-23T00:41:44.537682" 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-05-23T00:41:44.537317" elapsed="0.000419"/>
</kw>
<return>
<value>${output}</value>
<status status="PASS" start="2026-05-23T00:41:44.537790" elapsed="0.000064"/>
</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.101
Note that this keyword will open&amp;close new SSH connection, without switching back to previously current session.</doc>
<status status="PASS" start="2026-05-23T00:41:43.825758" elapsed="0.712231"/>
</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-05-23T00:41:43.822215" elapsed="0.715903"/>
</kw>
<kw name="Append To File" owner="OperatingSystem">
<msg time="2026-05-23T00:41:44.538724" 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-05-23T00:41:44.538333" elapsed="0.000448"/>
</kw>
<kw name="Append To File" owner="OperatingSystem">
<msg time="2026-05-23T00:41:44.539220" 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-05-23T00:41:44.538933" elapsed="0.000346"/>
</kw>
<kw name="Evaluate" owner="BuiltIn">
<msg time="2026-05-23T00:41:44.539857" 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-05-23T00:41:44.539440" elapsed="0.000445"/>
</kw>
<kw name="Set Suite Variable" owner="BuiltIn">
<msg time="2026-05-23T00:41:44.540422" 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-05-23T00:41:44.540073" elapsed="0.000391"/>
</kw>
<kw name="Evaluate" owner="BuiltIn">
<msg time="2026-05-23T00:41:44.540986" 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-05-23T00:41:44.540609" elapsed="0.000404"/>
</kw>
<kw name="Set Suite Variable" owner="BuiltIn">
<msg time="2026-05-23T00:41:44.541500" 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-05-23T00:41:44.541187" 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-05-23T00:41:44.541868" elapsed="0.000021"/>
</kw>
<status status="NOT RUN" start="2026-05-23T00:41:44.541645" elapsed="0.000277"/>
</branch>
<branch type="ELSE">
<kw name="Verify File Exists On Remote System" owner="Utils">
<kw name="Open Connection" owner="SSHLibrary">
<msg time="2026-05-23T00:41:44.546493" 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-05-23T00:41:44.546058" elapsed="0.000462"/>
</kw>
<kw name="Flexible_SSH_Login" owner="SSHKeywords">
<kw name="Get Length" owner="BuiltIn">
<msg time="2026-05-23T00:41:44.547635" level="INFO">Length is 0.</msg>
<msg time="2026-05-23T00:41:44.547718" 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-05-23T00:41:44.547103" elapsed="0.000640"/>
</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-05-23T00:41:44.547892" elapsed="0.000549"/>
</kw>
<kw name="Run Keyword And Return" owner="BuiltIn">
<kw name="Login With Public Key" owner="SSHLibrary">
<msg time="2026-05-23T00:41:44.549516" level="INFO">Logging into '10.30.171.214:22' as 'jenkins'.</msg>
<msg time="2026-05-23T00:41:45.237876" 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 Sat May 23 00:41:44 UTC 2026

  System load:  0.09               Processes:             109
  Usage of /:   19.3% of 38.58GB   Users logged in:       0
  Memory usage: 4%                 IPv4 address for ens3: 10.30.171.214
  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-259-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-05-23T00:41:44.548966" elapsed="0.689086"/>
</kw>
<msg time="2026-05-23T00:41:45.238165" 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-05-23T00:41:44.548609" elapsed="0.689665"/>
</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-05-23T00:41:44.546728" elapsed="0.691698"/>
</kw>
<kw name="File Should Exist" owner="SSHLibrary">
<msg time="2026-05-23T00:41:45.245838" 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-05-23T00:41:45.238698" elapsed="0.008310"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-05-23T00:41:45.247222" elapsed="0.000280"/>
</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-05-23T00:41:44.545483" elapsed="0.702083"/>
</kw>
<status status="PASS" start="2026-05-23T00:41:44.541999" elapsed="0.705605"/>
</branch>
<status status="PASS" start="2026-05-23T00:41:44.541613" elapsed="0.706029"/>
</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-05-23T00:41:45.247844" elapsed="0.000558"/>
</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-05-23T00:41:45.257541" elapsed="0.000020"/>
</return>
<status status="NOT RUN" start="2026-05-23T00:41:45.257414" elapsed="0.000183"/>
</branch>
<status status="PASS" start="2026-05-23T00:41:45.257385" elapsed="0.000236"/>
</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-05-23T00:41:45.261324" elapsed="0.000016"/>
</return>
<status status="NOT RUN" start="2026-05-23T00:41:45.261179" elapsed="0.000194"/>
</branch>
<status status="PASS" start="2026-05-23T00:41:45.261155" elapsed="0.000241"/>
</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-05-23T00:41:45.261531" elapsed="0.000452"/>
</kw>
<kw name="Login" owner="SSHLibrary">
<msg time="2026-05-23T00:41:45.262465" level="INFO">Logging into '10.30.170.101:8101' as 'karaf'.</msg>
<msg time="2026-05-23T00:41:45.434320" 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-05-23T00:41:45.262165" elapsed="0.172304"/>
</kw>
<kw name="Write" owner="SSHLibrary">
<msg time="2026-05-23T00:41:45.531988" 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-05-23T00:41:45.434685" elapsed="0.097483"/>
</kw>
<kw name="Read Until Regexp" owner="SSHLibrary">
<msg time="2026-05-23T00:41:45.546686" 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-05-23T00:41:45.547159" 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-05-23T00:41:45.532461" elapsed="0.014772"/>
</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-05-23T00:41:45.547559" elapsed="0.000458"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-05-23T00:41:45.548363" elapsed="0.000387"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-05-23T00:41:45.549847" 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-05-23T00:41:45.549087" elapsed="0.000888"/>
</kw>
<return>
<value>${output}</value>
<status status="PASS" start="2026-05-23T00:41:45.550143" elapsed="0.000111"/>
</return>
<msg time="2026-05-23T00:41:45.550582" 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.101
Note that this keyword will open&amp;close new SSH connection, without switching back to previously current session.</doc>
<status status="PASS" start="2026-05-23T00:41:45.260781" elapsed="0.289872"/>
</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-05-23T00:41:45.550973" elapsed="0.001165"/>
</kw>
<return>
<value>${output}</value>
<status status="PASS" start="2026-05-23T00:41:45.552253" elapsed="0.000070"/>
</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-05-23T00:41:45.257060" elapsed="0.295477"/>
</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-05-23T00:41:45.558851" elapsed="0.000015"/>
</return>
<status status="NOT RUN" start="2026-05-23T00:41:45.558707" elapsed="0.000191"/>
</branch>
<status status="PASS" start="2026-05-23T00:41:45.558681" elapsed="0.000244"/>
</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-05-23T00:41:45.559079" elapsed="0.000486"/>
</kw>
<kw name="Login" owner="SSHLibrary">
<msg time="2026-05-23T00:41:45.559999" level="INFO">Logging into '10.30.170.101:8101' as 'karaf'.</msg>
<msg time="2026-05-23T00:41:45.745490" 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-05-23T00:41:45.559712" elapsed="0.185884"/>
</kw>
<kw name="Write" owner="SSHLibrary">
<msg time="2026-05-23T00:41:45.771416" 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-05-23T00:41:45.745776" elapsed="0.025701"/>
</kw>
<kw name="Read Until Regexp" owner="SSHLibrary">
<msg time="2026-05-23T00:41:45.773269" level="INFO">[?1l&gt;[?2004lDropAllFlows transitions to on
[?1h=[90m~[0m                                                                                [?2004hopendaylight-user@root&gt;</msg>
<msg time="2026-05-23T00:41:45.773368" 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-05-23T00:41:45.771629" elapsed="0.001768"/>
</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-05-23T00:41:45.773532" elapsed="0.000195"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-05-23T00:41:45.773877" elapsed="0.000194"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-05-23T00:41:45.774495" 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-05-23T00:41:45.774207" elapsed="0.000338"/>
</kw>
<return>
<value>${output}</value>
<status status="PASS" start="2026-05-23T00:41:45.774594" elapsed="0.000044"/>
</return>
<arg>dropallpacketsrpc on</arg>
<doc>Will execute the given ${cmd} by ssh'ing to the karaf console running on 10.30.170.101
Note that this keyword will open&amp;close new SSH connection, without switching back to previously current session.</doc>
<status status="PASS" start="2026-05-23T00:41:45.558348" elapsed="0.216401"/>
</kw>
<status status="PASS" start="2026-05-23T00:41:43.820293" elapsed="1.954520"/>
</kw>
<test id="s1-t1" name="Cbench Latency Test" line="37">
<kw name="Log" owner="BuiltIn">
<msg time="2026-05-23T00:41:45.777427" 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-05-23T00:41:45.775739" elapsed="0.001766"/>
</kw>
<kw name="Run Cbench And Log Results">
<kw name="Set Suite Variable" owner="BuiltIn">
<msg time="2026-05-23T00:41:45.779053" 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-05-23T00:41:45.778671" elapsed="0.000427"/>
</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-05-23T00:41:45.779429" elapsed="0.000022"/>
</kw>
<status status="NOT RUN" start="2026-05-23T00:41:45.779182" 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-05-23T00:41:45.782483" elapsed="0.000021"/>
</kw>
<status status="NOT RUN" start="2026-05-23T00:41:45.782223" elapsed="0.000316"/>
</branch>
<status status="PASS" start="2026-05-23T00:41:45.782203" elapsed="0.000362"/>
</if>
<kw name="Get Connection" owner="SSHLibrary">
<msg time="2026-05-23T00:41:45.782913" 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-05-23T00:41:45.783052" 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-05-23T00:41:45.782701" elapsed="0.000380"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-05-23T00:41:45.783648" level="INFO">Attempting to execute command "/usr/local/bin/cbench -c 10.30.170.101 -m 60000 -M 100 -S 16 -l 10 -D 5000 -p 6633" on remote system "10.30.171.214" 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-05-23T00:41:45.783219" elapsed="0.000490"/>
</kw>
<kw name="Open Connection" owner="SSHLibrary">
<msg time="2026-05-23T00:41:45.784383" 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-05-23T00:41:45.783852" elapsed="0.000557"/>
</kw>
<kw name="Flexible_SSH_Login" owner="SSHKeywords">
<kw name="Get Length" owner="BuiltIn">
<msg time="2026-05-23T00:41:45.785339" level="INFO">Length is 0.</msg>
<msg time="2026-05-23T00:41:45.785428" 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-05-23T00:41:45.784993" elapsed="0.000459"/>
</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-05-23T00:41:45.785595" elapsed="0.000341"/>
</kw>
<kw name="Run Keyword And Return" owner="BuiltIn">
<kw name="Login With Public Key" owner="SSHLibrary">
<msg time="2026-05-23T00:41:45.786819" level="INFO">Logging into '10.30.171.214:22' as 'jenkins'.</msg>
<msg time="2026-05-23T00:41:46.173792" 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 Sat May 23 00:41:44 UTC 2026

  System load:  0.09               Processes:             109
  Usage of /:   19.3% of 38.58GB   Users logged in:       0
  Memory usage: 4%                 IPv4 address for ens3: 10.30.171.214
  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: Sat May 23 00:41:45 2026 from 10.30.171.84
[?2004h[jenkins@releng-63164-259-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-05-23T00:41:45.786461" elapsed="0.387447"/>
</kw>
<msg time="2026-05-23T00:41:46.173974" 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-05-23T00:41:45.786107" elapsed="0.387958"/>
</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-05-23T00:41:45.784613" elapsed="0.389552"/>
</kw>
<kw name="Execute Command" owner="SSHLibrary">
<msg time="2026-05-23T00:41:46.174768" level="INFO">Executing command '/usr/local/bin/cbench -c 10.30.170.101 -m 60000 -M 100 -S 16 -l 10 -D 5000 -p 6633'.</msg>
<msg time="2026-05-23T00:51:52.280810" level="INFO">Command exited with return code 0.</msg>
<msg time="2026-05-23T00:51:52.281489" level="INFO">${stdout} = </msg>
<msg time="2026-05-23T00:51:52.281606" level="INFO">${stderr} = cbench: controller benchmarking tool
   running in mode 'latency'
   connecting to controller at 10.30.170.101: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-05-23T00:41:46.174334" elapsed="606.107333"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-05-23T00:51:52.282145" elapsed="0.001047"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-05-23T00:51:52.284387" level="INFO">cbench: controller benchmarking tool
   running in mode 'latency'
   connecting to controller at 10.30.170.101: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.101. So far 1 cbench instances have initialized their switches.  Waiting for other cbench-instances
Thread-0: Total switches from ALL cbench-instances initialized.
00:42:51.376 16  switches: flows:  129273 125035 128621 122981 121576 124330 125460 125909 124453 122818 124810 120242 120668 123868 121864 123232  total = 33.085667 per ms 
00:43:51.476 16  switches: flows:  140234 139106 143616 139249 138769 137592 139128 139409 138890 139208 135555 138520 138986 140147 139835 136908  total = 37.024036 per ms 
00:44:51.576 16  switches: flows:  138019 137837 141559 137892 137366 137465 137619 138705 138795 139552 135038 136952 138178 138420 136819 137865  total = 36.739978 per ms 
00:45:51.677 16  switches: flows:  139067 139384 142397 139081 138138 140277 138629 139619 138569 139826 136011 139373 138699 140099 138105 138100  total = 37.027749 per ms 
00:46:51.777 16  switches: flows:  141009 140259 142215 141311 139885 140224 139288 139107 140315 140651 136003 138612 138545 138996 139139 138081  total = 37.165326 per ms 
00:47:51.877 16  switches: flows:  143625 142649 145062 142141 142805 142887 142264 140652 141756 142302 138392 140880 141368 141022 141207 140855  total = 37.768070 per ms 
00:48:51.977 16  switches: flows:  142805 146984 147842 143009 143789 141753 142932 141916 141585 144051 139694 141459 144150 142658 142072 139641  total = 38.042138 per ms 
00:49:52.078 16  switches: flows:  148431 146318 146967 144380 143352 146098 144051 145203 146180 146060 141054 143254 142524 145179 142061 145239  total = 38.541483 per ms 
00:50:52.178 16  switches: flows:  145086 145578 144181 142317 142086 141074 145018 141744 143308 142303 138197 142070 141059 141433 143954 142190  total = 37.963228 per ms 
00:51:52.278 16  switches: flows:  144856 144283 144868 142898 143976 143787 144608 142237 143509 143451 140203 141322 143057 141759 143417 140916  total = 38.088826 per ms 
RESULT: 16 switches 9 tests min/max/avg/stdev = 36739.98/38541.48/37595.65/12545.48 responses/s</msg>
<arg>${stderr}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-05-23T00:51:52.283577" elapsed="0.001154"/>
</kw>
<if>
<branch type="IF" condition="&quot;${return_stdout}&quot;!=&quot;True&quot;">
<return>
<value>${stderr}</value>
<status status="PASS" start="2026-05-23T00:51:52.285337" elapsed="0.000079"/>
</return>
<status status="PASS" start="2026-05-23T00:51:52.284925" elapsed="0.000577"/>
</branch>
<status status="PASS" start="2026-05-23T00:51:52.284867" elapsed="0.000694"/>
</if>
<if>
<branch type="IF" condition="&quot;${return_stderr}&quot;!=&quot;True&quot;">
<return>
<value>${stdout}</value>
<status status="NOT RUN" start="2026-05-23T00:51:52.285782" elapsed="0.000030"/>
</return>
<status status="NOT RUN" start="2026-05-23T00:51:52.285698" elapsed="0.000177"/>
</branch>
<status status="NOT RUN" start="2026-05-23T00:51:52.285660" elapsed="0.000265"/>
</if>
<return>
<value>${stdout}</value>
<value>${stderr}</value>
<status status="NOT RUN" start="2026-05-23T00:51:52.286001" elapsed="0.000073"/>
</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-05-23T00:51:52.291711" elapsed="0.000365"/>
</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-05-23T00:51:52.292230" elapsed="0.000182"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-05-23T00:51:52.292544" elapsed="0.000101"/>
</kw>
<arg>${current_ssh_connection.index}</arg>
<doc>Restore active SSH connection in SSHLibrary to given index.</doc>
<status status="PASS" start="2026-05-23T00:51:52.286762" elapsed="0.005939"/>
</kw>
<msg time="2026-05-23T00:51:52.292834" level="INFO">${output} = cbench: controller benchmarking tool
   running in mode 'latency'
   connecting to controller at 10.30.170.101: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-05-23T00:41:45.779846" elapsed="606.513015"/>
</kw>
<status status="PASS" start="2026-05-23T00:41:45.779517" elapsed="606.513394"/>
</branch>
<status status="PASS" start="2026-05-23T00:41:45.779158" elapsed="606.513779"/>
</if>
<kw name="Log" owner="BuiltIn">
<msg time="2026-05-23T00:51:52.293412" level="INFO">cbench: controller benchmarking tool
   running in mode 'latency'
   connecting to controller at 10.30.170.101: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.101. So far 1 cbench instances have initialized their switches.  Waiting for other cbench-instances
Thread-0: Total switches from ALL cbench-instances initialized.
00:42:51.376 16  switches: flows:  129273 125035 128621 122981 121576 124330 125460 125909 124453 122818 124810 120242 120668 123868 121864 123232  total = 33.085667 per ms 
00:43:51.476 16  switches: flows:  140234 139106 143616 139249 138769 137592 139128 139409 138890 139208 135555 138520 138986 140147 139835 136908  total = 37.024036 per ms 
00:44:51.576 16  switches: flows:  138019 137837 141559 137892 137366 137465 137619 138705 138795 139552 135038 136952 138178 138420 136819 137865  total = 36.739978 per ms 
00:45:51.677 16  switches: flows:  139067 139384 142397 139081 138138 140277 138629 139619 138569 139826 136011 139373 138699 140099 138105 138100  total = 37.027749 per ms 
00:46:51.777 16  switches: flows:  141009 140259 142215 141311 139885 140224 139288 139107 140315 140651 136003 138612 138545 138996 139139 138081  total = 37.165326 per ms 
00:47:51.877 16  switches: flows:  143625 142649 145062 142141 142805 142887 142264 140652 141756 142302 138392 140880 141368 141022 141207 140855  total = 37.768070 per ms 
00:48:51.977 16  switches: flows:  142805 146984 147842 143009 143789 141753 142932 141916 141585 144051 139694 141459 144150 142658 142072 139641  total = 38.042138 per ms 
00:49:52.078 16  switches: flows:  148431 146318 146967 144380 143352 146098 144051 145203 146180 146060 141054 143254 142524 145179 142061 145239  total = 38.541483 per ms 
00:50:52.178 16  switches: flows:  145086 145578 144181 142317 142086 141074 145018 141744 143308 142303 138197 142070 141059 141433 143954 142190  total = 37.963228 per ms 
00:51:52.278 16  switches: flows:  144856 144283 144868 142898 143976 143787 144608 142237 143509 143451 140203 141322 143057 141759 143417 140916  total = 38.088826 per ms 
RESULT: 16 switches 9 tests min/max/avg/stdev = 36739.98/38541.48/37595.65/12545.48 responses/s</msg>
<arg>${output}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-05-23T00:51:52.293111" elapsed="0.000385"/>
</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-05-23T00:51:52.293649" elapsed="0.000412"/>
</kw>
<kw name="Get Lines Containing String" owner="String">
<msg time="2026-05-23T00:51:52.294492" level="INFO">1 out of 23 lines matched.</msg>
<msg time="2026-05-23T00:51:52.294590" level="INFO">${result_line} = RESULT: 16 switches 9 tests min/max/avg/stdev = 36739.98/38541.48/37595.65/12545.48 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-05-23T00:51:52.294226" elapsed="0.000390"/>
</kw>
<kw name="Split String" owner="String">
<msg time="2026-05-23T00:51:52.295061" level="INFO">@{results_list} = [ RESULT: | 16 | switches | 9 | tests | min/max/avg/stdev | = | 36739.98/38541.48/37595.65/12545.48 | 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-05-23T00:51:52.294774" elapsed="0.000316"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-05-23T00:51:52.298523" 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-05-23T00:51:52.295255" elapsed="0.003327"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-05-23T00:51:52.301207" level="INFO">36739.98/38541.48/37595.65/12545.48</msg>
<arg>${results_list[7]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-05-23T00:51:52.298731" elapsed="0.002535"/>
</kw>
<kw name="Split String" owner="String">
<msg time="2026-05-23T00:51:52.303632" 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-05-23T00:51:52.301416" elapsed="0.002244"/>
</kw>
<kw name="Split String" owner="String">
<msg time="2026-05-23T00:51:52.306097" level="INFO">@{result_value_list} = [ 36739.98 | 38541.48 | 37595.65 | 12545.48 ]</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-05-23T00:51:52.303850" elapsed="0.002277"/>
</kw>
<kw name="Get Length" owner="BuiltIn">
<msg time="2026-05-23T00:51:52.306600" level="INFO">Length is 4.</msg>
<msg time="2026-05-23T00:51:52.306691" 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-05-23T00:51:52.306282" elapsed="0.000434"/>
</kw>
<for flavor="IN RANGE">
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-05-23T00:51:52.311442" level="INFO">min :: 36739.98</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-05-23T00:51:52.307164" elapsed="0.004335"/>
</kw>
<var name="${i}">0</var>
<status status="PASS" start="2026-05-23T00:51:52.307001" elapsed="0.004534"/>
</iter>
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-05-23T00:51:52.316061" level="INFO">max :: 38541.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-05-23T00:51:52.311755" elapsed="0.004366"/>
</kw>
<var name="${i}">1</var>
<status status="PASS" start="2026-05-23T00:51:52.311628" elapsed="0.004528"/>
</iter>
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-05-23T00:51:52.320695" level="INFO">avg :: 37595.65</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-05-23T00:51:52.316383" elapsed="0.004371"/>
</kw>
<var name="${i}">2</var>
<status status="PASS" start="2026-05-23T00:51:52.316254" elapsed="0.004535"/>
</iter>
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-05-23T00:51:52.325341" level="INFO">stdev :: 12545.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-05-23T00:51:52.321023" elapsed="0.004383"/>
</kw>
<var name="${i}">3</var>
<status status="PASS" start="2026-05-23T00:51:52.320885" elapsed="0.004556"/>
</iter>
<var>${i}</var>
<value>0</value>
<value>${num_stats}</value>
<status status="PASS" start="2026-05-23T00:51:52.306790" elapsed="0.018685"/>
</for>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-05-23T00:51:52.329423" level="INFO">${min} = 36739.98</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-05-23T00:51:52.325641" elapsed="0.003810"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-05-23T00:51:52.333599" level="INFO">${max} = 38541.48</msg>
<var>${max}</var>
<arg>${result_value_list[${1}]}</arg>
<doc>Returns the given values which can then be assigned to a variables.</doc>
<status status="PASS" start="2026-05-23T00:51:52.329606" elapsed="0.004021"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-05-23T00:51:52.337704" level="INFO">${average} = 37595.65</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-05-23T00:51:52.333787" elapsed="0.003944"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-05-23T00:51:52.341659" level="INFO">${stdev} = 12545.48</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-05-23T00:51:52.337884" elapsed="0.003803"/>
</kw>
<kw name="Get Time" owner="BuiltIn">
<msg time="2026-05-23T00:51:52.342249" level="INFO">${date} = 2026-05-23 00:51:52</msg>
<var>${date}</var>
<arg>d,m,s</arg>
<doc>Returns the given time in the requested format.</doc>
<status status="PASS" start="2026-05-23T00:51:52.341857" elapsed="0.000419"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-05-23T00:51:52.342847" level="INFO">CBench Result: 2026-05-23 00:51:52,-m 60000 -M 100 -S 16 -l 10 -D 5000 -p 6633,36739.98,38541.48,37595.65,12545.48</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-05-23T00:51:52.342425" elapsed="0.000480"/>
</kw>
<kw name="Log Results And Determine Status">
<kw name="Append To File" owner="OperatingSystem">
<msg time="2026-05-23T00:51:52.343972" 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-05-23T00:51:52.343558" elapsed="0.000498"/>
</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-05-23T00:51:52.344212" elapsed="0.000471"/>
</kw>
<arg>${min}</arg>
<arg>${max}</arg>
<arg>${average}</arg>
<arg>${average_threshold}</arg>
<arg>${output_filename}</arg>
<status status="PASS" start="2026-05-23T00:51:52.343066" elapsed="0.001683"/>
</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-05-23T00:41:45.777981" elapsed="606.566831"/>
</kw>
<kw name="Sleep" owner="BuiltIn">
<msg time="2026-05-23T00:51:52.345339" 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-05-23T00:51:52.344969" elapsed="0.000427"/>
</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-05-23T00:51:52.345925" elapsed="0.000297"/>
</kw>
<status status="PASS" start="2026-05-23T00:51:52.345613" elapsed="0.000683"/>
</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-05-23T00:41:45.774985" elapsed="606.571350"/>
</test>
<test id="s1-t2" name="Cbench Throughput Test" line="51">
<kw name="Log" owner="BuiltIn">
<msg time="2026-05-23T00:51:52.347935" 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-05-23T00:51:52.347528" elapsed="0.000466"/>
</kw>
<kw name="Run Cbench And Log Results">
<kw name="Set Suite Variable" owner="BuiltIn">
<msg time="2026-05-23T00:51:52.349495" 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-05-23T00:51:52.348943" elapsed="0.000606"/>
</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-05-23T00:51:52.349899" elapsed="0.000022"/>
</kw>
<status status="NOT RUN" start="2026-05-23T00:51:52.349662" elapsed="0.000296"/>
</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-05-23T00:51:52.352883" elapsed="0.000023"/>
</kw>
<status status="NOT RUN" start="2026-05-23T00:51:52.352632" elapsed="0.000309"/>
</branch>
<status status="PASS" start="2026-05-23T00:51:52.352613" elapsed="0.000352"/>
</if>
<kw name="Get Connection" owner="SSHLibrary">
<msg time="2026-05-23T00:51:52.353339" 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-05-23T00:51:52.353461" 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-05-23T00:51:52.353130" elapsed="0.000359"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-05-23T00:51:52.354069" level="INFO">Attempting to execute command "/usr/local/bin/cbench -c 10.30.170.101 -t -m 60000 -M 100 -S 16 -l 10 -D 5000 -p 6633" on remote system "10.30.171.214" 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-05-23T00:51:52.353626" elapsed="0.000503"/>
</kw>
<kw name="Open Connection" owner="SSHLibrary">
<msg time="2026-05-23T00:51:52.354671" 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-05-23T00:51:52.354270" elapsed="0.000428"/>
</kw>
<kw name="Flexible_SSH_Login" owner="SSHKeywords">
<kw name="Get Length" owner="BuiltIn">
<msg time="2026-05-23T00:51:52.355649" level="INFO">Length is 0.</msg>
<msg time="2026-05-23T00:51:52.355741" 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-05-23T00:51:52.355313" elapsed="0.000452"/>
</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-05-23T00:51:52.355912" elapsed="0.000346"/>
</kw>
<kw name="Run Keyword And Return" owner="BuiltIn">
<kw name="Login With Public Key" owner="SSHLibrary">
<msg time="2026-05-23T00:51:52.357149" level="INFO">Logging into '10.30.171.214:22' as 'jenkins'.</msg>
<msg time="2026-05-23T00:51:52.954792" 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 Sat May 23 00:51:52 UTC 2026

  System load:  1.01               Processes:             104
  Usage of /:   19.3% of 38.58GB   Users logged in:       0
  Memory usage: 4%                 IPv4 address for ens3: 10.30.171.214
  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: Sat May 23 00:41:46 2026 from 10.30.171.84
[?2004h[jenkins@releng-63164-259-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-05-23T00:51:52.356758" elapsed="0.598170"/>
</kw>
<msg time="2026-05-23T00:51:52.955021" 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-05-23T00:51:52.356410" elapsed="0.598710"/>
</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-05-23T00:51:52.354903" elapsed="0.600320"/>
</kw>
<kw name="Execute Command" owner="SSHLibrary">
<msg time="2026-05-23T00:51:52.955685" level="INFO">Executing command '/usr/local/bin/cbench -c 10.30.170.101 -t -m 60000 -M 100 -S 16 -l 10 -D 5000 -p 6633'.</msg>
<msg time="2026-05-23T01:01:59.039481" level="INFO">Command exited with return code 0.</msg>
<msg time="2026-05-23T01:01:59.040126" level="INFO">${stdout} = </msg>
<msg time="2026-05-23T01:01:59.040236" level="INFO">${stderr} = cbench: controller benchmarking tool
   running in mode 'throughput'
   connecting to controller at 10.30.170.101: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-05-23T00:51:52.955415" elapsed="606.084876"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-05-23T01:01:59.041468" elapsed="0.000810"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-05-23T01:01:59.043451" level="INFO">cbench: controller benchmarking tool
   running in mode 'throughput'
   connecting to controller at 10.30.170.101: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.101. So far 1 cbench instances have initialized their switches.  Waiting for other cbench-instances
Thread-0: Total switches from ALL cbench-instances initialized.
00:52:58.088 16  switches: flows:  503308 484547 490418 509228 497699 507388 497821 496837 497912 482725 490779 507233 502636 496674 499446 489263  total = 132.565233 per ms 
00:53:58.222 16  switches: flows:  524978 525442 521836 523136 521270 518288 515980 521725 528351 522814 523310 525596 521216 515201 530991 523847  total = 139.091790 per ms 
00:54:58.323 16  switches: flows:  543136 549344 538537 539519 539312 545466 539355 540824 536627 542614 540238 543147 541766 547604 539203 542520  total = 144.244610 per ms 
00:55:58.424 16  switches: flows:  570660 566847 569541 577678 572240 577195 574982 571083 579388 576073 569317 579789 576351 570827 573859 577160  total = 152.793446 per ms 
00:56:58.525 16  switches: flows:  554514 553435 544992 559123 545490 553341 553050 552521 549960 555488 551593 555653 555107 554541 557331 555908  total = 147.286222 per ms 
00:57:58.627 16  switches: flows:  551750 550458 549602 552010 545573 553084 549776 543929 553357 553818 545314 552907 541592 545242 551687 552795  total = 146.301588 per ms 
00:58:58.728 16  switches: flows:  485593 492282 487484 483751 489292 494191 492166 493640 491337 497022 487847 488093 494622 495125 493442 491614  total = 130.737858 per ms 
00:59:58.829 16  switches: flows:  566461 563434 557035 564482 566388 566784 566395 568164 565699 565575 555922 566338 570319 561899 564248 565903  total = 150.331483 per ms 
01:00:58.930 16  switches: flows:  519492 519661 528180 525092 525960 527894 526472 517374 525059 525480 525658 535788 532132 521921 527138 527724  total = 139.948913 per ms 
01:01:59.031 16  switches: flows:  554549 556610 547095 550617 549521 548551 547048 554705 542388 545864 548172 555401 557468 549517 548474 552418  total = 146.559368 per ms 
RESULT: 16 switches 9 tests min/max/avg/stdev = 130737.86/152793.45/144143.92/48458.22 responses/s</msg>
<arg>${stderr}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-05-23T01:01:59.042663" elapsed="0.001096"/>
</kw>
<if>
<branch type="IF" condition="&quot;${return_stdout}&quot;!=&quot;True&quot;">
<return>
<value>${stderr}</value>
<status status="PASS" start="2026-05-23T01:01:59.044279" elapsed="0.000073"/>
</return>
<status status="PASS" start="2026-05-23T01:01:59.043940" elapsed="0.000493"/>
</branch>
<status status="PASS" start="2026-05-23T01:01:59.043888" elapsed="0.000601"/>
</if>
<if>
<branch type="IF" condition="&quot;${return_stderr}&quot;!=&quot;True&quot;">
<return>
<value>${stdout}</value>
<status status="NOT RUN" start="2026-05-23T01:01:59.044705" elapsed="0.000028"/>
</return>
<status status="NOT RUN" start="2026-05-23T01:01:59.044621" elapsed="0.000174"/>
</branch>
<status status="NOT RUN" start="2026-05-23T01:01:59.044585" elapsed="0.000258"/>
</if>
<return>
<value>${stdout}</value>
<value>${stderr}</value>
<status status="NOT RUN" start="2026-05-23T01:01:59.044913" 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-05-23T01:01:59.050488" elapsed="0.000785"/>
</kw>
<kw name="Open Connection" owner="SSHLibrary">
<arg>127.0.0.1</arg>
<doc>Opens a new SSH connection to the given ``host`` and ``port``.</doc>
<status status="PASS" start="2026-05-23T01:01:59.051437" elapsed="0.000168"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-05-23T01:01:59.051734" elapsed="0.000101"/>
</kw>
<arg>${current_ssh_connection.index}</arg>
<doc>Restore active SSH connection in SSHLibrary to given index.</doc>
<status status="PASS" start="2026-05-23T01:01:59.045629" elapsed="0.006259"/>
</kw>
<msg time="2026-05-23T01:01:59.052024" level="INFO">${output} = cbench: controller benchmarking tool
   running in mode 'throughput'
   connecting to controller at 10.30.170.101: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-05-23T00:51:52.350325" elapsed="606.701741"/>
</kw>
<status status="PASS" start="2026-05-23T00:51:52.349984" elapsed="606.702132"/>
</branch>
<status status="PASS" start="2026-05-23T00:51:52.349640" elapsed="606.702500"/>
</if>
<kw name="Log" owner="BuiltIn">
<msg time="2026-05-23T01:01:59.052570" level="INFO">cbench: controller benchmarking tool
   running in mode 'throughput'
   connecting to controller at 10.30.170.101: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.101. So far 1 cbench instances have initialized their switches.  Waiting for other cbench-instances
Thread-0: Total switches from ALL cbench-instances initialized.
00:52:58.088 16  switches: flows:  503308 484547 490418 509228 497699 507388 497821 496837 497912 482725 490779 507233 502636 496674 499446 489263  total = 132.565233 per ms 
00:53:58.222 16  switches: flows:  524978 525442 521836 523136 521270 518288 515980 521725 528351 522814 523310 525596 521216 515201 530991 523847  total = 139.091790 per ms 
00:54:58.323 16  switches: flows:  543136 549344 538537 539519 539312 545466 539355 540824 536627 542614 540238 543147 541766 547604 539203 542520  total = 144.244610 per ms 
00:55:58.424 16  switches: flows:  570660 566847 569541 577678 572240 577195 574982 571083 579388 576073 569317 579789 576351 570827 573859 577160  total = 152.793446 per ms 
00:56:58.525 16  switches: flows:  554514 553435 544992 559123 545490 553341 553050 552521 549960 555488 551593 555653 555107 554541 557331 555908  total = 147.286222 per ms 
00:57:58.627 16  switches: flows:  551750 550458 549602 552010 545573 553084 549776 543929 553357 553818 545314 552907 541592 545242 551687 552795  total = 146.301588 per ms 
00:58:58.728 16  switches: flows:  485593 492282 487484 483751 489292 494191 492166 493640 491337 497022 487847 488093 494622 495125 493442 491614  total = 130.737858 per ms 
00:59:58.829 16  switches: flows:  566461 563434 557035 564482 566388 566784 566395 568164 565699 565575 555922 566338 570319 561899 564248 565903  total = 150.331483 per ms 
01:00:58.930 16  switches: flows:  519492 519661 528180 525092 525960 527894 526472 517374 525059 525480 525658 535788 532132 521921 527138 527724  total = 139.948913 per ms 
01:01:59.031 16  switches: flows:  554549 556610 547095 550617 549521 548551 547048 554705 542388 545864 548172 555401 557468 549517 548474 552418  total = 146.559368 per ms 
RESULT: 16 switches 9 tests min/max/avg/stdev = 130737.86/152793.45/144143.92/48458.22 responses/s</msg>
<arg>${output}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-05-23T01:01:59.052283" elapsed="0.000361"/>
</kw>
<kw name="Should Contain" owner="BuiltIn">
<arg>${output}</arg>
<arg>RESULT</arg>
<doc>Fails if ``container`` does not contain ``item`` one or more times.</doc>
<status status="PASS" start="2026-05-23T01:01:59.052790" elapsed="0.000387"/>
</kw>
<kw name="Get Lines Containing String" owner="String">
<msg time="2026-05-23T01:01:59.053558" level="INFO">1 out of 23 lines matched.</msg>
<msg time="2026-05-23T01:01:59.053647" level="INFO">${result_line} = RESULT: 16 switches 9 tests min/max/avg/stdev = 130737.86/152793.45/144143.92/48458.22 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-05-23T01:01:59.053338" elapsed="0.000333"/>
</kw>
<kw name="Split String" owner="String">
<msg time="2026-05-23T01:01:59.054093" level="INFO">@{results_list} = [ RESULT: | 16 | switches | 9 | tests | min/max/avg/stdev | = | 130737.86/152793.45/144143.92/48458.22 | 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-05-23T01:01:59.053825" elapsed="0.000295"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-05-23T01:01:59.056507" 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-05-23T01:01:59.054265" elapsed="0.002298"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-05-23T01:01:59.058927" level="INFO">130737.86/152793.45/144143.92/48458.22</msg>
<arg>${results_list[7]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-05-23T01:01:59.056710" elapsed="0.002272"/>
</kw>
<kw name="Split String" owner="String">
<msg time="2026-05-23T01:01:59.061310" 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-05-23T01:01:59.059142" elapsed="0.002195"/>
</kw>
<kw name="Split String" owner="String">
<msg time="2026-05-23T01:01:59.063715" level="INFO">@{result_value_list} = [ 130737.86 | 152793.45 | 144143.92 | 48458.22 ]</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-05-23T01:01:59.061527" elapsed="0.002215"/>
</kw>
<kw name="Get Length" owner="BuiltIn">
<msg time="2026-05-23T01:01:59.064222" level="INFO">Length is 4.</msg>
<msg time="2026-05-23T01:01:59.064309" 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-05-23T01:01:59.063894" elapsed="0.000438"/>
</kw>
<for flavor="IN RANGE">
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-05-23T01:01:59.068971" level="INFO">min :: 130737.86</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-05-23T01:01:59.064718" elapsed="0.004323"/>
</kw>
<var name="${i}">0</var>
<status status="PASS" start="2026-05-23T01:01:59.064590" elapsed="0.004488"/>
</iter>
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-05-23T01:01:59.073748" level="INFO">max :: 152793.45</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-05-23T01:01:59.069297" elapsed="0.004508"/>
</kw>
<var name="${i}">1</var>
<status status="PASS" start="2026-05-23T01:01:59.069169" elapsed="0.004672"/>
</iter>
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-05-23T01:01:59.078357" level="INFO">avg :: 144143.92</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-05-23T01:01:59.074076" elapsed="0.004336"/>
</kw>
<var name="${i}">2</var>
<status status="PASS" start="2026-05-23T01:01:59.073929" elapsed="0.004517"/>
</iter>
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-05-23T01:01:59.083414" level="INFO">stdev :: 48458.22</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-05-23T01:01:59.078659" elapsed="0.004811"/>
</kw>
<var name="${i}">3</var>
<status status="PASS" start="2026-05-23T01:01:59.078532" elapsed="0.004974"/>
</iter>
<var>${i}</var>
<value>0</value>
<value>${num_stats}</value>
<status status="PASS" start="2026-05-23T01:01:59.064400" elapsed="0.019138"/>
</for>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-05-23T01:01:59.087395" level="INFO">${min} = 130737.86</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-05-23T01:01:59.083696" elapsed="0.003725"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-05-23T01:01:59.091273" level="INFO">${max} = 152793.45</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-05-23T01:01:59.087574" elapsed="0.003726"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-05-23T01:01:59.095132" level="INFO">${average} = 144143.92</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-05-23T01:01:59.091451" elapsed="0.003708"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-05-23T01:01:59.099023" level="INFO">${stdev} = 48458.22</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-05-23T01:01:59.095309" elapsed="0.003756"/>
</kw>
<kw name="Get Time" owner="BuiltIn">
<msg time="2026-05-23T01:01:59.099576" level="INFO">${date} = 2026-05-23 01:01:59</msg>
<var>${date}</var>
<arg>d,m,s</arg>
<doc>Returns the given time in the requested format.</doc>
<status status="PASS" start="2026-05-23T01:01:59.099225" elapsed="0.000377"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-05-23T01:01:59.100173" level="INFO">CBench Result: 2026-05-23 01:01:59,-t -m 60000 -M 100 -S 16 -l 10 -D 5000 -p 6633,130737.86,152793.45,144143.92,48458.22</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-05-23T01:01:59.099748" elapsed="0.000480"/>
</kw>
<kw name="Log Results And Determine Status">
<kw name="Append To File" owner="OperatingSystem">
<msg time="2026-05-23T01:01:59.101228" 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-05-23T01:01:59.100832" elapsed="0.000462"/>
</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-05-23T01:01:59.101445" elapsed="0.000459"/>
</kw>
<arg>${min}</arg>
<arg>${max}</arg>
<arg>${average}</arg>
<arg>${average_threshold}</arg>
<arg>${output_filename}</arg>
<status status="PASS" start="2026-05-23T01:01:59.100368" elapsed="0.001601"/>
</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-05-23T00:51:52.348343" elapsed="606.753700"/>
</kw>
<kw name="Sleep" owner="BuiltIn">
<msg time="2026-05-23T01:01:59.102527" 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-05-23T01:01:59.102202" elapsed="0.000381"/>
</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-05-23T01:01:59.103137" elapsed="0.000262"/>
</kw>
<status status="PASS" start="2026-05-23T01:01:59.102821" elapsed="0.000650"/>
</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-05-23T00:51:52.346652" elapsed="606.756858"/>
</test>
<test id="s1-t3" name="Rerun Latency Test To Check Bug 6176" line="65">
<kw name="Log" owner="BuiltIn">
<msg time="2026-05-23T01:01:59.105092" 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-05-23T01:01:59.104694" elapsed="0.000460"/>
</kw>
<kw name="Run Cbench And Log Results">
<kw name="Set Suite Variable" owner="BuiltIn">
<msg time="2026-05-23T01:01:59.106685" 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-05-23T01:01:59.106236" elapsed="0.000630"/>
</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-05-23T01:01:59.107220" elapsed="0.000022"/>
</kw>
<status status="NOT RUN" start="2026-05-23T01:01:59.106980" elapsed="0.000299"/>
</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-05-23T01:01:59.110135" elapsed="0.000023"/>
</kw>
<status status="NOT RUN" start="2026-05-23T01:01:59.109873" elapsed="0.000319"/>
</branch>
<status status="PASS" start="2026-05-23T01:01:59.109853" elapsed="0.000363"/>
</if>
<kw name="Get Connection" owner="SSHLibrary">
<msg time="2026-05-23T01:01:59.110525" 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-05-23T01:01:59.110654" 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-05-23T01:01:59.110348" elapsed="0.000340"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-05-23T01:01:59.111310" level="INFO">Attempting to execute command "/usr/local/bin/cbench -c 10.30.170.101 -m 60000 -M 100 -S 16 -l 10 -D 5000 -p 6633" on remote system "10.30.171.214" 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-05-23T01:01:59.110860" elapsed="0.000522"/>
</kw>
<kw name="Open Connection" owner="SSHLibrary">
<msg time="2026-05-23T01:01:59.111922" 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-05-23T01:01:59.111531" elapsed="0.000418"/>
</kw>
<kw name="Flexible_SSH_Login" owner="SSHKeywords">
<kw name="Get Length" owner="BuiltIn">
<msg time="2026-05-23T01:01:59.112990" level="INFO">Length is 0.</msg>
<msg time="2026-05-23T01:01:59.113101" 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-05-23T01:01:59.112544" elapsed="0.000582"/>
</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-05-23T01:01:59.113266" elapsed="0.000322"/>
</kw>
<kw name="Run Keyword And Return" owner="BuiltIn">
<kw name="Login With Public Key" owner="SSHLibrary">
<msg time="2026-05-23T01:01:59.114451" level="INFO">Logging into '10.30.171.214:22' as 'jenkins'.</msg>
<msg time="2026-05-23T01:01:59.704109" 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 Sat May 23 01:01:59 UTC 2026

  System load:  0.45               Processes:             105
  Usage of /:   19.3% of 38.58GB   Users logged in:       0
  Memory usage: 4%                 IPv4 address for ens3: 10.30.171.214
  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: Sat May 23 00:51:52 2026 from 10.30.171.84
[?2004h[jenkins@releng-63164-259-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-05-23T01:01:59.114098" elapsed="0.590223"/>
</kw>
<msg time="2026-05-23T01:01:59.704411" 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-05-23T01:01:59.113740" elapsed="0.590762"/>
</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-05-23T01:01:59.112170" elapsed="0.592454"/>
</kw>
<kw name="Execute Command" owner="SSHLibrary">
<msg time="2026-05-23T01:01:59.705227" level="INFO">Executing command '/usr/local/bin/cbench -c 10.30.170.101 -m 60000 -M 100 -S 16 -l 10 -D 5000 -p 6633'.</msg>
<msg time="2026-05-23T01:12:05.758703" level="INFO">Command exited with return code 0.</msg>
<msg time="2026-05-23T01:12:05.759821" level="INFO">${stdout} = </msg>
<msg time="2026-05-23T01:12:05.759928" level="INFO">${stderr} = cbench: controller benchmarking tool
   running in mode 'latency'
   connecting to controller at 10.30.170.101: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-05-23T01:01:59.704864" elapsed="606.055105"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-05-23T01:12:05.760242" elapsed="0.000462"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-05-23T01:12:05.761268" level="INFO">cbench: controller benchmarking tool
   running in mode 'latency'
   connecting to controller at 10.30.170.101: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.101. So far 1 cbench instances have initialized their switches.  Waiting for other cbench-instances
Thread-0: Total switches from ALL cbench-instances initialized.
01:03:04.855 16  switches: flows:  154180 150255 142060 139280 140416 137700 138527 138423 131854 133269 132933 132952 131592 134582 131310 131496  total = 36.680483 per ms 
01:04:04.956 16  switches: flows:  141776 142716 144071 144197 145829 142635 145700 144126 139645 139809 139363 141524 135226 141434 135179 135253  total = 37.578640 per ms 
01:05:05.056 16  switches: flows:  143498 144352 142868 141404 142527 142343 143812 145490 138754 138201 139855 139455 133647 141419 133552 136873  total = 37.405011 per ms 
01:06:05.156 16  switches: flows:  146995 144059 142054 143322 144030 138598 146169 142554 135495 141801 139221 139885 135407 141465 138577 133291  total = 37.486127 per ms 
01:07:05.257 16  switches: flows:  146121 144422 141429 141316 144942 142153 143305 143356 134402 141363 139025 138704 137610 141189 136672 133154  total = 37.423562 per ms 
01:08:05.357 16  switches: flows:  147039 143505 143350 142205 141274 143298 143873 145062 137531 140653 141045 141328 138975 140181 137419 136830  total = 37.663285 per ms 
01:09:05.457 16  switches: flows:  145847 145965 143864 145114 143638 142642 144228 144163 135146 138479 138199 140635 138190 139119 135779 137604  total = 37.580747 per ms 
01:10:05.558 16  switches: flows:  148516 147119 143925 142343 142865 140480 143861 143008 136927 139405 139120 137552 139404 138670 136702 136298  total = 37.540503 per ms 
01:11:05.658 16  switches: flows:  146774 145587 142777 143031 142241 141882 142242 143257 135883 137064 138299 137978 137364 137271 133225 136907  total = 37.300775 per ms 
01:12:05.758 16  switches: flows:  146414 148734 145542 142217 142249 141956 146342 145160 138025 140045 138949 137823 138895 139004 136581 140510  total = 37.744432 per ms 
RESULT: 16 switches 9 tests min/max/avg/stdev = 37300.77/37744.43/37524.79/12508.93 responses/s</msg>
<arg>${stderr}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-05-23T01:12:05.760895" elapsed="0.000543"/>
</kw>
<if>
<branch type="IF" condition="&quot;${return_stdout}&quot;!=&quot;True&quot;">
<return>
<value>${stderr}</value>
<status status="PASS" start="2026-05-23T01:12:05.761687" elapsed="0.000038"/>
</return>
<status status="PASS" start="2026-05-23T01:12:05.761528" elapsed="0.000234"/>
</branch>
<status status="PASS" start="2026-05-23T01:12:05.761501" elapsed="0.000287"/>
</if>
<if>
<branch type="IF" condition="&quot;${return_stderr}&quot;!=&quot;True&quot;">
<return>
<value>${stdout}</value>
<status status="NOT RUN" start="2026-05-23T01:12:05.761887" elapsed="0.000013"/>
</return>
<status status="NOT RUN" start="2026-05-23T01:12:05.761851" elapsed="0.000076"/>
</branch>
<status status="NOT RUN" start="2026-05-23T01:12:05.761833" elapsed="0.000115"/>
</if>
<return>
<value>${stdout}</value>
<value>${stderr}</value>
<status status="NOT RUN" start="2026-05-23T01:12:05.761978" elapsed="0.000013"/>
</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-05-23T01:12:05.764541" elapsed="0.000347"/>
</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-05-23T01:12:05.765054" elapsed="0.000166"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-05-23T01:12:05.765348" elapsed="0.000097"/>
</kw>
<arg>${current_ssh_connection.index}</arg>
<doc>Restore active SSH connection in SSHLibrary to given index.</doc>
<status status="PASS" start="2026-05-23T01:12:05.762329" elapsed="0.003170"/>
</kw>
<msg time="2026-05-23T01:12:05.765629" level="INFO">${output} = cbench: controller benchmarking tool
   running in mode 'latency'
   connecting to controller at 10.30.170.101: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-05-23T01:01:59.107614" elapsed="606.658042"/>
</kw>
<status status="PASS" start="2026-05-23T01:01:59.107304" elapsed="606.658402"/>
</branch>
<status status="PASS" start="2026-05-23T01:01:59.106958" elapsed="606.658771"/>
</if>
<kw name="Log" owner="BuiltIn">
<msg time="2026-05-23T01:12:05.766174" level="INFO">cbench: controller benchmarking tool
   running in mode 'latency'
   connecting to controller at 10.30.170.101: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.101. So far 1 cbench instances have initialized their switches.  Waiting for other cbench-instances
Thread-0: Total switches from ALL cbench-instances initialized.
01:03:04.855 16  switches: flows:  154180 150255 142060 139280 140416 137700 138527 138423 131854 133269 132933 132952 131592 134582 131310 131496  total = 36.680483 per ms 
01:04:04.956 16  switches: flows:  141776 142716 144071 144197 145829 142635 145700 144126 139645 139809 139363 141524 135226 141434 135179 135253  total = 37.578640 per ms 
01:05:05.056 16  switches: flows:  143498 144352 142868 141404 142527 142343 143812 145490 138754 138201 139855 139455 133647 141419 133552 136873  total = 37.405011 per ms 
01:06:05.156 16  switches: flows:  146995 144059 142054 143322 144030 138598 146169 142554 135495 141801 139221 139885 135407 141465 138577 133291  total = 37.486127 per ms 
01:07:05.257 16  switches: flows:  146121 144422 141429 141316 144942 142153 143305 143356 134402 141363 139025 138704 137610 141189 136672 133154  total = 37.423562 per ms 
01:08:05.357 16  switches: flows:  147039 143505 143350 142205 141274 143298 143873 145062 137531 140653 141045 141328 138975 140181 137419 136830  total = 37.663285 per ms 
01:09:05.457 16  switches: flows:  145847 145965 143864 145114 143638 142642 144228 144163 135146 138479 138199 140635 138190 139119 135779 137604  total = 37.580747 per ms 
01:10:05.558 16  switches: flows:  148516 147119 143925 142343 142865 140480 143861 143008 136927 139405 139120 137552 139404 138670 136702 136298  total = 37.540503 per ms 
01:11:05.658 16  switches: flows:  146774 145587 142777 143031 142241 141882 142242 143257 135883 137064 138299 137978 137364 137271 133225 136907  total = 37.300775 per ms 
01:12:05.758 16  switches: flows:  146414 148734 145542 142217 142249 141956 146342 145160 138025 140045 138949 137823 138895 139004 136581 140510  total = 37.744432 per ms 
RESULT: 16 switches 9 tests min/max/avg/stdev = 37300.77/37744.43/37524.79/12508.93 responses/s</msg>
<arg>${output}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-05-23T01:12:05.765868" elapsed="0.000379"/>
</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-05-23T01:12:05.766394" elapsed="0.000359"/>
</kw>
<kw name="Get Lines Containing String" owner="String">
<msg time="2026-05-23T01:12:05.767149" level="INFO">1 out of 23 lines matched.</msg>
<msg time="2026-05-23T01:12:05.767239" level="INFO">${result_line} = RESULT: 16 switches 9 tests min/max/avg/stdev = 37300.77/37744.43/37524.79/12508.93 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-05-23T01:12:05.766912" elapsed="0.000351"/>
</kw>
<kw name="Split String" owner="String">
<msg time="2026-05-23T01:12:05.767667" level="INFO">@{results_list} = [ RESULT: | 16 | switches | 9 | tests | min/max/avg/stdev | = | 37300.77/37744.43/37524.79/12508.93 | 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-05-23T01:12:05.767416" elapsed="0.000277"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-05-23T01:12:05.770070" 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-05-23T01:12:05.767837" elapsed="0.002289"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-05-23T01:12:05.772604" level="INFO">37300.77/37744.43/37524.79/12508.93</msg>
<arg>${results_list[7]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-05-23T01:12:05.770270" elapsed="0.002392"/>
</kw>
<kw name="Split String" owner="String">
<msg time="2026-05-23T01:12:05.775000" 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-05-23T01:12:05.772811" elapsed="0.002229"/>
</kw>
<kw name="Split String" owner="String">
<msg time="2026-05-23T01:12:05.777430" level="INFO">@{result_value_list} = [ 37300.77 | 37744.43 | 37524.79 | 12508.93 ]</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-05-23T01:12:05.775232" elapsed="0.002226"/>
</kw>
<kw name="Get Length" owner="BuiltIn">
<msg time="2026-05-23T01:12:05.777925" level="INFO">Length is 4.</msg>
<msg time="2026-05-23T01:12:05.778013" 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-05-23T01:12:05.777613" elapsed="0.000439"/>
</kw>
<for flavor="IN RANGE">
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-05-23T01:12:05.782663" level="INFO">min :: 37300.77</msg>
<arg>${result_name_list[${i}]} :: ${result_value_list[${i}]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-05-23T01:12:05.778427" elapsed="0.004292"/>
</kw>
<var name="${i}">0</var>
<status status="PASS" start="2026-05-23T01:12:05.778301" elapsed="0.004452"/>
</iter>
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-05-23T01:12:05.787196" level="INFO">max :: 37744.43</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-05-23T01:12:05.782966" elapsed="0.004285"/>
</kw>
<var name="${i}">1</var>
<status status="PASS" start="2026-05-23T01:12:05.782841" elapsed="0.004444"/>
</iter>
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-05-23T01:12:05.791709" level="INFO">avg :: 37524.79</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-05-23T01:12:05.787493" elapsed="0.004272"/>
</kw>
<var name="${i}">2</var>
<status status="PASS" start="2026-05-23T01:12:05.787368" elapsed="0.004431"/>
</iter>
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-05-23T01:12:05.796265" level="INFO">stdev :: 12508.93</msg>
<arg>${result_name_list[${i}]} :: ${result_value_list[${i}]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-05-23T01:12:05.792007" elapsed="0.004312"/>
</kw>
<var name="${i}">3</var>
<status status="PASS" start="2026-05-23T01:12:05.791882" elapsed="0.004471"/>
</iter>
<var>${i}</var>
<value>0</value>
<value>${num_stats}</value>
<status status="PASS" start="2026-05-23T01:12:05.778118" elapsed="0.018264"/>
</for>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-05-23T01:12:05.800195" level="INFO">${min} = 37300.77</msg>
<var>${min}</var>
<arg>${result_value_list[${0}]}</arg>
<doc>Returns the given values which can then be assigned to a variables.</doc>
<status status="PASS" start="2026-05-23T01:12:05.796548" elapsed="0.003674"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-05-23T01:12:05.804058" level="INFO">${max} = 37744.43</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-05-23T01:12:05.800374" elapsed="0.003717"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-05-23T01:12:05.807934" level="INFO">${average} = 37524.79</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-05-23T01:12:05.804246" elapsed="0.003715"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-05-23T01:12:05.811978" level="INFO">${stdev} = 12508.93</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-05-23T01:12:05.808127" elapsed="0.003877"/>
</kw>
<kw name="Get Time" owner="BuiltIn">
<msg time="2026-05-23T01:12:05.812542" level="INFO">${date} = 2026-05-23 01:12:05</msg>
<var>${date}</var>
<arg>d,m,s</arg>
<doc>Returns the given time in the requested format.</doc>
<status status="PASS" start="2026-05-23T01:12:05.812179" elapsed="0.000389"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-05-23T01:12:05.813147" level="INFO">CBench Result: 2026-05-23 01:12:05,-m 60000 -M 100 -S 16 -l 10 -D 5000 -p 6633,37300.77,37744.43,37524.79,12508.93</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-05-23T01:12:05.812720" elapsed="0.000483"/>
</kw>
<kw name="Log Results And Determine Status">
<kw name="Append To File" owner="OperatingSystem">
<msg time="2026-05-23T01:12:05.814452" 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-05-23T01:12:05.813804" elapsed="0.000718"/>
</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-05-23T01:12:05.814675" elapsed="0.000491"/>
</kw>
<arg>${min}</arg>
<arg>${max}</arg>
<arg>${average}</arg>
<arg>${average_threshold}</arg>
<arg>${output_filename}</arg>
<status status="PASS" start="2026-05-23T01:12:05.813340" elapsed="0.001900"/>
</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-05-23T01:01:59.105464" elapsed="606.709837"/>
</kw>
<kw name="Sleep" owner="BuiltIn">
<msg time="2026-05-23T01:12:05.815754" 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-05-23T01:12:05.815448" elapsed="0.000363"/>
</kw>
<kw name="Report Failure Due To Bug" owner="Utils" type="TEARDOWN">
<kw name="Evaluate" owner="BuiltIn">
<msg time="2026-05-23T01:12:05.817022" 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-05-23T01:12:05.816553" elapsed="0.000513"/>
</kw>
<if>
<branch type="IF" condition="('${TEST_STATUS}' != 'FAIL') or ${test_skipped}">
<return>
<status status="PASS" start="2026-05-23T01:12:05.817289" elapsed="0.000031"/>
</return>
<status status="PASS" start="2026-05-23T01:12:05.817141" elapsed="0.000210"/>
</branch>
<status status="PASS" start="2026-05-23T01:12:05.817122" elapsed="0.000253"/>
</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-05-23T01:12:05.817516" 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-05-23T01:12:05.817672" elapsed="0.000020"/>
</kw>
<kw name="Set Variable If" owner="BuiltIn">
<var>${bug_url}</var>
<arg>${match}</arg>
<arg>https://jira.opendaylight.org/browse/${number}</arg>
<arg>https://bugs.opendaylight.org/show_bug.cgi?id=${number}</arg>
<doc>Sets variable based on the given condition.</doc>
<status status="NOT RUN" start="2026-05-23T01:12:05.817830" 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-05-23T01:12:05.818024" elapsed="0.000036"/>
</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-05-23T01:12:05.818193" elapsed="0.000020"/>
</kw>
<kw name="Set Test Message" owner="BuiltIn">
<arg>${msg}${newline}${newline}${TEST_MESSAGE}</arg>
<doc>Sets message for the current test case.</doc>
<status status="NOT RUN" start="2026-05-23T01:12:05.818338" elapsed="0.000019"/>
</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-05-23T01:12:05.818479" elapsed="0.000019"/>
</kw>
<if>
<branch type="IF" condition="&quot;${include_bug_in_tags}&quot;==&quot;True&quot;">
<kw name="Set Tags" owner="BuiltIn">
<arg>${bug_url}</arg>
<doc>Adds given ``tags`` for the current test or all tests in a suite.</doc>
<status status="NOT RUN" start="2026-05-23T01:12:05.818697" elapsed="0.000019"/>
</kw>
<status status="NOT RUN" start="2026-05-23T01:12:05.818562" elapsed="0.000185"/>
</branch>
<status status="NOT RUN" start="2026-05-23T01:12:05.818544" elapsed="0.000229"/>
</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-05-23T01:12:05.816186" elapsed="0.002641"/>
</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-05-23T01:01:59.104102" elapsed="606.714770"/>
</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-05-23T00:41:43.253914" elapsed="1822.565644"/>
</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>
