<?xml version="1.0" encoding="UTF-8"?>
<robot generator="Robot 7.4.2 (Python 3.11.10 on linux)" generated="2026-05-30T07:01:50.796066" 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-05-30T07:01:51.415379" elapsed="0.000031"/>
</return>
<status status="NOT RUN" start="2026-05-30T07:01:51.415209" elapsed="0.000280"/>
</branch>
<status status="PASS" start="2026-05-30T07:01:51.415164" elapsed="0.000355"/>
</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-05-30T07:01:51.415674" elapsed="0.000642"/>
</kw>
<kw name="Login" owner="SSHLibrary">
<msg time="2026-05-30T07:01:51.416833" level="INFO">Logging into '10.30.170.228:8101' as 'karaf'.</msg>
<msg time="2026-05-30T07:01:52.133287" 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-05-30T07:01:51.416503" elapsed="0.717233"/>
</kw>
<kw name="Write" owner="SSHLibrary">
<msg time="2026-05-30T07:01:52.188185" 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-05-30T07:01:52.134302" elapsed="0.053963"/>
</kw>
<kw name="Read Until Regexp" owner="SSHLibrary">
<msg time="2026-05-30T07:01:52.190285" level="INFO">[?1l&gt;[?2004l[?1h=[90m~[0m                                                                                [?2004hopendaylight-user@root&gt;</msg>
<msg time="2026-05-30T07:01:52.190425" 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-05-30T07:01:52.188454" elapsed="0.002010"/>
</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-05-30T07:01:52.190632" elapsed="0.000238"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-05-30T07:01:52.191052" elapsed="0.000331"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-05-30T07:01:52.191993" 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-05-30T07:01:52.191550" elapsed="0.000532"/>
</kw>
<return>
<value>${output}</value>
<status status="PASS" start="2026-05-30T07:01:52.192153" elapsed="0.000092"/>
</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.228
Note that this keyword will open&amp;close new SSH connection, without switching back to previously current session.</doc>
<status status="PASS" start="2026-05-30T07:01:51.414778" elapsed="0.777652"/>
</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-05-30T07:01:51.410939" elapsed="0.781568"/>
</kw>
<kw name="Append To File" owner="OperatingSystem">
<msg time="2026-05-30T07:01:52.193408" 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-05-30T07:01:52.192749" elapsed="0.000719"/>
</kw>
<kw name="Append To File" owner="OperatingSystem">
<msg time="2026-05-30T07:01:52.193885" 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-05-30T07:01:52.193626" elapsed="0.000316"/>
</kw>
<kw name="Evaluate" owner="BuiltIn">
<msg time="2026-05-30T07:01:52.194638" 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-05-30T07:01:52.194148" elapsed="0.000517"/>
</kw>
<kw name="Set Suite Variable" owner="BuiltIn">
<msg time="2026-05-30T07:01:52.195233" 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-05-30T07:01:52.194846" elapsed="0.000430"/>
</kw>
<kw name="Evaluate" owner="BuiltIn">
<msg time="2026-05-30T07:01:52.195807" 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-05-30T07:01:52.195424" elapsed="0.000410"/>
</kw>
<kw name="Set Suite Variable" owner="BuiltIn">
<msg time="2026-05-30T07:01:52.196334" 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-05-30T07:01:52.195995" elapsed="0.000382"/>
</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-05-30T07:01:52.196756" elapsed="0.000021"/>
</kw>
<status status="NOT RUN" start="2026-05-30T07:01:52.196498" elapsed="0.000313"/>
</branch>
<branch type="ELSE">
<kw name="Verify File Exists On Remote System" owner="Utils">
<kw name="Open Connection" owner="SSHLibrary">
<msg time="2026-05-30T07:01:52.201719" 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-05-30T07:01:52.201219" elapsed="0.000527"/>
</kw>
<kw name="Flexible_SSH_Login" owner="SSHKeywords">
<kw name="Get Length" owner="BuiltIn">
<msg time="2026-05-30T07:01:52.203434" level="INFO">Length is 0.</msg>
<msg time="2026-05-30T07:01:52.203520" 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-05-30T07:01:52.202794" elapsed="0.000750"/>
</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-05-30T07:01:52.203696" elapsed="0.000381"/>
</kw>
<kw name="Run Keyword And Return" owner="BuiltIn">
<kw name="Login With Public Key" owner="SSHLibrary">
<msg time="2026-05-30T07:01:52.205240" level="INFO">Logging into '10.30.170.253:22' as 'jenkins'.</msg>
<msg time="2026-05-30T07:01:52.969726" level="INFO">Read output: Welcome to Ubuntu 22.04.5 LTS (GNU/Linux 5.15.0-153-generic x86_64)

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

 System information as of Sat May 30 07:01:52 UTC 2026

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


Expanded Security Maintenance for Applications is not enabled.

0 updates can be applied immediately.

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


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


[?2004h[jenkins@releng-48317-734-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-05-30T07:01:52.204600" elapsed="0.765394"/>
</kw>
<msg time="2026-05-30T07:01:52.970153" 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-05-30T07:01:52.204238" elapsed="0.766058"/>
</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-05-30T07:01:52.201958" elapsed="0.768508"/>
</kw>
<kw name="File Should Exist" owner="SSHLibrary">
<msg time="2026-05-30T07:01:52.981647" 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-05-30T07:01:52.970782" elapsed="0.012547"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-05-30T07:01:52.983845" elapsed="0.000690"/>
</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-05-30T07:01:52.200605" elapsed="0.784081"/>
</kw>
<status status="PASS" start="2026-05-30T07:01:52.196908" elapsed="0.787865"/>
</branch>
<status status="PASS" start="2026-05-30T07:01:52.196462" elapsed="0.788389"/>
</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-05-30T07:01:52.985234" elapsed="0.001183"/>
</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-05-30T07:01:52.994270" elapsed="0.000023"/>
</return>
<status status="NOT RUN" start="2026-05-30T07:01:52.994117" elapsed="0.000220"/>
</branch>
<status status="PASS" start="2026-05-30T07:01:52.994078" elapsed="0.000285"/>
</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-05-30T07:01:52.997991" elapsed="0.000018"/>
</return>
<status status="NOT RUN" start="2026-05-30T07:01:52.997874" elapsed="0.000184"/>
</branch>
<status status="PASS" start="2026-05-30T07:01:52.997854" elapsed="0.000229"/>
</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-05-30T07:01:52.998260" elapsed="0.000553"/>
</kw>
<kw name="Login" owner="SSHLibrary">
<msg time="2026-05-30T07:01:52.999396" level="INFO">Logging into '10.30.170.228:8101' as 'karaf'.</msg>
<msg time="2026-05-30T07:01:53.205147" 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-05-30T07:01:52.998969" elapsed="0.206447"/>
</kw>
<kw name="Write" owner="SSHLibrary">
<msg time="2026-05-30T07:01:53.302007" 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-05-30T07:01:53.205807" elapsed="0.096365"/>
</kw>
<kw name="Read Until Regexp" owner="SSHLibrary">
<msg time="2026-05-30T07:01:53.319788" 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-05-30T07:01:53.320074" 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-05-30T07:01:53.302439" elapsed="0.017669"/>
</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-05-30T07:01:53.320273" elapsed="0.000244"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-05-30T07:01:53.320658" elapsed="0.000260"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-05-30T07:01:53.321471" 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-05-30T07:01:53.321088" elapsed="0.000437"/>
</kw>
<return>
<value>${output}</value>
<status status="PASS" start="2026-05-30T07:01:53.321584" elapsed="0.000074"/>
</return>
<msg time="2026-05-30T07:01:53.321828" 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.228
Note that this keyword will open&amp;close new SSH connection, without switching back to previously current session.</doc>
<status status="PASS" start="2026-05-30T07:01:52.997496" elapsed="0.324365"/>
</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-05-30T07:01:53.322015" elapsed="0.000699"/>
</kw>
<return>
<value>${output}</value>
<status status="PASS" start="2026-05-30T07:01:53.322767" elapsed="0.000033"/>
</return>
<arg>odl-openflowplugin-drop-test</arg>
<doc>Will Succeed if the given ${feature_name} is found in the output of "feature:list -i"</doc>
<status status="PASS" start="2026-05-30T07:01:52.993686" elapsed="0.329214"/>
</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-05-30T07:01:53.326929" elapsed="0.000016"/>
</return>
<status status="NOT RUN" start="2026-05-30T07:01:53.326764" elapsed="0.000213"/>
</branch>
<status status="PASS" start="2026-05-30T07:01:53.326736" elapsed="0.000267"/>
</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-05-30T07:01:53.327164" elapsed="0.000509"/>
</kw>
<kw name="Login" owner="SSHLibrary">
<msg time="2026-05-30T07:01:53.328108" level="INFO">Logging into '10.30.170.228:8101' as 'karaf'.</msg>
<msg time="2026-05-30T07:01:53.526401" 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-05-30T07:01:53.327820" elapsed="0.198781"/>
</kw>
<kw name="Write" owner="SSHLibrary">
<msg time="2026-05-30T07:01:53.548002" 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-05-30T07:01:53.526894" elapsed="0.021181"/>
</kw>
<kw name="Read Until Regexp" owner="SSHLibrary">
<msg time="2026-05-30T07:01:53.549813" level="INFO">[?1l&gt;[?2004lDropAllFlows transitions to on
[?1h=[90m~[0m                                                                                [?2004hopendaylight-user@root&gt;</msg>
<msg time="2026-05-30T07:01:53.549926" 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-05-30T07:01:53.548222" elapsed="0.001732"/>
</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-05-30T07:01:53.550109" elapsed="0.000182"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-05-30T07:01:53.550435" elapsed="0.000220"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-05-30T07:01:53.551211" 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-05-30T07:01:53.550798" elapsed="0.000483"/>
</kw>
<return>
<value>${output}</value>
<status status="PASS" start="2026-05-30T07:01:53.551339" elapsed="0.000072"/>
</return>
<arg>dropallpacketsrpc on</arg>
<doc>Will execute the given ${cmd} by ssh'ing to the karaf console running on 10.30.170.228
Note that this keyword will open&amp;close new SSH connection, without switching back to previously current session.</doc>
<status status="PASS" start="2026-05-30T07:01:53.326374" elapsed="0.225172"/>
</kw>
<status status="PASS" start="2026-05-30T07:01:51.408749" elapsed="2.142868"/>
</kw>
<test id="s1-t1" name="Cbench Latency Test" line="37">
<kw name="Log" owner="BuiltIn">
<msg time="2026-05-30T07:01:53.555310" 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-05-30T07:01:53.553048" elapsed="0.002390"/>
</kw>
<kw name="Run Cbench And Log Results">
<kw name="Set Suite Variable" owner="BuiltIn">
<msg time="2026-05-30T07:01:53.557211" 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-05-30T07:01:53.556796" elapsed="0.000459"/>
</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-05-30T07:01:53.557637" elapsed="0.000022"/>
</kw>
<status status="NOT RUN" start="2026-05-30T07:01:53.557355" elapsed="0.000342"/>
</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-05-30T07:01:53.560880" elapsed="0.000021"/>
</kw>
<status status="NOT RUN" start="2026-05-30T07:01:53.560622" elapsed="0.000315"/>
</branch>
<status status="PASS" start="2026-05-30T07:01:53.560603" elapsed="0.000359"/>
</if>
<kw name="Get Connection" owner="SSHLibrary">
<msg time="2026-05-30T07:01:53.561377" 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-05-30T07:01:53.561503" 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-05-30T07:01:53.561134" elapsed="0.000395"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-05-30T07:01:53.562110" level="INFO">Attempting to execute command "/usr/local/bin/cbench -c 10.30.170.228 -m 60000 -M 100 -S 16 -l 10 -D 5000 -p 6633" on remote system "10.30.170.253" 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-05-30T07:01:53.561666" elapsed="0.000505"/>
</kw>
<kw name="Open Connection" owner="SSHLibrary">
<msg time="2026-05-30T07:01:53.562836" 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-05-30T07:01:53.562314" elapsed="0.000548"/>
</kw>
<kw name="Flexible_SSH_Login" owner="SSHKeywords">
<kw name="Get Length" owner="BuiltIn">
<msg time="2026-05-30T07:01:53.563867" level="INFO">Length is 0.</msg>
<msg time="2026-05-30T07:01:53.563959" 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-05-30T07:01:53.563477" elapsed="0.000506"/>
</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-05-30T07:01:53.564148" elapsed="0.000352"/>
</kw>
<kw name="Run Keyword And Return" owner="BuiltIn">
<kw name="Login With Public Key" owner="SSHLibrary">
<msg time="2026-05-30T07:01:53.565389" level="INFO">Logging into '10.30.170.253:22' as 'jenkins'.</msg>
<msg time="2026-05-30T07:01:53.973812" level="INFO">Read output: Welcome to Ubuntu 22.04.5 LTS (GNU/Linux 5.15.0-153-generic x86_64)

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

 System information as of Sat May 30 07:01:52 UTC 2026

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


Expanded Security Maintenance for Applications is not enabled.

0 updates can be applied immediately.

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


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


Last login: Sat May 30 07:01:52 2026 from 10.30.171.35
[?2004h[jenkins@releng-48317-734-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-05-30T07:01:53.565016" elapsed="0.409178"/>
</kw>
<msg time="2026-05-30T07:01:53.974330" 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-05-30T07:01:53.564656" elapsed="0.409813"/>
</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-05-30T07:01:53.563093" elapsed="0.411570"/>
</kw>
<kw name="Execute Command" owner="SSHLibrary">
<msg time="2026-05-30T07:01:53.975918" level="INFO">Executing command '/usr/local/bin/cbench -c 10.30.170.228 -m 60000 -M 100 -S 16 -l 10 -D 5000 -p 6633'.</msg>
<msg time="2026-05-30T07:12:00.124629" level="INFO">Command exited with return code 0.</msg>
<msg time="2026-05-30T07:12:00.125194" level="INFO">${stdout} = </msg>
<msg time="2026-05-30T07:12:00.125299" level="INFO">${stderr} = cbench: controller benchmarking tool
   running in mode 'latency'
   connecting to controller at 10.30.170.228: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-05-30T07:01:53.975013" elapsed="606.150345"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-05-30T07:12:00.125822" elapsed="0.000870"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-05-30T07:12:00.127871" level="INFO">cbench: controller benchmarking tool
   running in mode 'latency'
   connecting to controller at 10.30.170.228: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.228. So far 1 cbench instances have initialized their switches.  Waiting for other cbench-instances
Thread-0: Total switches from ALL cbench-instances initialized.
07:02:59.200 16  switches: flows:  124124 121339 122727 119967 119694 120452 121704 121567 119282 118098 118199 115236 115764 117156 118033 118803  total = 31.869083 per ms 
07:03:59.300 16  switches: flows:  136652 137630 134250 137055 134244 136210 134650 134219 130683 130925 131247 129312 133880 129678 129534 131763  total = 35.472955 per ms 
07:04:59.401 16  switches: flows:  129804 130279 128013 128310 127845 131400 128417 128122 125329 124756 125092 122856 124306 122770 120809 123771  total = 33.641338 per ms 
07:05:59.502 16  switches: flows:  136478 137336 136946 133902 133516 137657 135857 133164 133412 134165 129466 131555 134235 129756 131201 133110  total = 35.636431 per ms 
07:06:59.602 16  switches: flows:  136334 134363 136803 133651 134789 136535 135425 131889 129915 134720 129224 131816 133743 129270 130276 131507  total = 35.445112 per ms 
07:07:59.702 16  switches: flows:  140957 138280 141355 137378 137536 141268 140231 136345 133804 138191 133984 134665 138235 134802 134933 137345  total = 36.594034 per ms 
07:08:59.803 16  switches: flows:  140707 140096 142790 140443 139348 143169 140645 137263 135877 138316 135566 137373 139435 136285 135279 137537  total = 36.940429 per ms 
07:09:59.903 16  switches: flows:  140561 138542 143003 138470 138687 141770 136767 137011 135389 137076 134506 136071 139103 133620 133098 138227  total = 36.637178 per ms 
07:11:00.003 16  switches: flows:  143092 140712 145607 140656 140767 145215 142318 140415 136822 141120 138383 139284 141157 137054 136527 140326  total = 37.428388 per ms 
07:12:00.104 16  switches: flows:  143372 139973 143036 139428 139138 142088 141807 138173 136835 139604 135400 136654 139959 135525 134831 140005  total = 37.035077 per ms 
RESULT: 16 switches 9 tests min/max/avg/stdev = 33641.34/37428.39/36092.33/12081.28 responses/s</msg>
<arg>${stderr}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-05-30T07:12:00.127139" elapsed="0.001044"/>
</kw>
<if>
<branch type="IF" condition="&quot;${return_stdout}&quot;!=&quot;True&quot;">
<return>
<value>${stderr}</value>
<status status="PASS" start="2026-05-30T07:12:00.128680" elapsed="0.000076"/>
</return>
<status status="PASS" start="2026-05-30T07:12:00.128372" elapsed="0.000464"/>
</branch>
<status status="PASS" start="2026-05-30T07:12:00.128315" elapsed="0.000576"/>
</if>
<if>
<branch type="IF" condition="&quot;${return_stderr}&quot;!=&quot;True&quot;">
<return>
<value>${stdout}</value>
<status status="NOT RUN" start="2026-05-30T07:12:00.129140" elapsed="0.000029"/>
</return>
<status status="NOT RUN" start="2026-05-30T07:12:00.129053" elapsed="0.000180"/>
</branch>
<status status="NOT RUN" start="2026-05-30T07:12:00.128985" elapsed="0.000295"/>
</if>
<return>
<value>${stdout}</value>
<value>${stderr}</value>
<status status="NOT RUN" start="2026-05-30T07:12:00.129355" 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-05-30T07:12:00.135059" elapsed="0.000562"/>
</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-05-30T07:12:00.135770" elapsed="0.000169"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-05-30T07:12:00.136086" elapsed="0.000100"/>
</kw>
<arg>${current_ssh_connection.index}</arg>
<doc>Restore active SSH connection in SSHLibrary to given index.</doc>
<status status="PASS" start="2026-05-30T07:12:00.130058" elapsed="0.006181"/>
</kw>
<msg time="2026-05-30T07:12:00.136369" level="INFO">${output} = cbench: controller benchmarking tool
   running in mode 'latency'
   connecting to controller at 10.30.170.228: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-05-30T07:01:53.558105" elapsed="606.578291"/>
</kw>
<status status="PASS" start="2026-05-30T07:01:53.557731" elapsed="606.578719"/>
</branch>
<status status="PASS" start="2026-05-30T07:01:53.557325" elapsed="606.579148"/>
</if>
<kw name="Log" owner="BuiltIn">
<msg time="2026-05-30T07:12:00.136901" level="INFO">cbench: controller benchmarking tool
   running in mode 'latency'
   connecting to controller at 10.30.170.228: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.228. So far 1 cbench instances have initialized their switches.  Waiting for other cbench-instances
Thread-0: Total switches from ALL cbench-instances initialized.
07:02:59.200 16  switches: flows:  124124 121339 122727 119967 119694 120452 121704 121567 119282 118098 118199 115236 115764 117156 118033 118803  total = 31.869083 per ms 
07:03:59.300 16  switches: flows:  136652 137630 134250 137055 134244 136210 134650 134219 130683 130925 131247 129312 133880 129678 129534 131763  total = 35.472955 per ms 
07:04:59.401 16  switches: flows:  129804 130279 128013 128310 127845 131400 128417 128122 125329 124756 125092 122856 124306 122770 120809 123771  total = 33.641338 per ms 
07:05:59.502 16  switches: flows:  136478 137336 136946 133902 133516 137657 135857 133164 133412 134165 129466 131555 134235 129756 131201 133110  total = 35.636431 per ms 
07:06:59.602 16  switches: flows:  136334 134363 136803 133651 134789 136535 135425 131889 129915 134720 129224 131816 133743 129270 130276 131507  total = 35.445112 per ms 
07:07:59.702 16  switches: flows:  140957 138280 141355 137378 137536 141268 140231 136345 133804 138191 133984 134665 138235 134802 134933 137345  total = 36.594034 per ms 
07:08:59.803 16  switches: flows:  140707 140096 142790 140443 139348 143169 140645 137263 135877 138316 135566 137373 139435 136285 135279 137537  total = 36.940429 per ms 
07:09:59.903 16  switches: flows:  140561 138542 143003 138470 138687 141770 136767 137011 135389 137076 134506 136071 139103 133620 133098 138227  total = 36.637178 per ms 
07:11:00.003 16  switches: flows:  143092 140712 145607 140656 140767 145215 142318 140415 136822 141120 138383 139284 141157 137054 136527 140326  total = 37.428388 per ms 
07:12:00.104 16  switches: flows:  143372 139973 143036 139428 139138 142088 141807 138173 136835 139604 135400 136654 139959 135525 134831 140005  total = 37.035077 per ms 
RESULT: 16 switches 9 tests min/max/avg/stdev = 33641.34/37428.39/36092.33/12081.28 responses/s</msg>
<arg>${output}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-05-30T07:12:00.136612" elapsed="0.000362"/>
</kw>
<kw name="Should Contain" owner="BuiltIn">
<arg>${output}</arg>
<arg>RESULT</arg>
<doc>Fails if ``container`` does not contain ``item`` one or more times.</doc>
<status status="PASS" start="2026-05-30T07:12:00.137144" elapsed="0.000362"/>
</kw>
<kw name="Get Lines Containing String" owner="String">
<msg time="2026-05-30T07:12:00.137898" level="INFO">1 out of 23 lines matched.</msg>
<msg time="2026-05-30T07:12:00.137995" level="INFO">${result_line} = RESULT: 16 switches 9 tests min/max/avg/stdev = 33641.34/37428.39/36092.33/12081.28 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-05-30T07:12:00.137667" elapsed="0.000372"/>
</kw>
<kw name="Split String" owner="String">
<msg time="2026-05-30T07:12:00.138451" level="INFO">@{results_list} = [ RESULT: | 16 | switches | 9 | tests | min/max/avg/stdev | = | 33641.34/37428.39/36092.33/12081.28 | 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-05-30T07:12:00.138194" elapsed="0.000285"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-05-30T07:12:00.140867" 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-05-30T07:12:00.138625" elapsed="0.002300"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-05-30T07:12:00.143328" level="INFO">33641.34/37428.39/36092.33/12081.28</msg>
<arg>${results_list[7]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-05-30T07:12:00.141092" elapsed="0.002293"/>
</kw>
<kw name="Split String" owner="String">
<msg time="2026-05-30T07:12:00.145737" 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-05-30T07:12:00.143538" elapsed="0.002227"/>
</kw>
<kw name="Split String" owner="String">
<msg time="2026-05-30T07:12:00.148196" level="INFO">@{result_value_list} = [ 33641.34 | 37428.39 | 36092.33 | 12081.28 ]</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-05-30T07:12:00.145962" elapsed="0.002262"/>
</kw>
<kw name="Get Length" owner="BuiltIn">
<msg time="2026-05-30T07:12:00.148681" level="INFO">Length is 4.</msg>
<msg time="2026-05-30T07:12:00.148770" 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-05-30T07:12:00.148377" elapsed="0.000418"/>
</kw>
<for flavor="IN RANGE">
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-05-30T07:12:00.153486" level="INFO">min :: 33641.34</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-05-30T07:12:00.149193" elapsed="0.004350"/>
</kw>
<var name="${i}">0</var>
<status status="PASS" start="2026-05-30T07:12:00.149061" elapsed="0.004516"/>
</iter>
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-05-30T07:12:00.158087" level="INFO">max :: 37428.39</msg>
<arg>${result_name_list[${i}]} :: ${result_value_list[${i}]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-05-30T07:12:00.153795" elapsed="0.004348"/>
</kw>
<var name="${i}">1</var>
<status status="PASS" start="2026-05-30T07:12:00.153669" elapsed="0.004509"/>
</iter>
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-05-30T07:12:00.162664" level="INFO">avg :: 36092.33</msg>
<arg>${result_name_list[${i}]} :: ${result_value_list[${i}]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-05-30T07:12:00.158393" elapsed="0.004327"/>
</kw>
<var name="${i}">2</var>
<status status="PASS" start="2026-05-30T07:12:00.158266" elapsed="0.004488"/>
</iter>
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-05-30T07:12:00.167295" level="INFO">stdev :: 12081.28</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-05-30T07:12:00.162972" elapsed="0.004380"/>
</kw>
<var name="${i}">3</var>
<status status="PASS" start="2026-05-30T07:12:00.162845" elapsed="0.004541"/>
</iter>
<var>${i}</var>
<value>0</value>
<value>${num_stats}</value>
<status status="PASS" start="2026-05-30T07:12:00.148861" elapsed="0.018557"/>
</for>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-05-30T07:12:00.171295" level="INFO">${min} = 33641.34</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-05-30T07:12:00.167573" elapsed="0.003750"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-05-30T07:12:00.175505" level="INFO">${max} = 37428.39</msg>
<var>${max}</var>
<arg>${result_value_list[${1}]}</arg>
<doc>Returns the given values which can then be assigned to a variables.</doc>
<status status="PASS" start="2026-05-30T07:12:00.171475" elapsed="0.004059"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-05-30T07:12:00.179563" level="INFO">${average} = 36092.33</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-05-30T07:12:00.175688" elapsed="0.003902"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-05-30T07:12:00.183500" level="INFO">${stdev} = 12081.28</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-05-30T07:12:00.179741" elapsed="0.003786"/>
</kw>
<kw name="Get Time" owner="BuiltIn">
<msg time="2026-05-30T07:12:00.184056" level="INFO">${date} = 2026-05-30 07:12:00</msg>
<var>${date}</var>
<arg>d,m,s</arg>
<doc>Returns the given time in the requested format.</doc>
<status status="PASS" start="2026-05-30T07:12:00.183688" elapsed="0.000396"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-05-30T07:12:00.184639" level="INFO">CBench Result: 2026-05-30 07:12:00,-m 60000 -M 100 -S 16 -l 10 -D 5000 -p 6633,33641.34,37428.39,36092.33,12081.28</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-05-30T07:12:00.184232" elapsed="0.000462"/>
</kw>
<kw name="Log Results And Determine Status">
<kw name="Append To File" owner="OperatingSystem">
<msg time="2026-05-30T07:12:00.185712" 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-05-30T07:12:00.185323" elapsed="0.000453"/>
</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-05-30T07:12:00.185926" elapsed="0.000469"/>
</kw>
<arg>${min}</arg>
<arg>${max}</arg>
<arg>${average}</arg>
<arg>${average_threshold}</arg>
<arg>${output_filename}</arg>
<status status="PASS" start="2026-05-30T07:12:00.184838" elapsed="0.001621"/>
</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-05-30T07:01:53.556077" elapsed="606.630441"/>
</kw>
<kw name="Sleep" owner="BuiltIn">
<msg time="2026-05-30T07:12:00.186977" 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-05-30T07:12:00.186666" elapsed="0.000384"/>
</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-05-30T07:12:00.187581" elapsed="0.000263"/>
</kw>
<status status="PASS" start="2026-05-30T07:12:00.187279" elapsed="0.000635"/>
</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-05-30T07:01:53.551847" elapsed="606.636104"/>
</test>
<test id="s1-t2" name="Cbench Throughput Test" line="51">
<kw name="Log" owner="BuiltIn">
<msg time="2026-05-30T07:12:00.189566" 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-05-30T07:12:00.189157" elapsed="0.000467"/>
</kw>
<kw name="Run Cbench And Log Results">
<kw name="Set Suite Variable" owner="BuiltIn">
<msg time="2026-05-30T07:12:00.191141" 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-05-30T07:12:00.190537" elapsed="0.000673"/>
</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-05-30T07:12:00.191539" elapsed="0.000021"/>
</kw>
<status status="NOT RUN" start="2026-05-30T07:12:00.191318" elapsed="0.000278"/>
</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-05-30T07:12:00.194451" elapsed="0.000021"/>
</kw>
<status status="NOT RUN" start="2026-05-30T07:12:00.194206" elapsed="0.000300"/>
</branch>
<status status="PASS" start="2026-05-30T07:12:00.194188" elapsed="0.000342"/>
</if>
<kw name="Get Connection" owner="SSHLibrary">
<msg time="2026-05-30T07:12:00.194845" 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-05-30T07:12:00.194962" 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-05-30T07:12:00.194664" elapsed="0.000326"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-05-30T07:12:00.195571" level="INFO">Attempting to execute command "/usr/local/bin/cbench -c 10.30.170.228 -t -m 60000 -M 100 -S 16 -l 10 -D 5000 -p 6633" on remote system "10.30.170.253" 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-05-30T07:12:00.195142" elapsed="0.000487"/>
</kw>
<kw name="Open Connection" owner="SSHLibrary">
<msg time="2026-05-30T07:12:00.196180" 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-05-30T07:12:00.195767" elapsed="0.000440"/>
</kw>
<kw name="Flexible_SSH_Login" owner="SSHKeywords">
<kw name="Get Length" owner="BuiltIn">
<msg time="2026-05-30T07:12:00.197095" level="INFO">Length is 0.</msg>
<msg time="2026-05-30T07:12:00.197185" 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-05-30T07:12:00.196778" elapsed="0.000432"/>
</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-05-30T07:12:00.197349" elapsed="0.000322"/>
</kw>
<kw name="Run Keyword And Return" owner="BuiltIn">
<kw name="Login With Public Key" owner="SSHLibrary">
<msg time="2026-05-30T07:12:00.198545" level="INFO">Logging into '10.30.170.253:22' as 'jenkins'.</msg>
<msg time="2026-05-30T07:12:00.776054" level="INFO">Read output: Welcome to Ubuntu 22.04.5 LTS (GNU/Linux 5.15.0-153-generic x86_64)

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

 System information as of Sat May 30 07:12:00 UTC 2026

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


Expanded Security Maintenance for Applications is not enabled.

0 updates can be applied immediately.

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


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


Last login: Sat May 30 07:01:53 2026 from 10.30.171.35
[?2004h[jenkins@releng-48317-734-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-05-30T07:12:00.198192" elapsed="0.577989"/>
</kw>
<msg time="2026-05-30T07:12:00.776251" 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-05-30T07:12:00.197822" elapsed="0.578505"/>
</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-05-30T07:12:00.196406" elapsed="0.580014"/>
</kw>
<kw name="Execute Command" owner="SSHLibrary">
<msg time="2026-05-30T07:12:00.776852" level="INFO">Executing command '/usr/local/bin/cbench -c 10.30.170.228 -t -m 60000 -M 100 -S 16 -l 10 -D 5000 -p 6633'.</msg>
<msg time="2026-05-30T07:22:06.810036" level="INFO">Command exited with return code 0.</msg>
<msg time="2026-05-30T07:22:06.810564" level="INFO">${stdout} = </msg>
<msg time="2026-05-30T07:22:06.810669" level="INFO">${stderr} = cbench: controller benchmarking tool
   running in mode 'throughput'
   connecting to controller at 10.30.170.228: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-05-30T07:12:00.776594" elapsed="606.034130"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-05-30T07:22:06.811194" elapsed="0.000656"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-05-30T07:22:06.813057" level="INFO">cbench: controller benchmarking tool
   running in mode 'throughput'
   connecting to controller at 10.30.170.228: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.228. So far 1 cbench instances have initialized their switches.  Waiting for other cbench-instances
Thread-0: Total switches from ALL cbench-instances initialized.
07:13:05.882 16  switches: flows:  520311 532990 533973 535671 523133 525021 522198 533293 513014 518856 522741 520757 513642 524375 520629 523050  total = 139.727567 per ms 
07:14:05.984 16  switches: flows:  554450 553611 544663 548899 544017 545970 550641 546606 554258 543478 549089 541863 547876 547875 543982 549825  total = 145.873724 per ms 
07:15:06.085 16  switches: flows:  557050 560161 557236 562639 560956 560393 560023 564635 555046 560183 565341 561363 553647 564424 561356 564242  total = 149.225810 per ms 
07:16:06.186 16  switches: flows:  574325 573616 565138 566179 570189 561729 560687 570608 560723 570034 565551 566738 575111 566672 560554 569967  total = 151.043480 per ms 
07:17:06.288 16  switches: flows:  557164 556877 553783 557532 553818 552338 554651 555250 554956 553943 549750 542108 558519 551826 561283 558023  total = 147.615100 per ms 
07:18:06.389 16  switches: flows:  557272 549778 554172 559903 560264 548437 552207 555715 563232 550373 554133 552921 559506 555493 549424 553049  total = 147.683177 per ms 
07:19:06.490 16  switches: flows:  587041 581866 582600 588467 581707 584457 583724 586918 589590 590153 582835 581327 582635 587734 585342 593162  total = 155.895896 per ms 
07:20:06.592 16  switches: flows:  580831 575278 588585 587820 582047 578009 579542 591308 586728 584679 581618 576646 587513 582482 590080 587577  total = 155.418183 per ms 
07:21:06.693 16  switches: flows:  590804 596801 608430 592994 596645 593872 595909 596328 590592 596802 585789 591884 591983 600535 598007 599573  total = 158.515777 per ms 
07:22:06.794 16  switches: flows:  568246 569770 567832 562044 570491 568857 565733 568227 567987 568626 561583 568006 574284 577571 566630 566099  total = 151.278395 per ms 
RESULT: 16 switches 9 tests min/max/avg/stdev = 145873.72/158515.78/151394.39/50630.25 responses/s</msg>
<arg>${stderr}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-05-30T07:22:06.812286" elapsed="0.001080"/>
</kw>
<if>
<branch type="IF" condition="&quot;${return_stdout}&quot;!=&quot;True&quot;">
<return>
<value>${stderr}</value>
<status status="PASS" start="2026-05-30T07:22:06.813873" elapsed="0.000073"/>
</return>
<status status="PASS" start="2026-05-30T07:22:06.813544" elapsed="0.000521"/>
</branch>
<status status="PASS" start="2026-05-30T07:22:06.813494" elapsed="0.000630"/>
</if>
<if>
<branch type="IF" condition="&quot;${return_stderr}&quot;!=&quot;True&quot;">
<return>
<value>${stdout}</value>
<status status="NOT RUN" start="2026-05-30T07:22:06.814337" elapsed="0.000029"/>
</return>
<status status="NOT RUN" start="2026-05-30T07:22:06.814253" elapsed="0.000175"/>
</branch>
<status status="NOT RUN" start="2026-05-30T07:22:06.814217" elapsed="0.000259"/>
</if>
<return>
<value>${stdout}</value>
<value>${stderr}</value>
<status status="NOT RUN" start="2026-05-30T07:22:06.814545" 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-05-30T07:22:06.820318" elapsed="0.000536"/>
</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-05-30T07:22:06.821018" elapsed="0.000167"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-05-30T07:22:06.821315" elapsed="0.000102"/>
</kw>
<arg>${current_ssh_connection.index}</arg>
<doc>Restore active SSH connection in SSHLibrary to given index.</doc>
<status status="PASS" start="2026-05-30T07:22:06.815269" elapsed="0.006201"/>
</kw>
<msg time="2026-05-30T07:22:06.821598" level="INFO">${output} = cbench: controller benchmarking tool
   running in mode 'throughput'
   connecting to controller at 10.30.170.228: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-05-30T07:12:00.191929" elapsed="606.629696"/>
</kw>
<status status="PASS" start="2026-05-30T07:12:00.191621" elapsed="606.630052"/>
</branch>
<status status="PASS" start="2026-05-30T07:12:00.191299" elapsed="606.630397"/>
</if>
<kw name="Log" owner="BuiltIn">
<msg time="2026-05-30T07:22:06.822138" level="INFO">cbench: controller benchmarking tool
   running in mode 'throughput'
   connecting to controller at 10.30.170.228: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.228. So far 1 cbench instances have initialized their switches.  Waiting for other cbench-instances
Thread-0: Total switches from ALL cbench-instances initialized.
07:13:05.882 16  switches: flows:  520311 532990 533973 535671 523133 525021 522198 533293 513014 518856 522741 520757 513642 524375 520629 523050  total = 139.727567 per ms 
07:14:05.984 16  switches: flows:  554450 553611 544663 548899 544017 545970 550641 546606 554258 543478 549089 541863 547876 547875 543982 549825  total = 145.873724 per ms 
07:15:06.085 16  switches: flows:  557050 560161 557236 562639 560956 560393 560023 564635 555046 560183 565341 561363 553647 564424 561356 564242  total = 149.225810 per ms 
07:16:06.186 16  switches: flows:  574325 573616 565138 566179 570189 561729 560687 570608 560723 570034 565551 566738 575111 566672 560554 569967  total = 151.043480 per ms 
07:17:06.288 16  switches: flows:  557164 556877 553783 557532 553818 552338 554651 555250 554956 553943 549750 542108 558519 551826 561283 558023  total = 147.615100 per ms 
07:18:06.389 16  switches: flows:  557272 549778 554172 559903 560264 548437 552207 555715 563232 550373 554133 552921 559506 555493 549424 553049  total = 147.683177 per ms 
07:19:06.490 16  switches: flows:  587041 581866 582600 588467 581707 584457 583724 586918 589590 590153 582835 581327 582635 587734 585342 593162  total = 155.895896 per ms 
07:20:06.592 16  switches: flows:  580831 575278 588585 587820 582047 578009 579542 591308 586728 584679 581618 576646 587513 582482 590080 587577  total = 155.418183 per ms 
07:21:06.693 16  switches: flows:  590804 596801 608430 592994 596645 593872 595909 596328 590592 596802 585789 591884 591983 600535 598007 599573  total = 158.515777 per ms 
07:22:06.794 16  switches: flows:  568246 569770 567832 562044 570491 568857 565733 568227 567987 568626 561583 568006 574284 577571 566630 566099  total = 151.278395 per ms 
RESULT: 16 switches 9 tests min/max/avg/stdev = 145873.72/158515.78/151394.39/50630.25 responses/s</msg>
<arg>${output}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-05-30T07:22:06.821835" elapsed="0.000376"/>
</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-05-30T07:22:06.822360" elapsed="0.000362"/>
</kw>
<kw name="Get Lines Containing String" owner="String">
<msg time="2026-05-30T07:22:06.823113" level="INFO">1 out of 23 lines matched.</msg>
<msg time="2026-05-30T07:22:06.823202" level="INFO">${result_line} = RESULT: 16 switches 9 tests min/max/avg/stdev = 145873.72/158515.78/151394.39/50630.25 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-05-30T07:22:06.822882" elapsed="0.000345"/>
</kw>
<kw name="Split String" owner="String">
<msg time="2026-05-30T07:22:06.823630" level="INFO">@{results_list} = [ RESULT: | 16 | switches | 9 | tests | min/max/avg/stdev | = | 145873.72/158515.78/151394.39/50630.25 | 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-05-30T07:22:06.823380" elapsed="0.000277"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-05-30T07:22:06.826063" 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-05-30T07:22:06.823800" elapsed="0.002319"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-05-30T07:22:06.828488" level="INFO">145873.72/158515.78/151394.39/50630.25</msg>
<arg>${results_list[7]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-05-30T07:22:06.826264" elapsed="0.002281"/>
</kw>
<kw name="Split String" owner="String">
<msg time="2026-05-30T07:22:06.830896" 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-05-30T07:22:06.828697" elapsed="0.002227"/>
</kw>
<kw name="Split String" owner="String">
<msg time="2026-05-30T07:22:06.833428" level="INFO">@{result_value_list} = [ 145873.72 | 158515.78 | 151394.39 | 50630.25 ]</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-05-30T07:22:06.831131" elapsed="0.002324"/>
</kw>
<kw name="Get Length" owner="BuiltIn">
<msg time="2026-05-30T07:22:06.833911" level="INFO">Length is 4.</msg>
<msg time="2026-05-30T07:22:06.833998" 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-05-30T07:22:06.833608" elapsed="0.000429"/>
</kw>
<for flavor="IN RANGE">
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-05-30T07:22:06.838707" level="INFO">min :: 145873.72</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-05-30T07:22:06.834411" elapsed="0.004353"/>
</kw>
<var name="${i}">0</var>
<status status="PASS" start="2026-05-30T07:22:06.834283" elapsed="0.004515"/>
</iter>
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-05-30T07:22:06.843503" level="INFO">max :: 158515.78</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-05-30T07:22:06.839028" elapsed="0.004533"/>
</kw>
<var name="${i}">1</var>
<status status="PASS" start="2026-05-30T07:22:06.838887" elapsed="0.004709"/>
</iter>
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-05-30T07:22:06.848111" level="INFO">avg :: 151394.39</msg>
<arg>${result_name_list[${i}]} :: ${result_value_list[${i}]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-05-30T07:22:06.843814" elapsed="0.004354"/>
</kw>
<var name="${i}">2</var>
<status status="PASS" start="2026-05-30T07:22:06.843685" elapsed="0.004542"/>
</iter>
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-05-30T07:22:06.852805" level="INFO">stdev :: 50630.25</msg>
<arg>${result_name_list[${i}]} :: ${result_value_list[${i}]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-05-30T07:22:06.848447" elapsed="0.004414"/>
</kw>
<var name="${i}">3</var>
<status status="PASS" start="2026-05-30T07:22:06.848318" elapsed="0.004577"/>
</iter>
<var>${i}</var>
<value>0</value>
<value>${num_stats}</value>
<status status="PASS" start="2026-05-30T07:22:06.834101" elapsed="0.018825"/>
</for>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-05-30T07:22:06.856815" level="INFO">${min} = 145873.72</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-05-30T07:22:06.853100" elapsed="0.003741"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-05-30T07:22:06.860940" level="INFO">${max} = 158515.78</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-05-30T07:22:06.856993" elapsed="0.003974"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-05-30T07:22:06.864864" level="INFO">${average} = 151394.39</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-05-30T07:22:06.861135" elapsed="0.003756"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-05-30T07:22:06.868772" level="INFO">${stdev} = 50630.25</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-05-30T07:22:06.865055" elapsed="0.003743"/>
</kw>
<kw name="Get Time" owner="BuiltIn">
<msg time="2026-05-30T07:22:06.869316" level="INFO">${date} = 2026-05-30 07:22:06</msg>
<var>${date}</var>
<arg>d,m,s</arg>
<doc>Returns the given time in the requested format.</doc>
<status status="PASS" start="2026-05-30T07:22:06.868954" elapsed="0.000387"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-05-30T07:22:06.869906" level="INFO">CBench Result: 2026-05-30 07:22:06,-t -m 60000 -M 100 -S 16 -l 10 -D 5000 -p 6633,145873.72,158515.78,151394.39,50630.25</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-05-30T07:22:06.869500" elapsed="0.000461"/>
</kw>
<kw name="Log Results And Determine Status">
<kw name="Append To File" owner="OperatingSystem">
<msg time="2026-05-30T07:22:06.870968" 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-05-30T07:22:06.870581" elapsed="0.000497"/>
</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-05-30T07:22:06.871231" elapsed="0.000459"/>
</kw>
<arg>${min}</arg>
<arg>${max}</arg>
<arg>${average}</arg>
<arg>${average_threshold}</arg>
<arg>${output_filename}</arg>
<status status="PASS" start="2026-05-30T07:22:06.870120" elapsed="0.001633"/>
</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-05-30T07:12:00.189931" elapsed="606.681880"/>
</kw>
<kw name="Sleep" owner="BuiltIn">
<msg time="2026-05-30T07:22:06.872299" 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-05-30T07:22:06.871959" elapsed="0.000397"/>
</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-05-30T07:22:06.872852" elapsed="0.000285"/>
</kw>
<status status="PASS" start="2026-05-30T07:22:06.872557" elapsed="0.000650"/>
</kw>
<doc>cbench executed in throughput mode (-t). Test parameters have defaults, but can be overridden
on the pybot command line</doc>
<tag>cbench</tag>
<tag>throughput</tag>
<timeout value="15 minutes"/>
<status status="PASS" start="2026-05-30T07:12:00.188498" elapsed="606.684749"/>
</test>
<test id="s1-t3" name="Rerun Latency Test To Check Bug 6176" line="65">
<kw name="Log" owner="BuiltIn">
<msg time="2026-05-30T07:22:06.874597" 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-05-30T07:22:06.874214" elapsed="0.000440"/>
</kw>
<kw name="Run Cbench And Log Results">
<kw name="Set Suite Variable" owner="BuiltIn">
<msg time="2026-05-30T07:22:06.875847" 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-05-30T07:22:06.875517" elapsed="0.000372"/>
</kw>
<if>
<branch type="IF" condition="&quot;${cbench_system}&quot; == &quot;localhost&quot;">
<kw name="Run" owner="OperatingSystem">
<var>${output}</var>
<arg>${cbench_executable} -c ${ODL_SYSTEM_IP} ${cbench_args}</arg>
<doc>_This keyword is considered deprecated. Use the
[http://robotframework.org/robotframework/latest/libraries/Process.html|
Process] library instead._</doc>
<status status="NOT RUN" start="2026-05-30T07:22:06.876255" elapsed="0.000022"/>
</kw>
<status status="NOT RUN" start="2026-05-30T07:22:06.875994" elapsed="0.000320"/>
</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-05-30T07:22:06.879195" elapsed="0.000021"/>
</kw>
<status status="NOT RUN" start="2026-05-30T07:22:06.878926" elapsed="0.000325"/>
</branch>
<status status="PASS" start="2026-05-30T07:22:06.878907" elapsed="0.000368"/>
</if>
<kw name="Get Connection" owner="SSHLibrary">
<msg time="2026-05-30T07:22:06.879585" 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-05-30T07:22:06.879701" 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-05-30T07:22:06.879405" elapsed="0.000323"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-05-30T07:22:06.880308" level="INFO">Attempting to execute command "/usr/local/bin/cbench -c 10.30.170.228 -m 60000 -M 100 -S 16 -l 10 -D 5000 -p 6633" on remote system "10.30.170.253" 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-05-30T07:22:06.879862" elapsed="0.000504"/>
</kw>
<kw name="Open Connection" owner="SSHLibrary">
<msg time="2026-05-30T07:22:06.880894" 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-05-30T07:22:06.880504" elapsed="0.000417"/>
</kw>
<kw name="Flexible_SSH_Login" owner="SSHKeywords">
<kw name="Get Length" owner="BuiltIn">
<msg time="2026-05-30T07:22:06.881994" level="INFO">Length is 0.</msg>
<msg time="2026-05-30T07:22:06.882105" 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-05-30T07:22:06.881532" elapsed="0.000598"/>
</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-05-30T07:22:06.882273" elapsed="0.000327"/>
</kw>
<kw name="Run Keyword And Return" owner="BuiltIn">
<kw name="Login With Public Key" owner="SSHLibrary">
<msg time="2026-05-30T07:22:06.883468" level="INFO">Logging into '10.30.170.253:22' as 'jenkins'.</msg>
<msg time="2026-05-30T07:22:07.467730" level="INFO">Read output: Welcome to Ubuntu 22.04.5 LTS (GNU/Linux 5.15.0-153-generic x86_64)

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

 System information as of Sat May 30 07:22:07 UTC 2026

  System load:  0.51               Processes:             106
  Usage of /:   19.3% of 38.58GB   Users logged in:       0
  Memory usage: 4%                 IPv4 address for ens3: 10.30.170.253
  Swap usage:   0%


Expanded Security Maintenance for Applications is not enabled.

0 updates can be applied immediately.

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


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


Last login: Sat May 30 07:12:00 2026 from 10.30.171.35
[?2004h[jenkins@releng-48317-734-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-05-30T07:22:06.883112" elapsed="0.584820"/>
</kw>
<msg time="2026-05-30T07:22:07.468045" 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-05-30T07:22:06.882751" elapsed="0.585381"/>
</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-05-30T07:22:06.881136" elapsed="0.587118"/>
</kw>
<kw name="Execute Command" owner="SSHLibrary">
<msg time="2026-05-30T07:22:07.468865" level="INFO">Executing command '/usr/local/bin/cbench -c 10.30.170.228 -m 60000 -M 100 -S 16 -l 10 -D 5000 -p 6633'.</msg>
<msg time="2026-05-30T07:32:13.544851" level="INFO">Command exited with return code 0.</msg>
<msg time="2026-05-30T07:32:13.545398" level="INFO">${stdout} = </msg>
<msg time="2026-05-30T07:32:13.545503" level="INFO">${stderr} = cbench: controller benchmarking tool
   running in mode 'latency'
   connecting to controller at 10.30.170.228: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-05-30T07:22:07.468492" elapsed="606.077067"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-05-30T07:32:13.545977" elapsed="0.000704"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-05-30T07:32:13.547815" level="INFO">cbench: controller benchmarking tool
   running in mode 'latency'
   connecting to controller at 10.30.170.228: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.228. So far 1 cbench instances have initialized their switches.  Waiting for other cbench-instances
Thread-0: Total switches from ALL cbench-instances initialized.
07:23:12.598 16  switches: flows:  140753 141094 139042 145045 143479 142383 138965 143648 138788 143024 139799 144561 138131 136117 140388 138547  total = 37.562733 per ms 
07:24:12.699 16  switches: flows:  142336 141419 140169 146170 145562 143512 137531 143348 142557 140246 139375 137013 137614 136203 139330 136641  total = 37.421195 per ms 
07:25:12.800 16  switches: flows:  143380 140559 143098 145450 142153 143848 140761 143810 141269 140655 139538 136781 136343 137366 142020 135830  total = 37.484950 per ms 
07:26:12.901 16  switches: flows:  141496 142270 143797 146603 142377 143482 138772 144097 140948 143020 139780 137920 135156 135917 140989 136541  total = 37.490136 per ms 
07:27:13.002 16  switches: flows:  143229 143356 144555 144817 145439 143339 139148 143783 143054 143135 138693 137584 139410 136266 141981 136535  total = 37.675795 per ms 
07:28:13.104 16  switches: flows:  147295 143327 147962 149643 149556 149959 144273 147595 147346 146967 141797 142585 140577 141595 144252 138839  total = 38.661511 per ms 
07:29:13.205 16  switches: flows:  141980 142243 145170 144443 147533 147147 140212 146042 144480 143027 139484 137983 138563 139506 142624 137472  total = 37.901813 per ms 
07:30:13.306 16  switches: flows:  147667 144225 148702 150204 151915 149883 144406 149943 150292 147223 142124 142681 141748 142067 145055 141993  total = 38.937097 per ms 
07:31:13.407 16  switches: flows:  139490 138651 135890 140531 138841 136860 135317 136189 132771 135201 134146 135713 134722 133369 134407 133271  total = 36.195713 per ms 
07:32:13.508 16  switches: flows:  148491 150789 145899 148927 143751 145199 144459 145789 139611 142370 147260 141427 143146 142887 143950 145024  total = 38.585246 per ms 
RESULT: 16 switches 9 tests min/max/avg/stdev = 36195.71/38937.10/37817.05/12630.28 responses/s</msg>
<arg>${stderr}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-05-30T07:32:13.547096" elapsed="0.001058"/>
</kw>
<if>
<branch type="IF" condition="&quot;${return_stdout}&quot;!=&quot;True&quot;">
<return>
<value>${stderr}</value>
<status status="PASS" start="2026-05-30T07:32:13.548769" elapsed="0.000080"/>
</return>
<status status="PASS" start="2026-05-30T07:32:13.548446" elapsed="0.000482"/>
</branch>
<status status="PASS" start="2026-05-30T07:32:13.548379" elapsed="0.000604"/>
</if>
<if>
<branch type="IF" condition="&quot;${return_stderr}&quot;!=&quot;True&quot;">
<return>
<value>${stdout}</value>
<status status="NOT RUN" start="2026-05-30T07:32:13.549229" elapsed="0.000028"/>
</return>
<status status="NOT RUN" start="2026-05-30T07:32:13.549147" elapsed="0.000172"/>
</branch>
<status status="NOT RUN" start="2026-05-30T07:32:13.549111" elapsed="0.000256"/>
</if>
<return>
<value>${stdout}</value>
<value>${stderr}</value>
<status status="NOT RUN" start="2026-05-30T07:32:13.549435" 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-05-30T07:32:13.554961" elapsed="0.000802"/>
</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-05-30T07:32:13.556127" elapsed="0.000393"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-05-30T07:32:13.556811" elapsed="0.000103"/>
</kw>
<arg>${current_ssh_connection.index}</arg>
<doc>Restore active SSH connection in SSHLibrary to given index.</doc>
<status status="PASS" start="2026-05-30T07:32:13.550147" elapsed="0.006820"/>
</kw>
<msg time="2026-05-30T07:32:13.557111" level="INFO">${output} = cbench: controller benchmarking tool
   running in mode 'latency'
   connecting to controller at 10.30.170.228: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-05-30T07:22:06.876650" elapsed="606.680488"/>
</kw>
<status status="PASS" start="2026-05-30T07:22:06.876340" elapsed="606.680847"/>
</branch>
<status status="PASS" start="2026-05-30T07:22:06.875975" elapsed="606.681234"/>
</if>
<kw name="Log" owner="BuiltIn">
<msg time="2026-05-30T07:32:13.557633" level="INFO">cbench: controller benchmarking tool
   running in mode 'latency'
   connecting to controller at 10.30.170.228: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.228. So far 1 cbench instances have initialized their switches.  Waiting for other cbench-instances
Thread-0: Total switches from ALL cbench-instances initialized.
07:23:12.598 16  switches: flows:  140753 141094 139042 145045 143479 142383 138965 143648 138788 143024 139799 144561 138131 136117 140388 138547  total = 37.562733 per ms 
07:24:12.699 16  switches: flows:  142336 141419 140169 146170 145562 143512 137531 143348 142557 140246 139375 137013 137614 136203 139330 136641  total = 37.421195 per ms 
07:25:12.800 16  switches: flows:  143380 140559 143098 145450 142153 143848 140761 143810 141269 140655 139538 136781 136343 137366 142020 135830  total = 37.484950 per ms 
07:26:12.901 16  switches: flows:  141496 142270 143797 146603 142377 143482 138772 144097 140948 143020 139780 137920 135156 135917 140989 136541  total = 37.490136 per ms 
07:27:13.002 16  switches: flows:  143229 143356 144555 144817 145439 143339 139148 143783 143054 143135 138693 137584 139410 136266 141981 136535  total = 37.675795 per ms 
07:28:13.104 16  switches: flows:  147295 143327 147962 149643 149556 149959 144273 147595 147346 146967 141797 142585 140577 141595 144252 138839  total = 38.661511 per ms 
07:29:13.205 16  switches: flows:  141980 142243 145170 144443 147533 147147 140212 146042 144480 143027 139484 137983 138563 139506 142624 137472  total = 37.901813 per ms 
07:30:13.306 16  switches: flows:  147667 144225 148702 150204 151915 149883 144406 149943 150292 147223 142124 142681 141748 142067 145055 141993  total = 38.937097 per ms 
07:31:13.407 16  switches: flows:  139490 138651 135890 140531 138841 136860 135317 136189 132771 135201 134146 135713 134722 133369 134407 133271  total = 36.195713 per ms 
07:32:13.508 16  switches: flows:  148491 150789 145899 148927 143751 145199 144459 145789 139611 142370 147260 141427 143146 142887 143950 145024  total = 38.585246 per ms 
RESULT: 16 switches 9 tests min/max/avg/stdev = 36195.71/38937.10/37817.05/12630.28 responses/s</msg>
<arg>${output}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-05-30T07:32:13.557347" 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-05-30T07:32:13.557855" elapsed="0.000377"/>
</kw>
<kw name="Get Lines Containing String" owner="String">
<msg time="2026-05-30T07:32:13.558607" level="INFO">1 out of 23 lines matched.</msg>
<msg time="2026-05-30T07:32:13.558697" level="INFO">${result_line} = RESULT: 16 switches 9 tests min/max/avg/stdev = 36195.71/38937.10/37817.05/12630.28 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-05-30T07:32:13.558392" elapsed="0.000330"/>
</kw>
<kw name="Split String" owner="String">
<msg time="2026-05-30T07:32:13.559141" level="INFO">@{results_list} = [ RESULT: | 16 | switches | 9 | tests | min/max/avg/stdev | = | 36195.71/38937.10/37817.05/12630.28 | 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-05-30T07:32:13.558874" elapsed="0.000294"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-05-30T07:32:13.561542" 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-05-30T07:32:13.559313" elapsed="0.002286"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-05-30T07:32:13.564124" level="INFO">36195.71/38937.10/37817.05/12630.28</msg>
<arg>${results_list[7]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-05-30T07:32:13.561744" elapsed="0.002436"/>
</kw>
<kw name="Split String" owner="String">
<msg time="2026-05-30T07:32:13.566554" 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-05-30T07:32:13.564348" elapsed="0.002232"/>
</kw>
<kw name="Split String" owner="String">
<msg time="2026-05-30T07:32:13.569040" level="INFO">@{result_value_list} = [ 36195.71 | 38937.10 | 37817.05 | 12630.28 ]</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-05-30T07:32:13.566777" elapsed="0.002291"/>
</kw>
<kw name="Get Length" owner="BuiltIn">
<msg time="2026-05-30T07:32:13.569528" level="INFO">Length is 4.</msg>
<msg time="2026-05-30T07:32:13.569616" 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-05-30T07:32:13.569224" elapsed="0.000416"/>
</kw>
<for flavor="IN RANGE">
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-05-30T07:32:13.574304" level="INFO">min :: 36195.71</msg>
<arg>${result_name_list[${i}]} :: ${result_value_list[${i}]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-05-30T07:32:13.570023" elapsed="0.004338"/>
</kw>
<var name="${i}">0</var>
<status status="PASS" start="2026-05-30T07:32:13.569879" elapsed="0.004516"/>
</iter>
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-05-30T07:32:13.578888" level="INFO">max :: 38937.10</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-05-30T07:32:13.574607" elapsed="0.004337"/>
</kw>
<var name="${i}">1</var>
<status status="PASS" start="2026-05-30T07:32:13.574481" elapsed="0.004498"/>
</iter>
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-05-30T07:32:13.583570" level="INFO">avg :: 37817.05</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-05-30T07:32:13.579202" elapsed="0.004424"/>
</kw>
<var name="${i}">2</var>
<status status="PASS" start="2026-05-30T07:32:13.579077" elapsed="0.004583"/>
</iter>
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-05-30T07:32:13.588240" level="INFO">stdev :: 12630.28</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-05-30T07:32:13.583869" elapsed="0.004427"/>
</kw>
<var name="${i}">3</var>
<status status="PASS" start="2026-05-30T07:32:13.583744" elapsed="0.004587"/>
</iter>
<var>${i}</var>
<value>0</value>
<value>${num_stats}</value>
<status status="PASS" start="2026-05-30T07:32:13.569705" elapsed="0.018656"/>
</for>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-05-30T07:32:13.592240" level="INFO">${min} = 36195.71</msg>
<var>${min}</var>
<arg>${result_value_list[${0}]}</arg>
<doc>Returns the given values which can then be assigned to a variables.</doc>
<status status="PASS" start="2026-05-30T07:32:13.588517" elapsed="0.003757"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-05-30T07:32:13.596420" level="INFO">${max} = 38937.10</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-05-30T07:32:13.592674" elapsed="0.003773"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-05-30T07:32:13.600358" level="INFO">${average} = 37817.05</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-05-30T07:32:13.596599" elapsed="0.003787"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-05-30T07:32:13.604243" level="INFO">${stdev} = 12630.28</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-05-30T07:32:13.600540" elapsed="0.003731"/>
</kw>
<kw name="Get Time" owner="BuiltIn">
<msg time="2026-05-30T07:32:13.604774" level="INFO">${date} = 2026-05-30 07:32:13</msg>
<var>${date}</var>
<arg>d,m,s</arg>
<doc>Returns the given time in the requested format.</doc>
<status status="PASS" start="2026-05-30T07:32:13.604429" elapsed="0.000372"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-05-30T07:32:13.605382" level="INFO">CBench Result: 2026-05-30 07:32:13,-m 60000 -M 100 -S 16 -l 10 -D 5000 -p 6633,36195.71,38937.10,37817.05,12630.28</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-05-30T07:32:13.604952" elapsed="0.000488"/>
</kw>
<kw name="Log Results And Determine Status">
<kw name="Append To File" owner="OperatingSystem">
<msg time="2026-05-30T07:32:13.606494" 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-05-30T07:32:13.606061" elapsed="0.000499"/>
</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-05-30T07:32:13.606712" elapsed="0.000468"/>
</kw>
<arg>${min}</arg>
<arg>${max}</arg>
<arg>${average}</arg>
<arg>${average_threshold}</arg>
<arg>${output_filename}</arg>
<status status="PASS" start="2026-05-30T07:32:13.605583" elapsed="0.001661"/>
</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-05-30T07:22:06.874953" elapsed="606.732352"/>
</kw>
<kw name="Sleep" owner="BuiltIn">
<msg time="2026-05-30T07:32:13.607760" 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-05-30T07:32:13.607453" elapsed="0.000364"/>
</kw>
<kw name="Report Failure Due To Bug" owner="Utils" type="TEARDOWN">
<kw name="Evaluate" owner="BuiltIn">
<msg time="2026-05-30T07:32:13.609027" 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-05-30T07:32:13.608541" elapsed="0.000514"/>
</kw>
<if>
<branch type="IF" condition="('${TEST_STATUS}' != 'FAIL') or ${test_skipped}">
<return>
<status status="PASS" start="2026-05-30T07:32:13.609274" elapsed="0.000029"/>
</return>
<status status="PASS" start="2026-05-30T07:32:13.609129" elapsed="0.000205"/>
</branch>
<status status="PASS" start="2026-05-30T07:32:13.609111" elapsed="0.000247"/>
</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-05-30T07:32:13.609497" elapsed="0.000021"/>
</kw>
<kw name="Run Keyword And Return Status" owner="BuiltIn">
<var>${match}</var>
<arg>Should Contain</arg>
<arg>${number}</arg>
<arg>-</arg>
<doc>Runs the specified keyword and returns the status as a Boolean value.</doc>
<status status="NOT RUN" start="2026-05-30T07:32:13.609653" elapsed="0.000020"/>
</kw>
<kw name="Set Variable If" owner="BuiltIn">
<var>${bug_url}</var>
<arg>${match}</arg>
<arg>https://jira.opendaylight.org/browse/${number}</arg>
<arg>https://bugs.opendaylight.org/show_bug.cgi?id=${number}</arg>
<doc>Sets variable based on the given condition.</doc>
<status status="NOT RUN" start="2026-05-30T07:32:13.609813" 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-05-30T07:32:13.610018" elapsed="0.000022"/>
</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-05-30T07:32:13.610172" elapsed="0.000021"/>
</kw>
<kw name="Set Test Message" owner="BuiltIn">
<arg>${msg}${newline}${newline}${TEST_MESSAGE}</arg>
<doc>Sets message for the current test case.</doc>
<status status="NOT RUN" start="2026-05-30T07:32:13.610319" 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-05-30T07:32:13.610464" elapsed="0.000020"/>
</kw>
<if>
<branch type="IF" condition="&quot;${include_bug_in_tags}&quot;==&quot;True&quot;">
<kw name="Set Tags" owner="BuiltIn">
<arg>${bug_url}</arg>
<doc>Adds given ``tags`` for the current test or all tests in a suite.</doc>
<status status="NOT RUN" start="2026-05-30T07:32:13.610685" elapsed="0.000019"/>
</kw>
<status status="NOT RUN" start="2026-05-30T07:32:13.610546" elapsed="0.000190"/>
</branch>
<status status="NOT RUN" start="2026-05-30T07:32:13.610529" elapsed="0.000230"/>
</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-05-30T07:32:13.608191" elapsed="0.002618"/>
</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-05-30T07:22:06.873660" elapsed="606.737196"/>
</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-05-30T07:01:50.797820" elapsed="1822.813463"/>
</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>
