<?xml version="1.0" encoding="UTF-8"?>
<robot generator="Robot 7.4.2 (Python 3.11.10 on linux)" generated="2026-04-20T01:54:56.837288" 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-04-20T01:54:57.421423" elapsed="0.000024"/>
</return>
<status status="NOT RUN" start="2026-04-20T01:54:57.421275" elapsed="0.000223"/>
</branch>
<status status="PASS" start="2026-04-20T01:54:57.421243" elapsed="0.000281"/>
</if>
<kw name="Open Connection" owner="SSHLibrary">
<arg>${controller}</arg>
<arg>port=${karaf_port}</arg>
<arg>prompt=${KARAF_PROMPT_LOGIN}</arg>
<arg>timeout=${timeout}</arg>
<doc>Opens a new SSH connection to the given ``host`` and ``port``.</doc>
<status status="PASS" start="2026-04-20T01:54:57.421682" elapsed="0.000519"/>
</kw>
<kw name="Login" owner="SSHLibrary">
<msg time="2026-04-20T01:54:57.422703" level="INFO">Logging into '10.30.171.153:8101' as 'karaf'.</msg>
<msg time="2026-04-20T01:54:58.281518" level="INFO">Read output: [33m                                                                                           
[33m    ________                       ________                .__  .__       .__     __       
[33m    \_____  \ ______   ____   ____ \______ \ _____  ___.__.|  | |__| ____ |  |___/  |_     
[33m     /   |   \\____ \_/ __ \ /    \ |    |  \\__  \&lt;   |  ||  | |  |/ ___\|  |  \   __\    
[33m    /    |    \  |_&gt; &gt;  ___/|   |  \|    `   \/ __ \\___  ||  |_|  / /_/  &gt;   Y  \  |      
[33m    \_______  /   __/ \___  &gt;___|  /_______  (____  / ____||____/__\___  /|___|  /__|      
[33m            \/|__|        \/     \/        \/     \/\/            /_____/      \/          
[33m                                                                                           

Hit '[1m&lt;tab&gt;[0m' for a list of available commands
and '[1m[cmd] --help[0m' for help on a specific command.
Hit '[1m&lt;ctrl-d&gt;[0m' or type '[1msystem:shutdown[0m' or '[1mlogout[0m' to shutdown OpenDaylight.

[?1h=[90m~[0m                                                                                [?2004hopendaylight-user</msg>
<arg>${KARAF_USER}</arg>
<arg>${KARAF_PASSWORD}</arg>
<arg>loglevel=${loglevel}</arg>
<doc>Logs into the SSH server with the given ``username`` and ``password``.</doc>
<status status="PASS" start="2026-04-20T01:54:57.422392" elapsed="0.859348"/>
</kw>
<kw name="Write" owner="SSHLibrary">
<msg time="2026-04-20T01:54:58.332702" level="INFO">@root&gt;log:set ERROR</msg>
<arg>${cmd}</arg>
<doc>Writes the given ``text`` on the remote machine and appends a newline.</doc>
<status status="PASS" start="2026-04-20T01:54:58.282023" elapsed="0.050750"/>
</kw>
<kw name="Read Until Regexp" owner="SSHLibrary">
<msg time="2026-04-20T01:54:58.334587" level="INFO">[?1l&gt;[?2004l[?1h=[90m~[0m                                                                                [?2004hopendaylight-user@root&gt;</msg>
<msg time="2026-04-20T01:54:58.334719" level="INFO">${output} = [?1l&gt;[?2004l[?1h=[90m~[0m                                                                                [?2004hopendaylight-user@root&gt;</msg>
<var>${output}</var>
<arg>${KARAF_PROMPT}</arg>
<doc>Consumes and returns the server output until a match to ``regexp`` is found.</doc>
<status status="PASS" start="2026-04-20T01:54:58.332940" elapsed="0.001810"/>
</kw>
<kw name="Write Bare" owner="SSHLibrary">
<arg>logout\n</arg>
<doc>Writes the given ``text`` on the remote machine without appending a newline.</doc>
<status status="PASS" start="2026-04-20T01:54:58.334906" elapsed="0.000201"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-04-20T01:54:58.335265" elapsed="0.000218"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-20T01:54:58.335972" level="INFO">[?1l&gt;[?2004l[?1h=[90m~[0m                                                                                [?2004hopendaylight-user@root&gt;</msg>
<arg>${output}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-04-20T01:54:58.335628" elapsed="0.000397"/>
</kw>
<return>
<value>${output}</value>
<status status="PASS" start="2026-04-20T01:54:58.336077" elapsed="0.000053"/>
</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.153
Note that this keyword will open&amp;close new SSH connection, without switching back to previously current session.</doc>
<status status="PASS" start="2026-04-20T01:54:57.420892" elapsed="0.915365"/>
</kw>
<arg>3x</arg>
<arg>1s</arg>
<arg>KarafKeywords.Issue Command On Karaf Console</arg>
<arg>log:set ${log_level}</arg>
<doc>Runs the specified keyword and retries if it fails.</doc>
<status status="PASS" start="2026-04-20T01:54:57.417334" elapsed="0.918986"/>
</kw>
<kw name="Append To File" owner="OperatingSystem">
<msg time="2026-04-20T01:54:58.336893" 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-04-20T01:54:58.336504" elapsed="0.000447"/>
</kw>
<kw name="Append To File" owner="OperatingSystem">
<msg time="2026-04-20T01:54:58.337352" 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-04-20T01:54:58.337107" elapsed="0.000308"/>
</kw>
<kw name="Evaluate" owner="BuiltIn">
<msg time="2026-04-20T01:54:58.337976" level="INFO">${duration_in_ms} = 60000</msg>
<var>${duration_in_ms}</var>
<arg>${duration_in_secs} * 1000</arg>
<doc>Evaluates the given expression in Python and returns the result.</doc>
<status status="PASS" start="2026-04-20T01:54:58.337568" elapsed="0.000436"/>
</kw>
<kw name="Set Suite Variable" owner="BuiltIn">
<msg time="2026-04-20T01:54:58.338527" level="INFO">${duration_in_ms} = 60000</msg>
<arg>${duration_in_ms}</arg>
<doc>Makes a variable available everywhere within the scope of the current suite.</doc>
<status status="PASS" start="2026-04-20T01:54:58.338170" elapsed="0.000400"/>
</kw>
<kw name="Evaluate" owner="BuiltIn">
<msg time="2026-04-20T01:54:58.339105" level="INFO">${test_timeout} = 900.0</msg>
<var>${test_timeout}</var>
<arg>(${loops} * ${duration_in_secs}) * 1.5</arg>
<doc>Evaluates the given expression in Python and returns the result.</doc>
<status status="PASS" start="2026-04-20T01:54:58.338733" elapsed="0.000399"/>
</kw>
<kw name="Set Suite Variable" owner="BuiltIn">
<msg time="2026-04-20T01:54:58.339600" level="INFO">${test_timeout} = 900.0</msg>
<arg>${test_timeout}</arg>
<doc>Makes a variable available everywhere within the scope of the current suite.</doc>
<status status="PASS" start="2026-04-20T01:54:58.339290" elapsed="0.000352"/>
</kw>
<if>
<branch type="IF" condition="&quot;${cbench_system}&quot; == &quot;localhost&quot;">
<kw name="File Should Exist" owner="OperatingSystem">
<arg>${cbench_executable}</arg>
<doc>Fails unless the given ``path`` points to an existing file.</doc>
<status status="NOT RUN" start="2026-04-20T01:54:58.339951" elapsed="0.000021"/>
</kw>
<status status="NOT RUN" start="2026-04-20T01:54:58.339743" elapsed="0.000263"/>
</branch>
<branch type="ELSE">
<kw name="Verify File Exists On Remote System" owner="Utils">
<kw name="Open Connection" owner="SSHLibrary">
<msg time="2026-04-20T01:54:58.344227" level="INFO">${conn_id} = 2</msg>
<var>${conn_id}</var>
<arg>${system}</arg>
<arg>prompt=${prompt}</arg>
<arg>timeout=${prompt_timeout}</arg>
<doc>Opens a new SSH connection to the given ``host`` and ``port``.</doc>
<status status="PASS" start="2026-04-20T01:54:58.343818" elapsed="0.000436"/>
</kw>
<kw name="Flexible_SSH_Login" owner="SSHKeywords">
<kw name="Get Length" owner="BuiltIn">
<msg time="2026-04-20T01:54:58.345244" level="INFO">Length is 0.</msg>
<msg time="2026-04-20T01:54:58.345327" level="INFO">${pwd_length} = 0</msg>
<var>${pwd_length}</var>
<arg>${password}</arg>
<doc>Returns and logs the length of the given item as an integer.</doc>
<status status="PASS" start="2026-04-20T01:54:58.344807" elapsed="0.000544"/>
</kw>
<kw name="Run Keyword And Return If" owner="BuiltIn">
<arg>${pwd_length} &gt; 0</arg>
<arg>SSHLibrary.Login</arg>
<arg>${user}</arg>
<arg>${password}</arg>
<arg>delay=${delay}</arg>
<doc>Runs the specified keyword and returns from the enclosing user keyword.</doc>
<status status="PASS" start="2026-04-20T01:54:58.345492" elapsed="0.000370"/>
</kw>
<kw name="Run Keyword And Return" owner="BuiltIn">
<kw name="Login With Public Key" owner="SSHLibrary">
<msg time="2026-04-20T01:54:58.347091" level="INFO">Logging into '10.30.171.118:22' as 'jenkins'.</msg>
<msg time="2026-04-20T01:54:59.020413" 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 Mon Apr 20 01:54:58 UTC 2026

  System load:  0.11               Processes:             110
  Usage of /:   19.4% of 38.58GB   Users logged in:       0
  Memory usage: 4%                 IPv4 address for ens3: 10.30.171.118
  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-695-1-mininet-ovs-217-0 ~]&gt;</msg>
<arg>${user}</arg>
<arg>${USER_HOME}/.ssh/${SSH_KEY}</arg>
<arg>${KEYFILE_PASS}</arg>
<arg>delay=${delay}</arg>
<doc>Logs into the SSH server using key-based authentication.</doc>
<status status="PASS" start="2026-04-20T01:54:58.346583" elapsed="0.673994"/>
</kw>
<msg time="2026-04-20T01:54:59.020723" level="INFO">Returning from the enclosing user keyword.</msg>
<arg>SSHLibrary.Login With Public Key</arg>
<arg>${user}</arg>
<arg>${USER_HOME}/.ssh/${SSH_KEY}</arg>
<arg>${KEYFILE_PASS}</arg>
<arg>delay=${delay}</arg>
<doc>Runs the specified keyword and returns from the enclosing user keyword.</doc>
<status status="PASS" start="2026-04-20T01:54:58.346014" elapsed="0.674804"/>
</kw>
<arg>${user}</arg>
<arg>${password}</arg>
<doc>On active SSH session: if given non-empty password, do Login, else do Login With Public Key.</doc>
<status status="PASS" start="2026-04-20T01:54:58.344455" elapsed="0.676487"/>
</kw>
<kw name="File Should Exist" owner="SSHLibrary">
<msg time="2026-04-20T01:54:59.027977" level="INFO">[chan 1] Opened sftp connection (server version 3)</msg>
<arg>${file}</arg>
<doc>Fails if the given ``path`` does NOT point to an existing file.</doc>
<status status="PASS" start="2026-04-20T01:54:59.021165" elapsed="0.008330"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-04-20T01:54:59.029775" elapsed="0.000385"/>
</kw>
<arg>${cbench_system}</arg>
<arg>${cbench_executable}</arg>
<doc>Will create connection with public key and will PASS if the given ${file} exists,
otherwise will FAIL</doc>
<status status="PASS" start="2026-04-20T01:54:58.343289" elapsed="0.686959"/>
</kw>
<status status="PASS" start="2026-04-20T01:54:58.340085" elapsed="0.690216"/>
</branch>
<status status="PASS" start="2026-04-20T01:54:58.339719" elapsed="0.690662"/>
</if>
<kw name="Should Be True" owner="BuiltIn">
<arg>${loops} &gt;= 2</arg>
<arg>If number of loops is less than 2, cbench will not run</arg>
<doc>Fails if the given condition is not true.</doc>
<status status="PASS" start="2026-04-20T01:54:59.030600" elapsed="0.000689"/>
</kw>
<kw name="Verify_Feature_Is_Installed" owner="KarafKeywords">
<if>
<branch type="IF" condition="'${IS_KARAF_APPL}' == 'False'">
<return>
<value>Not A Karaf App</value>
<status status="NOT RUN" start="2026-04-20T01:54:59.037324" elapsed="0.000025"/>
</return>
<status status="NOT RUN" start="2026-04-20T01:54:59.037156" elapsed="0.000242"/>
</branch>
<status status="PASS" start="2026-04-20T01:54:59.037123" elapsed="0.000309"/>
</if>
<kw name="Issue_Command_On_Karaf_Console" owner="KarafKeywords">
<if>
<branch type="IF" condition="'${IS_KARAF_APPL}' == 'False'">
<return>
<value>Not A Karaf App</value>
<status status="NOT RUN" start="2026-04-20T01:54:59.042411" elapsed="0.000027"/>
</return>
<status status="NOT RUN" start="2026-04-20T01:54:59.042226" elapsed="0.000265"/>
</branch>
<status status="PASS" start="2026-04-20T01:54:59.042199" elapsed="0.000325"/>
</if>
<kw name="Open Connection" owner="SSHLibrary">
<arg>${controller}</arg>
<arg>port=${karaf_port}</arg>
<arg>prompt=${KARAF_PROMPT_LOGIN}</arg>
<arg>timeout=${timeout}</arg>
<doc>Opens a new SSH connection to the given ``host`` and ``port``.</doc>
<status status="PASS" start="2026-04-20T01:54:59.042729" elapsed="0.000640"/>
</kw>
<kw name="Login" owner="SSHLibrary">
<msg time="2026-04-20T01:54:59.044087" level="INFO">Logging into '10.30.171.153:8101' as 'karaf'.</msg>
<msg time="2026-04-20T01:54:59.266729" level="INFO">Read output: [33m                                                                                           
[33m    ________                       ________                .__  .__       .__     __       
[33m    \_____  \ ______   ____   ____ \______ \ _____  ___.__.|  | |__| ____ |  |___/  |_     
[33m     /   |   \\____ \_/ __ \ /    \ |    |  \\__  \&lt;   |  ||  | |  |/ ___\|  |  \   __\    
[33m    /    |    \  |_&gt; &gt;  ___/|   |  \|    `   \/ __ \\___  ||  |_|  / /_/  &gt;   Y  \  |      
[33m    \_______  /   __/ \___  &gt;___|  /_______  (____  / ____||____/__\___  /|___|  /__|      
[33m            \/|__|        \/     \/        \/     \/\/            /_____/      \/          
[33m                                                                                           

Hit '[1m&lt;tab&gt;[0m' for a list of available commands
and '[1m[cmd] --help[0m' for help on a specific command.
Hit '[1m&lt;ctrl-d&gt;[0m' or type '[1msystem:shutdown[0m' or '[1mlogout[0m' to shutdown OpenDaylight.

[?1h=[90m~[0m                                                                                [?2004hopendaylight-user</msg>
<arg>${KARAF_USER}</arg>
<arg>${KARAF_PASSWORD}</arg>
<arg>loglevel=${loglevel}</arg>
<doc>Logs into the SSH server with the given ``username`` and ``password``.</doc>
<status status="PASS" start="2026-04-20T01:54:59.043605" elapsed="0.223276"/>
</kw>
<kw name="Write" owner="SSHLibrary">
<msg time="2026-04-20T01:54:59.363540" level="INFO">@root&gt;feature:list -i | 0[C 0g[Krep odl-openflowplugin-drop-test</msg>
<arg>${cmd}</arg>
<doc>Writes the given ``text`` on the remote machine and appends a newline.</doc>
<status status="PASS" start="2026-04-20T01:54:59.267118" elapsed="0.096495"/>
</kw>
<kw name="Read Until Regexp" owner="SSHLibrary">
<msg time="2026-04-20T01:54:59.375226" 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-04-20T01:54:59.375419" 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-04-20T01:54:59.363785" elapsed="0.011666"/>
</kw>
<kw name="Write Bare" owner="SSHLibrary">
<arg>logout\n</arg>
<doc>Writes the given ``text`` on the remote machine without appending a newline.</doc>
<status status="PASS" start="2026-04-20T01:54:59.375601" elapsed="0.000200"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-04-20T01:54:59.375946" elapsed="0.000191"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-20T01:54:59.376584" 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-04-20T01:54:59.376271" elapsed="0.000375"/>
</kw>
<return>
<value>${output}</value>
<status status="PASS" start="2026-04-20T01:54:59.376719" elapsed="0.000053"/>
</return>
<msg time="2026-04-20T01:54:59.376922" 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.153
Note that this keyword will open&amp;close new SSH connection, without switching back to previously current session.</doc>
<status status="PASS" start="2026-04-20T01:54:59.041722" elapsed="0.335231"/>
</kw>
<kw name="Should Contain" owner="BuiltIn">
<arg>${output}</arg>
<arg>${feature_name}</arg>
<doc>Fails if ``container`` does not contain ``item`` one or more times.</doc>
<status status="PASS" start="2026-04-20T01:54:59.377099" elapsed="0.000537"/>
</kw>
<return>
<value>${output}</value>
<status status="PASS" start="2026-04-20T01:54:59.377706" elapsed="0.000033"/>
</return>
<arg>odl-openflowplugin-drop-test</arg>
<doc>Will Succeed if the given ${feature_name} is found in the output of "feature:list -i"</doc>
<status status="PASS" start="2026-04-20T01:54:59.036738" elapsed="0.341101"/>
</kw>
<kw name="Issue_Command_On_Karaf_Console" owner="KarafKeywords">
<if>
<branch type="IF" condition="'${IS_KARAF_APPL}' == 'False'">
<return>
<value>Not A Karaf App</value>
<status status="NOT RUN" start="2026-04-20T01:54:59.381583" elapsed="0.000016"/>
</return>
<status status="NOT RUN" start="2026-04-20T01:54:59.381450" elapsed="0.000181"/>
</branch>
<status status="PASS" start="2026-04-20T01:54:59.381426" elapsed="0.000246"/>
</if>
<kw name="Open Connection" owner="SSHLibrary">
<arg>${controller}</arg>
<arg>port=${karaf_port}</arg>
<arg>prompt=${KARAF_PROMPT_LOGIN}</arg>
<arg>timeout=${timeout}</arg>
<doc>Opens a new SSH connection to the given ``host`` and ``port``.</doc>
<status status="PASS" start="2026-04-20T01:54:59.381806" elapsed="0.000473"/>
</kw>
<kw name="Login" owner="SSHLibrary">
<msg time="2026-04-20T01:54:59.382705" level="INFO">Logging into '10.30.171.153:8101' as 'karaf'.</msg>
<msg time="2026-04-20T01:54:59.552201" level="INFO">Read output: [33m                                                                                           
[33m    ________                       ________                .__  .__       .__     __       
[33m    \_____  \ ______   ____   ____ \______ \ _____  ___.__.|  | |__| ____ |  |___/  |_     
[33m     /   |   \\____ \_/ __ \ /    \ |    |  \\__  \&lt;   |  ||  | |  |/ ___\|  |  \   __\    
[33m    /    |    \  |_&gt; &gt;  ___/|   |  \|    `   \/ __ \\___  ||  |_|  / /_/  &gt;   Y  \  |      
[33m    \_______  /   __/ \___  &gt;___|  /_______  (____  / ____||____/__\___  /|___|  /__|      
[33m            \/|__|        \/     \/        \/     \/\/            /_____/      \/          
[33m                                                                                           

Hit '[1m&lt;tab&gt;[0m' for a list of available commands
and '[1m[cmd] --help[0m' for help on a specific command.
Hit '[1m&lt;ctrl-d&gt;[0m' or type '[1msystem:shutdown[0m' or '[1mlogout[0m' to shutdown OpenDaylight.

[?1h=[90m~[0m                                                                                [?2004hopendaylight-user</msg>
<arg>${KARAF_USER}</arg>
<arg>${KARAF_PASSWORD}</arg>
<arg>loglevel=${loglevel}</arg>
<doc>Logs into the SSH server with the given ``username`` and ``password``.</doc>
<status status="PASS" start="2026-04-20T01:54:59.382426" elapsed="0.169992"/>
</kw>
<kw name="Write" owner="SSHLibrary">
<msg time="2026-04-20T01:54:59.576484" level="INFO">@root&gt;dropallpacketsrpc on</msg>
<arg>${cmd}</arg>
<doc>Writes the given ``text`` on the remote machine and appends a newline.</doc>
<status status="PASS" start="2026-04-20T01:54:59.552823" elapsed="0.023725"/>
</kw>
<kw name="Read Until Regexp" owner="SSHLibrary">
<msg time="2026-04-20T01:54:59.578446" level="INFO">[?1l&gt;[?2004lDropAllFlows transitions to on
[?1h=[90m~[0m                                                                                [?2004hopendaylight-user@root&gt;</msg>
<msg time="2026-04-20T01:54:59.578551" level="INFO">${output} = [?1l&gt;[?2004lDropAllFlows transitions to on
[?1h=[90m~[0m                                                                                [?2004hopendaylight-user@root&gt;</msg>
<var>${output}</var>
<arg>${KARAF_PROMPT}</arg>
<doc>Consumes and returns the server output until a match to ``regexp`` is found.</doc>
<status status="PASS" start="2026-04-20T01:54:59.576717" elapsed="0.001863"/>
</kw>
<kw name="Write Bare" owner="SSHLibrary">
<arg>logout\n</arg>
<doc>Writes the given ``text`` on the remote machine without appending a newline.</doc>
<status status="PASS" start="2026-04-20T01:54:59.578731" elapsed="0.000186"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-04-20T01:54:59.579062" elapsed="0.000189"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-20T01:54:59.579710" level="INFO">[?1l&gt;[?2004lDropAllFlows transitions to on
[?1h=[90m~[0m                                                                                [?2004hopendaylight-user@root&gt;</msg>
<arg>${output}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-04-20T01:54:59.579388" elapsed="0.000372"/>
</kw>
<return>
<value>${output}</value>
<status status="PASS" start="2026-04-20T01:54:59.579812" elapsed="0.000051"/>
</return>
<arg>dropallpacketsrpc on</arg>
<doc>Will execute the given ${cmd} by ssh'ing to the karaf console running on 10.30.171.153
Note that this keyword will open&amp;close new SSH connection, without switching back to previously current session.</doc>
<status status="PASS" start="2026-04-20T01:54:59.381122" elapsed="0.198857"/>
</kw>
<status status="PASS" start="2026-04-20T01:54:57.415534" elapsed="2.164508"/>
</kw>
<test id="s1-t1" name="Cbench Latency Test" line="37">
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-20T01:54:59.582254" level="INFO">Cbench tests using 10 iterations of 60 second tests. Switch Count: 16. Unique MACS to cycle: 100</msg>
<arg>Cbench tests using ${loops} iterations of ${duration_in_secs} second tests. Switch Count: ${switch_count}. Unique MACS to cycle: ${num_of_unique_macs}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-04-20T01:54:59.581128" elapsed="0.001190"/>
</kw>
<kw name="Run Cbench And Log Results">
<kw name="Set Suite Variable" owner="BuiltIn">
<msg time="2026-04-20T01:54:59.583752" level="INFO">${output_filename} = latency.csv</msg>
<arg>${output_filename}</arg>
<doc>Makes a variable available everywhere within the scope of the current suite.</doc>
<status status="PASS" start="2026-04-20T01:54:59.583378" elapsed="0.000420"/>
</kw>
<if>
<branch type="IF" condition="&quot;${cbench_system}&quot; == &quot;localhost&quot;">
<kw name="Run" owner="OperatingSystem">
<var>${output}</var>
<arg>${cbench_executable} -c ${ODL_SYSTEM_IP} ${cbench_args}</arg>
<doc>_This keyword is considered deprecated. Use the
[http://robotframework.org/robotframework/latest/libraries/Process.html|
Process] library instead._</doc>
<status status="NOT RUN" start="2026-04-20T01:54:59.584110" elapsed="0.000021"/>
</kw>
<status status="NOT RUN" start="2026-04-20T01:54:59.583877" elapsed="0.000291"/>
</branch>
<branch type="ELSE">
<kw name="Run Command On Remote System" owner="Utils">
<if>
<branch type="IF" condition="&quot;${return_stdout}&quot;!=&quot;True&quot; and &quot;${return_stderr}&quot;!=&quot;True&quot;">
<kw name="Fail" owner="BuiltIn">
<arg>At least one of {return_stdout} or {return_stderr} args should be set to True</arg>
<doc>Fails the test with the given message and optionally alters its tags.</doc>
<status status="NOT RUN" start="2026-04-20T01:54:59.587078" elapsed="0.000022"/>
</kw>
<status status="NOT RUN" start="2026-04-20T01:54:59.586830" elapsed="0.000304"/>
</branch>
<status status="PASS" start="2026-04-20T01:54:59.586811" elapsed="0.000349"/>
</if>
<kw name="Get Connection" owner="SSHLibrary">
<msg time="2026-04-20T01:54:59.587489" level="INFO">index=None
host=None
alias=None
port=22
timeout=3 seconds
newline=

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

prompt=None
term_type=vt100
width=80
height=24
path_separator=/
encoding=utf8
escape_ansi=False
encoding_errors=strict</msg>
<var>${current_ssh_connection}</var>
<doc>Returns information about the connection.</doc>
<status status="PASS" start="2026-04-20T01:54:59.587289" elapsed="0.000348"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-20T01:54:59.588213" level="INFO">Attempting to execute command "/usr/local/bin/cbench -c 10.30.171.153 -m 60000 -M 100 -S 16 -l 10 -D 5000 -p 6633" on remote system "10.30.171.118" by user "jenkins" with keyfile pass "any" and prompt "&gt;" and password ""</msg>
<arg>Attempting to execute command "${cmd}" on remote system "${system}" by user "${user}" with keyfile pass "${keyfile_pass}" and prompt "${prompt}" and password "${password}"</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-04-20T01:54:59.587786" elapsed="0.000486"/>
</kw>
<kw name="Open Connection" owner="SSHLibrary">
<msg time="2026-04-20T01:54:59.588881" level="INFO">${conn_id} = 5</msg>
<var>${conn_id}</var>
<arg>${system}</arg>
<arg>prompt=${prompt}</arg>
<arg>timeout=${prompt_timeout}</arg>
<doc>Opens a new SSH connection to the given ``host`` and ``port``.</doc>
<status status="PASS" start="2026-04-20T01:54:59.588409" elapsed="0.000499"/>
</kw>
<kw name="Flexible_SSH_Login" owner="SSHKeywords">
<kw name="Get Length" owner="BuiltIn">
<msg time="2026-04-20T01:54:59.589821" level="INFO">Length is 0.</msg>
<msg time="2026-04-20T01:54:59.589910" level="INFO">${pwd_length} = 0</msg>
<var>${pwd_length}</var>
<arg>${password}</arg>
<doc>Returns and logs the length of the given item as an integer.</doc>
<status status="PASS" start="2026-04-20T01:54:59.589485" elapsed="0.000449"/>
</kw>
<kw name="Run Keyword And Return If" owner="BuiltIn">
<arg>${pwd_length} &gt; 0</arg>
<arg>SSHLibrary.Login</arg>
<arg>${user}</arg>
<arg>${password}</arg>
<arg>delay=${delay}</arg>
<doc>Runs the specified keyword and returns from the enclosing user keyword.</doc>
<status status="PASS" start="2026-04-20T01:54:59.590072" elapsed="0.000327"/>
</kw>
<kw name="Run Keyword And Return" owner="BuiltIn">
<kw name="Login With Public Key" owner="SSHLibrary">
<msg time="2026-04-20T01:54:59.591266" level="INFO">Logging into '10.30.171.118:22' as 'jenkins'.</msg>
<msg time="2026-04-20T01:54:59.929763" 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 Mon Apr 20 01:54:58 UTC 2026

  System load:  0.11               Processes:             110
  Usage of /:   19.4% of 38.58GB   Users logged in:       0
  Memory usage: 4%                 IPv4 address for ens3: 10.30.171.118
  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: Mon Apr 20 01:54:58 2026 from 10.30.170.231
[?2004h[jenkins@releng-48317-695-1-mininet-ovs-217-0 ~]&gt;</msg>
<arg>${user}</arg>
<arg>${USER_HOME}/.ssh/${SSH_KEY}</arg>
<arg>${KEYFILE_PASS}</arg>
<arg>delay=${delay}</arg>
<doc>Logs into the SSH server using key-based authentication.</doc>
<status status="PASS" start="2026-04-20T01:54:59.590906" elapsed="0.339191"/>
</kw>
<msg time="2026-04-20T01:54:59.930283" level="INFO">Returning from the enclosing user keyword.</msg>
<arg>SSHLibrary.Login With Public Key</arg>
<arg>${user}</arg>
<arg>${USER_HOME}/.ssh/${SSH_KEY}</arg>
<arg>${KEYFILE_PASS}</arg>
<arg>delay=${delay}</arg>
<doc>Runs the specified keyword and returns from the enclosing user keyword.</doc>
<status status="PASS" start="2026-04-20T01:54:59.590549" elapsed="0.339887"/>
</kw>
<arg>${user}</arg>
<arg>${password}</arg>
<doc>On active SSH session: if given non-empty password, do Login, else do Login With Public Key.</doc>
<status status="PASS" start="2026-04-20T01:54:59.589105" elapsed="0.341546"/>
</kw>
<kw name="Execute Command" owner="SSHLibrary">
<msg time="2026-04-20T01:54:59.932073" level="INFO">Executing command '/usr/local/bin/cbench -c 10.30.171.153 -m 60000 -M 100 -S 16 -l 10 -D 5000 -p 6633'.</msg>
<msg time="2026-04-20T02:05:06.077435" level="INFO">Command exited with return code 0.</msg>
<msg time="2026-04-20T02:05:06.078592" level="INFO">${stdout} = </msg>
<msg time="2026-04-20T02:05:06.078746" level="INFO">${stderr} = cbench: controller benchmarking tool
   running in mode 'latency'
   connecting to controller at 10.30.171.153:6633 
   faking 16 switches with 1 threads :: 10 tests each; 60000 ms per test
   with 10...</msg>
<var>${stdout}</var>
<var>${stderr}</var>
<arg>${cmd}</arg>
<arg>return_stderr=True</arg>
<doc>Executes ``command`` on the remote machine and returns its outputs.</doc>
<status status="PASS" start="2026-04-20T01:54:59.931066" elapsed="606.147763"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-04-20T02:05:06.079341" elapsed="0.000952"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-20T02:05:06.081766" level="INFO">cbench: controller benchmarking tool
   running in mode 'latency'
   connecting to controller at 10.30.171.153: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.153. 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:05.165 16  switches: flows:  107648 106647 105399 106536 104613 106438 106550 102094 105158 102203 103087 104998 100472 104383 102766 103763  total = 27.879250 per ms 
01:57:05.266 16  switches: flows:  122436 120849 119304 119315 116979 118023 121509 116868 117119 116082 117486 119192 119617 117818 116810 117975  total = 31.570232 per ms 
01:58:05.366 16  switches: flows:  121705 120436 116228 117950 114920 115950 120607 115814 116837 114770 115804 116208 118561 114630 114006 115350  total = 31.111021 per ms 
01:59:05.467 16  switches: flows:  111829 112422 113537 110277 109046 110175 112005 111462 110893 110695 110323 109490 110289 108308 108595 108105  total = 29.408287 per ms 
02:00:05.567 16  switches: flows:  121424 119702 121855 117162 118142 118649 121364 119584 119707 118696 117097 118764 117690 117095 116214 115905  total = 31.598087 per ms 
02:01:05.667 16  switches: flows:  118790 119466 117685 117291 115691 117577 119622 117814 117997 117690 115602 118341 117144 115641 114671 114330  total = 31.203732 per ms 
02:02:05.768 16  switches: flows:  118568 119190 119246 118802 117382 117882 120537 118834 118434 118120 117289 118850 119717 116824 116356 115021  total = 31.464984 per ms 
02:03:05.869 16  switches: flows:  120729 118092 118257 116298 116802 118103 118504 120674 118294 116869 116569 118223 118164 117645 115117 116550  total = 31.361894 per ms 
02:04:05.969 16  switches: flows:  119113 119006 119523 117203 115810 117601 120378 119801 119997 118088 117052 116933 119710 115602 116167 115212  total = 31.400806 per ms 
02:05:06.070 16  switches: flows:  117474 118791 120514 115790 115989 117601 120068 118847 118394 117176 115189 118040 118257 114682 116949 116424  total = 31.284174 per ms 
RESULT: 16 switches 9 tests min/max/avg/stdev = 29408.29/31598.09/31155.91/10404.76 responses/s</msg>
<arg>${stderr}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-04-20T02:05:06.080755" elapsed="0.001216"/>
</kw>
<if>
<branch type="IF" condition="&quot;${return_stdout}&quot;!=&quot;True&quot;">
<return>
<value>${stderr}</value>
<status status="PASS" start="2026-04-20T02:05:06.082313" elapsed="0.000061"/>
</return>
<status status="PASS" start="2026-04-20T02:05:06.082103" elapsed="0.000326"/>
</branch>
<status status="PASS" start="2026-04-20T02:05:06.082061" elapsed="0.000406"/>
</if>
<if>
<branch type="IF" condition="&quot;${return_stderr}&quot;!=&quot;True&quot;">
<return>
<value>${stdout}</value>
<status status="NOT RUN" start="2026-04-20T02:05:06.082604" elapsed="0.000018"/>
</return>
<status status="NOT RUN" start="2026-04-20T02:05:06.082552" elapsed="0.000128"/>
</branch>
<status status="NOT RUN" start="2026-04-20T02:05:06.082529" elapsed="0.000185"/>
</if>
<return>
<value>${stdout}</value>
<value>${stderr}</value>
<status status="NOT RUN" start="2026-04-20T02:05:06.082763" 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-04-20T02:05:06.086314" elapsed="0.000523"/>
</kw>
<kw name="Open Connection" owner="SSHLibrary">
<arg>127.0.0.1</arg>
<doc>Opens a new SSH connection to the given ``host`` and ``port``.</doc>
<status status="PASS" start="2026-04-20T02:05:06.087076" elapsed="0.000248"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-04-20T02:05:06.087507" elapsed="0.000139"/>
</kw>
<arg>${current_ssh_connection.index}</arg>
<doc>Restore active SSH connection in SSHLibrary to given index.</doc>
<status status="PASS" start="2026-04-20T02:05:06.083220" elapsed="0.004551"/>
</kw>
<msg time="2026-04-20T02:05:06.087985" level="INFO">${output} = cbench: controller benchmarking tool
   running in mode 'latency'
   connecting to controller at 10.30.171.153:6633 
   faking 16 switches with 1 threads :: 10 tests each; 60000 ms per test
   with 10...</msg>
<var>${output}</var>
<arg>${cbench_system}</arg>
<arg>${cbench_executable} -c ${ODL_SYSTEM_IP} ${cbench_args}</arg>
<arg>prompt_timeout=${test_timeout}</arg>
<arg>return_stdout=False</arg>
<arg>return_stderr=True</arg>
<doc>Reduces the common work of running a command on a remote system to a single higher level
robot keyword, taking care to log in with a public key and. The command given is written and the return value
depends on the passed argument values of return_stdout (default: True) and return_stderr (default: False).
At least one should be True, or the keyword will exit and FAIL. If both are True, the resulting return value
will be a two element list containing both. Otherwise the resulting return value is a string.
No test conditions are checked.</doc>
<status status="PASS" start="2026-04-20T01:54:59.584515" elapsed="606.503510"/>
</kw>
<status status="PASS" start="2026-04-20T01:54:59.584196" elapsed="606.503899"/>
</branch>
<status status="PASS" start="2026-04-20T01:54:59.583854" elapsed="606.504276"/>
</if>
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-20T02:05:06.088776" level="INFO">cbench: controller benchmarking tool
   running in mode 'latency'
   connecting to controller at 10.30.171.153: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.153. 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:05.165 16  switches: flows:  107648 106647 105399 106536 104613 106438 106550 102094 105158 102203 103087 104998 100472 104383 102766 103763  total = 27.879250 per ms 
01:57:05.266 16  switches: flows:  122436 120849 119304 119315 116979 118023 121509 116868 117119 116082 117486 119192 119617 117818 116810 117975  total = 31.570232 per ms 
01:58:05.366 16  switches: flows:  121705 120436 116228 117950 114920 115950 120607 115814 116837 114770 115804 116208 118561 114630 114006 115350  total = 31.111021 per ms 
01:59:05.467 16  switches: flows:  111829 112422 113537 110277 109046 110175 112005 111462 110893 110695 110323 109490 110289 108308 108595 108105  total = 29.408287 per ms 
02:00:05.567 16  switches: flows:  121424 119702 121855 117162 118142 118649 121364 119584 119707 118696 117097 118764 117690 117095 116214 115905  total = 31.598087 per ms 
02:01:05.667 16  switches: flows:  118790 119466 117685 117291 115691 117577 119622 117814 117997 117690 115602 118341 117144 115641 114671 114330  total = 31.203732 per ms 
02:02:05.768 16  switches: flows:  118568 119190 119246 118802 117382 117882 120537 118834 118434 118120 117289 118850 119717 116824 116356 115021  total = 31.464984 per ms 
02:03:05.869 16  switches: flows:  120729 118092 118257 116298 116802 118103 118504 120674 118294 116869 116569 118223 118164 117645 115117 116550  total = 31.361894 per ms 
02:04:05.969 16  switches: flows:  119113 119006 119523 117203 115810 117601 120378 119801 119997 118088 117052 116933 119710 115602 116167 115212  total = 31.400806 per ms 
02:05:06.070 16  switches: flows:  117474 118791 120514 115790 115989 117601 120068 118847 118394 117176 115189 118040 118257 114682 116949 116424  total = 31.284174 per ms 
RESULT: 16 switches 9 tests min/max/avg/stdev = 29408.29/31598.09/31155.91/10404.76 responses/s</msg>
<arg>${output}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-04-20T02:05:06.088333" elapsed="0.000563"/>
</kw>
<kw name="Should Contain" owner="BuiltIn">
<arg>${output}</arg>
<arg>RESULT</arg>
<doc>Fails if ``container`` does not contain ``item`` one or more times.</doc>
<status status="PASS" start="2026-04-20T02:05:06.089109" elapsed="0.000526"/>
</kw>
<kw name="Get Lines Containing String" owner="String">
<msg time="2026-04-20T02:05:06.090238" level="INFO">1 out of 23 lines matched.</msg>
<msg time="2026-04-20T02:05:06.090368" level="INFO">${result_line} = RESULT: 16 switches 9 tests min/max/avg/stdev = 29408.29/31598.09/31155.91/10404.76 responses/s</msg>
<var>${result_line}</var>
<arg>${output}</arg>
<arg>RESULT</arg>
<doc>Returns lines of the given ``string`` that contain the ``pattern``.</doc>
<status status="PASS" start="2026-04-20T02:05:06.089904" elapsed="0.000499"/>
</kw>
<kw name="Split String" owner="String">
<msg time="2026-04-20T02:05:06.091018" level="INFO">@{results_list} = [ RESULT: | 16 | switches | 9 | tests | min/max/avg/stdev | = | 29408.29/31598.09/31155.91/10404.76 | responses/s ]</msg>
<var>@{results_list}</var>
<arg>${result_line}</arg>
<doc>Splits the ``string`` using ``separator`` as a delimiter string.</doc>
<status status="PASS" start="2026-04-20T02:05:06.090618" elapsed="0.000440"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-20T02:05:06.093991" level="INFO">min/max/avg/stdev</msg>
<arg>${results_list[5]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-04-20T02:05:06.091261" elapsed="0.002791"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-20T02:05:06.096428" level="INFO">29408.29/31598.09/31155.91/10404.76</msg>
<arg>${results_list[7]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-04-20T02:05:06.094199" elapsed="0.002289"/>
</kw>
<kw name="Split String" owner="String">
<msg time="2026-04-20T02:05:06.098879" level="INFO">@{result_name_list} = [ min | max | avg | stdev ]</msg>
<var>@{result_name_list}</var>
<arg>${results_list[5]}</arg>
<arg>/</arg>
<doc>Splits the ``string`` using ``separator`` as a delimiter string.</doc>
<status status="PASS" start="2026-04-20T02:05:06.096640" elapsed="0.002267"/>
</kw>
<kw name="Split String" owner="String">
<msg time="2026-04-20T02:05:06.101351" level="INFO">@{result_value_list} = [ 29408.29 | 31598.09 | 31155.91 | 10404.76 ]</msg>
<var>@{result_value_list}</var>
<arg>${results_list[7]}</arg>
<arg>/</arg>
<doc>Splits the ``string`` using ``separator`` as a delimiter string.</doc>
<status status="PASS" start="2026-04-20T02:05:06.099109" elapsed="0.002271"/>
</kw>
<kw name="Get Length" owner="BuiltIn">
<msg time="2026-04-20T02:05:06.101864" level="INFO">Length is 4.</msg>
<msg time="2026-04-20T02:05:06.101953" level="INFO">${num_stats} = 4</msg>
<var>${num_stats}</var>
<arg>${result_name_list}</arg>
<doc>Returns and logs the length of the given item as an integer.</doc>
<status status="PASS" start="2026-04-20T02:05:06.101535" elapsed="0.000442"/>
</kw>
<for flavor="IN RANGE">
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-20T02:05:06.106633" level="INFO">min :: 29408.29</msg>
<arg>${result_name_list[${i}]} :: ${result_value_list[${i}]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-04-20T02:05:06.102369" elapsed="0.004337"/>
</kw>
<var name="${i}">0</var>
<status status="PASS" start="2026-04-20T02:05:06.102237" elapsed="0.004505"/>
</iter>
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-20T02:05:06.111200" level="INFO">max :: 31598.09</msg>
<arg>${result_name_list[${i}]} :: ${result_value_list[${i}]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-04-20T02:05:06.106962" elapsed="0.004301"/>
</kw>
<var name="${i}">1</var>
<status status="PASS" start="2026-04-20T02:05:06.106835" elapsed="0.004464"/>
</iter>
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-20T02:05:06.116116" level="INFO">avg :: 31155.91</msg>
<arg>${result_name_list[${i}]} :: ${result_value_list[${i}]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-04-20T02:05:06.111514" elapsed="0.004660"/>
</kw>
<var name="${i}">2</var>
<status status="PASS" start="2026-04-20T02:05:06.111388" elapsed="0.004821"/>
</iter>
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-20T02:05:06.120873" level="INFO">stdev :: 10404.76</msg>
<arg>${result_name_list[${i}]} :: ${result_value_list[${i}]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-04-20T02:05:06.116522" elapsed="0.004410"/>
</kw>
<var name="${i}">3</var>
<status status="PASS" start="2026-04-20T02:05:06.116302" elapsed="0.004665"/>
</iter>
<var>${i}</var>
<value>0</value>
<value>${num_stats}</value>
<status status="PASS" start="2026-04-20T02:05:06.102046" elapsed="0.018955"/>
</for>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-04-20T02:05:06.125112" level="INFO">${min} = 29408.29</msg>
<var>${min}</var>
<arg>${result_value_list[${0}]}</arg>
<doc>Returns the given values which can then be assigned to a variables.</doc>
<status status="PASS" start="2026-04-20T02:05:06.121156" elapsed="0.003984"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-04-20T02:05:06.129043" level="INFO">${max} = 31598.09</msg>
<var>${max}</var>
<arg>${result_value_list[${1}]}</arg>
<doc>Returns the given values which can then be assigned to a variables.</doc>
<status status="PASS" start="2026-04-20T02:05:06.125298" elapsed="0.003772"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-04-20T02:05:06.133104" level="INFO">${average} = 31155.91</msg>
<var>${average}</var>
<arg>${result_value_list[${2}]}</arg>
<doc>Returns the given values which can then be assigned to a variables.</doc>
<status status="PASS" start="2026-04-20T02:05:06.129220" elapsed="0.003911"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-04-20T02:05:06.137085" level="INFO">${stdev} = 10404.76</msg>
<var>${stdev}</var>
<arg>${result_value_list[${3}]}</arg>
<doc>Returns the given values which can then be assigned to a variables.</doc>
<status status="PASS" start="2026-04-20T02:05:06.133282" elapsed="0.003830"/>
</kw>
<kw name="Get Time" owner="BuiltIn">
<msg time="2026-04-20T02:05:06.137619" level="INFO">${date} = 2026-04-20 02:05:06</msg>
<var>${date}</var>
<arg>d,m,s</arg>
<doc>Returns the given time in the requested format.</doc>
<status status="PASS" start="2026-04-20T02:05:06.137270" elapsed="0.000374"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-20T02:05:06.138211" level="INFO">CBench Result: 2026-04-20 02:05:06,-m 60000 -M 100 -S 16 -l 10 -D 5000 -p 6633,29408.29,31598.09,31155.91,10404.76</msg>
<arg>CBench Result: ${date},${cbench_args},${min},${max},${average},${stdev}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-04-20T02:05:06.137806" elapsed="0.000461"/>
</kw>
<kw name="Log Results And Determine Status">
<kw name="Append To File" owner="OperatingSystem">
<msg time="2026-04-20T02:05:06.139306" 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-04-20T02:05:06.138905" elapsed="0.000466"/>
</kw>
<kw name="Should Be True" owner="BuiltIn">
<arg>${average} &gt; ${threshold}</arg>
<arg>${average} flow_mods per/sec did not exceed threshold of ${threshold}</arg>
<doc>Fails if the given condition is not true.</doc>
<status status="PASS" start="2026-04-20T02:05:06.139555" elapsed="0.000536"/>
</kw>
<arg>${min}</arg>
<arg>${max}</arg>
<arg>${average}</arg>
<arg>${average_threshold}</arg>
<arg>${output_filename}</arg>
<status status="PASS" start="2026-04-20T02:05:06.138416" elapsed="0.001741"/>
</kw>
<arg>-m ${duration_in_ms} -M ${num_of_unique_macs} -S ${switch_count} -l ${loops} -D ${start_delay} -p ${of_port}</arg>
<arg>${latency_threshold}</arg>
<arg>${latency_results_file}</arg>
<status status="PASS" start="2026-04-20T01:54:59.582758" elapsed="606.557460"/>
</kw>
<kw name="Sleep" owner="BuiltIn">
<msg time="2026-04-20T02:05:06.140701" level="INFO">Slept 0 seconds.</msg>
<arg>${test_delay}</arg>
<doc>Pauses the test executed for the given time.</doc>
<status status="PASS" start="2026-04-20T02:05:06.140367" elapsed="0.000392"/>
</kw>
<kw name="Log Results As Zero If Cbench Timed Out" type="TEARDOWN">
<kw name="Run Keyword If Timeout Occurred" owner="BuiltIn">
<arg>Log Results And Determine Status</arg>
<arg>0</arg>
<arg>0</arg>
<arg>0</arg>
<arg>0</arg>
<arg>${output_filename}</arg>
<doc>Runs the given keyword if either a test or a keyword timeout has occurred.</doc>
<status status="PASS" start="2026-04-20T02:05:06.141268" elapsed="0.000266"/>
</kw>
<status status="PASS" start="2026-04-20T02:05:06.140971" elapsed="0.000633"/>
</kw>
<doc>cbench executed in default latency mode. Test parameters have defaults, but can be overridden
on the pybot command line</doc>
<tag>cbench</tag>
<tag>latency</tag>
<timeout value="15 minutes"/>
<status status="PASS" start="2026-04-20T01:54:59.580215" elapsed="606.561427"/>
</test>
<test id="s1-t2" name="Cbench Throughput Test" line="51">
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-20T02:05:06.143286" level="INFO">Cbench tests using 10 iterations of 60 second tests. Switch Count: 16. Unique MACS to cycle: 100</msg>
<arg>Cbench tests using ${loops} iterations of ${duration_in_secs} second tests. Switch Count: ${switch_count}. Unique MACS to cycle: ${num_of_unique_macs}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-04-20T02:05:06.142896" elapsed="0.000449"/>
</kw>
<kw name="Run Cbench And Log Results">
<kw name="Set Suite Variable" owner="BuiltIn">
<msg time="2026-04-20T02:05:06.144737" level="INFO">${output_filename} = throughput.csv</msg>
<arg>${output_filename}</arg>
<doc>Makes a variable available everywhere within the scope of the current suite.</doc>
<status status="PASS" start="2026-04-20T02:05:06.144357" elapsed="0.000423"/>
</kw>
<if>
<branch type="IF" condition="&quot;${cbench_system}&quot; == &quot;localhost&quot;">
<kw name="Run" owner="OperatingSystem">
<var>${output}</var>
<arg>${cbench_executable} -c ${ODL_SYSTEM_IP} ${cbench_args}</arg>
<doc>_This keyword is considered deprecated. Use the
[http://robotframework.org/robotframework/latest/libraries/Process.html|
Process] library instead._</doc>
<status status="NOT RUN" start="2026-04-20T02:05:06.145146" elapsed="0.000022"/>
</kw>
<status status="NOT RUN" start="2026-04-20T02:05:06.144919" elapsed="0.000285"/>
</branch>
<branch type="ELSE">
<kw name="Run Command On Remote System" owner="Utils">
<if>
<branch type="IF" condition="&quot;${return_stdout}&quot;!=&quot;True&quot; and &quot;${return_stderr}&quot;!=&quot;True&quot;">
<kw name="Fail" owner="BuiltIn">
<arg>At least one of {return_stdout} or {return_stderr} args should be set to True</arg>
<doc>Fails the test with the given message and optionally alters its tags.</doc>
<status status="NOT RUN" start="2026-04-20T02:05:06.148458" elapsed="0.000021"/>
</kw>
<status status="NOT RUN" start="2026-04-20T02:05:06.148212" elapsed="0.000301"/>
</branch>
<status status="PASS" start="2026-04-20T02:05:06.148193" elapsed="0.000344"/>
</if>
<kw name="Get Connection" owner="SSHLibrary">
<msg time="2026-04-20T02:05:06.148908" level="INFO">index=None
host=None
alias=None
port=22
timeout=3 seconds
newline=

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

prompt=None
term_type=vt100
width=80
height=24
path_separator=/
encoding=utf8
escape_ansi=False
encoding_errors=strict</msg>
<var>${current_ssh_connection}</var>
<doc>Returns information about the connection.</doc>
<status status="PASS" start="2026-04-20T02:05:06.148682" elapsed="0.000376"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-20T02:05:06.149608" level="INFO">Attempting to execute command "/usr/local/bin/cbench -c 10.30.171.153 -t -m 60000 -M 100 -S 16 -l 10 -D 5000 -p 6633" on remote system "10.30.171.118" by user "jenkins" with keyfile pass "any" and prompt "&gt;" and password ""</msg>
<arg>Attempting to execute command "${cmd}" on remote system "${system}" by user "${user}" with keyfile pass "${keyfile_pass}" and prompt "${prompt}" and password "${password}"</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-04-20T02:05:06.149190" elapsed="0.000493"/>
</kw>
<kw name="Open Connection" owner="SSHLibrary">
<msg time="2026-04-20T02:05:06.150230" level="INFO">${conn_id} = 7</msg>
<var>${conn_id}</var>
<arg>${system}</arg>
<arg>prompt=${prompt}</arg>
<arg>timeout=${prompt_timeout}</arg>
<doc>Opens a new SSH connection to the given ``host`` and ``port``.</doc>
<status status="PASS" start="2026-04-20T02:05:06.149825" elapsed="0.000431"/>
</kw>
<kw name="Flexible_SSH_Login" owner="SSHKeywords">
<kw name="Get Length" owner="BuiltIn">
<msg time="2026-04-20T02:05:06.151197" level="INFO">Length is 0.</msg>
<msg time="2026-04-20T02:05:06.151286" level="INFO">${pwd_length} = 0</msg>
<var>${pwd_length}</var>
<arg>${password}</arg>
<doc>Returns and logs the length of the given item as an integer.</doc>
<status status="PASS" start="2026-04-20T02:05:06.150873" elapsed="0.000437"/>
</kw>
<kw name="Run Keyword And Return If" owner="BuiltIn">
<arg>${pwd_length} &gt; 0</arg>
<arg>SSHLibrary.Login</arg>
<arg>${user}</arg>
<arg>${password}</arg>
<arg>delay=${delay}</arg>
<doc>Runs the specified keyword and returns from the enclosing user keyword.</doc>
<status status="PASS" start="2026-04-20T02:05:06.151447" elapsed="0.000374"/>
</kw>
<kw name="Run Keyword And Return" owner="BuiltIn">
<kw name="Login With Public Key" owner="SSHLibrary">
<msg time="2026-04-20T02:05:06.152688" level="INFO">Logging into '10.30.171.118:22' as 'jenkins'.</msg>
<msg time="2026-04-20T02:05:06.767796" 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 Mon Apr 20 02:05:06 UTC 2026

  System load:  1.0                Processes:             105
  Usage of /:   19.5% of 38.58GB   Users logged in:       0
  Memory usage: 4%                 IPv4 address for ens3: 10.30.171.118
  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: Mon Apr 20 01:54:59 2026 from 10.30.170.231
[?2004h[jenkins@releng-48317-695-1-mininet-ovs-217-0 ~]&gt;</msg>
<arg>${user}</arg>
<arg>${USER_HOME}/.ssh/${SSH_KEY}</arg>
<arg>${KEYFILE_PASS}</arg>
<arg>delay=${delay}</arg>
<doc>Logs into the SSH server using key-based authentication.</doc>
<status status="PASS" start="2026-04-20T02:05:06.152323" elapsed="0.615678"/>
</kw>
<msg time="2026-04-20T02:05:06.768116" level="INFO">Returning from the enclosing user keyword.</msg>
<arg>SSHLibrary.Login With Public Key</arg>
<arg>${user}</arg>
<arg>${USER_HOME}/.ssh/${SSH_KEY}</arg>
<arg>${KEYFILE_PASS}</arg>
<arg>delay=${delay}</arg>
<doc>Runs the specified keyword and returns from the enclosing user keyword.</doc>
<status status="PASS" start="2026-04-20T02:05:06.151972" elapsed="0.616231"/>
</kw>
<arg>${user}</arg>
<arg>${password}</arg>
<doc>On active SSH session: if given non-empty password, do Login, else do Login With Public Key.</doc>
<status status="PASS" start="2026-04-20T02:05:06.150455" elapsed="0.617867"/>
</kw>
<kw name="Execute Command" owner="SSHLibrary">
<msg time="2026-04-20T02:05:06.768877" level="INFO">Executing command '/usr/local/bin/cbench -c 10.30.171.153 -t -m 60000 -M 100 -S 16 -l 10 -D 5000 -p 6633'.</msg>
<msg time="2026-04-20T02:15:12.837305" level="INFO">Command exited with return code 0.</msg>
<msg time="2026-04-20T02:15:12.837718" level="INFO">${stdout} = </msg>
<msg time="2026-04-20T02:15:12.837788" level="INFO">${stderr} = cbench: controller benchmarking tool
   running in mode 'throughput'
   connecting to controller at 10.30.171.153:6633 
   faking 16 switches with 1 threads :: 10 tests each; 60000 ms per test
   with...</msg>
<var>${stdout}</var>
<var>${stderr}</var>
<arg>${cmd}</arg>
<arg>return_stderr=True</arg>
<doc>Executes ``command`` on the remote machine and returns its outputs.</doc>
<status status="PASS" start="2026-04-20T02:05:06.768541" elapsed="606.069292"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-04-20T02:15:12.838224" elapsed="0.000525"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-20T02:15:12.839532" level="INFO">cbench: controller benchmarking tool
   running in mode 'throughput'
   connecting to controller at 10.30.171.153: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.153. 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:11.912 16  switches: flows:  490034 504468 511694 503262 506133 511744 500789 504781 484970 483073 496943 493622 493262 497272 501347 482605  total = 132.766650 per ms 
02:07:12.014 16  switches: flows:  523016 525141 518217 518187 526963 530847 522835 528845 520216 528799 508430 519554 516667 526582 532657 528854  total = 139.361419 per ms 
02:08:12.115 16  switches: flows:  575887 565220 570530 578412 572022 585039 545940 579701 554550 587014 556757 565599 573886 555849 579009 565105  total = 151.587094 per ms 
02:09:12.217 16  switches: flows:  607043 603601 592290 596070 598751 600488 604847 596951 596903 602587 600777 599817 595560 606273 596400 605814  total = 159.800392 per ms 
02:10:12.324 16  switches: flows:  519250 514375 516967 521575 511030 515468 517117 517481 463425 512771 513954 510705 521304 523106 509451 511448  total = 136.413773 per ms 
02:11:12.425 16  switches: flows:  526460 520455 536925 536411 523240 523324 536495 521542 525712 543904 534284 522448 539351 542071 536993 527283  total = 141.378241 per ms 
02:12:12.526 16  switches: flows:  573334 571295 564896 563399 561334 575824 569842 569045 580017 573168 580897 573047 580996 565953 570326 576619  total = 152.243818 per ms 
02:13:12.627 16  switches: flows:  558953 563419 558740 564294 570491 562897 565520 572478 560481 568448 564587 559862 561530 562227 561597 560297  total = 150.012203 per ms 
02:14:12.729 16  switches: flows:  561772 573367 557211 562361 561165 559431 568191 565556 559906 569223 562177 565447 564565 556236 563100 567759  total = 150.038070 per ms 
02:15:12.833 16  switches: flows:  583824 573700 583258 581000 580856 580032 587183 568618 568145 579497 578093 578977 584317 578890 575714 575995  total = 154.034964 per ms 
RESULT: 16 switches 9 tests min/max/avg/stdev = 136413.77/159800.39/148318.89/49961.14 responses/s</msg>
<arg>${stderr}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-04-20T02:15:12.839000" elapsed="0.000768"/>
</kw>
<if>
<branch type="IF" condition="&quot;${return_stdout}&quot;!=&quot;True&quot;">
<return>
<value>${stderr}</value>
<status status="PASS" start="2026-04-20T02:15:12.840102" elapsed="0.000059"/>
</return>
<status status="PASS" start="2026-04-20T02:15:12.839892" elapsed="0.000324"/>
</branch>
<status status="PASS" start="2026-04-20T02:15:12.839857" elapsed="0.000397"/>
</if>
<if>
<branch type="IF" condition="&quot;${return_stderr}&quot;!=&quot;True&quot;">
<return>
<value>${stdout}</value>
<status status="NOT RUN" start="2026-04-20T02:15:12.840391" elapsed="0.000019"/>
</return>
<status status="NOT RUN" start="2026-04-20T02:15:12.840337" elapsed="0.000113"/>
</branch>
<status status="NOT RUN" start="2026-04-20T02:15:12.840314" elapsed="0.000167"/>
</if>
<return>
<value>${stdout}</value>
<value>${stderr}</value>
<status status="NOT RUN" start="2026-04-20T02:15:12.840530" elapsed="0.000020"/>
</return>
<kw name="Restore_Current_Ssh_Connection_From_Index" owner="SSHKeywords" type="TEARDOWN">
<kw name="Run Keyword And Return If" owner="BuiltIn">
<arg>${connection_index} is not None</arg>
<arg>SSHLibrary.Switch Connection</arg>
<arg>${connection_index}</arg>
<doc>Runs the specified keyword and returns from the enclosing user keyword.</doc>
<status status="PASS" start="2026-04-20T02:15:12.844287" elapsed="0.000530"/>
</kw>
<kw name="Open Connection" owner="SSHLibrary">
<arg>127.0.0.1</arg>
<doc>Opens a new SSH connection to the given ``host`` and ``port``.</doc>
<status status="PASS" start="2026-04-20T02:15:12.845036" elapsed="0.000241"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-04-20T02:15:12.845473" elapsed="0.000157"/>
</kw>
<arg>${current_ssh_connection.index}</arg>
<doc>Restore active SSH connection in SSHLibrary to given index.</doc>
<status status="PASS" start="2026-04-20T02:15:12.841036" elapsed="0.004698"/>
</kw>
<msg time="2026-04-20T02:15:12.845925" level="INFO">${output} = cbench: controller benchmarking tool
   running in mode 'throughput'
   connecting to controller at 10.30.171.153:6633 
   faking 16 switches with 1 threads :: 10 tests each; 60000 ms per test
   with...</msg>
<var>${output}</var>
<arg>${cbench_system}</arg>
<arg>${cbench_executable} -c ${ODL_SYSTEM_IP} ${cbench_args}</arg>
<arg>prompt_timeout=${test_timeout}</arg>
<arg>return_stdout=False</arg>
<arg>return_stderr=True</arg>
<doc>Reduces the common work of running a command on a remote system to a single higher level
robot keyword, taking care to log in with a public key and. The command given is written and the return value
depends on the passed argument values of return_stdout (default: True) and return_stderr (default: False).
At least one should be True, or the keyword will exit and FAIL. If both are True, the resulting return value
will be a two element list containing both. Otherwise the resulting return value is a string.
No test conditions are checked.</doc>
<status status="PASS" start="2026-04-20T02:05:06.145798" elapsed="606.700226"/>
</kw>
<status status="PASS" start="2026-04-20T02:05:06.145230" elapsed="606.700872"/>
</branch>
<status status="PASS" start="2026-04-20T02:05:06.144896" elapsed="606.701243"/>
</if>
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-20T02:15:12.846820" level="INFO">cbench: controller benchmarking tool
   running in mode 'throughput'
   connecting to controller at 10.30.171.153: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.153. 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:11.912 16  switches: flows:  490034 504468 511694 503262 506133 511744 500789 504781 484970 483073 496943 493622 493262 497272 501347 482605  total = 132.766650 per ms 
02:07:12.014 16  switches: flows:  523016 525141 518217 518187 526963 530847 522835 528845 520216 528799 508430 519554 516667 526582 532657 528854  total = 139.361419 per ms 
02:08:12.115 16  switches: flows:  575887 565220 570530 578412 572022 585039 545940 579701 554550 587014 556757 565599 573886 555849 579009 565105  total = 151.587094 per ms 
02:09:12.217 16  switches: flows:  607043 603601 592290 596070 598751 600488 604847 596951 596903 602587 600777 599817 595560 606273 596400 605814  total = 159.800392 per ms 
02:10:12.324 16  switches: flows:  519250 514375 516967 521575 511030 515468 517117 517481 463425 512771 513954 510705 521304 523106 509451 511448  total = 136.413773 per ms 
02:11:12.425 16  switches: flows:  526460 520455 536925 536411 523240 523324 536495 521542 525712 543904 534284 522448 539351 542071 536993 527283  total = 141.378241 per ms 
02:12:12.526 16  switches: flows:  573334 571295 564896 563399 561334 575824 569842 569045 580017 573168 580897 573047 580996 565953 570326 576619  total = 152.243818 per ms 
02:13:12.627 16  switches: flows:  558953 563419 558740 564294 570491 562897 565520 572478 560481 568448 564587 559862 561530 562227 561597 560297  total = 150.012203 per ms 
02:14:12.729 16  switches: flows:  561772 573367 557211 562361 561165 559431 568191 565556 559906 569223 562177 565447 564565 556236 563100 567759  total = 150.038070 per ms 
02:15:12.833 16  switches: flows:  583824 573700 583258 581000 580856 580032 587183 568618 568145 579497 578093 578977 584317 578890 575714 575995  total = 154.034964 per ms 
RESULT: 16 switches 9 tests min/max/avg/stdev = 136413.77/159800.39/148318.89/49961.14 responses/s</msg>
<arg>${output}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-04-20T02:15:12.846357" elapsed="0.000571"/>
</kw>
<kw name="Should Contain" owner="BuiltIn">
<arg>${output}</arg>
<arg>RESULT</arg>
<doc>Fails if ``container`` does not contain ``item`` one or more times.</doc>
<status status="PASS" start="2026-04-20T02:15:12.847143" elapsed="0.000547"/>
</kw>
<kw name="Get Lines Containing String" owner="String">
<msg time="2026-04-20T02:15:12.848244" level="INFO">1 out of 23 lines matched.</msg>
<msg time="2026-04-20T02:15:12.848377" level="INFO">${result_line} = RESULT: 16 switches 9 tests min/max/avg/stdev = 136413.77/159800.39/148318.89/49961.14 responses/s</msg>
<var>${result_line}</var>
<arg>${output}</arg>
<arg>RESULT</arg>
<doc>Returns lines of the given ``string`` that contain the ``pattern``.</doc>
<status status="PASS" start="2026-04-20T02:15:12.847923" elapsed="0.000491"/>
</kw>
<kw name="Split String" owner="String">
<msg time="2026-04-20T02:15:12.849032" level="INFO">@{results_list} = [ RESULT: | 16 | switches | 9 | tests | min/max/avg/stdev | = | 136413.77/159800.39/148318.89/49961.14 | responses/s ]</msg>
<var>@{results_list}</var>
<arg>${result_line}</arg>
<doc>Splits the ``string`` using ``separator`` as a delimiter string.</doc>
<status status="PASS" start="2026-04-20T02:15:12.848638" elapsed="0.000435"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-20T02:15:12.852819" level="INFO">min/max/avg/stdev</msg>
<arg>${results_list[5]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-04-20T02:15:12.849287" elapsed="0.003623"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-20T02:15:12.856550" level="INFO">136413.77/159800.39/148318.89/49961.14</msg>
<arg>${results_list[7]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-04-20T02:15:12.853132" elapsed="0.003503"/>
</kw>
<kw name="Split String" owner="String">
<msg time="2026-04-20T02:15:12.859680" level="INFO">@{result_name_list} = [ min | max | avg | stdev ]</msg>
<var>@{result_name_list}</var>
<arg>${results_list[5]}</arg>
<arg>/</arg>
<doc>Splits the ``string`` using ``separator`` as a delimiter string.</doc>
<status status="PASS" start="2026-04-20T02:15:12.856882" elapsed="0.002827"/>
</kw>
<kw name="Split String" owner="String">
<msg time="2026-04-20T02:15:12.862152" level="INFO">@{result_value_list} = [ 136413.77 | 159800.39 | 148318.89 | 49961.14 ]</msg>
<var>@{result_value_list}</var>
<arg>${results_list[7]}</arg>
<arg>/</arg>
<doc>Splits the ``string`` using ``separator`` as a delimiter string.</doc>
<status status="PASS" start="2026-04-20T02:15:12.859938" elapsed="0.002243"/>
</kw>
<kw name="Get Length" owner="BuiltIn">
<msg time="2026-04-20T02:15:12.862677" level="INFO">Length is 4.</msg>
<msg time="2026-04-20T02:15:12.862769" level="INFO">${num_stats} = 4</msg>
<var>${num_stats}</var>
<arg>${result_name_list}</arg>
<doc>Returns and logs the length of the given item as an integer.</doc>
<status status="PASS" start="2026-04-20T02:15:12.862333" elapsed="0.000461"/>
</kw>
<for flavor="IN RANGE">
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-20T02:15:12.868016" level="INFO">min :: 136413.77</msg>
<arg>${result_name_list[${i}]} :: ${result_value_list[${i}]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-04-20T02:15:12.863200" elapsed="0.004913"/>
</kw>
<var name="${i}">0</var>
<status status="PASS" start="2026-04-20T02:15:12.863071" elapsed="0.005093"/>
</iter>
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-20T02:15:12.875413" level="INFO">max :: 159800.39</msg>
<arg>${result_name_list[${i}]} :: ${result_value_list[${i}]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-04-20T02:15:12.868489" elapsed="0.007014"/>
</kw>
<var name="${i}">1</var>
<status status="PASS" start="2026-04-20T02:15:12.868301" elapsed="0.007256"/>
</iter>
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-20T02:15:12.881235" level="INFO">avg :: 148318.89</msg>
<arg>${result_name_list[${i}]} :: ${result_value_list[${i}]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-04-20T02:15:12.875946" elapsed="0.005353"/>
</kw>
<var name="${i}">2</var>
<status status="PASS" start="2026-04-20T02:15:12.875720" elapsed="0.005618"/>
</iter>
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-20T02:15:12.888021" level="INFO">stdev :: 49961.14</msg>
<arg>${result_name_list[${i}]} :: ${result_value_list[${i}]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-04-20T02:15:12.881589" elapsed="0.006532"/>
</kw>
<var name="${i}">3</var>
<status status="PASS" start="2026-04-20T02:15:12.881437" elapsed="0.006747"/>
</iter>
<var>${i}</var>
<value>0</value>
<value>${num_stats}</value>
<status status="PASS" start="2026-04-20T02:15:12.862867" elapsed="0.025375"/>
</for>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-04-20T02:15:12.895557" level="INFO">${min} = 136413.77</msg>
<var>${min}</var>
<arg>${result_value_list[${0}]}</arg>
<doc>Returns the given values which can then be assigned to a variables.</doc>
<status status="PASS" start="2026-04-20T02:15:12.888553" elapsed="0.007035"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-04-20T02:15:12.900195" level="INFO">${max} = 159800.39</msg>
<var>${max}</var>
<arg>${result_value_list[${1}]}</arg>
<doc>Returns the given values which can then be assigned to a variables.</doc>
<status status="PASS" start="2026-04-20T02:15:12.895797" elapsed="0.004435"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-04-20T02:15:12.904824" level="INFO">${average} = 148318.89</msg>
<var>${average}</var>
<arg>${result_value_list[${2}]}</arg>
<doc>Returns the given values which can then be assigned to a variables.</doc>
<status status="PASS" start="2026-04-20T02:15:12.900443" elapsed="0.004410"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-04-20T02:15:12.909084" level="INFO">${stdev} = 49961.14</msg>
<var>${stdev}</var>
<arg>${result_value_list[${3}]}</arg>
<doc>Returns the given values which can then be assigned to a variables.</doc>
<status status="PASS" start="2026-04-20T02:15:12.905011" elapsed="0.004100"/>
</kw>
<kw name="Get Time" owner="BuiltIn">
<msg time="2026-04-20T02:15:12.909731" level="INFO">${date} = 2026-04-20 02:15:12</msg>
<var>${date}</var>
<arg>d,m,s</arg>
<doc>Returns the given time in the requested format.</doc>
<status status="PASS" start="2026-04-20T02:15:12.909275" elapsed="0.000489"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-20T02:15:12.910368" level="INFO">CBench Result: 2026-04-20 02:15:12,-t -m 60000 -M 100 -S 16 -l 10 -D 5000 -p 6633,136413.77,159800.39,148318.89,49961.14</msg>
<arg>CBench Result: ${date},${cbench_args},${min},${max},${average},${stdev}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-04-20T02:15:12.909914" elapsed="0.000527"/>
</kw>
<kw name="Log Results And Determine Status">
<kw name="Append To File" owner="OperatingSystem">
<msg time="2026-04-20T02:15:12.911630" 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-04-20T02:15:12.911164" elapsed="0.000553"/>
</kw>
<kw name="Should Be True" owner="BuiltIn">
<arg>${average} &gt; ${threshold}</arg>
<arg>${average} flow_mods per/sec did not exceed threshold of ${threshold}</arg>
<doc>Fails if the given condition is not true.</doc>
<status status="PASS" start="2026-04-20T02:15:12.911887" 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-04-20T02:15:12.910638" elapsed="0.001822"/>
</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-04-20T02:05:06.143685" elapsed="606.768846"/>
</kw>
<kw name="Sleep" owner="BuiltIn">
<msg time="2026-04-20T02:15:12.913061" level="INFO">Slept 0 seconds.</msg>
<arg>${test_delay}</arg>
<doc>Pauses the test executed for the given time.</doc>
<status status="PASS" start="2026-04-20T02:15:12.912698" elapsed="0.000424"/>
</kw>
<kw name="Log Results As Zero If Cbench Timed Out" type="TEARDOWN">
<kw name="Run Keyword If Timeout Occurred" owner="BuiltIn">
<arg>Log Results And Determine Status</arg>
<arg>0</arg>
<arg>0</arg>
<arg>0</arg>
<arg>0</arg>
<arg>${output_filename}</arg>
<doc>Runs the given keyword if either a test or a keyword timeout has occurred.</doc>
<status status="PASS" start="2026-04-20T02:15:12.913687" elapsed="0.000358"/>
</kw>
<status status="PASS" start="2026-04-20T02:15:12.913336" elapsed="0.000782"/>
</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-04-20T02:05:06.142199" elapsed="606.771958"/>
</test>
<test id="s1-t3" name="Rerun Latency Test To Check Bug 6176" line="65">
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-20T02:15:12.915595" level="INFO">Cbench tests using 10 iterations of 60 second tests. Switch Count: 16. Unique MACS to cycle: 100</msg>
<arg>Cbench tests using ${loops} iterations of ${duration_in_secs} second tests. Switch Count: ${switch_count}. Unique MACS to cycle: ${num_of_unique_macs}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-04-20T02:15:12.915146" elapsed="0.000523"/>
</kw>
<kw name="Run Cbench And Log Results">
<kw name="Set Suite Variable" owner="BuiltIn">
<msg time="2026-04-20T02:15:12.917002" level="INFO">${output_filename} = bug.csv</msg>
<arg>${output_filename}</arg>
<doc>Makes a variable available everywhere within the scope of the current suite.</doc>
<status status="PASS" start="2026-04-20T02:15:12.916633" elapsed="0.000414"/>
</kw>
<if>
<branch type="IF" condition="&quot;${cbench_system}&quot; == &quot;localhost&quot;">
<kw name="Run" owner="OperatingSystem">
<var>${output}</var>
<arg>${cbench_executable} -c ${ODL_SYSTEM_IP} ${cbench_args}</arg>
<doc>_This keyword is considered deprecated. Use the
[http://robotframework.org/robotframework/latest/libraries/Process.html|
Process] library instead._</doc>
<status status="NOT RUN" start="2026-04-20T02:15:12.917457" elapsed="0.000027"/>
</kw>
<status status="NOT RUN" start="2026-04-20T02:15:12.917212" elapsed="0.000312"/>
</branch>
<branch type="ELSE">
<kw name="Run Command On Remote System" owner="Utils">
<if>
<branch type="IF" condition="&quot;${return_stdout}&quot;!=&quot;True&quot; and &quot;${return_stderr}&quot;!=&quot;True&quot;">
<kw name="Fail" owner="BuiltIn">
<arg>At least one of {return_stdout} or {return_stderr} args should be set to True</arg>
<doc>Fails the test with the given message and optionally alters its tags.</doc>
<status status="NOT RUN" start="2026-04-20T02:15:12.920596" elapsed="0.000022"/>
</kw>
<status status="NOT RUN" start="2026-04-20T02:15:12.920344" elapsed="0.000310"/>
</branch>
<status status="PASS" start="2026-04-20T02:15:12.920324" elapsed="0.000371"/>
</if>
<kw name="Get Connection" owner="SSHLibrary">
<msg time="2026-04-20T02:15:12.921044" level="INFO">index=None
host=None
alias=None
port=22
timeout=3 seconds
newline=

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

prompt=None
term_type=vt100
width=80
height=24
path_separator=/
encoding=utf8
escape_ansi=False
encoding_errors=strict</msg>
<var>${current_ssh_connection}</var>
<doc>Returns information about the connection.</doc>
<status status="PASS" start="2026-04-20T02:15:12.920831" elapsed="0.000366"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-20T02:15:12.921867" level="INFO">Attempting to execute command "/usr/local/bin/cbench -c 10.30.171.153 -m 60000 -M 100 -S 16 -l 10 -D 5000 -p 6633" on remote system "10.30.171.118" by user "jenkins" with keyfile pass "any" and prompt "&gt;" and password ""</msg>
<arg>Attempting to execute command "${cmd}" on remote system "${system}" by user "${user}" with keyfile pass "${keyfile_pass}" and prompt "${prompt}" and password "${password}"</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-04-20T02:15:12.921369" elapsed="0.000557"/>
</kw>
<kw name="Open Connection" owner="SSHLibrary">
<msg time="2026-04-20T02:15:12.922592" level="INFO">${conn_id} = 9</msg>
<var>${conn_id}</var>
<arg>${system}</arg>
<arg>prompt=${prompt}</arg>
<arg>timeout=${prompt_timeout}</arg>
<doc>Opens a new SSH connection to the given ``host`` and ``port``.</doc>
<status status="PASS" start="2026-04-20T02:15:12.922143" elapsed="0.000481"/>
</kw>
<kw name="Flexible_SSH_Login" owner="SSHKeywords">
<kw name="Get Length" owner="BuiltIn">
<msg time="2026-04-20T02:15:12.923820" level="INFO">Length is 0.</msg>
<msg time="2026-04-20T02:15:12.923919" level="INFO">${pwd_length} = 0</msg>
<var>${pwd_length}</var>
<arg>${password}</arg>
<doc>Returns and logs the length of the given item as an integer.</doc>
<status status="PASS" start="2026-04-20T02:15:12.923260" elapsed="0.000683"/>
</kw>
<kw name="Run Keyword And Return If" owner="BuiltIn">
<arg>${pwd_length} &gt; 0</arg>
<arg>SSHLibrary.Login</arg>
<arg>${user}</arg>
<arg>${password}</arg>
<arg>delay=${delay}</arg>
<doc>Runs the specified keyword and returns from the enclosing user keyword.</doc>
<status status="PASS" start="2026-04-20T02:15:12.924105" elapsed="0.000345"/>
</kw>
<kw name="Run Keyword And Return" owner="BuiltIn">
<kw name="Login With Public Key" owner="SSHLibrary">
<msg time="2026-04-20T02:15:12.925351" level="INFO">Logging into '10.30.171.118:22' as 'jenkins'.</msg>
<msg time="2026-04-20T02:15:13.568853" 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 Mon Apr 20 02:15:13 UTC 2026

  System load:  0.45               Processes:             106
  Usage of /:   19.5% of 38.58GB   Users logged in:       0
  Memory usage: 4%                 IPv4 address for ens3: 10.30.171.118
  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: Mon Apr 20 02:05:06 2026 from 10.30.170.231
[?2004h[jenkins@releng-48317-695-1-mininet-ovs-217-0 ~]&gt;</msg>
<arg>${user}</arg>
<arg>${USER_HOME}/.ssh/${SSH_KEY}</arg>
<arg>${KEYFILE_PASS}</arg>
<arg>delay=${delay}</arg>
<doc>Logs into the SSH server using key-based authentication.</doc>
<status status="PASS" start="2026-04-20T02:15:12.924982" elapsed="0.644106"/>
</kw>
<msg time="2026-04-20T02:15:13.569188" level="INFO">Returning from the enclosing user keyword.</msg>
<arg>SSHLibrary.Login With Public Key</arg>
<arg>${user}</arg>
<arg>${USER_HOME}/.ssh/${SSH_KEY}</arg>
<arg>${KEYFILE_PASS}</arg>
<arg>delay=${delay}</arg>
<doc>Runs the specified keyword and returns from the enclosing user keyword.</doc>
<status status="PASS" start="2026-04-20T02:15:12.924603" elapsed="0.644674"/>
</kw>
<arg>${user}</arg>
<arg>${password}</arg>
<doc>On active SSH session: if given non-empty password, do Login, else do Login With Public Key.</doc>
<status status="PASS" start="2026-04-20T02:15:12.922858" elapsed="0.646538"/>
</kw>
<kw name="Execute Command" owner="SSHLibrary">
<msg time="2026-04-20T02:15:13.569935" level="INFO">Executing command '/usr/local/bin/cbench -c 10.30.171.153 -m 60000 -M 100 -S 16 -l 10 -D 5000 -p 6633'.</msg>
<msg time="2026-04-20T02:25:19.640575" level="INFO">Command exited with return code 0.</msg>
<msg time="2026-04-20T02:25:19.641086" level="INFO">${stdout} = </msg>
<msg time="2026-04-20T02:25:19.641192" level="INFO">${stderr} = cbench: controller benchmarking tool
   running in mode 'latency'
   connecting to controller at 10.30.171.153:6633 
   faking 16 switches with 1 threads :: 10 tests each; 60000 ms per test
   with 10...</msg>
<var>${stdout}</var>
<var>${stderr}</var>
<arg>${cmd}</arg>
<arg>return_stderr=True</arg>
<doc>Executes ``command`` on the remote machine and returns its outputs.</doc>
<status status="PASS" start="2026-04-20T02:15:13.569615" elapsed="606.071635"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-04-20T02:25:19.641725" elapsed="0.000677"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-20T02:25:19.643560" level="INFO">cbench: controller benchmarking tool
   running in mode 'latency'
   connecting to controller at 10.30.171.153: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.153. So far 1 cbench instances have initialized their switches.  Waiting for other cbench-instances
Thread-0: Total switches from ALL cbench-instances initialized.
02:16:18.723 16  switches: flows:  95650 95602 96202 97818 97584 94524 96199 95196 93333 92415 94668 94912 95020 94874 94333 94803  total = 25.385550 per ms 
02:17:18.824 16  switches: flows:  110357 109921 108939 108937 108266 108585 109160 106384 107201 105043 104918 104620 105293 105619 105872 107951  total = 28.569942 per ms 
02:18:18.924 16  switches: flows:  116404 116989 115911 118308 117996 115897 115159 117256 116570 117835 117115 117220 113637 112925 121313 113573  total = 31.016659 per ms 
02:19:19.025 16  switches: flows:  107230 107486 106875 108226 108792 107446 106912 108543 107622 106259 106039 107674 104122 104618 106674 105362  total = 28.449996 per ms 
02:20:19.127 16  switches: flows:  117577 119678 117370 118435 117766 117340 119434 118008 116708 114909 116514 114806 115997 115893 116188 115440  total = 31.148467 per ms 
02:21:19.227 16  switches: flows:  118130 120776 117131 118840 117920 117378 119613 118623 116211 115386 116637 114383 117590 116736 114607 115504  total = 31.205622 per ms 
02:22:19.327 16  switches: flows:  120024 121543 118798 118573 117978 117803 121207 118752 117724 115977 117664 116200 117044 117480 116509 116658  total = 31.446342 per ms 
02:23:19.428 16  switches: flows:  120639 119963 117882 119177 117500 119413 119704 118965 117688 115151 117293 116126 118204 118451 115353 117410  total = 31.429483 per ms 
02:24:19.528 16  switches: flows:  118117 120031 117852 117976 118585 115241 119879 117863 116945 115344 116870 114907 117651 116519 115294 117294  total = 31.220581 per ms 
02:25:19.628 16  switches: flows:  118676 121201 118719 121540 117561 116758 122193 118543 118458 116049 117455 115848 117973 118801 117166 117415  total = 31.519938 per ms 
RESULT: 16 switches 9 tests min/max/avg/stdev = 28450.00/31519.94/30667.45/10288.46 responses/s</msg>
<arg>${stderr}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-04-20T02:25:19.642788" elapsed="0.001100"/>
</kw>
<if>
<branch type="IF" condition="&quot;${return_stdout}&quot;!=&quot;True&quot;">
<return>
<value>${stderr}</value>
<status status="PASS" start="2026-04-20T02:25:19.644367" elapsed="0.000071"/>
</return>
<status status="PASS" start="2026-04-20T02:25:19.644070" elapsed="0.000471"/>
</branch>
<status status="PASS" start="2026-04-20T02:25:19.644020" elapsed="0.000579"/>
</if>
<if>
<branch type="IF" condition="&quot;${return_stderr}&quot;!=&quot;True&quot;">
<return>
<value>${stdout}</value>
<status status="NOT RUN" start="2026-04-20T02:25:19.644840" elapsed="0.000029"/>
</return>
<status status="NOT RUN" start="2026-04-20T02:25:19.644757" elapsed="0.000175"/>
</branch>
<status status="NOT RUN" start="2026-04-20T02:25:19.644719" elapsed="0.000261"/>
</if>
<return>
<value>${stdout}</value>
<value>${stderr}</value>
<status status="NOT RUN" start="2026-04-20T02:25:19.645050" elapsed="0.000030"/>
</return>
<kw name="Restore_Current_Ssh_Connection_From_Index" owner="SSHKeywords" type="TEARDOWN">
<kw name="Run Keyword And Return If" owner="BuiltIn">
<arg>${connection_index} is not None</arg>
<arg>SSHLibrary.Switch Connection</arg>
<arg>${connection_index}</arg>
<doc>Runs the specified keyword and returns from the enclosing user keyword.</doc>
<status status="PASS" start="2026-04-20T02:25:19.649623" elapsed="0.000353"/>
</kw>
<kw name="Open Connection" owner="SSHLibrary">
<arg>127.0.0.1</arg>
<doc>Opens a new SSH connection to the given ``host`` and ``port``.</doc>
<status status="PASS" start="2026-04-20T02:25:19.650123" elapsed="0.000163"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-04-20T02:25:19.650415" elapsed="0.000101"/>
</kw>
<arg>${current_ssh_connection.index}</arg>
<doc>Restore active SSH connection in SSHLibrary to given index.</doc>
<status status="PASS" start="2026-04-20T02:25:19.645756" elapsed="0.004814"/>
</kw>
<msg time="2026-04-20T02:25:19.650719" level="INFO">${output} = cbench: controller benchmarking tool
   running in mode 'latency'
   connecting to controller at 10.30.171.153:6633 
   faking 16 switches with 1 threads :: 10 tests each; 60000 ms per test
   with 10...</msg>
<var>${output}</var>
<arg>${cbench_system}</arg>
<arg>${cbench_executable} -c ${ODL_SYSTEM_IP} ${cbench_args}</arg>
<arg>prompt_timeout=${test_timeout}</arg>
<arg>return_stdout=False</arg>
<arg>return_stderr=True</arg>
<doc>Reduces the common work of running a command on a remote system to a single higher level
robot keyword, taking care to log in with a public key and. The command given is written and the return value
depends on the passed argument values of return_stdout (default: True) and return_stderr (default: False).
At least one should be True, or the keyword will exit and FAIL. If both are True, the resulting return value
will be a two element list containing both. Otherwise the resulting return value is a string.
No test conditions are checked.</doc>
<status status="PASS" start="2026-04-20T02:15:12.917903" elapsed="606.732843"/>
</kw>
<status status="PASS" start="2026-04-20T02:15:12.917550" elapsed="606.733246"/>
</branch>
<status status="PASS" start="2026-04-20T02:15:12.917186" elapsed="606.733634"/>
</if>
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-20T02:25:19.651265" level="INFO">cbench: controller benchmarking tool
   running in mode 'latency'
   connecting to controller at 10.30.171.153: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.153. So far 1 cbench instances have initialized their switches.  Waiting for other cbench-instances
Thread-0: Total switches from ALL cbench-instances initialized.
02:16:18.723 16  switches: flows:  95650 95602 96202 97818 97584 94524 96199 95196 93333 92415 94668 94912 95020 94874 94333 94803  total = 25.385550 per ms 
02:17:18.824 16  switches: flows:  110357 109921 108939 108937 108266 108585 109160 106384 107201 105043 104918 104620 105293 105619 105872 107951  total = 28.569942 per ms 
02:18:18.924 16  switches: flows:  116404 116989 115911 118308 117996 115897 115159 117256 116570 117835 117115 117220 113637 112925 121313 113573  total = 31.016659 per ms 
02:19:19.025 16  switches: flows:  107230 107486 106875 108226 108792 107446 106912 108543 107622 106259 106039 107674 104122 104618 106674 105362  total = 28.449996 per ms 
02:20:19.127 16  switches: flows:  117577 119678 117370 118435 117766 117340 119434 118008 116708 114909 116514 114806 115997 115893 116188 115440  total = 31.148467 per ms 
02:21:19.227 16  switches: flows:  118130 120776 117131 118840 117920 117378 119613 118623 116211 115386 116637 114383 117590 116736 114607 115504  total = 31.205622 per ms 
02:22:19.327 16  switches: flows:  120024 121543 118798 118573 117978 117803 121207 118752 117724 115977 117664 116200 117044 117480 116509 116658  total = 31.446342 per ms 
02:23:19.428 16  switches: flows:  120639 119963 117882 119177 117500 119413 119704 118965 117688 115151 117293 116126 118204 118451 115353 117410  total = 31.429483 per ms 
02:24:19.528 16  switches: flows:  118117 120031 117852 117976 118585 115241 119879 117863 116945 115344 116870 114907 117651 116519 115294 117294  total = 31.220581 per ms 
02:25:19.628 16  switches: flows:  118676 121201 118719 121540 117561 116758 122193 118543 118458 116049 117455 115848 117973 118801 117166 117415  total = 31.519938 per ms 
RESULT: 16 switches 9 tests min/max/avg/stdev = 28450.00/31519.94/30667.45/10288.46 responses/s</msg>
<arg>${output}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-04-20T02:25:19.650967" elapsed="0.000372"/>
</kw>
<kw name="Should Contain" owner="BuiltIn">
<arg>${output}</arg>
<arg>RESULT</arg>
<doc>Fails if ``container`` does not contain ``item`` one or more times.</doc>
<status status="PASS" start="2026-04-20T02:25:19.651486" elapsed="0.000385"/>
</kw>
<kw name="Get Lines Containing String" owner="String">
<msg time="2026-04-20T02:25:19.652251" level="INFO">1 out of 23 lines matched.</msg>
<msg time="2026-04-20T02:25:19.652347" level="INFO">${result_line} = RESULT: 16 switches 9 tests min/max/avg/stdev = 28450.00/31519.94/30667.45/10288.46 responses/s</msg>
<var>${result_line}</var>
<arg>${output}</arg>
<arg>RESULT</arg>
<doc>Returns lines of the given ``string`` that contain the ``pattern``.</doc>
<status status="PASS" start="2026-04-20T02:25:19.652029" elapsed="0.000346"/>
</kw>
<kw name="Split String" owner="String">
<msg time="2026-04-20T02:25:19.652817" level="INFO">@{results_list} = [ RESULT: | 16 | switches | 9 | tests | min/max/avg/stdev | = | 28450.00/31519.94/30667.45/10288.46 | responses/s ]</msg>
<var>@{results_list}</var>
<arg>${result_line}</arg>
<doc>Splits the ``string`` using ``separator`` as a delimiter string.</doc>
<status status="PASS" start="2026-04-20T02:25:19.652546" elapsed="0.000297"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-20T02:25:19.655232" level="INFO">min/max/avg/stdev</msg>
<arg>${results_list[5]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-04-20T02:25:19.652994" elapsed="0.002308"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-20T02:25:19.657850" level="INFO">28450.00/31519.94/30667.45/10288.46</msg>
<arg>${results_list[7]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-04-20T02:25:19.655447" elapsed="0.002460"/>
</kw>
<kw name="Split String" owner="String">
<msg time="2026-04-20T02:25:19.660228" level="INFO">@{result_name_list} = [ min | max | avg | stdev ]</msg>
<var>@{result_name_list}</var>
<arg>${results_list[5]}</arg>
<arg>/</arg>
<doc>Splits the ``string`` using ``separator`` as a delimiter string.</doc>
<status status="PASS" start="2026-04-20T02:25:19.658056" elapsed="0.002199"/>
</kw>
<kw name="Split String" owner="String">
<msg time="2026-04-20T02:25:19.662679" level="INFO">@{result_value_list} = [ 28450.00 | 31519.94 | 30667.45 | 10288.46 ]</msg>
<var>@{result_value_list}</var>
<arg>${results_list[7]}</arg>
<arg>/</arg>
<doc>Splits the ``string`` using ``separator`` as a delimiter string.</doc>
<status status="PASS" start="2026-04-20T02:25:19.660454" elapsed="0.002253"/>
</kw>
<kw name="Get Length" owner="BuiltIn">
<msg time="2026-04-20T02:25:19.663165" level="INFO">Length is 4.</msg>
<msg time="2026-04-20T02:25:19.663252" level="INFO">${num_stats} = 4</msg>
<var>${num_stats}</var>
<arg>${result_name_list}</arg>
<doc>Returns and logs the length of the given item as an integer.</doc>
<status status="PASS" start="2026-04-20T02:25:19.662860" elapsed="0.000416"/>
</kw>
<for flavor="IN RANGE">
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-20T02:25:19.667941" level="INFO">min :: 28450.00</msg>
<arg>${result_name_list[${i}]} :: ${result_value_list[${i}]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-04-20T02:25:19.663651" elapsed="0.004346"/>
</kw>
<var name="${i}">0</var>
<status status="PASS" start="2026-04-20T02:25:19.663525" elapsed="0.004508"/>
</iter>
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-20T02:25:19.672502" level="INFO">max :: 31519.94</msg>
<arg>${result_name_list[${i}]} :: ${result_value_list[${i}]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-04-20T02:25:19.668243" elapsed="0.004318"/>
</kw>
<var name="${i}">1</var>
<status status="PASS" start="2026-04-20T02:25:19.668119" elapsed="0.004477"/>
</iter>
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-20T02:25:19.677181" level="INFO">avg :: 30667.45</msg>
<arg>${result_name_list[${i}]} :: ${result_value_list[${i}]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-04-20T02:25:19.672835" elapsed="0.004418"/>
</kw>
<var name="${i}">2</var>
<status status="PASS" start="2026-04-20T02:25:19.672695" elapsed="0.004594"/>
</iter>
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-20T02:25:19.682277" level="INFO">stdev :: 10288.46</msg>
<arg>${result_name_list[${i}]} :: ${result_value_list[${i}]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-04-20T02:25:19.677508" elapsed="0.004828"/>
</kw>
<var name="${i}">3</var>
<status status="PASS" start="2026-04-20T02:25:19.677373" elapsed="0.004999"/>
</iter>
<var>${i}</var>
<value>0</value>
<value>${num_stats}</value>
<status status="PASS" start="2026-04-20T02:25:19.663339" elapsed="0.019064"/>
</for>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-04-20T02:25:19.686431" level="INFO">${min} = 28450.00</msg>
<var>${min}</var>
<arg>${result_value_list[${0}]}</arg>
<doc>Returns the given values which can then be assigned to a variables.</doc>
<status status="PASS" start="2026-04-20T02:25:19.682571" elapsed="0.003888"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-04-20T02:25:19.690301" level="INFO">${max} = 31519.94</msg>
<var>${max}</var>
<arg>${result_value_list[${1}]}</arg>
<doc>Returns the given values which can then be assigned to a variables.</doc>
<status status="PASS" start="2026-04-20T02:25:19.686614" elapsed="0.003714"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-04-20T02:25:19.694173" level="INFO">${average} = 30667.45</msg>
<var>${average}</var>
<arg>${result_value_list[${2}]}</arg>
<doc>Returns the given values which can then be assigned to a variables.</doc>
<status status="PASS" start="2026-04-20T02:25:19.690482" elapsed="0.003718"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-04-20T02:25:19.698020" level="INFO">${stdev} = 10288.46</msg>
<var>${stdev}</var>
<arg>${result_value_list[${3}]}</arg>
<doc>Returns the given values which can then be assigned to a variables.</doc>
<status status="PASS" start="2026-04-20T02:25:19.694350" elapsed="0.003697"/>
</kw>
<kw name="Get Time" owner="BuiltIn">
<msg time="2026-04-20T02:25:19.698564" level="INFO">${date} = 2026-04-20 02:25:19</msg>
<var>${date}</var>
<arg>d,m,s</arg>
<doc>Returns the given time in the requested format.</doc>
<status status="PASS" start="2026-04-20T02:25:19.698205" elapsed="0.000385"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-20T02:25:19.699160" level="INFO">CBench Result: 2026-04-20 02:25:19,-m 60000 -M 100 -S 16 -l 10 -D 5000 -p 6633,28450.00,31519.94,30667.45,10288.46</msg>
<arg>CBench Result: ${date},${cbench_args},${min},${max},${average},${stdev}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-04-20T02:25:19.698750" elapsed="0.000467"/>
</kw>
<kw name="Log Results And Determine Status">
<kw name="Append To File" owner="OperatingSystem">
<msg time="2026-04-20T02:25:19.700312" 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-04-20T02:25:19.699856" elapsed="0.000524"/>
</kw>
<kw name="Should Be True" owner="BuiltIn">
<arg>${average} &gt; ${threshold}</arg>
<arg>${average} flow_mods per/sec did not exceed threshold of ${threshold}</arg>
<doc>Fails if the given condition is not true.</doc>
<status status="PASS" start="2026-04-20T02:25:19.700547" elapsed="0.000633"/>
</kw>
<arg>${min}</arg>
<arg>${max}</arg>
<arg>${average}</arg>
<arg>${average_threshold}</arg>
<arg>${output_filename}</arg>
<status status="PASS" start="2026-04-20T02:25:19.699368" elapsed="0.001877"/>
</kw>
<arg>-m ${duration_in_ms} -M ${num_of_unique_macs} -S ${switch_count} -l ${loops} -D ${start_delay} -p ${of_port}</arg>
<arg>${latency_threshold}</arg>
<arg>bug.csv</arg>
<status status="PASS" start="2026-04-20T02:15:12.916026" elapsed="606.785278"/>
</kw>
<kw name="Sleep" owner="BuiltIn">
<msg time="2026-04-20T02:25:19.701777" level="INFO">Slept 0 seconds.</msg>
<arg>${test_delay}</arg>
<doc>Pauses the test executed for the given time.</doc>
<status status="PASS" start="2026-04-20T02:25:19.701449" elapsed="0.000383"/>
</kw>
<kw name="Report Failure Due To Bug" owner="Utils" type="TEARDOWN">
<kw name="Evaluate" owner="BuiltIn">
<msg time="2026-04-20T02:25:19.703026" level="INFO">${test_skipped} = False</msg>
<var>${test_skipped}</var>
<arg>len(re.findall('SKIPPED', """${TEST_MESSAGE}""")) &gt; 0</arg>
<arg>modules=re</arg>
<doc>Evaluates the given expression in Python and returns the result.</doc>
<status status="PASS" start="2026-04-20T02:25:19.702532" elapsed="0.000521"/>
</kw>
<if>
<branch type="IF" condition="('${TEST_STATUS}' != 'FAIL') or ${test_skipped}">
<return>
<status status="PASS" start="2026-04-20T02:25:19.703282" elapsed="0.000034"/>
</return>
<status status="PASS" start="2026-04-20T02:25:19.703133" elapsed="0.000215"/>
</branch>
<status status="PASS" start="2026-04-20T02:25:19.703113" elapsed="0.000259"/>
</if>
<kw name="Comment" owner="BuiltIn">
<arg>Jira tickets are {PROJECT}-{NUMBER} while Bugzilla tickets are {NUMBER}</arg>
<doc>Displays the given messages in the log file as keyword arguments.</doc>
<status status="NOT RUN" start="2026-04-20T02:25:19.703527" elapsed="0.000022"/>
</kw>
<kw name="Run Keyword And Return Status" owner="BuiltIn">
<var>${match}</var>
<arg>Should Contain</arg>
<arg>${number}</arg>
<arg>-</arg>
<doc>Runs the specified keyword and returns the status as a Boolean value.</doc>
<status status="NOT RUN" start="2026-04-20T02:25:19.703698" elapsed="0.000020"/>
</kw>
<kw name="Set Variable If" owner="BuiltIn">
<var>${bug_url}</var>
<arg>${match}</arg>
<arg>https://jira.opendaylight.org/browse/${number}</arg>
<arg>https://bugs.opendaylight.org/show_bug.cgi?id=${number}</arg>
<doc>Sets variable based on the given condition.</doc>
<status status="NOT RUN" start="2026-04-20T02:25:19.703864" elapsed="0.000020"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<var>${msg}</var>
<arg>This test fails due to ${bug_url}</arg>
<doc>Returns the given values which can then be assigned to a variables.</doc>
<status status="NOT RUN" start="2026-04-20T02:25:19.704082" elapsed="0.000031"/>
</kw>
<kw name="Evaluate" owner="BuiltIn">
<var>${newline}</var>
<arg>chr(10)</arg>
<doc>Evaluates the given expression in Python and returns the result.</doc>
<status status="NOT RUN" start="2026-04-20T02:25:19.704267" elapsed="0.000022"/>
</kw>
<kw name="Set Test Message" owner="BuiltIn">
<arg>${msg}${newline}${newline}${TEST_MESSAGE}</arg>
<doc>Sets message for the current test case.</doc>
<status status="NOT RUN" start="2026-04-20T02:25:19.704413" elapsed="0.000020"/>
</kw>
<kw name="Log" owner="BuiltIn">
<arg>${msg}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="NOT RUN" start="2026-04-20T02:25:19.704572" elapsed="0.000020"/>
</kw>
<if>
<branch type="IF" condition="&quot;${include_bug_in_tags}&quot;==&quot;True&quot;">
<kw name="Set Tags" owner="BuiltIn">
<arg>${bug_url}</arg>
<doc>Adds given ``tags`` for the current test or all tests in a suite.</doc>
<status status="NOT RUN" start="2026-04-20T02:25:19.704802" elapsed="0.000025"/>
</kw>
<status status="NOT RUN" start="2026-04-20T02:25:19.704653" elapsed="0.000206"/>
</branch>
<status status="NOT RUN" start="2026-04-20T02:25:19.704636" elapsed="0.000246"/>
</if>
<arg>6176</arg>
<doc>Report that a test failed due to a known Bugzilla bug whose
number is provided as an argument.
Not FAILED (incl. SKIPPED) test are not reported.
This keyword must be used in the [Teardown] setting of the affected test
or as the first line of the test if FastFail module is not being
used. It reports the URL of the bug on console and also puts it
into the Robot log file.</doc>
<status status="PASS" start="2026-04-20T02:25:19.702203" elapsed="0.002728"/>
</kw>
<doc>cbench executed in latency mode to see if controller is healthy</doc>
<tag>cbench</tag>
<tag>latency</tag>
<timeout value="15 minutes"/>
<status status="PASS" start="2026-04-20T02:15:12.914602" elapsed="606.790374"/>
</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-04-20T01:54:56.838944" elapsed="1822.866440"/>
</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>
