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

[?1h=[90m~[0m                                                                                [?2004hopendaylight-user</msg>
<arg>${KARAF_USER}</arg>
<arg>${KARAF_PASSWORD}</arg>
<arg>loglevel=${loglevel}</arg>
<doc>Logs into the SSH server with the given ``username`` and ``password``.</doc>
<status status="PASS" start="2026-06-13T01:45:16.093055" elapsed="0.889747"/>
</kw>
<kw name="Write" owner="SSHLibrary">
<msg time="2026-06-13T01:45:17.032307" level="INFO">@root&gt;log:set ERROR</msg>
<arg>${cmd}</arg>
<doc>Writes the given ``text`` on the remote machine and appends a newline.</doc>
<status status="PASS" start="2026-06-13T01:45:16.983129" elapsed="0.049291"/>
</kw>
<kw name="Read Until Regexp" owner="SSHLibrary">
<msg time="2026-06-13T01:45:17.034352" level="INFO">[?1l&gt;[?2004l[?1h=[90m~[0m                                                                                [?2004hopendaylight-user@root&gt;</msg>
<msg time="2026-06-13T01:45:17.034468" level="INFO">${output} = [?1l&gt;[?2004l[?1h=[90m~[0m                                                                                [?2004hopendaylight-user@root&gt;</msg>
<var>${output}</var>
<arg>${KARAF_PROMPT}</arg>
<doc>Consumes and returns the server output until a match to ``regexp`` is found.</doc>
<status status="PASS" start="2026-06-13T01:45:17.032649" elapsed="0.001850"/>
</kw>
<kw name="Write Bare" owner="SSHLibrary">
<arg>logout\n</arg>
<doc>Writes the given ``text`` on the remote machine without appending a newline.</doc>
<status status="PASS" start="2026-06-13T01:45:17.034658" elapsed="0.000215"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-06-13T01:45:17.035089" elapsed="0.000223"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-06-13T01:45:17.035806" level="INFO">[?1l&gt;[?2004l[?1h=[90m~[0m                                                                                [?2004hopendaylight-user@root&gt;</msg>
<arg>${output}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-06-13T01:45:17.035471" elapsed="0.000391"/>
</kw>
<return>
<value>${output}</value>
<status status="PASS" start="2026-06-13T01:45:17.035917" elapsed="0.000052"/>
</return>
<arg>log:set ${log_level}</arg>
<doc>Will execute the given ${cmd} by ssh'ing to the karaf console running on 10.30.171.214
Note that this keyword will open&amp;close new SSH connection, without switching back to previously current session.</doc>
<status status="PASS" start="2026-06-13T01:45:16.091593" elapsed="0.944532"/>
</kw>
<arg>3x</arg>
<arg>1s</arg>
<arg>KarafKeywords.Issue Command On Karaf Console</arg>
<arg>log:set ${log_level}</arg>
<doc>Runs the specified keyword and retries if it fails.</doc>
<status status="PASS" start="2026-06-13T01:45:16.088062" elapsed="0.948130"/>
</kw>
<kw name="Append To File" owner="OperatingSystem">
<msg time="2026-06-13T01:45:17.036778" level="INFO" html="true">Appended to file '&lt;a href="file:///w/workspace/openflowplugin-csit-1node-cbench-only-titanium/latency.csv"&gt;/w/workspace/openflowplugin-csit-1node-cbench-only-titanium/latency.csv&lt;/a&gt;'.</msg>
<arg>${latency_results_file}</arg>
<arg>LATENCY_MIN,LATENCY_MAX,LATENCY_AVERAGE\n</arg>
<doc>Appends the given content to the specified file.</doc>
<status status="PASS" start="2026-06-13T01:45:17.036376" elapsed="0.000461"/>
</kw>
<kw name="Append To File" owner="OperatingSystem">
<msg time="2026-06-13T01:45:17.037268" level="INFO" html="true">Appended to file '&lt;a href="file:///w/workspace/openflowplugin-csit-1node-cbench-only-titanium/throughput.csv"&gt;/w/workspace/openflowplugin-csit-1node-cbench-only-titanium/throughput.csv&lt;/a&gt;'.</msg>
<arg>${throughput_results_file}</arg>
<arg>THROUGHPUT_MIN,THROUGHPUT_MAX,THROUGHPUT_AVERAGE\n</arg>
<doc>Appends the given content to the specified file.</doc>
<status status="PASS" start="2026-06-13T01:45:17.036992" elapsed="0.000334"/>
</kw>
<kw name="Evaluate" owner="BuiltIn">
<msg time="2026-06-13T01:45:17.037888" level="INFO">${duration_in_ms} = 60000</msg>
<var>${duration_in_ms}</var>
<arg>${duration_in_secs} * 1000</arg>
<doc>Evaluates the given expression in Python and returns the result.</doc>
<status status="PASS" start="2026-06-13T01:45:17.037481" elapsed="0.000436"/>
</kw>
<kw name="Set Suite Variable" owner="BuiltIn">
<msg time="2026-06-13T01:45:17.038471" level="INFO">${duration_in_ms} = 60000</msg>
<arg>${duration_in_ms}</arg>
<doc>Makes a variable available everywhere within the scope of the current suite.</doc>
<status status="PASS" start="2026-06-13T01:45:17.038117" elapsed="0.000399"/>
</kw>
<kw name="Evaluate" owner="BuiltIn">
<msg time="2026-06-13T01:45:17.039091" level="INFO">${test_timeout} = 900.0</msg>
<var>${test_timeout}</var>
<arg>(${loops} * ${duration_in_secs}) * 1.5</arg>
<doc>Evaluates the given expression in Python and returns the result.</doc>
<status status="PASS" start="2026-06-13T01:45:17.038666" elapsed="0.000454"/>
</kw>
<kw name="Set Suite Variable" owner="BuiltIn">
<msg time="2026-06-13T01:45:17.039608" level="INFO">${test_timeout} = 900.0</msg>
<arg>${test_timeout}</arg>
<doc>Makes a variable available everywhere within the scope of the current suite.</doc>
<status status="PASS" start="2026-06-13T01:45:17.039284" elapsed="0.000367"/>
</kw>
<if>
<branch type="IF" condition="&quot;${cbench_system}&quot; == &quot;localhost&quot;">
<kw name="File Should Exist" owner="OperatingSystem">
<arg>${cbench_executable}</arg>
<doc>Fails unless the given ``path`` points to an existing file.</doc>
<status status="NOT RUN" start="2026-06-13T01:45:17.039958" elapsed="0.000023"/>
</kw>
<status status="NOT RUN" start="2026-06-13T01:45:17.039739" elapsed="0.000276"/>
</branch>
<branch type="ELSE">
<kw name="Verify File Exists On Remote System" owner="Utils">
<kw name="Open Connection" owner="SSHLibrary">
<msg time="2026-06-13T01:45:17.044464" level="INFO">${conn_id} = 2</msg>
<var>${conn_id}</var>
<arg>${system}</arg>
<arg>prompt=${prompt}</arg>
<arg>timeout=${prompt_timeout}</arg>
<doc>Opens a new SSH connection to the given ``host`` and ``port``.</doc>
<status status="PASS" start="2026-06-13T01:45:17.044019" elapsed="0.000473"/>
</kw>
<kw name="Flexible_SSH_Login" owner="SSHKeywords">
<kw name="Get Length" owner="BuiltIn">
<msg time="2026-06-13T01:45:17.045531" level="INFO">Length is 0.</msg>
<msg time="2026-06-13T01:45:17.045772" level="INFO">${pwd_length} = 0</msg>
<var>${pwd_length}</var>
<arg>${password}</arg>
<doc>Returns and logs the length of the given item as an integer.</doc>
<status status="PASS" start="2026-06-13T01:45:17.045077" elapsed="0.000734"/>
</kw>
<kw name="Run Keyword And Return If" owner="BuiltIn">
<arg>${pwd_length} &gt; 0</arg>
<arg>SSHLibrary.Login</arg>
<arg>${user}</arg>
<arg>${password}</arg>
<arg>delay=${delay}</arg>
<doc>Runs the specified keyword and returns from the enclosing user keyword.</doc>
<status status="PASS" start="2026-06-13T01:45:17.045972" elapsed="0.000391"/>
</kw>
<kw name="Run Keyword And Return" owner="BuiltIn">
<kw name="Login With Public Key" owner="SSHLibrary">
<msg time="2026-06-13T01:45:17.047427" level="INFO">Logging into '10.30.171.202:22' as 'jenkins'.</msg>
<msg time="2026-06-13T01:45:17.794062" 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 Sat Jun 13 01:45:17 UTC 2026

  System load:  0.09               Processes:             110
  Usage of /:   19.3% of 38.58GB   Users logged in:       0
  Memory usage: 4%                 IPv4 address for ens3: 10.30.171.202
  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-48317-748-1-mininet-ovs-217-0 ~]&gt;</msg>
<arg>${user}</arg>
<arg>${USER_HOME}/.ssh/${SSH_KEY}</arg>
<arg>${KEYFILE_PASS}</arg>
<arg>delay=${delay}</arg>
<doc>Logs into the SSH server using key-based authentication.</doc>
<status status="PASS" start="2026-06-13T01:45:17.046878" elapsed="0.747374"/>
</kw>
<msg time="2026-06-13T01:45:17.794370" level="INFO">Returning from the enclosing user keyword.</msg>
<arg>SSHLibrary.Login With Public Key</arg>
<arg>${user}</arg>
<arg>${USER_HOME}/.ssh/${SSH_KEY}</arg>
<arg>${KEYFILE_PASS}</arg>
<arg>delay=${delay}</arg>
<doc>Runs the specified keyword and returns from the enclosing user keyword.</doc>
<status status="PASS" start="2026-06-13T01:45:17.046525" elapsed="0.747960"/>
</kw>
<arg>${user}</arg>
<arg>${password}</arg>
<doc>On active SSH session: if given non-empty password, do Login, else do Login With Public Key.</doc>
<status status="PASS" start="2026-06-13T01:45:17.044702" elapsed="0.749939"/>
</kw>
<kw name="File Should Exist" owner="SSHLibrary">
<msg time="2026-06-13T01:45:17.803293" level="INFO">[chan 1] Opened sftp connection (server version 3)</msg>
<arg>${file}</arg>
<doc>Fails if the given ``path`` does NOT point to an existing file.</doc>
<status status="PASS" start="2026-06-13T01:45:17.794915" elapsed="0.010035"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-06-13T01:45:17.805362" elapsed="0.000544"/>
</kw>
<arg>${cbench_system}</arg>
<arg>${cbench_executable}</arg>
<doc>Will create connection with public key and will PASS if the given ${file} exists,
otherwise will FAIL</doc>
<status status="PASS" start="2026-06-13T01:45:17.043493" elapsed="0.762572"/>
</kw>
<status status="PASS" start="2026-06-13T01:45:17.040106" elapsed="0.766043"/>
</branch>
<status status="PASS" start="2026-06-13T01:45:17.039714" elapsed="0.766499"/>
</if>
<kw name="Should Be True" owner="BuiltIn">
<arg>${loops} &gt;= 2</arg>
<arg>If number of loops is less than 2, cbench will not run</arg>
<doc>Fails if the given condition is not true.</doc>
<status status="PASS" start="2026-06-13T01:45:17.806537" elapsed="0.000998"/>
</kw>
<kw name="Verify_Feature_Is_Installed" owner="KarafKeywords">
<if>
<branch type="IF" condition="'${IS_KARAF_APPL}' == 'False'">
<return>
<value>Not A Karaf App</value>
<status status="NOT RUN" start="2026-06-13T01:45:17.816969" elapsed="0.000020"/>
</return>
<status status="NOT RUN" start="2026-06-13T01:45:17.816829" elapsed="0.000214"/>
</branch>
<status status="PASS" start="2026-06-13T01:45:17.816801" elapsed="0.000270"/>
</if>
<kw name="Issue_Command_On_Karaf_Console" owner="KarafKeywords">
<if>
<branch type="IF" condition="'${IS_KARAF_APPL}' == 'False'">
<return>
<value>Not A Karaf App</value>
<status status="NOT RUN" start="2026-06-13T01:45:17.820632" elapsed="0.000014"/>
</return>
<status status="NOT RUN" start="2026-06-13T01:45:17.820520" elapsed="0.000158"/>
</branch>
<status status="PASS" start="2026-06-13T01:45:17.820501" elapsed="0.000200"/>
</if>
<kw name="Open Connection" owner="SSHLibrary">
<arg>${controller}</arg>
<arg>port=${karaf_port}</arg>
<arg>prompt=${KARAF_PROMPT_LOGIN}</arg>
<arg>timeout=${timeout}</arg>
<doc>Opens a new SSH connection to the given ``host`` and ``port``.</doc>
<status status="PASS" start="2026-06-13T01:45:17.820844" elapsed="0.000486"/>
</kw>
<kw name="Login" owner="SSHLibrary">
<msg time="2026-06-13T01:45:17.821743" level="INFO">Logging into '10.30.171.214:8101' as 'karaf'.</msg>
<msg time="2026-06-13T01:45:17.991375" level="INFO">Read output: [33m                                                                                           
[33m    ________                       ________                .__  .__       .__     __       
[33m    \_____  \ ______   ____   ____ \______ \ _____  ___.__.|  | |__| ____ |  |___/  |_     
[33m     /   |   \\____ \_/ __ \ /    \ |    |  \\__  \&lt;   |  ||  | |  |/ ___\|  |  \   __\    
[33m    /    |    \  |_&gt; &gt;  ___/|   |  \|    `   \/ __ \\___  ||  |_|  / /_/  &gt;   Y  \  |      
[33m    \_______  /   __/ \___  &gt;___|  /_______  (____  / ____||____/__\___  /|___|  /__|      
[33m            \/|__|        \/     \/        \/     \/\/            /_____/      \/          
[33m                                                                                           

Hit '[1m&lt;tab&gt;[0m' for a list of available commands
and '[1m[cmd] --help[0m' for help on a specific command.
Hit '[1m&lt;ctrl-d&gt;[0m' or type '[1msystem:shutdown[0m' or '[1mlogout[0m' to shutdown OpenDaylight.

[?1h=[90m~[0m                                                                                [?2004hopendaylight-user</msg>
<arg>${KARAF_USER}</arg>
<arg>${KARAF_PASSWORD}</arg>
<arg>loglevel=${loglevel}</arg>
<doc>Logs into the SSH server with the given ``username`` and ``password``.</doc>
<status status="PASS" start="2026-06-13T01:45:17.821477" elapsed="0.170053"/>
</kw>
<kw name="Write" owner="SSHLibrary">
<msg time="2026-06-13T01:45:18.085438" level="INFO">@root&gt;feature:list -i | 0[C 0g[Krep odl-openflowplugin-drop-test</msg>
<arg>${cmd}</arg>
<doc>Writes the given ``text`` on the remote machine and appends a newline.</doc>
<status status="PASS" start="2026-06-13T01:45:17.991760" elapsed="0.093760"/>
</kw>
<kw name="Read Until Regexp" owner="SSHLibrary">
<msg time="2026-06-13T01:45:18.093634" level="INFO">[?1l&gt;[?2004l[31;1modl-openflowplugin-drop-test[0m                                    x 0.20.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-06-13T01:45:18.093835" level="INFO">${output} = [?1l&gt;[?2004l[31;1modl-openflowplugin-drop-test[0m                                    x 0.20.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-06-13T01:45:18.085704" elapsed="0.008162"/>
</kw>
<kw name="Write Bare" owner="SSHLibrary">
<arg>logout\n</arg>
<doc>Writes the given ``text`` on the remote machine without appending a newline.</doc>
<status status="PASS" start="2026-06-13T01:45:18.094007" elapsed="0.000205"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-06-13T01:45:18.094359" elapsed="0.000185"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-06-13T01:45:18.095013" level="INFO">[?1l&gt;[?2004l[31;1modl-openflowplugin-drop-test[0m                                    x 0.20.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-06-13T01:45:18.094686" elapsed="0.000403"/>
</kw>
<return>
<value>${output}</value>
<status status="PASS" start="2026-06-13T01:45:18.095142" elapsed="0.000054"/>
</return>
<msg time="2026-06-13T01:45:18.095347" level="INFO">${output} = [?1l&gt;[?2004l[31;1modl-openflowplugin-drop-test[0m                                    x 0.20.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.214
Note that this keyword will open&amp;close new SSH connection, without switching back to previously current session.</doc>
<status status="PASS" start="2026-06-13T01:45:17.820163" elapsed="0.275216"/>
</kw>
<kw name="Should Contain" owner="BuiltIn">
<arg>${output}</arg>
<arg>${feature_name}</arg>
<doc>Fails if ``container`` does not contain ``item`` one or more times.</doc>
<status status="PASS" start="2026-06-13T01:45:18.095542" elapsed="0.000542"/>
</kw>
<return>
<value>${output}</value>
<status status="PASS" start="2026-06-13T01:45:18.096135" elapsed="0.000032"/>
</return>
<arg>odl-openflowplugin-drop-test</arg>
<doc>Will Succeed if the given ${feature_name} is found in the output of "feature:list -i"</doc>
<status status="PASS" start="2026-06-13T01:45:17.816397" elapsed="0.279867"/>
</kw>
<kw name="Issue_Command_On_Karaf_Console" owner="KarafKeywords">
<if>
<branch type="IF" condition="'${IS_KARAF_APPL}' == 'False'">
<return>
<value>Not A Karaf App</value>
<status status="NOT RUN" start="2026-06-13T01:45:18.099949" elapsed="0.000016"/>
</return>
<status status="NOT RUN" start="2026-06-13T01:45:18.099814" elapsed="0.000183"/>
</branch>
<status status="PASS" start="2026-06-13T01:45:18.099789" elapsed="0.000232"/>
</if>
<kw name="Open Connection" owner="SSHLibrary">
<arg>${controller}</arg>
<arg>port=${karaf_port}</arg>
<arg>prompt=${KARAF_PROMPT_LOGIN}</arg>
<arg>timeout=${timeout}</arg>
<doc>Opens a new SSH connection to the given ``host`` and ``port``.</doc>
<status status="PASS" start="2026-06-13T01:45:18.100170" elapsed="0.000441"/>
</kw>
<kw name="Login" owner="SSHLibrary">
<msg time="2026-06-13T01:45:18.101104" level="INFO">Logging into '10.30.171.214:8101' as 'karaf'.</msg>
<msg time="2026-06-13T01:45:18.263065" level="INFO">Read output: [33m                                                                                           
[33m    ________                       ________                .__  .__       .__     __       
[33m    \_____  \ ______   ____   ____ \______ \ _____  ___.__.|  | |__| ____ |  |___/  |_     
[33m     /   |   \\____ \_/ __ \ /    \ |    |  \\__  \&lt;   |  ||  | |  |/ ___\|  |  \   __\    
[33m    /    |    \  |_&gt; &gt;  ___/|   |  \|    `   \/ __ \\___  ||  |_|  / /_/  &gt;   Y  \  |      
[33m    \_______  /   __/ \___  &gt;___|  /_______  (____  / ____||____/__\___  /|___|  /__|      
[33m            \/|__|        \/     \/        \/     \/\/            /_____/      \/          
[33m                                                                                           

Hit '[1m&lt;tab&gt;[0m' for a list of available commands
and '[1m[cmd] --help[0m' for help on a specific command.
Hit '[1m&lt;ctrl-d&gt;[0m' or type '[1msystem:shutdown[0m' or '[1mlogout[0m' to shutdown OpenDaylight.

[?1h=[90m~[0m                                                                                [?2004hopendaylight-user</msg>
<arg>${KARAF_USER}</arg>
<arg>${KARAF_PASSWORD}</arg>
<arg>loglevel=${loglevel}</arg>
<doc>Logs into the SSH server with the given ``username`` and ``password``.</doc>
<status status="PASS" start="2026-06-13T01:45:18.100759" elapsed="0.162429"/>
</kw>
<kw name="Write" owner="SSHLibrary">
<msg time="2026-06-13T01:45:18.287422" level="INFO">@root&gt;dropallpacketsrpc on</msg>
<arg>${cmd}</arg>
<doc>Writes the given ``text`` on the remote machine and appends a newline.</doc>
<status status="PASS" start="2026-06-13T01:45:18.263397" elapsed="0.024083"/>
</kw>
<kw name="Read Until Regexp" owner="SSHLibrary">
<msg time="2026-06-13T01:45:18.289384" level="INFO">[?1l&gt;[?2004lDropAllFlows transitions to on
[?1h=[90m~[0m                                                                                [?2004hopendaylight-user@root&gt;</msg>
<msg time="2026-06-13T01:45:18.289487" level="INFO">${output} = [?1l&gt;[?2004lDropAllFlows transitions to on
[?1h=[90m~[0m                                                                                [?2004hopendaylight-user@root&gt;</msg>
<var>${output}</var>
<arg>${KARAF_PROMPT}</arg>
<doc>Consumes and returns the server output until a match to ``regexp`` is found.</doc>
<status status="PASS" start="2026-06-13T01:45:18.287648" elapsed="0.001868"/>
</kw>
<kw name="Write Bare" owner="SSHLibrary">
<arg>logout\n</arg>
<doc>Writes the given ``text`` on the remote machine without appending a newline.</doc>
<status status="PASS" start="2026-06-13T01:45:18.289654" elapsed="0.000175"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-06-13T01:45:18.289971" elapsed="0.000191"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-06-13T01:45:18.290609" level="INFO">[?1l&gt;[?2004lDropAllFlows transitions to on
[?1h=[90m~[0m                                                                                [?2004hopendaylight-user@root&gt;</msg>
<arg>${output}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-06-13T01:45:18.290300" elapsed="0.000358"/>
</kw>
<return>
<value>${output}</value>
<status status="PASS" start="2026-06-13T01:45:18.290711" elapsed="0.000052"/>
</return>
<arg>dropallpacketsrpc on</arg>
<doc>Will execute the given ${cmd} by ssh'ing to the karaf console running on 10.30.171.214
Note that this keyword will open&amp;close new SSH connection, without switching back to previously current session.</doc>
<status status="PASS" start="2026-06-13T01:45:18.099458" elapsed="0.191421"/>
</kw>
<status status="PASS" start="2026-06-13T01:45:16.086295" elapsed="2.204646"/>
</kw>
<test id="s1-t1" name="Cbench Latency Test" line="37">
<kw name="Log" owner="BuiltIn">
<msg time="2026-06-13T01:45:18.293087" level="INFO">Cbench tests using 10 iterations of 60 second tests. Switch Count: 16. Unique MACS to cycle: 100</msg>
<arg>Cbench tests using ${loops} iterations of ${duration_in_secs} second tests. Switch Count: ${switch_count}. Unique MACS to cycle: ${num_of_unique_macs}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-06-13T01:45:18.291955" elapsed="0.001197"/>
</kw>
<kw name="Run Cbench And Log Results">
<kw name="Set Suite Variable" owner="BuiltIn">
<msg time="2026-06-13T01:45:18.294548" level="INFO">${output_filename} = latency.csv</msg>
<arg>${output_filename}</arg>
<doc>Makes a variable available everywhere within the scope of the current suite.</doc>
<status status="PASS" start="2026-06-13T01:45:18.294201" elapsed="0.000390"/>
</kw>
<if>
<branch type="IF" condition="&quot;${cbench_system}&quot; == &quot;localhost&quot;">
<kw name="Run" owner="OperatingSystem">
<var>${output}</var>
<arg>${cbench_executable} -c ${ODL_SYSTEM_IP} ${cbench_args}</arg>
<doc>_This keyword is considered deprecated. Use the
[http://robotframework.org/robotframework/latest/libraries/Process.html|
Process] library instead._</doc>
<status status="NOT RUN" start="2026-06-13T01:45:18.294916" elapsed="0.000022"/>
</kw>
<status status="NOT RUN" start="2026-06-13T01:45:18.294669" elapsed="0.000306"/>
</branch>
<branch type="ELSE">
<kw name="Run Command On Remote System" owner="Utils">
<if>
<branch type="IF" condition="&quot;${return_stdout}&quot;!=&quot;True&quot; and &quot;${return_stderr}&quot;!=&quot;True&quot;">
<kw name="Fail" owner="BuiltIn">
<arg>At least one of {return_stdout} or {return_stderr} args should be set to True</arg>
<doc>Fails the test with the given message and optionally alters its tags.</doc>
<status status="NOT RUN" start="2026-06-13T01:45:18.297896" elapsed="0.000021"/>
</kw>
<status status="NOT RUN" start="2026-06-13T01:45:18.297645" elapsed="0.000306"/>
</branch>
<status status="PASS" start="2026-06-13T01:45:18.297625" elapsed="0.000351"/>
</if>
<kw name="Get Connection" owner="SSHLibrary">
<msg time="2026-06-13T01:45:18.298324" level="INFO">index=None
host=None
alias=None
port=22
timeout=3 seconds
newline=

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

prompt=None
term_type=vt100
width=80
height=24
path_separator=/
encoding=utf8
escape_ansi=False
encoding_errors=strict</msg>
<var>${current_ssh_connection}</var>
<doc>Returns information about the connection.</doc>
<status status="PASS" start="2026-06-13T01:45:18.298120" elapsed="0.000352"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-06-13T01:45:18.299040" level="INFO">Attempting to execute command "/usr/local/bin/cbench -c 10.30.171.214 -m 60000 -M 100 -S 16 -l 10 -D 5000 -p 6633" on remote system "10.30.171.202" by user "jenkins" with keyfile pass "any" and prompt "&gt;" and password ""</msg>
<arg>Attempting to execute command "${cmd}" on remote system "${system}" by user "${user}" with keyfile pass "${keyfile_pass}" and prompt "${prompt}" and password "${password}"</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-06-13T01:45:18.298604" elapsed="0.000498"/>
</kw>
<kw name="Open Connection" owner="SSHLibrary">
<msg time="2026-06-13T01:45:18.299720" level="INFO">${conn_id} = 5</msg>
<var>${conn_id}</var>
<arg>${system}</arg>
<arg>prompt=${prompt}</arg>
<arg>timeout=${prompt_timeout}</arg>
<doc>Opens a new SSH connection to the given ``host`` and ``port``.</doc>
<status status="PASS" start="2026-06-13T01:45:18.299242" elapsed="0.000504"/>
</kw>
<kw name="Flexible_SSH_Login" owner="SSHKeywords">
<kw name="Get Length" owner="BuiltIn">
<msg time="2026-06-13T01:45:18.300657" level="INFO">Length is 0.</msg>
<msg time="2026-06-13T01:45:18.300746" level="INFO">${pwd_length} = 0</msg>
<var>${pwd_length}</var>
<arg>${password}</arg>
<doc>Returns and logs the length of the given item as an integer.</doc>
<status status="PASS" start="2026-06-13T01:45:18.300335" elapsed="0.000434"/>
</kw>
<kw name="Run Keyword And Return If" owner="BuiltIn">
<arg>${pwd_length} &gt; 0</arg>
<arg>SSHLibrary.Login</arg>
<arg>${user}</arg>
<arg>${password}</arg>
<arg>delay=${delay}</arg>
<doc>Runs the specified keyword and returns from the enclosing user keyword.</doc>
<status status="PASS" start="2026-06-13T01:45:18.300910" elapsed="0.000345"/>
</kw>
<kw name="Run Keyword And Return" owner="BuiltIn">
<kw name="Login With Public Key" owner="SSHLibrary">
<msg time="2026-06-13T01:45:18.302116" level="INFO">Logging into '10.30.171.202:22' as 'jenkins'.</msg>
<msg time="2026-06-13T01:45:18.650237" 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 Sat Jun 13 01:45:17 UTC 2026

  System load:  0.09               Processes:             110
  Usage of /:   19.3% of 38.58GB   Users logged in:       0
  Memory usage: 4%                 IPv4 address for ens3: 10.30.171.202
  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: Sat Jun 13 01:45:17 2026 from 10.30.171.47
[?2004h[jenkins@releng-48317-748-1-mininet-ovs-217-0 ~]&gt;</msg>
<arg>${user}</arg>
<arg>${USER_HOME}/.ssh/${SSH_KEY}</arg>
<arg>${KEYFILE_PASS}</arg>
<arg>delay=${delay}</arg>
<doc>Logs into the SSH server using key-based authentication.</doc>
<status status="PASS" start="2026-06-13T01:45:18.301751" elapsed="0.348664"/>
</kw>
<msg time="2026-06-13T01:45:18.650499" level="INFO">Returning from the enclosing user keyword.</msg>
<arg>SSHLibrary.Login With Public Key</arg>
<arg>${user}</arg>
<arg>${USER_HOME}/.ssh/${SSH_KEY}</arg>
<arg>${KEYFILE_PASS}</arg>
<arg>delay=${delay}</arg>
<doc>Runs the specified keyword and returns from the enclosing user keyword.</doc>
<status status="PASS" start="2026-06-13T01:45:18.301407" elapsed="0.349178"/>
</kw>
<arg>${user}</arg>
<arg>${password}</arg>
<doc>On active SSH session: if given non-empty password, do Login, else do Login With Public Key.</doc>
<status status="PASS" start="2026-06-13T01:45:18.299947" elapsed="0.350754"/>
</kw>
<kw name="Execute Command" owner="SSHLibrary">
<msg time="2026-06-13T01:45:18.651215" level="INFO">Executing command '/usr/local/bin/cbench -c 10.30.171.214 -m 60000 -M 100 -S 16 -l 10 -D 5000 -p 6633'.</msg>
<msg time="2026-06-13T01:55:24.787394" level="INFO">Command exited with return code 0.</msg>
<msg time="2026-06-13T01:55:24.787972" level="INFO">${stdout} = </msg>
<msg time="2026-06-13T01:55:24.788110" level="INFO">${stderr} = cbench: controller benchmarking tool
   running in mode 'latency'
   connecting to controller at 10.30.171.214:6633 
   faking 16 switches with 1 threads :: 10 tests each; 60000 ms per test
   with 10...</msg>
<var>${stdout}</var>
<var>${stderr}</var>
<arg>${cmd}</arg>
<arg>return_stderr=True</arg>
<doc>Executes ``command`` on the remote machine and returns its outputs.</doc>
<status status="PASS" start="2026-06-13T01:45:18.650909" elapsed="606.137242"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-06-13T01:55:24.788481" elapsed="0.000499"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-06-13T01:55:24.789740" level="INFO">cbench: controller benchmarking tool
   running in mode 'latency'
   connecting to controller at 10.30.171.214: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.214. So far 1 cbench instances have initialized their switches.  Waiting for other cbench-instances
Thread-0: Total switches from ALL cbench-instances initialized.
01:46:23.851 16  switches: flows:  119351 118627 114189 115712 114796 116053 112038 110325 114076 111761 108559 109637 108293 109162 108016 112262  total = 30.047617 per ms 
01:47:23.956 16  switches: flows:  130493 131696 130641 133066 130798 134008 129840 126365 124782 124811 124140 126265 123336 128074 124973 127039  total = 34.115141 per ms 
01:48:24.057 16  switches: flows:  133714 134178 134848 134599 131500 133342 130373 127571 127597 125897 126318 127761 125314 127268 124235 129367  total = 34.506897 per ms 
01:49:24.158 16  switches: flows:  126129 129212 128515 126963 126609 126596 124944 123959 123582 122035 121431 120285 122170 122460 120995 125066  total = 33.127036 per ms 
01:50:24.260 16  switches: flows:  133528 137731 138145 135416 137836 133506 137398 133836 135739 132452 131953 131601 131689 134773 130405 135309  total = 35.795122 per ms 
01:51:24.361 16  switches: flows:  148404 146893 148724 150411 148438 151215 145303 150136 143087 145396 141068 145649 142985 143595 143512 142210  total = 38.885460 per ms 
01:52:24.462 16  switches: flows:  148819 145182 149212 151048 147715 149733 145298 149564 140563 145986 141574 143818 143373 142823 144931 140614  total = 38.772786 per ms 
01:53:24.564 16  switches: flows:  148098 145000 149106 147641 147899 149672 144938 150192 141575 145462 141235 141717 141994 141182 141121 141204  total = 38.569481 per ms 
01:54:24.665 16  switches: flows:  149389 147978 152917 150535 149852 152390 144914 149525 143966 147190 144529 144380 142221 143540 143695 142040  total = 39.085712 per ms 
01:55:24.766 16  switches: flows:  151973 145184 151288 151234 149260 150595 145149 149403 144926 145829 142188 143077 142081 142101 145828 142240  total = 38.974195 per ms 
RESULT: 16 switches 9 tests min/max/avg/stdev = 33127.04/39085.71/36870.20/12506.26 responses/s</msg>
<arg>${stderr}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-06-13T01:55:24.789243" elapsed="0.000736"/>
</kw>
<if>
<branch type="IF" condition="&quot;${return_stdout}&quot;!=&quot;True&quot;">
<return>
<value>${stderr}</value>
<status status="PASS" start="2026-06-13T01:55:24.790345" elapsed="0.000050"/>
</return>
<status status="PASS" start="2026-06-13T01:55:24.790135" elapsed="0.000311"/>
</branch>
<status status="PASS" start="2026-06-13T01:55:24.790096" elapsed="0.000387"/>
</if>
<if>
<branch type="IF" condition="&quot;${return_stderr}&quot;!=&quot;True&quot;">
<return>
<value>${stdout}</value>
<status status="NOT RUN" start="2026-06-13T01:55:24.790616" elapsed="0.000019"/>
</return>
<status status="NOT RUN" start="2026-06-13T01:55:24.790565" elapsed="0.000108"/>
</branch>
<status status="NOT RUN" start="2026-06-13T01:55:24.790543" elapsed="0.000160"/>
</if>
<return>
<value>${stdout}</value>
<value>${stderr}</value>
<status status="NOT RUN" start="2026-06-13T01:55:24.790749" elapsed="0.000019"/>
</return>
<kw name="Restore_Current_Ssh_Connection_From_Index" owner="SSHKeywords" type="TEARDOWN">
<kw name="Run Keyword And Return If" owner="BuiltIn">
<arg>${connection_index} is not None</arg>
<arg>SSHLibrary.Switch Connection</arg>
<arg>${connection_index}</arg>
<doc>Runs the specified keyword and returns from the enclosing user keyword.</doc>
<status status="PASS" start="2026-06-13T01:55:24.794259" elapsed="0.000448"/>
</kw>
<kw name="Open Connection" owner="SSHLibrary">
<arg>127.0.0.1</arg>
<doc>Opens a new SSH connection to the given ``host`` and ``port``.</doc>
<status status="PASS" start="2026-06-13T01:55:24.794912" elapsed="0.000265"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-06-13T01:55:24.795360" elapsed="0.000153"/>
</kw>
<arg>${current_ssh_connection.index}</arg>
<doc>Restore active SSH connection in SSHLibrary to given index.</doc>
<status status="PASS" start="2026-06-13T01:55:24.791234" elapsed="0.004373"/>
</kw>
<msg time="2026-06-13T01:55:24.795788" level="INFO">${output} = cbench: controller benchmarking tool
   running in mode 'latency'
   connecting to controller at 10.30.171.214:6633 
   faking 16 switches with 1 threads :: 10 tests each; 60000 ms per test
   with 10...</msg>
<var>${output}</var>
<arg>${cbench_system}</arg>
<arg>${cbench_executable} -c ${ODL_SYSTEM_IP} ${cbench_args}</arg>
<arg>prompt_timeout=${test_timeout}</arg>
<arg>return_stdout=False</arg>
<arg>return_stderr=True</arg>
<doc>Reduces the common work of running a command on a remote system to a single higher level
robot keyword, taking care to log in with a public key and. The command given is written and the return value
depends on the passed argument values of return_stdout (default: True) and return_stderr (default: False).
At least one should be True, or the keyword will exit and FAIL. If both are True, the resulting return value
will be a two element list containing both. Otherwise the resulting return value is a string.
No test conditions are checked.</doc>
<status status="PASS" start="2026-06-13T01:45:18.295336" elapsed="606.500490"/>
</kw>
<status status="PASS" start="2026-06-13T01:45:18.295003" elapsed="606.500892"/>
</branch>
<status status="PASS" start="2026-06-13T01:45:18.294646" elapsed="606.501281"/>
</if>
<kw name="Log" owner="BuiltIn">
<msg time="2026-06-13T01:55:24.796549" level="INFO">cbench: controller benchmarking tool
   running in mode 'latency'
   connecting to controller at 10.30.171.214: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.214. So far 1 cbench instances have initialized their switches.  Waiting for other cbench-instances
Thread-0: Total switches from ALL cbench-instances initialized.
01:46:23.851 16  switches: flows:  119351 118627 114189 115712 114796 116053 112038 110325 114076 111761 108559 109637 108293 109162 108016 112262  total = 30.047617 per ms 
01:47:23.956 16  switches: flows:  130493 131696 130641 133066 130798 134008 129840 126365 124782 124811 124140 126265 123336 128074 124973 127039  total = 34.115141 per ms 
01:48:24.057 16  switches: flows:  133714 134178 134848 134599 131500 133342 130373 127571 127597 125897 126318 127761 125314 127268 124235 129367  total = 34.506897 per ms 
01:49:24.158 16  switches: flows:  126129 129212 128515 126963 126609 126596 124944 123959 123582 122035 121431 120285 122170 122460 120995 125066  total = 33.127036 per ms 
01:50:24.260 16  switches: flows:  133528 137731 138145 135416 137836 133506 137398 133836 135739 132452 131953 131601 131689 134773 130405 135309  total = 35.795122 per ms 
01:51:24.361 16  switches: flows:  148404 146893 148724 150411 148438 151215 145303 150136 143087 145396 141068 145649 142985 143595 143512 142210  total = 38.885460 per ms 
01:52:24.462 16  switches: flows:  148819 145182 149212 151048 147715 149733 145298 149564 140563 145986 141574 143818 143373 142823 144931 140614  total = 38.772786 per ms 
01:53:24.564 16  switches: flows:  148098 145000 149106 147641 147899 149672 144938 150192 141575 145462 141235 141717 141994 141182 141121 141204  total = 38.569481 per ms 
01:54:24.665 16  switches: flows:  149389 147978 152917 150535 149852 152390 144914 149525 143966 147190 144529 144380 142221 143540 143695 142040  total = 39.085712 per ms 
01:55:24.766 16  switches: flows:  151973 145184 151288 151234 149260 150595 145149 149403 144926 145829 142188 143077 142081 142101 145828 142240  total = 38.974195 per ms 
RESULT: 16 switches 9 tests min/max/avg/stdev = 33127.04/39085.71/36870.20/12506.26 responses/s</msg>
<arg>${output}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-06-13T01:55:24.796141" elapsed="0.000511"/>
</kw>
<kw name="Should Contain" owner="BuiltIn">
<arg>${output}</arg>
<arg>RESULT</arg>
<doc>Fails if ``container`` does not contain ``item`` one or more times.</doc>
<status status="PASS" start="2026-06-13T01:55:24.796895" elapsed="0.000430"/>
</kw>
<kw name="Get Lines Containing String" owner="String">
<msg time="2026-06-13T01:55:24.797705" level="INFO">1 out of 23 lines matched.</msg>
<msg time="2026-06-13T01:55:24.797797" level="INFO">${result_line} = RESULT: 16 switches 9 tests min/max/avg/stdev = 33127.04/39085.71/36870.20/12506.26 responses/s</msg>
<var>${result_line}</var>
<arg>${output}</arg>
<arg>RESULT</arg>
<doc>Returns lines of the given ``string`` that contain the ``pattern``.</doc>
<status status="PASS" start="2026-06-13T01:55:24.797482" elapsed="0.000341"/>
</kw>
<kw name="Split String" owner="String">
<msg time="2026-06-13T01:55:24.798254" level="INFO">@{results_list} = [ RESULT: | 16 | switches | 9 | tests | min/max/avg/stdev | = | 33127.04/39085.71/36870.20/12506.26 | responses/s ]</msg>
<var>@{results_list}</var>
<arg>${result_line}</arg>
<doc>Splits the ``string`` using ``separator`` as a delimiter string.</doc>
<status status="PASS" start="2026-06-13T01:55:24.797975" elapsed="0.000307"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-06-13T01:55:24.800615" level="INFO">min/max/avg/stdev</msg>
<arg>${results_list[5]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-06-13T01:55:24.798425" elapsed="0.002261"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-06-13T01:55:24.803043" level="INFO">33127.04/39085.71/36870.20/12506.26</msg>
<arg>${results_list[7]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-06-13T01:55:24.800833" elapsed="0.002267"/>
</kw>
<kw name="Split String" owner="String">
<msg time="2026-06-13T01:55:24.805438" level="INFO">@{result_name_list} = [ min | max | avg | stdev ]</msg>
<var>@{result_name_list}</var>
<arg>${results_list[5]}</arg>
<arg>/</arg>
<doc>Splits the ``string`` using ``separator`` as a delimiter string.</doc>
<status status="PASS" start="2026-06-13T01:55:24.803246" elapsed="0.002220"/>
</kw>
<kw name="Split String" owner="String">
<msg time="2026-06-13T01:55:24.807821" level="INFO">@{result_value_list} = [ 33127.04 | 39085.71 | 36870.20 | 12506.26 ]</msg>
<var>@{result_value_list}</var>
<arg>${results_list[7]}</arg>
<arg>/</arg>
<doc>Splits the ``string`` using ``separator`` as a delimiter string.</doc>
<status status="PASS" start="2026-06-13T01:55:24.805651" elapsed="0.002197"/>
</kw>
<kw name="Get Length" owner="BuiltIn">
<msg time="2026-06-13T01:55:24.808317" level="INFO">Length is 4.</msg>
<msg time="2026-06-13T01:55:24.808404" level="INFO">${num_stats} = 4</msg>
<var>${num_stats}</var>
<arg>${result_name_list}</arg>
<doc>Returns and logs the length of the given item as an integer.</doc>
<status status="PASS" start="2026-06-13T01:55:24.807998" elapsed="0.000430"/>
</kw>
<for flavor="IN RANGE">
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-06-13T01:55:24.813097" level="INFO">min :: 33127.04</msg>
<arg>${result_name_list[${i}]} :: ${result_value_list[${i}]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-06-13T01:55:24.808838" elapsed="0.004315"/>
</kw>
<var name="${i}">0</var>
<status status="PASS" start="2026-06-13T01:55:24.808707" elapsed="0.004481"/>
</iter>
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-06-13T01:55:24.817616" level="INFO">max :: 39085.71</msg>
<arg>${result_name_list[${i}]} :: ${result_value_list[${i}]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-06-13T01:55:24.813406" elapsed="0.004264"/>
</kw>
<var name="${i}">1</var>
<status status="PASS" start="2026-06-13T01:55:24.813279" elapsed="0.004426"/>
</iter>
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-06-13T01:55:24.822157" level="INFO">avg :: 36870.20</msg>
<arg>${result_name_list[${i}]} :: ${result_value_list[${i}]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-06-13T01:55:24.817917" elapsed="0.004296"/>
</kw>
<var name="${i}">2</var>
<status status="PASS" start="2026-06-13T01:55:24.817793" elapsed="0.004453"/>
</iter>
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-06-13T01:55:24.826794" level="INFO">stdev :: 12506.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-06-13T01:55:24.822461" elapsed="0.004391"/>
</kw>
<var name="${i}">3</var>
<status status="PASS" start="2026-06-13T01:55:24.822337" elapsed="0.004549"/>
</iter>
<var>${i}</var>
<value>0</value>
<value>${num_stats}</value>
<status status="PASS" start="2026-06-13T01:55:24.808494" elapsed="0.018426"/>
</for>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-06-13T01:55:24.830805" level="INFO">${min} = 33127.04</msg>
<var>${min}</var>
<arg>${result_value_list[${0}]}</arg>
<doc>Returns the given values which can then be assigned to a variables.</doc>
<status status="PASS" start="2026-06-13T01:55:24.827106" elapsed="0.003726"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-06-13T01:55:24.835400" level="INFO">${max} = 39085.71</msg>
<var>${max}</var>
<arg>${result_value_list[${1}]}</arg>
<doc>Returns the given values which can then be assigned to a variables.</doc>
<status status="PASS" start="2026-06-13T01:55:24.830983" elapsed="0.004445"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-06-13T01:55:24.839296" level="INFO">${average} = 36870.20</msg>
<var>${average}</var>
<arg>${result_value_list[${2}]}</arg>
<doc>Returns the given values which can then be assigned to a variables.</doc>
<status status="PASS" start="2026-06-13T01:55:24.835579" elapsed="0.003743"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-06-13T01:55:24.843137" level="INFO">${stdev} = 12506.26</msg>
<var>${stdev}</var>
<arg>${result_value_list[${3}]}</arg>
<doc>Returns the given values which can then be assigned to a variables.</doc>
<status status="PASS" start="2026-06-13T01:55:24.839472" elapsed="0.003691"/>
</kw>
<kw name="Get Time" owner="BuiltIn">
<msg time="2026-06-13T01:55:24.843675" level="INFO">${date} = 2026-06-13 01:55:24</msg>
<var>${date}</var>
<arg>d,m,s</arg>
<doc>Returns the given time in the requested format.</doc>
<status status="PASS" start="2026-06-13T01:55:24.843320" elapsed="0.000381"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-06-13T01:55:24.844262" level="INFO">CBench Result: 2026-06-13 01:55:24,-m 60000 -M 100 -S 16 -l 10 -D 5000 -p 6633,33127.04,39085.71,36870.20,12506.26</msg>
<arg>CBench Result: ${date},${cbench_args},${min},${max},${average},${stdev}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-06-13T01:55:24.843845" elapsed="0.000471"/>
</kw>
<kw name="Log Results And Determine Status">
<kw name="Append To File" owner="OperatingSystem">
<msg time="2026-06-13T01:55:24.845403" level="INFO" html="true">Appended to file '&lt;a href="file:///w/workspace/openflowplugin-csit-1node-cbench-only-titanium/latency.csv"&gt;/w/workspace/openflowplugin-csit-1node-cbench-only-titanium/latency.csv&lt;/a&gt;'.</msg>
<arg>${output_file}</arg>
<arg>${min},${max},${average}\n</arg>
<doc>Appends the given content to the specified file.</doc>
<status status="PASS" start="2026-06-13T01:55:24.844955" elapsed="0.000515"/>
</kw>
<kw name="Should Be True" owner="BuiltIn">
<arg>${average} &gt; ${threshold}</arg>
<arg>${average} flow_mods per/sec did not exceed threshold of ${threshold}</arg>
<doc>Fails if the given condition is not true.</doc>
<status status="PASS" start="2026-06-13T01:55:24.845635" elapsed="0.000486"/>
</kw>
<arg>${min}</arg>
<arg>${max}</arg>
<arg>${average}</arg>
<arg>${average_threshold}</arg>
<arg>${output_filename}</arg>
<status status="PASS" start="2026-06-13T01:55:24.844455" elapsed="0.001732"/>
</kw>
<arg>-m ${duration_in_ms} -M ${num_of_unique_macs} -S ${switch_count} -l ${loops} -D ${start_delay} -p ${of_port}</arg>
<arg>${latency_threshold}</arg>
<arg>${latency_results_file}</arg>
<status status="PASS" start="2026-06-13T01:45:18.293560" elapsed="606.552687"/>
</kw>
<kw name="Sleep" owner="BuiltIn">
<msg time="2026-06-13T01:55:24.846736" level="INFO">Slept 0 seconds.</msg>
<arg>${test_delay}</arg>
<doc>Pauses the test executed for the given time.</doc>
<status status="PASS" start="2026-06-13T01:55:24.846405" elapsed="0.000388"/>
</kw>
<kw name="Log Results As Zero If Cbench Timed Out" type="TEARDOWN">
<kw name="Run Keyword If Timeout Occurred" owner="BuiltIn">
<arg>Log Results And Determine Status</arg>
<arg>0</arg>
<arg>0</arg>
<arg>0</arg>
<arg>0</arg>
<arg>${output_filename}</arg>
<doc>Runs the given keyword if either a test or a keyword timeout has occurred.</doc>
<status status="PASS" start="2026-06-13T01:55:24.847328" elapsed="0.000264"/>
</kw>
<status status="PASS" start="2026-06-13T01:55:24.847010" 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-06-13T01:45:18.291125" elapsed="606.556576"/>
</test>
<test id="s1-t2" name="Cbench Throughput Test" line="51">
<kw name="Log" owner="BuiltIn">
<msg time="2026-06-13T01:55:24.849181" level="INFO">Cbench tests using 10 iterations of 60 second tests. Switch Count: 16. Unique MACS to cycle: 100</msg>
<arg>Cbench tests using ${loops} iterations of ${duration_in_secs} second tests. Switch Count: ${switch_count}. Unique MACS to cycle: ${num_of_unique_macs}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-06-13T01:55:24.848756" elapsed="0.000482"/>
</kw>
<kw name="Run Cbench And Log Results">
<kw name="Set Suite Variable" owner="BuiltIn">
<msg time="2026-06-13T01:55:24.850473" level="INFO">${output_filename} = throughput.csv</msg>
<arg>${output_filename}</arg>
<doc>Makes a variable available everywhere within the scope of the current suite.</doc>
<status status="PASS" start="2026-06-13T01:55:24.850142" elapsed="0.000372"/>
</kw>
<if>
<branch type="IF" condition="&quot;${cbench_system}&quot; == &quot;localhost&quot;">
<kw name="Run" owner="OperatingSystem">
<var>${output}</var>
<arg>${cbench_executable} -c ${ODL_SYSTEM_IP} ${cbench_args}</arg>
<doc>_This keyword is considered deprecated. Use the
[http://robotframework.org/robotframework/latest/libraries/Process.html|
Process] library instead._</doc>
<status status="NOT RUN" start="2026-06-13T01:55:24.850879" elapsed="0.000023"/>
</kw>
<status status="NOT RUN" start="2026-06-13T01:55:24.850621" elapsed="0.000318"/>
</branch>
<branch type="ELSE">
<kw name="Run Command On Remote System" owner="Utils">
<if>
<branch type="IF" condition="&quot;${return_stdout}&quot;!=&quot;True&quot; and &quot;${return_stderr}&quot;!=&quot;True&quot;">
<kw name="Fail" owner="BuiltIn">
<arg>At least one of {return_stdout} or {return_stderr} args should be set to True</arg>
<doc>Fails the test with the given message and optionally alters its tags.</doc>
<status status="NOT RUN" start="2026-06-13T01:55:24.853946" elapsed="0.000021"/>
</kw>
<status status="NOT RUN" start="2026-06-13T01:55:24.853702" elapsed="0.000299"/>
</branch>
<status status="PASS" start="2026-06-13T01:55:24.853683" elapsed="0.000356"/>
</if>
<kw name="Get Connection" owner="SSHLibrary">
<msg time="2026-06-13T01:55:24.854365" level="INFO">index=None
host=None
alias=None
port=22
timeout=3 seconds
newline=

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

prompt=None
term_type=vt100
width=80
height=24
path_separator=/
encoding=utf8
escape_ansi=False
encoding_errors=strict</msg>
<var>${current_ssh_connection}</var>
<doc>Returns information about the connection.</doc>
<status status="PASS" start="2026-06-13T01:55:24.854170" elapsed="0.000340"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-06-13T01:55:24.855073" level="INFO">Attempting to execute command "/usr/local/bin/cbench -c 10.30.171.214 -t -m 60000 -M 100 -S 16 -l 10 -D 5000 -p 6633" on remote system "10.30.171.202" by user "jenkins" with keyfile pass "any" and prompt "&gt;" and password ""</msg>
<arg>Attempting to execute command "${cmd}" on remote system "${system}" by user "${user}" with keyfile pass "${keyfile_pass}" and prompt "${prompt}" and password "${password}"</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-06-13T01:55:24.854641" elapsed="0.000490"/>
</kw>
<kw name="Open Connection" owner="SSHLibrary">
<msg time="2026-06-13T01:55:24.855653" level="INFO">${conn_id} = 7</msg>
<var>${conn_id}</var>
<arg>${system}</arg>
<arg>prompt=${prompt}</arg>
<arg>timeout=${prompt_timeout}</arg>
<doc>Opens a new SSH connection to the given ``host`` and ``port``.</doc>
<status status="PASS" start="2026-06-13T01:55:24.855268" elapsed="0.000412"/>
</kw>
<kw name="Flexible_SSH_Login" owner="SSHKeywords">
<kw name="Get Length" owner="BuiltIn">
<msg time="2026-06-13T01:55:24.856573" level="INFO">Length is 0.</msg>
<msg time="2026-06-13T01:55:24.856660" level="INFO">${pwd_length} = 0</msg>
<var>${pwd_length}</var>
<arg>${password}</arg>
<doc>Returns and logs the length of the given item as an integer.</doc>
<status status="PASS" start="2026-06-13T01:55:24.856267" elapsed="0.000417"/>
</kw>
<kw name="Run Keyword And Return If" owner="BuiltIn">
<arg>${pwd_length} &gt; 0</arg>
<arg>SSHLibrary.Login</arg>
<arg>${user}</arg>
<arg>${password}</arg>
<arg>delay=${delay}</arg>
<doc>Runs the specified keyword and returns from the enclosing user keyword.</doc>
<status status="PASS" start="2026-06-13T01:55:24.856837" elapsed="0.000335"/>
</kw>
<kw name="Run Keyword And Return" owner="BuiltIn">
<kw name="Login With Public Key" owner="SSHLibrary">
<msg time="2026-06-13T01:55:24.858004" level="INFO">Logging into '10.30.171.202:22' as 'jenkins'.</msg>
<msg time="2026-06-13T01:55:25.473629" 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 Sat Jun 13 01:55:25 UTC 2026

  System load:  1.0                Processes:             106
  Usage of /:   19.3% of 38.58GB   Users logged in:       0
  Memory usage: 4%                 IPv4 address for ens3: 10.30.171.202
  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: Sat Jun 13 01:45:18 2026 from 10.30.171.47
[?2004h[jenkins@releng-48317-748-1-mininet-ovs-217-0 ~]&gt;</msg>
<arg>${user}</arg>
<arg>${USER_HOME}/.ssh/${SSH_KEY}</arg>
<arg>${KEYFILE_PASS}</arg>
<arg>delay=${delay}</arg>
<doc>Logs into the SSH server using key-based authentication.</doc>
<status status="PASS" start="2026-06-13T01:55:24.857660" elapsed="0.616140"/>
</kw>
<msg time="2026-06-13T01:55:25.473883" level="INFO">Returning from the enclosing user keyword.</msg>
<arg>SSHLibrary.Login With Public Key</arg>
<arg>${user}</arg>
<arg>${USER_HOME}/.ssh/${SSH_KEY}</arg>
<arg>${KEYFILE_PASS}</arg>
<arg>delay=${delay}</arg>
<doc>Runs the specified keyword and returns from the enclosing user keyword.</doc>
<status status="PASS" start="2026-06-13T01:55:24.857321" elapsed="0.616649"/>
</kw>
<arg>${user}</arg>
<arg>${password}</arg>
<doc>On active SSH session: if given non-empty password, do Login, else do Login With Public Key.</doc>
<status status="PASS" start="2026-06-13T01:55:24.855885" elapsed="0.618217"/>
</kw>
<kw name="Execute Command" owner="SSHLibrary">
<msg time="2026-06-13T01:55:25.474612" level="INFO">Executing command '/usr/local/bin/cbench -c 10.30.171.214 -t -m 60000 -M 100 -S 16 -l 10 -D 5000 -p 6633'.</msg>
<msg time="2026-06-13T02:05:31.516022" level="INFO">Command exited with return code 0.</msg>
<msg time="2026-06-13T02:05:31.516598" level="INFO">${stdout} = </msg>
<msg time="2026-06-13T02:05:31.516704" level="INFO">${stderr} = cbench: controller benchmarking tool
   running in mode 'throughput'
   connecting to controller at 10.30.171.214:6633 
   faking 16 switches with 1 threads :: 10 tests each; 60000 ms per test
   with...</msg>
<var>${stdout}</var>
<var>${stderr}</var>
<arg>${cmd}</arg>
<arg>return_stderr=True</arg>
<doc>Executes ``command`` on the remote machine and returns its outputs.</doc>
<status status="PASS" start="2026-06-13T01:55:25.474321" elapsed="606.042438"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-06-13T02:05:31.517269" elapsed="0.000695"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-06-13T02:05:31.519168" level="INFO">cbench: controller benchmarking tool
   running in mode 'throughput'
   connecting to controller at 10.30.171.214: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.214. So far 1 cbench instances have initialized their switches.  Waiting for other cbench-instances
Thread-0: Total switches from ALL cbench-instances initialized.
01:56:30.588 16  switches: flows:  486368 486004 482566 486209 484658 490672 489143 486499 468798 474179 467441 475235 472743 474417 464043 472742  total = 127.695283 per ms 
01:57:30.690 16  switches: flows:  496438 503481 501078 493979 497728 501093 496550 498715 496330 504303 499727 506164 497598 502228 496908 495174  total = 132.901663 per ms 
01:58:30.791 16  switches: flows:  581883 588956 584097 582901 586896 580568 581119 587985 594420 585975 581923 575491 583176 576315 586730 582222  total = 155.416734 per ms 
01:59:30.892 16  switches: flows:  563382 562002 558693 560414 565792 560323 556877 564323 565621 554855 553996 558587 560534 562626 548956 558359  total = 149.004710 per ms 
02:00:30.994 16  switches: flows:  564626 566282 559625 569842 560086 565832 561015 562981 561775 563290 567147 564709 563261 563526 564298 562316  total = 150.090319 per ms 
02:01:31.096 16  switches: flows:  540870 538398 531672 540065 528625 533182 535771 532924 536854 531196 533282 534073 535955 532530 544953 541089  total = 142.616727 per ms 
02:02:31.197 16  switches: flows:  564324 565029 574732 565757 570493 566979 572698 570944 569571 555583 568931 566978 576247 569136 569968 573439  total = 151.425999 per ms 
02:03:31.298 16  switches: flows:  595814 590986 599059 588727 594214 596013 593216 592207 589128 588891 595338 587487 592607 594671 588222 590531  total = 157.687867 per ms 
02:04:31.400 16  switches: flows:  571399 572387 574742 575126 571643 572486 569910 570913 560185 574408 575184 567155 568285 573937 574023 559269  total = 151.926793 per ms 
02:05:31.501 16  switches: flows:  561831 561960 565780 558696 563752 565060 557791 563615 558942 566131 564112 563175 563181 564894 562168 559973  total = 149.766119 per ms 
RESULT: 16 switches 9 tests min/max/avg/stdev = 132901.66/157687.87/148981.88/50142.44 responses/s</msg>
<arg>${stderr}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-06-13T02:05:31.518371" elapsed="0.001133"/>
</kw>
<if>
<branch type="IF" condition="&quot;${return_stdout}&quot;!=&quot;True&quot;">
<return>
<value>${stderr}</value>
<status status="PASS" start="2026-06-13T02:05:31.520015" elapsed="0.000102"/>
</return>
<status status="PASS" start="2026-06-13T02:05:31.519696" elapsed="0.000502"/>
</branch>
<status status="PASS" start="2026-06-13T02:05:31.519645" elapsed="0.000610"/>
</if>
<if>
<branch type="IF" condition="&quot;${return_stderr}&quot;!=&quot;True&quot;">
<return>
<value>${stdout}</value>
<status status="NOT RUN" start="2026-06-13T02:05:31.520465" elapsed="0.000029"/>
</return>
<status status="NOT RUN" start="2026-06-13T02:05:31.520383" elapsed="0.000173"/>
</branch>
<status status="NOT RUN" start="2026-06-13T02:05:31.520348" elapsed="0.000257"/>
</if>
<return>
<value>${stdout}</value>
<value>${stderr}</value>
<status status="NOT RUN" start="2026-06-13T02:05:31.520675" elapsed="0.000030"/>
</return>
<kw name="Restore_Current_Ssh_Connection_From_Index" owner="SSHKeywords" type="TEARDOWN">
<kw name="Run Keyword And Return If" owner="BuiltIn">
<arg>${connection_index} is not None</arg>
<arg>SSHLibrary.Switch Connection</arg>
<arg>${connection_index}</arg>
<doc>Runs the specified keyword and returns from the enclosing user keyword.</doc>
<status status="PASS" start="2026-06-13T02:05:31.526241" elapsed="0.000712"/>
</kw>
<kw name="Open Connection" owner="SSHLibrary">
<arg>127.0.0.1</arg>
<doc>Opens a new SSH connection to the given ``host`` and ``port``.</doc>
<status status="PASS" start="2026-06-13T02:05:31.527310" elapsed="0.000543"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-06-13T02:05:31.528170" elapsed="0.000207"/>
</kw>
<arg>${current_ssh_connection.index}</arg>
<doc>Restore active SSH connection in SSHLibrary to given index.</doc>
<status status="PASS" start="2026-06-13T02:05:31.521419" elapsed="0.007010"/>
</kw>
<msg time="2026-06-13T02:05:31.528557" level="INFO">${output} = cbench: controller benchmarking tool
   running in mode 'throughput'
   connecting to controller at 10.30.171.214:6633 
   faking 16 switches with 1 threads :: 10 tests each; 60000 ms per test
   with...</msg>
<var>${output}</var>
<arg>${cbench_system}</arg>
<arg>${cbench_executable} -c ${ODL_SYSTEM_IP} ${cbench_args}</arg>
<arg>prompt_timeout=${test_timeout}</arg>
<arg>return_stdout=False</arg>
<arg>return_stderr=True</arg>
<doc>Reduces the common work of running a command on a remote system to a single higher level
robot keyword, taking care to log in with a public key and. The command given is written and the return value
depends on the passed argument values of return_stdout (default: True) and return_stderr (default: False).
At least one should be True, or the keyword will exit and FAIL. If both are True, the resulting return value
will be a two element list containing both. Otherwise the resulting return value is a string.
No test conditions are checked.</doc>
<status status="PASS" start="2026-06-13T01:55:24.851295" elapsed="606.677289"/>
</kw>
<status status="PASS" start="2026-06-13T01:55:24.850971" elapsed="606.677662"/>
</branch>
<status status="PASS" start="2026-06-13T01:55:24.850601" elapsed="606.678054"/>
</if>
<kw name="Log" owner="BuiltIn">
<msg time="2026-06-13T02:05:31.529099" level="INFO">cbench: controller benchmarking tool
   running in mode 'throughput'
   connecting to controller at 10.30.171.214: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.214. So far 1 cbench instances have initialized their switches.  Waiting for other cbench-instances
Thread-0: Total switches from ALL cbench-instances initialized.
01:56:30.588 16  switches: flows:  486368 486004 482566 486209 484658 490672 489143 486499 468798 474179 467441 475235 472743 474417 464043 472742  total = 127.695283 per ms 
01:57:30.690 16  switches: flows:  496438 503481 501078 493979 497728 501093 496550 498715 496330 504303 499727 506164 497598 502228 496908 495174  total = 132.901663 per ms 
01:58:30.791 16  switches: flows:  581883 588956 584097 582901 586896 580568 581119 587985 594420 585975 581923 575491 583176 576315 586730 582222  total = 155.416734 per ms 
01:59:30.892 16  switches: flows:  563382 562002 558693 560414 565792 560323 556877 564323 565621 554855 553996 558587 560534 562626 548956 558359  total = 149.004710 per ms 
02:00:30.994 16  switches: flows:  564626 566282 559625 569842 560086 565832 561015 562981 561775 563290 567147 564709 563261 563526 564298 562316  total = 150.090319 per ms 
02:01:31.096 16  switches: flows:  540870 538398 531672 540065 528625 533182 535771 532924 536854 531196 533282 534073 535955 532530 544953 541089  total = 142.616727 per ms 
02:02:31.197 16  switches: flows:  564324 565029 574732 565757 570493 566979 572698 570944 569571 555583 568931 566978 576247 569136 569968 573439  total = 151.425999 per ms 
02:03:31.298 16  switches: flows:  595814 590986 599059 588727 594214 596013 593216 592207 589128 588891 595338 587487 592607 594671 588222 590531  total = 157.687867 per ms 
02:04:31.400 16  switches: flows:  571399 572387 574742 575126 571643 572486 569910 570913 560185 574408 575184 567155 568285 573937 574023 559269  total = 151.926793 per ms 
02:05:31.501 16  switches: flows:  561831 561960 565780 558696 563752 565060 557791 563615 558942 566131 564112 563175 563181 564894 562168 559973  total = 149.766119 per ms 
RESULT: 16 switches 9 tests min/max/avg/stdev = 132901.66/157687.87/148981.88/50142.44 responses/s</msg>
<arg>${output}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-06-13T02:05:31.528794" elapsed="0.000378"/>
</kw>
<kw name="Should Contain" owner="BuiltIn">
<arg>${output}</arg>
<arg>RESULT</arg>
<doc>Fails if ``container`` does not contain ``item`` one or more times.</doc>
<status status="PASS" start="2026-06-13T02:05:31.529320" elapsed="0.000358"/>
</kw>
<kw name="Get Lines Containing String" owner="String">
<msg time="2026-06-13T02:05:31.530073" level="INFO">1 out of 23 lines matched.</msg>
<msg time="2026-06-13T02:05:31.530164" level="INFO">${result_line} = RESULT: 16 switches 9 tests min/max/avg/stdev = 132901.66/157687.87/148981.88/50142.44 responses/s</msg>
<var>${result_line}</var>
<arg>${output}</arg>
<arg>RESULT</arg>
<doc>Returns lines of the given ``string`` that contain the ``pattern``.</doc>
<status status="PASS" start="2026-06-13T02:05:31.529835" elapsed="0.000354"/>
</kw>
<kw name="Split String" owner="String">
<msg time="2026-06-13T02:05:31.530600" level="INFO">@{results_list} = [ RESULT: | 16 | switches | 9 | tests | min/max/avg/stdev | = | 132901.66/157687.87/148981.88/50142.44 | responses/s ]</msg>
<var>@{results_list}</var>
<arg>${result_line}</arg>
<doc>Splits the ``string`` using ``separator`` as a delimiter string.</doc>
<status status="PASS" start="2026-06-13T02:05:31.530342" elapsed="0.000285"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-06-13T02:05:31.532977" level="INFO">min/max/avg/stdev</msg>
<arg>${results_list[5]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-06-13T02:05:31.530771" elapsed="0.002279"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-06-13T02:05:31.535542" level="INFO">132901.66/157687.87/148981.88/50142.44</msg>
<arg>${results_list[7]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-06-13T02:05:31.533196" elapsed="0.002402"/>
</kw>
<kw name="Split String" owner="String">
<msg time="2026-06-13T02:05:31.537920" level="INFO">@{result_name_list} = [ min | max | avg | stdev ]</msg>
<var>@{result_name_list}</var>
<arg>${results_list[5]}</arg>
<arg>/</arg>
<doc>Splits the ``string`` using ``separator`` as a delimiter string.</doc>
<status status="PASS" start="2026-06-13T02:05:31.535746" elapsed="0.002201"/>
</kw>
<kw name="Split String" owner="String">
<msg time="2026-06-13T02:05:31.540396" level="INFO">@{result_value_list} = [ 132901.66 | 157687.87 | 148981.88 | 50142.44 ]</msg>
<var>@{result_value_list}</var>
<arg>${results_list[7]}</arg>
<arg>/</arg>
<doc>Splits the ``string`` using ``separator`` as a delimiter string.</doc>
<status status="PASS" start="2026-06-13T02:05:31.538153" elapsed="0.002271"/>
</kw>
<kw name="Get Length" owner="BuiltIn">
<msg time="2026-06-13T02:05:31.541009" level="INFO">Length is 4.</msg>
<msg time="2026-06-13T02:05:31.541113" level="INFO">${num_stats} = 4</msg>
<var>${num_stats}</var>
<arg>${result_name_list}</arg>
<doc>Returns and logs the length of the given item as an integer.</doc>
<status status="PASS" start="2026-06-13T02:05:31.540705" elapsed="0.000432"/>
</kw>
<for flavor="IN RANGE">
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-06-13T02:05:31.545917" level="INFO">min :: 132901.66</msg>
<arg>${result_name_list[${i}]} :: ${result_value_list[${i}]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-06-13T02:05:31.541516" elapsed="0.004459"/>
</kw>
<var name="${i}">0</var>
<status status="PASS" start="2026-06-13T02:05:31.541390" elapsed="0.004620"/>
</iter>
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-06-13T02:05:31.550469" level="INFO">max :: 157687.87</msg>
<arg>${result_name_list[${i}]} :: ${result_value_list[${i}]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-06-13T02:05:31.546243" elapsed="0.004281"/>
</kw>
<var name="${i}">1</var>
<status status="PASS" start="2026-06-13T02:05:31.546117" elapsed="0.004441"/>
</iter>
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-06-13T02:05:31.555001" level="INFO">avg :: 148981.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-06-13T02:05:31.550769" elapsed="0.004305"/>
</kw>
<var name="${i}">2</var>
<status status="PASS" start="2026-06-13T02:05:31.550644" elapsed="0.004465"/>
</iter>
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-06-13T02:05:31.559627" level="INFO">stdev :: 50142.44</msg>
<arg>${result_name_list[${i}]} :: ${result_value_list[${i}]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-06-13T02:05:31.555321" elapsed="0.004375"/>
</kw>
<var name="${i}">3</var>
<status status="PASS" start="2026-06-13T02:05:31.555195" elapsed="0.004536"/>
</iter>
<var>${i}</var>
<value>0</value>
<value>${num_stats}</value>
<status status="PASS" start="2026-06-13T02:05:31.541201" elapsed="0.018561"/>
</for>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-06-13T02:05:31.563548" level="INFO">${min} = 132901.66</msg>
<var>${min}</var>
<arg>${result_value_list[${0}]}</arg>
<doc>Returns the given values which can then be assigned to a variables.</doc>
<status status="PASS" start="2026-06-13T02:05:31.559918" elapsed="0.003675"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-06-13T02:05:31.567387" level="INFO">${max} = 157687.87</msg>
<var>${max}</var>
<arg>${result_value_list[${1}]}</arg>
<doc>Returns the given values which can then be assigned to a variables.</doc>
<status status="PASS" start="2026-06-13T02:05:31.563745" elapsed="0.003668"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-06-13T02:05:31.571324" level="INFO">${average} = 148981.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-06-13T02:05:31.567563" elapsed="0.003788"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-06-13T02:05:31.575255" level="INFO">${stdev} = 50142.44</msg>
<var>${stdev}</var>
<arg>${result_value_list[${3}]}</arg>
<doc>Returns the given values which can then be assigned to a variables.</doc>
<status status="PASS" start="2026-06-13T02:05:31.571502" elapsed="0.003781"/>
</kw>
<kw name="Get Time" owner="BuiltIn">
<msg time="2026-06-13T02:05:31.575831" level="INFO">${date} = 2026-06-13 02:05:31</msg>
<var>${date}</var>
<arg>d,m,s</arg>
<doc>Returns the given time in the requested format.</doc>
<status status="PASS" start="2026-06-13T02:05:31.575457" elapsed="0.000400"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-06-13T02:05:31.576436" level="INFO">CBench Result: 2026-06-13 02:05:31,-t -m 60000 -M 100 -S 16 -l 10 -D 5000 -p 6633,132901.66,157687.87,148981.88,50142.44</msg>
<arg>CBench Result: ${date},${cbench_args},${min},${max},${average},${stdev}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-06-13T02:05:31.576012" elapsed="0.000479"/>
</kw>
<kw name="Log Results And Determine Status">
<kw name="Append To File" owner="OperatingSystem">
<msg time="2026-06-13T02:05:31.577522" level="INFO" html="true">Appended to file '&lt;a href="file:///w/workspace/openflowplugin-csit-1node-cbench-only-titanium/throughput.csv"&gt;/w/workspace/openflowplugin-csit-1node-cbench-only-titanium/throughput.csv&lt;/a&gt;'.</msg>
<arg>${output_file}</arg>
<arg>${min},${max},${average}\n</arg>
<doc>Appends the given content to the specified file.</doc>
<status status="PASS" start="2026-06-13T02:05:31.577102" elapsed="0.000487"/>
</kw>
<kw name="Should Be True" owner="BuiltIn">
<arg>${average} &gt; ${threshold}</arg>
<arg>${average} flow_mods per/sec did not exceed threshold of ${threshold}</arg>
<doc>Fails if the given condition is not true.</doc>
<status status="PASS" start="2026-06-13T02:05:31.577737" elapsed="0.000534"/>
</kw>
<arg>${min}</arg>
<arg>${max}</arg>
<arg>${average}</arg>
<arg>${average_threshold}</arg>
<arg>${output_filename}</arg>
<status status="PASS" start="2026-06-13T02:05:31.576626" elapsed="0.001710"/>
</kw>
<arg>-t -m ${duration_in_ms} -M ${num_of_unique_macs} -S ${switch_count} -l ${loops} -D ${start_delay} -p ${of_port}</arg>
<arg>${throughput_threshold}</arg>
<arg>${throughput_results_file}</arg>
<status status="PASS" start="2026-06-13T01:55:24.849544" elapsed="606.728850"/>
</kw>
<kw name="Sleep" owner="BuiltIn">
<msg time="2026-06-13T02:05:31.578859" level="INFO">Slept 0 seconds.</msg>
<arg>${test_delay}</arg>
<doc>Pauses the test executed for the given time.</doc>
<status status="PASS" start="2026-06-13T02:05:31.578547" elapsed="0.000368"/>
</kw>
<kw name="Log Results As Zero If Cbench Timed Out" type="TEARDOWN">
<kw name="Run Keyword If Timeout Occurred" owner="BuiltIn">
<arg>Log Results And Determine Status</arg>
<arg>0</arg>
<arg>0</arg>
<arg>0</arg>
<arg>0</arg>
<arg>${output_filename}</arg>
<doc>Runs the given keyword if either a test or a keyword timeout has occurred.</doc>
<status status="PASS" start="2026-06-13T02:05:31.579435" elapsed="0.000463"/>
</kw>
<status status="PASS" start="2026-06-13T02:05:31.579137" elapsed="0.000854"/>
</kw>
<doc>cbench executed in throughput mode (-t). Test parameters have defaults, but can be overridden
on the pybot command line</doc>
<tag>cbench</tag>
<tag>throughput</tag>
<timeout value="15 minutes"/>
<status status="PASS" start="2026-06-13T01:55:24.848094" elapsed="606.731969"/>
</test>
<test id="s1-t3" name="Rerun Latency Test To Check Bug 6176" line="65">
<kw name="Log" owner="BuiltIn">
<msg time="2026-06-13T02:05:31.581446" level="INFO">Cbench tests using 10 iterations of 60 second tests. Switch Count: 16. Unique MACS to cycle: 100</msg>
<arg>Cbench tests using ${loops} iterations of ${duration_in_secs} second tests. Switch Count: ${switch_count}. Unique MACS to cycle: ${num_of_unique_macs}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-06-13T02:05:31.581056" elapsed="0.000446"/>
</kw>
<kw name="Run Cbench And Log Results">
<kw name="Set Suite Variable" owner="BuiltIn">
<msg time="2026-06-13T02:05:31.582960" level="INFO">${output_filename} = bug.csv</msg>
<arg>${output_filename}</arg>
<doc>Makes a variable available everywhere within the scope of the current suite.</doc>
<status status="PASS" start="2026-06-13T02:05:31.582632" elapsed="0.000371"/>
</kw>
<if>
<branch type="IF" condition="&quot;${cbench_system}&quot; == &quot;localhost&quot;">
<kw name="Run" owner="OperatingSystem">
<var>${output}</var>
<arg>${cbench_executable} -c ${ODL_SYSTEM_IP} ${cbench_args}</arg>
<doc>_This keyword is considered deprecated. Use the
[http://robotframework.org/robotframework/latest/libraries/Process.html|
Process] library instead._</doc>
<status status="NOT RUN" start="2026-06-13T02:05:31.583345" elapsed="0.000023"/>
</kw>
<status status="NOT RUN" start="2026-06-13T02:05:31.583126" elapsed="0.000281"/>
</branch>
<branch type="ELSE">
<kw name="Run Command On Remote System" owner="Utils">
<if>
<branch type="IF" condition="&quot;${return_stdout}&quot;!=&quot;True&quot; and &quot;${return_stderr}&quot;!=&quot;True&quot;">
<kw name="Fail" owner="BuiltIn">
<arg>At least one of {return_stdout} or {return_stderr} args should be set to True</arg>
<doc>Fails the test with the given message and optionally alters its tags.</doc>
<status status="NOT RUN" start="2026-06-13T02:05:31.586672" elapsed="0.000021"/>
</kw>
<status status="NOT RUN" start="2026-06-13T02:05:31.586423" elapsed="0.000305"/>
</branch>
<status status="PASS" start="2026-06-13T02:05:31.586404" elapsed="0.000349"/>
</if>
<kw name="Get Connection" owner="SSHLibrary">
<msg time="2026-06-13T02:05:31.587098" level="INFO">index=None
host=None
alias=None
port=22
timeout=3 seconds
newline=

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

prompt=None
term_type=vt100
width=80
height=24
path_separator=/
encoding=utf8
escape_ansi=False
encoding_errors=strict</msg>
<var>${current_ssh_connection}</var>
<doc>Returns information about the connection.</doc>
<status status="PASS" start="2026-06-13T02:05:31.586897" elapsed="0.000346"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-06-13T02:05:31.587821" level="INFO">Attempting to execute command "/usr/local/bin/cbench -c 10.30.171.214 -m 60000 -M 100 -S 16 -l 10 -D 5000 -p 6633" on remote system "10.30.171.202" by user "jenkins" with keyfile pass "any" and prompt "&gt;" and password ""</msg>
<arg>Attempting to execute command "${cmd}" on remote system "${system}" by user "${user}" with keyfile pass "${keyfile_pass}" and prompt "${prompt}" and password "${password}"</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-06-13T02:05:31.587378" elapsed="0.000500"/>
</kw>
<kw name="Open Connection" owner="SSHLibrary">
<msg time="2026-06-13T02:05:31.588438" level="INFO">${conn_id} = 9</msg>
<var>${conn_id}</var>
<arg>${system}</arg>
<arg>prompt=${prompt}</arg>
<arg>timeout=${prompt_timeout}</arg>
<doc>Opens a new SSH connection to the given ``host`` and ``port``.</doc>
<status status="PASS" start="2026-06-13T02:05:31.588016" elapsed="0.000448"/>
</kw>
<kw name="Flexible_SSH_Login" owner="SSHKeywords">
<kw name="Get Length" owner="BuiltIn">
<msg time="2026-06-13T02:05:31.589379" level="INFO">Length is 0.</msg>
<msg time="2026-06-13T02:05:31.589467" level="INFO">${pwd_length} = 0</msg>
<var>${pwd_length}</var>
<arg>${password}</arg>
<doc>Returns and logs the length of the given item as an integer.</doc>
<status status="PASS" start="2026-06-13T02:05:31.589075" elapsed="0.000417"/>
</kw>
<kw name="Run Keyword And Return If" owner="BuiltIn">
<arg>${pwd_length} &gt; 0</arg>
<arg>SSHLibrary.Login</arg>
<arg>${user}</arg>
<arg>${password}</arg>
<arg>delay=${delay}</arg>
<doc>Runs the specified keyword and returns from the enclosing user keyword.</doc>
<status status="PASS" start="2026-06-13T02:05:31.589637" elapsed="0.000318"/>
</kw>
<kw name="Run Keyword And Return" owner="BuiltIn">
<kw name="Login With Public Key" owner="SSHLibrary">
<msg time="2026-06-13T02:05:31.590829" level="INFO">Logging into '10.30.171.202:22' as 'jenkins'.</msg>
<msg time="2026-06-13T02:05:32.174509" 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 Sat Jun 13 02:05:31 UTC 2026

  System load:  0.44               Processes:             105
  Usage of /:   19.3% of 38.58GB   Users logged in:       0
  Memory usage: 4%                 IPv4 address for ens3: 10.30.171.202
  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: Sat Jun 13 01:55:25 2026 from 10.30.171.47
[?2004h[jenkins@releng-48317-748-1-mininet-ovs-217-0 ~]&gt;</msg>
<arg>${user}</arg>
<arg>${USER_HOME}/.ssh/${SSH_KEY}</arg>
<arg>${KEYFILE_PASS}</arg>
<arg>delay=${delay}</arg>
<doc>Logs into the SSH server using key-based authentication.</doc>
<status status="PASS" start="2026-06-13T02:05:31.590468" elapsed="0.584240"/>
</kw>
<msg time="2026-06-13T02:05:32.174796" level="INFO">Returning from the enclosing user keyword.</msg>
<arg>SSHLibrary.Login With Public Key</arg>
<arg>${user}</arg>
<arg>${USER_HOME}/.ssh/${SSH_KEY}</arg>
<arg>${KEYFILE_PASS}</arg>
<arg>delay=${delay}</arg>
<doc>Runs the specified keyword and returns from the enclosing user keyword.</doc>
<status status="PASS" start="2026-06-13T02:05:31.590123" elapsed="0.584757"/>
</kw>
<arg>${user}</arg>
<arg>${password}</arg>
<doc>On active SSH session: if given non-empty password, do Login, else do Login With Public Key.</doc>
<status status="PASS" start="2026-06-13T02:05:31.588665" elapsed="0.586326"/>
</kw>
<kw name="Execute Command" owner="SSHLibrary">
<msg time="2026-06-13T02:05:32.175566" level="INFO">Executing command '/usr/local/bin/cbench -c 10.30.171.214 -m 60000 -M 100 -S 16 -l 10 -D 5000 -p 6633'.</msg>
<msg time="2026-06-13T02:15:38.207365" level="INFO">Command exited with return code 0.</msg>
<msg time="2026-06-13T02:15:38.208063" level="INFO">${stdout} = </msg>
<msg time="2026-06-13T02:15:38.208200" level="INFO">${stderr} = cbench: controller benchmarking tool
   running in mode 'latency'
   connecting to controller at 10.30.171.214:6633 
   faking 16 switches with 1 threads :: 10 tests each; 60000 ms per test
   with 10...</msg>
<var>${stdout}</var>
<var>${stderr}</var>
<arg>${cmd}</arg>
<arg>return_stderr=True</arg>
<doc>Executes ``command`` on the remote machine and returns its outputs.</doc>
<status status="PASS" start="2026-06-13T02:05:32.175237" elapsed="606.033029"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-06-13T02:15:38.208827" elapsed="0.001100"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-06-13T02:15:38.211246" level="INFO">cbench: controller benchmarking tool
   running in mode 'latency'
   connecting to controller at 10.30.171.214: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.214. So far 1 cbench instances have initialized their switches.  Waiting for other cbench-instances
Thread-0: Total switches from ALL cbench-instances initialized.
02:06:37.287 16  switches: flows:  148376 144806 144223 144394 143749 143201 145774 143845 144392 144738 142790 144237 142158 145676 138408 143835  total = 38.410033 per ms 
02:07:37.387 16  switches: flows:  144407 143887 142358 145667 145990 144551 146641 143352 144621 143636 142490 145379 147413 144688 138878 142988  total = 38.384974 per ms 
02:08:37.489 16  switches: flows:  144982 148929 145351 144094 144820 146793 149540 144864 146288 147911 146281 145626 147307 148063 140303 147108  total = 38.905187 per ms 
02:09:37.589 16  switches: flows:  149083 149642 149492 149937 147975 146388 151140 147229 148849 149296 149810 150210 149461 148309 143010 150632  total = 39.608236 per ms 
02:10:37.689 16  switches: flows:  146512 147955 144623 146092 146104 147478 149968 145920 144601 147325 144427 146933 148402 148129 142112 147669  total = 39.005702 per ms 
02:11:37.790 16  switches: flows:  147425 148270 146731 148747 146133 146092 150731 145655 146400 147837 146671 148842 146563 146013 142783 146680  total = 39.127490 per ms 
02:12:37.890 16  switches: flows:  147827 149362 147685 149201 147961 148153 151862 148868 147667 149294 146025 147518 149743 150330 143189 149424  total = 39.502469 per ms 
02:13:37.990 16  switches: flows:  148724 146102 145021 148219 145853 147818 148331 145108 143587 145542 144876 146491 147480 147557 142388 146246  total = 38.924035 per ms 
02:14:38.091 16  switches: flows:  152646 149629 147505 148903 149950 149578 148734 147817 145173 150053 145989 148246 149001 147666 143637 146845  total = 39.457008 per ms 
02:15:38.191 16  switches: flows:  150271 146978 145978 145683 145869 148610 148324 144718 141974 147596 144098 143866 145969 147412 142264 142676  total = 38.806653 per ms 
RESULT: 16 switches 9 tests min/max/avg/stdev = 38384.97/39608.24/39080.19/13031.93 responses/s</msg>
<arg>${stderr}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-06-13T02:15:38.210381" elapsed="0.001215"/>
</kw>
<if>
<branch type="IF" condition="&quot;${return_stdout}&quot;!=&quot;True&quot;">
<return>
<value>${stderr}</value>
<status status="PASS" start="2026-06-13T02:15:38.212189" elapsed="0.000084"/>
</return>
<status status="PASS" start="2026-06-13T02:15:38.211808" elapsed="0.000554"/>
</branch>
<status status="PASS" start="2026-06-13T02:15:38.211751" elapsed="0.000671"/>
</if>
<if>
<branch type="IF" condition="&quot;${return_stderr}&quot;!=&quot;True&quot;">
<return>
<value>${stdout}</value>
<status status="NOT RUN" start="2026-06-13T02:15:38.212637" elapsed="0.000029"/>
</return>
<status status="NOT RUN" start="2026-06-13T02:15:38.212555" elapsed="0.000171"/>
</branch>
<status status="NOT RUN" start="2026-06-13T02:15:38.212518" elapsed="0.000255"/>
</if>
<return>
<value>${stdout}</value>
<value>${stderr}</value>
<status status="NOT RUN" start="2026-06-13T02:15:38.212848" elapsed="0.000040"/>
</return>
<kw name="Restore_Current_Ssh_Connection_From_Index" owner="SSHKeywords" type="TEARDOWN">
<kw name="Run Keyword And Return If" owner="BuiltIn">
<arg>${connection_index} is not None</arg>
<arg>SSHLibrary.Switch Connection</arg>
<arg>${connection_index}</arg>
<doc>Runs the specified keyword and returns from the enclosing user keyword.</doc>
<status status="PASS" start="2026-06-13T02:15:38.218638" elapsed="0.000365"/>
</kw>
<kw name="Open Connection" owner="SSHLibrary">
<arg>127.0.0.1</arg>
<doc>Opens a new SSH connection to the given ``host`` and ``port``.</doc>
<status status="PASS" start="2026-06-13T02:15:38.219183" elapsed="0.000169"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-06-13T02:15:38.219485" 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-06-13T02:15:38.213744" elapsed="0.005896"/>
</kw>
<msg time="2026-06-13T02:15:38.219780" level="INFO">${output} = cbench: controller benchmarking tool
   running in mode 'latency'
   connecting to controller at 10.30.171.214:6633 
   faking 16 switches with 1 threads :: 10 tests each; 60000 ms per test
   with 10...</msg>
<var>${output}</var>
<arg>${cbench_system}</arg>
<arg>${cbench_executable} -c ${ODL_SYSTEM_IP} ${cbench_args}</arg>
<arg>prompt_timeout=${test_timeout}</arg>
<arg>return_stdout=False</arg>
<arg>return_stderr=True</arg>
<doc>Reduces the common work of running a command on a remote system to a single higher level
robot keyword, taking care to log in with a public key and. The command given is written and the return value
depends on the passed argument values of return_stdout (default: True) and return_stderr (default: False).
At least one should be True, or the keyword will exit and FAIL. If both are True, the resulting return value
will be a two element list containing both. Otherwise the resulting return value is a string.
No test conditions are checked.</doc>
<status status="PASS" start="2026-06-13T02:05:31.583759" elapsed="606.636047"/>
</kw>
<status status="PASS" start="2026-06-13T02:05:31.583432" elapsed="606.636427"/>
</branch>
<status status="PASS" start="2026-06-13T02:05:31.583105" elapsed="606.636779"/>
</if>
<kw name="Log" owner="BuiltIn">
<msg time="2026-06-13T02:15:38.220361" level="INFO">cbench: controller benchmarking tool
   running in mode 'latency'
   connecting to controller at 10.30.171.214: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.214. So far 1 cbench instances have initialized their switches.  Waiting for other cbench-instances
Thread-0: Total switches from ALL cbench-instances initialized.
02:06:37.287 16  switches: flows:  148376 144806 144223 144394 143749 143201 145774 143845 144392 144738 142790 144237 142158 145676 138408 143835  total = 38.410033 per ms 
02:07:37.387 16  switches: flows:  144407 143887 142358 145667 145990 144551 146641 143352 144621 143636 142490 145379 147413 144688 138878 142988  total = 38.384974 per ms 
02:08:37.489 16  switches: flows:  144982 148929 145351 144094 144820 146793 149540 144864 146288 147911 146281 145626 147307 148063 140303 147108  total = 38.905187 per ms 
02:09:37.589 16  switches: flows:  149083 149642 149492 149937 147975 146388 151140 147229 148849 149296 149810 150210 149461 148309 143010 150632  total = 39.608236 per ms 
02:10:37.689 16  switches: flows:  146512 147955 144623 146092 146104 147478 149968 145920 144601 147325 144427 146933 148402 148129 142112 147669  total = 39.005702 per ms 
02:11:37.790 16  switches: flows:  147425 148270 146731 148747 146133 146092 150731 145655 146400 147837 146671 148842 146563 146013 142783 146680  total = 39.127490 per ms 
02:12:37.890 16  switches: flows:  147827 149362 147685 149201 147961 148153 151862 148868 147667 149294 146025 147518 149743 150330 143189 149424  total = 39.502469 per ms 
02:13:37.990 16  switches: flows:  148724 146102 145021 148219 145853 147818 148331 145108 143587 145542 144876 146491 147480 147557 142388 146246  total = 38.924035 per ms 
02:14:38.091 16  switches: flows:  152646 149629 147505 148903 149950 149578 148734 147817 145173 150053 145989 148246 149001 147666 143637 146845  total = 39.457008 per ms 
02:15:38.191 16  switches: flows:  150271 146978 145978 145683 145869 148610 148324 144718 141974 147596 144098 143866 145969 147412 142264 142676  total = 38.806653 per ms 
RESULT: 16 switches 9 tests min/max/avg/stdev = 38384.97/39608.24/39080.19/13031.93 responses/s</msg>
<arg>${output}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-06-13T02:15:38.220047" elapsed="0.000388"/>
</kw>
<kw name="Should Contain" owner="BuiltIn">
<arg>${output}</arg>
<arg>RESULT</arg>
<doc>Fails if ``container`` does not contain ``item`` one or more times.</doc>
<status status="PASS" start="2026-06-13T02:15:38.220587" elapsed="0.000374"/>
</kw>
<kw name="Get Lines Containing String" owner="String">
<msg time="2026-06-13T02:15:38.221400" level="INFO">1 out of 23 lines matched.</msg>
<msg time="2026-06-13T02:15:38.221492" level="INFO">${result_line} = RESULT: 16 switches 9 tests min/max/avg/stdev = 38384.97/39608.24/39080.19/13031.93 responses/s</msg>
<var>${result_line}</var>
<arg>${output}</arg>
<arg>RESULT</arg>
<doc>Returns lines of the given ``string`` that contain the ``pattern``.</doc>
<status status="PASS" start="2026-06-13T02:15:38.221149" elapsed="0.000368"/>
</kw>
<kw name="Split String" owner="String">
<msg time="2026-06-13T02:15:38.221937" level="INFO">@{results_list} = [ RESULT: | 16 | switches | 9 | tests | min/max/avg/stdev | = | 38384.97/39608.24/39080.19/13031.93 | responses/s ]</msg>
<var>@{results_list}</var>
<arg>${result_line}</arg>
<doc>Splits the ``string`` using ``separator`` as a delimiter string.</doc>
<status status="PASS" start="2026-06-13T02:15:38.221672" elapsed="0.000292"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-06-13T02:15:38.224537" level="INFO">min/max/avg/stdev</msg>
<arg>${results_list[5]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-06-13T02:15:38.222132" elapsed="0.002476"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-06-13T02:15:38.228277" level="INFO">38384.97/39608.24/39080.19/13031.93</msg>
<arg>${results_list[7]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-06-13T02:15:38.224796" elapsed="0.003538"/>
</kw>
<kw name="Split String" owner="String">
<msg time="2026-06-13T02:15:38.230722" level="INFO">@{result_name_list} = [ min | max | avg | stdev ]</msg>
<var>@{result_name_list}</var>
<arg>${results_list[5]}</arg>
<arg>/</arg>
<doc>Splits the ``string`` using ``separator`` as a delimiter string.</doc>
<status status="PASS" start="2026-06-13T02:15:38.228485" elapsed="0.002265"/>
</kw>
<kw name="Split String" owner="String">
<msg time="2026-06-13T02:15:38.233221" level="INFO">@{result_value_list} = [ 38384.97 | 39608.24 | 39080.19 | 13031.93 ]</msg>
<var>@{result_value_list}</var>
<arg>${results_list[7]}</arg>
<arg>/</arg>
<doc>Splits the ``string`` using ``separator`` as a delimiter string.</doc>
<status status="PASS" start="2026-06-13T02:15:38.230954" elapsed="0.002301"/>
</kw>
<kw name="Get Length" owner="BuiltIn">
<msg time="2026-06-13T02:15:38.233752" level="INFO">Length is 4.</msg>
<msg time="2026-06-13T02:15:38.233843" level="INFO">${num_stats} = 4</msg>
<var>${num_stats}</var>
<arg>${result_name_list}</arg>
<doc>Returns and logs the length of the given item as an integer.</doc>
<status status="PASS" start="2026-06-13T02:15:38.233426" elapsed="0.000441"/>
</kw>
<for flavor="IN RANGE">
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-06-13T02:15:38.238649" level="INFO">min :: 38384.97</msg>
<arg>${result_name_list[${i}]} :: ${result_value_list[${i}]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-06-13T02:15:38.234302" elapsed="0.004418"/>
</kw>
<var name="${i}">0</var>
<status status="PASS" start="2026-06-13T02:15:38.234171" elapsed="0.004585"/>
</iter>
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-06-13T02:15:38.243326" level="INFO">max :: 39608.24</msg>
<arg>${result_name_list[${i}]} :: ${result_value_list[${i}]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-06-13T02:15:38.238972" elapsed="0.004410"/>
</kw>
<var name="${i}">1</var>
<status status="PASS" start="2026-06-13T02:15:38.238846" elapsed="0.004571"/>
</iter>
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-06-13T02:15:38.247996" level="INFO">avg :: 39080.19</msg>
<arg>${result_name_list[${i}]} :: ${result_value_list[${i}]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-06-13T02:15:38.243652" elapsed="0.004417"/>
</kw>
<var name="${i}">2</var>
<status status="PASS" start="2026-06-13T02:15:38.243510" elapsed="0.004597"/>
</iter>
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-06-13T02:15:38.252665" level="INFO">stdev :: 13031.93</msg>
<arg>${result_name_list[${i}]} :: ${result_value_list[${i}]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-06-13T02:15:38.248350" elapsed="0.004373"/>
</kw>
<var name="${i}">3</var>
<status status="PASS" start="2026-06-13T02:15:38.248202" elapsed="0.004556"/>
</iter>
<var>${i}</var>
<value>0</value>
<value>${num_stats}</value>
<status status="PASS" start="2026-06-13T02:15:38.233939" elapsed="0.018850"/>
</for>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-06-13T02:15:38.256968" level="INFO">${min} = 38384.97</msg>
<var>${min}</var>
<arg>${result_value_list[${0}]}</arg>
<doc>Returns the given values which can then be assigned to a variables.</doc>
<status status="PASS" start="2026-06-13T02:15:38.252946" elapsed="0.004050"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-06-13T02:15:38.261505" level="INFO">${max} = 39608.24</msg>
<var>${max}</var>
<arg>${result_value_list[${1}]}</arg>
<doc>Returns the given values which can then be assigned to a variables.</doc>
<status status="PASS" start="2026-06-13T02:15:38.257206" elapsed="0.004327"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-06-13T02:15:38.265502" level="INFO">${average} = 39080.19</msg>
<var>${average}</var>
<arg>${result_value_list[${2}]}</arg>
<doc>Returns the given values which can then be assigned to a variables.</doc>
<status status="PASS" start="2026-06-13T02:15:38.261689" elapsed="0.003840"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-06-13T02:15:38.269506" level="INFO">${stdev} = 13031.93</msg>
<var>${stdev}</var>
<arg>${result_value_list[${3}]}</arg>
<doc>Returns the given values which can then be assigned to a variables.</doc>
<status status="PASS" start="2026-06-13T02:15:38.265693" elapsed="0.003841"/>
</kw>
<kw name="Get Time" owner="BuiltIn">
<msg time="2026-06-13T02:15:38.270078" level="INFO">${date} = 2026-06-13 02:15:38</msg>
<var>${date}</var>
<arg>d,m,s</arg>
<doc>Returns the given time in the requested format.</doc>
<status status="PASS" start="2026-06-13T02:15:38.269697" elapsed="0.000411"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-06-13T02:15:38.270690" level="INFO">CBench Result: 2026-06-13 02:15:38,-m 60000 -M 100 -S 16 -l 10 -D 5000 -p 6633,38384.97,39608.24,39080.19,13031.93</msg>
<arg>CBench Result: ${date},${cbench_args},${min},${max},${average},${stdev}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-06-13T02:15:38.270267" elapsed="0.000482"/>
</kw>
<kw name="Log Results And Determine Status">
<kw name="Append To File" owner="OperatingSystem">
<msg time="2026-06-13T02:15:38.271981" level="INFO" html="true">Appended to file '&lt;a href="file:///w/workspace/openflowplugin-csit-1node-cbench-only-titanium/bug.csv"&gt;/w/workspace/openflowplugin-csit-1node-cbench-only-titanium/bug.csv&lt;/a&gt;'.</msg>
<arg>${output_file}</arg>
<arg>${min},${max},${average}\n</arg>
<doc>Appends the given content to the specified file.</doc>
<status status="PASS" start="2026-06-13T02:15:38.271471" elapsed="0.000595"/>
</kw>
<kw name="Should Be True" owner="BuiltIn">
<arg>${average} &gt; ${threshold}</arg>
<arg>${average} flow_mods per/sec did not exceed threshold of ${threshold}</arg>
<doc>Fails if the given condition is not true.</doc>
<status status="PASS" start="2026-06-13T02:15:38.272227" elapsed="0.000467"/>
</kw>
<arg>${min}</arg>
<arg>${max}</arg>
<arg>${average}</arg>
<arg>${average_threshold}</arg>
<arg>${output_filename}</arg>
<status status="PASS" start="2026-06-13T02:15:38.270898" elapsed="0.001862"/>
</kw>
<arg>-m ${duration_in_ms} -M ${num_of_unique_macs} -S ${switch_count} -l ${loops} -D ${start_delay} -p ${of_port}</arg>
<arg>${latency_threshold}</arg>
<arg>bug.csv</arg>
<status status="PASS" start="2026-06-13T02:05:31.581818" elapsed="606.691002"/>
</kw>
<kw name="Sleep" owner="BuiltIn">
<msg time="2026-06-13T02:15:38.273372" level="INFO">Slept 0 seconds.</msg>
<arg>${test_delay}</arg>
<doc>Pauses the test executed for the given time.</doc>
<status status="PASS" start="2026-06-13T02:15:38.272992" elapsed="0.000439"/>
</kw>
<kw name="Report Failure Due To Bug" owner="Utils" type="TEARDOWN">
<kw name="Evaluate" owner="BuiltIn">
<msg time="2026-06-13T02:15:38.274722" level="INFO">${test_skipped} = False</msg>
<var>${test_skipped}</var>
<arg>len(re.findall('SKIPPED', """${TEST_MESSAGE}""")) &gt; 0</arg>
<arg>modules=re</arg>
<doc>Evaluates the given expression in Python and returns the result.</doc>
<status status="PASS" start="2026-06-13T02:15:38.274203" elapsed="0.000547"/>
</kw>
<if>
<branch type="IF" condition="('${TEST_STATUS}' != 'FAIL') or ${test_skipped}">
<return>
<status status="PASS" start="2026-06-13T02:15:38.274975" elapsed="0.000034"/>
</return>
<status status="PASS" start="2026-06-13T02:15:38.274827" elapsed="0.000229"/>
</branch>
<status status="PASS" start="2026-06-13T02:15:38.274807" elapsed="0.000274"/>
</if>
<kw name="Comment" owner="BuiltIn">
<arg>Jira tickets are {PROJECT}-{NUMBER} while Bugzilla tickets are {NUMBER}</arg>
<doc>Displays the given messages in the log file as keyword arguments.</doc>
<status status="NOT RUN" start="2026-06-13T02:15:38.275232" elapsed="0.000022"/>
</kw>
<kw name="Run Keyword And Return Status" owner="BuiltIn">
<var>${match}</var>
<arg>Should Contain</arg>
<arg>${number}</arg>
<arg>-</arg>
<doc>Runs the specified keyword and returns the status as a Boolean value.</doc>
<status status="NOT RUN" start="2026-06-13T02:15:38.275391" 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-06-13T02:15:38.275549" elapsed="0.000019"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<var>${msg}</var>
<arg>This test fails due to ${bug_url}</arg>
<doc>Returns the given values which can then be assigned to a variables.</doc>
<status status="NOT RUN" start="2026-06-13T02:15:38.275742" 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-06-13T02:15:38.275905" elapsed="0.000021"/>
</kw>
<kw name="Set Test Message" owner="BuiltIn">
<arg>${msg}${newline}${newline}${TEST_MESSAGE}</arg>
<doc>Sets message for the current test case.</doc>
<status status="NOT RUN" start="2026-06-13T02:15:38.276071" 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-06-13T02:15:38.276237" elapsed="0.000021"/>
</kw>
<if>
<branch type="IF" condition="&quot;${include_bug_in_tags}&quot;==&quot;True&quot;">
<kw name="Set Tags" owner="BuiltIn">
<arg>${bug_url}</arg>
<doc>Adds given ``tags`` for the current test or all tests in a suite.</doc>
<status status="NOT RUN" start="2026-06-13T02:15:38.276491" elapsed="0.000021"/>
</kw>
<status status="NOT RUN" start="2026-06-13T02:15:38.276332" elapsed="0.000220"/>
</branch>
<status status="NOT RUN" start="2026-06-13T02:15:38.276310" elapsed="0.000273"/>
</if>
<arg>6176</arg>
<doc>Report that a test failed due to a known Bugzilla bug whose
number is provided as an argument.
Not FAILED (incl. SKIPPED) test are not reported.
This keyword must be used in the [Teardown] setting of the affected test
or as the first line of the test if FastFail module is not being
used. It reports the URL of the bug on console and also puts it
into the Robot log file.</doc>
<status status="PASS" start="2026-06-13T02:15:38.273807" elapsed="0.002846"/>
</kw>
<doc>cbench executed in latency mode to see if controller is healthy</doc>
<tag>cbench</tag>
<tag>latency</tag>
<timeout value="15 minutes"/>
<status status="PASS" start="2026-06-13T02:05:31.580535" elapsed="606.696166"/>
</test>
<doc>Cbench Latency and Throughput tests can be run from an external
cbench.
If cbench is run with a medium number of switches or higher (e.g. 32+)
the normal openflow operations seem to break.
BUG: https://bugs.opendaylight.org/show_bug.cgi?id=2897</doc>
<status status="PASS" start="2026-06-13T01:45:15.526079" elapsed="1822.751280"/>
</suite>
<statistics>
<total>
<stat pass="3" fail="0" skip="0">All Tests</stat>
</total>
<tag>
<stat pass="3" fail="0" skip="0">cbench</stat>
<stat pass="2" fail="0" skip="0">latency</stat>
<stat pass="1" fail="0" skip="0">throughput</stat>
</tag>
<suite>
<stat name="openflowplugin-cbench.txt" id="s1" pass="3" fail="0" skip="0">openflowplugin-cbench.txt</stat>
</suite>
</statistics>
<errors>
</errors>
</robot>
