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

[?1h=[90m~[0m                                                                                [?2004hopendaylight-user</msg>
<arg>${KARAF_USER}</arg>
<arg>${KARAF_PASSWORD}</arg>
<arg>loglevel=${loglevel}</arg>
<doc>Logs into the SSH server with the given ``username`` and ``password``.</doc>
<status status="PASS" start="2026-05-07T00:40:19.285577" elapsed="0.757421"/>
</kw>
<kw name="Write" owner="SSHLibrary">
<msg time="2026-05-07T00:40:20.093765" level="INFO">@root&gt;log:set ERROR</msg>
<arg>${cmd}</arg>
<doc>Writes the given ``text`` on the remote machine and appends a newline.</doc>
<status status="PASS" start="2026-05-07T00:40:20.043537" elapsed="0.050299"/>
</kw>
<kw name="Read Until Regexp" owner="SSHLibrary">
<msg time="2026-05-07T00:40:20.095568" level="INFO">[?1l&gt;[?2004l[?1h=[90m~[0m                                                                                [?2004hopendaylight-user@root&gt;</msg>
<msg time="2026-05-07T00:40:20.095684" level="INFO">${output} = [?1l&gt;[?2004l[?1h=[90m~[0m                                                                                [?2004hopendaylight-user@root&gt;</msg>
<var>${output}</var>
<arg>${KARAF_PROMPT}</arg>
<doc>Consumes and returns the server output until a match to ``regexp`` is found.</doc>
<status status="PASS" start="2026-05-07T00:40:20.094008" elapsed="0.001706"/>
</kw>
<kw name="Write Bare" owner="SSHLibrary">
<arg>logout\n</arg>
<doc>Writes the given ``text`` on the remote machine without appending a newline.</doc>
<status status="PASS" start="2026-05-07T00:40:20.095871" elapsed="0.000238"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-05-07T00:40:20.096278" elapsed="0.000229"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-05-07T00:40:20.097015" level="INFO">[?1l&gt;[?2004l[?1h=[90m~[0m                                                                                [?2004hopendaylight-user@root&gt;</msg>
<arg>${output}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-05-07T00:40:20.096662" elapsed="0.000407"/>
</kw>
<return>
<value>${output}</value>
<status status="PASS" start="2026-05-07T00:40:20.097123" elapsed="0.000060"/>
</return>
<arg>log:set ${log_level}</arg>
<doc>Will execute the given ${cmd} by ssh'ing to the karaf console running on 10.30.171.219
Note that this keyword will open&amp;close new SSH connection, without switching back to previously current session.</doc>
<status status="PASS" start="2026-05-07T00:40:19.284072" elapsed="0.813268"/>
</kw>
<arg>3x</arg>
<arg>1s</arg>
<arg>KarafKeywords.Issue Command On Karaf Console</arg>
<arg>log:set ${log_level}</arg>
<doc>Runs the specified keyword and retries if it fails.</doc>
<status status="PASS" start="2026-05-07T00:40:19.280315" elapsed="0.817092"/>
</kw>
<kw name="Append To File" owner="OperatingSystem">
<msg time="2026-05-07T00:40:20.097992" level="INFO" html="true">Appended to file '&lt;a href="file:///w/workspace/openflowplugin-csit-1node-cbench-only-vanadium/latency.csv"&gt;/w/workspace/openflowplugin-csit-1node-cbench-only-vanadium/latency.csv&lt;/a&gt;'.</msg>
<arg>${latency_results_file}</arg>
<arg>LATENCY_MIN,LATENCY_MAX,LATENCY_AVERAGE\n</arg>
<doc>Appends the given content to the specified file.</doc>
<status status="PASS" start="2026-05-07T00:40:20.097606" elapsed="0.000442"/>
</kw>
<kw name="Append To File" owner="OperatingSystem">
<msg time="2026-05-07T00:40:20.098467" level="INFO" html="true">Appended to file '&lt;a href="file:///w/workspace/openflowplugin-csit-1node-cbench-only-vanadium/throughput.csv"&gt;/w/workspace/openflowplugin-csit-1node-cbench-only-vanadium/throughput.csv&lt;/a&gt;'.</msg>
<arg>${throughput_results_file}</arg>
<arg>THROUGHPUT_MIN,THROUGHPUT_MAX,THROUGHPUT_AVERAGE\n</arg>
<doc>Appends the given content to the specified file.</doc>
<status status="PASS" start="2026-05-07T00:40:20.098203" elapsed="0.000320"/>
</kw>
<kw name="Evaluate" owner="BuiltIn">
<msg time="2026-05-07T00:40:20.099133" level="INFO">${duration_in_ms} = 60000</msg>
<var>${duration_in_ms}</var>
<arg>${duration_in_secs} * 1000</arg>
<doc>Evaluates the given expression in Python and returns the result.</doc>
<status status="PASS" start="2026-05-07T00:40:20.098737" elapsed="0.000444"/>
</kw>
<kw name="Set Suite Variable" owner="BuiltIn">
<msg time="2026-05-07T00:40:20.099715" level="INFO">${duration_in_ms} = 60000</msg>
<arg>${duration_in_ms}</arg>
<doc>Makes a variable available everywhere within the scope of the current suite.</doc>
<status status="PASS" start="2026-05-07T00:40:20.099373" elapsed="0.000384"/>
</kw>
<kw name="Evaluate" owner="BuiltIn">
<msg time="2026-05-07T00:40:20.100295" level="INFO">${test_timeout} = 900.0</msg>
<var>${test_timeout}</var>
<arg>(${loops} * ${duration_in_secs}) * 1.5</arg>
<doc>Evaluates the given expression in Python and returns the result.</doc>
<status status="PASS" start="2026-05-07T00:40:20.099905" elapsed="0.000417"/>
</kw>
<kw name="Set Suite Variable" owner="BuiltIn">
<msg time="2026-05-07T00:40:20.100787" level="INFO">${test_timeout} = 900.0</msg>
<arg>${test_timeout}</arg>
<doc>Makes a variable available everywhere within the scope of the current suite.</doc>
<status status="PASS" start="2026-05-07T00:40:20.100480" elapsed="0.000348"/>
</kw>
<if>
<branch type="IF" condition="&quot;${cbench_system}&quot; == &quot;localhost&quot;">
<kw name="File Should Exist" owner="OperatingSystem">
<arg>${cbench_executable}</arg>
<doc>Fails unless the given ``path`` points to an existing file.</doc>
<status status="NOT RUN" start="2026-05-07T00:40:20.101133" elapsed="0.000020"/>
</kw>
<status status="NOT RUN" start="2026-05-07T00:40:20.100917" elapsed="0.000269"/>
</branch>
<branch type="ELSE">
<kw name="Verify File Exists On Remote System" owner="Utils">
<kw name="Open Connection" owner="SSHLibrary">
<msg time="2026-05-07T00:40:20.105591" level="INFO">${conn_id} = 2</msg>
<var>${conn_id}</var>
<arg>${system}</arg>
<arg>prompt=${prompt}</arg>
<arg>timeout=${prompt_timeout}</arg>
<doc>Opens a new SSH connection to the given ``host`` and ``port``.</doc>
<status status="PASS" start="2026-05-07T00:40:20.105168" elapsed="0.000450"/>
</kw>
<kw name="Flexible_SSH_Login" owner="SSHKeywords">
<kw name="Get Length" owner="BuiltIn">
<msg time="2026-05-07T00:40:20.106931" level="INFO">Length is 0.</msg>
<msg time="2026-05-07T00:40:20.107020" level="INFO">${pwd_length} = 0</msg>
<var>${pwd_length}</var>
<arg>${password}</arg>
<doc>Returns and logs the length of the given item as an integer.</doc>
<status status="PASS" start="2026-05-07T00:40:20.106159" elapsed="0.000886"/>
</kw>
<kw name="Run Keyword And Return If" owner="BuiltIn">
<arg>${pwd_length} &gt; 0</arg>
<arg>SSHLibrary.Login</arg>
<arg>${user}</arg>
<arg>${password}</arg>
<arg>delay=${delay}</arg>
<doc>Runs the specified keyword and returns from the enclosing user keyword.</doc>
<status status="PASS" start="2026-05-07T00:40:20.107224" elapsed="0.000392"/>
</kw>
<kw name="Run Keyword And Return" owner="BuiltIn">
<kw name="Login With Public Key" owner="SSHLibrary">
<msg time="2026-05-07T00:40:20.108645" level="INFO">Logging into '10.30.170.184:22' as 'jenkins'.</msg>
<msg time="2026-05-07T00:40:20.864031" 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 Thu May  7 00:40:20 UTC 2026

  System load:  0.04               Processes:             110
  Usage of /:   19.3% of 38.58GB   Users logged in:       0
  Memory usage: 4%                 IPv4 address for ens3: 10.30.170.184
  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-227-1-mininet-ovs-217-0 ~]&gt;</msg>
<arg>${user}</arg>
<arg>${USER_HOME}/.ssh/${SSH_KEY}</arg>
<arg>${KEYFILE_PASS}</arg>
<arg>delay=${delay}</arg>
<doc>Logs into the SSH server using key-based authentication.</doc>
<status status="PASS" start="2026-05-07T00:40:20.108118" elapsed="0.756076"/>
</kw>
<msg time="2026-05-07T00:40:20.864311" level="INFO">Returning from the enclosing user keyword.</msg>
<arg>SSHLibrary.Login With Public Key</arg>
<arg>${user}</arg>
<arg>${USER_HOME}/.ssh/${SSH_KEY}</arg>
<arg>${KEYFILE_PASS}</arg>
<arg>delay=${delay}</arg>
<doc>Runs the specified keyword and returns from the enclosing user keyword.</doc>
<status status="PASS" start="2026-05-07T00:40:20.107772" elapsed="0.756644"/>
</kw>
<arg>${user}</arg>
<arg>${password}</arg>
<doc>On active SSH session: if given non-empty password, do Login, else do Login With Public Key.</doc>
<status status="PASS" start="2026-05-07T00:40:20.105821" elapsed="0.758725"/>
</kw>
<kw name="File Should Exist" owner="SSHLibrary">
<msg time="2026-05-07T00:40:20.872100" level="INFO">[chan 1] Opened sftp connection (server version 3)</msg>
<arg>${file}</arg>
<doc>Fails if the given ``path`` does NOT point to an existing file.</doc>
<status status="PASS" start="2026-05-07T00:40:20.864785" elapsed="0.010205"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-05-07T00:40:20.875562" elapsed="0.000745"/>
</kw>
<arg>${cbench_system}</arg>
<arg>${cbench_executable}</arg>
<doc>Will create connection with public key and will PASS if the given ${file} exists,
otherwise will FAIL</doc>
<status status="PASS" start="2026-05-07T00:40:20.104640" elapsed="0.771823"/>
</kw>
<status status="PASS" start="2026-05-07T00:40:20.101279" elapsed="0.775270"/>
</branch>
<status status="PASS" start="2026-05-07T00:40:20.100892" elapsed="0.775725"/>
</if>
<kw name="Should Be True" owner="BuiltIn">
<arg>${loops} &gt;= 2</arg>
<arg>If number of loops is less than 2, cbench will not run</arg>
<doc>Fails if the given condition is not true.</doc>
<status status="PASS" start="2026-05-07T00:40:20.876953" elapsed="0.001091"/>
</kw>
<kw name="Verify_Feature_Is_Installed" owner="KarafKeywords">
<if>
<branch type="IF" condition="'${IS_KARAF_APPL}' == 'False'">
<return>
<value>Not A Karaf App</value>
<status status="NOT RUN" start="2026-05-07T00:40:20.886395" elapsed="0.000026"/>
</return>
<status status="NOT RUN" start="2026-05-07T00:40:20.886206" elapsed="0.000264"/>
</branch>
<status status="PASS" start="2026-05-07T00:40:20.886171" elapsed="0.000332"/>
</if>
<kw name="Issue_Command_On_Karaf_Console" owner="KarafKeywords">
<if>
<branch type="IF" condition="'${IS_KARAF_APPL}' == 'False'">
<return>
<value>Not A Karaf App</value>
<status status="NOT RUN" start="2026-05-07T00:40:20.891508" elapsed="0.000021"/>
</return>
<status status="NOT RUN" start="2026-05-07T00:40:20.891351" elapsed="0.000222"/>
</branch>
<status status="PASS" start="2026-05-07T00:40:20.891325" elapsed="0.000279"/>
</if>
<kw name="Open Connection" owner="SSHLibrary">
<arg>${controller}</arg>
<arg>port=${karaf_port}</arg>
<arg>prompt=${KARAF_PROMPT_LOGIN}</arg>
<arg>timeout=${timeout}</arg>
<doc>Opens a new SSH connection to the given ``host`` and ``port``.</doc>
<status status="PASS" start="2026-05-07T00:40:20.891793" elapsed="0.000642"/>
</kw>
<kw name="Login" owner="SSHLibrary">
<msg time="2026-05-07T00:40:20.893024" level="INFO">Logging into '10.30.171.219:8101' as 'karaf'.</msg>
<msg time="2026-05-07T00:40:21.089361" level="INFO">Read output: [33m                                                                                           
[33m    ________                       ________                .__  .__       .__     __       
[33m    \_____  \ ______   ____   ____ \______ \ _____  ___.__.|  | |__| ____ |  |___/  |_     
[33m     /   |   \\____ \_/ __ \ /    \ |    |  \\__  \&lt;   |  ||  | |  |/ ___\|  |  \   __\    
[33m    /    |    \  |_&gt; &gt;  ___/|   |  \|    `   \/ __ \\___  ||  |_|  / /_/  &gt;   Y  \  |      
[33m    \_______  /   __/ \___  &gt;___|  /_______  (____  / ____||____/__\___  /|___|  /__|      
[33m            \/|__|        \/     \/        \/     \/\/            /_____/      \/          
[33m                                                                                           

Hit '[1m&lt;tab&gt;[0m' for a list of available commands
and '[1m[cmd] --help[0m' for help on a specific command.
Hit '[1m&lt;ctrl-d&gt;[0m' or type '[1msystem:shutdown[0m' or '[1mlogout[0m' to shutdown OpenDaylight.

[?1h=[90m~[0m                                                                                [?2004hopendaylight-user</msg>
<arg>${KARAF_USER}</arg>
<arg>${KARAF_PASSWORD}</arg>
<arg>loglevel=${loglevel}</arg>
<doc>Logs into the SSH server with the given ``username`` and ``password``.</doc>
<status status="PASS" start="2026-05-07T00:40:20.892641" elapsed="0.196935"/>
</kw>
<kw name="Write" owner="SSHLibrary">
<msg time="2026-05-07T00:40:21.184049" level="INFO">@root&gt;feature:list -i | 0[C 0g[Krep odl-openflowplugin-drop-test</msg>
<arg>${cmd}</arg>
<doc>Writes the given ``text`` on the remote machine and appends a newline.</doc>
<status status="PASS" start="2026-05-07T00:40:21.089934" elapsed="0.094272"/>
</kw>
<kw name="Read Until Regexp" owner="SSHLibrary">
<msg time="2026-05-07T00:40:21.197955" level="INFO">[?1l&gt;[?2004l[31;1modl-openflowplugin-drop-test[0m                                    x 0.21.3           x x        x Started x [31;1modl-openflowplugin-drop-test[0m                                    x OpenDaylight :: Openflow Plugin :: Drop Test
[?1h=[90m~[0m                                                                                [?2004hopendaylight-user@root&gt;</msg>
<msg time="2026-05-07T00:40:21.198136" level="INFO">${output} = [?1l&gt;[?2004l[31;1modl-openflowplugin-drop-test[0m                                    x 0.21.3           x x        x Started x [31;1modl-openflowplugin-drop-test[0m                     ...</msg>
<var>${output}</var>
<arg>${KARAF_PROMPT}</arg>
<doc>Consumes and returns the server output until a match to ``regexp`` is found.</doc>
<status status="PASS" start="2026-05-07T00:40:21.184502" elapsed="0.013667"/>
</kw>
<kw name="Write Bare" owner="SSHLibrary">
<arg>logout\n</arg>
<doc>Writes the given ``text`` on the remote machine without appending a newline.</doc>
<status status="PASS" start="2026-05-07T00:40:21.198330" elapsed="0.000242"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-05-07T00:40:21.198753" elapsed="0.000254"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-05-07T00:40:21.199505" level="INFO">[?1l&gt;[?2004l[31;1modl-openflowplugin-drop-test[0m                                    x 0.21.3           x x        x Started x [31;1modl-openflowplugin-drop-test[0m                                    x OpenDaylight :: Openflow Plugin :: Drop Test
[?1h=[90m~[0m                                                                                [?2004hopendaylight-user@root&gt;</msg>
<arg>${output}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-05-07T00:40:21.199150" elapsed="0.000411"/>
</kw>
<return>
<value>${output}</value>
<status status="PASS" start="2026-05-07T00:40:21.199613" elapsed="0.000058"/>
</return>
<msg time="2026-05-07T00:40:21.199826" level="INFO">${output} = [?1l&gt;[?2004l[31;1modl-openflowplugin-drop-test[0m                                    x 0.21.3           x x        x Started x [31;1modl-openflowplugin-drop-test[0m                     ...</msg>
<var>${output}</var>
<arg>feature:list -i | grep ${feature_name}</arg>
<arg>${controller}</arg>
<arg>${karaf_port}</arg>
<doc>Will execute the given ${cmd} by ssh'ing to the karaf console running on 10.30.171.219
Note that this keyword will open&amp;close new SSH connection, without switching back to previously current session.</doc>
<status status="PASS" start="2026-05-07T00:40:20.890798" elapsed="0.309060"/>
</kw>
<kw name="Should Contain" owner="BuiltIn">
<arg>${output}</arg>
<arg>${feature_name}</arg>
<doc>Fails if ``container`` does not contain ``item`` one or more times.</doc>
<status status="PASS" start="2026-05-07T00:40:21.200007" elapsed="0.000556"/>
</kw>
<return>
<value>${output}</value>
<status status="PASS" start="2026-05-07T00:40:21.200616" elapsed="0.000031"/>
</return>
<arg>odl-openflowplugin-drop-test</arg>
<doc>Will Succeed if the given ${feature_name} is found in the output of "feature:list -i"</doc>
<status status="PASS" start="2026-05-07T00:40:20.885762" elapsed="0.314982"/>
</kw>
<kw name="Issue_Command_On_Karaf_Console" owner="KarafKeywords">
<if>
<branch type="IF" condition="'${IS_KARAF_APPL}' == 'False'">
<return>
<value>Not A Karaf App</value>
<status status="NOT RUN" start="2026-05-07T00:40:21.204549" elapsed="0.000015"/>
</return>
<status status="NOT RUN" start="2026-05-07T00:40:21.204406" elapsed="0.000190"/>
</branch>
<status status="PASS" start="2026-05-07T00:40:21.204381" elapsed="0.000241"/>
</if>
<kw name="Open Connection" owner="SSHLibrary">
<arg>${controller}</arg>
<arg>port=${karaf_port}</arg>
<arg>prompt=${KARAF_PROMPT_LOGIN}</arg>
<arg>timeout=${timeout}</arg>
<doc>Opens a new SSH connection to the given ``host`` and ``port``.</doc>
<status status="PASS" start="2026-05-07T00:40:21.204756" elapsed="0.000464"/>
</kw>
<kw name="Login" owner="SSHLibrary">
<msg time="2026-05-07T00:40:21.205652" level="INFO">Logging into '10.30.171.219:8101' as 'karaf'.</msg>
<msg time="2026-05-07T00:40:21.408288" level="INFO">Read output: [33m                                                                                           
[33m    ________                       ________                .__  .__       .__     __       
[33m    \_____  \ ______   ____   ____ \______ \ _____  ___.__.|  | |__| ____ |  |___/  |_     
[33m     /   |   \\____ \_/ __ \ /    \ |    |  \\__  \&lt;   |  ||  | |  |/ ___\|  |  \   __\    
[33m    /    |    \  |_&gt; &gt;  ___/|   |  \|    `   \/ __ \\___  ||  |_|  / /_/  &gt;   Y  \  |      
[33m    \_______  /   __/ \___  &gt;___|  /_______  (____  / ____||____/__\___  /|___|  /__|      
[33m            \/|__|        \/     \/        \/     \/\/            /_____/      \/          
[33m                                                                                           

Hit '[1m&lt;tab&gt;[0m' for a list of available commands
and '[1m[cmd] --help[0m' for help on a specific command.
Hit '[1m&lt;ctrl-d&gt;[0m' or type '[1msystem:shutdown[0m' or '[1mlogout[0m' to shutdown OpenDaylight.

[?1h=[90m~[0m                                                                                [?2004hopendaylight-user</msg>
<arg>${KARAF_USER}</arg>
<arg>${KARAF_PASSWORD}</arg>
<arg>loglevel=${loglevel}</arg>
<doc>Logs into the SSH server with the given ``username`` and ``password``.</doc>
<status status="PASS" start="2026-05-07T00:40:21.205388" elapsed="0.203035"/>
</kw>
<kw name="Write" owner="SSHLibrary">
<msg time="2026-05-07T00:40:21.433118" level="INFO">@root&gt;dropallpacketsrpc on</msg>
<arg>${cmd}</arg>
<doc>Writes the given ``text`` on the remote machine and appends a newline.</doc>
<status status="PASS" start="2026-05-07T00:40:21.408660" elapsed="0.024516"/>
</kw>
<kw name="Read Until Regexp" owner="SSHLibrary">
<msg time="2026-05-07T00:40:21.435072" level="INFO">[?1l&gt;[?2004lDropAllFlows transitions to on
[?1h=[90m~[0m                                                                                [?2004hopendaylight-user@root&gt;</msg>
<msg time="2026-05-07T00:40:21.435178" level="INFO">${output} = [?1l&gt;[?2004lDropAllFlows transitions to on
[?1h=[90m~[0m                                                                                [?2004hopendaylight-user@root&gt;</msg>
<var>${output}</var>
<arg>${KARAF_PROMPT}</arg>
<doc>Consumes and returns the server output until a match to ``regexp`` is found.</doc>
<status status="PASS" start="2026-05-07T00:40:21.433339" elapsed="0.001867"/>
</kw>
<kw name="Write Bare" owner="SSHLibrary">
<arg>logout\n</arg>
<doc>Writes the given ``text`` on the remote machine without appending a newline.</doc>
<status status="PASS" start="2026-05-07T00:40:21.435359" elapsed="0.000184"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-05-07T00:40:21.435696" elapsed="0.000219"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-05-07T00:40:21.436388" level="INFO">[?1l&gt;[?2004lDropAllFlows transitions to on
[?1h=[90m~[0m                                                                                [?2004hopendaylight-user@root&gt;</msg>
<arg>${output}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-05-07T00:40:21.436059" elapsed="0.000378"/>
</kw>
<return>
<value>${output}</value>
<status status="PASS" start="2026-05-07T00:40:21.436489" elapsed="0.000056"/>
</return>
<arg>dropallpacketsrpc on</arg>
<doc>Will execute the given ${cmd} by ssh'ing to the karaf console running on 10.30.171.219
Note that this keyword will open&amp;close new SSH connection, without switching back to previously current session.</doc>
<status status="PASS" start="2026-05-07T00:40:21.204032" elapsed="0.232630"/>
</kw>
<status status="PASS" start="2026-05-07T00:40:19.278485" elapsed="2.158239"/>
</kw>
<test id="s1-t1" name="Cbench Latency Test" line="37">
<kw name="Log" owner="BuiltIn">
<msg time="2026-05-07T00:40:21.438882" level="INFO">Cbench tests using 10 iterations of 60 second tests. Switch Count: 16. Unique MACS to cycle: 100</msg>
<arg>Cbench tests using ${loops} iterations of ${duration_in_secs} second tests. Switch Count: ${switch_count}. Unique MACS to cycle: ${num_of_unique_macs}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-05-07T00:40:21.437798" elapsed="0.001148"/>
</kw>
<kw name="Run Cbench And Log Results">
<kw name="Set Suite Variable" owner="BuiltIn">
<msg time="2026-05-07T00:40:21.440450" level="INFO">${output_filename} = latency.csv</msg>
<arg>${output_filename}</arg>
<doc>Makes a variable available everywhere within the scope of the current suite.</doc>
<status status="PASS" start="2026-05-07T00:40:21.440072" elapsed="0.000421"/>
</kw>
<if>
<branch type="IF" condition="&quot;${cbench_system}&quot; == &quot;localhost&quot;">
<kw name="Run" owner="OperatingSystem">
<var>${output}</var>
<arg>${cbench_executable} -c ${ODL_SYSTEM_IP} ${cbench_args}</arg>
<doc>_This keyword is considered deprecated. Use the
[http://robotframework.org/robotframework/latest/libraries/Process.html|
Process] library instead._</doc>
<status status="NOT RUN" start="2026-05-07T00:40:21.440818" elapsed="0.000021"/>
</kw>
<status status="NOT RUN" start="2026-05-07T00:40:21.440573" elapsed="0.000302"/>
</branch>
<branch type="ELSE">
<kw name="Run Command On Remote System" owner="Utils">
<if>
<branch type="IF" condition="&quot;${return_stdout}&quot;!=&quot;True&quot; and &quot;${return_stderr}&quot;!=&quot;True&quot;">
<kw name="Fail" owner="BuiltIn">
<arg>At least one of {return_stdout} or {return_stderr} args should be set to True</arg>
<doc>Fails the test with the given message and optionally alters its tags.</doc>
<status status="NOT RUN" start="2026-05-07T00:40:21.443849" elapsed="0.000020"/>
</kw>
<status status="NOT RUN" start="2026-05-07T00:40:21.443601" elapsed="0.000302"/>
</branch>
<status status="PASS" start="2026-05-07T00:40:21.443582" elapsed="0.000346"/>
</if>
<kw name="Get Connection" owner="SSHLibrary">
<msg time="2026-05-07T00:40:21.444278" level="INFO">index=None
host=None
alias=None
port=22
timeout=3 seconds
newline=

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

prompt=None
term_type=vt100
width=80
height=24
path_separator=/
encoding=utf8
escape_ansi=False
encoding_errors=strict</msg>
<var>${current_ssh_connection}</var>
<doc>Returns information about the connection.</doc>
<status status="PASS" start="2026-05-07T00:40:21.444060" elapsed="0.000368"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-05-07T00:40:21.444982" level="INFO">Attempting to execute command "/usr/local/bin/cbench -c 10.30.171.219 -m 60000 -M 100 -S 16 -l 10 -D 5000 -p 6633" on remote system "10.30.170.184" by user "jenkins" with keyfile pass "any" and prompt "&gt;" and password ""</msg>
<arg>Attempting to execute command "${cmd}" on remote system "${system}" by user "${user}" with keyfile pass "${keyfile_pass}" and prompt "${prompt}" and password "${password}"</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-05-07T00:40:21.444563" elapsed="0.000477"/>
</kw>
<kw name="Open Connection" owner="SSHLibrary">
<msg time="2026-05-07T00:40:21.445663" level="INFO">${conn_id} = 5</msg>
<var>${conn_id}</var>
<arg>${system}</arg>
<arg>prompt=${prompt}</arg>
<arg>timeout=${prompt_timeout}</arg>
<doc>Opens a new SSH connection to the given ``host`` and ``port``.</doc>
<status status="PASS" start="2026-05-07T00:40:21.445181" elapsed="0.000508"/>
</kw>
<kw name="Flexible_SSH_Login" owner="SSHKeywords">
<kw name="Get Length" owner="BuiltIn">
<msg time="2026-05-07T00:40:21.446654" level="INFO">Length is 0.</msg>
<msg time="2026-05-07T00:40:21.446745" level="INFO">${pwd_length} = 0</msg>
<var>${pwd_length}</var>
<arg>${password}</arg>
<doc>Returns and logs the length of the given item as an integer.</doc>
<status status="PASS" start="2026-05-07T00:40:21.446286" elapsed="0.000483"/>
</kw>
<kw name="Run Keyword And Return If" owner="BuiltIn">
<arg>${pwd_length} &gt; 0</arg>
<arg>SSHLibrary.Login</arg>
<arg>${user}</arg>
<arg>${password}</arg>
<arg>delay=${delay}</arg>
<doc>Runs the specified keyword and returns from the enclosing user keyword.</doc>
<status status="PASS" start="2026-05-07T00:40:21.446912" elapsed="0.000343"/>
</kw>
<kw name="Run Keyword And Return" owner="BuiltIn">
<kw name="Login With Public Key" owner="SSHLibrary">
<msg time="2026-05-07T00:40:21.448110" level="INFO">Logging into '10.30.170.184:22' as 'jenkins'.</msg>
<msg time="2026-05-07T00:40:21.793929" 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 Thu May  7 00:40:20 UTC 2026

  System load:  0.04               Processes:             110
  Usage of /:   19.3% of 38.58GB   Users logged in:       0
  Memory usage: 4%                 IPv4 address for ens3: 10.30.170.184
  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: Thu May  7 00:40:20 2026 from 10.30.170.129
[?2004h[jenkins@releng-63164-227-1-mininet-ovs-217-0 ~]&gt;</msg>
<arg>${user}</arg>
<arg>${USER_HOME}/.ssh/${SSH_KEY}</arg>
<arg>${KEYFILE_PASS}</arg>
<arg>delay=${delay}</arg>
<doc>Logs into the SSH server using key-based authentication.</doc>
<status status="PASS" start="2026-05-07T00:40:21.447756" elapsed="0.346334"/>
</kw>
<msg time="2026-05-07T00:40:21.794170" level="INFO">Returning from the enclosing user keyword.</msg>
<arg>SSHLibrary.Login With Public Key</arg>
<arg>${user}</arg>
<arg>${USER_HOME}/.ssh/${SSH_KEY}</arg>
<arg>${KEYFILE_PASS}</arg>
<arg>delay=${delay}</arg>
<doc>Runs the specified keyword and returns from the enclosing user keyword.</doc>
<status status="PASS" start="2026-05-07T00:40:21.447410" elapsed="0.346863"/>
</kw>
<arg>${user}</arg>
<arg>${password}</arg>
<doc>On active SSH session: if given non-empty password, do Login, else do Login With Public Key.</doc>
<status status="PASS" start="2026-05-07T00:40:21.445895" elapsed="0.348514"/>
</kw>
<kw name="Execute Command" owner="SSHLibrary">
<msg time="2026-05-07T00:40:21.795159" level="INFO">Executing command '/usr/local/bin/cbench -c 10.30.171.219 -m 60000 -M 100 -S 16 -l 10 -D 5000 -p 6633'.</msg>
<msg time="2026-05-07T00:50:27.906749" level="INFO">Command exited with return code 0.</msg>
<msg time="2026-05-07T00:50:27.907285" level="INFO">${stdout} = </msg>
<msg time="2026-05-07T00:50:27.907396" level="INFO">${stderr} = cbench: controller benchmarking tool
   running in mode 'latency'
   connecting to controller at 10.30.171.219:6633 
   faking 16 switches with 1 threads :: 10 tests each; 60000 ms per test
   with 10...</msg>
<var>${stdout}</var>
<var>${stderr}</var>
<arg>${cmd}</arg>
<arg>return_stderr=True</arg>
<doc>Executes ``command`` on the remote machine and returns its outputs.</doc>
<status status="PASS" start="2026-05-07T00:40:21.794627" elapsed="606.112827"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-05-07T00:50:27.907897" elapsed="0.000736"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-05-07T00:50:27.909780" level="INFO">cbench: controller benchmarking tool
   running in mode 'latency'
   connecting to controller at 10.30.171.219:6633 
   faking 16 switches with 1 threads :: 10 tests each; 60000 ms per test
   with 100 unique source MACs per switch
   learning destination mac addresses before the test
   starting test with 5000 ms delay after features_reply
   ignoring first 1 "warmup" and last 0 "cooldown" loops
   debugging info is off
Master Thread: Creating thread-0! 
Thread-0: All switches initialized. Running at node 10.30.171.219. So far 1 cbench instances have initialized their switches.  Waiting for other cbench-instances
Thread-0: Total switches from ALL cbench-instances initialized.
00:41:26.982 16  switches: flows:  94653 95499 94259 94990 96874 95173 95385 96404 92022 93668 90773 92204 94392 92398 92791 92689  total = 25.069567 per ms 
00:42:27.083 16  switches: flows:  101231 102061 100797 101171 100066 99762 98489 100188 97465 97057 97298 96004 97702 97436 97210 95389  total = 26.278191 per ms 
00:43:27.183 16  switches: flows:  99698 100412 100560 101633 97257 98956 99270 99100 97782 96320 94818 95602 96901 96493 96785 94960  total = 26.065585 per ms 
00:44:27.284 16  switches: flows:  108173 109788 110097 109470 109453 106360 106885 108705 106745 105703 105508 104449 106322 105941 105781 102970  total = 28.491622 per ms 
00:45:27.385 16  switches: flows:  109466 111130 110028 111988 109166 110819 108660 111613 108759 106509 105218 105530 106551 108060 105080 105891  total = 28.859626 per ms 
00:46:27.485 16  switches: flows:  107896 111405 110086 109523 109520 110189 109402 109144 106625 104275 106224 104279 106848 106409 104790 103943  total = 28.628171 per ms 
00:47:27.585 16  switches: flows:  112128 111532 111821 113416 109056 111351 110052 113264 108103 107109 105082 105631 109072 105449 105775 105646  total = 29.026329 per ms 
00:48:27.686 16  switches: flows:  112600 111036 113648 114074 110303 111318 111034 112482 109462 108989 106829 105201 107681 106219 106227 104519  total = 29.145042 per ms 
00:49:27.787 16  switches: flows:  112601 113411 114495 117749 113322 114486 114370 115750 112027 112341 109362 109957 110189 108420 108688 110325  total = 29.907661 per ms 
00:50:27.887 16  switches: flows:  114215 115870 116376 116566 116427 116280 116568 116402 113066 113824 111111 110621 111958 110043 110236 110749  total = 30.287952 per ms 
RESULT: 16 switches 9 tests min/max/avg/stdev = 26065.58/30287.95/28521.13/9605.15 responses/s</msg>
<arg>${stderr}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-05-07T00:50:27.909000" elapsed="0.001065"/>
</kw>
<if>
<branch type="IF" condition="&quot;${return_stdout}&quot;!=&quot;True&quot;">
<return>
<value>${stderr}</value>
<status status="PASS" start="2026-05-07T00:50:27.910589" elapsed="0.000075"/>
</return>
<status status="PASS" start="2026-05-07T00:50:27.910285" elapsed="0.000458"/>
</branch>
<status status="PASS" start="2026-05-07T00:50:27.910198" elapsed="0.000600"/>
</if>
<if>
<branch type="IF" condition="&quot;${return_stderr}&quot;!=&quot;True&quot;">
<return>
<value>${stdout}</value>
<status status="NOT RUN" start="2026-05-07T00:50:27.911013" elapsed="0.000030"/>
</return>
<status status="NOT RUN" start="2026-05-07T00:50:27.910929" elapsed="0.000177"/>
</branch>
<status status="NOT RUN" start="2026-05-07T00:50:27.910894" elapsed="0.000262"/>
</if>
<return>
<value>${stdout}</value>
<value>${stderr}</value>
<status status="NOT RUN" start="2026-05-07T00:50:27.911231" elapsed="0.000063"/>
</return>
<kw name="Restore_Current_Ssh_Connection_From_Index" owner="SSHKeywords" type="TEARDOWN">
<kw name="Run Keyword And Return If" owner="BuiltIn">
<arg>${connection_index} is not None</arg>
<arg>SSHLibrary.Switch Connection</arg>
<arg>${connection_index}</arg>
<doc>Runs the specified keyword and returns from the enclosing user keyword.</doc>
<status status="PASS" start="2026-05-07T00:50:27.916928" elapsed="0.000816"/>
</kw>
<kw name="Open Connection" owner="SSHLibrary">
<arg>127.0.0.1</arg>
<doc>Opens a new SSH connection to the given ``host`` and ``port``.</doc>
<status status="PASS" start="2026-05-07T00:50:27.918027" elapsed="0.000204"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-05-07T00:50:27.918383" elapsed="0.000100"/>
</kw>
<arg>${current_ssh_connection.index}</arg>
<doc>Restore active SSH connection in SSHLibrary to given index.</doc>
<status status="PASS" start="2026-05-07T00:50:27.911953" elapsed="0.006583"/>
</kw>
<msg time="2026-05-07T00:50:27.918664" level="INFO">${output} = cbench: controller benchmarking tool
   running in mode 'latency'
   connecting to controller at 10.30.171.219:6633 
   faking 16 switches with 1 threads :: 10 tests each; 60000 ms per test
   with 10...</msg>
<var>${output}</var>
<arg>${cbench_system}</arg>
<arg>${cbench_executable} -c ${ODL_SYSTEM_IP} ${cbench_args}</arg>
<arg>prompt_timeout=${test_timeout}</arg>
<arg>return_stdout=False</arg>
<arg>return_stderr=True</arg>
<doc>Reduces the common work of running a command on a remote system to a single higher level
robot keyword, taking care to log in with a public key and. The command given is written and the return value
depends on the passed argument values of return_stdout (default: True) and return_stderr (default: False).
At least one should be True, or the keyword will exit and FAIL. If both are True, the resulting return value
will be a two element list containing both. Otherwise the resulting return value is a string.
No test conditions are checked.</doc>
<status status="PASS" start="2026-05-07T00:40:21.441224" elapsed="606.477467"/>
</kw>
<status status="PASS" start="2026-05-07T00:40:21.440904" elapsed="606.477837"/>
</branch>
<status status="PASS" start="2026-05-07T00:40:21.440551" elapsed="606.478214"/>
</if>
<kw name="Log" owner="BuiltIn">
<msg time="2026-05-07T00:50:27.919192" level="INFO">cbench: controller benchmarking tool
   running in mode 'latency'
   connecting to controller at 10.30.171.219:6633 
   faking 16 switches with 1 threads :: 10 tests each; 60000 ms per test
   with 100 unique source MACs per switch
   learning destination mac addresses before the test
   starting test with 5000 ms delay after features_reply
   ignoring first 1 "warmup" and last 0 "cooldown" loops
   debugging info is off
Master Thread: Creating thread-0! 
Thread-0: All switches initialized. Running at node 10.30.171.219. So far 1 cbench instances have initialized their switches.  Waiting for other cbench-instances
Thread-0: Total switches from ALL cbench-instances initialized.
00:41:26.982 16  switches: flows:  94653 95499 94259 94990 96874 95173 95385 96404 92022 93668 90773 92204 94392 92398 92791 92689  total = 25.069567 per ms 
00:42:27.083 16  switches: flows:  101231 102061 100797 101171 100066 99762 98489 100188 97465 97057 97298 96004 97702 97436 97210 95389  total = 26.278191 per ms 
00:43:27.183 16  switches: flows:  99698 100412 100560 101633 97257 98956 99270 99100 97782 96320 94818 95602 96901 96493 96785 94960  total = 26.065585 per ms 
00:44:27.284 16  switches: flows:  108173 109788 110097 109470 109453 106360 106885 108705 106745 105703 105508 104449 106322 105941 105781 102970  total = 28.491622 per ms 
00:45:27.385 16  switches: flows:  109466 111130 110028 111988 109166 110819 108660 111613 108759 106509 105218 105530 106551 108060 105080 105891  total = 28.859626 per ms 
00:46:27.485 16  switches: flows:  107896 111405 110086 109523 109520 110189 109402 109144 106625 104275 106224 104279 106848 106409 104790 103943  total = 28.628171 per ms 
00:47:27.585 16  switches: flows:  112128 111532 111821 113416 109056 111351 110052 113264 108103 107109 105082 105631 109072 105449 105775 105646  total = 29.026329 per ms 
00:48:27.686 16  switches: flows:  112600 111036 113648 114074 110303 111318 111034 112482 109462 108989 106829 105201 107681 106219 106227 104519  total = 29.145042 per ms 
00:49:27.787 16  switches: flows:  112601 113411 114495 117749 113322 114486 114370 115750 112027 112341 109362 109957 110189 108420 108688 110325  total = 29.907661 per ms 
00:50:27.887 16  switches: flows:  114215 115870 116376 116566 116427 116280 116568 116402 113066 113824 111111 110621 111958 110043 110236 110749  total = 30.287952 per ms 
RESULT: 16 switches 9 tests min/max/avg/stdev = 26065.58/30287.95/28521.13/9605.15 responses/s</msg>
<arg>${output}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-05-07T00:50:27.918903" elapsed="0.000378"/>
</kw>
<kw name="Should Contain" owner="BuiltIn">
<arg>${output}</arg>
<arg>RESULT</arg>
<doc>Fails if ``container`` does not contain ``item`` one or more times.</doc>
<status status="PASS" start="2026-05-07T00:50:27.919430" elapsed="0.000362"/>
</kw>
<kw name="Get Lines Containing String" owner="String">
<msg time="2026-05-07T00:50:27.920173" level="INFO">1 out of 23 lines matched.</msg>
<msg time="2026-05-07T00:50:27.920277" level="INFO">${result_line} = RESULT: 16 switches 9 tests min/max/avg/stdev = 26065.58/30287.95/28521.13/9605.15 responses/s</msg>
<var>${result_line}</var>
<arg>${output}</arg>
<arg>RESULT</arg>
<doc>Returns lines of the given ``string`` that contain the ``pattern``.</doc>
<status status="PASS" start="2026-05-07T00:50:27.919950" elapsed="0.000353"/>
</kw>
<kw name="Split String" owner="String">
<msg time="2026-05-07T00:50:27.920710" level="INFO">@{results_list} = [ RESULT: | 16 | switches | 9 | tests | min/max/avg/stdev | = | 26065.58/30287.95/28521.13/9605.15 | responses/s ]</msg>
<var>@{results_list}</var>
<arg>${result_line}</arg>
<doc>Splits the ``string`` using ``separator`` as a delimiter string.</doc>
<status status="PASS" start="2026-05-07T00:50:27.920456" elapsed="0.000281"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-05-07T00:50:27.923105" level="INFO">min/max/avg/stdev</msg>
<arg>${results_list[5]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-05-07T00:50:27.920886" elapsed="0.002274"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-05-07T00:50:27.925580" level="INFO">26065.58/30287.95/28521.13/9605.15</msg>
<arg>${results_list[7]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-05-07T00:50:27.923318" elapsed="0.002317"/>
</kw>
<kw name="Split String" owner="String">
<msg time="2026-05-07T00:50:27.928007" level="INFO">@{result_name_list} = [ min | max | avg | stdev ]</msg>
<var>@{result_name_list}</var>
<arg>${results_list[5]}</arg>
<arg>/</arg>
<doc>Splits the ``string`` using ``separator`` as a delimiter string.</doc>
<status status="PASS" start="2026-05-07T00:50:27.925784" elapsed="0.002250"/>
</kw>
<kw name="Split String" owner="String">
<msg time="2026-05-07T00:50:27.930497" level="INFO">@{result_value_list} = [ 26065.58 | 30287.95 | 28521.13 | 9605.15 ]</msg>
<var>@{result_value_list}</var>
<arg>${results_list[7]}</arg>
<arg>/</arg>
<doc>Splits the ``string`` using ``separator`` as a delimiter string.</doc>
<status status="PASS" start="2026-05-07T00:50:27.928220" elapsed="0.002305"/>
</kw>
<kw name="Get Length" owner="BuiltIn">
<msg time="2026-05-07T00:50:27.930985" level="INFO">Length is 4.</msg>
<msg time="2026-05-07T00:50:27.931074" level="INFO">${num_stats} = 4</msg>
<var>${num_stats}</var>
<arg>${result_name_list}</arg>
<doc>Returns and logs the length of the given item as an integer.</doc>
<status status="PASS" start="2026-05-07T00:50:27.930680" elapsed="0.000418"/>
</kw>
<for flavor="IN RANGE">
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-05-07T00:50:27.935736" level="INFO">min :: 26065.58</msg>
<arg>${result_name_list[${i}]} :: ${result_value_list[${i}]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-05-07T00:50:27.931499" elapsed="0.004293"/>
</kw>
<var name="${i}">0</var>
<status status="PASS" start="2026-05-07T00:50:27.931367" elapsed="0.004459"/>
</iter>
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-05-07T00:50:27.940343" level="INFO">max :: 30287.95</msg>
<arg>${result_name_list[${i}]} :: ${result_value_list[${i}]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-05-07T00:50:27.936045" elapsed="0.004355"/>
</kw>
<var name="${i}">1</var>
<status status="PASS" start="2026-05-07T00:50:27.935918" elapsed="0.004515"/>
</iter>
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-05-07T00:50:27.944861" level="INFO">avg :: 28521.13</msg>
<arg>${result_name_list[${i}]} :: ${result_value_list[${i}]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-05-07T00:50:27.940648" elapsed="0.004268"/>
</kw>
<var name="${i}">2</var>
<status status="PASS" start="2026-05-07T00:50:27.940521" elapsed="0.004429"/>
</iter>
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-05-07T00:50:27.949464" level="INFO">stdev :: 9605.15</msg>
<arg>${result_name_list[${i}]} :: ${result_value_list[${i}]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-05-07T00:50:27.945169" elapsed="0.004352"/>
</kw>
<var name="${i}">3</var>
<status status="PASS" start="2026-05-07T00:50:27.945040" elapsed="0.004515"/>
</iter>
<var>${i}</var>
<value>0</value>
<value>${num_stats}</value>
<status status="PASS" start="2026-05-07T00:50:27.931165" elapsed="0.018422"/>
</for>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-05-07T00:50:27.953524" level="INFO">${min} = 26065.58</msg>
<var>${min}</var>
<arg>${result_value_list[${0}]}</arg>
<doc>Returns the given values which can then be assigned to a variables.</doc>
<status status="PASS" start="2026-05-07T00:50:27.949746" elapsed="0.003805"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-05-07T00:50:27.957414" level="INFO">${max} = 30287.95</msg>
<var>${max}</var>
<arg>${result_value_list[${1}]}</arg>
<doc>Returns the given values which can then be assigned to a variables.</doc>
<status status="PASS" start="2026-05-07T00:50:27.953702" elapsed="0.003740"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-05-07T00:50:27.961806" level="INFO">${average} = 28521.13</msg>
<var>${average}</var>
<arg>${result_value_list[${2}]}</arg>
<doc>Returns the given values which can then be assigned to a variables.</doc>
<status status="PASS" start="2026-05-07T00:50:27.957594" elapsed="0.004240"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-05-07T00:50:27.965709" level="INFO">${stdev} = 9605.15</msg>
<var>${stdev}</var>
<arg>${result_value_list[${3}]}</arg>
<doc>Returns the given values which can then be assigned to a variables.</doc>
<status status="PASS" start="2026-05-07T00:50:27.961991" elapsed="0.003744"/>
</kw>
<kw name="Get Time" owner="BuiltIn">
<msg time="2026-05-07T00:50:27.966258" level="INFO">${date} = 2026-05-07 00:50:27</msg>
<var>${date}</var>
<arg>d,m,s</arg>
<doc>Returns the given time in the requested format.</doc>
<status status="PASS" start="2026-05-07T00:50:27.965892" elapsed="0.000393"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-05-07T00:50:27.966844" level="INFO">CBench Result: 2026-05-07 00:50:27,-m 60000 -M 100 -S 16 -l 10 -D 5000 -p 6633,26065.58,30287.95,28521.13,9605.15</msg>
<arg>CBench Result: ${date},${cbench_args},${min},${max},${average},${stdev}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-05-07T00:50:27.966431" elapsed="0.000468"/>
</kw>
<kw name="Log Results And Determine Status">
<kw name="Append To File" owner="OperatingSystem">
<msg time="2026-05-07T00:50:27.967920" level="INFO" html="true">Appended to file '&lt;a href="file:///w/workspace/openflowplugin-csit-1node-cbench-only-vanadium/latency.csv"&gt;/w/workspace/openflowplugin-csit-1node-cbench-only-vanadium/latency.csv&lt;/a&gt;'.</msg>
<arg>${output_file}</arg>
<arg>${min},${max},${average}\n</arg>
<doc>Appends the given content to the specified file.</doc>
<status status="PASS" start="2026-05-07T00:50:27.967526" elapsed="0.000457"/>
</kw>
<kw name="Should Be True" owner="BuiltIn">
<arg>${average} &gt; ${threshold}</arg>
<arg>${average} flow_mods per/sec did not exceed threshold of ${threshold}</arg>
<doc>Fails if the given condition is not true.</doc>
<status status="PASS" start="2026-05-07T00:50:27.968133" elapsed="0.000465"/>
</kw>
<arg>${min}</arg>
<arg>${max}</arg>
<arg>${average}</arg>
<arg>${average_threshold}</arg>
<arg>${output_filename}</arg>
<status status="PASS" start="2026-05-07T00:50:27.967038" elapsed="0.001624"/>
</kw>
<arg>-m ${duration_in_ms} -M ${num_of_unique_macs} -S ${switch_count} -l ${loops} -D ${start_delay} -p ${of_port}</arg>
<arg>${latency_threshold}</arg>
<arg>${latency_results_file}</arg>
<status status="PASS" start="2026-05-07T00:40:21.439439" elapsed="606.529284"/>
</kw>
<kw name="Sleep" owner="BuiltIn">
<msg time="2026-05-07T00:50:27.969190" level="INFO">Slept 0 seconds.</msg>
<arg>${test_delay}</arg>
<doc>Pauses the test executed for the given time.</doc>
<status status="PASS" start="2026-05-07T00:50:27.968879" elapsed="0.000384"/>
</kw>
<kw name="Log Results As Zero If Cbench Timed Out" type="TEARDOWN">
<kw name="Run Keyword If Timeout Occurred" owner="BuiltIn">
<arg>Log Results And Determine Status</arg>
<arg>0</arg>
<arg>0</arg>
<arg>0</arg>
<arg>0</arg>
<arg>${output_filename}</arg>
<doc>Runs the given keyword if either a test or a keyword timeout has occurred.</doc>
<status status="PASS" start="2026-05-07T00:50:27.969798" elapsed="0.000261"/>
</kw>
<status status="PASS" start="2026-05-07T00:50:27.969501" elapsed="0.000628"/>
</kw>
<doc>cbench executed in default latency mode. Test parameters have defaults, but can be overridden
on the pybot command line</doc>
<tag>cbench</tag>
<tag>latency</tag>
<timeout value="15 minutes"/>
<status status="PASS" start="2026-05-07T00:40:21.436882" elapsed="606.533285"/>
</test>
<test id="s1-t2" name="Cbench Throughput Test" line="51">
<kw name="Log" owner="BuiltIn">
<msg time="2026-05-07T00:50:27.971472" level="INFO">Cbench tests using 10 iterations of 60 second tests. Switch Count: 16. Unique MACS to cycle: 100</msg>
<arg>Cbench tests using ${loops} iterations of ${duration_in_secs} second tests. Switch Count: ${switch_count}. Unique MACS to cycle: ${num_of_unique_macs}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-05-07T00:50:27.971079" elapsed="0.000448"/>
</kw>
<kw name="Run Cbench And Log Results">
<kw name="Set Suite Variable" owner="BuiltIn">
<msg time="2026-05-07T00:50:27.972852" level="INFO">${output_filename} = throughput.csv</msg>
<arg>${output_filename}</arg>
<doc>Makes a variable available everywhere within the scope of the current suite.</doc>
<status status="PASS" start="2026-05-07T00:50:27.972522" elapsed="0.000373"/>
</kw>
<if>
<branch type="IF" condition="&quot;${cbench_system}&quot; == &quot;localhost&quot;">
<kw name="Run" owner="OperatingSystem">
<var>${output}</var>
<arg>${cbench_executable} -c ${ODL_SYSTEM_IP} ${cbench_args}</arg>
<doc>_This keyword is considered deprecated. Use the
[http://robotframework.org/robotframework/latest/libraries/Process.html|
Process] library instead._</doc>
<status status="NOT RUN" start="2026-05-07T00:50:27.973226" elapsed="0.000038"/>
</kw>
<status status="NOT RUN" start="2026-05-07T00:50:27.973006" elapsed="0.000295"/>
</branch>
<branch type="ELSE">
<kw name="Run Command On Remote System" owner="Utils">
<if>
<branch type="IF" condition="&quot;${return_stdout}&quot;!=&quot;True&quot; and &quot;${return_stderr}&quot;!=&quot;True&quot;">
<kw name="Fail" owner="BuiltIn">
<arg>At least one of {return_stdout} or {return_stderr} args should be set to True</arg>
<doc>Fails the test with the given message and optionally alters its tags.</doc>
<status status="NOT RUN" start="2026-05-07T00:50:27.976193" elapsed="0.000021"/>
</kw>
<status status="NOT RUN" start="2026-05-07T00:50:27.975935" elapsed="0.000330"/>
</branch>
<status status="PASS" start="2026-05-07T00:50:27.975917" elapsed="0.000373"/>
</if>
<kw name="Get Connection" owner="SSHLibrary">
<msg time="2026-05-07T00:50:27.976622" level="INFO">index=None
host=None
alias=None
port=22
timeout=3 seconds
newline=

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

prompt=None
term_type=vt100
width=80
height=24
path_separator=/
encoding=utf8
escape_ansi=False
encoding_errors=strict</msg>
<var>${current_ssh_connection}</var>
<doc>Returns information about the connection.</doc>
<status status="PASS" start="2026-05-07T00:50:27.976420" elapsed="0.000346"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-05-07T00:50:27.977330" level="INFO">Attempting to execute command "/usr/local/bin/cbench -c 10.30.171.219 -t -m 60000 -M 100 -S 16 -l 10 -D 5000 -p 6633" on remote system "10.30.170.184" by user "jenkins" with keyfile pass "any" and prompt "&gt;" and password ""</msg>
<arg>Attempting to execute command "${cmd}" on remote system "${system}" by user "${user}" with keyfile pass "${keyfile_pass}" and prompt "${prompt}" and password "${password}"</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-05-07T00:50:27.976900" elapsed="0.000486"/>
</kw>
<kw name="Open Connection" owner="SSHLibrary">
<msg time="2026-05-07T00:50:27.977954" level="INFO">${conn_id} = 7</msg>
<var>${conn_id}</var>
<arg>${system}</arg>
<arg>prompt=${prompt}</arg>
<arg>timeout=${prompt_timeout}</arg>
<doc>Opens a new SSH connection to the given ``host`` and ``port``.</doc>
<status status="PASS" start="2026-05-07T00:50:27.977556" elapsed="0.000424"/>
</kw>
<kw name="Flexible_SSH_Login" owner="SSHKeywords">
<kw name="Get Length" owner="BuiltIn">
<msg time="2026-05-07T00:50:27.978872" level="INFO">Length is 0.</msg>
<msg time="2026-05-07T00:50:27.978958" level="INFO">${pwd_length} = 0</msg>
<var>${pwd_length}</var>
<arg>${password}</arg>
<doc>Returns and logs the length of the given item as an integer.</doc>
<status status="PASS" start="2026-05-07T00:50:27.978568" elapsed="0.000414"/>
</kw>
<kw name="Run Keyword And Return If" owner="BuiltIn">
<arg>${pwd_length} &gt; 0</arg>
<arg>SSHLibrary.Login</arg>
<arg>${user}</arg>
<arg>${password}</arg>
<arg>delay=${delay}</arg>
<doc>Runs the specified keyword and returns from the enclosing user keyword.</doc>
<status status="PASS" start="2026-05-07T00:50:27.979121" elapsed="0.000341"/>
</kw>
<kw name="Run Keyword And Return" owner="BuiltIn">
<kw name="Login With Public Key" owner="SSHLibrary">
<msg time="2026-05-07T00:50:27.980322" level="INFO">Logging into '10.30.170.184:22' as 'jenkins'.</msg>
<msg time="2026-05-07T00:50:28.568195" 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 Thu May  7 00:50:28 UTC 2026

  System load:  1.0                Processes:             104
  Usage of /:   19.5% of 38.58GB   Users logged in:       0
  Memory usage: 4%                 IPv4 address for ens3: 10.30.170.184
  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: Thu May  7 00:40:21 2026 from 10.30.170.129
[?2004h[jenkins@releng-63164-227-1-mininet-ovs-217-0 ~]&gt;</msg>
<arg>${user}</arg>
<arg>${USER_HOME}/.ssh/${SSH_KEY}</arg>
<arg>${KEYFILE_PASS}</arg>
<arg>delay=${delay}</arg>
<doc>Logs into the SSH server using key-based authentication.</doc>
<status status="PASS" start="2026-05-07T00:50:27.979954" elapsed="0.588450"/>
</kw>
<msg time="2026-05-07T00:50:28.568495" level="INFO">Returning from the enclosing user keyword.</msg>
<arg>SSHLibrary.Login With Public Key</arg>
<arg>${user}</arg>
<arg>${USER_HOME}/.ssh/${SSH_KEY}</arg>
<arg>${KEYFILE_PASS}</arg>
<arg>delay=${delay}</arg>
<doc>Runs the specified keyword and returns from the enclosing user keyword.</doc>
<status status="PASS" start="2026-05-07T00:50:27.979613" elapsed="0.588972"/>
</kw>
<arg>${user}</arg>
<arg>${password}</arg>
<doc>On active SSH session: if given non-empty password, do Login, else do Login With Public Key.</doc>
<status status="PASS" start="2026-05-07T00:50:27.978181" elapsed="0.590526"/>
</kw>
<kw name="Execute Command" owner="SSHLibrary">
<msg time="2026-05-07T00:50:28.569252" level="INFO">Executing command '/usr/local/bin/cbench -c 10.30.171.219 -t -m 60000 -M 100 -S 16 -l 10 -D 5000 -p 6633'.</msg>
<msg time="2026-05-07T01:00:34.730893" level="INFO">Command exited with return code 0.</msg>
<msg time="2026-05-07T01:00:34.731447" level="INFO">${stdout} = </msg>
<msg time="2026-05-07T01:00:34.731556" level="INFO">${stderr} = cbench: controller benchmarking tool
   running in mode 'throughput'
   connecting to controller at 10.30.171.219:6633 
   faking 16 switches with 1 threads :: 10 tests each; 60000 ms per test
   with...</msg>
<var>${stdout}</var>
<var>${stderr}</var>
<arg>${cmd}</arg>
<arg>return_stderr=True</arg>
<doc>Executes ``command`` on the remote machine and returns its outputs.</doc>
<status status="PASS" start="2026-05-07T00:50:28.568938" elapsed="606.162675"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-05-07T01:00:34.732053" elapsed="0.000700"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-05-07T01:00:34.733909" level="INFO">cbench: controller benchmarking tool
   running in mode 'throughput'
   connecting to controller at 10.30.171.219:6633 
   faking 16 switches with 1 threads :: 10 tests each; 60000 ms per test
   with 100 unique source MACs per switch
   learning destination mac addresses before the test
   starting test with 5000 ms delay after features_reply
   ignoring first 1 "warmup" and last 0 "cooldown" loops
   debugging info is off
Master Thread: Creating thread-0! 
Thread-0: All switches initialized. Running at node 10.30.171.219. So far 1 cbench instances have initialized their switches.  Waiting for other cbench-instances
Thread-0: Total switches from ALL cbench-instances initialized.
00:51:33.700 16  switches: flows:  566345 550465 561551 560266 563402 557656 568003 562867 556415 536748 549804 556148 557090 566439 558129 561361  total = 148.878150 per ms 
00:52:33.802 16  switches: flows:  583341 579205 585363 574852 574431 579407 582219 566169 588428 578939 593960 584008 585973 582219 583515 581375  total = 154.797118 per ms 
00:53:33.905 16  switches: flows:  618492 627943 608453 621875 625982 630955 628097 627715 622819 622748 625101 623912 625983 625516 632182 625526  total = 166.268663 per ms 
00:54:34.007 16  switches: flows:  641508 624967 633563 637177 636201 631378 641464 638524 633297 633955 626074 636275 638373 638119 634232 641788  total = 169.162543 per ms 
00:55:34.108 16  switches: flows:  637023 637602 631810 642850 635163 636523 643360 633342 641727 639830 643179 649774 633165 642779 637905 638879  total = 170.129759 per ms 
00:56:34.209 16  switches: flows:  642680 644238 643382 648374 646012 647260 656340 648056 654748 647762 647126 648081 650081 648098 649862 644999  total = 172.494976 per ms 
00:57:34.358 16  switches: flows:  636759 631534 628765 633356 618099 637005 645547 644829 639499 631298 633794 636196 640789 630175 631562 643973  total = 168.966438 per ms 
00:58:34.496 16  switches: flows:  617668 626444 626988 621662 630539 635441 637817 623352 617269 623795 628868 625978 625852 633192 627876 625817  total = 166.759171 per ms 
00:59:34.597 16  switches: flows:  630422 618768 625766 632006 641274 625566 630525 626681 625998 613329 632570 627282 635960 628474 626856 616896  total = 167.025280 per ms 
01:00:34.698 16  switches: flows:  630007 628378 611069 628534 628109 629714 629433 623451 632551 620664 625603 627835 629612 614954 628524 627750  total = 166.656647 per ms 
RESULT: 16 switches 9 tests min/max/avg/stdev = 154797.12/172494.98/166917.84/55836.73 responses/s</msg>
<arg>${stderr}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-05-07T01:00:34.733143" elapsed="0.001047"/>
</kw>
<if>
<branch type="IF" condition="&quot;${return_stdout}&quot;!=&quot;True&quot;">
<return>
<value>${stderr}</value>
<status status="PASS" start="2026-05-07T01:00:34.734703" elapsed="0.000071"/>
</return>
<status status="PASS" start="2026-05-07T01:00:34.734402" elapsed="0.000453"/>
</branch>
<status status="PASS" start="2026-05-07T01:00:34.734352" elapsed="0.000561"/>
</if>
<if>
<branch type="IF" condition="&quot;${return_stderr}&quot;!=&quot;True&quot;">
<return>
<value>${stdout}</value>
<status status="NOT RUN" start="2026-05-07T01:00:34.735121" elapsed="0.000028"/>
</return>
<status status="NOT RUN" start="2026-05-07T01:00:34.735039" elapsed="0.000171"/>
</branch>
<status status="NOT RUN" start="2026-05-07T01:00:34.735005" elapsed="0.000285"/>
</if>
<return>
<value>${stdout}</value>
<value>${stderr}</value>
<status status="NOT RUN" start="2026-05-07T01:00:34.735362" elapsed="0.000031"/>
</return>
<kw name="Restore_Current_Ssh_Connection_From_Index" owner="SSHKeywords" type="TEARDOWN">
<kw name="Run Keyword And Return If" owner="BuiltIn">
<arg>${connection_index} is not None</arg>
<arg>SSHLibrary.Switch Connection</arg>
<arg>${connection_index}</arg>
<doc>Runs the specified keyword and returns from the enclosing user keyword.</doc>
<status status="PASS" start="2026-05-07T01:00:34.741060" elapsed="0.000618"/>
</kw>
<kw name="Open Connection" owner="SSHLibrary">
<arg>127.0.0.1</arg>
<doc>Opens a new SSH connection to the given ``host`` and ``port``.</doc>
<status status="PASS" start="2026-05-07T01:00:34.741827" elapsed="0.000169"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-05-07T01:00:34.742125" elapsed="0.000101"/>
</kw>
<arg>${current_ssh_connection.index}</arg>
<doc>Restore active SSH connection in SSHLibrary to given index.</doc>
<status status="PASS" start="2026-05-07T01:00:34.736047" elapsed="0.006249"/>
</kw>
<msg time="2026-05-07T01:00:34.742425" level="INFO">${output} = cbench: controller benchmarking tool
   running in mode 'throughput'
   connecting to controller at 10.30.171.219:6633 
   faking 16 switches with 1 threads :: 10 tests each; 60000 ms per test
   with...</msg>
<var>${output}</var>
<arg>${cbench_system}</arg>
<arg>${cbench_executable} -c ${ODL_SYSTEM_IP} ${cbench_args}</arg>
<arg>prompt_timeout=${test_timeout}</arg>
<arg>return_stdout=False</arg>
<arg>return_stderr=True</arg>
<doc>Reduces the common work of running a command on a remote system to a single higher level
robot keyword, taking care to log in with a public key and. The command given is written and the return value
depends on the passed argument values of return_stdout (default: True) and return_stderr (default: False).
At least one should be True, or the keyword will exit and FAIL. If both are True, the resulting return value
will be a two element list containing both. Otherwise the resulting return value is a string.
No test conditions are checked.</doc>
<status status="PASS" start="2026-05-07T00:50:27.973653" elapsed="606.768798"/>
</kw>
<status status="PASS" start="2026-05-07T00:50:27.973326" elapsed="606.769173"/>
</branch>
<status status="PASS" start="2026-05-07T00:50:27.972982" elapsed="606.769540"/>
</if>
<kw name="Log" owner="BuiltIn">
<msg time="2026-05-07T01:00:34.742950" level="INFO">cbench: controller benchmarking tool
   running in mode 'throughput'
   connecting to controller at 10.30.171.219:6633 
   faking 16 switches with 1 threads :: 10 tests each; 60000 ms per test
   with 100 unique source MACs per switch
   learning destination mac addresses before the test
   starting test with 5000 ms delay after features_reply
   ignoring first 1 "warmup" and last 0 "cooldown" loops
   debugging info is off
Master Thread: Creating thread-0! 
Thread-0: All switches initialized. Running at node 10.30.171.219. So far 1 cbench instances have initialized their switches.  Waiting for other cbench-instances
Thread-0: Total switches from ALL cbench-instances initialized.
00:51:33.700 16  switches: flows:  566345 550465 561551 560266 563402 557656 568003 562867 556415 536748 549804 556148 557090 566439 558129 561361  total = 148.878150 per ms 
00:52:33.802 16  switches: flows:  583341 579205 585363 574852 574431 579407 582219 566169 588428 578939 593960 584008 585973 582219 583515 581375  total = 154.797118 per ms 
00:53:33.905 16  switches: flows:  618492 627943 608453 621875 625982 630955 628097 627715 622819 622748 625101 623912 625983 625516 632182 625526  total = 166.268663 per ms 
00:54:34.007 16  switches: flows:  641508 624967 633563 637177 636201 631378 641464 638524 633297 633955 626074 636275 638373 638119 634232 641788  total = 169.162543 per ms 
00:55:34.108 16  switches: flows:  637023 637602 631810 642850 635163 636523 643360 633342 641727 639830 643179 649774 633165 642779 637905 638879  total = 170.129759 per ms 
00:56:34.209 16  switches: flows:  642680 644238 643382 648374 646012 647260 656340 648056 654748 647762 647126 648081 650081 648098 649862 644999  total = 172.494976 per ms 
00:57:34.358 16  switches: flows:  636759 631534 628765 633356 618099 637005 645547 644829 639499 631298 633794 636196 640789 630175 631562 643973  total = 168.966438 per ms 
00:58:34.496 16  switches: flows:  617668 626444 626988 621662 630539 635441 637817 623352 617269 623795 628868 625978 625852 633192 627876 625817  total = 166.759171 per ms 
00:59:34.597 16  switches: flows:  630422 618768 625766 632006 641274 625566 630525 626681 625998 613329 632570 627282 635960 628474 626856 616896  total = 167.025280 per ms 
01:00:34.698 16  switches: flows:  630007 628378 611069 628534 628109 629714 629433 623451 632551 620664 625603 627835 629612 614954 628524 627750  total = 166.656647 per ms 
RESULT: 16 switches 9 tests min/max/avg/stdev = 154797.12/172494.98/166917.84/55836.73 responses/s</msg>
<arg>${output}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-05-07T01:00:34.742666" elapsed="0.000357"/>
</kw>
<kw name="Should Contain" owner="BuiltIn">
<arg>${output}</arg>
<arg>RESULT</arg>
<doc>Fails if ``container`` does not contain ``item`` one or more times.</doc>
<status status="PASS" start="2026-05-07T01:00:34.743172" elapsed="0.000381"/>
</kw>
<kw name="Get Lines Containing String" owner="String">
<msg time="2026-05-07T01:00:34.743934" level="INFO">1 out of 23 lines matched.</msg>
<msg time="2026-05-07T01:00:34.744022" level="INFO">${result_line} = RESULT: 16 switches 9 tests min/max/avg/stdev = 154797.12/172494.98/166917.84/55836.73 responses/s</msg>
<var>${result_line}</var>
<arg>${output}</arg>
<arg>RESULT</arg>
<doc>Returns lines of the given ``string`` that contain the ``pattern``.</doc>
<status status="PASS" start="2026-05-07T01:00:34.743715" elapsed="0.000332"/>
</kw>
<kw name="Split String" owner="String">
<msg time="2026-05-07T01:00:34.744479" level="INFO">@{results_list} = [ RESULT: | 16 | switches | 9 | tests | min/max/avg/stdev | = | 154797.12/172494.98/166917.84/55836.73 | responses/s ]</msg>
<var>@{results_list}</var>
<arg>${result_line}</arg>
<doc>Splits the ``string`` using ``separator`` as a delimiter string.</doc>
<status status="PASS" start="2026-05-07T01:00:34.744207" elapsed="0.000299"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-05-07T01:00:34.746889" level="INFO">min/max/avg/stdev</msg>
<arg>${results_list[5]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-05-07T01:00:34.744649" elapsed="0.002295"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-05-07T01:00:34.749314" level="INFO">154797.12/172494.98/166917.84/55836.73</msg>
<arg>${results_list[7]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-05-07T01:00:34.747089" elapsed="0.002280"/>
</kw>
<kw name="Split String" owner="String">
<msg time="2026-05-07T01:00:34.751710" level="INFO">@{result_name_list} = [ min | max | avg | stdev ]</msg>
<var>@{result_name_list}</var>
<arg>${results_list[5]}</arg>
<arg>/</arg>
<doc>Splits the ``string`` using ``separator`` as a delimiter string.</doc>
<status status="PASS" start="2026-05-07T01:00:34.749517" elapsed="0.002220"/>
</kw>
<kw name="Split String" owner="String">
<msg time="2026-05-07T01:00:34.754134" level="INFO">@{result_value_list} = [ 154797.12 | 172494.98 | 166917.84 | 55836.73 ]</msg>
<var>@{result_value_list}</var>
<arg>${results_list[7]}</arg>
<arg>/</arg>
<doc>Splits the ``string`` using ``separator`` as a delimiter string.</doc>
<status status="PASS" start="2026-05-07T01:00:34.751921" elapsed="0.002243"/>
</kw>
<kw name="Get Length" owner="BuiltIn">
<msg time="2026-05-07T01:00:34.754648" level="INFO">Length is 4.</msg>
<msg time="2026-05-07T01:00:34.754735" level="INFO">${num_stats} = 4</msg>
<var>${num_stats}</var>
<arg>${result_name_list}</arg>
<doc>Returns and logs the length of the given item as an integer.</doc>
<status status="PASS" start="2026-05-07T01:00:34.754342" elapsed="0.000416"/>
</kw>
<for flavor="IN RANGE">
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-05-07T01:00:34.759425" level="INFO">min :: 154797.12</msg>
<arg>${result_name_list[${i}]} :: ${result_value_list[${i}]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-05-07T01:00:34.755151" elapsed="0.004329"/>
</kw>
<var name="${i}">0</var>
<status status="PASS" start="2026-05-07T01:00:34.755020" elapsed="0.004494"/>
</iter>
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-05-07T01:00:34.764360" level="INFO">max :: 172494.98</msg>
<arg>${result_name_list[${i}]} :: ${result_value_list[${i}]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-05-07T01:00:34.759731" elapsed="0.004689"/>
</kw>
<var name="${i}">1</var>
<status status="PASS" start="2026-05-07T01:00:34.759604" elapsed="0.004853"/>
</iter>
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-05-07T01:00:34.769113" level="INFO">avg :: 166917.84</msg>
<arg>${result_name_list[${i}]} :: ${result_value_list[${i}]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-05-07T01:00:34.764756" elapsed="0.004413"/>
</kw>
<var name="${i}">2</var>
<status status="PASS" start="2026-05-07T01:00:34.764592" elapsed="0.004611"/>
</iter>
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-05-07T01:00:34.773900" level="INFO">stdev :: 55836.73</msg>
<arg>${result_name_list[${i}]} :: ${result_value_list[${i}]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-05-07T01:00:34.769444" elapsed="0.004512"/>
</kw>
<var name="${i}">3</var>
<status status="PASS" start="2026-05-07T01:00:34.769315" elapsed="0.004675"/>
</iter>
<var>${i}</var>
<value>0</value>
<value>${num_stats}</value>
<status status="PASS" start="2026-05-07T01:00:34.754825" elapsed="0.019197"/>
</for>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-05-07T01:00:34.777899" level="INFO">${min} = 154797.12</msg>
<var>${min}</var>
<arg>${result_value_list[${0}]}</arg>
<doc>Returns the given values which can then be assigned to a variables.</doc>
<status status="PASS" start="2026-05-07T01:00:34.774181" elapsed="0.003744"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-05-07T01:00:34.781796" level="INFO">${max} = 172494.98</msg>
<var>${max}</var>
<arg>${result_value_list[${1}]}</arg>
<doc>Returns the given values which can then be assigned to a variables.</doc>
<status status="PASS" start="2026-05-07T01:00:34.778080" elapsed="0.003742"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-05-07T01:00:34.785688" level="INFO">${average} = 166917.84</msg>
<var>${average}</var>
<arg>${result_value_list[${2}]}</arg>
<doc>Returns the given values which can then be assigned to a variables.</doc>
<status status="PASS" start="2026-05-07T01:00:34.781973" elapsed="0.003742"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-05-07T01:00:34.789591" level="INFO">${stdev} = 55836.73</msg>
<var>${stdev}</var>
<arg>${result_value_list[${3}]}</arg>
<doc>Returns the given values which can then be assigned to a variables.</doc>
<status status="PASS" start="2026-05-07T01:00:34.785867" elapsed="0.003751"/>
</kw>
<kw name="Get Time" owner="BuiltIn">
<msg time="2026-05-07T01:00:34.790136" level="INFO">${date} = 2026-05-07 01:00:34</msg>
<var>${date}</var>
<arg>d,m,s</arg>
<doc>Returns the given time in the requested format.</doc>
<status status="PASS" start="2026-05-07T01:00:34.789778" elapsed="0.000384"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-05-07T01:00:34.790804" level="INFO">CBench Result: 2026-05-07 01:00:34,-t -m 60000 -M 100 -S 16 -l 10 -D 5000 -p 6633,154797.12,172494.98,166917.84,55836.73</msg>
<arg>CBench Result: ${date},${cbench_args},${min},${max},${average},${stdev}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-05-07T01:00:34.790326" elapsed="0.000536"/>
</kw>
<kw name="Log Results And Determine Status">
<kw name="Append To File" owner="OperatingSystem">
<msg time="2026-05-07T01:00:34.791923" level="INFO" html="true">Appended to file '&lt;a href="file:///w/workspace/openflowplugin-csit-1node-cbench-only-vanadium/throughput.csv"&gt;/w/workspace/openflowplugin-csit-1node-cbench-only-vanadium/throughput.csv&lt;/a&gt;'.</msg>
<arg>${output_file}</arg>
<arg>${min},${max},${average}\n</arg>
<doc>Appends the given content to the specified file.</doc>
<status status="PASS" start="2026-05-07T01:00:34.791532" elapsed="0.000457"/>
</kw>
<kw name="Should Be True" owner="BuiltIn">
<arg>${average} &gt; ${threshold}</arg>
<arg>${average} flow_mods per/sec did not exceed threshold of ${threshold}</arg>
<doc>Fails if the given condition is not true.</doc>
<status status="PASS" start="2026-05-07T01:00:34.792139" 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-05-07T01:00:34.791026" elapsed="0.001658"/>
</kw>
<arg>-t -m ${duration_in_ms} -M ${num_of_unique_macs} -S ${switch_count} -l ${loops} -D ${start_delay} -p ${of_port}</arg>
<arg>${throughput_threshold}</arg>
<arg>${throughput_results_file}</arg>
<status status="PASS" start="2026-05-07T00:50:27.971833" elapsed="606.820910"/>
</kw>
<kw name="Sleep" owner="BuiltIn">
<msg time="2026-05-07T01:00:34.793210" level="INFO">Slept 0 seconds.</msg>
<arg>${test_delay}</arg>
<doc>Pauses the test executed for the given time.</doc>
<status status="PASS" start="2026-05-07T01:00:34.792894" elapsed="0.000387"/>
</kw>
<kw name="Log Results As Zero If Cbench Timed Out" type="TEARDOWN">
<kw name="Run Keyword If Timeout Occurred" owner="BuiltIn">
<arg>Log Results And Determine Status</arg>
<arg>0</arg>
<arg>0</arg>
<arg>0</arg>
<arg>0</arg>
<arg>${output_filename}</arg>
<doc>Runs the given keyword if either a test or a keyword timeout has occurred.</doc>
<status status="PASS" start="2026-05-07T01:00:34.793796" elapsed="0.000257"/>
</kw>
<status status="PASS" start="2026-05-07T01:00:34.793498" elapsed="0.000625"/>
</kw>
<doc>cbench executed in throughput mode (-t). Test parameters have defaults, but can be overridden
on the pybot command line</doc>
<tag>cbench</tag>
<tag>throughput</tag>
<timeout value="15 minutes"/>
<status status="PASS" start="2026-05-07T00:50:27.970498" elapsed="606.823664"/>
</test>
<test id="s1-t3" name="Rerun Latency Test To Check Bug 6176" line="65">
<kw name="Log" owner="BuiltIn">
<msg time="2026-05-07T01:00:34.795566" level="INFO">Cbench tests using 10 iterations of 60 second tests. Switch Count: 16. Unique MACS to cycle: 100</msg>
<arg>Cbench tests using ${loops} iterations of ${duration_in_secs} second tests. Switch Count: ${switch_count}. Unique MACS to cycle: ${num_of_unique_macs}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-05-07T01:00:34.795154" elapsed="0.000469"/>
</kw>
<kw name="Run Cbench And Log Results">
<kw name="Set Suite Variable" owner="BuiltIn">
<msg time="2026-05-07T01:00:34.796870" level="INFO">${output_filename} = bug.csv</msg>
<arg>${output_filename}</arg>
<doc>Makes a variable available everywhere within the scope of the current suite.</doc>
<status status="PASS" start="2026-05-07T01:00:34.796512" elapsed="0.000400"/>
</kw>
<if>
<branch type="IF" condition="&quot;${cbench_system}&quot; == &quot;localhost&quot;">
<kw name="Run" owner="OperatingSystem">
<var>${output}</var>
<arg>${cbench_executable} -c ${ODL_SYSTEM_IP} ${cbench_args}</arg>
<doc>_This keyword is considered deprecated. Use the
[http://robotframework.org/robotframework/latest/libraries/Process.html|
Process] library instead._</doc>
<status status="NOT RUN" start="2026-05-07T01:00:34.797268" elapsed="0.000022"/>
</kw>
<status status="NOT RUN" start="2026-05-07T01:00:34.797020" elapsed="0.000307"/>
</branch>
<branch type="ELSE">
<kw name="Run Command On Remote System" owner="Utils">
<if>
<branch type="IF" condition="&quot;${return_stdout}&quot;!=&quot;True&quot; and &quot;${return_stderr}&quot;!=&quot;True&quot;">
<kw name="Fail" owner="BuiltIn">
<arg>At least one of {return_stdout} or {return_stderr} args should be set to True</arg>
<doc>Fails the test with the given message and optionally alters its tags.</doc>
<status status="NOT RUN" start="2026-05-07T01:00:34.800308" elapsed="0.000022"/>
</kw>
<status status="NOT RUN" start="2026-05-07T01:00:34.800035" elapsed="0.000330"/>
</branch>
<status status="PASS" start="2026-05-07T01:00:34.800016" elapsed="0.000373"/>
</if>
<kw name="Get Connection" owner="SSHLibrary">
<msg time="2026-05-07T01:00:34.800725" level="INFO">index=None
host=None
alias=None
port=22
timeout=3 seconds
newline=

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

prompt=None
term_type=vt100
width=80
height=24
path_separator=/
encoding=utf8
escape_ansi=False
encoding_errors=strict</msg>
<var>${current_ssh_connection}</var>
<doc>Returns information about the connection.</doc>
<status status="PASS" start="2026-05-07T01:00:34.800518" elapsed="0.000353"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-05-07T01:00:34.801461" level="INFO">Attempting to execute command "/usr/local/bin/cbench -c 10.30.171.219 -m 60000 -M 100 -S 16 -l 10 -D 5000 -p 6633" on remote system "10.30.170.184" by user "jenkins" with keyfile pass "any" and prompt "&gt;" and password ""</msg>
<arg>Attempting to execute command "${cmd}" on remote system "${system}" by user "${user}" with keyfile pass "${keyfile_pass}" and prompt "${prompt}" and password "${password}"</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-05-07T01:00:34.801006" elapsed="0.000513"/>
</kw>
<kw name="Open Connection" owner="SSHLibrary">
<msg time="2026-05-07T01:00:34.802056" level="INFO">${conn_id} = 9</msg>
<var>${conn_id}</var>
<arg>${system}</arg>
<arg>prompt=${prompt}</arg>
<arg>timeout=${prompt_timeout}</arg>
<doc>Opens a new SSH connection to the given ``host`` and ``port``.</doc>
<status status="PASS" start="2026-05-07T01:00:34.801661" elapsed="0.000422"/>
</kw>
<kw name="Flexible_SSH_Login" owner="SSHKeywords">
<kw name="Get Length" owner="BuiltIn">
<msg time="2026-05-07T01:00:34.803155" level="INFO">Length is 0.</msg>
<msg time="2026-05-07T01:00:34.803273" level="INFO">${pwd_length} = 0</msg>
<var>${pwd_length}</var>
<arg>${password}</arg>
<doc>Returns and logs the length of the given item as an integer.</doc>
<status status="PASS" start="2026-05-07T01:00:34.802684" elapsed="0.000616"/>
</kw>
<kw name="Run Keyword And Return If" owner="BuiltIn">
<arg>${pwd_length} &gt; 0</arg>
<arg>SSHLibrary.Login</arg>
<arg>${user}</arg>
<arg>${password}</arg>
<arg>delay=${delay}</arg>
<doc>Runs the specified keyword and returns from the enclosing user keyword.</doc>
<status status="PASS" start="2026-05-07T01:00:34.803444" elapsed="0.000322"/>
</kw>
<kw name="Run Keyword And Return" owner="BuiltIn">
<kw name="Login With Public Key" owner="SSHLibrary">
<msg time="2026-05-07T01:00:34.804656" level="INFO">Logging into '10.30.170.184:22' as 'jenkins'.</msg>
<msg time="2026-05-07T01:00:35.387770" 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 Thu May  7 01:00:34 UTC 2026

  System load:  0.27               Processes:             105
  Usage of /:   19.5% of 38.58GB   Users logged in:       0
  Memory usage: 4%                 IPv4 address for ens3: 10.30.170.184
  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: Thu May  7 00:50:28 2026 from 10.30.170.129
[?2004h[jenkins@releng-63164-227-1-mininet-ovs-217-0 ~]&gt;</msg>
<arg>${user}</arg>
<arg>${USER_HOME}/.ssh/${SSH_KEY}</arg>
<arg>${KEYFILE_PASS}</arg>
<arg>delay=${delay}</arg>
<doc>Logs into the SSH server using key-based authentication.</doc>
<status status="PASS" start="2026-05-07T01:00:34.804284" elapsed="0.583692"/>
</kw>
<msg time="2026-05-07T01:00:35.388067" level="INFO">Returning from the enclosing user keyword.</msg>
<arg>SSHLibrary.Login With Public Key</arg>
<arg>${user}</arg>
<arg>${USER_HOME}/.ssh/${SSH_KEY}</arg>
<arg>${KEYFILE_PASS}</arg>
<arg>delay=${delay}</arg>
<doc>Runs the specified keyword and returns from the enclosing user keyword.</doc>
<status status="PASS" start="2026-05-07T01:00:34.803917" elapsed="0.584236"/>
</kw>
<arg>${user}</arg>
<arg>${password}</arg>
<doc>On active SSH session: if given non-empty password, do Login, else do Login With Public Key.</doc>
<status status="PASS" start="2026-05-07T01:00:34.802310" elapsed="0.585987"/>
</kw>
<kw name="Execute Command" owner="SSHLibrary">
<msg time="2026-05-07T01:00:35.388881" level="INFO">Executing command '/usr/local/bin/cbench -c 10.30.171.219 -m 60000 -M 100 -S 16 -l 10 -D 5000 -p 6633'.</msg>
<msg time="2026-05-07T01:10:41.482388" level="INFO">Command exited with return code 0.</msg>
<msg time="2026-05-07T01:10:41.482788" level="INFO">${stdout} = </msg>
<msg time="2026-05-07T01:10:41.482870" level="INFO">${stderr} = cbench: controller benchmarking tool
   running in mode 'latency'
   connecting to controller at 10.30.171.219:6633 
   faking 16 switches with 1 threads :: 10 tests each; 60000 ms per test
   with 10...</msg>
<var>${stdout}</var>
<var>${stderr}</var>
<arg>${cmd}</arg>
<arg>return_stderr=True</arg>
<doc>Executes ``command`` on the remote machine and returns its outputs.</doc>
<status status="PASS" start="2026-05-07T01:00:35.388546" elapsed="606.094368"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-05-07T01:10:41.483253" elapsed="0.000504"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-05-07T01:10:41.484495" level="INFO">cbench: controller benchmarking tool
   running in mode 'latency'
   connecting to controller at 10.30.171.219:6633 
   faking 16 switches with 1 threads :: 10 tests each; 60000 ms per test
   with 100 unique source MACs per switch
   learning destination mac addresses before the test
   starting test with 5000 ms delay after features_reply
   ignoring first 1 "warmup" and last 0 "cooldown" loops
   debugging info is off
Master Thread: Creating thread-0! 
Thread-0: All switches initialized. Running at node 10.30.171.219. So far 1 cbench instances have initialized their switches.  Waiting for other cbench-instances
Thread-0: Total switches from ALL cbench-instances initialized.
01:01:40.536 16  switches: flows:  112007 110417 112510 111680 112047 109901 107597 109829 107288 108887 105655 109149 107642 105425 106958 106271  total = 29.054383 per ms 
01:02:40.637 16  switches: flows:  113102 109529 112460 110154 113093 111833 108705 110076 106079 108361 106757 109888 105555 105781 107156 104652  total = 29.004576 per ms 
01:03:40.738 16  switches: flows:  113163 109909 112443 110560 111616 110534 108913 109879 106545 108907 106013 110709 105931 105702 108575 104910  total = 29.023387 per ms 
01:04:40.838 16  switches: flows:  113260 110937 113736 109621 113870 111217 109345 109668 107665 109616 106459 110281 106680 107208 107902 105295  total = 29.164008 per ms 
01:05:40.939 16  switches: flows:  113806 109076 113900 111283 112802 110866 109774 111196 106956 109826 105946 110710 106259 105491 109022 105884  total = 29.164567 per ms 
01:06:41.041 16  switches: flows:  112544 109374 113579 111410 113620 110795 109528 111666 106859 109182 106332 110748 106975 106047 108374 106049  total = 29.168990 per ms 
01:07:41.141 16  switches: flows:  114140 112551 114934 111338 114510 112260 110818 112662 107726 110644 107677 112877 108111 108450 110025 107838  total = 29.559998 per ms 
01:08:41.243 16  switches: flows:  112591 108931 113624 111163 112627 111438 108877 110508 105746 108574 105828 110428 105778 106943 107700 105346  total = 29.053156 per ms 
01:09:41.344 16  switches: flows:  112181 110557 113640 109802 111354 111511 109477 110867 105473 108777 105787 110158 106428 106008 108795 105475  total = 29.056331 per ms 
01:10:41.445 16  switches: flows:  112565 109562 111395 110052 110690 110607 109289 109626 105897 108308 104956 109270 105052 105814 107258 104707  total = 28.869255 per ms 
RESULT: 16 switches 9 tests min/max/avg/stdev = 28869.26/29560.00/29118.25/9707.77 responses/s</msg>
<arg>${stderr}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-05-07T01:10:41.483990" elapsed="0.000706"/>
</kw>
<if>
<branch type="IF" condition="&quot;${return_stdout}&quot;!=&quot;True&quot;">
<return>
<value>${stderr}</value>
<status status="PASS" start="2026-05-07T01:10:41.485011" elapsed="0.000046"/>
</return>
<status status="PASS" start="2026-05-07T01:10:41.484812" elapsed="0.000295"/>
</branch>
<status status="PASS" start="2026-05-07T01:10:41.484780" elapsed="0.000363"/>
</if>
<if>
<branch type="IF" condition="&quot;${return_stderr}&quot;!=&quot;True&quot;">
<return>
<value>${stdout}</value>
<status status="NOT RUN" start="2026-05-07T01:10:41.485296" elapsed="0.000018"/>
</return>
<status status="NOT RUN" start="2026-05-07T01:10:41.485222" elapsed="0.000131"/>
</branch>
<status status="NOT RUN" start="2026-05-07T01:10:41.485200" elapsed="0.000183"/>
</if>
<return>
<value>${stdout}</value>
<value>${stderr}</value>
<status status="NOT RUN" start="2026-05-07T01:10:41.485425" 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-05-07T01:10:41.489007" elapsed="0.000483"/>
</kw>
<kw name="Open Connection" owner="SSHLibrary">
<arg>127.0.0.1</arg>
<doc>Opens a new SSH connection to the given ``host`` and ``port``.</doc>
<status status="PASS" start="2026-05-07T01:10:41.489694" elapsed="0.000218"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-05-07T01:10:41.490107" elapsed="0.000164"/>
</kw>
<arg>${current_ssh_connection.index}</arg>
<doc>Restore active SSH connection in SSHLibrary to given index.</doc>
<status status="PASS" start="2026-05-07T01:10:41.485872" elapsed="0.004491"/>
</kw>
<msg time="2026-05-07T01:10:41.490571" level="INFO">${output} = cbench: controller benchmarking tool
   running in mode 'latency'
   connecting to controller at 10.30.171.219:6633 
   faking 16 switches with 1 threads :: 10 tests each; 60000 ms per test
   with 10...</msg>
<var>${output}</var>
<arg>${cbench_system}</arg>
<arg>${cbench_executable} -c ${ODL_SYSTEM_IP} ${cbench_args}</arg>
<arg>prompt_timeout=${test_timeout}</arg>
<arg>return_stdout=False</arg>
<arg>return_stderr=True</arg>
<doc>Reduces the common work of running a command on a remote system to a single higher level
robot keyword, taking care to log in with a public key and. The command given is written and the return value
depends on the passed argument values of return_stdout (default: True) and return_stderr (default: False).
At least one should be True, or the keyword will exit and FAIL. If both are True, the resulting return value
will be a two element list containing both. Otherwise the resulting return value is a string.
No test conditions are checked.</doc>
<status status="PASS" start="2026-05-07T01:00:34.797733" elapsed="606.692877"/>
</kw>
<status status="PASS" start="2026-05-07T01:00:34.797351" elapsed="606.693328"/>
</branch>
<status status="PASS" start="2026-05-07T01:00:34.797000" elapsed="606.693712"/>
</if>
<kw name="Log" owner="BuiltIn">
<msg time="2026-05-07T01:10:41.491390" level="INFO">cbench: controller benchmarking tool
   running in mode 'latency'
   connecting to controller at 10.30.171.219:6633 
   faking 16 switches with 1 threads :: 10 tests each; 60000 ms per test
   with 100 unique source MACs per switch
   learning destination mac addresses before the test
   starting test with 5000 ms delay after features_reply
   ignoring first 1 "warmup" and last 0 "cooldown" loops
   debugging info is off
Master Thread: Creating thread-0! 
Thread-0: All switches initialized. Running at node 10.30.171.219. So far 1 cbench instances have initialized their switches.  Waiting for other cbench-instances
Thread-0: Total switches from ALL cbench-instances initialized.
01:01:40.536 16  switches: flows:  112007 110417 112510 111680 112047 109901 107597 109829 107288 108887 105655 109149 107642 105425 106958 106271  total = 29.054383 per ms 
01:02:40.637 16  switches: flows:  113102 109529 112460 110154 113093 111833 108705 110076 106079 108361 106757 109888 105555 105781 107156 104652  total = 29.004576 per ms 
01:03:40.738 16  switches: flows:  113163 109909 112443 110560 111616 110534 108913 109879 106545 108907 106013 110709 105931 105702 108575 104910  total = 29.023387 per ms 
01:04:40.838 16  switches: flows:  113260 110937 113736 109621 113870 111217 109345 109668 107665 109616 106459 110281 106680 107208 107902 105295  total = 29.164008 per ms 
01:05:40.939 16  switches: flows:  113806 109076 113900 111283 112802 110866 109774 111196 106956 109826 105946 110710 106259 105491 109022 105884  total = 29.164567 per ms 
01:06:41.041 16  switches: flows:  112544 109374 113579 111410 113620 110795 109528 111666 106859 109182 106332 110748 106975 106047 108374 106049  total = 29.168990 per ms 
01:07:41.141 16  switches: flows:  114140 112551 114934 111338 114510 112260 110818 112662 107726 110644 107677 112877 108111 108450 110025 107838  total = 29.559998 per ms 
01:08:41.243 16  switches: flows:  112591 108931 113624 111163 112627 111438 108877 110508 105746 108574 105828 110428 105778 106943 107700 105346  total = 29.053156 per ms 
01:09:41.344 16  switches: flows:  112181 110557 113640 109802 111354 111511 109477 110867 105473 108777 105787 110158 106428 106008 108795 105475  total = 29.056331 per ms 
01:10:41.445 16  switches: flows:  112565 109562 111395 110052 110690 110607 109289 109626 105897 108308 104956 109270 105052 105814 107258 104707  total = 28.869255 per ms 
RESULT: 16 switches 9 tests min/max/avg/stdev = 28869.26/29560.00/29118.25/9707.77 responses/s</msg>
<arg>${output}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-05-07T01:10:41.490917" 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-05-07T01:10:41.491702" elapsed="0.000434"/>
</kw>
<kw name="Get Lines Containing String" owner="String">
<msg time="2026-05-07T01:10:41.492534" level="INFO">1 out of 23 lines matched.</msg>
<msg time="2026-05-07T01:10:41.492623" level="INFO">${result_line} = RESULT: 16 switches 9 tests min/max/avg/stdev = 28869.26/29560.00/29118.25/9707.77 responses/s</msg>
<var>${result_line}</var>
<arg>${output}</arg>
<arg>RESULT</arg>
<doc>Returns lines of the given ``string`` that contain the ``pattern``.</doc>
<status status="PASS" start="2026-05-07T01:10:41.492313" elapsed="0.000334"/>
</kw>
<kw name="Split String" owner="String">
<msg time="2026-05-07T01:10:41.493056" level="INFO">@{results_list} = [ RESULT: | 16 | switches | 9 | tests | min/max/avg/stdev | = | 28869.26/29560.00/29118.25/9707.77 | responses/s ]</msg>
<var>@{results_list}</var>
<arg>${result_line}</arg>
<doc>Splits the ``string`` using ``separator`` as a delimiter string.</doc>
<status status="PASS" start="2026-05-07T01:10:41.492803" elapsed="0.000279"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-05-07T01:10:41.495571" level="INFO">min/max/avg/stdev</msg>
<arg>${results_list[5]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-05-07T01:10:41.493225" elapsed="0.002414"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-05-07T01:10:41.499225" level="INFO">28869.26/29560.00/29118.25/9707.77</msg>
<arg>${results_list[7]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-05-07T01:10:41.496628" elapsed="0.002687"/>
</kw>
<kw name="Split String" owner="String">
<msg time="2026-05-07T01:10:41.501917" level="INFO">@{result_name_list} = [ min | max | avg | stdev ]</msg>
<var>@{result_name_list}</var>
<arg>${results_list[5]}</arg>
<arg>/</arg>
<doc>Splits the ``string`` using ``separator`` as a delimiter string.</doc>
<status status="PASS" start="2026-05-07T01:10:41.499484" elapsed="0.002464"/>
</kw>
<kw name="Split String" owner="String">
<msg time="2026-05-07T01:10:41.504616" level="INFO">@{result_value_list} = [ 28869.26 | 29560.00 | 29118.25 | 9707.77 ]</msg>
<var>@{result_value_list}</var>
<arg>${results_list[7]}</arg>
<arg>/</arg>
<doc>Splits the ``string`` using ``separator`` as a delimiter string.</doc>
<status status="PASS" start="2026-05-07T01:10:41.502195" elapsed="0.002454"/>
</kw>
<kw name="Get Length" owner="BuiltIn">
<msg time="2026-05-07T01:10:41.505129" level="INFO">Length is 4.</msg>
<msg time="2026-05-07T01:10:41.505220" level="INFO">${num_stats} = 4</msg>
<var>${num_stats}</var>
<arg>${result_name_list}</arg>
<doc>Returns and logs the length of the given item as an integer.</doc>
<status status="PASS" start="2026-05-07T01:10:41.504813" elapsed="0.000447"/>
</kw>
<for flavor="IN RANGE">
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-05-07T01:10:41.510029" level="INFO">min :: 28869.26</msg>
<arg>${result_name_list[${i}]} :: ${result_value_list[${i}]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-05-07T01:10:41.505662" elapsed="0.004434"/>
</kw>
<var name="${i}">0</var>
<status status="PASS" start="2026-05-07T01:10:41.505532" elapsed="0.004600"/>
</iter>
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-05-07T01:10:41.514694" level="INFO">max :: 29560.00</msg>
<arg>${result_name_list[${i}]} :: ${result_value_list[${i}]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-05-07T01:10:41.510367" elapsed="0.004383"/>
</kw>
<var name="${i}">1</var>
<status status="PASS" start="2026-05-07T01:10:41.510221" elapsed="0.004564"/>
</iter>
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-05-07T01:10:41.519662" level="INFO">avg :: 29118.25</msg>
<arg>${result_name_list[${i}]} :: ${result_value_list[${i}]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-05-07T01:10:41.515003" elapsed="0.004716"/>
</kw>
<var name="${i}">2</var>
<status status="PASS" start="2026-05-07T01:10:41.514867" elapsed="0.004888"/>
</iter>
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-05-07T01:10:41.524433" level="INFO">stdev :: 9707.77</msg>
<arg>${result_name_list[${i}]} :: ${result_value_list[${i}]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-05-07T01:10:41.519966" elapsed="0.004523"/>
</kw>
<var name="${i}">3</var>
<status status="PASS" start="2026-05-07T01:10:41.519838" elapsed="0.004687"/>
</iter>
<var>${i}</var>
<value>0</value>
<value>${num_stats}</value>
<status status="PASS" start="2026-05-07T01:10:41.505328" elapsed="0.019227"/>
</for>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-05-07T01:10:41.528573" level="INFO">${min} = 28869.26</msg>
<var>${min}</var>
<arg>${result_value_list[${0}]}</arg>
<doc>Returns the given values which can then be assigned to a variables.</doc>
<status status="PASS" start="2026-05-07T01:10:41.524716" elapsed="0.003885"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-05-07T01:10:41.532701" level="INFO">${max} = 29560.00</msg>
<var>${max}</var>
<arg>${result_value_list[${1}]}</arg>
<doc>Returns the given values which can then be assigned to a variables.</doc>
<status status="PASS" start="2026-05-07T01:10:41.528771" elapsed="0.003957"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-05-07T01:10:41.536666" level="INFO">${average} = 29118.25</msg>
<var>${average}</var>
<arg>${result_value_list[${2}]}</arg>
<doc>Returns the given values which can then be assigned to a variables.</doc>
<status status="PASS" start="2026-05-07T01:10:41.532881" elapsed="0.003813"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-05-07T01:10:41.540662" level="INFO">${stdev} = 9707.77</msg>
<var>${stdev}</var>
<arg>${result_value_list[${3}]}</arg>
<doc>Returns the given values which can then be assigned to a variables.</doc>
<status status="PASS" start="2026-05-07T01:10:41.536848" elapsed="0.003846"/>
</kw>
<kw name="Get Time" owner="BuiltIn">
<msg time="2026-05-07T01:10:41.541222" level="INFO">${date} = 2026-05-07 01:10:41</msg>
<var>${date}</var>
<arg>d,m,s</arg>
<doc>Returns the given time in the requested format.</doc>
<status status="PASS" start="2026-05-07T01:10:41.540865" elapsed="0.000399"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-05-07T01:10:41.541859" level="INFO">CBench Result: 2026-05-07 01:10:41,-m 60000 -M 100 -S 16 -l 10 -D 5000 -p 6633,28869.26,29560.00,29118.25,9707.77</msg>
<arg>CBench Result: ${date},${cbench_args},${min},${max},${average},${stdev}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-05-07T01:10:41.541420" elapsed="0.000497"/>
</kw>
<kw name="Log Results And Determine Status">
<kw name="Append To File" owner="OperatingSystem">
<msg time="2026-05-07T01:10:41.543108" level="INFO" html="true">Appended to file '&lt;a href="file:///w/workspace/openflowplugin-csit-1node-cbench-only-vanadium/bug.csv"&gt;/w/workspace/openflowplugin-csit-1node-cbench-only-vanadium/bug.csv&lt;/a&gt;'.</msg>
<arg>${output_file}</arg>
<arg>${min},${max},${average}\n</arg>
<doc>Appends the given content to the specified file.</doc>
<status status="PASS" start="2026-05-07T01:10:41.542593" elapsed="0.000584"/>
</kw>
<kw name="Should Be True" owner="BuiltIn">
<arg>${average} &gt; ${threshold}</arg>
<arg>${average} flow_mods per/sec did not exceed threshold of ${threshold}</arg>
<doc>Fails if the given condition is not true.</doc>
<status status="PASS" start="2026-05-07T01:10:41.543390" elapsed="0.000474"/>
</kw>
<arg>${min}</arg>
<arg>${max}</arg>
<arg>${average}</arg>
<arg>${average_threshold}</arg>
<arg>${output_filename}</arg>
<status status="PASS" start="2026-05-07T01:10:41.542087" elapsed="0.001844"/>
</kw>
<arg>-m ${duration_in_ms} -M ${num_of_unique_macs} -S ${switch_count} -l ${loops} -D ${start_delay} -p ${of_port}</arg>
<arg>${latency_threshold}</arg>
<arg>bug.csv</arg>
<status status="PASS" start="2026-05-07T01:00:34.795929" elapsed="606.748063"/>
</kw>
<kw name="Sleep" owner="BuiltIn">
<msg time="2026-05-07T01:10:41.544509" level="INFO">Slept 0 seconds.</msg>
<arg>${test_delay}</arg>
<doc>Pauses the test executed for the given time.</doc>
<status status="PASS" start="2026-05-07T01:10:41.544147" elapsed="0.000420"/>
</kw>
<kw name="Report Failure Due To Bug" owner="Utils" type="TEARDOWN">
<kw name="Evaluate" owner="BuiltIn">
<msg time="2026-05-07T01:10:41.545805" level="INFO">${test_skipped} = False</msg>
<var>${test_skipped}</var>
<arg>len(re.findall('SKIPPED', """${TEST_MESSAGE}""")) &gt; 0</arg>
<arg>modules=re</arg>
<doc>Evaluates the given expression in Python and returns the result.</doc>
<status status="PASS" start="2026-05-07T01:10:41.545292" elapsed="0.000541"/>
</kw>
<if>
<branch type="IF" condition="('${TEST_STATUS}' != 'FAIL') or ${test_skipped}">
<return>
<status status="PASS" start="2026-05-07T01:10:41.546067" elapsed="0.000035"/>
</return>
<status status="PASS" start="2026-05-07T01:10:41.545910" elapsed="0.000226"/>
</branch>
<status status="PASS" start="2026-05-07T01:10:41.545891" elapsed="0.000272"/>
</if>
<kw name="Comment" owner="BuiltIn">
<arg>Jira tickets are {PROJECT}-{NUMBER} while Bugzilla tickets are {NUMBER}</arg>
<doc>Displays the given messages in the log file as keyword arguments.</doc>
<status status="NOT RUN" start="2026-05-07T01:10:41.546331" elapsed="0.000023"/>
</kw>
<kw name="Run Keyword And Return Status" owner="BuiltIn">
<var>${match}</var>
<arg>Should Contain</arg>
<arg>${number}</arg>
<arg>-</arg>
<doc>Runs the specified keyword and returns the status as a Boolean value.</doc>
<status status="NOT RUN" start="2026-05-07T01:10:41.546492" elapsed="0.000020"/>
</kw>
<kw name="Set Variable If" owner="BuiltIn">
<var>${bug_url}</var>
<arg>${match}</arg>
<arg>https://jira.opendaylight.org/browse/${number}</arg>
<arg>https://bugs.opendaylight.org/show_bug.cgi?id=${number}</arg>
<doc>Sets variable based on the given condition.</doc>
<status status="NOT RUN" start="2026-05-07T01:10:41.546660" elapsed="0.000021"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<var>${msg}</var>
<arg>This test fails due to ${bug_url}</arg>
<doc>Returns the given values which can then be assigned to a variables.</doc>
<status status="NOT RUN" start="2026-05-07T01:10:41.546864" elapsed="0.000021"/>
</kw>
<kw name="Evaluate" owner="BuiltIn">
<var>${newline}</var>
<arg>chr(10)</arg>
<doc>Evaluates the given expression in Python and returns the result.</doc>
<status status="NOT RUN" start="2026-05-07T01:10:41.547018" elapsed="0.000021"/>
</kw>
<kw name="Set Test Message" owner="BuiltIn">
<arg>${msg}${newline}${newline}${TEST_MESSAGE}</arg>
<doc>Sets message for the current test case.</doc>
<status status="NOT RUN" start="2026-05-07T01:10:41.547193" elapsed="0.000026"/>
</kw>
<kw name="Log" owner="BuiltIn">
<arg>${msg}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="NOT RUN" start="2026-05-07T01:10:41.547401" elapsed="0.000026"/>
</kw>
<if>
<branch type="IF" condition="&quot;${include_bug_in_tags}&quot;==&quot;True&quot;">
<kw name="Set Tags" owner="BuiltIn">
<arg>${bug_url}</arg>
<doc>Adds given ``tags`` for the current test or all tests in a suite.</doc>
<status status="NOT RUN" start="2026-05-07T01:10:41.547644" elapsed="0.000021"/>
</kw>
<status status="NOT RUN" start="2026-05-07T01:10:41.547505" elapsed="0.000192"/>
</branch>
<status status="NOT RUN" start="2026-05-07T01:10:41.547485" elapsed="0.000236"/>
</if>
<arg>6176</arg>
<doc>Report that a test failed due to a known Bugzilla bug whose
number is provided as an argument.
Not FAILED (incl. SKIPPED) test are not reported.
This keyword must be used in the [Teardown] setting of the affected test
or as the first line of the test if FastFail module is not being
used. It reports the URL of the bug on console and also puts it
into the Robot log file.</doc>
<status status="PASS" start="2026-05-07T01:10:41.544944" elapsed="0.002831"/>
</kw>
<doc>cbench executed in latency mode to see if controller is healthy</doc>
<tag>cbench</tag>
<tag>latency</tag>
<timeout value="15 minutes"/>
<status status="PASS" start="2026-05-07T01:00:34.794582" elapsed="606.753245"/>
</test>
<doc>Cbench Latency and Throughput tests can be run from an external
cbench.
If cbench is run with a medium number of switches or higher (e.g. 32+)
the normal openflow operations seem to break.
BUG: https://bugs.opendaylight.org/show_bug.cgi?id=2897</doc>
<status status="PASS" start="2026-05-07T00:40:18.712584" elapsed="1822.835892"/>
</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>
