<?xml version="1.0" encoding="UTF-8"?>
<robot generator="Robot 7.4.2 (Python 3.11.10 on linux)" generated="2026-05-13T00:44:54.807162" 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-13T00:44:55.385828" elapsed="0.000040"/>
</return>
<status status="NOT RUN" start="2026-05-13T00:44:55.385674" elapsed="0.000244"/>
</branch>
<status status="PASS" start="2026-05-13T00:44:55.385643" elapsed="0.000302"/>
</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-13T00:44:55.386092" elapsed="0.000519"/>
</kw>
<kw name="Login" owner="SSHLibrary">
<msg time="2026-05-13T00:44:55.387125" level="INFO">Logging into '10.30.171.51:8101' as 'karaf'.</msg>
<msg time="2026-05-13T00:44:56.110752" 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-13T00:44:55.386811" elapsed="0.724189"/>
</kw>
<kw name="Write" owner="SSHLibrary">
<msg time="2026-05-13T00:44:56.160510" 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-13T00:44:56.111310" elapsed="0.049347"/>
</kw>
<kw name="Read Until Regexp" owner="SSHLibrary">
<msg time="2026-05-13T00:44:56.162916" level="INFO">[?1l&gt;[?2004l[?1h=[90m~[0m                                                                                [?2004hopendaylight-user@root&gt;</msg>
<msg time="2026-05-13T00:44:56.163060" 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-13T00:44:56.160955" elapsed="0.002136"/>
</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-13T00:44:56.163253" elapsed="0.000285"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-05-13T00:44:56.163698" elapsed="0.000246"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-05-13T00:44:56.164444" 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-13T00:44:56.164099" elapsed="0.000399"/>
</kw>
<return>
<value>${output}</value>
<status status="PASS" start="2026-05-13T00:44:56.164552" elapsed="0.000058"/>
</return>
<arg>log:set ${log_level}</arg>
<doc>Will execute the given ${cmd} by ssh'ing to the karaf console running on 10.30.171.51
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-13T00:44:55.385263" elapsed="0.779473"/>
</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-13T00:44:55.381573" elapsed="0.783228"/>
</kw>
<kw name="Append To File" owner="OperatingSystem">
<msg time="2026-05-13T00:44:56.165419" 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-13T00:44:56.165015" elapsed="0.000463"/>
</kw>
<kw name="Append To File" owner="OperatingSystem">
<msg time="2026-05-13T00:44:56.165951" 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-13T00:44:56.165634" elapsed="0.000374"/>
</kw>
<kw name="Evaluate" owner="BuiltIn">
<msg time="2026-05-13T00:44:56.166562" 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-13T00:44:56.166163" elapsed="0.000426"/>
</kw>
<kw name="Set Suite Variable" owner="BuiltIn">
<msg time="2026-05-13T00:44:56.167146" 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-13T00:44:56.166758" elapsed="0.000431"/>
</kw>
<kw name="Evaluate" owner="BuiltIn">
<msg time="2026-05-13T00:44:56.167709" 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-13T00:44:56.167336" elapsed="0.000400"/>
</kw>
<kw name="Set Suite Variable" owner="BuiltIn">
<msg time="2026-05-13T00:44:56.168225" 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-13T00:44:56.167914" elapsed="0.000353"/>
</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-13T00:44:56.168567" elapsed="0.000021"/>
</kw>
<status status="NOT RUN" start="2026-05-13T00:44:56.168354" elapsed="0.000268"/>
</branch>
<branch type="ELSE">
<kw name="Verify File Exists On Remote System" owner="Utils">
<kw name="Open Connection" owner="SSHLibrary">
<msg time="2026-05-13T00:44:56.172961" 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-13T00:44:56.172534" elapsed="0.000454"/>
</kw>
<kw name="Flexible_SSH_Login" owner="SSHKeywords">
<kw name="Get Length" owner="BuiltIn">
<msg time="2026-05-13T00:44:56.174345" level="INFO">Length is 0.</msg>
<msg time="2026-05-13T00:44:56.174482" 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-13T00:44:56.173550" elapsed="0.000958"/>
</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-13T00:44:56.174658" elapsed="0.000391"/>
</kw>
<kw name="Run Keyword And Return" owner="BuiltIn">
<kw name="Login With Public Key" owner="SSHLibrary">
<msg time="2026-05-13T00:44:56.176070" level="INFO">Logging into '10.30.170.90:22' as 'jenkins'.</msg>
<msg time="2026-05-13T00:44:56.856334" 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 Wed May 13 00:44:56 UTC 2026

  System load:  0.08               Processes:             110
  Usage of /:   19.3% of 38.58GB   Users logged in:       0
  Memory usage: 4%                 IPv4 address for ens3: 10.30.170.90
  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-239-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-13T00:44:56.175554" elapsed="0.680942"/>
</kw>
<msg time="2026-05-13T00:44:56.856592" 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-13T00:44:56.175205" elapsed="0.681476"/>
</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-13T00:44:56.173194" elapsed="0.683611"/>
</kw>
<kw name="File Should Exist" owner="SSHLibrary">
<msg time="2026-05-13T00:44:56.864362" 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-13T00:44:56.857033" elapsed="0.009289"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-05-13T00:44:56.866613" elapsed="0.000500"/>
</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-13T00:44:56.171990" elapsed="0.695216"/>
</kw>
<status status="PASS" start="2026-05-13T00:44:56.168701" elapsed="0.698588"/>
</branch>
<status status="PASS" start="2026-05-13T00:44:56.168328" elapsed="0.699008"/>
</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-13T00:44:56.867554" elapsed="0.000701"/>
</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-13T00:44:56.874493" elapsed="0.000026"/>
</return>
<status status="NOT RUN" start="2026-05-13T00:44:56.874325" elapsed="0.000243"/>
</branch>
<status status="PASS" start="2026-05-13T00:44:56.874292" elapsed="0.000310"/>
</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-13T00:44:56.878843" elapsed="0.000030"/>
</return>
<status status="NOT RUN" start="2026-05-13T00:44:56.878728" elapsed="0.000180"/>
</branch>
<status status="PASS" start="2026-05-13T00:44:56.878707" elapsed="0.000225"/>
</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-13T00:44:56.879070" elapsed="0.000467"/>
</kw>
<kw name="Login" owner="SSHLibrary">
<msg time="2026-05-13T00:44:56.879961" level="INFO">Logging into '10.30.171.51:8101' as 'karaf'.</msg>
<msg time="2026-05-13T00:44:57.057087" 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-13T00:44:56.879685" elapsed="0.177563"/>
</kw>
<kw name="Write" owner="SSHLibrary">
<msg time="2026-05-13T00:44:57.151870" 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-13T00:44:57.057500" elapsed="0.094525"/>
</kw>
<kw name="Read Until Regexp" owner="SSHLibrary">
<msg time="2026-05-13T00:44:57.163518" 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-13T00:44:57.163804" 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-13T00:44:57.152295" elapsed="0.011542"/>
</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-13T00:44:57.164073" elapsed="0.000308"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-05-13T00:44:57.164536" elapsed="0.000215"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-05-13T00:44:57.165237" 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-13T00:44:57.164916" elapsed="0.000374"/>
</kw>
<return>
<value>${output}</value>
<status status="PASS" start="2026-05-13T00:44:57.165340" elapsed="0.000053"/>
</return>
<msg time="2026-05-13T00:44:57.165543" 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.171.51
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-13T00:44:56.878359" elapsed="0.287215"/>
</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-13T00:44:57.165721" elapsed="0.000510"/>
</kw>
<return>
<value>${output}</value>
<status status="PASS" start="2026-05-13T00:44:57.166318" elapsed="0.000032"/>
</return>
<arg>odl-openflowplugin-drop-test</arg>
<doc>Will Succeed if the given ${feature_name} is found in the output of "feature:list -i"</doc>
<status status="PASS" start="2026-05-13T00:44:56.873902" elapsed="0.292549"/>
</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-13T00:44:57.170252" elapsed="0.000015"/>
</return>
<status status="NOT RUN" start="2026-05-13T00:44:57.170117" elapsed="0.000183"/>
</branch>
<status status="PASS" start="2026-05-13T00:44:57.170088" elapsed="0.000236"/>
</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-13T00:44:57.170455" elapsed="0.000464"/>
</kw>
<kw name="Login" owner="SSHLibrary">
<msg time="2026-05-13T00:44:57.171329" level="INFO">Logging into '10.30.171.51:8101' as 'karaf'.</msg>
<msg time="2026-05-13T00:44:57.378643" 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-13T00:44:57.171069" elapsed="0.207770"/>
</kw>
<kw name="Write" owner="SSHLibrary">
<msg time="2026-05-13T00:44:57.404557" 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-13T00:44:57.379191" elapsed="0.025506"/>
</kw>
<kw name="Read Until Regexp" owner="SSHLibrary">
<msg time="2026-05-13T00:44:57.408447" level="INFO">[?1l&gt;[?2004lDropAllFlows transitions to on
[?1h=[90m~[0m                                                                                [?2004hopendaylight-user@root&gt;</msg>
<msg time="2026-05-13T00:44:57.408552" 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-13T00:44:57.405066" elapsed="0.003516"/>
</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-13T00:44:57.408720" elapsed="0.000197"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-05-13T00:44:57.409066" elapsed="0.000189"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-05-13T00:44:57.409713" 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-13T00:44:57.409397" elapsed="0.000376"/>
</kw>
<return>
<value>${output}</value>
<status status="PASS" start="2026-05-13T00:44:57.409826" elapsed="0.000074"/>
</return>
<arg>dropallpacketsrpc on</arg>
<doc>Will execute the given ${cmd} by ssh'ing to the karaf console running on 10.30.171.51
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-13T00:44:57.169762" elapsed="0.240262"/>
</kw>
<status status="PASS" start="2026-05-13T00:44:55.379606" elapsed="2.030483"/>
</kw>
<test id="s1-t1" name="Cbench Latency Test" line="37">
<kw name="Log" owner="BuiltIn">
<msg time="2026-05-13T00:44:57.412482" 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-13T00:44:57.411035" elapsed="0.001513"/>
</kw>
<kw name="Run Cbench And Log Results">
<kw name="Set Suite Variable" owner="BuiltIn">
<msg time="2026-05-13T00:44:57.414019" 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-13T00:44:57.413644" elapsed="0.000419"/>
</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-13T00:44:57.414384" elapsed="0.000022"/>
</kw>
<status status="NOT RUN" start="2026-05-13T00:44:57.414143" elapsed="0.000300"/>
</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-13T00:44:57.417450" elapsed="0.000022"/>
</kw>
<status status="NOT RUN" start="2026-05-13T00:44:57.417192" elapsed="0.000315"/>
</branch>
<status status="PASS" start="2026-05-13T00:44:57.417171" elapsed="0.000363"/>
</if>
<kw name="Get Connection" owner="SSHLibrary">
<msg time="2026-05-13T00:44:57.417895" 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-13T00:44:57.418020" 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-13T00:44:57.417666" elapsed="0.000381"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-05-13T00:44:57.418614" level="INFO">Attempting to execute command "/usr/local/bin/cbench -c 10.30.171.51 -m 60000 -M 100 -S 16 -l 10 -D 5000 -p 6633" on remote system "10.30.170.90" 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-13T00:44:57.418183" elapsed="0.000490"/>
</kw>
<kw name="Open Connection" owner="SSHLibrary">
<msg time="2026-05-13T00:44:57.419297" 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-13T00:44:57.418813" elapsed="0.000511"/>
</kw>
<kw name="Flexible_SSH_Login" owner="SSHKeywords">
<kw name="Get Length" owner="BuiltIn">
<msg time="2026-05-13T00:44:57.420268" level="INFO">Length is 0.</msg>
<msg time="2026-05-13T00:44:57.420359" 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-13T00:44:57.419945" elapsed="0.000439"/>
</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-13T00:44:57.420528" elapsed="0.000350"/>
</kw>
<kw name="Run Keyword And Return" owner="BuiltIn">
<kw name="Login With Public Key" owner="SSHLibrary">
<msg time="2026-05-13T00:44:57.421751" level="INFO">Logging into '10.30.170.90:22' as 'jenkins'.</msg>
<msg time="2026-05-13T00:44:57.740995" 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 Wed May 13 00:44:56 UTC 2026

  System load:  0.08               Processes:             110
  Usage of /:   19.3% of 38.58GB   Users logged in:       0
  Memory usage: 4%                 IPv4 address for ens3: 10.30.170.90
  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: Wed May 13 00:44:56 2026 from 10.30.170.123
[?2004h[jenkins@releng-63164-239-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-13T00:44:57.421389" elapsed="0.319799"/>
</kw>
<msg time="2026-05-13T00:44:57.741274" 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-13T00:44:57.421036" elapsed="0.320329"/>
</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-13T00:44:57.419545" elapsed="0.321950"/>
</kw>
<kw name="Execute Command" owner="SSHLibrary">
<msg time="2026-05-13T00:44:57.742357" level="INFO">Executing command '/usr/local/bin/cbench -c 10.30.171.51 -m 60000 -M 100 -S 16 -l 10 -D 5000 -p 6633'.</msg>
<msg time="2026-05-13T00:55:03.846672" level="INFO">Command exited with return code 0.</msg>
<msg time="2026-05-13T00:55:03.847148" level="INFO">${stdout} = </msg>
<msg time="2026-05-13T00:55:03.847225" level="INFO">${stderr} = cbench: controller benchmarking tool
   running in mode 'latency'
   connecting to controller at 10.30.171.51:6633 
   faking 16 switches with 1 threads :: 10 tests each; 60000 ms per test
   with 100...</msg>
<var>${stdout}</var>
<var>${stderr}</var>
<arg>${cmd}</arg>
<arg>return_stderr=True</arg>
<doc>Executes ``command`` on the remote machine and returns its outputs.</doc>
<status status="PASS" start="2026-05-13T00:44:57.741744" elapsed="606.105519"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-05-13T00:55:03.847609" elapsed="0.000557"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-05-13T00:55:03.849013" level="INFO">cbench: controller benchmarking tool
   running in mode 'latency'
   connecting to controller at 10.30.171.51: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.171.51. So far 1 cbench instances have initialized their switches.  Waiting for other cbench-instances
Thread-0: Total switches from ALL cbench-instances initialized.
00:46:02.927 16  switches: flows:  111948 112349 114020 110516 110933 109586 108830 111070 108047 108266 107522 106383 108663 106150 107947 104954  total = 29.119733 per ms 
00:47:03.028 16  switches: flows:  124885 124702 127172 126937 125200 125460 122180 124193 121192 121294 119798 120441 122380 120060 121840 118442  total = 32.715000 per ms 
00:48:03.129 16  switches: flows:  114574 114880 114567 116186 115112 114821 114438 113867 109872 111498 109998 110440 111741 110403 109711 109057  total = 29.969367 per ms 
00:49:03.230 16  switches: flows:  123874 124518 126456 124752 122802 125418 123583 123707 120574 118458 119164 119362 120963 120889 120121 117692  total = 32.484643 per ms 
00:50:03.331 16  switches: flows:  126470 125595 127199 129458 123688 126547 125391 126527 121543 120564 120245 120667 122895 121209 120492 119845  total = 32.917245 per ms 
00:51:03.432 16  switches: flows:  128864 129744 129192 128926 125586 129749 128340 129450 124781 123480 123679 124113 124356 123329 124460 121418  total = 33.601641 per ms 
00:52:03.533 16  switches: flows:  129151 129300 129427 130203 127365 130280 128167 129672 124981 124724 125351 124036 125905 123731 123825 120627  total = 33.722769 per ms 
00:53:03.634 16  switches: flows:  131165 131179 130488 131648 130108 132295 129575 131398 124783 126381 128158 125005 127619 126423 124391 122506  total = 34.161657 per ms 
00:54:03.735 16  switches: flows:  127676 128882 126937 129765 128139 128585 124611 129238 122262 123180 124669 123542 123324 122467 123198 120156  total = 33.388096 per ms 
00:55:03.836 16  switches: flows:  128447 130145 129945 131504 130070 130351 127975 132007 125131 127150 126451 124411 126238 124220 125072 122069  total = 33.963065 per ms 
RESULT: 16 switches 9 tests min/max/avg/stdev = 29969.37/34161.66/32991.50/11061.89 responses/s</msg>
<arg>${stderr}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-05-13T00:55:03.848412" elapsed="0.000852"/>
</kw>
<if>
<branch type="IF" condition="&quot;${return_stdout}&quot;!=&quot;True&quot;">
<return>
<value>${stderr}</value>
<status status="PASS" start="2026-05-13T00:55:03.849612" elapsed="0.000052"/>
</return>
<status status="PASS" start="2026-05-13T00:55:03.849398" elapsed="0.000319"/>
</branch>
<status status="PASS" start="2026-05-13T00:55:03.849359" elapsed="0.000396"/>
</if>
<if>
<branch type="IF" condition="&quot;${return_stderr}&quot;!=&quot;True&quot;">
<return>
<value>${stdout}</value>
<status status="NOT RUN" start="2026-05-13T00:55:03.849974" elapsed="0.000020"/>
</return>
<status status="NOT RUN" start="2026-05-13T00:55:03.849902" elapsed="0.000135"/>
</branch>
<status status="NOT RUN" start="2026-05-13T00:55:03.849835" elapsed="0.000234"/>
</if>
<return>
<value>${stdout}</value>
<value>${stderr}</value>
<status status="NOT RUN" start="2026-05-13T00:55:03.850120" elapsed="0.000020"/>
</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-13T00:55:03.853740" elapsed="0.000525"/>
</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-13T00:55:03.854478" elapsed="0.000252"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-05-13T00:55:03.854949" elapsed="0.000168"/>
</kw>
<arg>${current_ssh_connection.index}</arg>
<doc>Restore active SSH connection in SSHLibrary to given index.</doc>
<status status="PASS" start="2026-05-13T00:55:03.850578" elapsed="0.004619"/>
</kw>
<msg time="2026-05-13T00:55:03.855382" level="INFO">${output} = cbench: controller benchmarking tool
   running in mode 'latency'
   connecting to controller at 10.30.171.51:6633 
   faking 16 switches with 1 threads :: 10 tests each; 60000 ms per test
   with 100...</msg>
<var>${output}</var>
<arg>${cbench_system}</arg>
<arg>${cbench_executable} -c ${ODL_SYSTEM_IP} ${cbench_args}</arg>
<arg>prompt_timeout=${test_timeout}</arg>
<arg>return_stdout=False</arg>
<arg>return_stderr=True</arg>
<doc>Reduces the common work of running a command on a remote system to a single higher level
robot keyword, taking care to log in with a public key and. The command given is written and the return value
depends on the passed argument values of return_stdout (default: True) and return_stderr (default: False).
At least one should be True, or the keyword will exit and FAIL. If both are True, the resulting return value
will be a two element list containing both. Otherwise the resulting return value is a string.
No test conditions are checked.</doc>
<status status="PASS" start="2026-05-13T00:44:57.414795" elapsed="606.440627"/>
</kw>
<status status="PASS" start="2026-05-13T00:44:57.414472" elapsed="606.441020"/>
</branch>
<status status="PASS" start="2026-05-13T00:44:57.414120" elapsed="606.441404"/>
</if>
<kw name="Log" owner="BuiltIn">
<msg time="2026-05-13T00:55:03.856193" level="INFO">cbench: controller benchmarking tool
   running in mode 'latency'
   connecting to controller at 10.30.171.51: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.171.51. So far 1 cbench instances have initialized their switches.  Waiting for other cbench-instances
Thread-0: Total switches from ALL cbench-instances initialized.
00:46:02.927 16  switches: flows:  111948 112349 114020 110516 110933 109586 108830 111070 108047 108266 107522 106383 108663 106150 107947 104954  total = 29.119733 per ms 
00:47:03.028 16  switches: flows:  124885 124702 127172 126937 125200 125460 122180 124193 121192 121294 119798 120441 122380 120060 121840 118442  total = 32.715000 per ms 
00:48:03.129 16  switches: flows:  114574 114880 114567 116186 115112 114821 114438 113867 109872 111498 109998 110440 111741 110403 109711 109057  total = 29.969367 per ms 
00:49:03.230 16  switches: flows:  123874 124518 126456 124752 122802 125418 123583 123707 120574 118458 119164 119362 120963 120889 120121 117692  total = 32.484643 per ms 
00:50:03.331 16  switches: flows:  126470 125595 127199 129458 123688 126547 125391 126527 121543 120564 120245 120667 122895 121209 120492 119845  total = 32.917245 per ms 
00:51:03.432 16  switches: flows:  128864 129744 129192 128926 125586 129749 128340 129450 124781 123480 123679 124113 124356 123329 124460 121418  total = 33.601641 per ms 
00:52:03.533 16  switches: flows:  129151 129300 129427 130203 127365 130280 128167 129672 124981 124724 125351 124036 125905 123731 123825 120627  total = 33.722769 per ms 
00:53:03.634 16  switches: flows:  131165 131179 130488 131648 130108 132295 129575 131398 124783 126381 128158 125005 127619 126423 124391 122506  total = 34.161657 per ms 
00:54:03.735 16  switches: flows:  127676 128882 126937 129765 128139 128585 124611 129238 122262 123180 124669 123542 123324 122467 123198 120156  total = 33.388096 per ms 
00:55:03.836 16  switches: flows:  128447 130145 129945 131504 130070 130351 127975 132007 125131 127150 126451 124411 126238 124220 125072 122069  total = 33.963065 per ms 
RESULT: 16 switches 9 tests min/max/avg/stdev = 29969.37/34161.66/32991.50/11061.89 responses/s</msg>
<arg>${output}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-05-13T00:55:03.855726" elapsed="0.000572"/>
</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-13T00:55:03.856509" elapsed="0.000566"/>
</kw>
<kw name="Get Lines Containing String" owner="String">
<msg time="2026-05-13T00:55:03.857633" level="INFO">1 out of 23 lines matched.</msg>
<msg time="2026-05-13T00:55:03.857764" level="INFO">${result_line} = RESULT: 16 switches 9 tests min/max/avg/stdev = 29969.37/34161.66/32991.50/11061.89 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-13T00:55:03.857308" elapsed="0.000491"/>
</kw>
<kw name="Split String" owner="String">
<msg time="2026-05-13T00:55:03.858432" level="INFO">@{results_list} = [ RESULT: | 16 | switches | 9 | tests | min/max/avg/stdev | = | 29969.37/34161.66/32991.50/11061.89 | 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-13T00:55:03.858057" elapsed="0.000414"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-05-13T00:55:03.861945" 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-13T00:55:03.858680" elapsed="0.003346"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-05-13T00:55:03.865115" level="INFO">29969.37/34161.66/32991.50/11061.89</msg>
<arg>${results_list[7]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-05-13T00:55:03.862254" elapsed="0.002929"/>
</kw>
<kw name="Split String" owner="String">
<msg time="2026-05-13T00:55:03.867656" 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-13T00:55:03.865340" elapsed="0.002345"/>
</kw>
<kw name="Split String" owner="String">
<msg time="2026-05-13T00:55:03.870155" level="INFO">@{result_value_list} = [ 29969.37 | 34161.66 | 32991.50 | 11061.89 ]</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-13T00:55:03.867896" elapsed="0.002288"/>
</kw>
<kw name="Get Length" owner="BuiltIn">
<msg time="2026-05-13T00:55:03.870668" level="INFO">Length is 4.</msg>
<msg time="2026-05-13T00:55:03.870759" 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-13T00:55:03.870352" elapsed="0.000431"/>
</kw>
<for flavor="IN RANGE">
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-05-13T00:55:03.875681" level="INFO">min :: 29969.37</msg>
<arg>${result_name_list[${i}]} :: ${result_value_list[${i}]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-05-13T00:55:03.871212" elapsed="0.004528"/>
</kw>
<var name="${i}">0</var>
<status status="PASS" start="2026-05-13T00:55:03.871061" elapsed="0.004716"/>
</iter>
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-05-13T00:55:03.880569" level="INFO">max :: 34161.66</msg>
<arg>${result_name_list[${i}]} :: ${result_value_list[${i}]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-05-13T00:55:03.876019" elapsed="0.004608"/>
</kw>
<var name="${i}">1</var>
<status status="PASS" start="2026-05-13T00:55:03.875886" elapsed="0.004778"/>
</iter>
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-05-13T00:55:03.885477" level="INFO">avg :: 32991.50</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-13T00:55:03.880913" elapsed="0.004633"/>
</kw>
<var name="${i}">2</var>
<status status="PASS" start="2026-05-13T00:55:03.880763" elapsed="0.004820"/>
</iter>
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-05-13T00:55:03.890252" level="INFO">stdev :: 11061.89</msg>
<arg>${result_name_list[${i}]} :: ${result_value_list[${i}]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-05-13T00:55:03.885811" elapsed="0.004500"/>
</kw>
<var name="${i}">3</var>
<status status="PASS" start="2026-05-13T00:55:03.885679" elapsed="0.004668"/>
</iter>
<var>${i}</var>
<value>0</value>
<value>${num_stats}</value>
<status status="PASS" start="2026-05-13T00:55:03.870868" elapsed="0.019514"/>
</for>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-05-13T00:55:03.894557" level="INFO">${min} = 29969.37</msg>
<var>${min}</var>
<arg>${result_value_list[${0}]}</arg>
<doc>Returns the given values which can then be assigned to a variables.</doc>
<status status="PASS" start="2026-05-13T00:55:03.890543" elapsed="0.004042"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-05-13T00:55:03.898609" level="INFO">${max} = 34161.66</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-13T00:55:03.894760" elapsed="0.003876"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-05-13T00:55:03.902846" level="INFO">${average} = 32991.50</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-13T00:55:03.898801" elapsed="0.004092"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-05-13T00:55:03.906934" level="INFO">${stdev} = 11061.89</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-13T00:55:03.903049" elapsed="0.003913"/>
</kw>
<kw name="Get Time" owner="BuiltIn">
<msg time="2026-05-13T00:55:03.907511" level="INFO">${date} = 2026-05-13 00:55:03</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-13T00:55:03.907142" elapsed="0.000395"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-05-13T00:55:03.908125" level="INFO">CBench Result: 2026-05-13 00:55:03,-m 60000 -M 100 -S 16 -l 10 -D 5000 -p 6633,29969.37,34161.66,32991.50,11061.89</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-13T00:55:03.907687" elapsed="0.000495"/>
</kw>
<kw name="Log Results And Determine Status">
<kw name="Append To File" owner="OperatingSystem">
<msg time="2026-05-13T00:55:03.909276" 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-13T00:55:03.908834" elapsed="0.000518"/>
</kw>
<kw name="Should Be True" owner="BuiltIn">
<arg>${average} &gt; ${threshold}</arg>
<arg>${average} flow_mods per/sec did not exceed threshold of ${threshold}</arg>
<doc>Fails if the given condition is not true.</doc>
<status status="PASS" start="2026-05-13T00:55:03.909521" elapsed="0.000574"/>
</kw>
<arg>${min}</arg>
<arg>${max}</arg>
<arg>${average}</arg>
<arg>${average_threshold}</arg>
<arg>${output_filename}</arg>
<status status="PASS" start="2026-05-13T00:55:03.908346" elapsed="0.001871"/>
</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-13T00:44:57.412989" elapsed="606.497297"/>
</kw>
<kw name="Sleep" owner="BuiltIn">
<msg time="2026-05-13T00:55:03.910768" 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-13T00:55:03.910443" elapsed="0.000383"/>
</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-13T00:55:03.911438" elapsed="0.000280"/>
</kw>
<status status="PASS" start="2026-05-13T00:55:03.911118" elapsed="0.000678"/>
</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-13T00:44:57.410247" elapsed="606.501593"/>
</test>
<test id="s1-t2" name="Cbench Throughput Test" line="51">
<kw name="Log" owner="BuiltIn">
<msg time="2026-05-13T00:55:03.913543" 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-13T00:55:03.913080" elapsed="0.000524"/>
</kw>
<kw name="Run Cbench And Log Results">
<kw name="Set Suite Variable" owner="BuiltIn">
<msg time="2026-05-13T00:55:03.914889" 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-13T00:55:03.914539" elapsed="0.000394"/>
</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-13T00:55:03.915314" elapsed="0.000026"/>
</kw>
<status status="NOT RUN" start="2026-05-13T00:55:03.915051" elapsed="0.000327"/>
</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-13T00:55:03.918379" elapsed="0.000023"/>
</kw>
<status status="NOT RUN" start="2026-05-13T00:55:03.918120" elapsed="0.000318"/>
</branch>
<status status="PASS" start="2026-05-13T00:55:03.918100" elapsed="0.000363"/>
</if>
<kw name="Get Connection" owner="SSHLibrary">
<msg time="2026-05-13T00:55:03.918832" 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-13T00:55:03.918977" 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-13T00:55:03.918605" elapsed="0.000400"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-05-13T00:55:03.919618" level="INFO">Attempting to execute command "/usr/local/bin/cbench -c 10.30.171.51 -t -m 60000 -M 100 -S 16 -l 10 -D 5000 -p 6633" on remote system "10.30.170.90" 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-13T00:55:03.919175" elapsed="0.000504"/>
</kw>
<kw name="Open Connection" owner="SSHLibrary">
<msg time="2026-05-13T00:55:03.920244" 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-13T00:55:03.919822" elapsed="0.000449"/>
</kw>
<kw name="Flexible_SSH_Login" owner="SSHKeywords">
<kw name="Get Length" owner="BuiltIn">
<msg time="2026-05-13T00:55:03.921319" level="INFO">Length is 0.</msg>
<msg time="2026-05-13T00:55:03.921409" 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-13T00:55:03.920991" elapsed="0.000445"/>
</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-13T00:55:03.921580" elapsed="0.000351"/>
</kw>
<kw name="Run Keyword And Return" owner="BuiltIn">
<kw name="Login With Public Key" owner="SSHLibrary">
<msg time="2026-05-13T00:55:03.922808" level="INFO">Logging into '10.30.170.90:22' as 'jenkins'.</msg>
<msg time="2026-05-13T00:55:04.511091" 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 Wed May 13 00:55:04 UTC 2026

  System load:  1.0                Processes:             105
  Usage of /:   19.5% of 38.58GB   Users logged in:       0
  Memory usage: 4%                 IPv4 address for ens3: 10.30.170.90
  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: Wed May 13 00:44:57 2026 from 10.30.170.123
[?2004h[jenkins@releng-63164-239-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-13T00:55:03.922449" elapsed="0.588853"/>
</kw>
<msg time="2026-05-13T00:55:04.511399" 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-13T00:55:03.922099" elapsed="0.589397"/>
</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-13T00:55:03.920494" elapsed="0.591124"/>
</kw>
<kw name="Execute Command" owner="SSHLibrary">
<msg time="2026-05-13T00:55:04.512194" level="INFO">Executing command '/usr/local/bin/cbench -c 10.30.171.51 -t -m 60000 -M 100 -S 16 -l 10 -D 5000 -p 6633'.</msg>
<msg time="2026-05-13T01:05:10.826437" level="INFO">Command exited with return code 0.</msg>
<msg time="2026-05-13T01:05:10.827208" level="INFO">${stdout} = </msg>
<msg time="2026-05-13T01:05:10.827322" level="INFO">${stderr} = cbench: controller benchmarking tool
   running in mode 'throughput'
   connecting to controller at 10.30.171.51: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-13T00:55:04.511869" elapsed="606.315510"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-05-13T01:05:10.827925" elapsed="0.001091"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-05-13T01:05:10.830337" level="INFO">cbench: controller benchmarking tool
   running in mode 'throughput'
   connecting to controller at 10.30.171.51: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.171.51. So far 1 cbench instances have initialized their switches.  Waiting for other cbench-instances
Thread-0: Total switches from ALL cbench-instances initialized.
00:56:09.635 16  switches: flows:  573229 570222 559318 565658 565601 567288 570521 567202 551207 552412 544837 550700 565895 553174 542727 563956  total = 149.399117 per ms 
00:57:09.737 16  switches: flows:  587682 578456 585958 579178 587738 581644 591714 579875 589365 596762 575027 576215 577307 591185 582748 578106  total = 155.386528 per ms 
00:58:09.839 16  switches: flows:  631842 630751 626434 634809 630433 629164 633997 633926 629474 630815 630423 626111 627434 623612 630343 620382  total = 167.550030 per ms 
00:59:09.942 16  switches: flows:  639274 621469 628321 637616 627402 637048 634192 652823 639936 649289 645997 634015 656019 637113 641229 624477  total = 169.810867 per ms 
01:00:10.044 16  switches: flows:  669477 673905 675428 673381 679476 652501 668724 673099 672472 661417 666724 674787 669281 664441 672282 658344  total = 178.129666 per ms 
01:01:10.158 16  switches: flows:  606481 585029 597615 581990 596563 439309 583299 579536 444849 590248 437175 580641 583051 588193 591231 597568  total = 149.427809 per ms 
01:02:10.260 16  switches: flows:  677859 669798 673849 663568 661286 648956 667720 667025 658566 671306 654180 663916 672958 669933 654832 666531  total = 177.072361 per ms 
01:03:10.606 16  switches: flows:  641141 627609 621189 636038 639090 623747 631009 630711 634712 623017 631625 639558 638140 633071 636117 634035  total = 167.712741 per ms 
01:04:10.707 16  switches: flows:  554940 558668 559709 550612 563648 552672 564972 539108 555445 538129 541314 545614 550626 547955 551209 547047  total = 146.780871 per ms 
01:05:10.809 16  switches: flows:  652617 627560 638450 633515 634845 622496 638366 631173 627855 647965 636816 625014 637426 636251 632853 648624  total = 169.244897 per ms 
RESULT: 16 switches 9 tests min/max/avg/stdev = 146780.87/178129.67/164568.42/55897.82 responses/s</msg>
<arg>${stderr}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-05-13T01:05:10.829438" elapsed="0.001238"/>
</kw>
<if>
<branch type="IF" condition="&quot;${return_stdout}&quot;!=&quot;True&quot;">
<return>
<value>${stderr}</value>
<status status="PASS" start="2026-05-13T01:05:10.831364" elapsed="0.000079"/>
</return>
<status status="PASS" start="2026-05-13T01:05:10.830935" elapsed="0.000601"/>
</branch>
<status status="PASS" start="2026-05-13T01:05:10.830824" elapsed="0.000773"/>
</if>
<if>
<branch type="IF" condition="&quot;${return_stderr}&quot;!=&quot;True&quot;">
<return>
<value>${stdout}</value>
<status status="NOT RUN" start="2026-05-13T01:05:10.831822" elapsed="0.000188"/>
</return>
<status status="NOT RUN" start="2026-05-13T01:05:10.831736" elapsed="0.000362"/>
</branch>
<status status="NOT RUN" start="2026-05-13T01:05:10.831697" elapsed="0.000455"/>
</if>
<return>
<value>${stdout}</value>
<value>${stderr}</value>
<status status="NOT RUN" start="2026-05-13T01:05:10.832232" elapsed="0.000037"/>
</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-13T01:05:10.836620" elapsed="0.000669"/>
</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-13T01:05:10.837629" elapsed="0.000402"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-05-13T01:05:10.838360" elapsed="0.000230"/>
</kw>
<arg>${current_ssh_connection.index}</arg>
<doc>Restore active SSH connection in SSHLibrary to given index.</doc>
<status status="PASS" start="2026-05-13T01:05:10.832942" elapsed="0.005769"/>
</kw>
<msg time="2026-05-13T01:05:10.839067" level="INFO">${output} = cbench: controller benchmarking tool
   running in mode 'throughput'
   connecting to controller at 10.30.171.51: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-13T00:55:03.915775" elapsed="606.923352"/>
</kw>
<status status="PASS" start="2026-05-13T00:55:03.915405" elapsed="606.923830"/>
</branch>
<status status="PASS" start="2026-05-13T00:55:03.915028" elapsed="606.924262"/>
</if>
<kw name="Log" owner="BuiltIn">
<msg time="2026-05-13T01:05:10.840275" level="INFO">cbench: controller benchmarking tool
   running in mode 'throughput'
   connecting to controller at 10.30.171.51: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.171.51. So far 1 cbench instances have initialized their switches.  Waiting for other cbench-instances
Thread-0: Total switches from ALL cbench-instances initialized.
00:56:09.635 16  switches: flows:  573229 570222 559318 565658 565601 567288 570521 567202 551207 552412 544837 550700 565895 553174 542727 563956  total = 149.399117 per ms 
00:57:09.737 16  switches: flows:  587682 578456 585958 579178 587738 581644 591714 579875 589365 596762 575027 576215 577307 591185 582748 578106  total = 155.386528 per ms 
00:58:09.839 16  switches: flows:  631842 630751 626434 634809 630433 629164 633997 633926 629474 630815 630423 626111 627434 623612 630343 620382  total = 167.550030 per ms 
00:59:09.942 16  switches: flows:  639274 621469 628321 637616 627402 637048 634192 652823 639936 649289 645997 634015 656019 637113 641229 624477  total = 169.810867 per ms 
01:00:10.044 16  switches: flows:  669477 673905 675428 673381 679476 652501 668724 673099 672472 661417 666724 674787 669281 664441 672282 658344  total = 178.129666 per ms 
01:01:10.158 16  switches: flows:  606481 585029 597615 581990 596563 439309 583299 579536 444849 590248 437175 580641 583051 588193 591231 597568  total = 149.427809 per ms 
01:02:10.260 16  switches: flows:  677859 669798 673849 663568 661286 648956 667720 667025 658566 671306 654180 663916 672958 669933 654832 666531  total = 177.072361 per ms 
01:03:10.606 16  switches: flows:  641141 627609 621189 636038 639090 623747 631009 630711 634712 623017 631625 639558 638140 633071 636117 634035  total = 167.712741 per ms 
01:04:10.707 16  switches: flows:  554940 558668 559709 550612 563648 552672 564972 539108 555445 538129 541314 545614 550626 547955 551209 547047  total = 146.780871 per ms 
01:05:10.809 16  switches: flows:  652617 627560 638450 633515 634845 622496 638366 631173 627855 647965 636816 625014 637426 636251 632853 648624  total = 169.244897 per ms 
RESULT: 16 switches 9 tests min/max/avg/stdev = 146780.87/178129.67/164568.42/55897.82 responses/s</msg>
<arg>${output}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-05-13T01:05:10.839600" elapsed="0.000833"/>
</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-13T01:05:10.840732" elapsed="0.000713"/>
</kw>
<kw name="Get Lines Containing String" owner="String">
<msg time="2026-05-13T01:05:10.842207" level="INFO">1 out of 23 lines matched.</msg>
<msg time="2026-05-13T01:05:10.842393" level="INFO">${result_line} = RESULT: 16 switches 9 tests min/max/avg/stdev = 146780.87/178129.67/164568.42/55897.82 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-13T01:05:10.841737" elapsed="0.000699"/>
</kw>
<kw name="Split String" owner="String">
<msg time="2026-05-13T01:05:10.843246" level="INFO">@{results_list} = [ RESULT: | 16 | switches | 9 | tests | min/max/avg/stdev | = | 146780.87/178129.67/164568.42/55897.82 | 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-13T01:05:10.842693" elapsed="0.000609"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-05-13T01:05:10.846862" 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-13T01:05:10.843589" elapsed="0.003343"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-05-13T01:05:10.849707" level="INFO">146780.87/178129.67/164568.42/55897.82</msg>
<arg>${results_list[7]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-05-13T01:05:10.847109" elapsed="0.002662"/>
</kw>
<kw name="Split String" owner="String">
<msg time="2026-05-13T01:05:10.852490" 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-13T01:05:10.849976" elapsed="0.002550"/>
</kw>
<kw name="Split String" owner="String">
<msg time="2026-05-13T01:05:10.855434" level="INFO">@{result_value_list} = [ 146780.87 | 178129.67 | 164568.42 | 55897.82 ]</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-13T01:05:10.852743" elapsed="0.002725"/>
</kw>
<kw name="Get Length" owner="BuiltIn">
<msg time="2026-05-13T01:05:10.856122" level="INFO">Length is 4.</msg>
<msg time="2026-05-13T01:05:10.856214" 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-13T01:05:10.855687" elapsed="0.000588"/>
</kw>
<for flavor="IN RANGE">
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-05-13T01:05:10.861670" level="INFO">min :: 146780.87</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-13T01:05:10.856678" elapsed="0.005063"/>
</kw>
<var name="${i}">0</var>
<status status="PASS" start="2026-05-13T01:05:10.856546" elapsed="0.005238"/>
</iter>
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-05-13T01:05:10.867298" level="INFO">max :: 178129.67</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-13T01:05:10.862098" elapsed="0.005261"/>
</kw>
<var name="${i}">1</var>
<status status="PASS" start="2026-05-13T01:05:10.861916" elapsed="0.005479"/>
</iter>
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-05-13T01:05:10.873101" level="INFO">avg :: 164568.42</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-13T01:05:10.867618" elapsed="0.005542"/>
</kw>
<var name="${i}">2</var>
<status status="PASS" start="2026-05-13T01:05:10.867488" elapsed="0.005708"/>
</iter>
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-05-13T01:05:10.878504" level="INFO">stdev :: 55897.82</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-13T01:05:10.873420" elapsed="0.005156"/>
</kw>
<var name="${i}">3</var>
<status status="PASS" start="2026-05-13T01:05:10.873287" elapsed="0.005336"/>
</iter>
<var>${i}</var>
<value>0</value>
<value>${num_stats}</value>
<status status="PASS" start="2026-05-13T01:05:10.856347" elapsed="0.022316"/>
</for>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-05-13T01:05:10.882940" level="INFO">${min} = 146780.87</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-13T01:05:10.878838" elapsed="0.004137"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-05-13T01:05:10.887557" level="INFO">${max} = 178129.67</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-13T01:05:10.883174" elapsed="0.004413"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-05-13T01:05:10.891772" level="INFO">${average} = 164568.42</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-13T01:05:10.887804" elapsed="0.003994"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-05-13T01:05:10.896019" level="INFO">${stdev} = 55897.82</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-13T01:05:10.891985" elapsed="0.004062"/>
</kw>
<kw name="Get Time" owner="BuiltIn">
<msg time="2026-05-13T01:05:10.896655" level="INFO">${date} = 2026-05-13 01:05:10</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-13T01:05:10.896220" elapsed="0.000462"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-05-13T01:05:10.897312" level="INFO">CBench Result: 2026-05-13 01:05:10,-t -m 60000 -M 100 -S 16 -l 10 -D 5000 -p 6633,146780.87,178129.67,164568.42,55897.82</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-13T01:05:10.896842" elapsed="0.000567"/>
</kw>
<kw name="Log Results And Determine Status">
<kw name="Append To File" owner="OperatingSystem">
<msg time="2026-05-13T01:05:10.898647" 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-13T01:05:10.898156" elapsed="0.000560"/>
</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-13T01:05:10.898895" elapsed="0.000557"/>
</kw>
<arg>${min}</arg>
<arg>${max}</arg>
<arg>${average}</arg>
<arg>${average_threshold}</arg>
<arg>${output_filename}</arg>
<status status="PASS" start="2026-05-13T01:05:10.897599" elapsed="0.001921"/>
</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-13T00:55:03.913941" elapsed="606.985640"/>
</kw>
<kw name="Sleep" owner="BuiltIn">
<msg time="2026-05-13T01:05:10.900142" 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-13T01:05:10.899733" elapsed="0.000483"/>
</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-13T01:05:10.900776" elapsed="0.000326"/>
</kw>
<status status="PASS" start="2026-05-13T01:05:10.900460" elapsed="0.000735"/>
</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-13T00:55:03.912219" elapsed="606.989026"/>
</test>
<test id="s1-t3" name="Rerun Latency Test To Check Bug 6176" line="65">
<kw name="Log" owner="BuiltIn">
<msg time="2026-05-13T01:05:10.902913" 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-13T01:05:10.902472" elapsed="0.000514"/>
</kw>
<kw name="Run Cbench And Log Results">
<kw name="Set Suite Variable" owner="BuiltIn">
<msg time="2026-05-13T01:05:10.904808" 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-13T01:05:10.904434" elapsed="0.000449"/>
</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-13T01:05:10.905273" elapsed="0.000022"/>
</kw>
<status status="NOT RUN" start="2026-05-13T01:05:10.905043" elapsed="0.000288"/>
</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-13T01:05:10.908579" elapsed="0.000023"/>
</kw>
<status status="NOT RUN" start="2026-05-13T01:05:10.908315" elapsed="0.000329"/>
</branch>
<status status="PASS" start="2026-05-13T01:05:10.908295" elapsed="0.000379"/>
</if>
<kw name="Get Connection" owner="SSHLibrary">
<msg time="2026-05-13T01:05:10.909083" 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-13T01:05:10.909202" 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-13T01:05:10.908865" elapsed="0.000364"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-05-13T01:05:10.909882" level="INFO">Attempting to execute command "/usr/local/bin/cbench -c 10.30.171.51 -m 60000 -M 100 -S 16 -l 10 -D 5000 -p 6633" on remote system "10.30.170.90" 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-13T01:05:10.909382" elapsed="0.000560"/>
</kw>
<kw name="Open Connection" owner="SSHLibrary">
<msg time="2026-05-13T01:05:10.910482" 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-13T01:05:10.910084" elapsed="0.000425"/>
</kw>
<kw name="Flexible_SSH_Login" owner="SSHKeywords">
<kw name="Get Length" owner="BuiltIn">
<msg time="2026-05-13T01:05:10.911594" level="INFO">Length is 0.</msg>
<msg time="2026-05-13T01:05:10.911688" 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-13T01:05:10.911111" elapsed="0.000601"/>
</kw>
<kw name="Run Keyword And Return If" owner="BuiltIn">
<arg>${pwd_length} &gt; 0</arg>
<arg>SSHLibrary.Login</arg>
<arg>${user}</arg>
<arg>${password}</arg>
<arg>delay=${delay}</arg>
<doc>Runs the specified keyword and returns from the enclosing user keyword.</doc>
<status status="PASS" start="2026-05-13T01:05:10.911890" elapsed="0.000331"/>
</kw>
<kw name="Run Keyword And Return" owner="BuiltIn">
<kw name="Login With Public Key" owner="SSHLibrary">
<msg time="2026-05-13T01:05:10.913098" level="INFO">Logging into '10.30.170.90:22' as 'jenkins'.</msg>
<msg time="2026-05-13T01:05:11.554478" 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 Wed May 13 01:05:11 UTC 2026

  System load:  0.3                Processes:             104
  Usage of /:   19.5% of 38.58GB   Users logged in:       0
  Memory usage: 4%                 IPv4 address for ens3: 10.30.170.90
  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: Wed May 13 00:55:04 2026 from 10.30.170.123
[?2004h[jenkins@releng-63164-239-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-13T01:05:10.912725" elapsed="0.641978"/>
</kw>
<msg time="2026-05-13T01:05:11.554800" 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-13T01:05:10.912376" elapsed="0.642531"/>
</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-13T01:05:10.910711" elapsed="0.644349"/>
</kw>
<kw name="Execute Command" owner="SSHLibrary">
<msg time="2026-05-13T01:05:11.555615" level="INFO">Executing command '/usr/local/bin/cbench -c 10.30.171.51 -m 60000 -M 100 -S 16 -l 10 -D 5000 -p 6633'.</msg>
<msg time="2026-05-13T01:15:17.700471" level="INFO">Command exited with return code 0.</msg>
<msg time="2026-05-13T01:15:17.701084" level="INFO">${stdout} = </msg>
<msg time="2026-05-13T01:15:17.701202" level="INFO">${stderr} = cbench: controller benchmarking tool
   running in mode 'latency'
   connecting to controller at 10.30.171.51:6633 
   faking 16 switches with 1 threads :: 10 tests each; 60000 ms per test
   with 100...</msg>
<var>${stdout}</var>
<var>${stderr}</var>
<arg>${cmd}</arg>
<arg>return_stderr=True</arg>
<doc>Executes ``command`` on the remote machine and returns its outputs.</doc>
<status status="PASS" start="2026-05-13T01:05:11.555292" elapsed="606.145968"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-05-13T01:15:17.701720" elapsed="0.000798"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-05-13T01:15:17.703663" level="INFO">cbench: controller benchmarking tool
   running in mode 'latency'
   connecting to controller at 10.30.171.51: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.171.51. So far 1 cbench instances have initialized their switches.  Waiting for other cbench-instances
Thread-0: Total switches from ALL cbench-instances initialized.
01:06:16.744 16  switches: flows:  109339 109079 113444 109557 110748 109840 110276 110559 109972 128329 111187 108432 111340 108349 107480 121490  total = 29.823683 per ms 
01:07:16.844 16  switches: flows:  112887 113446 116494 112180 113245 112795 113643 114813 111871 111353 112904 112955 113565 111953 111663 112261  total = 30.083582 per ms 
01:08:16.945 16  switches: flows:  111213 110125 111957 111039 108992 111507 110211 112054 111823 109511 109334 112532 110379 109241 109407 109581  total = 29.432602 per ms 
01:09:17.047 16  switches: flows:  126618 125260 127759 125596 124817 127941 124696 125791 126822 126303 126127 126016 125654 122223 122749 123489  total = 33.408593 per ms 
01:10:17.147 16  switches: flows:  130075 129192 134702 130746 130319 133925 128731 132937 132022 130642 129097 130970 131576 126598 129679 125847  total = 34.726337 per ms 
01:11:17.248 16  switches: flows:  126750 128053 130565 127143 125977 128642 128734 129240 126878 127756 127697 129994 126699 122860 124971 123059  total = 33.860461 per ms 
01:12:17.389 16  switches: flows:  118957 118893 121342 118685 116324 119589 118921 119740 117869 116839 118107 117436 117691 115799 115706 116115  total = 31.393687 per ms 
01:13:17.490 16  switches: flows:  120546 121980 123082 121650 121255 123675 121226 123712 121038 119116 121104 121139 120219 117658 118558 116831  total = 32.159462 per ms 
01:14:17.590 16  switches: flows:  124222 123770 123966 122561 122731 123574 123237 123852 120102 121664 121350 121847 120383 117795 118703 117551  total = 32.400990 per ms 
01:15:17.691 16  switches: flows:  123590 122185 124896 121716 122122 123271 122230 123982 121151 120785 120433 120577 119395 118228 118635 118348  total = 32.305006 per ms 
RESULT: 16 switches 9 tests min/max/avg/stdev = 29432.60/34726.34/32196.75/10852.91 responses/s</msg>
<arg>${stderr}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-05-13T01:15:17.702924" elapsed="0.001176"/>
</kw>
<if>
<branch type="IF" condition="&quot;${return_stdout}&quot;!=&quot;True&quot;">
<return>
<value>${stderr}</value>
<status status="PASS" start="2026-05-13T01:15:17.704712" elapsed="0.000075"/>
</return>
<status status="PASS" start="2026-05-13T01:15:17.704358" elapsed="0.000547"/>
</branch>
<status status="PASS" start="2026-05-13T01:15:17.704285" elapsed="0.000680"/>
</if>
<if>
<branch type="IF" condition="&quot;${return_stderr}&quot;!=&quot;True&quot;">
<return>
<value>${stdout}</value>
<status status="NOT RUN" start="2026-05-13T01:15:17.705198" elapsed="0.000040"/>
</return>
<status status="NOT RUN" start="2026-05-13T01:15:17.705095" elapsed="0.000211"/>
</branch>
<status status="NOT RUN" start="2026-05-13T01:15:17.705058" elapsed="0.000297"/>
</if>
<return>
<value>${stdout}</value>
<value>${stderr}</value>
<status status="NOT RUN" start="2026-05-13T01:15:17.705424" 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-13T01:15:17.711711" elapsed="0.000787"/>
</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-13T01:15:17.712901" elapsed="0.000395"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-05-13T01:15:17.713593" elapsed="0.000307"/>
</kw>
<arg>${current_ssh_connection.index}</arg>
<doc>Restore active SSH connection in SSHLibrary to given index.</doc>
<status status="PASS" start="2026-05-13T01:15:17.706214" elapsed="0.007821"/>
</kw>
<msg time="2026-05-13T01:15:17.714321" level="INFO">${output} = cbench: controller benchmarking tool
   running in mode 'latency'
   connecting to controller at 10.30.171.51:6633 
   faking 16 switches with 1 threads :: 10 tests each; 60000 ms per test
   with 100...</msg>
<var>${output}</var>
<arg>${cbench_system}</arg>
<arg>${cbench_executable} -c ${ODL_SYSTEM_IP} ${cbench_args}</arg>
<arg>prompt_timeout=${test_timeout}</arg>
<arg>return_stdout=False</arg>
<arg>return_stderr=True</arg>
<doc>Reduces the common work of running a command on a remote system to a single higher level
robot keyword, taking care to log in with a public key and. The command given is written and the return value
depends on the passed argument values of return_stdout (default: True) and return_stderr (default: False).
At least one should be True, or the keyword will exit and FAIL. If both are True, the resulting return value
will be a two element list containing both. Otherwise the resulting return value is a string.
No test conditions are checked.</doc>
<status status="PASS" start="2026-05-13T01:05:10.905723" elapsed="606.808657"/>
</kw>
<status status="PASS" start="2026-05-13T01:05:10.905358" elapsed="606.809130"/>
</branch>
<status status="PASS" start="2026-05-13T01:05:10.905013" elapsed="606.809526"/>
</if>
<kw name="Log" owner="BuiltIn">
<msg time="2026-05-13T01:15:17.715160" level="INFO">cbench: controller benchmarking tool
   running in mode 'latency'
   connecting to controller at 10.30.171.51: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.171.51. So far 1 cbench instances have initialized their switches.  Waiting for other cbench-instances
Thread-0: Total switches from ALL cbench-instances initialized.
01:06:16.744 16  switches: flows:  109339 109079 113444 109557 110748 109840 110276 110559 109972 128329 111187 108432 111340 108349 107480 121490  total = 29.823683 per ms 
01:07:16.844 16  switches: flows:  112887 113446 116494 112180 113245 112795 113643 114813 111871 111353 112904 112955 113565 111953 111663 112261  total = 30.083582 per ms 
01:08:16.945 16  switches: flows:  111213 110125 111957 111039 108992 111507 110211 112054 111823 109511 109334 112532 110379 109241 109407 109581  total = 29.432602 per ms 
01:09:17.047 16  switches: flows:  126618 125260 127759 125596 124817 127941 124696 125791 126822 126303 126127 126016 125654 122223 122749 123489  total = 33.408593 per ms 
01:10:17.147 16  switches: flows:  130075 129192 134702 130746 130319 133925 128731 132937 132022 130642 129097 130970 131576 126598 129679 125847  total = 34.726337 per ms 
01:11:17.248 16  switches: flows:  126750 128053 130565 127143 125977 128642 128734 129240 126878 127756 127697 129994 126699 122860 124971 123059  total = 33.860461 per ms 
01:12:17.389 16  switches: flows:  118957 118893 121342 118685 116324 119589 118921 119740 117869 116839 118107 117436 117691 115799 115706 116115  total = 31.393687 per ms 
01:13:17.490 16  switches: flows:  120546 121980 123082 121650 121255 123675 121226 123712 121038 119116 121104 121139 120219 117658 118558 116831  total = 32.159462 per ms 
01:14:17.590 16  switches: flows:  124222 123770 123966 122561 122731 123574 123237 123852 120102 121664 121350 121847 120383 117795 118703 117551  total = 32.400990 per ms 
01:15:17.691 16  switches: flows:  123590 122185 124896 121716 122122 123271 122230 123982 121151 120785 120433 120577 119395 118228 118635 118348  total = 32.305006 per ms 
RESULT: 16 switches 9 tests min/max/avg/stdev = 29432.60/34726.34/32196.75/10852.91 responses/s</msg>
<arg>${output}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-05-13T01:15:17.714844" elapsed="0.000406"/>
</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-13T01:15:17.715403" elapsed="0.000370"/>
</kw>
<kw name="Get Lines Containing String" owner="String">
<msg time="2026-05-13T01:15:17.716177" level="INFO">1 out of 23 lines matched.</msg>
<msg time="2026-05-13T01:15:17.716267" level="INFO">${result_line} = RESULT: 16 switches 9 tests min/max/avg/stdev = 29432.60/34726.34/32196.75/10852.91 responses/s</msg>
<var>${result_line}</var>
<arg>${output}</arg>
<arg>RESULT</arg>
<doc>Returns lines of the given ``string`` that contain the ``pattern``.</doc>
<status status="PASS" start="2026-05-13T01:15:17.715956" elapsed="0.000335"/>
</kw>
<kw name="Split String" owner="String">
<msg time="2026-05-13T01:15:17.716696" level="INFO">@{results_list} = [ RESULT: | 16 | switches | 9 | tests | min/max/avg/stdev | = | 29432.60/34726.34/32196.75/10852.91 | responses/s ]</msg>
<var>@{results_list}</var>
<arg>${result_line}</arg>
<doc>Splits the ``string`` using ``separator`` as a delimiter string.</doc>
<status status="PASS" start="2026-05-13T01:15:17.716445" elapsed="0.000277"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-05-13T01:15:17.719190" 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-13T01:15:17.716880" elapsed="0.002366"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-05-13T01:15:17.721787" level="INFO">29432.60/34726.34/32196.75/10852.91</msg>
<arg>${results_list[7]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-05-13T01:15:17.719401" elapsed="0.002468"/>
</kw>
<kw name="Split String" owner="String">
<msg time="2026-05-13T01:15:17.724250" 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-13T01:15:17.722021" elapsed="0.002256"/>
</kw>
<kw name="Split String" owner="String">
<msg time="2026-05-13T01:15:17.726803" level="INFO">@{result_value_list} = [ 29432.60 | 34726.34 | 32196.75 | 10852.91 ]</msg>
<var>@{result_value_list}</var>
<arg>${results_list[7]}</arg>
<arg>/</arg>
<doc>Splits the ``string`` using ``separator`` as a delimiter string.</doc>
<status status="PASS" start="2026-05-13T01:15:17.724482" elapsed="0.002348"/>
</kw>
<kw name="Get Length" owner="BuiltIn">
<msg time="2026-05-13T01:15:17.727308" level="INFO">Length is 4.</msg>
<msg time="2026-05-13T01:15:17.727394" 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-13T01:15:17.727003" elapsed="0.000415"/>
</kw>
<for flavor="IN RANGE">
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-05-13T01:15:17.732105" level="INFO">min :: 29432.60</msg>
<arg>${result_name_list[${i}]} :: ${result_value_list[${i}]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-05-13T01:15:17.727800" elapsed="0.004361"/>
</kw>
<var name="${i}">0</var>
<status status="PASS" start="2026-05-13T01:15:17.727673" elapsed="0.004524"/>
</iter>
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-05-13T01:15:17.736654" level="INFO">max :: 34726.34</msg>
<arg>${result_name_list[${i}]} :: ${result_value_list[${i}]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-05-13T01:15:17.732411" elapsed="0.004298"/>
</kw>
<var name="${i}">1</var>
<status status="PASS" start="2026-05-13T01:15:17.732284" elapsed="0.004459"/>
</iter>
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-05-13T01:15:17.741211" level="INFO">avg :: 32196.75</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-13T01:15:17.736967" elapsed="0.004300"/>
</kw>
<var name="${i}">2</var>
<status status="PASS" start="2026-05-13T01:15:17.736827" elapsed="0.004473"/>
</iter>
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-05-13T01:15:17.745806" level="INFO">stdev :: 10852.91</msg>
<arg>${result_name_list[${i}]} :: ${result_value_list[${i}]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-05-13T01:15:17.741508" elapsed="0.004374"/>
</kw>
<var name="${i}">3</var>
<status status="PASS" start="2026-05-13T01:15:17.741383" elapsed="0.004535"/>
</iter>
<var>${i}</var>
<value>0</value>
<value>${num_stats}</value>
<status status="PASS" start="2026-05-13T01:15:17.727486" elapsed="0.018462"/>
</for>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-05-13T01:15:17.749981" level="INFO">${min} = 29432.60</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-13T01:15:17.746106" elapsed="0.003902"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-05-13T01:15:17.753898" level="INFO">${max} = 34726.34</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-13T01:15:17.750180" elapsed="0.003745"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-05-13T01:15:17.757757" level="INFO">${average} = 32196.75</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-13T01:15:17.754078" elapsed="0.003725"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-05-13T01:15:17.761676" level="INFO">${stdev} = 10852.91</msg>
<var>${stdev}</var>
<arg>${result_value_list[${3}]}</arg>
<doc>Returns the given values which can then be assigned to a variables.</doc>
<status status="PASS" start="2026-05-13T01:15:17.757987" elapsed="0.003715"/>
</kw>
<kw name="Get Time" owner="BuiltIn">
<msg time="2026-05-13T01:15:17.762422" level="INFO">${date} = 2026-05-13 01:15:17</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-13T01:15:17.762069" elapsed="0.000378"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-05-13T01:15:17.763028" level="INFO">CBench Result: 2026-05-13 01:15:17,-m 60000 -M 100 -S 16 -l 10 -D 5000 -p 6633,29432.60,34726.34,32196.75,10852.91</msg>
<arg>CBench Result: ${date},${cbench_args},${min},${max},${average},${stdev}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-05-13T01:15:17.762599" elapsed="0.000485"/>
</kw>
<kw name="Log Results And Determine Status">
<kw name="Append To File" owner="OperatingSystem">
<msg time="2026-05-13T01:15:17.764192" 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-13T01:15:17.763709" elapsed="0.000550"/>
</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-13T01:15:17.764409" elapsed="0.000469"/>
</kw>
<arg>${min}</arg>
<arg>${max}</arg>
<arg>${average}</arg>
<arg>${average_threshold}</arg>
<arg>${output_filename}</arg>
<status status="PASS" start="2026-05-13T01:15:17.763241" elapsed="0.001702"/>
</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-13T01:05:10.903378" elapsed="606.861624"/>
</kw>
<kw name="Sleep" owner="BuiltIn">
<msg time="2026-05-13T01:15:17.765456" 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-13T01:15:17.765150" elapsed="0.000361"/>
</kw>
<kw name="Report Failure Due To Bug" owner="Utils" type="TEARDOWN">
<kw name="Evaluate" owner="BuiltIn">
<msg time="2026-05-13T01:15:17.766769" 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-13T01:15:17.766296" elapsed="0.000499"/>
</kw>
<if>
<branch type="IF" condition="('${TEST_STATUS}' != 'FAIL') or ${test_skipped}">
<return>
<status status="PASS" start="2026-05-13T01:15:17.767042" elapsed="0.000035"/>
</return>
<status status="PASS" start="2026-05-13T01:15:17.766894" elapsed="0.000214"/>
</branch>
<status status="PASS" start="2026-05-13T01:15:17.766871" elapsed="0.000261"/>
</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-13T01:15:17.767274" elapsed="0.000021"/>
</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-13T01:15:17.767429" 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-13T01:15:17.767589" 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-13T01:15:17.767781" elapsed="0.000021"/>
</kw>
<kw name="Evaluate" owner="BuiltIn">
<var>${newline}</var>
<arg>chr(10)</arg>
<doc>Evaluates the given expression in Python and returns the result.</doc>
<status status="NOT RUN" start="2026-05-13T01:15:17.767961" elapsed="0.000021"/>
</kw>
<kw name="Set Test Message" owner="BuiltIn">
<arg>${msg}${newline}${newline}${TEST_MESSAGE}</arg>
<doc>Sets message for the current test case.</doc>
<status status="NOT RUN" start="2026-05-13T01:15:17.768108" elapsed="0.000020"/>
</kw>
<kw name="Log" owner="BuiltIn">
<arg>${msg}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="NOT RUN" start="2026-05-13T01:15:17.768251" elapsed="0.000020"/>
</kw>
<if>
<branch type="IF" condition="&quot;${include_bug_in_tags}&quot;==&quot;True&quot;">
<kw name="Set Tags" owner="BuiltIn">
<arg>${bug_url}</arg>
<doc>Adds given ``tags`` for the current test or all tests in a suite.</doc>
<status status="NOT RUN" start="2026-05-13T01:15:17.768469" elapsed="0.000019"/>
</kw>
<status status="NOT RUN" start="2026-05-13T01:15:17.768333" elapsed="0.000186"/>
</branch>
<status status="NOT RUN" start="2026-05-13T01:15:17.768316" elapsed="0.000227"/>
</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-13T01:15:17.765963" elapsed="0.002631"/>
</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-13T01:05:10.901827" elapsed="606.866813"/>
</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-13T00:44:54.808733" elapsed="1822.960508"/>
</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>
