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

[?1h=[90m~[0m                                                                                [?2004hopendaylight-user</msg>
<arg>${KARAF_USER}</arg>
<arg>${KARAF_PASSWORD}</arg>
<arg>loglevel=${loglevel}</arg>
<doc>Logs into the SSH server with the given ``username`` and ``password``.</doc>
<status status="PASS" start="2026-04-10T00:45:40.498422" elapsed="0.689448"/>
</kw>
<kw name="Write" owner="SSHLibrary">
<msg time="2026-04-10T00:45:41.238592" level="INFO">@root&gt;log:set ERROR</msg>
<arg>${cmd}</arg>
<doc>Writes the given ``text`` on the remote machine and appends a newline.</doc>
<status status="PASS" start="2026-04-10T00:45:41.188179" elapsed="0.050579"/>
</kw>
<kw name="Read Until Regexp" owner="SSHLibrary">
<msg time="2026-04-10T00:45:41.242712" level="INFO">[?1l&gt;[?2004l[?1h=[90m~[0m                                                                                [?2004hopendaylight-user@root&gt;</msg>
<msg time="2026-04-10T00:45:41.242831" level="INFO">${output} = [?1l&gt;[?2004l[?1h=[90m~[0m                                                                                [?2004hopendaylight-user@root&gt;</msg>
<var>${output}</var>
<arg>${KARAF_PROMPT}</arg>
<doc>Consumes and returns the server output until a match to ``regexp`` is found.</doc>
<status status="PASS" start="2026-04-10T00:45:41.239169" elapsed="0.003693"/>
</kw>
<kw name="Write Bare" owner="SSHLibrary">
<arg>logout\n</arg>
<doc>Writes the given ``text`` on the remote machine without appending a newline.</doc>
<status status="PASS" start="2026-04-10T00:45:41.243033" elapsed="0.000251"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-04-10T00:45:41.243450" elapsed="0.000222"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-10T00:45:41.244255" level="INFO">[?1l&gt;[?2004l[?1h=[90m~[0m                                                                                [?2004hopendaylight-user@root&gt;</msg>
<arg>${output}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-04-10T00:45:41.243831" elapsed="0.000483"/>
</kw>
<return>
<value>${output}</value>
<status status="PASS" start="2026-04-10T00:45:41.244370" elapsed="0.000060"/>
</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.2
Note that this keyword will open&amp;close new SSH connection, without switching back to previously current session.</doc>
<status status="PASS" start="2026-04-10T00:45:40.496860" elapsed="0.747703"/>
</kw>
<arg>3x</arg>
<arg>1s</arg>
<arg>KarafKeywords.Issue Command On Karaf Console</arg>
<arg>log:set ${log_level}</arg>
<doc>Runs the specified keyword and retries if it fails.</doc>
<status status="PASS" start="2026-04-10T00:45:40.493208" elapsed="0.751420"/>
</kw>
<kw name="Append To File" owner="OperatingSystem">
<msg time="2026-04-10T00:45:41.245233" level="INFO" html="true">Appended to file '&lt;a href="file:///w/workspace/openflowplugin-csit-1node-cbench-only-vanadium/latency.csv"&gt;/w/workspace/openflowplugin-csit-1node-cbench-only-vanadium/latency.csv&lt;/a&gt;'.</msg>
<arg>${latency_results_file}</arg>
<arg>LATENCY_MIN,LATENCY_MAX,LATENCY_AVERAGE\n</arg>
<doc>Appends the given content to the specified file.</doc>
<status status="PASS" start="2026-04-10T00:45:41.244823" elapsed="0.000470"/>
</kw>
<kw name="Append To File" owner="OperatingSystem">
<msg time="2026-04-10T00:45:41.245700" level="INFO" html="true">Appended to file '&lt;a href="file:///w/workspace/openflowplugin-csit-1node-cbench-only-vanadium/throughput.csv"&gt;/w/workspace/openflowplugin-csit-1node-cbench-only-vanadium/throughput.csv&lt;/a&gt;'.</msg>
<arg>${throughput_results_file}</arg>
<arg>THROUGHPUT_MIN,THROUGHPUT_MAX,THROUGHPUT_AVERAGE\n</arg>
<doc>Appends the given content to the specified file.</doc>
<status status="PASS" start="2026-04-10T00:45:41.245448" elapsed="0.000315"/>
</kw>
<kw name="Evaluate" owner="BuiltIn">
<msg time="2026-04-10T00:45:41.246355" level="INFO">${duration_in_ms} = 60000</msg>
<var>${duration_in_ms}</var>
<arg>${duration_in_secs} * 1000</arg>
<doc>Evaluates the given expression in Python and returns the result.</doc>
<status status="PASS" start="2026-04-10T00:45:41.245919" elapsed="0.000465"/>
</kw>
<kw name="Set Suite Variable" owner="BuiltIn">
<msg time="2026-04-10T00:45:41.246925" level="INFO">${duration_in_ms} = 60000</msg>
<arg>${duration_in_ms}</arg>
<doc>Makes a variable available everywhere within the scope of the current suite.</doc>
<status status="PASS" start="2026-04-10T00:45:41.246556" elapsed="0.000414"/>
</kw>
<kw name="Evaluate" owner="BuiltIn">
<msg time="2026-04-10T00:45:41.247516" level="INFO">${test_timeout} = 900.0</msg>
<var>${test_timeout}</var>
<arg>(${loops} * ${duration_in_secs}) * 1.5</arg>
<doc>Evaluates the given expression in Python and returns the result.</doc>
<status status="PASS" start="2026-04-10T00:45:41.247118" elapsed="0.000425"/>
</kw>
<kw name="Set Suite Variable" owner="BuiltIn">
<msg time="2026-04-10T00:45:41.248019" level="INFO">${test_timeout} = 900.0</msg>
<arg>${test_timeout}</arg>
<doc>Makes a variable available everywhere within the scope of the current suite.</doc>
<status status="PASS" start="2026-04-10T00:45:41.247704" elapsed="0.000357"/>
</kw>
<if>
<branch type="IF" condition="&quot;${cbench_system}&quot; == &quot;localhost&quot;">
<kw name="File Should Exist" owner="OperatingSystem">
<arg>${cbench_executable}</arg>
<doc>Fails unless the given ``path`` points to an existing file.</doc>
<status status="NOT RUN" start="2026-04-10T00:45:41.248395" elapsed="0.000023"/>
</kw>
<status status="NOT RUN" start="2026-04-10T00:45:41.248170" elapsed="0.000282"/>
</branch>
<branch type="ELSE">
<kw name="Verify File Exists On Remote System" owner="Utils">
<kw name="Open Connection" owner="SSHLibrary">
<msg time="2026-04-10T00:45:41.253129" level="INFO">${conn_id} = 2</msg>
<var>${conn_id}</var>
<arg>${system}</arg>
<arg>prompt=${prompt}</arg>
<arg>timeout=${prompt_timeout}</arg>
<doc>Opens a new SSH connection to the given ``host`` and ``port``.</doc>
<status status="PASS" start="2026-04-10T00:45:41.252717" elapsed="0.000456"/>
</kw>
<kw name="Flexible_SSH_Login" owner="SSHKeywords">
<kw name="Get Length" owner="BuiltIn">
<msg time="2026-04-10T00:45:41.254199" level="INFO">Length is 0.</msg>
<msg time="2026-04-10T00:45:41.254286" level="INFO">${pwd_length} = 0</msg>
<var>${pwd_length}</var>
<arg>${password}</arg>
<doc>Returns and logs the length of the given item as an integer.</doc>
<status status="PASS" start="2026-04-10T00:45:41.253727" elapsed="0.000584"/>
</kw>
<kw name="Run Keyword And Return If" owner="BuiltIn">
<arg>${pwd_length} &gt; 0</arg>
<arg>SSHLibrary.Login</arg>
<arg>${user}</arg>
<arg>${password}</arg>
<arg>delay=${delay}</arg>
<doc>Runs the specified keyword and returns from the enclosing user keyword.</doc>
<status status="PASS" start="2026-04-10T00:45:41.254456" elapsed="0.000360"/>
</kw>
<kw name="Run Keyword And Return" owner="BuiltIn">
<kw name="Login With Public Key" owner="SSHLibrary">
<msg time="2026-04-10T00:45:41.255857" level="INFO">Logging into '10.30.171.89:22' as 'jenkins'.</msg>
<msg time="2026-04-10T00:45:42.063893" level="INFO">Read output: Welcome to Ubuntu 22.04.5 LTS (GNU/Linux 5.15.0-153-generic x86_64)

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

 System information as of Fri Apr 10 00:45:41 UTC 2026

  System load:  0.04               Processes:             115
  Usage of /:   19.3% of 38.58GB   Users logged in:       0
  Memory usage: 4%                 IPv4 address for ens3: 10.30.171.89
  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-173-1-mininet-ovs-217-0 ~]&gt;</msg>
<arg>${user}</arg>
<arg>${USER_HOME}/.ssh/${SSH_KEY}</arg>
<arg>${KEYFILE_PASS}</arg>
<arg>delay=${delay}</arg>
<doc>Logs into the SSH server using key-based authentication.</doc>
<status status="PASS" start="2026-04-10T00:45:41.255351" elapsed="0.808833"/>
</kw>
<msg time="2026-04-10T00:45:42.064296" level="INFO">Returning from the enclosing user keyword.</msg>
<arg>SSHLibrary.Login With Public Key</arg>
<arg>${user}</arg>
<arg>${USER_HOME}/.ssh/${SSH_KEY}</arg>
<arg>${KEYFILE_PASS}</arg>
<arg>delay=${delay}</arg>
<doc>Runs the specified keyword and returns from the enclosing user keyword.</doc>
<status status="PASS" start="2026-04-10T00:45:41.254971" elapsed="0.809436"/>
</kw>
<arg>${user}</arg>
<arg>${password}</arg>
<doc>On active SSH session: if given non-empty password, do Login, else do Login With Public Key.</doc>
<status status="PASS" start="2026-04-10T00:45:41.253382" elapsed="0.811169"/>
</kw>
<kw name="File Should Exist" owner="SSHLibrary">
<msg time="2026-04-10T00:45:42.072430" level="INFO">[chan 1] Opened sftp connection (server version 3)</msg>
<arg>${file}</arg>
<doc>Fails if the given ``path`` does NOT point to an existing file.</doc>
<status status="PASS" start="2026-04-10T00:45:42.064803" elapsed="0.009259"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-04-10T00:45:42.074333" elapsed="0.000397"/>
</kw>
<arg>${cbench_system}</arg>
<arg>${cbench_executable}</arg>
<doc>Will create connection with public key and will PASS if the given ${file} exists,
otherwise will FAIL</doc>
<status status="PASS" start="2026-04-10T00:45:41.252185" elapsed="0.822619"/>
</kw>
<status status="PASS" start="2026-04-10T00:45:41.248761" elapsed="0.826085"/>
</branch>
<status status="PASS" start="2026-04-10T00:45:41.248124" elapsed="0.826762"/>
</if>
<kw name="Should Be True" owner="BuiltIn">
<arg>${loops} &gt;= 2</arg>
<arg>If number of loops is less than 2, cbench will not run</arg>
<doc>Fails if the given condition is not true.</doc>
<status status="PASS" start="2026-04-10T00:45:42.075072" elapsed="0.000580"/>
</kw>
<kw name="Verify_Feature_Is_Installed" owner="KarafKeywords">
<if>
<branch type="IF" condition="'${IS_KARAF_APPL}' == 'False'">
<return>
<value>Not A Karaf App</value>
<status status="NOT RUN" start="2026-04-10T00:45:42.081833" elapsed="0.000026"/>
</return>
<status status="NOT RUN" start="2026-04-10T00:45:42.081656" elapsed="0.000252"/>
</branch>
<status status="PASS" start="2026-04-10T00:45:42.081622" elapsed="0.000320"/>
</if>
<kw name="Issue_Command_On_Karaf_Console" owner="KarafKeywords">
<if>
<branch type="IF" condition="'${IS_KARAF_APPL}' == 'False'">
<return>
<value>Not A Karaf App</value>
<status status="NOT RUN" start="2026-04-10T00:45:42.086194" elapsed="0.000015"/>
</return>
<status status="NOT RUN" start="2026-04-10T00:45:42.086063" elapsed="0.000180"/>
</branch>
<status status="PASS" start="2026-04-10T00:45:42.086042" elapsed="0.000223"/>
</if>
<kw name="Open Connection" owner="SSHLibrary">
<arg>${controller}</arg>
<arg>port=${karaf_port}</arg>
<arg>prompt=${KARAF_PROMPT_LOGIN}</arg>
<arg>timeout=${timeout}</arg>
<doc>Opens a new SSH connection to the given ``host`` and ``port``.</doc>
<status status="PASS" start="2026-04-10T00:45:42.086402" elapsed="0.000512"/>
</kw>
<kw name="Login" owner="SSHLibrary">
<msg time="2026-04-10T00:45:42.087358" level="INFO">Logging into '10.30.171.2:8101' as 'karaf'.</msg>
<msg time="2026-04-10T00:45:42.279261" level="INFO">Read output: [33m                                                                                           
[33m    ________                       ________                .__  .__       .__     __       
[33m    \_____  \ ______   ____   ____ \______ \ _____  ___.__.|  | |__| ____ |  |___/  |_     
[33m     /   |   \\____ \_/ __ \ /    \ |    |  \\__  \&lt;   |  ||  | |  |/ ___\|  |  \   __\    
[33m    /    |    \  |_&gt; &gt;  ___/|   |  \|    `   \/ __ \\___  ||  |_|  / /_/  &gt;   Y  \  |      
[33m    \_______  /   __/ \___  &gt;___|  /_______  (____  / ____||____/__\___  /|___|  /__|      
[33m            \/|__|        \/     \/        \/     \/\/            /_____/      \/          
[33m                                                                                           

Hit '[1m&lt;tab&gt;[0m' for a list of available commands
and '[1m[cmd] --help[0m' for help on a specific command.
Hit '[1m&lt;ctrl-d&gt;[0m' or type '[1msystem:shutdown[0m' or '[1mlogout[0m' to shutdown OpenDaylight.

[?1h=[90m~[0m                                                                                [?2004hopendaylight-user</msg>
<arg>${KARAF_USER}</arg>
<arg>${KARAF_PASSWORD}</arg>
<arg>loglevel=${loglevel}</arg>
<doc>Logs into the SSH server with the given ``username`` and ``password``.</doc>
<status status="PASS" start="2026-04-10T00:45:42.087066" elapsed="0.192350"/>
</kw>
<kw name="Write" owner="SSHLibrary">
<msg time="2026-04-10T00:45:42.377152" level="INFO">@root&gt;feature:list -i | 0[C 0g[Krep odl-openflowplugin-drop-test</msg>
<arg>${cmd}</arg>
<doc>Writes the given ``text`` on the remote machine and appends a newline.</doc>
<status status="PASS" start="2026-04-10T00:45:42.279672" elapsed="0.097682"/>
</kw>
<kw name="Read Until Regexp" owner="SSHLibrary">
<msg time="2026-04-10T00:45:42.388054" 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-04-10T00:45:42.388274" 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-04-10T00:45:42.377680" elapsed="0.010628"/>
</kw>
<kw name="Write Bare" owner="SSHLibrary">
<arg>logout\n</arg>
<doc>Writes the given ``text`` on the remote machine without appending a newline.</doc>
<status status="PASS" start="2026-04-10T00:45:42.388485" elapsed="0.000287"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-04-10T00:45:42.388913" elapsed="0.000267"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-10T00:45:42.389658" 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-04-10T00:45:42.389326" elapsed="0.000396"/>
</kw>
<return>
<value>${output}</value>
<status status="PASS" start="2026-04-10T00:45:42.389775" elapsed="0.000055"/>
</return>
<msg time="2026-04-10T00:45:42.389983" 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.2
Note that this keyword will open&amp;close new SSH connection, without switching back to previously current session.</doc>
<status status="PASS" start="2026-04-10T00:45:42.085699" elapsed="0.304317"/>
</kw>
<kw name="Should Contain" owner="BuiltIn">
<arg>${output}</arg>
<arg>${feature_name}</arg>
<doc>Fails if ``container`` does not contain ``item`` one or more times.</doc>
<status status="PASS" start="2026-04-10T00:45:42.390184" elapsed="0.000523"/>
</kw>
<return>
<value>${output}</value>
<status status="PASS" start="2026-04-10T00:45:42.390783" elapsed="0.000034"/>
</return>
<arg>odl-openflowplugin-drop-test</arg>
<doc>Will Succeed if the given ${feature_name} is found in the output of "feature:list -i"</doc>
<status status="PASS" start="2026-04-10T00:45:42.081212" elapsed="0.309708"/>
</kw>
<kw name="Issue_Command_On_Karaf_Console" owner="KarafKeywords">
<if>
<branch type="IF" condition="'${IS_KARAF_APPL}' == 'False'">
<return>
<value>Not A Karaf App</value>
<status status="NOT RUN" start="2026-04-10T00:45:42.394789" elapsed="0.000016"/>
</return>
<status status="NOT RUN" start="2026-04-10T00:45:42.394627" elapsed="0.000211"/>
</branch>
<status status="PASS" start="2026-04-10T00:45:42.394603" elapsed="0.000260"/>
</if>
<kw name="Open Connection" owner="SSHLibrary">
<arg>${controller}</arg>
<arg>port=${karaf_port}</arg>
<arg>prompt=${KARAF_PROMPT_LOGIN}</arg>
<arg>timeout=${timeout}</arg>
<doc>Opens a new SSH connection to the given ``host`` and ``port``.</doc>
<status status="PASS" start="2026-04-10T00:45:42.394993" elapsed="0.000478"/>
</kw>
<kw name="Login" owner="SSHLibrary">
<msg time="2026-04-10T00:45:42.395899" level="INFO">Logging into '10.30.171.2:8101' as 'karaf'.</msg>
<msg time="2026-04-10T00:45:42.587057" level="INFO">Read output: [33m                                                                                           
[33m    ________                       ________                .__  .__       .__     __       
[33m    \_____  \ ______   ____   ____ \______ \ _____  ___.__.|  | |__| ____ |  |___/  |_     
[33m     /   |   \\____ \_/ __ \ /    \ |    |  \\__  \&lt;   |  ||  | |  |/ ___\|  |  \   __\    
[33m    /    |    \  |_&gt; &gt;  ___/|   |  \|    `   \/ __ \\___  ||  |_|  / /_/  &gt;   Y  \  |      
[33m    \_______  /   __/ \___  &gt;___|  /_______  (____  / ____||____/__\___  /|___|  /__|      
[33m            \/|__|        \/     \/        \/     \/\/            /_____/      \/          
[33m                                                                                           

Hit '[1m&lt;tab&gt;[0m' for a list of available commands
and '[1m[cmd] --help[0m' for help on a specific command.
Hit '[1m&lt;ctrl-d&gt;[0m' or type '[1msystem:shutdown[0m' or '[1mlogout[0m' to shutdown OpenDaylight.

[?1h=[90m~[0m                                                                                [?2004hopendaylight-user</msg>
<arg>${KARAF_USER}</arg>
<arg>${KARAF_PASSWORD}</arg>
<arg>loglevel=${loglevel}</arg>
<doc>Logs into the SSH server with the given ``username`` and ``password``.</doc>
<status status="PASS" start="2026-04-10T00:45:42.395619" elapsed="0.191626"/>
</kw>
<kw name="Write" owner="SSHLibrary">
<msg time="2026-04-10T00:45:42.614057" level="INFO">@root&gt;dropallpacketsrpc on</msg>
<arg>${cmd}</arg>
<doc>Writes the given ``text`` on the remote machine and appends a newline.</doc>
<status status="PASS" start="2026-04-10T00:45:42.587524" elapsed="0.026597"/>
</kw>
<kw name="Read Until Regexp" owner="SSHLibrary">
<msg time="2026-04-10T00:45:42.615939" level="INFO">[?1l&gt;[?2004lDropAllFlows transitions to on
[?1h=[90m~[0m                                                                                [?2004hopendaylight-user@root&gt;</msg>
<msg time="2026-04-10T00:45:42.616058" level="INFO">${output} = [?1l&gt;[?2004lDropAllFlows transitions to on
[?1h=[90m~[0m                                                                                [?2004hopendaylight-user@root&gt;</msg>
<var>${output}</var>
<arg>${KARAF_PROMPT}</arg>
<doc>Consumes and returns the server output until a match to ``regexp`` is found.</doc>
<status status="PASS" start="2026-04-10T00:45:42.614297" elapsed="0.001793"/>
</kw>
<kw name="Write Bare" owner="SSHLibrary">
<arg>logout\n</arg>
<doc>Writes the given ``text`` on the remote machine without appending a newline.</doc>
<status status="PASS" start="2026-04-10T00:45:42.616243" elapsed="0.000193"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-04-10T00:45:42.616583" elapsed="0.000200"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-10T00:45:42.617258" level="INFO">[?1l&gt;[?2004lDropAllFlows transitions to on
[?1h=[90m~[0m                                                                                [?2004hopendaylight-user@root&gt;</msg>
<arg>${output}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-04-10T00:45:42.616921" elapsed="0.000387"/>
</kw>
<return>
<value>${output}</value>
<status status="PASS" start="2026-04-10T00:45:42.617362" elapsed="0.000056"/>
</return>
<arg>dropallpacketsrpc on</arg>
<doc>Will execute the given ${cmd} by ssh'ing to the karaf console running on 10.30.171.2
Note that this keyword will open&amp;close new SSH connection, without switching back to previously current session.</doc>
<status status="PASS" start="2026-04-10T00:45:42.394284" elapsed="0.223254"/>
</kw>
<status status="PASS" start="2026-04-10T00:45:40.491339" elapsed="2.126264"/>
</kw>
<test id="s1-t1" name="Cbench Latency Test" line="37">
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-10T00:45:42.620099" level="INFO">Cbench tests using 10 iterations of 60 second tests. Switch Count: 16. Unique MACS to cycle: 100</msg>
<arg>Cbench tests using ${loops} iterations of ${duration_in_secs} second tests. Switch Count: ${switch_count}. Unique MACS to cycle: ${num_of_unique_macs}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-04-10T00:45:42.618953" elapsed="0.001231"/>
</kw>
<kw name="Run Cbench And Log Results">
<kw name="Set Suite Variable" owner="BuiltIn">
<msg time="2026-04-10T00:45:42.621861" level="INFO">${output_filename} = latency.csv</msg>
<arg>${output_filename}</arg>
<doc>Makes a variable available everywhere within the scope of the current suite.</doc>
<status status="PASS" start="2026-04-10T00:45:42.621483" elapsed="0.000424"/>
</kw>
<if>
<branch type="IF" condition="&quot;${cbench_system}&quot; == &quot;localhost&quot;">
<kw name="Run" owner="OperatingSystem">
<var>${output}</var>
<arg>${cbench_executable} -c ${ODL_SYSTEM_IP} ${cbench_args}</arg>
<doc>_This keyword is considered deprecated. Use the
[http://robotframework.org/robotframework/latest/libraries/Process.html|
Process] library instead._</doc>
<status status="NOT RUN" start="2026-04-10T00:45:42.622271" elapsed="0.000025"/>
</kw>
<status status="NOT RUN" start="2026-04-10T00:45:42.621988" elapsed="0.000347"/>
</branch>
<branch type="ELSE">
<kw name="Run Command On Remote System" owner="Utils">
<if>
<branch type="IF" condition="&quot;${return_stdout}&quot;!=&quot;True&quot; and &quot;${return_stderr}&quot;!=&quot;True&quot;">
<kw name="Fail" owner="BuiltIn">
<arg>At least one of {return_stdout} or {return_stderr} args should be set to True</arg>
<doc>Fails the test with the given message and optionally alters its tags.</doc>
<status status="NOT RUN" start="2026-04-10T00:45:42.625424" elapsed="0.000022"/>
</kw>
<status status="NOT RUN" start="2026-04-10T00:45:42.625154" elapsed="0.000328"/>
</branch>
<status status="PASS" start="2026-04-10T00:45:42.625121" elapsed="0.000387"/>
</if>
<kw name="Get Connection" owner="SSHLibrary">
<msg time="2026-04-10T00:45:42.625860" level="INFO">index=None
host=None
alias=None
port=22
timeout=3 seconds
newline=

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

prompt=None
term_type=vt100
width=80
height=24
path_separator=/
encoding=utf8
escape_ansi=False
encoding_errors=strict</msg>
<var>${current_ssh_connection}</var>
<doc>Returns information about the connection.</doc>
<status status="PASS" start="2026-04-10T00:45:42.625642" elapsed="0.000370"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-10T00:45:42.626630" level="INFO">Attempting to execute command "/usr/local/bin/cbench -c 10.30.171.2 -m 60000 -M 100 -S 16 -l 10 -D 5000 -p 6633" on remote system "10.30.171.89" by user "jenkins" with keyfile pass "any" and prompt "&gt;" and password ""</msg>
<arg>Attempting to execute command "${cmd}" on remote system "${system}" by user "${user}" with keyfile pass "${keyfile_pass}" and prompt "${prompt}" and password "${password}"</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-04-10T00:45:42.626187" elapsed="0.000504"/>
</kw>
<kw name="Open Connection" owner="SSHLibrary">
<msg time="2026-04-10T00:45:42.627385" level="INFO">${conn_id} = 5</msg>
<var>${conn_id}</var>
<arg>${system}</arg>
<arg>prompt=${prompt}</arg>
<arg>timeout=${prompt_timeout}</arg>
<doc>Opens a new SSH connection to the given ``host`` and ``port``.</doc>
<status status="PASS" start="2026-04-10T00:45:42.626836" elapsed="0.000577"/>
</kw>
<kw name="Flexible_SSH_Login" owner="SSHKeywords">
<kw name="Get Length" owner="BuiltIn">
<msg time="2026-04-10T00:45:42.628347" level="INFO">Length is 0.</msg>
<msg time="2026-04-10T00:45:42.628439" level="INFO">${pwd_length} = 0</msg>
<var>${pwd_length}</var>
<arg>${password}</arg>
<doc>Returns and logs the length of the given item as an integer.</doc>
<status status="PASS" start="2026-04-10T00:45:42.628000" elapsed="0.000463"/>
</kw>
<kw name="Run Keyword And Return If" owner="BuiltIn">
<arg>${pwd_length} &gt; 0</arg>
<arg>SSHLibrary.Login</arg>
<arg>${user}</arg>
<arg>${password}</arg>
<arg>delay=${delay}</arg>
<doc>Runs the specified keyword and returns from the enclosing user keyword.</doc>
<status status="PASS" start="2026-04-10T00:45:42.628641" elapsed="0.000343"/>
</kw>
<kw name="Run Keyword And Return" owner="BuiltIn">
<kw name="Login With Public Key" owner="SSHLibrary">
<msg time="2026-04-10T00:45:42.629898" level="INFO">Logging into '10.30.171.89:22' as 'jenkins'.</msg>
<msg time="2026-04-10T00:45:42.980614" level="INFO">Read output: Welcome to Ubuntu 22.04.5 LTS (GNU/Linux 5.15.0-153-generic x86_64)

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

 System information as of Fri Apr 10 00:45:41 UTC 2026

  System load:  0.04               Processes:             115
  Usage of /:   19.3% of 38.58GB   Users logged in:       0
  Memory usage: 4%                 IPv4 address for ens3: 10.30.171.89
  Swap usage:   0%


Expanded Security Maintenance for Applications is not enabled.

0 updates can be applied immediately.

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


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


Last login: Fri Apr 10 00:45:41 2026 from 10.30.170.152
[?2004h[jenkins@releng-63164-173-1-mininet-ovs-217-0 ~]&gt;</msg>
<arg>${user}</arg>
<arg>${USER_HOME}/.ssh/${SSH_KEY}</arg>
<arg>${KEYFILE_PASS}</arg>
<arg>delay=${delay}</arg>
<doc>Logs into the SSH server using key-based authentication.</doc>
<status status="PASS" start="2026-04-10T00:45:42.629527" elapsed="0.351285"/>
</kw>
<msg time="2026-04-10T00:45:42.980903" level="INFO">Returning from the enclosing user keyword.</msg>
<arg>SSHLibrary.Login With Public Key</arg>
<arg>${user}</arg>
<arg>${USER_HOME}/.ssh/${SSH_KEY}</arg>
<arg>${KEYFILE_PASS}</arg>
<arg>delay=${delay}</arg>
<doc>Runs the specified keyword and returns from the enclosing user keyword.</doc>
<status status="PASS" start="2026-04-10T00:45:42.629165" elapsed="0.351834"/>
</kw>
<arg>${user}</arg>
<arg>${password}</arg>
<doc>On active SSH session: if given non-empty password, do Login, else do Login With Public Key.</doc>
<status status="PASS" start="2026-04-10T00:45:42.627618" elapsed="0.353512"/>
</kw>
<kw name="Execute Command" owner="SSHLibrary">
<msg time="2026-04-10T00:45:42.981979" level="INFO">Executing command '/usr/local/bin/cbench -c 10.30.171.2 -m 60000 -M 100 -S 16 -l 10 -D 5000 -p 6633'.</msg>
<msg time="2026-04-10T00:55:49.120610" level="INFO">Command exited with return code 0.</msg>
<msg time="2026-04-10T00:55:49.121293" level="INFO">${stdout} = </msg>
<msg time="2026-04-10T00:55:49.121410" level="INFO">${stderr} = cbench: controller benchmarking tool
   running in mode 'latency'
   connecting to controller at 10.30.171.2: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-04-10T00:45:42.981391" elapsed="606.140128"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-04-10T00:55:49.122096" elapsed="0.000923"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-10T00:55:49.124332" level="INFO">cbench: controller benchmarking tool
   running in mode 'latency'
   connecting to controller at 10.30.171.2: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.2. 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:48.205 16  switches: flows:  114512 115559 114386 114263 111620 110292 110378 110304 110473 111277 112413 112707 107806 109831 108433 108210  total = 29.707733 per ms 
00:47:48.307 16  switches: flows:  112207 113955 109278 111663 113207 110010 109304 111169 108669 109979 109075 109212 108104 108178 109697 106293  total = 29.283456 per ms 
00:48:48.407 16  switches: flows:  121994 124058 122210 119604 121844 120766 118005 122220 119705 118578 117414 119524 119834 119152 119119 117205  total = 31.967120 per ms 
00:49:48.508 16  switches: flows:  120683 124226 122214 120149 123585 120353 117878 122313 119202 118179 117725 118933 116908 118556 120532 117447  total = 31.928062 per ms 
00:50:48.608 16  switches: flows:  123935 124553 123721 121990 124161 120075 119508 123187 119497 117936 120333 119635 117454 120786 120743 119553  total = 32.230656 per ms 
00:51:48.708 16  switches: flows:  116236 116770 116330 117106 116647 113607 114182 115780 111136 110084 111954 112241 110158 112532 114919 110971  total = 30.293649 per ms 
00:52:48.809 16  switches: flows:  124815 125973 122656 124099 123519 120441 121561 123325 120144 118515 120166 120216 118990 119242 120618 119613  total = 32.344188 per ms 
00:53:48.909 16  switches: flows:  116264 117484 115068 115616 114102 112332 112427 112358 111457 110575 113504 112493 112294 113249 114199 111502  total = 30.198322 per ms 
00:54:49.009 16  switches: flows:  125847 127131 125571 124929 125468 121415 120615 122409 121984 119398 120678 120022 119580 120718 121556 120261  total = 32.571971 per ms 
00:55:49.109 16  switches: flows:  125910 126862 125533 125881 123168 123085 120615 122871 121958 120295 121156 120613 121155 122433 123106 120848  total = 32.703536 per ms 
RESULT: 16 switches 9 tests min/max/avg/stdev = 29283.46/32703.54/31502.33/10565.69 responses/s</msg>
<arg>${stderr}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-04-10T00:55:49.123442" elapsed="0.001206"/>
</kw>
<if>
<branch type="IF" condition="&quot;${return_stdout}&quot;!=&quot;True&quot;">
<return>
<value>${stderr}</value>
<status status="PASS" start="2026-04-10T00:55:49.125252" elapsed="0.000083"/>
</return>
<status status="PASS" start="2026-04-10T00:55:49.124860" elapsed="0.000562"/>
</branch>
<status status="PASS" start="2026-04-10T00:55:49.124787" elapsed="0.000695"/>
</if>
<if>
<branch type="IF" condition="&quot;${return_stderr}&quot;!=&quot;True&quot;">
<return>
<value>${stdout}</value>
<status status="NOT RUN" start="2026-04-10T00:55:49.125727" elapsed="0.000030"/>
</return>
<status status="NOT RUN" start="2026-04-10T00:55:49.125639" elapsed="0.000185"/>
</branch>
<status status="NOT RUN" start="2026-04-10T00:55:49.125598" elapsed="0.000275"/>
</if>
<return>
<value>${stdout}</value>
<value>${stderr}</value>
<status status="NOT RUN" start="2026-04-10T00:55:49.125952" elapsed="0.000033"/>
</return>
<kw name="Restore_Current_Ssh_Connection_From_Index" owner="SSHKeywords" type="TEARDOWN">
<kw name="Run Keyword And Return If" owner="BuiltIn">
<arg>${connection_index} is not None</arg>
<arg>SSHLibrary.Switch Connection</arg>
<arg>${connection_index}</arg>
<doc>Runs the specified keyword and returns from the enclosing user keyword.</doc>
<status status="PASS" start="2026-04-10T00:55:49.130580" elapsed="0.000575"/>
</kw>
<kw name="Open Connection" owner="SSHLibrary">
<arg>127.0.0.1</arg>
<doc>Opens a new SSH connection to the given ``host`` and ``port``.</doc>
<status status="PASS" start="2026-04-10T00:55:49.131385" elapsed="0.000276"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-04-10T00:55:49.131865" elapsed="0.000156"/>
</kw>
<arg>${current_ssh_connection.index}</arg>
<doc>Restore active SSH connection in SSHLibrary to given index.</doc>
<status status="PASS" start="2026-04-10T00:55:49.126748" elapsed="0.005354"/>
</kw>
<msg time="2026-04-10T00:55:49.132343" level="INFO">${output} = cbench: controller benchmarking tool
   running in mode 'latency'
   connecting to controller at 10.30.171.2: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-04-10T00:45:42.622699" elapsed="606.509686"/>
</kw>
<status status="PASS" start="2026-04-10T00:45:42.622363" elapsed="606.510098"/>
</branch>
<status status="PASS" start="2026-04-10T00:45:42.621965" elapsed="606.510532"/>
</if>
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-10T00:55:49.133250" level="INFO">cbench: controller benchmarking tool
   running in mode 'latency'
   connecting to controller at 10.30.171.2: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.2. 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:48.205 16  switches: flows:  114512 115559 114386 114263 111620 110292 110378 110304 110473 111277 112413 112707 107806 109831 108433 108210  total = 29.707733 per ms 
00:47:48.307 16  switches: flows:  112207 113955 109278 111663 113207 110010 109304 111169 108669 109979 109075 109212 108104 108178 109697 106293  total = 29.283456 per ms 
00:48:48.407 16  switches: flows:  121994 124058 122210 119604 121844 120766 118005 122220 119705 118578 117414 119524 119834 119152 119119 117205  total = 31.967120 per ms 
00:49:48.508 16  switches: flows:  120683 124226 122214 120149 123585 120353 117878 122313 119202 118179 117725 118933 116908 118556 120532 117447  total = 31.928062 per ms 
00:50:48.608 16  switches: flows:  123935 124553 123721 121990 124161 120075 119508 123187 119497 117936 120333 119635 117454 120786 120743 119553  total = 32.230656 per ms 
00:51:48.708 16  switches: flows:  116236 116770 116330 117106 116647 113607 114182 115780 111136 110084 111954 112241 110158 112532 114919 110971  total = 30.293649 per ms 
00:52:48.809 16  switches: flows:  124815 125973 122656 124099 123519 120441 121561 123325 120144 118515 120166 120216 118990 119242 120618 119613  total = 32.344188 per ms 
00:53:48.909 16  switches: flows:  116264 117484 115068 115616 114102 112332 112427 112358 111457 110575 113504 112493 112294 113249 114199 111502  total = 30.198322 per ms 
00:54:49.009 16  switches: flows:  125847 127131 125571 124929 125468 121415 120615 122409 121984 119398 120678 120022 119580 120718 121556 120261  total = 32.571971 per ms 
00:55:49.109 16  switches: flows:  125910 126862 125533 125881 123168 123085 120615 122871 121958 120295 121156 120613 121155 122433 123106 120848  total = 32.703536 per ms 
RESULT: 16 switches 9 tests min/max/avg/stdev = 29283.46/32703.54/31502.33/10565.69 responses/s</msg>
<arg>${output}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-04-10T00:55:49.132738" elapsed="0.000630"/>
</kw>
<kw name="Should Contain" owner="BuiltIn">
<arg>${output}</arg>
<arg>RESULT</arg>
<doc>Fails if ``container`` does not contain ``item`` one or more times.</doc>
<status status="PASS" start="2026-04-10T00:55:49.133601" elapsed="0.000634"/>
</kw>
<kw name="Get Lines Containing String" owner="String">
<msg time="2026-04-10T00:55:49.134847" level="INFO">1 out of 23 lines matched.</msg>
<msg time="2026-04-10T00:55:49.135014" level="INFO">${result_line} = RESULT: 16 switches 9 tests min/max/avg/stdev = 29283.46/32703.54/31502.33/10565.69 responses/s</msg>
<var>${result_line}</var>
<arg>${output}</arg>
<arg>RESULT</arg>
<doc>Returns lines of the given ``string`` that contain the ``pattern``.</doc>
<status status="PASS" start="2026-04-10T00:55:49.134482" elapsed="0.000573"/>
</kw>
<kw name="Split String" owner="String">
<msg time="2026-04-10T00:55:49.135712" level="INFO">@{results_list} = [ RESULT: | 16 | switches | 9 | tests | min/max/avg/stdev | = | 29283.46/32703.54/31502.33/10565.69 | responses/s ]</msg>
<var>@{results_list}</var>
<arg>${result_line}</arg>
<doc>Splits the ``string`` using ``separator`` as a delimiter string.</doc>
<status status="PASS" start="2026-04-10T00:55:49.135314" elapsed="0.000438"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-10T00:55:49.139600" level="INFO">min/max/avg/stdev</msg>
<arg>${results_list[5]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-04-10T00:55:49.135970" elapsed="0.003694"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-10T00:55:49.142128" level="INFO">29283.46/32703.54/31502.33/10565.69</msg>
<arg>${results_list[7]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-04-10T00:55:49.139817" elapsed="0.002388"/>
</kw>
<kw name="Split String" owner="String">
<msg time="2026-04-10T00:55:49.144712" level="INFO">@{result_name_list} = [ min | max | avg | stdev ]</msg>
<var>@{result_name_list}</var>
<arg>${results_list[5]}</arg>
<arg>/</arg>
<doc>Splits the ``string`` using ``separator`` as a delimiter string.</doc>
<status status="PASS" start="2026-04-10T00:55:49.142360" elapsed="0.002380"/>
</kw>
<kw name="Split String" owner="String">
<msg time="2026-04-10T00:55:49.147304" level="INFO">@{result_value_list} = [ 29283.46 | 32703.54 | 31502.33 | 10565.69 ]</msg>
<var>@{result_value_list}</var>
<arg>${results_list[7]}</arg>
<arg>/</arg>
<doc>Splits the ``string`` using ``separator`` as a delimiter string.</doc>
<status status="PASS" start="2026-04-10T00:55:49.144974" elapsed="0.002358"/>
</kw>
<kw name="Get Length" owner="BuiltIn">
<msg time="2026-04-10T00:55:49.147826" level="INFO">Length is 4.</msg>
<msg time="2026-04-10T00:55:49.147953" level="INFO">${num_stats} = 4</msg>
<var>${num_stats}</var>
<arg>${result_name_list}</arg>
<doc>Returns and logs the length of the given item as an integer.</doc>
<status status="PASS" start="2026-04-10T00:55:49.147491" elapsed="0.000488"/>
</kw>
<for flavor="IN RANGE">
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-10T00:55:49.153270" level="INFO">min :: 29283.46</msg>
<arg>${result_name_list[${i}]} :: ${result_value_list[${i}]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-04-10T00:55:49.148443" elapsed="0.004945"/>
</kw>
<var name="${i}">0</var>
<status status="PASS" start="2026-04-10T00:55:49.148308" elapsed="0.005134"/>
</iter>
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-10T00:55:49.158822" level="INFO">max :: 32703.54</msg>
<arg>${result_name_list[${i}]} :: ${result_value_list[${i}]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-04-10T00:55:49.153816" elapsed="0.005126"/>
</kw>
<var name="${i}">1</var>
<status status="PASS" start="2026-04-10T00:55:49.153613" elapsed="0.005408"/>
</iter>
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-10T00:55:49.164635" level="INFO">avg :: 31502.33</msg>
<arg>${result_name_list[${i}]} :: ${result_value_list[${i}]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-04-10T00:55:49.159425" elapsed="0.005298"/>
</kw>
<var name="${i}">2</var>
<status status="PASS" start="2026-04-10T00:55:49.159210" elapsed="0.005566"/>
</iter>
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-10T00:55:49.169929" level="INFO">stdev :: 10565.69</msg>
<arg>${result_name_list[${i}]} :: ${result_value_list[${i}]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-04-10T00:55:49.165176" elapsed="0.004854"/>
</kw>
<var name="${i}">3</var>
<status status="PASS" start="2026-04-10T00:55:49.164937" elapsed="0.005149"/>
</iter>
<var>${i}</var>
<value>0</value>
<value>${num_stats}</value>
<status status="PASS" start="2026-04-10T00:55:49.148068" elapsed="0.022088"/>
</for>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-04-10T00:55:49.174440" level="INFO">${min} = 29283.46</msg>
<var>${min}</var>
<arg>${result_value_list[${0}]}</arg>
<doc>Returns the given values which can then be assigned to a variables.</doc>
<status status="PASS" start="2026-04-10T00:55:49.170407" elapsed="0.004070"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-04-10T00:55:49.178663" level="INFO">${max} = 32703.54</msg>
<var>${max}</var>
<arg>${result_value_list[${1}]}</arg>
<doc>Returns the given values which can then be assigned to a variables.</doc>
<status status="PASS" start="2026-04-10T00:55:49.174723" elapsed="0.004065"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-04-10T00:55:49.185263" level="INFO">${average} = 31502.33</msg>
<var>${average}</var>
<arg>${result_value_list[${2}]}</arg>
<doc>Returns the given values which can then be assigned to a variables.</doc>
<status status="PASS" start="2026-04-10T00:55:49.179087" elapsed="0.006227"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-04-10T00:55:49.192683" level="INFO">${stdev} = 10565.69</msg>
<var>${stdev}</var>
<arg>${result_value_list[${3}]}</arg>
<doc>Returns the given values which can then be assigned to a variables.</doc>
<status status="PASS" start="2026-04-10T00:55:49.185647" elapsed="0.007079"/>
</kw>
<kw name="Get Time" owner="BuiltIn">
<msg time="2026-04-10T00:55:49.193449" level="INFO">${date} = 2026-04-10 00:55:49</msg>
<var>${date}</var>
<arg>d,m,s</arg>
<doc>Returns the given time in the requested format.</doc>
<status status="PASS" start="2026-04-10T00:55:49.192997" elapsed="0.000479"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-10T00:55:49.194061" level="INFO">CBench Result: 2026-04-10 00:55:49,-m 60000 -M 100 -S 16 -l 10 -D 5000 -p 6633,29283.46,32703.54,31502.33,10565.69</msg>
<arg>CBench Result: ${date},${cbench_args},${min},${max},${average},${stdev}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-04-10T00:55:49.193632" elapsed="0.000488"/>
</kw>
<kw name="Log Results And Determine Status">
<kw name="Append To File" owner="OperatingSystem">
<msg time="2026-04-10T00:55:49.195359" level="INFO" html="true">Appended to file '&lt;a href="file:///w/workspace/openflowplugin-csit-1node-cbench-only-vanadium/latency.csv"&gt;/w/workspace/openflowplugin-csit-1node-cbench-only-vanadium/latency.csv&lt;/a&gt;'.</msg>
<arg>${output_file}</arg>
<arg>${min},${max},${average}\n</arg>
<doc>Appends the given content to the specified file.</doc>
<status status="PASS" start="2026-04-10T00:55:49.194851" elapsed="0.000578"/>
</kw>
<kw name="Should Be True" owner="BuiltIn">
<arg>${average} &gt; ${threshold}</arg>
<arg>${average} flow_mods per/sec did not exceed threshold of ${threshold}</arg>
<doc>Fails if the given condition is not true.</doc>
<status status="PASS" start="2026-04-10T00:55:49.195588" elapsed="0.000495"/>
</kw>
<arg>${min}</arg>
<arg>${max}</arg>
<arg>${average}</arg>
<arg>${average_threshold}</arg>
<arg>${output_filename}</arg>
<status status="PASS" start="2026-04-10T00:55:49.194302" elapsed="0.001867"/>
</kw>
<arg>-m ${duration_in_ms} -M ${num_of_unique_macs} -S ${switch_count} -l ${loops} -D ${start_delay} -p ${of_port}</arg>
<arg>${latency_threshold}</arg>
<arg>${latency_results_file}</arg>
<status status="PASS" start="2026-04-10T00:45:42.620631" elapsed="606.575604"/>
</kw>
<kw name="Sleep" owner="BuiltIn">
<msg time="2026-04-10T00:55:49.196721" level="INFO">Slept 0 seconds.</msg>
<arg>${test_delay}</arg>
<doc>Pauses the test executed for the given time.</doc>
<status status="PASS" start="2026-04-10T00:55:49.196392" elapsed="0.000387"/>
</kw>
<kw name="Log Results As Zero If Cbench Timed Out" type="TEARDOWN">
<kw name="Run Keyword If Timeout Occurred" owner="BuiltIn">
<arg>Log Results And Determine Status</arg>
<arg>0</arg>
<arg>0</arg>
<arg>0</arg>
<arg>0</arg>
<arg>${output_filename}</arg>
<doc>Runs the given keyword if either a test or a keyword timeout has occurred.</doc>
<status status="PASS" start="2026-04-10T00:55:49.197350" elapsed="0.000303"/>
</kw>
<status status="PASS" start="2026-04-10T00:55:49.197008" elapsed="0.000717"/>
</kw>
<doc>cbench executed in default latency mode. Test parameters have defaults, but can be overridden
on the pybot command line</doc>
<tag>cbench</tag>
<tag>latency</tag>
<timeout value="15 minutes"/>
<status status="PASS" start="2026-04-10T00:45:42.617781" elapsed="606.579982"/>
</test>
<test id="s1-t2" name="Cbench Throughput Test" line="51">
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-10T00:55:49.199382" level="INFO">Cbench tests using 10 iterations of 60 second tests. Switch Count: 16. Unique MACS to cycle: 100</msg>
<arg>Cbench tests using ${loops} iterations of ${duration_in_secs} second tests. Switch Count: ${switch_count}. Unique MACS to cycle: ${num_of_unique_macs}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-04-10T00:55:49.198894" elapsed="0.000550"/>
</kw>
<kw name="Run Cbench And Log Results">
<kw name="Set Suite Variable" owner="BuiltIn">
<msg time="2026-04-10T00:55:49.200740" level="INFO">${output_filename} = throughput.csv</msg>
<arg>${output_filename}</arg>
<doc>Makes a variable available everywhere within the scope of the current suite.</doc>
<status status="PASS" start="2026-04-10T00:55:49.200399" elapsed="0.000383"/>
</kw>
<if>
<branch type="IF" condition="&quot;${cbench_system}&quot; == &quot;localhost&quot;">
<kw name="Run" owner="OperatingSystem">
<var>${output}</var>
<arg>${cbench_executable} -c ${ODL_SYSTEM_IP} ${cbench_args}</arg>
<doc>_This keyword is considered deprecated. Use the
[http://robotframework.org/robotframework/latest/libraries/Process.html|
Process] library instead._</doc>
<status status="NOT RUN" start="2026-04-10T00:55:49.201208" elapsed="0.000023"/>
</kw>
<status status="NOT RUN" start="2026-04-10T00:55:49.200940" elapsed="0.000328"/>
</branch>
<branch type="ELSE">
<kw name="Run Command On Remote System" owner="Utils">
<if>
<branch type="IF" condition="&quot;${return_stdout}&quot;!=&quot;True&quot; and &quot;${return_stderr}&quot;!=&quot;True&quot;">
<kw name="Fail" owner="BuiltIn">
<arg>At least one of {return_stdout} or {return_stderr} args should be set to True</arg>
<doc>Fails the test with the given message and optionally alters its tags.</doc>
<status status="NOT RUN" start="2026-04-10T00:55:49.204712" elapsed="0.000024"/>
</kw>
<status status="NOT RUN" start="2026-04-10T00:55:49.204423" elapsed="0.000352"/>
</branch>
<status status="PASS" start="2026-04-10T00:55:49.204400" elapsed="0.000400"/>
</if>
<kw name="Get Connection" owner="SSHLibrary">
<msg time="2026-04-10T00:55:49.205202" level="INFO">index=None
host=None
alias=None
port=22
timeout=3 seconds
newline=

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

prompt=None
term_type=vt100
width=80
height=24
path_separator=/
encoding=utf8
escape_ansi=False
encoding_errors=strict</msg>
<var>${current_ssh_connection}</var>
<doc>Returns information about the connection.</doc>
<status status="PASS" start="2026-04-10T00:55:49.204938" elapsed="0.000422"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-10T00:55:49.205964" level="INFO">Attempting to execute command "/usr/local/bin/cbench -c 10.30.171.2 -t -m 60000 -M 100 -S 16 -l 10 -D 5000 -p 6633" on remote system "10.30.171.89" by user "jenkins" with keyfile pass "any" and prompt "&gt;" and password ""</msg>
<arg>Attempting to execute command "${cmd}" on remote system "${system}" by user "${user}" with keyfile pass "${keyfile_pass}" and prompt "${prompt}" and password "${password}"</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-04-10T00:55:49.205500" elapsed="0.000523"/>
</kw>
<kw name="Open Connection" owner="SSHLibrary">
<msg time="2026-04-10T00:55:49.206598" level="INFO">${conn_id} = 7</msg>
<var>${conn_id}</var>
<arg>${system}</arg>
<arg>prompt=${prompt}</arg>
<arg>timeout=${prompt_timeout}</arg>
<doc>Opens a new SSH connection to the given ``host`` and ``port``.</doc>
<status status="PASS" start="2026-04-10T00:55:49.206187" elapsed="0.000438"/>
</kw>
<kw name="Flexible_SSH_Login" owner="SSHKeywords">
<kw name="Get Length" owner="BuiltIn">
<msg time="2026-04-10T00:55:49.207619" level="INFO">Length is 0.</msg>
<msg time="2026-04-10T00:55:49.207710" level="INFO">${pwd_length} = 0</msg>
<var>${pwd_length}</var>
<arg>${password}</arg>
<doc>Returns and logs the length of the given item as an integer.</doc>
<status status="PASS" start="2026-04-10T00:55:49.207295" elapsed="0.000440"/>
</kw>
<kw name="Run Keyword And Return If" owner="BuiltIn">
<arg>${pwd_length} &gt; 0</arg>
<arg>SSHLibrary.Login</arg>
<arg>${user}</arg>
<arg>${password}</arg>
<arg>delay=${delay}</arg>
<doc>Runs the specified keyword and returns from the enclosing user keyword.</doc>
<status status="PASS" start="2026-04-10T00:55:49.207881" elapsed="0.000367"/>
</kw>
<kw name="Run Keyword And Return" owner="BuiltIn">
<kw name="Login With Public Key" owner="SSHLibrary">
<msg time="2026-04-10T00:55:49.209116" level="INFO">Logging into '10.30.171.89:22' as 'jenkins'.</msg>
<msg time="2026-04-10T00:55:49.796016" level="INFO">Read output: Welcome to Ubuntu 22.04.5 LTS (GNU/Linux 5.15.0-153-generic x86_64)

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

 System information as of Fri Apr 10 00:55:49 UTC 2026

  System load:  1.0                Processes:             104
  Usage of /:   19.3% of 38.58GB   Users logged in:       0
  Memory usage: 4%                 IPv4 address for ens3: 10.30.171.89
  Swap usage:   0%


Expanded Security Maintenance for Applications is not enabled.

0 updates can be applied immediately.

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


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


Last login: Fri Apr 10 00:45:42 2026 from 10.30.170.152
[?2004h[jenkins@releng-63164-173-1-mininet-ovs-217-0 ~]&gt;</msg>
<arg>${user}</arg>
<arg>${USER_HOME}/.ssh/${SSH_KEY}</arg>
<arg>${KEYFILE_PASS}</arg>
<arg>delay=${delay}</arg>
<doc>Logs into the SSH server using key-based authentication.</doc>
<status status="PASS" start="2026-04-10T00:55:49.208751" elapsed="0.587522"/>
</kw>
<msg time="2026-04-10T00:55:49.796370" level="INFO">Returning from the enclosing user keyword.</msg>
<arg>SSHLibrary.Login With Public Key</arg>
<arg>${user}</arg>
<arg>${USER_HOME}/.ssh/${SSH_KEY}</arg>
<arg>${KEYFILE_PASS}</arg>
<arg>delay=${delay}</arg>
<doc>Runs the specified keyword and returns from the enclosing user keyword.</doc>
<status status="PASS" start="2026-04-10T00:55:49.208403" elapsed="0.588073"/>
</kw>
<arg>${user}</arg>
<arg>${password}</arg>
<doc>On active SSH session: if given non-empty password, do Login, else do Login With Public Key.</doc>
<status status="PASS" start="2026-04-10T00:55:49.206874" elapsed="0.589729"/>
</kw>
<kw name="Execute Command" owner="SSHLibrary">
<msg time="2026-04-10T00:55:49.797154" level="INFO">Executing command '/usr/local/bin/cbench -c 10.30.171.2 -t -m 60000 -M 100 -S 16 -l 10 -D 5000 -p 6633'.</msg>
<msg time="2026-04-10T01:05:58.041803" level="INFO">Command exited with return code 0.</msg>
<msg time="2026-04-10T01:05:58.042380" level="INFO">${stdout} = </msg>
<msg time="2026-04-10T01:05:58.042487" level="INFO">${stderr} = cbench: controller benchmarking tool
   running in mode 'throughput'
   connecting to controller at 10.30.171.2:6633 
   faking 16 switches with 1 threads :: 10 tests each; 60000 ms per test
   with 1...</msg>
<var>${stdout}</var>
<var>${stderr}</var>
<arg>${cmd}</arg>
<arg>return_stderr=True</arg>
<doc>Executes ``command`` on the remote machine and returns its outputs.</doc>
<status status="PASS" start="2026-04-10T00:55:49.796819" elapsed="608.245738"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-04-10T01:05:58.043021" elapsed="0.000707"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-10T01:05:58.044870" level="INFO">cbench: controller benchmarking tool
   running in mode 'throughput'
   connecting to controller at 10.30.171.2: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.2. 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:54.918 16  switches: flows:  631304 616961 624214 645378 631855 619658 620674 634774 612995 629089 622929 614154 613684 610524 614491 618482  total = 166.019433 per ms 
00:57:55.085 16  switches: flows:  611363 614297 617499 624924 625720 619934 612247 608483 620966 602062 617031 627469 615542 624815 618498 620869  total = 164.240185 per ms 
00:58:57.231 16  switches: flows:  595349 614139 608894 630185 611440 620969 619114 615520 623234 615134 617678 612321 614993 610329 621154 629876  total = 158.662627 per ms 
00:59:57.415 16  switches: flows:  573823 571586 565922 569278 568963 568416 554420 564266 559829 568201 565759 570665 561012 551722 563931 576433  total = 150.444215 per ms 
01:00:57.519 16  switches: flows:  653606 647643 649458 663622 651267 658678 665459 668218 662828 642694 662768 658800 663087 657293 637998 647164  total = 174.542999 per ms 
01:01:57.620 16  switches: flows:  651689 653899 645438 648194 658343 652099 653806 661390 640152 659889 660010 653554 665812 665368 656849 652473  total = 174.355572 per ms 
01:02:57.723 16  switches: flows:  651476 647552 646096 651965 567687 640059 647822 647519 637118 658429 654556 640963 661803 644700 651066 647369  total = 171.308444 per ms 
01:03:57.826 16  switches: flows:  599360 590705 579065 593554 595128 588207 592331 593203 590163 598459 592422 588348 598114 587857 582846 591124  total = 157.416737 per ms 
01:04:57.928 16  switches: flows:  627271 631916 625398 625460 624954 629427 640736 629917 630810 632425 634818 632721 624577 625236 612641 622088  total = 167.224273 per ms 
01:05:58.030 16  switches: flows:  636499 657122 645623 656589 646414 653941 653819 650116 658381 652541 650732 653484 657051 660385 661326 656634  total = 173.884271 per ms 
RESULT: 16 switches 9 tests min/max/avg/stdev = 150444.21/174543.00/165786.59/55868.91 responses/s</msg>
<arg>${stderr}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-04-10T01:05:58.044110" elapsed="0.001097"/>
</kw>
<if>
<branch type="IF" condition="&quot;${return_stdout}&quot;!=&quot;True&quot;">
<return>
<value>${stderr}</value>
<status status="PASS" start="2026-04-10T01:05:58.045721" elapsed="0.000074"/>
</return>
<status status="PASS" start="2026-04-10T01:05:58.045404" elapsed="0.000476"/>
</branch>
<status status="PASS" start="2026-04-10T01:05:58.045347" elapsed="0.000588"/>
</if>
<if>
<branch type="IF" condition="&quot;${return_stderr}&quot;!=&quot;True&quot;">
<return>
<value>${stdout}</value>
<status status="NOT RUN" start="2026-04-10T01:05:58.046181" elapsed="0.000033"/>
</return>
<status status="NOT RUN" start="2026-04-10T01:05:58.046063" elapsed="0.000214"/>
</branch>
<status status="NOT RUN" start="2026-04-10T01:05:58.046027" elapsed="0.000298"/>
</if>
<return>
<value>${stdout}</value>
<value>${stderr}</value>
<status status="NOT RUN" start="2026-04-10T01:05:58.046393" elapsed="0.000033"/>
</return>
<kw name="Restore_Current_Ssh_Connection_From_Index" owner="SSHKeywords" type="TEARDOWN">
<kw name="Run Keyword And Return If" owner="BuiltIn">
<arg>${connection_index} is not None</arg>
<arg>SSHLibrary.Switch Connection</arg>
<arg>${connection_index}</arg>
<doc>Runs the specified keyword and returns from the enclosing user keyword.</doc>
<status status="PASS" start="2026-04-10T01:05:58.051908" elapsed="0.000359"/>
</kw>
<kw name="Open Connection" owner="SSHLibrary">
<arg>127.0.0.1</arg>
<doc>Opens a new SSH connection to the given ``host`` and ``port``.</doc>
<status status="PASS" start="2026-04-10T01:05:58.052415" elapsed="0.000162"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-04-10T01:05:58.052708" elapsed="0.000103"/>
</kw>
<arg>${current_ssh_connection.index}</arg>
<doc>Restore active SSH connection in SSHLibrary to given index.</doc>
<status status="PASS" start="2026-04-10T01:05:58.047122" elapsed="0.005742"/>
</kw>
<msg time="2026-04-10T01:05:58.052993" level="INFO">${output} = cbench: controller benchmarking tool
   running in mode 'throughput'
   connecting to controller at 10.30.171.2:6633 
   faking 16 switches with 1 threads :: 10 tests each; 60000 ms per test
   with 1...</msg>
<var>${output}</var>
<arg>${cbench_system}</arg>
<arg>${cbench_executable} -c ${ODL_SYSTEM_IP} ${cbench_args}</arg>
<arg>prompt_timeout=${test_timeout}</arg>
<arg>return_stdout=False</arg>
<arg>return_stderr=True</arg>
<doc>Reduces the common work of running a command on a remote system to a single higher level
robot keyword, taking care to log in with a public key and. The command given is written and the return value
depends on the passed argument values of return_stdout (default: True) and return_stderr (default: False).
At least one should be True, or the keyword will exit and FAIL. If both are True, the resulting return value
will be a two element list containing both. Otherwise the resulting return value is a string.
No test conditions are checked.</doc>
<status status="PASS" start="2026-04-10T00:55:49.201622" elapsed="608.851397"/>
</kw>
<status status="PASS" start="2026-04-10T00:55:49.201295" elapsed="608.851773"/>
</branch>
<status status="PASS" start="2026-04-10T00:55:49.200915" elapsed="608.852177"/>
</if>
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-10T01:05:58.053537" level="INFO">cbench: controller benchmarking tool
   running in mode 'throughput'
   connecting to controller at 10.30.171.2: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.2. 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:54.918 16  switches: flows:  631304 616961 624214 645378 631855 619658 620674 634774 612995 629089 622929 614154 613684 610524 614491 618482  total = 166.019433 per ms 
00:57:55.085 16  switches: flows:  611363 614297 617499 624924 625720 619934 612247 608483 620966 602062 617031 627469 615542 624815 618498 620869  total = 164.240185 per ms 
00:58:57.231 16  switches: flows:  595349 614139 608894 630185 611440 620969 619114 615520 623234 615134 617678 612321 614993 610329 621154 629876  total = 158.662627 per ms 
00:59:57.415 16  switches: flows:  573823 571586 565922 569278 568963 568416 554420 564266 559829 568201 565759 570665 561012 551722 563931 576433  total = 150.444215 per ms 
01:00:57.519 16  switches: flows:  653606 647643 649458 663622 651267 658678 665459 668218 662828 642694 662768 658800 663087 657293 637998 647164  total = 174.542999 per ms 
01:01:57.620 16  switches: flows:  651689 653899 645438 648194 658343 652099 653806 661390 640152 659889 660010 653554 665812 665368 656849 652473  total = 174.355572 per ms 
01:02:57.723 16  switches: flows:  651476 647552 646096 651965 567687 640059 647822 647519 637118 658429 654556 640963 661803 644700 651066 647369  total = 171.308444 per ms 
01:03:57.826 16  switches: flows:  599360 590705 579065 593554 595128 588207 592331 593203 590163 598459 592422 588348 598114 587857 582846 591124  total = 157.416737 per ms 
01:04:57.928 16  switches: flows:  627271 631916 625398 625460 624954 629427 640736 629917 630810 632425 634818 632721 624577 625236 612641 622088  total = 167.224273 per ms 
01:05:58.030 16  switches: flows:  636499 657122 645623 656589 646414 653941 653819 650116 658381 652541 650732 653484 657051 660385 661326 656634  total = 173.884271 per ms 
RESULT: 16 switches 9 tests min/max/avg/stdev = 150444.21/174543.00/165786.59/55868.91 responses/s</msg>
<arg>${output}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-04-10T01:05:58.053246" elapsed="0.000365"/>
</kw>
<kw name="Should Contain" owner="BuiltIn">
<arg>${output}</arg>
<arg>RESULT</arg>
<doc>Fails if ``container`` does not contain ``item`` one or more times.</doc>
<status status="PASS" start="2026-04-10T01:05:58.053762" elapsed="0.000360"/>
</kw>
<kw name="Get Lines Containing String" owner="String">
<msg time="2026-04-10T01:05:58.054514" level="INFO">1 out of 23 lines matched.</msg>
<msg time="2026-04-10T01:05:58.054605" level="INFO">${result_line} = RESULT: 16 switches 9 tests min/max/avg/stdev = 150444.21/174543.00/165786.59/55868.91 responses/s</msg>
<var>${result_line}</var>
<arg>${output}</arg>
<arg>RESULT</arg>
<doc>Returns lines of the given ``string`` that contain the ``pattern``.</doc>
<status status="PASS" start="2026-04-10T01:05:58.054296" elapsed="0.000334"/>
</kw>
<kw name="Split String" owner="String">
<msg time="2026-04-10T01:05:58.055051" level="INFO">@{results_list} = [ RESULT: | 16 | switches | 9 | tests | min/max/avg/stdev | = | 150444.21/174543.00/165786.59/55868.91 | responses/s ]</msg>
<var>@{results_list}</var>
<arg>${result_line}</arg>
<doc>Splits the ``string`` using ``separator`` as a delimiter string.</doc>
<status status="PASS" start="2026-04-10T01:05:58.054782" elapsed="0.000297"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-10T01:05:58.057484" level="INFO">min/max/avg/stdev</msg>
<arg>${results_list[5]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-04-10T01:05:58.055238" elapsed="0.002302"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-10T01:05:58.059915" level="INFO">150444.21/174543.00/165786.59/55868.91</msg>
<arg>${results_list[7]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-04-10T01:05:58.057684" elapsed="0.002288"/>
</kw>
<kw name="Split String" owner="String">
<msg time="2026-04-10T01:05:58.062333" level="INFO">@{result_name_list} = [ min | max | avg | stdev ]</msg>
<var>@{result_name_list}</var>
<arg>${results_list[5]}</arg>
<arg>/</arg>
<doc>Splits the ``string`` using ``separator`` as a delimiter string.</doc>
<status status="PASS" start="2026-04-10T01:05:58.060118" elapsed="0.002241"/>
</kw>
<kw name="Split String" owner="String">
<msg time="2026-04-10T01:05:58.064832" level="INFO">@{result_value_list} = [ 150444.21 | 174543.00 | 165786.59 | 55868.91 ]</msg>
<var>@{result_value_list}</var>
<arg>${results_list[7]}</arg>
<arg>/</arg>
<doc>Splits the ``string`` using ``separator`` as a delimiter string.</doc>
<status status="PASS" start="2026-04-10T01:05:58.062547" elapsed="0.002312"/>
</kw>
<kw name="Get Length" owner="BuiltIn">
<msg time="2026-04-10T01:05:58.065339" level="INFO">Length is 4.</msg>
<msg time="2026-04-10T01:05:58.065427" level="INFO">${num_stats} = 4</msg>
<var>${num_stats}</var>
<arg>${result_name_list}</arg>
<doc>Returns and logs the length of the given item as an integer.</doc>
<status status="PASS" start="2026-04-10T01:05:58.065014" elapsed="0.000451"/>
</kw>
<for flavor="IN RANGE">
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-10T01:05:58.070193" level="INFO">min :: 150444.21</msg>
<arg>${result_name_list[${i}]} :: ${result_value_list[${i}]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-04-10T01:05:58.065854" elapsed="0.004401"/>
</kw>
<var name="${i}">0</var>
<status status="PASS" start="2026-04-10T01:05:58.065720" elapsed="0.004569"/>
</iter>
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-10T01:05:58.075116" level="INFO">max :: 174543.00</msg>
<arg>${result_name_list[${i}]} :: ${result_value_list[${i}]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-04-10T01:05:58.070505" elapsed="0.004685"/>
</kw>
<var name="${i}">1</var>
<status status="PASS" start="2026-04-10T01:05:58.070379" elapsed="0.004848"/>
</iter>
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-10T01:05:58.079856" level="INFO">avg :: 165786.59</msg>
<arg>${result_name_list[${i}]} :: ${result_value_list[${i}]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-04-10T01:05:58.075459" elapsed="0.004454"/>
</kw>
<var name="${i}">2</var>
<status status="PASS" start="2026-04-10T01:05:58.075316" elapsed="0.004633"/>
</iter>
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-10T01:05:58.084710" level="INFO">stdev :: 55868.91</msg>
<arg>${result_name_list[${i}]} :: ${result_value_list[${i}]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-04-10T01:05:58.080183" elapsed="0.004584"/>
</kw>
<var name="${i}">3</var>
<status status="PASS" start="2026-04-10T01:05:58.080038" elapsed="0.004765"/>
</iter>
<var>${i}</var>
<value>0</value>
<value>${num_stats}</value>
<status status="PASS" start="2026-04-10T01:05:58.065532" elapsed="0.019302"/>
</for>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-04-10T01:05:58.089421" level="INFO">${min} = 150444.21</msg>
<var>${min}</var>
<arg>${result_value_list[${0}]}</arg>
<doc>Returns the given values which can then be assigned to a variables.</doc>
<status status="PASS" start="2026-04-10T01:05:58.085006" elapsed="0.004458"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-04-10T01:05:58.093950" level="INFO">${max} = 174543.00</msg>
<var>${max}</var>
<arg>${result_value_list[${1}]}</arg>
<doc>Returns the given values which can then be assigned to a variables.</doc>
<status status="PASS" start="2026-04-10T01:05:58.089678" elapsed="0.004300"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-04-10T01:05:58.097947" level="INFO">${average} = 165786.59</msg>
<var>${average}</var>
<arg>${result_value_list[${2}]}</arg>
<doc>Returns the given values which can then be assigned to a variables.</doc>
<status status="PASS" start="2026-04-10T01:05:58.094153" elapsed="0.003821"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-04-10T01:05:58.101925" level="INFO">${stdev} = 55868.91</msg>
<var>${stdev}</var>
<arg>${result_value_list[${3}]}</arg>
<doc>Returns the given values which can then be assigned to a variables.</doc>
<status status="PASS" start="2026-04-10T01:05:58.098127" elapsed="0.003826"/>
</kw>
<kw name="Get Time" owner="BuiltIn">
<msg time="2026-04-10T01:05:58.102536" level="INFO">${date} = 2026-04-10 01:05:58</msg>
<var>${date}</var>
<arg>d,m,s</arg>
<doc>Returns the given time in the requested format.</doc>
<status status="PASS" start="2026-04-10T01:05:58.102114" elapsed="0.000449"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-10T01:05:58.103189" level="INFO">CBench Result: 2026-04-10 01:05:58,-t -m 60000 -M 100 -S 16 -l 10 -D 5000 -p 6633,150444.21,174543.00,165786.59,55868.91</msg>
<arg>CBench Result: ${date},${cbench_args},${min},${max},${average},${stdev}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-04-10T01:05:58.102716" elapsed="0.000531"/>
</kw>
<kw name="Log Results And Determine Status">
<kw name="Append To File" owner="OperatingSystem">
<msg time="2026-04-10T01:05:58.104375" level="INFO" html="true">Appended to file '&lt;a href="file:///w/workspace/openflowplugin-csit-1node-cbench-only-vanadium/throughput.csv"&gt;/w/workspace/openflowplugin-csit-1node-cbench-only-vanadium/throughput.csv&lt;/a&gt;'.</msg>
<arg>${output_file}</arg>
<arg>${min},${max},${average}\n</arg>
<doc>Appends the given content to the specified file.</doc>
<status status="PASS" start="2026-04-10T01:05:58.103912" elapsed="0.000531"/>
</kw>
<kw name="Should Be True" owner="BuiltIn">
<arg>${average} &gt; ${threshold}</arg>
<arg>${average} flow_mods per/sec did not exceed threshold of ${threshold}</arg>
<doc>Fails if the given condition is not true.</doc>
<status status="PASS" start="2026-04-10T01:05:58.104597" elapsed="0.000483"/>
</kw>
<arg>${min}</arg>
<arg>${max}</arg>
<arg>${average}</arg>
<arg>${average_threshold}</arg>
<arg>${output_filename}</arg>
<status status="PASS" start="2026-04-10T01:05:58.103416" elapsed="0.001748"/>
</kw>
<arg>-t -m ${duration_in_ms} -M ${num_of_unique_macs} -S ${switch_count} -l ${loops} -D ${start_delay} -p ${of_port}</arg>
<arg>${throughput_threshold}</arg>
<arg>${throughput_results_file}</arg>
<status status="PASS" start="2026-04-10T00:55:49.199787" elapsed="608.905441"/>
</kw>
<kw name="Sleep" owner="BuiltIn">
<msg time="2026-04-10T01:05:58.105709" level="INFO">Slept 0 seconds.</msg>
<arg>${test_delay}</arg>
<doc>Pauses the test executed for the given time.</doc>
<status status="PASS" start="2026-04-10T01:05:58.105383" elapsed="0.000387"/>
</kw>
<kw name="Log Results As Zero If Cbench Timed Out" type="TEARDOWN">
<kw name="Run Keyword If Timeout Occurred" owner="BuiltIn">
<arg>Log Results And Determine Status</arg>
<arg>0</arg>
<arg>0</arg>
<arg>0</arg>
<arg>0</arg>
<arg>${output_filename}</arg>
<doc>Runs the given keyword if either a test or a keyword timeout has occurred.</doc>
<status status="PASS" start="2026-04-10T01:05:58.106338" elapsed="0.000280"/>
</kw>
<status status="PASS" start="2026-04-10T01:05:58.105989" elapsed="0.000704"/>
</kw>
<doc>cbench executed in throughput mode (-t). Test parameters have defaults, but can be overridden
on the pybot command line</doc>
<tag>cbench</tag>
<tag>throughput</tag>
<timeout value="15 minutes"/>
<status status="PASS" start="2026-04-10T00:55:49.198252" elapsed="608.908481"/>
</test>
<test id="s1-t3" name="Rerun Latency Test To Check Bug 6176" line="65">
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-10T01:05:58.108427" level="INFO">Cbench tests using 10 iterations of 60 second tests. Switch Count: 16. Unique MACS to cycle: 100</msg>
<arg>Cbench tests using ${loops} iterations of ${duration_in_secs} second tests. Switch Count: ${switch_count}. Unique MACS to cycle: ${num_of_unique_macs}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-04-10T01:05:58.108018" elapsed="0.000467"/>
</kw>
<kw name="Run Cbench And Log Results">
<kw name="Set Suite Variable" owner="BuiltIn">
<msg time="2026-04-10T01:05:58.110120" level="INFO">${output_filename} = bug.csv</msg>
<arg>${output_filename}</arg>
<doc>Makes a variable available everywhere within the scope of the current suite.</doc>
<status status="PASS" start="2026-04-10T01:05:58.109447" elapsed="0.000734"/>
</kw>
<if>
<branch type="IF" condition="&quot;${cbench_system}&quot; == &quot;localhost&quot;">
<kw name="Run" owner="OperatingSystem">
<var>${output}</var>
<arg>${cbench_executable} -c ${ODL_SYSTEM_IP} ${cbench_args}</arg>
<doc>_This keyword is considered deprecated. Use the
[http://robotframework.org/robotframework/latest/libraries/Process.html|
Process] library instead._</doc>
<status status="NOT RUN" start="2026-04-10T01:05:58.110581" elapsed="0.000024"/>
</kw>
<status status="NOT RUN" start="2026-04-10T01:05:58.110344" 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-04-10T01:05:58.113994" elapsed="0.000022"/>
</kw>
<status status="NOT RUN" start="2026-04-10T01:05:58.113730" elapsed="0.000323"/>
</branch>
<status status="PASS" start="2026-04-10T01:05:58.113708" elapsed="0.000369"/>
</if>
<kw name="Get Connection" owner="SSHLibrary">
<msg time="2026-04-10T01:05:58.114457" level="INFO">index=None
host=None
alias=None
port=22
timeout=3 seconds
newline=

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

prompt=None
term_type=vt100
width=80
height=24
path_separator=/
encoding=utf8
escape_ansi=False
encoding_errors=strict</msg>
<var>${current_ssh_connection}</var>
<doc>Returns information about the connection.</doc>
<status status="PASS" start="2026-04-10T01:05:58.114230" elapsed="0.000379"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-10T01:05:58.115259" level="INFO">Attempting to execute command "/usr/local/bin/cbench -c 10.30.171.2 -m 60000 -M 100 -S 16 -l 10 -D 5000 -p 6633" on remote system "10.30.171.89" by user "jenkins" with keyfile pass "any" and prompt "&gt;" and password ""</msg>
<arg>Attempting to execute command "${cmd}" on remote system "${system}" by user "${user}" with keyfile pass "${keyfile_pass}" and prompt "${prompt}" and password "${password}"</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-04-10T01:05:58.114757" elapsed="0.000562"/>
</kw>
<kw name="Open Connection" owner="SSHLibrary">
<msg time="2026-04-10T01:05:58.115886" level="INFO">${conn_id} = 9</msg>
<var>${conn_id}</var>
<arg>${system}</arg>
<arg>prompt=${prompt}</arg>
<arg>timeout=${prompt_timeout}</arg>
<doc>Opens a new SSH connection to the given ``host`` and ``port``.</doc>
<status status="PASS" start="2026-04-10T01:05:58.115462" elapsed="0.000460"/>
</kw>
<kw name="Flexible_SSH_Login" owner="SSHKeywords">
<kw name="Get Length" owner="BuiltIn">
<msg time="2026-04-10T01:05:58.117266" level="INFO">Length is 0.</msg>
<msg time="2026-04-10T01:05:58.117367" level="INFO">${pwd_length} = 0</msg>
<var>${pwd_length}</var>
<arg>${password}</arg>
<doc>Returns and logs the length of the given item as an integer.</doc>
<status status="PASS" start="2026-04-10T01:05:58.116697" elapsed="0.000695"/>
</kw>
<kw name="Run Keyword And Return If" owner="BuiltIn">
<arg>${pwd_length} &gt; 0</arg>
<arg>SSHLibrary.Login</arg>
<arg>${user}</arg>
<arg>${password}</arg>
<arg>delay=${delay}</arg>
<doc>Runs the specified keyword and returns from the enclosing user keyword.</doc>
<status status="PASS" start="2026-04-10T01:05:58.117539" elapsed="0.000333"/>
</kw>
<kw name="Run Keyword And Return" owner="BuiltIn">
<kw name="Login With Public Key" owner="SSHLibrary">
<msg time="2026-04-10T01:05:58.118880" level="INFO">Logging into '10.30.171.89:22' as 'jenkins'.</msg>
<msg time="2026-04-10T01:05:58.740255" level="INFO">Read output: Welcome to Ubuntu 22.04.5 LTS (GNU/Linux 5.15.0-153-generic x86_64)

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

 System information as of Fri Apr 10 01:05:58 UTC 2026

  System load:  0.57               Processes:             104
  Usage of /:   19.3% of 38.58GB   Users logged in:       0
  Memory usage: 4%                 IPv4 address for ens3: 10.30.171.89
  Swap usage:   0%


Expanded Security Maintenance for Applications is not enabled.

0 updates can be applied immediately.

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


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


Last login: Fri Apr 10 00:55:49 2026 from 10.30.170.152
[?2004h[jenkins@releng-63164-173-1-mininet-ovs-217-0 ~]&gt;</msg>
<arg>${user}</arg>
<arg>${USER_HOME}/.ssh/${SSH_KEY}</arg>
<arg>${KEYFILE_PASS}</arg>
<arg>delay=${delay}</arg>
<doc>Logs into the SSH server using key-based authentication.</doc>
<status status="PASS" start="2026-04-10T01:05:58.118429" elapsed="0.622011"/>
</kw>
<msg time="2026-04-10T01:05:58.740545" level="INFO">Returning from the enclosing user keyword.</msg>
<arg>SSHLibrary.Login With Public Key</arg>
<arg>${user}</arg>
<arg>${USER_HOME}/.ssh/${SSH_KEY}</arg>
<arg>${KEYFILE_PASS}</arg>
<arg>delay=${delay}</arg>
<doc>Runs the specified keyword and returns from the enclosing user keyword.</doc>
<status status="PASS" start="2026-04-10T01:05:58.118035" elapsed="0.622593"/>
</kw>
<arg>${user}</arg>
<arg>${password}</arg>
<doc>On active SSH session: if given non-empty password, do Login, else do Login With Public Key.</doc>
<status status="PASS" start="2026-04-10T01:05:58.116130" elapsed="0.624611"/>
</kw>
<kw name="Execute Command" owner="SSHLibrary">
<msg time="2026-04-10T01:05:58.741294" level="INFO">Executing command '/usr/local/bin/cbench -c 10.30.171.2 -m 60000 -M 100 -S 16 -l 10 -D 5000 -p 6633'.</msg>
<msg time="2026-04-10T01:16:05.107904" level="INFO">Command exited with return code 0.</msg>
<msg time="2026-04-10T01:16:05.108634" level="INFO">${stdout} = </msg>
<msg time="2026-04-10T01:16:05.108818" level="INFO">${stderr} = cbench: controller benchmarking tool
   running in mode 'latency'
   connecting to controller at 10.30.171.2: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-04-10T01:05:58.740953" elapsed="606.367958"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-04-10T01:16:05.109457" elapsed="0.001146"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-10T01:16:05.111909" level="INFO">cbench: controller benchmarking tool
   running in mode 'latency'
   connecting to controller at 10.30.171.2: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.2. So far 1 cbench instances have initialized their switches.  Waiting for other cbench-instances
Thread-0: Total switches from ALL cbench-instances initialized.
01:07:04.206 16  switches: flows:  109625 113074 112054 112803 112900 111991 113768 110689 109751 113225 111948 110674 111659 112250 112314 110979  total = 29.828400 per ms 
01:08:04.306 16  switches: flows:  120515 121910 120432 120736 119406 121091 123459 120447 121078 122774 122112 119739 121743 120951 119347 121294  total = 32.230040 per ms 
01:09:04.406 16  switches: flows:  115248 113565 113775 113625 111347 110904 111720 113148 111479 112519 111673 110414 112548 112262 111332 111081  total = 29.894094 per ms 
01:10:04.507 16  switches: flows:  125695 124883 121877 124749 123002 123580 122124 124312 121424 123491 122163 122489 123888 121812 123390 120573  total = 32.769505 per ms 
01:11:04.607 16  switches: flows:  128048 129429 125376 127331 127323 126886 126175 125802 123520 126446 127005 124220 128808 121786 126045 121337  total = 33.536265 per ms 
01:12:04.707 16  switches: flows:  126811 127217 122282 124510 123841 125157 122732 124159 121092 123743 123411 120970 125081 121403 122987 120496  total = 32.876607 per ms 
01:13:04.808 16  switches: flows:  112744 110470 109171 110650 110453 110314 109798 110319 108406 109719 107975 107414 110321 108990 108094 107962  total = 29.164531 per ms 
01:14:04.908 16  switches: flows:  128917 128727 127982 129077 128051 127349 127596 123486 123362 126289 122965 121566 127613 122826 124496 125601  total = 33.542334 per ms 
01:15:05.008 16  switches: flows:  127157 128248 126144 126405 124398 126825 125052 123053 122357 123087 121035 121084 124823 123005 121544 125478  total = 33.106364 per ms 
01:16:05.108 16  switches: flows:  114817 115898 114590 114698 112509 114926 113940 112265 113327 114249 110666 111318 112061 113231 110740 112160  total = 30.139622 per ms 
RESULT: 16 switches 9 tests min/max/avg/stdev = 29164.53/33542.33/31917.71/10759.96 responses/s</msg>
<arg>${stderr}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-04-10T01:16:05.110998" elapsed="0.001396"/>
</kw>
<if>
<branch type="IF" condition="&quot;${return_stdout}&quot;!=&quot;True&quot;">
<return>
<value>${stderr}</value>
<status status="PASS" start="2026-04-10T01:16:05.113013" elapsed="0.000083"/>
</return>
<status status="PASS" start="2026-04-10T01:16:05.112683" elapsed="0.000551"/>
</branch>
<status status="PASS" start="2026-04-10T01:16:05.112618" elapsed="0.000705"/>
</if>
<if>
<branch type="IF" condition="&quot;${return_stderr}&quot;!=&quot;True&quot;">
<return>
<value>${stdout}</value>
<status status="NOT RUN" start="2026-04-10T01:16:05.113643" elapsed="0.000044"/>
</return>
<status status="NOT RUN" start="2026-04-10T01:16:05.113518" elapsed="0.000256"/>
</branch>
<status status="NOT RUN" start="2026-04-10T01:16:05.113462" elapsed="0.000375"/>
</if>
<return>
<value>${stdout}</value>
<value>${stderr}</value>
<status status="NOT RUN" start="2026-04-10T01:16:05.113936" elapsed="0.000048"/>
</return>
<kw name="Restore_Current_Ssh_Connection_From_Index" owner="SSHKeywords" type="TEARDOWN">
<kw name="Run Keyword And Return If" owner="BuiltIn">
<arg>${connection_index} is not None</arg>
<arg>SSHLibrary.Switch Connection</arg>
<arg>${connection_index}</arg>
<doc>Runs the specified keyword and returns from the enclosing user keyword.</doc>
<status status="PASS" start="2026-04-10T01:16:05.118297" elapsed="0.000443"/>
</kw>
<kw name="Open Connection" owner="SSHLibrary">
<arg>127.0.0.1</arg>
<doc>Opens a new SSH connection to the given ``host`` and ``port``.</doc>
<status status="PASS" start="2026-04-10T01:16:05.118930" elapsed="0.000237"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-04-10T01:16:05.119357" elapsed="0.000145"/>
</kw>
<arg>${current_ssh_connection.index}</arg>
<doc>Restore active SSH connection in SSHLibrary to given index.</doc>
<status status="PASS" start="2026-04-10T01:16:05.114846" elapsed="0.004733"/>
</kw>
<msg time="2026-04-10T01:16:05.119720" level="INFO">${output} = cbench: controller benchmarking tool
   running in mode 'latency'
   connecting to controller at 10.30.171.2: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-04-10T01:05:58.111031" elapsed="607.008716"/>
</kw>
<status status="PASS" start="2026-04-10T01:05:58.110672" elapsed="607.009126"/>
</branch>
<status status="PASS" start="2026-04-10T01:05:58.110316" elapsed="607.009507"/>
</if>
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-10T01:16:05.120288" level="INFO">cbench: controller benchmarking tool
   running in mode 'latency'
   connecting to controller at 10.30.171.2: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.2. So far 1 cbench instances have initialized their switches.  Waiting for other cbench-instances
Thread-0: Total switches from ALL cbench-instances initialized.
01:07:04.206 16  switches: flows:  109625 113074 112054 112803 112900 111991 113768 110689 109751 113225 111948 110674 111659 112250 112314 110979  total = 29.828400 per ms 
01:08:04.306 16  switches: flows:  120515 121910 120432 120736 119406 121091 123459 120447 121078 122774 122112 119739 121743 120951 119347 121294  total = 32.230040 per ms 
01:09:04.406 16  switches: flows:  115248 113565 113775 113625 111347 110904 111720 113148 111479 112519 111673 110414 112548 112262 111332 111081  total = 29.894094 per ms 
01:10:04.507 16  switches: flows:  125695 124883 121877 124749 123002 123580 122124 124312 121424 123491 122163 122489 123888 121812 123390 120573  total = 32.769505 per ms 
01:11:04.607 16  switches: flows:  128048 129429 125376 127331 127323 126886 126175 125802 123520 126446 127005 124220 128808 121786 126045 121337  total = 33.536265 per ms 
01:12:04.707 16  switches: flows:  126811 127217 122282 124510 123841 125157 122732 124159 121092 123743 123411 120970 125081 121403 122987 120496  total = 32.876607 per ms 
01:13:04.808 16  switches: flows:  112744 110470 109171 110650 110453 110314 109798 110319 108406 109719 107975 107414 110321 108990 108094 107962  total = 29.164531 per ms 
01:14:04.908 16  switches: flows:  128917 128727 127982 129077 128051 127349 127596 123486 123362 126289 122965 121566 127613 122826 124496 125601  total = 33.542334 per ms 
01:15:05.008 16  switches: flows:  127157 128248 126144 126405 124398 126825 125052 123053 122357 123087 121035 121084 124823 123005 121544 125478  total = 33.106364 per ms 
01:16:05.108 16  switches: flows:  114817 115898 114590 114698 112509 114926 113940 112265 113327 114249 110666 111318 112061 113231 110740 112160  total = 30.139622 per ms 
RESULT: 16 switches 9 tests min/max/avg/stdev = 29164.53/33542.33/31917.71/10759.96 responses/s</msg>
<arg>${output}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-04-10T01:16:05.119970" elapsed="0.000393"/>
</kw>
<kw name="Should Contain" owner="BuiltIn">
<arg>${output}</arg>
<arg>RESULT</arg>
<doc>Fails if ``container`` does not contain ``item`` one or more times.</doc>
<status status="PASS" start="2026-04-10T01:16:05.120514" elapsed="0.000402"/>
</kw>
<kw name="Get Lines Containing String" owner="String">
<msg time="2026-04-10T01:16:05.121322" level="INFO">1 out of 23 lines matched.</msg>
<msg time="2026-04-10T01:16:05.121414" level="INFO">${result_line} = RESULT: 16 switches 9 tests min/max/avg/stdev = 29164.53/33542.33/31917.71/10759.96 responses/s</msg>
<var>${result_line}</var>
<arg>${output}</arg>
<arg>RESULT</arg>
<doc>Returns lines of the given ``string`` that contain the ``pattern``.</doc>
<status status="PASS" start="2026-04-10T01:16:05.121078" elapsed="0.000361"/>
</kw>
<kw name="Split String" owner="String">
<msg time="2026-04-10T01:16:05.121856" level="INFO">@{results_list} = [ RESULT: | 16 | switches | 9 | tests | min/max/avg/stdev | = | 29164.53/33542.33/31917.71/10759.96 | responses/s ]</msg>
<var>@{results_list}</var>
<arg>${result_line}</arg>
<doc>Splits the ``string`` using ``separator`` as a delimiter string.</doc>
<status status="PASS" start="2026-04-10T01:16:05.121593" elapsed="0.000289"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-10T01:16:05.124376" level="INFO">min/max/avg/stdev</msg>
<arg>${results_list[5]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-04-10T01:16:05.122035" elapsed="0.002400"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-10T01:16:05.127280" level="INFO">29164.53/33542.33/31917.71/10759.96</msg>
<arg>${results_list[7]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-04-10T01:16:05.124584" elapsed="0.002753"/>
</kw>
<kw name="Split String" owner="String">
<msg time="2026-04-10T01:16:05.130065" level="INFO">@{result_name_list} = [ min | max | avg | stdev ]</msg>
<var>@{result_name_list}</var>
<arg>${results_list[5]}</arg>
<arg>/</arg>
<doc>Splits the ``string`` using ``separator`` as a delimiter string.</doc>
<status status="PASS" start="2026-04-10T01:16:05.127489" elapsed="0.002612"/>
</kw>
<kw name="Split String" owner="String">
<msg time="2026-04-10T01:16:05.132791" level="INFO">@{result_value_list} = [ 29164.53 | 33542.33 | 31917.71 | 10759.96 ]</msg>
<var>@{result_value_list}</var>
<arg>${results_list[7]}</arg>
<arg>/</arg>
<doc>Splits the ``string`` using ``separator`` as a delimiter string.</doc>
<status status="PASS" start="2026-04-10T01:16:05.130387" elapsed="0.002439"/>
</kw>
<kw name="Get Length" owner="BuiltIn">
<msg time="2026-04-10T01:16:05.133381" level="INFO">Length is 4.</msg>
<msg time="2026-04-10T01:16:05.133474" level="INFO">${num_stats} = 4</msg>
<var>${num_stats}</var>
<arg>${result_name_list}</arg>
<doc>Returns and logs the length of the given item as an integer.</doc>
<status status="PASS" start="2026-04-10T01:16:05.133015" elapsed="0.000483"/>
</kw>
<for flavor="IN RANGE">
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-10T01:16:05.138378" level="INFO">min :: 29164.53</msg>
<arg>${result_name_list[${i}]} :: ${result_value_list[${i}]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-04-10T01:16:05.133904" elapsed="0.004532"/>
</kw>
<var name="${i}">0</var>
<status status="PASS" start="2026-04-10T01:16:05.133773" elapsed="0.004698"/>
</iter>
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-10T01:16:05.143399" level="INFO">max :: 33542.33</msg>
<arg>${result_name_list[${i}]} :: ${result_value_list[${i}]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-04-10T01:16:05.138687" elapsed="0.004794"/>
</kw>
<var name="${i}">1</var>
<status status="PASS" start="2026-04-10T01:16:05.138561" elapsed="0.004960"/>
</iter>
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-10T01:16:05.148271" level="INFO">avg :: 31917.71</msg>
<arg>${result_name_list[${i}]} :: ${result_value_list[${i}]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-04-10T01:16:05.143824" elapsed="0.004504"/>
</kw>
<var name="${i}">2</var>
<status status="PASS" start="2026-04-10T01:16:05.143640" elapsed="0.004723"/>
</iter>
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-10T01:16:05.152924" level="INFO">stdev :: 10759.96</msg>
<arg>${result_name_list[${i}]} :: ${result_value_list[${i}]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-04-10T01:16:05.148579" elapsed="0.004401"/>
</kw>
<var name="${i}">3</var>
<status status="PASS" start="2026-04-10T01:16:05.148448" elapsed="0.004568"/>
</iter>
<var>${i}</var>
<value>0</value>
<value>${num_stats}</value>
<status status="PASS" start="2026-04-10T01:16:05.133568" elapsed="0.019498"/>
</for>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-04-10T01:16:05.157072" level="INFO">${min} = 29164.53</msg>
<var>${min}</var>
<arg>${result_value_list[${0}]}</arg>
<doc>Returns the given values which can then be assigned to a variables.</doc>
<status status="PASS" start="2026-04-10T01:16:05.153246" elapsed="0.003858"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-04-10T01:16:05.161387" level="INFO">${max} = 33542.33</msg>
<var>${max}</var>
<arg>${result_value_list[${1}]}</arg>
<doc>Returns the given values which can then be assigned to a variables.</doc>
<status status="PASS" start="2026-04-10T01:16:05.157322" elapsed="0.004092"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-04-10T01:16:05.165847" level="INFO">${average} = 31917.71</msg>
<var>${average}</var>
<arg>${result_value_list[${2}]}</arg>
<doc>Returns the given values which can then be assigned to a variables.</doc>
<status status="PASS" start="2026-04-10T01:16:05.161873" elapsed="0.004001"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-04-10T01:16:05.170364" level="INFO">${stdev} = 10759.96</msg>
<var>${stdev}</var>
<arg>${result_value_list[${3}]}</arg>
<doc>Returns the given values which can then be assigned to a variables.</doc>
<status status="PASS" start="2026-04-10T01:16:05.166030" elapsed="0.004362"/>
</kw>
<kw name="Get Time" owner="BuiltIn">
<msg time="2026-04-10T01:16:05.170979" level="INFO">${date} = 2026-04-10 01:16:05</msg>
<var>${date}</var>
<arg>d,m,s</arg>
<doc>Returns the given time in the requested format.</doc>
<status status="PASS" start="2026-04-10T01:16:05.170568" elapsed="0.000457"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-10T01:16:05.171616" level="INFO">CBench Result: 2026-04-10 01:16:05,-m 60000 -M 100 -S 16 -l 10 -D 5000 -p 6633,29164.53,33542.33,31917.71,10759.96</msg>
<arg>CBench Result: ${date},${cbench_args},${min},${max},${average},${stdev}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-04-10T01:16:05.171198" elapsed="0.000476"/>
</kw>
<kw name="Log Results And Determine Status">
<kw name="Append To File" owner="OperatingSystem">
<msg time="2026-04-10T01:16:05.172892" level="INFO" html="true">Appended to file '&lt;a href="file:///w/workspace/openflowplugin-csit-1node-cbench-only-vanadium/bug.csv"&gt;/w/workspace/openflowplugin-csit-1node-cbench-only-vanadium/bug.csv&lt;/a&gt;'.</msg>
<arg>${output_file}</arg>
<arg>${min},${max},${average}\n</arg>
<doc>Appends the given content to the specified file.</doc>
<status status="PASS" start="2026-04-10T01:16:05.172383" elapsed="0.000578"/>
</kw>
<kw name="Should Be True" owner="BuiltIn">
<arg>${average} &gt; ${threshold}</arg>
<arg>${average} flow_mods per/sec did not exceed threshold of ${threshold}</arg>
<doc>Fails if the given condition is not true.</doc>
<status status="PASS" start="2026-04-10T01:16:05.173112" elapsed="0.000566"/>
</kw>
<arg>${min}</arg>
<arg>${max}</arg>
<arg>${average}</arg>
<arg>${average_threshold}</arg>
<arg>${output_filename}</arg>
<status status="PASS" start="2026-04-10T01:16:05.171843" elapsed="0.001907"/>
</kw>
<arg>-m ${duration_in_ms} -M ${num_of_unique_macs} -S ${switch_count} -l ${loops} -D ${start_delay} -p ${of_port}</arg>
<arg>${latency_threshold}</arg>
<arg>bug.csv</arg>
<status status="PASS" start="2026-04-10T01:05:58.108817" elapsed="607.064993"/>
</kw>
<kw name="Sleep" owner="BuiltIn">
<msg time="2026-04-10T01:16:05.174306" level="INFO">Slept 0 seconds.</msg>
<arg>${test_delay}</arg>
<doc>Pauses the test executed for the given time.</doc>
<status status="PASS" start="2026-04-10T01:16:05.173968" elapsed="0.000396"/>
</kw>
<kw name="Report Failure Due To Bug" owner="Utils" type="TEARDOWN">
<kw name="Evaluate" owner="BuiltIn">
<msg time="2026-04-10T01:16:05.175646" level="INFO">${test_skipped} = False</msg>
<var>${test_skipped}</var>
<arg>len(re.findall('SKIPPED', """${TEST_MESSAGE}""")) &gt; 0</arg>
<arg>modules=re</arg>
<doc>Evaluates the given expression in Python and returns the result.</doc>
<status status="PASS" start="2026-04-10T01:16:05.175124" elapsed="0.000549"/>
</kw>
<if>
<branch type="IF" condition="('${TEST_STATUS}' != 'FAIL') or ${test_skipped}">
<return>
<status status="PASS" start="2026-04-10T01:16:05.175904" elapsed="0.000036"/>
</return>
<status status="PASS" start="2026-04-10T01:16:05.175752" elapsed="0.000221"/>
</branch>
<status status="PASS" start="2026-04-10T01:16:05.175731" elapsed="0.000267"/>
</if>
<kw name="Comment" owner="BuiltIn">
<arg>Jira tickets are {PROJECT}-{NUMBER} while Bugzilla tickets are {NUMBER}</arg>
<doc>Displays the given messages in the log file as keyword arguments.</doc>
<status status="NOT RUN" start="2026-04-10T01:16:05.176161" elapsed="0.000024"/>
</kw>
<kw name="Run Keyword And Return Status" owner="BuiltIn">
<var>${match}</var>
<arg>Should Contain</arg>
<arg>${number}</arg>
<arg>-</arg>
<doc>Runs the specified keyword and returns the status as a Boolean value.</doc>
<status status="NOT RUN" start="2026-04-10T01:16:05.176322" elapsed="0.000021"/>
</kw>
<kw name="Set Variable If" owner="BuiltIn">
<var>${bug_url}</var>
<arg>${match}</arg>
<arg>https://jira.opendaylight.org/browse/${number}</arg>
<arg>https://bugs.opendaylight.org/show_bug.cgi?id=${number}</arg>
<doc>Sets variable based on the given condition.</doc>
<status status="NOT RUN" start="2026-04-10T01:16:05.176488" 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-04-10T01:16:05.176683" 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-04-10T01:16:05.176833" elapsed="0.000020"/>
</kw>
<kw name="Set Test Message" owner="BuiltIn">
<arg>${msg}${newline}${newline}${TEST_MESSAGE}</arg>
<doc>Sets message for the current test case.</doc>
<status status="NOT RUN" start="2026-04-10T01:16:05.176978" 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-04-10T01:16:05.177121" elapsed="0.000023"/>
</kw>
<if>
<branch type="IF" condition="&quot;${include_bug_in_tags}&quot;==&quot;True&quot;">
<kw name="Set Tags" owner="BuiltIn">
<arg>${bug_url}</arg>
<doc>Adds given ``tags`` for the current test or all tests in a suite.</doc>
<status status="NOT RUN" start="2026-04-10T01:16:05.177360" elapsed="0.000025"/>
</kw>
<status status="NOT RUN" start="2026-04-10T01:16:05.177222" elapsed="0.000196"/>
</branch>
<status status="NOT RUN" start="2026-04-10T01:16:05.177205" elapsed="0.000261"/>
</if>
<arg>6176</arg>
<doc>Report that a test failed due to a known Bugzilla bug whose
number is provided as an argument.
Not FAILED (incl. SKIPPED) test are not reported.
This keyword must be used in the [Teardown] setting of the affected test
or as the first line of the test if FastFail module is not being
used. It reports the URL of the bug on console and also puts it
into the Robot log file.</doc>
<status status="PASS" start="2026-04-10T01:16:05.174753" elapsed="0.002778"/>
</kw>
<doc>cbench executed in latency mode to see if controller is healthy</doc>
<tag>cbench</tag>
<tag>latency</tag>
<timeout value="15 minutes"/>
<status status="PASS" start="2026-04-10T01:05:58.107377" elapsed="607.070206"/>
</test>
<doc>Cbench Latency and Throughput tests can be run from an external
cbench.
If cbench is run with a medium number of switches or higher (e.g. 32+)
the normal openflow operations seem to break.
BUG: https://bugs.opendaylight.org/show_bug.cgi?id=2897</doc>
<status status="PASS" start="2026-04-10T00:45:39.906318" elapsed="1825.272107"/>
</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>
