<?xml version="1.0" encoding="UTF-8"?>
<robot generator="Robot 7.4.2 (Python 3.11.10 on linux)" generated="2026-04-30T01:45:08.354288" 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-30T01:45:08.915786" elapsed="0.000023"/>
</return>
<status status="NOT RUN" start="2026-04-30T01:45:08.915648" elapsed="0.000213"/>
</branch>
<status status="PASS" start="2026-04-30T01:45:08.915617" elapsed="0.000271"/>
</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-30T01:45:08.916031" elapsed="0.000534"/>
</kw>
<kw name="Login" owner="SSHLibrary">
<msg time="2026-04-30T01:45:08.917035" level="INFO">Logging into '10.30.170.102:8101' as 'karaf'.</msg>
<msg time="2026-04-30T01:45:09.855444" 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-30T01:45:08.916741" elapsed="0.938929"/>
</kw>
<kw name="Write" owner="SSHLibrary">
<msg time="2026-04-30T01:45:09.906921" 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-30T01:45:09.856027" elapsed="0.051001"/>
</kw>
<kw name="Read Until Regexp" owner="SSHLibrary">
<msg time="2026-04-30T01:45:09.909843" level="INFO">[?1l&gt;[?2004l[?1h=[90m~[0m                                                                                [?2004hopendaylight-user@root&gt;</msg>
<msg time="2026-04-30T01:45:09.910009" 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-30T01:45:09.907274" elapsed="0.002780"/>
</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-30T01:45:09.910285" elapsed="0.000321"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-04-30T01:45:09.910855" elapsed="0.000280"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-30T01:45:09.911867" 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-30T01:45:09.911388" elapsed="0.000559"/>
</kw>
<return>
<value>${output}</value>
<status status="PASS" start="2026-04-30T01:45:09.912026" elapsed="0.000082"/>
</return>
<arg>log:set ${log_level}</arg>
<doc>Will execute the given ${cmd} by ssh'ing to the karaf console running on 10.30.170.102
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-30T01:45:08.915218" elapsed="0.997066"/>
</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-30T01:45:08.911711" elapsed="1.000697"/>
</kw>
<kw name="Append To File" owner="OperatingSystem">
<msg time="2026-04-30T01:45:09.913172" 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-30T01:45:09.912682" elapsed="0.000572"/>
</kw>
<kw name="Append To File" owner="OperatingSystem">
<msg time="2026-04-30T01:45:09.914085" 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-30T01:45:09.913535" elapsed="0.000642"/>
</kw>
<kw name="Evaluate" owner="BuiltIn">
<msg time="2026-04-30T01:45:09.915054" 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-30T01:45:09.914445" elapsed="0.000640"/>
</kw>
<kw name="Set Suite Variable" owner="BuiltIn">
<msg time="2026-04-30T01:45:09.915620" 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-30T01:45:09.915254" elapsed="0.000408"/>
</kw>
<kw name="Evaluate" owner="BuiltIn">
<msg time="2026-04-30T01:45:09.916177" 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-30T01:45:09.915808" elapsed="0.000395"/>
</kw>
<kw name="Set Suite Variable" owner="BuiltIn">
<msg time="2026-04-30T01:45:09.916684" 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-30T01:45:09.916376" elapsed="0.000349"/>
</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-30T01:45:09.917040" elapsed="0.000022"/>
</kw>
<status status="NOT RUN" start="2026-04-30T01:45:09.916817" elapsed="0.000278"/>
</branch>
<branch type="ELSE">
<kw name="Verify File Exists On Remote System" owner="Utils">
<kw name="Open Connection" owner="SSHLibrary">
<msg time="2026-04-30T01:45:09.921526" 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-30T01:45:09.921097" elapsed="0.000456"/>
</kw>
<kw name="Flexible_SSH_Login" owner="SSHKeywords">
<kw name="Get Length" owner="BuiltIn">
<msg time="2026-04-30T01:45:09.922606" level="INFO">Length is 0.</msg>
<msg time="2026-04-30T01:45:09.922687" 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-30T01:45:09.922096" elapsed="0.000616"/>
</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-30T01:45:09.922883" elapsed="0.000344"/>
</kw>
<kw name="Run Keyword And Return" owner="BuiltIn">
<kw name="Login With Public Key" owner="SSHLibrary">
<msg time="2026-04-30T01:45:09.924260" level="INFO">Logging into '10.30.171.163:22' as 'jenkins'.</msg>
<msg time="2026-04-30T01:45:10.652185" level="INFO">Read output: Welcome to Ubuntu 22.04.5 LTS (GNU/Linux 5.15.0-153-generic x86_64)

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

 System information as of Thu Apr 30 01:45:10 UTC 2026

  System load:  0.12               Processes:             109
  Usage of /:   19.3% of 38.58GB   Users logged in:       0
  Memory usage: 4%                 IPv4 address for ens3: 10.30.171.163
  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-705-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-30T01:45:09.923748" elapsed="0.728610"/>
</kw>
<msg time="2026-04-30T01:45:10.652454" 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-30T01:45:09.923399" elapsed="0.729146"/>
</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-30T01:45:09.921756" elapsed="0.730912"/>
</kw>
<kw name="File Should Exist" owner="SSHLibrary">
<msg time="2026-04-30T01:45:10.661382" 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-30T01:45:10.652888" elapsed="0.010710"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-04-30T01:45:10.663983" elapsed="0.000615"/>
</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-30T01:45:09.920561" elapsed="0.744174"/>
</kw>
<status status="PASS" start="2026-04-30T01:45:09.917168" elapsed="0.747649"/>
</branch>
<status status="PASS" start="2026-04-30T01:45:09.916790" elapsed="0.748094"/>
</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-30T01:45:10.665217" elapsed="0.001055"/>
</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-30T01:45:10.674283" elapsed="0.000025"/>
</return>
<status status="NOT RUN" start="2026-04-30T01:45:10.674112" elapsed="0.000267"/>
</branch>
<status status="PASS" start="2026-04-30T01:45:10.674077" elapsed="0.000357"/>
</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-30T01:45:10.679469" elapsed="0.000019"/>
</return>
<status status="NOT RUN" start="2026-04-30T01:45:10.679287" elapsed="0.000246"/>
</branch>
<status status="PASS" start="2026-04-30T01:45:10.679261" elapsed="0.000302"/>
</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-30T01:45:10.679746" elapsed="0.000633"/>
</kw>
<kw name="Login" owner="SSHLibrary">
<msg time="2026-04-30T01:45:10.680946" level="INFO">Logging into '10.30.170.102:8101' as 'karaf'.</msg>
<msg time="2026-04-30T01:45:10.897530" 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-30T01:45:10.680584" elapsed="0.217033"/>
</kw>
<kw name="Write" owner="SSHLibrary">
<msg time="2026-04-30T01:45:10.999512" 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-30T01:45:10.897773" elapsed="0.101896"/>
</kw>
<kw name="Read Until Regexp" owner="SSHLibrary">
<msg time="2026-04-30T01:45:11.009777" 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-30T01:45:11.009977" 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-30T01:45:10.999945" elapsed="0.010064"/>
</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-30T01:45:11.010154" elapsed="0.000288"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-04-30T01:45:11.010590" elapsed="0.000204"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-30T01:45:11.011249" 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-30T01:45:11.010929" elapsed="0.000374"/>
</kw>
<return>
<value>${output}</value>
<status status="PASS" start="2026-04-30T01:45:11.011382" elapsed="0.000058"/>
</return>
<msg time="2026-04-30T01:45:11.011594" 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.170.102
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-30T01:45:10.678791" elapsed="0.332835"/>
</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-30T01:45:11.011771" elapsed="0.000525"/>
</kw>
<return>
<value>${output}</value>
<status status="PASS" start="2026-04-30T01:45:11.012368" elapsed="0.000031"/>
</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-30T01:45:10.673673" elapsed="0.338825"/>
</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-30T01:45:11.016271" elapsed="0.000015"/>
</return>
<status status="NOT RUN" start="2026-04-30T01:45:11.016131" elapsed="0.000186"/>
</branch>
<status status="PASS" start="2026-04-30T01:45:11.016107" elapsed="0.000254"/>
</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-30T01:45:11.016492" elapsed="0.000462"/>
</kw>
<kw name="Login" owner="SSHLibrary">
<msg time="2026-04-30T01:45:11.017386" level="INFO">Logging into '10.30.170.102:8101' as 'karaf'.</msg>
<msg time="2026-04-30T01:45:11.189203" 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-30T01:45:11.017098" elapsed="0.172271"/>
</kw>
<kw name="Write" owner="SSHLibrary">
<msg time="2026-04-30T01:45:11.219516" 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-30T01:45:11.189620" elapsed="0.029959"/>
</kw>
<kw name="Read Until Regexp" owner="SSHLibrary">
<msg time="2026-04-30T01:45:11.221318" level="INFO">[?1l&gt;[?2004lDropAllFlows transitions to on
[?1h=[90m~[0m                                                                                [?2004hopendaylight-user@root&gt;</msg>
<msg time="2026-04-30T01:45:11.221439" 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-30T01:45:11.219731" elapsed="0.001737"/>
</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-30T01:45:11.221603" elapsed="0.000187"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-04-30T01:45:11.221939" elapsed="0.000231"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-30T01:45:11.222680" 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-30T01:45:11.222346" elapsed="0.000384"/>
</kw>
<return>
<value>${output}</value>
<status status="PASS" start="2026-04-30T01:45:11.222786" elapsed="0.000060"/>
</return>
<arg>dropallpacketsrpc on</arg>
<doc>Will execute the given ${cmd} by ssh'ing to the karaf console running on 10.30.170.102
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-30T01:45:11.015787" elapsed="0.207186"/>
</kw>
<status status="PASS" start="2026-04-30T01:45:08.909902" elapsed="2.313137"/>
</kw>
<test id="s1-t1" name="Cbench Latency Test" line="37">
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-30T01:45:11.225394" 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-30T01:45:11.224214" elapsed="0.001244"/>
</kw>
<kw name="Run Cbench And Log Results">
<kw name="Set Suite Variable" owner="BuiltIn">
<msg time="2026-04-30T01:45:11.226936" 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-30T01:45:11.226584" elapsed="0.000394"/>
</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-30T01:45:11.227310" elapsed="0.000042"/>
</kw>
<status status="NOT RUN" start="2026-04-30T01:45:11.227063" elapsed="0.000326"/>
</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-30T01:45:11.230411" elapsed="0.000022"/>
</kw>
<status status="NOT RUN" start="2026-04-30T01:45:11.230147" elapsed="0.000320"/>
</branch>
<status status="PASS" start="2026-04-30T01:45:11.230107" elapsed="0.000385"/>
</if>
<kw name="Get Connection" owner="SSHLibrary">
<msg time="2026-04-30T01:45:11.230826" 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-30T01:45:11.230947" 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-30T01:45:11.230623" elapsed="0.000350"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-30T01:45:11.231546" level="INFO">Attempting to execute command "/usr/local/bin/cbench -c 10.30.170.102 -m 60000 -M 100 -S 16 -l 10 -D 5000 -p 6633" on remote system "10.30.171.163" 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-30T01:45:11.231106" elapsed="0.000499"/>
</kw>
<kw name="Open Connection" owner="SSHLibrary">
<msg time="2026-04-30T01:45:11.232217" 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-30T01:45:11.231743" elapsed="0.000500"/>
</kw>
<kw name="Flexible_SSH_Login" owner="SSHKeywords">
<kw name="Get Length" owner="BuiltIn">
<msg time="2026-04-30T01:45:11.233169" level="INFO">Length is 0.</msg>
<msg time="2026-04-30T01:45:11.233260" 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-30T01:45:11.232836" elapsed="0.000447"/>
</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-30T01:45:11.233442" elapsed="0.000332"/>
</kw>
<kw name="Run Keyword And Return" owner="BuiltIn">
<kw name="Login With Public Key" owner="SSHLibrary">
<msg time="2026-04-30T01:45:11.234672" level="INFO">Logging into '10.30.171.163:22' as 'jenkins'.</msg>
<msg time="2026-04-30T01:45:11.583656" level="INFO">Read output: Welcome to Ubuntu 22.04.5 LTS (GNU/Linux 5.15.0-153-generic x86_64)

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

 System information as of Thu Apr 30 01:45:10 UTC 2026

  System load:  0.12               Processes:             109
  Usage of /:   19.3% of 38.58GB   Users logged in:       0
  Memory usage: 4%                 IPv4 address for ens3: 10.30.171.163
  Swap usage:   0%


Expanded Security Maintenance for Applications is not enabled.

0 updates can be applied immediately.

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


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


Last login: Thu Apr 30 01:45:10 2026 from 10.30.171.12
[?2004h[jenkins@releng-48317-705-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-30T01:45:11.234298" elapsed="0.349535"/>
</kw>
<msg time="2026-04-30T01:45:11.583916" 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-30T01:45:11.233925" elapsed="0.350075"/>
</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-30T01:45:11.232461" elapsed="0.351664"/>
</kw>
<kw name="Execute Command" owner="SSHLibrary">
<msg time="2026-04-30T01:45:11.584972" level="INFO">Executing command '/usr/local/bin/cbench -c 10.30.170.102 -m 60000 -M 100 -S 16 -l 10 -D 5000 -p 6633'.</msg>
<msg time="2026-04-30T01:55:17.706010" level="INFO">Command exited with return code 0.</msg>
<msg time="2026-04-30T01:55:17.706616" level="INFO">${stdout} = </msg>
<msg time="2026-04-30T01:55:17.706722" level="INFO">${stderr} = cbench: controller benchmarking tool
   running in mode 'latency'
   connecting to controller at 10.30.170.102: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-30T01:45:11.584355" elapsed="606.122435"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-04-30T01:55:17.707219" elapsed="0.000757"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-30T01:55:17.709102" level="INFO">cbench: controller benchmarking tool
   running in mode 'latency'
   connecting to controller at 10.30.170.102:6633 
   faking 16 switches with 1 threads :: 10 tests each; 60000 ms per test
   with 100 unique source MACs per switch
   learning destination mac addresses before the test
   starting test with 5000 ms delay after features_reply
   ignoring first 1 "warmup" and last 0 "cooldown" loops
   debugging info is off
Master Thread: Creating thread-0! 
Thread-0: All switches initialized. Running at node 10.30.170.102. So far 1 cbench instances have initialized their switches.  Waiting for other cbench-instances
Thread-0: Total switches from ALL cbench-instances initialized.
01:46:16.807 16  switches: flows:  109543 105810 101805 105085 106752 106288 103417 104232 105411 105497 103686 106918 103640 103647 101508 102776  total = 27.933583 per ms 
01:47:16.909 16  switches: flows:  112839 114203 109483 109612 114478 111155 114682 113252 110091 113286 111748 113413 110416 110950 112038 109283  total = 29.798544 per ms 
01:48:17.009 16  switches: flows:  114238 113138 110613 110103 114358 111350 113367 114823 111510 110555 113169 112694 110136 110776 109807 109287  total = 29.782347 per ms 
01:49:17.109 16  switches: flows:  114091 113999 110979 109827 116581 113142 115750 115843 111665 110115 113455 113446 110548 111930 110903 111052  total = 30.005310 per ms 
01:50:17.209 16  switches: flows:  116842 115674 112143 112497 117457 116054 114976 116542 115186 112720 114272 115564 112724 113586 112019 111590  total = 30.446647 per ms 
01:51:17.309 16  switches: flows:  113535 114383 109141 110381 113186 111634 114901 114650 111916 111342 111996 113263 109748 110950 110102 110423  total = 29.809418 per ms 
01:52:17.410 16  switches: flows:  117134 116003 112116 112276 115956 115118 115553 116196 115464 112052 114154 114866 111059 113644 111717 111045  total = 30.355198 per ms 
01:53:17.510 16  switches: flows:  115706 115847 111552 112339 117878 116395 116931 116658 115364 113063 114337 114958 111940 114710 111293 112444  total = 30.472726 per ms 
01:54:17.610 16  switches: flows:  118977 118187 113014 113813 118535 116565 118654 117137 117213 115355 115326 116821 113447 116732 114511 113615  total = 30.913406 per ms 
01:55:17.711 16  switches: flows:  124106 123109 118427 118067 124202 121314 123946 122040 122713 118868 119649 121174 119039 121768 120945 118709  total = 32.247400 per ms 
RESULT: 16 switches 9 tests min/max/avg/stdev = 29782.35/32247.40/30425.67/10168.85 responses/s</msg>
<arg>${stderr}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-04-30T01:55:17.708355" elapsed="0.001052"/>
</kw>
<if>
<branch type="IF" condition="&quot;${return_stdout}&quot;!=&quot;True&quot;">
<return>
<value>${stderr}</value>
<status status="PASS" start="2026-04-30T01:55:17.709927" elapsed="0.000080"/>
</return>
<status status="PASS" start="2026-04-30T01:55:17.709605" elapsed="0.000481"/>
</branch>
<status status="PASS" start="2026-04-30T01:55:17.709551" elapsed="0.000590"/>
</if>
<if>
<branch type="IF" condition="&quot;${return_stderr}&quot;!=&quot;True&quot;">
<return>
<value>${stdout}</value>
<status status="NOT RUN" start="2026-04-30T01:55:17.710386" elapsed="0.000031"/>
</return>
<status status="NOT RUN" start="2026-04-30T01:55:17.710270" elapsed="0.000210"/>
</branch>
<status status="NOT RUN" start="2026-04-30T01:55:17.710234" elapsed="0.000293"/>
</if>
<return>
<value>${stdout}</value>
<value>${stderr}</value>
<status status="NOT RUN" start="2026-04-30T01:55:17.710600" 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-30T01:55:17.715313" elapsed="0.000354"/>
</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-30T01:55:17.715813" elapsed="0.000174"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-04-30T01:55:17.716116" elapsed="0.000099"/>
</kw>
<arg>${current_ssh_connection.index}</arg>
<doc>Restore active SSH connection in SSHLibrary to given index.</doc>
<status status="PASS" start="2026-04-30T01:55:17.711276" elapsed="0.004991"/>
</kw>
<msg time="2026-04-30T01:55:17.716413" level="INFO">${output} = cbench: controller benchmarking tool
   running in mode 'latency'
   connecting to controller at 10.30.170.102: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-30T01:45:11.227744" elapsed="606.488696"/>
</kw>
<status status="PASS" start="2026-04-30T01:45:11.227418" elapsed="606.489070"/>
</branch>
<status status="PASS" start="2026-04-30T01:45:11.227039" elapsed="606.489472"/>
</if>
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-30T01:55:17.716944" level="INFO">cbench: controller benchmarking tool
   running in mode 'latency'
   connecting to controller at 10.30.170.102:6633 
   faking 16 switches with 1 threads :: 10 tests each; 60000 ms per test
   with 100 unique source MACs per switch
   learning destination mac addresses before the test
   starting test with 5000 ms delay after features_reply
   ignoring first 1 "warmup" and last 0 "cooldown" loops
   debugging info is off
Master Thread: Creating thread-0! 
Thread-0: All switches initialized. Running at node 10.30.170.102. So far 1 cbench instances have initialized their switches.  Waiting for other cbench-instances
Thread-0: Total switches from ALL cbench-instances initialized.
01:46:16.807 16  switches: flows:  109543 105810 101805 105085 106752 106288 103417 104232 105411 105497 103686 106918 103640 103647 101508 102776  total = 27.933583 per ms 
01:47:16.909 16  switches: flows:  112839 114203 109483 109612 114478 111155 114682 113252 110091 113286 111748 113413 110416 110950 112038 109283  total = 29.798544 per ms 
01:48:17.009 16  switches: flows:  114238 113138 110613 110103 114358 111350 113367 114823 111510 110555 113169 112694 110136 110776 109807 109287  total = 29.782347 per ms 
01:49:17.109 16  switches: flows:  114091 113999 110979 109827 116581 113142 115750 115843 111665 110115 113455 113446 110548 111930 110903 111052  total = 30.005310 per ms 
01:50:17.209 16  switches: flows:  116842 115674 112143 112497 117457 116054 114976 116542 115186 112720 114272 115564 112724 113586 112019 111590  total = 30.446647 per ms 
01:51:17.309 16  switches: flows:  113535 114383 109141 110381 113186 111634 114901 114650 111916 111342 111996 113263 109748 110950 110102 110423  total = 29.809418 per ms 
01:52:17.410 16  switches: flows:  117134 116003 112116 112276 115956 115118 115553 116196 115464 112052 114154 114866 111059 113644 111717 111045  total = 30.355198 per ms 
01:53:17.510 16  switches: flows:  115706 115847 111552 112339 117878 116395 116931 116658 115364 113063 114337 114958 111940 114710 111293 112444  total = 30.472726 per ms 
01:54:17.610 16  switches: flows:  118977 118187 113014 113813 118535 116565 118654 117137 117213 115355 115326 116821 113447 116732 114511 113615  total = 30.913406 per ms 
01:55:17.711 16  switches: flows:  124106 123109 118427 118067 124202 121314 123946 122040 122713 118868 119649 121174 119039 121768 120945 118709  total = 32.247400 per ms 
RESULT: 16 switches 9 tests min/max/avg/stdev = 29782.35/32247.40/30425.67/10168.85 responses/s</msg>
<arg>${output}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-04-30T01:55:17.716655" elapsed="0.000362"/>
</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-30T01:55:17.717162" elapsed="0.000382"/>
</kw>
<kw name="Get Lines Containing String" owner="String">
<msg time="2026-04-30T01:55:17.717969" level="INFO">1 out of 23 lines matched.</msg>
<msg time="2026-04-30T01:55:17.718060" level="INFO">${result_line} = RESULT: 16 switches 9 tests min/max/avg/stdev = 29782.35/32247.40/30425.67/10168.85 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-30T01:55:17.717701" elapsed="0.000384"/>
</kw>
<kw name="Split String" owner="String">
<msg time="2026-04-30T01:55:17.718508" level="INFO">@{results_list} = [ RESULT: | 16 | switches | 9 | tests | min/max/avg/stdev | = | 29782.35/32247.40/30425.67/10168.85 | 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-30T01:55:17.718236" elapsed="0.000299"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-30T01:55:17.720873" 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-30T01:55:17.718677" elapsed="0.002252"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-30T01:55:17.723279" level="INFO">29782.35/32247.40/30425.67/10168.85</msg>
<arg>${results_list[7]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-04-30T01:55:17.721074" elapsed="0.002277"/>
</kw>
<kw name="Split String" owner="String">
<msg time="2026-04-30T01:55:17.725667" 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-30T01:55:17.723501" elapsed="0.002194"/>
</kw>
<kw name="Split String" owner="String">
<msg time="2026-04-30T01:55:17.728102" level="INFO">@{result_value_list} = [ 29782.35 | 32247.40 | 30425.67 | 10168.85 ]</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-30T01:55:17.725913" elapsed="0.002217"/>
</kw>
<kw name="Get Length" owner="BuiltIn">
<msg time="2026-04-30T01:55:17.728608" level="INFO">Length is 4.</msg>
<msg time="2026-04-30T01:55:17.728696" 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-30T01:55:17.728283" elapsed="0.000438"/>
</kw>
<for flavor="IN RANGE">
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-30T01:55:17.733382" level="INFO">min :: 29782.35</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-30T01:55:17.729101" elapsed="0.004338"/>
</kw>
<var name="${i}">0</var>
<status status="PASS" start="2026-04-30T01:55:17.728973" elapsed="0.004501"/>
</iter>
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-30T01:55:17.737977" level="INFO">max :: 32247.40</msg>
<arg>${result_name_list[${i}]} :: ${result_value_list[${i}]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-04-30T01:55:17.733693" elapsed="0.004340"/>
</kw>
<var name="${i}">1</var>
<status status="PASS" start="2026-04-30T01:55:17.733566" elapsed="0.004502"/>
</iter>
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-30T01:55:17.742502" level="INFO">avg :: 30425.67</msg>
<arg>${result_name_list[${i}]} :: ${result_value_list[${i}]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-04-30T01:55:17.738282" elapsed="0.004275"/>
</kw>
<var name="${i}">2</var>
<status status="PASS" start="2026-04-30T01:55:17.738156" elapsed="0.004435"/>
</iter>
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-30T01:55:17.747035" level="INFO">stdev :: 10168.85</msg>
<arg>${result_name_list[${i}]} :: ${result_value_list[${i}]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-04-30T01:55:17.742807" elapsed="0.004284"/>
</kw>
<var name="${i}">3</var>
<status status="PASS" start="2026-04-30T01:55:17.742681" elapsed="0.004444"/>
</iter>
<var>${i}</var>
<value>0</value>
<value>${num_stats}</value>
<status status="PASS" start="2026-04-30T01:55:17.728787" elapsed="0.018372"/>
</for>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-04-30T01:55:17.751037" level="INFO">${min} = 29782.35</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-30T01:55:17.747315" elapsed="0.003749"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-04-30T01:55:17.754879" level="INFO">${max} = 32247.40</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-30T01:55:17.751216" elapsed="0.003690"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-04-30T01:55:17.758917" level="INFO">${average} = 30425.67</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-30T01:55:17.755054" elapsed="0.003889"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-04-30T01:55:17.762770" level="INFO">${stdev} = 10168.85</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-30T01:55:17.759093" elapsed="0.003703"/>
</kw>
<kw name="Get Time" owner="BuiltIn">
<msg time="2026-04-30T01:55:17.763486" level="INFO">${date} = 2026-04-30 01:55:17</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-30T01:55:17.762951" elapsed="0.000561"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-30T01:55:17.764072" level="INFO">CBench Result: 2026-04-30 01:55:17,-m 60000 -M 100 -S 16 -l 10 -D 5000 -p 6633,29782.35,32247.40,30425.67,10168.85</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-30T01:55:17.763662" elapsed="0.000464"/>
</kw>
<kw name="Log Results And Determine Status">
<kw name="Append To File" owner="OperatingSystem">
<msg time="2026-04-30T01:55:17.765161" 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-30T01:55:17.764765" elapsed="0.000461"/>
</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-30T01:55:17.765393" elapsed="0.000501"/>
</kw>
<arg>${min}</arg>
<arg>${max}</arg>
<arg>${average}</arg>
<arg>${average_threshold}</arg>
<arg>${output_filename}</arg>
<status status="PASS" start="2026-04-30T01:55:17.764271" elapsed="0.001688"/>
</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-30T01:45:11.225910" elapsed="606.540110"/>
</kw>
<kw name="Sleep" owner="BuiltIn">
<msg time="2026-04-30T01:55:17.766506" 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-30T01:55:17.766173" elapsed="0.000388"/>
</kw>
<kw name="Log Results As Zero If Cbench Timed Out" type="TEARDOWN">
<kw name="Run Keyword If Timeout Occurred" owner="BuiltIn">
<arg>Log Results And Determine Status</arg>
<arg>0</arg>
<arg>0</arg>
<arg>0</arg>
<arg>0</arg>
<arg>${output_filename}</arg>
<doc>Runs the given keyword if either a test or a keyword timeout has occurred.</doc>
<status status="PASS" start="2026-04-30T01:55:17.767063" elapsed="0.000291"/>
</kw>
<status status="PASS" start="2026-04-30T01:55:17.766771" elapsed="0.000655"/>
</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-30T01:45:11.223208" elapsed="606.544255"/>
</test>
<test id="s1-t2" name="Cbench Throughput Test" line="51">
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-30T01:55:17.768881" 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-30T01:55:17.768502" elapsed="0.000434"/>
</kw>
<kw name="Run Cbench And Log Results">
<kw name="Set Suite Variable" owner="BuiltIn">
<msg time="2026-04-30T01:55:17.770238" 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-30T01:55:17.769909" elapsed="0.000372"/>
</kw>
<if>
<branch type="IF" condition="&quot;${cbench_system}&quot; == &quot;localhost&quot;">
<kw name="Run" owner="OperatingSystem">
<var>${output}</var>
<arg>${cbench_executable} -c ${ODL_SYSTEM_IP} ${cbench_args}</arg>
<doc>_This keyword is considered deprecated. Use the
[http://robotframework.org/robotframework/latest/libraries/Process.html|
Process] library instead._</doc>
<status status="NOT RUN" start="2026-04-30T01:55:17.770640" elapsed="0.000022"/>
</kw>
<status status="NOT RUN" start="2026-04-30T01:55:17.770420" elapsed="0.000279"/>
</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-30T01:55:17.773564" elapsed="0.000021"/>
</kw>
<status status="NOT RUN" start="2026-04-30T01:55:17.773306" elapsed="0.000314"/>
</branch>
<status status="PASS" start="2026-04-30T01:55:17.773288" elapsed="0.000355"/>
</if>
<kw name="Get Connection" owner="SSHLibrary">
<msg time="2026-04-30T01:55:17.773991" 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-30T01:55:17.774109" 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-30T01:55:17.773785" elapsed="0.000351"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-30T01:55:17.774703" level="INFO">Attempting to execute command "/usr/local/bin/cbench -c 10.30.170.102 -t -m 60000 -M 100 -S 16 -l 10 -D 5000 -p 6633" on remote system "10.30.171.163" 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-30T01:55:17.774266" elapsed="0.000493"/>
</kw>
<kw name="Open Connection" owner="SSHLibrary">
<msg time="2026-04-30T01:55:17.775286" 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-30T01:55:17.774895" elapsed="0.000418"/>
</kw>
<kw name="Flexible_SSH_Login" owner="SSHKeywords">
<kw name="Get Length" owner="BuiltIn">
<msg time="2026-04-30T01:55:17.776204" level="INFO">Length is 0.</msg>
<msg time="2026-04-30T01:55:17.776290" 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-30T01:55:17.775897" elapsed="0.000417"/>
</kw>
<kw name="Run Keyword And Return If" owner="BuiltIn">
<arg>${pwd_length} &gt; 0</arg>
<arg>SSHLibrary.Login</arg>
<arg>${user}</arg>
<arg>${password}</arg>
<arg>delay=${delay}</arg>
<doc>Runs the specified keyword and returns from the enclosing user keyword.</doc>
<status status="PASS" start="2026-04-30T01:55:17.776469" elapsed="0.000331"/>
</kw>
<kw name="Run Keyword And Return" owner="BuiltIn">
<kw name="Login With Public Key" owner="SSHLibrary">
<msg time="2026-04-30T01:55:17.777646" level="INFO">Logging into '10.30.171.163:22' as 'jenkins'.</msg>
<msg time="2026-04-30T01:55:18.371724" level="INFO">Read output: Welcome to Ubuntu 22.04.5 LTS (GNU/Linux 5.15.0-153-generic x86_64)

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

 System information as of Thu Apr 30 01:55:17 UTC 2026

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


Expanded Security Maintenance for Applications is not enabled.

0 updates can be applied immediately.

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


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


Last login: Thu Apr 30 01:45:11 2026 from 10.30.171.12
[?2004h[jenkins@releng-48317-705-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-30T01:55:17.777281" elapsed="0.594619"/>
</kw>
<msg time="2026-04-30T01:55:18.371985" 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-30T01:55:17.776948" elapsed="0.595120"/>
</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-30T01:55:17.775527" elapsed="0.596655"/>
</kw>
<kw name="Execute Command" owner="SSHLibrary">
<msg time="2026-04-30T01:55:18.372712" level="INFO">Executing command '/usr/local/bin/cbench -c 10.30.170.102 -t -m 60000 -M 100 -S 16 -l 10 -D 5000 -p 6633'.</msg>
<msg time="2026-04-30T02:05:24.478462" level="INFO">Command exited with return code 0.</msg>
<msg time="2026-04-30T02:05:24.479067" level="INFO">${stdout} = </msg>
<msg time="2026-04-30T02:05:24.479172" level="INFO">${stderr} = cbench: controller benchmarking tool
   running in mode 'throughput'
   connecting to controller at 10.30.170.102: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-30T01:55:18.372414" elapsed="606.106825"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-04-30T02:05:24.479724" elapsed="0.000747"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-30T02:05:24.481615" level="INFO">cbench: controller benchmarking tool
   running in mode 'throughput'
   connecting to controller at 10.30.170.102:6633 
   faking 16 switches with 1 threads :: 10 tests each; 60000 ms per test
   with 100 unique source MACs per switch
   learning destination mac addresses before the test
   starting test with 5000 ms delay after features_reply
   ignoring first 1 "warmup" and last 0 "cooldown" loops
   debugging info is off
Master Thread: Creating thread-0! 
Thread-0: All switches initialized. Running at node 10.30.170.102. 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:23.547 16  switches: flows:  464768 457686 469036 457612 458181 453609 467311 457539 438026 440291 451216 447946 436085 425449 438858 457785  total = 120.356633 per ms 
01:57:23.650 16  switches: flows:  486611 487459 487320 479857 483040 487344 485939 487956 487127 486896 482473 483814 484117 482732 480192 489273  total = 129.151667 per ms 
01:58:23.752 16  switches: flows:  491790 485591 488737 494328 492472 483605 503684 493961 490742 495422 495444 492096 490690 493590 486837 489678  total = 130.922652 per ms 
01:59:23.854 16  switches: flows:  533360 535482 536684 540924 533350 535140 536596 536886 534657 535269 534662 529136 534111 534439 533445 536766  total = 142.442651 per ms 
02:00:23.959 16  switches: flows:  506678 492776 505285 501509 496531 505521 498231 509360 508223 503907 503284 500075 497896 500496 516945 505432  total = 133.970255 per ms 
02:01:24.060 16  switches: flows:  527729 511330 518766 522544 511935 524406 507695 504468 520022 523862 525273 521392 526917 512700 522871 525748  total = 138.227912 per ms 
02:02:24.162 16  switches: flows:  527801 536365 533705 532067 533080 531052 536226 532334 527882 527411 528836 530226 529443 526673 530978 528281  total = 141.298798 per ms 
02:03:24.263 16  switches: flows:  502272 487717 496558 494823 492286 483727 480536 487462 489231 481098 480910 484697 491909 492449 492940 491344  total = 130.280062 per ms 
02:04:24.365 16  switches: flows:  456841 461975 460136 463579 459596 459254 455605 466069 466188 464249 458689 458034 460557 465902 462214 457324  total = 122.729709 per ms 
02:05:24.467 16  switches: flows:  478154 477863 476457 474529 478264 478931 470925 476857 472413 473768 478550 481529 473314 480916 481669 472751  total = 126.899673 per ms 
RESULT: 16 switches 9 tests min/max/avg/stdev = 122729.71/142442.65/132880.38/44736.99 responses/s</msg>
<arg>${stderr}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-04-30T02:05:24.480823" elapsed="0.001098"/>
</kw>
<if>
<branch type="IF" condition="&quot;${return_stdout}&quot;!=&quot;True&quot;">
<return>
<value>${stderr}</value>
<status status="PASS" start="2026-04-30T02:05:24.482491" elapsed="0.000080"/>
</return>
<status status="PASS" start="2026-04-30T02:05:24.482135" elapsed="0.000517"/>
</branch>
<status status="PASS" start="2026-04-30T02:05:24.482065" elapsed="0.000643"/>
</if>
<if>
<branch type="IF" condition="&quot;${return_stderr}&quot;!=&quot;True&quot;">
<return>
<value>${stdout}</value>
<status status="NOT RUN" start="2026-04-30T02:05:24.482917" elapsed="0.000028"/>
</return>
<status status="NOT RUN" start="2026-04-30T02:05:24.482836" elapsed="0.000171"/>
</branch>
<status status="NOT RUN" start="2026-04-30T02:05:24.482800" elapsed="0.000254"/>
</if>
<return>
<value>${stdout}</value>
<value>${stderr}</value>
<status status="NOT RUN" start="2026-04-30T02:05:24.483122" 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-30T02:05:24.487247" elapsed="0.000496"/>
</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-30T02:05:24.487955" elapsed="0.000230"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-04-30T02:05:24.488403" elapsed="0.000144"/>
</kw>
<arg>${current_ssh_connection.index}</arg>
<doc>Restore active SSH connection in SSHLibrary to given index.</doc>
<status status="PASS" start="2026-04-30T02:05:24.483844" elapsed="0.004775"/>
</kw>
<msg time="2026-04-30T02:05:24.488794" level="INFO">${output} = cbench: controller benchmarking tool
   running in mode 'throughput'
   connecting to controller at 10.30.170.102: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-30T01:55:17.771036" elapsed="606.717802"/>
</kw>
<status status="PASS" start="2026-04-30T01:55:17.770725" elapsed="606.718182"/>
</branch>
<status status="PASS" start="2026-04-30T01:55:17.770398" elapsed="606.718541"/>
</if>
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-30T02:05:24.489557" level="INFO">cbench: controller benchmarking tool
   running in mode 'throughput'
   connecting to controller at 10.30.170.102:6633 
   faking 16 switches with 1 threads :: 10 tests each; 60000 ms per test
   with 100 unique source MACs per switch
   learning destination mac addresses before the test
   starting test with 5000 ms delay after features_reply
   ignoring first 1 "warmup" and last 0 "cooldown" loops
   debugging info is off
Master Thread: Creating thread-0! 
Thread-0: All switches initialized. Running at node 10.30.170.102. 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:23.547 16  switches: flows:  464768 457686 469036 457612 458181 453609 467311 457539 438026 440291 451216 447946 436085 425449 438858 457785  total = 120.356633 per ms 
01:57:23.650 16  switches: flows:  486611 487459 487320 479857 483040 487344 485939 487956 487127 486896 482473 483814 484117 482732 480192 489273  total = 129.151667 per ms 
01:58:23.752 16  switches: flows:  491790 485591 488737 494328 492472 483605 503684 493961 490742 495422 495444 492096 490690 493590 486837 489678  total = 130.922652 per ms 
01:59:23.854 16  switches: flows:  533360 535482 536684 540924 533350 535140 536596 536886 534657 535269 534662 529136 534111 534439 533445 536766  total = 142.442651 per ms 
02:00:23.959 16  switches: flows:  506678 492776 505285 501509 496531 505521 498231 509360 508223 503907 503284 500075 497896 500496 516945 505432  total = 133.970255 per ms 
02:01:24.060 16  switches: flows:  527729 511330 518766 522544 511935 524406 507695 504468 520022 523862 525273 521392 526917 512700 522871 525748  total = 138.227912 per ms 
02:02:24.162 16  switches: flows:  527801 536365 533705 532067 533080 531052 536226 532334 527882 527411 528836 530226 529443 526673 530978 528281  total = 141.298798 per ms 
02:03:24.263 16  switches: flows:  502272 487717 496558 494823 492286 483727 480536 487462 489231 481098 480910 484697 491909 492449 492940 491344  total = 130.280062 per ms 
02:04:24.365 16  switches: flows:  456841 461975 460136 463579 459596 459254 455605 466069 466188 464249 458689 458034 460557 465902 462214 457324  total = 122.729709 per ms 
02:05:24.467 16  switches: flows:  478154 477863 476457 474529 478264 478931 470925 476857 472413 473768 478550 481529 473314 480916 481669 472751  total = 126.899673 per ms 
RESULT: 16 switches 9 tests min/max/avg/stdev = 122729.71/142442.65/132880.38/44736.99 responses/s</msg>
<arg>${output}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-04-30T02:05:24.489129" elapsed="0.000531"/>
</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-30T02:05:24.489864" elapsed="0.000533"/>
</kw>
<kw name="Get Lines Containing String" owner="String">
<msg time="2026-04-30T02:05:24.490915" level="INFO">1 out of 23 lines matched.</msg>
<msg time="2026-04-30T02:05:24.491039" level="INFO">${result_line} = RESULT: 16 switches 9 tests min/max/avg/stdev = 122729.71/142442.65/132880.38/44736.99 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-30T02:05:24.490617" elapsed="0.000456"/>
</kw>
<kw name="Split String" owner="String">
<msg time="2026-04-30T02:05:24.491654" level="INFO">@{results_list} = [ RESULT: | 16 | switches | 9 | tests | min/max/avg/stdev | = | 122729.71/142442.65/132880.38/44736.99 | 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-30T02:05:24.491280" elapsed="0.000411"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-30T02:05:24.494439" 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-30T02:05:24.491889" elapsed="0.002605"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-30T02:05:24.496812" level="INFO">122729.71/142442.65/132880.38/44736.99</msg>
<arg>${results_list[7]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-04-30T02:05:24.494637" elapsed="0.002230"/>
</kw>
<kw name="Split String" owner="String">
<msg time="2026-04-30T02:05:24.499183" 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-30T02:05:24.497011" elapsed="0.002198"/>
</kw>
<kw name="Split String" owner="String">
<msg time="2026-04-30T02:05:24.501619" level="INFO">@{result_value_list} = [ 122729.71 | 142442.65 | 132880.38 | 44736.99 ]</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-30T02:05:24.499410" elapsed="0.002236"/>
</kw>
<kw name="Get Length" owner="BuiltIn">
<msg time="2026-04-30T02:05:24.502098" level="INFO">Length is 4.</msg>
<msg time="2026-04-30T02:05:24.502184" 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-30T02:05:24.501796" elapsed="0.000411"/>
</kw>
<for flavor="IN RANGE">
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-30T02:05:24.506998" level="INFO">min :: 122729.71</msg>
<arg>${result_name_list[${i}]} :: ${result_value_list[${i}]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-04-30T02:05:24.502608" elapsed="0.004446"/>
</kw>
<var name="${i}">0</var>
<status status="PASS" start="2026-04-30T02:05:24.502482" elapsed="0.004607"/>
</iter>
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-30T02:05:24.511575" level="INFO">max :: 142442.65</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-30T02:05:24.507304" elapsed="0.004327"/>
</kw>
<var name="${i}">1</var>
<status status="PASS" start="2026-04-30T02:05:24.507179" elapsed="0.004487"/>
</iter>
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-30T02:05:24.516108" level="INFO">avg :: 132880.38</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-30T02:05:24.511878" elapsed="0.004285"/>
</kw>
<var name="${i}">2</var>
<status status="PASS" start="2026-04-30T02:05:24.511754" elapsed="0.004444"/>
</iter>
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-30T02:05:24.520806" level="INFO">stdev :: 44736.99</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-30T02:05:24.516432" elapsed="0.004429"/>
</kw>
<var name="${i}">3</var>
<status status="PASS" start="2026-04-30T02:05:24.516284" elapsed="0.004612"/>
</iter>
<var>${i}</var>
<value>0</value>
<value>${num_stats}</value>
<status status="PASS" start="2026-04-30T02:05:24.502279" elapsed="0.018651"/>
</for>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-04-30T02:05:24.525129" level="INFO">${min} = 122729.71</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-30T02:05:24.521086" elapsed="0.004070"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-04-30T02:05:24.529031" level="INFO">${max} = 142442.65</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-30T02:05:24.525311" elapsed="0.003747"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-04-30T02:05:24.532924" level="INFO">${average} = 132880.38</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-30T02:05:24.529207" elapsed="0.003743"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-04-30T02:05:24.536761" level="INFO">${stdev} = 44736.99</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-30T02:05:24.533099" elapsed="0.003688"/>
</kw>
<kw name="Get Time" owner="BuiltIn">
<msg time="2026-04-30T02:05:24.537311" level="INFO">${date} = 2026-04-30 02:05:24</msg>
<var>${date}</var>
<arg>d,m,s</arg>
<doc>Returns the given time in the requested format.</doc>
<status status="PASS" start="2026-04-30T02:05:24.536966" elapsed="0.000389"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-30T02:05:24.537902" level="INFO">CBench Result: 2026-04-30 02:05:24,-t -m 60000 -M 100 -S 16 -l 10 -D 5000 -p 6633,122729.71,142442.65,132880.38,44736.99</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-30T02:05:24.537502" elapsed="0.000454"/>
</kw>
<kw name="Log Results And Determine Status">
<kw name="Append To File" owner="OperatingSystem">
<msg time="2026-04-30T02:05:24.538970" 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-30T02:05:24.538568" elapsed="0.000467"/>
</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-30T02:05:24.539183" elapsed="0.000468"/>
</kw>
<arg>${min}</arg>
<arg>${max}</arg>
<arg>${average}</arg>
<arg>${average_threshold}</arg>
<arg>${output_filename}</arg>
<status status="PASS" start="2026-04-30T02:05:24.538091" elapsed="0.001624"/>
</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-30T01:55:17.769244" elapsed="606.770530"/>
</kw>
<kw name="Sleep" owner="BuiltIn">
<msg time="2026-04-30T02:05:24.540246" 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-30T02:05:24.539922" elapsed="0.000382"/>
</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-30T02:05:24.540820" elapsed="0.000299"/>
</kw>
<status status="PASS" start="2026-04-30T02:05:24.540529" elapsed="0.000660"/>
</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-30T01:55:17.767928" elapsed="606.773299"/>
</test>
<test id="s1-t3" name="Rerun Latency Test To Check Bug 6176" line="65">
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-30T02:05:24.542620" 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-30T02:05:24.542216" elapsed="0.000458"/>
</kw>
<kw name="Run Cbench And Log Results">
<kw name="Set Suite Variable" owner="BuiltIn">
<msg time="2026-04-30T02:05:24.543861" 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-30T02:05:24.543538" elapsed="0.000364"/>
</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-30T02:05:24.544221" elapsed="0.000021"/>
</kw>
<status status="NOT RUN" start="2026-04-30T02:05:24.544008" elapsed="0.000270"/>
</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-30T02:05:24.547358" elapsed="0.000022"/>
</kw>
<status status="NOT RUN" start="2026-04-30T02:05:24.547095" elapsed="0.000320"/>
</branch>
<status status="PASS" start="2026-04-30T02:05:24.547076" elapsed="0.000363"/>
</if>
<kw name="Get Connection" owner="SSHLibrary">
<msg time="2026-04-30T02:05:24.547741" 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-30T02:05:24.547857" 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-30T02:05:24.547567" elapsed="0.000317"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-30T02:05:24.548462" level="INFO">Attempting to execute command "/usr/local/bin/cbench -c 10.30.170.102 -m 60000 -M 100 -S 16 -l 10 -D 5000 -p 6633" on remote system "10.30.171.163" 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-30T02:05:24.548016" elapsed="0.000504"/>
</kw>
<kw name="Open Connection" owner="SSHLibrary">
<msg time="2026-04-30T02:05:24.549081" 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-30T02:05:24.548656" elapsed="0.000451"/>
</kw>
<kw name="Flexible_SSH_Login" owner="SSHKeywords">
<kw name="Get Length" owner="BuiltIn">
<msg time="2026-04-30T02:05:24.549990" level="INFO">Length is 0.</msg>
<msg time="2026-04-30T02:05:24.550077" 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-30T02:05:24.549685" elapsed="0.000415"/>
</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-30T02:05:24.550237" elapsed="0.000338"/>
</kw>
<kw name="Run Keyword And Return" owner="BuiltIn">
<kw name="Login With Public Key" owner="SSHLibrary">
<msg time="2026-04-30T02:05:24.551423" level="INFO">Logging into '10.30.171.163:22' as 'jenkins'.</msg>
<msg time="2026-04-30T02:05:25.128590" level="INFO">Read output: Welcome to Ubuntu 22.04.5 LTS (GNU/Linux 5.15.0-153-generic x86_64)

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

 System information as of Thu Apr 30 02:05:24 UTC 2026

  System load:  0.29               Processes:             104
  Usage of /:   19.3% of 38.58GB   Users logged in:       0
  Memory usage: 4%                 IPv4 address for ens3: 10.30.171.163
  Swap usage:   0%


Expanded Security Maintenance for Applications is not enabled.

0 updates can be applied immediately.

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


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


Last login: Thu Apr 30 01:55:18 2026 from 10.30.171.12
[?2004h[jenkins@releng-48317-705-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-30T02:05:24.551056" elapsed="0.577732"/>
</kw>
<msg time="2026-04-30T02:05:25.128880" 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-30T02:05:24.550722" elapsed="0.578243"/>
</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-30T02:05:24.549301" elapsed="0.579781"/>
</kw>
<kw name="Execute Command" owner="SSHLibrary">
<msg time="2026-04-30T02:05:25.129636" level="INFO">Executing command '/usr/local/bin/cbench -c 10.30.170.102 -m 60000 -M 100 -S 16 -l 10 -D 5000 -p 6633'.</msg>
<msg time="2026-04-30T02:15:31.267307" level="INFO">Command exited with return code 0.</msg>
<msg time="2026-04-30T02:15:31.267949" level="INFO">${stdout} = </msg>
<msg time="2026-04-30T02:15:31.268054" level="INFO">${stderr} = cbench: controller benchmarking tool
   running in mode 'latency'
   connecting to controller at 10.30.170.102: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-30T02:05:25.129306" elapsed="606.138815"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-04-30T02:15:31.268601" elapsed="0.000688"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-30T02:15:31.270497" level="INFO">cbench: controller benchmarking tool
   running in mode 'latency'
   connecting to controller at 10.30.170.102:6633 
   faking 16 switches with 1 threads :: 10 tests each; 60000 ms per test
   with 100 unique source MACs per switch
   learning destination mac addresses before the test
   starting test with 5000 ms delay after features_reply
   ignoring first 1 "warmup" and last 0 "cooldown" loops
   debugging info is off
Master Thread: Creating thread-0! 
Thread-0: All switches initialized. Running at node 10.30.170.102. 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:30.343 16  switches: flows:  122447 122955 121092 120125 120769 117052 119001 120129 122605 116201 119826 116899 118938 118216 119307 118419  total = 31.899683 per ms 
02:07:30.444 16  switches: flows:  117560 116905 115991 117328 114737 113567 113215 115082 114447 110324 112338 112783 114395 113996 114282 113852  total = 30.462469 per ms 
02:08:30.546 16  switches: flows:  115267 113961 113620 112662 110263 110447 111185 111261 111310 107401 109268 110416 111627 112491 111641 110797  total = 29.677408 per ms 
02:09:30.647 16  switches: flows:  113949 112229 112613 110097 110476 108893 111468 108625 110751 107009 108521 107517 111640 111703 109781 110467  total = 29.379922 per ms 
02:10:30.748 16  switches: flows:  113223 112543 111518 111820 109761 106737 111427 108322 108569 106263 107636 107248 110918 110151 110403 110680  total = 29.238171 per ms 
02:11:30.849 16  switches: flows:  116729 114952 113100 113395 111958 110494 113112 111606 112316 109824 108758 110307 112980 112293 113389 112275  total = 29.908207 per ms 
02:12:30.950 16  switches: flows:  113198 112774 110771 109977 110776 111385 112342 109592 109378 109080 110171 111874 110380 111568 107345 109350  total = 29.450198 per ms 
02:13:31.051 16  switches: flows:  113859 111871 112872 112331 112919 114476 113322 112590 111208 108760 111743 112254 112947 113205 108122 111463  total = 29.849212 per ms 
02:14:31.152 16  switches: flows:  120521 118262 117148 116199 117486 117681 120452 116439 116941 115377 115486 118849 116873 114949 115649 116466  total = 31.194243 per ms 
02:15:31.253 16  switches: flows:  115653 113347 111700 110325 112514 113743 116437 110381 111654 110737 111717 113392 112711 111079 110333 111459  total = 29.903051 per ms 
RESULT: 16 switches 9 tests min/max/avg/stdev = 29238.17/31194.24/29895.88/9981.75 responses/s</msg>
<arg>${stderr}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-04-30T02:15:31.269730" elapsed="0.001044"/>
</kw>
<if>
<branch type="IF" condition="&quot;${return_stdout}&quot;!=&quot;True&quot;">
<return>
<value>${stderr}</value>
<status status="PASS" start="2026-04-30T02:15:31.271282" elapsed="0.000112"/>
</return>
<status status="PASS" start="2026-04-30T02:15:31.270974" elapsed="0.000505"/>
</branch>
<status status="PASS" start="2026-04-30T02:15:31.270917" elapsed="0.000619"/>
</if>
<if>
<branch type="IF" condition="&quot;${return_stderr}&quot;!=&quot;True&quot;">
<return>
<value>${stdout}</value>
<status status="NOT RUN" start="2026-04-30T02:15:31.271787" elapsed="0.000032"/>
</return>
<status status="NOT RUN" start="2026-04-30T02:15:31.271664" elapsed="0.000217"/>
</branch>
<status status="NOT RUN" start="2026-04-30T02:15:31.271629" elapsed="0.000300"/>
</if>
<return>
<value>${stdout}</value>
<value>${stderr}</value>
<status status="NOT RUN" start="2026-04-30T02:15:31.271998" elapsed="0.000029"/>
</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-30T02:15:31.277027" elapsed="0.000355"/>
</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-30T02:15:31.277529" elapsed="0.000166"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-04-30T02:15:31.277823" elapsed="0.000098"/>
</kw>
<arg>${current_ssh_connection.index}</arg>
<doc>Restore active SSH connection in SSHLibrary to given index.</doc>
<status status="PASS" start="2026-04-30T02:15:31.272710" elapsed="0.005264"/>
</kw>
<msg time="2026-04-30T02:15:31.278100" level="INFO">${output} = cbench: controller benchmarking tool
   running in mode 'latency'
   connecting to controller at 10.30.170.102: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-30T02:05:24.544629" elapsed="606.733498"/>
</kw>
<status status="PASS" start="2026-04-30T02:05:24.544303" elapsed="606.733873"/>
</branch>
<status status="PASS" start="2026-04-30T02:05:24.543988" elapsed="606.734211"/>
</if>
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-30T02:15:31.278645" level="INFO">cbench: controller benchmarking tool
   running in mode 'latency'
   connecting to controller at 10.30.170.102:6633 
   faking 16 switches with 1 threads :: 10 tests each; 60000 ms per test
   with 100 unique source MACs per switch
   learning destination mac addresses before the test
   starting test with 5000 ms delay after features_reply
   ignoring first 1 "warmup" and last 0 "cooldown" loops
   debugging info is off
Master Thread: Creating thread-0! 
Thread-0: All switches initialized. Running at node 10.30.170.102. 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:30.343 16  switches: flows:  122447 122955 121092 120125 120769 117052 119001 120129 122605 116201 119826 116899 118938 118216 119307 118419  total = 31.899683 per ms 
02:07:30.444 16  switches: flows:  117560 116905 115991 117328 114737 113567 113215 115082 114447 110324 112338 112783 114395 113996 114282 113852  total = 30.462469 per ms 
02:08:30.546 16  switches: flows:  115267 113961 113620 112662 110263 110447 111185 111261 111310 107401 109268 110416 111627 112491 111641 110797  total = 29.677408 per ms 
02:09:30.647 16  switches: flows:  113949 112229 112613 110097 110476 108893 111468 108625 110751 107009 108521 107517 111640 111703 109781 110467  total = 29.379922 per ms 
02:10:30.748 16  switches: flows:  113223 112543 111518 111820 109761 106737 111427 108322 108569 106263 107636 107248 110918 110151 110403 110680  total = 29.238171 per ms 
02:11:30.849 16  switches: flows:  116729 114952 113100 113395 111958 110494 113112 111606 112316 109824 108758 110307 112980 112293 113389 112275  total = 29.908207 per ms 
02:12:30.950 16  switches: flows:  113198 112774 110771 109977 110776 111385 112342 109592 109378 109080 110171 111874 110380 111568 107345 109350  total = 29.450198 per ms 
02:13:31.051 16  switches: flows:  113859 111871 112872 112331 112919 114476 113322 112590 111208 108760 111743 112254 112947 113205 108122 111463  total = 29.849212 per ms 
02:14:31.152 16  switches: flows:  120521 118262 117148 116199 117486 117681 120452 116439 116941 115377 115486 118849 116873 114949 115649 116466  total = 31.194243 per ms 
02:15:31.253 16  switches: flows:  115653 113347 111700 110325 112514 113743 116437 110381 111654 110737 111717 113392 112711 111079 110333 111459  total = 29.903051 per ms 
RESULT: 16 switches 9 tests min/max/avg/stdev = 29238.17/31194.24/29895.88/9981.75 responses/s</msg>
<arg>${output}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-04-30T02:15:31.278353" elapsed="0.000365"/>
</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-30T02:15:31.278863" elapsed="0.000368"/>
</kw>
<kw name="Get Lines Containing String" owner="String">
<msg time="2026-04-30T02:15:31.279625" level="INFO">1 out of 23 lines matched.</msg>
<msg time="2026-04-30T02:15:31.279715" level="INFO">${result_line} = RESULT: 16 switches 9 tests min/max/avg/stdev = 29238.17/31194.24/29895.88/9981.75 responses/s</msg>
<var>${result_line}</var>
<arg>${output}</arg>
<arg>RESULT</arg>
<doc>Returns lines of the given ``string`` that contain the ``pattern``.</doc>
<status status="PASS" start="2026-04-30T02:15:31.279409" elapsed="0.000330"/>
</kw>
<kw name="Split String" owner="String">
<msg time="2026-04-30T02:15:31.280171" level="INFO">@{results_list} = [ RESULT: | 16 | switches | 9 | tests | min/max/avg/stdev | = | 29238.17/31194.24/29895.88/9981.75 | responses/s ]</msg>
<var>@{results_list}</var>
<arg>${result_line}</arg>
<doc>Splits the ``string`` using ``separator`` as a delimiter string.</doc>
<status status="PASS" start="2026-04-30T02:15:31.279912" elapsed="0.000285"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-30T02:15:31.282560" 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-30T02:15:31.280357" elapsed="0.002259"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-30T02:15:31.284969" level="INFO">29238.17/31194.24/29895.88/9981.75</msg>
<arg>${results_list[7]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-04-30T02:15:31.282758" elapsed="0.002267"/>
</kw>
<kw name="Split String" owner="String">
<msg time="2026-04-30T02:15:31.287361" 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-30T02:15:31.285171" elapsed="0.002217"/>
</kw>
<kw name="Split String" owner="String">
<msg time="2026-04-30T02:15:31.289803" level="INFO">@{result_value_list} = [ 29238.17 | 31194.24 | 29895.88 | 9981.75 ]</msg>
<var>@{result_value_list}</var>
<arg>${results_list[7]}</arg>
<arg>/</arg>
<doc>Splits the ``string`` using ``separator`` as a delimiter string.</doc>
<status status="PASS" start="2026-04-30T02:15:31.287576" elapsed="0.002254"/>
</kw>
<kw name="Get Length" owner="BuiltIn">
<msg time="2026-04-30T02:15:31.290288" level="INFO">Length is 4.</msg>
<msg time="2026-04-30T02:15:31.290398" 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-30T02:15:31.289983" elapsed="0.000440"/>
</kw>
<for flavor="IN RANGE">
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-30T02:15:31.295081" level="INFO">min :: 29238.17</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-30T02:15:31.290786" elapsed="0.004352"/>
</kw>
<var name="${i}">0</var>
<status status="PASS" start="2026-04-30T02:15:31.290661" elapsed="0.004512"/>
</iter>
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-30T02:15:31.299653" level="INFO">max :: 31194.24</msg>
<arg>${result_name_list[${i}]} :: ${result_value_list[${i}]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-04-30T02:15:31.295409" elapsed="0.004300"/>
</kw>
<var name="${i}">1</var>
<status status="PASS" start="2026-04-30T02:15:31.295259" elapsed="0.004484"/>
</iter>
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-30T02:15:31.304271" level="INFO">avg :: 29895.88</msg>
<arg>${result_name_list[${i}]} :: ${result_value_list[${i}]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-04-30T02:15:31.299947" elapsed="0.004380"/>
</kw>
<var name="${i}">2</var>
<status status="PASS" start="2026-04-30T02:15:31.299826" elapsed="0.004554"/>
</iter>
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-30T02:15:31.308879" level="INFO">stdev :: 9981.75</msg>
<arg>${result_name_list[${i}]} :: ${result_value_list[${i}]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-04-30T02:15:31.304586" elapsed="0.004349"/>
</kw>
<var name="${i}">3</var>
<status status="PASS" start="2026-04-30T02:15:31.304464" elapsed="0.004505"/>
</iter>
<var>${i}</var>
<value>0</value>
<value>${num_stats}</value>
<status status="PASS" start="2026-04-30T02:15:31.290486" elapsed="0.018512"/>
</for>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-04-30T02:15:31.313217" level="INFO">${min} = 29238.17</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-30T02:15:31.309150" elapsed="0.004095"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-04-30T02:15:31.317073" level="INFO">${max} = 31194.24</msg>
<var>${max}</var>
<arg>${result_value_list[${1}]}</arg>
<doc>Returns the given values which can then be assigned to a variables.</doc>
<status status="PASS" start="2026-04-30T02:15:31.313425" elapsed="0.003675"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-04-30T02:15:31.320994" level="INFO">${average} = 29895.88</msg>
<var>${average}</var>
<arg>${result_value_list[${2}]}</arg>
<doc>Returns the given values which can then be assigned to a variables.</doc>
<status status="PASS" start="2026-04-30T02:15:31.317249" elapsed="0.003771"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-04-30T02:15:31.324955" level="INFO">${stdev} = 9981.75</msg>
<var>${stdev}</var>
<arg>${result_value_list[${3}]}</arg>
<doc>Returns the given values which can then be assigned to a variables.</doc>
<status status="PASS" start="2026-04-30T02:15:31.321171" elapsed="0.003811"/>
</kw>
<kw name="Get Time" owner="BuiltIn">
<msg time="2026-04-30T02:15:31.325505" level="INFO">${date} = 2026-04-30 02:15:31</msg>
<var>${date}</var>
<arg>d,m,s</arg>
<doc>Returns the given time in the requested format.</doc>
<status status="PASS" start="2026-04-30T02:15:31.325143" elapsed="0.000387"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-30T02:15:31.326071" level="INFO">CBench Result: 2026-04-30 02:15:31,-m 60000 -M 100 -S 16 -l 10 -D 5000 -p 6633,29238.17,31194.24,29895.88,9981.75</msg>
<arg>CBench Result: ${date},${cbench_args},${min},${max},${average},${stdev}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-04-30T02:15:31.325673" elapsed="0.000453"/>
</kw>
<kw name="Log Results And Determine Status">
<kw name="Append To File" owner="OperatingSystem">
<msg time="2026-04-30T02:15:31.327162" 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-30T02:15:31.326737" elapsed="0.000490"/>
</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-30T02:15:31.327397" elapsed="0.000451"/>
</kw>
<arg>${min}</arg>
<arg>${max}</arg>
<arg>${average}</arg>
<arg>${average_threshold}</arg>
<arg>${output_filename}</arg>
<status status="PASS" start="2026-04-30T02:15:31.326258" elapsed="0.001654"/>
</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-30T02:05:24.542977" elapsed="606.784992"/>
</kw>
<kw name="Sleep" owner="BuiltIn">
<msg time="2026-04-30T02:15:31.328440" 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-30T02:15:31.328113" elapsed="0.000399"/>
</kw>
<kw name="Report Failure Due To Bug" owner="Utils" type="TEARDOWN">
<kw name="Evaluate" owner="BuiltIn">
<msg time="2026-04-30T02:15:31.329698" 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-30T02:15:31.329208" elapsed="0.000517"/>
</kw>
<if>
<branch type="IF" condition="('${TEST_STATUS}' != 'FAIL') or ${test_skipped}">
<return>
<status status="PASS" start="2026-04-30T02:15:31.329938" elapsed="0.000027"/>
</return>
<status status="PASS" start="2026-04-30T02:15:31.329797" elapsed="0.000199"/>
</branch>
<status status="PASS" start="2026-04-30T02:15:31.329779" elapsed="0.000240"/>
</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-30T02:15:31.330156" elapsed="0.000021"/>
</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-30T02:15:31.330309" elapsed="0.000038"/>
</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-30T02:15:31.330487" 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-30T02:15:31.330679" elapsed="0.000021"/>
</kw>
<kw name="Evaluate" owner="BuiltIn">
<var>${newline}</var>
<arg>chr(10)</arg>
<doc>Evaluates the given expression in Python and returns the result.</doc>
<status status="NOT RUN" start="2026-04-30T02:15:31.330827" elapsed="0.000020"/>
</kw>
<kw name="Set Test Message" owner="BuiltIn">
<arg>${msg}${newline}${newline}${TEST_MESSAGE}</arg>
<doc>Sets message for the current test case.</doc>
<status status="NOT RUN" start="2026-04-30T02:15:31.330971" elapsed="0.000019"/>
</kw>
<kw name="Log" owner="BuiltIn">
<arg>${msg}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="NOT RUN" start="2026-04-30T02:15:31.331111" 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-30T02:15:31.331329" elapsed="0.000034"/>
</kw>
<status status="NOT RUN" start="2026-04-30T02:15:31.331192" elapsed="0.000203"/>
</branch>
<status status="NOT RUN" start="2026-04-30T02:15:31.331176" elapsed="0.000242"/>
</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-30T02:15:31.328880" elapsed="0.002587"/>
</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-30T02:05:24.541681" elapsed="606.789830"/>
</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-30T01:45:08.355877" elapsed="1822.976319"/>
</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>
