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

[?1h=[90m~[0m                                                                                [?2004hopendaylight-user</msg>
<arg>${KARAF_USER}</arg>
<arg>${KARAF_PASSWORD}</arg>
<arg>loglevel=${loglevel}</arg>
<doc>Logs into the SSH server with the given ``username`` and ``password``.</doc>
<status status="PASS" start="2026-04-08T00:46:30.325924" elapsed="0.837957"/>
</kw>
<kw name="Write" owner="SSHLibrary">
<msg time="2026-04-08T00:46:31.212078" level="INFO">@root&gt;log:set ERROR</msg>
<arg>${cmd}</arg>
<doc>Writes the given ``text`` on the remote machine and appends a newline.</doc>
<status status="PASS" start="2026-04-08T00:46:31.164118" elapsed="0.048032"/>
</kw>
<kw name="Read Until Regexp" owner="SSHLibrary">
<msg time="2026-04-08T00:46:31.214110" level="INFO">[?1l&gt;[?2004l[?1h=[90m~[0m                                                                                [?2004hopendaylight-user@root&gt;</msg>
<msg time="2026-04-08T00:46:31.214224" level="INFO">${output} = [?1l&gt;[?2004l[?1h=[90m~[0m                                                                                [?2004hopendaylight-user@root&gt;</msg>
<var>${output}</var>
<arg>${KARAF_PROMPT}</arg>
<doc>Consumes and returns the server output until a match to ``regexp`` is found.</doc>
<status status="PASS" start="2026-04-08T00:46:31.212309" elapsed="0.001944"/>
</kw>
<kw name="Write Bare" owner="SSHLibrary">
<arg>logout\n</arg>
<doc>Writes the given ``text`` on the remote machine without appending a newline.</doc>
<status status="PASS" start="2026-04-08T00:46:31.214408" elapsed="0.000193"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-04-08T00:46:31.214774" elapsed="0.000177"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-08T00:46:31.215424" level="INFO">[?1l&gt;[?2004l[?1h=[90m~[0m                                                                                [?2004hopendaylight-user@root&gt;</msg>
<arg>${output}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-04-08T00:46:31.215099" elapsed="0.000379"/>
</kw>
<return>
<value>${output}</value>
<status status="PASS" start="2026-04-08T00:46:31.215530" elapsed="0.000052"/>
</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.201
Note that this keyword will open&amp;close new SSH connection, without switching back to previously current session.</doc>
<status status="PASS" start="2026-04-08T00:46:30.324476" elapsed="0.891226"/>
</kw>
<arg>3x</arg>
<arg>1s</arg>
<arg>KarafKeywords.Issue Command On Karaf Console</arg>
<arg>log:set ${log_level}</arg>
<doc>Runs the specified keyword and retries if it fails.</doc>
<status status="PASS" start="2026-04-08T00:46:30.320636" elapsed="0.895151"/>
</kw>
<kw name="Append To File" owner="OperatingSystem">
<msg time="2026-04-08T00:46:31.216293" level="INFO" html="true">Appended to file '&lt;a href="file:///w/workspace/openflowplugin-csit-1node-cbench-only-vanadium/latency.csv"&gt;/w/workspace/openflowplugin-csit-1node-cbench-only-vanadium/latency.csv&lt;/a&gt;'.</msg>
<arg>${latency_results_file}</arg>
<arg>LATENCY_MIN,LATENCY_MAX,LATENCY_AVERAGE\n</arg>
<doc>Appends the given content to the specified file.</doc>
<status status="PASS" start="2026-04-08T00:46:31.215957" elapsed="0.000391"/>
</kw>
<kw name="Append To File" owner="OperatingSystem">
<msg time="2026-04-08T00:46:31.216758" level="INFO" html="true">Appended to file '&lt;a href="file:///w/workspace/openflowplugin-csit-1node-cbench-only-vanadium/throughput.csv"&gt;/w/workspace/openflowplugin-csit-1node-cbench-only-vanadium/throughput.csv&lt;/a&gt;'.</msg>
<arg>${throughput_results_file}</arg>
<arg>THROUGHPUT_MIN,THROUGHPUT_MAX,THROUGHPUT_AVERAGE\n</arg>
<doc>Appends the given content to the specified file.</doc>
<status status="PASS" start="2026-04-08T00:46:31.216496" elapsed="0.000323"/>
</kw>
<kw name="Evaluate" owner="BuiltIn">
<msg time="2026-04-08T00:46:31.217351" level="INFO">${duration_in_ms} = 60000</msg>
<var>${duration_in_ms}</var>
<arg>${duration_in_secs} * 1000</arg>
<doc>Evaluates the given expression in Python and returns the result.</doc>
<status status="PASS" start="2026-04-08T00:46:31.216970" elapsed="0.000408"/>
</kw>
<kw name="Set Suite Variable" owner="BuiltIn">
<msg time="2026-04-08T00:46:31.217924" level="INFO">${duration_in_ms} = 60000</msg>
<arg>${duration_in_ms}</arg>
<doc>Makes a variable available everywhere within the scope of the current suite.</doc>
<status status="PASS" start="2026-04-08T00:46:31.217571" elapsed="0.000395"/>
</kw>
<kw name="Evaluate" owner="BuiltIn">
<msg time="2026-04-08T00:46:31.218477" level="INFO">${test_timeout} = 900.0</msg>
<var>${test_timeout}</var>
<arg>(${loops} * ${duration_in_secs}) * 1.5</arg>
<doc>Evaluates the given expression in Python and returns the result.</doc>
<status status="PASS" start="2026-04-08T00:46:31.218111" elapsed="0.000393"/>
</kw>
<kw name="Set Suite Variable" owner="BuiltIn">
<msg time="2026-04-08T00:46:31.219003" level="INFO">${test_timeout} = 900.0</msg>
<arg>${test_timeout}</arg>
<doc>Makes a variable available everywhere within the scope of the current suite.</doc>
<status status="PASS" start="2026-04-08T00:46:31.218660" elapsed="0.000385"/>
</kw>
<if>
<branch type="IF" condition="&quot;${cbench_system}&quot; == &quot;localhost&quot;">
<kw name="File Should Exist" owner="OperatingSystem">
<arg>${cbench_executable}</arg>
<doc>Fails unless the given ``path`` points to an existing file.</doc>
<status status="NOT RUN" start="2026-04-08T00:46:31.219344" elapsed="0.000021"/>
</kw>
<status status="NOT RUN" start="2026-04-08T00:46:31.219132" elapsed="0.000266"/>
</branch>
<branch type="ELSE">
<kw name="Verify File Exists On Remote System" owner="Utils">
<kw name="Open Connection" owner="SSHLibrary">
<msg time="2026-04-08T00:46:31.223656" level="INFO">${conn_id} = 2</msg>
<var>${conn_id}</var>
<arg>${system}</arg>
<arg>prompt=${prompt}</arg>
<arg>timeout=${prompt_timeout}</arg>
<doc>Opens a new SSH connection to the given ``host`` and ``port``.</doc>
<status status="PASS" start="2026-04-08T00:46:31.223249" elapsed="0.000437"/>
</kw>
<kw name="Flexible_SSH_Login" owner="SSHKeywords">
<kw name="Get Length" owner="BuiltIn">
<msg time="2026-04-08T00:46:31.224673" level="INFO">Length is 0.</msg>
<msg time="2026-04-08T00:46:31.224772" level="INFO">${pwd_length} = 0</msg>
<var>${pwd_length}</var>
<arg>${password}</arg>
<doc>Returns and logs the length of the given item as an integer.</doc>
<status status="PASS" start="2026-04-08T00:46:31.224241" elapsed="0.000557"/>
</kw>
<kw name="Run Keyword And Return If" owner="BuiltIn">
<arg>${pwd_length} &gt; 0</arg>
<arg>SSHLibrary.Login</arg>
<arg>${user}</arg>
<arg>${password}</arg>
<arg>delay=${delay}</arg>
<doc>Runs the specified keyword and returns from the enclosing user keyword.</doc>
<status status="PASS" start="2026-04-08T00:46:31.224942" elapsed="0.000351"/>
</kw>
<kw name="Run Keyword And Return" owner="BuiltIn">
<kw name="Login With Public Key" owner="SSHLibrary">
<msg time="2026-04-08T00:46:31.226288" level="INFO">Logging into '10.30.170.196:22' as 'jenkins'.</msg>
<msg time="2026-04-08T00:46:31.920289" level="INFO">Read output: Welcome to Ubuntu 22.04.5 LTS (GNU/Linux 5.15.0-153-generic x86_64)

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

 System information as of Wed Apr  8 00:46:31 UTC 2026

  System load:  0.06               Processes:             110
  Usage of /:   19.3% of 38.58GB   Users logged in:       0
  Memory usage: 4%                 IPv4 address for ens3: 10.30.170.196
  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-169-1-mininet-ovs-217-0 ~]&gt;</msg>
<arg>${user}</arg>
<arg>${USER_HOME}/.ssh/${SSH_KEY}</arg>
<arg>${KEYFILE_PASS}</arg>
<arg>delay=${delay}</arg>
<doc>Logs into the SSH server using key-based authentication.</doc>
<status status="PASS" start="2026-04-08T00:46:31.225824" elapsed="0.694646"/>
</kw>
<msg time="2026-04-08T00:46:31.920570" level="INFO">Returning from the enclosing user keyword.</msg>
<arg>SSHLibrary.Login With Public Key</arg>
<arg>${user}</arg>
<arg>${USER_HOME}/.ssh/${SSH_KEY}</arg>
<arg>${KEYFILE_PASS}</arg>
<arg>delay=${delay}</arg>
<doc>Runs the specified keyword and returns from the enclosing user keyword.</doc>
<status status="PASS" start="2026-04-08T00:46:31.225466" elapsed="0.695209"/>
</kw>
<arg>${user}</arg>
<arg>${password}</arg>
<doc>On active SSH session: if given non-empty password, do Login, else do Login With Public Key.</doc>
<status status="PASS" start="2026-04-08T00:46:31.223905" elapsed="0.696923"/>
</kw>
<kw name="File Should Exist" owner="SSHLibrary">
<msg time="2026-04-08T00:46:31.929268" level="INFO">[chan 1] Opened sftp connection (server version 3)</msg>
<arg>${file}</arg>
<doc>Fails if the given ``path`` does NOT point to an existing file.</doc>
<status status="PASS" start="2026-04-08T00:46:31.921074" elapsed="0.010199"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-04-08T00:46:31.931535" elapsed="0.000555"/>
</kw>
<arg>${cbench_system}</arg>
<arg>${cbench_executable}</arg>
<doc>Will create connection with public key and will PASS if the given ${file} exists,
otherwise will FAIL</doc>
<status status="PASS" start="2026-04-08T00:46:31.222715" elapsed="0.709514"/>
</kw>
<status status="PASS" start="2026-04-08T00:46:31.219466" elapsed="0.712846"/>
</branch>
<status status="PASS" start="2026-04-08T00:46:31.219107" elapsed="0.713274"/>
</if>
<kw name="Should Be True" owner="BuiltIn">
<arg>${loops} &gt;= 2</arg>
<arg>If number of loops is less than 2, cbench will not run</arg>
<doc>Fails if the given condition is not true.</doc>
<status status="PASS" start="2026-04-08T00:46:31.932714" elapsed="0.001095"/>
</kw>
<kw name="Verify_Feature_Is_Installed" owner="KarafKeywords">
<if>
<branch type="IF" condition="'${IS_KARAF_APPL}' == 'False'">
<return>
<value>Not A Karaf App</value>
<status status="NOT RUN" start="2026-04-08T00:46:31.941649" elapsed="0.000020"/>
</return>
<status status="NOT RUN" start="2026-04-08T00:46:31.941522" elapsed="0.000183"/>
</branch>
<status status="PASS" start="2026-04-08T00:46:31.941494" elapsed="0.000235"/>
</if>
<kw name="Issue_Command_On_Karaf_Console" owner="KarafKeywords">
<if>
<branch type="IF" condition="'${IS_KARAF_APPL}' == 'False'">
<return>
<value>Not A Karaf App</value>
<status status="NOT RUN" start="2026-04-08T00:46:31.945328" elapsed="0.000014"/>
</return>
<status status="NOT RUN" start="2026-04-08T00:46:31.945214" elapsed="0.000160"/>
</branch>
<status status="PASS" start="2026-04-08T00:46:31.945194" elapsed="0.000202"/>
</if>
<kw name="Open Connection" owner="SSHLibrary">
<arg>${controller}</arg>
<arg>port=${karaf_port}</arg>
<arg>prompt=${KARAF_PROMPT_LOGIN}</arg>
<arg>timeout=${timeout}</arg>
<doc>Opens a new SSH connection to the given ``host`` and ``port``.</doc>
<status status="PASS" start="2026-04-08T00:46:31.945530" elapsed="0.000491"/>
</kw>
<kw name="Login" owner="SSHLibrary">
<msg time="2026-04-08T00:46:31.946434" level="INFO">Logging into '10.30.170.201:8101' as 'karaf'.</msg>
<msg time="2026-04-08T00:46:32.126588" level="INFO">Read output: [33m                                                                                           
[33m    ________                       ________                .__  .__       .__     __       
[33m    \_____  \ ______   ____   ____ \______ \ _____  ___.__.|  | |__| ____ |  |___/  |_     
[33m     /   |   \\____ \_/ __ \ /    \ |    |  \\__  \&lt;   |  ||  | |  |/ ___\|  |  \   __\    
[33m    /    |    \  |_&gt; &gt;  ___/|   |  \|    `   \/ __ \\___  ||  |_|  / /_/  &gt;   Y  \  |      
[33m    \_______  /   __/ \___  &gt;___|  /_______  (____  / ____||____/__\___  /|___|  /__|      
[33m            \/|__|        \/     \/        \/     \/\/            /_____/      \/          
[33m                                                                                           

Hit '[1m&lt;tab&gt;[0m' for a list of available commands
and '[1m[cmd] --help[0m' for help on a specific command.
Hit '[1m&lt;ctrl-d&gt;[0m' or type '[1msystem:shutdown[0m' or '[1mlogout[0m' to shutdown OpenDaylight.

[?1h=[90m~[0m                                                                                [?2004hopendaylight-user</msg>
<arg>${KARAF_USER}</arg>
<arg>${KARAF_PASSWORD}</arg>
<arg>loglevel=${loglevel}</arg>
<doc>Logs into the SSH server with the given ``username`` and ``password``.</doc>
<status status="PASS" start="2026-04-08T00:46:31.946170" elapsed="0.180586"/>
</kw>
<kw name="Write" owner="SSHLibrary">
<msg time="2026-04-08T00:46:32.211846" level="INFO">@root&gt;feature:list -i | 0[C 0g[Krep odl-openflowplugin-drop-test</msg>
<arg>${cmd}</arg>
<doc>Writes the given ``text`` on the remote machine and appends a newline.</doc>
<status status="PASS" start="2026-04-08T00:46:32.126952" elapsed="0.085001"/>
</kw>
<kw name="Read Until Regexp" owner="SSHLibrary">
<msg time="2026-04-08T00:46:32.217826" level="INFO">[?1l&gt;[?2004l[31;1modl-openflowplugin-drop-test[0m                                    x 0.21.3           x x        x Started x [31;1modl-openflowplugin-drop-test[0m                                    x OpenDaylight :: Openflow Plugin :: Drop Test
[?1h=[90m~[0m                                                                                [?2004hopendaylight-user@root&gt;</msg>
<msg time="2026-04-08T00:46:32.218035" level="INFO">${output} = [?1l&gt;[?2004l[31;1modl-openflowplugin-drop-test[0m                                    x 0.21.3           x x        x Started x [31;1modl-openflowplugin-drop-test[0m                     ...</msg>
<var>${output}</var>
<arg>${KARAF_PROMPT}</arg>
<doc>Consumes and returns the server output until a match to ``regexp`` is found.</doc>
<status status="PASS" start="2026-04-08T00:46:32.212099" elapsed="0.005967"/>
</kw>
<kw name="Write Bare" owner="SSHLibrary">
<arg>logout\n</arg>
<doc>Writes the given ``text`` on the remote machine without appending a newline.</doc>
<status status="PASS" start="2026-04-08T00:46:32.218211" elapsed="0.000191"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-04-08T00:46:32.218551" elapsed="0.000182"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-08T00:46:32.219175" level="INFO">[?1l&gt;[?2004l[31;1modl-openflowplugin-drop-test[0m                                    x 0.21.3           x x        x Started x [31;1modl-openflowplugin-drop-test[0m                                    x OpenDaylight :: Openflow Plugin :: Drop Test
[?1h=[90m~[0m                                                                                [?2004hopendaylight-user@root&gt;</msg>
<arg>${output}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-04-08T00:46:32.218890" elapsed="0.000350"/>
</kw>
<return>
<value>${output}</value>
<status status="PASS" start="2026-04-08T00:46:32.219287" elapsed="0.000042"/>
</return>
<msg time="2026-04-08T00:46:32.219465" 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.201
Note that this keyword will open&amp;close new SSH connection, without switching back to previously current session.</doc>
<status status="PASS" start="2026-04-08T00:46:31.944853" elapsed="0.274643"/>
</kw>
<kw name="Should Contain" owner="BuiltIn">
<arg>${output}</arg>
<arg>${feature_name}</arg>
<doc>Fails if ``container`` does not contain ``item`` one or more times.</doc>
<status status="PASS" start="2026-04-08T00:46:32.219640" elapsed="0.000634"/>
</kw>
<return>
<value>${output}</value>
<status status="PASS" start="2026-04-08T00:46:32.220326" elapsed="0.000033"/>
</return>
<arg>odl-openflowplugin-drop-test</arg>
<doc>Will Succeed if the given ${feature_name} is found in the output of "feature:list -i"</doc>
<status status="PASS" start="2026-04-08T00:46:31.941181" elapsed="0.279277"/>
</kw>
<kw name="Issue_Command_On_Karaf_Console" owner="KarafKeywords">
<if>
<branch type="IF" condition="'${IS_KARAF_APPL}' == 'False'">
<return>
<value>Not A Karaf App</value>
<status status="NOT RUN" start="2026-04-08T00:46:32.224087" elapsed="0.000016"/>
</return>
<status status="NOT RUN" start="2026-04-08T00:46:32.223966" elapsed="0.000168"/>
</branch>
<status status="PASS" start="2026-04-08T00:46:32.223940" elapsed="0.000217"/>
</if>
<kw name="Open Connection" owner="SSHLibrary">
<arg>${controller}</arg>
<arg>port=${karaf_port}</arg>
<arg>prompt=${KARAF_PROMPT_LOGIN}</arg>
<arg>timeout=${timeout}</arg>
<doc>Opens a new SSH connection to the given ``host`` and ``port``.</doc>
<status status="PASS" start="2026-04-08T00:46:32.224285" elapsed="0.000409"/>
</kw>
<kw name="Login" owner="SSHLibrary">
<msg time="2026-04-08T00:46:32.225120" level="INFO">Logging into '10.30.170.201:8101' as 'karaf'.</msg>
<msg time="2026-04-08T00:46:32.404985" level="INFO">Read output: [33m                                                                                           
[33m    ________                       ________                .__  .__       .__     __       
[33m    \_____  \ ______   ____   ____ \______ \ _____  ___.__.|  | |__| ____ |  |___/  |_     
[33m     /   |   \\____ \_/ __ \ /    \ |    |  \\__  \&lt;   |  ||  | |  |/ ___\|  |  \   __\    
[33m    /    |    \  |_&gt; &gt;  ___/|   |  \|    `   \/ __ \\___  ||  |_|  / /_/  &gt;   Y  \  |      
[33m    \_______  /   __/ \___  &gt;___|  /_______  (____  / ____||____/__\___  /|___|  /__|      
[33m            \/|__|        \/     \/        \/     \/\/            /_____/      \/          
[33m                                                                                           

Hit '[1m&lt;tab&gt;[0m' for a list of available commands
and '[1m[cmd] --help[0m' for help on a specific command.
Hit '[1m&lt;ctrl-d&gt;[0m' or type '[1msystem:shutdown[0m' or '[1mlogout[0m' to shutdown OpenDaylight.

[?1h=[90m~[0m                                                                                [?2004hopendaylight-user</msg>
<arg>${KARAF_USER}</arg>
<arg>${KARAF_PASSWORD}</arg>
<arg>loglevel=${loglevel}</arg>
<doc>Logs into the SSH server with the given ``username`` and ``password``.</doc>
<status status="PASS" start="2026-04-08T00:46:32.224862" elapsed="0.180308"/>
</kw>
<kw name="Write" owner="SSHLibrary">
<msg time="2026-04-08T00:46:32.428618" level="INFO">@root&gt;dropallpacketsrpc on</msg>
<arg>${cmd}</arg>
<doc>Writes the given ``text`` on the remote machine and appends a newline.</doc>
<status status="PASS" start="2026-04-08T00:46:32.405507" elapsed="0.023174"/>
</kw>
<kw name="Read Until Regexp" owner="SSHLibrary">
<msg time="2026-04-08T00:46:32.430448" level="INFO">[?1l&gt;[?2004lDropAllFlows transitions to on
[?1h=[90m~[0m                                                                                [?2004hopendaylight-user@root&gt;</msg>
<msg time="2026-04-08T00:46:32.430540" level="INFO">${output} = [?1l&gt;[?2004lDropAllFlows transitions to on
[?1h=[90m~[0m                                                                                [?2004hopendaylight-user@root&gt;</msg>
<var>${output}</var>
<arg>${KARAF_PROMPT}</arg>
<doc>Consumes and returns the server output until a match to ``regexp`` is found.</doc>
<status status="PASS" start="2026-04-08T00:46:32.428851" elapsed="0.001718"/>
</kw>
<kw name="Write Bare" owner="SSHLibrary">
<arg>logout\n</arg>
<doc>Writes the given ``text`` on the remote machine without appending a newline.</doc>
<status status="PASS" start="2026-04-08T00:46:32.430702" elapsed="0.000198"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-04-08T00:46:32.431045" elapsed="0.000164"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-08T00:46:32.431609" level="INFO">[?1l&gt;[?2004lDropAllFlows transitions to on
[?1h=[90m~[0m                                                                                [?2004hopendaylight-user@root&gt;</msg>
<arg>${output}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-04-08T00:46:32.431345" elapsed="0.000313"/>
</kw>
<return>
<value>${output}</value>
<status status="PASS" start="2026-04-08T00:46:32.431704" elapsed="0.000062"/>
</return>
<arg>dropallpacketsrpc on</arg>
<doc>Will execute the given ${cmd} by ssh'ing to the karaf console running on 10.30.170.201
Note that this keyword will open&amp;close new SSH connection, without switching back to previously current session.</doc>
<status status="PASS" start="2026-04-08T00:46:32.223619" elapsed="0.208255"/>
</kw>
<status status="PASS" start="2026-04-08T00:46:30.318874" elapsed="2.113060"/>
</kw>
<test id="s1-t1" name="Cbench Latency Test" line="37">
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-08T00:46:32.434434" level="INFO">Cbench tests using 10 iterations of 60 second tests. Switch Count: 16. Unique MACS to cycle: 100</msg>
<arg>Cbench tests using ${loops} iterations of ${duration_in_secs} second tests. Switch Count: ${switch_count}. Unique MACS to cycle: ${num_of_unique_macs}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-04-08T00:46:32.433263" elapsed="0.001237"/>
</kw>
<kw name="Run Cbench And Log Results">
<kw name="Set Suite Variable" owner="BuiltIn">
<msg time="2026-04-08T00:46:32.435930" level="INFO">${output_filename} = latency.csv</msg>
<arg>${output_filename}</arg>
<doc>Makes a variable available everywhere within the scope of the current suite.</doc>
<status status="PASS" start="2026-04-08T00:46:32.435555" elapsed="0.000418"/>
</kw>
<if>
<branch type="IF" condition="&quot;${cbench_system}&quot; == &quot;localhost&quot;">
<kw name="Run" owner="OperatingSystem">
<var>${output}</var>
<arg>${cbench_executable} -c ${ODL_SYSTEM_IP} ${cbench_args}</arg>
<doc>_This keyword is considered deprecated. Use the
[http://robotframework.org/robotframework/latest/libraries/Process.html|
Process] library instead._</doc>
<status status="NOT RUN" start="2026-04-08T00:46:32.436273" elapsed="0.000022"/>
</kw>
<status status="NOT RUN" start="2026-04-08T00:46:32.436048" elapsed="0.000283"/>
</branch>
<branch type="ELSE">
<kw name="Run Command On Remote System" owner="Utils">
<if>
<branch type="IF" condition="&quot;${return_stdout}&quot;!=&quot;True&quot; and &quot;${return_stderr}&quot;!=&quot;True&quot;">
<kw name="Fail" owner="BuiltIn">
<arg>At least one of {return_stdout} or {return_stderr} args should be set to True</arg>
<doc>Fails the test with the given message and optionally alters its tags.</doc>
<status status="NOT RUN" start="2026-04-08T00:46:32.439319" elapsed="0.000020"/>
</kw>
<status status="NOT RUN" start="2026-04-08T00:46:32.439069" elapsed="0.000304"/>
</branch>
<status status="PASS" start="2026-04-08T00:46:32.439050" elapsed="0.000349"/>
</if>
<kw name="Get Connection" owner="SSHLibrary">
<msg time="2026-04-08T00:46:32.439959" level="INFO">index=None
host=None
alias=None
port=22
timeout=3 seconds
newline=

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

prompt=None
term_type=vt100
width=80
height=24
path_separator=/
encoding=utf8
escape_ansi=False
encoding_errors=strict</msg>
<var>${current_ssh_connection}</var>
<doc>Returns information about the connection.</doc>
<status status="PASS" start="2026-04-08T00:46:32.439753" elapsed="0.000355"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-08T00:46:32.440694" level="INFO">Attempting to execute command "/usr/local/bin/cbench -c 10.30.170.201 -m 60000 -M 100 -S 16 -l 10 -D 5000 -p 6633" on remote system "10.30.170.196" by user "jenkins" with keyfile pass "any" and prompt "&gt;" and password ""</msg>
<arg>Attempting to execute command "${cmd}" on remote system "${system}" by user "${user}" with keyfile pass "${keyfile_pass}" and prompt "${prompt}" and password "${password}"</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-04-08T00:46:32.440243" elapsed="0.000526"/>
</kw>
<kw name="Open Connection" owner="SSHLibrary">
<msg time="2026-04-08T00:46:32.441377" level="INFO">${conn_id} = 5</msg>
<var>${conn_id}</var>
<arg>${system}</arg>
<arg>prompt=${prompt}</arg>
<arg>timeout=${prompt_timeout}</arg>
<doc>Opens a new SSH connection to the given ``host`` and ``port``.</doc>
<status status="PASS" start="2026-04-08T00:46:32.440911" elapsed="0.000492"/>
</kw>
<kw name="Flexible_SSH_Login" owner="SSHKeywords">
<kw name="Get Length" owner="BuiltIn">
<msg time="2026-04-08T00:46:32.442311" level="INFO">Length is 0.</msg>
<msg time="2026-04-08T00:46:32.442400" level="INFO">${pwd_length} = 0</msg>
<var>${pwd_length}</var>
<arg>${password}</arg>
<doc>Returns and logs the length of the given item as an integer.</doc>
<status status="PASS" start="2026-04-08T00:46:32.441995" elapsed="0.000429"/>
</kw>
<kw name="Run Keyword And Return If" owner="BuiltIn">
<arg>${pwd_length} &gt; 0</arg>
<arg>SSHLibrary.Login</arg>
<arg>${user}</arg>
<arg>${password}</arg>
<arg>delay=${delay}</arg>
<doc>Runs the specified keyword and returns from the enclosing user keyword.</doc>
<status status="PASS" start="2026-04-08T00:46:32.442565" elapsed="0.000347"/>
</kw>
<kw name="Run Keyword And Return" owner="BuiltIn">
<kw name="Login With Public Key" owner="SSHLibrary">
<msg time="2026-04-08T00:46:32.443784" level="INFO">Logging into '10.30.170.196:22' as 'jenkins'.</msg>
<msg time="2026-04-08T00:46:32.772416" level="INFO">Read output: Welcome to Ubuntu 22.04.5 LTS (GNU/Linux 5.15.0-153-generic x86_64)

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

 System information as of Wed Apr  8 00:46:31 UTC 2026

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


Expanded Security Maintenance for Applications is not enabled.

0 updates can be applied immediately.

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


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


Last login: Wed Apr  8 00:46:31 2026 from 10.30.171.75
[?2004h[jenkins@releng-63164-169-1-mininet-ovs-217-0 ~]&gt;</msg>
<arg>${user}</arg>
<arg>${USER_HOME}/.ssh/${SSH_KEY}</arg>
<arg>${KEYFILE_PASS}</arg>
<arg>delay=${delay}</arg>
<doc>Logs into the SSH server using key-based authentication.</doc>
<status status="PASS" start="2026-04-08T00:46:32.443411" elapsed="0.329125"/>
</kw>
<msg time="2026-04-08T00:46:32.772613" level="INFO">Returning from the enclosing user keyword.</msg>
<arg>SSHLibrary.Login With Public Key</arg>
<arg>${user}</arg>
<arg>${USER_HOME}/.ssh/${SSH_KEY}</arg>
<arg>${KEYFILE_PASS}</arg>
<arg>delay=${delay}</arg>
<doc>Runs the specified keyword and returns from the enclosing user keyword.</doc>
<status status="PASS" start="2026-04-08T00:46:32.443064" elapsed="0.329614"/>
</kw>
<arg>${user}</arg>
<arg>${password}</arg>
<doc>On active SSH session: if given non-empty password, do Login, else do Login With Public Key.</doc>
<status status="PASS" start="2026-04-08T00:46:32.441603" elapsed="0.331197"/>
</kw>
<kw name="Execute Command" owner="SSHLibrary">
<msg time="2026-04-08T00:46:32.773392" level="INFO">Executing command '/usr/local/bin/cbench -c 10.30.170.201 -m 60000 -M 100 -S 16 -l 10 -D 5000 -p 6633'.</msg>
<msg time="2026-04-08T00:56:38.862942" level="INFO">Command exited with return code 0.</msg>
<msg time="2026-04-08T00:56:38.863431" level="INFO">${stdout} = </msg>
<msg time="2026-04-08T00:56:38.863596" level="INFO">${stderr} = cbench: controller benchmarking tool
   running in mode 'latency'
   connecting to controller at 10.30.170.201: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-04-08T00:46:32.772967" elapsed="606.090705"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-04-08T00:56:38.864123" elapsed="0.000765"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-08T00:56:38.866054" level="INFO">cbench: controller benchmarking tool
   running in mode 'latency'
   connecting to controller at 10.30.170.201: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.201. So far 1 cbench instances have initialized their switches.  Waiting for other cbench-instances
Thread-0: Total switches from ALL cbench-instances initialized.
00:47:37.961 16  switches: flows:  125633 126377 126842 128796 127966 126986 125997 123078 118875 122972 122776 123596 124461 121592 119783 120538  total = 33.104467 per ms 
00:48:38.062 16  switches: flows:  140192 140498 140560 139684 136320 137932 141253 136815 130332 136038 136543 134283 134789 134410 131299 135373  total = 36.377943 per ms 
00:49:38.163 16  switches: flows:  145002 142228 141417 139937 139905 140756 141772 138952 132672 135894 136950 137050 137475 136416 133147 138015  total = 36.898030 per ms 
00:50:38.264 16  switches: flows:  142565 140817 141558 140204 138190 138580 139795 138145 130170 134578 138256 136987 136253 135435 130685 136635  total = 36.586448 per ms 
00:51:38.365 16  switches: flows:  141831 141992 143465 138693 140691 141205 142420 139504 132901 137688 139130 137114 137300 136905 132849 137620  total = 36.960056 per ms 
00:52:38.468 16  switches: flows:  142071 142459 142059 139960 143016 143307 142692 141667 133201 136570 137705 136287 136478 137733 133474 137672  total = 37.043607 per ms 
00:53:38.569 16  switches: flows:  147272 147927 144349 145941 146935 145125 148350 144860 136579 141958 141471 143543 137740 142030 137815 140719  total = 38.146240 per ms 
00:54:38.672 16  switches: flows:  146631 143072 143922 143339 145430 142239 144635 141932 136139 139805 140361 142520 136363 139782 136928 142577  total = 37.697428 per ms 
00:55:38.773 16  switches: flows:  147290 145132 144411 143917 144367 143178 145637 139243 135759 138922 141447 141805 136705 141800 137199 140181  total = 37.720218 per ms 
00:56:38.874 16  switches: flows:  147493 145716 147049 143487 146447 143467 145220 143334 136636 141913 142610 140457 137818 139208 136551 142951  total = 37.942606 per ms 
RESULT: 16 switches 9 tests min/max/avg/stdev = 36377.94/38146.24/37263.62/12435.30 responses/s</msg>
<arg>${stderr}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-04-08T00:56:38.865252" elapsed="0.001079"/>
</kw>
<if>
<branch type="IF" condition="&quot;${return_stdout}&quot;!=&quot;True&quot;">
<return>
<value>${stderr}</value>
<status status="PASS" start="2026-04-08T00:56:38.866878" elapsed="0.000074"/>
</return>
<status status="PASS" start="2026-04-08T00:56:38.866522" elapsed="0.000512"/>
</branch>
<status status="PASS" start="2026-04-08T00:56:38.866462" elapsed="0.000630"/>
</if>
<if>
<branch type="IF" condition="&quot;${return_stderr}&quot;!=&quot;True&quot;">
<return>
<value>${stdout}</value>
<status status="NOT RUN" start="2026-04-08T00:56:38.867305" elapsed="0.000029"/>
</return>
<status status="NOT RUN" start="2026-04-08T00:56:38.867223" elapsed="0.000173"/>
</branch>
<status status="NOT RUN" start="2026-04-08T00:56:38.867186" elapsed="0.000257"/>
</if>
<return>
<value>${stdout}</value>
<value>${stderr}</value>
<status status="NOT RUN" start="2026-04-08T00:56:38.868054" elapsed="0.000044"/>
</return>
<kw name="Restore_Current_Ssh_Connection_From_Index" owner="SSHKeywords" type="TEARDOWN">
<kw name="Run Keyword And Return If" owner="BuiltIn">
<arg>${connection_index} is not None</arg>
<arg>SSHLibrary.Switch Connection</arg>
<arg>${connection_index}</arg>
<doc>Runs the specified keyword and returns from the enclosing user keyword.</doc>
<status status="PASS" start="2026-04-08T00:56:38.873293" elapsed="0.000500"/>
</kw>
<kw name="Open Connection" owner="SSHLibrary">
<arg>127.0.0.1</arg>
<doc>Opens a new SSH connection to the given ``host`` and ``port``.</doc>
<status status="PASS" start="2026-04-08T00:56:38.874012" elapsed="0.000237"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-04-08T00:56:38.874438" elapsed="0.000144"/>
</kw>
<arg>${current_ssh_connection.index}</arg>
<doc>Restore active SSH connection in SSHLibrary to given index.</doc>
<status status="PASS" start="2026-04-08T00:56:38.868813" elapsed="0.005845"/>
</kw>
<msg time="2026-04-08T00:56:38.874883" level="INFO">${output} = cbench: controller benchmarking tool
   running in mode 'latency'
   connecting to controller at 10.30.170.201: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-04-08T00:46:32.436691" elapsed="606.438233"/>
</kw>
<status status="PASS" start="2026-04-08T00:46:32.436358" elapsed="606.438639"/>
</branch>
<status status="PASS" start="2026-04-08T00:46:32.436027" elapsed="606.439005"/>
</if>
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-08T00:56:38.875695" level="INFO">cbench: controller benchmarking tool
   running in mode 'latency'
   connecting to controller at 10.30.170.201: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.201. So far 1 cbench instances have initialized their switches.  Waiting for other cbench-instances
Thread-0: Total switches from ALL cbench-instances initialized.
00:47:37.961 16  switches: flows:  125633 126377 126842 128796 127966 126986 125997 123078 118875 122972 122776 123596 124461 121592 119783 120538  total = 33.104467 per ms 
00:48:38.062 16  switches: flows:  140192 140498 140560 139684 136320 137932 141253 136815 130332 136038 136543 134283 134789 134410 131299 135373  total = 36.377943 per ms 
00:49:38.163 16  switches: flows:  145002 142228 141417 139937 139905 140756 141772 138952 132672 135894 136950 137050 137475 136416 133147 138015  total = 36.898030 per ms 
00:50:38.264 16  switches: flows:  142565 140817 141558 140204 138190 138580 139795 138145 130170 134578 138256 136987 136253 135435 130685 136635  total = 36.586448 per ms 
00:51:38.365 16  switches: flows:  141831 141992 143465 138693 140691 141205 142420 139504 132901 137688 139130 137114 137300 136905 132849 137620  total = 36.960056 per ms 
00:52:38.468 16  switches: flows:  142071 142459 142059 139960 143016 143307 142692 141667 133201 136570 137705 136287 136478 137733 133474 137672  total = 37.043607 per ms 
00:53:38.569 16  switches: flows:  147272 147927 144349 145941 146935 145125 148350 144860 136579 141958 141471 143543 137740 142030 137815 140719  total = 38.146240 per ms 
00:54:38.672 16  switches: flows:  146631 143072 143922 143339 145430 142239 144635 141932 136139 139805 140361 142520 136363 139782 136928 142577  total = 37.697428 per ms 
00:55:38.773 16  switches: flows:  147290 145132 144411 143917 144367 143178 145637 139243 135759 138922 141447 141805 136705 141800 137199 140181  total = 37.720218 per ms 
00:56:38.874 16  switches: flows:  147493 145716 147049 143487 146447 143467 145220 143334 136636 141913 142610 140457 137818 139208 136551 142951  total = 37.942606 per ms 
RESULT: 16 switches 9 tests min/max/avg/stdev = 36377.94/38146.24/37263.62/12435.30 responses/s</msg>
<arg>${output}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-04-08T00:56:38.875247" elapsed="0.000578"/>
</kw>
<kw name="Should Contain" owner="BuiltIn">
<arg>${output}</arg>
<arg>RESULT</arg>
<doc>Fails if ``container`` does not contain ``item`` one or more times.</doc>
<status status="PASS" start="2026-04-08T00:56:38.876043" elapsed="0.000522"/>
</kw>
<kw name="Get Lines Containing String" owner="String">
<msg time="2026-04-08T00:56:38.877149" level="INFO">1 out of 23 lines matched.</msg>
<msg time="2026-04-08T00:56:38.877284" level="INFO">${result_line} = RESULT: 16 switches 9 tests min/max/avg/stdev = 36377.94/38146.24/37263.62/12435.30 responses/s</msg>
<var>${result_line}</var>
<arg>${output}</arg>
<arg>RESULT</arg>
<doc>Returns lines of the given ``string`` that contain the ``pattern``.</doc>
<status status="PASS" start="2026-04-08T00:56:38.876821" elapsed="0.000500"/>
</kw>
<kw name="Split String" owner="String">
<msg time="2026-04-08T00:56:38.877944" level="INFO">@{results_list} = [ RESULT: | 16 | switches | 9 | tests | min/max/avg/stdev | = | 36377.94/38146.24/37263.62/12435.30 | responses/s ]</msg>
<var>@{results_list}</var>
<arg>${result_line}</arg>
<doc>Splits the ``string`` using ``separator`` as a delimiter string.</doc>
<status status="PASS" start="2026-04-08T00:56:38.877547" elapsed="0.000437"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-08T00:56:38.881074" level="INFO">min/max/avg/stdev</msg>
<arg>${results_list[5]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-04-08T00:56:38.878197" elapsed="0.002939"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-08T00:56:38.883481" level="INFO">36377.94/38146.24/37263.62/12435.30</msg>
<arg>${results_list[7]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-04-08T00:56:38.881280" elapsed="0.002257"/>
</kw>
<kw name="Split String" owner="String">
<msg time="2026-04-08T00:56:38.885901" level="INFO">@{result_name_list} = [ min | max | avg | stdev ]</msg>
<var>@{result_name_list}</var>
<arg>${results_list[5]}</arg>
<arg>/</arg>
<doc>Splits the ``string`` using ``separator`` as a delimiter string.</doc>
<status status="PASS" start="2026-04-08T00:56:38.883698" elapsed="0.002230"/>
</kw>
<kw name="Split String" owner="String">
<msg time="2026-04-08T00:56:38.888403" level="INFO">@{result_value_list} = [ 36377.94 | 38146.24 | 37263.62 | 12435.30 ]</msg>
<var>@{result_value_list}</var>
<arg>${results_list[7]}</arg>
<arg>/</arg>
<doc>Splits the ``string`` using ``separator`` as a delimiter string.</doc>
<status status="PASS" start="2026-04-08T00:56:38.886169" elapsed="0.002261"/>
</kw>
<kw name="Get Length" owner="BuiltIn">
<msg time="2026-04-08T00:56:38.888923" level="INFO">Length is 4.</msg>
<msg time="2026-04-08T00:56:38.889010" level="INFO">${num_stats} = 4</msg>
<var>${num_stats}</var>
<arg>${result_name_list}</arg>
<doc>Returns and logs the length of the given item as an integer.</doc>
<status status="PASS" start="2026-04-08T00:56:38.888583" elapsed="0.000451"/>
</kw>
<for flavor="IN RANGE">
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-08T00:56:38.893760" level="INFO">min :: 36377.94</msg>
<arg>${result_name_list[${i}]} :: ${result_value_list[${i}]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-04-08T00:56:38.889440" elapsed="0.004379"/>
</kw>
<var name="${i}">0</var>
<status status="PASS" start="2026-04-08T00:56:38.889309" elapsed="0.004545"/>
</iter>
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-08T00:56:38.898360" level="INFO">max :: 38146.24</msg>
<arg>${result_name_list[${i}]} :: ${result_value_list[${i}]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-04-08T00:56:38.894075" elapsed="0.004353"/>
</kw>
<var name="${i}">1</var>
<status status="PASS" start="2026-04-08T00:56:38.893947" elapsed="0.004516"/>
</iter>
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-08T00:56:38.902977" level="INFO">avg :: 37263.62</msg>
<arg>${result_name_list[${i}]} :: ${result_value_list[${i}]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-04-08T00:56:38.898681" elapsed="0.004354"/>
</kw>
<var name="${i}">2</var>
<status status="PASS" start="2026-04-08T00:56:38.898554" elapsed="0.004516"/>
</iter>
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-08T00:56:38.907568" level="INFO">stdev :: 12435.30</msg>
<arg>${result_name_list[${i}]} :: ${result_value_list[${i}]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-04-08T00:56:38.903295" elapsed="0.004332"/>
</kw>
<var name="${i}">3</var>
<status status="PASS" start="2026-04-08T00:56:38.903167" elapsed="0.004494"/>
</iter>
<var>${i}</var>
<value>0</value>
<value>${num_stats}</value>
<status status="PASS" start="2026-04-08T00:56:38.889109" elapsed="0.018585"/>
</for>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-04-08T00:56:38.911575" level="INFO">${min} = 36377.94</msg>
<var>${min}</var>
<arg>${result_value_list[${0}]}</arg>
<doc>Returns the given values which can then be assigned to a variables.</doc>
<status status="PASS" start="2026-04-08T00:56:38.907880" elapsed="0.003722"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-04-08T00:56:38.915950" level="INFO">${max} = 38146.24</msg>
<var>${max}</var>
<arg>${result_value_list[${1}]}</arg>
<doc>Returns the given values which can then be assigned to a variables.</doc>
<status status="PASS" start="2026-04-08T00:56:38.911777" elapsed="0.004202"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-04-08T00:56:38.920177" level="INFO">${average} = 37263.62</msg>
<var>${average}</var>
<arg>${result_value_list[${2}]}</arg>
<doc>Returns the given values which can then be assigned to a variables.</doc>
<status status="PASS" start="2026-04-08T00:56:38.916134" elapsed="0.004069"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-04-08T00:56:38.924091" level="INFO">${stdev} = 12435.30</msg>
<var>${stdev}</var>
<arg>${result_value_list[${3}]}</arg>
<doc>Returns the given values which can then be assigned to a variables.</doc>
<status status="PASS" start="2026-04-08T00:56:38.920356" elapsed="0.003761"/>
</kw>
<kw name="Get Time" owner="BuiltIn">
<msg time="2026-04-08T00:56:38.924634" level="INFO">${date} = 2026-04-08 00:56:38</msg>
<var>${date}</var>
<arg>d,m,s</arg>
<doc>Returns the given time in the requested format.</doc>
<status status="PASS" start="2026-04-08T00:56:38.924276" elapsed="0.000384"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-08T00:56:38.925234" level="INFO">CBench Result: 2026-04-08 00:56:38,-m 60000 -M 100 -S 16 -l 10 -D 5000 -p 6633,36377.94,38146.24,37263.62,12435.30</msg>
<arg>CBench Result: ${date},${cbench_args},${min},${max},${average},${stdev}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-04-08T00:56:38.924822" elapsed="0.000469"/>
</kw>
<kw name="Log Results And Determine Status">
<kw name="Append To File" owner="OperatingSystem">
<msg time="2026-04-08T00:56:38.926433" level="INFO" html="true">Appended to file '&lt;a href="file:///w/workspace/openflowplugin-csit-1node-cbench-only-vanadium/latency.csv"&gt;/w/workspace/openflowplugin-csit-1node-cbench-only-vanadium/latency.csv&lt;/a&gt;'.</msg>
<arg>${output_file}</arg>
<arg>${min},${max},${average}\n</arg>
<doc>Appends the given content to the specified file.</doc>
<status status="PASS" start="2026-04-08T00:56:38.925948" elapsed="0.000552"/>
</kw>
<kw name="Should Be True" owner="BuiltIn">
<arg>${average} &gt; ${threshold}</arg>
<arg>${average} flow_mods per/sec did not exceed threshold of ${threshold}</arg>
<doc>Fails if the given condition is not true.</doc>
<status status="PASS" start="2026-04-08T00:56:38.926652" elapsed="0.000492"/>
</kw>
<arg>${min}</arg>
<arg>${max}</arg>
<arg>${average}</arg>
<arg>${average_threshold}</arg>
<arg>${output_filename}</arg>
<status status="PASS" start="2026-04-08T00:56:38.925447" elapsed="0.001763"/>
</kw>
<arg>-m ${duration_in_ms} -M ${num_of_unique_macs} -S ${switch_count} -l ${loops} -D ${start_delay} -p ${of_port}</arg>
<arg>${latency_threshold}</arg>
<arg>${latency_results_file}</arg>
<status status="PASS" start="2026-04-08T00:46:32.434938" elapsed="606.492334"/>
</kw>
<kw name="Sleep" owner="BuiltIn">
<msg time="2026-04-08T00:56:38.927769" level="INFO">Slept 0 seconds.</msg>
<arg>${test_delay}</arg>
<doc>Pauses the test executed for the given time.</doc>
<status status="PASS" start="2026-04-08T00:56:38.927422" elapsed="0.000406"/>
</kw>
<kw name="Log Results As Zero If Cbench Timed Out" type="TEARDOWN">
<kw name="Run Keyword If Timeout Occurred" owner="BuiltIn">
<arg>Log Results And Determine Status</arg>
<arg>0</arg>
<arg>0</arg>
<arg>0</arg>
<arg>0</arg>
<arg>${output_filename}</arg>
<doc>Runs the given keyword if either a test or a keyword timeout has occurred.</doc>
<status status="PASS" start="2026-04-08T00:56:38.928364" elapsed="0.000267"/>
</kw>
<status status="PASS" start="2026-04-08T00:56:38.928062" elapsed="0.000640"/>
</kw>
<doc>cbench executed in default latency mode. Test parameters have defaults, but can be overridden
on the pybot command line</doc>
<tag>cbench</tag>
<tag>latency</tag>
<timeout value="15 minutes"/>
<status status="PASS" start="2026-04-08T00:46:32.432094" elapsed="606.496668"/>
</test>
<test id="s1-t2" name="Cbench Throughput Test" line="51">
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-08T00:56:38.930018" level="INFO">Cbench tests using 10 iterations of 60 second tests. Switch Count: 16. Unique MACS to cycle: 100</msg>
<arg>Cbench tests using ${loops} iterations of ${duration_in_secs} second tests. Switch Count: ${switch_count}. Unique MACS to cycle: ${num_of_unique_macs}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-04-08T00:56:38.929614" elapsed="0.000468"/>
</kw>
<kw name="Run Cbench And Log Results">
<kw name="Set Suite Variable" owner="BuiltIn">
<msg time="2026-04-08T00:56:38.931328" level="INFO">${output_filename} = throughput.csv</msg>
<arg>${output_filename}</arg>
<doc>Makes a variable available everywhere within the scope of the current suite.</doc>
<status status="PASS" start="2026-04-08T00:56:38.931001" 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-04-08T00:56:38.931758" elapsed="0.000023"/>
</kw>
<status status="NOT RUN" start="2026-04-08T00:56:38.931515" elapsed="0.000303"/>
</branch>
<branch type="ELSE">
<kw name="Run Command On Remote System" owner="Utils">
<if>
<branch type="IF" condition="&quot;${return_stdout}&quot;!=&quot;True&quot; and &quot;${return_stderr}&quot;!=&quot;True&quot;">
<kw name="Fail" owner="BuiltIn">
<arg>At least one of {return_stdout} or {return_stderr} args should be set to True</arg>
<doc>Fails the test with the given message and optionally alters its tags.</doc>
<status status="NOT RUN" start="2026-04-08T00:56:38.934699" elapsed="0.000021"/>
</kw>
<status status="NOT RUN" start="2026-04-08T00:56:38.934455" elapsed="0.000316"/>
</branch>
<status status="PASS" start="2026-04-08T00:56:38.934437" elapsed="0.000358"/>
</if>
<kw name="Get Connection" owner="SSHLibrary">
<msg time="2026-04-08T00:56:38.935136" level="INFO">index=None
host=None
alias=None
port=22
timeout=3 seconds
newline=

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

prompt=None
term_type=vt100
width=80
height=24
path_separator=/
encoding=utf8
escape_ansi=False
encoding_errors=strict</msg>
<var>${current_ssh_connection}</var>
<doc>Returns information about the connection.</doc>
<status status="PASS" start="2026-04-08T00:56:38.934926" elapsed="0.000361"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-08T00:56:38.935852" level="INFO">Attempting to execute command "/usr/local/bin/cbench -c 10.30.170.201 -t -m 60000 -M 100 -S 16 -l 10 -D 5000 -p 6633" on remote system "10.30.170.196" by user "jenkins" with keyfile pass "any" and prompt "&gt;" and password ""</msg>
<arg>Attempting to execute command "${cmd}" on remote system "${system}" by user "${user}" with keyfile pass "${keyfile_pass}" and prompt "${prompt}" and password "${password}"</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-04-08T00:56:38.935420" elapsed="0.000489"/>
</kw>
<kw name="Open Connection" owner="SSHLibrary">
<msg time="2026-04-08T00:56:38.936639" level="INFO">${conn_id} = 7</msg>
<var>${conn_id}</var>
<arg>${system}</arg>
<arg>prompt=${prompt}</arg>
<arg>timeout=${prompt_timeout}</arg>
<doc>Opens a new SSH connection to the given ``host`` and ``port``.</doc>
<status status="PASS" start="2026-04-08T00:56:38.936082" elapsed="0.000583"/>
</kw>
<kw name="Flexible_SSH_Login" owner="SSHKeywords">
<kw name="Get Length" owner="BuiltIn">
<msg time="2026-04-08T00:56:38.937569" level="INFO">Length is 0.</msg>
<msg time="2026-04-08T00:56:38.937657" level="INFO">${pwd_length} = 0</msg>
<var>${pwd_length}</var>
<arg>${password}</arg>
<doc>Returns and logs the length of the given item as an integer.</doc>
<status status="PASS" start="2026-04-08T00:56:38.937255" elapsed="0.000427"/>
</kw>
<kw name="Run Keyword And Return If" owner="BuiltIn">
<arg>${pwd_length} &gt; 0</arg>
<arg>SSHLibrary.Login</arg>
<arg>${user}</arg>
<arg>${password}</arg>
<arg>delay=${delay}</arg>
<doc>Runs the specified keyword and returns from the enclosing user keyword.</doc>
<status status="PASS" start="2026-04-08T00:56:38.937841" elapsed="0.000331"/>
</kw>
<kw name="Run Keyword And Return" owner="BuiltIn">
<kw name="Login With Public Key" owner="SSHLibrary">
<msg time="2026-04-08T00:56:38.939031" level="INFO">Logging into '10.30.170.196:22' as 'jenkins'.</msg>
<msg time="2026-04-08T00:56:39.498446" level="INFO">Read output: Welcome to Ubuntu 22.04.5 LTS (GNU/Linux 5.15.0-153-generic x86_64)

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

 System information as of Wed Apr  8 00:56:39 UTC 2026

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


Expanded Security Maintenance for Applications is not enabled.

0 updates can be applied immediately.

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


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


Last login: Wed Apr  8 00:46:32 2026 from 10.30.171.75
[?2004h[jenkins@releng-63164-169-1-mininet-ovs-217-0 ~]&gt;</msg>
<arg>${user}</arg>
<arg>${USER_HOME}/.ssh/${SSH_KEY}</arg>
<arg>${KEYFILE_PASS}</arg>
<arg>delay=${delay}</arg>
<doc>Logs into the SSH server using key-based authentication.</doc>
<status status="PASS" start="2026-04-08T00:56:38.938662" elapsed="0.559982"/>
</kw>
<msg time="2026-04-08T00:56:39.498732" level="INFO">Returning from the enclosing user keyword.</msg>
<arg>SSHLibrary.Login With Public Key</arg>
<arg>${user}</arg>
<arg>${USER_HOME}/.ssh/${SSH_KEY}</arg>
<arg>${KEYFILE_PASS}</arg>
<arg>delay=${delay}</arg>
<doc>Runs the specified keyword and returns from the enclosing user keyword.</doc>
<status status="PASS" start="2026-04-08T00:56:38.938324" elapsed="0.560520"/>
</kw>
<arg>${user}</arg>
<arg>${password}</arg>
<doc>On active SSH session: if given non-empty password, do Login, else do Login With Public Key.</doc>
<status status="PASS" start="2026-04-08T00:56:38.936881" elapsed="0.562109"/>
</kw>
<kw name="Execute Command" owner="SSHLibrary">
<msg time="2026-04-08T00:56:39.499549" level="INFO">Executing command '/usr/local/bin/cbench -c 10.30.170.201 -t -m 60000 -M 100 -S 16 -l 10 -D 5000 -p 6633'.</msg>
<msg time="2026-04-08T01:06:45.586798" level="INFO">Command exited with return code 0.</msg>
<msg time="2026-04-08T01:06:45.587373" level="INFO">${stdout} = </msg>
<msg time="2026-04-08T01:06:45.587478" level="INFO">${stderr} = cbench: controller benchmarking tool
   running in mode 'throughput'
   connecting to controller at 10.30.170.201: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-04-08T00:56:39.499228" elapsed="606.088314"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-04-08T01:06:45.588015" elapsed="0.000723"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-08T01:06:45.589871" level="INFO">cbench: controller benchmarking tool
   running in mode 'throughput'
   connecting to controller at 10.30.170.201: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.201. So far 1 cbench instances have initialized their switches.  Waiting for other cbench-instances
Thread-0: Total switches from ALL cbench-instances initialized.
00:57:44.640 16  switches: flows:  588494 571661 580878 561440 581149 576214 584162 559125 571173 564893 562344 553164 564207 556446 563854 555441  total = 151.577417 per ms 
00:58:44.741 16  switches: flows:  641027 637293 632539 628430 633055 632564 636302 632157 640068 631668 633253 631177 628525 623078 633862 630331  total = 168.470653 per ms 
00:59:44.843 16  switches: flows:  630363 626080 628269 627505 626745 627570 626123 629814 628953 628649 630721 633067 632890 634927 626491 633264  total = 167.574652 per ms 
01:00:44.945 16  switches: flows:  665730 649995 654545 656189 655527 655398 660017 654795 659350 660422 655911 657152 662064 661671 652279 658190  total = 175.026914 per ms 
01:01:45.069 16  switches: flows:  644259 641681 624445 620990 636945 637523 635437 642634 633338 646153 636231 634742 637376 636389 630666 623447  total = 169.021619 per ms 
01:02:45.193 16  switches: flows:  633217 633627 638595 634957 639371 629938 629416 635080 634382 634244 623091 631567 634919 636216 623048 627884  total = 168.312815 per ms 
01:03:45.294 16  switches: flows:  656521 637173 643934 642629 646639 642747 637804 648223 658474 641538 644166 646575 642145 639088 646382 642178  total = 171.646922 per ms 
01:04:45.395 16  switches: flows:  661986 649350 650183 651084 646304 657972 654428 646521 666574 649362 646789 656153 652328 645526 645279 652422  total = 173.578907 per ms 
01:05:45.496 16  switches: flows:  645790 642364 633140 652942 635941 641508 636905 649754 641325 639025 641145 637219 640908 632555 634922 640164  total = 170.473636 per ms 
01:06:45.600 16  switches: flows:  635226 626050 630880 632531 632781 639340 634265 625611 634338 625277 634753 632276 640874 634466 631383 628182  total = 168.349087 per ms 
RESULT: 16 switches 9 tests min/max/avg/stdev = 167574.65/175026.91/170272.80/56811.50 responses/s</msg>
<arg>${stderr}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-04-08T01:06:45.589118" elapsed="0.001057"/>
</kw>
<if>
<branch type="IF" condition="&quot;${return_stdout}&quot;!=&quot;True&quot;">
<return>
<value>${stderr}</value>
<status status="PASS" start="2026-04-08T01:06:45.590666" elapsed="0.000106"/>
</return>
<status status="PASS" start="2026-04-08T01:06:45.590365" elapsed="0.000490"/>
</branch>
<status status="PASS" start="2026-04-08T01:06:45.590309" elapsed="0.000601"/>
</if>
<if>
<branch type="IF" condition="&quot;${return_stderr}&quot;!=&quot;True&quot;">
<return>
<value>${stdout}</value>
<status status="NOT RUN" start="2026-04-08T01:06:45.591115" elapsed="0.000028"/>
</return>
<status status="NOT RUN" start="2026-04-08T01:06:45.591034" elapsed="0.000170"/>
</branch>
<status status="NOT RUN" start="2026-04-08T01:06:45.591001" elapsed="0.000249"/>
</if>
<return>
<value>${stdout}</value>
<value>${stderr}</value>
<status status="NOT RUN" start="2026-04-08T01:06:45.591317" 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-04-08T01:06:45.596881" elapsed="0.000668"/>
</kw>
<kw name="Open Connection" owner="SSHLibrary">
<arg>127.0.0.1</arg>
<doc>Opens a new SSH connection to the given ``host`` and ``port``.</doc>
<status status="PASS" start="2026-04-08T01:06:45.597694" elapsed="0.000178"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-04-08T01:06:45.598001" elapsed="0.000101"/>
</kw>
<arg>${current_ssh_connection.index}</arg>
<doc>Restore active SSH connection in SSHLibrary to given index.</doc>
<status status="PASS" start="2026-04-08T01:06:45.592011" elapsed="0.006145"/>
</kw>
<msg time="2026-04-08T01:06:45.598283" level="INFO">${output} = cbench: controller benchmarking tool
   running in mode 'throughput'
   connecting to controller at 10.30.170.201: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-04-08T00:56:38.932178" elapsed="606.666132"/>
</kw>
<status status="PASS" start="2026-04-08T00:56:38.931845" elapsed="606.666514"/>
</branch>
<status status="PASS" start="2026-04-08T00:56:38.931491" elapsed="606.666893"/>
</if>
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-08T01:06:45.598827" level="INFO">cbench: controller benchmarking tool
   running in mode 'throughput'
   connecting to controller at 10.30.170.201: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.201. So far 1 cbench instances have initialized their switches.  Waiting for other cbench-instances
Thread-0: Total switches from ALL cbench-instances initialized.
00:57:44.640 16  switches: flows:  588494 571661 580878 561440 581149 576214 584162 559125 571173 564893 562344 553164 564207 556446 563854 555441  total = 151.577417 per ms 
00:58:44.741 16  switches: flows:  641027 637293 632539 628430 633055 632564 636302 632157 640068 631668 633253 631177 628525 623078 633862 630331  total = 168.470653 per ms 
00:59:44.843 16  switches: flows:  630363 626080 628269 627505 626745 627570 626123 629814 628953 628649 630721 633067 632890 634927 626491 633264  total = 167.574652 per ms 
01:00:44.945 16  switches: flows:  665730 649995 654545 656189 655527 655398 660017 654795 659350 660422 655911 657152 662064 661671 652279 658190  total = 175.026914 per ms 
01:01:45.069 16  switches: flows:  644259 641681 624445 620990 636945 637523 635437 642634 633338 646153 636231 634742 637376 636389 630666 623447  total = 169.021619 per ms 
01:02:45.193 16  switches: flows:  633217 633627 638595 634957 639371 629938 629416 635080 634382 634244 623091 631567 634919 636216 623048 627884  total = 168.312815 per ms 
01:03:45.294 16  switches: flows:  656521 637173 643934 642629 646639 642747 637804 648223 658474 641538 644166 646575 642145 639088 646382 642178  total = 171.646922 per ms 
01:04:45.395 16  switches: flows:  661986 649350 650183 651084 646304 657972 654428 646521 666574 649362 646789 656153 652328 645526 645279 652422  total = 173.578907 per ms 
01:05:45.496 16  switches: flows:  645790 642364 633140 652942 635941 641508 636905 649754 641325 639025 641145 637219 640908 632555 634922 640164  total = 170.473636 per ms 
01:06:45.600 16  switches: flows:  635226 626050 630880 632531 632781 639340 634265 625611 634338 625277 634753 632276 640874 634466 631383 628182  total = 168.349087 per ms 
RESULT: 16 switches 9 tests min/max/avg/stdev = 167574.65/175026.91/170272.80/56811.50 responses/s</msg>
<arg>${output}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-04-08T01:06:45.598521" elapsed="0.000381"/>
</kw>
<kw name="Should Contain" owner="BuiltIn">
<arg>${output}</arg>
<arg>RESULT</arg>
<doc>Fails if ``container`` does not contain ``item`` one or more times.</doc>
<status status="PASS" start="2026-04-08T01:06:45.599050" elapsed="0.000360"/>
</kw>
<kw name="Get Lines Containing String" owner="String">
<msg time="2026-04-08T01:06:45.599804" level="INFO">1 out of 23 lines matched.</msg>
<msg time="2026-04-08T01:06:45.599904" level="INFO">${result_line} = RESULT: 16 switches 9 tests min/max/avg/stdev = 167574.65/175026.91/170272.80/56811.50 responses/s</msg>
<var>${result_line}</var>
<arg>${output}</arg>
<arg>RESULT</arg>
<doc>Returns lines of the given ``string`` that contain the ``pattern``.</doc>
<status status="PASS" start="2026-04-08T01:06:45.599573" elapsed="0.000356"/>
</kw>
<kw name="Split String" owner="String">
<msg time="2026-04-08T01:06:45.600330" level="INFO">@{results_list} = [ RESULT: | 16 | switches | 9 | tests | min/max/avg/stdev | = | 167574.65/175026.91/170272.80/56811.50 | responses/s ]</msg>
<var>@{results_list}</var>
<arg>${result_line}</arg>
<doc>Splits the ``string`` using ``separator`` as a delimiter string.</doc>
<status status="PASS" start="2026-04-08T01:06:45.600079" elapsed="0.000277"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-08T01:06:45.602734" level="INFO">min/max/avg/stdev</msg>
<arg>${results_list[5]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-04-08T01:06:45.600497" elapsed="0.002308"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-08T01:06:45.605141" level="INFO">167574.65/175026.91/170272.80/56811.50</msg>
<arg>${results_list[7]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-04-08T01:06:45.602951" elapsed="0.002245"/>
</kw>
<kw name="Split String" owner="String">
<msg time="2026-04-08T01:06:45.607518" level="INFO">@{result_name_list} = [ min | max | avg | stdev ]</msg>
<var>@{result_name_list}</var>
<arg>${results_list[5]}</arg>
<arg>/</arg>
<doc>Splits the ``string`` using ``separator`` as a delimiter string.</doc>
<status status="PASS" start="2026-04-08T01:06:45.605342" elapsed="0.002203"/>
</kw>
<kw name="Split String" owner="String">
<msg time="2026-04-08T01:06:45.609961" level="INFO">@{result_value_list} = [ 167574.65 | 175026.91 | 170272.80 | 56811.50 ]</msg>
<var>@{result_value_list}</var>
<arg>${results_list[7]}</arg>
<arg>/</arg>
<doc>Splits the ``string`` using ``separator`` as a delimiter string.</doc>
<status status="PASS" start="2026-04-08T01:06:45.607728" elapsed="0.002261"/>
</kw>
<kw name="Get Length" owner="BuiltIn">
<msg time="2026-04-08T01:06:45.610441" level="INFO">Length is 4.</msg>
<msg time="2026-04-08T01:06:45.610527" level="INFO">${num_stats} = 4</msg>
<var>${num_stats}</var>
<arg>${result_name_list}</arg>
<doc>Returns and logs the length of the given item as an integer.</doc>
<status status="PASS" start="2026-04-08T01:06:45.610140" elapsed="0.000411"/>
</kw>
<for flavor="IN RANGE">
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-08T01:06:45.615198" level="INFO">min :: 167574.65</msg>
<arg>${result_name_list[${i}]} :: ${result_value_list[${i}]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-04-08T01:06:45.610938" elapsed="0.004322"/>
</kw>
<var name="${i}">0</var>
<status status="PASS" start="2026-04-08T01:06:45.610812" elapsed="0.004483"/>
</iter>
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-08T01:06:45.619989" level="INFO">max :: 175026.91</msg>
<arg>${result_name_list[${i}]} :: ${result_value_list[${i}]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-04-08T01:06:45.615513" elapsed="0.004535"/>
</kw>
<var name="${i}">1</var>
<status status="PASS" start="2026-04-08T01:06:45.615387" elapsed="0.004697"/>
</iter>
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-08T01:06:45.624700" level="INFO">avg :: 170272.80</msg>
<arg>${result_name_list[${i}]} :: ${result_value_list[${i}]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-04-08T01:06:45.620300" elapsed="0.004512"/>
</kw>
<var name="${i}">2</var>
<status status="PASS" start="2026-04-08T01:06:45.620173" elapsed="0.004677"/>
</iter>
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-08T01:06:45.629390" level="INFO">stdev :: 56811.50</msg>
<arg>${result_name_list[${i}]} :: ${result_value_list[${i}]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-04-08T01:06:45.625080" elapsed="0.004367"/>
</kw>
<var name="${i}">3</var>
<status status="PASS" start="2026-04-08T01:06:45.624952" elapsed="0.004530"/>
</iter>
<var>${i}</var>
<value>0</value>
<value>${num_stats}</value>
<status status="PASS" start="2026-04-08T01:06:45.610615" elapsed="0.018899"/>
</for>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-04-08T01:06:45.633593" level="INFO">${min} = 167574.65</msg>
<var>${min}</var>
<arg>${result_value_list[${0}]}</arg>
<doc>Returns the given values which can then be assigned to a variables.</doc>
<status status="PASS" start="2026-04-08T01:06:45.629669" elapsed="0.003950"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-04-08T01:06:45.637656" level="INFO">${max} = 175026.91</msg>
<var>${max}</var>
<arg>${result_value_list[${1}]}</arg>
<doc>Returns the given values which can then be assigned to a variables.</doc>
<status status="PASS" start="2026-04-08T01:06:45.633787" elapsed="0.003896"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-04-08T01:06:45.642280" level="INFO">${average} = 170272.80</msg>
<var>${average}</var>
<arg>${result_value_list[${2}]}</arg>
<doc>Returns the given values which can then be assigned to a variables.</doc>
<status status="PASS" start="2026-04-08T01:06:45.637907" elapsed="0.004422"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-04-08T01:06:45.647084" level="INFO">${stdev} = 56811.50</msg>
<var>${stdev}</var>
<arg>${result_value_list[${3}]}</arg>
<doc>Returns the given values which can then be assigned to a variables.</doc>
<status status="PASS" start="2026-04-08T01:06:45.642503" elapsed="0.004610"/>
</kw>
<kw name="Get Time" owner="BuiltIn">
<msg time="2026-04-08T01:06:45.647642" level="INFO">${date} = 2026-04-08 01:06:45</msg>
<var>${date}</var>
<arg>d,m,s</arg>
<doc>Returns the given time in the requested format.</doc>
<status status="PASS" start="2026-04-08T01:06:45.647272" elapsed="0.000397"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-08T01:06:45.648271" level="INFO">CBench Result: 2026-04-08 01:06:45,-t -m 60000 -M 100 -S 16 -l 10 -D 5000 -p 6633,167574.65,175026.91,170272.80,56811.50</msg>
<arg>CBench Result: ${date},${cbench_args},${min},${max},${average},${stdev}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-04-08T01:06:45.647840" elapsed="0.000494"/>
</kw>
<kw name="Log Results And Determine Status">
<kw name="Append To File" owner="OperatingSystem">
<msg time="2026-04-08T01:06:45.649398" level="INFO" html="true">Appended to file '&lt;a href="file:///w/workspace/openflowplugin-csit-1node-cbench-only-vanadium/throughput.csv"&gt;/w/workspace/openflowplugin-csit-1node-cbench-only-vanadium/throughput.csv&lt;/a&gt;'.</msg>
<arg>${output_file}</arg>
<arg>${min},${max},${average}\n</arg>
<doc>Appends the given content to the specified file.</doc>
<status status="PASS" start="2026-04-08T01:06:45.648994" elapsed="0.000473"/>
</kw>
<kw name="Should Be True" owner="BuiltIn">
<arg>${average} &gt; ${threshold}</arg>
<arg>${average} flow_mods per/sec did not exceed threshold of ${threshold}</arg>
<doc>Fails if the given condition is not true.</doc>
<status status="PASS" start="2026-04-08T01:06:45.649620" elapsed="0.000480"/>
</kw>
<arg>${min}</arg>
<arg>${max}</arg>
<arg>${average}</arg>
<arg>${average_threshold}</arg>
<arg>${output_filename}</arg>
<status status="PASS" start="2026-04-08T01:06:45.648482" elapsed="0.001684"/>
</kw>
<arg>-t -m ${duration_in_ms} -M ${num_of_unique_macs} -S ${switch_count} -l ${loops} -D ${start_delay} -p ${of_port}</arg>
<arg>${throughput_threshold}</arg>
<arg>${throughput_results_file}</arg>
<status status="PASS" start="2026-04-08T00:56:38.930404" elapsed="606.719823"/>
</kw>
<kw name="Sleep" owner="BuiltIn">
<msg time="2026-04-08T01:06:45.650717" level="INFO">Slept 0 seconds.</msg>
<arg>${test_delay}</arg>
<doc>Pauses the test executed for the given time.</doc>
<status status="PASS" start="2026-04-08T01:06:45.650384" elapsed="0.000408"/>
</kw>
<kw name="Log Results As Zero If Cbench Timed Out" type="TEARDOWN">
<kw name="Run Keyword If Timeout Occurred" owner="BuiltIn">
<arg>Log Results And Determine Status</arg>
<arg>0</arg>
<arg>0</arg>
<arg>0</arg>
<arg>0</arg>
<arg>${output_filename}</arg>
<doc>Runs the given keyword if either a test or a keyword timeout has occurred.</doc>
<status status="PASS" start="2026-04-08T01:06:45.651307" elapsed="0.000266"/>
</kw>
<status status="PASS" start="2026-04-08T01:06:45.651000" 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-04-08T00:56:38.929061" elapsed="606.722631"/>
</test>
<test id="s1-t3" name="Rerun Latency Test To Check Bug 6176" line="65">
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-08T01:06:45.653120" level="INFO">Cbench tests using 10 iterations of 60 second tests. Switch Count: 16. Unique MACS to cycle: 100</msg>
<arg>Cbench tests using ${loops} iterations of ${duration_in_secs} second tests. Switch Count: ${switch_count}. Unique MACS to cycle: ${num_of_unique_macs}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-04-08T01:06:45.652632" elapsed="0.000546"/>
</kw>
<kw name="Run Cbench And Log Results">
<kw name="Set Suite Variable" owner="BuiltIn">
<msg time="2026-04-08T01:06:45.654418" level="INFO">${output_filename} = bug.csv</msg>
<arg>${output_filename}</arg>
<doc>Makes a variable available everywhere within the scope of the current suite.</doc>
<status status="PASS" start="2026-04-08T01:06:45.654078" elapsed="0.000384"/>
</kw>
<if>
<branch type="IF" condition="&quot;${cbench_system}&quot; == &quot;localhost&quot;">
<kw name="Run" owner="OperatingSystem">
<var>${output}</var>
<arg>${cbench_executable} -c ${ODL_SYSTEM_IP} ${cbench_args}</arg>
<doc>_This keyword is considered deprecated. Use the
[http://robotframework.org/robotframework/latest/libraries/Process.html|
Process] library instead._</doc>
<status status="NOT RUN" start="2026-04-08T01:06:45.654812" elapsed="0.000022"/>
</kw>
<status status="NOT RUN" start="2026-04-08T01:06:45.654573" elapsed="0.000298"/>
</branch>
<branch type="ELSE">
<kw name="Run Command On Remote System" owner="Utils">
<if>
<branch type="IF" condition="&quot;${return_stdout}&quot;!=&quot;True&quot; and &quot;${return_stderr}&quot;!=&quot;True&quot;">
<kw name="Fail" owner="BuiltIn">
<arg>At least one of {return_stdout} or {return_stderr} args should be set to True</arg>
<doc>Fails the test with the given message and optionally alters its tags.</doc>
<status status="NOT RUN" start="2026-04-08T01:06:45.657810" elapsed="0.000023"/>
</kw>
<status status="NOT RUN" start="2026-04-08T01:06:45.657546" elapsed="0.000323"/>
</branch>
<status status="PASS" start="2026-04-08T01:06:45.657526" elapsed="0.000366"/>
</if>
<kw name="Get Connection" owner="SSHLibrary">
<msg time="2026-04-08T01:06:45.658213" level="INFO">index=None
host=None
alias=None
port=22
timeout=3 seconds
newline=

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

prompt=None
term_type=vt100
width=80
height=24
path_separator=/
encoding=utf8
escape_ansi=False
encoding_errors=strict</msg>
<var>${current_ssh_connection}</var>
<doc>Returns information about the connection.</doc>
<status status="PASS" start="2026-04-08T01:06:45.658022" elapsed="0.000338"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-08T01:06:45.658944" level="INFO">Attempting to execute command "/usr/local/bin/cbench -c 10.30.170.201 -m 60000 -M 100 -S 16 -l 10 -D 5000 -p 6633" on remote system "10.30.170.196" by user "jenkins" with keyfile pass "any" and prompt "&gt;" and password ""</msg>
<arg>Attempting to execute command "${cmd}" on remote system "${system}" by user "${user}" with keyfile pass "${keyfile_pass}" and prompt "${prompt}" and password "${password}"</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-04-08T01:06:45.658502" elapsed="0.000501"/>
</kw>
<kw name="Open Connection" owner="SSHLibrary">
<msg time="2026-04-08T01:06:45.659551" level="INFO">${conn_id} = 9</msg>
<var>${conn_id}</var>
<arg>${system}</arg>
<arg>prompt=${prompt}</arg>
<arg>timeout=${prompt_timeout}</arg>
<doc>Opens a new SSH connection to the given ``host`` and ``port``.</doc>
<status status="PASS" start="2026-04-08T01:06:45.659141" elapsed="0.000438"/>
</kw>
<kw name="Flexible_SSH_Login" owner="SSHKeywords">
<kw name="Get Length" owner="BuiltIn">
<msg time="2026-04-08T01:06:45.660637" level="INFO">Length is 0.</msg>
<msg time="2026-04-08T01:06:45.660766" level="INFO">${pwd_length} = 0</msg>
<var>${pwd_length}</var>
<arg>${password}</arg>
<doc>Returns and logs the length of the given item as an integer.</doc>
<status status="PASS" start="2026-04-08T01:06:45.660173" elapsed="0.000620"/>
</kw>
<kw name="Run Keyword And Return If" owner="BuiltIn">
<arg>${pwd_length} &gt; 0</arg>
<arg>SSHLibrary.Login</arg>
<arg>${user}</arg>
<arg>${password}</arg>
<arg>delay=${delay}</arg>
<doc>Runs the specified keyword and returns from the enclosing user keyword.</doc>
<status status="PASS" start="2026-04-08T01:06:45.660937" elapsed="0.000325"/>
</kw>
<kw name="Run Keyword And Return" owner="BuiltIn">
<kw name="Login With Public Key" owner="SSHLibrary">
<msg time="2026-04-08T01:06:45.662150" level="INFO">Logging into '10.30.170.196:22' as 'jenkins'.</msg>
<msg time="2026-04-08T01:06:46.251270" level="INFO">Read output: Welcome to Ubuntu 22.04.5 LTS (GNU/Linux 5.15.0-153-generic x86_64)

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

 System information as of Wed Apr  8 01:06:45 UTC 2026

  System load:  0.26               Processes:             105
  Usage of /:   19.3% of 38.58GB   Users logged in:       0
  Memory usage: 4%                 IPv4 address for ens3: 10.30.170.196
  Swap usage:   0%


Expanded Security Maintenance for Applications is not enabled.

0 updates can be applied immediately.

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


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


Last login: Wed Apr  8 00:56:39 2026 from 10.30.171.75
[?2004h[jenkins@releng-63164-169-1-mininet-ovs-217-0 ~]&gt;</msg>
<arg>${user}</arg>
<arg>${USER_HOME}/.ssh/${SSH_KEY}</arg>
<arg>${KEYFILE_PASS}</arg>
<arg>delay=${delay}</arg>
<doc>Logs into the SSH server using key-based authentication.</doc>
<status status="PASS" start="2026-04-08T01:06:45.661791" elapsed="0.589740"/>
</kw>
<msg time="2026-04-08T01:06:46.251624" level="INFO">Returning from the enclosing user keyword.</msg>
<arg>SSHLibrary.Login With Public Key</arg>
<arg>${user}</arg>
<arg>${USER_HOME}/.ssh/${SSH_KEY}</arg>
<arg>${KEYFILE_PASS}</arg>
<arg>delay=${delay}</arg>
<doc>Runs the specified keyword and returns from the enclosing user keyword.</doc>
<status status="PASS" start="2026-04-08T01:06:45.661413" elapsed="0.590304"/>
</kw>
<arg>${user}</arg>
<arg>${password}</arg>
<doc>On active SSH session: if given non-empty password, do Login, else do Login With Public Key.</doc>
<status status="PASS" start="2026-04-08T01:06:45.659798" elapsed="0.592054"/>
</kw>
<kw name="Execute Command" owner="SSHLibrary">
<msg time="2026-04-08T01:06:46.252503" level="INFO">Executing command '/usr/local/bin/cbench -c 10.30.170.201 -m 60000 -M 100 -S 16 -l 10 -D 5000 -p 6633'.</msg>
<msg time="2026-04-08T01:16:52.306351" level="INFO">Command exited with return code 0.</msg>
<msg time="2026-04-08T01:16:52.306766" level="INFO">${stdout} = </msg>
<msg time="2026-04-08T01:16:52.306837" level="INFO">${stderr} = cbench: controller benchmarking tool
   running in mode 'latency'
   connecting to controller at 10.30.170.201: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-04-08T01:06:46.252089" elapsed="606.054807"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-04-08T01:16:52.307206" elapsed="0.000502"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-08T01:16:52.308445" level="INFO">cbench: controller benchmarking tool
   running in mode 'latency'
   connecting to controller at 10.30.170.201: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.201. So far 1 cbench instances have initialized their switches.  Waiting for other cbench-instances
Thread-0: Total switches from ALL cbench-instances initialized.
01:07:51.429 16  switches: flows:  148067 145291 147802 146189 150138 145920 167169 147559 144444 144127 141583 142834 157988 141970 142170 138167  total = 39.190300 per ms 
01:08:51.530 16  switches: flows:  145706 147582 146112 145555 145109 145387 149109 149033 145140 145363 142905 143298 143829 143085 139413 139236  total = 38.533349 per ms 
01:09:51.632 16  switches: flows:  146160 147464 148987 145368 145866 145910 146909 146010 141693 143158 143496 143393 143024 143201 138075 136603  total = 38.357083 per ms 
01:10:51.734 16  switches: flows:  144361 145778 146263 144937 145814 145824 148802 148027 143329 144694 140981 142637 143465 142871 138445 138867  total = 38.353680 per ms 
01:11:51.836 16  switches: flows:  147463 143318 148417 146506 142650 146004 149089 148953 144926 141611 144506 143897 142263 144631 139729 138287  total = 38.473243 per ms 
01:12:51.936 16  switches: flows:  148643 145102 146498 145887 144866 145304 150388 149369 143915 141900 144082 144964 143223 143882 138526 140804  total = 38.558162 per ms 
01:13:52.038 16  switches: flows:  148401 146391 147432 147558 144909 148919 150489 146671 142832 142056 143000 146617 144572 143094 139029 137313  total = 38.590245 per ms 
01:14:52.139 16  switches: flows:  149902 149097 145913 146084 146307 151504 150334 148314 141869 144272 144522 145232 145357 140495 138825 138853  total = 38.716693 per ms 
01:15:52.240 16  switches: flows:  149868 147590 149510 147289 148421 151322 150272 148316 138290 143476 146768 144403 144705 140790 140197 138537  total = 38.764517 per ms 
01:16:52.340 16  switches: flows:  151698 148692 146610 146689 147482 144836 149704 147497 140798 143893 141716 143209 143334 137662 141067 138327  total = 38.489296 per ms 
RESULT: 16 switches 9 tests min/max/avg/stdev = 38353.68/38764.52/38537.36/12846.48 responses/s</msg>
<arg>${stderr}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-04-08T01:16:52.307960" elapsed="0.000692"/>
</kw>
<if>
<branch type="IF" condition="&quot;${return_stdout}&quot;!=&quot;True&quot;">
<return>
<value>${stderr}</value>
<status status="PASS" start="2026-04-08T01:16:52.309011" elapsed="0.000047"/>
</return>
<status status="PASS" start="2026-04-08T01:16:52.308806" elapsed="0.000302"/>
</branch>
<status status="PASS" start="2026-04-08T01:16:52.308767" elapsed="0.000375"/>
</if>
<if>
<branch type="IF" condition="&quot;${return_stderr}&quot;!=&quot;True&quot;">
<return>
<value>${stdout}</value>
<status status="NOT RUN" start="2026-04-08T01:16:52.309271" elapsed="0.000018"/>
</return>
<status status="NOT RUN" start="2026-04-08T01:16:52.309221" elapsed="0.000106"/>
</branch>
<status status="NOT RUN" start="2026-04-08T01:16:52.309200" elapsed="0.000157"/>
</if>
<return>
<value>${stdout}</value>
<value>${stderr}</value>
<status status="NOT RUN" start="2026-04-08T01:16:52.309399" elapsed="0.000018"/>
</return>
<kw name="Restore_Current_Ssh_Connection_From_Index" owner="SSHKeywords" type="TEARDOWN">
<kw name="Run Keyword And Return If" owner="BuiltIn">
<arg>${connection_index} is not None</arg>
<arg>SSHLibrary.Switch Connection</arg>
<arg>${connection_index}</arg>
<doc>Runs the specified keyword and returns from the enclosing user keyword.</doc>
<status status="PASS" start="2026-04-08T01:16:52.312913" elapsed="0.000446"/>
</kw>
<kw name="Open Connection" owner="SSHLibrary">
<arg>127.0.0.1</arg>
<doc>Opens a new SSH connection to the given ``host`` and ``port``.</doc>
<status status="PASS" start="2026-04-08T01:16:52.313559" elapsed="0.000233"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-04-08T01:16:52.313971" elapsed="0.000135"/>
</kw>
<arg>${current_ssh_connection.index}</arg>
<doc>Restore active SSH connection in SSHLibrary to given index.</doc>
<status status="PASS" start="2026-04-08T01:16:52.309857" elapsed="0.004323"/>
</kw>
<msg time="2026-04-08T01:16:52.314355" level="INFO">${output} = cbench: controller benchmarking tool
   running in mode 'latency'
   connecting to controller at 10.30.170.201: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-04-08T01:06:45.655217" elapsed="606.659176"/>
</kw>
<status status="PASS" start="2026-04-08T01:06:45.654896" elapsed="606.659564"/>
</branch>
<status status="PASS" start="2026-04-08T01:06:45.654554" elapsed="606.659938"/>
</if>
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-08T01:16:52.315137" level="INFO">cbench: controller benchmarking tool
   running in mode 'latency'
   connecting to controller at 10.30.170.201: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.201. So far 1 cbench instances have initialized their switches.  Waiting for other cbench-instances
Thread-0: Total switches from ALL cbench-instances initialized.
01:07:51.429 16  switches: flows:  148067 145291 147802 146189 150138 145920 167169 147559 144444 144127 141583 142834 157988 141970 142170 138167  total = 39.190300 per ms 
01:08:51.530 16  switches: flows:  145706 147582 146112 145555 145109 145387 149109 149033 145140 145363 142905 143298 143829 143085 139413 139236  total = 38.533349 per ms 
01:09:51.632 16  switches: flows:  146160 147464 148987 145368 145866 145910 146909 146010 141693 143158 143496 143393 143024 143201 138075 136603  total = 38.357083 per ms 
01:10:51.734 16  switches: flows:  144361 145778 146263 144937 145814 145824 148802 148027 143329 144694 140981 142637 143465 142871 138445 138867  total = 38.353680 per ms 
01:11:51.836 16  switches: flows:  147463 143318 148417 146506 142650 146004 149089 148953 144926 141611 144506 143897 142263 144631 139729 138287  total = 38.473243 per ms 
01:12:51.936 16  switches: flows:  148643 145102 146498 145887 144866 145304 150388 149369 143915 141900 144082 144964 143223 143882 138526 140804  total = 38.558162 per ms 
01:13:52.038 16  switches: flows:  148401 146391 147432 147558 144909 148919 150489 146671 142832 142056 143000 146617 144572 143094 139029 137313  total = 38.590245 per ms 
01:14:52.139 16  switches: flows:  149902 149097 145913 146084 146307 151504 150334 148314 141869 144272 144522 145232 145357 140495 138825 138853  total = 38.716693 per ms 
01:15:52.240 16  switches: flows:  149868 147590 149510 147289 148421 151322 150272 148316 138290 143476 146768 144403 144705 140790 140197 138537  total = 38.764517 per ms 
01:16:52.340 16  switches: flows:  151698 148692 146610 146689 147482 144836 149704 147497 140798 143893 141716 143209 143334 137662 141067 138327  total = 38.489296 per ms 
RESULT: 16 switches 9 tests min/max/avg/stdev = 38353.68/38764.52/38537.36/12846.48 responses/s</msg>
<arg>${output}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-04-08T01:16:52.314679" elapsed="0.000560"/>
</kw>
<kw name="Should Contain" owner="BuiltIn">
<arg>${output}</arg>
<arg>RESULT</arg>
<doc>Fails if ``container`` does not contain ``item`` one or more times.</doc>
<status status="PASS" start="2026-04-08T01:16:52.315441" elapsed="0.000512"/>
</kw>
<kw name="Get Lines Containing String" owner="String">
<msg time="2026-04-08T01:16:52.316487" level="INFO">1 out of 23 lines matched.</msg>
<msg time="2026-04-08T01:16:52.316613" level="INFO">${result_line} = RESULT: 16 switches 9 tests min/max/avg/stdev = 38353.68/38764.52/38537.36/12846.48 responses/s</msg>
<var>${result_line}</var>
<arg>${output}</arg>
<arg>RESULT</arg>
<doc>Returns lines of the given ``string`` that contain the ``pattern``.</doc>
<status status="PASS" start="2026-04-08T01:16:52.316170" elapsed="0.000478"/>
</kw>
<kw name="Split String" owner="String">
<msg time="2026-04-08T01:16:52.317240" level="INFO">@{results_list} = [ RESULT: | 16 | switches | 9 | tests | min/max/avg/stdev | = | 38353.68/38764.52/38537.36/12846.48 | responses/s ]</msg>
<var>@{results_list}</var>
<arg>${result_line}</arg>
<doc>Splits the ``string`` using ``separator`` as a delimiter string.</doc>
<status status="PASS" start="2026-04-08T01:16:52.316889" elapsed="0.000389"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-08T01:16:52.320798" level="INFO">min/max/avg/stdev</msg>
<arg>${results_list[5]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-04-08T01:16:52.317486" elapsed="0.003391"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-08T01:16:52.324204" level="INFO">38353.68/38764.52/38537.36/12846.48</msg>
<arg>${results_list[7]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-04-08T01:16:52.321081" elapsed="0.003179"/>
</kw>
<kw name="Split String" owner="String">
<msg time="2026-04-08T01:16:52.326611" level="INFO">@{result_name_list} = [ min | max | avg | stdev ]</msg>
<var>@{result_name_list}</var>
<arg>${results_list[5]}</arg>
<arg>/</arg>
<doc>Splits the ``string`` using ``separator`` as a delimiter string.</doc>
<status status="PASS" start="2026-04-08T01:16:52.324408" elapsed="0.002229"/>
</kw>
<kw name="Split String" owner="String">
<msg time="2026-04-08T01:16:52.329071" level="INFO">@{result_value_list} = [ 38353.68 | 38764.52 | 38537.36 | 12846.48 ]</msg>
<var>@{result_value_list}</var>
<arg>${results_list[7]}</arg>
<arg>/</arg>
<doc>Splits the ``string`` using ``separator`` as a delimiter string.</doc>
<status status="PASS" start="2026-04-08T01:16:52.326849" elapsed="0.002250"/>
</kw>
<kw name="Get Length" owner="BuiltIn">
<msg time="2026-04-08T01:16:52.329560" level="INFO">Length is 4.</msg>
<msg time="2026-04-08T01:16:52.329647" level="INFO">${num_stats} = 4</msg>
<var>${num_stats}</var>
<arg>${result_name_list}</arg>
<doc>Returns and logs the length of the given item as an integer.</doc>
<status status="PASS" start="2026-04-08T01:16:52.329251" elapsed="0.000419"/>
</kw>
<for flavor="IN RANGE">
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-08T01:16:52.334376" level="INFO">min :: 38353.68</msg>
<arg>${result_name_list[${i}]} :: ${result_value_list[${i}]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-04-08T01:16:52.330111" elapsed="0.004320"/>
</kw>
<var name="${i}">0</var>
<status status="PASS" start="2026-04-08T01:16:52.329983" elapsed="0.004482"/>
</iter>
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-08T01:16:52.338960" level="INFO">max :: 38764.52</msg>
<arg>${result_name_list[${i}]} :: ${result_value_list[${i}]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-04-08T01:16:52.334676" elapsed="0.004339"/>
</kw>
<var name="${i}">1</var>
<status status="PASS" start="2026-04-08T01:16:52.334552" elapsed="0.004497"/>
</iter>
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-08T01:16:52.343600" level="INFO">avg :: 38537.36</msg>
<arg>${result_name_list[${i}]} :: ${result_value_list[${i}]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-04-08T01:16:52.339255" elapsed="0.004402"/>
</kw>
<var name="${i}">2</var>
<status status="PASS" start="2026-04-08T01:16:52.339132" elapsed="0.004559"/>
</iter>
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-08T01:16:52.348282" level="INFO">stdev :: 12846.48</msg>
<arg>${result_name_list[${i}]} :: ${result_value_list[${i}]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-04-08T01:16:52.343919" elapsed="0.004419"/>
</kw>
<var name="${i}">3</var>
<status status="PASS" start="2026-04-08T01:16:52.343790" elapsed="0.004582"/>
</iter>
<var>${i}</var>
<value>0</value>
<value>${num_stats}</value>
<status status="PASS" start="2026-04-08T01:16:52.329737" elapsed="0.018665"/>
</for>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-04-08T01:16:52.352420" level="INFO">${min} = 38353.68</msg>
<var>${min}</var>
<arg>${result_value_list[${0}]}</arg>
<doc>Returns the given values which can then be assigned to a variables.</doc>
<status status="PASS" start="2026-04-08T01:16:52.348554" elapsed="0.003894"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-04-08T01:16:52.356333" level="INFO">${max} = 38764.52</msg>
<var>${max}</var>
<arg>${result_value_list[${1}]}</arg>
<doc>Returns the given values which can then be assigned to a variables.</doc>
<status status="PASS" start="2026-04-08T01:16:52.352602" elapsed="0.003758"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-04-08T01:16:52.360242" level="INFO">${average} = 38537.36</msg>
<var>${average}</var>
<arg>${result_value_list[${2}]}</arg>
<doc>Returns the given values which can then be assigned to a variables.</doc>
<status status="PASS" start="2026-04-08T01:16:52.356511" elapsed="0.003758"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-04-08T01:16:52.364163" level="INFO">${stdev} = 12846.48</msg>
<var>${stdev}</var>
<arg>${result_value_list[${3}]}</arg>
<doc>Returns the given values which can then be assigned to a variables.</doc>
<status status="PASS" start="2026-04-08T01:16:52.360419" elapsed="0.003771"/>
</kw>
<kw name="Get Time" owner="BuiltIn">
<msg time="2026-04-08T01:16:52.364694" level="INFO">${date} = 2026-04-08 01:16:52</msg>
<var>${date}</var>
<arg>d,m,s</arg>
<doc>Returns the given time in the requested format.</doc>
<status status="PASS" start="2026-04-08T01:16:52.364347" elapsed="0.000373"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-08T01:16:52.365291" level="INFO">CBench Result: 2026-04-08 01:16:52,-m 60000 -M 100 -S 16 -l 10 -D 5000 -p 6633,38353.68,38764.52,38537.36,12846.48</msg>
<arg>CBench Result: ${date},${cbench_args},${min},${max},${average},${stdev}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-04-08T01:16:52.364885" elapsed="0.000462"/>
</kw>
<kw name="Log Results And Determine Status">
<kw name="Append To File" owner="OperatingSystem">
<msg time="2026-04-08T01:16:52.366422" level="INFO" html="true">Appended to file '&lt;a href="file:///w/workspace/openflowplugin-csit-1node-cbench-only-vanadium/bug.csv"&gt;/w/workspace/openflowplugin-csit-1node-cbench-only-vanadium/bug.csv&lt;/a&gt;'.</msg>
<arg>${output_file}</arg>
<arg>${min},${max},${average}\n</arg>
<doc>Appends the given content to the specified file.</doc>
<status status="PASS" start="2026-04-08T01:16:52.365976" elapsed="0.000514"/>
</kw>
<kw name="Should Be True" owner="BuiltIn">
<arg>${average} &gt; ${threshold}</arg>
<arg>${average} flow_mods per/sec did not exceed threshold of ${threshold}</arg>
<doc>Fails if the given condition is not true.</doc>
<status status="PASS" start="2026-04-08T01:16:52.366639" elapsed="0.000490"/>
</kw>
<arg>${min}</arg>
<arg>${max}</arg>
<arg>${average}</arg>
<arg>${average_threshold}</arg>
<arg>${output_filename}</arg>
<status status="PASS" start="2026-04-08T01:16:52.365487" elapsed="0.001705"/>
</kw>
<arg>-m ${duration_in_ms} -M ${num_of_unique_macs} -S ${switch_count} -l ${loops} -D ${start_delay} -p ${of_port}</arg>
<arg>${latency_threshold}</arg>
<arg>bug.csv</arg>
<status status="PASS" start="2026-04-08T01:06:45.653505" elapsed="606.713748"/>
</kw>
<kw name="Sleep" owner="BuiltIn">
<msg time="2026-04-08T01:16:52.367713" level="INFO">Slept 0 seconds.</msg>
<arg>${test_delay}</arg>
<doc>Pauses the test executed for the given time.</doc>
<status status="PASS" start="2026-04-08T01:16:52.367398" elapsed="0.000388"/>
</kw>
<kw name="Report Failure Due To Bug" owner="Utils" type="TEARDOWN">
<kw name="Evaluate" owner="BuiltIn">
<msg time="2026-04-08T01:16:52.368975" level="INFO">${test_skipped} = False</msg>
<var>${test_skipped}</var>
<arg>len(re.findall('SKIPPED', """${TEST_MESSAGE}""")) &gt; 0</arg>
<arg>modules=re</arg>
<doc>Evaluates the given expression in Python and returns the result.</doc>
<status status="PASS" start="2026-04-08T01:16:52.368477" elapsed="0.000525"/>
</kw>
<if>
<branch type="IF" condition="('${TEST_STATUS}' != 'FAIL') or ${test_skipped}">
<return>
<status status="PASS" start="2026-04-08T01:16:52.369223" elapsed="0.000032"/>
</return>
<status status="PASS" start="2026-04-08T01:16:52.369076" elapsed="0.000210"/>
</branch>
<status status="PASS" start="2026-04-08T01:16:52.369058" elapsed="0.000252"/>
</if>
<kw name="Comment" owner="BuiltIn">
<arg>Jira tickets are {PROJECT}-{NUMBER} while Bugzilla tickets are {NUMBER}</arg>
<doc>Displays the given messages in the log file as keyword arguments.</doc>
<status status="NOT RUN" start="2026-04-08T01:16:52.369451" elapsed="0.000021"/>
</kw>
<kw name="Run Keyword And Return Status" owner="BuiltIn">
<var>${match}</var>
<arg>Should Contain</arg>
<arg>${number}</arg>
<arg>-</arg>
<doc>Runs the specified keyword and returns the status as a Boolean value.</doc>
<status status="NOT RUN" start="2026-04-08T01:16:52.369607" 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-04-08T01:16:52.369787" elapsed="0.000020"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<var>${msg}</var>
<arg>This test fails due to ${bug_url}</arg>
<doc>Returns the given values which can then be assigned to a variables.</doc>
<status status="NOT RUN" start="2026-04-08T01:16:52.369978" elapsed="0.000020"/>
</kw>
<kw name="Evaluate" owner="BuiltIn">
<var>${newline}</var>
<arg>chr(10)</arg>
<doc>Evaluates the given expression in Python and returns the result.</doc>
<status status="NOT RUN" start="2026-04-08T01:16:52.370128" elapsed="0.000020"/>
</kw>
<kw name="Set Test Message" owner="BuiltIn">
<arg>${msg}${newline}${newline}${TEST_MESSAGE}</arg>
<doc>Sets message for the current test case.</doc>
<status status="NOT RUN" start="2026-04-08T01:16:52.370273" elapsed="0.000020"/>
</kw>
<kw name="Log" owner="BuiltIn">
<arg>${msg}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="NOT RUN" start="2026-04-08T01:16:52.370421" 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-04-08T01:16:52.370639" elapsed="0.000025"/>
</kw>
<status status="NOT RUN" start="2026-04-08T01:16:52.370503" elapsed="0.000193"/>
</branch>
<status status="NOT RUN" start="2026-04-08T01:16:52.370487" elapsed="0.000232"/>
</if>
<arg>6176</arg>
<doc>Report that a test failed due to a known Bugzilla bug whose
number is provided as an argument.
Not FAILED (incl. SKIPPED) test are not reported.
This keyword must be used in the [Teardown] setting of the affected test
or as the first line of the test if FastFail module is not being
used. It reports the URL of the bug on console and also puts it
into the Robot log file.</doc>
<status status="PASS" start="2026-04-08T01:16:52.368148" elapsed="0.002637"/>
</kw>
<doc>cbench executed in latency mode to see if controller is healthy</doc>
<tag>cbench</tag>
<tag>latency</tag>
<timeout value="15 minutes"/>
<status status="PASS" start="2026-04-08T01:06:45.652118" elapsed="606.718713"/>
</test>
<doc>Cbench Latency and Throughput tests can be run from an external
cbench.
If cbench is run with a medium number of switches or higher (e.g. 32+)
the normal openflow operations seem to break.
BUG: https://bugs.opendaylight.org/show_bug.cgi?id=2897</doc>
<status status="PASS" start="2026-04-08T00:46:29.763463" elapsed="1822.607948"/>
</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>
