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

[?1h=[90m~[0m                                                                                [?2004hopendaylight-user</msg>
<arg>${KARAF_USER}</arg>
<arg>${KARAF_PASSWORD}</arg>
<arg>loglevel=${loglevel}</arg>
<doc>Logs into the SSH server with the given ``username`` and ``password``.</doc>
<status status="PASS" start="2026-04-02T03:08:35.393133" elapsed="0.773982"/>
</kw>
<kw name="Write" owner="SSHLibrary">
<msg time="2026-04-02T03:08:36.223454" level="INFO">@root&gt;log:set ERROR</msg>
<arg>${cmd}</arg>
<doc>Writes the given ``text`` on the remote machine and appends a newline.</doc>
<status status="PASS" start="2026-04-02T03:08:36.168450" elapsed="0.056077"/>
</kw>
<kw name="Read Until Regexp" owner="SSHLibrary">
<msg time="2026-04-02T03:08:36.227503" level="INFO">[?1l&gt;[?2004l[?1h=[90m~[0m                                                                                [?2004hopendaylight-user@root&gt;</msg>
<msg time="2026-04-02T03:08:36.227673" level="INFO">${output} = [?1l&gt;[?2004l[?1h=[90m~[0m                                                                                [?2004hopendaylight-user@root&gt;</msg>
<var>${output}</var>
<arg>${KARAF_PROMPT}</arg>
<doc>Consumes and returns the server output until a match to ``regexp`` is found.</doc>
<status status="PASS" start="2026-04-02T03:08:36.224871" elapsed="0.002846"/>
</kw>
<kw name="Write Bare" owner="SSHLibrary">
<arg>logout\n</arg>
<doc>Writes the given ``text`` on the remote machine without appending a newline.</doc>
<status status="PASS" start="2026-04-02T03:08:36.227936" elapsed="0.000364"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-04-02T03:08:36.228522" elapsed="0.000309"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-02T03:08:36.229472" level="INFO">[?1l&gt;[?2004l[?1h=[90m~[0m                                                                                [?2004hopendaylight-user@root&gt;</msg>
<arg>${output}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-04-02T03:08:36.229040" elapsed="0.000509"/>
</kw>
<return>
<value>${output}</value>
<status status="PASS" start="2026-04-02T03:08:36.230140" elapsed="0.000069"/>
</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.201
Note that this keyword will open&amp;close new SSH connection, without switching back to previously current session.</doc>
<status status="PASS" start="2026-04-02T03:08:35.391614" elapsed="0.838759"/>
</kw>
<arg>3x</arg>
<arg>1s</arg>
<arg>KarafKeywords.Issue Command On Karaf Console</arg>
<arg>log:set ${log_level}</arg>
<doc>Runs the specified keyword and retries if it fails.</doc>
<status status="PASS" start="2026-04-02T03:08:35.387999" elapsed="0.842460"/>
</kw>
<kw name="Append To File" owner="OperatingSystem">
<msg time="2026-04-02T03:08:36.231758" level="INFO" html="true">Appended to file '&lt;a href="file:///w/workspace/openflowplugin-csit-1node-cbench-only-vanadium/latency.csv"&gt;/w/workspace/openflowplugin-csit-1node-cbench-only-vanadium/latency.csv&lt;/a&gt;'.</msg>
<arg>${latency_results_file}</arg>
<arg>LATENCY_MIN,LATENCY_MAX,LATENCY_AVERAGE\n</arg>
<doc>Appends the given content to the specified file.</doc>
<status status="PASS" start="2026-04-02T03:08:36.231186" elapsed="0.000655"/>
</kw>
<kw name="Append To File" owner="OperatingSystem">
<msg time="2026-04-02T03:08:36.232332" level="INFO" html="true">Appended to file '&lt;a href="file:///w/workspace/openflowplugin-csit-1node-cbench-only-vanadium/throughput.csv"&gt;/w/workspace/openflowplugin-csit-1node-cbench-only-vanadium/throughput.csv&lt;/a&gt;'.</msg>
<arg>${throughput_results_file}</arg>
<arg>THROUGHPUT_MIN,THROUGHPUT_MAX,THROUGHPUT_AVERAGE\n</arg>
<doc>Appends the given content to the specified file.</doc>
<status status="PASS" start="2026-04-02T03:08:36.232060" elapsed="0.000328"/>
</kw>
<kw name="Evaluate" owner="BuiltIn">
<msg time="2026-04-02T03:08:36.232963" level="INFO">${duration_in_ms} = 60000</msg>
<var>${duration_in_ms}</var>
<arg>${duration_in_secs} * 1000</arg>
<doc>Evaluates the given expression in Python and returns the result.</doc>
<status status="PASS" start="2026-04-02T03:08:36.232553" elapsed="0.000438"/>
</kw>
<kw name="Set Suite Variable" owner="BuiltIn">
<msg time="2026-04-02T03:08:36.233526" level="INFO">${duration_in_ms} = 60000</msg>
<arg>${duration_in_ms}</arg>
<doc>Makes a variable available everywhere within the scope of the current suite.</doc>
<status status="PASS" start="2026-04-02T03:08:36.233160" elapsed="0.000411"/>
</kw>
<kw name="Evaluate" owner="BuiltIn">
<msg time="2026-04-02T03:08:36.234111" level="INFO">${test_timeout} = 900.0</msg>
<var>${test_timeout}</var>
<arg>(${loops} * ${duration_in_secs}) * 1.5</arg>
<doc>Evaluates the given expression in Python and returns the result.</doc>
<status status="PASS" start="2026-04-02T03:08:36.233739" elapsed="0.000403"/>
</kw>
<kw name="Set Suite Variable" owner="BuiltIn">
<msg time="2026-04-02T03:08:36.234612" level="INFO">${test_timeout} = 900.0</msg>
<arg>${test_timeout}</arg>
<doc>Makes a variable available everywhere within the scope of the current suite.</doc>
<status status="PASS" start="2026-04-02T03:08:36.234303" elapsed="0.000371"/>
</kw>
<if>
<branch type="IF" condition="&quot;${cbench_system}&quot; == &quot;localhost&quot;">
<kw name="File Should Exist" owner="OperatingSystem">
<arg>${cbench_executable}</arg>
<doc>Fails unless the given ``path`` points to an existing file.</doc>
<status status="NOT RUN" start="2026-04-02T03:08:36.234973" elapsed="0.000021"/>
</kw>
<status status="NOT RUN" start="2026-04-02T03:08:36.234760" elapsed="0.000268"/>
</branch>
<branch type="ELSE">
<kw name="Verify File Exists On Remote System" owner="Utils">
<kw name="Open Connection" owner="SSHLibrary">
<msg time="2026-04-02T03:08:36.239779" level="INFO">${conn_id} = 2</msg>
<var>${conn_id}</var>
<arg>${system}</arg>
<arg>prompt=${prompt}</arg>
<arg>timeout=${prompt_timeout}</arg>
<doc>Opens a new SSH connection to the given ``host`` and ``port``.</doc>
<status status="PASS" start="2026-04-02T03:08:36.239333" elapsed="0.000473"/>
</kw>
<kw name="Flexible_SSH_Login" owner="SSHKeywords">
<kw name="Get Length" owner="BuiltIn">
<msg time="2026-04-02T03:08:36.241129" level="INFO">Length is 0.</msg>
<msg time="2026-04-02T03:08:36.241215" level="INFO">${pwd_length} = 0</msg>
<var>${pwd_length}</var>
<arg>${password}</arg>
<doc>Returns and logs the length of the given item as an integer.</doc>
<status status="PASS" start="2026-04-02T03:08:36.240687" elapsed="0.000553"/>
</kw>
<kw name="Run Keyword And Return If" owner="BuiltIn">
<arg>${pwd_length} &gt; 0</arg>
<arg>SSHLibrary.Login</arg>
<arg>${user}</arg>
<arg>${password}</arg>
<arg>delay=${delay}</arg>
<doc>Runs the specified keyword and returns from the enclosing user keyword.</doc>
<status status="PASS" start="2026-04-02T03:08:36.241394" elapsed="0.000359"/>
</kw>
<kw name="Run Keyword And Return" owner="BuiltIn">
<kw name="Login With Public Key" owner="SSHLibrary">
<msg time="2026-04-02T03:08:36.242772" level="INFO">Logging into '10.30.170.247:22' as 'jenkins'.</msg>
<msg time="2026-04-02T03:08:36.960344" level="INFO">Read output: Welcome to Ubuntu 22.04.5 LTS (GNU/Linux 5.15.0-153-generic x86_64)

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

 System information as of Thu Apr  2 03:08:36 UTC 2026

  System load:  0.09               Processes:             112
  Usage of /:   19.3% of 38.58GB   Users logged in:       0
  Memory usage: 4%                 IPv4 address for ens3: 10.30.170.247
  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-159-1-mininet-ovs-217-0 ~]&gt;</msg>
<arg>${user}</arg>
<arg>${USER_HOME}/.ssh/${SSH_KEY}</arg>
<arg>${KEYFILE_PASS}</arg>
<arg>delay=${delay}</arg>
<doc>Logs into the SSH server using key-based authentication.</doc>
<status status="PASS" start="2026-04-02T03:08:36.242249" elapsed="0.718280"/>
</kw>
<msg time="2026-04-02T03:08:36.960626" level="INFO">Returning from the enclosing user keyword.</msg>
<arg>SSHLibrary.Login With Public Key</arg>
<arg>${user}</arg>
<arg>${USER_HOME}/.ssh/${SSH_KEY}</arg>
<arg>${KEYFILE_PASS}</arg>
<arg>delay=${delay}</arg>
<doc>Runs the specified keyword and returns from the enclosing user keyword.</doc>
<status status="PASS" start="2026-04-02T03:08:36.241908" elapsed="0.718855"/>
</kw>
<arg>${user}</arg>
<arg>${password}</arg>
<doc>On active SSH session: if given non-empty password, do Login, else do Login With Public Key.</doc>
<status status="PASS" start="2026-04-02T03:08:36.240014" elapsed="0.720883"/>
</kw>
<kw name="File Should Exist" owner="SSHLibrary">
<msg time="2026-04-02T03:08:36.969783" level="INFO">[chan 1] Opened sftp connection (server version 3)</msg>
<arg>${file}</arg>
<doc>Fails if the given ``path`` does NOT point to an existing file.</doc>
<status status="PASS" start="2026-04-02T03:08:36.961133" elapsed="0.010871"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-04-02T03:08:36.972405" elapsed="0.000668"/>
</kw>
<arg>${cbench_system}</arg>
<arg>${cbench_executable}</arg>
<doc>Will create connection with public key and will PASS if the given ${file} exists,
otherwise will FAIL</doc>
<status status="PASS" start="2026-04-02T03:08:36.238816" elapsed="0.734400"/>
</kw>
<status status="PASS" start="2026-04-02T03:08:36.235109" elapsed="0.738192"/>
</branch>
<status status="PASS" start="2026-04-02T03:08:36.234735" elapsed="0.738635"/>
</if>
<kw name="Should Be True" owner="BuiltIn">
<arg>${loops} &gt;= 2</arg>
<arg>If number of loops is less than 2, cbench will not run</arg>
<doc>Fails if the given condition is not true.</doc>
<status status="PASS" start="2026-04-02T03:08:36.973766" elapsed="0.001044"/>
</kw>
<kw name="Verify_Feature_Is_Installed" owner="KarafKeywords">
<if>
<branch type="IF" condition="'${IS_KARAF_APPL}' == 'False'">
<return>
<value>Not A Karaf App</value>
<status status="NOT RUN" start="2026-04-02T03:08:36.983395" elapsed="0.000019"/>
</return>
<status status="NOT RUN" start="2026-04-02T03:08:36.983270" elapsed="0.000181"/>
</branch>
<status status="PASS" start="2026-04-02T03:08:36.983242" elapsed="0.000233"/>
</if>
<kw name="Issue_Command_On_Karaf_Console" owner="KarafKeywords">
<if>
<branch type="IF" condition="'${IS_KARAF_APPL}' == 'False'">
<return>
<value>Not A Karaf App</value>
<status status="NOT RUN" start="2026-04-02T03:08:36.987064" elapsed="0.000014"/>
</return>
<status status="NOT RUN" start="2026-04-02T03:08:36.986952" elapsed="0.000158"/>
</branch>
<status status="PASS" start="2026-04-02T03:08:36.986931" elapsed="0.000202"/>
</if>
<kw name="Open Connection" owner="SSHLibrary">
<arg>${controller}</arg>
<arg>port=${karaf_port}</arg>
<arg>prompt=${KARAF_PROMPT_LOGIN}</arg>
<arg>timeout=${timeout}</arg>
<doc>Opens a new SSH connection to the given ``host`` and ``port``.</doc>
<status status="PASS" start="2026-04-02T03:08:36.987265" elapsed="0.001013"/>
</kw>
<kw name="Login" owner="SSHLibrary">
<msg time="2026-04-02T03:08:36.988702" level="INFO">Logging into '10.30.171.201:8101' as 'karaf'.</msg>
<msg time="2026-04-02T03:08:37.172483" level="INFO">Read output: [33m                                                                                           
[33m    ________                       ________                .__  .__       .__     __       
[33m    \_____  \ ______   ____   ____ \______ \ _____  ___.__.|  | |__| ____ |  |___/  |_     
[33m     /   |   \\____ \_/ __ \ /    \ |    |  \\__  \&lt;   |  ||  | |  |/ ___\|  |  \   __\    
[33m    /    |    \  |_&gt; &gt;  ___/|   |  \|    `   \/ __ \\___  ||  |_|  / /_/  &gt;   Y  \  |      
[33m    \_______  /   __/ \___  &gt;___|  /_______  (____  / ____||____/__\___  /|___|  /__|      
[33m            \/|__|        \/     \/        \/     \/\/            /_____/      \/          
[33m                                                                                           

Hit '[1m&lt;tab&gt;[0m' for a list of available commands
and '[1m[cmd] --help[0m' for help on a specific command.
Hit '[1m&lt;ctrl-d&gt;[0m' or type '[1msystem:shutdown[0m' or '[1mlogout[0m' to shutdown OpenDaylight.

[?1h=[90m~[0m                                                                                [?2004hopendaylight-user</msg>
<arg>${KARAF_USER}</arg>
<arg>${KARAF_PASSWORD}</arg>
<arg>loglevel=${loglevel}</arg>
<doc>Logs into the SSH server with the given ``username`` and ``password``.</doc>
<status status="PASS" start="2026-04-02T03:08:36.988427" elapsed="0.184247"/>
</kw>
<kw name="Write" owner="SSHLibrary">
<msg time="2026-04-02T03:08:37.266380" level="INFO">@root&gt;feature:list -i | 0[C 0g[Krep odl-openflowplugin-drop-test</msg>
<arg>${cmd}</arg>
<doc>Writes the given ``text`` on the remote machine and appends a newline.</doc>
<status status="PASS" start="2026-04-02T03:08:37.172976" elapsed="0.093559"/>
</kw>
<kw name="Read Until Regexp" owner="SSHLibrary">
<msg time="2026-04-02T03:08:37.273236" level="INFO">[?1l&gt;[?2004l[31;1modl-openflowplugin-drop-test[0m                                    x 0.21.2           x x        x Started x [31;1modl-openflowplugin-drop-test[0m                                    x OpenDaylight :: Openflow Plugin :: Drop Test
[?1h=[90m~[0m                                                                                [?2004hopendaylight-user@root&gt;</msg>
<msg time="2026-04-02T03:08:37.273454" level="INFO">${output} = [?1l&gt;[?2004l[31;1modl-openflowplugin-drop-test[0m                                    x 0.21.2           x x        x Started x [31;1modl-openflowplugin-drop-test[0m                     ...</msg>
<var>${output}</var>
<arg>${KARAF_PROMPT}</arg>
<doc>Consumes and returns the server output until a match to ``regexp`` is found.</doc>
<status status="PASS" start="2026-04-02T03:08:37.266888" elapsed="0.006598"/>
</kw>
<kw name="Write Bare" owner="SSHLibrary">
<arg>logout\n</arg>
<doc>Writes the given ``text`` on the remote machine without appending a newline.</doc>
<status status="PASS" start="2026-04-02T03:08:37.273651" elapsed="0.000324"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-04-02T03:08:37.274132" elapsed="0.000250"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-02T03:08:37.274908" level="INFO">[?1l&gt;[?2004l[31;1modl-openflowplugin-drop-test[0m                                    x 0.21.2           x x        x Started x [31;1modl-openflowplugin-drop-test[0m                                    x OpenDaylight :: Openflow Plugin :: Drop Test
[?1h=[90m~[0m                                                                                [?2004hopendaylight-user@root&gt;</msg>
<arg>${output}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-04-02T03:08:37.274521" elapsed="0.000442"/>
</kw>
<return>
<value>${output}</value>
<status status="PASS" start="2026-04-02T03:08:37.275018" elapsed="0.000065"/>
</return>
<msg time="2026-04-02T03:08:37.275244" level="INFO">${output} = [?1l&gt;[?2004l[31;1modl-openflowplugin-drop-test[0m                                    x 0.21.2           x x        x Started x [31;1modl-openflowplugin-drop-test[0m                     ...</msg>
<var>${output}</var>
<arg>feature:list -i | grep ${feature_name}</arg>
<arg>${controller}</arg>
<arg>${karaf_port}</arg>
<doc>Will execute the given ${cmd} by ssh'ing to the karaf console running on 10.30.171.201
Note that this keyword will open&amp;close new SSH connection, without switching back to previously current session.</doc>
<status status="PASS" start="2026-04-02T03:08:36.986578" elapsed="0.288698"/>
</kw>
<kw name="Should Contain" owner="BuiltIn">
<arg>${output}</arg>
<arg>${feature_name}</arg>
<doc>Fails if ``container`` does not contain ``item`` one or more times.</doc>
<status status="PASS" start="2026-04-02T03:08:37.275427" elapsed="0.000655"/>
</kw>
<return>
<value>${output}</value>
<status status="PASS" start="2026-04-02T03:08:37.276133" 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-04-02T03:08:36.982935" elapsed="0.293333"/>
</kw>
<kw name="Issue_Command_On_Karaf_Console" owner="KarafKeywords">
<if>
<branch type="IF" condition="'${IS_KARAF_APPL}' == 'False'">
<return>
<value>Not A Karaf App</value>
<status status="NOT RUN" start="2026-04-02T03:08:37.280129" elapsed="0.000015"/>
</return>
<status status="NOT RUN" start="2026-04-02T03:08:37.279987" elapsed="0.000189"/>
</branch>
<status status="PASS" start="2026-04-02T03:08:37.279959" elapsed="0.000243"/>
</if>
<kw name="Open Connection" owner="SSHLibrary">
<arg>${controller}</arg>
<arg>port=${karaf_port}</arg>
<arg>prompt=${KARAF_PROMPT_LOGIN}</arg>
<arg>timeout=${timeout}</arg>
<doc>Opens a new SSH connection to the given ``host`` and ``port``.</doc>
<status status="PASS" start="2026-04-02T03:08:37.280335" elapsed="0.000809"/>
</kw>
<kw name="Login" owner="SSHLibrary">
<msg time="2026-04-02T03:08:37.281573" level="INFO">Logging into '10.30.171.201:8101' as 'karaf'.</msg>
<msg time="2026-04-02T03:08:37.419965" level="INFO">Read output: [33m                                                                                           
[33m    ________                       ________                .__  .__       .__     __       
[33m    \_____  \ ______   ____   ____ \______ \ _____  ___.__.|  | |__| ____ |  |___/  |_     
[33m     /   |   \\____ \_/ __ \ /    \ |    |  \\__  \&lt;   |  ||  | |  |/ ___\|  |  \   __\    
[33m    /    |    \  |_&gt; &gt;  ___/|   |  \|    `   \/ __ \\___  ||  |_|  / /_/  &gt;   Y  \  |      
[33m    \_______  /   __/ \___  &gt;___|  /_______  (____  / ____||____/__\___  /|___|  /__|      
[33m            \/|__|        \/     \/        \/     \/\/            /_____/      \/          
[33m                                                                                           

Hit '[1m&lt;tab&gt;[0m' for a list of available commands
and '[1m[cmd] --help[0m' for help on a specific command.
Hit '[1m&lt;ctrl-d&gt;[0m' or type '[1msystem:shutdown[0m' or '[1mlogout[0m' to shutdown OpenDaylight.

[?1h=[90m~[0m                                                                                [?2004hopendaylight-user</msg>
<arg>${KARAF_USER}</arg>
<arg>${KARAF_PASSWORD}</arg>
<arg>loglevel=${loglevel}</arg>
<doc>Logs into the SSH server with the given ``username`` and ``password``.</doc>
<status status="PASS" start="2026-04-02T03:08:37.281304" elapsed="0.138889"/>
</kw>
<kw name="Write" owner="SSHLibrary">
<msg time="2026-04-02T03:08:37.445577" level="INFO">@root&gt;dropallpacketsrpc on</msg>
<arg>${cmd}</arg>
<doc>Writes the given ``text`` on the remote machine and appends a newline.</doc>
<status status="PASS" start="2026-04-02T03:08:37.420464" elapsed="0.025202"/>
</kw>
<kw name="Read Until Regexp" owner="SSHLibrary">
<msg time="2026-04-02T03:08:37.447458" level="INFO">[?1l&gt;[?2004lDropAllFlows transitions to on
[?1h=[90m~[0m                                                                                [?2004hopendaylight-user@root&gt;</msg>
<msg time="2026-04-02T03:08:37.447577" level="INFO">${output} = [?1l&gt;[?2004lDropAllFlows transitions to on
[?1h=[90m~[0m                                                                                [?2004hopendaylight-user@root&gt;</msg>
<var>${output}</var>
<arg>${KARAF_PROMPT}</arg>
<doc>Consumes and returns the server output until a match to ``regexp`` is found.</doc>
<status status="PASS" start="2026-04-02T03:08:37.445840" elapsed="0.001767"/>
</kw>
<kw name="Write Bare" owner="SSHLibrary">
<arg>logout\n</arg>
<doc>Writes the given ``text`` on the remote machine without appending a newline.</doc>
<status status="PASS" start="2026-04-02T03:08:37.447760" elapsed="0.000207"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-04-02T03:08:37.448120" elapsed="0.000262"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-02T03:08:37.448921" level="INFO">[?1l&gt;[?2004lDropAllFlows transitions to on
[?1h=[90m~[0m                                                                                [?2004hopendaylight-user@root&gt;</msg>
<arg>${output}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-04-02T03:08:37.448549" elapsed="0.000424"/>
</kw>
<return>
<value>${output}</value>
<status status="PASS" start="2026-04-02T03:08:37.449034" elapsed="0.000068"/>
</return>
<arg>dropallpacketsrpc on</arg>
<doc>Will execute the given ${cmd} by ssh'ing to the karaf console running on 10.30.171.201
Note that this keyword will open&amp;close new SSH connection, without switching back to previously current session.</doc>
<status status="PASS" start="2026-04-02T03:08:37.279608" elapsed="0.169656"/>
</kw>
<status status="PASS" start="2026-04-02T03:08:35.385573" elapsed="2.063761"/>
</kw>
<test id="s1-t1" name="Cbench Latency Test" line="37">
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-02T03:08:37.452034" level="INFO">Cbench tests using 10 iterations of 60 second tests. Switch Count: 16. Unique MACS to cycle: 100</msg>
<arg>Cbench tests using ${loops} iterations of ${duration_in_secs} second tests. Switch Count: ${switch_count}. Unique MACS to cycle: ${num_of_unique_macs}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-04-02T03:08:37.450655" elapsed="0.001446"/>
</kw>
<kw name="Run Cbench And Log Results">
<kw name="Set Suite Variable" owner="BuiltIn">
<msg time="2026-04-02T03:08:37.453681" level="INFO">${output_filename} = latency.csv</msg>
<arg>${output_filename}</arg>
<doc>Makes a variable available everywhere within the scope of the current suite.</doc>
<status status="PASS" start="2026-04-02T03:08:37.453300" elapsed="0.000425"/>
</kw>
<if>
<branch type="IF" condition="&quot;${cbench_system}&quot; == &quot;localhost&quot;">
<kw name="Run" owner="OperatingSystem">
<var>${output}</var>
<arg>${cbench_executable} -c ${ODL_SYSTEM_IP} ${cbench_args}</arg>
<doc>_This keyword is considered deprecated. Use the
[http://robotframework.org/robotframework/latest/libraries/Process.html|
Process] library instead._</doc>
<status status="NOT RUN" start="2026-04-02T03:08:37.454063" elapsed="0.000022"/>
</kw>
<status status="NOT RUN" start="2026-04-02T03:08:37.453813" 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-04-02T03:08:37.457191" elapsed="0.000021"/>
</kw>
<status status="NOT RUN" start="2026-04-02T03:08:37.456939" elapsed="0.000307"/>
</branch>
<status status="PASS" start="2026-04-02T03:08:37.456918" elapsed="0.000354"/>
</if>
<kw name="Get Connection" owner="SSHLibrary">
<msg time="2026-04-02T03:08:37.457624" level="INFO">index=None
host=None
alias=None
port=22
timeout=3 seconds
newline=

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

prompt=None
term_type=vt100
width=80
height=24
path_separator=/
encoding=utf8
escape_ansi=False
encoding_errors=strict</msg>
<var>${current_ssh_connection}</var>
<doc>Returns information about the connection.</doc>
<status status="PASS" start="2026-04-02T03:08:37.457408" elapsed="0.000385"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-02T03:08:37.458351" level="INFO">Attempting to execute command "/usr/local/bin/cbench -c 10.30.171.201 -m 60000 -M 100 -S 16 -l 10 -D 5000 -p 6633" on remote system "10.30.170.247" by user "jenkins" with keyfile pass "any" and prompt "&gt;" and password ""</msg>
<arg>Attempting to execute command "${cmd}" on remote system "${system}" by user "${user}" with keyfile pass "${keyfile_pass}" and prompt "${prompt}" and password "${password}"</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-04-02T03:08:37.457931" elapsed="0.000479"/>
</kw>
<kw name="Open Connection" owner="SSHLibrary">
<msg time="2026-04-02T03:08:37.459061" level="INFO">${conn_id} = 5</msg>
<var>${conn_id}</var>
<arg>${system}</arg>
<arg>prompt=${prompt}</arg>
<arg>timeout=${prompt_timeout}</arg>
<doc>Opens a new SSH connection to the given ``host`` and ``port``.</doc>
<status status="PASS" start="2026-04-02T03:08:37.458550" elapsed="0.000537"/>
</kw>
<kw name="Flexible_SSH_Login" owner="SSHKeywords">
<kw name="Get Length" owner="BuiltIn">
<msg time="2026-04-02T03:08:37.460054" level="INFO">Length is 0.</msg>
<msg time="2026-04-02T03:08:37.460142" level="INFO">${pwd_length} = 0</msg>
<var>${pwd_length}</var>
<arg>${password}</arg>
<doc>Returns and logs the length of the given item as an integer.</doc>
<status status="PASS" start="2026-04-02T03:08:37.459717" elapsed="0.000449"/>
</kw>
<kw name="Run Keyword And Return If" owner="BuiltIn">
<arg>${pwd_length} &gt; 0</arg>
<arg>SSHLibrary.Login</arg>
<arg>${user}</arg>
<arg>${password}</arg>
<arg>delay=${delay}</arg>
<doc>Runs the specified keyword and returns from the enclosing user keyword.</doc>
<status status="PASS" start="2026-04-02T03:08:37.460309" elapsed="0.000441"/>
</kw>
<kw name="Run Keyword And Return" owner="BuiltIn">
<kw name="Login With Public Key" owner="SSHLibrary">
<msg time="2026-04-02T03:08:37.461644" level="INFO">Logging into '10.30.170.247:22' as 'jenkins'.</msg>
<msg time="2026-04-02T03:08:37.794221" level="INFO">Read output: Welcome to Ubuntu 22.04.5 LTS (GNU/Linux 5.15.0-153-generic x86_64)

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

 System information as of Thu Apr  2 03:08:36 UTC 2026

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


Expanded Security Maintenance for Applications is not enabled.

0 updates can be applied immediately.

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


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


Last login: Thu Apr  2 03:08:36 2026 from 10.30.171.225
[?2004h[jenkins@releng-63164-159-1-mininet-ovs-217-0 ~]&gt;</msg>
<arg>${user}</arg>
<arg>${USER_HOME}/.ssh/${SSH_KEY}</arg>
<arg>${KEYFILE_PASS}</arg>
<arg>delay=${delay}</arg>
<doc>Logs into the SSH server using key-based authentication.</doc>
<status status="PASS" start="2026-04-02T03:08:37.461271" elapsed="0.333196"/>
</kw>
<msg time="2026-04-02T03:08:37.794565" level="INFO">Returning from the enclosing user keyword.</msg>
<arg>SSHLibrary.Login With Public Key</arg>
<arg>${user}</arg>
<arg>${USER_HOME}/.ssh/${SSH_KEY}</arg>
<arg>${KEYFILE_PASS}</arg>
<arg>delay=${delay}</arg>
<doc>Runs the specified keyword and returns from the enclosing user keyword.</doc>
<status status="PASS" start="2026-04-02T03:08:37.460921" elapsed="0.333775"/>
</kw>
<arg>${user}</arg>
<arg>${password}</arg>
<doc>On active SSH session: if given non-empty password, do Login, else do Login With Public Key.</doc>
<status status="PASS" start="2026-04-02T03:08:37.459294" elapsed="0.335546"/>
</kw>
<kw name="Execute Command" owner="SSHLibrary">
<msg time="2026-04-02T03:08:37.795873" level="INFO">Executing command '/usr/local/bin/cbench -c 10.30.171.201 -m 60000 -M 100 -S 16 -l 10 -D 5000 -p 6633'.</msg>
<msg time="2026-04-02T03:18:43.914530" level="INFO">Command exited with return code 0.</msg>
<msg time="2026-04-02T03:18:43.915189" level="INFO">${stdout} = </msg>
<msg time="2026-04-02T03:18:43.915298" level="INFO">${stderr} = cbench: controller benchmarking tool
   running in mode 'latency'
   connecting to controller at 10.30.171.201:6633 
   faking 16 switches with 1 threads :: 10 tests each; 60000 ms per test
   with 10...</msg>
<var>${stdout}</var>
<var>${stderr}</var>
<arg>${cmd}</arg>
<arg>return_stderr=True</arg>
<doc>Executes ``command`` on the remote machine and returns its outputs.</doc>
<status status="PASS" start="2026-04-02T03:08:37.795110" elapsed="606.120245"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-04-02T03:18:43.916460" elapsed="0.000737"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-02T03:18:43.918322" level="INFO">cbench: controller benchmarking tool
   running in mode 'latency'
   connecting to controller at 10.30.171.201:6633 
   faking 16 switches with 1 threads :: 10 tests each; 60000 ms per test
   with 100 unique source MACs per switch
   learning destination mac addresses before the test
   starting test with 5000 ms delay after features_reply
   ignoring first 1 "warmup" and last 0 "cooldown" loops
   debugging info is off
Master Thread: Creating thread-0! 
Thread-0: All switches initialized. Running at node 10.30.171.201. So far 1 cbench instances have initialized their switches.  Waiting for other cbench-instances
Thread-0: Total switches from ALL cbench-instances initialized.
03:09:43.007 16  switches: flows:  106599 105716 106974 104286 104972 104028 102383 105165 104644 100826 104166 100704 102569 100593 101644 103185  total = 27.640900 per ms 
03:10:43.107 16  switches: flows:  111708 112971 111779 109369 112369 109072 110732 109709 107562 108042 107121 108108 106331 106342 106649 106980  total = 29.032260 per ms 
03:11:43.208 16  switches: flows:  115572 116620 115642 114236 115471 113610 113600 112025 108920 108411 110292 110532 110411 109074 108985 111603  total = 29.866870 per ms 
03:12:43.308 16  switches: flows:  119338 118622 117364 116222 117071 117594 117519 114487 113333 112185 113258 111072 113295 110150 109002 112696  total = 30.502528 per ms 
03:13:43.408 16  switches: flows:  118016 117093 116551 114668 115027 115577 114937 115092 113040 110591 111675 111432 113015 111532 110689 112029  total = 30.298806 per ms 
03:14:43.509 16  switches: flows:  118027 118234 116251 116525 115915 119058 115786 116013 111624 113280 114793 111577 112642 113594 109797 112218  total = 30.537921 per ms 
03:15:43.609 16  switches: flows:  123479 121674 121372 119960 122304 121212 120206 119915 117533 120227 119470 118140 116826 118011 117677 117834  total = 31.877329 per ms 
03:16:43.710 16  switches: flows:  117502 119797 117024 114744 115776 116637 116596 114431 112806 112694 111942 111940 111923 109284 112151 110288  total = 30.374785 per ms 
03:17:43.811 16  switches: flows:  121249 123398 122100 119868 119759 120755 120061 119343 117015 116010 117969 115800 114673 114172 115879 115319  total = 31.503546 per ms 
03:18:43.911 16  switches: flows:  119417 121381 121466 121555 118958 119493 117715 117972 115488 112895 114672 114246 114996 111971 115009 115700  total = 31.163462 per ms 
RESULT: 16 switches 9 tests min/max/avg/stdev = 29032.26/31877.33/30573.06/10223.18 responses/s</msg>
<arg>${stderr}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-04-02T03:18:43.917561" elapsed="0.001170"/>
</kw>
<if>
<branch type="IF" condition="&quot;${return_stdout}&quot;!=&quot;True&quot;">
<return>
<value>${stderr}</value>
<status status="PASS" start="2026-04-02T03:18:43.919236" elapsed="0.000074"/>
</return>
<status status="PASS" start="2026-04-02T03:18:43.918930" elapsed="0.000461"/>
</branch>
<status status="PASS" start="2026-04-02T03:18:43.918872" elapsed="0.000576"/>
</if>
<if>
<branch type="IF" condition="&quot;${return_stderr}&quot;!=&quot;True&quot;">
<return>
<value>${stdout}</value>
<status status="NOT RUN" start="2026-04-02T03:18:43.919708" elapsed="0.000032"/>
</return>
<status status="NOT RUN" start="2026-04-02T03:18:43.919581" elapsed="0.000223"/>
</branch>
<status status="NOT RUN" start="2026-04-02T03:18:43.919545" elapsed="0.000308"/>
</if>
<return>
<value>${stdout}</value>
<value>${stderr}</value>
<status status="NOT RUN" start="2026-04-02T03:18:43.919927" 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-04-02T03:18:43.925351" elapsed="0.000345"/>
</kw>
<kw name="Open Connection" owner="SSHLibrary">
<arg>127.0.0.1</arg>
<doc>Opens a new SSH connection to the given ``host`` and ``port``.</doc>
<status status="PASS" start="2026-04-02T03:18:43.925845" elapsed="0.000176"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-04-02T03:18:43.926152" elapsed="0.000099"/>
</kw>
<arg>${current_ssh_connection.index}</arg>
<doc>Restore active SSH connection in SSHLibrary to given index.</doc>
<status status="PASS" start="2026-04-02T03:18:43.920674" elapsed="0.005629"/>
</kw>
<msg time="2026-04-02T03:18:43.926430" level="INFO">${output} = cbench: controller benchmarking tool
   running in mode 'latency'
   connecting to controller at 10.30.171.201:6633 
   faking 16 switches with 1 threads :: 10 tests each; 60000 ms per test
   with 10...</msg>
<var>${output}</var>
<arg>${cbench_system}</arg>
<arg>${cbench_executable} -c ${ODL_SYSTEM_IP} ${cbench_args}</arg>
<arg>prompt_timeout=${test_timeout}</arg>
<arg>return_stdout=False</arg>
<arg>return_stderr=True</arg>
<doc>Reduces the common work of running a command on a remote system to a single higher level
robot keyword, taking care to log in with a public key and. The command given is written and the return value
depends on the passed argument values of return_stdout (default: True) and return_stderr (default: False).
At least one should be True, or the keyword will exit and FAIL. If both are True, the resulting return value
will be a two element list containing both. Otherwise the resulting return value is a string.
No test conditions are checked.</doc>
<status status="PASS" start="2026-04-02T03:08:37.454494" elapsed="606.471963"/>
</kw>
<status status="PASS" start="2026-04-02T03:08:37.454150" elapsed="606.472357"/>
</branch>
<status status="PASS" start="2026-04-02T03:08:37.453787" elapsed="606.472744"/>
</if>
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-02T03:18:43.926978" level="INFO">cbench: controller benchmarking tool
   running in mode 'latency'
   connecting to controller at 10.30.171.201:6633 
   faking 16 switches with 1 threads :: 10 tests each; 60000 ms per test
   with 100 unique source MACs per switch
   learning destination mac addresses before the test
   starting test with 5000 ms delay after features_reply
   ignoring first 1 "warmup" and last 0 "cooldown" loops
   debugging info is off
Master Thread: Creating thread-0! 
Thread-0: All switches initialized. Running at node 10.30.171.201. So far 1 cbench instances have initialized their switches.  Waiting for other cbench-instances
Thread-0: Total switches from ALL cbench-instances initialized.
03:09:43.007 16  switches: flows:  106599 105716 106974 104286 104972 104028 102383 105165 104644 100826 104166 100704 102569 100593 101644 103185  total = 27.640900 per ms 
03:10:43.107 16  switches: flows:  111708 112971 111779 109369 112369 109072 110732 109709 107562 108042 107121 108108 106331 106342 106649 106980  total = 29.032260 per ms 
03:11:43.208 16  switches: flows:  115572 116620 115642 114236 115471 113610 113600 112025 108920 108411 110292 110532 110411 109074 108985 111603  total = 29.866870 per ms 
03:12:43.308 16  switches: flows:  119338 118622 117364 116222 117071 117594 117519 114487 113333 112185 113258 111072 113295 110150 109002 112696  total = 30.502528 per ms 
03:13:43.408 16  switches: flows:  118016 117093 116551 114668 115027 115577 114937 115092 113040 110591 111675 111432 113015 111532 110689 112029  total = 30.298806 per ms 
03:14:43.509 16  switches: flows:  118027 118234 116251 116525 115915 119058 115786 116013 111624 113280 114793 111577 112642 113594 109797 112218  total = 30.537921 per ms 
03:15:43.609 16  switches: flows:  123479 121674 121372 119960 122304 121212 120206 119915 117533 120227 119470 118140 116826 118011 117677 117834  total = 31.877329 per ms 
03:16:43.710 16  switches: flows:  117502 119797 117024 114744 115776 116637 116596 114431 112806 112694 111942 111940 111923 109284 112151 110288  total = 30.374785 per ms 
03:17:43.811 16  switches: flows:  121249 123398 122100 119868 119759 120755 120061 119343 117015 116010 117969 115800 114673 114172 115879 115319  total = 31.503546 per ms 
03:18:43.911 16  switches: flows:  119417 121381 121466 121555 118958 119493 117715 117972 115488 112895 114672 114246 114996 111971 115009 115700  total = 31.163462 per ms 
RESULT: 16 switches 9 tests min/max/avg/stdev = 29032.26/31877.33/30573.06/10223.18 responses/s</msg>
<arg>${output}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-04-02T03:18:43.926688" elapsed="0.000363"/>
</kw>
<kw name="Should Contain" owner="BuiltIn">
<arg>${output}</arg>
<arg>RESULT</arg>
<doc>Fails if ``container`` does not contain ``item`` one or more times.</doc>
<status status="PASS" start="2026-04-02T03:18:43.927203" elapsed="0.000367"/>
</kw>
<kw name="Get Lines Containing String" owner="String">
<msg time="2026-04-02T03:18:43.927996" level="INFO">1 out of 23 lines matched.</msg>
<msg time="2026-04-02T03:18:43.928091" level="INFO">${result_line} = RESULT: 16 switches 9 tests min/max/avg/stdev = 29032.26/31877.33/30573.06/10223.18 responses/s</msg>
<var>${result_line}</var>
<arg>${output}</arg>
<arg>RESULT</arg>
<doc>Returns lines of the given ``string`` that contain the ``pattern``.</doc>
<status status="PASS" start="2026-04-02T03:18:43.927747" elapsed="0.000371"/>
</kw>
<kw name="Split String" owner="String">
<msg time="2026-04-02T03:18:43.928532" level="INFO">@{results_list} = [ RESULT: | 16 | switches | 9 | tests | min/max/avg/stdev | = | 29032.26/31877.33/30573.06/10223.18 | responses/s ]</msg>
<var>@{results_list}</var>
<arg>${result_line}</arg>
<doc>Splits the ``string`` using ``separator`` as a delimiter string.</doc>
<status status="PASS" start="2026-04-02T03:18:43.928279" elapsed="0.000280"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-02T03:18:43.930939" level="INFO">min/max/avg/stdev</msg>
<arg>${results_list[5]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-04-02T03:18:43.928722" elapsed="0.002274"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-02T03:18:43.933374" level="INFO">29032.26/31877.33/30573.06/10223.18</msg>
<arg>${results_list[7]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-04-02T03:18:43.931150" elapsed="0.002286"/>
</kw>
<kw name="Split String" owner="String">
<msg time="2026-04-02T03:18:43.935799" level="INFO">@{result_name_list} = [ min | max | avg | stdev ]</msg>
<var>@{result_name_list}</var>
<arg>${results_list[5]}</arg>
<arg>/</arg>
<doc>Splits the ``string`` using ``separator`` as a delimiter string.</doc>
<status status="PASS" start="2026-04-02T03:18:43.933587" elapsed="0.002240"/>
</kw>
<kw name="Split String" owner="String">
<msg time="2026-04-02T03:18:43.938244" level="INFO">@{result_value_list} = [ 29032.26 | 31877.33 | 30573.06 | 10223.18 ]</msg>
<var>@{result_value_list}</var>
<arg>${results_list[7]}</arg>
<arg>/</arg>
<doc>Splits the ``string`` using ``separator`` as a delimiter string.</doc>
<status status="PASS" start="2026-04-02T03:18:43.936031" elapsed="0.002241"/>
</kw>
<kw name="Get Length" owner="BuiltIn">
<msg time="2026-04-02T03:18:43.938747" level="INFO">Length is 4.</msg>
<msg time="2026-04-02T03:18:43.938836" level="INFO">${num_stats} = 4</msg>
<var>${num_stats}</var>
<arg>${result_name_list}</arg>
<doc>Returns and logs the length of the given item as an integer.</doc>
<status status="PASS" start="2026-04-02T03:18:43.938427" elapsed="0.000433"/>
</kw>
<for flavor="IN RANGE">
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-02T03:18:43.943551" level="INFO">min :: 29032.26</msg>
<arg>${result_name_list[${i}]} :: ${result_value_list[${i}]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-04-02T03:18:43.939245" elapsed="0.004362"/>
</kw>
<var name="${i}">0</var>
<status status="PASS" start="2026-04-02T03:18:43.939109" elapsed="0.004548"/>
</iter>
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-02T03:18:43.948157" level="INFO">max :: 31877.33</msg>
<arg>${result_name_list[${i}]} :: ${result_value_list[${i}]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-04-02T03:18:43.943894" elapsed="0.004319"/>
</kw>
<var name="${i}">1</var>
<status status="PASS" start="2026-04-02T03:18:43.943750" elapsed="0.004498"/>
</iter>
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-02T03:18:43.952902" level="INFO">avg :: 30573.06</msg>
<arg>${result_name_list[${i}]} :: ${result_value_list[${i}]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-04-02T03:18:43.948468" elapsed="0.004497"/>
</kw>
<var name="${i}">2</var>
<status status="PASS" start="2026-04-02T03:18:43.948339" elapsed="0.004662"/>
</iter>
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-02T03:18:43.957493" level="INFO">stdev :: 10223.18</msg>
<arg>${result_name_list[${i}]} :: ${result_value_list[${i}]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-04-02T03:18:43.953232" elapsed="0.004317"/>
</kw>
<var name="${i}">3</var>
<status status="PASS" start="2026-04-02T03:18:43.953096" elapsed="0.004488"/>
</iter>
<var>${i}</var>
<value>0</value>
<value>${num_stats}</value>
<status status="PASS" start="2026-04-02T03:18:43.938925" elapsed="0.018692"/>
</for>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-04-02T03:18:43.961560" level="INFO">${min} = 29032.26</msg>
<var>${min}</var>
<arg>${result_value_list[${0}]}</arg>
<doc>Returns the given values which can then be assigned to a variables.</doc>
<status status="PASS" start="2026-04-02T03:18:43.957798" elapsed="0.003789"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-04-02T03:18:43.965538" level="INFO">${max} = 31877.33</msg>
<var>${max}</var>
<arg>${result_value_list[${1}]}</arg>
<doc>Returns the given values which can then be assigned to a variables.</doc>
<status status="PASS" start="2026-04-02T03:18:43.961756" elapsed="0.003809"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-04-02T03:18:43.969747" level="INFO">${average} = 30573.06</msg>
<var>${average}</var>
<arg>${result_value_list[${2}]}</arg>
<doc>Returns the given values which can then be assigned to a variables.</doc>
<status status="PASS" start="2026-04-02T03:18:43.965735" elapsed="0.004038"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-04-02T03:18:43.973693" level="INFO">${stdev} = 10223.18</msg>
<var>${stdev}</var>
<arg>${result_value_list[${3}]}</arg>
<doc>Returns the given values which can then be assigned to a variables.</doc>
<status status="PASS" start="2026-04-02T03:18:43.969925" elapsed="0.003795"/>
</kw>
<kw name="Get Time" owner="BuiltIn">
<msg time="2026-04-02T03:18:43.974228" level="INFO">${date} = 2026-04-02 03:18:43</msg>
<var>${date}</var>
<arg>d,m,s</arg>
<doc>Returns the given time in the requested format.</doc>
<status status="PASS" start="2026-04-02T03:18:43.973879" elapsed="0.000375"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-02T03:18:43.974839" level="INFO">CBench Result: 2026-04-02 03:18:43,-m 60000 -M 100 -S 16 -l 10 -D 5000 -p 6633,29032.26,31877.33,30573.06,10223.18</msg>
<arg>CBench Result: ${date},${cbench_args},${min},${max},${average},${stdev}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-04-02T03:18:43.974400" elapsed="0.000494"/>
</kw>
<kw name="Log Results And Determine Status">
<kw name="Append To File" owner="OperatingSystem">
<msg time="2026-04-02T03:18:43.975926" level="INFO" html="true">Appended to file '&lt;a href="file:///w/workspace/openflowplugin-csit-1node-cbench-only-vanadium/latency.csv"&gt;/w/workspace/openflowplugin-csit-1node-cbench-only-vanadium/latency.csv&lt;/a&gt;'.</msg>
<arg>${output_file}</arg>
<arg>${min},${max},${average}\n</arg>
<doc>Appends the given content to the specified file.</doc>
<status status="PASS" start="2026-04-02T03:18:43.975504" elapsed="0.000488"/>
</kw>
<kw name="Should Be True" owner="BuiltIn">
<arg>${average} &gt; ${threshold}</arg>
<arg>${average} flow_mods per/sec did not exceed threshold of ${threshold}</arg>
<doc>Fails if the given condition is not true.</doc>
<status status="PASS" start="2026-04-02T03:18:43.976146" elapsed="0.000454"/>
</kw>
<arg>${min}</arg>
<arg>${max}</arg>
<arg>${average}</arg>
<arg>${average_threshold}</arg>
<arg>${output_filename}</arg>
<status status="PASS" start="2026-04-02T03:18:43.975033" elapsed="0.001648"/>
</kw>
<arg>-m ${duration_in_ms} -M ${num_of_unique_macs} -S ${switch_count} -l ${loops} -D ${start_delay} -p ${of_port}</arg>
<arg>${latency_threshold}</arg>
<arg>${latency_results_file}</arg>
<status status="PASS" start="2026-04-02T03:08:37.452623" elapsed="606.524120"/>
</kw>
<kw name="Sleep" owner="BuiltIn">
<msg time="2026-04-02T03:18:43.977209" level="INFO">Slept 0 seconds.</msg>
<arg>${test_delay}</arg>
<doc>Pauses the test executed for the given time.</doc>
<status status="PASS" start="2026-04-02T03:18:43.976894" elapsed="0.000372"/>
</kw>
<kw name="Log Results As Zero If Cbench Timed Out" type="TEARDOWN">
<kw name="Run Keyword If Timeout Occurred" owner="BuiltIn">
<arg>Log Results And Determine Status</arg>
<arg>0</arg>
<arg>0</arg>
<arg>0</arg>
<arg>0</arg>
<arg>${output_filename}</arg>
<doc>Runs the given keyword if either a test or a keyword timeout has occurred.</doc>
<status status="PASS" start="2026-04-02T03:18:43.977797" elapsed="0.000263"/>
</kw>
<status status="PASS" start="2026-04-02T03:18:43.977478" elapsed="0.000653"/>
</kw>
<doc>cbench executed in default latency mode. Test parameters have defaults, but can be overridden
on the pybot command line</doc>
<tag>cbench</tag>
<tag>latency</tag>
<timeout value="15 minutes"/>
<status status="PASS" start="2026-04-02T03:08:37.449524" elapsed="606.528644"/>
</test>
<test id="s1-t2" name="Cbench Throughput Test" line="51">
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-02T03:18:43.979423" level="INFO">Cbench tests using 10 iterations of 60 second tests. Switch Count: 16. Unique MACS to cycle: 100</msg>
<arg>Cbench tests using ${loops} iterations of ${duration_in_secs} second tests. Switch Count: ${switch_count}. Unique MACS to cycle: ${num_of_unique_macs}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-04-02T03:18:43.979043" elapsed="0.000436"/>
</kw>
<kw name="Run Cbench And Log Results">
<kw name="Set Suite Variable" owner="BuiltIn">
<msg time="2026-04-02T03:18:43.980790" level="INFO">${output_filename} = throughput.csv</msg>
<arg>${output_filename}</arg>
<doc>Makes a variable available everywhere within the scope of the current suite.</doc>
<status status="PASS" start="2026-04-02T03:18:43.980438" elapsed="0.000395"/>
</kw>
<if>
<branch type="IF" condition="&quot;${cbench_system}&quot; == &quot;localhost&quot;">
<kw name="Run" owner="OperatingSystem">
<var>${output}</var>
<arg>${cbench_executable} -c ${ODL_SYSTEM_IP} ${cbench_args}</arg>
<doc>_This keyword is considered deprecated. Use the
[http://robotframework.org/robotframework/latest/libraries/Process.html|
Process] library instead._</doc>
<status status="NOT RUN" start="2026-04-02T03:18:43.981159" elapsed="0.000022"/>
</kw>
<status status="NOT RUN" start="2026-04-02T03:18:43.980942" elapsed="0.000275"/>
</branch>
<branch type="ELSE">
<kw name="Run Command On Remote System" owner="Utils">
<if>
<branch type="IF" condition="&quot;${return_stdout}&quot;!=&quot;True&quot; and &quot;${return_stderr}&quot;!=&quot;True&quot;">
<kw name="Fail" owner="BuiltIn">
<arg>At least one of {return_stdout} or {return_stderr} args should be set to True</arg>
<doc>Fails the test with the given message and optionally alters its tags.</doc>
<status status="NOT RUN" start="2026-04-02T03:18:43.984106" elapsed="0.000022"/>
</kw>
<status status="NOT RUN" start="2026-04-02T03:18:43.983861" elapsed="0.000301"/>
</branch>
<status status="PASS" start="2026-04-02T03:18:43.983842" elapsed="0.000344"/>
</if>
<kw name="Get Connection" owner="SSHLibrary">
<msg time="2026-04-02T03:18:43.984499" level="INFO">index=None
host=None
alias=None
port=22
timeout=3 seconds
newline=

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

prompt=None
term_type=vt100
width=80
height=24
path_separator=/
encoding=utf8
escape_ansi=False
encoding_errors=strict</msg>
<var>${current_ssh_connection}</var>
<doc>Returns information about the connection.</doc>
<status status="PASS" start="2026-04-02T03:18:43.984314" elapsed="0.000344"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-02T03:18:43.985210" level="INFO">Attempting to execute command "/usr/local/bin/cbench -c 10.30.171.201 -t -m 60000 -M 100 -S 16 -l 10 -D 5000 -p 6633" on remote system "10.30.170.247" by user "jenkins" with keyfile pass "any" and prompt "&gt;" and password ""</msg>
<arg>Attempting to execute command "${cmd}" on remote system "${system}" by user "${user}" with keyfile pass "${keyfile_pass}" and prompt "${prompt}" and password "${password}"</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-04-02T03:18:43.984796" elapsed="0.000472"/>
</kw>
<kw name="Open Connection" owner="SSHLibrary">
<msg time="2026-04-02T03:18:43.985811" level="INFO">${conn_id} = 7</msg>
<var>${conn_id}</var>
<arg>${system}</arg>
<arg>prompt=${prompt}</arg>
<arg>timeout=${prompt_timeout}</arg>
<doc>Opens a new SSH connection to the given ``host`` and ``port``.</doc>
<status status="PASS" start="2026-04-02T03:18:43.985407" elapsed="0.000430"/>
</kw>
<kw name="Flexible_SSH_Login" owner="SSHKeywords">
<kw name="Get Length" owner="BuiltIn">
<msg time="2026-04-02T03:18:43.986726" level="INFO">Length is 0.</msg>
<msg time="2026-04-02T03:18:43.986813" level="INFO">${pwd_length} = 0</msg>
<var>${pwd_length}</var>
<arg>${password}</arg>
<doc>Returns and logs the length of the given item as an integer.</doc>
<status status="PASS" start="2026-04-02T03:18:43.986413" elapsed="0.000424"/>
</kw>
<kw name="Run Keyword And Return If" owner="BuiltIn">
<arg>${pwd_length} &gt; 0</arg>
<arg>SSHLibrary.Login</arg>
<arg>${user}</arg>
<arg>${password}</arg>
<arg>delay=${delay}</arg>
<doc>Runs the specified keyword and returns from the enclosing user keyword.</doc>
<status status="PASS" start="2026-04-02T03:18:43.986977" elapsed="0.000316"/>
</kw>
<kw name="Run Keyword And Return" owner="BuiltIn">
<kw name="Login With Public Key" owner="SSHLibrary">
<msg time="2026-04-02T03:18:43.988164" level="INFO">Logging into '10.30.170.247:22' as 'jenkins'.</msg>
<msg time="2026-04-02T03:18:44.596874" level="INFO">Read output: Welcome to Ubuntu 22.04.5 LTS (GNU/Linux 5.15.0-153-generic x86_64)

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

 System information as of Thu Apr  2 03:18:44 UTC 2026

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


Expanded Security Maintenance for Applications is not enabled.

0 updates can be applied immediately.

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


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


Last login: Thu Apr  2 03:08:37 2026 from 10.30.171.225
[?2004h[jenkins@releng-63164-159-1-mininet-ovs-217-0 ~]&gt;</msg>
<arg>${user}</arg>
<arg>${USER_HOME}/.ssh/${SSH_KEY}</arg>
<arg>${KEYFILE_PASS}</arg>
<arg>delay=${delay}</arg>
<doc>Logs into the SSH server using key-based authentication.</doc>
<status status="PASS" start="2026-04-02T03:18:43.987814" elapsed="0.609185"/>
</kw>
<msg time="2026-04-02T03:18:44.597066" level="INFO">Returning from the enclosing user keyword.</msg>
<arg>SSHLibrary.Login With Public Key</arg>
<arg>${user}</arg>
<arg>${USER_HOME}/.ssh/${SSH_KEY}</arg>
<arg>${KEYFILE_PASS}</arg>
<arg>delay=${delay}</arg>
<doc>Runs the specified keyword and returns from the enclosing user keyword.</doc>
<status status="PASS" start="2026-04-02T03:18:43.987443" elapsed="0.609694"/>
</kw>
<arg>${user}</arg>
<arg>${password}</arg>
<doc>On active SSH session: if given non-empty password, do Login, else do Login With Public Key.</doc>
<status status="PASS" start="2026-04-02T03:18:43.986041" elapsed="0.611186"/>
</kw>
<kw name="Execute Command" owner="SSHLibrary">
<msg time="2026-04-02T03:18:44.597655" level="INFO">Executing command '/usr/local/bin/cbench -c 10.30.171.201 -t -m 60000 -M 100 -S 16 -l 10 -D 5000 -p 6633'.</msg>
<msg time="2026-04-02T03:20:57.718934" level="INFO">Command exited with return code 1.</msg>
<msg time="2026-04-02T03:20:57.719579" level="INFO">${stdout} = </msg>
<msg time="2026-04-02T03:20:57.719725" level="INFO">${stderr} = cbench: controller benchmarking tool
   running in mode 'throughput'
   connecting to controller at 10.30.171.201:6633 
   faking 16 switches with 1 threads :: 10 tests each; 60000 ms per test
   with...</msg>
<var>${stdout}</var>
<var>${stderr}</var>
<arg>${cmd}</arg>
<arg>return_stderr=True</arg>
<doc>Executes ``command`` on the remote machine and returns its outputs.</doc>
<status status="PASS" start="2026-04-02T03:18:44.597400" elapsed="133.122384"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-04-02T03:20:57.720247" elapsed="0.000756"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-02T03:20:57.722128" level="INFO">cbench: controller benchmarking tool
   running in mode 'throughput'
   connecting to controller at 10.30.171.201:6633 
   faking 16 switches with 1 threads :: 10 tests each; 60000 ms per test
   with 100 unique source MACs per switch
   learning destination mac addresses before the test
   starting test with 5000 ms delay after features_reply
   ignoring first 1 "warmup" and last 0 "cooldown" loops
   debugging info is off
Master Thread: Creating thread-0! 
Thread-0: All switches initialized. Running at node 10.30.171.201. So far 1 cbench instances have initialized their switches.  Waiting for other cbench-instances
Thread-0: Total switches from ALL cbench-instances initialized.
03:19:49.721 16  switches: flows:  352946 338897 266345 347118 206376 368567 307565 350110 293225 348214 353343 349281 336809 326846 331504 346471  total = 87.060283 per ms 
03:20:52.435 16  switches: flows:  308272 307033 303461 204257 158452 281511 308759 293988 322536 285490 310848 315614 312342 301952 299770 297506  total = 73.537193 per ms 
controller msgbuf_read() = 0:   closed connection ... exiting</msg>
<arg>${stderr}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-04-02T03:20:57.721361" elapsed="0.001057"/>
</kw>
<if>
<branch type="IF" condition="&quot;${return_stdout}&quot;!=&quot;True&quot;">
<return>
<value>${stderr}</value>
<status status="PASS" start="2026-04-02T03:20:57.723464" elapsed="0.000072"/>
</return>
<status status="PASS" start="2026-04-02T03:20:57.723164" elapsed="0.000453"/>
</branch>
<status status="PASS" start="2026-04-02T03:20:57.723108" elapsed="0.000600"/>
</if>
<if>
<branch type="IF" condition="&quot;${return_stderr}&quot;!=&quot;True&quot;">
<return>
<value>${stdout}</value>
<status status="NOT RUN" start="2026-04-02T03:20:57.723921" elapsed="0.000029"/>
</return>
<status status="NOT RUN" start="2026-04-02T03:20:57.723838" elapsed="0.000174"/>
</branch>
<status status="NOT RUN" start="2026-04-02T03:20:57.723802" elapsed="0.000257"/>
</if>
<return>
<value>${stdout}</value>
<value>${stderr}</value>
<status status="NOT RUN" start="2026-04-02T03:20:57.724129" elapsed="0.000030"/>
</return>
<kw name="Restore_Current_Ssh_Connection_From_Index" owner="SSHKeywords" type="TEARDOWN">
<kw name="Run Keyword And Return If" owner="BuiltIn">
<arg>${connection_index} is not None</arg>
<arg>SSHLibrary.Switch Connection</arg>
<arg>${connection_index}</arg>
<doc>Runs the specified keyword and returns from the enclosing user keyword.</doc>
<status status="PASS" start="2026-04-02T03:20:57.729685" elapsed="0.000342"/>
</kw>
<kw name="Open Connection" owner="SSHLibrary">
<arg>127.0.0.1</arg>
<doc>Opens a new SSH connection to the given ``host`` and ``port``.</doc>
<status status="PASS" start="2026-04-02T03:20:57.730175" elapsed="0.000168"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-04-02T03:20:57.730474" elapsed="0.000104"/>
</kw>
<arg>${current_ssh_connection.index}</arg>
<doc>Restore active SSH connection in SSHLibrary to given index.</doc>
<status status="PASS" start="2026-04-02T03:20:57.724931" elapsed="0.005715"/>
</kw>
<msg time="2026-04-02T03:20:57.730778" level="INFO">${output} = cbench: controller benchmarking tool
   running in mode 'throughput'
   connecting to controller at 10.30.171.201:6633 
   faking 16 switches with 1 threads :: 10 tests each; 60000 ms per test
   with...</msg>
<var>${output}</var>
<arg>${cbench_system}</arg>
<arg>${cbench_executable} -c ${ODL_SYSTEM_IP} ${cbench_args}</arg>
<arg>prompt_timeout=${test_timeout}</arg>
<arg>return_stdout=False</arg>
<arg>return_stderr=True</arg>
<doc>Reduces the common work of running a command on a remote system to a single higher level
robot keyword, taking care to log in with a public key and. The command given is written and the return value
depends on the passed argument values of return_stdout (default: True) and return_stderr (default: False).
At least one should be True, or the keyword will exit and FAIL. If both are True, the resulting return value
will be a two element list containing both. Otherwise the resulting return value is a string.
No test conditions are checked.</doc>
<status status="PASS" start="2026-04-02T03:18:43.981561" elapsed="133.749244"/>
</kw>
<status status="PASS" start="2026-04-02T03:18:43.981242" elapsed="133.749611"/>
</branch>
<status status="PASS" start="2026-04-02T03:18:43.980921" elapsed="133.749956"/>
</if>
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-02T03:20:57.731304" level="INFO">cbench: controller benchmarking tool
   running in mode 'throughput'
   connecting to controller at 10.30.171.201:6633 
   faking 16 switches with 1 threads :: 10 tests each; 60000 ms per test
   with 100 unique source MACs per switch
   learning destination mac addresses before the test
   starting test with 5000 ms delay after features_reply
   ignoring first 1 "warmup" and last 0 "cooldown" loops
   debugging info is off
Master Thread: Creating thread-0! 
Thread-0: All switches initialized. Running at node 10.30.171.201. So far 1 cbench instances have initialized their switches.  Waiting for other cbench-instances
Thread-0: Total switches from ALL cbench-instances initialized.
03:19:49.721 16  switches: flows:  352946 338897 266345 347118 206376 368567 307565 350110 293225 348214 353343 349281 336809 326846 331504 346471  total = 87.060283 per ms 
03:20:52.435 16  switches: flows:  308272 307033 303461 204257 158452 281511 308759 293988 322536 285490 310848 315614 312342 301952 299770 297506  total = 73.537193 per ms 
controller msgbuf_read() = 0:   closed connection ... exiting</msg>
<arg>${output}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-04-02T03:20:57.731019" elapsed="0.000348"/>
</kw>
<kw name="Should Contain" owner="BuiltIn">
<msg time="2026-04-02T03:20:57.731978" level="FAIL">'cbench: controller benchmarking tool
   running in mode 'throughput'
   connecting to controller at 10.30.171.201:6633 
   faking 16 switches with 1 threads :: 10 tests each; 60000 ms per test
   with 100 unique source MACs per switch
   learning destination mac addresses before the test
   starting test with 5000 ms delay after features_reply
   ignoring first 1 "warmup" and last 0 "cooldown" loops
   debugging info is off
Master Thread: Creating thread-0! 
Thread-0: All switches initialized. Running at node 10.30.171.201. So far 1 cbench instances have initialized their switches.  Waiting for other cbench-instances
Thread-0: Total switches from ALL cbench-instances initialized.
03:19:49.721 16  switches: flows:  352946 338897 266345 347118 206376 368567 307565 350110 293225 348214 353343 349281 336809 326846 331504 346471  total = 87.060283 per ms 
03:20:52.435 16  switches: flows:  308272 307033 303461 204257 158452 281511 308759 293988 322536 285490 310848 315614 312342 301952 299770 297506  total = 73.537193 per ms 
controller msgbuf_read() = 0:   closed connection ... exiting' does not contain 'RESULT'</msg>
<arg>${output}</arg>
<arg>RESULT</arg>
<doc>Fails if ``container`` does not contain ``item`` one or more times.</doc>
<status status="FAIL" start="2026-04-02T03:20:57.731515" elapsed="0.000642">'cbench: controller benchmarking tool
   running in mode 'throughput'
   connecting to controller at 10.30.171.201:6633 
   faking 16 switches with 1 threads :: 10 tests each; 60000 ms per test
   with 100 unique source MACs per switch
   learning destination mac addresses before the test
   starting test with 5000 ms delay after features_reply
   ignoring first 1 "warmup" and last 0 "cooldown" loops
   debugging info is off
Master Thread: Creating thread-0! 
Thread-0: All switches initialized. Running at node 10.30.171.201. So far 1 cbench instances have initialized their switches.  Waiting for other cbench-instances
Thread-0: Total switches from ALL cbench-instances initialized.
03:19:49.721 16  switches: flows:  352946 338897 266345 347118 206376 368567 307565 350110 293225 348214 353343 349281 336809 326846 331504 346471  total = 87.060283 per ms 
03:20:52.435 16  switches: flows:  308272 307033 303461 204257 158452 281511 308759 293988 322536 285490 310848 315614 312342 301952 299770 297506  total = 73.537193 per ms 
controller msgbuf_read() = 0:   closed connection ... exiting' does not contain 'RESULT'</status>
</kw>
<kw name="Get Lines Containing String" owner="String">
<var>${result_line}</var>
<arg>${output}</arg>
<arg>RESULT</arg>
<doc>Returns lines of the given ``string`` that contain the ``pattern``.</doc>
<status status="NOT RUN" start="2026-04-02T03:20:57.732337" elapsed="0.000022"/>
</kw>
<kw name="Split String" owner="String">
<var>@{results_list}</var>
<arg>${result_line}</arg>
<doc>Splits the ``string`` using ``separator`` as a delimiter string.</doc>
<status status="NOT RUN" start="2026-04-02T03:20:57.732508" elapsed="0.000020"/>
</kw>
<kw name="Log" owner="BuiltIn">
<arg>${results_list[5]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="NOT RUN" start="2026-04-02T03:20:57.732724" elapsed="0.000037"/>
</kw>
<kw name="Log" owner="BuiltIn">
<arg>${results_list[7]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="NOT RUN" start="2026-04-02T03:20:57.732914" elapsed="0.000020"/>
</kw>
<kw name="Split String" owner="String">
<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="NOT RUN" start="2026-04-02T03:20:57.733108" elapsed="0.000021"/>
</kw>
<kw name="Split String" owner="String">
<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="NOT RUN" start="2026-04-02T03:20:57.733271" elapsed="0.000020"/>
</kw>
<kw name="Get Length" owner="BuiltIn">
<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="NOT RUN" start="2026-04-02T03:20:57.733435" elapsed="0.000020"/>
</kw>
<for flavor="IN RANGE">
<iter>
<kw name="Log" owner="BuiltIn">
<arg>${result_name_list[${i}]} :: ${result_value_list[${i}]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="NOT RUN" start="2026-04-02T03:20:57.733728" elapsed="0.000021"/>
</kw>
<var name="${i}"/>
<status status="NOT RUN" start="2026-04-02T03:20:57.733588" elapsed="0.000193"/>
</iter>
<var>${i}</var>
<value>0</value>
<value>${num_stats}</value>
<status status="NOT RUN" start="2026-04-02T03:20:57.733514" elapsed="0.000296"/>
</for>
<kw name="Set Variable" owner="BuiltIn">
<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="NOT RUN" start="2026-04-02T03:20:57.733957" elapsed="0.000020"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<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="NOT RUN" start="2026-04-02T03:20:57.734116" elapsed="0.000019"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<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="NOT RUN" start="2026-04-02T03:20:57.734272" elapsed="0.000020"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<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="NOT RUN" start="2026-04-02T03:20:57.734429" elapsed="0.000025"/>
</kw>
<kw name="Get Time" owner="BuiltIn">
<var>${date}</var>
<arg>d,m,s</arg>
<doc>Returns the given time in the requested format.</doc>
<status status="NOT RUN" start="2026-04-02T03:20:57.734600" elapsed="0.000020"/>
</kw>
<kw name="Log" owner="BuiltIn">
<arg>CBench Result: ${date},${cbench_args},${min},${max},${average},${stdev}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="NOT RUN" start="2026-04-02T03:20:57.734771" elapsed="0.000020"/>
</kw>
<kw name="Log Results And Determine Status">
<arg>${min}</arg>
<arg>${max}</arg>
<arg>${average}</arg>
<arg>${average_threshold}</arg>
<arg>${output_filename}</arg>
<status status="NOT RUN" start="2026-04-02T03:20:57.734921" elapsed="0.000022"/>
</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="FAIL" start="2026-04-02T03:18:43.979862" elapsed="133.755221">'cbench: controller benchmarking tool
   running in mode 'throughput'
   connecting to controller at 10.30.171.201:6633 
   faking 16 switches with 1 threads :: 10 tests each; 60000 ms per test
   with 100 unique source MACs per switch
   learning destination mac addresses before the test
   starting test with 5000 ms delay after features_reply
   ignoring first 1 "warmup" and last 0 "cooldown" loops
   debugging info is off
Master Thread: Creating thread-0! 
Thread-0: All switches initialized. Running at node 10.30.171.201. So far 1 cbench instances have initialized their switches.  Waiting for other cbench-instances
Thread-0: Total switches from ALL cbench-instances initialized.
03:19:49.721 16  switches: flows:  352946 338897 266345 347118 206376 368567 307565 350110 293225 348214 353343 349281 336809 326846 331504 346471  total = 87.060283 per ms 
03:20:52.435 16  switches: flows:  308272 307033 303461 204257 158452 281511 308759 293988 322536 285490 310848 315614 312342 301952 299770 297506  total = 73.537193 per ms 
controller msgbuf_read() = 0:   closed connection ... exiting' does not contain 'RESULT'</status>
</kw>
<kw name="Sleep" owner="BuiltIn">
<arg>${test_delay}</arg>
<doc>Pauses the test executed for the given time.</doc>
<status status="NOT RUN" start="2026-04-02T03:20:57.735253" elapsed="0.000027"/>
</kw>
<kw name="Log Results As Zero If Cbench Timed Out" type="TEARDOWN">
<kw name="Run Keyword If Timeout Occurred" owner="BuiltIn">
<arg>Log Results And Determine Status</arg>
<arg>0</arg>
<arg>0</arg>
<arg>0</arg>
<arg>0</arg>
<arg>${output_filename}</arg>
<doc>Runs the given keyword if either a test or a keyword timeout has occurred.</doc>
<status status="PASS" start="2026-04-02T03:20:57.735839" elapsed="0.000266"/>
</kw>
<status status="PASS" start="2026-04-02T03:20:57.735524" elapsed="0.000650"/>
</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="FAIL" start="2026-04-02T03:18:43.978461" elapsed="133.757751">'cbench: controller benchmarking tool
   running in mode 'throughput'
   connecting to controller at 10.30.171.201:6633 
   faking 16 switches with 1 threads :: 10 tests each; 60000 ms per test
   with 100 unique source MACs per switch
   learning destination mac addresses before the test
   starting test with 5000 ms delay after features_reply
   ignoring first 1 "warmup" and last 0 "cooldown" loops
   debugging info is off
Master Thread: Creating thread-0! 
Thread-0: All switches initialized. Running at node 10.30.171.201. So far 1 cbench instances have initialized their switches.  Waiting for other cbench-instances
Thread-0: Total switches from ALL cbench-instances initialized.
03:19:49.721 16  switches: flows:  352946 338897 266345 347118 206376 368567 307565 350110 293225 348214 353343 349281 336809 326846 331504 346471  total = 87.060283 per ms 
03:20:52.435 16  switches: flows:  308272 307033 303461 204257 158452 281511 308759 293988 322536 285490 310848 315614 312342 301952 299770 297506  total = 73.537193 per ms 
controller msgbuf_read() = 0:   closed connection ... exiting' does not contain 'RESULT'</status>
</test>
<test id="s1-t3" name="Rerun Latency Test To Check Bug 6176" line="65">
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-02T03:20:57.737933" level="INFO">Cbench tests using 10 iterations of 60 second tests. Switch Count: 16. Unique MACS to cycle: 100</msg>
<arg>Cbench tests using ${loops} iterations of ${duration_in_secs} second tests. Switch Count: ${switch_count}. Unique MACS to cycle: ${num_of_unique_macs}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-04-02T03:20:57.737526" elapsed="0.000464"/>
</kw>
<kw name="Run Cbench And Log Results">
<kw name="Set Suite Variable" owner="BuiltIn">
<msg time="2026-04-02T03:20:57.739237" level="INFO">${output_filename} = bug.csv</msg>
<arg>${output_filename}</arg>
<doc>Makes a variable available everywhere within the scope of the current suite.</doc>
<status status="PASS" start="2026-04-02T03:20:57.738871" elapsed="0.000411"/>
</kw>
<if>
<branch type="IF" condition="&quot;${cbench_system}&quot; == &quot;localhost&quot;">
<kw name="Run" owner="OperatingSystem">
<var>${output}</var>
<arg>${cbench_executable} -c ${ODL_SYSTEM_IP} ${cbench_args}</arg>
<doc>_This keyword is considered deprecated. Use the
[http://robotframework.org/robotframework/latest/libraries/Process.html|
Process] library instead._</doc>
<status status="NOT RUN" start="2026-04-02T03:20:57.739571" elapsed="0.000021"/>
</kw>
<status status="NOT RUN" start="2026-04-02T03:20:57.739351" elapsed="0.000292"/>
</branch>
<branch type="ELSE">
<kw name="Run Command On Remote System" owner="Utils">
<if>
<branch type="IF" condition="&quot;${return_stdout}&quot;!=&quot;True&quot; and &quot;${return_stderr}&quot;!=&quot;True&quot;">
<kw name="Fail" owner="BuiltIn">
<arg>At least one of {return_stdout} or {return_stderr} args should be set to True</arg>
<doc>Fails the test with the given message and optionally alters its tags.</doc>
<status status="NOT RUN" start="2026-04-02T03:20:57.743246" elapsed="0.000021"/>
</kw>
<status status="NOT RUN" start="2026-04-02T03:20:57.742995" elapsed="0.000308"/>
</branch>
<status status="PASS" start="2026-04-02T03:20:57.742975" elapsed="0.000353"/>
</if>
<kw name="Get Connection" owner="SSHLibrary">
<msg time="2026-04-02T03:20:57.743651" level="INFO">index=None
host=None
alias=None
port=22
timeout=3 seconds
newline=

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

prompt=None
term_type=vt100
width=80
height=24
path_separator=/
encoding=utf8
escape_ansi=False
encoding_errors=strict</msg>
<var>${current_ssh_connection}</var>
<doc>Returns information about the connection.</doc>
<status status="PASS" start="2026-04-02T03:20:57.743459" elapsed="0.000338"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-02T03:20:57.744351" level="INFO">Attempting to execute command "/usr/local/bin/cbench -c 10.30.171.201 -m 60000 -M 100 -S 16 -l 10 -D 5000 -p 6633" on remote system "10.30.170.247" by user "jenkins" with keyfile pass "any" and prompt "&gt;" and password ""</msg>
<arg>Attempting to execute command "${cmd}" on remote system "${system}" by user "${user}" with keyfile pass "${keyfile_pass}" and prompt "${prompt}" and password "${password}"</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-04-02T03:20:57.743931" elapsed="0.000478"/>
</kw>
<kw name="Open Connection" owner="SSHLibrary">
<msg time="2026-04-02T03:20:57.744971" level="INFO">${conn_id} = 9</msg>
<var>${conn_id}</var>
<arg>${system}</arg>
<arg>prompt=${prompt}</arg>
<arg>timeout=${prompt_timeout}</arg>
<doc>Opens a new SSH connection to the given ``host`` and ``port``.</doc>
<status status="PASS" start="2026-04-02T03:20:57.744549" elapsed="0.000449"/>
</kw>
<kw name="Flexible_SSH_Login" owner="SSHKeywords">
<kw name="Get Length" owner="BuiltIn">
<msg time="2026-04-02T03:20:57.745930" level="INFO">Length is 0.</msg>
<msg time="2026-04-02T03:20:57.746029" level="INFO">${pwd_length} = 0</msg>
<var>${pwd_length}</var>
<arg>${password}</arg>
<doc>Returns and logs the length of the given item as an integer.</doc>
<status status="PASS" start="2026-04-02T03:20:57.745577" elapsed="0.000477"/>
</kw>
<kw name="Run Keyword And Return If" owner="BuiltIn">
<arg>${pwd_length} &gt; 0</arg>
<arg>SSHLibrary.Login</arg>
<arg>${user}</arg>
<arg>${password}</arg>
<arg>delay=${delay}</arg>
<doc>Runs the specified keyword and returns from the enclosing user keyword.</doc>
<status status="PASS" start="2026-04-02T03:20:57.746195" elapsed="0.000324"/>
</kw>
<kw name="Run Keyword And Return" owner="BuiltIn">
<kw name="Login With Public Key" owner="SSHLibrary">
<msg time="2026-04-02T03:20:57.747743" level="INFO">Logging into '10.30.170.247:22' as 'jenkins'.</msg>
<msg time="2026-04-02T03:20:58.354258" level="INFO">Read output: Welcome to Ubuntu 22.04.5 LTS (GNU/Linux 5.15.0-153-generic x86_64)

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

 System information as of Thu Apr  2 03:20:57 UTC 2026

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


Expanded Security Maintenance for Applications is not enabled.

0 updates can be applied immediately.

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


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


Last login: Thu Apr  2 03:18:44 2026 from 10.30.171.225
[?2004h[jenkins@releng-63164-159-1-mininet-ovs-217-0 ~]&gt;</msg>
<arg>${user}</arg>
<arg>${USER_HOME}/.ssh/${SSH_KEY}</arg>
<arg>${KEYFILE_PASS}</arg>
<arg>delay=${delay}</arg>
<doc>Logs into the SSH server using key-based authentication.</doc>
<status status="PASS" start="2026-04-02T03:20:57.747222" elapsed="0.607248"/>
</kw>
<msg time="2026-04-02T03:20:58.354560" level="INFO">Returning from the enclosing user keyword.</msg>
<arg>SSHLibrary.Login With Public Key</arg>
<arg>${user}</arg>
<arg>${USER_HOME}/.ssh/${SSH_KEY}</arg>
<arg>${KEYFILE_PASS}</arg>
<arg>delay=${delay}</arg>
<doc>Runs the specified keyword and returns from the enclosing user keyword.</doc>
<status status="PASS" start="2026-04-02T03:20:57.746738" elapsed="0.607926"/>
</kw>
<arg>${user}</arg>
<arg>${password}</arg>
<doc>On active SSH session: if given non-empty password, do Login, else do Login With Public Key.</doc>
<status status="PASS" start="2026-04-02T03:20:57.745200" elapsed="0.609582"/>
</kw>
<kw name="Execute Command" owner="SSHLibrary">
<msg time="2026-04-02T03:20:58.355306" level="INFO">Executing command '/usr/local/bin/cbench -c 10.30.171.201 -m 60000 -M 100 -S 16 -l 10 -D 5000 -p 6633'.</msg>
<msg time="2026-04-02T03:31:04.612321" level="INFO">Command exited with return code 0.</msg>
<msg time="2026-04-02T03:31:04.617243" level="INFO">${stdout} = </msg>
<msg time="2026-04-02T03:31:04.617306" level="INFO">${stderr} = cbench: controller benchmarking tool
   running in mode 'latency'
   connecting to controller at 10.30.171.201:6633 
   faking 16 switches with 1 threads :: 10 tests each; 60000 ms per test
   with 10...</msg>
<var>${stdout}</var>
<var>${stderr}</var>
<arg>${cmd}</arg>
<arg>return_stderr=True</arg>
<doc>Executes ``command`` on the remote machine and returns its outputs.</doc>
<status status="PASS" start="2026-04-02T03:20:58.354998" elapsed="606.262336"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-04-02T03:31:04.619057" elapsed="0.002429"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-02T03:31:04.622158" level="INFO">cbench: controller benchmarking tool
   running in mode 'latency'
   connecting to controller at 10.30.171.201:6633 
   faking 16 switches with 1 threads :: 10 tests each; 60000 ms per test
   with 100 unique source MACs per switch
   learning destination mac addresses before the test
   starting test with 5000 ms delay after features_reply
   ignoring first 1 "warmup" and last 0 "cooldown" loops
   debugging info is off
Master Thread: Creating thread-0! 
Thread-0: All switches initialized. Running at node 10.30.171.201. So far 1 cbench instances have initialized their switches.  Waiting for other cbench-instances
Thread-0: Total switches from ALL cbench-instances initialized.
03:22:03.701 16  switches: flows:  111107 112072 115092 108231 108353 107950 106259 105164 111757 103457 105962 106942 104230 102596 102208 104125  total = 28.591750 per ms 
03:23:03.801 16  switches: flows:  117652 118269 117102 117802 117877 119061 115326 116822 114790 115217 116218 114093 114831 113417 114965 113422  total = 30.896146 per ms 
03:24:03.901 16  switches: flows:  115830 115071 114481 115450 113001 113760 111648 115064 111058 111054 109387 112813 111522 109786 110608 110639  total = 29.969509 per ms 
03:25:04.002 16  switches: flows:  125507 126554 124146 125311 122808 122760 123004 124296 118315 122440 119796 121057 120027 120083 121300 120200  total = 32.572252 per ms 
03:26:04.102 16  switches: flows:  124850 125303 122258 125037 122793 122818 121739 121696 118750 119811 119741 118814 119688 118756 118435 119865  total = 32.285277 per ms 
03:27:04.202 16  switches: flows:  122181 121904 120633 122256 120312 121374 118986 119264 116199 117696 116218 116976 115635 117110 118246 114924  total = 31.612432 per ms 
03:28:04.303 16  switches: flows:  124579 122890 121920 124939 123893 124291 122223 123471 117236 119641 119611 120574 118675 117397 118243 118222  total = 32.242880 per ms 
03:29:04.403 16  switches: flows:  124553 123047 124294 124914 122637 122741 120729 124022 119865 122091 121110 119809 117600 117355 120461 117428  total = 32.323630 per ms 
03:30:04.503 16  switches: flows:  121761 123080 122450 124217 123572 125550 121033 124040 121220 119955 119493 118684 118904 116965 119879 118213  total = 32.263040 per ms 
03:31:04.604 16  switches: flows:  124365 122510 120316 122706 120727 123746 119536 119940 116676 119695 116046 118149 117947 115484 119282 118372  total = 31.871796 per ms 
RESULT: 16 switches 9 tests min/max/avg/stdev = 29969.51/32572.25/31781.88/10623.92 responses/s</msg>
<arg>${stderr}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-04-02T03:31:04.621742" elapsed="0.000575"/>
</kw>
<if>
<branch type="IF" condition="&quot;${return_stdout}&quot;!=&quot;True&quot;">
<return>
<value>${stderr}</value>
<status status="PASS" start="2026-04-02T03:31:04.622579" elapsed="0.000039"/>
</return>
<status status="PASS" start="2026-04-02T03:31:04.622421" elapsed="0.000252"/>
</branch>
<status status="PASS" start="2026-04-02T03:31:04.622393" elapsed="0.000307"/>
</if>
<if>
<branch type="IF" condition="&quot;${return_stderr}&quot;!=&quot;True&quot;">
<return>
<value>${stdout}</value>
<status status="NOT RUN" start="2026-04-02T03:31:04.622800" elapsed="0.000013"/>
</return>
<status status="NOT RUN" start="2026-04-02T03:31:04.622762" elapsed="0.000079"/>
</branch>
<status status="NOT RUN" start="2026-04-02T03:31:04.622745" elapsed="0.000118"/>
</if>
<return>
<value>${stdout}</value>
<value>${stderr}</value>
<status status="NOT RUN" start="2026-04-02T03:31:04.622894" elapsed="0.000014"/>
</return>
<kw name="Restore_Current_Ssh_Connection_From_Index" owner="SSHKeywords" type="TEARDOWN">
<kw name="Run Keyword And Return If" owner="BuiltIn">
<arg>${connection_index} is not None</arg>
<arg>SSHLibrary.Switch Connection</arg>
<arg>${connection_index}</arg>
<doc>Runs the specified keyword and returns from the enclosing user keyword.</doc>
<status status="PASS" start="2026-04-02T03:31:04.626208" elapsed="0.000341"/>
</kw>
<kw name="Open Connection" owner="SSHLibrary">
<arg>127.0.0.1</arg>
<doc>Opens a new SSH connection to the given ``host`` and ``port``.</doc>
<status status="PASS" start="2026-04-02T03:31:04.626720" elapsed="0.000169"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-04-02T03:31:04.627024" elapsed="0.000102"/>
</kw>
<arg>${current_ssh_connection.index}</arg>
<doc>Restore active SSH connection in SSHLibrary to given index.</doc>
<status status="PASS" start="2026-04-02T03:31:04.623236" elapsed="0.003944"/>
</kw>
<msg time="2026-04-02T03:31:04.627315" level="INFO">${output} = cbench: controller benchmarking tool
   running in mode 'latency'
   connecting to controller at 10.30.171.201:6633 
   faking 16 switches with 1 threads :: 10 tests each; 60000 ms per test
   with 10...</msg>
<var>${output}</var>
<arg>${cbench_system}</arg>
<arg>${cbench_executable} -c ${ODL_SYSTEM_IP} ${cbench_args}</arg>
<arg>prompt_timeout=${test_timeout}</arg>
<arg>return_stdout=False</arg>
<arg>return_stderr=True</arg>
<doc>Reduces the common work of running a command on a remote system to a single higher level
robot keyword, taking care to log in with a public key and. The command given is written and the return value
depends on the passed argument values of return_stdout (default: True) and return_stderr (default: False).
At least one should be True, or the keyword will exit and FAIL. If both are True, the resulting return value
will be a two element list containing both. Otherwise the resulting return value is a string.
No test conditions are checked.</doc>
<status status="PASS" start="2026-04-02T03:20:57.740691" elapsed="606.886651"/>
</kw>
<status status="PASS" start="2026-04-02T03:20:57.739668" elapsed="606.887726"/>
</branch>
<status status="PASS" start="2026-04-02T03:20:57.739332" elapsed="606.888086"/>
</if>
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-02T03:31:04.627887" level="INFO">cbench: controller benchmarking tool
   running in mode 'latency'
   connecting to controller at 10.30.171.201:6633 
   faking 16 switches with 1 threads :: 10 tests each; 60000 ms per test
   with 100 unique source MACs per switch
   learning destination mac addresses before the test
   starting test with 5000 ms delay after features_reply
   ignoring first 1 "warmup" and last 0 "cooldown" loops
   debugging info is off
Master Thread: Creating thread-0! 
Thread-0: All switches initialized. Running at node 10.30.171.201. So far 1 cbench instances have initialized their switches.  Waiting for other cbench-instances
Thread-0: Total switches from ALL cbench-instances initialized.
03:22:03.701 16  switches: flows:  111107 112072 115092 108231 108353 107950 106259 105164 111757 103457 105962 106942 104230 102596 102208 104125  total = 28.591750 per ms 
03:23:03.801 16  switches: flows:  117652 118269 117102 117802 117877 119061 115326 116822 114790 115217 116218 114093 114831 113417 114965 113422  total = 30.896146 per ms 
03:24:03.901 16  switches: flows:  115830 115071 114481 115450 113001 113760 111648 115064 111058 111054 109387 112813 111522 109786 110608 110639  total = 29.969509 per ms 
03:25:04.002 16  switches: flows:  125507 126554 124146 125311 122808 122760 123004 124296 118315 122440 119796 121057 120027 120083 121300 120200  total = 32.572252 per ms 
03:26:04.102 16  switches: flows:  124850 125303 122258 125037 122793 122818 121739 121696 118750 119811 119741 118814 119688 118756 118435 119865  total = 32.285277 per ms 
03:27:04.202 16  switches: flows:  122181 121904 120633 122256 120312 121374 118986 119264 116199 117696 116218 116976 115635 117110 118246 114924  total = 31.612432 per ms 
03:28:04.303 16  switches: flows:  124579 122890 121920 124939 123893 124291 122223 123471 117236 119641 119611 120574 118675 117397 118243 118222  total = 32.242880 per ms 
03:29:04.403 16  switches: flows:  124553 123047 124294 124914 122637 122741 120729 124022 119865 122091 121110 119809 117600 117355 120461 117428  total = 32.323630 per ms 
03:30:04.503 16  switches: flows:  121761 123080 122450 124217 123572 125550 121033 124040 121220 119955 119493 118684 118904 116965 119879 118213  total = 32.263040 per ms 
03:31:04.604 16  switches: flows:  124365 122510 120316 122706 120727 123746 119536 119940 116676 119695 116046 118149 117947 115484 119282 118372  total = 31.871796 per ms 
RESULT: 16 switches 9 tests min/max/avg/stdev = 29969.51/32572.25/31781.88/10623.92 responses/s</msg>
<arg>${output}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-04-02T03:31:04.627565" elapsed="0.000397"/>
</kw>
<kw name="Should Contain" owner="BuiltIn">
<arg>${output}</arg>
<arg>RESULT</arg>
<doc>Fails if ``container`` does not contain ``item`` one or more times.</doc>
<status status="PASS" start="2026-04-02T03:31:04.628118" elapsed="0.000390"/>
</kw>
<kw name="Get Lines Containing String" owner="String">
<msg time="2026-04-02T03:31:04.628920" level="INFO">1 out of 23 lines matched.</msg>
<msg time="2026-04-02T03:31:04.629012" level="INFO">${result_line} = RESULT: 16 switches 9 tests min/max/avg/stdev = 29969.51/32572.25/31781.88/10623.92 responses/s</msg>
<var>${result_line}</var>
<arg>${output}</arg>
<arg>RESULT</arg>
<doc>Returns lines of the given ``string`` that contain the ``pattern``.</doc>
<status status="PASS" start="2026-04-02T03:31:04.628693" elapsed="0.000343"/>
</kw>
<kw name="Split String" owner="String">
<msg time="2026-04-02T03:31:04.629497" level="INFO">@{results_list} = [ RESULT: | 16 | switches | 9 | tests | min/max/avg/stdev | = | 29969.51/32572.25/31781.88/10623.92 | responses/s ]</msg>
<var>@{results_list}</var>
<arg>${result_line}</arg>
<doc>Splits the ``string`` using ``separator`` as a delimiter string.</doc>
<status status="PASS" start="2026-04-02T03:31:04.629204" elapsed="0.000320"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-02T03:31:04.631946" level="INFO">min/max/avg/stdev</msg>
<arg>${results_list[5]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-04-02T03:31:04.629689" elapsed="0.002321"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-02T03:31:04.634393" level="INFO">29969.51/32572.25/31781.88/10623.92</msg>
<arg>${results_list[7]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-04-02T03:31:04.632158" elapsed="0.002293"/>
</kw>
<kw name="Split String" owner="String">
<msg time="2026-04-02T03:31:04.636860" level="INFO">@{result_name_list} = [ min | max | avg | stdev ]</msg>
<var>@{result_name_list}</var>
<arg>${results_list[5]}</arg>
<arg>/</arg>
<doc>Splits the ``string`` using ``separator`` as a delimiter string.</doc>
<status status="PASS" start="2026-04-02T03:31:04.634604" elapsed="0.002283"/>
</kw>
<kw name="Split String" owner="String">
<msg time="2026-04-02T03:31:04.640149" level="INFO">@{result_value_list} = [ 29969.51 | 32572.25 | 31781.88 | 10623.92 ]</msg>
<var>@{result_value_list}</var>
<arg>${results_list[7]}</arg>
<arg>/</arg>
<doc>Splits the ``string`` using ``separator`` as a delimiter string.</doc>
<status status="PASS" start="2026-04-02T03:31:04.637092" elapsed="0.003086"/>
</kw>
<kw name="Get Length" owner="BuiltIn">
<msg time="2026-04-02T03:31:04.640667" level="INFO">Length is 4.</msg>
<msg time="2026-04-02T03:31:04.640760" level="INFO">${num_stats} = 4</msg>
<var>${num_stats}</var>
<arg>${result_name_list}</arg>
<doc>Returns and logs the length of the given item as an integer.</doc>
<status status="PASS" start="2026-04-02T03:31:04.640338" elapsed="0.000446"/>
</kw>
<for flavor="IN RANGE">
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-02T03:31:04.645556" level="INFO">min :: 29969.51</msg>
<arg>${result_name_list[${i}]} :: ${result_value_list[${i}]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-04-02T03:31:04.641174" elapsed="0.004440"/>
</kw>
<var name="${i}">0</var>
<status status="PASS" start="2026-04-02T03:31:04.641041" elapsed="0.004625"/>
</iter>
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-02T03:31:04.650248" level="INFO">max :: 32572.25</msg>
<arg>${result_name_list[${i}]} :: ${result_value_list[${i}]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-04-02T03:31:04.645885" elapsed="0.004422"/>
</kw>
<var name="${i}">1</var>
<status status="PASS" start="2026-04-02T03:31:04.645756" elapsed="0.004589"/>
</iter>
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-02T03:31:04.655071" level="INFO">avg :: 31781.88</msg>
<arg>${result_name_list[${i}]} :: ${result_value_list[${i}]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-04-02T03:31:04.650567" elapsed="0.004562"/>
</kw>
<var name="${i}">2</var>
<status status="PASS" start="2026-04-02T03:31:04.650435" elapsed="0.004731"/>
</iter>
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-02T03:31:04.660786" level="INFO">stdev :: 10623.92</msg>
<arg>${result_name_list[${i}]} :: ${result_value_list[${i}]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-04-02T03:31:04.655380" elapsed="0.005491"/>
</kw>
<var name="${i}">3</var>
<status status="PASS" start="2026-04-02T03:31:04.655253" elapsed="0.005673"/>
</iter>
<var>${i}</var>
<value>0</value>
<value>${num_stats}</value>
<status status="PASS" start="2026-04-02T03:31:04.640849" elapsed="0.020123"/>
</for>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-04-02T03:31:04.665304" level="INFO">${min} = 29969.51</msg>
<var>${min}</var>
<arg>${result_value_list[${0}]}</arg>
<doc>Returns the given values which can then be assigned to a variables.</doc>
<status status="PASS" start="2026-04-02T03:31:04.661215" elapsed="0.004117"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-04-02T03:31:04.669241" level="INFO">${max} = 32572.25</msg>
<var>${max}</var>
<arg>${result_value_list[${1}]}</arg>
<doc>Returns the given values which can then be assigned to a variables.</doc>
<status status="PASS" start="2026-04-02T03:31:04.665507" elapsed="0.003761"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-04-02T03:31:04.673171" level="INFO">${average} = 31781.88</msg>
<var>${average}</var>
<arg>${result_value_list[${2}]}</arg>
<doc>Returns the given values which can then be assigned to a variables.</doc>
<status status="PASS" start="2026-04-02T03:31:04.669438" elapsed="0.003761"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-04-02T03:31:04.677167" level="INFO">${stdev} = 10623.92</msg>
<var>${stdev}</var>
<arg>${result_value_list[${3}]}</arg>
<doc>Returns the given values which can then be assigned to a variables.</doc>
<status status="PASS" start="2026-04-02T03:31:04.673400" elapsed="0.003794"/>
</kw>
<kw name="Get Time" owner="BuiltIn">
<msg time="2026-04-02T03:31:04.677837" level="INFO">${date} = 2026-04-02 03:31:04</msg>
<var>${date}</var>
<arg>d,m,s</arg>
<doc>Returns the given time in the requested format.</doc>
<status status="PASS" start="2026-04-02T03:31:04.677398" elapsed="0.000469"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-02T03:31:04.678451" level="INFO">CBench Result: 2026-04-02 03:31:04,-m 60000 -M 100 -S 16 -l 10 -D 5000 -p 6633,29969.51,32572.25,31781.88,10623.92</msg>
<arg>CBench Result: ${date},${cbench_args},${min},${max},${average},${stdev}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-04-02T03:31:04.678029" elapsed="0.000486"/>
</kw>
<kw name="Log Results And Determine Status">
<kw name="Append To File" owner="OperatingSystem">
<msg time="2026-04-02T03:31:04.680602" level="INFO" html="true">Appended to file '&lt;a href="file:///w/workspace/openflowplugin-csit-1node-cbench-only-vanadium/bug.csv"&gt;/w/workspace/openflowplugin-csit-1node-cbench-only-vanadium/bug.csv&lt;/a&gt;'.</msg>
<arg>${output_file}</arg>
<arg>${min},${max},${average}\n</arg>
<doc>Appends the given content to the specified file.</doc>
<status status="PASS" start="2026-04-02T03:31:04.679197" elapsed="0.001489"/>
</kw>
<kw name="Should Be True" owner="BuiltIn">
<arg>${average} &gt; ${threshold}</arg>
<arg>${average} flow_mods per/sec did not exceed threshold of ${threshold}</arg>
<doc>Fails if the given condition is not true.</doc>
<status status="PASS" start="2026-04-02T03:31:04.680843" elapsed="0.000473"/>
</kw>
<arg>${min}</arg>
<arg>${max}</arg>
<arg>${average}</arg>
<arg>${average_threshold}</arg>
<arg>${output_filename}</arg>
<status status="PASS" start="2026-04-02T03:31:04.678693" elapsed="0.002735"/>
</kw>
<arg>-m ${duration_in_ms} -M ${num_of_unique_macs} -S ${switch_count} -l ${loops} -D ${start_delay} -p ${of_port}</arg>
<arg>${latency_threshold}</arg>
<arg>bug.csv</arg>
<status status="PASS" start="2026-04-02T03:20:57.738303" elapsed="606.943187"/>
</kw>
<kw name="Sleep" owner="BuiltIn">
<msg time="2026-04-02T03:31:04.681984" level="INFO">Slept 0 seconds.</msg>
<arg>${test_delay}</arg>
<doc>Pauses the test executed for the given time.</doc>
<status status="PASS" start="2026-04-02T03:31:04.681663" elapsed="0.000381"/>
</kw>
<kw name="Report Failure Due To Bug" owner="Utils" type="TEARDOWN">
<kw name="Evaluate" owner="BuiltIn">
<msg time="2026-04-02T03:31:04.684165" level="INFO">${test_skipped} = False</msg>
<var>${test_skipped}</var>
<arg>len(re.findall('SKIPPED', """${TEST_MESSAGE}""")) &gt; 0</arg>
<arg>modules=re</arg>
<doc>Evaluates the given expression in Python and returns the result.</doc>
<status status="PASS" start="2026-04-02T03:31:04.683683" elapsed="0.000509"/>
</kw>
<if>
<branch type="IF" condition="('${TEST_STATUS}' != 'FAIL') or ${test_skipped}">
<return>
<status status="PASS" start="2026-04-02T03:31:04.684447" elapsed="0.000036"/>
</return>
<status status="PASS" start="2026-04-02T03:31:04.684289" elapsed="0.000227"/>
</branch>
<status status="PASS" start="2026-04-02T03:31:04.684262" elapsed="0.000279"/>
</if>
<kw name="Comment" owner="BuiltIn">
<arg>Jira tickets are {PROJECT}-{NUMBER} while Bugzilla tickets are {NUMBER}</arg>
<doc>Displays the given messages in the log file as keyword arguments.</doc>
<status status="NOT RUN" start="2026-04-02T03:31:04.684704" 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-04-02T03:31:04.684862" elapsed="0.000020"/>
</kw>
<kw name="Set Variable If" owner="BuiltIn">
<var>${bug_url}</var>
<arg>${match}</arg>
<arg>https://jira.opendaylight.org/browse/${number}</arg>
<arg>https://bugs.opendaylight.org/show_bug.cgi?id=${number}</arg>
<doc>Sets variable based on the given condition.</doc>
<status status="NOT RUN" start="2026-04-02T03:31:04.685023" elapsed="0.000020"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<var>${msg}</var>
<arg>This test fails due to ${bug_url}</arg>
<doc>Returns the given values which can then be assigned to a variables.</doc>
<status status="NOT RUN" start="2026-04-02T03:31:04.685232" elapsed="0.000020"/>
</kw>
<kw name="Evaluate" owner="BuiltIn">
<var>${newline}</var>
<arg>chr(10)</arg>
<doc>Evaluates the given expression in Python and returns the result.</doc>
<status status="NOT RUN" start="2026-04-02T03:31:04.685403" elapsed="0.000020"/>
</kw>
<kw name="Set Test Message" owner="BuiltIn">
<arg>${msg}${newline}${newline}${TEST_MESSAGE}</arg>
<doc>Sets message for the current test case.</doc>
<status status="NOT RUN" start="2026-04-02T03:31:04.685548" elapsed="0.000020"/>
</kw>
<kw name="Log" owner="BuiltIn">
<arg>${msg}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="NOT RUN" start="2026-04-02T03:31:04.685715" elapsed="0.000023"/>
</kw>
<if>
<branch type="IF" condition="&quot;${include_bug_in_tags}&quot;==&quot;True&quot;">
<kw name="Set Tags" owner="BuiltIn">
<arg>${bug_url}</arg>
<doc>Adds given ``tags`` for the current test or all tests in a suite.</doc>
<status status="NOT RUN" start="2026-04-02T03:31:04.685940" elapsed="0.000020"/>
</kw>
<status status="NOT RUN" start="2026-04-02T03:31:04.685802" elapsed="0.000197"/>
</branch>
<status status="NOT RUN" start="2026-04-02T03:31:04.685785" elapsed="0.000237"/>
</if>
<arg>6176</arg>
<doc>Report that a test failed due to a known Bugzilla bug whose
number is provided as an argument.
Not FAILED (incl. SKIPPED) test are not reported.
This keyword must be used in the [Teardown] setting of the affected test
or as the first line of the test if FastFail module is not being
used. It reports the URL of the bug on console and also puts it
into the Robot log file.</doc>
<status status="PASS" start="2026-04-02T03:31:04.683302" elapsed="0.002771"/>
</kw>
<doc>cbench executed in latency mode to see if controller is healthy</doc>
<tag>cbench</tag>
<tag>latency</tag>
<timeout value="15 minutes"/>
<status status="PASS" start="2026-04-02T03:20:57.736918" elapsed="606.949202"/>
</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="FAIL" start="2026-04-02T03:08:34.825799" elapsed="1349.860934"/>
</suite>
<statistics>
<total>
<stat pass="2" fail="1" skip="0">All Tests</stat>
</total>
<tag>
<stat pass="2" fail="1" skip="0">cbench</stat>
<stat pass="2" fail="0" skip="0">latency</stat>
<stat pass="0" fail="1" skip="0">throughput</stat>
</tag>
<suite>
<stat name="openflowplugin-cbench.txt" id="s1" pass="2" fail="1" skip="0">openflowplugin-cbench.txt</stat>
</suite>
</statistics>
<errors>
</errors>
</robot>
