<?xml version="1.0" encoding="UTF-8"?>
<robot generator="Robot 7.4.2 (Python 3.11.10 on linux)" generated="2026-05-06T01:55:18.847478" 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-06T01:55:19.417188" elapsed="0.000022"/>
</return>
<status status="NOT RUN" start="2026-05-06T01:55:19.417053" elapsed="0.000204"/>
</branch>
<status status="PASS" start="2026-05-06T01:55:19.417025" elapsed="0.000258"/>
</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-06T01:55:19.417424" elapsed="0.000517"/>
</kw>
<kw name="Login" owner="SSHLibrary">
<msg time="2026-05-06T01:55:19.418428" level="INFO">Logging into '10.30.170.110:8101' as 'karaf'.</msg>
<msg time="2026-05-06T01:55:20.186680" 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-06T01:55:19.418134" elapsed="0.768734"/>
</kw>
<kw name="Write" owner="SSHLibrary">
<msg time="2026-05-06T01:55:20.236729" 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-06T01:55:20.187159" elapsed="0.049713"/>
</kw>
<kw name="Read Until Regexp" owner="SSHLibrary">
<msg time="2026-05-06T01:55:20.238732" level="INFO">[?1l&gt;[?2004l[?1h=[90m~[0m                                                                                [?2004hopendaylight-user@root&gt;</msg>
<msg time="2026-05-06T01:55:20.238842" 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-06T01:55:20.237138" elapsed="0.001734"/>
</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-06T01:55:20.239043" elapsed="0.000221"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-05-06T01:55:20.239420" elapsed="0.000200"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-05-06T01:55:20.240108" 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-06T01:55:20.239768" elapsed="0.000394"/>
</kw>
<return>
<value>${output}</value>
<status status="PASS" start="2026-05-06T01:55:20.240218" elapsed="0.000050"/>
</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.110
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-06T01:55:19.416664" elapsed="0.823720"/>
</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-06T01:55:19.413106" elapsed="0.827339"/>
</kw>
<kw name="Append To File" owner="OperatingSystem">
<msg time="2026-05-06T01:55:20.241003" 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-06T01:55:20.240622" elapsed="0.000439"/>
</kw>
<kw name="Append To File" owner="OperatingSystem">
<msg time="2026-05-06T01:55:20.241465" 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-06T01:55:20.241218" elapsed="0.000303"/>
</kw>
<kw name="Evaluate" owner="BuiltIn">
<msg time="2026-05-06T01:55:20.242106" 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-06T01:55:20.241694" elapsed="0.000440"/>
</kw>
<kw name="Set Suite Variable" owner="BuiltIn">
<msg time="2026-05-06T01:55:20.242630" 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-06T01:55:20.242300" elapsed="0.000373"/>
</kw>
<kw name="Evaluate" owner="BuiltIn">
<msg time="2026-05-06T01:55:20.243239" 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-06T01:55:20.242850" elapsed="0.000415"/>
</kw>
<kw name="Set Suite Variable" owner="BuiltIn">
<msg time="2026-05-06T01:55:20.243728" 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-06T01:55:20.243422" elapsed="0.000347"/>
</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-06T01:55:20.244080" elapsed="0.000021"/>
</kw>
<status status="NOT RUN" start="2026-05-06T01:55:20.243853" elapsed="0.000282"/>
</branch>
<branch type="ELSE">
<kw name="Verify File Exists On Remote System" owner="Utils">
<kw name="Open Connection" owner="SSHLibrary">
<msg time="2026-05-06T01:55:20.248792" 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-06T01:55:20.248381" elapsed="0.000439"/>
</kw>
<kw name="Flexible_SSH_Login" owner="SSHKeywords">
<kw name="Get Length" owner="BuiltIn">
<msg time="2026-05-06T01:55:20.249832" level="INFO">Length is 0.</msg>
<msg time="2026-05-06T01:55:20.249915" 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-06T01:55:20.249380" elapsed="0.000559"/>
</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-06T01:55:20.250106" elapsed="0.000349"/>
</kw>
<kw name="Run Keyword And Return" owner="BuiltIn">
<kw name="Login With Public Key" owner="SSHLibrary">
<msg time="2026-05-06T01:55:20.251486" level="INFO">Logging into '10.30.171.248:22' as 'jenkins'.</msg>
<msg time="2026-05-06T01:55:21.047944" 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 Wed May  6 01:55:20 UTC 2026

  System load:  0.14               Processes:             113
  Usage of /:   19.3% of 38.58GB   Users logged in:       0
  Memory usage: 4%                 IPv4 address for ens3: 10.30.171.248
  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-711-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-06T01:55:20.250953" elapsed="0.797175"/>
</kw>
<msg time="2026-05-06T01:55:21.048228" 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-06T01:55:20.250608" elapsed="0.797720"/>
</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-06T01:55:20.249043" elapsed="0.799411"/>
</kw>
<kw name="File Should Exist" owner="SSHLibrary">
<msg time="2026-05-06T01:55:21.056629" 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-06T01:55:21.048714" elapsed="0.009851"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-05-06T01:55:21.058896" elapsed="0.000524"/>
</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-06T01:55:20.247832" elapsed="0.811695"/>
</kw>
<status status="PASS" start="2026-05-06T01:55:20.244508" elapsed="0.815081"/>
</branch>
<status status="PASS" start="2026-05-06T01:55:20.243829" elapsed="0.815818"/>
</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-06T01:55:21.059915" elapsed="0.000764"/>
</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-06T01:55:21.066899" elapsed="0.000026"/>
</return>
<status status="NOT RUN" start="2026-05-06T01:55:21.066730" elapsed="0.000261"/>
</branch>
<status status="PASS" start="2026-05-06T01:55:21.066696" elapsed="0.000331"/>
</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-06T01:55:21.071941" elapsed="0.000019"/>
</return>
<status status="NOT RUN" start="2026-05-06T01:55:21.071785" elapsed="0.000240"/>
</branch>
<status status="PASS" start="2026-05-06T01:55:21.071760" elapsed="0.000298"/>
</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-06T01:55:21.072242" elapsed="0.000597"/>
</kw>
<kw name="Login" owner="SSHLibrary">
<msg time="2026-05-06T01:55:21.073427" level="INFO">Logging into '10.30.170.110:8101' as 'karaf'.</msg>
<msg time="2026-05-06T01:55:21.263689" 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-06T01:55:21.073063" elapsed="0.190783"/>
</kw>
<kw name="Write" owner="SSHLibrary">
<msg time="2026-05-06T01:55:21.362100" 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-06T01:55:21.264116" elapsed="0.098070"/>
</kw>
<kw name="Read Until Regexp" owner="SSHLibrary">
<msg time="2026-05-06T01:55:21.368412" 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-06T01:55:21.368596" 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-06T01:55:21.362378" elapsed="0.006250"/>
</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-06T01:55:21.368772" elapsed="0.000241"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-05-06T01:55:21.369162" elapsed="0.000195"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-05-06T01:55:21.369875" 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-06T01:55:21.369525" elapsed="0.000406"/>
</kw>
<return>
<value>${output}</value>
<status status="PASS" start="2026-05-06T01:55:21.370004" elapsed="0.000053"/>
</return>
<msg time="2026-05-06T01:55:21.370206" 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.110
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-06T01:55:21.071294" elapsed="0.298946"/>
</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-06T01:55:21.370386" elapsed="0.000538"/>
</kw>
<return>
<value>${output}</value>
<status status="PASS" start="2026-05-06T01:55:21.370995" elapsed="0.000036"/>
</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-06T01:55:21.066306" elapsed="0.304826"/>
</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-06T01:55:21.374909" elapsed="0.000014"/>
</return>
<status status="NOT RUN" start="2026-05-06T01:55:21.374771" elapsed="0.000184"/>
</branch>
<status status="PASS" start="2026-05-06T01:55:21.374748" elapsed="0.000252"/>
</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-06T01:55:21.375134" elapsed="0.000448"/>
</kw>
<kw name="Login" owner="SSHLibrary">
<msg time="2026-05-06T01:55:21.376010" level="INFO">Logging into '10.30.170.110:8101' as 'karaf'.</msg>
<msg time="2026-05-06T01:55:21.591869" 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-06T01:55:21.375729" elapsed="0.216351"/>
</kw>
<kw name="Write" owner="SSHLibrary">
<msg time="2026-05-06T01:55:21.618544" 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-06T01:55:21.592355" elapsed="0.026403"/>
</kw>
<kw name="Read Until Regexp" owner="SSHLibrary">
<msg time="2026-05-06T01:55:21.622795" level="INFO">[?1l&gt;[?2004lDropAllFlows transitions to on
[?1h=[90m~[0m                                                                                [?2004hopendaylight-user@root&gt;</msg>
<msg time="2026-05-06T01:55:21.622965" 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-06T01:55:21.619238" elapsed="0.003792"/>
</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-06T01:55:21.623247" elapsed="0.000309"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-05-06T01:55:21.623778" elapsed="0.000323"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-05-06T01:55:21.624759" 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-06T01:55:21.624310" elapsed="0.000524"/>
</kw>
<return>
<value>${output}</value>
<status status="PASS" start="2026-05-06T01:55:21.624910" elapsed="0.000104"/>
</return>
<arg>dropallpacketsrpc on</arg>
<doc>Will execute the given ${cmd} by ssh'ing to the karaf console running on 10.30.170.110
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-06T01:55:21.374441" elapsed="0.250751"/>
</kw>
<status status="PASS" start="2026-05-06T01:55:19.411393" elapsed="2.213892"/>
</kw>
<test id="s1-t1" name="Cbench Latency Test" line="37">
<kw name="Log" owner="BuiltIn">
<msg time="2026-05-06T01:55:21.628349" 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-06T01:55:21.626791" elapsed="0.001661"/>
</kw>
<kw name="Run Cbench And Log Results">
<kw name="Set Suite Variable" owner="BuiltIn">
<msg time="2026-05-06T01:55:21.631089" 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-06T01:55:21.630225" elapsed="0.000964"/>
</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-06T01:55:21.631877" elapsed="0.000047"/>
</kw>
<status status="NOT RUN" start="2026-05-06T01:55:21.631368" elapsed="0.000703"/>
</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-06T01:55:21.636398" elapsed="0.000022"/>
</kw>
<status status="NOT RUN" start="2026-05-06T01:55:21.636122" elapsed="0.000334"/>
</branch>
<status status="PASS" start="2026-05-06T01:55:21.636100" elapsed="0.000384"/>
</if>
<kw name="Get Connection" owner="SSHLibrary">
<msg time="2026-05-06T01:55:21.636875" 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-06T01:55:21.637027" 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-06T01:55:21.636625" elapsed="0.000430"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-05-06T01:55:21.637638" level="INFO">Attempting to execute command "/usr/local/bin/cbench -c 10.30.170.110 -m 60000 -M 100 -S 16 -l 10 -D 5000 -p 6633" on remote system "10.30.171.248" 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-06T01:55:21.637194" elapsed="0.000529"/>
</kw>
<kw name="Open Connection" owner="SSHLibrary">
<msg time="2026-05-06T01:55:21.638379" 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-06T01:55:21.637868" elapsed="0.000539"/>
</kw>
<kw name="Flexible_SSH_Login" owner="SSHKeywords">
<kw name="Get Length" owner="BuiltIn">
<msg time="2026-05-06T01:55:21.639367" level="INFO">Length is 0.</msg>
<msg time="2026-05-06T01:55:21.639461" 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-06T01:55:21.639032" elapsed="0.000453"/>
</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-06T01:55:21.639634" elapsed="0.000356"/>
</kw>
<kw name="Run Keyword And Return" owner="BuiltIn">
<kw name="Login With Public Key" owner="SSHLibrary">
<msg time="2026-05-06T01:55:21.640914" level="INFO">Logging into '10.30.171.248:22' as 'jenkins'.</msg>
<msg time="2026-05-06T01:55:22.011957" 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 Wed May  6 01:55:20 UTC 2026

  System load:  0.14               Processes:             113
  Usage of /:   19.3% of 38.58GB   Users logged in:       0
  Memory usage: 4%                 IPv4 address for ens3: 10.30.171.248
  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: Wed May  6 01:55:20 2026 from 10.30.170.127
[?2004h[jenkins@releng-48317-711-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-06T01:55:21.640521" elapsed="0.371712"/>
</kw>
<msg time="2026-05-06T01:55:22.012346" 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-06T01:55:21.640149" elapsed="0.372309"/>
</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-06T01:55:21.638628" elapsed="0.373989"/>
</kw>
<kw name="Execute Command" owner="SSHLibrary">
<msg time="2026-05-06T01:55:22.013686" level="INFO">Executing command '/usr/local/bin/cbench -c 10.30.170.110 -m 60000 -M 100 -S 16 -l 10 -D 5000 -p 6633'.</msg>
<msg time="2026-05-06T02:05:28.139753" level="INFO">Command exited with return code 0.</msg>
<msg time="2026-05-06T02:05:28.140326" level="INFO">${stdout} = </msg>
<msg time="2026-05-06T02:05:28.140434" level="INFO">${stderr} = cbench: controller benchmarking tool
   running in mode 'latency'
   connecting to controller at 10.30.170.110: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-06T01:55:22.012907" elapsed="606.127585"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-05-06T02:05:28.140993" elapsed="0.000687"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-05-06T02:05:28.142877" level="INFO">cbench: controller benchmarking tool
   running in mode 'latency'
   connecting to controller at 10.30.170.110: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.110. So far 1 cbench instances have initialized their switches.  Waiting for other cbench-instances
Thread-0: Total switches from ALL cbench-instances initialized.
01:56:27.228 16  switches: flows:  104038 104849 103413 104710 104473 101681 102170 104299 100585 101612 99875 101239 99446 100094 100122 100401  total = 27.216783 per ms 
01:57:27.329 16  switches: flows:  115622 117121 116941 118093 117586 115178 115485 118535 114182 115828 112085 114500 111567 113083 112951 112544  total = 30.637195 per ms 
01:58:27.430 16  switches: flows:  118640 119816 119392 120909 120941 118046 117856 120266 114271 114411 114345 113938 111744 115892 113898 114559  total = 31.096803 per ms 
01:59:27.531 16  switches: flows:  120785 121315 121088 123039 122191 118483 120961 122607 116738 116194 116521 115727 113987 118084 116025 114894  total = 31.591238 per ms 
02:00:27.631 16  switches: flows:  118071 121537 119114 119916 123808 119077 119526 119381 114254 114555 112774 113436 114402 117490 116799 113872  total = 31.248072 per ms 
02:01:27.731 16  switches: flows:  116623 120362 117964 118755 118138 118203 116050 117253 114382 113419 112322 112982 112214 112478 114780 113097  total = 30.765647 per ms 
02:02:27.831 16  switches: flows:  118041 119238 119226 118139 119410 115897 117255 117606 115631 115091 114354 113061 113496 113168 115000 112772  total = 30.904814 per ms 
02:03:27.932 16  switches: flows:  117293 117317 87143 120996 118259 116554 115874 119593 114778 117309 122548 112743 114500 113498 115436 111142  total = 30.532058 per ms 
02:04:28.032 16  switches: flows:  115690 115929 115614 119782 115754 116226 115401 118932 114512 114178 114271 114181 111468 112354 114718 111502  total = 30.624046 per ms 
02:05:28.132 16  switches: flows:  118366 118817 117597 121944 118862 119030 117082 122164 115169 117913 115714 114865 114862 114796 117948 114555  total = 31.275865 per ms 
RESULT: 16 switches 9 tests min/max/avg/stdev = 30532.06/31591.24/30963.97/10326.92 responses/s</msg>
<arg>${stderr}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-05-06T02:05:28.142067" elapsed="0.001131"/>
</kw>
<if>
<branch type="IF" condition="&quot;${return_stdout}&quot;!=&quot;True&quot;">
<return>
<value>${stderr}</value>
<status status="PASS" start="2026-05-06T02:05:28.143712" elapsed="0.000075"/>
</return>
<status status="PASS" start="2026-05-06T02:05:28.143411" elapsed="0.000456"/>
</branch>
<status status="PASS" start="2026-05-06T02:05:28.143346" elapsed="0.000577"/>
</if>
<if>
<branch type="IF" condition="&quot;${return_stderr}&quot;!=&quot;True&quot;">
<return>
<value>${stdout}</value>
<status status="NOT RUN" start="2026-05-06T02:05:28.144170" elapsed="0.000029"/>
</return>
<status status="NOT RUN" start="2026-05-06T02:05:28.144087" elapsed="0.000175"/>
</branch>
<status status="NOT RUN" start="2026-05-06T02:05:28.144050" elapsed="0.000261"/>
</if>
<return>
<value>${stdout}</value>
<value>${stderr}</value>
<status status="NOT RUN" start="2026-05-06T02:05:28.144388" 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-06T02:05:28.150032" elapsed="0.000786"/>
</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-06T02:05:28.151183" elapsed="0.000282"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-05-06T02:05:28.151595" elapsed="0.000101"/>
</kw>
<arg>${current_ssh_connection.index}</arg>
<doc>Restore active SSH connection in SSHLibrary to given index.</doc>
<status status="PASS" start="2026-05-06T02:05:28.145086" elapsed="0.006663"/>
</kw>
<msg time="2026-05-06T02:05:28.151877" level="INFO">${output} = cbench: controller benchmarking tool
   running in mode 'latency'
   connecting to controller at 10.30.170.110: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-06T01:55:21.632890" elapsed="606.519014"/>
</kw>
<status status="PASS" start="2026-05-06T01:55:21.632156" elapsed="606.519797"/>
</branch>
<status status="PASS" start="2026-05-06T01:55:21.631318" elapsed="606.520674"/>
</if>
<kw name="Log" owner="BuiltIn">
<msg time="2026-05-06T02:05:28.152425" level="INFO">cbench: controller benchmarking tool
   running in mode 'latency'
   connecting to controller at 10.30.170.110: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.110. So far 1 cbench instances have initialized their switches.  Waiting for other cbench-instances
Thread-0: Total switches from ALL cbench-instances initialized.
01:56:27.228 16  switches: flows:  104038 104849 103413 104710 104473 101681 102170 104299 100585 101612 99875 101239 99446 100094 100122 100401  total = 27.216783 per ms 
01:57:27.329 16  switches: flows:  115622 117121 116941 118093 117586 115178 115485 118535 114182 115828 112085 114500 111567 113083 112951 112544  total = 30.637195 per ms 
01:58:27.430 16  switches: flows:  118640 119816 119392 120909 120941 118046 117856 120266 114271 114411 114345 113938 111744 115892 113898 114559  total = 31.096803 per ms 
01:59:27.531 16  switches: flows:  120785 121315 121088 123039 122191 118483 120961 122607 116738 116194 116521 115727 113987 118084 116025 114894  total = 31.591238 per ms 
02:00:27.631 16  switches: flows:  118071 121537 119114 119916 123808 119077 119526 119381 114254 114555 112774 113436 114402 117490 116799 113872  total = 31.248072 per ms 
02:01:27.731 16  switches: flows:  116623 120362 117964 118755 118138 118203 116050 117253 114382 113419 112322 112982 112214 112478 114780 113097  total = 30.765647 per ms 
02:02:27.831 16  switches: flows:  118041 119238 119226 118139 119410 115897 117255 117606 115631 115091 114354 113061 113496 113168 115000 112772  total = 30.904814 per ms 
02:03:27.932 16  switches: flows:  117293 117317 87143 120996 118259 116554 115874 119593 114778 117309 122548 112743 114500 113498 115436 111142  total = 30.532058 per ms 
02:04:28.032 16  switches: flows:  115690 115929 115614 119782 115754 116226 115401 118932 114512 114178 114271 114181 111468 112354 114718 111502  total = 30.624046 per ms 
02:05:28.132 16  switches: flows:  118366 118817 117597 121944 118862 119030 117082 122164 115169 117913 115714 114865 114862 114796 117948 114555  total = 31.275865 per ms 
RESULT: 16 switches 9 tests min/max/avg/stdev = 30532.06/31591.24/30963.97/10326.92 responses/s</msg>
<arg>${output}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-05-06T02:05:28.152134" elapsed="0.000366"/>
</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-06T02:05:28.152780" elapsed="0.000395"/>
</kw>
<kw name="Get Lines Containing String" owner="String">
<msg time="2026-05-06T02:05:28.153567" level="INFO">1 out of 23 lines matched.</msg>
<msg time="2026-05-06T02:05:28.153657" level="INFO">${result_line} = RESULT: 16 switches 9 tests min/max/avg/stdev = 30532.06/31591.24/30963.97/10326.92 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-06T02:05:28.153335" elapsed="0.000347"/>
</kw>
<kw name="Split String" owner="String">
<msg time="2026-05-06T02:05:28.154104" level="INFO">@{results_list} = [ RESULT: | 16 | switches | 9 | tests | min/max/avg/stdev | = | 30532.06/31591.24/30963.97/10326.92 | 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-06T02:05:28.153833" elapsed="0.000297"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-05-06T02:05:28.156535" 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-06T02:05:28.154272" elapsed="0.002319"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-05-06T02:05:28.158964" level="INFO">30532.06/31591.24/30963.97/10326.92</msg>
<arg>${results_list[7]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-05-06T02:05:28.156738" elapsed="0.002299"/>
</kw>
<kw name="Split String" owner="String">
<msg time="2026-05-06T02:05:28.161377" 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-06T02:05:28.159184" elapsed="0.002220"/>
</kw>
<kw name="Split String" owner="String">
<msg time="2026-05-06T02:05:28.163836" level="INFO">@{result_value_list} = [ 30532.06 | 31591.24 | 30963.97 | 10326.92 ]</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-06T02:05:28.161590" elapsed="0.002274"/>
</kw>
<kw name="Get Length" owner="BuiltIn">
<msg time="2026-05-06T02:05:28.164338" level="INFO">Length is 4.</msg>
<msg time="2026-05-06T02:05:28.164426" 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-06T02:05:28.164032" elapsed="0.000417"/>
</kw>
<for flavor="IN RANGE">
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-05-06T02:05:28.169102" level="INFO">min :: 30532.06</msg>
<arg>${result_name_list[${i}]} :: ${result_value_list[${i}]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-05-06T02:05:28.164832" elapsed="0.004328"/>
</kw>
<var name="${i}">0</var>
<status status="PASS" start="2026-05-06T02:05:28.164700" elapsed="0.004495"/>
</iter>
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-05-06T02:05:28.173684" level="INFO">max :: 31591.24</msg>
<arg>${result_name_list[${i}]} :: ${result_value_list[${i}]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-05-06T02:05:28.169422" elapsed="0.004319"/>
</kw>
<var name="${i}">1</var>
<status status="PASS" start="2026-05-06T02:05:28.169289" elapsed="0.004485"/>
</iter>
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-05-06T02:05:28.178424" level="INFO">avg :: 30963.97</msg>
<arg>${result_name_list[${i}]} :: ${result_value_list[${i}]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-05-06T02:05:28.174008" elapsed="0.004474"/>
</kw>
<var name="${i}">2</var>
<status status="PASS" start="2026-05-06T02:05:28.173864" elapsed="0.004652"/>
</iter>
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-05-06T02:05:28.183189" level="INFO">stdev :: 10326.92</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-06T02:05:28.178762" elapsed="0.004485"/>
</kw>
<var name="${i}">3</var>
<status status="PASS" start="2026-05-06T02:05:28.178627" elapsed="0.004660"/>
</iter>
<var>${i}</var>
<value>0</value>
<value>${num_stats}</value>
<status status="PASS" start="2026-05-06T02:05:28.164517" elapsed="0.018804"/>
</for>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-05-06T02:05:28.187419" level="INFO">${min} = 30532.06</msg>
<var>${min}</var>
<arg>${result_value_list[${0}]}</arg>
<doc>Returns the given values which can then be assigned to a variables.</doc>
<status status="PASS" start="2026-05-06T02:05:28.183484" elapsed="0.003961"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-05-06T02:05:28.191320" level="INFO">${max} = 31591.24</msg>
<var>${max}</var>
<arg>${result_value_list[${1}]}</arg>
<doc>Returns the given values which can then be assigned to a variables.</doc>
<status status="PASS" start="2026-05-06T02:05:28.187597" elapsed="0.003749"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-05-06T02:05:28.195307" level="INFO">${average} = 30963.97</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-06T02:05:28.191504" elapsed="0.003829"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-05-06T02:05:28.199217" level="INFO">${stdev} = 10326.92</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-06T02:05:28.195483" elapsed="0.003760"/>
</kw>
<kw name="Get Time" owner="BuiltIn">
<msg time="2026-05-06T02:05:28.199746" level="INFO">${date} = 2026-05-06 02:05:28</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-06T02:05:28.199399" elapsed="0.000372"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-05-06T02:05:28.200341" level="INFO">CBench Result: 2026-05-06 02:05:28,-m 60000 -M 100 -S 16 -l 10 -D 5000 -p 6633,30532.06,31591.24,30963.97,10326.92</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-06T02:05:28.199915" elapsed="0.000481"/>
</kw>
<kw name="Log Results And Determine Status">
<kw name="Append To File" owner="OperatingSystem">
<msg time="2026-05-06T02:05:28.201403" 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-06T02:05:28.201009" elapsed="0.000460"/>
</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-06T02:05:28.201620" elapsed="0.000474"/>
</kw>
<arg>${min}</arg>
<arg>${max}</arg>
<arg>${average}</arg>
<arg>${average_threshold}</arg>
<arg>${output_filename}</arg>
<status status="PASS" start="2026-05-06T02:05:28.200532" elapsed="0.001627"/>
</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-06T01:55:21.629094" elapsed="606.573125"/>
</kw>
<kw name="Sleep" owner="BuiltIn">
<msg time="2026-05-06T02:05:28.202759" 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-06T02:05:28.202366" elapsed="0.000453"/>
</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-06T02:05:28.203348" elapsed="0.000264"/>
</kw>
<status status="PASS" start="2026-05-06T02:05:28.203049" elapsed="0.000633"/>
</kw>
<doc>cbench executed in default latency mode. Test parameters have defaults, but can be overridden
on the pybot command line</doc>
<tag>cbench</tag>
<tag>latency</tag>
<timeout value="15 minutes"/>
<status status="PASS" start="2026-05-06T01:55:21.625511" elapsed="606.578208"/>
</test>
<test id="s1-t2" name="Cbench Throughput Test" line="51">
<kw name="Log" owner="BuiltIn">
<msg time="2026-05-06T02:05:28.205321" 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-06T02:05:28.204583" elapsed="0.000796"/>
</kw>
<kw name="Run Cbench And Log Results">
<kw name="Set Suite Variable" owner="BuiltIn">
<msg time="2026-05-06T02:05:28.206616" 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-06T02:05:28.206272" elapsed="0.000386"/>
</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-06T02:05:28.207004" elapsed="0.000022"/>
</kw>
<status status="NOT RUN" start="2026-05-06T02:05:28.206771" elapsed="0.000292"/>
</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-06T02:05:28.209931" elapsed="0.000021"/>
</kw>
<status status="NOT RUN" start="2026-05-06T02:05:28.209679" elapsed="0.000322"/>
</branch>
<status status="PASS" start="2026-05-06T02:05:28.209661" elapsed="0.000366"/>
</if>
<kw name="Get Connection" owner="SSHLibrary">
<msg time="2026-05-06T02:05:28.210526" 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-06T02:05:28.210677" 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-06T02:05:28.210158" elapsed="0.000546"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-05-06T02:05:28.211275" level="INFO">Attempting to execute command "/usr/local/bin/cbench -c 10.30.170.110 -t -m 60000 -M 100 -S 16 -l 10 -D 5000 -p 6633" on remote system "10.30.171.248" 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-06T02:05:28.210841" elapsed="0.000491"/>
</kw>
<kw name="Open Connection" owner="SSHLibrary">
<msg time="2026-05-06T02:05:28.211858" 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-06T02:05:28.211471" elapsed="0.000414"/>
</kw>
<kw name="Flexible_SSH_Login" owner="SSHKeywords">
<kw name="Get Length" owner="BuiltIn">
<msg time="2026-05-06T02:05:28.212773" level="INFO">Length is 0.</msg>
<msg time="2026-05-06T02:05:28.212862" 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-06T02:05:28.212472" elapsed="0.000415"/>
</kw>
<kw name="Run Keyword And Return If" owner="BuiltIn">
<arg>${pwd_length} &gt; 0</arg>
<arg>SSHLibrary.Login</arg>
<arg>${user}</arg>
<arg>${password}</arg>
<arg>delay=${delay}</arg>
<doc>Runs the specified keyword and returns from the enclosing user keyword.</doc>
<status status="PASS" start="2026-05-06T02:05:28.213042" elapsed="0.000322"/>
</kw>
<kw name="Run Keyword And Return" owner="BuiltIn">
<kw name="Login With Public Key" owner="SSHLibrary">
<msg time="2026-05-06T02:05:28.214221" level="INFO">Logging into '10.30.171.248:22' as 'jenkins'.</msg>
<msg time="2026-05-06T02:05:28.810329" 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 Wed May  6 02:05:28 UTC 2026

  System load:  1.0                Processes:             105
  Usage of /:   19.3% of 38.58GB   Users logged in:       0
  Memory usage: 4%                 IPv4 address for ens3: 10.30.171.248
  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: Wed May  6 01:55:21 2026 from 10.30.170.127
[?2004h[jenkins@releng-48317-711-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-06T02:05:28.213853" elapsed="0.596689"/>
</kw>
<msg time="2026-05-06T02:05:28.810632" 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-06T02:05:28.213514" elapsed="0.597209"/>
</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-06T02:05:28.212101" elapsed="0.598741"/>
</kw>
<kw name="Execute Command" owner="SSHLibrary">
<msg time="2026-05-06T02:05:28.811462" level="INFO">Executing command '/usr/local/bin/cbench -c 10.30.170.110 -t -m 60000 -M 100 -S 16 -l 10 -D 5000 -p 6633'.</msg>
<msg time="2026-05-06T02:15:35.555186" level="INFO">Command exited with return code 0.</msg>
<msg time="2026-05-06T02:15:35.555796" level="INFO">${stdout} = </msg>
<msg time="2026-05-06T02:15:35.555904" level="INFO">${stderr} = cbench: controller benchmarking tool
   running in mode 'throughput'
   connecting to controller at 10.30.170.110: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-06T02:05:28.811124" elapsed="606.744848"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-05-06T02:15:35.556508" elapsed="0.000689"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-05-06T02:15:35.558323" level="INFO">cbench: controller benchmarking tool
   running in mode 'throughput'
   connecting to controller at 10.30.170.110: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.110. So far 1 cbench instances have initialized their switches.  Waiting for other cbench-instances
Thread-0: Total switches from ALL cbench-instances initialized.
02:06:33.934 16  switches: flows:  559900 551603 571498 561481 557561 560290 555632 545264 556339 549879 564786 537438 567942 561298 538852 538886  total = 147.977483 per ms 
02:07:34.037 16  switches: flows:  524122 530406 494704 527456 512614 509712 525609 522212 539358 515073 502262 508447 509846 523228 527825 520407  total = 137.987852 per ms 
02:08:34.140 16  switches: flows:  546511 519909 551862 553756 528740 538516 539844 545542 545375 542378 543044 546757 544020 536461 543517 543790  total = 144.254823 per ms 
02:09:34.243 16  switches: flows:  563071 550525 563857 557239 547169 543925 540911 521530 561857 542783 513218 544311 547815 550298 540384 553122  total = 145.451467 per ms 
02:10:34.347 16  switches: flows:  564667 550236 567227 556444 566658 557535 576477 562701 543768 561864 563908 564976 564153 562837 560762 564812  total = 149.559405 per ms 
02:11:35.144 16  switches: flows:  511969 506568 513378 527640 521621 501242 517219 514970 521025 494441 532648 503767 515514 509940 506521 507941  total = 134.982155 per ms 
02:12:35.246 16  switches: flows:  536572 547561 532150 530222 525934 523317 523397 541823 524817 525137 520267 538440 523539 529833 532146 524244  total = 141.082278 per ms 
02:13:35.347 16  switches: flows:  586743 589972 594273 590735 587577 575250 578429 579412 590405 596843 587932 584542 591271 569224 592159 596508  total = 156.258868 per ms 
02:14:35.450 16  switches: flows:  554453 573161 545204 587722 567030 572273 587222 561140 586174 559589 550464 574437 562925 581985 571339 561379  total = 151.351334 per ms 
02:15:35.552 16  switches: flows:  531347 530454 555336 491054 536565 534152 537153 528957 545696 521465 531185 538350 535381 541822 538043 527738  total = 141.836809 per ms 
RESULT: 16 switches 9 tests min/max/avg/stdev = 134982.16/156258.87/144751.67/48666.69 responses/s</msg>
<arg>${stderr}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-05-06T02:15:35.557554" elapsed="0.001072"/>
</kw>
<if>
<branch type="IF" condition="&quot;${return_stdout}&quot;!=&quot;True&quot;">
<return>
<value>${stderr}</value>
<status status="PASS" start="2026-05-06T02:15:35.559235" elapsed="0.000071"/>
</return>
<status status="PASS" start="2026-05-06T02:15:35.558902" elapsed="0.000487"/>
</branch>
<status status="PASS" start="2026-05-06T02:15:35.558765" elapsed="0.000722"/>
</if>
<if>
<branch type="IF" condition="&quot;${return_stderr}&quot;!=&quot;True&quot;">
<return>
<value>${stdout}</value>
<status status="NOT RUN" start="2026-05-06T02:15:35.559699" elapsed="0.000028"/>
</return>
<status status="NOT RUN" start="2026-05-06T02:15:35.559618" elapsed="0.000168"/>
</branch>
<status status="NOT RUN" start="2026-05-06T02:15:35.559583" elapsed="0.000252"/>
</if>
<return>
<value>${stdout}</value>
<value>${stderr}</value>
<status status="NOT RUN" start="2026-05-06T02:15:35.559903" 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-06T02:15:35.564731" elapsed="0.000367"/>
</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-06T02:15:35.565250" elapsed="0.000176"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-05-06T02:15:35.565559" elapsed="0.000107"/>
</kw>
<arg>${current_ssh_connection.index}</arg>
<doc>Restore active SSH connection in SSHLibrary to given index.</doc>
<status status="PASS" start="2026-05-06T02:15:35.560606" elapsed="0.005115"/>
</kw>
<msg time="2026-05-06T02:15:35.565855" level="INFO">${output} = cbench: controller benchmarking tool
   running in mode 'throughput'
   connecting to controller at 10.30.170.110: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-06T02:05:28.207403" elapsed="607.358479"/>
</kw>
<status status="PASS" start="2026-05-06T02:05:28.207089" elapsed="607.358842"/>
</branch>
<status status="PASS" start="2026-05-06T02:05:28.206751" elapsed="607.359205"/>
</if>
<kw name="Log" owner="BuiltIn">
<msg time="2026-05-06T02:15:35.566440" level="INFO">cbench: controller benchmarking tool
   running in mode 'throughput'
   connecting to controller at 10.30.170.110: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.110. So far 1 cbench instances have initialized their switches.  Waiting for other cbench-instances
Thread-0: Total switches from ALL cbench-instances initialized.
02:06:33.934 16  switches: flows:  559900 551603 571498 561481 557561 560290 555632 545264 556339 549879 564786 537438 567942 561298 538852 538886  total = 147.977483 per ms 
02:07:34.037 16  switches: flows:  524122 530406 494704 527456 512614 509712 525609 522212 539358 515073 502262 508447 509846 523228 527825 520407  total = 137.987852 per ms 
02:08:34.140 16  switches: flows:  546511 519909 551862 553756 528740 538516 539844 545542 545375 542378 543044 546757 544020 536461 543517 543790  total = 144.254823 per ms 
02:09:34.243 16  switches: flows:  563071 550525 563857 557239 547169 543925 540911 521530 561857 542783 513218 544311 547815 550298 540384 553122  total = 145.451467 per ms 
02:10:34.347 16  switches: flows:  564667 550236 567227 556444 566658 557535 576477 562701 543768 561864 563908 564976 564153 562837 560762 564812  total = 149.559405 per ms 
02:11:35.144 16  switches: flows:  511969 506568 513378 527640 521621 501242 517219 514970 521025 494441 532648 503767 515514 509940 506521 507941  total = 134.982155 per ms 
02:12:35.246 16  switches: flows:  536572 547561 532150 530222 525934 523317 523397 541823 524817 525137 520267 538440 523539 529833 532146 524244  total = 141.082278 per ms 
02:13:35.347 16  switches: flows:  586743 589972 594273 590735 587577 575250 578429 579412 590405 596843 587932 584542 591271 569224 592159 596508  total = 156.258868 per ms 
02:14:35.450 16  switches: flows:  554453 573161 545204 587722 567030 572273 587222 561140 586174 559589 550464 574437 562925 581985 571339 561379  total = 151.351334 per ms 
02:15:35.552 16  switches: flows:  531347 530454 555336 491054 536565 534152 537153 528957 545696 521465 531185 538350 535381 541822 538043 527738  total = 141.836809 per ms 
RESULT: 16 switches 9 tests min/max/avg/stdev = 134982.16/156258.87/144751.67/48666.69 responses/s</msg>
<arg>${output}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-05-06T02:15:35.566133" elapsed="0.000382"/>
</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-06T02:15:35.566701" elapsed="0.000537"/>
</kw>
<kw name="Get Lines Containing String" owner="String">
<msg time="2026-05-06T02:15:35.567781" level="INFO">1 out of 23 lines matched.</msg>
<msg time="2026-05-06T02:15:35.567901" level="INFO">${result_line} = RESULT: 16 switches 9 tests min/max/avg/stdev = 134982.16/156258.87/144751.67/48666.69 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-06T02:15:35.567457" elapsed="0.000476"/>
</kw>
<kw name="Split String" owner="String">
<msg time="2026-05-06T02:15:35.568502" level="INFO">@{results_list} = [ RESULT: | 16 | switches | 9 | tests | min/max/avg/stdev | = | 134982.16/156258.87/144751.67/48666.69 | 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-06T02:15:35.568161" elapsed="0.000376"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-05-06T02:15:35.571869" 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-06T02:15:35.568733" elapsed="0.003198"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-05-06T02:15:35.574351" level="INFO">134982.16/156258.87/144751.67/48666.69</msg>
<arg>${results_list[7]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-05-06T02:15:35.572103" elapsed="0.002307"/>
</kw>
<kw name="Split String" owner="String">
<msg time="2026-05-06T02:15:35.576846" 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-06T02:15:35.574560" elapsed="0.002314"/>
</kw>
<kw name="Split String" owner="String">
<msg time="2026-05-06T02:15:35.579320" level="INFO">@{result_value_list} = [ 134982.16 | 156258.87 | 144751.67 | 48666.69 ]</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-06T02:15:35.577129" elapsed="0.002218"/>
</kw>
<kw name="Get Length" owner="BuiltIn">
<msg time="2026-05-06T02:15:35.579934" level="INFO">Length is 4.</msg>
<msg time="2026-05-06T02:15:35.580049" 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-06T02:15:35.579500" elapsed="0.000573"/>
</kw>
<for flavor="IN RANGE">
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-05-06T02:15:35.585035" level="INFO">min :: 134982.16</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-06T02:15:35.580478" elapsed="0.004620"/>
</kw>
<var name="${i}">0</var>
<status status="PASS" start="2026-05-06T02:15:35.580344" elapsed="0.004790"/>
</iter>
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-05-06T02:15:35.589857" level="INFO">max :: 156258.87</msg>
<arg>${result_name_list[${i}]} :: ${result_value_list[${i}]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-05-06T02:15:35.585356" elapsed="0.004560"/>
</kw>
<var name="${i}">1</var>
<status status="PASS" start="2026-05-06T02:15:35.585226" elapsed="0.004726"/>
</iter>
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-05-06T02:15:35.594508" level="INFO">avg :: 144751.67</msg>
<arg>${result_name_list[${i}]} :: ${result_value_list[${i}]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-05-06T02:15:35.590201" elapsed="0.004366"/>
</kw>
<var name="${i}">2</var>
<status status="PASS" start="2026-05-06T02:15:35.590067" elapsed="0.004535"/>
</iter>
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-05-06T02:15:35.599226" level="INFO">stdev :: 48666.69</msg>
<arg>${result_name_list[${i}]} :: ${result_value_list[${i}]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-05-06T02:15:35.594829" elapsed="0.004456"/>
</kw>
<var name="${i}">3</var>
<status status="PASS" start="2026-05-06T02:15:35.594693" elapsed="0.004628"/>
</iter>
<var>${i}</var>
<value>0</value>
<value>${num_stats}</value>
<status status="PASS" start="2026-05-06T02:15:35.580145" elapsed="0.019211"/>
</for>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-05-06T02:15:35.603508" level="INFO">${min} = 134982.16</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-06T02:15:35.599525" elapsed="0.004012"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-05-06T02:15:35.607434" level="INFO">${max} = 156258.87</msg>
<var>${max}</var>
<arg>${result_value_list[${1}]}</arg>
<doc>Returns the given values which can then be assigned to a variables.</doc>
<status status="PASS" start="2026-05-06T02:15:35.603701" elapsed="0.003761"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-05-06T02:15:35.611634" level="INFO">${average} = 144751.67</msg>
<var>${average}</var>
<arg>${result_value_list[${2}]}</arg>
<doc>Returns the given values which can then be assigned to a variables.</doc>
<status status="PASS" start="2026-05-06T02:15:35.607623" elapsed="0.004039"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-05-06T02:15:35.616025" level="INFO">${stdev} = 48666.69</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-06T02:15:35.611820" elapsed="0.004237"/>
</kw>
<kw name="Get Time" owner="BuiltIn">
<msg time="2026-05-06T02:15:35.616669" level="INFO">${date} = 2026-05-06 02:15:35</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-06T02:15:35.616293" elapsed="0.000402"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-05-06T02:15:35.617322" level="INFO">CBench Result: 2026-05-06 02:15:35,-t -m 60000 -M 100 -S 16 -l 10 -D 5000 -p 6633,134982.16,156258.87,144751.67,48666.69</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-06T02:15:35.616844" elapsed="0.000538"/>
</kw>
<kw name="Log Results And Determine Status">
<kw name="Append To File" owner="OperatingSystem">
<msg time="2026-05-06T02:15:35.618623" 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-06T02:15:35.618106" elapsed="0.000592"/>
</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-06T02:15:35.618874" elapsed="0.000501"/>
</kw>
<arg>${min}</arg>
<arg>${max}</arg>
<arg>${average}</arg>
<arg>${average_threshold}</arg>
<arg>${output_filename}</arg>
<status status="PASS" start="2026-05-06T02:15:35.617542" elapsed="0.001901"/>
</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-06T02:05:28.205683" elapsed="607.413827"/>
</kw>
<kw name="Sleep" owner="BuiltIn">
<msg time="2026-05-06T02:15:35.620032" 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-06T02:15:35.619669" elapsed="0.000426"/>
</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-06T02:15:35.620638" elapsed="0.000267"/>
</kw>
<status status="PASS" start="2026-05-06T02:15:35.620332" elapsed="0.000661"/>
</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-06T02:05:28.204035" elapsed="607.417000"/>
</test>
<test id="s1-t3" name="Rerun Latency Test To Check Bug 6176" line="65">
<kw name="Log" owner="BuiltIn">
<msg time="2026-05-06T02:15:35.622798" 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-06T02:15:35.622398" elapsed="0.000459"/>
</kw>
<kw name="Run Cbench And Log Results">
<kw name="Set Suite Variable" owner="BuiltIn">
<msg time="2026-05-06T02:15:35.624140" 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-06T02:15:35.623771" elapsed="0.000414"/>
</kw>
<if>
<branch type="IF" condition="&quot;${cbench_system}&quot; == &quot;localhost&quot;">
<kw name="Run" owner="OperatingSystem">
<var>${output}</var>
<arg>${cbench_executable} -c ${ODL_SYSTEM_IP} ${cbench_args}</arg>
<doc>_This keyword is considered deprecated. Use the
[http://robotframework.org/robotframework/latest/libraries/Process.html|
Process] library instead._</doc>
<status status="NOT RUN" start="2026-05-06T02:15:35.624707" elapsed="0.000029"/>
</kw>
<status status="NOT RUN" start="2026-05-06T02:15:35.624411" elapsed="0.000371"/>
</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-06T02:15:35.628147" elapsed="0.000022"/>
</kw>
<status status="NOT RUN" start="2026-05-06T02:15:35.627856" elapsed="0.000352"/>
</branch>
<status status="PASS" start="2026-05-06T02:15:35.627834" elapsed="0.000399"/>
</if>
<kw name="Get Connection" owner="SSHLibrary">
<msg time="2026-05-06T02:15:35.628658" 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-06T02:15:35.628787" 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-06T02:15:35.628419" elapsed="0.000396"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-05-06T02:15:35.629426" level="INFO">Attempting to execute command "/usr/local/bin/cbench -c 10.30.170.110 -m 60000 -M 100 -S 16 -l 10 -D 5000 -p 6633" on remote system "10.30.171.248" 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-06T02:15:35.628954" elapsed="0.000534"/>
</kw>
<kw name="Open Connection" owner="SSHLibrary">
<msg time="2026-05-06T02:15:35.630067" 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-06T02:15:35.629632" elapsed="0.000464"/>
</kw>
<kw name="Flexible_SSH_Login" owner="SSHKeywords">
<kw name="Get Length" owner="BuiltIn">
<msg time="2026-05-06T02:15:35.631234" level="INFO">Length is 0.</msg>
<msg time="2026-05-06T02:15:35.631332" 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-06T02:15:35.630693" elapsed="0.000664"/>
</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-06T02:15:35.631539" elapsed="0.000505"/>
</kw>
<kw name="Run Keyword And Return" owner="BuiltIn">
<kw name="Login With Public Key" owner="SSHLibrary">
<msg time="2026-05-06T02:15:35.633021" level="INFO">Logging into '10.30.171.248:22' as 'jenkins'.</msg>
<msg time="2026-05-06T02:15:36.243350" 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 Wed May  6 02:15:35 UTC 2026

  System load:  0.25               Processes:             104
  Usage of /:   19.3% of 38.58GB   Users logged in:       0
  Memory usage: 4%                 IPv4 address for ens3: 10.30.171.248
  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: Wed May  6 02:05:28 2026 from 10.30.170.127
[?2004h[jenkins@releng-48317-711-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-06T02:15:35.632627" elapsed="0.610949"/>
</kw>
<msg time="2026-05-06T02:15:36.243659" 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-06T02:15:35.632203" elapsed="0.611529"/>
</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-06T02:15:35.630305" elapsed="0.613535"/>
</kw>
<kw name="Execute Command" owner="SSHLibrary">
<msg time="2026-05-06T02:15:36.244358" level="INFO">Executing command '/usr/local/bin/cbench -c 10.30.170.110 -m 60000 -M 100 -S 16 -l 10 -D 5000 -p 6633'.</msg>
<msg time="2026-05-06T02:25:42.716911" level="INFO">Command exited with return code 0.</msg>
<msg time="2026-05-06T02:25:42.717451" level="INFO">${stdout} = </msg>
<msg time="2026-05-06T02:25:42.717556" level="INFO">${stderr} = cbench: controller benchmarking tool
   running in mode 'latency'
   connecting to controller at 10.30.170.110: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-06T02:15:36.244066" elapsed="606.473546"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-05-06T02:25:42.718096" elapsed="0.000628"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-05-06T02:25:42.719847" level="INFO">cbench: controller benchmarking tool
   running in mode 'latency'
   connecting to controller at 10.30.170.110: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.110. So far 1 cbench instances have initialized their switches.  Waiting for other cbench-instances
Thread-0: Total switches from ALL cbench-instances initialized.
02:16:41.807 16  switches: flows:  114457 119803 117527 112443 112350 112963 116989 113728 108545 112050 112375 113999 110766 111772 115003 110576  total = 30.255767 per ms 
02:17:41.908 16  switches: flows:  108563 102711 109004 106455 109886 104910 109378 109026 101784 107299 105373 104521 102895 106717 105735 105320  total = 28.278855 per ms 
02:18:42.008 16  switches: flows:  111277 104431 110327 108914 110475 107865 108598 109827 104250 107534 106891 107723 102423 107960 106758 106259  total = 28.643993 per ms 
02:19:42.109 16  switches: flows:  111647 106261 112008 110297 111471 108895 109638 112362 104273 108196 108088 107801 104035 108142 108092 107940  total = 28.937471 per ms 
02:20:42.209 16  switches: flows:  116162 109917 114505 114148 113751 113648 114829 114649 107792 113234 111205 111102 108405 109935 111528 110846  total = 29.877657 per ms 
02:21:42.309 16  switches: flows:  117232 108997 116492 115283 113972 115513 116406 115835 109936 113335 112508 113022 109211 112049 111546 112392  total = 30.178396 per ms 
02:22:42.410 16  switches: flows:  105980 101460 106399 105840 106006 103378 103964 106552 99309 104569 102778 103142 99530 102343 102261 104165  total = 27.581798 per ms 
02:23:42.510 16  switches: flows:  115853 109276 114296 113409 112394 112345 113136 114852 107380 111167 109300 111185 106704 112851 111666 110881  total = 29.728604 per ms 
02:24:42.611 16  switches: flows:  114510 111242 116743 112123 112727 111994 113003 115358 108975 111073 110097 110283 108735 112029 109416 111055  total = 29.772660 per ms 
02:25:42.711 16  switches: flows:  114639 111178 117240 112128 113254 112643 115689 115451 107505 112010 109850 111594 110104 112543 110679 112799  total = 29.938411 per ms 
RESULT: 16 switches 9 tests min/max/avg/stdev = 27581.80/30178.40/29215.32/9774.95 responses/s</msg>
<arg>${stderr}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-05-06T02:25:42.719112" elapsed="0.001064"/>
</kw>
<if>
<branch type="IF" condition="&quot;${return_stdout}&quot;!=&quot;True&quot;">
<return>
<value>${stderr}</value>
<status status="PASS" start="2026-05-06T02:25:42.720663" elapsed="0.000072"/>
</return>
<status status="PASS" start="2026-05-06T02:25:42.720369" elapsed="0.000446"/>
</branch>
<status status="PASS" start="2026-05-06T02:25:42.720318" elapsed="0.000556"/>
</if>
<if>
<branch type="IF" condition="&quot;${return_stderr}&quot;!=&quot;True&quot;">
<return>
<value>${stdout}</value>
<status status="NOT RUN" start="2026-05-06T02:25:42.721113" elapsed="0.000028"/>
</return>
<status status="NOT RUN" start="2026-05-06T02:25:42.721030" elapsed="0.000172"/>
</branch>
<status status="NOT RUN" start="2026-05-06T02:25:42.720966" elapsed="0.000285"/>
</if>
<return>
<value>${stdout}</value>
<value>${stderr}</value>
<status status="NOT RUN" start="2026-05-06T02:25:42.721339" 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-06T02:25:42.726359" elapsed="0.000336"/>
</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-06T02:25:42.726843" elapsed="0.000180"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-05-06T02:25:42.727156" elapsed="0.000101"/>
</kw>
<arg>${current_ssh_connection.index}</arg>
<doc>Restore active SSH connection in SSHLibrary to given index.</doc>
<status status="PASS" start="2026-05-06T02:25:42.722031" elapsed="0.005280"/>
</kw>
<msg time="2026-05-06T02:25:42.727443" level="INFO">${output} = cbench: controller benchmarking tool
   running in mode 'latency'
   connecting to controller at 10.30.170.110: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-06T02:15:35.625176" elapsed="607.102295"/>
</kw>
<status status="PASS" start="2026-05-06T02:15:35.624818" elapsed="607.102703"/>
</branch>
<status status="PASS" start="2026-05-06T02:15:35.624385" elapsed="607.103160"/>
</if>
<kw name="Log" owner="BuiltIn">
<msg time="2026-05-06T02:25:42.728015" level="INFO">cbench: controller benchmarking tool
   running in mode 'latency'
   connecting to controller at 10.30.170.110: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.110. So far 1 cbench instances have initialized their switches.  Waiting for other cbench-instances
Thread-0: Total switches from ALL cbench-instances initialized.
02:16:41.807 16  switches: flows:  114457 119803 117527 112443 112350 112963 116989 113728 108545 112050 112375 113999 110766 111772 115003 110576  total = 30.255767 per ms 
02:17:41.908 16  switches: flows:  108563 102711 109004 106455 109886 104910 109378 109026 101784 107299 105373 104521 102895 106717 105735 105320  total = 28.278855 per ms 
02:18:42.008 16  switches: flows:  111277 104431 110327 108914 110475 107865 108598 109827 104250 107534 106891 107723 102423 107960 106758 106259  total = 28.643993 per ms 
02:19:42.109 16  switches: flows:  111647 106261 112008 110297 111471 108895 109638 112362 104273 108196 108088 107801 104035 108142 108092 107940  total = 28.937471 per ms 
02:20:42.209 16  switches: flows:  116162 109917 114505 114148 113751 113648 114829 114649 107792 113234 111205 111102 108405 109935 111528 110846  total = 29.877657 per ms 
02:21:42.309 16  switches: flows:  117232 108997 116492 115283 113972 115513 116406 115835 109936 113335 112508 113022 109211 112049 111546 112392  total = 30.178396 per ms 
02:22:42.410 16  switches: flows:  105980 101460 106399 105840 106006 103378 103964 106552 99309 104569 102778 103142 99530 102343 102261 104165  total = 27.581798 per ms 
02:23:42.510 16  switches: flows:  115853 109276 114296 113409 112394 112345 113136 114852 107380 111167 109300 111185 106704 112851 111666 110881  total = 29.728604 per ms 
02:24:42.611 16  switches: flows:  114510 111242 116743 112123 112727 111994 113003 115358 108975 111073 110097 110283 108735 112029 109416 111055  total = 29.772660 per ms 
02:25:42.711 16  switches: flows:  114639 111178 117240 112128 113254 112643 115689 115451 107505 112010 109850 111594 110104 112543 110679 112799  total = 29.938411 per ms 
RESULT: 16 switches 9 tests min/max/avg/stdev = 27581.80/30178.40/29215.32/9774.95 responses/s</msg>
<arg>${output}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-05-06T02:25:42.727699" elapsed="0.000393"/>
</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-06T02:25:42.728242" elapsed="0.000369"/>
</kw>
<kw name="Get Lines Containing String" owner="String">
<msg time="2026-05-06T02:25:42.729005" level="INFO">1 out of 23 lines matched.</msg>
<msg time="2026-05-06T02:25:42.729100" level="INFO">${result_line} = RESULT: 16 switches 9 tests min/max/avg/stdev = 27581.80/30178.40/29215.32/9774.95 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-06T02:25:42.728772" elapsed="0.000353"/>
</kw>
<kw name="Split String" owner="String">
<msg time="2026-05-06T02:25:42.729551" level="INFO">@{results_list} = [ RESULT: | 16 | switches | 9 | tests | min/max/avg/stdev | = | 27581.80/30178.40/29215.32/9774.95 | 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-06T02:25:42.729280" elapsed="0.000297"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-05-06T02:25:42.732008" 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-06T02:25:42.729721" elapsed="0.002346"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-05-06T02:25:42.734641" level="INFO">27581.80/30178.40/29215.32/9774.95</msg>
<arg>${results_list[7]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-05-06T02:25:42.732213" elapsed="0.002485"/>
</kw>
<kw name="Split String" owner="String">
<msg time="2026-05-06T02:25:42.737055" 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-06T02:25:42.734849" elapsed="0.002234"/>
</kw>
<kw name="Split String" owner="String">
<msg time="2026-05-06T02:25:42.739513" level="INFO">@{result_value_list} = [ 27581.80 | 30178.40 | 29215.32 | 9774.95 ]</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-06T02:25:42.737310" elapsed="0.002231"/>
</kw>
<kw name="Get Length" owner="BuiltIn">
<msg time="2026-05-06T02:25:42.740092" level="INFO">Length is 4.</msg>
<msg time="2026-05-06T02:25:42.740184" 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-06T02:25:42.739698" elapsed="0.000511"/>
</kw>
<for flavor="IN RANGE">
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-05-06T02:25:42.745052" level="INFO">min :: 27581.80</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-06T02:25:42.740598" elapsed="0.004513"/>
</kw>
<var name="${i}">0</var>
<status status="PASS" start="2026-05-06T02:25:42.740467" elapsed="0.004679"/>
</iter>
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-05-06T02:25:42.749727" level="INFO">max :: 30178.40</msg>
<arg>${result_name_list[${i}]} :: ${result_value_list[${i}]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-05-06T02:25:42.745390" elapsed="0.004397"/>
</kw>
<var name="${i}">1</var>
<status status="PASS" start="2026-05-06T02:25:42.745236" elapsed="0.004587"/>
</iter>
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-05-06T02:25:42.754336" level="INFO">avg :: 29215.32</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-06T02:25:42.750072" elapsed="0.004322"/>
</kw>
<var name="${i}">2</var>
<status status="PASS" start="2026-05-06T02:25:42.749916" elapsed="0.004513"/>
</iter>
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-05-06T02:25:42.759165" level="INFO">stdev :: 9774.95</msg>
<arg>${result_name_list[${i}]} :: ${result_value_list[${i}]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-05-06T02:25:42.754713" elapsed="0.004509"/>
</kw>
<var name="${i}">3</var>
<status status="PASS" start="2026-05-06T02:25:42.754515" elapsed="0.004742"/>
</iter>
<var>${i}</var>
<value>0</value>
<value>${num_stats}</value>
<status status="PASS" start="2026-05-06T02:25:42.740276" elapsed="0.019012"/>
</for>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-05-06T02:25:42.763401" level="INFO">${min} = 27581.80</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-06T02:25:42.759453" elapsed="0.003975"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-05-06T02:25:42.767389" level="INFO">${max} = 30178.40</msg>
<var>${max}</var>
<arg>${result_value_list[${1}]}</arg>
<doc>Returns the given values which can then be assigned to a variables.</doc>
<status status="PASS" start="2026-05-06T02:25:42.763586" elapsed="0.003830"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-05-06T02:25:42.771374" level="INFO">${average} = 29215.32</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-06T02:25:42.767574" elapsed="0.003826"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-05-06T02:25:42.775531" level="INFO">${stdev} = 9774.95</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-06T02:25:42.771550" elapsed="0.004008"/>
</kw>
<kw name="Get Time" owner="BuiltIn">
<msg time="2026-05-06T02:25:42.776093" level="INFO">${date} = 2026-05-06 02:25:42</msg>
<var>${date}</var>
<arg>d,m,s</arg>
<doc>Returns the given time in the requested format.</doc>
<status status="PASS" start="2026-05-06T02:25:42.775720" elapsed="0.000399"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-05-06T02:25:42.776682" level="INFO">CBench Result: 2026-05-06 02:25:42,-m 60000 -M 100 -S 16 -l 10 -D 5000 -p 6633,27581.80,30178.40,29215.32,9774.95</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-06T02:25:42.776274" elapsed="0.000463"/>
</kw>
<kw name="Log Results And Determine Status">
<kw name="Append To File" owner="OperatingSystem">
<msg time="2026-05-06T02:25:42.778094" 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-06T02:25:42.777591" elapsed="0.000571"/>
</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-06T02:25:42.778315" elapsed="0.000466"/>
</kw>
<arg>${min}</arg>
<arg>${max}</arg>
<arg>${average}</arg>
<arg>${average_threshold}</arg>
<arg>${output_filename}</arg>
<status status="PASS" start="2026-05-06T02:25:42.776902" elapsed="0.001945"/>
</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-06T02:15:35.623209" elapsed="607.155698"/>
</kw>
<kw name="Sleep" owner="BuiltIn">
<msg time="2026-05-06T02:25:42.779392" 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-06T02:25:42.779076" elapsed="0.000373"/>
</kw>
<kw name="Report Failure Due To Bug" owner="Utils" type="TEARDOWN">
<kw name="Evaluate" owner="BuiltIn">
<msg time="2026-05-06T02:25:42.780656" 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-06T02:25:42.780177" elapsed="0.000506"/>
</kw>
<if>
<branch type="IF" condition="('${TEST_STATUS}' != 'FAIL') or ${test_skipped}">
<return>
<status status="PASS" start="2026-05-06T02:25:42.780915" elapsed="0.000035"/>
</return>
<status status="PASS" start="2026-05-06T02:25:42.780765" elapsed="0.000233"/>
</branch>
<status status="PASS" start="2026-05-06T02:25:42.780743" elapsed="0.000282"/>
</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-06T02:25:42.781215" elapsed="0.000027"/>
</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-06T02:25:42.781419" elapsed="0.000022"/>
</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-06T02:25:42.781586" elapsed="0.000019"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<var>${msg}</var>
<arg>This test fails due to ${bug_url}</arg>
<doc>Returns the given values which can then be assigned to a variables.</doc>
<status status="NOT RUN" start="2026-05-06T02:25:42.781786" elapsed="0.000021"/>
</kw>
<kw name="Evaluate" owner="BuiltIn">
<var>${newline}</var>
<arg>chr(10)</arg>
<doc>Evaluates the given expression in Python and returns the result.</doc>
<status status="NOT RUN" start="2026-05-06T02:25:42.781935" elapsed="0.000020"/>
</kw>
<kw name="Set Test Message" owner="BuiltIn">
<arg>${msg}${newline}${newline}${TEST_MESSAGE}</arg>
<doc>Sets message for the current test case.</doc>
<status status="NOT RUN" start="2026-05-06T02:25:42.782097" elapsed="0.000020"/>
</kw>
<kw name="Log" owner="BuiltIn">
<arg>${msg}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="NOT RUN" start="2026-05-06T02:25:42.782239" elapsed="0.000019"/>
</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-06T02:25:42.782453" elapsed="0.000019"/>
</kw>
<status status="NOT RUN" start="2026-05-06T02:25:42.782319" elapsed="0.000184"/>
</branch>
<status status="NOT RUN" start="2026-05-06T02:25:42.782303" elapsed="0.000223"/>
</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-06T02:25:42.779824" elapsed="0.002753"/>
</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-06T02:15:35.621758" elapsed="607.160864"/>
</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-06T01:55:18.849093" elapsed="1823.934320"/>
</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>
