<?xml version="1.0" encoding="UTF-8"?>
<robot generator="Robot 7.4.2 (Python 3.11.10 on linux)" generated="2026-05-12T03:42:28.286166" 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-12T03:42:28.871579" elapsed="0.000024"/>
</return>
<status status="NOT RUN" start="2026-05-12T03:42:28.871436" elapsed="0.000220"/>
</branch>
<status status="PASS" start="2026-05-12T03:42:28.871403" elapsed="0.000280"/>
</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-12T03:42:28.871829" elapsed="0.000555"/>
</kw>
<kw name="Login" owner="SSHLibrary">
<msg time="2026-05-12T03:42:28.872886" level="INFO">Logging into '10.30.170.135:8101' as 'karaf'.</msg>
<msg time="2026-05-12T03:42:29.556825" 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-12T03:42:28.872578" elapsed="0.684469"/>
</kw>
<kw name="Write" owner="SSHLibrary">
<msg time="2026-05-12T03:42:29.606574" 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-12T03:42:29.557422" elapsed="0.049230"/>
</kw>
<kw name="Read Until Regexp" owner="SSHLibrary">
<msg time="2026-05-12T03:42:29.608376" level="INFO">[?1l&gt;[?2004l[?1h=[90m~[0m                                                                                [?2004hopendaylight-user@root&gt;</msg>
<msg time="2026-05-12T03:42:29.608492" 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-12T03:42:29.606832" elapsed="0.001690"/>
</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-12T03:42:29.608680" elapsed="0.000217"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-05-12T03:42:29.609063" elapsed="0.000248"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-05-12T03:42:29.609834" 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-12T03:42:29.609467" elapsed="0.000422"/>
</kw>
<return>
<value>${output}</value>
<status status="PASS" start="2026-05-12T03:42:29.609947" elapsed="0.000063"/>
</return>
<arg>log:set ${log_level}</arg>
<doc>Will execute the given ${cmd} by ssh'ing to the karaf console running on 10.30.170.135
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-12T03:42:28.871032" elapsed="0.739140"/>
</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-12T03:42:28.867311" elapsed="0.742956"/>
</kw>
<kw name="Append To File" owner="OperatingSystem">
<msg time="2026-05-12T03:42:29.610903" 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-12T03:42:29.610484" elapsed="0.000477"/>
</kw>
<kw name="Append To File" owner="OperatingSystem">
<msg time="2026-05-12T03:42:29.611398" 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-12T03:42:29.611117" elapsed="0.000339"/>
</kw>
<kw name="Evaluate" owner="BuiltIn">
<msg time="2026-05-12T03:42:29.612027" 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-12T03:42:29.611616" elapsed="0.000439"/>
</kw>
<kw name="Set Suite Variable" owner="BuiltIn">
<msg time="2026-05-12T03:42:29.612616" 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-12T03:42:29.612269" elapsed="0.000390"/>
</kw>
<kw name="Evaluate" owner="BuiltIn">
<msg time="2026-05-12T03:42:29.613180" 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-12T03:42:29.612805" elapsed="0.000424"/>
</kw>
<kw name="Set Suite Variable" owner="BuiltIn">
<msg time="2026-05-12T03:42:29.613699" 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-12T03:42:29.613390" elapsed="0.000350"/>
</kw>
<if>
<branch type="IF" condition="&quot;${cbench_system}&quot; == &quot;localhost&quot;">
<kw name="File Should Exist" owner="OperatingSystem">
<arg>${cbench_executable}</arg>
<doc>Fails unless the given ``path`` points to an existing file.</doc>
<status status="NOT RUN" start="2026-05-12T03:42:29.614060" elapsed="0.000047"/>
</kw>
<status status="NOT RUN" start="2026-05-12T03:42:29.613840" elapsed="0.000302"/>
</branch>
<branch type="ELSE">
<kw name="Verify File Exists On Remote System" owner="Utils">
<kw name="Open Connection" owner="SSHLibrary">
<msg time="2026-05-12T03:42:29.618687" 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-12T03:42:29.618247" elapsed="0.000467"/>
</kw>
<kw name="Flexible_SSH_Login" owner="SSHKeywords">
<kw name="Get Length" owner="BuiltIn">
<msg time="2026-05-12T03:42:29.620083" level="INFO">Length is 0.</msg>
<msg time="2026-05-12T03:42:29.620169" 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-12T03:42:29.619280" elapsed="0.000933"/>
</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-12T03:42:29.620365" elapsed="0.000346"/>
</kw>
<kw name="Run Keyword And Return" owner="BuiltIn">
<kw name="Login With Public Key" owner="SSHLibrary">
<msg time="2026-05-12T03:42:29.621764" level="INFO">Logging into '10.30.170.201:22' as 'jenkins'.</msg>
<msg time="2026-05-12T03:42:30.421335" 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 Tue May 12 03:42:29 UTC 2026

  System load:  0.16               Processes:             109
  Usage of /:   19.3% of 38.58GB   Users logged in:       0
  Memory usage: 4%                 IPv4 address for ens3: 10.30.170.201
  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-238-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-12T03:42:29.621233" elapsed="0.800284"/>
</kw>
<msg time="2026-05-12T03:42:30.421620" 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-12T03:42:29.620866" elapsed="0.800866"/>
</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-12T03:42:29.618920" elapsed="0.802954"/>
</kw>
<kw name="File Should Exist" owner="SSHLibrary">
<msg time="2026-05-12T03:42:30.428444" 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-12T03:42:30.422157" elapsed="0.008489"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-05-12T03:42:30.430858" elapsed="0.000504"/>
</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-12T03:42:29.617674" elapsed="0.813831"/>
</kw>
<status status="PASS" start="2026-05-12T03:42:29.614240" elapsed="0.817348"/>
</branch>
<status status="PASS" start="2026-05-12T03:42:29.613810" elapsed="0.817851"/>
</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-12T03:42:30.431995" elapsed="0.001051"/>
</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-12T03:42:30.442961" elapsed="0.000043"/>
</return>
<status status="NOT RUN" start="2026-05-12T03:42:30.442691" elapsed="0.000401"/>
</branch>
<status status="PASS" start="2026-05-12T03:42:30.442634" elapsed="0.000519"/>
</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-12T03:42:30.446744" elapsed="0.000014"/>
</return>
<status status="NOT RUN" start="2026-05-12T03:42:30.446630" elapsed="0.000161"/>
</branch>
<status status="PASS" start="2026-05-12T03:42:30.446610" elapsed="0.000203"/>
</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-12T03:42:30.446948" elapsed="0.000474"/>
</kw>
<kw name="Login" owner="SSHLibrary">
<msg time="2026-05-12T03:42:30.447837" level="INFO">Logging into '10.30.170.135:8101' as 'karaf'.</msg>
<msg time="2026-05-12T03:42:30.632824" 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-12T03:42:30.447574" elapsed="0.185353"/>
</kw>
<kw name="Write" owner="SSHLibrary">
<msg time="2026-05-12T03:42:30.728704" 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-12T03:42:30.633114" elapsed="0.095658"/>
</kw>
<kw name="Read Until Regexp" owner="SSHLibrary">
<msg time="2026-05-12T03:42:30.746422" level="INFO">[?1l&gt;[?2004l[31;1modl-openflowplugin-drop-test[0m                                    x 0.21.2           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-12T03:42:30.746615" level="INFO">${output} = [?1l&gt;[?2004l[31;1modl-openflowplugin-drop-test[0m                                    x 0.21.2           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-12T03:42:30.728926" elapsed="0.017720"/>
</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-12T03:42:30.746788" elapsed="0.000194"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-05-12T03:42:30.747122" elapsed="0.000206"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-05-12T03:42:30.747761" level="INFO">[?1l&gt;[?2004l[31;1modl-openflowplugin-drop-test[0m                                    x 0.21.2           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-12T03:42:30.747466" elapsed="0.000349"/>
</kw>
<return>
<value>${output}</value>
<status status="PASS" start="2026-05-12T03:42:30.747862" elapsed="0.000049"/>
</return>
<msg time="2026-05-12T03:42:30.748056" level="INFO">${output} = [?1l&gt;[?2004l[31;1modl-openflowplugin-drop-test[0m                                    x 0.21.2           x x        x Started x [31;1modl-openflowplugin-drop-test[0m                     ...</msg>
<var>${output}</var>
<arg>feature:list -i | grep ${feature_name}</arg>
<arg>${controller}</arg>
<arg>${karaf_port}</arg>
<doc>Will execute the given ${cmd} by ssh'ing to the karaf console running on 10.30.170.135
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-12T03:42:30.446268" elapsed="0.301819"/>
</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-12T03:42:30.748254" elapsed="0.000560"/>
</kw>
<return>
<value>${output}</value>
<status status="PASS" start="2026-05-12T03:42:30.748866" elapsed="0.000032"/>
</return>
<arg>odl-openflowplugin-drop-test</arg>
<doc>Will Succeed if the given ${feature_name} is found in the output of "feature:list -i"</doc>
<status status="PASS" start="2026-05-12T03:42:30.441940" elapsed="0.307056"/>
</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-12T03:42:30.752760" elapsed="0.000015"/>
</return>
<status status="NOT RUN" start="2026-05-12T03:42:30.752631" elapsed="0.000176"/>
</branch>
<status status="PASS" start="2026-05-12T03:42:30.752606" elapsed="0.000225"/>
</if>
<kw name="Open Connection" owner="SSHLibrary">
<arg>${controller}</arg>
<arg>port=${karaf_port}</arg>
<arg>prompt=${KARAF_PROMPT_LOGIN}</arg>
<arg>timeout=${timeout}</arg>
<doc>Opens a new SSH connection to the given ``host`` and ``port``.</doc>
<status status="PASS" start="2026-05-12T03:42:30.752962" elapsed="0.000454"/>
</kw>
<kw name="Login" owner="SSHLibrary">
<msg time="2026-05-12T03:42:30.754028" level="INFO">Logging into '10.30.170.135:8101' as 'karaf'.</msg>
<msg time="2026-05-12T03:42:30.951012" 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-12T03:42:30.753563" elapsed="0.197578"/>
</kw>
<kw name="Write" owner="SSHLibrary">
<msg time="2026-05-12T03:42:30.978434" 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-12T03:42:30.951371" elapsed="0.027124"/>
</kw>
<kw name="Read Until Regexp" owner="SSHLibrary">
<msg time="2026-05-12T03:42:30.980316" level="INFO">[?1l&gt;[?2004lDropAllFlows transitions to on
[?1h=[90m~[0m                                                                                [?2004hopendaylight-user@root&gt;</msg>
<msg time="2026-05-12T03:42:30.980423" 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-12T03:42:30.978643" elapsed="0.001808"/>
</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-12T03:42:30.980588" elapsed="0.000180"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-05-12T03:42:30.980914" elapsed="0.000186"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-05-12T03:42:30.981573" 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-12T03:42:30.981263" elapsed="0.000360"/>
</kw>
<return>
<value>${output}</value>
<status status="PASS" start="2026-05-12T03:42:30.981675" 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.170.135
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-12T03:42:30.752305" elapsed="0.229543"/>
</kw>
<status status="PASS" start="2026-05-12T03:42:28.865439" elapsed="2.116476"/>
</kw>
<test id="s1-t1" name="Cbench Latency Test" line="37">
<kw name="Log" owner="BuiltIn">
<msg time="2026-05-12T03:42:30.984801" 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-12T03:42:30.982856" elapsed="0.002021"/>
</kw>
<kw name="Run Cbench And Log Results">
<kw name="Set Suite Variable" owner="BuiltIn">
<msg time="2026-05-12T03:42:30.986484" 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-12T03:42:30.986033" elapsed="0.000495"/>
</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-12T03:42:30.986856" elapsed="0.000022"/>
</kw>
<status status="NOT RUN" start="2026-05-12T03:42:30.986614" elapsed="0.000301"/>
</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-12T03:42:30.989941" elapsed="0.000021"/>
</kw>
<status status="NOT RUN" start="2026-05-12T03:42:30.989691" elapsed="0.000306"/>
</branch>
<status status="PASS" start="2026-05-12T03:42:30.989671" elapsed="0.000352"/>
</if>
<kw name="Get Connection" owner="SSHLibrary">
<msg time="2026-05-12T03:42:30.990413" 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-12T03:42:30.990536" 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-12T03:42:30.990177" elapsed="0.000385"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-05-12T03:42:30.991126" level="INFO">Attempting to execute command "/usr/local/bin/cbench -c 10.30.170.135 -m 60000 -M 100 -S 16 -l 10 -D 5000 -p 6633" on remote system "10.30.170.201" 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-12T03:42:30.990698" elapsed="0.000487"/>
</kw>
<kw name="Open Connection" owner="SSHLibrary">
<msg time="2026-05-12T03:42:30.991825" 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-12T03:42:30.991345" elapsed="0.000507"/>
</kw>
<kw name="Flexible_SSH_Login" owner="SSHKeywords">
<kw name="Get Length" owner="BuiltIn">
<msg time="2026-05-12T03:42:30.992790" level="INFO">Length is 0.</msg>
<msg time="2026-05-12T03:42:30.992882" 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-12T03:42:30.992461" elapsed="0.000444"/>
</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-12T03:42:30.993049" elapsed="0.000348"/>
</kw>
<kw name="Run Keyword And Return" owner="BuiltIn">
<kw name="Login With Public Key" owner="SSHLibrary">
<msg time="2026-05-12T03:42:30.994287" level="INFO">Logging into '10.30.170.201:22' as 'jenkins'.</msg>
<msg time="2026-05-12T03:42:31.328386" 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 Tue May 12 03:42:29 UTC 2026

  System load:  0.16               Processes:             109
  Usage of /:   19.3% of 38.58GB   Users logged in:       0
  Memory usage: 4%                 IPv4 address for ens3: 10.30.170.201
  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: Tue May 12 03:42:30 2026 from 10.30.170.126
[?2004h[jenkins@releng-63164-238-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-12T03:42:30.993897" elapsed="0.334725"/>
</kw>
<msg time="2026-05-12T03:42:31.328722" 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-12T03:42:30.993549" elapsed="0.335280"/>
</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-12T03:42:30.992055" elapsed="0.336928"/>
</kw>
<kw name="Execute Command" owner="SSHLibrary">
<msg time="2026-05-12T03:42:31.330010" level="INFO">Executing command '/usr/local/bin/cbench -c 10.30.170.135 -m 60000 -M 100 -S 16 -l 10 -D 5000 -p 6633'.</msg>
<msg time="2026-05-12T03:52:37.433809" level="INFO">Command exited with return code 0.</msg>
<msg time="2026-05-12T03:52:37.434494" level="INFO">${stdout} = </msg>
<msg time="2026-05-12T03:52:37.434609" level="INFO">${stderr} = cbench: controller benchmarking tool
   running in mode 'latency'
   connecting to controller at 10.30.170.135: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-12T03:42:31.329287" elapsed="606.105382"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-05-12T03:52:37.435144" elapsed="0.000794"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-05-12T03:52:37.437134" level="INFO">cbench: controller benchmarking tool
   running in mode 'latency'
   connecting to controller at 10.30.170.135:6633 
   faking 16 switches with 1 threads :: 10 tests each; 60000 ms per test
   with 100 unique source MACs per switch
   learning destination mac addresses before the test
   starting test with 5000 ms delay after features_reply
   ignoring first 1 "warmup" and last 0 "cooldown" loops
   debugging info is off
Master Thread: Creating thread-0! 
Thread-0: All switches initialized. Running at node 10.30.170.135. So far 1 cbench instances have initialized their switches.  Waiting for other cbench-instances
Thread-0: Total switches from ALL cbench-instances initialized.
03:43:36.520 16  switches: flows:  96848 93826 92142 90911 91234 92058 91226 92602 90137 88044 88906 89708 89618 87327 88268 89162  total = 24.200283 per ms 
03:44:36.621 16  switches: flows:  108053 106124 104930 103842 103708 104025 103818 102445 100670 99854 99781 101590 100791 99639 99536 99945  total = 27.266982 per ms 
03:45:36.721 16  switches: flows:  107869 106253 105569 102347 104717 102150 104168 102863 100096 98859 98650 101450 101602 99628 99496 100073  total = 27.217615 per ms 
03:46:36.822 16  switches: flows:  110635 109062 108221 106263 106022 106598 106323 106161 103002 101683 101271 103044 102483 101096 101227 103032  total = 27.888806 per ms 
03:47:36.922 16  switches: flows:  110573 109308 108513 106220 105412 106174 106315 104989 103314 101537 100885 104038 103569 100989 101938 103899  total = 27.914590 per ms 
03:48:37.022 16  switches: flows:  111591 110471 107575 105499 105841 107177 108129 105597 103941 102376 100957 104082 103497 102560 102291 103433  total = 28.036798 per ms 
03:49:37.123 16  switches: flows:  112053 110524 107746 105990 107044 108249 109126 105494 104111 102782 103050 103471 104499 102696 102403 104371  total = 28.179776 per ms 
03:50:37.225 16  switches: flows:  109689 110101 109389 106228 106459 106147 107993 106392 102394 103115 102723 103569 105275 103393 101717 103679  total = 28.089972 per ms 
03:51:37.325 16  switches: flows:  110956 110531 108357 105309 105085 107260 107417 106191 101577 103005 101932 103597 104028 102166 100829 102128  total = 27.959445 per ms 
03:52:37.425 16  switches: flows:  102886 102526 100886 98403 99048 98972 101380 99529 94019 95366 94375 97654 96913 95194 94605 96326  total = 26.091130 per ms 
RESULT: 16 switches 9 tests min/max/avg/stdev = 26091.13/28179.78/27627.23/9230.80 responses/s</msg>
<arg>${stderr}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-05-12T03:52:37.436354" elapsed="0.001176"/>
</kw>
<if>
<branch type="IF" condition="&quot;${return_stdout}&quot;!=&quot;True&quot;">
<return>
<value>${stderr}</value>
<status status="PASS" start="2026-05-12T03:52:37.438084" elapsed="0.000078"/>
</return>
<status status="PASS" start="2026-05-12T03:52:37.437760" elapsed="0.000524"/>
</branch>
<status status="PASS" start="2026-05-12T03:52:37.437690" elapsed="0.000671"/>
</if>
<if>
<branch type="IF" condition="&quot;${return_stderr}&quot;!=&quot;True&quot;">
<return>
<value>${stdout}</value>
<status status="NOT RUN" start="2026-05-12T03:52:37.438591" elapsed="0.000029"/>
</return>
<status status="NOT RUN" start="2026-05-12T03:52:37.438508" elapsed="0.000175"/>
</branch>
<status status="NOT RUN" start="2026-05-12T03:52:37.438469" elapsed="0.000262"/>
</if>
<return>
<value>${stdout}</value>
<value>${stderr}</value>
<status status="NOT RUN" start="2026-05-12T03:52:37.438805" elapsed="0.000030"/>
</return>
<kw name="Restore_Current_Ssh_Connection_From_Index" owner="SSHKeywords" type="TEARDOWN">
<kw name="Run Keyword And Return If" owner="BuiltIn">
<arg>${connection_index} is not None</arg>
<arg>SSHLibrary.Switch Connection</arg>
<arg>${connection_index}</arg>
<doc>Runs the specified keyword and returns from the enclosing user keyword.</doc>
<status status="PASS" start="2026-05-12T03:52:37.444620" elapsed="0.000886"/>
</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-12T03:52:37.445889" elapsed="0.000313"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-05-12T03:52:37.446338" 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-12T03:52:37.439546" elapsed="0.006948"/>
</kw>
<msg time="2026-05-12T03:52:37.446624" level="INFO">${output} = cbench: controller benchmarking tool
   running in mode 'latency'
   connecting to controller at 10.30.170.135: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-12T03:42:30.987309" elapsed="606.459342"/>
</kw>
<status status="PASS" start="2026-05-12T03:42:30.986946" elapsed="606.459754"/>
</branch>
<status status="PASS" start="2026-05-12T03:42:30.986588" elapsed="606.460137"/>
</if>
<kw name="Log" owner="BuiltIn">
<msg time="2026-05-12T03:52:37.447151" level="INFO">cbench: controller benchmarking tool
   running in mode 'latency'
   connecting to controller at 10.30.170.135:6633 
   faking 16 switches with 1 threads :: 10 tests each; 60000 ms per test
   with 100 unique source MACs per switch
   learning destination mac addresses before the test
   starting test with 5000 ms delay after features_reply
   ignoring first 1 "warmup" and last 0 "cooldown" loops
   debugging info is off
Master Thread: Creating thread-0! 
Thread-0: All switches initialized. Running at node 10.30.170.135. So far 1 cbench instances have initialized their switches.  Waiting for other cbench-instances
Thread-0: Total switches from ALL cbench-instances initialized.
03:43:36.520 16  switches: flows:  96848 93826 92142 90911 91234 92058 91226 92602 90137 88044 88906 89708 89618 87327 88268 89162  total = 24.200283 per ms 
03:44:36.621 16  switches: flows:  108053 106124 104930 103842 103708 104025 103818 102445 100670 99854 99781 101590 100791 99639 99536 99945  total = 27.266982 per ms 
03:45:36.721 16  switches: flows:  107869 106253 105569 102347 104717 102150 104168 102863 100096 98859 98650 101450 101602 99628 99496 100073  total = 27.217615 per ms 
03:46:36.822 16  switches: flows:  110635 109062 108221 106263 106022 106598 106323 106161 103002 101683 101271 103044 102483 101096 101227 103032  total = 27.888806 per ms 
03:47:36.922 16  switches: flows:  110573 109308 108513 106220 105412 106174 106315 104989 103314 101537 100885 104038 103569 100989 101938 103899  total = 27.914590 per ms 
03:48:37.022 16  switches: flows:  111591 110471 107575 105499 105841 107177 108129 105597 103941 102376 100957 104082 103497 102560 102291 103433  total = 28.036798 per ms 
03:49:37.123 16  switches: flows:  112053 110524 107746 105990 107044 108249 109126 105494 104111 102782 103050 103471 104499 102696 102403 104371  total = 28.179776 per ms 
03:50:37.225 16  switches: flows:  109689 110101 109389 106228 106459 106147 107993 106392 102394 103115 102723 103569 105275 103393 101717 103679  total = 28.089972 per ms 
03:51:37.325 16  switches: flows:  110956 110531 108357 105309 105085 107260 107417 106191 101577 103005 101932 103597 104028 102166 100829 102128  total = 27.959445 per ms 
03:52:37.425 16  switches: flows:  102886 102526 100886 98403 99048 98972 101380 99529 94019 95366 94375 97654 96913 95194 94605 96326  total = 26.091130 per ms 
RESULT: 16 switches 9 tests min/max/avg/stdev = 26091.13/28179.78/27627.23/9230.80 responses/s</msg>
<arg>${output}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-05-12T03:52:37.446866" elapsed="0.000379"/>
</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-12T03:52:37.447409" elapsed="0.000390"/>
</kw>
<kw name="Get Lines Containing String" owner="String">
<msg time="2026-05-12T03:52:37.448207" level="INFO">1 out of 23 lines matched.</msg>
<msg time="2026-05-12T03:52:37.448300" level="INFO">${result_line} = RESULT: 16 switches 9 tests min/max/avg/stdev = 26091.13/28179.78/27627.23/9230.80 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-12T03:52:37.447963" elapsed="0.000362"/>
</kw>
<kw name="Split String" owner="String">
<msg time="2026-05-12T03:52:37.448744" level="INFO">@{results_list} = [ RESULT: | 16 | switches | 9 | tests | min/max/avg/stdev | = | 26091.13/28179.78/27627.23/9230.80 | 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-12T03:52:37.448478" elapsed="0.000293"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-05-12T03:52:37.451228" 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-12T03:52:37.448915" elapsed="0.002376"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-05-12T03:52:37.453675" level="INFO">26091.13/28179.78/27627.23/9230.80</msg>
<arg>${results_list[7]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-05-12T03:52:37.451438" elapsed="0.002292"/>
</kw>
<kw name="Split String" owner="String">
<msg time="2026-05-12T03:52:37.456068" 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-12T03:52:37.453880" elapsed="0.002216"/>
</kw>
<kw name="Split String" owner="String">
<msg time="2026-05-12T03:52:37.458514" level="INFO">@{result_value_list} = [ 26091.13 | 28179.78 | 27627.23 | 9230.80 ]</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-12T03:52:37.456295" elapsed="0.002246"/>
</kw>
<kw name="Get Length" owner="BuiltIn">
<msg time="2026-05-12T03:52:37.459001" level="INFO">Length is 4.</msg>
<msg time="2026-05-12T03:52:37.459090" 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-12T03:52:37.458694" elapsed="0.000419"/>
</kw>
<for flavor="IN RANGE">
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-05-12T03:52:37.463847" level="INFO">min :: 26091.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-12T03:52:37.459539" elapsed="0.004364"/>
</kw>
<var name="${i}">0</var>
<status status="PASS" start="2026-05-12T03:52:37.459406" elapsed="0.004532"/>
</iter>
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-05-12T03:52:37.468436" level="INFO">max :: 28179.78</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-12T03:52:37.464160" elapsed="0.004332"/>
</kw>
<var name="${i}">1</var>
<status status="PASS" start="2026-05-12T03:52:37.464032" elapsed="0.004494"/>
</iter>
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-05-12T03:52:37.473106" level="INFO">avg :: 27627.23</msg>
<arg>${result_name_list[${i}]} :: ${result_value_list[${i}]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-05-12T03:52:37.468744" elapsed="0.004417"/>
</kw>
<var name="${i}">2</var>
<status status="PASS" start="2026-05-12T03:52:37.468615" elapsed="0.004646"/>
</iter>
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-05-12T03:52:37.477777" level="INFO">stdev :: 9230.80</msg>
<arg>${result_name_list[${i}]} :: ${result_value_list[${i}]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-05-12T03:52:37.473498" elapsed="0.004335"/>
</kw>
<var name="${i}">3</var>
<status status="PASS" start="2026-05-12T03:52:37.473369" elapsed="0.004499"/>
</iter>
<var>${i}</var>
<value>0</value>
<value>${num_stats}</value>
<status status="PASS" start="2026-05-12T03:52:37.459184" elapsed="0.018716"/>
</for>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-05-12T03:52:37.481975" level="INFO">${min} = 26091.13</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-12T03:52:37.478063" elapsed="0.003938"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-05-12T03:52:37.485882" level="INFO">${max} = 28179.78</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-12T03:52:37.482154" elapsed="0.003755"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-05-12T03:52:37.489960" level="INFO">${average} = 27627.23</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-12T03:52:37.486060" elapsed="0.003926"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-05-12T03:52:37.493848" level="INFO">${stdev} = 9230.80</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-12T03:52:37.490138" elapsed="0.003737"/>
</kw>
<kw name="Get Time" owner="BuiltIn">
<msg time="2026-05-12T03:52:37.494405" level="INFO">${date} = 2026-05-12 03:52:37</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-12T03:52:37.494034" elapsed="0.000396"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-05-12T03:52:37.494976" level="INFO">CBench Result: 2026-05-12 03:52:37,-m 60000 -M 100 -S 16 -l 10 -D 5000 -p 6633,26091.13,28179.78,27627.23,9230.80</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-12T03:52:37.494576" elapsed="0.000454"/>
</kw>
<kw name="Log Results And Determine Status">
<kw name="Append To File" owner="OperatingSystem">
<msg time="2026-05-12T03:52:37.496077" 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-12T03:52:37.495659" elapsed="0.000486"/>
</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-12T03:52:37.496315" elapsed="0.000496"/>
</kw>
<arg>${min}</arg>
<arg>${max}</arg>
<arg>${average}</arg>
<arg>${average_threshold}</arg>
<arg>${output_filename}</arg>
<status status="PASS" start="2026-05-12T03:52:37.495169" elapsed="0.001707"/>
</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-12T03:42:30.985378" elapsed="606.511558"/>
</kw>
<kw name="Sleep" owner="BuiltIn">
<msg time="2026-05-12T03:52:37.497446" 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-12T03:52:37.497103" elapsed="0.000398"/>
</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-12T03:52:37.498022" elapsed="0.000283"/>
</kw>
<status status="PASS" start="2026-05-12T03:52:37.497722" elapsed="0.000653"/>
</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-12T03:42:30.982098" elapsed="606.516315"/>
</test>
<test id="s1-t2" name="Cbench Throughput Test" line="51">
<kw name="Log" owner="BuiltIn">
<msg time="2026-05-12T03:52:37.499849" 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-12T03:52:37.499465" elapsed="0.000439"/>
</kw>
<kw name="Run Cbench And Log Results">
<kw name="Set Suite Variable" owner="BuiltIn">
<msg time="2026-05-12T03:52:37.501169" 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-12T03:52:37.500835" elapsed="0.000396"/>
</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-12T03:52:37.501603" elapsed="0.000022"/>
</kw>
<status status="NOT RUN" start="2026-05-12T03:52:37.501378" elapsed="0.000284"/>
</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-12T03:52:37.504622" elapsed="0.000020"/>
</kw>
<status status="NOT RUN" start="2026-05-12T03:52:37.504365" elapsed="0.000312"/>
</branch>
<status status="PASS" start="2026-05-12T03:52:37.504347" elapsed="0.000354"/>
</if>
<kw name="Get Connection" owner="SSHLibrary">
<msg time="2026-05-12T03:52:37.505049" 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-12T03:52:37.505169" 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-12T03:52:37.504838" elapsed="0.000376"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-05-12T03:52:37.505764" level="INFO">Attempting to execute command "/usr/local/bin/cbench -c 10.30.170.135 -t -m 60000 -M 100 -S 16 -l 10 -D 5000 -p 6633" on remote system "10.30.170.201" 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-12T03:52:37.505351" elapsed="0.000469"/>
</kw>
<kw name="Open Connection" owner="SSHLibrary">
<msg time="2026-05-12T03:52:37.506372" 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-12T03:52:37.505960" elapsed="0.000438"/>
</kw>
<kw name="Flexible_SSH_Login" owner="SSHKeywords">
<kw name="Get Length" owner="BuiltIn">
<msg time="2026-05-12T03:52:37.507308" level="INFO">Length is 0.</msg>
<msg time="2026-05-12T03:52:37.507396" 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-12T03:52:37.506971" elapsed="0.000449"/>
</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-12T03:52:37.507561" elapsed="0.000321"/>
</kw>
<kw name="Run Keyword And Return" owner="BuiltIn">
<kw name="Login With Public Key" owner="SSHLibrary">
<msg time="2026-05-12T03:52:37.508771" level="INFO">Logging into '10.30.170.201:22' as 'jenkins'.</msg>
<msg time="2026-05-12T03:52:38.094108" 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 Tue May 12 03:52:37 UTC 2026

  System load:  1.0                Processes:             105
  Usage of /:   19.3% of 38.58GB   Users logged in:       0
  Memory usage: 4%                 IPv4 address for ens3: 10.30.170.201
  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: Tue May 12 03:42:31 2026 from 10.30.170.126
[?2004h[jenkins@releng-63164-238-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-12T03:52:37.508392" elapsed="0.585933"/>
</kw>
<msg time="2026-05-12T03:52:38.094429" 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-12T03:52:37.508034" elapsed="0.586491"/>
</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-12T03:52:37.506598" elapsed="0.588056"/>
</kw>
<kw name="Execute Command" owner="SSHLibrary">
<msg time="2026-05-12T03:52:38.095290" level="INFO">Executing command '/usr/local/bin/cbench -c 10.30.170.135 -t -m 60000 -M 100 -S 16 -l 10 -D 5000 -p 6633'.</msg>
<msg time="2026-05-12T04:02:46.128234" level="INFO">Command exited with return code 0.</msg>
<msg time="2026-05-12T04:02:46.128796" level="INFO">${stdout} = </msg>
<msg time="2026-05-12T04:02:46.128883" level="INFO">${stderr} = cbench: controller benchmarking tool
   running in mode 'throughput'
   connecting to controller at 10.30.170.135: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-12T03:52:38.094914" elapsed="608.034020"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-05-12T04:02:46.129401" elapsed="0.000564"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-05-12T04:02:46.130941" level="INFO">cbench: controller benchmarking tool
   running in mode 'throughput'
   connecting to controller at 10.30.170.135:6633 
   faking 16 switches with 1 threads :: 10 tests each; 60000 ms per test
   with 100 unique source MACs per switch
   learning destination mac addresses before the test
   starting test with 5000 ms delay after features_reply
   ignoring first 1 "warmup" and last 0 "cooldown" loops
   debugging info is off
Master Thread: Creating thread-0! 
Thread-0: All switches initialized. Running at node 10.30.170.135. So far 1 cbench instances have initialized their switches.  Waiting for other cbench-instances
Thread-0: Total switches from ALL cbench-instances initialized.
03:53:45.205 16  switches: flows:  564894 573078 569233 557684 573951 562251 555107 564560 568284 562350 552022 559695 553329 562959 565804 550336  total = 149.925617 per ms 
03:54:45.308 16  switches: flows:  563119 562360 566630 559350 559050 560953 557565 562352 561689 553466 559180 559087 564908 554755 559804 571370  total = 149.338501 per ms 
03:55:45.410 16  switches: flows:  576532 578972 576432 578022 580582 577047 578902 576839 579646 573564 576795 578602 578692 576503 578297 579175  total = 153.817576 per ms 
03:56:45.512 16  switches: flows:  565720 564143 565249 571610 561068 562207 571339 566368 565616 566999 562079 565693 567772 569511 566250 563075  total = 150.656506 per ms 
03:57:45.613 16  switches: flows:  587262 587495 593116 592934 590782 590847 590928 592852 581369 592440 589630 528895 594256 588334 597048 591208  total = 156.226847 per ms 
03:58:45.715 16  switches: flows:  560706 557564 558555 561174 563255 561963 561623 559943 558099 553262 556127 566190 563407 561788 559902 556170  total = 149.077359 per ms 
03:59:45.817 16  switches: flows:  561992 564427 563007 559328 562506 560779 563021 559912 562825 567868 562778 567830 563418 564044 561250 564045  total = 149.895530 per ms 
04:00:45.919 16  switches: flows:  559193 560937 558596 563602 567307 560324 566740 571379 565632 561366 564090 565399 562025 574155 556120 555670  total = 149.955335 per ms 
04:01:46.023 16  switches: flows:  531238 535900 531579 529314 530375 528648 529342 534400 526307 532528 528711 536328 531750 531863 527674 529498  total = 141.353262 per ms 
04:02:46.125 16  switches: flows:  515902 512934 512613 510539 510731 514550 514524 514664 521302 511108 509055 513532 512735 519450 513842 513569  total = 136.785730 per ms 
RESULT: 16 switches 9 tests min/max/avg/stdev = 136785.73/156226.85/148567.41/49842.27 responses/s</msg>
<arg>${stderr}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-05-12T04:02:46.130310" elapsed="0.000937"/>
</kw>
<if>
<branch type="IF" condition="&quot;${return_stdout}&quot;!=&quot;True&quot;">
<return>
<value>${stderr}</value>
<status status="PASS" start="2026-05-12T04:02:46.131687" elapsed="0.000059"/>
</return>
<status status="PASS" start="2026-05-12T04:02:46.131423" elapsed="0.000400"/>
</branch>
<status status="PASS" start="2026-05-12T04:02:46.131374" elapsed="0.000516"/>
</if>
<if>
<branch type="IF" condition="&quot;${return_stderr}&quot;!=&quot;True&quot;">
<return>
<value>${stdout}</value>
<status status="NOT RUN" start="2026-05-12T04:02:46.132129" elapsed="0.000029"/>
</return>
<status status="NOT RUN" start="2026-05-12T04:02:46.132036" elapsed="0.000231"/>
</branch>
<status status="NOT RUN" start="2026-05-12T04:02:46.131997" elapsed="0.000323"/>
</if>
<return>
<value>${stdout}</value>
<value>${stderr}</value>
<status status="NOT RUN" start="2026-05-12T04:02:46.132402" elapsed="0.000036"/>
</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-12T04:02:46.136807" elapsed="0.000567"/>
</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-12T04:02:46.137589" elapsed="0.000253"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-05-12T04:02:46.138027" elapsed="0.000147"/>
</kw>
<arg>${current_ssh_connection.index}</arg>
<doc>Restore active SSH connection in SSHLibrary to given index.</doc>
<status status="PASS" start="2026-05-12T04:02:46.133358" elapsed="0.004919"/>
</kw>
<msg time="2026-05-12T04:02:46.138465" level="INFO">${output} = cbench: controller benchmarking tool
   running in mode 'throughput'
   connecting to controller at 10.30.170.135: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-12T03:52:37.502003" elapsed="608.636500"/>
</kw>
<status status="PASS" start="2026-05-12T03:52:37.501688" elapsed="608.636885"/>
</branch>
<status status="PASS" start="2026-05-12T03:52:37.501355" elapsed="608.637252"/>
</if>
<kw name="Log" owner="BuiltIn">
<msg time="2026-05-12T04:02:46.139269" level="INFO">cbench: controller benchmarking tool
   running in mode 'throughput'
   connecting to controller at 10.30.170.135:6633 
   faking 16 switches with 1 threads :: 10 tests each; 60000 ms per test
   with 100 unique source MACs per switch
   learning destination mac addresses before the test
   starting test with 5000 ms delay after features_reply
   ignoring first 1 "warmup" and last 0 "cooldown" loops
   debugging info is off
Master Thread: Creating thread-0! 
Thread-0: All switches initialized. Running at node 10.30.170.135. So far 1 cbench instances have initialized their switches.  Waiting for other cbench-instances
Thread-0: Total switches from ALL cbench-instances initialized.
03:53:45.205 16  switches: flows:  564894 573078 569233 557684 573951 562251 555107 564560 568284 562350 552022 559695 553329 562959 565804 550336  total = 149.925617 per ms 
03:54:45.308 16  switches: flows:  563119 562360 566630 559350 559050 560953 557565 562352 561689 553466 559180 559087 564908 554755 559804 571370  total = 149.338501 per ms 
03:55:45.410 16  switches: flows:  576532 578972 576432 578022 580582 577047 578902 576839 579646 573564 576795 578602 578692 576503 578297 579175  total = 153.817576 per ms 
03:56:45.512 16  switches: flows:  565720 564143 565249 571610 561068 562207 571339 566368 565616 566999 562079 565693 567772 569511 566250 563075  total = 150.656506 per ms 
03:57:45.613 16  switches: flows:  587262 587495 593116 592934 590782 590847 590928 592852 581369 592440 589630 528895 594256 588334 597048 591208  total = 156.226847 per ms 
03:58:45.715 16  switches: flows:  560706 557564 558555 561174 563255 561963 561623 559943 558099 553262 556127 566190 563407 561788 559902 556170  total = 149.077359 per ms 
03:59:45.817 16  switches: flows:  561992 564427 563007 559328 562506 560779 563021 559912 562825 567868 562778 567830 563418 564044 561250 564045  total = 149.895530 per ms 
04:00:45.919 16  switches: flows:  559193 560937 558596 563602 567307 560324 566740 571379 565632 561366 564090 565399 562025 574155 556120 555670  total = 149.955335 per ms 
04:01:46.023 16  switches: flows:  531238 535900 531579 529314 530375 528648 529342 534400 526307 532528 528711 536328 531750 531863 527674 529498  total = 141.353262 per ms 
04:02:46.125 16  switches: flows:  515902 512934 512613 510539 510731 514550 514524 514664 521302 511108 509055 513532 512735 519450 513842 513569  total = 136.785730 per ms 
RESULT: 16 switches 9 tests min/max/avg/stdev = 136785.73/156226.85/148567.41/49842.27 responses/s</msg>
<arg>${output}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-05-12T04:02:46.138830" elapsed="0.000546"/>
</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-12T04:02:46.139583" elapsed="0.000572"/>
</kw>
<kw name="Get Lines Containing String" owner="String">
<msg time="2026-05-12T04:02:46.140733" level="INFO">1 out of 23 lines matched.</msg>
<msg time="2026-05-12T04:02:46.140862" level="INFO">${result_line} = RESULT: 16 switches 9 tests min/max/avg/stdev = 136785.73/156226.85/148567.41/49842.27 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-12T04:02:46.140409" elapsed="0.000487"/>
</kw>
<kw name="Split String" owner="String">
<msg time="2026-05-12T04:02:46.141590" level="INFO">@{results_list} = [ RESULT: | 16 | switches | 9 | tests | min/max/avg/stdev | = | 136785.73/156226.85/148567.41/49842.27 | 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-12T04:02:46.141115" elapsed="0.000527"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-05-12T04:02:46.145013" 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-12T04:02:46.141866" elapsed="0.003224"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-05-12T04:02:46.147787" level="INFO">136785.73/156226.85/148567.41/49842.27</msg>
<arg>${results_list[7]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-05-12T04:02:46.145394" elapsed="0.002450"/>
</kw>
<kw name="Split String" owner="String">
<msg time="2026-05-12T04:02:46.150266" 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-12T04:02:46.147993" elapsed="0.002300"/>
</kw>
<kw name="Split String" owner="String">
<msg time="2026-05-12T04:02:46.152713" level="INFO">@{result_value_list} = [ 136785.73 | 156226.85 | 148567.41 | 49842.27 ]</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-12T04:02:46.150503" elapsed="0.002238"/>
</kw>
<kw name="Get Length" owner="BuiltIn">
<msg time="2026-05-12T04:02:46.153237" level="INFO">Length is 4.</msg>
<msg time="2026-05-12T04:02:46.153343" 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-12T04:02:46.152895" elapsed="0.000477"/>
</kw>
<for flavor="IN RANGE">
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-05-12T04:02:46.158130" level="INFO">min :: 136785.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-12T04:02:46.153808" elapsed="0.004393"/>
</kw>
<var name="${i}">0</var>
<status status="PASS" start="2026-05-12T04:02:46.153673" elapsed="0.004564"/>
</iter>
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-05-12T04:02:46.163008" level="INFO">max :: 156226.85</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-12T04:02:46.158457" elapsed="0.004610"/>
</kw>
<var name="${i}">1</var>
<status status="PASS" start="2026-05-12T04:02:46.158328" elapsed="0.004775"/>
</iter>
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-05-12T04:02:46.167760" level="INFO">avg :: 148567.41</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-12T04:02:46.163340" elapsed="0.004478"/>
</kw>
<var name="${i}">2</var>
<status status="PASS" start="2026-05-12T04:02:46.163209" elapsed="0.004644"/>
</iter>
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-05-12T04:02:46.172712" level="INFO">stdev :: 49842.27</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-12T04:02:46.168071" elapsed="0.004698"/>
</kw>
<var name="${i}">3</var>
<status status="PASS" start="2026-05-12T04:02:46.167941" elapsed="0.004863"/>
</iter>
<var>${i}</var>
<value>0</value>
<value>${num_stats}</value>
<status status="PASS" start="2026-05-12T04:02:46.153458" elapsed="0.019377"/>
</for>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-05-12T04:02:46.176943" level="INFO">${min} = 136785.73</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-12T04:02:46.172996" elapsed="0.003974"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-05-12T04:02:46.181029" level="INFO">${max} = 156226.85</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-12T04:02:46.177124" elapsed="0.003933"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-05-12T04:02:46.185788" level="INFO">${average} = 148567.41</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-12T04:02:46.181794" elapsed="0.004030"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-05-12T04:02:46.190603" level="INFO">${stdev} = 49842.27</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-12T04:02:46.185997" elapsed="0.004640"/>
</kw>
<kw name="Get Time" owner="BuiltIn">
<msg time="2026-05-12T04:02:46.191207" level="INFO">${date} = 2026-05-12 04:02:46</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-12T04:02:46.190811" elapsed="0.000424"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-05-12T04:02:46.191844" level="INFO">CBench Result: 2026-05-12 04:02:46,-t -m 60000 -M 100 -S 16 -l 10 -D 5000 -p 6633,136785.73,156226.85,148567.41,49842.27</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-12T04:02:46.191393" elapsed="0.000513"/>
</kw>
<kw name="Log Results And Determine Status">
<kw name="Append To File" owner="OperatingSystem">
<msg time="2026-05-12T04:02:46.193128" 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-12T04:02:46.192622" elapsed="0.000651"/>
</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-12T04:02:46.193438" elapsed="0.000497"/>
</kw>
<arg>${min}</arg>
<arg>${max}</arg>
<arg>${average}</arg>
<arg>${average_threshold}</arg>
<arg>${output_filename}</arg>
<status status="PASS" start="2026-05-12T04:02:46.192073" elapsed="0.001930"/>
</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-12T03:52:37.500240" elapsed="608.693825"/>
</kw>
<kw name="Sleep" owner="BuiltIn">
<msg time="2026-05-12T04:02:46.194573" 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-12T04:02:46.194242" elapsed="0.000388"/>
</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-12T04:02:46.195174" elapsed="0.000282"/>
</kw>
<status status="PASS" start="2026-05-12T04:02:46.194855" elapsed="0.000673"/>
</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-12T03:52:37.498724" elapsed="608.696844"/>
</test>
<test id="s1-t3" name="Rerun Latency Test To Check Bug 6176" line="65">
<kw name="Log" owner="BuiltIn">
<msg time="2026-05-12T04:02:46.197001" 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-12T04:02:46.196619" elapsed="0.000439"/>
</kw>
<kw name="Run Cbench And Log Results">
<kw name="Set Suite Variable" owner="BuiltIn">
<msg time="2026-05-12T04:02:46.198377" 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-12T04:02:46.197991" elapsed="0.000438"/>
</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-12T04:02:46.198792" elapsed="0.000021"/>
</kw>
<status status="NOT RUN" start="2026-05-12T04:02:46.198565" elapsed="0.000285"/>
</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-12T04:02:46.201846" elapsed="0.000021"/>
</kw>
<status status="NOT RUN" start="2026-05-12T04:02:46.201598" elapsed="0.000304"/>
</branch>
<status status="PASS" start="2026-05-12T04:02:46.201579" elapsed="0.000346"/>
</if>
<kw name="Get Connection" owner="SSHLibrary">
<msg time="2026-05-12T04:02:46.202295" 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-12T04:02:46.202439" 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-12T04:02:46.202059" elapsed="0.000415"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-05-12T04:02:46.203140" level="INFO">Attempting to execute command "/usr/local/bin/cbench -c 10.30.170.135 -m 60000 -M 100 -S 16 -l 10 -D 5000 -p 6633" on remote system "10.30.170.201" 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-12T04:02:46.202617" elapsed="0.000626"/>
</kw>
<kw name="Open Connection" owner="SSHLibrary">
<msg time="2026-05-12T04:02:46.204061" 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-12T04:02:46.203436" elapsed="0.000663"/>
</kw>
<kw name="Flexible_SSH_Login" owner="SSHKeywords">
<kw name="Get Length" owner="BuiltIn">
<msg time="2026-05-12T04:02:46.205845" level="INFO">Length is 0.</msg>
<msg time="2026-05-12T04:02:46.205961" 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-12T04:02:46.205038" elapsed="0.000950"/>
</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-12T04:02:46.206174" elapsed="0.000394"/>
</kw>
<kw name="Run Keyword And Return" owner="BuiltIn">
<kw name="Login With Public Key" owner="SSHLibrary">
<msg time="2026-05-12T04:02:46.207477" level="INFO">Logging into '10.30.170.201:22' as 'jenkins'.</msg>
<msg time="2026-05-12T04:02:46.910597" 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 Tue May 12 04:02:46 UTC 2026

  System load:  0.25               Processes:             106
  Usage of /:   19.3% of 38.58GB   Users logged in:       0
  Memory usage: 4%                 IPv4 address for ens3: 10.30.170.201
  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: Tue May 12 03:52:38 2026 from 10.30.170.126
[?2004h[jenkins@releng-63164-238-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-12T04:02:46.207100" elapsed="0.703877"/>
</kw>
<msg time="2026-05-12T04:02:46.911104" 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-12T04:02:46.206741" elapsed="0.704504"/>
</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-12T04:02:46.204425" elapsed="0.707003"/>
</kw>
<kw name="Execute Command" owner="SSHLibrary">
<msg time="2026-05-12T04:02:46.912284" level="INFO">Executing command '/usr/local/bin/cbench -c 10.30.170.135 -m 60000 -M 100 -S 16 -l 10 -D 5000 -p 6633'.</msg>
<msg time="2026-05-12T04:12:52.968951" level="INFO">Command exited with return code 0.</msg>
<msg time="2026-05-12T04:12:52.969704" level="INFO">${stdout} = </msg>
<msg time="2026-05-12T04:12:52.969811" level="INFO">${stderr} = cbench: controller benchmarking tool
   running in mode 'latency'
   connecting to controller at 10.30.170.135: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-12T04:02:46.911782" elapsed="606.058094"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-05-12T04:12:52.970656" elapsed="0.000859"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-05-12T04:12:52.972884" level="INFO">cbench: controller benchmarking tool
   running in mode 'latency'
   connecting to controller at 10.30.170.135:6633 
   faking 16 switches with 1 threads :: 10 tests each; 60000 ms per test
   with 100 unique source MACs per switch
   learning destination mac addresses before the test
   starting test with 5000 ms delay after features_reply
   ignoring first 1 "warmup" and last 0 "cooldown" loops
   debugging info is off
Master Thread: Creating thread-0! 
Thread-0: All switches initialized. Running at node 10.30.170.135. So far 1 cbench instances have initialized their switches.  Waiting for other cbench-instances
Thread-0: Total switches from ALL cbench-instances initialized.
04:03:52.061 16  switches: flows:  86600 87290 86112 86207 87649 86416 88614 86426 84792 87025 85189 85171 85194 85126 85343 85357  total = 22.975183 per ms 
04:04:52.162 16  switches: flows:  103958 105872 104569 102894 104424 104204 106537 104331 102055 104585 103678 104419 103561 102724 103808 104157  total = 27.716657 per ms 
04:05:52.262 16  switches: flows:  102076 102974 101482 101227 102417 103141 104141 101430 100862 102941 102088 101933 101096 101298 99358 102681  total = 27.140467 per ms 
04:06:52.362 16  switches: flows:  103431 105967 101369 103165 103361 104502 103770 104898 101536 103455 102106 101319 101811 99481 101257 100834  total = 27.325394 per ms 
04:07:52.463 16  switches: flows:  106630 107674 104182 106105 106995 105478 106307 105822 103886 104581 104380 106397 103594 104989 103700 105565  total = 28.057892 per ms 
04:08:52.563 16  switches: flows:  109706 110228 107356 107676 108912 109226 108089 107310 104458 105387 106709 108056 106317 105398 106436 107611  total = 28.600176 per ms 
04:09:52.663 16  switches: flows:  106563 106370 104236 103204 105488 105530 103394 103769 100880 103012 103663 105078 102974 100927 101156 104027  total = 27.625092 per ms 
04:10:52.763 16  switches: flows:  101660 104743 102098 100991 104452 101574 102779 104742 100106 99685 99662 101434 101810 100620 98469 101434  total = 27.059140 per ms 
04:11:52.863 16  switches: flows:  104084 107376 105540 103184 105303 102800 106194 105441 104516 102901 103457 104809 103093 103746 101803 104476  total = 27.765698 per ms 
04:12:52.964 16  switches: flows:  102999 106488 105134 102497 102810 103207 105355 103719 103615 101485 101441 105601 101522 103246 101119 103528  total = 27.516795 per ms 
RESULT: 16 switches 9 tests min/max/avg/stdev = 27059.14/28600.18/27645.26/9226.05 responses/s</msg>
<arg>${stderr}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-05-12T04:12:52.971931" elapsed="0.001345"/>
</kw>
<if>
<branch type="IF" condition="&quot;${return_stdout}&quot;!=&quot;True&quot;">
<return>
<value>${stderr}</value>
<status status="PASS" start="2026-05-12T04:12:52.973875" elapsed="0.000074"/>
</return>
<status status="PASS" start="2026-05-12T04:12:52.973504" elapsed="0.000530"/>
</branch>
<status status="PASS" start="2026-05-12T04:12:52.973439" elapsed="0.000651"/>
</if>
<if>
<branch type="IF" condition="&quot;${return_stderr}&quot;!=&quot;True&quot;">
<return>
<value>${stdout}</value>
<status status="NOT RUN" start="2026-05-12T04:12:52.974342" elapsed="0.000027"/>
</return>
<status status="NOT RUN" start="2026-05-12T04:12:52.974257" elapsed="0.000174"/>
</branch>
<status status="NOT RUN" start="2026-05-12T04:12:52.974185" elapsed="0.000293"/>
</if>
<return>
<value>${stdout}</value>
<value>${stderr}</value>
<status status="NOT RUN" start="2026-05-12T04:12:52.974548" elapsed="0.000028"/>
</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-12T04:12:52.980614" elapsed="0.000694"/>
</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-12T04:12:52.981460" elapsed="0.000174"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-05-12T04:12:52.981762" elapsed="0.000098"/>
</kw>
<arg>${current_ssh_connection.index}</arg>
<doc>Restore active SSH connection in SSHLibrary to given index.</doc>
<status status="PASS" start="2026-05-12T04:12:52.975326" elapsed="0.006590"/>
</kw>
<msg time="2026-05-12T04:12:52.982062" level="INFO">${output} = cbench: controller benchmarking tool
   running in mode 'latency'
   connecting to controller at 10.30.170.135: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-12T04:02:46.199211" elapsed="606.782887"/>
</kw>
<status status="PASS" start="2026-05-12T04:02:46.198876" elapsed="606.783276"/>
</branch>
<status status="PASS" start="2026-05-12T04:02:46.198534" elapsed="606.783645"/>
</if>
<kw name="Log" owner="BuiltIn">
<msg time="2026-05-12T04:12:52.982648" level="INFO">cbench: controller benchmarking tool
   running in mode 'latency'
   connecting to controller at 10.30.170.135:6633 
   faking 16 switches with 1 threads :: 10 tests each; 60000 ms per test
   with 100 unique source MACs per switch
   learning destination mac addresses before the test
   starting test with 5000 ms delay after features_reply
   ignoring first 1 "warmup" and last 0 "cooldown" loops
   debugging info is off
Master Thread: Creating thread-0! 
Thread-0: All switches initialized. Running at node 10.30.170.135. So far 1 cbench instances have initialized their switches.  Waiting for other cbench-instances
Thread-0: Total switches from ALL cbench-instances initialized.
04:03:52.061 16  switches: flows:  86600 87290 86112 86207 87649 86416 88614 86426 84792 87025 85189 85171 85194 85126 85343 85357  total = 22.975183 per ms 
04:04:52.162 16  switches: flows:  103958 105872 104569 102894 104424 104204 106537 104331 102055 104585 103678 104419 103561 102724 103808 104157  total = 27.716657 per ms 
04:05:52.262 16  switches: flows:  102076 102974 101482 101227 102417 103141 104141 101430 100862 102941 102088 101933 101096 101298 99358 102681  total = 27.140467 per ms 
04:06:52.362 16  switches: flows:  103431 105967 101369 103165 103361 104502 103770 104898 101536 103455 102106 101319 101811 99481 101257 100834  total = 27.325394 per ms 
04:07:52.463 16  switches: flows:  106630 107674 104182 106105 106995 105478 106307 105822 103886 104581 104380 106397 103594 104989 103700 105565  total = 28.057892 per ms 
04:08:52.563 16  switches: flows:  109706 110228 107356 107676 108912 109226 108089 107310 104458 105387 106709 108056 106317 105398 106436 107611  total = 28.600176 per ms 
04:09:52.663 16  switches: flows:  106563 106370 104236 103204 105488 105530 103394 103769 100880 103012 103663 105078 102974 100927 101156 104027  total = 27.625092 per ms 
04:10:52.763 16  switches: flows:  101660 104743 102098 100991 104452 101574 102779 104742 100106 99685 99662 101434 101810 100620 98469 101434  total = 27.059140 per ms 
04:11:52.863 16  switches: flows:  104084 107376 105540 103184 105303 102800 106194 105441 104516 102901 103457 104809 103093 103746 101803 104476  total = 27.765698 per ms 
04:12:52.964 16  switches: flows:  102999 106488 105134 102497 102810 103207 105355 103719 103615 101485 101441 105601 101522 103246 101119 103528  total = 27.516795 per ms 
RESULT: 16 switches 9 tests min/max/avg/stdev = 27059.14/28600.18/27645.26/9226.05 responses/s</msg>
<arg>${output}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-05-12T04:12:52.982351" elapsed="0.000371"/>
</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-12T04:12:52.982872" elapsed="0.000419"/>
</kw>
<kw name="Get Lines Containing String" owner="String">
<msg time="2026-05-12T04:12:52.983690" level="INFO">1 out of 23 lines matched.</msg>
<msg time="2026-05-12T04:12:52.983780" level="INFO">${result_line} = RESULT: 16 switches 9 tests min/max/avg/stdev = 27059.14/28600.18/27645.26/9226.05 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-12T04:12:52.983461" elapsed="0.000344"/>
</kw>
<kw name="Split String" owner="String">
<msg time="2026-05-12T04:12:52.984270" level="INFO">@{results_list} = [ RESULT: | 16 | switches | 9 | tests | min/max/avg/stdev | = | 27059.14/28600.18/27645.26/9226.05 | 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-12T04:12:52.983958" elapsed="0.000342"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-05-12T04:12:52.986733" 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-12T04:12:52.984447" elapsed="0.002344"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-05-12T04:12:52.989417" level="INFO">27059.14/28600.18/27645.26/9226.05</msg>
<arg>${results_list[7]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-05-12T04:12:52.986935" elapsed="0.002540"/>
</kw>
<kw name="Split String" owner="String">
<msg time="2026-05-12T04:12:52.991882" 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-12T04:12:52.989625" elapsed="0.002284"/>
</kw>
<kw name="Split String" owner="String">
<msg time="2026-05-12T04:12:52.994560" level="INFO">@{result_value_list} = [ 27059.14 | 28600.18 | 27645.26 | 9226.05 ]</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-12T04:12:52.992101" elapsed="0.002492"/>
</kw>
<kw name="Get Length" owner="BuiltIn">
<msg time="2026-05-12T04:12:52.995067" level="INFO">Length is 4.</msg>
<msg time="2026-05-12T04:12:52.995155" 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-12T04:12:52.994754" elapsed="0.000425"/>
</kw>
<for flavor="IN RANGE">
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-05-12T04:12:52.999864" level="INFO">min :: 27059.14</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-12T04:12:52.995597" elapsed="0.004324"/>
</kw>
<var name="${i}">0</var>
<status status="PASS" start="2026-05-12T04:12:52.995470" elapsed="0.004486"/>
</iter>
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-05-12T04:12:53.004498" level="INFO">max :: 28600.18</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-12T04:12:53.000178" elapsed="0.004376"/>
</kw>
<var name="${i}">1</var>
<status status="PASS" start="2026-05-12T04:12:53.000043" elapsed="0.004545"/>
</iter>
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-05-12T04:12:53.009147" level="INFO">avg :: 27645.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-12T04:12:53.004797" elapsed="0.004422"/>
</kw>
<var name="${i}">2</var>
<status status="PASS" start="2026-05-12T04:12:53.004672" elapsed="0.004582"/>
</iter>
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-05-12T04:12:53.013834" level="INFO">stdev :: 9226.05</msg>
<arg>${result_name_list[${i}]} :: ${result_value_list[${i}]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-05-12T04:12:53.009467" elapsed="0.004424"/>
</kw>
<var name="${i}">3</var>
<status status="PASS" start="2026-05-12T04:12:53.009339" elapsed="0.004587"/>
</iter>
<var>${i}</var>
<value>0</value>
<value>${num_stats}</value>
<status status="PASS" start="2026-05-12T04:12:52.995274" elapsed="0.018682"/>
</for>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-05-12T04:12:53.018114" level="INFO">${min} = 27059.14</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-12T04:12:53.014117" elapsed="0.004024"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-05-12T04:12:53.022095" level="INFO">${max} = 28600.18</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-12T04:12:53.018344" elapsed="0.003778"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-05-12T04:12:53.026074" level="INFO">${average} = 27645.26</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-12T04:12:53.022300" elapsed="0.003802"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-05-12T04:12:53.030166" level="INFO">${stdev} = 9226.05</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-12T04:12:53.026318" elapsed="0.003889"/>
</kw>
<kw name="Get Time" owner="BuiltIn">
<msg time="2026-05-12T04:12:53.030746" level="INFO">${date} = 2026-05-12 04:12:53</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-12T04:12:53.030371" elapsed="0.000401"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-05-12T04:12:53.031349" level="INFO">CBench Result: 2026-05-12 04:12:53,-m 60000 -M 100 -S 16 -l 10 -D 5000 -p 6633,27059.14,28600.18,27645.26,9226.05</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-12T04:12:53.030918" elapsed="0.000486"/>
</kw>
<kw name="Log Results And Determine Status">
<kw name="Append To File" owner="OperatingSystem">
<msg time="2026-05-12T04:12:53.032610" 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-12T04:12:53.032036" elapsed="0.000658"/>
</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-12T04:12:53.032849" elapsed="0.000483"/>
</kw>
<arg>${min}</arg>
<arg>${max}</arg>
<arg>${average}</arg>
<arg>${average_threshold}</arg>
<arg>${output_filename}</arg>
<status status="PASS" start="2026-05-12T04:12:53.031549" elapsed="0.001849"/>
</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-12T04:02:46.197435" elapsed="606.836023"/>
</kw>
<kw name="Sleep" owner="BuiltIn">
<msg time="2026-05-12T04:12:53.033949" 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-12T04:12:53.033608" elapsed="0.000399"/>
</kw>
<kw name="Report Failure Due To Bug" owner="Utils" type="TEARDOWN">
<kw name="Evaluate" owner="BuiltIn">
<msg time="2026-05-12T04:12:53.035303" 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-12T04:12:53.034790" elapsed="0.000540"/>
</kw>
<if>
<branch type="IF" condition="('${TEST_STATUS}' != 'FAIL') or ${test_skipped}">
<return>
<status status="PASS" start="2026-05-12T04:12:53.035564" elapsed="0.000031"/>
</return>
<status status="PASS" start="2026-05-12T04:12:53.035406" elapsed="0.000220"/>
</branch>
<status status="PASS" start="2026-05-12T04:12:53.035388" elapsed="0.000262"/>
</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-12T04:12:53.035814" elapsed="0.000024"/>
</kw>
<kw name="Run Keyword And Return Status" owner="BuiltIn">
<var>${match}</var>
<arg>Should Contain</arg>
<arg>${number}</arg>
<arg>-</arg>
<doc>Runs the specified keyword and returns the status as a Boolean value.</doc>
<status status="NOT RUN" start="2026-05-12T04:12:53.035974" elapsed="0.000019"/>
</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-12T04:12:53.036132" elapsed="0.000072"/>
</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-12T04:12:53.036388" 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-12T04:12:53.036540" elapsed="0.000020"/>
</kw>
<kw name="Set Test Message" owner="BuiltIn">
<arg>${msg}${newline}${newline}${TEST_MESSAGE}</arg>
<doc>Sets message for the current test case.</doc>
<status status="NOT RUN" start="2026-05-12T04:12:53.036686" elapsed="0.000020"/>
</kw>
<kw name="Log" owner="BuiltIn">
<arg>${msg}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="NOT RUN" start="2026-05-12T04:12:53.036854" elapsed="0.000022"/>
</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-12T04:12:53.037080" elapsed="0.000021"/>
</kw>
<status status="NOT RUN" start="2026-05-12T04:12:53.036941" elapsed="0.000192"/>
</branch>
<status status="NOT RUN" start="2026-05-12T04:12:53.036924" elapsed="0.000233"/>
</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-12T04:12:53.034434" elapsed="0.002790"/>
</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-12T04:02:46.196049" elapsed="606.841224"/>
</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-12T03:42:28.287939" elapsed="1824.749992"/>
</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>
