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

[?1h=[90m~[0m                                                                                [?2004hopendaylight-user</msg>
<arg>${KARAF_USER}</arg>
<arg>${KARAF_PASSWORD}</arg>
<arg>loglevel=${loglevel}</arg>
<doc>Logs into the SSH server with the given ``username`` and ``password``.</doc>
<status status="PASS" start="2026-06-26T00:46:52.471287" elapsed="0.633295"/>
</kw>
<kw name="Write" owner="SSHLibrary">
<msg time="2026-06-26T00:46:53.154835" level="INFO">@root&gt;log:set ERROR</msg>
<arg>${cmd}</arg>
<doc>Writes the given ``text`` on the remote machine and appends a newline.</doc>
<status status="PASS" start="2026-06-26T00:46:53.105376" elapsed="0.049548"/>
</kw>
<kw name="Read Until Regexp" owner="SSHLibrary">
<msg time="2026-06-26T00:46:53.156680" level="INFO">[?1l&gt;[?2004l[?1h=[90m~[0m                                                                                [?2004hopendaylight-user@root&gt;</msg>
<msg time="2026-06-26T00:46:53.156794" level="INFO">${output} = [?1l&gt;[?2004l[?1h=[90m~[0m                                                                                [?2004hopendaylight-user@root&gt;</msg>
<var>${output}</var>
<arg>${KARAF_PROMPT}</arg>
<doc>Consumes and returns the server output until a match to ``regexp`` is found.</doc>
<status status="PASS" start="2026-06-26T00:46:53.155113" elapsed="0.001712"/>
</kw>
<kw name="Write Bare" owner="SSHLibrary">
<arg>logout\n</arg>
<doc>Writes the given ``text`` on the remote machine without appending a newline.</doc>
<status status="PASS" start="2026-06-26T00:46:53.156985" elapsed="0.000221"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-06-26T00:46:53.157372" elapsed="0.000245"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-06-26T00:46:53.158135" level="INFO">[?1l&gt;[?2004l[?1h=[90m~[0m                                                                                [?2004hopendaylight-user@root&gt;</msg>
<arg>${output}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-06-26T00:46:53.157773" elapsed="0.000417"/>
</kw>
<return>
<value>${output}</value>
<status status="PASS" start="2026-06-26T00:46:53.158249" 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.170.193
Note that this keyword will open&amp;close new SSH connection, without switching back to previously current session.</doc>
<status status="PASS" start="2026-06-26T00:46:52.469779" elapsed="0.688730"/>
</kw>
<arg>3x</arg>
<arg>1s</arg>
<arg>KarafKeywords.Issue Command On Karaf Console</arg>
<arg>log:set ${log_level}</arg>
<doc>Runs the specified keyword and retries if it fails.</doc>
<status status="PASS" start="2026-06-26T00:46:52.466066" elapsed="0.692509"/>
</kw>
<kw name="Append To File" owner="OperatingSystem">
<msg time="2026-06-26T00:46:53.159197" level="INFO" html="true">Appended to file '&lt;a href="file:///w/workspace/openflowplugin-csit-1node-cbench-only-vanadium/latency.csv"&gt;/w/workspace/openflowplugin-csit-1node-cbench-only-vanadium/latency.csv&lt;/a&gt;'.</msg>
<arg>${latency_results_file}</arg>
<arg>LATENCY_MIN,LATENCY_MAX,LATENCY_AVERAGE\n</arg>
<doc>Appends the given content to the specified file.</doc>
<status status="PASS" start="2026-06-26T00:46:53.158764" elapsed="0.000491"/>
</kw>
<kw name="Append To File" owner="OperatingSystem">
<msg time="2026-06-26T00:46:53.159687" level="INFO" html="true">Appended to file '&lt;a href="file:///w/workspace/openflowplugin-csit-1node-cbench-only-vanadium/throughput.csv"&gt;/w/workspace/openflowplugin-csit-1node-cbench-only-vanadium/throughput.csv&lt;/a&gt;'.</msg>
<arg>${throughput_results_file}</arg>
<arg>THROUGHPUT_MIN,THROUGHPUT_MAX,THROUGHPUT_AVERAGE\n</arg>
<doc>Appends the given content to the specified file.</doc>
<status status="PASS" start="2026-06-26T00:46:53.159435" elapsed="0.000308"/>
</kw>
<kw name="Evaluate" owner="BuiltIn">
<msg time="2026-06-26T00:46:53.160299" level="INFO">${duration_in_ms} = 60000</msg>
<var>${duration_in_ms}</var>
<arg>${duration_in_secs} * 1000</arg>
<doc>Evaluates the given expression in Python and returns the result.</doc>
<status status="PASS" start="2026-06-26T00:46:53.159898" elapsed="0.000428"/>
</kw>
<kw name="Set Suite Variable" owner="BuiltIn">
<msg time="2026-06-26T00:46:53.160872" level="INFO">${duration_in_ms} = 60000</msg>
<arg>${duration_in_ms}</arg>
<doc>Makes a variable available everywhere within the scope of the current suite.</doc>
<status status="PASS" start="2026-06-26T00:46:53.160514" elapsed="0.000401"/>
</kw>
<kw name="Evaluate" owner="BuiltIn">
<msg time="2026-06-26T00:46:53.161447" level="INFO">${test_timeout} = 900.0</msg>
<var>${test_timeout}</var>
<arg>(${loops} * ${duration_in_secs}) * 1.5</arg>
<doc>Evaluates the given expression in Python and returns the result.</doc>
<status status="PASS" start="2026-06-26T00:46:53.161060" elapsed="0.000413"/>
</kw>
<kw name="Set Suite Variable" owner="BuiltIn">
<msg time="2026-06-26T00:46:53.161942" level="INFO">${test_timeout} = 900.0</msg>
<arg>${test_timeout}</arg>
<doc>Makes a variable available everywhere within the scope of the current suite.</doc>
<status status="PASS" start="2026-06-26T00:46:53.161633" elapsed="0.000350"/>
</kw>
<if>
<branch type="IF" condition="&quot;${cbench_system}&quot; == &quot;localhost&quot;">
<kw name="File Should Exist" owner="OperatingSystem">
<arg>${cbench_executable}</arg>
<doc>Fails unless the given ``path`` points to an existing file.</doc>
<status status="NOT RUN" start="2026-06-26T00:46:53.162285" elapsed="0.000022"/>
</kw>
<status status="NOT RUN" start="2026-06-26T00:46:53.162071" elapsed="0.000269"/>
</branch>
<branch type="ELSE">
<kw name="Verify File Exists On Remote System" owner="Utils">
<kw name="Open Connection" owner="SSHLibrary">
<msg time="2026-06-26T00:46:53.166770" level="INFO">${conn_id} = 2</msg>
<var>${conn_id}</var>
<arg>${system}</arg>
<arg>prompt=${prompt}</arg>
<arg>timeout=${prompt_timeout}</arg>
<doc>Opens a new SSH connection to the given ``host`` and ``port``.</doc>
<status status="PASS" start="2026-06-26T00:46:53.166340" elapsed="0.000457"/>
</kw>
<kw name="Flexible_SSH_Login" owner="SSHKeywords">
<kw name="Get Length" owner="BuiltIn">
<msg time="2026-06-26T00:46:53.168129" level="INFO">Length is 0.</msg>
<msg time="2026-06-26T00:46:53.168215" level="INFO">${pwd_length} = 0</msg>
<var>${pwd_length}</var>
<arg>${password}</arg>
<doc>Returns and logs the length of the given item as an integer.</doc>
<status status="PASS" start="2026-06-26T00:46:53.167383" elapsed="0.000857"/>
</kw>
<kw name="Run Keyword And Return If" owner="BuiltIn">
<arg>${pwd_length} &gt; 0</arg>
<arg>SSHLibrary.Login</arg>
<arg>${user}</arg>
<arg>${password}</arg>
<arg>delay=${delay}</arg>
<doc>Runs the specified keyword and returns from the enclosing user keyword.</doc>
<status status="PASS" start="2026-06-26T00:46:53.168415" elapsed="0.000349"/>
</kw>
<kw name="Run Keyword And Return" owner="BuiltIn">
<kw name="Login With Public Key" owner="SSHLibrary">
<msg time="2026-06-26T00:46:53.169775" level="INFO">Logging into '10.30.171.220:22' as 'jenkins'.</msg>
<msg time="2026-06-26T00:46:53.993167" level="INFO">Read output: Welcome to Ubuntu 22.04.5 LTS (GNU/Linux 5.15.0-153-generic x86_64)

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

 System information as of Fri Jun 26 00:46:53 UTC 2026

  System load:  0.08               Processes:             110
  Usage of /:   19.3% of 38.58GB   Users logged in:       0
  Memory usage: 4%                 IPv4 address for ens3: 10.30.171.220
  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-321-1-mininet-ovs-217-0 ~]&gt;</msg>
<arg>${user}</arg>
<arg>${USER_HOME}/.ssh/${SSH_KEY}</arg>
<arg>${KEYFILE_PASS}</arg>
<arg>delay=${delay}</arg>
<doc>Logs into the SSH server using key-based authentication.</doc>
<status status="PASS" start="2026-06-26T00:46:53.169265" elapsed="0.824065"/>
</kw>
<msg time="2026-06-26T00:46:53.993449" level="INFO">Returning from the enclosing user keyword.</msg>
<arg>SSHLibrary.Login With Public Key</arg>
<arg>${user}</arg>
<arg>${USER_HOME}/.ssh/${SSH_KEY}</arg>
<arg>${KEYFILE_PASS}</arg>
<arg>delay=${delay}</arg>
<doc>Runs the specified keyword and returns from the enclosing user keyword.</doc>
<status status="PASS" start="2026-06-26T00:46:53.168919" elapsed="0.824631"/>
</kw>
<arg>${user}</arg>
<arg>${password}</arg>
<doc>On active SSH session: if given non-empty password, do Login, else do Login With Public Key.</doc>
<status status="PASS" start="2026-06-26T00:46:53.167014" elapsed="0.826671"/>
</kw>
<kw name="File Should Exist" owner="SSHLibrary">
<msg time="2026-06-26T00:46:54.002584" level="INFO">[chan 1] Opened sftp connection (server version 3)</msg>
<arg>${file}</arg>
<doc>Fails if the given ``path`` does NOT point to an existing file.</doc>
<status status="PASS" start="2026-06-26T00:46:53.993913" elapsed="0.010153"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-06-26T00:46:54.004330" elapsed="0.000413"/>
</kw>
<arg>${cbench_system}</arg>
<arg>${cbench_executable}</arg>
<doc>Will create connection with public key and will PASS if the given ${file} exists,
otherwise will FAIL</doc>
<status status="PASS" start="2026-06-26T00:46:53.165810" elapsed="0.839025"/>
</kw>
<status status="PASS" start="2026-06-26T00:46:53.162449" elapsed="0.842442"/>
</branch>
<status status="PASS" start="2026-06-26T00:46:53.162044" elapsed="0.842895"/>
</if>
<kw name="Should Be True" owner="BuiltIn">
<arg>${loops} &gt;= 2</arg>
<arg>If number of loops is less than 2, cbench will not run</arg>
<doc>Fails if the given condition is not true.</doc>
<status status="PASS" start="2026-06-26T00:46:54.005164" elapsed="0.000716"/>
</kw>
<kw name="Verify_Feature_Is_Installed" owner="KarafKeywords">
<if>
<branch type="IF" condition="'${IS_KARAF_APPL}' == 'False'">
<return>
<value>Not A Karaf App</value>
<status status="NOT RUN" start="2026-06-26T00:46:54.012493" elapsed="0.000028"/>
</return>
<status status="NOT RUN" start="2026-06-26T00:46:54.012286" elapsed="0.000287"/>
</branch>
<status status="PASS" start="2026-06-26T00:46:54.012250" elapsed="0.000359"/>
</if>
<kw name="Issue_Command_On_Karaf_Console" owner="KarafKeywords">
<if>
<branch type="IF" condition="'${IS_KARAF_APPL}' == 'False'">
<return>
<value>Not A Karaf App</value>
<status status="NOT RUN" start="2026-06-26T00:46:54.017991" elapsed="0.000022"/>
</return>
<status status="NOT RUN" start="2026-06-26T00:46:54.017821" elapsed="0.000240"/>
</branch>
<status status="PASS" start="2026-06-26T00:46:54.017790" elapsed="0.000305"/>
</if>
<kw name="Open Connection" owner="SSHLibrary">
<arg>${controller}</arg>
<arg>port=${karaf_port}</arg>
<arg>prompt=${KARAF_PROMPT_LOGIN}</arg>
<arg>timeout=${timeout}</arg>
<doc>Opens a new SSH connection to the given ``host`` and ``port``.</doc>
<status status="PASS" start="2026-06-26T00:46:54.018291" elapsed="0.000674"/>
</kw>
<kw name="Login" owner="SSHLibrary">
<msg time="2026-06-26T00:46:54.019621" level="INFO">Logging into '10.30.170.193:8101' as 'karaf'.</msg>
<msg time="2026-06-26T00:46:54.197467" level="INFO">Read output: [33m                                                                                           
[33m    ________                       ________                .__  .__       .__     __       
[33m    \_____  \ ______   ____   ____ \______ \ _____  ___.__.|  | |__| ____ |  |___/  |_     
[33m     /   |   \\____ \_/ __ \ /    \ |    |  \\__  \&lt;   |  ||  | |  |/ ___\|  |  \   __\    
[33m    /    |    \  |_&gt; &gt;  ___/|   |  \|    `   \/ __ \\___  ||  |_|  / /_/  &gt;   Y  \  |      
[33m    \_______  /   __/ \___  &gt;___|  /_______  (____  / ____||____/__\___  /|___|  /__|      
[33m            \/|__|        \/     \/        \/     \/\/            /_____/      \/          
[33m                                                                                           

Hit '[1m&lt;tab&gt;[0m' for a list of available commands
and '[1m[cmd] --help[0m' for help on a specific command.
Hit '[1m&lt;ctrl-d&gt;[0m' or type '[1msystem:shutdown[0m' or '[1mlogout[0m' to shutdown OpenDaylight.

[?1h=[90m~[0m                                                                                [?2004hopendaylight-user</msg>
<arg>${KARAF_USER}</arg>
<arg>${KARAF_PASSWORD}</arg>
<arg>loglevel=${loglevel}</arg>
<doc>Logs into the SSH server with the given ``username`` and ``password``.</doc>
<status status="PASS" start="2026-06-26T00:46:54.019186" elapsed="0.178445"/>
</kw>
<kw name="Write" owner="SSHLibrary">
<msg time="2026-06-26T00:46:54.292394" level="INFO">@root&gt;feature:list -i | 0[C 0g[Krep odl-openflowplugin-drop-test</msg>
<arg>${cmd}</arg>
<doc>Writes the given ``text`` on the remote machine and appends a newline.</doc>
<status status="PASS" start="2026-06-26T00:46:54.197890" elapsed="0.094597"/>
</kw>
<kw name="Read Until Regexp" owner="SSHLibrary">
<msg time="2026-06-26T00:46:54.305919" level="INFO">[?1l&gt;[?2004l[31;1modl-openflowplugin-drop-test[0m                                    x 0.21.3           x x        x Started x [31;1modl-openflowplugin-drop-test[0m                                    x OpenDaylight :: Openflow Plugin :: Drop Test
[?1h=[90m~[0m                                                                                [?2004hopendaylight-user@root&gt;</msg>
<msg time="2026-06-26T00:46:54.306266" level="INFO">${output} = [?1l&gt;[?2004l[31;1modl-openflowplugin-drop-test[0m                                    x 0.21.3           x x        x Started x [31;1modl-openflowplugin-drop-test[0m                     ...</msg>
<var>${output}</var>
<arg>${KARAF_PROMPT}</arg>
<doc>Consumes and returns the server output until a match to ``regexp`` is found.</doc>
<status status="PASS" start="2026-06-26T00:46:54.292678" elapsed="0.013624"/>
</kw>
<kw name="Write Bare" owner="SSHLibrary">
<arg>logout\n</arg>
<doc>Writes the given ``text`` on the remote machine without appending a newline.</doc>
<status status="PASS" start="2026-06-26T00:46:54.306518" elapsed="0.000287"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-06-26T00:46:54.306969" elapsed="0.000289"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-06-26T00:46:54.307780" level="INFO">[?1l&gt;[?2004l[31;1modl-openflowplugin-drop-test[0m                                    x 0.21.3           x x        x Started x [31;1modl-openflowplugin-drop-test[0m                                    x OpenDaylight :: Openflow Plugin :: Drop Test
[?1h=[90m~[0m                                                                                [?2004hopendaylight-user@root&gt;</msg>
<arg>${output}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-06-26T00:46:54.307432" elapsed="0.000405"/>
</kw>
<return>
<value>${output}</value>
<status status="PASS" start="2026-06-26T00:46:54.307895" elapsed="0.000061"/>
</return>
<msg time="2026-06-26T00:46:54.308152" level="INFO">${output} = [?1l&gt;[?2004l[31;1modl-openflowplugin-drop-test[0m                                    x 0.21.3           x x        x Started x [31;1modl-openflowplugin-drop-test[0m                     ...</msg>
<var>${output}</var>
<arg>feature:list -i | grep ${feature_name}</arg>
<arg>${controller}</arg>
<arg>${karaf_port}</arg>
<doc>Will execute the given ${cmd} by ssh'ing to the karaf console running on 10.30.170.193
Note that this keyword will open&amp;close new SSH connection, without switching back to previously current session.</doc>
<status status="PASS" start="2026-06-26T00:46:54.017259" elapsed="0.290930"/>
</kw>
<kw name="Should Contain" owner="BuiltIn">
<arg>${output}</arg>
<arg>${feature_name}</arg>
<doc>Fails if ``container`` does not contain ``item`` one or more times.</doc>
<status status="PASS" start="2026-06-26T00:46:54.308360" elapsed="0.000593"/>
</kw>
<return>
<value>${output}</value>
<status status="PASS" start="2026-06-26T00:46:54.309006" 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-06-26T00:46:54.011797" elapsed="0.297359"/>
</kw>
<kw name="Issue_Command_On_Karaf_Console" owner="KarafKeywords">
<if>
<branch type="IF" condition="'${IS_KARAF_APPL}' == 'False'">
<return>
<value>Not A Karaf App</value>
<status status="NOT RUN" start="2026-06-26T00:46:54.313123" elapsed="0.000015"/>
</return>
<status status="NOT RUN" start="2026-06-26T00:46:54.312984" elapsed="0.000187"/>
</branch>
<status status="PASS" start="2026-06-26T00:46:54.312959" elapsed="0.000236"/>
</if>
<kw name="Open Connection" owner="SSHLibrary">
<arg>${controller}</arg>
<arg>port=${karaf_port}</arg>
<arg>prompt=${KARAF_PROMPT_LOGIN}</arg>
<arg>timeout=${timeout}</arg>
<doc>Opens a new SSH connection to the given ``host`` and ``port``.</doc>
<status status="PASS" start="2026-06-26T00:46:54.313324" elapsed="0.000478"/>
</kw>
<kw name="Login" owner="SSHLibrary">
<msg time="2026-06-26T00:46:54.314507" level="INFO">Logging into '10.30.170.193:8101' as 'karaf'.</msg>
<msg time="2026-06-26T00:46:54.507213" level="INFO">Read output: [33m                                                                                           
[33m    ________                       ________                .__  .__       .__     __       
[33m    \_____  \ ______   ____   ____ \______ \ _____  ___.__.|  | |__| ____ |  |___/  |_     
[33m     /   |   \\____ \_/ __ \ /    \ |    |  \\__  \&lt;   |  ||  | |  |/ ___\|  |  \   __\    
[33m    /    |    \  |_&gt; &gt;  ___/|   |  \|    `   \/ __ \\___  ||  |_|  / /_/  &gt;   Y  \  |      
[33m    \_______  /   __/ \___  &gt;___|  /_______  (____  / ____||____/__\___  /|___|  /__|      
[33m            \/|__|        \/     \/        \/     \/\/            /_____/      \/          
[33m                                                                                           

Hit '[1m&lt;tab&gt;[0m' for a list of available commands
and '[1m[cmd] --help[0m' for help on a specific command.
Hit '[1m&lt;ctrl-d&gt;[0m' or type '[1msystem:shutdown[0m' or '[1mlogout[0m' to shutdown OpenDaylight.

[?1h=[90m~[0m                                                                                [?2004hopendaylight-user</msg>
<arg>${KARAF_USER}</arg>
<arg>${KARAF_PASSWORD}</arg>
<arg>loglevel=${loglevel}</arg>
<doc>Logs into the SSH server with the given ``username`` and ``password``.</doc>
<status status="PASS" start="2026-06-26T00:46:54.314210" elapsed="0.193189"/>
</kw>
<kw name="Write" owner="SSHLibrary">
<msg time="2026-06-26T00:46:54.530238" level="INFO">@root&gt;dropallpacketsrpc on</msg>
<arg>${cmd}</arg>
<doc>Writes the given ``text`` on the remote machine and appends a newline.</doc>
<status status="PASS" start="2026-06-26T00:46:54.507685" elapsed="0.022849"/>
</kw>
<kw name="Read Until Regexp" owner="SSHLibrary">
<msg time="2026-06-26T00:46:54.534884" level="INFO">[?1l&gt;[?2004lDropAllFlows transitions to on
[?1h=[90m~[0m                                                                                [?2004hopendaylight-user@root&gt;</msg>
<msg time="2026-06-26T00:46:54.535128" level="INFO">${output} = [?1l&gt;[?2004lDropAllFlows transitions to on
[?1h=[90m~[0m                                                                                [?2004hopendaylight-user@root&gt;</msg>
<var>${output}</var>
<arg>${KARAF_PROMPT}</arg>
<doc>Consumes and returns the server output until a match to ``regexp`` is found.</doc>
<status status="PASS" start="2026-06-26T00:46:54.530988" elapsed="0.004207"/>
</kw>
<kw name="Write Bare" owner="SSHLibrary">
<arg>logout\n</arg>
<doc>Writes the given ``text`` on the remote machine without appending a newline.</doc>
<status status="PASS" start="2026-06-26T00:46:54.535504" elapsed="0.000366"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-06-26T00:46:54.536085" elapsed="0.000305"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-06-26T00:46:54.537046" level="INFO">[?1l&gt;[?2004lDropAllFlows transitions to on
[?1h=[90m~[0m                                                                                [?2004hopendaylight-user@root&gt;</msg>
<arg>${output}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-06-26T00:46:54.536594" elapsed="0.000525"/>
</kw>
<return>
<value>${output}</value>
<status status="PASS" start="2026-06-26T00:46:54.537196" elapsed="0.000070"/>
</return>
<arg>dropallpacketsrpc on</arg>
<doc>Will execute the given ${cmd} by ssh'ing to the karaf console running on 10.30.170.193
Note that this keyword will open&amp;close new SSH connection, without switching back to previously current session.</doc>
<status status="PASS" start="2026-06-26T00:46:54.312648" elapsed="0.224871"/>
</kw>
<status status="PASS" start="2026-06-26T00:46:52.464155" elapsed="2.073464"/>
</kw>
<test id="s1-t1" name="Cbench Latency Test" line="37">
<kw name="Log" owner="BuiltIn">
<msg time="2026-06-26T00:46:54.540767" level="INFO">Cbench tests using 10 iterations of 60 second tests. Switch Count: 16. Unique MACS to cycle: 100</msg>
<arg>Cbench tests using ${loops} iterations of ${duration_in_secs} second tests. Switch Count: ${switch_count}. Unique MACS to cycle: ${num_of_unique_macs}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-06-26T00:46:54.538893" elapsed="0.001974"/>
</kw>
<kw name="Run Cbench And Log Results">
<kw name="Set Suite Variable" owner="BuiltIn">
<msg time="2026-06-26T00:46:54.543096" level="INFO">${output_filename} = latency.csv</msg>
<arg>${output_filename}</arg>
<doc>Makes a variable available everywhere within the scope of the current suite.</doc>
<status status="PASS" start="2026-06-26T00:46:54.542571" elapsed="0.000588"/>
</kw>
<if>
<branch type="IF" condition="&quot;${cbench_system}&quot; == &quot;localhost&quot;">
<kw name="Run" owner="OperatingSystem">
<var>${output}</var>
<arg>${cbench_executable} -c ${ODL_SYSTEM_IP} ${cbench_args}</arg>
<doc>_This keyword is considered deprecated. Use the
[http://robotframework.org/robotframework/latest/libraries/Process.html|
Process] library instead._</doc>
<status status="NOT RUN" start="2026-06-26T00:46:54.543651" elapsed="0.000032"/>
</kw>
<status status="NOT RUN" start="2026-06-26T00:46:54.543277" elapsed="0.000461"/>
</branch>
<branch type="ELSE">
<kw name="Run Command On Remote System" owner="Utils">
<if>
<branch type="IF" condition="&quot;${return_stdout}&quot;!=&quot;True&quot; and &quot;${return_stderr}&quot;!=&quot;True&quot;">
<kw name="Fail" owner="BuiltIn">
<arg>At least one of {return_stdout} or {return_stderr} args should be set to True</arg>
<doc>Fails the test with the given message and optionally alters its tags.</doc>
<status status="NOT RUN" start="2026-06-26T00:46:54.548306" elapsed="0.000032"/>
</kw>
<status status="NOT RUN" start="2026-06-26T00:46:54.547883" elapsed="0.000535"/>
</branch>
<status status="PASS" start="2026-06-26T00:46:54.547847" elapsed="0.000611"/>
</if>
<kw name="Get Connection" owner="SSHLibrary">
<msg time="2026-06-26T00:46:54.549029" level="INFO">index=None
host=None
alias=None
port=22
timeout=3 seconds
newline=

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

prompt=None
term_type=vt100
width=80
height=24
path_separator=/
encoding=utf8
escape_ansi=False
encoding_errors=strict</msg>
<var>${current_ssh_connection}</var>
<doc>Returns information about the connection.</doc>
<status status="PASS" start="2026-06-26T00:46:54.548660" elapsed="0.000604"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-06-26T00:46:54.550192" level="INFO">Attempting to execute command "/usr/local/bin/cbench -c 10.30.170.193 -m 60000 -M 100 -S 16 -l 10 -D 5000 -p 6633" on remote system "10.30.171.220" by user "jenkins" with keyfile pass "any" and prompt "&gt;" and password ""</msg>
<arg>Attempting to execute command "${cmd}" on remote system "${system}" by user "${user}" with keyfile pass "${keyfile_pass}" and prompt "${prompt}" and password "${password}"</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-06-26T00:46:54.549488" elapsed="0.000841"/>
</kw>
<kw name="Open Connection" owner="SSHLibrary">
<msg time="2026-06-26T00:46:54.551278" level="INFO">${conn_id} = 5</msg>
<var>${conn_id}</var>
<arg>${system}</arg>
<arg>prompt=${prompt}</arg>
<arg>timeout=${prompt_timeout}</arg>
<doc>Opens a new SSH connection to the given ``host`` and ``port``.</doc>
<status status="PASS" start="2026-06-26T00:46:54.550564" elapsed="0.000753"/>
</kw>
<kw name="Flexible_SSH_Login" owner="SSHKeywords">
<kw name="Get Length" owner="BuiltIn">
<msg time="2026-06-26T00:46:54.552340" level="INFO">Length is 0.</msg>
<msg time="2026-06-26T00:46:54.552448" level="INFO">${pwd_length} = 0</msg>
<var>${pwd_length}</var>
<arg>${password}</arg>
<doc>Returns and logs the length of the given item as an integer.</doc>
<status status="PASS" start="2026-06-26T00:46:54.551996" elapsed="0.000476"/>
</kw>
<kw name="Run Keyword And Return If" owner="BuiltIn">
<arg>${pwd_length} &gt; 0</arg>
<arg>SSHLibrary.Login</arg>
<arg>${user}</arg>
<arg>${password}</arg>
<arg>delay=${delay}</arg>
<doc>Runs the specified keyword and returns from the enclosing user keyword.</doc>
<status status="PASS" start="2026-06-26T00:46:54.552621" elapsed="0.000344"/>
</kw>
<kw name="Run Keyword And Return" owner="BuiltIn">
<kw name="Login With Public Key" owner="SSHLibrary">
<msg time="2026-06-26T00:46:54.553846" level="INFO">Logging into '10.30.171.220:22' as 'jenkins'.</msg>
<msg time="2026-06-26T00:46:54.919000" level="INFO">Read output: Welcome to Ubuntu 22.04.5 LTS (GNU/Linux 5.15.0-153-generic x86_64)

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

 System information as of Fri Jun 26 00:46:53 UTC 2026

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


Expanded Security Maintenance for Applications is not enabled.

0 updates can be applied immediately.

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


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


Last login: Fri Jun 26 00:46:53 2026 from 10.30.170.104
[?2004h[jenkins@releng-63164-321-1-mininet-ovs-217-0 ~]&gt;</msg>
<arg>${user}</arg>
<arg>${USER_HOME}/.ssh/${SSH_KEY}</arg>
<arg>${KEYFILE_PASS}</arg>
<arg>delay=${delay}</arg>
<doc>Logs into the SSH server using key-based authentication.</doc>
<status status="PASS" start="2026-06-26T00:46:54.553486" elapsed="0.365746"/>
</kw>
<msg time="2026-06-26T00:46:54.919328" level="INFO">Returning from the enclosing user keyword.</msg>
<arg>SSHLibrary.Login With Public Key</arg>
<arg>${user}</arg>
<arg>${USER_HOME}/.ssh/${SSH_KEY}</arg>
<arg>${KEYFILE_PASS}</arg>
<arg>delay=${delay}</arg>
<doc>Runs the specified keyword and returns from the enclosing user keyword.</doc>
<status status="PASS" start="2026-06-26T00:46:54.553119" elapsed="0.366349"/>
</kw>
<arg>${user}</arg>
<arg>${password}</arg>
<doc>On active SSH session: if given non-empty password, do Login, else do Login With Public Key.</doc>
<status status="PASS" start="2026-06-26T00:46:54.551599" elapsed="0.368014"/>
</kw>
<kw name="Execute Command" owner="SSHLibrary">
<msg time="2026-06-26T00:46:54.920206" level="INFO">Executing command '/usr/local/bin/cbench -c 10.30.170.193 -m 60000 -M 100 -S 16 -l 10 -D 5000 -p 6633'.</msg>
<msg time="2026-06-26T00:57:01.026528" level="INFO">Command exited with return code 0.</msg>
<msg time="2026-06-26T00:57:01.026977" level="INFO">${stdout} = </msg>
<msg time="2026-06-26T00:57:01.027082" level="INFO">${stderr} = cbench: controller benchmarking tool
   running in mode 'latency'
   connecting to controller at 10.30.170.193:6633 
   faking 16 switches with 1 threads :: 10 tests each; 60000 ms per test
   with 10...</msg>
<var>${stdout}</var>
<var>${stderr}</var>
<arg>${cmd}</arg>
<arg>return_stderr=True</arg>
<doc>Executes ``command`` on the remote machine and returns its outputs.</doc>
<status status="PASS" start="2026-06-26T00:46:54.919859" elapsed="606.107283"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-06-26T00:57:01.027586" elapsed="0.000681"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-06-26T00:57:01.029470" level="INFO">cbench: controller benchmarking tool
   running in mode 'latency'
   connecting to controller at 10.30.170.193:6633 
   faking 16 switches with 1 threads :: 10 tests each; 60000 ms per test
   with 100 unique source MACs per switch
   learning destination mac addresses before the test
   starting test with 5000 ms delay after features_reply
   ignoring first 1 "warmup" and last 0 "cooldown" loops
   debugging info is off
Master Thread: Creating thread-0! 
Thread-0: All switches initialized. Running at node 10.30.170.193. So far 1 cbench instances have initialized their switches.  Waiting for other cbench-instances
Thread-0: Total switches from ALL cbench-instances initialized.
00:48:00.126 16  switches: flows:  116592 120363 116080 117531 114656 118610 115753 116357 117012 116682 113082 115355 114421 114053 111546 115275  total = 30.889467 per ms 
00:49:00.226 16  switches: flows:  125160 128083 127431 125708 123767 127797 127166 125993 126001 125223 122295 123664 124568 123168 120816 123908  total = 33.290226 per ms 
00:50:00.327 16  switches: flows:  116724 117382 116199 116385 114719 115431 116415 116638 115799 113972 115070 112464 113986 112269 113929 113276  total = 30.626171 per ms 
00:51:00.427 16  switches: flows:  123068 125759 120470 123157 122470 123673 121556 122922 121154 119491 119287 120970 119148 120422 117869 119267  total = 32.290788 per ms 
00:52:00.527 16  switches: flows:  119461 119815 115291 119259 117635 117262 117544 117268 118147 116327 115778 116946 113691 115472 112243 114940  total = 31.066099 per ms 
00:53:00.628 16  switches: flows:  118114 120249 114731 116020 117223 118350 118215 118153 115694 114498 114952 113558 114176 114842 112390 116280  total = 30.905786 per ms 
00:54:00.728 16  switches: flows:  117929 119298 118052 117757 117218 119029 118405 118761 115542 118007 117540 114877 114380 117307 114365 117216  total = 31.209310 per ms 
00:55:00.828 16  switches: flows:  115562 115116 112563 115700 115592 114550 115320 112968 113559 114702 112198 113961 112606 112662 111127 112975  total = 30.302123 per ms 
00:56:00.928 16  switches: flows:  114619 110436 111503 114055 111921 113206 112348 111813 111354 110885 111241 111519 108466 111177 108162 111877  total = 29.693487 per ms 
00:57:01.029 16  switches: flows:  119471 118180 118548 121342 118360 120871 118926 118161 116116 120113 117881 115391 117035 114350 114505 115109  total = 31.353633 per ms 
RESULT: 16 switches 9 tests min/max/avg/stdev = 29693.49/33290.23/31193.07/10446.15 responses/s</msg>
<arg>${stderr}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-06-26T00:57:01.028699" elapsed="0.001085"/>
</kw>
<if>
<branch type="IF" condition="&quot;${return_stdout}&quot;!=&quot;True&quot;">
<return>
<value>${stderr}</value>
<status status="PASS" start="2026-06-26T00:57:01.030293" elapsed="0.000105"/>
</return>
<status status="PASS" start="2026-06-26T00:57:01.029987" elapsed="0.000496"/>
</branch>
<status status="PASS" start="2026-06-26T00:57:01.029927" elapsed="0.000613"/>
</if>
<if>
<branch type="IF" condition="&quot;${return_stderr}&quot;!=&quot;True&quot;">
<return>
<value>${stdout}</value>
<status status="NOT RUN" start="2026-06-26T00:57:01.030759" elapsed="0.000029"/>
</return>
<status status="NOT RUN" start="2026-06-26T00:57:01.030675" elapsed="0.000175"/>
</branch>
<status status="NOT RUN" start="2026-06-26T00:57:01.030638" elapsed="0.000260"/>
</if>
<return>
<value>${stdout}</value>
<value>${stderr}</value>
<status status="NOT RUN" start="2026-06-26T00:57:01.030972" elapsed="0.000030"/>
</return>
<kw name="Restore_Current_Ssh_Connection_From_Index" owner="SSHKeywords" type="TEARDOWN">
<kw name="Run Keyword And Return If" owner="BuiltIn">
<arg>${connection_index} is not None</arg>
<arg>SSHLibrary.Switch Connection</arg>
<arg>${connection_index}</arg>
<doc>Runs the specified keyword and returns from the enclosing user keyword.</doc>
<status status="PASS" start="2026-06-26T00:57:01.036880" elapsed="0.000335"/>
</kw>
<kw name="Open Connection" owner="SSHLibrary">
<arg>127.0.0.1</arg>
<doc>Opens a new SSH connection to the given ``host`` and ``port``.</doc>
<status status="PASS" start="2026-06-26T00:57:01.037378" elapsed="0.000173"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-06-26T00:57:01.037682" elapsed="0.000100"/>
</kw>
<arg>${current_ssh_connection.index}</arg>
<doc>Restore active SSH connection in SSHLibrary to given index.</doc>
<status status="PASS" start="2026-06-26T00:57:01.031673" elapsed="0.006161"/>
</kw>
<msg time="2026-06-26T00:57:01.037962" level="INFO">${output} = cbench: controller benchmarking tool
   running in mode 'latency'
   connecting to controller at 10.30.170.193:6633 
   faking 16 switches with 1 threads :: 10 tests each; 60000 ms per test
   with 10...</msg>
<var>${output}</var>
<arg>${cbench_system}</arg>
<arg>${cbench_executable} -c ${ODL_SYSTEM_IP} ${cbench_args}</arg>
<arg>prompt_timeout=${test_timeout}</arg>
<arg>return_stdout=False</arg>
<arg>return_stderr=True</arg>
<doc>Reduces the common work of running a command on a remote system to a single higher level
robot keyword, taking care to log in with a public key and. The command given is written and the return value
depends on the passed argument values of return_stdout (default: True) and return_stderr (default: False).
At least one should be True, or the keyword will exit and FAIL. If both are True, the resulting return value
will be a two element list containing both. Otherwise the resulting return value is a string.
No test conditions are checked.</doc>
<status status="PASS" start="2026-06-26T00:46:54.544256" elapsed="606.493733"/>
</kw>
<status status="PASS" start="2026-06-26T00:46:54.543781" elapsed="606.494257"/>
</branch>
<status status="PASS" start="2026-06-26T00:46:54.543242" elapsed="606.494819"/>
</if>
<kw name="Log" owner="BuiltIn">
<msg time="2026-06-26T00:57:01.038508" level="INFO">cbench: controller benchmarking tool
   running in mode 'latency'
   connecting to controller at 10.30.170.193:6633 
   faking 16 switches with 1 threads :: 10 tests each; 60000 ms per test
   with 100 unique source MACs per switch
   learning destination mac addresses before the test
   starting test with 5000 ms delay after features_reply
   ignoring first 1 "warmup" and last 0 "cooldown" loops
   debugging info is off
Master Thread: Creating thread-0! 
Thread-0: All switches initialized. Running at node 10.30.170.193. So far 1 cbench instances have initialized their switches.  Waiting for other cbench-instances
Thread-0: Total switches from ALL cbench-instances initialized.
00:48:00.126 16  switches: flows:  116592 120363 116080 117531 114656 118610 115753 116357 117012 116682 113082 115355 114421 114053 111546 115275  total = 30.889467 per ms 
00:49:00.226 16  switches: flows:  125160 128083 127431 125708 123767 127797 127166 125993 126001 125223 122295 123664 124568 123168 120816 123908  total = 33.290226 per ms 
00:50:00.327 16  switches: flows:  116724 117382 116199 116385 114719 115431 116415 116638 115799 113972 115070 112464 113986 112269 113929 113276  total = 30.626171 per ms 
00:51:00.427 16  switches: flows:  123068 125759 120470 123157 122470 123673 121556 122922 121154 119491 119287 120970 119148 120422 117869 119267  total = 32.290788 per ms 
00:52:00.527 16  switches: flows:  119461 119815 115291 119259 117635 117262 117544 117268 118147 116327 115778 116946 113691 115472 112243 114940  total = 31.066099 per ms 
00:53:00.628 16  switches: flows:  118114 120249 114731 116020 117223 118350 118215 118153 115694 114498 114952 113558 114176 114842 112390 116280  total = 30.905786 per ms 
00:54:00.728 16  switches: flows:  117929 119298 118052 117757 117218 119029 118405 118761 115542 118007 117540 114877 114380 117307 114365 117216  total = 31.209310 per ms 
00:55:00.828 16  switches: flows:  115562 115116 112563 115700 115592 114550 115320 112968 113559 114702 112198 113961 112606 112662 111127 112975  total = 30.302123 per ms 
00:56:00.928 16  switches: flows:  114619 110436 111503 114055 111921 113206 112348 111813 111354 110885 111241 111519 108466 111177 108162 111877  total = 29.693487 per ms 
00:57:01.029 16  switches: flows:  119471 118180 118548 121342 118360 120871 118926 118161 116116 120113 117881 115391 117035 114350 114505 115109  total = 31.353633 per ms 
RESULT: 16 switches 9 tests min/max/avg/stdev = 29693.49/33290.23/31193.07/10446.15 responses/s</msg>
<arg>${output}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-06-26T00:57:01.038201" elapsed="0.000382"/>
</kw>
<kw name="Should Contain" owner="BuiltIn">
<arg>${output}</arg>
<arg>RESULT</arg>
<doc>Fails if ``container`` does not contain ``item`` one or more times.</doc>
<status status="PASS" start="2026-06-26T00:57:01.038730" elapsed="0.000367"/>
</kw>
<kw name="Get Lines Containing String" owner="String">
<msg time="2026-06-26T00:57:01.039494" level="INFO">1 out of 23 lines matched.</msg>
<msg time="2026-06-26T00:57:01.039585" level="INFO">${result_line} = RESULT: 16 switches 9 tests min/max/avg/stdev = 29693.49/33290.23/31193.07/10446.15 responses/s</msg>
<var>${result_line}</var>
<arg>${output}</arg>
<arg>RESULT</arg>
<doc>Returns lines of the given ``string`` that contain the ``pattern``.</doc>
<status status="PASS" start="2026-06-26T00:57:01.039255" elapsed="0.000355"/>
</kw>
<kw name="Split String" owner="String">
<msg time="2026-06-26T00:57:01.040018" level="INFO">@{results_list} = [ RESULT: | 16 | switches | 9 | tests | min/max/avg/stdev | = | 29693.49/33290.23/31193.07/10446.15 | responses/s ]</msg>
<var>@{results_list}</var>
<arg>${result_line}</arg>
<doc>Splits the ``string`` using ``separator`` as a delimiter string.</doc>
<status status="PASS" start="2026-06-26T00:57:01.039764" elapsed="0.000281"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-06-26T00:57:01.042432" level="INFO">min/max/avg/stdev</msg>
<arg>${results_list[5]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-06-26T00:57:01.040189" elapsed="0.002301"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-06-26T00:57:01.044854" level="INFO">29693.49/33290.23/31193.07/10446.15</msg>
<arg>${results_list[7]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-06-26T00:57:01.042634" elapsed="0.002290"/>
</kw>
<kw name="Split String" owner="String">
<msg time="2026-06-26T00:57:01.047306" level="INFO">@{result_name_list} = [ min | max | avg | stdev ]</msg>
<var>@{result_name_list}</var>
<arg>${results_list[5]}</arg>
<arg>/</arg>
<doc>Splits the ``string`` using ``separator`` as a delimiter string.</doc>
<status status="PASS" start="2026-06-26T00:57:01.045094" elapsed="0.002240"/>
</kw>
<kw name="Split String" owner="String">
<msg time="2026-06-26T00:57:01.049794" level="INFO">@{result_value_list} = [ 29693.49 | 33290.23 | 31193.07 | 10446.15 ]</msg>
<var>@{result_value_list}</var>
<arg>${results_list[7]}</arg>
<arg>/</arg>
<doc>Splits the ``string`` using ``separator`` as a delimiter string.</doc>
<status status="PASS" start="2026-06-26T00:57:01.047537" elapsed="0.002284"/>
</kw>
<kw name="Get Length" owner="BuiltIn">
<msg time="2026-06-26T00:57:01.050421" level="INFO">Length is 4.</msg>
<msg time="2026-06-26T00:57:01.050510" level="INFO">${num_stats} = 4</msg>
<var>${num_stats}</var>
<arg>${result_name_list}</arg>
<doc>Returns and logs the length of the given item as an integer.</doc>
<status status="PASS" start="2026-06-26T00:57:01.049976" elapsed="0.000558"/>
</kw>
<for flavor="IN RANGE">
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-06-26T00:57:01.055256" level="INFO">min :: 29693.49</msg>
<arg>${result_name_list[${i}]} :: ${result_value_list[${i}]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-06-26T00:57:01.050909" elapsed="0.004404"/>
</kw>
<var name="${i}">0</var>
<status status="PASS" start="2026-06-26T00:57:01.050779" elapsed="0.004583"/>
</iter>
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-06-26T00:57:01.060195" level="INFO">max :: 33290.23</msg>
<arg>${result_name_list[${i}]} :: ${result_value_list[${i}]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-06-26T00:57:01.055584" elapsed="0.004668"/>
</kw>
<var name="${i}">1</var>
<status status="PASS" start="2026-06-26T00:57:01.055456" elapsed="0.004831"/>
</iter>
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-06-26T00:57:01.064831" level="INFO">avg :: 31193.07</msg>
<arg>${result_name_list[${i}]} :: ${result_value_list[${i}]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-06-26T00:57:01.060536" elapsed="0.004352"/>
</kw>
<var name="${i}">2</var>
<status status="PASS" start="2026-06-26T00:57:01.060391" elapsed="0.004532"/>
</iter>
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-06-26T00:57:01.069545" level="INFO">stdev :: 10446.15</msg>
<arg>${result_name_list[${i}]} :: ${result_value_list[${i}]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-06-26T00:57:01.065141" elapsed="0.004461"/>
</kw>
<var name="${i}">3</var>
<status status="PASS" start="2026-06-26T00:57:01.065014" elapsed="0.004623"/>
</iter>
<var>${i}</var>
<value>0</value>
<value>${num_stats}</value>
<status status="PASS" start="2026-06-26T00:57:01.050599" elapsed="0.019071"/>
</for>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-06-26T00:57:01.073834" level="INFO">${min} = 29693.49</msg>
<var>${min}</var>
<arg>${result_value_list[${0}]}</arg>
<doc>Returns the given values which can then be assigned to a variables.</doc>
<status status="PASS" start="2026-06-26T00:57:01.069825" elapsed="0.004037"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-06-26T00:57:01.078123" level="INFO">${max} = 33290.23</msg>
<var>${max}</var>
<arg>${result_value_list[${1}]}</arg>
<doc>Returns the given values which can then be assigned to a variables.</doc>
<status status="PASS" start="2026-06-26T00:57:01.074016" elapsed="0.004133"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-06-26T00:57:01.082043" level="INFO">${average} = 31193.07</msg>
<var>${average}</var>
<arg>${result_value_list[${2}]}</arg>
<doc>Returns the given values which can then be assigned to a variables.</doc>
<status status="PASS" start="2026-06-26T00:57:01.078301" elapsed="0.003769"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-06-26T00:57:01.085989" level="INFO">${stdev} = 10446.15</msg>
<var>${stdev}</var>
<arg>${result_value_list[${3}]}</arg>
<doc>Returns the given values which can then be assigned to a variables.</doc>
<status status="PASS" start="2026-06-26T00:57:01.082223" elapsed="0.003792"/>
</kw>
<kw name="Get Time" owner="BuiltIn">
<msg time="2026-06-26T00:57:01.086540" level="INFO">${date} = 2026-06-26 00:57:01</msg>
<var>${date}</var>
<arg>d,m,s</arg>
<doc>Returns the given time in the requested format.</doc>
<status status="PASS" start="2026-06-26T00:57:01.086175" elapsed="0.000391"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-06-26T00:57:01.087123" level="INFO">CBench Result: 2026-06-26 00:57:01,-m 60000 -M 100 -S 16 -l 10 -D 5000 -p 6633,29693.49,33290.23,31193.07,10446.15</msg>
<arg>CBench Result: ${date},${cbench_args},${min},${max},${average},${stdev}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-06-26T00:57:01.086715" elapsed="0.000464"/>
</kw>
<kw name="Log Results And Determine Status">
<kw name="Append To File" owner="OperatingSystem">
<msg time="2026-06-26T00:57:01.088209" level="INFO" html="true">Appended to file '&lt;a href="file:///w/workspace/openflowplugin-csit-1node-cbench-only-vanadium/latency.csv"&gt;/w/workspace/openflowplugin-csit-1node-cbench-only-vanadium/latency.csv&lt;/a&gt;'.</msg>
<arg>${output_file}</arg>
<arg>${min},${max},${average}\n</arg>
<doc>Appends the given content to the specified file.</doc>
<status status="PASS" start="2026-06-26T00:57:01.087815" elapsed="0.000460"/>
</kw>
<kw name="Should Be True" owner="BuiltIn">
<arg>${average} &gt; ${threshold}</arg>
<arg>${average} flow_mods per/sec did not exceed threshold of ${threshold}</arg>
<doc>Fails if the given condition is not true.</doc>
<status status="PASS" start="2026-06-26T00:57:01.088467" elapsed="0.000463"/>
</kw>
<arg>${min}</arg>
<arg>${max}</arg>
<arg>${average}</arg>
<arg>${average_threshold}</arg>
<arg>${output_filename}</arg>
<status status="PASS" start="2026-06-26T00:57:01.087322" elapsed="0.001673"/>
</kw>
<arg>-m ${duration_in_ms} -M ${num_of_unique_macs} -S ${switch_count} -l ${loops} -D ${start_delay} -p ${of_port}</arg>
<arg>${latency_threshold}</arg>
<arg>${latency_results_file}</arg>
<status status="PASS" start="2026-06-26T00:46:54.541547" elapsed="606.547509"/>
</kw>
<kw name="Sleep" owner="BuiltIn">
<msg time="2026-06-26T00:57:01.089538" level="INFO">Slept 0 seconds.</msg>
<arg>${test_delay}</arg>
<doc>Pauses the test executed for the given time.</doc>
<status status="PASS" start="2026-06-26T00:57:01.089206" elapsed="0.000389"/>
</kw>
<kw name="Log Results As Zero If Cbench Timed Out" type="TEARDOWN">
<kw name="Run Keyword If Timeout Occurred" owner="BuiltIn">
<arg>Log Results And Determine Status</arg>
<arg>0</arg>
<arg>0</arg>
<arg>0</arg>
<arg>0</arg>
<arg>${output_filename}</arg>
<doc>Runs the given keyword if either a test or a keyword timeout has occurred.</doc>
<status status="PASS" start="2026-06-26T00:57:01.090113" elapsed="0.000281"/>
</kw>
<status status="PASS" start="2026-06-26T00:57:01.089811" elapsed="0.000655"/>
</kw>
<doc>cbench executed in default latency mode. Test parameters have defaults, but can be overridden
on the pybot command line</doc>
<tag>cbench</tag>
<tag>latency</tag>
<timeout value="15 minutes"/>
<status status="PASS" start="2026-06-26T00:46:54.537863" elapsed="606.552640"/>
</test>
<test id="s1-t2" name="Cbench Throughput Test" line="51">
<kw name="Log" owner="BuiltIn">
<msg time="2026-06-26T00:57:01.091747" level="INFO">Cbench tests using 10 iterations of 60 second tests. Switch Count: 16. Unique MACS to cycle: 100</msg>
<arg>Cbench tests using ${loops} iterations of ${duration_in_secs} second tests. Switch Count: ${switch_count}. Unique MACS to cycle: ${num_of_unique_macs}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-06-26T00:57:01.091367" elapsed="0.000436"/>
</kw>
<kw name="Run Cbench And Log Results">
<kw name="Set Suite Variable" owner="BuiltIn">
<msg time="2026-06-26T00:57:01.093075" level="INFO">${output_filename} = throughput.csv</msg>
<arg>${output_filename}</arg>
<doc>Makes a variable available everywhere within the scope of the current suite.</doc>
<status status="PASS" start="2026-06-26T00:57:01.092745" elapsed="0.000372"/>
</kw>
<if>
<branch type="IF" condition="&quot;${cbench_system}&quot; == &quot;localhost&quot;">
<kw name="Run" owner="OperatingSystem">
<var>${output}</var>
<arg>${cbench_executable} -c ${ODL_SYSTEM_IP} ${cbench_args}</arg>
<doc>_This keyword is considered deprecated. Use the
[http://robotframework.org/robotframework/latest/libraries/Process.html|
Process] library instead._</doc>
<status status="NOT RUN" start="2026-06-26T00:57:01.093463" elapsed="0.000023"/>
</kw>
<status status="NOT RUN" start="2026-06-26T00:57:01.093228" elapsed="0.000295"/>
</branch>
<branch type="ELSE">
<kw name="Run Command On Remote System" owner="Utils">
<if>
<branch type="IF" condition="&quot;${return_stdout}&quot;!=&quot;True&quot; and &quot;${return_stderr}&quot;!=&quot;True&quot;">
<kw name="Fail" owner="BuiltIn">
<arg>At least one of {return_stdout} or {return_stderr} args should be set to True</arg>
<doc>Fails the test with the given message and optionally alters its tags.</doc>
<status status="NOT RUN" start="2026-06-26T00:57:01.096404" elapsed="0.000035"/>
</kw>
<status status="NOT RUN" start="2026-06-26T00:57:01.096145" elapsed="0.000329"/>
</branch>
<status status="PASS" start="2026-06-26T00:57:01.096125" elapsed="0.000373"/>
</if>
<kw name="Get Connection" owner="SSHLibrary">
<msg time="2026-06-26T00:57:01.096833" level="INFO">index=None
host=None
alias=None
port=22
timeout=3 seconds
newline=

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

prompt=None
term_type=vt100
width=80
height=24
path_separator=/
encoding=utf8
escape_ansi=False
encoding_errors=strict</msg>
<var>${current_ssh_connection}</var>
<doc>Returns information about the connection.</doc>
<status status="PASS" start="2026-06-26T00:57:01.096634" elapsed="0.000344"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-06-26T00:57:01.097549" level="INFO">Attempting to execute command "/usr/local/bin/cbench -c 10.30.170.193 -t -m 60000 -M 100 -S 16 -l 10 -D 5000 -p 6633" on remote system "10.30.171.220" by user "jenkins" with keyfile pass "any" and prompt "&gt;" and password ""</msg>
<arg>Attempting to execute command "${cmd}" on remote system "${system}" by user "${user}" with keyfile pass "${keyfile_pass}" and prompt "${prompt}" and password "${password}"</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-06-26T00:57:01.097112" elapsed="0.000496"/>
</kw>
<kw name="Open Connection" owner="SSHLibrary">
<msg time="2026-06-26T00:57:01.098142" level="INFO">${conn_id} = 7</msg>
<var>${conn_id}</var>
<arg>${system}</arg>
<arg>prompt=${prompt}</arg>
<arg>timeout=${prompt_timeout}</arg>
<doc>Opens a new SSH connection to the given ``host`` and ``port``.</doc>
<status status="PASS" start="2026-06-26T00:57:01.097747" elapsed="0.000422"/>
</kw>
<kw name="Flexible_SSH_Login" owner="SSHKeywords">
<kw name="Get Length" owner="BuiltIn">
<msg time="2026-06-26T00:57:01.099066" level="INFO">Length is 0.</msg>
<msg time="2026-06-26T00:57:01.099154" level="INFO">${pwd_length} = 0</msg>
<var>${pwd_length}</var>
<arg>${password}</arg>
<doc>Returns and logs the length of the given item as an integer.</doc>
<status status="PASS" start="2026-06-26T00:57:01.098760" elapsed="0.000418"/>
</kw>
<kw name="Run Keyword And Return If" owner="BuiltIn">
<arg>${pwd_length} &gt; 0</arg>
<arg>SSHLibrary.Login</arg>
<arg>${user}</arg>
<arg>${password}</arg>
<arg>delay=${delay}</arg>
<doc>Runs the specified keyword and returns from the enclosing user keyword.</doc>
<status status="PASS" start="2026-06-26T00:57:01.099318" elapsed="0.000337"/>
</kw>
<kw name="Run Keyword And Return" owner="BuiltIn">
<kw name="Login With Public Key" owner="SSHLibrary">
<msg time="2026-06-26T00:57:01.100540" level="INFO">Logging into '10.30.171.220:22' as 'jenkins'.</msg>
<msg time="2026-06-26T00:57:01.684006" level="INFO">Read output: Welcome to Ubuntu 22.04.5 LTS (GNU/Linux 5.15.0-153-generic x86_64)

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

 System information as of Fri Jun 26 00:57:01 UTC 2026

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


Expanded Security Maintenance for Applications is not enabled.

0 updates can be applied immediately.

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


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


Last login: Fri Jun 26 00:46:54 2026 from 10.30.170.104
[?2004h[jenkins@releng-63164-321-1-mininet-ovs-217-0 ~]&gt;</msg>
<arg>${user}</arg>
<arg>${USER_HOME}/.ssh/${SSH_KEY}</arg>
<arg>${KEYFILE_PASS}</arg>
<arg>delay=${delay}</arg>
<doc>Logs into the SSH server using key-based authentication.</doc>
<status status="PASS" start="2026-06-26T00:57:01.100146" elapsed="0.584054"/>
</kw>
<msg time="2026-06-26T00:57:01.684285" level="INFO">Returning from the enclosing user keyword.</msg>
<arg>SSHLibrary.Login With Public Key</arg>
<arg>${user}</arg>
<arg>${USER_HOME}/.ssh/${SSH_KEY}</arg>
<arg>${KEYFILE_PASS}</arg>
<arg>delay=${delay}</arg>
<doc>Runs the specified keyword and returns from the enclosing user keyword.</doc>
<status status="PASS" start="2026-06-26T00:57:01.099805" elapsed="0.584591"/>
</kw>
<arg>${user}</arg>
<arg>${password}</arg>
<doc>On active SSH session: if given non-empty password, do Login, else do Login With Public Key.</doc>
<status status="PASS" start="2026-06-26T00:57:01.098385" elapsed="0.586153"/>
</kw>
<kw name="Execute Command" owner="SSHLibrary">
<msg time="2026-06-26T00:57:01.685072" level="INFO">Executing command '/usr/local/bin/cbench -c 10.30.170.193 -t -m 60000 -M 100 -S 16 -l 10 -D 5000 -p 6633'.</msg>
<msg time="2026-06-26T01:07:08.721817" level="INFO">Command exited with return code 0.</msg>
<msg time="2026-06-26T01:07:08.722384" level="INFO">${stdout} = </msg>
<msg time="2026-06-26T01:07:08.722497" level="INFO">${stderr} = cbench: controller benchmarking tool
   running in mode 'throughput'
   connecting to controller at 10.30.170.193:6633 
   faking 16 switches with 1 threads :: 10 tests each; 60000 ms per test
   with...</msg>
<var>${stdout}</var>
<var>${stderr}</var>
<arg>${cmd}</arg>
<arg>return_stderr=True</arg>
<doc>Executes ``command`` on the remote machine and returns its outputs.</doc>
<status status="PASS" start="2026-06-26T00:57:01.684758" elapsed="607.037796"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-06-26T01:07:08.722977" elapsed="0.000729"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-06-26T01:07:08.724902" level="INFO">cbench: controller benchmarking tool
   running in mode 'throughput'
   connecting to controller at 10.30.170.193:6633 
   faking 16 switches with 1 threads :: 10 tests each; 60000 ms per test
   with 100 unique source MACs per switch
   learning destination mac addresses before the test
   starting test with 5000 ms delay after features_reply
   ignoring first 1 "warmup" and last 0 "cooldown" loops
   debugging info is off
Master Thread: Creating thread-0! 
Thread-0: All switches initialized. Running at node 10.30.170.193. So far 1 cbench instances have initialized their switches.  Waiting for other cbench-instances
Thread-0: Total switches from ALL cbench-instances initialized.
00:58:06.827 16  switches: flows:  412234 410114 413807 405847 404864 396343 401230 411189 398014 395707 393300 396497 399831 395770 391976 391735  total = 106.974300 per ms 
00:59:06.928 16  switches: flows:  441154 434003 440248 438659 437235 439667 440037 435514 436213 434400 438285 432782 438269 437764 443381 433388  total = 116.487856 per ms 
01:00:07.029 16  switches: flows:  417529 406534 415199 409312 410755 423852 368439 424267 418301 412471 416824 415900 419211 412008 418005 409685  total = 109.787153 per ms 
01:01:07.130 16  switches: flows:  442907 444219 443142 443858 448839 454000 447852 442582 452317 458602 452315 452213 445683 444865 440250 436611  total = 118.969798 per ms 
01:02:07.232 16  switches: flows:  418568 429063 428455 425083 426963 423909 426334 417911 430193 421070 427899 430143 426777 427222 422580 428241  total = 113.315779 per ms 
01:03:07.333 16  switches: flows:  408677 398276 391782 399282 392276 403198 394946 400380 395803 399930 395600 398429 405136 400341 405659 392304  total = 106.188703 per ms 
01:04:07.434 16  switches: flows:  437872 430918 445451 438009 440130 448004 441295 445954 446959 442779 441423 448546 448714 440316 436648 442653  total = 117.730089 per ms 
01:05:08.167 16  switches: flows:  472863 468772 459461 475268 473359 468522 469076 463376 472944 459088 470740 471816 458897 464507 459510 459625  total = 122.963076 per ms 
01:06:08.617 16  switches: flows:  436713 430293 435152 440676 443630 435457 433714 441038 429556 437235 430958 430039 426967 427152 436702 418895  total = 114.710887 per ms 
01:07:08.718 16  switches: flows:  449806 450724 441866 448551 444550 447227 444304 444415 441568 441458 445635 439801 439671 449330 444083 446824  total = 118.465038 per ms 
RESULT: 16 switches 9 tests min/max/avg/stdev = 106188.70/122963.08/115402.04/38765.32 responses/s</msg>
<arg>${stderr}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-06-26T01:07:08.724094" elapsed="0.001112"/>
</kw>
<if>
<branch type="IF" condition="&quot;${return_stdout}&quot;!=&quot;True&quot;">
<return>
<value>${stderr}</value>
<status status="PASS" start="2026-06-26T01:07:08.725735" elapsed="0.000071"/>
</return>
<status status="PASS" start="2026-06-26T01:07:08.725432" elapsed="0.000455"/>
</branch>
<status status="PASS" start="2026-06-26T01:07:08.725378" elapsed="0.000564"/>
</if>
<if>
<branch type="IF" condition="&quot;${return_stderr}&quot;!=&quot;True&quot;">
<return>
<value>${stdout}</value>
<status status="NOT RUN" start="2026-06-26T01:07:08.726151" elapsed="0.000028"/>
</return>
<status status="NOT RUN" start="2026-06-26T01:07:08.726069" elapsed="0.000172"/>
</branch>
<status status="NOT RUN" start="2026-06-26T01:07:08.726033" elapsed="0.000256"/>
</if>
<return>
<value>${stdout}</value>
<value>${stderr}</value>
<status status="NOT RUN" start="2026-06-26T01:07:08.726388" elapsed="0.000032"/>
</return>
<kw name="Restore_Current_Ssh_Connection_From_Index" owner="SSHKeywords" type="TEARDOWN">
<kw name="Run Keyword And Return If" owner="BuiltIn">
<arg>${connection_index} is not None</arg>
<arg>SSHLibrary.Switch Connection</arg>
<arg>${connection_index}</arg>
<doc>Runs the specified keyword and returns from the enclosing user keyword.</doc>
<status status="PASS" start="2026-06-26T01:07:08.730590" elapsed="0.000338"/>
</kw>
<kw name="Open Connection" owner="SSHLibrary">
<arg>127.0.0.1</arg>
<doc>Opens a new SSH connection to the given ``host`` and ``port``.</doc>
<status status="PASS" start="2026-06-26T01:07:08.731073" elapsed="0.000173"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-06-26T01:07:08.731392" 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-06-26T01:07:08.727088" elapsed="0.004461"/>
</kw>
<msg time="2026-06-26T01:07:08.731676" level="INFO">${output} = cbench: controller benchmarking tool
   running in mode 'throughput'
   connecting to controller at 10.30.170.193:6633 
   faking 16 switches with 1 threads :: 10 tests each; 60000 ms per test
   with...</msg>
<var>${output}</var>
<arg>${cbench_system}</arg>
<arg>${cbench_executable} -c ${ODL_SYSTEM_IP} ${cbench_args}</arg>
<arg>prompt_timeout=${test_timeout}</arg>
<arg>return_stdout=False</arg>
<arg>return_stderr=True</arg>
<doc>Reduces the common work of running a command on a remote system to a single higher level
robot keyword, taking care to log in with a public key and. The command given is written and the return value
depends on the passed argument values of return_stdout (default: True) and return_stderr (default: False).
At least one should be True, or the keyword will exit and FAIL. If both are True, the resulting return value
will be a two element list containing both. Otherwise the resulting return value is a string.
No test conditions are checked.</doc>
<status status="PASS" start="2026-06-26T00:57:01.093862" elapsed="607.637840"/>
</kw>
<status status="PASS" start="2026-06-26T00:57:01.093548" elapsed="607.638202"/>
</branch>
<status status="PASS" start="2026-06-26T00:57:01.093207" elapsed="607.638565"/>
</if>
<kw name="Log" owner="BuiltIn">
<msg time="2026-06-26T01:07:08.732196" level="INFO">cbench: controller benchmarking tool
   running in mode 'throughput'
   connecting to controller at 10.30.170.193:6633 
   faking 16 switches with 1 threads :: 10 tests each; 60000 ms per test
   with 100 unique source MACs per switch
   learning destination mac addresses before the test
   starting test with 5000 ms delay after features_reply
   ignoring first 1 "warmup" and last 0 "cooldown" loops
   debugging info is off
Master Thread: Creating thread-0! 
Thread-0: All switches initialized. Running at node 10.30.170.193. So far 1 cbench instances have initialized their switches.  Waiting for other cbench-instances
Thread-0: Total switches from ALL cbench-instances initialized.
00:58:06.827 16  switches: flows:  412234 410114 413807 405847 404864 396343 401230 411189 398014 395707 393300 396497 399831 395770 391976 391735  total = 106.974300 per ms 
00:59:06.928 16  switches: flows:  441154 434003 440248 438659 437235 439667 440037 435514 436213 434400 438285 432782 438269 437764 443381 433388  total = 116.487856 per ms 
01:00:07.029 16  switches: flows:  417529 406534 415199 409312 410755 423852 368439 424267 418301 412471 416824 415900 419211 412008 418005 409685  total = 109.787153 per ms 
01:01:07.130 16  switches: flows:  442907 444219 443142 443858 448839 454000 447852 442582 452317 458602 452315 452213 445683 444865 440250 436611  total = 118.969798 per ms 
01:02:07.232 16  switches: flows:  418568 429063 428455 425083 426963 423909 426334 417911 430193 421070 427899 430143 426777 427222 422580 428241  total = 113.315779 per ms 
01:03:07.333 16  switches: flows:  408677 398276 391782 399282 392276 403198 394946 400380 395803 399930 395600 398429 405136 400341 405659 392304  total = 106.188703 per ms 
01:04:07.434 16  switches: flows:  437872 430918 445451 438009 440130 448004 441295 445954 446959 442779 441423 448546 448714 440316 436648 442653  total = 117.730089 per ms 
01:05:08.167 16  switches: flows:  472863 468772 459461 475268 473359 468522 469076 463376 472944 459088 470740 471816 458897 464507 459510 459625  total = 122.963076 per ms 
01:06:08.617 16  switches: flows:  436713 430293 435152 440676 443630 435457 433714 441038 429556 437235 430958 430039 426967 427152 436702 418895  total = 114.710887 per ms 
01:07:08.718 16  switches: flows:  449806 450724 441866 448551 444550 447227 444304 444415 441568 441458 445635 439801 439671 449330 444083 446824  total = 118.465038 per ms 
RESULT: 16 switches 9 tests min/max/avg/stdev = 106188.70/122963.08/115402.04/38765.32 responses/s</msg>
<arg>${output}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-06-26T01:07:08.731911" elapsed="0.000357"/>
</kw>
<kw name="Should Contain" owner="BuiltIn">
<arg>${output}</arg>
<arg>RESULT</arg>
<doc>Fails if ``container`` does not contain ``item`` one or more times.</doc>
<status status="PASS" start="2026-06-26T01:07:08.732435" elapsed="0.000423"/>
</kw>
<kw name="Get Lines Containing String" owner="String">
<msg time="2026-06-26T01:07:08.733234" level="INFO">1 out of 23 lines matched.</msg>
<msg time="2026-06-26T01:07:08.733323" level="INFO">${result_line} = RESULT: 16 switches 9 tests min/max/avg/stdev = 106188.70/122963.08/115402.04/38765.32 responses/s</msg>
<var>${result_line}</var>
<arg>${output}</arg>
<arg>RESULT</arg>
<doc>Returns lines of the given ``string`` that contain the ``pattern``.</doc>
<status status="PASS" start="2026-06-26T01:07:08.733017" elapsed="0.000346"/>
</kw>
<kw name="Split String" owner="String">
<msg time="2026-06-26T01:07:08.733772" level="INFO">@{results_list} = [ RESULT: | 16 | switches | 9 | tests | min/max/avg/stdev | = | 106188.70/122963.08/115402.04/38765.32 | responses/s ]</msg>
<var>@{results_list}</var>
<arg>${result_line}</arg>
<doc>Splits the ``string`` using ``separator`` as a delimiter string.</doc>
<status status="PASS" start="2026-06-26T01:07:08.733520" elapsed="0.000280"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-06-26T01:07:08.736186" level="INFO">min/max/avg/stdev</msg>
<arg>${results_list[5]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-06-26T01:07:08.733947" elapsed="0.002295"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-06-26T01:07:08.738627" level="INFO">106188.70/122963.08/115402.04/38765.32</msg>
<arg>${results_list[7]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-06-26T01:07:08.736404" elapsed="0.002281"/>
</kw>
<kw name="Split String" owner="String">
<msg time="2026-06-26T01:07:08.741050" level="INFO">@{result_name_list} = [ min | max | avg | stdev ]</msg>
<var>@{result_name_list}</var>
<arg>${results_list[5]}</arg>
<arg>/</arg>
<doc>Splits the ``string`` using ``separator`` as a delimiter string.</doc>
<status status="PASS" start="2026-06-26T01:07:08.738832" elapsed="0.002245"/>
</kw>
<kw name="Split String" owner="String">
<msg time="2026-06-26T01:07:08.743472" level="INFO">@{result_value_list} = [ 106188.70 | 122963.08 | 115402.04 | 38765.32 ]</msg>
<var>@{result_value_list}</var>
<arg>${results_list[7]}</arg>
<arg>/</arg>
<doc>Splits the ``string`` using ``separator`` as a delimiter string.</doc>
<status status="PASS" start="2026-06-26T01:07:08.741263" elapsed="0.002237"/>
</kw>
<kw name="Get Length" owner="BuiltIn">
<msg time="2026-06-26T01:07:08.743959" level="INFO">Length is 4.</msg>
<msg time="2026-06-26T01:07:08.744048" level="INFO">${num_stats} = 4</msg>
<var>${num_stats}</var>
<arg>${result_name_list}</arg>
<doc>Returns and logs the length of the given item as an integer.</doc>
<status status="PASS" start="2026-06-26T01:07:08.743654" elapsed="0.000418"/>
</kw>
<for flavor="IN RANGE">
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-06-26T01:07:08.748997" level="INFO">min :: 106188.70</msg>
<arg>${result_name_list[${i}]} :: ${result_value_list[${i}]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-06-26T01:07:08.744466" elapsed="0.004590"/>
</kw>
<var name="${i}">0</var>
<status status="PASS" start="2026-06-26T01:07:08.744319" elapsed="0.004772"/>
</iter>
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-06-26T01:07:08.753627" level="INFO">max :: 122963.08</msg>
<arg>${result_name_list[${i}]} :: ${result_value_list[${i}]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-06-26T01:07:08.749312" elapsed="0.004370"/>
</kw>
<var name="${i}">1</var>
<status status="PASS" start="2026-06-26T01:07:08.749182" elapsed="0.004535"/>
</iter>
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-06-26T01:07:08.758222" level="INFO">avg :: 115402.04</msg>
<arg>${result_name_list[${i}]} :: ${result_value_list[${i}]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-06-26T01:07:08.753931" elapsed="0.004347"/>
</kw>
<var name="${i}">2</var>
<status status="PASS" start="2026-06-26T01:07:08.753804" elapsed="0.004509"/>
</iter>
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-06-26T01:07:08.762935" level="INFO">stdev :: 38765.32</msg>
<arg>${result_name_list[${i}]} :: ${result_value_list[${i}]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-06-26T01:07:08.758544" elapsed="0.004447"/>
</kw>
<var name="${i}">3</var>
<status status="PASS" start="2026-06-26T01:07:08.758415" elapsed="0.004612"/>
</iter>
<var>${i}</var>
<value>0</value>
<value>${num_stats}</value>
<status status="PASS" start="2026-06-26T01:07:08.744141" elapsed="0.018917"/>
</for>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-06-26T01:07:08.766970" level="INFO">${min} = 106188.70</msg>
<var>${min}</var>
<arg>${result_value_list[${0}]}</arg>
<doc>Returns the given values which can then be assigned to a variables.</doc>
<status status="PASS" start="2026-06-26T01:07:08.763226" elapsed="0.003770"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-06-26T01:07:08.771088" level="INFO">${max} = 122963.08</msg>
<var>${max}</var>
<arg>${result_value_list[${1}]}</arg>
<doc>Returns the given values which can then be assigned to a variables.</doc>
<status status="PASS" start="2026-06-26T01:07:08.767152" elapsed="0.003963"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-06-26T01:07:08.774981" level="INFO">${average} = 115402.04</msg>
<var>${average}</var>
<arg>${result_value_list[${2}]}</arg>
<doc>Returns the given values which can then be assigned to a variables.</doc>
<status status="PASS" start="2026-06-26T01:07:08.771269" elapsed="0.003738"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-06-26T01:07:08.778890" level="INFO">${stdev} = 38765.32</msg>
<var>${stdev}</var>
<arg>${result_value_list[${3}]}</arg>
<doc>Returns the given values which can then be assigned to a variables.</doc>
<status status="PASS" start="2026-06-26T01:07:08.775157" elapsed="0.003760"/>
</kw>
<kw name="Get Time" owner="BuiltIn">
<msg time="2026-06-26T01:07:08.779469" level="INFO">${date} = 2026-06-26 01:07:08</msg>
<var>${date}</var>
<arg>d,m,s</arg>
<doc>Returns the given time in the requested format.</doc>
<status status="PASS" start="2026-06-26T01:07:08.779075" elapsed="0.000421"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-06-26T01:07:08.780086" level="INFO">CBench Result: 2026-06-26 01:07:08,-t -m 60000 -M 100 -S 16 -l 10 -D 5000 -p 6633,106188.70,122963.08,115402.04,38765.32</msg>
<arg>CBench Result: ${date},${cbench_args},${min},${max},${average},${stdev}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-06-26T01:07:08.779659" elapsed="0.000485"/>
</kw>
<kw name="Log Results And Determine Status">
<kw name="Append To File" owner="OperatingSystem">
<msg time="2026-06-26T01:07:08.781200" level="INFO" html="true">Appended to file '&lt;a href="file:///w/workspace/openflowplugin-csit-1node-cbench-only-vanadium/throughput.csv"&gt;/w/workspace/openflowplugin-csit-1node-cbench-only-vanadium/throughput.csv&lt;/a&gt;'.</msg>
<arg>${output_file}</arg>
<arg>${min},${max},${average}\n</arg>
<doc>Appends the given content to the specified file.</doc>
<status status="PASS" start="2026-06-26T01:07:08.780799" elapsed="0.000467"/>
</kw>
<kw name="Should Be True" owner="BuiltIn">
<arg>${average} &gt; ${threshold}</arg>
<arg>${average} flow_mods per/sec did not exceed threshold of ${threshold}</arg>
<doc>Fails if the given condition is not true.</doc>
<status status="PASS" start="2026-06-26T01:07:08.781431" elapsed="0.000462"/>
</kw>
<arg>${min}</arg>
<arg>${max}</arg>
<arg>${average}</arg>
<arg>${average_threshold}</arg>
<arg>${output_filename}</arg>
<status status="PASS" start="2026-06-26T01:07:08.780287" elapsed="0.001670"/>
</kw>
<arg>-t -m ${duration_in_ms} -M ${num_of_unique_macs} -S ${switch_count} -l ${loops} -D ${start_delay} -p ${of_port}</arg>
<arg>${throughput_threshold}</arg>
<arg>${throughput_results_file}</arg>
<status status="PASS" start="2026-06-26T00:57:01.092109" elapsed="607.689908"/>
</kw>
<kw name="Sleep" owner="BuiltIn">
<msg time="2026-06-26T01:07:08.782495" level="INFO">Slept 0 seconds.</msg>
<arg>${test_delay}</arg>
<doc>Pauses the test executed for the given time.</doc>
<status status="PASS" start="2026-06-26T01:07:08.782165" elapsed="0.000386"/>
</kw>
<kw name="Log Results As Zero If Cbench Timed Out" type="TEARDOWN">
<kw name="Run Keyword If Timeout Occurred" owner="BuiltIn">
<arg>Log Results And Determine Status</arg>
<arg>0</arg>
<arg>0</arg>
<arg>0</arg>
<arg>0</arg>
<arg>${output_filename}</arg>
<doc>Runs the given keyword if either a test or a keyword timeout has occurred.</doc>
<status status="PASS" start="2026-06-26T01:07:08.783062" elapsed="0.000261"/>
</kw>
<status status="PASS" start="2026-06-26T01:07:08.782764" elapsed="0.000645"/>
</kw>
<doc>cbench executed in throughput mode (-t). Test parameters have defaults, but can be overridden
on the pybot command line</doc>
<tag>cbench</tag>
<tag>throughput</tag>
<timeout value="15 minutes"/>
<status status="PASS" start="2026-06-26T00:57:01.090794" elapsed="607.692654"/>
</test>
<test id="s1-t3" name="Rerun Latency Test To Check Bug 6176" line="65">
<kw name="Log" owner="BuiltIn">
<msg time="2026-06-26T01:07:08.784649" level="INFO">Cbench tests using 10 iterations of 60 second tests. Switch Count: 16. Unique MACS to cycle: 100</msg>
<arg>Cbench tests using ${loops} iterations of ${duration_in_secs} second tests. Switch Count: ${switch_count}. Unique MACS to cycle: ${num_of_unique_macs}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-06-26T01:07:08.784227" elapsed="0.000479"/>
</kw>
<kw name="Run Cbench And Log Results">
<kw name="Set Suite Variable" owner="BuiltIn">
<msg time="2026-06-26T01:07:08.785909" level="INFO">${output_filename} = bug.csv</msg>
<arg>${output_filename}</arg>
<doc>Makes a variable available everywhere within the scope of the current suite.</doc>
<status status="PASS" start="2026-06-26T01:07:08.785583" elapsed="0.000368"/>
</kw>
<if>
<branch type="IF" condition="&quot;${cbench_system}&quot; == &quot;localhost&quot;">
<kw name="Run" owner="OperatingSystem">
<var>${output}</var>
<arg>${cbench_executable} -c ${ODL_SYSTEM_IP} ${cbench_args}</arg>
<doc>_This keyword is considered deprecated. Use the
[http://robotframework.org/robotframework/latest/libraries/Process.html|
Process] library instead._</doc>
<status status="NOT RUN" start="2026-06-26T01:07:08.786277" elapsed="0.000022"/>
</kw>
<status status="NOT RUN" start="2026-06-26T01:07:08.786060" elapsed="0.000276"/>
</branch>
<branch type="ELSE">
<kw name="Run Command On Remote System" owner="Utils">
<if>
<branch type="IF" condition="&quot;${return_stdout}&quot;!=&quot;True&quot; and &quot;${return_stderr}&quot;!=&quot;True&quot;">
<kw name="Fail" owner="BuiltIn">
<arg>At least one of {return_stdout} or {return_stderr} args should be set to True</arg>
<doc>Fails the test with the given message and optionally alters its tags.</doc>
<status status="NOT RUN" start="2026-06-26T01:07:08.789517" elapsed="0.000022"/>
</kw>
<status status="NOT RUN" start="2026-06-26T01:07:08.789251" elapsed="0.000323"/>
</branch>
<status status="PASS" start="2026-06-26T01:07:08.789232" elapsed="0.000366"/>
</if>
<kw name="Get Connection" owner="SSHLibrary">
<msg time="2026-06-26T01:07:08.789915" level="INFO">index=None
host=None
alias=None
port=22
timeout=3 seconds
newline=

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

prompt=None
term_type=vt100
width=80
height=24
path_separator=/
encoding=utf8
escape_ansi=False
encoding_errors=strict</msg>
<var>${current_ssh_connection}</var>
<doc>Returns information about the connection.</doc>
<status status="PASS" start="2026-06-26T01:07:08.789730" elapsed="0.000327"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-06-26T01:07:08.790619" level="INFO">Attempting to execute command "/usr/local/bin/cbench -c 10.30.170.193 -m 60000 -M 100 -S 16 -l 10 -D 5000 -p 6633" on remote system "10.30.171.220" by user "jenkins" with keyfile pass "any" and prompt "&gt;" and password ""</msg>
<arg>Attempting to execute command "${cmd}" on remote system "${system}" by user "${user}" with keyfile pass "${keyfile_pass}" and prompt "${prompt}" and password "${password}"</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-06-26T01:07:08.790189" elapsed="0.000488"/>
</kw>
<kw name="Open Connection" owner="SSHLibrary">
<msg time="2026-06-26T01:07:08.791204" level="INFO">${conn_id} = 9</msg>
<var>${conn_id}</var>
<arg>${system}</arg>
<arg>prompt=${prompt}</arg>
<arg>timeout=${prompt_timeout}</arg>
<doc>Opens a new SSH connection to the given ``host`` and ``port``.</doc>
<status status="PASS" start="2026-06-26T01:07:08.790814" elapsed="0.000416"/>
</kw>
<kw name="Flexible_SSH_Login" owner="SSHKeywords">
<kw name="Get Length" owner="BuiltIn">
<msg time="2026-06-26T01:07:08.792115" level="INFO">Length is 0.</msg>
<msg time="2026-06-26T01:07:08.792202" level="INFO">${pwd_length} = 0</msg>
<var>${pwd_length}</var>
<arg>${password}</arg>
<doc>Returns and logs the length of the given item as an integer.</doc>
<status status="PASS" start="2026-06-26T01:07:08.791814" elapsed="0.000411"/>
</kw>
<kw name="Run Keyword And Return If" owner="BuiltIn">
<arg>${pwd_length} &gt; 0</arg>
<arg>SSHLibrary.Login</arg>
<arg>${user}</arg>
<arg>${password}</arg>
<arg>delay=${delay}</arg>
<doc>Runs the specified keyword and returns from the enclosing user keyword.</doc>
<status status="PASS" start="2026-06-26T01:07:08.792383" elapsed="0.000345"/>
</kw>
<kw name="Run Keyword And Return" owner="BuiltIn">
<kw name="Login With Public Key" owner="SSHLibrary">
<msg time="2026-06-26T01:07:08.793587" level="INFO">Logging into '10.30.171.220:22' as 'jenkins'.</msg>
<msg time="2026-06-26T01:07:09.372304" level="INFO">Read output: Welcome to Ubuntu 22.04.5 LTS (GNU/Linux 5.15.0-153-generic x86_64)

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

 System information as of Fri Jun 26 01:07:08 UTC 2026

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


Expanded Security Maintenance for Applications is not enabled.

0 updates can be applied immediately.

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


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


Last login: Fri Jun 26 00:57:01 2026 from 10.30.170.104
[?2004h[jenkins@releng-63164-321-1-mininet-ovs-217-0 ~]&gt;</msg>
<arg>${user}</arg>
<arg>${USER_HOME}/.ssh/${SSH_KEY}</arg>
<arg>${KEYFILE_PASS}</arg>
<arg>delay=${delay}</arg>
<doc>Logs into the SSH server using key-based authentication.</doc>
<status status="PASS" start="2026-06-26T01:07:08.793216" elapsed="0.579310"/>
</kw>
<msg time="2026-06-26T01:07:09.372611" level="INFO">Returning from the enclosing user keyword.</msg>
<arg>SSHLibrary.Login With Public Key</arg>
<arg>${user}</arg>
<arg>${USER_HOME}/.ssh/${SSH_KEY}</arg>
<arg>${KEYFILE_PASS}</arg>
<arg>delay=${delay}</arg>
<doc>Runs the specified keyword and returns from the enclosing user keyword.</doc>
<status status="PASS" start="2026-06-26T01:07:08.792878" elapsed="0.579817"/>
</kw>
<arg>${user}</arg>
<arg>${password}</arg>
<doc>On active SSH session: if given non-empty password, do Login, else do Login With Public Key.</doc>
<status status="PASS" start="2026-06-26T01:07:08.791443" elapsed="0.581369"/>
</kw>
<kw name="Execute Command" owner="SSHLibrary">
<msg time="2026-06-26T01:07:09.373401" level="INFO">Executing command '/usr/local/bin/cbench -c 10.30.170.193 -m 60000 -M 100 -S 16 -l 10 -D 5000 -p 6633'.</msg>
<msg time="2026-06-26T01:17:15.604932" level="INFO">Command exited with return code 0.</msg>
<msg time="2026-06-26T01:17:15.605911" level="INFO">${stdout} = </msg>
<msg time="2026-06-26T01:17:15.606068" level="INFO">${stderr} = cbench: controller benchmarking tool
   running in mode 'latency'
   connecting to controller at 10.30.170.193:6633 
   faking 16 switches with 1 threads :: 10 tests each; 60000 ms per test
   with 10...</msg>
<var>${stdout}</var>
<var>${stderr}</var>
<arg>${cmd}</arg>
<arg>return_stderr=True</arg>
<doc>Executes ``command`` on the remote machine and returns its outputs.</doc>
<status status="PASS" start="2026-06-26T01:07:09.373073" elapsed="606.233079"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-06-26T01:17:15.606909" elapsed="0.001268"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-06-26T01:17:15.609607" level="INFO">cbench: controller benchmarking tool
   running in mode 'latency'
   connecting to controller at 10.30.170.193:6633 
   faking 16 switches with 1 threads :: 10 tests each; 60000 ms per test
   with 100 unique source MACs per switch
   learning destination mac addresses before the test
   starting test with 5000 ms delay after features_reply
   ignoring first 1 "warmup" and last 0 "cooldown" loops
   debugging info is off
Master Thread: Creating thread-0! 
Thread-0: All switches initialized. Running at node 10.30.170.193. So far 1 cbench instances have initialized their switches.  Waiting for other cbench-instances
Thread-0: Total switches from ALL cbench-instances initialized.
01:08:14.673 16  switches: flows:  110934 113607 113642 113839 118038 114221 113240 109983 110349 112546 108219 108566 112686 110085 112039 112051  total = 29.900750 per ms 
01:09:14.773 16  switches: flows:  111604 111715 113930 113239 112522 116054 110412 108937 113422 112963 108390 107369 107443 109698 111619 111005  total = 29.622571 per ms 
01:10:14.873 16  switches: flows:  110941 111703 114073 113141 113716 113748 109132 108041 111890 112163 108227 106499 109522 107706 110596 109183  total = 29.455524 per ms 
01:11:14.974 16  switches: flows:  109463 110422 112367 113625 112885 115745 112409 111088 112163 113116 108947 107656 108583 108795 112252 111414  total = 29.632643 per ms 
01:12:15.074 16  switches: flows:  110308 106021 108867 109868 108681 109859 110619 107258 106370 109403 104402 105253 107046 105794 106501 106102  total = 28.658025 per ms 
01:13:15.174 16  switches: flows:  112217 109166 111885 111412 110168 110963 111504 110064 106993 110487 106840 106401 108246 106888 107076 108674  total = 29.101153 per ms 
01:14:15.274 16  switches: flows:  115106 110521 113786 113804 114052 111504 111799 111149 109722 111630 109316 109678 111473 108476 108460 110373  total = 29.631372 per ms 
01:15:15.375 16  switches: flows:  118148 115396 116643 116604 117186 116844 116647 116410 114719 114956 113418 111467 114939 113947 112271 114134  total = 30.677587 per ms 
01:16:15.475 16  switches: flows:  115003 118134 116415 116400 116930 116068 115086 114983 114943 114381 115954 112482 113626 111546 111799 112246  total = 30.548902 per ms 
01:17:15.575 16  switches: flows:  123282 123483 124325 120892 124552 122718 121708 125829 122881 120728 121263 120160 122267 121883 122672 117863  total = 32.554045 per ms 
RESULT: 16 switches 9 tests min/max/avg/stdev = 28658.02/32554.05/29986.87/10054.37 responses/s</msg>
<arg>${stderr}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-06-26T01:17:15.608668" elapsed="0.001327"/>
</kw>
<if>
<branch type="IF" condition="&quot;${return_stdout}&quot;!=&quot;True&quot;">
<return>
<value>${stderr}</value>
<status status="PASS" start="2026-06-26T01:17:15.610616" elapsed="0.000080"/>
</return>
<status status="PASS" start="2026-06-26T01:17:15.610215" elapsed="0.000573"/>
</branch>
<status status="PASS" start="2026-06-26T01:17:15.610150" elapsed="0.000699"/>
</if>
<if>
<branch type="IF" condition="&quot;${return_stderr}&quot;!=&quot;True&quot;">
<return>
<value>${stdout}</value>
<status status="NOT RUN" start="2026-06-26T01:17:15.611083" elapsed="0.000030"/>
</return>
<status status="NOT RUN" start="2026-06-26T01:17:15.610990" elapsed="0.000189"/>
</branch>
<status status="NOT RUN" start="2026-06-26T01:17:15.610951" elapsed="0.000280"/>
</if>
<return>
<value>${stdout}</value>
<value>${stderr}</value>
<status status="NOT RUN" start="2026-06-26T01:17:15.611307" elapsed="0.000064"/>
</return>
<kw name="Restore_Current_Ssh_Connection_From_Index" owner="SSHKeywords" type="TEARDOWN">
<kw name="Run Keyword And Return If" owner="BuiltIn">
<arg>${connection_index} is not None</arg>
<arg>SSHLibrary.Switch Connection</arg>
<arg>${connection_index}</arg>
<doc>Runs the specified keyword and returns from the enclosing user keyword.</doc>
<status status="PASS" start="2026-06-26T01:17:15.615444" elapsed="0.000350"/>
</kw>
<kw name="Open Connection" owner="SSHLibrary">
<arg>127.0.0.1</arg>
<doc>Opens a new SSH connection to the given ``host`` and ``port``.</doc>
<status status="PASS" start="2026-06-26T01:17:15.615942" elapsed="0.000183"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-06-26T01:17:15.616256" elapsed="0.000113"/>
</kw>
<arg>${current_ssh_connection.index}</arg>
<doc>Restore active SSH connection in SSHLibrary to given index.</doc>
<status status="PASS" start="2026-06-26T01:17:15.612146" elapsed="0.004281"/>
</kw>
<msg time="2026-06-26T01:17:15.616562" level="INFO">${output} = cbench: controller benchmarking tool
   running in mode 'latency'
   connecting to controller at 10.30.170.193:6633 
   faking 16 switches with 1 threads :: 10 tests each; 60000 ms per test
   with 10...</msg>
<var>${output}</var>
<arg>${cbench_system}</arg>
<arg>${cbench_executable} -c ${ODL_SYSTEM_IP} ${cbench_args}</arg>
<arg>prompt_timeout=${test_timeout}</arg>
<arg>return_stdout=False</arg>
<arg>return_stderr=True</arg>
<doc>Reduces the common work of running a command on a remote system to a single higher level
robot keyword, taking care to log in with a public key and. The command given is written and the return value
depends on the passed argument values of return_stdout (default: True) and return_stderr (default: False).
At least one should be True, or the keyword will exit and FAIL. If both are True, the resulting return value
will be a two element list containing both. Otherwise the resulting return value is a string.
No test conditions are checked.</doc>
<status status="PASS" start="2026-06-26T01:07:08.786687" elapsed="606.829901"/>
</kw>
<status status="PASS" start="2026-06-26T01:07:08.786377" elapsed="606.830263"/>
</branch>
<status status="PASS" start="2026-06-26T01:07:08.786039" elapsed="606.830623"/>
</if>
<kw name="Log" owner="BuiltIn">
<msg time="2026-06-26T01:17:15.617114" level="INFO">cbench: controller benchmarking tool
   running in mode 'latency'
   connecting to controller at 10.30.170.193:6633 
   faking 16 switches with 1 threads :: 10 tests each; 60000 ms per test
   with 100 unique source MACs per switch
   learning destination mac addresses before the test
   starting test with 5000 ms delay after features_reply
   ignoring first 1 "warmup" and last 0 "cooldown" loops
   debugging info is off
Master Thread: Creating thread-0! 
Thread-0: All switches initialized. Running at node 10.30.170.193. So far 1 cbench instances have initialized their switches.  Waiting for other cbench-instances
Thread-0: Total switches from ALL cbench-instances initialized.
01:08:14.673 16  switches: flows:  110934 113607 113642 113839 118038 114221 113240 109983 110349 112546 108219 108566 112686 110085 112039 112051  total = 29.900750 per ms 
01:09:14.773 16  switches: flows:  111604 111715 113930 113239 112522 116054 110412 108937 113422 112963 108390 107369 107443 109698 111619 111005  total = 29.622571 per ms 
01:10:14.873 16  switches: flows:  110941 111703 114073 113141 113716 113748 109132 108041 111890 112163 108227 106499 109522 107706 110596 109183  total = 29.455524 per ms 
01:11:14.974 16  switches: flows:  109463 110422 112367 113625 112885 115745 112409 111088 112163 113116 108947 107656 108583 108795 112252 111414  total = 29.632643 per ms 
01:12:15.074 16  switches: flows:  110308 106021 108867 109868 108681 109859 110619 107258 106370 109403 104402 105253 107046 105794 106501 106102  total = 28.658025 per ms 
01:13:15.174 16  switches: flows:  112217 109166 111885 111412 110168 110963 111504 110064 106993 110487 106840 106401 108246 106888 107076 108674  total = 29.101153 per ms 
01:14:15.274 16  switches: flows:  115106 110521 113786 113804 114052 111504 111799 111149 109722 111630 109316 109678 111473 108476 108460 110373  total = 29.631372 per ms 
01:15:15.375 16  switches: flows:  118148 115396 116643 116604 117186 116844 116647 116410 114719 114956 113418 111467 114939 113947 112271 114134  total = 30.677587 per ms 
01:16:15.475 16  switches: flows:  115003 118134 116415 116400 116930 116068 115086 114983 114943 114381 115954 112482 113626 111546 111799 112246  total = 30.548902 per ms 
01:17:15.575 16  switches: flows:  123282 123483 124325 120892 124552 122718 121708 125829 122881 120728 121263 120160 122267 121883 122672 117863  total = 32.554045 per ms 
RESULT: 16 switches 9 tests min/max/avg/stdev = 28658.02/32554.05/29986.87/10054.37 responses/s</msg>
<arg>${output}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-06-26T01:17:15.616812" elapsed="0.000375"/>
</kw>
<kw name="Should Contain" owner="BuiltIn">
<arg>${output}</arg>
<arg>RESULT</arg>
<doc>Fails if ``container`` does not contain ``item`` one or more times.</doc>
<status status="PASS" start="2026-06-26T01:17:15.617340" elapsed="0.000412"/>
</kw>
<kw name="Get Lines Containing String" owner="String">
<msg time="2026-06-26T01:17:15.618145" level="INFO">1 out of 23 lines matched.</msg>
<msg time="2026-06-26T01:17:15.618234" level="INFO">${result_line} = RESULT: 16 switches 9 tests min/max/avg/stdev = 28658.02/32554.05/29986.87/10054.37 responses/s</msg>
<var>${result_line}</var>
<arg>${output}</arg>
<arg>RESULT</arg>
<doc>Returns lines of the given ``string`` that contain the ``pattern``.</doc>
<status status="PASS" start="2026-06-26T01:17:15.617915" elapsed="0.000343"/>
</kw>
<kw name="Split String" owner="String">
<msg time="2026-06-26T01:17:15.618685" level="INFO">@{results_list} = [ RESULT: | 16 | switches | 9 | tests | min/max/avg/stdev | = | 28658.02/32554.05/29986.87/10054.37 | responses/s ]</msg>
<var>@{results_list}</var>
<arg>${result_line}</arg>
<doc>Splits the ``string`` using ``separator`` as a delimiter string.</doc>
<status status="PASS" start="2026-06-26T01:17:15.618428" elapsed="0.000284"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-06-26T01:17:15.621105" level="INFO">min/max/avg/stdev</msg>
<arg>${results_list[5]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-06-26T01:17:15.618856" elapsed="0.002306"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-06-26T01:17:15.623529" level="INFO">28658.02/32554.05/29986.87/10054.37</msg>
<arg>${results_list[7]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-06-26T01:17:15.621309" elapsed="0.002276"/>
</kw>
<kw name="Split String" owner="String">
<msg time="2026-06-26T01:17:15.625954" level="INFO">@{result_name_list} = [ min | max | avg | stdev ]</msg>
<var>@{result_name_list}</var>
<arg>${results_list[5]}</arg>
<arg>/</arg>
<doc>Splits the ``string`` using ``separator`` as a delimiter string.</doc>
<status status="PASS" start="2026-06-26T01:17:15.623734" elapsed="0.002247"/>
</kw>
<kw name="Split String" owner="String">
<msg time="2026-06-26T01:17:15.628387" level="INFO">@{result_value_list} = [ 28658.02 | 32554.05 | 29986.87 | 10054.37 ]</msg>
<var>@{result_value_list}</var>
<arg>${results_list[7]}</arg>
<arg>/</arg>
<doc>Splits the ``string`` using ``separator`` as a delimiter string.</doc>
<status status="PASS" start="2026-06-26T01:17:15.626178" elapsed="0.002238"/>
</kw>
<kw name="Get Length" owner="BuiltIn">
<msg time="2026-06-26T01:17:15.628881" level="INFO">Length is 4.</msg>
<msg time="2026-06-26T01:17:15.628999" level="INFO">${num_stats} = 4</msg>
<var>${num_stats}</var>
<arg>${result_name_list}</arg>
<doc>Returns and logs the length of the given item as an integer.</doc>
<status status="PASS" start="2026-06-26T01:17:15.628571" elapsed="0.000455"/>
</kw>
<for flavor="IN RANGE">
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-06-26T01:17:15.633750" level="INFO">min :: 28658.02</msg>
<arg>${result_name_list[${i}]} :: ${result_value_list[${i}]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-06-26T01:17:15.629453" elapsed="0.004356"/>
</kw>
<var name="${i}">0</var>
<status status="PASS" start="2026-06-26T01:17:15.629309" elapsed="0.004535"/>
</iter>
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-06-26T01:17:15.638325" level="INFO">max :: 32554.05</msg>
<arg>${result_name_list[${i}]} :: ${result_value_list[${i}]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-06-26T01:17:15.634063" elapsed="0.004334"/>
</kw>
<var name="${i}">1</var>
<status status="PASS" start="2026-06-26T01:17:15.633934" elapsed="0.004498"/>
</iter>
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-06-26T01:17:15.642970" level="INFO">avg :: 29986.87</msg>
<arg>${result_name_list[${i}]} :: ${result_value_list[${i}]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-06-26T01:17:15.638642" elapsed="0.004385"/>
</kw>
<var name="${i}">2</var>
<status status="PASS" start="2026-06-26T01:17:15.638516" elapsed="0.004547"/>
</iter>
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-06-26T01:17:15.647565" level="INFO">stdev :: 10054.37</msg>
<arg>${result_name_list[${i}]} :: ${result_value_list[${i}]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-06-26T01:17:15.643279" elapsed="0.004343"/>
</kw>
<var name="${i}">3</var>
<status status="PASS" start="2026-06-26T01:17:15.643147" elapsed="0.004510"/>
</iter>
<var>${i}</var>
<value>0</value>
<value>${num_stats}</value>
<status status="PASS" start="2026-06-26T01:17:15.629113" elapsed="0.018574"/>
</for>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-06-26T01:17:15.651849" level="INFO">${min} = 28658.02</msg>
<var>${min}</var>
<arg>${result_value_list[${0}]}</arg>
<doc>Returns the given values which can then be assigned to a variables.</doc>
<status status="PASS" start="2026-06-26T01:17:15.647852" elapsed="0.004026"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-06-26T01:17:15.656224" level="INFO">${max} = 32554.05</msg>
<var>${max}</var>
<arg>${result_value_list[${1}]}</arg>
<doc>Returns the given values which can then be assigned to a variables.</doc>
<status status="PASS" start="2026-06-26T01:17:15.652036" elapsed="0.004215"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-06-26T01:17:15.660185" level="INFO">${average} = 29986.87</msg>
<var>${average}</var>
<arg>${result_value_list[${2}]}</arg>
<doc>Returns the given values which can then be assigned to a variables.</doc>
<status status="PASS" start="2026-06-26T01:17:15.656434" elapsed="0.003778"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-06-26T01:17:15.664161" level="INFO">${stdev} = 10054.37</msg>
<var>${stdev}</var>
<arg>${result_value_list[${3}]}</arg>
<doc>Returns the given values which can then be assigned to a variables.</doc>
<status status="PASS" start="2026-06-26T01:17:15.660381" elapsed="0.003806"/>
</kw>
<kw name="Get Time" owner="BuiltIn">
<msg time="2026-06-26T01:17:15.664731" level="INFO">${date} = 2026-06-26 01:17:15</msg>
<var>${date}</var>
<arg>d,m,s</arg>
<doc>Returns the given time in the requested format.</doc>
<status status="PASS" start="2026-06-26T01:17:15.664367" elapsed="0.000390"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-06-26T01:17:15.665339" level="INFO">CBench Result: 2026-06-26 01:17:15,-m 60000 -M 100 -S 16 -l 10 -D 5000 -p 6633,28658.02,32554.05,29986.87,10054.37</msg>
<arg>CBench Result: ${date},${cbench_args},${min},${max},${average},${stdev}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-06-26T01:17:15.664911" elapsed="0.000515"/>
</kw>
<kw name="Log Results And Determine Status">
<kw name="Append To File" owner="OperatingSystem">
<msg time="2026-06-26T01:17:15.666666" level="INFO" html="true">Appended to file '&lt;a href="file:///w/workspace/openflowplugin-csit-1node-cbench-only-vanadium/bug.csv"&gt;/w/workspace/openflowplugin-csit-1node-cbench-only-vanadium/bug.csv&lt;/a&gt;'.</msg>
<arg>${output_file}</arg>
<arg>${min},${max},${average}\n</arg>
<doc>Appends the given content to the specified file.</doc>
<status status="PASS" start="2026-06-26T01:17:15.666105" elapsed="0.000630"/>
</kw>
<kw name="Should Be True" owner="BuiltIn">
<arg>${average} &gt; ${threshold}</arg>
<arg>${average} flow_mods per/sec did not exceed threshold of ${threshold}</arg>
<doc>Fails if the given condition is not true.</doc>
<status status="PASS" start="2026-06-26T01:17:15.666887" elapsed="0.000504"/>
</kw>
<arg>${min}</arg>
<arg>${max}</arg>
<arg>${average}</arg>
<arg>${average_threshold}</arg>
<arg>${output_filename}</arg>
<status status="PASS" start="2026-06-26T01:17:15.665601" elapsed="0.001860"/>
</kw>
<arg>-m ${duration_in_ms} -M ${num_of_unique_macs} -S ${switch_count} -l ${loops} -D ${start_delay} -p ${of_port}</arg>
<arg>${latency_threshold}</arg>
<arg>bug.csv</arg>
<status status="PASS" start="2026-06-26T01:07:08.785017" elapsed="606.882511"/>
</kw>
<kw name="Sleep" owner="BuiltIn">
<msg time="2026-06-26T01:17:15.668015" level="INFO">Slept 0 seconds.</msg>
<arg>${test_delay}</arg>
<doc>Pauses the test executed for the given time.</doc>
<status status="PASS" start="2026-06-26T01:17:15.667682" elapsed="0.000392"/>
</kw>
<kw name="Report Failure Due To Bug" owner="Utils" type="TEARDOWN">
<kw name="Evaluate" owner="BuiltIn">
<msg time="2026-06-26T01:17:15.669409" level="INFO">${test_skipped} = False</msg>
<var>${test_skipped}</var>
<arg>len(re.findall('SKIPPED', """${TEST_MESSAGE}""")) &gt; 0</arg>
<arg>modules=re</arg>
<doc>Evaluates the given expression in Python and returns the result.</doc>
<status status="PASS" start="2026-06-26T01:17:15.668856" elapsed="0.000581"/>
</kw>
<if>
<branch type="IF" condition="('${TEST_STATUS}' != 'FAIL') or ${test_skipped}">
<return>
<status status="PASS" start="2026-06-26T01:17:15.669683" elapsed="0.000042"/>
</return>
<status status="PASS" start="2026-06-26T01:17:15.669529" elapsed="0.000231"/>
</branch>
<status status="PASS" start="2026-06-26T01:17:15.669501" elapsed="0.000285"/>
</if>
<kw name="Comment" owner="BuiltIn">
<arg>Jira tickets are {PROJECT}-{NUMBER} while Bugzilla tickets are {NUMBER}</arg>
<doc>Displays the given messages in the log file as keyword arguments.</doc>
<status status="NOT RUN" start="2026-06-26T01:17:15.669933" elapsed="0.000022"/>
</kw>
<kw name="Run Keyword And Return Status" owner="BuiltIn">
<var>${match}</var>
<arg>Should Contain</arg>
<arg>${number}</arg>
<arg>-</arg>
<doc>Runs the specified keyword and returns the status as a Boolean value.</doc>
<status status="NOT RUN" start="2026-06-26T01:17:15.670092" elapsed="0.000020"/>
</kw>
<kw name="Set Variable If" owner="BuiltIn">
<var>${bug_url}</var>
<arg>${match}</arg>
<arg>https://jira.opendaylight.org/browse/${number}</arg>
<arg>https://bugs.opendaylight.org/show_bug.cgi?id=${number}</arg>
<doc>Sets variable based on the given condition.</doc>
<status status="NOT RUN" start="2026-06-26T01:17:15.670249" elapsed="0.000020"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<var>${msg}</var>
<arg>This test fails due to ${bug_url}</arg>
<doc>Returns the given values which can then be assigned to a variables.</doc>
<status status="NOT RUN" start="2026-06-26T01:17:15.670474" elapsed="0.000021"/>
</kw>
<kw name="Evaluate" owner="BuiltIn">
<var>${newline}</var>
<arg>chr(10)</arg>
<doc>Evaluates the given expression in Python and returns the result.</doc>
<status status="NOT RUN" start="2026-06-26T01:17:15.670624" elapsed="0.000020"/>
</kw>
<kw name="Set Test Message" owner="BuiltIn">
<arg>${msg}${newline}${newline}${TEST_MESSAGE}</arg>
<doc>Sets message for the current test case.</doc>
<status status="NOT RUN" start="2026-06-26T01:17:15.670770" elapsed="0.000020"/>
</kw>
<kw name="Log" owner="BuiltIn">
<arg>${msg}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="NOT RUN" start="2026-06-26T01:17:15.670918" elapsed="0.000020"/>
</kw>
<if>
<branch type="IF" condition="&quot;${include_bug_in_tags}&quot;==&quot;True&quot;">
<kw name="Set Tags" owner="BuiltIn">
<arg>${bug_url}</arg>
<doc>Adds given ``tags`` for the current test or all tests in a suite.</doc>
<status status="NOT RUN" start="2026-06-26T01:17:15.671144" elapsed="0.000021"/>
</kw>
<status status="NOT RUN" start="2026-06-26T01:17:15.671006" elapsed="0.000190"/>
</branch>
<status status="NOT RUN" start="2026-06-26T01:17:15.670989" elapsed="0.000231"/>
</if>
<arg>6176</arg>
<doc>Report that a test failed due to a known Bugzilla bug whose
number is provided as an argument.
Not FAILED (incl. SKIPPED) test are not reported.
This keyword must be used in the [Teardown] setting of the affected test
or as the first line of the test if FastFail module is not being
used. It reports the URL of the bug on console and also puts it
into the Robot log file.</doc>
<status status="PASS" start="2026-06-26T01:17:15.668509" elapsed="0.002762"/>
</kw>
<doc>cbench executed in latency mode to see if controller is healthy</doc>
<tag>cbench</tag>
<tag>latency</tag>
<timeout value="15 minutes"/>
<status status="PASS" start="2026-06-26T01:07:08.783728" elapsed="606.887591"/>
</test>
<doc>Cbench Latency and Throughput tests can be run from an external
cbench.
If cbench is run with a medium number of switches or higher (e.g. 32+)
the normal openflow operations seem to break.
BUG: https://bugs.opendaylight.org/show_bug.cgi?id=2897</doc>
<status status="PASS" start="2026-06-26T00:46:51.896905" elapsed="1823.774886"/>
</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>
