<?xml version="1.0" encoding="UTF-8"?>
<robot generator="Robot 7.4.2 (Python 3.11.10 on linux)" generated="2026-08-13T01:01:17.943438" 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-08-13T01:01:18.498722" elapsed="0.000023"/>
</return>
<status status="NOT RUN" start="2026-08-13T01:01:18.498579" elapsed="0.000214"/>
</branch>
<status status="PASS" start="2026-08-13T01:01:18.498549" elapsed="0.000272"/>
</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-08-13T01:01:18.498965" elapsed="0.000507"/>
</kw>
<kw name="Login" owner="SSHLibrary">
<msg time="2026-08-13T01:01:18.499940" level="INFO">Logging into '10.30.170.116:8101' as 'karaf'.</msg>
<msg time="2026-08-13T01:01:19.657535" 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-08-13T01:01:18.499646" elapsed="1.158072"/>
</kw>
<kw name="Write" owner="SSHLibrary">
<msg time="2026-08-13T01:01:19.706902" 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-08-13T01:01:19.657989" elapsed="0.049076"/>
</kw>
<kw name="Read Until Regexp" owner="SSHLibrary">
<msg time="2026-08-13T01:01:19.709036" level="INFO">[?1l&gt;[?2004l[?1h=[90m~[0m                                                                                [?2004hopendaylight-user@root&gt;</msg>
<msg time="2026-08-13T01:01:19.709154" 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-08-13T01:01:19.707380" elapsed="0.001805"/>
</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-08-13T01:01:19.709362" elapsed="0.000238"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-08-13T01:01:19.709760" elapsed="0.000257"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-08-13T01:01:19.710535" 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-08-13T01:01:19.710173" elapsed="0.000419"/>
</kw>
<return>
<value>${output}</value>
<status status="PASS" start="2026-08-13T01:01:19.710648" elapsed="0.000054"/>
</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.116
Note that this keyword will open&amp;close new SSH connection, without switching back to previously current session.</doc>
<status status="PASS" start="2026-08-13T01:01:18.498158" elapsed="1.212669"/>
</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-08-13T01:01:18.494517" elapsed="1.216374"/>
</kw>
<kw name="Append To File" owner="OperatingSystem">
<msg time="2026-08-13T01:01:19.711502" 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-08-13T01:01:19.711080" elapsed="0.000491"/>
</kw>
<kw name="Append To File" owner="OperatingSystem">
<msg time="2026-08-13T01:01:19.712016" 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-08-13T01:01:19.711726" elapsed="0.000349"/>
</kw>
<kw name="Evaluate" owner="BuiltIn">
<msg time="2026-08-13T01:01:19.712675" 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-08-13T01:01:19.712231" elapsed="0.000474"/>
</kw>
<kw name="Set Suite Variable" owner="BuiltIn">
<msg time="2026-08-13T01:01:19.713218" 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-08-13T01:01:19.712877" elapsed="0.000385"/>
</kw>
<kw name="Evaluate" owner="BuiltIn">
<msg time="2026-08-13T01:01:19.713814" 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-08-13T01:01:19.713436" elapsed="0.000405"/>
</kw>
<kw name="Set Suite Variable" owner="BuiltIn">
<msg time="2026-08-13T01:01:19.714343" 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-08-13T01:01:19.714003" elapsed="0.000384"/>
</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-08-13T01:01:19.714697" elapsed="0.000022"/>
</kw>
<status status="NOT RUN" start="2026-08-13T01:01:19.714477" elapsed="0.000275"/>
</branch>
<branch type="ELSE">
<kw name="Verify File Exists On Remote System" owner="Utils">
<kw name="Open Connection" owner="SSHLibrary">
<msg time="2026-08-13T01:01:19.719259" 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-08-13T01:01:19.718845" elapsed="0.000480"/>
</kw>
<kw name="Flexible_SSH_Login" owner="SSHKeywords">
<kw name="Get Length" owner="BuiltIn">
<msg time="2026-08-13T01:01:19.720395" level="INFO">Length is 0.</msg>
<msg time="2026-08-13T01:01:19.720480" 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-08-13T01:01:19.719890" elapsed="0.000615"/>
</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-08-13T01:01:19.720659" elapsed="0.000522"/>
</kw>
<kw name="Run Keyword And Return" owner="BuiltIn">
<kw name="Login With Public Key" owner="SSHLibrary">
<msg time="2026-08-13T01:01:19.722241" level="INFO">Logging into '10.30.171.148:22' as 'jenkins'.</msg>
<msg time="2026-08-13T01:01:20.170939" level="INFO">Read output: Welcome to Ubuntu 22.04.5 LTS (GNU/Linux 5.15.0-186-generic x86_64)

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

 System information as of Thu Aug 13 01:00:28 UTC 2026

  System load:  0.26               Processes:             112
  Usage of /:   19.7% of 38.58GB   Users logged in:       0
  Memory usage: 4%                 IPv4 address for ens3: 10.30.171.148
  Swap usage:   0%


Expanded Security Maintenance for Applications is not enabled.

0 updates can be applied immediately.

14 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-809-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-08-13T01:01:19.721714" elapsed="0.449428"/>
</kw>
<msg time="2026-08-13T01:01:20.171260" 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-08-13T01:01:19.721356" elapsed="0.450040"/>
</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-08-13T01:01:19.719539" elapsed="0.452002"/>
</kw>
<kw name="File Should Exist" owner="SSHLibrary">
<msg time="2026-08-13T01:01:20.178723" 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-08-13T01:01:20.171766" elapsed="0.008981"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-08-13T01:01:20.181014" elapsed="0.000431"/>
</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-08-13T01:01:19.718323" elapsed="0.463216"/>
</kw>
<status status="PASS" start="2026-08-13T01:01:19.715000" elapsed="0.466594"/>
</branch>
<status status="PASS" start="2026-08-13T01:01:19.714451" elapsed="0.467188"/>
</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-08-13T01:01:20.181859" elapsed="0.000706"/>
</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-08-13T01:01:20.189265" elapsed="0.000051"/>
</return>
<status status="NOT RUN" start="2026-08-13T01:01:20.189084" elapsed="0.000286"/>
</branch>
<status status="PASS" start="2026-08-13T01:01:20.189050" elapsed="0.000356"/>
</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-08-13T01:01:20.192980" elapsed="0.000015"/>
</return>
<status status="NOT RUN" start="2026-08-13T01:01:20.192859" elapsed="0.000168"/>
</branch>
<status status="PASS" start="2026-08-13T01:01:20.192840" elapsed="0.000210"/>
</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-08-13T01:01:20.193183" elapsed="0.000465"/>
</kw>
<kw name="Login" owner="SSHLibrary">
<msg time="2026-08-13T01:01:20.194056" level="INFO">Logging into '10.30.170.116:8101' as 'karaf'.</msg>
<msg time="2026-08-13T01:01:20.367198" 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-08-13T01:01:20.193796" elapsed="0.173600"/>
</kw>
<kw name="Write" owner="SSHLibrary">
<msg time="2026-08-13T01:01:20.460688" 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-08-13T01:01:20.367661" elapsed="0.093338"/>
</kw>
<kw name="Read Until Regexp" owner="SSHLibrary">
<msg time="2026-08-13T01:01:20.469834" 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-08-13T01:01:20.470060" 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-08-13T01:01:20.461492" elapsed="0.008601"/>
</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-08-13T01:01:20.470236" elapsed="0.000267"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-08-13T01:01:20.470653" elapsed="0.000277"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-08-13T01:01:20.471414" 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-08-13T01:01:20.471074" elapsed="0.000397"/>
</kw>
<return>
<value>${output}</value>
<status status="PASS" start="2026-08-13T01:01:20.471522" elapsed="0.000057"/>
</return>
<msg time="2026-08-13T01:01:20.471731" 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.116
Note that this keyword will open&amp;close new SSH connection, without switching back to previously current session.</doc>
<status status="PASS" start="2026-08-13T01:01:20.192482" elapsed="0.279282"/>
</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-08-13T01:01:20.471911" elapsed="0.000576"/>
</kw>
<return>
<value>${output}</value>
<status status="PASS" start="2026-08-13T01:01:20.472539" elapsed="0.000034"/>
</return>
<arg>odl-openflowplugin-drop-test</arg>
<doc>Will Succeed if the given ${feature_name} is found in the output of "feature:list -i"</doc>
<status status="PASS" start="2026-08-13T01:01:20.188614" elapsed="0.284060"/>
</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-08-13T01:01:20.476534" elapsed="0.000016"/>
</return>
<status status="NOT RUN" start="2026-08-13T01:01:20.476391" elapsed="0.000191"/>
</branch>
<status status="PASS" start="2026-08-13T01:01:20.476366" elapsed="0.000241"/>
</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-08-13T01:01:20.476743" elapsed="0.000495"/>
</kw>
<kw name="Login" owner="SSHLibrary">
<msg time="2026-08-13T01:01:20.477920" level="INFO">Logging into '10.30.170.116:8101' as 'karaf'.</msg>
<msg time="2026-08-13T01:01:20.663941" 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-08-13T01:01:20.477408" elapsed="0.186718"/>
</kw>
<kw name="Write" owner="SSHLibrary">
<msg time="2026-08-13T01:01:20.697308" 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-08-13T01:01:20.664415" elapsed="0.032953"/>
</kw>
<kw name="Read Until Regexp" owner="SSHLibrary">
<msg time="2026-08-13T01:01:20.699133" level="INFO">[?1l&gt;[?2004lDropAllFlows transitions to on
[?1h=[90m~[0m                                                                                [?2004hopendaylight-user@root&gt;</msg>
<msg time="2026-08-13T01:01:20.699236" 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-08-13T01:01:20.697517" elapsed="0.001748"/>
</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-08-13T01:01:20.699415" elapsed="0.000182"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-08-13T01:01:20.699742" elapsed="0.000197"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-08-13T01:01:20.700435" 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-08-13T01:01:20.700090" elapsed="0.000396"/>
</kw>
<return>
<value>${output}</value>
<status status="PASS" start="2026-08-13T01:01:20.700538" elapsed="0.000052"/>
</return>
<arg>dropallpacketsrpc on</arg>
<doc>Will execute the given ${cmd} by ssh'ing to the karaf console running on 10.30.170.116
Note that this keyword will open&amp;close new SSH connection, without switching back to previously current session.</doc>
<status status="PASS" start="2026-08-13T01:01:20.476019" elapsed="0.224685"/>
</kw>
<status status="PASS" start="2026-08-13T01:01:18.492621" elapsed="2.208149"/>
</kw>
<test id="s1-t1" name="Cbench Latency Test" line="37">
<kw name="Log" owner="BuiltIn">
<msg time="2026-08-13T01:01:20.702927" 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-08-13T01:01:20.701717" elapsed="0.001282"/>
</kw>
<kw name="Run Cbench And Log Results">
<kw name="Set Suite Variable" owner="BuiltIn">
<msg time="2026-08-13T01:01:20.704546" 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-08-13T01:01:20.704094" elapsed="0.000498"/>
</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-08-13T01:01:20.704913" elapsed="0.000022"/>
</kw>
<status status="NOT RUN" start="2026-08-13T01:01:20.704672" elapsed="0.000299"/>
</branch>
<branch type="ELSE">
<kw name="Run Command On Remote System" owner="Utils">
<if>
<branch type="IF" condition="&quot;${return_stdout}&quot;!=&quot;True&quot; and &quot;${return_stderr}&quot;!=&quot;True&quot;">
<kw name="Fail" owner="BuiltIn">
<arg>At least one of {return_stdout} or {return_stderr} args should be set to True</arg>
<doc>Fails the test with the given message and optionally alters its tags.</doc>
<status status="NOT RUN" start="2026-08-13T01:01:20.707909" elapsed="0.000022"/>
</kw>
<status status="NOT RUN" start="2026-08-13T01:01:20.707659" elapsed="0.000307"/>
</branch>
<status status="PASS" start="2026-08-13T01:01:20.707639" elapsed="0.000354"/>
</if>
<kw name="Get Connection" owner="SSHLibrary">
<msg time="2026-08-13T01:01:20.708345" 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-08-13T01:01:20.708470" 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-08-13T01:01:20.708125" elapsed="0.000372"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-08-13T01:01:20.709063" level="INFO">Attempting to execute command "/usr/local/bin/cbench -c 10.30.170.116 -m 60000 -M 100 -S 16 -l 10 -D 5000 -p 6633" on remote system "10.30.171.148" 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-08-13T01:01:20.708637" elapsed="0.000487"/>
</kw>
<kw name="Open Connection" owner="SSHLibrary">
<msg time="2026-08-13T01:01:20.709779" 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-08-13T01:01:20.709306" elapsed="0.000501"/>
</kw>
<kw name="Flexible_SSH_Login" owner="SSHKeywords">
<kw name="Get Length" owner="BuiltIn">
<msg time="2026-08-13T01:01:20.710721" level="INFO">Length is 0.</msg>
<msg time="2026-08-13T01:01:20.710813" 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-08-13T01:01:20.710401" elapsed="0.000436"/>
</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-08-13T01:01:20.710979" elapsed="0.000348"/>
</kw>
<kw name="Run Keyword And Return" owner="BuiltIn">
<kw name="Login With Public Key" owner="SSHLibrary">
<msg time="2026-08-13T01:01:20.712191" level="INFO">Logging into '10.30.171.148:22' as 'jenkins'.</msg>
<msg time="2026-08-13T01:01:21.034618" level="INFO">Read output: Welcome to Ubuntu 22.04.5 LTS (GNU/Linux 5.15.0-186-generic x86_64)

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

 System information as of Thu Aug 13 01:00:28 UTC 2026

  System load:  0.26               Processes:             112
  Usage of /:   19.7% of 38.58GB   Users logged in:       0
  Memory usage: 4%                 IPv4 address for ens3: 10.30.171.148
  Swap usage:   0%


Expanded Security Maintenance for Applications is not enabled.

0 updates can be applied immediately.

14 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 Aug 13 01:01:20 2026 from 10.30.171.57
[?2004h[jenkins@releng-48317-809-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-08-13T01:01:20.711836" elapsed="0.323032"/>
</kw>
<msg time="2026-08-13T01:01:21.034966" 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-08-13T01:01:20.711482" elapsed="0.323582"/>
</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-08-13T01:01:20.710010" elapsed="0.325190"/>
</kw>
<kw name="Execute Command" owner="SSHLibrary">
<msg time="2026-08-13T01:01:21.035795" level="INFO">Executing command '/usr/local/bin/cbench -c 10.30.170.116 -m 60000 -M 100 -S 16 -l 10 -D 5000 -p 6633'.</msg>
<msg time="2026-08-13T01:11:27.142669" level="INFO">Command exited with return code 0.</msg>
<msg time="2026-08-13T01:11:27.143141" level="INFO">${stdout} = </msg>
<msg time="2026-08-13T01:11:27.143209" level="INFO">${stderr} = cbench: controller benchmarking tool
   running in mode 'latency'
   connecting to controller at 10.30.170.116: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-08-13T01:01:21.035461" elapsed="606.107794"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-08-13T01:11:27.143632" elapsed="0.001081"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-08-13T01:11:27.145499" level="INFO">cbench: controller benchmarking tool
   running in mode 'latency'
   connecting to controller at 10.30.170.116: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.116. So far 1 cbench instances have initialized their switches.  Waiting for other cbench-instances
Thread-0: Total switches from ALL cbench-instances initialized.
01:02:26.229 16  switches: flows:  108884 108885 109096 107854 107572 106796 108157 105999 103333 105889 103961 104896 104029 102463 103338 103803  total = 28.249250 per ms 
01:03:26.329 16  switches: flows:  107818 106883 107452 108067 105702 105834 107846 106852 104248 102505 102913 103947 103405 102678 102936 102640  total = 27.982058 per ms 
01:04:26.430 16  switches: flows:  123876 122174 124952 121900 121532 121738 120438 119380 116710 119511 119169 119145 117857 116385 116514 118203  total = 31.938010 per ms 
01:05:26.531 16  switches: flows:  112413 114138 114050 111056 111922 111833 110791 112924 107553 110466 109507 110121 109546 109954 109074 107362  total = 29.495894 per ms 
01:06:26.632 16  switches: flows:  120338 120168 120231 118483 118877 118250 115993 117827 113153 115749 115448 116687 117103 115361 115651 115188  total = 31.189666 per ms 
01:07:26.733 16  switches: flows:  126013 125493 125510 124403 122678 122276 121135 122814 117620 119872 119557 121242 121612 120740 120857 118180  total = 32.445889 per ms 
01:08:26.833 16  switches: flows:  125916 126659 125777 125533 123589 122936 122351 123379 118260 121779 119633 119859 121369 120878 122564 118230  total = 32.590777 per ms 
01:09:26.934 16  switches: flows:  126406 127506 127080 125110 125592 124770 122468 124788 118943 122646 121297 121443 123425 122123 122152 120270  total = 32.878768 per ms 
01:10:27.035 16  switches: flows:  129376 126892 128647 127374 127099 125671 125588 126605 121480 122343 122409 123651 122244 124136 125700 121282  total = 33.286063 per ms 
01:11:27.136 16  switches: flows:  126048 124557 126664 124511 121715 120949 120152 124156 118820 120400 120563 118987 119246 120976 120365 118846  total = 32.395186 per ms 
RESULT: 16 switches 9 tests min/max/avg/stdev = 27982.06/33286.06/31578.03/10655.07 responses/s</msg>
<arg>${stderr}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-08-13T01:11:27.144965" elapsed="0.000789"/>
</kw>
<if>
<branch type="IF" condition="&quot;${return_stdout}&quot;!=&quot;True&quot;">
<return>
<value>${stderr}</value>
<status status="PASS" start="2026-08-13T01:11:27.146089" elapsed="0.000054"/>
</return>
<status status="PASS" start="2026-08-13T01:11:27.145883" elapsed="0.000311"/>
</branch>
<status status="PASS" start="2026-08-13T01:11:27.145847" elapsed="0.000383"/>
</if>
<if>
<branch type="IF" condition="&quot;${return_stderr}&quot;!=&quot;True&quot;">
<return>
<value>${stdout}</value>
<status status="NOT RUN" start="2026-08-13T01:11:27.146391" elapsed="0.000018"/>
</return>
<status status="NOT RUN" start="2026-08-13T01:11:27.146337" elapsed="0.000111"/>
</branch>
<status status="NOT RUN" start="2026-08-13T01:11:27.146314" elapsed="0.000164"/>
</if>
<return>
<value>${stdout}</value>
<value>${stderr}</value>
<status status="NOT RUN" start="2026-08-13T01:11:27.146523" elapsed="0.000018"/>
</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-08-13T01:11:27.150034" elapsed="0.000508"/>
</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-08-13T01:11:27.150752" elapsed="0.000249"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-08-13T01:11:27.151186" elapsed="0.000160"/>
</kw>
<arg>${current_ssh_connection.index}</arg>
<doc>Restore active SSH connection in SSHLibrary to given index.</doc>
<status status="PASS" start="2026-08-13T01:11:27.146965" elapsed="0.004458"/>
</kw>
<msg time="2026-08-13T01:11:27.151665" level="INFO">${output} = cbench: controller benchmarking tool
   running in mode 'latency'
   connecting to controller at 10.30.170.116: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-08-13T01:01:20.705355" elapsed="606.446361"/>
</kw>
<status status="PASS" start="2026-08-13T01:01:20.704999" elapsed="606.446804"/>
</branch>
<status status="PASS" start="2026-08-13T01:01:20.704649" elapsed="606.447199"/>
</if>
<kw name="Log" owner="BuiltIn">
<msg time="2026-08-13T01:11:27.152502" level="INFO">cbench: controller benchmarking tool
   running in mode 'latency'
   connecting to controller at 10.30.170.116: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.116. So far 1 cbench instances have initialized their switches.  Waiting for other cbench-instances
Thread-0: Total switches from ALL cbench-instances initialized.
01:02:26.229 16  switches: flows:  108884 108885 109096 107854 107572 106796 108157 105999 103333 105889 103961 104896 104029 102463 103338 103803  total = 28.249250 per ms 
01:03:26.329 16  switches: flows:  107818 106883 107452 108067 105702 105834 107846 106852 104248 102505 102913 103947 103405 102678 102936 102640  total = 27.982058 per ms 
01:04:26.430 16  switches: flows:  123876 122174 124952 121900 121532 121738 120438 119380 116710 119511 119169 119145 117857 116385 116514 118203  total = 31.938010 per ms 
01:05:26.531 16  switches: flows:  112413 114138 114050 111056 111922 111833 110791 112924 107553 110466 109507 110121 109546 109954 109074 107362  total = 29.495894 per ms 
01:06:26.632 16  switches: flows:  120338 120168 120231 118483 118877 118250 115993 117827 113153 115749 115448 116687 117103 115361 115651 115188  total = 31.189666 per ms 
01:07:26.733 16  switches: flows:  126013 125493 125510 124403 122678 122276 121135 122814 117620 119872 119557 121242 121612 120740 120857 118180  total = 32.445889 per ms 
01:08:26.833 16  switches: flows:  125916 126659 125777 125533 123589 122936 122351 123379 118260 121779 119633 119859 121369 120878 122564 118230  total = 32.590777 per ms 
01:09:26.934 16  switches: flows:  126406 127506 127080 125110 125592 124770 122468 124788 118943 122646 121297 121443 123425 122123 122152 120270  total = 32.878768 per ms 
01:10:27.035 16  switches: flows:  129376 126892 128647 127374 127099 125671 125588 126605 121480 122343 122409 123651 122244 124136 125700 121282  total = 33.286063 per ms 
01:11:27.136 16  switches: flows:  126048 124557 126664 124511 121715 120949 120152 124156 118820 120400 120563 118987 119246 120976 120365 118846  total = 32.395186 per ms 
RESULT: 16 switches 9 tests min/max/avg/stdev = 27982.06/33286.06/31578.03/10655.07 responses/s</msg>
<arg>${output}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-08-13T01:11:27.152064" elapsed="0.000542"/>
</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-08-13T01:11:27.152811" elapsed="0.000570"/>
</kw>
<kw name="Get Lines Containing String" owner="String">
<msg time="2026-08-13T01:11:27.153991" level="INFO">1 out of 23 lines matched.</msg>
<msg time="2026-08-13T01:11:27.154145" level="INFO">${result_line} = RESULT: 16 switches 9 tests min/max/avg/stdev = 27982.06/33286.06/31578.03/10655.07 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-08-13T01:11:27.153604" elapsed="0.000573"/>
</kw>
<kw name="Split String" owner="String">
<msg time="2026-08-13T01:11:27.154618" level="INFO">@{results_list} = [ RESULT: | 16 | switches | 9 | tests | min/max/avg/stdev | = | 27982.06/33286.06/31578.03/10655.07 | 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-08-13T01:11:27.154355" elapsed="0.000290"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-08-13T01:11:27.157027" 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-08-13T01:11:27.154790" elapsed="0.002295"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-08-13T01:11:27.159455" level="INFO">27982.06/33286.06/31578.03/10655.07</msg>
<arg>${results_list[7]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-08-13T01:11:27.157232" elapsed="0.002280"/>
</kw>
<kw name="Split String" owner="String">
<msg time="2026-08-13T01:11:27.161893" 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-08-13T01:11:27.159661" elapsed="0.002261"/>
</kw>
<kw name="Split String" owner="String">
<msg time="2026-08-13T01:11:27.164360" level="INFO">@{result_value_list} = [ 27982.06 | 33286.06 | 31578.03 | 10655.07 ]</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-08-13T01:11:27.162136" elapsed="0.002253"/>
</kw>
<kw name="Get Length" owner="BuiltIn">
<msg time="2026-08-13T01:11:27.164860" level="INFO">Length is 4.</msg>
<msg time="2026-08-13T01:11:27.164953" 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-08-13T01:11:27.164546" elapsed="0.000435"/>
</kw>
<for flavor="IN RANGE">
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-08-13T01:11:27.169760" level="INFO">min :: 27982.06</msg>
<arg>${result_name_list[${i}]} :: ${result_value_list[${i}]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-08-13T01:11:27.165436" elapsed="0.004423"/>
</kw>
<var name="${i}">0</var>
<status status="PASS" start="2026-08-13T01:11:27.165300" elapsed="0.004598"/>
</iter>
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-08-13T01:11:27.174390" level="INFO">max :: 33286.06</msg>
<arg>${result_name_list[${i}]} :: ${result_value_list[${i}]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-08-13T01:11:27.170118" elapsed="0.004331"/>
</kw>
<var name="${i}">1</var>
<status status="PASS" start="2026-08-13T01:11:27.169990" elapsed="0.004495"/>
</iter>
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-08-13T01:11:27.179090" level="INFO">avg :: 31578.03</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-08-13T01:11:27.174707" elapsed="0.004441"/>
</kw>
<var name="${i}">2</var>
<status status="PASS" start="2026-08-13T01:11:27.174575" elapsed="0.004607"/>
</iter>
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-08-13T01:11:27.183796" level="INFO">stdev :: 10655.07</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-08-13T01:11:27.179419" elapsed="0.004434"/>
</kw>
<var name="${i}">3</var>
<status status="PASS" start="2026-08-13T01:11:27.179288" elapsed="0.004600"/>
</iter>
<var>${i}</var>
<value>0</value>
<value>${num_stats}</value>
<status status="PASS" start="2026-08-13T01:11:27.165062" elapsed="0.018858"/>
</for>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-08-13T01:11:27.188080" level="INFO">${min} = 27982.06</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-08-13T01:11:27.184081" elapsed="0.004026"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-08-13T01:11:27.192368" level="INFO">${max} = 33286.06</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-08-13T01:11:27.188260" elapsed="0.004136"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-08-13T01:11:27.196357" level="INFO">${average} = 31578.03</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-08-13T01:11:27.192551" elapsed="0.003837"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-08-13T01:11:27.200256" level="INFO">${stdev} = 10655.07</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-08-13T01:11:27.196549" elapsed="0.003749"/>
</kw>
<kw name="Get Time" owner="BuiltIn">
<msg time="2026-08-13T01:11:27.200923" level="INFO">${date} = 2026-08-13 01:11:27</msg>
<var>${date}</var>
<arg>d,m,s</arg>
<doc>Returns the given time in the requested format.</doc>
<status status="PASS" start="2026-08-13T01:11:27.200521" elapsed="0.000428"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-08-13T01:11:27.201527" level="INFO">CBench Result: 2026-08-13 01:11:27,-m 60000 -M 100 -S 16 -l 10 -D 5000 -p 6633,27982.06,33286.06,31578.03,10655.07</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-08-13T01:11:27.201100" elapsed="0.000483"/>
</kw>
<kw name="Log Results And Determine Status">
<kw name="Append To File" owner="OperatingSystem">
<msg time="2026-08-13T01:11:27.202769" 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-08-13T01:11:27.202315" elapsed="0.000521"/>
</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-08-13T01:11:27.202987" elapsed="0.000489"/>
</kw>
<arg>${min}</arg>
<arg>${max}</arg>
<arg>${average}</arg>
<arg>${average_threshold}</arg>
<arg>${output_filename}</arg>
<status status="PASS" start="2026-08-13T01:11:27.201744" elapsed="0.001798"/>
</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-08-13T01:01:20.703436" elapsed="606.500167"/>
</kw>
<kw name="Sleep" owner="BuiltIn">
<msg time="2026-08-13T01:11:27.204074" 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-08-13T01:11:27.203755" elapsed="0.000375"/>
</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-08-13T01:11:27.204679" elapsed="0.000269"/>
</kw>
<status status="PASS" start="2026-08-13T01:11:27.204374" elapsed="0.000645"/>
</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-08-13T01:01:20.700914" elapsed="606.504144"/>
</test>
<test id="s1-t2" name="Cbench Throughput Test" line="51">
<kw name="Log" owner="BuiltIn">
<msg time="2026-08-13T01:11:27.206517" 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-08-13T01:11:27.206104" elapsed="0.000469"/>
</kw>
<kw name="Run Cbench And Log Results">
<kw name="Set Suite Variable" owner="BuiltIn">
<msg time="2026-08-13T01:11:27.207830" 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-08-13T01:11:27.207503" elapsed="0.000368"/>
</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-08-13T01:11:27.208232" elapsed="0.000021"/>
</kw>
<status status="NOT RUN" start="2026-08-13T01:11:27.208007" elapsed="0.000300"/>
</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-08-13T01:11:27.211298" elapsed="0.000023"/>
</kw>
<status status="NOT RUN" start="2026-08-13T01:11:27.211018" elapsed="0.000339"/>
</branch>
<status status="PASS" start="2026-08-13T01:11:27.210999" elapsed="0.000382"/>
</if>
<kw name="Get Connection" owner="SSHLibrary">
<msg time="2026-08-13T01:11:27.211738" 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-08-13T01:11:27.211860" 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-08-13T01:11:27.211519" elapsed="0.000367"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-08-13T01:11:27.212482" level="INFO">Attempting to execute command "/usr/local/bin/cbench -c 10.30.170.116 -t -m 60000 -M 100 -S 16 -l 10 -D 5000 -p 6633" on remote system "10.30.171.148" 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-08-13T01:11:27.212024" elapsed="0.000517"/>
</kw>
<kw name="Open Connection" owner="SSHLibrary">
<msg time="2026-08-13T01:11:27.213079" 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-08-13T01:11:27.212679" elapsed="0.000427"/>
</kw>
<kw name="Flexible_SSH_Login" owner="SSHKeywords">
<kw name="Get Length" owner="BuiltIn">
<msg time="2026-08-13T01:11:27.214039" level="INFO">Length is 0.</msg>
<msg time="2026-08-13T01:11:27.214134" 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-08-13T01:11:27.213694" elapsed="0.000465"/>
</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-08-13T01:11:27.214314" elapsed="0.000325"/>
</kw>
<kw name="Run Keyword And Return" owner="BuiltIn">
<kw name="Login With Public Key" owner="SSHLibrary">
<msg time="2026-08-13T01:11:27.215497" level="INFO">Logging into '10.30.171.148:22' as 'jenkins'.</msg>
<msg time="2026-08-13T01:11:27.835491" level="INFO">Read output: Welcome to Ubuntu 22.04.5 LTS (GNU/Linux 5.15.0-186-generic x86_64)

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

 System information as of Thu Aug 13 01:11:27 UTC 2026

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


Expanded Security Maintenance for Applications is not enabled.

0 updates can be applied immediately.

14 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 Aug 13 01:01:20 2026 from 10.30.171.57
[?2004h[jenkins@releng-48317-809-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-08-13T01:11:27.215129" elapsed="0.620580"/>
</kw>
<msg time="2026-08-13T01:11:27.835807" 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-08-13T01:11:27.214789" elapsed="0.621111"/>
</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-08-13T01:11:27.213324" elapsed="0.622698"/>
</kw>
<kw name="Execute Command" owner="SSHLibrary">
<msg time="2026-08-13T01:11:27.836593" level="INFO">Executing command '/usr/local/bin/cbench -c 10.30.170.116 -t -m 60000 -M 100 -S 16 -l 10 -D 5000 -p 6633'.</msg>
<msg time="2026-08-13T01:21:35.945446" level="INFO">Command exited with return code 0.</msg>
<msg time="2026-08-13T01:21:35.946687" level="INFO">${stdout} = </msg>
<msg time="2026-08-13T01:21:35.946795" level="INFO">${stderr} = cbench: controller benchmarking tool
   running in mode 'throughput'
   connecting to controller at 10.30.170.116: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-08-13T01:11:27.836250" elapsed="608.110614"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-08-13T01:21:35.947364" elapsed="0.000788"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-08-13T01:21:35.949334" level="INFO">cbench: controller benchmarking tool
   running in mode 'throughput'
   connecting to controller at 10.30.170.116: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.116. So far 1 cbench instances have initialized their switches.  Waiting for other cbench-instances
Thread-0: Total switches from ALL cbench-instances initialized.
01:12:32.974 16  switches: flows:  526266 528538 516814 519466 528235 511014 516693 509887 496771 499545 504227 508723 513826 507820 484924 515862  total = 136.476850 per ms 
01:13:33.076 16  switches: flows:  569108 571750 580431 578315 575452 569349 573712 579691 578842 580900 569799 562175 567694 579035 579364 575008  total = 152.920605 per ms 
01:14:33.339 16  switches: flows:  483293 498849 473228 476624 478828 478225 480393 465845 484378 494362 482188 490296 490321 482055 482465 464892  total = 128.207467 per ms 
01:15:33.441 16  switches: flows:  517160 455335 529530 470818 521907 534403 524498 480851 531895 527754 456154 529537 533596 536113 525493 497779  total = 135.983121 per ms 
01:16:33.545 16  switches: flows:  571644 592903 582393 577347 583741 584442 583920 580422 578112 581093 566867 589709 583460 588058 584823 579472  total = 154.877838 per ms 
01:17:33.646 16  switches: flows:  563896 571436 569027 572666 563365 569089 555606 561526 569456 571676 568637 566253 558845 554357 565826 570859  total = 150.621193 per ms 
01:18:35.628 16  switches: flows:  616561 616046 613871 612225 616641 619295 617535 614544 615686 617283 614935 614174 615410 619911 614955 615252  total = 158.985749 per ms 
01:19:35.732 16  switches: flows:  591552 593467 590635 591509 593394 593420 595159 600537 590713 594788 597549 592529 591348 591032 599591 595848  total = 158.112350 per ms 
01:20:35.835 16  switches: flows:  517086 520224 518022 529073 530128 524105 522466 523648 518370 512819 519915 520457 509948 519246 516567 538098  total = 138.767554 per ms 
01:21:35.937 16  switches: flows:  573931 572796 573646 579229 563771 569233 569703 570608 567877 564082 575040 564478 562540 574611 569051 560616  total = 151.597672 per ms 
RESULT: 16 switches 9 tests min/max/avg/stdev = 128207.47/158985.75/147785.95/50305.67 responses/s</msg>
<arg>${stderr}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-08-13T01:21:35.948548" elapsed="0.001104"/>
</kw>
<if>
<branch type="IF" condition="&quot;${return_stdout}&quot;!=&quot;True&quot;">
<return>
<value>${stderr}</value>
<status status="PASS" start="2026-08-13T01:21:35.950129" elapsed="0.000070"/>
</return>
<status status="PASS" start="2026-08-13T01:21:35.949827" elapsed="0.000484"/>
</branch>
<status status="PASS" start="2026-08-13T01:21:35.949778" 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-08-13T01:21:35.950607" elapsed="0.000028"/>
</return>
<status status="NOT RUN" start="2026-08-13T01:21:35.950523" elapsed="0.000175"/>
</branch>
<status status="NOT RUN" start="2026-08-13T01:21:35.950488" elapsed="0.000259"/>
</if>
<return>
<value>${stdout}</value>
<value>${stderr}</value>
<status status="NOT RUN" start="2026-08-13T01:21:35.950814" 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-08-13T01:21:35.955462" elapsed="0.000338"/>
</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-08-13T01:21:35.955946" elapsed="0.000163"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-08-13T01:21:35.956237" elapsed="0.000120"/>
</kw>
<arg>${current_ssh_connection.index}</arg>
<doc>Restore active SSH connection in SSHLibrary to given index.</doc>
<status status="PASS" start="2026-08-13T01:21:35.951533" elapsed="0.004878"/>
</kw>
<msg time="2026-08-13T01:21:35.956541" level="INFO">${output} = cbench: controller benchmarking tool
   running in mode 'throughput'
   connecting to controller at 10.30.170.116: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-08-13T01:11:27.208653" elapsed="608.747915"/>
</kw>
<status status="PASS" start="2026-08-13T01:11:27.208335" elapsed="608.748283"/>
</branch>
<status status="PASS" start="2026-08-13T01:11:27.207983" elapsed="608.748658"/>
</if>
<kw name="Log" owner="BuiltIn">
<msg time="2026-08-13T01:21:35.957063" level="INFO">cbench: controller benchmarking tool
   running in mode 'throughput'
   connecting to controller at 10.30.170.116: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.116. So far 1 cbench instances have initialized their switches.  Waiting for other cbench-instances
Thread-0: Total switches from ALL cbench-instances initialized.
01:12:32.974 16  switches: flows:  526266 528538 516814 519466 528235 511014 516693 509887 496771 499545 504227 508723 513826 507820 484924 515862  total = 136.476850 per ms 
01:13:33.076 16  switches: flows:  569108 571750 580431 578315 575452 569349 573712 579691 578842 580900 569799 562175 567694 579035 579364 575008  total = 152.920605 per ms 
01:14:33.339 16  switches: flows:  483293 498849 473228 476624 478828 478225 480393 465845 484378 494362 482188 490296 490321 482055 482465 464892  total = 128.207467 per ms 
01:15:33.441 16  switches: flows:  517160 455335 529530 470818 521907 534403 524498 480851 531895 527754 456154 529537 533596 536113 525493 497779  total = 135.983121 per ms 
01:16:33.545 16  switches: flows:  571644 592903 582393 577347 583741 584442 583920 580422 578112 581093 566867 589709 583460 588058 584823 579472  total = 154.877838 per ms 
01:17:33.646 16  switches: flows:  563896 571436 569027 572666 563365 569089 555606 561526 569456 571676 568637 566253 558845 554357 565826 570859  total = 150.621193 per ms 
01:18:35.628 16  switches: flows:  616561 616046 613871 612225 616641 619295 617535 614544 615686 617283 614935 614174 615410 619911 614955 615252  total = 158.985749 per ms 
01:19:35.732 16  switches: flows:  591552 593467 590635 591509 593394 593420 595159 600537 590713 594788 597549 592529 591348 591032 599591 595848  total = 158.112350 per ms 
01:20:35.835 16  switches: flows:  517086 520224 518022 529073 530128 524105 522466 523648 518370 512819 519915 520457 509948 519246 516567 538098  total = 138.767554 per ms 
01:21:35.937 16  switches: flows:  573931 572796 573646 579229 563771 569233 569703 570608 567877 564082 575040 564478 562540 574611 569051 560616  total = 151.597672 per ms 
RESULT: 16 switches 9 tests min/max/avg/stdev = 128207.47/158985.75/147785.95/50305.67 responses/s</msg>
<arg>${output}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-08-13T01:21:35.956779" elapsed="0.000359"/>
</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-08-13T01:21:35.957300" elapsed="0.000365"/>
</kw>
<kw name="Get Lines Containing String" owner="String">
<msg time="2026-08-13T01:21:35.958045" level="INFO">1 out of 23 lines matched.</msg>
<msg time="2026-08-13T01:21:35.958137" level="INFO">${result_line} = RESULT: 16 switches 9 tests min/max/avg/stdev = 128207.47/158985.75/147785.95/50305.67 responses/s</msg>
<var>${result_line}</var>
<arg>${output}</arg>
<arg>RESULT</arg>
<doc>Returns lines of the given ``string`` that contain the ``pattern``.</doc>
<status status="PASS" start="2026-08-13T01:21:35.957829" elapsed="0.000333"/>
</kw>
<kw name="Split String" owner="String">
<msg time="2026-08-13T01:21:35.958602" level="INFO">@{results_list} = [ RESULT: | 16 | switches | 9 | tests | min/max/avg/stdev | = | 128207.47/158985.75/147785.95/50305.67 | responses/s ]</msg>
<var>@{results_list}</var>
<arg>${result_line}</arg>
<doc>Splits the ``string`` using ``separator`` as a delimiter string.</doc>
<status status="PASS" start="2026-08-13T01:21:35.958331" elapsed="0.000298"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-08-13T01:21:35.961006" 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-08-13T01:21:35.958779" elapsed="0.002286"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-08-13T01:21:35.963460" level="INFO">128207.47/158985.75/147785.95/50305.67</msg>
<arg>${results_list[7]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-08-13T01:21:35.961210" elapsed="0.002308"/>
</kw>
<kw name="Split String" owner="String">
<msg time="2026-08-13T01:21:35.965867" 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-08-13T01:21:35.963666" elapsed="0.002229"/>
</kw>
<kw name="Split String" owner="String">
<msg time="2026-08-13T01:21:35.968308" level="INFO">@{result_value_list} = [ 128207.47 | 158985.75 | 147785.95 | 50305.67 ]</msg>
<var>@{result_value_list}</var>
<arg>${results_list[7]}</arg>
<arg>/</arg>
<doc>Splits the ``string`` using ``separator`` as a delimiter string.</doc>
<status status="PASS" start="2026-08-13T01:21:35.966079" elapsed="0.002258"/>
</kw>
<kw name="Get Length" owner="BuiltIn">
<msg time="2026-08-13T01:21:35.968794" level="INFO">Length is 4.</msg>
<msg time="2026-08-13T01:21:35.968884" 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-08-13T01:21:35.968491" elapsed="0.000417"/>
</kw>
<for flavor="IN RANGE">
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-08-13T01:21:35.973980" level="INFO">min :: 128207.47</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-08-13T01:21:35.969299" elapsed="0.004740"/>
</kw>
<var name="${i}">0</var>
<status status="PASS" start="2026-08-13T01:21:35.969146" elapsed="0.004928"/>
</iter>
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-08-13T01:21:35.978715" level="INFO">max :: 158985.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-08-13T01:21:35.974312" elapsed="0.004461"/>
</kw>
<var name="${i}">1</var>
<status status="PASS" start="2026-08-13T01:21:35.974165" elapsed="0.004643"/>
</iter>
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-08-13T01:21:35.983316" level="INFO">avg :: 147785.95</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-08-13T01:21:35.979027" elapsed="0.004347"/>
</kw>
<var name="${i}">2</var>
<status status="PASS" start="2026-08-13T01:21:35.978897" elapsed="0.004512"/>
</iter>
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-08-13T01:21:35.987938" level="INFO">stdev :: 50305.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-08-13T01:21:35.983626" elapsed="0.004369"/>
</kw>
<var name="${i}">3</var>
<status status="PASS" start="2026-08-13T01:21:35.983495" elapsed="0.004535"/>
</iter>
<var>${i}</var>
<value>0</value>
<value>${num_stats}</value>
<status status="PASS" start="2026-08-13T01:21:35.968970" elapsed="0.019091"/>
</for>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-08-13T01:21:35.991918" level="INFO">${min} = 128207.47</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-08-13T01:21:35.988215" elapsed="0.003730"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-08-13T01:21:35.995962" level="INFO">${max} = 158985.75</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-08-13T01:21:35.992098" elapsed="0.003891"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-08-13T01:21:35.999852" level="INFO">${average} = 147785.95</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-08-13T01:21:35.996143" elapsed="0.003737"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-08-13T01:21:36.004187" level="INFO">${stdev} = 50305.67</msg>
<var>${stdev}</var>
<arg>${result_value_list[${3}]}</arg>
<doc>Returns the given values which can then be assigned to a variables.</doc>
<status status="PASS" start="2026-08-13T01:21:36.000032" elapsed="0.004184"/>
</kw>
<kw name="Get Time" owner="BuiltIn">
<msg time="2026-08-13T01:21:36.004751" level="INFO">${date} = 2026-08-13 01:21:36</msg>
<var>${date}</var>
<arg>d,m,s</arg>
<doc>Returns the given time in the requested format.</doc>
<status status="PASS" start="2026-08-13T01:21:36.004401" elapsed="0.000375"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-08-13T01:21:36.005344" level="INFO">CBench Result: 2026-08-13 01:21:36,-t -m 60000 -M 100 -S 16 -l 10 -D 5000 -p 6633,128207.47,158985.75,147785.95,50305.67</msg>
<arg>CBench Result: ${date},${cbench_args},${min},${max},${average},${stdev}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-08-13T01:21:36.004924" elapsed="0.000477"/>
</kw>
<kw name="Log Results And Determine Status">
<kw name="Append To File" owner="OperatingSystem">
<msg time="2026-08-13T01:21:36.006628" 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-08-13T01:21:36.006000" elapsed="0.000727"/>
</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-08-13T01:21:36.006961" elapsed="0.000513"/>
</kw>
<arg>${min}</arg>
<arg>${max}</arg>
<arg>${average}</arg>
<arg>${average_threshold}</arg>
<arg>${output_filename}</arg>
<status status="PASS" start="2026-08-13T01:21:36.005538" elapsed="0.002032"/>
</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-08-13T01:11:27.206904" elapsed="608.800743"/>
</kw>
<kw name="Sleep" owner="BuiltIn">
<msg time="2026-08-13T01:21:36.008303" 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-08-13T01:21:36.007852" elapsed="0.000516"/>
</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-08-13T01:21:36.009036" elapsed="0.000291"/>
</kw>
<status status="PASS" start="2026-08-13T01:21:36.008640" elapsed="0.000761"/>
</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-08-13T01:11:27.205432" elapsed="608.804010"/>
</test>
<test id="s1-t3" name="Rerun Latency Test To Check Bug 6176" line="65">
<kw name="Log" owner="BuiltIn">
<msg time="2026-08-13T01:21:36.010863" 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-08-13T01:21:36.010416" elapsed="0.000506"/>
</kw>
<kw name="Run Cbench And Log Results">
<kw name="Set Suite Variable" owner="BuiltIn">
<msg time="2026-08-13T01:21:36.012163" 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-08-13T01:21:36.011831" elapsed="0.000373"/>
</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-08-13T01:21:36.012588" elapsed="0.000023"/>
</kw>
<status status="NOT RUN" start="2026-08-13T01:21:36.012357" elapsed="0.000307"/>
</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-08-13T01:21:36.015838" elapsed="0.000022"/>
</kw>
<status status="NOT RUN" start="2026-08-13T01:21:36.015584" elapsed="0.000312"/>
</branch>
<status status="PASS" start="2026-08-13T01:21:36.015565" elapsed="0.000355"/>
</if>
<kw name="Get Connection" owner="SSHLibrary">
<msg time="2026-08-13T01:21:36.016307" 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-08-13T01:21:36.016434" 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-08-13T01:21:36.016053" elapsed="0.000408"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-08-13T01:21:36.017019" level="INFO">Attempting to execute command "/usr/local/bin/cbench -c 10.30.170.116 -m 60000 -M 100 -S 16 -l 10 -D 5000 -p 6633" on remote system "10.30.171.148" 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-08-13T01:21:36.016597" elapsed="0.000482"/>
</kw>
<kw name="Open Connection" owner="SSHLibrary">
<msg time="2026-08-13T01:21:36.017640" 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-08-13T01:21:36.017223" elapsed="0.000445"/>
</kw>
<kw name="Flexible_SSH_Login" owner="SSHKeywords">
<kw name="Get Length" owner="BuiltIn">
<msg time="2026-08-13T01:21:36.018605" level="INFO">Length is 0.</msg>
<msg time="2026-08-13T01:21:36.018737" 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-08-13T01:21:36.018249" elapsed="0.000513"/>
</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-08-13T01:21:36.018904" elapsed="0.000325"/>
</kw>
<kw name="Run Keyword And Return" owner="BuiltIn">
<kw name="Login With Public Key" owner="SSHLibrary">
<msg time="2026-08-13T01:21:36.020104" level="INFO">Logging into '10.30.171.148:22' as 'jenkins'.</msg>
<msg time="2026-08-13T01:21:36.593765" level="INFO">Read output: Welcome to Ubuntu 22.04.5 LTS (GNU/Linux 5.15.0-186-generic x86_64)

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

 System information as of Thu Aug 13 01:21:36 UTC 2026

  System load:  0.37               Processes:             107
  Usage of /:   20.2% of 38.58GB   Users logged in:       0
  Memory usage: 4%                 IPv4 address for ens3: 10.30.171.148
  Swap usage:   0%


Expanded Security Maintenance for Applications is not enabled.

0 updates can be applied immediately.

14 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 Aug 13 01:11:27 2026 from 10.30.171.57
[?2004h[jenkins@releng-48317-809-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-08-13T01:21:36.019751" elapsed="0.574210"/>
</kw>
<msg time="2026-08-13T01:21:36.594053" 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-08-13T01:21:36.019406" elapsed="0.574727"/>
</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-08-13T01:21:36.017875" elapsed="0.576376"/>
</kw>
<kw name="Execute Command" owner="SSHLibrary">
<msg time="2026-08-13T01:21:36.594764" level="INFO">Executing command '/usr/local/bin/cbench -c 10.30.170.116 -m 60000 -M 100 -S 16 -l 10 -D 5000 -p 6633'.</msg>
<msg time="2026-08-13T01:31:42.654791" level="INFO">Command exited with return code 0.</msg>
<msg time="2026-08-13T01:31:42.655478" level="INFO">${stdout} = </msg>
<msg time="2026-08-13T01:31:42.655584" level="INFO">${stderr} = cbench: controller benchmarking tool
   running in mode 'latency'
   connecting to controller at 10.30.170.116: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-08-13T01:21:36.594475" elapsed="606.061178"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-08-13T01:31:42.656148" elapsed="0.000766"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-08-13T01:31:42.658052" level="INFO">cbench: controller benchmarking tool
   running in mode 'latency'
   connecting to controller at 10.30.170.116: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.116. So far 1 cbench instances have initialized their switches.  Waiting for other cbench-instances
Thread-0: Total switches from ALL cbench-instances initialized.
01:22:41.747 16  switches: flows:  119588 119105 118119 120797 117303 117315 117623 116202 117019 118297 116784 115947 116356 115635 116182 117110  total = 31.323033 per ms 
01:23:41.847 16  switches: flows:  124255 123566 123682 124496 121542 119900 123168 119741 120353 120689 121370 119540 121893 120383 120194 122457  total = 32.399732 per ms 
01:24:41.948 16  switches: flows:  121819 117778 118430 120854 119195 119330 118883 120423 118781 117283 119233 116940 118933 116645 118018 117256  total = 31.610531 per ms 
01:25:42.048 16  switches: flows:  115036 112850 112588 112476 112485 112166 113664 113690 113303 110814 113026 109505 110624 111613 112741 108652  total = 29.870677 per ms 
01:26:42.148 16  switches: flows:  122081 123556 123317 123994 122467 120033 122947 121670 124229 121052 120919 121567 119654 120224 120245 120860  total = 32.426140 per ms 
01:27:42.249 16  switches: flows:  120697 120806 121681 121821 119584 118800 120787 117739 120076 119328 121109 118664 117558 119065 118277 118389  total = 31.853169 per ms 
01:28:42.349 16  switches: flows:  122256 122613 121510 123854 122372 119390 122191 122077 122896 120914 123406 120448 119309 119122 120356 121575  total = 32.350815 per ms 
01:29:42.449 16  switches: flows:  121482 121218 119765 120130 121096 119785 118509 121025 119858 118366 121627 118715 118320 117146 118898 117900  total = 31.844189 per ms 
01:30:42.549 16  switches: flows:  116001 116212 116767 117121 113651 114207 114396 118876 116377 114202 117687 114132 115744 113379 116894 113700  total = 30.771100 per ms 
01:31:42.649 16  switches: flows:  124056 119296 124110 123335 121915 123009 120992 122278 119329 122380 121646 119641 120637 119510 119889 121185  total = 32.332860 per ms 
RESULT: 16 switches 9 tests min/max/avg/stdev = 29870.68/32426.14/31717.69/10604.57 responses/s</msg>
<arg>${stderr}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-08-13T01:31:42.657320" 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-08-13T01:31:42.658904" elapsed="0.000070"/>
</return>
<status status="PASS" start="2026-08-13T01:31:42.658607" elapsed="0.000445"/>
</branch>
<status status="PASS" start="2026-08-13T01:31:42.658549" elapsed="0.000558"/>
</if>
<if>
<branch type="IF" condition="&quot;${return_stderr}&quot;!=&quot;True&quot;">
<return>
<value>${stdout}</value>
<status status="NOT RUN" start="2026-08-13T01:31:42.659354" elapsed="0.000030"/>
</return>
<status status="NOT RUN" start="2026-08-13T01:31:42.659232" elapsed="0.000215"/>
</branch>
<status status="NOT RUN" start="2026-08-13T01:31:42.659197" elapsed="0.000300"/>
</if>
<return>
<value>${stdout}</value>
<value>${stderr}</value>
<status status="NOT RUN" start="2026-08-13T01:31:42.659565" 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-08-13T01:31:42.664116" elapsed="0.000529"/>
</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-08-13T01:31:42.664892" elapsed="0.000234"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-08-13T01:31:42.665344" elapsed="0.000146"/>
</kw>
<arg>${current_ssh_connection.index}</arg>
<doc>Restore active SSH connection in SSHLibrary to given index.</doc>
<status status="PASS" start="2026-08-13T01:31:42.660239" elapsed="0.005333"/>
</kw>
<msg time="2026-08-13T01:31:42.665762" level="INFO">${output} = cbench: controller benchmarking tool
   running in mode 'latency'
   connecting to controller at 10.30.170.116: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-08-13T01:21:36.013049" elapsed="606.652753"/>
</kw>
<status status="PASS" start="2026-08-13T01:21:36.012702" elapsed="606.653175"/>
</branch>
<status status="PASS" start="2026-08-13T01:21:36.012333" elapsed="606.653578"/>
</if>
<kw name="Log" owner="BuiltIn">
<msg time="2026-08-13T01:31:42.666643" level="INFO">cbench: controller benchmarking tool
   running in mode 'latency'
   connecting to controller at 10.30.170.116: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.116. So far 1 cbench instances have initialized their switches.  Waiting for other cbench-instances
Thread-0: Total switches from ALL cbench-instances initialized.
01:22:41.747 16  switches: flows:  119588 119105 118119 120797 117303 117315 117623 116202 117019 118297 116784 115947 116356 115635 116182 117110  total = 31.323033 per ms 
01:23:41.847 16  switches: flows:  124255 123566 123682 124496 121542 119900 123168 119741 120353 120689 121370 119540 121893 120383 120194 122457  total = 32.399732 per ms 
01:24:41.948 16  switches: flows:  121819 117778 118430 120854 119195 119330 118883 120423 118781 117283 119233 116940 118933 116645 118018 117256  total = 31.610531 per ms 
01:25:42.048 16  switches: flows:  115036 112850 112588 112476 112485 112166 113664 113690 113303 110814 113026 109505 110624 111613 112741 108652  total = 29.870677 per ms 
01:26:42.148 16  switches: flows:  122081 123556 123317 123994 122467 120033 122947 121670 124229 121052 120919 121567 119654 120224 120245 120860  total = 32.426140 per ms 
01:27:42.249 16  switches: flows:  120697 120806 121681 121821 119584 118800 120787 117739 120076 119328 121109 118664 117558 119065 118277 118389  total = 31.853169 per ms 
01:28:42.349 16  switches: flows:  122256 122613 121510 123854 122372 119390 122191 122077 122896 120914 123406 120448 119309 119122 120356 121575  total = 32.350815 per ms 
01:29:42.449 16  switches: flows:  121482 121218 119765 120130 121096 119785 118509 121025 119858 118366 121627 118715 118320 117146 118898 117900  total = 31.844189 per ms 
01:30:42.549 16  switches: flows:  116001 116212 116767 117121 113651 114207 114396 118876 116377 114202 117687 114132 115744 113379 116894 113700  total = 30.771100 per ms 
01:31:42.649 16  switches: flows:  124056 119296 124110 123335 121915 123009 120992 122278 119329 122380 121646 119641 120637 119510 119889 121185  total = 32.332860 per ms 
RESULT: 16 switches 9 tests min/max/avg/stdev = 29870.68/32426.14/31717.69/10604.57 responses/s</msg>
<arg>${output}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-08-13T01:31:42.666183" elapsed="0.000570"/>
</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-08-13T01:31:42.666968" elapsed="0.000561"/>
</kw>
<kw name="Get Lines Containing String" owner="String">
<msg time="2026-08-13T01:31:42.668075" level="INFO">1 out of 23 lines matched.</msg>
<msg time="2026-08-13T01:31:42.668208" level="INFO">${result_line} = RESULT: 16 switches 9 tests min/max/avg/stdev = 29870.68/32426.14/31717.69/10604.57 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-08-13T01:31:42.667762" elapsed="0.000482"/>
</kw>
<kw name="Split String" owner="String">
<msg time="2026-08-13T01:31:42.668899" level="INFO">@{results_list} = [ RESULT: | 16 | switches | 9 | tests | min/max/avg/stdev | = | 29870.68/32426.14/31717.69/10604.57 | 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-08-13T01:31:42.668491" elapsed="0.000453"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-08-13T01:31:42.671443" 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-08-13T01:31:42.669164" elapsed="0.002336"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-08-13T01:31:42.673849" level="INFO">29870.68/32426.14/31717.69/10604.57</msg>
<arg>${results_list[7]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-08-13T01:31:42.671645" elapsed="0.002262"/>
</kw>
<kw name="Split String" owner="String">
<msg time="2026-08-13T01:31:42.676243" 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-08-13T01:31:42.674056" elapsed="0.002228"/>
</kw>
<kw name="Split String" owner="String">
<msg time="2026-08-13T01:31:42.678712" level="INFO">@{result_value_list} = [ 29870.68 | 32426.14 | 31717.69 | 10604.57 ]</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-08-13T01:31:42.676486" elapsed="0.002253"/>
</kw>
<kw name="Get Length" owner="BuiltIn">
<msg time="2026-08-13T01:31:42.679194" level="INFO">Length is 4.</msg>
<msg time="2026-08-13T01:31:42.679297" 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-08-13T01:31:42.678891" elapsed="0.000432"/>
</kw>
<for flavor="IN RANGE">
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-08-13T01:31:42.683974" level="INFO">min :: 29870.68</msg>
<arg>${result_name_list[${i}]} :: ${result_value_list[${i}]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-08-13T01:31:42.679698" elapsed="0.004332"/>
</kw>
<var name="${i}">0</var>
<status status="PASS" start="2026-08-13T01:31:42.679571" elapsed="0.004494"/>
</iter>
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-08-13T01:31:42.688628" level="INFO">max :: 32426.14</msg>
<arg>${result_name_list[${i}]} :: ${result_value_list[${i}]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-08-13T01:31:42.684290" elapsed="0.004396"/>
</kw>
<var name="${i}">1</var>
<status status="PASS" start="2026-08-13T01:31:42.684150" elapsed="0.004571"/>
</iter>
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-08-13T01:31:42.693341" level="INFO">avg :: 31717.69</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-08-13T01:31:42.688962" elapsed="0.004436"/>
</kw>
<var name="${i}">2</var>
<status status="PASS" start="2026-08-13T01:31:42.688805" elapsed="0.004627"/>
</iter>
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-08-13T01:31:42.698115" level="INFO">stdev :: 10604.57</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-08-13T01:31:42.693642" elapsed="0.004529"/>
</kw>
<var name="${i}">3</var>
<status status="PASS" start="2026-08-13T01:31:42.693515" elapsed="0.004691"/>
</iter>
<var>${i}</var>
<value>0</value>
<value>${num_stats}</value>
<status status="PASS" start="2026-08-13T01:31:42.679390" elapsed="0.018846"/>
</for>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-08-13T01:31:42.702094" level="INFO">${min} = 29870.68</msg>
<var>${min}</var>
<arg>${result_value_list[${0}]}</arg>
<doc>Returns the given values which can then be assigned to a variables.</doc>
<status status="PASS" start="2026-08-13T01:31:42.698410" elapsed="0.003711"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-08-13T01:31:42.705970" level="INFO">${max} = 32426.14</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-08-13T01:31:42.702321" elapsed="0.003676"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-08-13T01:31:42.709855" level="INFO">${average} = 31717.69</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-08-13T01:31:42.706150" elapsed="0.003732"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-08-13T01:31:42.713804" level="INFO">${stdev} = 10604.57</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-08-13T01:31:42.710044" elapsed="0.003788"/>
</kw>
<kw name="Get Time" owner="BuiltIn">
<msg time="2026-08-13T01:31:42.714368" level="INFO">${date} = 2026-08-13 01:31:42</msg>
<var>${date}</var>
<arg>d,m,s</arg>
<doc>Returns the given time in the requested format.</doc>
<status status="PASS" start="2026-08-13T01:31:42.713996" elapsed="0.000398"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-08-13T01:31:42.714952" level="INFO">CBench Result: 2026-08-13 01:31:42,-m 60000 -M 100 -S 16 -l 10 -D 5000 -p 6633,29870.68,32426.14,31717.69,10604.57</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-08-13T01:31:42.714540" elapsed="0.000470"/>
</kw>
<kw name="Log Results And Determine Status">
<kw name="Append To File" owner="OperatingSystem">
<msg time="2026-08-13T01:31:42.716105" 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-08-13T01:31:42.715630" elapsed="0.000544"/>
</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-08-13T01:31:42.716354" elapsed="0.000454"/>
</kw>
<arg>${min}</arg>
<arg>${max}</arg>
<arg>${average}</arg>
<arg>${average_threshold}</arg>
<arg>${output_filename}</arg>
<status status="PASS" start="2026-08-13T01:31:42.715148" elapsed="0.001724"/>
</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-08-13T01:21:36.011253" elapsed="606.705677"/>
</kw>
<kw name="Sleep" owner="BuiltIn">
<msg time="2026-08-13T01:31:42.717431" 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-08-13T01:31:42.717103" elapsed="0.000385"/>
</kw>
<kw name="Report Failure Due To Bug" owner="Utils" type="TEARDOWN">
<kw name="Evaluate" owner="BuiltIn">
<msg time="2026-08-13T01:31:42.718685" 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-08-13T01:31:42.718191" elapsed="0.000521"/>
</kw>
<if>
<branch type="IF" condition="('${TEST_STATUS}' != 'FAIL') or ${test_skipped}">
<return>
<status status="PASS" start="2026-08-13T01:31:42.718934" elapsed="0.000033"/>
</return>
<status status="PASS" start="2026-08-13T01:31:42.718787" elapsed="0.000211"/>
</branch>
<status status="PASS" start="2026-08-13T01:31:42.718768" elapsed="0.000254"/>
</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-08-13T01:31:42.719161" elapsed="0.000022"/>
</kw>
<kw name="Run Keyword And Return Status" owner="BuiltIn">
<var>${match}</var>
<arg>Should Contain</arg>
<arg>${number}</arg>
<arg>-</arg>
<doc>Runs the specified keyword and returns the status as a Boolean value.</doc>
<status status="NOT RUN" start="2026-08-13T01:31:42.719332" elapsed="0.000021"/>
</kw>
<kw name="Set Variable If" owner="BuiltIn">
<var>${bug_url}</var>
<arg>${match}</arg>
<arg>https://jira.opendaylight.org/browse/${number}</arg>
<arg>https://bugs.opendaylight.org/show_bug.cgi?id=${number}</arg>
<doc>Sets variable based on the given condition.</doc>
<status status="NOT RUN" start="2026-08-13T01:31:42.719491" 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-08-13T01:31:42.719680" 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-08-13T01:31:42.719828" 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-08-13T01:31:42.719971" 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-08-13T01:31:42.720125" elapsed="0.000021"/>
</kw>
<if>
<branch type="IF" condition="&quot;${include_bug_in_tags}&quot;==&quot;True&quot;">
<kw name="Set Tags" owner="BuiltIn">
<arg>${bug_url}</arg>
<doc>Adds given ``tags`` for the current test or all tests in a suite.</doc>
<status status="NOT RUN" start="2026-08-13T01:31:42.720363" elapsed="0.000020"/>
</kw>
<status status="NOT RUN" start="2026-08-13T01:31:42.720210" elapsed="0.000205"/>
</branch>
<status status="NOT RUN" start="2026-08-13T01:31:42.720193" elapsed="0.000246"/>
</if>
<arg>6176</arg>
<doc>Report that a test failed due to a known Bugzilla bug whose
number is provided as an argument.
Not FAILED (incl. SKIPPED) test are not reported.
This keyword must be used in the [Teardown] setting of the affected test
or as the first line of the test if FastFail module is not being
used. It reports the URL of the bug on console and also puts it
into the Robot log file.</doc>
<status status="PASS" start="2026-08-13T01:31:42.717856" elapsed="0.002633"/>
</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-08-13T01:21:36.009764" elapsed="606.710771"/>
</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-08-13T01:01:17.945017" elapsed="1824.776285"/>
</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>
