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

[?1h=[90m~[0m                                                                                [?2004hopendaylight-user</msg>
<arg>${KARAF_USER}</arg>
<arg>${KARAF_PASSWORD}</arg>
<arg>loglevel=${loglevel}</arg>
<doc>Logs into the SSH server with the given ``username`` and ``password``.</doc>
<status status="PASS" start="2026-06-19T03:12:31.207525" elapsed="0.701426"/>
</kw>
<kw name="Write" owner="SSHLibrary">
<msg time="2026-06-19T03:12:31.959517" level="INFO">@root&gt;log:set ERROR</msg>
<arg>${cmd}</arg>
<doc>Writes the given ``text`` on the remote machine and appends a newline.</doc>
<status status="PASS" start="2026-06-19T03:12:31.909284" elapsed="0.050304"/>
</kw>
<kw name="Read Until Regexp" owner="SSHLibrary">
<msg time="2026-06-19T03:12:31.961553" level="INFO">[?1l&gt;[?2004l[?1h=[90m~[0m                                                                                [?2004hopendaylight-user@root&gt;</msg>
<msg time="2026-06-19T03:12:31.961675" level="INFO">${output} = [?1l&gt;[?2004l[?1h=[90m~[0m                                                                                [?2004hopendaylight-user@root&gt;</msg>
<var>${output}</var>
<arg>${KARAF_PROMPT}</arg>
<doc>Consumes and returns the server output until a match to ``regexp`` is found.</doc>
<status status="PASS" start="2026-06-19T03:12:31.959762" elapsed="0.001943"/>
</kw>
<kw name="Write Bare" owner="SSHLibrary">
<arg>logout\n</arg>
<doc>Writes the given ``text`` on the remote machine without appending a newline.</doc>
<status status="PASS" start="2026-06-19T03:12:31.961867" elapsed="0.000252"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-06-19T03:12:31.962284" elapsed="0.000226"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-06-19T03:12:31.963049" level="INFO">[?1l&gt;[?2004l[?1h=[90m~[0m                                                                                [?2004hopendaylight-user@root&gt;</msg>
<arg>${output}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-06-19T03:12:31.962664" elapsed="0.000454"/>
</kw>
<return>
<value>${output}</value>
<status status="PASS" start="2026-06-19T03:12:31.963184" elapsed="0.000064"/>
</return>
<arg>log:set ${log_level}</arg>
<doc>Will execute the given ${cmd} by ssh'ing to the karaf console running on 10.30.171.113
Note that this keyword will open&amp;close new SSH connection, without switching back to previously current session.</doc>
<status status="PASS" start="2026-06-19T03:12:31.206013" elapsed="0.757371"/>
</kw>
<arg>3x</arg>
<arg>1s</arg>
<arg>KarafKeywords.Issue Command On Karaf Console</arg>
<arg>log:set ${log_level}</arg>
<doc>Runs the specified keyword and retries if it fails.</doc>
<status status="PASS" start="2026-06-19T03:12:31.202256" elapsed="0.761194"/>
</kw>
<kw name="Append To File" owner="OperatingSystem">
<msg time="2026-06-19T03:12:31.964042" level="INFO" html="true">Appended to file '&lt;a href="file:///w/workspace/openflowplugin-csit-1node-cbench-only-vanadium/latency.csv"&gt;/w/workspace/openflowplugin-csit-1node-cbench-only-vanadium/latency.csv&lt;/a&gt;'.</msg>
<arg>${latency_results_file}</arg>
<arg>LATENCY_MIN,LATENCY_MAX,LATENCY_AVERAGE\n</arg>
<doc>Appends the given content to the specified file.</doc>
<status status="PASS" start="2026-06-19T03:12:31.963645" elapsed="0.000460"/>
</kw>
<kw name="Append To File" owner="OperatingSystem">
<msg time="2026-06-19T03:12:31.964585" level="INFO" html="true">Appended to file '&lt;a href="file:///w/workspace/openflowplugin-csit-1node-cbench-only-vanadium/throughput.csv"&gt;/w/workspace/openflowplugin-csit-1node-cbench-only-vanadium/throughput.csv&lt;/a&gt;'.</msg>
<arg>${throughput_results_file}</arg>
<arg>THROUGHPUT_MIN,THROUGHPUT_MAX,THROUGHPUT_AVERAGE\n</arg>
<doc>Appends the given content to the specified file.</doc>
<status status="PASS" start="2026-06-19T03:12:31.964289" elapsed="0.000353"/>
</kw>
<kw name="Evaluate" owner="BuiltIn">
<msg time="2026-06-19T03:12:31.965241" level="INFO">${duration_in_ms} = 60000</msg>
<var>${duration_in_ms}</var>
<arg>${duration_in_secs} * 1000</arg>
<doc>Evaluates the given expression in Python and returns the result.</doc>
<status status="PASS" start="2026-06-19T03:12:31.964800" elapsed="0.000469"/>
</kw>
<kw name="Set Suite Variable" owner="BuiltIn">
<msg time="2026-06-19T03:12:31.965777" level="INFO">${duration_in_ms} = 60000</msg>
<arg>${duration_in_ms}</arg>
<doc>Makes a variable available everywhere within the scope of the current suite.</doc>
<status status="PASS" start="2026-06-19T03:12:31.965442" elapsed="0.000377"/>
</kw>
<kw name="Evaluate" owner="BuiltIn">
<msg time="2026-06-19T03:12:31.966354" level="INFO">${test_timeout} = 900.0</msg>
<var>${test_timeout}</var>
<arg>(${loops} * ${duration_in_secs}) * 1.5</arg>
<doc>Evaluates the given expression in Python and returns the result.</doc>
<status status="PASS" start="2026-06-19T03:12:31.965964" elapsed="0.000417"/>
</kw>
<kw name="Set Suite Variable" owner="BuiltIn">
<msg time="2026-06-19T03:12:31.966847" level="INFO">${test_timeout} = 900.0</msg>
<arg>${test_timeout}</arg>
<doc>Makes a variable available everywhere within the scope of the current suite.</doc>
<status status="PASS" start="2026-06-19T03:12:31.966540" elapsed="0.000348"/>
</kw>
<if>
<branch type="IF" condition="&quot;${cbench_system}&quot; == &quot;localhost&quot;">
<kw name="File Should Exist" owner="OperatingSystem">
<arg>${cbench_executable}</arg>
<doc>Fails unless the given ``path`` points to an existing file.</doc>
<status status="NOT RUN" start="2026-06-19T03:12:31.967237" elapsed="0.000022"/>
</kw>
<status status="NOT RUN" start="2026-06-19T03:12:31.966980" elapsed="0.000313"/>
</branch>
<branch type="ELSE">
<kw name="Verify File Exists On Remote System" owner="Utils">
<kw name="Open Connection" owner="SSHLibrary">
<msg time="2026-06-19T03:12:31.971892" level="INFO">${conn_id} = 2</msg>
<var>${conn_id}</var>
<arg>${system}</arg>
<arg>prompt=${prompt}</arg>
<arg>timeout=${prompt_timeout}</arg>
<doc>Opens a new SSH connection to the given ``host`` and ``port``.</doc>
<status status="PASS" start="2026-06-19T03:12:31.971476" elapsed="0.000444"/>
</kw>
<kw name="Flexible_SSH_Login" owner="SSHKeywords">
<kw name="Get Length" owner="BuiltIn">
<msg time="2026-06-19T03:12:31.973023" level="INFO">Length is 0.</msg>
<msg time="2026-06-19T03:12:31.973113" level="INFO">${pwd_length} = 0</msg>
<var>${pwd_length}</var>
<arg>${password}</arg>
<doc>Returns and logs the length of the given item as an integer.</doc>
<status status="PASS" start="2026-06-19T03:12:31.972551" elapsed="0.000586"/>
</kw>
<kw name="Run Keyword And Return If" owner="BuiltIn">
<arg>${pwd_length} &gt; 0</arg>
<arg>SSHLibrary.Login</arg>
<arg>${user}</arg>
<arg>${password}</arg>
<arg>delay=${delay}</arg>
<doc>Runs the specified keyword and returns from the enclosing user keyword.</doc>
<status status="PASS" start="2026-06-19T03:12:31.973285" elapsed="0.000344"/>
</kw>
<kw name="Run Keyword And Return" owner="BuiltIn">
<kw name="Login With Public Key" owner="SSHLibrary">
<msg time="2026-06-19T03:12:31.974638" level="INFO">Logging into '10.30.171.225:22' as 'jenkins'.</msg>
<msg time="2026-06-19T03:12:32.670015" level="INFO">Read output: Welcome to Ubuntu 22.04.5 LTS (GNU/Linux 5.15.0-153-generic x86_64)

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

 System information as of Fri Jun 19 03:12:32 UTC 2026

  System load:  0.07               Processes:             112
  Usage of /:   19.3% of 38.58GB   Users logged in:       0
  Memory usage: 4%                 IPv4 address for ens3: 10.30.171.225
  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-314-1-mininet-ovs-217-0 ~]&gt;</msg>
<arg>${user}</arg>
<arg>${USER_HOME}/.ssh/${SSH_KEY}</arg>
<arg>${KEYFILE_PASS}</arg>
<arg>delay=${delay}</arg>
<doc>Logs into the SSH server using key-based authentication.</doc>
<status status="PASS" start="2026-06-19T03:12:31.974144" elapsed="0.696012"/>
</kw>
<msg time="2026-06-19T03:12:32.670240" level="INFO">Returning from the enclosing user keyword.</msg>
<arg>SSHLibrary.Login With Public Key</arg>
<arg>${user}</arg>
<arg>${USER_HOME}/.ssh/${SSH_KEY}</arg>
<arg>${KEYFILE_PASS}</arg>
<arg>delay=${delay}</arg>
<doc>Runs the specified keyword and returns from the enclosing user keyword.</doc>
<status status="PASS" start="2026-06-19T03:12:31.973784" elapsed="0.696545"/>
</kw>
<arg>${user}</arg>
<arg>${password}</arg>
<doc>On active SSH session: if given non-empty password, do Login, else do Login With Public Key.</doc>
<status status="PASS" start="2026-06-19T03:12:31.972148" elapsed="0.698300"/>
</kw>
<kw name="File Should Exist" owner="SSHLibrary">
<msg time="2026-06-19T03:12:32.677357" level="INFO">[chan 1] Opened sftp connection (server version 3)</msg>
<arg>${file}</arg>
<doc>Fails if the given ``path`` does NOT point to an existing file.</doc>
<status status="PASS" start="2026-06-19T03:12:32.670662" elapsed="0.008183"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-06-19T03:12:32.679135" elapsed="0.000390"/>
</kw>
<arg>${cbench_system}</arg>
<arg>${cbench_executable}</arg>
<doc>Will create connection with public key and will PASS if the given ${file} exists,
otherwise will FAIL</doc>
<status status="PASS" start="2026-06-19T03:12:31.970926" elapsed="0.708687"/>
</kw>
<status status="PASS" start="2026-06-19T03:12:31.967593" elapsed="0.712073"/>
</branch>
<status status="PASS" start="2026-06-19T03:12:31.966952" elapsed="0.712758"/>
</if>
<kw name="Should Be True" owner="BuiltIn">
<arg>${loops} &gt;= 2</arg>
<arg>If number of loops is less than 2, cbench will not run</arg>
<doc>Fails if the given condition is not true.</doc>
<status status="PASS" start="2026-06-19T03:12:32.679925" elapsed="0.000768"/>
</kw>
<kw name="Verify_Feature_Is_Installed" owner="KarafKeywords">
<if>
<branch type="IF" condition="'${IS_KARAF_APPL}' == 'False'">
<return>
<value>Not A Karaf App</value>
<status status="NOT RUN" start="2026-06-19T03:12:32.687019" elapsed="0.000028"/>
</return>
<status status="NOT RUN" start="2026-06-19T03:12:32.686835" elapsed="0.000261"/>
</branch>
<status status="PASS" start="2026-06-19T03:12:32.686801" elapsed="0.000330"/>
</if>
<kw name="Issue_Command_On_Karaf_Console" owner="KarafKeywords">
<if>
<branch type="IF" condition="'${IS_KARAF_APPL}' == 'False'">
<return>
<value>Not A Karaf App</value>
<status status="NOT RUN" start="2026-06-19T03:12:32.692295" elapsed="0.000020"/>
</return>
<status status="NOT RUN" start="2026-06-19T03:12:32.692116" elapsed="0.000245"/>
</branch>
<status status="PASS" start="2026-06-19T03:12:32.692078" elapsed="0.000314"/>
</if>
<kw name="Open Connection" owner="SSHLibrary">
<arg>${controller}</arg>
<arg>port=${karaf_port}</arg>
<arg>prompt=${KARAF_PROMPT_LOGIN}</arg>
<arg>timeout=${timeout}</arg>
<doc>Opens a new SSH connection to the given ``host`` and ``port``.</doc>
<status status="PASS" start="2026-06-19T03:12:32.692575" elapsed="0.000647"/>
</kw>
<kw name="Login" owner="SSHLibrary">
<msg time="2026-06-19T03:12:32.693787" level="INFO">Logging into '10.30.171.113:8101' as 'karaf'.</msg>
<msg time="2026-06-19T03:12:32.872561" level="INFO">Read output: [33m                                                                                           
[33m    ________                       ________                .__  .__       .__     __       
[33m    \_____  \ ______   ____   ____ \______ \ _____  ___.__.|  | |__| ____ |  |___/  |_     
[33m     /   |   \\____ \_/ __ \ /    \ |    |  \\__  \&lt;   |  ||  | |  |/ ___\|  |  \   __\    
[33m    /    |    \  |_&gt; &gt;  ___/|   |  \|    `   \/ __ \\___  ||  |_|  / /_/  &gt;   Y  \  |      
[33m    \_______  /   __/ \___  &gt;___|  /_______  (____  / ____||____/__\___  /|___|  /__|      
[33m            \/|__|        \/     \/        \/     \/\/            /_____/      \/          
[33m                                                                                           

Hit '[1m&lt;tab&gt;[0m' for a list of available commands
and '[1m[cmd] --help[0m' for help on a specific command.
Hit '[1m&lt;ctrl-d&gt;[0m' or type '[1msystem:shutdown[0m' or '[1mlogout[0m' to shutdown OpenDaylight.

[?1h=[90m~[0m                                                                                [?2004hopendaylight-user</msg>
<arg>${KARAF_USER}</arg>
<arg>${KARAF_PASSWORD}</arg>
<arg>loglevel=${loglevel}</arg>
<doc>Logs into the SSH server with the given ``username`` and ``password``.</doc>
<status status="PASS" start="2026-06-19T03:12:32.693429" elapsed="0.179239"/>
</kw>
<kw name="Write" owner="SSHLibrary">
<msg time="2026-06-19T03:12:32.973215" level="INFO">@root&gt;feature:list -i | 0[C 0g[Krep odl-openflowplugin-drop-test</msg>
<arg>${cmd}</arg>
<doc>Writes the given ``text`` on the remote machine and appends a newline.</doc>
<status status="PASS" start="2026-06-19T03:12:32.872858" elapsed="0.100446"/>
</kw>
<kw name="Read Until Regexp" owner="SSHLibrary">
<msg time="2026-06-19T03:12:32.988878" level="INFO">[?1l&gt;[?2004l[31;1modl-openflowplugin-drop-test[0m                                    x 1.0.0            x x        x Started x [31;1modl-openflowplugin-drop-test[0m                                    x OpenDaylight :: Openflow Plugin :: Drop Test
[?1h=[90m~[0m                                                                                [?2004hopendaylight-user@root&gt;</msg>
<msg time="2026-06-19T03:12:32.989127" level="INFO">${output} = [?1l&gt;[?2004l[31;1modl-openflowplugin-drop-test[0m                                    x 1.0.0            x x        x Started x [31;1modl-openflowplugin-drop-test[0m                     ...</msg>
<var>${output}</var>
<arg>${KARAF_PROMPT}</arg>
<doc>Consumes and returns the server output until a match to ``regexp`` is found.</doc>
<status status="PASS" start="2026-06-19T03:12:32.973477" elapsed="0.015683"/>
</kw>
<kw name="Write Bare" owner="SSHLibrary">
<arg>logout\n</arg>
<doc>Writes the given ``text`` on the remote machine without appending a newline.</doc>
<status status="PASS" start="2026-06-19T03:12:32.989323" elapsed="0.000209"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-06-19T03:12:32.989687" elapsed="0.000211"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-06-19T03:12:32.990382" level="INFO">[?1l&gt;[?2004l[31;1modl-openflowplugin-drop-test[0m                                    x 1.0.0            x x        x Started x [31;1modl-openflowplugin-drop-test[0m                                    x OpenDaylight :: Openflow Plugin :: Drop Test
[?1h=[90m~[0m                                                                                [?2004hopendaylight-user@root&gt;</msg>
<arg>${output}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-06-19T03:12:32.990061" elapsed="0.000380"/>
</kw>
<return>
<value>${output}</value>
<status status="PASS" start="2026-06-19T03:12:32.990492" elapsed="0.000051"/>
</return>
<msg time="2026-06-19T03:12:32.990691" level="INFO">${output} = [?1l&gt;[?2004l[31;1modl-openflowplugin-drop-test[0m                                    x 1.0.0            x x        x Started x [31;1modl-openflowplugin-drop-test[0m                     ...</msg>
<var>${output}</var>
<arg>feature:list -i | grep ${feature_name}</arg>
<arg>${controller}</arg>
<arg>${karaf_port}</arg>
<doc>Will execute the given ${cmd} by ssh'ing to the karaf console running on 10.30.171.113
Note that this keyword will open&amp;close new SSH connection, without switching back to previously current session.</doc>
<status status="PASS" start="2026-06-19T03:12:32.691552" elapsed="0.299171"/>
</kw>
<kw name="Should Contain" owner="BuiltIn">
<arg>${output}</arg>
<arg>${feature_name}</arg>
<doc>Fails if ``container`` does not contain ``item`` one or more times.</doc>
<status status="PASS" start="2026-06-19T03:12:32.990872" elapsed="0.000577"/>
</kw>
<return>
<value>${output}</value>
<status status="PASS" start="2026-06-19T03:12:32.991500" elapsed="0.000034"/>
</return>
<arg>odl-openflowplugin-drop-test</arg>
<doc>Will Succeed if the given ${feature_name} is found in the output of "feature:list -i"</doc>
<status status="PASS" start="2026-06-19T03:12:32.686413" elapsed="0.305222"/>
</kw>
<kw name="Issue_Command_On_Karaf_Console" owner="KarafKeywords">
<if>
<branch type="IF" condition="'${IS_KARAF_APPL}' == 'False'">
<return>
<value>Not A Karaf App</value>
<status status="NOT RUN" start="2026-06-19T03:12:32.995613" elapsed="0.000015"/>
</return>
<status status="NOT RUN" start="2026-06-19T03:12:32.995475" elapsed="0.000187"/>
</branch>
<status status="PASS" start="2026-06-19T03:12:32.995451" elapsed="0.000235"/>
</if>
<kw name="Open Connection" owner="SSHLibrary">
<arg>${controller}</arg>
<arg>port=${karaf_port}</arg>
<arg>prompt=${KARAF_PROMPT_LOGIN}</arg>
<arg>timeout=${timeout}</arg>
<doc>Opens a new SSH connection to the given ``host`` and ``port``.</doc>
<status status="PASS" start="2026-06-19T03:12:32.995837" elapsed="0.000477"/>
</kw>
<kw name="Login" owner="SSHLibrary">
<msg time="2026-06-19T03:12:32.996731" level="INFO">Logging into '10.30.171.113:8101' as 'karaf'.</msg>
<msg time="2026-06-19T03:12:33.200849" level="INFO">Read output: [33m                                                                                           
[33m    ________                       ________                .__  .__       .__     __       
[33m    \_____  \ ______   ____   ____ \______ \ _____  ___.__.|  | |__| ____ |  |___/  |_     
[33m     /   |   \\____ \_/ __ \ /    \ |    |  \\__  \&lt;   |  ||  | |  |/ ___\|  |  \   __\    
[33m    /    |    \  |_&gt; &gt;  ___/|   |  \|    `   \/ __ \\___  ||  |_|  / /_/  &gt;   Y  \  |      
[33m    \_______  /   __/ \___  &gt;___|  /_______  (____  / ____||____/__\___  /|___|  /__|      
[33m            \/|__|        \/     \/        \/     \/\/            /_____/      \/          
[33m                                                                                           

Hit '[1m&lt;tab&gt;[0m' for a list of available commands
and '[1m[cmd] --help[0m' for help on a specific command.
Hit '[1m&lt;ctrl-d&gt;[0m' or type '[1msystem:shutdown[0m' or '[1mlogout[0m' to shutdown OpenDaylight.

[?1h=[90m~[0m                                                                                [?2004hopendaylight-user</msg>
<arg>${KARAF_USER}</arg>
<arg>${KARAF_PASSWORD}</arg>
<arg>loglevel=${loglevel}</arg>
<doc>Logs into the SSH server with the given ``username`` and ``password``.</doc>
<status status="PASS" start="2026-06-19T03:12:32.996469" elapsed="0.204564"/>
</kw>
<kw name="Write" owner="SSHLibrary">
<msg time="2026-06-19T03:12:33.235070" level="INFO">@root&gt;dropallpacketsrpc on</msg>
<arg>${cmd}</arg>
<doc>Writes the given ``text`` on the remote machine and appends a newline.</doc>
<status status="PASS" start="2026-06-19T03:12:33.201303" elapsed="0.033834"/>
</kw>
<kw name="Read Until Regexp" owner="SSHLibrary">
<msg time="2026-06-19T03:12:33.236925" level="INFO">[?1l&gt;[?2004lDropAllFlows transitions to on
[?1h=[90m~[0m                                                                                [?2004hopendaylight-user@root&gt;</msg>
<msg time="2026-06-19T03:12:33.237052" level="INFO">${output} = [?1l&gt;[?2004lDropAllFlows transitions to on
[?1h=[90m~[0m                                                                                [?2004hopendaylight-user@root&gt;</msg>
<var>${output}</var>
<arg>${KARAF_PROMPT}</arg>
<doc>Consumes and returns the server output until a match to ``regexp`` is found.</doc>
<status status="PASS" start="2026-06-19T03:12:33.235301" elapsed="0.001782"/>
</kw>
<kw name="Write Bare" owner="SSHLibrary">
<arg>logout\n</arg>
<doc>Writes the given ``text`` on the remote machine without appending a newline.</doc>
<status status="PASS" start="2026-06-19T03:12:33.237223" elapsed="0.000200"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-06-19T03:12:33.237573" elapsed="0.000207"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-06-19T03:12:33.238267" level="INFO">[?1l&gt;[?2004lDropAllFlows transitions to on
[?1h=[90m~[0m                                                                                [?2004hopendaylight-user@root&gt;</msg>
<arg>${output}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-06-19T03:12:33.237919" elapsed="0.000409"/>
</kw>
<return>
<value>${output}</value>
<status status="PASS" start="2026-06-19T03:12:33.238385" elapsed="0.000058"/>
</return>
<arg>dropallpacketsrpc on</arg>
<doc>Will execute the given ${cmd} by ssh'ing to the karaf console running on 10.30.171.113
Note that this keyword will open&amp;close new SSH connection, without switching back to previously current session.</doc>
<status status="PASS" start="2026-06-19T03:12:32.995126" elapsed="0.243440"/>
</kw>
<status status="PASS" start="2026-06-19T03:12:31.200322" elapsed="2.038311"/>
</kw>
<test id="s1-t1" name="Cbench Latency Test" line="37">
<kw name="Log" owner="BuiltIn">
<msg time="2026-06-19T03:12:33.240889" level="INFO">Cbench tests using 10 iterations of 60 second tests. Switch Count: 16. Unique MACS to cycle: 100</msg>
<arg>Cbench tests using ${loops} iterations of ${duration_in_secs} second tests. Switch Count: ${switch_count}. Unique MACS to cycle: ${num_of_unique_macs}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-06-19T03:12:33.239591" elapsed="0.001368"/>
</kw>
<kw name="Run Cbench And Log Results">
<kw name="Set Suite Variable" owner="BuiltIn">
<msg time="2026-06-19T03:12:33.242453" level="INFO">${output_filename} = latency.csv</msg>
<arg>${output_filename}</arg>
<doc>Makes a variable available everywhere within the scope of the current suite.</doc>
<status status="PASS" start="2026-06-19T03:12:33.242080" elapsed="0.000420"/>
</kw>
<if>
<branch type="IF" condition="&quot;${cbench_system}&quot; == &quot;localhost&quot;">
<kw name="Run" owner="OperatingSystem">
<var>${output}</var>
<arg>${cbench_executable} -c ${ODL_SYSTEM_IP} ${cbench_args}</arg>
<doc>_This keyword is considered deprecated. Use the
[http://robotframework.org/robotframework/latest/libraries/Process.html|
Process] library instead._</doc>
<status status="NOT RUN" start="2026-06-19T03:12:33.242830" elapsed="0.000022"/>
</kw>
<status status="NOT RUN" start="2026-06-19T03:12:33.242583" elapsed="0.000308"/>
</branch>
<branch type="ELSE">
<kw name="Run Command On Remote System" owner="Utils">
<if>
<branch type="IF" condition="&quot;${return_stdout}&quot;!=&quot;True&quot; and &quot;${return_stderr}&quot;!=&quot;True&quot;">
<kw name="Fail" owner="BuiltIn">
<arg>At least one of {return_stdout} or {return_stderr} args should be set to True</arg>
<doc>Fails the test with the given message and optionally alters its tags.</doc>
<status status="NOT RUN" start="2026-06-19T03:12:33.245968" elapsed="0.000022"/>
</kw>
<status status="NOT RUN" start="2026-06-19T03:12:33.245715" elapsed="0.000327"/>
</branch>
<status status="PASS" start="2026-06-19T03:12:33.245695" elapsed="0.000377"/>
</if>
<kw name="Get Connection" owner="SSHLibrary">
<msg time="2026-06-19T03:12:33.246423" level="INFO">index=None
host=None
alias=None
port=22
timeout=3 seconds
newline=

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

prompt=None
term_type=vt100
width=80
height=24
path_separator=/
encoding=utf8
escape_ansi=False
encoding_errors=strict</msg>
<var>${current_ssh_connection}</var>
<doc>Returns information about the connection.</doc>
<status status="PASS" start="2026-06-19T03:12:33.246208" elapsed="0.000375"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-06-19T03:12:33.247171" level="INFO">Attempting to execute command "/usr/local/bin/cbench -c 10.30.171.113 -m 60000 -M 100 -S 16 -l 10 -D 5000 -p 6633" on remote system "10.30.171.225" by user "jenkins" with keyfile pass "any" and prompt "&gt;" and password ""</msg>
<arg>Attempting to execute command "${cmd}" on remote system "${system}" by user "${user}" with keyfile pass "${keyfile_pass}" and prompt "${prompt}" and password "${password}"</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-06-19T03:12:33.246721" elapsed="0.000512"/>
</kw>
<kw name="Open Connection" owner="SSHLibrary">
<msg time="2026-06-19T03:12:33.247887" level="INFO">${conn_id} = 5</msg>
<var>${conn_id}</var>
<arg>${system}</arg>
<arg>prompt=${prompt}</arg>
<arg>timeout=${prompt_timeout}</arg>
<doc>Opens a new SSH connection to the given ``host`` and ``port``.</doc>
<status status="PASS" start="2026-06-19T03:12:33.247376" elapsed="0.000538"/>
</kw>
<kw name="Flexible_SSH_Login" owner="SSHKeywords">
<kw name="Get Length" owner="BuiltIn">
<msg time="2026-06-19T03:12:33.248874" level="INFO">Length is 0.</msg>
<msg time="2026-06-19T03:12:33.248968" level="INFO">${pwd_length} = 0</msg>
<var>${pwd_length}</var>
<arg>${password}</arg>
<doc>Returns and logs the length of the given item as an integer.</doc>
<status status="PASS" start="2026-06-19T03:12:33.248539" elapsed="0.000453"/>
</kw>
<kw name="Run Keyword And Return If" owner="BuiltIn">
<arg>${pwd_length} &gt; 0</arg>
<arg>SSHLibrary.Login</arg>
<arg>${user}</arg>
<arg>${password}</arg>
<arg>delay=${delay}</arg>
<doc>Runs the specified keyword and returns from the enclosing user keyword.</doc>
<status status="PASS" start="2026-06-19T03:12:33.249155" elapsed="0.000343"/>
</kw>
<kw name="Run Keyword And Return" owner="BuiltIn">
<kw name="Login With Public Key" owner="SSHLibrary">
<msg time="2026-06-19T03:12:33.250388" level="INFO">Logging into '10.30.171.225:22' as 'jenkins'.</msg>
<msg time="2026-06-19T03:12:33.560156" level="INFO">Read output: Welcome to Ubuntu 22.04.5 LTS (GNU/Linux 5.15.0-153-generic x86_64)

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

 System information as of Fri Jun 19 03:12:32 UTC 2026

  System load:  0.07               Processes:             112
  Usage of /:   19.3% of 38.58GB   Users logged in:       0
  Memory usage: 4%                 IPv4 address for ens3: 10.30.171.225
  Swap usage:   0%


Expanded Security Maintenance for Applications is not enabled.

0 updates can be applied immediately.

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


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


Last login: Fri Jun 19 03:12:32 2026 from 10.30.171.251
[?2004h[jenkins@releng-63164-314-1-mininet-ovs-217-0 ~]&gt;</msg>
<arg>${user}</arg>
<arg>${USER_HOME}/.ssh/${SSH_KEY}</arg>
<arg>${KEYFILE_PASS}</arg>
<arg>delay=${delay}</arg>
<doc>Logs into the SSH server using key-based authentication.</doc>
<status status="PASS" start="2026-06-19T03:12:33.250024" elapsed="0.310334"/>
</kw>
<msg time="2026-06-19T03:12:33.560457" level="INFO">Returning from the enclosing user keyword.</msg>
<arg>SSHLibrary.Login With Public Key</arg>
<arg>${user}</arg>
<arg>${USER_HOME}/.ssh/${SSH_KEY}</arg>
<arg>${KEYFILE_PASS}</arg>
<arg>delay=${delay}</arg>
<doc>Runs the specified keyword and returns from the enclosing user keyword.</doc>
<status status="PASS" start="2026-06-19T03:12:33.249656" elapsed="0.310898"/>
</kw>
<arg>${user}</arg>
<arg>${password}</arg>
<doc>On active SSH session: if given non-empty password, do Login, else do Login With Public Key.</doc>
<status status="PASS" start="2026-06-19T03:12:33.248140" elapsed="0.312547"/>
</kw>
<kw name="Execute Command" owner="SSHLibrary">
<msg time="2026-06-19T03:12:33.561283" level="INFO">Executing command '/usr/local/bin/cbench -c 10.30.171.113 -m 60000 -M 100 -S 16 -l 10 -D 5000 -p 6633'.</msg>
<msg time="2026-06-19T03:22:39.657479" level="INFO">Command exited with return code 0.</msg>
<msg time="2026-06-19T03:22:39.658066" level="INFO">${stdout} = </msg>
<msg time="2026-06-19T03:22:39.658178" level="INFO">${stderr} = cbench: controller benchmarking tool
   running in mode 'latency'
   connecting to controller at 10.30.171.113:6633 
   faking 16 switches with 1 threads :: 10 tests each; 60000 ms per test
   with 10...</msg>
<var>${stdout}</var>
<var>${stderr}</var>
<arg>${cmd}</arg>
<arg>return_stderr=True</arg>
<doc>Executes ``command`` on the remote machine and returns its outputs.</doc>
<status status="PASS" start="2026-06-19T03:12:33.560931" elapsed="606.097315"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-06-19T03:22:39.658714" elapsed="0.000780"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-06-19T03:22:39.660625" level="INFO">cbench: controller benchmarking tool
   running in mode 'latency'
   connecting to controller at 10.30.171.113:6633 
   faking 16 switches with 1 threads :: 10 tests each; 60000 ms per test
   with 100 unique source MACs per switch
   learning destination mac addresses before the test
   starting test with 5000 ms delay after features_reply
   ignoring first 1 "warmup" and last 0 "cooldown" loops
   debugging info is off
Master Thread: Creating thread-0! 
Thread-0: All switches initialized. Running at node 10.30.171.113. So far 1 cbench instances have initialized their switches.  Waiting for other cbench-instances
Thread-0: Total switches from ALL cbench-instances initialized.
03:13:38.744 16  switches: flows:  111405 110586 110369 111106 111698 111133 111849 111017 109876 108675 108657 109342 109483 108304 107709 109285  total = 29.341567 per ms 
03:14:38.846 16  switches: flows:  114178 112359 113472 114246 111758 111537 113864 111991 112143 112574 110578 112590 110682 110724 109871 109760  total = 29.822322 per ms 
03:15:38.948 16  switches: flows:  117492 117193 117804 118232 115523 116876 118514 115493 114567 116627 114622 115322 115018 113911 113914 113787  total = 30.863338 per ms 
03:16:39.049 16  switches: flows:  126666 125465 125363 127089 123244 125432 126442 125460 123438 121330 122496 124375 123365 120162 120821 120477  total = 32.971921 per ms 
03:17:39.149 16  switches: flows:  126616 126774 125724 126793 122844 127380 126580 125179 123277 123092 121639 121530 124342 120708 120793 120514  total = 33.007926 per ms 
03:18:39.249 16  switches: flows:  128968 130331 127878 129336 126439 127386 128528 127989 125364 126190 123701 124655 125987 123899 122661 122767  total = 33.645119 per ms 
03:19:39.350 16  switches: flows:  129727 130034 129086 129072 127252 128260 129194 127681 127199 127834 123772 124644 126609 123652 125318 124782  total = 33.845453 per ms 
03:20:39.450 16  switches: flows:  132039 130183 130768 129769 125997 129612 129295 128644 125931 126128 124607 125703 128747 125300 125428 123482  total = 33.970536 per ms 
03:21:39.550 16  switches: flows:  125600 125090 123711 124711 123539 124086 123957 124600 121779 120138 120320 120707 124139 119375 119531 119128  total = 32.619066 per ms 
03:22:39.650 16  switches: flows:  116440 115826 115458 113613 115012 113630 115886 115504 113018 114990 112372 113434 112698 112064 113585 110205  total = 30.344911 per ms 
RESULT: 16 switches 9 tests min/max/avg/stdev = 29822.32/33970.54/32343.40/10883.97 responses/s</msg>
<arg>${stderr}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-06-19T03:22:39.659860" elapsed="0.001083"/>
</kw>
<if>
<branch type="IF" condition="&quot;${return_stdout}&quot;!=&quot;True&quot;">
<return>
<value>${stderr}</value>
<status status="PASS" start="2026-06-19T03:22:39.661480" elapsed="0.000088"/>
</return>
<status status="PASS" start="2026-06-19T03:22:39.661180" elapsed="0.000469"/>
</branch>
<status status="PASS" start="2026-06-19T03:22:39.661119" elapsed="0.000585"/>
</if>
<if>
<branch type="IF" condition="&quot;${return_stderr}&quot;!=&quot;True&quot;">
<return>
<value>${stdout}</value>
<status status="NOT RUN" start="2026-06-19T03:22:39.661917" elapsed="0.000029"/>
</return>
<status status="NOT RUN" start="2026-06-19T03:22:39.661834" elapsed="0.000202"/>
</branch>
<status status="NOT RUN" start="2026-06-19T03:22:39.661799" elapsed="0.000289"/>
</if>
<return>
<value>${stdout}</value>
<value>${stderr}</value>
<status status="NOT RUN" start="2026-06-19T03:22:39.662162" elapsed="0.000031"/>
</return>
<kw name="Restore_Current_Ssh_Connection_From_Index" owner="SSHKeywords" type="TEARDOWN">
<kw name="Run Keyword And Return If" owner="BuiltIn">
<arg>${connection_index} is not None</arg>
<arg>SSHLibrary.Switch Connection</arg>
<arg>${connection_index}</arg>
<doc>Runs the specified keyword and returns from the enclosing user keyword.</doc>
<status status="PASS" start="2026-06-19T03:22:39.667357" elapsed="0.000327"/>
</kw>
<kw name="Open Connection" owner="SSHLibrary">
<arg>127.0.0.1</arg>
<doc>Opens a new SSH connection to the given ``host`` and ``port``.</doc>
<status status="PASS" start="2026-06-19T03:22:39.667831" elapsed="0.000189"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-06-19T03:22:39.668152" 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-06-19T03:22:39.662882" elapsed="0.005424"/>
</kw>
<msg time="2026-06-19T03:22:39.668432" level="INFO">${output} = cbench: controller benchmarking tool
   running in mode 'latency'
   connecting to controller at 10.30.171.113:6633 
   faking 16 switches with 1 threads :: 10 tests each; 60000 ms per test
   with 10...</msg>
<var>${output}</var>
<arg>${cbench_system}</arg>
<arg>${cbench_executable} -c ${ODL_SYSTEM_IP} ${cbench_args}</arg>
<arg>prompt_timeout=${test_timeout}</arg>
<arg>return_stdout=False</arg>
<arg>return_stderr=True</arg>
<doc>Reduces the common work of running a command on a remote system to a single higher level
robot keyword, taking care to log in with a public key and. The command given is written and the return value
depends on the passed argument values of return_stdout (default: True) and return_stderr (default: False).
At least one should be True, or the keyword will exit and FAIL. If both are True, the resulting return value
will be a two element list containing both. Otherwise the resulting return value is a string.
No test conditions are checked.</doc>
<status status="PASS" start="2026-06-19T03:12:33.243265" elapsed="606.425194"/>
</kw>
<status status="PASS" start="2026-06-19T03:12:33.242919" elapsed="606.425590"/>
</branch>
<status status="PASS" start="2026-06-19T03:12:33.242558" elapsed="606.425975"/>
</if>
<kw name="Log" owner="BuiltIn">
<msg time="2026-06-19T03:22:39.668964" level="INFO">cbench: controller benchmarking tool
   running in mode 'latency'
   connecting to controller at 10.30.171.113:6633 
   faking 16 switches with 1 threads :: 10 tests each; 60000 ms per test
   with 100 unique source MACs per switch
   learning destination mac addresses before the test
   starting test with 5000 ms delay after features_reply
   ignoring first 1 "warmup" and last 0 "cooldown" loops
   debugging info is off
Master Thread: Creating thread-0! 
Thread-0: All switches initialized. Running at node 10.30.171.113. So far 1 cbench instances have initialized their switches.  Waiting for other cbench-instances
Thread-0: Total switches from ALL cbench-instances initialized.
03:13:38.744 16  switches: flows:  111405 110586 110369 111106 111698 111133 111849 111017 109876 108675 108657 109342 109483 108304 107709 109285  total = 29.341567 per ms 
03:14:38.846 16  switches: flows:  114178 112359 113472 114246 111758 111537 113864 111991 112143 112574 110578 112590 110682 110724 109871 109760  total = 29.822322 per ms 
03:15:38.948 16  switches: flows:  117492 117193 117804 118232 115523 116876 118514 115493 114567 116627 114622 115322 115018 113911 113914 113787  total = 30.863338 per ms 
03:16:39.049 16  switches: flows:  126666 125465 125363 127089 123244 125432 126442 125460 123438 121330 122496 124375 123365 120162 120821 120477  total = 32.971921 per ms 
03:17:39.149 16  switches: flows:  126616 126774 125724 126793 122844 127380 126580 125179 123277 123092 121639 121530 124342 120708 120793 120514  total = 33.007926 per ms 
03:18:39.249 16  switches: flows:  128968 130331 127878 129336 126439 127386 128528 127989 125364 126190 123701 124655 125987 123899 122661 122767  total = 33.645119 per ms 
03:19:39.350 16  switches: flows:  129727 130034 129086 129072 127252 128260 129194 127681 127199 127834 123772 124644 126609 123652 125318 124782  total = 33.845453 per ms 
03:20:39.450 16  switches: flows:  132039 130183 130768 129769 125997 129612 129295 128644 125931 126128 124607 125703 128747 125300 125428 123482  total = 33.970536 per ms 
03:21:39.550 16  switches: flows:  125600 125090 123711 124711 123539 124086 123957 124600 121779 120138 120320 120707 124139 119375 119531 119128  total = 32.619066 per ms 
03:22:39.650 16  switches: flows:  116440 115826 115458 113613 115012 113630 115886 115504 113018 114990 112372 113434 112698 112064 113585 110205  total = 30.344911 per ms 
RESULT: 16 switches 9 tests min/max/avg/stdev = 29822.32/33970.54/32343.40/10883.97 responses/s</msg>
<arg>${output}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-06-19T03:22:39.668673" elapsed="0.000384"/>
</kw>
<kw name="Should Contain" owner="BuiltIn">
<arg>${output}</arg>
<arg>RESULT</arg>
<doc>Fails if ``container`` does not contain ``item`` one or more times.</doc>
<status status="PASS" start="2026-06-19T03:22:39.669205" elapsed="0.000361"/>
</kw>
<kw name="Get Lines Containing String" owner="String">
<msg time="2026-06-19T03:22:39.669962" level="INFO">1 out of 23 lines matched.</msg>
<msg time="2026-06-19T03:22:39.670069" level="INFO">${result_line} = RESULT: 16 switches 9 tests min/max/avg/stdev = 29822.32/33970.54/32343.40/10883.97 responses/s</msg>
<var>${result_line}</var>
<arg>${output}</arg>
<arg>RESULT</arg>
<doc>Returns lines of the given ``string`` that contain the ``pattern``.</doc>
<status status="PASS" start="2026-06-19T03:22:39.669726" elapsed="0.000369"/>
</kw>
<kw name="Split String" owner="String">
<msg time="2026-06-19T03:22:39.670628" level="INFO">@{results_list} = [ RESULT: | 16 | switches | 9 | tests | min/max/avg/stdev | = | 29822.32/33970.54/32343.40/10883.97 | responses/s ]</msg>
<var>@{results_list}</var>
<arg>${result_line}</arg>
<doc>Splits the ``string`` using ``separator`` as a delimiter string.</doc>
<status status="PASS" start="2026-06-19T03:22:39.670290" elapsed="0.000367"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-06-19T03:22:39.673059" level="INFO">min/max/avg/stdev</msg>
<arg>${results_list[5]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-06-19T03:22:39.670818" elapsed="0.002299"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-06-19T03:22:39.675510" level="INFO">29822.32/33970.54/32343.40/10883.97</msg>
<arg>${results_list[7]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-06-19T03:22:39.673265" elapsed="0.002301"/>
</kw>
<kw name="Split String" owner="String">
<msg time="2026-06-19T03:22:39.677911" level="INFO">@{result_name_list} = [ min | max | avg | stdev ]</msg>
<var>@{result_name_list}</var>
<arg>${results_list[5]}</arg>
<arg>/</arg>
<doc>Splits the ``string`` using ``separator`` as a delimiter string.</doc>
<status status="PASS" start="2026-06-19T03:22:39.675714" elapsed="0.002224"/>
</kw>
<kw name="Split String" owner="String">
<msg time="2026-06-19T03:22:39.680396" level="INFO">@{result_value_list} = [ 29822.32 | 33970.54 | 32343.40 | 10883.97 ]</msg>
<var>@{result_value_list}</var>
<arg>${results_list[7]}</arg>
<arg>/</arg>
<doc>Splits the ``string`` using ``separator`` as a delimiter string.</doc>
<status status="PASS" start="2026-06-19T03:22:39.678150" elapsed="0.002274"/>
</kw>
<kw name="Get Length" owner="BuiltIn">
<msg time="2026-06-19T03:22:39.680901" level="INFO">Length is 4.</msg>
<msg time="2026-06-19T03:22:39.680990" level="INFO">${num_stats} = 4</msg>
<var>${num_stats}</var>
<arg>${result_name_list}</arg>
<doc>Returns and logs the length of the given item as an integer.</doc>
<status status="PASS" start="2026-06-19T03:22:39.680595" elapsed="0.000455"/>
</kw>
<for flavor="IN RANGE">
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-06-19T03:22:39.685769" level="INFO">min :: 29822.32</msg>
<arg>${result_name_list[${i}]} :: ${result_value_list[${i}]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-06-19T03:22:39.681450" elapsed="0.004376"/>
</kw>
<var name="${i}">0</var>
<status status="PASS" start="2026-06-19T03:22:39.681319" elapsed="0.004542"/>
</iter>
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-06-19T03:22:39.690382" level="INFO">max :: 33970.54</msg>
<arg>${result_name_list[${i}]} :: ${result_value_list[${i}]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-06-19T03:22:39.686100" elapsed="0.004338"/>
</kw>
<var name="${i}">1</var>
<status status="PASS" start="2026-06-19T03:22:39.685953" elapsed="0.004519"/>
</iter>
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-06-19T03:22:39.695025" level="INFO">avg :: 32343.40</msg>
<arg>${result_name_list[${i}]} :: ${result_value_list[${i}]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-06-19T03:22:39.690689" elapsed="0.004393"/>
</kw>
<var name="${i}">2</var>
<status status="PASS" start="2026-06-19T03:22:39.690561" elapsed="0.004555"/>
</iter>
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-06-19T03:22:39.699824" level="INFO">stdev :: 10883.97</msg>
<arg>${result_name_list[${i}]} :: ${result_value_list[${i}]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-06-19T03:22:39.695335" elapsed="0.004546"/>
</kw>
<var name="${i}">3</var>
<status status="PASS" start="2026-06-19T03:22:39.695209" elapsed="0.004706"/>
</iter>
<var>${i}</var>
<value>0</value>
<value>${num_stats}</value>
<status status="PASS" start="2026-06-19T03:22:39.681125" elapsed="0.018823"/>
</for>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-06-19T03:22:39.704034" level="INFO">${min} = 29822.32</msg>
<var>${min}</var>
<arg>${result_value_list[${0}]}</arg>
<doc>Returns the given values which can then be assigned to a variables.</doc>
<status status="PASS" start="2026-06-19T03:22:39.700132" elapsed="0.003930"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-06-19T03:22:39.708986" level="INFO">${max} = 33970.54</msg>
<var>${max}</var>
<arg>${result_value_list[${1}]}</arg>
<doc>Returns the given values which can then be assigned to a variables.</doc>
<status status="PASS" start="2026-06-19T03:22:39.704216" elapsed="0.004830"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-06-19T03:22:39.712976" level="INFO">${average} = 32343.40</msg>
<var>${average}</var>
<arg>${result_value_list[${2}]}</arg>
<doc>Returns the given values which can then be assigned to a variables.</doc>
<status status="PASS" start="2026-06-19T03:22:39.709203" elapsed="0.003816"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-06-19T03:22:39.716939" level="INFO">${stdev} = 10883.97</msg>
<var>${stdev}</var>
<arg>${result_value_list[${3}]}</arg>
<doc>Returns the given values which can then be assigned to a variables.</doc>
<status status="PASS" start="2026-06-19T03:22:39.713174" elapsed="0.003792"/>
</kw>
<kw name="Get Time" owner="BuiltIn">
<msg time="2026-06-19T03:22:39.717489" level="INFO">${date} = 2026-06-19 03:22:39</msg>
<var>${date}</var>
<arg>d,m,s</arg>
<doc>Returns the given time in the requested format.</doc>
<status status="PASS" start="2026-06-19T03:22:39.717141" elapsed="0.000374"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-06-19T03:22:39.718088" level="INFO">CBench Result: 2026-06-19 03:22:39,-m 60000 -M 100 -S 16 -l 10 -D 5000 -p 6633,29822.32,33970.54,32343.40,10883.97</msg>
<arg>CBench Result: ${date},${cbench_args},${min},${max},${average},${stdev}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-06-19T03:22:39.717661" elapsed="0.000482"/>
</kw>
<kw name="Log Results And Determine Status">
<kw name="Append To File" owner="OperatingSystem">
<msg time="2026-06-19T03:22:39.719189" level="INFO" html="true">Appended to file '&lt;a href="file:///w/workspace/openflowplugin-csit-1node-cbench-only-vanadium/latency.csv"&gt;/w/workspace/openflowplugin-csit-1node-cbench-only-vanadium/latency.csv&lt;/a&gt;'.</msg>
<arg>${output_file}</arg>
<arg>${min},${max},${average}\n</arg>
<doc>Appends the given content to the specified file.</doc>
<status status="PASS" start="2026-06-19T03:22:39.718754" elapsed="0.000501"/>
</kw>
<kw name="Should Be True" owner="BuiltIn">
<arg>${average} &gt; ${threshold}</arg>
<arg>${average} flow_mods per/sec did not exceed threshold of ${threshold}</arg>
<doc>Fails if the given condition is not true.</doc>
<status status="PASS" start="2026-06-19T03:22:39.719408" elapsed="0.000457"/>
</kw>
<arg>${min}</arg>
<arg>${max}</arg>
<arg>${average}</arg>
<arg>${average_threshold}</arg>
<arg>${output_filename}</arg>
<status status="PASS" start="2026-06-19T03:22:39.718285" elapsed="0.001645"/>
</kw>
<arg>-m ${duration_in_ms} -M ${num_of_unique_macs} -S ${switch_count} -l ${loops} -D ${start_delay} -p ${of_port}</arg>
<arg>${latency_threshold}</arg>
<arg>${latency_results_file}</arg>
<status status="PASS" start="2026-06-19T03:12:33.241412" elapsed="606.478579"/>
</kw>
<kw name="Sleep" owner="BuiltIn">
<msg time="2026-06-19T03:22:39.720479" level="INFO">Slept 0 seconds.</msg>
<arg>${test_delay}</arg>
<doc>Pauses the test executed for the given time.</doc>
<status status="PASS" start="2026-06-19T03:22:39.720165" elapsed="0.000370"/>
</kw>
<kw name="Log Results As Zero If Cbench Timed Out" type="TEARDOWN">
<kw name="Run Keyword If Timeout Occurred" owner="BuiltIn">
<arg>Log Results And Determine Status</arg>
<arg>0</arg>
<arg>0</arg>
<arg>0</arg>
<arg>0</arg>
<arg>${output_filename}</arg>
<doc>Runs the given keyword if either a test or a keyword timeout has occurred.</doc>
<status status="PASS" start="2026-06-19T03:22:39.721060" elapsed="0.000265"/>
</kw>
<status status="PASS" start="2026-06-19T03:22:39.720740" elapsed="0.000656"/>
</kw>
<doc>cbench executed in default latency mode. Test parameters have defaults, but can be overridden
on the pybot command line</doc>
<tag>cbench</tag>
<tag>latency</tag>
<timeout value="15 minutes"/>
<status status="PASS" start="2026-06-19T03:12:33.238787" elapsed="606.482646"/>
</test>
<test id="s1-t2" name="Cbench Throughput Test" line="51">
<kw name="Log" owner="BuiltIn">
<msg time="2026-06-19T03:22:39.723156" level="INFO">Cbench tests using 10 iterations of 60 second tests. Switch Count: 16. Unique MACS to cycle: 100</msg>
<arg>Cbench tests using ${loops} iterations of ${duration_in_secs} second tests. Switch Count: ${switch_count}. Unique MACS to cycle: ${num_of_unique_macs}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-06-19T03:22:39.722709" elapsed="0.000503"/>
</kw>
<kw name="Run Cbench And Log Results">
<kw name="Set Suite Variable" owner="BuiltIn">
<msg time="2026-06-19T03:22:39.724704" level="INFO">${output_filename} = throughput.csv</msg>
<arg>${output_filename}</arg>
<doc>Makes a variable available everywhere within the scope of the current suite.</doc>
<status status="PASS" start="2026-06-19T03:22:39.724328" elapsed="0.000419"/>
</kw>
<if>
<branch type="IF" condition="&quot;${cbench_system}&quot; == &quot;localhost&quot;">
<kw name="Run" owner="OperatingSystem">
<var>${output}</var>
<arg>${cbench_executable} -c ${ODL_SYSTEM_IP} ${cbench_args}</arg>
<doc>_This keyword is considered deprecated. Use the
[http://robotframework.org/robotframework/latest/libraries/Process.html|
Process] library instead._</doc>
<status status="NOT RUN" start="2026-06-19T03:22:39.725097" elapsed="0.000022"/>
</kw>
<status status="NOT RUN" start="2026-06-19T03:22:39.724857" elapsed="0.000299"/>
</branch>
<branch type="ELSE">
<kw name="Run Command On Remote System" owner="Utils">
<if>
<branch type="IF" condition="&quot;${return_stdout}&quot;!=&quot;True&quot; and &quot;${return_stderr}&quot;!=&quot;True&quot;">
<kw name="Fail" owner="BuiltIn">
<arg>At least one of {return_stdout} or {return_stderr} args should be set to True</arg>
<doc>Fails the test with the given message and optionally alters its tags.</doc>
<status status="NOT RUN" start="2026-06-19T03:22:39.728134" elapsed="0.000022"/>
</kw>
<status status="NOT RUN" start="2026-06-19T03:22:39.727866" elapsed="0.000324"/>
</branch>
<status status="PASS" start="2026-06-19T03:22:39.727846" elapsed="0.000368"/>
</if>
<kw name="Get Connection" owner="SSHLibrary">
<msg time="2026-06-19T03:22:39.728538" level="INFO">index=None
host=None
alias=None
port=22
timeout=3 seconds
newline=

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

prompt=None
term_type=vt100
width=80
height=24
path_separator=/
encoding=utf8
escape_ansi=False
encoding_errors=strict</msg>
<var>${current_ssh_connection}</var>
<doc>Returns information about the connection.</doc>
<status status="PASS" start="2026-06-19T03:22:39.728342" elapsed="0.000342"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-06-19T03:22:39.729251" level="INFO">Attempting to execute command "/usr/local/bin/cbench -c 10.30.171.113 -t -m 60000 -M 100 -S 16 -l 10 -D 5000 -p 6633" on remote system "10.30.171.225" by user "jenkins" with keyfile pass "any" and prompt "&gt;" and password ""</msg>
<arg>Attempting to execute command "${cmd}" on remote system "${system}" by user "${user}" with keyfile pass "${keyfile_pass}" and prompt "${prompt}" and password "${password}"</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-06-19T03:22:39.728819" elapsed="0.000489"/>
</kw>
<kw name="Open Connection" owner="SSHLibrary">
<msg time="2026-06-19T03:22:39.729837" level="INFO">${conn_id} = 7</msg>
<var>${conn_id}</var>
<arg>${system}</arg>
<arg>prompt=${prompt}</arg>
<arg>timeout=${prompt_timeout}</arg>
<doc>Opens a new SSH connection to the given ``host`` and ``port``.</doc>
<status status="PASS" start="2026-06-19T03:22:39.729447" elapsed="0.000417"/>
</kw>
<kw name="Flexible_SSH_Login" owner="SSHKeywords">
<kw name="Get Length" owner="BuiltIn">
<msg time="2026-06-19T03:22:39.730756" level="INFO">Length is 0.</msg>
<msg time="2026-06-19T03:22:39.730874" level="INFO">${pwd_length} = 0</msg>
<var>${pwd_length}</var>
<arg>${password}</arg>
<doc>Returns and logs the length of the given item as an integer.</doc>
<status status="PASS" start="2026-06-19T03:22:39.730453" elapsed="0.000450"/>
</kw>
<kw name="Run Keyword And Return If" owner="BuiltIn">
<arg>${pwd_length} &gt; 0</arg>
<arg>SSHLibrary.Login</arg>
<arg>${user}</arg>
<arg>${password}</arg>
<arg>delay=${delay}</arg>
<doc>Runs the specified keyword and returns from the enclosing user keyword.</doc>
<status status="PASS" start="2026-06-19T03:22:39.731059" elapsed="0.000356"/>
</kw>
<kw name="Run Keyword And Return" owner="BuiltIn">
<kw name="Login With Public Key" owner="SSHLibrary">
<msg time="2026-06-19T03:22:39.732274" level="INFO">Logging into '10.30.171.225:22' as 'jenkins'.</msg>
<msg time="2026-06-19T03:22:40.295901" level="INFO">Read output: Welcome to Ubuntu 22.04.5 LTS (GNU/Linux 5.15.0-153-generic x86_64)

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

 System information as of Fri Jun 19 03:22:39 UTC 2026

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


Expanded Security Maintenance for Applications is not enabled.

0 updates can be applied immediately.

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


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


Last login: Fri Jun 19 03:12:33 2026 from 10.30.171.251
[?2004h[jenkins@releng-63164-314-1-mininet-ovs-217-0 ~]&gt;</msg>
<arg>${user}</arg>
<arg>${USER_HOME}/.ssh/${SSH_KEY}</arg>
<arg>${KEYFILE_PASS}</arg>
<arg>delay=${delay}</arg>
<doc>Logs into the SSH server using key-based authentication.</doc>
<status status="PASS" start="2026-06-19T03:22:39.731909" elapsed="0.564206"/>
</kw>
<msg time="2026-06-19T03:22:40.296207" level="INFO">Returning from the enclosing user keyword.</msg>
<arg>SSHLibrary.Login With Public Key</arg>
<arg>${user}</arg>
<arg>${USER_HOME}/.ssh/${SSH_KEY}</arg>
<arg>${KEYFILE_PASS}</arg>
<arg>delay=${delay}</arg>
<doc>Runs the specified keyword and returns from the enclosing user keyword.</doc>
<status status="PASS" start="2026-06-19T03:22:39.731568" elapsed="0.564729"/>
</kw>
<arg>${user}</arg>
<arg>${password}</arg>
<doc>On active SSH session: if given non-empty password, do Login, else do Login With Public Key.</doc>
<status status="PASS" start="2026-06-19T03:22:39.730080" elapsed="0.566334"/>
</kw>
<kw name="Execute Command" owner="SSHLibrary">
<msg time="2026-06-19T03:22:40.296947" level="INFO">Executing command '/usr/local/bin/cbench -c 10.30.171.113 -t -m 60000 -M 100 -S 16 -l 10 -D 5000 -p 6633'.</msg>
<msg time="2026-06-19T03:32:46.339816" level="INFO">Command exited with return code 0.</msg>
<msg time="2026-06-19T03:32:46.340998" level="INFO">${stdout} = </msg>
<msg time="2026-06-19T03:32:46.341134" level="INFO">${stderr} = cbench: controller benchmarking tool
   running in mode 'throughput'
   connecting to controller at 10.30.171.113:6633 
   faking 16 switches with 1 threads :: 10 tests each; 60000 ms per test
   with...</msg>
<var>${stdout}</var>
<var>${stderr}</var>
<arg>${cmd}</arg>
<arg>return_stderr=True</arg>
<doc>Executes ``command`` on the remote machine and returns its outputs.</doc>
<status status="PASS" start="2026-06-19T03:22:40.296641" elapsed="606.044558"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-06-19T03:32:46.341689" elapsed="0.000790"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-06-19T03:32:46.343679" level="INFO">cbench: controller benchmarking tool
   running in mode 'throughput'
   connecting to controller at 10.30.171.113:6633 
   faking 16 switches with 1 threads :: 10 tests each; 60000 ms per test
   with 100 unique source MACs per switch
   learning destination mac addresses before the test
   starting test with 5000 ms delay after features_reply
   ignoring first 1 "warmup" and last 0 "cooldown" loops
   debugging info is off
Master Thread: Creating thread-0! 
Thread-0: All switches initialized. Running at node 10.30.171.113. So far 1 cbench instances have initialized their switches.  Waiting for other cbench-instances
Thread-0: Total switches from ALL cbench-instances initialized.
03:23:45.419 16  switches: flows:  478963 481552 496499 492347 501825 502684 483721 487907 480068 478231 473304 480034 480069 480110 474068 472902  total = 129.071400 per ms 
03:24:45.520 16  switches: flows:  553319 549935 554474 562555 550498 554984 560763 550968 547433 558174 557274 552522 550982 547014 544489 544866  total = 147.089696 per ms 
03:25:45.623 16  switches: flows:  628291 620457 617944 627468 618441 619652 624781 622557 621779 613002 623479 618573 619899 615566 620956 621851  total = 165.299475 per ms 
03:26:45.727 16  switches: flows:  591995 588836 595445 597106 595433 600127 590328 593743 591045 602466 592176 590989 598197 599931 595864 577949  total = 158.086589 per ms 
03:27:45.828 16  switches: flows:  599381 598406 597002 606186 599468 604100 603096 571415 595924 605586 598245 593939 598959 592651 597498 594692  total = 159.006652 per ms 
03:28:45.929 16  switches: flows:  669168 676329 682195 678941 674343 665917 675752 680272 673139 683971 671199 678882 681607 680256 682815 674084  total = 180.177870 per ms 
03:29:46.030 16  switches: flows:  665528 668502 658965 666148 669226 650394 659994 670238 665605 655747 657355 651974 664050 656077 668409 663616  total = 176.234232 per ms 
03:30:46.132 16  switches: flows:  628692 631177 633584 632254 636344 631527 629548 630765 631113 628904 634881 636537 626643 627404 626187 629878  total = 167.972634 per ms 
03:31:46.234 16  switches: flows:  608730 604369 600222 603347 600887 606107 604836 601614 607306 603320 605111 600705 604928 605793 604815 601501  total = 160.788576 per ms 
03:32:46.335 16  switches: flows:  614825 606863 610308 609019 612595 595581 605471 607370 610266 611887 611852 612021 610865 605664 612431 610645  total = 162.188144 per ms 
RESULT: 16 switches 9 tests min/max/avg/stdev = 147089.70/180177.87/164093.76/55492.75 responses/s</msg>
<arg>${stderr}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-06-19T03:32:46.342857" elapsed="0.001177"/>
</kw>
<if>
<branch type="IF" condition="&quot;${return_stdout}&quot;!=&quot;True&quot;">
<return>
<value>${stderr}</value>
<status status="PASS" start="2026-06-19T03:32:46.344552" elapsed="0.000085"/>
</return>
<status status="PASS" start="2026-06-19T03:32:46.344248" elapsed="0.000470"/>
</branch>
<status status="PASS" start="2026-06-19T03:32:46.344187" elapsed="0.000587"/>
</if>
<if>
<branch type="IF" condition="&quot;${return_stderr}&quot;!=&quot;True&quot;">
<return>
<value>${stdout}</value>
<status status="NOT RUN" start="2026-06-19T03:32:46.344980" elapsed="0.000056"/>
</return>
<status status="NOT RUN" start="2026-06-19T03:32:46.344899" elapsed="0.000201"/>
</branch>
<status status="NOT RUN" start="2026-06-19T03:32:46.344865" elapsed="0.000281"/>
</if>
<return>
<value>${stdout}</value>
<value>${stderr}</value>
<status status="NOT RUN" start="2026-06-19T03:32:46.345214" elapsed="0.000030"/>
</return>
<kw name="Restore_Current_Ssh_Connection_From_Index" owner="SSHKeywords" type="TEARDOWN">
<kw name="Run Keyword And Return If" owner="BuiltIn">
<arg>${connection_index} is not None</arg>
<arg>SSHLibrary.Switch Connection</arg>
<arg>${connection_index}</arg>
<doc>Runs the specified keyword and returns from the enclosing user keyword.</doc>
<status status="PASS" start="2026-06-19T03:32:46.351171" elapsed="0.000903"/>
</kw>
<kw name="Open Connection" owner="SSHLibrary">
<arg>127.0.0.1</arg>
<doc>Opens a new SSH connection to the given ``host`` and ``port``.</doc>
<status status="PASS" start="2026-06-19T03:32:46.352322" elapsed="0.000183"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-06-19T03:32:46.352638" elapsed="0.000106"/>
</kw>
<arg>${current_ssh_connection.index}</arg>
<doc>Restore active SSH connection in SSHLibrary to given index.</doc>
<status status="PASS" start="2026-06-19T03:32:46.345899" elapsed="0.006899"/>
</kw>
<msg time="2026-06-19T03:32:46.352934" level="INFO">${output} = cbench: controller benchmarking tool
   running in mode 'throughput'
   connecting to controller at 10.30.171.113:6633 
   faking 16 switches with 1 threads :: 10 tests each; 60000 ms per test
   with...</msg>
<var>${output}</var>
<arg>${cbench_system}</arg>
<arg>${cbench_executable} -c ${ODL_SYSTEM_IP} ${cbench_args}</arg>
<arg>prompt_timeout=${test_timeout}</arg>
<arg>return_stdout=False</arg>
<arg>return_stderr=True</arg>
<doc>Reduces the common work of running a command on a remote system to a single higher level
robot keyword, taking care to log in with a public key and. The command given is written and the return value
depends on the passed argument values of return_stdout (default: True) and return_stderr (default: False).
At least one should be True, or the keyword will exit and FAIL. If both are True, the resulting return value
will be a two element list containing both. Otherwise the resulting return value is a string.
No test conditions are checked.</doc>
<status status="PASS" start="2026-06-19T03:22:39.725499" elapsed="606.627463"/>
</kw>
<status status="PASS" start="2026-06-19T03:22:39.725182" elapsed="606.627847"/>
</branch>
<status status="PASS" start="2026-06-19T03:22:39.724835" elapsed="606.628221"/>
</if>
<kw name="Log" owner="BuiltIn">
<msg time="2026-06-19T03:32:46.353527" level="INFO">cbench: controller benchmarking tool
   running in mode 'throughput'
   connecting to controller at 10.30.171.113:6633 
   faking 16 switches with 1 threads :: 10 tests each; 60000 ms per test
   with 100 unique source MACs per switch
   learning destination mac addresses before the test
   starting test with 5000 ms delay after features_reply
   ignoring first 1 "warmup" and last 0 "cooldown" loops
   debugging info is off
Master Thread: Creating thread-0! 
Thread-0: All switches initialized. Running at node 10.30.171.113. So far 1 cbench instances have initialized their switches.  Waiting for other cbench-instances
Thread-0: Total switches from ALL cbench-instances initialized.
03:23:45.419 16  switches: flows:  478963 481552 496499 492347 501825 502684 483721 487907 480068 478231 473304 480034 480069 480110 474068 472902  total = 129.071400 per ms 
03:24:45.520 16  switches: flows:  553319 549935 554474 562555 550498 554984 560763 550968 547433 558174 557274 552522 550982 547014 544489 544866  total = 147.089696 per ms 
03:25:45.623 16  switches: flows:  628291 620457 617944 627468 618441 619652 624781 622557 621779 613002 623479 618573 619899 615566 620956 621851  total = 165.299475 per ms 
03:26:45.727 16  switches: flows:  591995 588836 595445 597106 595433 600127 590328 593743 591045 602466 592176 590989 598197 599931 595864 577949  total = 158.086589 per ms 
03:27:45.828 16  switches: flows:  599381 598406 597002 606186 599468 604100 603096 571415 595924 605586 598245 593939 598959 592651 597498 594692  total = 159.006652 per ms 
03:28:45.929 16  switches: flows:  669168 676329 682195 678941 674343 665917 675752 680272 673139 683971 671199 678882 681607 680256 682815 674084  total = 180.177870 per ms 
03:29:46.030 16  switches: flows:  665528 668502 658965 666148 669226 650394 659994 670238 665605 655747 657355 651974 664050 656077 668409 663616  total = 176.234232 per ms 
03:30:46.132 16  switches: flows:  628692 631177 633584 632254 636344 631527 629548 630765 631113 628904 634881 636537 626643 627404 626187 629878  total = 167.972634 per ms 
03:31:46.234 16  switches: flows:  608730 604369 600222 603347 600887 606107 604836 601614 607306 603320 605111 600705 604928 605793 604815 601501  total = 160.788576 per ms 
03:32:46.335 16  switches: flows:  614825 606863 610308 609019 612595 595581 605471 607370 610266 611887 611852 612021 610865 605664 612431 610645  total = 162.188144 per ms 
RESULT: 16 switches 9 tests min/max/avg/stdev = 147089.70/180177.87/164093.76/55492.75 responses/s</msg>
<arg>${output}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-06-19T03:32:46.353222" elapsed="0.000380"/>
</kw>
<kw name="Should Contain" owner="BuiltIn">
<arg>${output}</arg>
<arg>RESULT</arg>
<doc>Fails if ``container`` does not contain ``item`` one or more times.</doc>
<status status="PASS" start="2026-06-19T03:32:46.353753" elapsed="0.000394"/>
</kw>
<kw name="Get Lines Containing String" owner="String">
<msg time="2026-06-19T03:32:46.354548" level="INFO">1 out of 23 lines matched.</msg>
<msg time="2026-06-19T03:32:46.354638" level="INFO">${result_line} = RESULT: 16 switches 9 tests min/max/avg/stdev = 147089.70/180177.87/164093.76/55492.75 responses/s</msg>
<var>${result_line}</var>
<arg>${output}</arg>
<arg>RESULT</arg>
<doc>Returns lines of the given ``string`` that contain the ``pattern``.</doc>
<status status="PASS" start="2026-06-19T03:32:46.354312" elapsed="0.000351"/>
</kw>
<kw name="Split String" owner="String">
<msg time="2026-06-19T03:32:46.355090" level="INFO">@{results_list} = [ RESULT: | 16 | switches | 9 | tests | min/max/avg/stdev | = | 147089.70/180177.87/164093.76/55492.75 | responses/s ]</msg>
<var>@{results_list}</var>
<arg>${result_line}</arg>
<doc>Splits the ``string`` using ``separator`` as a delimiter string.</doc>
<status status="PASS" start="2026-06-19T03:32:46.354819" elapsed="0.000299"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-06-19T03:32:46.357611" level="INFO">min/max/avg/stdev</msg>
<arg>${results_list[5]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-06-19T03:32:46.355263" elapsed="0.002406"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-06-19T03:32:46.360081" level="INFO">147089.70/180177.87/164093.76/55492.75</msg>
<arg>${results_list[7]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-06-19T03:32:46.357817" elapsed="0.002321"/>
</kw>
<kw name="Split String" owner="String">
<msg time="2026-06-19T03:32:46.362502" level="INFO">@{result_name_list} = [ min | max | avg | stdev ]</msg>
<var>@{result_name_list}</var>
<arg>${results_list[5]}</arg>
<arg>/</arg>
<doc>Splits the ``string`` using ``separator`` as a delimiter string.</doc>
<status status="PASS" start="2026-06-19T03:32:46.360288" elapsed="0.002242"/>
</kw>
<kw name="Split String" owner="String">
<msg time="2026-06-19T03:32:46.364981" level="INFO">@{result_value_list} = [ 147089.70 | 180177.87 | 164093.76 | 55492.75 ]</msg>
<var>@{result_value_list}</var>
<arg>${results_list[7]}</arg>
<arg>/</arg>
<doc>Splits the ``string`` using ``separator`` as a delimiter string.</doc>
<status status="PASS" start="2026-06-19T03:32:46.362741" elapsed="0.002283"/>
</kw>
<kw name="Get Length" owner="BuiltIn">
<msg time="2026-06-19T03:32:46.365504" level="INFO">Length is 4.</msg>
<msg time="2026-06-19T03:32:46.365592" level="INFO">${num_stats} = 4</msg>
<var>${num_stats}</var>
<arg>${result_name_list}</arg>
<doc>Returns and logs the length of the given item as an integer.</doc>
<status status="PASS" start="2026-06-19T03:32:46.365186" elapsed="0.000429"/>
</kw>
<for flavor="IN RANGE">
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-06-19T03:32:46.370585" level="INFO">min :: 147089.70</msg>
<arg>${result_name_list[${i}]} :: ${result_value_list[${i}]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-06-19T03:32:46.366055" elapsed="0.004589"/>
</kw>
<var name="${i}">0</var>
<status status="PASS" start="2026-06-19T03:32:46.365907" elapsed="0.004772"/>
</iter>
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-06-19T03:32:46.375353" level="INFO">max :: 180177.87</msg>
<arg>${result_name_list[${i}]} :: ${result_value_list[${i}]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-06-19T03:32:46.370900" elapsed="0.004538"/>
</kw>
<var name="${i}">1</var>
<status status="PASS" start="2026-06-19T03:32:46.370772" elapsed="0.004703"/>
</iter>
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-06-19T03:32:46.380031" level="INFO">avg :: 164093.76</msg>
<arg>${result_name_list[${i}]} :: ${result_value_list[${i}]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-06-19T03:32:46.375698" elapsed="0.004390"/>
</kw>
<var name="${i}">2</var>
<status status="PASS" start="2026-06-19T03:32:46.375567" elapsed="0.004556"/>
</iter>
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-06-19T03:32:46.384813" level="INFO">stdev :: 55492.75</msg>
<arg>${result_name_list[${i}]} :: ${result_value_list[${i}]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-06-19T03:32:46.380340" elapsed="0.004530"/>
</kw>
<var name="${i}">3</var>
<status status="PASS" start="2026-06-19T03:32:46.380211" elapsed="0.004695"/>
</iter>
<var>${i}</var>
<value>0</value>
<value>${num_stats}</value>
<status status="PASS" start="2026-06-19T03:32:46.365697" elapsed="0.019240"/>
</for>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-06-19T03:32:46.388952" level="INFO">${min} = 147089.70</msg>
<var>${min}</var>
<arg>${result_value_list[${0}]}</arg>
<doc>Returns the given values which can then be assigned to a variables.</doc>
<status status="PASS" start="2026-06-19T03:32:46.385114" elapsed="0.003873"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-06-19T03:32:46.392912" level="INFO">${max} = 180177.87</msg>
<var>${max}</var>
<arg>${result_value_list[${1}]}</arg>
<doc>Returns the given values which can then be assigned to a variables.</doc>
<status status="PASS" start="2026-06-19T03:32:46.389175" elapsed="0.003763"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-06-19T03:32:46.396833" level="INFO">${average} = 164093.76</msg>
<var>${average}</var>
<arg>${result_value_list[${2}]}</arg>
<doc>Returns the given values which can then be assigned to a variables.</doc>
<status status="PASS" start="2026-06-19T03:32:46.393105" elapsed="0.003755"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-06-19T03:32:46.400790" level="INFO">${stdev} = 55492.75</msg>
<var>${stdev}</var>
<arg>${result_value_list[${3}]}</arg>
<doc>Returns the given values which can then be assigned to a variables.</doc>
<status status="PASS" start="2026-06-19T03:32:46.397025" elapsed="0.003792"/>
</kw>
<kw name="Get Time" owner="BuiltIn">
<msg time="2026-06-19T03:32:46.401353" level="INFO">${date} = 2026-06-19 03:32: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-06-19T03:32:46.400976" elapsed="0.000404"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-06-19T03:32:46.401943" level="INFO">CBench Result: 2026-06-19 03:32:46,-t -m 60000 -M 100 -S 16 -l 10 -D 5000 -p 6633,147089.70,180177.87,164093.76,55492.75</msg>
<arg>CBench Result: ${date},${cbench_args},${min},${max},${average},${stdev}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-06-19T03:32:46.401535" elapsed="0.000477"/>
</kw>
<kw name="Log Results And Determine Status">
<kw name="Append To File" owner="OperatingSystem">
<msg time="2026-06-19T03:32:46.403102" level="INFO" html="true">Appended to file '&lt;a href="file:///w/workspace/openflowplugin-csit-1node-cbench-only-vanadium/throughput.csv"&gt;/w/workspace/openflowplugin-csit-1node-cbench-only-vanadium/throughput.csv&lt;/a&gt;'.</msg>
<arg>${output_file}</arg>
<arg>${min},${max},${average}\n</arg>
<doc>Appends the given content to the specified file.</doc>
<status status="PASS" start="2026-06-19T03:32:46.402662" elapsed="0.000512"/>
</kw>
<kw name="Should Be True" owner="BuiltIn">
<arg>${average} &gt; ${threshold}</arg>
<arg>${average} flow_mods per/sec did not exceed threshold of ${threshold}</arg>
<doc>Fails if the given condition is not true.</doc>
<status status="PASS" start="2026-06-19T03:32:46.403326" elapsed="0.000500"/>
</kw>
<arg>${min}</arg>
<arg>${max}</arg>
<arg>${average}</arg>
<arg>${average_threshold}</arg>
<arg>${output_filename}</arg>
<status status="PASS" start="2026-06-19T03:32:46.402172" elapsed="0.001721"/>
</kw>
<arg>-t -m ${duration_in_ms} -M ${num_of_unique_macs} -S ${switch_count} -l ${loops} -D ${start_delay} -p ${of_port}</arg>
<arg>${throughput_threshold}</arg>
<arg>${throughput_results_file}</arg>
<status status="PASS" start="2026-06-19T03:22:39.723633" elapsed="606.680321"/>
</kw>
<kw name="Sleep" owner="BuiltIn">
<msg time="2026-06-19T03:32:46.404474" level="INFO">Slept 0 seconds.</msg>
<arg>${test_delay}</arg>
<doc>Pauses the test executed for the given time.</doc>
<status status="PASS" start="2026-06-19T03:32:46.404130" elapsed="0.000402"/>
</kw>
<kw name="Log Results As Zero If Cbench Timed Out" type="TEARDOWN">
<kw name="Run Keyword If Timeout Occurred" owner="BuiltIn">
<arg>Log Results And Determine Status</arg>
<arg>0</arg>
<arg>0</arg>
<arg>0</arg>
<arg>0</arg>
<arg>${output_filename}</arg>
<doc>Runs the given keyword if either a test or a keyword timeout has occurred.</doc>
<status status="PASS" start="2026-06-19T03:32:46.405347" elapsed="0.000272"/>
</kw>
<status status="PASS" start="2026-06-19T03:32:46.404744" elapsed="0.000947"/>
</kw>
<doc>cbench executed in throughput mode (-t). Test parameters have defaults, but can be overridden
on the pybot command line</doc>
<tag>cbench</tag>
<tag>throughput</tag>
<timeout value="15 minutes"/>
<status status="PASS" start="2026-06-19T03:22:39.721993" elapsed="606.683737"/>
</test>
<test id="s1-t3" name="Rerun Latency Test To Check Bug 6176" line="65">
<kw name="Log" owner="BuiltIn">
<msg time="2026-06-19T03:32:46.407212" level="INFO">Cbench tests using 10 iterations of 60 second tests. Switch Count: 16. Unique MACS to cycle: 100</msg>
<arg>Cbench tests using ${loops} iterations of ${duration_in_secs} second tests. Switch Count: ${switch_count}. Unique MACS to cycle: ${num_of_unique_macs}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-06-19T03:32:46.406747" elapsed="0.000523"/>
</kw>
<kw name="Run Cbench And Log Results">
<kw name="Set Suite Variable" owner="BuiltIn">
<msg time="2026-06-19T03:32:46.408537" level="INFO">${output_filename} = bug.csv</msg>
<arg>${output_filename}</arg>
<doc>Makes a variable available everywhere within the scope of the current suite.</doc>
<status status="PASS" start="2026-06-19T03:32:46.408197" elapsed="0.000383"/>
</kw>
<if>
<branch type="IF" condition="&quot;${cbench_system}&quot; == &quot;localhost&quot;">
<kw name="Run" owner="OperatingSystem">
<var>${output}</var>
<arg>${cbench_executable} -c ${ODL_SYSTEM_IP} ${cbench_args}</arg>
<doc>_This keyword is considered deprecated. Use the
[http://robotframework.org/robotframework/latest/libraries/Process.html|
Process] library instead._</doc>
<status status="NOT RUN" start="2026-06-19T03:32:46.408987" elapsed="0.000040"/>
</kw>
<status status="NOT RUN" start="2026-06-19T03:32:46.408726" elapsed="0.000340"/>
</branch>
<branch type="ELSE">
<kw name="Run Command On Remote System" owner="Utils">
<if>
<branch type="IF" condition="&quot;${return_stdout}&quot;!=&quot;True&quot; and &quot;${return_stderr}&quot;!=&quot;True&quot;">
<kw name="Fail" owner="BuiltIn">
<arg>At least one of {return_stdout} or {return_stderr} args should be set to True</arg>
<doc>Fails the test with the given message and optionally alters its tags.</doc>
<status status="NOT RUN" start="2026-06-19T03:32:46.412151" elapsed="0.000021"/>
</kw>
<status status="NOT RUN" start="2026-06-19T03:32:46.411884" elapsed="0.000323"/>
</branch>
<status status="PASS" start="2026-06-19T03:32:46.411864" elapsed="0.000367"/>
</if>
<kw name="Get Connection" owner="SSHLibrary">
<msg time="2026-06-19T03:32:46.412564" level="INFO">index=None
host=None
alias=None
port=22
timeout=3 seconds
newline=

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

prompt=None
term_type=vt100
width=80
height=24
path_separator=/
encoding=utf8
escape_ansi=False
encoding_errors=strict</msg>
<var>${current_ssh_connection}</var>
<doc>Returns information about the connection.</doc>
<status status="PASS" start="2026-06-19T03:32:46.412365" elapsed="0.000342"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-06-19T03:32:46.413280" level="INFO">Attempting to execute command "/usr/local/bin/cbench -c 10.30.171.113 -m 60000 -M 100 -S 16 -l 10 -D 5000 -p 6633" on remote system "10.30.171.225" by user "jenkins" with keyfile pass "any" and prompt "&gt;" and password ""</msg>
<arg>Attempting to execute command "${cmd}" on remote system "${system}" by user "${user}" with keyfile pass "${keyfile_pass}" and prompt "${prompt}" and password "${password}"</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-06-19T03:32:46.412840" elapsed="0.000496"/>
</kw>
<kw name="Open Connection" owner="SSHLibrary">
<msg time="2026-06-19T03:32:46.413867" level="INFO">${conn_id} = 9</msg>
<var>${conn_id}</var>
<arg>${system}</arg>
<arg>prompt=${prompt}</arg>
<arg>timeout=${prompt_timeout}</arg>
<doc>Opens a new SSH connection to the given ``host`` and ``port``.</doc>
<status status="PASS" start="2026-06-19T03:32:46.413475" elapsed="0.000418"/>
</kw>
<kw name="Flexible_SSH_Login" owner="SSHKeywords">
<kw name="Get Length" owner="BuiltIn">
<msg time="2026-06-19T03:32:46.414788" level="INFO">Length is 0.</msg>
<msg time="2026-06-19T03:32:46.414874" level="INFO">${pwd_length} = 0</msg>
<var>${pwd_length}</var>
<arg>${password}</arg>
<doc>Returns and logs the length of the given item as an integer.</doc>
<status status="PASS" start="2026-06-19T03:32:46.414477" elapsed="0.000421"/>
</kw>
<kw name="Run Keyword And Return If" owner="BuiltIn">
<arg>${pwd_length} &gt; 0</arg>
<arg>SSHLibrary.Login</arg>
<arg>${user}</arg>
<arg>${password}</arg>
<arg>delay=${delay}</arg>
<doc>Runs the specified keyword and returns from the enclosing user keyword.</doc>
<status status="PASS" start="2026-06-19T03:32:46.415053" elapsed="0.000351"/>
</kw>
<kw name="Run Keyword And Return" owner="BuiltIn">
<kw name="Login With Public Key" owner="SSHLibrary">
<msg time="2026-06-19T03:32:46.416278" level="INFO">Logging into '10.30.171.225:22' as 'jenkins'.</msg>
<msg time="2026-06-19T03:32:46.997142" level="INFO">Read output: Welcome to Ubuntu 22.04.5 LTS (GNU/Linux 5.15.0-153-generic x86_64)

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

 System information as of Fri Jun 19 03:32:46 UTC 2026

  System load:  0.37               Processes:             105
  Usage of /:   19.6% of 38.58GB   Users logged in:       0
  Memory usage: 4%                 IPv4 address for ens3: 10.30.171.225
  Swap usage:   0%


Expanded Security Maintenance for Applications is not enabled.

0 updates can be applied immediately.

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


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


Last login: Fri Jun 19 03:22:40 2026 from 10.30.171.251
[?2004h[jenkins@releng-63164-314-1-mininet-ovs-217-0 ~]&gt;</msg>
<arg>${user}</arg>
<arg>${USER_HOME}/.ssh/${SSH_KEY}</arg>
<arg>${KEYFILE_PASS}</arg>
<arg>delay=${delay}</arg>
<doc>Logs into the SSH server using key-based authentication.</doc>
<status status="PASS" start="2026-06-19T03:32:46.415900" elapsed="0.581555"/>
</kw>
<msg time="2026-06-19T03:32:46.997610" level="INFO">Returning from the enclosing user keyword.</msg>
<arg>SSHLibrary.Login With Public Key</arg>
<arg>${user}</arg>
<arg>${USER_HOME}/.ssh/${SSH_KEY}</arg>
<arg>${KEYFILE_PASS}</arg>
<arg>delay=${delay}</arg>
<doc>Runs the specified keyword and returns from the enclosing user keyword.</doc>
<status status="PASS" start="2026-06-19T03:32:46.415556" elapsed="0.582192"/>
</kw>
<arg>${user}</arg>
<arg>${password}</arg>
<doc>On active SSH session: if given non-empty password, do Login, else do Login With Public Key.</doc>
<status status="PASS" start="2026-06-19T03:32:46.414107" elapsed="0.583849"/>
</kw>
<kw name="Execute Command" owner="SSHLibrary">
<msg time="2026-06-19T03:32:46.998905" level="INFO">Executing command '/usr/local/bin/cbench -c 10.30.171.113 -m 60000 -M 100 -S 16 -l 10 -D 5000 -p 6633'.</msg>
<msg time="2026-06-19T03:42:53.064538" level="INFO">Command exited with return code 0.</msg>
<msg time="2026-06-19T03:42:53.078725" level="INFO">${stdout} = </msg>
<msg time="2026-06-19T03:42:53.078915" level="INFO">${stderr} = cbench: controller benchmarking tool
   running in mode 'latency'
   connecting to controller at 10.30.171.113:6633 
   faking 16 switches with 1 threads :: 10 tests each; 60000 ms per test
   with 10...</msg>
<var>${stdout}</var>
<var>${stderr}</var>
<arg>${cmd}</arg>
<arg>return_stderr=True</arg>
<doc>Executes ``command`` on the remote machine and returns its outputs.</doc>
<status status="PASS" start="2026-06-19T03:32:46.998372" elapsed="606.081134"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-06-19T03:42:53.084446" elapsed="0.003632"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-06-19T03:42:53.090419" level="INFO">cbench: controller benchmarking tool
   running in mode 'latency'
   connecting to controller at 10.30.171.113:6633 
   faking 16 switches with 1 threads :: 10 tests each; 60000 ms per test
   with 100 unique source MACs per switch
   learning destination mac addresses before the test
   starting test with 5000 ms delay after features_reply
   ignoring first 1 "warmup" and last 0 "cooldown" loops
   debugging info is off
Master Thread: Creating thread-0! 
Thread-0: All switches initialized. Running at node 10.30.171.113. So far 1 cbench instances have initialized their switches.  Waiting for other cbench-instances
Thread-0: Total switches from ALL cbench-instances initialized.
03:33:52.153 16  switches: flows:  111905 110529 109046 108830 108646 117315 110942 110401 107019 107884 108397 106031 109770 122454 110252 107748  total = 29.452817 per ms 
03:34:52.253 16  switches: flows:  115946 115284 114033 114593 114621 113412 116499 115608 110606 113746 111849 111903 113344 113445 113099 111200  total = 30.269189 per ms 
03:35:52.353 16  switches: flows:  109883 110265 108767 109399 108849 109282 111136 108086 109328 108951 109085 108840 110027 110046 106221 108328  total = 29.059679 per ms 
03:36:52.454 16  switches: flows:  116835 116016 115541 114845 116509 117226 117388 114129 113505 117575 115829 114338 116483 114346 114088 114679  total = 30.770814 per ms 
03:37:52.554 16  switches: flows:  122750 117881 120787 120718 119706 122964 118906 119924 118068 120457 117861 117587 120062 117596 119171 119970  total = 31.853646 per ms 
03:38:52.654 16  switches: flows:  116614 111398 115598 113743 112929 114584 112986 114148 111021 114184 111084 109989 114192 110320 112174 114127  total = 30.101233 per ms 
03:39:52.755 16  switches: flows:  126214 123097 124436 123873 122563 126630 125560 124048 122731 126596 121826 122005 126024 122380 123256 125191  total = 33.051920 per ms 
03:40:52.855 16  switches: flows:  127719 125771 125330 125818 123738 128003 128215 125706 126980 127409 124768 122959 128139 125004 123254 126238  total = 33.528181 per ms 
03:41:52.955 16  switches: flows:  123308 120847 122115 121977 121279 124687 124843 121951 121199 123000 121390 119601 123419 120593 119115 121267  total = 32.455646 per ms 
03:42:53.056 16  switches: flows:  126959 124356 127283 126982 124196 127958 129252 125093 126042 127131 125877 124075 127332 123904 124634 125652  total = 33.556044 per ms 
RESULT: 16 switches 9 tests min/max/avg/stdev = 29059.68/33556.04/31627.37/10655.67 responses/s</msg>
<arg>${stderr}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-06-19T03:42:53.088922" elapsed="0.001984"/>
</kw>
<if>
<branch type="IF" condition="&quot;${return_stdout}&quot;!=&quot;True&quot;">
<return>
<value>${stderr}</value>
<status status="PASS" start="2026-06-19T03:42:53.091751" elapsed="0.000509"/>
</return>
<status status="PASS" start="2026-06-19T03:42:53.091534" elapsed="0.000774"/>
</branch>
<status status="PASS" start="2026-06-19T03:42:53.091493" elapsed="0.000841"/>
</if>
<if>
<branch type="IF" condition="&quot;${return_stderr}&quot;!=&quot;True&quot;">
<return>
<value>${stdout}</value>
<status status="NOT RUN" start="2026-06-19T03:42:53.092435" elapsed="0.000013"/>
</return>
<status status="NOT RUN" start="2026-06-19T03:42:53.092397" elapsed="0.000079"/>
</branch>
<status status="NOT RUN" start="2026-06-19T03:42:53.092380" elapsed="0.000117"/>
</if>
<return>
<value>${stdout}</value>
<value>${stderr}</value>
<status status="NOT RUN" start="2026-06-19T03:42:53.092529" elapsed="0.000013"/>
</return>
<kw name="Restore_Current_Ssh_Connection_From_Index" owner="SSHKeywords" type="TEARDOWN">
<kw name="Run Keyword And Return If" owner="BuiltIn">
<arg>${connection_index} is not None</arg>
<arg>SSHLibrary.Switch Connection</arg>
<arg>${connection_index}</arg>
<doc>Runs the specified keyword and returns from the enclosing user keyword.</doc>
<status status="PASS" start="2026-06-19T03:42:53.096333" elapsed="0.000430"/>
</kw>
<kw name="Open Connection" owner="SSHLibrary">
<arg>127.0.0.1</arg>
<doc>Opens a new SSH connection to the given ``host`` and ``port``.</doc>
<status status="PASS" start="2026-06-19T03:42:53.096922" elapsed="0.000232"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-06-19T03:42:53.097289" elapsed="0.000107"/>
</kw>
<arg>${current_ssh_connection.index}</arg>
<doc>Restore active SSH connection in SSHLibrary to given index.</doc>
<status status="PASS" start="2026-06-19T03:42:53.093447" elapsed="0.004004"/>
</kw>
<msg time="2026-06-19T03:42:53.097600" level="INFO">${output} = cbench: controller benchmarking tool
   running in mode 'latency'
   connecting to controller at 10.30.171.113:6633 
   faking 16 switches with 1 threads :: 10 tests each; 60000 ms per test
   with 10...</msg>
<var>${output}</var>
<arg>${cbench_system}</arg>
<arg>${cbench_executable} -c ${ODL_SYSTEM_IP} ${cbench_args}</arg>
<arg>prompt_timeout=${test_timeout}</arg>
<arg>return_stdout=False</arg>
<arg>return_stderr=True</arg>
<doc>Reduces the common work of running a command on a remote system to a single higher level
robot keyword, taking care to log in with a public key and. The command given is written and the return value
depends on the passed argument values of return_stdout (default: True) and return_stderr (default: False).
At least one should be True, or the keyword will exit and FAIL. If both are True, the resulting return value
will be a two element list containing both. Otherwise the resulting return value is a string.
No test conditions are checked.</doc>
<status status="PASS" start="2026-06-19T03:32:46.409411" elapsed="606.688219"/>
</kw>
<status status="PASS" start="2026-06-19T03:32:46.409092" elapsed="606.688592"/>
</branch>
<status status="PASS" start="2026-06-19T03:32:46.408698" elapsed="606.689014"/>
</if>
<kw name="Log" owner="BuiltIn">
<msg time="2026-06-19T03:42:53.098263" level="INFO">cbench: controller benchmarking tool
   running in mode 'latency'
   connecting to controller at 10.30.171.113:6633 
   faking 16 switches with 1 threads :: 10 tests each; 60000 ms per test
   with 100 unique source MACs per switch
   learning destination mac addresses before the test
   starting test with 5000 ms delay after features_reply
   ignoring first 1 "warmup" and last 0 "cooldown" loops
   debugging info is off
Master Thread: Creating thread-0! 
Thread-0: All switches initialized. Running at node 10.30.171.113. So far 1 cbench instances have initialized their switches.  Waiting for other cbench-instances
Thread-0: Total switches from ALL cbench-instances initialized.
03:33:52.153 16  switches: flows:  111905 110529 109046 108830 108646 117315 110942 110401 107019 107884 108397 106031 109770 122454 110252 107748  total = 29.452817 per ms 
03:34:52.253 16  switches: flows:  115946 115284 114033 114593 114621 113412 116499 115608 110606 113746 111849 111903 113344 113445 113099 111200  total = 30.269189 per ms 
03:35:52.353 16  switches: flows:  109883 110265 108767 109399 108849 109282 111136 108086 109328 108951 109085 108840 110027 110046 106221 108328  total = 29.059679 per ms 
03:36:52.454 16  switches: flows:  116835 116016 115541 114845 116509 117226 117388 114129 113505 117575 115829 114338 116483 114346 114088 114679  total = 30.770814 per ms 
03:37:52.554 16  switches: flows:  122750 117881 120787 120718 119706 122964 118906 119924 118068 120457 117861 117587 120062 117596 119171 119970  total = 31.853646 per ms 
03:38:52.654 16  switches: flows:  116614 111398 115598 113743 112929 114584 112986 114148 111021 114184 111084 109989 114192 110320 112174 114127  total = 30.101233 per ms 
03:39:52.755 16  switches: flows:  126214 123097 124436 123873 122563 126630 125560 124048 122731 126596 121826 122005 126024 122380 123256 125191  total = 33.051920 per ms 
03:40:52.855 16  switches: flows:  127719 125771 125330 125818 123738 128003 128215 125706 126980 127409 124768 122959 128139 125004 123254 126238  total = 33.528181 per ms 
03:41:52.955 16  switches: flows:  123308 120847 122115 121977 121279 124687 124843 121951 121199 123000 121390 119601 123419 120593 119115 121267  total = 32.455646 per ms 
03:42:53.056 16  switches: flows:  126959 124356 127283 126982 124196 127958 129252 125093 126042 127131 125877 124075 127332 123904 124634 125652  total = 33.556044 per ms 
RESULT: 16 switches 9 tests min/max/avg/stdev = 29059.68/33556.04/31627.37/10655.67 responses/s</msg>
<arg>${output}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-06-19T03:42:53.097901" elapsed="0.000439"/>
</kw>
<kw name="Should Contain" owner="BuiltIn">
<arg>${output}</arg>
<arg>RESULT</arg>
<doc>Fails if ``container`` does not contain ``item`` one or more times.</doc>
<status status="PASS" start="2026-06-19T03:42:53.098494" elapsed="0.000436"/>
</kw>
<kw name="Get Lines Containing String" owner="String">
<msg time="2026-06-19T03:42:53.099818" level="INFO">1 out of 23 lines matched.</msg>
<msg time="2026-06-19T03:42:53.099911" level="INFO">${result_line} = RESULT: 16 switches 9 tests min/max/avg/stdev = 29059.68/33556.04/31627.37/10655.67 responses/s</msg>
<var>${result_line}</var>
<arg>${output}</arg>
<arg>RESULT</arg>
<doc>Returns lines of the given ``string`` that contain the ``pattern``.</doc>
<status status="PASS" start="2026-06-19T03:42:53.099121" elapsed="0.000815"/>
</kw>
<kw name="Split String" owner="String">
<msg time="2026-06-19T03:42:53.100373" level="INFO">@{results_list} = [ RESULT: | 16 | switches | 9 | tests | min/max/avg/stdev | = | 29059.68/33556.04/31627.37/10655.67 | responses/s ]</msg>
<var>@{results_list}</var>
<arg>${result_line}</arg>
<doc>Splits the ``string`` using ``separator`` as a delimiter string.</doc>
<status status="PASS" start="2026-06-19T03:42:53.100110" elapsed="0.000291"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-06-19T03:42:53.102861" level="INFO">min/max/avg/stdev</msg>
<arg>${results_list[5]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-06-19T03:42:53.100549" elapsed="0.002371"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-06-19T03:42:53.105334" level="INFO">29059.68/33556.04/31627.37/10655.67</msg>
<arg>${results_list[7]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-06-19T03:42:53.103097" elapsed="0.002295"/>
</kw>
<kw name="Split String" owner="String">
<msg time="2026-06-19T03:42:53.107803" level="INFO">@{result_name_list} = [ min | max | avg | stdev ]</msg>
<var>@{result_name_list}</var>
<arg>${results_list[5]}</arg>
<arg>/</arg>
<doc>Splits the ``string`` using ``separator`` as a delimiter string.</doc>
<status status="PASS" start="2026-06-19T03:42:53.105544" elapsed="0.002286"/>
</kw>
<kw name="Split String" owner="String">
<msg time="2026-06-19T03:42:53.110865" level="INFO">@{result_value_list} = [ 29059.68 | 33556.04 | 31627.37 | 10655.67 ]</msg>
<var>@{result_value_list}</var>
<arg>${results_list[7]}</arg>
<arg>/</arg>
<doc>Splits the ``string`` using ``separator`` as a delimiter string.</doc>
<status status="PASS" start="2026-06-19T03:42:53.108109" elapsed="0.002786"/>
</kw>
<kw name="Get Length" owner="BuiltIn">
<msg time="2026-06-19T03:42:53.111457" level="INFO">Length is 4.</msg>
<msg time="2026-06-19T03:42:53.111548" level="INFO">${num_stats} = 4</msg>
<var>${num_stats}</var>
<arg>${result_name_list}</arg>
<doc>Returns and logs the length of the given item as an integer.</doc>
<status status="PASS" start="2026-06-19T03:42:53.111087" elapsed="0.000485"/>
</kw>
<for flavor="IN RANGE">
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-06-19T03:42:53.117589" level="INFO">min :: 29059.68</msg>
<arg>${result_name_list[${i}]} :: ${result_value_list[${i}]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-06-19T03:42:53.112949" elapsed="0.004717"/>
</kw>
<var name="${i}">0</var>
<status status="PASS" start="2026-06-19T03:42:53.112793" elapsed="0.004918"/>
</iter>
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-06-19T03:42:53.122402" level="INFO">max :: 33556.04</msg>
<arg>${result_name_list[${i}]} :: ${result_value_list[${i}]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-06-19T03:42:53.117955" elapsed="0.004507"/>
</kw>
<var name="${i}">1</var>
<status status="PASS" start="2026-06-19T03:42:53.117812" elapsed="0.004686"/>
</iter>
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-06-19T03:42:53.127089" level="INFO">avg :: 31627.37</msg>
<arg>${result_name_list[${i}]} :: ${result_value_list[${i}]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-06-19T03:42:53.122749" elapsed="0.004398"/>
</kw>
<var name="${i}">2</var>
<status status="PASS" start="2026-06-19T03:42:53.122584" elapsed="0.004597"/>
</iter>
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-06-19T03:42:53.131749" level="INFO">stdev :: 10655.67</msg>
<arg>${result_name_list[${i}]} :: ${result_value_list[${i}]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-06-19T03:42:53.127393" elapsed="0.004416"/>
</kw>
<var name="${i}">3</var>
<status status="PASS" start="2026-06-19T03:42:53.127266" elapsed="0.004579"/>
</iter>
<var>${i}</var>
<value>0</value>
<value>${num_stats}</value>
<status status="PASS" start="2026-06-19T03:42:53.112107" elapsed="0.019770"/>
</for>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-06-19T03:42:53.135821" level="INFO">${min} = 29059.68</msg>
<var>${min}</var>
<arg>${result_value_list[${0}]}</arg>
<doc>Returns the given values which can then be assigned to a variables.</doc>
<status status="PASS" start="2026-06-19T03:42:53.132074" elapsed="0.003775"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-06-19T03:42:53.139724" level="INFO">${max} = 33556.04</msg>
<var>${max}</var>
<arg>${result_value_list[${1}]}</arg>
<doc>Returns the given values which can then be assigned to a variables.</doc>
<status status="PASS" start="2026-06-19T03:42:53.136018" elapsed="0.003733"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-06-19T03:42:53.143660" level="INFO">${average} = 31627.37</msg>
<var>${average}</var>
<arg>${result_value_list[${2}]}</arg>
<doc>Returns the given values which can then be assigned to a variables.</doc>
<status status="PASS" start="2026-06-19T03:42:53.139902" elapsed="0.003785"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-06-19T03:42:53.147605" level="INFO">${stdev} = 10655.67</msg>
<var>${stdev}</var>
<arg>${result_value_list[${3}]}</arg>
<doc>Returns the given values which can then be assigned to a variables.</doc>
<status status="PASS" start="2026-06-19T03:42:53.143841" elapsed="0.003791"/>
</kw>
<kw name="Get Time" owner="BuiltIn">
<msg time="2026-06-19T03:42:53.148192" level="INFO">${date} = 2026-06-19 03:42: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-06-19T03:42:53.147798" elapsed="0.000420"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-06-19T03:42:53.148783" level="INFO">CBench Result: 2026-06-19 03:42:53,-m 60000 -M 100 -S 16 -l 10 -D 5000 -p 6633,29059.68,33556.04,31627.37,10655.67</msg>
<arg>CBench Result: ${date},${cbench_args},${min},${max},${average},${stdev}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-06-19T03:42:53.148372" elapsed="0.000467"/>
</kw>
<kw name="Log Results And Determine Status">
<kw name="Append To File" owner="OperatingSystem">
<msg time="2026-06-19T03:42:53.150305" level="INFO" html="true">Appended to file '&lt;a href="file:///w/workspace/openflowplugin-csit-1node-cbench-only-vanadium/bug.csv"&gt;/w/workspace/openflowplugin-csit-1node-cbench-only-vanadium/bug.csv&lt;/a&gt;'.</msg>
<arg>${output_file}</arg>
<arg>${min},${max},${average}\n</arg>
<doc>Appends the given content to the specified file.</doc>
<status status="PASS" start="2026-06-19T03:42:53.149601" elapsed="0.000774"/>
</kw>
<kw name="Should Be True" owner="BuiltIn">
<arg>${average} &gt; ${threshold}</arg>
<arg>${average} flow_mods per/sec did not exceed threshold of ${threshold}</arg>
<doc>Fails if the given condition is not true.</doc>
<status status="PASS" start="2026-06-19T03:42:53.150531" elapsed="0.000522"/>
</kw>
<arg>${min}</arg>
<arg>${max}</arg>
<arg>${average}</arg>
<arg>${average_threshold}</arg>
<arg>${output_filename}</arg>
<status status="PASS" start="2026-06-19T03:42:53.149064" elapsed="0.002061"/>
</kw>
<arg>-m ${duration_in_ms} -M ${num_of_unique_macs} -S ${switch_count} -l ${loops} -D ${start_delay} -p ${of_port}</arg>
<arg>${latency_threshold}</arg>
<arg>bug.csv</arg>
<status status="PASS" start="2026-06-19T03:32:46.407625" elapsed="606.743561"/>
</kw>
<kw name="Sleep" owner="BuiltIn">
<msg time="2026-06-19T03:42:53.151687" level="INFO">Slept 0 seconds.</msg>
<arg>${test_delay}</arg>
<doc>Pauses the test executed for the given time.</doc>
<status status="PASS" start="2026-06-19T03:42:53.151347" elapsed="0.000399"/>
</kw>
<kw name="Report Failure Due To Bug" owner="Utils" type="TEARDOWN">
<kw name="Evaluate" owner="BuiltIn">
<msg time="2026-06-19T03:42:53.153103" level="INFO">${test_skipped} = False</msg>
<var>${test_skipped}</var>
<arg>len(re.findall('SKIPPED', """${TEST_MESSAGE}""")) &gt; 0</arg>
<arg>modules=re</arg>
<doc>Evaluates the given expression in Python and returns the result.</doc>
<status status="PASS" start="2026-06-19T03:42:53.152559" elapsed="0.000570"/>
</kw>
<if>
<branch type="IF" condition="('${TEST_STATUS}' != 'FAIL') or ${test_skipped}">
<return>
<status status="PASS" start="2026-06-19T03:42:53.153593" elapsed="0.000054"/>
</return>
<status status="PASS" start="2026-06-19T03:42:53.153226" elapsed="0.000459"/>
</branch>
<status status="PASS" start="2026-06-19T03:42:53.153200" elapsed="0.000514"/>
</if>
<kw name="Comment" owner="BuiltIn">
<arg>Jira tickets are {PROJECT}-{NUMBER} while Bugzilla tickets are {NUMBER}</arg>
<doc>Displays the given messages in the log file as keyword arguments.</doc>
<status status="NOT RUN" start="2026-06-19T03:42:53.153880" elapsed="0.000022"/>
</kw>
<kw name="Run Keyword And Return Status" owner="BuiltIn">
<var>${match}</var>
<arg>Should Contain</arg>
<arg>${number}</arg>
<arg>-</arg>
<doc>Runs the specified keyword and returns the status as a Boolean value.</doc>
<status status="NOT RUN" start="2026-06-19T03:42:53.154056" elapsed="0.000021"/>
</kw>
<kw name="Set Variable If" owner="BuiltIn">
<var>${bug_url}</var>
<arg>${match}</arg>
<arg>https://jira.opendaylight.org/browse/${number}</arg>
<arg>https://bugs.opendaylight.org/show_bug.cgi?id=${number}</arg>
<doc>Sets variable based on the given condition.</doc>
<status status="NOT RUN" start="2026-06-19T03:42:53.154223" elapsed="0.000020"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<var>${msg}</var>
<arg>This test fails due to ${bug_url}</arg>
<doc>Returns the given values which can then be assigned to a variables.</doc>
<status status="NOT RUN" start="2026-06-19T03:42:53.154454" elapsed="0.000021"/>
</kw>
<kw name="Evaluate" owner="BuiltIn">
<var>${newline}</var>
<arg>chr(10)</arg>
<doc>Evaluates the given expression in Python and returns the result.</doc>
<status status="NOT RUN" start="2026-06-19T03:42:53.154604" elapsed="0.000019"/>
</kw>
<kw name="Set Test Message" owner="BuiltIn">
<arg>${msg}${newline}${newline}${TEST_MESSAGE}</arg>
<doc>Sets message for the current test case.</doc>
<status status="NOT RUN" start="2026-06-19T03:42:53.154750" elapsed="0.000019"/>
</kw>
<kw name="Log" owner="BuiltIn">
<arg>${msg}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="NOT RUN" start="2026-06-19T03:42:53.154892" elapsed="0.000019"/>
</kw>
<if>
<branch type="IF" condition="&quot;${include_bug_in_tags}&quot;==&quot;True&quot;">
<kw name="Set Tags" owner="BuiltIn">
<arg>${bug_url}</arg>
<doc>Adds given ``tags`` for the current test or all tests in a suite.</doc>
<status status="NOT RUN" start="2026-06-19T03:42:53.155133" elapsed="0.000021"/>
</kw>
<status status="NOT RUN" start="2026-06-19T03:42:53.154973" elapsed="0.000213"/>
</branch>
<status status="NOT RUN" start="2026-06-19T03:42:53.154956" elapsed="0.000253"/>
</if>
<arg>6176</arg>
<doc>Report that a test failed due to a known Bugzilla bug whose
number is provided as an argument.
Not FAILED (incl. SKIPPED) test are not reported.
This keyword must be used in the [Teardown] setting of the affected test
or as the first line of the test if FastFail module is not being
used. It reports the URL of the bug on console and also puts it
into the Robot log file.</doc>
<status status="PASS" start="2026-06-19T03:42:53.152211" elapsed="0.003051"/>
</kw>
<doc>cbench executed in latency mode to see if controller is healthy</doc>
<tag>cbench</tag>
<tag>latency</tag>
<timeout value="15 minutes"/>
<status status="PASS" start="2026-06-19T03:32:46.406205" elapsed="606.749108"/>
</test>
<doc>Cbench Latency and Throughput tests can be run from an external
cbench.
If cbench is run with a medium number of switches or higher (e.g. 32+)
the normal openflow operations seem to break.
BUG: https://bugs.opendaylight.org/show_bug.cgi?id=2897</doc>
<status status="PASS" start="2026-06-19T03:12:30.607883" elapsed="1822.550199"/>
</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>
