<?xml version="1.0" encoding="UTF-8"?>
<robot generator="Robot 7.4.2 (Python 3.11.10 on linux)" generated="2026-05-29T06:55:17.599008" 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-29T06:55:18.168342" elapsed="0.000022"/>
</return>
<status status="NOT RUN" start="2026-05-29T06:55:18.168206" elapsed="0.000210"/>
</branch>
<status status="PASS" start="2026-05-29T06:55:18.168176" elapsed="0.000267"/>
</if>
<kw name="Open Connection" owner="SSHLibrary">
<arg>${controller}</arg>
<arg>port=${karaf_port}</arg>
<arg>prompt=${KARAF_PROMPT_LOGIN}</arg>
<arg>timeout=${timeout}</arg>
<doc>Opens a new SSH connection to the given ``host`` and ``port``.</doc>
<status status="PASS" start="2026-05-29T06:55:18.168589" elapsed="0.000552"/>
</kw>
<kw name="Login" owner="SSHLibrary">
<msg time="2026-05-29T06:55:18.169618" level="INFO">Logging into '10.30.171.17:8101' as 'karaf'.</msg>
<msg time="2026-05-29T06:55:18.941556" 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-29T06:55:18.169317" elapsed="0.772522"/>
</kw>
<kw name="Write" owner="SSHLibrary">
<msg time="2026-05-29T06:55:18.991039" 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-29T06:55:18.942278" elapsed="0.048833"/>
</kw>
<kw name="Read Until Regexp" owner="SSHLibrary">
<msg time="2026-05-29T06:55:18.992990" level="INFO">[?1l&gt;[?2004l[?1h=[90m~[0m                                                                                [?2004hopendaylight-user@root&gt;</msg>
<msg time="2026-05-29T06:55:18.993102" 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-29T06:55:18.991280" elapsed="0.001852"/>
</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-29T06:55:18.993290" elapsed="0.000223"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-05-29T06:55:18.993671" elapsed="0.000213"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-05-29T06:55:18.994366" 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-29T06:55:18.994036" elapsed="0.000385"/>
</kw>
<return>
<value>${output}</value>
<status status="PASS" start="2026-05-29T06:55:18.994474" elapsed="0.000056"/>
</return>
<arg>log:set ${log_level}</arg>
<doc>Will execute the given ${cmd} by ssh'ing to the karaf console running on 10.30.171.17
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-29T06:55:18.167833" elapsed="0.826823"/>
</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-29T06:55:18.164222" elapsed="0.830521"/>
</kw>
<kw name="Append To File" owner="OperatingSystem">
<msg time="2026-05-29T06:55:18.995283" 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-29T06:55:18.994938" elapsed="0.000402"/>
</kw>
<kw name="Append To File" owner="OperatingSystem">
<msg time="2026-05-29T06:55:18.995756" 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-29T06:55:18.995491" elapsed="0.000322"/>
</kw>
<kw name="Evaluate" owner="BuiltIn">
<msg time="2026-05-29T06:55:18.996424" 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-29T06:55:18.995970" elapsed="0.000489"/>
</kw>
<kw name="Set Suite Variable" owner="BuiltIn">
<msg time="2026-05-29T06:55:18.997049" 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-29T06:55:18.996663" elapsed="0.000430"/>
</kw>
<kw name="Evaluate" owner="BuiltIn">
<msg time="2026-05-29T06:55:18.997610" 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-29T06:55:18.997239" elapsed="0.000397"/>
</kw>
<kw name="Set Suite Variable" owner="BuiltIn">
<msg time="2026-05-29T06:55:18.998122" 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-29T06:55:18.997812" elapsed="0.000351"/>
</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-29T06:55:18.998466" elapsed="0.000020"/>
</kw>
<status status="NOT RUN" start="2026-05-29T06:55:18.998249" elapsed="0.000271"/>
</branch>
<branch type="ELSE">
<kw name="Verify File Exists On Remote System" owner="Utils">
<kw name="Open Connection" owner="SSHLibrary">
<msg time="2026-05-29T06:55:19.002981" 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-29T06:55:19.002563" elapsed="0.000446"/>
</kw>
<kw name="Flexible_SSH_Login" owner="SSHKeywords">
<kw name="Get Length" owner="BuiltIn">
<msg time="2026-05-29T06:55:19.004339" level="INFO">Length is 0.</msg>
<msg time="2026-05-29T06:55:19.004442" 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-29T06:55:19.003567" elapsed="0.000906"/>
</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-29T06:55:19.004647" elapsed="0.000369"/>
</kw>
<kw name="Run Keyword And Return" owner="BuiltIn">
<kw name="Login With Public Key" owner="SSHLibrary">
<msg time="2026-05-29T06:55:19.006047" level="INFO">Logging into '10.30.171.152:22' as 'jenkins'.</msg>
<msg time="2026-05-29T06:55:19.694336" 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 Fri May 29 06:55:19 UTC 2026

  System load:  0.01               Processes:             109
  Usage of /:   19.3% of 38.58GB   Users logged in:       0
  Memory usage: 4%                 IPv4 address for ens3: 10.30.171.152
  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-733-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-29T06:55:19.005522" elapsed="0.688943"/>
</kw>
<msg time="2026-05-29T06:55:19.694546" 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-29T06:55:19.005172" elapsed="0.689463"/>
</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-29T06:55:19.003214" elapsed="0.691556"/>
</kw>
<kw name="File Should Exist" owner="SSHLibrary">
<msg time="2026-05-29T06:55:19.705742" 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-29T06:55:19.694974" elapsed="0.012543"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-05-29T06:55:19.707926" elapsed="0.000634"/>
</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-29T06:55:19.002039" elapsed="0.706662"/>
</kw>
<status status="PASS" start="2026-05-29T06:55:18.998599" elapsed="0.710232"/>
</branch>
<status status="PASS" start="2026-05-29T06:55:18.998223" elapsed="0.710673"/>
</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-29T06:55:19.709233" elapsed="0.001206"/>
</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-29T06:55:19.718381" elapsed="0.000019"/>
</return>
<status status="NOT RUN" start="2026-05-29T06:55:19.718255" elapsed="0.000182"/>
</branch>
<status status="PASS" start="2026-05-29T06:55:19.718229" elapsed="0.000232"/>
</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-29T06:55:19.722051" elapsed="0.000014"/>
</return>
<status status="NOT RUN" start="2026-05-29T06:55:19.721937" elapsed="0.000160"/>
</branch>
<status status="PASS" start="2026-05-29T06:55:19.721918" elapsed="0.000202"/>
</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-29T06:55:19.722257" elapsed="0.000444"/>
</kw>
<kw name="Login" owner="SSHLibrary">
<msg time="2026-05-29T06:55:19.723129" level="INFO">Logging into '10.30.171.17:8101' as 'karaf'.</msg>
<msg time="2026-05-29T06:55:19.914620" 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-29T06:55:19.722867" elapsed="0.191857"/>
</kw>
<kw name="Write" owner="SSHLibrary">
<msg time="2026-05-29T06:55:20.013794" 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-29T06:55:19.914886" elapsed="0.099091"/>
</kw>
<kw name="Read Until Regexp" owner="SSHLibrary">
<msg time="2026-05-29T06:55:20.018526" 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-29T06:55:20.018757" 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-29T06:55:20.014297" elapsed="0.004493"/>
</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-29T06:55:20.018934" elapsed="0.000281"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-05-29T06:55:20.019369" elapsed="0.000220"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-05-29T06:55:20.020113" 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-29T06:55:20.019757" elapsed="0.000412"/>
</kw>
<return>
<value>${output}</value>
<status status="PASS" start="2026-05-29T06:55:20.020223" elapsed="0.000061"/>
</return>
<msg time="2026-05-29T06:55:20.020441" level="INFO">${output} = [?1l&gt;[?2004l[31;1modl-openflowplugin-drop-test[0m                                    x 0.20.2           x x        x Started x [31;1modl-openflowplugin-drop-test[0m                     ...</msg>
<var>${output}</var>
<arg>feature:list -i | grep ${feature_name}</arg>
<arg>${controller}</arg>
<arg>${karaf_port}</arg>
<doc>Will execute the given ${cmd} by ssh'ing to the karaf console running on 10.30.171.17
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-29T06:55:19.721566" elapsed="0.298906"/>
</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-29T06:55:20.020625" elapsed="0.000632"/>
</kw>
<return>
<value>${output}</value>
<status status="PASS" start="2026-05-29T06:55:20.021309" elapsed="0.000032"/>
</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-29T06:55:19.717934" elapsed="0.303505"/>
</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-29T06:55:20.025379" elapsed="0.000015"/>
</return>
<status status="NOT RUN" start="2026-05-29T06:55:20.025237" elapsed="0.000189"/>
</branch>
<status status="PASS" start="2026-05-29T06:55:20.025211" elapsed="0.000240"/>
</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-29T06:55:20.025584" elapsed="0.000486"/>
</kw>
<kw name="Login" owner="SSHLibrary">
<msg time="2026-05-29T06:55:20.026477" level="INFO">Logging into '10.30.171.17:8101' as 'karaf'.</msg>
<msg time="2026-05-29T06:55:20.182976" 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-29T06:55:20.026217" elapsed="0.156883"/>
</kw>
<kw name="Write" owner="SSHLibrary">
<msg time="2026-05-29T06:55:20.205622" 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-29T06:55:20.183313" elapsed="0.022366"/>
</kw>
<kw name="Read Until Regexp" owner="SSHLibrary">
<msg time="2026-05-29T06:55:20.207453" level="INFO">[?1l&gt;[?2004lDropAllFlows transitions to on
[?1h=[90m~[0m                                                                                [?2004hopendaylight-user@root&gt;</msg>
<msg time="2026-05-29T06:55:20.207554" 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-29T06:55:20.205839" elapsed="0.001744"/>
</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-29T06:55:20.207731" elapsed="0.000176"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-05-29T06:55:20.208078" elapsed="0.000183"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-05-29T06:55:20.208704" 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-29T06:55:20.208400" elapsed="0.000378"/>
</kw>
<return>
<value>${output}</value>
<status status="PASS" start="2026-05-29T06:55:20.208831" elapsed="0.000053"/>
</return>
<arg>dropallpacketsrpc on</arg>
<doc>Will execute the given ${cmd} by ssh'ing to the karaf console running on 10.30.171.17
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-29T06:55:20.024881" elapsed="0.184122"/>
</kw>
<status status="PASS" start="2026-05-29T06:55:18.162436" elapsed="2.046632"/>
</kw>
<test id="s1-t1" name="Cbench Latency Test" line="37">
<kw name="Log" owner="BuiltIn">
<msg time="2026-05-29T06:55:20.211329" 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-29T06:55:20.210229" elapsed="0.001165"/>
</kw>
<kw name="Run Cbench And Log Results">
<kw name="Set Suite Variable" owner="BuiltIn">
<msg time="2026-05-29T06:55:20.212976" 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-29T06:55:20.212600" elapsed="0.000419"/>
</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-29T06:55:20.213340" elapsed="0.000021"/>
</kw>
<status status="NOT RUN" start="2026-05-29T06:55:20.213100" elapsed="0.000297"/>
</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-29T06:55:20.216381" elapsed="0.000021"/>
</kw>
<status status="NOT RUN" start="2026-05-29T06:55:20.216130" elapsed="0.000306"/>
</branch>
<status status="PASS" start="2026-05-29T06:55:20.216110" elapsed="0.000352"/>
</if>
<kw name="Get Connection" owner="SSHLibrary">
<msg time="2026-05-29T06:55:20.216818" 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-29T06:55:20.216940" 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-29T06:55:20.216593" elapsed="0.000373"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-05-29T06:55:20.217520" level="INFO">Attempting to execute command "/usr/local/bin/cbench -c 10.30.171.17 -m 60000 -M 100 -S 16 -l 10 -D 5000 -p 6633" on remote system "10.30.171.152" 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-29T06:55:20.217100" elapsed="0.000479"/>
</kw>
<kw name="Open Connection" owner="SSHLibrary">
<msg time="2026-05-29T06:55:20.218222" 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-29T06:55:20.217732" elapsed="0.000516"/>
</kw>
<kw name="Flexible_SSH_Login" owner="SSHKeywords">
<kw name="Get Length" owner="BuiltIn">
<msg time="2026-05-29T06:55:20.219179" level="INFO">Length is 0.</msg>
<msg time="2026-05-29T06:55:20.219270" 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-29T06:55:20.218843" elapsed="0.000451"/>
</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-29T06:55:20.219438" elapsed="0.000351"/>
</kw>
<kw name="Run Keyword And Return" owner="BuiltIn">
<kw name="Login With Public Key" owner="SSHLibrary">
<msg time="2026-05-29T06:55:20.220666" level="INFO">Logging into '10.30.171.152:22' as 'jenkins'.</msg>
<msg time="2026-05-29T06:55:20.547826" 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 Fri May 29 06:55:19 UTC 2026

  System load:  0.01               Processes:             109
  Usage of /:   19.3% of 38.58GB   Users logged in:       0
  Memory usage: 4%                 IPv4 address for ens3: 10.30.171.152
  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: Fri May 29 06:55:19 2026 from 10.30.171.206
[?2004h[jenkins@releng-48317-733-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-29T06:55:20.220306" elapsed="0.327704"/>
</kw>
<msg time="2026-05-29T06:55:20.548097" 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-29T06:55:20.219957" elapsed="0.328230"/>
</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-29T06:55:20.218449" elapsed="0.329863"/>
</kw>
<kw name="Execute Command" owner="SSHLibrary">
<msg time="2026-05-29T06:55:20.549186" level="INFO">Executing command '/usr/local/bin/cbench -c 10.30.171.17 -m 60000 -M 100 -S 16 -l 10 -D 5000 -p 6633'.</msg>
<msg time="2026-05-29T07:05:26.684010" level="INFO">Command exited with return code 0.</msg>
<msg time="2026-05-29T07:05:26.684517" level="INFO">${stdout} = </msg>
<msg time="2026-05-29T07:05:26.684653" level="INFO">${stderr} = cbench: controller benchmarking tool
   running in mode 'latency'
   connecting to controller at 10.30.171.17:6633 
   faking 16 switches with 1 threads :: 10 tests each; 60000 ms per test
   with 100...</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-29T06:55:20.548553" elapsed="606.136189"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-05-29T07:05:26.685188" elapsed="0.000775"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-05-29T07:05:26.687196" level="INFO">cbench: controller benchmarking tool
   running in mode 'latency'
   connecting to controller at 10.30.171.17:6633 
   faking 16 switches with 1 threads :: 10 tests each; 60000 ms per test
   with 100 unique source MACs per switch
   learning destination mac addresses before the test
   starting test with 5000 ms delay after features_reply
   ignoring first 1 "warmup" and last 0 "cooldown" loops
   debugging info is off
Master Thread: Creating thread-0! 
Thread-0: All switches initialized. Running at node 10.30.171.17. So far 1 cbench instances have initialized their switches.  Waiting for other cbench-instances
Thread-0: Total switches from ALL cbench-instances initialized.
06:56:25.757 16  switches: flows:  108961 112988 110209 111953 109560 109298 110268 108202 106364 106149 103835 108113 106020 105024 105604 104837  total = 28.789750 per ms 
06:57:25.858 16  switches: flows:  122124 122840 121005 119747 118960 117566 120784 119808 116043 115133 114494 115161 116283 114840 114769 115101  total = 31.358580 per ms 
06:58:25.959 16  switches: flows:  122824 124045 121804 121859 119171 119809 120659 120928 116495 115588 113795 115429 116368 114338 114547 113593  total = 31.468287 per ms 
06:59:26.060 16  switches: flows:  101169 104496 101870 101783 102517 100570 103066 98638 100432 97343 98039 100254 96675 97592 96915 97874  total = 26.609457 per ms 
07:00:26.162 16  switches: flows:  109257 110275 108805 107997 108661 105085 108299 105601 105686 104883 100934 104588 103813 102859 103004 103691  total = 28.176650 per ms 
07:01:26.263 16  switches: flows:  110583 112370 111406 108447 110687 109663 111106 109316 107392 105620 104149 108457 106743 105408 105830 105873  total = 28.836038 per ms 
07:02:26.364 16  switches: flows:  108764 110061 109555 106028 109117 107715 107485 107988 105349 104248 100371 105309 104885 101414 103746 104191  total = 28.223230 per ms 
07:03:26.466 16  switches: flows:  99614 102031 101041 98394 100160 98526 98239 97774 96991 97060 91875 97701 95338 96696 95180 96418  total = 26.007133 per ms 
07:04:26.567 16  switches: flows:  112543 113231 114141 111833 111887 110795 111301 110983 108714 107509 102533 107971 106204 108042 104872 108177  total = 29.130270 per ms 
07:05:26.668 16  switches: flows:  111099 112283 110043 107518 109880 109221 108730 107356 106688 105850 102060 106664 105766 105093 104946 105608  total = 28.598985 per ms 
RESULT: 16 switches 9 tests min/max/avg/stdev = 26007.13/31468.29/28712.07/9726.54 responses/s</msg>
<arg>${stderr}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-05-29T07:05:26.686383" elapsed="0.001132"/>
</kw>
<if>
<branch type="IF" condition="&quot;${return_stdout}&quot;!=&quot;True&quot;">
<return>
<value>${stderr}</value>
<status status="PASS" start="2026-05-29T07:05:26.688078" elapsed="0.000073"/>
</return>
<status status="PASS" start="2026-05-29T07:05:26.687752" elapsed="0.000480"/>
</branch>
<status status="PASS" start="2026-05-29T07:05:26.687665" elapsed="0.000624"/>
</if>
<if>
<branch type="IF" condition="&quot;${return_stderr}&quot;!=&quot;True&quot;">
<return>
<value>${stdout}</value>
<status status="NOT RUN" start="2026-05-29T07:05:26.688502" elapsed="0.000029"/>
</return>
<status status="NOT RUN" start="2026-05-29T07:05:26.688419" elapsed="0.000219"/>
</branch>
<status status="NOT RUN" start="2026-05-29T07:05:26.688384" elapsed="0.000309"/>
</if>
<return>
<value>${stdout}</value>
<value>${stderr}</value>
<status status="NOT RUN" start="2026-05-29T07:05:26.688798" elapsed="0.000023"/>
</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-29T07:05:26.692274" elapsed="0.000488"/>
</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-29T07:05:26.692973" elapsed="0.000223"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-05-29T07:05:26.693378" elapsed="0.000138"/>
</kw>
<arg>${current_ssh_connection.index}</arg>
<doc>Restore active SSH connection in SSHLibrary to given index.</doc>
<status status="PASS" start="2026-05-29T07:05:26.689239" elapsed="0.004350"/>
</kw>
<msg time="2026-05-29T07:05:26.693786" level="INFO">${output} = cbench: controller benchmarking tool
   running in mode 'latency'
   connecting to controller at 10.30.171.17:6633 
   faking 16 switches with 1 threads :: 10 tests each; 60000 ms per test
   with 100...</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-29T06:55:20.213765" elapsed="606.480059"/>
</kw>
<status status="PASS" start="2026-05-29T06:55:20.213426" elapsed="606.480467"/>
</branch>
<status status="PASS" start="2026-05-29T06:55:20.213077" elapsed="606.480849"/>
</if>
<kw name="Log" owner="BuiltIn">
<msg time="2026-05-29T07:05:26.694523" level="INFO">cbench: controller benchmarking tool
   running in mode 'latency'
   connecting to controller at 10.30.171.17:6633 
   faking 16 switches with 1 threads :: 10 tests each; 60000 ms per test
   with 100 unique source MACs per switch
   learning destination mac addresses before the test
   starting test with 5000 ms delay after features_reply
   ignoring first 1 "warmup" and last 0 "cooldown" loops
   debugging info is off
Master Thread: Creating thread-0! 
Thread-0: All switches initialized. Running at node 10.30.171.17. So far 1 cbench instances have initialized their switches.  Waiting for other cbench-instances
Thread-0: Total switches from ALL cbench-instances initialized.
06:56:25.757 16  switches: flows:  108961 112988 110209 111953 109560 109298 110268 108202 106364 106149 103835 108113 106020 105024 105604 104837  total = 28.789750 per ms 
06:57:25.858 16  switches: flows:  122124 122840 121005 119747 118960 117566 120784 119808 116043 115133 114494 115161 116283 114840 114769 115101  total = 31.358580 per ms 
06:58:25.959 16  switches: flows:  122824 124045 121804 121859 119171 119809 120659 120928 116495 115588 113795 115429 116368 114338 114547 113593  total = 31.468287 per ms 
06:59:26.060 16  switches: flows:  101169 104496 101870 101783 102517 100570 103066 98638 100432 97343 98039 100254 96675 97592 96915 97874  total = 26.609457 per ms 
07:00:26.162 16  switches: flows:  109257 110275 108805 107997 108661 105085 108299 105601 105686 104883 100934 104588 103813 102859 103004 103691  total = 28.176650 per ms 
07:01:26.263 16  switches: flows:  110583 112370 111406 108447 110687 109663 111106 109316 107392 105620 104149 108457 106743 105408 105830 105873  total = 28.836038 per ms 
07:02:26.364 16  switches: flows:  108764 110061 109555 106028 109117 107715 107485 107988 105349 104248 100371 105309 104885 101414 103746 104191  total = 28.223230 per ms 
07:03:26.466 16  switches: flows:  99614 102031 101041 98394 100160 98526 98239 97774 96991 97060 91875 97701 95338 96696 95180 96418  total = 26.007133 per ms 
07:04:26.567 16  switches: flows:  112543 113231 114141 111833 111887 110795 111301 110983 108714 107509 102533 107971 106204 108042 104872 108177  total = 29.130270 per ms 
07:05:26.668 16  switches: flows:  111099 112283 110043 107518 109880 109221 108730 107356 106688 105850 102060 106664 105766 105093 104946 105608  total = 28.598985 per ms 
RESULT: 16 switches 9 tests min/max/avg/stdev = 26007.13/31468.29/28712.07/9726.54 responses/s</msg>
<arg>${output}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-05-29T07:05:26.694122" elapsed="0.000504"/>
</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-29T07:05:26.694853" elapsed="0.000504"/>
</kw>
<kw name="Get Lines Containing String" owner="String">
<msg time="2026-05-29T07:05:26.695928" level="INFO">1 out of 23 lines matched.</msg>
<msg time="2026-05-29T07:05:26.696055" level="INFO">${result_line} = RESULT: 16 switches 9 tests min/max/avg/stdev = 26007.13/31468.29/28712.07/9726.54 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-29T07:05:26.695588" elapsed="0.000502"/>
</kw>
<kw name="Split String" owner="String">
<msg time="2026-05-29T07:05:26.696688" level="INFO">@{results_list} = [ RESULT: | 16 | switches | 9 | tests | min/max/avg/stdev | = | 26007.13/31468.29/28712.07/9726.54 | 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-29T07:05:26.696303" elapsed="0.000442"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-05-29T07:05:26.700116" 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-29T07:05:26.696997" elapsed="0.003197"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-05-29T07:05:26.702768" level="INFO">26007.13/31468.29/28712.07/9726.54</msg>
<arg>${results_list[7]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-05-29T07:05:26.700399" elapsed="0.002427"/>
</kw>
<kw name="Split String" owner="String">
<msg time="2026-05-29T07:05:26.705184" 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-29T07:05:26.702975" elapsed="0.002237"/>
</kw>
<kw name="Split String" owner="String">
<msg time="2026-05-29T07:05:26.707604" level="INFO">@{result_value_list} = [ 26007.13 | 31468.29 | 28712.07 | 9726.54 ]</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-29T07:05:26.705399" elapsed="0.002232"/>
</kw>
<kw name="Get Length" owner="BuiltIn">
<msg time="2026-05-29T07:05:26.708111" level="INFO">Length is 4.</msg>
<msg time="2026-05-29T07:05:26.708203" 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-29T07:05:26.707804" elapsed="0.000424"/>
</kw>
<for flavor="IN RANGE">
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-05-29T07:05:26.712934" level="INFO">min :: 26007.13</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-29T07:05:26.708624" elapsed="0.004366"/>
</kw>
<var name="${i}">0</var>
<status status="PASS" start="2026-05-29T07:05:26.708481" elapsed="0.004544"/>
</iter>
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-05-29T07:05:26.717523" level="INFO">max :: 31468.29</msg>
<arg>${result_name_list[${i}]} :: ${result_value_list[${i}]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-05-29T07:05:26.713241" elapsed="0.004339"/>
</kw>
<var name="${i}">1</var>
<status status="PASS" start="2026-05-29T07:05:26.713115" elapsed="0.004499"/>
</iter>
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-05-29T07:05:26.722154" level="INFO">avg :: 28712.07</msg>
<arg>${result_name_list[${i}]} :: ${result_value_list[${i}]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-05-29T07:05:26.717849" elapsed="0.004361"/>
</kw>
<var name="${i}">2</var>
<status status="PASS" start="2026-05-29T07:05:26.717701" elapsed="0.004544"/>
</iter>
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-05-29T07:05:26.726999" level="INFO">stdev :: 9726.54</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-29T07:05:26.722463" elapsed="0.004593"/>
</kw>
<var name="${i}">3</var>
<status status="PASS" start="2026-05-29T07:05:26.722336" elapsed="0.004755"/>
</iter>
<var>${i}</var>
<value>0</value>
<value>${num_stats}</value>
<status status="PASS" start="2026-05-29T07:05:26.708295" elapsed="0.018829"/>
</for>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-05-29T07:05:26.731050" level="INFO">${min} = 26007.13</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-29T07:05:26.727291" elapsed="0.003787"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-05-29T07:05:26.734940" level="INFO">${max} = 31468.29</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-29T07:05:26.731231" elapsed="0.003736"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-05-29T07:05:26.738984" level="INFO">${average} = 28712.07</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-29T07:05:26.735117" elapsed="0.003894"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-05-29T07:05:26.742915" level="INFO">${stdev} = 9726.54</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-29T07:05:26.739162" elapsed="0.003780"/>
</kw>
<kw name="Get Time" owner="BuiltIn">
<msg time="2026-05-29T07:05:26.743462" level="INFO">${date} = 2026-05-29 07:05:26</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-29T07:05:26.743100" elapsed="0.000387"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-05-29T07:05:26.744059" level="INFO">CBench Result: 2026-05-29 07:05:26,-m 60000 -M 100 -S 16 -l 10 -D 5000 -p 6633,26007.13,31468.29,28712.07,9726.54</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-29T07:05:26.743635" elapsed="0.000479"/>
</kw>
<kw name="Log Results And Determine Status">
<kw name="Append To File" owner="OperatingSystem">
<msg time="2026-05-29T07:05:26.745155" 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-29T07:05:26.744749" elapsed="0.000472"/>
</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-29T07:05:26.745372" elapsed="0.000469"/>
</kw>
<arg>${min}</arg>
<arg>${max}</arg>
<arg>${average}</arg>
<arg>${average_threshold}</arg>
<arg>${output_filename}</arg>
<status status="PASS" start="2026-05-29T07:05:26.744251" elapsed="0.001655"/>
</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-29T06:55:20.211954" elapsed="606.534013"/>
</kw>
<kw name="Sleep" owner="BuiltIn">
<msg time="2026-05-29T07:05:26.746433" 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-29T07:05:26.746117" elapsed="0.000371"/>
</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-29T07:05:26.747025" elapsed="0.000263"/>
</kw>
<status status="PASS" start="2026-05-29T07:05:26.746701" elapsed="0.000656"/>
</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-29T06:55:20.209251" elapsed="606.538151"/>
</test>
<test id="s1-t2" name="Cbench Throughput Test" line="51">
<kw name="Log" owner="BuiltIn">
<msg time="2026-05-29T07:05:26.748700" 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-29T07:05:26.748289" elapsed="0.000483"/>
</kw>
<kw name="Run Cbench And Log Results">
<kw name="Set Suite Variable" owner="BuiltIn">
<msg time="2026-05-29T07:05:26.750054" 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-29T07:05:26.749660" elapsed="0.000437"/>
</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-29T07:05:26.750432" elapsed="0.000021"/>
</kw>
<status status="NOT RUN" start="2026-05-29T07:05:26.750213" elapsed="0.000277"/>
</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-29T07:05:26.753415" elapsed="0.000021"/>
</kw>
<status status="NOT RUN" start="2026-05-29T07:05:26.753166" elapsed="0.000304"/>
</branch>
<status status="PASS" start="2026-05-29T07:05:26.753147" elapsed="0.000347"/>
</if>
<kw name="Get Connection" owner="SSHLibrary">
<msg time="2026-05-29T07:05:26.753825" 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-29T07:05:26.753949" 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-29T07:05:26.753623" elapsed="0.000352"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-05-29T07:05:26.754522" level="INFO">Attempting to execute command "/usr/local/bin/cbench -c 10.30.171.17 -t -m 60000 -M 100 -S 16 -l 10 -D 5000 -p 6633" on remote system "10.30.171.152" 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-29T07:05:26.754109" elapsed="0.000469"/>
</kw>
<kw name="Open Connection" owner="SSHLibrary">
<msg time="2026-05-29T07:05:26.755118" 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-29T07:05:26.754731" elapsed="0.000413"/>
</kw>
<kw name="Flexible_SSH_Login" owner="SSHKeywords">
<kw name="Get Length" owner="BuiltIn">
<msg time="2026-05-29T07:05:26.756043" level="INFO">Length is 0.</msg>
<msg time="2026-05-29T07:05:26.756132" 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-29T07:05:26.755731" elapsed="0.000425"/>
</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-29T07:05:26.756296" elapsed="0.000330"/>
</kw>
<kw name="Run Keyword And Return" owner="BuiltIn">
<kw name="Login With Public Key" owner="SSHLibrary">
<msg time="2026-05-29T07:05:26.757488" level="INFO">Logging into '10.30.171.152:22' as 'jenkins'.</msg>
<msg time="2026-05-29T07:05:27.392410" 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 Fri May 29 07:05:26 UTC 2026

  System load:  1.04               Processes:             105
  Usage of /:   19.3% of 38.58GB   Users logged in:       0
  Memory usage: 4%                 IPv4 address for ens3: 10.30.171.152
  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: Fri May 29 06:55:20 2026 from 10.30.171.206
[?2004h[jenkins@releng-48317-733-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-29T07:05:26.757138" elapsed="0.635480"/>
</kw>
<msg time="2026-05-29T07:05:27.392735" 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-29T07:05:26.756793" elapsed="0.636039"/>
</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-29T07:05:26.755344" elapsed="0.637606"/>
</kw>
<kw name="Execute Command" owner="SSHLibrary">
<msg time="2026-05-29T07:05:27.393526" level="INFO">Executing command '/usr/local/bin/cbench -c 10.30.171.17 -t -m 60000 -M 100 -S 16 -l 10 -D 5000 -p 6633'.</msg>
<msg time="2026-05-29T07:15:33.454563" level="INFO">Command exited with return code 0.</msg>
<msg time="2026-05-29T07:15:33.455129" level="INFO">${stdout} = </msg>
<msg time="2026-05-29T07:15:33.455235" level="INFO">${stderr} = cbench: controller benchmarking tool
   running in mode 'throughput'
   connecting to controller at 10.30.171.17: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-29T07:05:27.393186" elapsed="606.062105"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-05-29T07:15:33.455753" elapsed="0.000689"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-05-29T07:15:33.457581" level="INFO">cbench: controller benchmarking tool
   running in mode 'throughput'
   connecting to controller at 10.30.171.17:6633 
   faking 16 switches with 1 threads :: 10 tests each; 60000 ms per test
   with 100 unique source MACs per switch
   learning destination mac addresses before the test
   starting test with 5000 ms delay after features_reply
   ignoring first 1 "warmup" and last 0 "cooldown" loops
   debugging info is off
Master Thread: Creating thread-0! 
Thread-0: All switches initialized. Running at node 10.30.171.17. So far 1 cbench instances have initialized their switches.  Waiting for other cbench-instances
Thread-0: Total switches from ALL cbench-instances initialized.
07:06:32.517 16  switches: flows:  501983 504455 490563 503019 489683 499625 499607 508337 489612 489155 482664 486934 484425 467937 487095 483846  total = 131.149000 per ms 
07:07:32.618 16  switches: flows:  576374 574287 583335 582947 583668 577297 578698 591919 582406 574710 580725 577375 571334 576681 579794 577406  total = 154.222196 per ms 
07:08:32.720 16  switches: flows:  533254 551751 543695 548781 549706 543733 541776 539068 536118 528174 542074 534389 542641 537288 546873 533961  total = 143.978183 per ms 
07:09:32.821 16  switches: flows:  564934 550550 555484 558476 552779 559138 553761 546671 543195 554391 550536 538291 555529 550946 552817 567128  total = 147.329871 per ms 
07:10:32.926 16  switches: flows:  596691 603837 589055 598636 603168 574477 600738 617547 583217 549949 595669 554114 549032 599420 594148 591998  total = 156.422495 per ms 
07:11:33.028 16  switches: flows:  385983 399637 400007 396084 399115 399975 300836 383821 402097 384135 295482 356603 395932 391179 399577 397546  total = 101.295612 per ms 
07:12:33.131 16  switches: flows:  560220 529173 555355 549019 542094 539386 553215 551824 549711 556179 542092 543892 536405 544544 553884 543484  total = 145.590017 per ms 
07:13:33.232 16  switches: flows:  565464 452729 562317 550408 562408 561518 552102 565551 559287 561229 469654 565738 562127 471303 563184 551351  total = 144.364344 per ms 
07:14:33.333 16  switches: flows:  485489 478061 482146 484965 484162 481135 486873 482365 409926 488517 481974 478172 472806 472667 456945 469253  total = 126.378365 per ms 
07:15:33.435 16  switches: flows:  615998 614318 617195 625679 622156 615526 616908 622605 618484 613892 618149 624301 609062 618819 502645 621592  total = 162.679238 per ms 
RESULT: 16 switches 9 tests min/max/avg/stdev = 101295.61/162679.24/142473.37/50589.14 responses/s</msg>
<arg>${stderr}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-05-29T07:15:33.456860" elapsed="0.001039"/>
</kw>
<if>
<branch type="IF" condition="&quot;${return_stdout}&quot;!=&quot;True&quot;">
<return>
<value>${stderr}</value>
<status status="PASS" start="2026-05-29T07:15:33.458427" elapsed="0.000076"/>
</return>
<status status="PASS" start="2026-05-29T07:15:33.458098" elapsed="0.000490"/>
</branch>
<status status="PASS" start="2026-05-29T07:15:33.458039" elapsed="0.000607"/>
</if>
<if>
<branch type="IF" condition="&quot;${return_stderr}&quot;!=&quot;True&quot;">
<return>
<value>${stdout}</value>
<status status="NOT RUN" start="2026-05-29T07:15:33.458913" elapsed="0.000030"/>
</return>
<status status="NOT RUN" start="2026-05-29T07:15:33.458809" elapsed="0.000197"/>
</branch>
<status status="NOT RUN" start="2026-05-29T07:15:33.458772" elapsed="0.000283"/>
</if>
<return>
<value>${stdout}</value>
<value>${stderr}</value>
<status status="NOT RUN" start="2026-05-29T07:15:33.459126" 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-29T07:15:33.464935" elapsed="0.000603"/>
</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-29T07:15:33.465688" elapsed="0.000202"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-05-29T07:15:33.466041" elapsed="0.000108"/>
</kw>
<arg>${current_ssh_connection.index}</arg>
<doc>Restore active SSH connection in SSHLibrary to given index.</doc>
<status status="PASS" start="2026-05-29T07:15:33.459829" elapsed="0.006374"/>
</kw>
<msg time="2026-05-29T07:15:33.466337" level="INFO">${output} = cbench: controller benchmarking tool
   running in mode 'throughput'
   connecting to controller at 10.30.171.17: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-29T07:05:26.750849" elapsed="606.715524"/>
</kw>
<status status="PASS" start="2026-05-29T07:05:26.750515" elapsed="606.715926"/>
</branch>
<status status="PASS" start="2026-05-29T07:05:26.750193" elapsed="606.716288"/>
</if>
<kw name="Log" owner="BuiltIn">
<msg time="2026-05-29T07:15:33.467037" level="INFO">cbench: controller benchmarking tool
   running in mode 'throughput'
   connecting to controller at 10.30.171.17:6633 
   faking 16 switches with 1 threads :: 10 tests each; 60000 ms per test
   with 100 unique source MACs per switch
   learning destination mac addresses before the test
   starting test with 5000 ms delay after features_reply
   ignoring first 1 "warmup" and last 0 "cooldown" loops
   debugging info is off
Master Thread: Creating thread-0! 
Thread-0: All switches initialized. Running at node 10.30.171.17. So far 1 cbench instances have initialized their switches.  Waiting for other cbench-instances
Thread-0: Total switches from ALL cbench-instances initialized.
07:06:32.517 16  switches: flows:  501983 504455 490563 503019 489683 499625 499607 508337 489612 489155 482664 486934 484425 467937 487095 483846  total = 131.149000 per ms 
07:07:32.618 16  switches: flows:  576374 574287 583335 582947 583668 577297 578698 591919 582406 574710 580725 577375 571334 576681 579794 577406  total = 154.222196 per ms 
07:08:32.720 16  switches: flows:  533254 551751 543695 548781 549706 543733 541776 539068 536118 528174 542074 534389 542641 537288 546873 533961  total = 143.978183 per ms 
07:09:32.821 16  switches: flows:  564934 550550 555484 558476 552779 559138 553761 546671 543195 554391 550536 538291 555529 550946 552817 567128  total = 147.329871 per ms 
07:10:32.926 16  switches: flows:  596691 603837 589055 598636 603168 574477 600738 617547 583217 549949 595669 554114 549032 599420 594148 591998  total = 156.422495 per ms 
07:11:33.028 16  switches: flows:  385983 399637 400007 396084 399115 399975 300836 383821 402097 384135 295482 356603 395932 391179 399577 397546  total = 101.295612 per ms 
07:12:33.131 16  switches: flows:  560220 529173 555355 549019 542094 539386 553215 551824 549711 556179 542092 543892 536405 544544 553884 543484  total = 145.590017 per ms 
07:13:33.232 16  switches: flows:  565464 452729 562317 550408 562408 561518 552102 565551 559287 561229 469654 565738 562127 471303 563184 551351  total = 144.364344 per ms 
07:14:33.333 16  switches: flows:  485489 478061 482146 484965 484162 481135 486873 482365 409926 488517 481974 478172 472806 472667 456945 469253  total = 126.378365 per ms 
07:15:33.435 16  switches: flows:  615998 614318 617195 625679 622156 615526 616908 622605 618484 613892 618149 624301 609062 618819 502645 621592  total = 162.679238 per ms 
RESULT: 16 switches 9 tests min/max/avg/stdev = 101295.61/162679.24/142473.37/50589.14 responses/s</msg>
<arg>${output}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-05-29T07:15:33.466676" elapsed="0.000437"/>
</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-29T07:15:33.467265" elapsed="0.000389"/>
</kw>
<kw name="Get Lines Containing String" owner="String">
<msg time="2026-05-29T07:15:33.468061" level="INFO">1 out of 23 lines matched.</msg>
<msg time="2026-05-29T07:15:33.468151" level="INFO">${result_line} = RESULT: 16 switches 9 tests min/max/avg/stdev = 101295.61/162679.24/142473.37/50589.14 responses/s</msg>
<var>${result_line}</var>
<arg>${output}</arg>
<arg>RESULT</arg>
<doc>Returns lines of the given ``string`` that contain the ``pattern``.</doc>
<status status="PASS" start="2026-05-29T07:15:33.467831" elapsed="0.000344"/>
</kw>
<kw name="Split String" owner="String">
<msg time="2026-05-29T07:15:33.468605" level="INFO">@{results_list} = [ RESULT: | 16 | switches | 9 | tests | min/max/avg/stdev | = | 101295.61/162679.24/142473.37/50589.14 | responses/s ]</msg>
<var>@{results_list}</var>
<arg>${result_line}</arg>
<doc>Splits the ``string`` using ``separator`` as a delimiter string.</doc>
<status status="PASS" start="2026-05-29T07:15:33.468331" elapsed="0.000302"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-05-29T07:15:33.471061" 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-29T07:15:33.468799" elapsed="0.002320"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-05-29T07:15:33.473523" level="INFO">101295.61/162679.24/142473.37/50589.14</msg>
<arg>${results_list[7]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-05-29T07:15:33.471270" elapsed="0.002309"/>
</kw>
<kw name="Split String" owner="String">
<msg time="2026-05-29T07:15:33.475975" 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-29T07:15:33.473745" elapsed="0.002258"/>
</kw>
<kw name="Split String" owner="String">
<msg time="2026-05-29T07:15:33.478490" level="INFO">@{result_value_list} = [ 101295.61 | 162679.24 | 142473.37 | 50589.14 ]</msg>
<var>@{result_value_list}</var>
<arg>${results_list[7]}</arg>
<arg>/</arg>
<doc>Splits the ``string`` using ``separator`` as a delimiter string.</doc>
<status status="PASS" start="2026-05-29T07:15:33.476197" elapsed="0.002322"/>
</kw>
<kw name="Get Length" owner="BuiltIn">
<msg time="2026-05-29T07:15:33.479025" level="INFO">Length is 4.</msg>
<msg time="2026-05-29T07:15:33.479116" 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-29T07:15:33.478688" elapsed="0.000452"/>
</kw>
<for flavor="IN RANGE">
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-05-29T07:15:33.483868" level="INFO">min :: 101295.61</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-29T07:15:33.479530" elapsed="0.004412"/>
</kw>
<var name="${i}">0</var>
<status status="PASS" start="2026-05-29T07:15:33.479401" elapsed="0.004577"/>
</iter>
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-05-29T07:15:33.488815" level="INFO">max :: 162679.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-29T07:15:33.484198" elapsed="0.004674"/>
</kw>
<var name="${i}">1</var>
<status status="PASS" start="2026-05-29T07:15:33.484069" elapsed="0.004840"/>
</iter>
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-05-29T07:15:33.493656" level="INFO">avg :: 142473.37</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-29T07:15:33.489130" elapsed="0.004598"/>
</kw>
<var name="${i}">2</var>
<status status="PASS" start="2026-05-29T07:15:33.489001" elapsed="0.004764"/>
</iter>
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-05-29T07:15:33.498429" level="INFO">stdev :: 50589.14</msg>
<arg>${result_name_list[${i}]} :: ${result_value_list[${i}]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-05-29T07:15:33.493985" elapsed="0.004506"/>
</kw>
<var name="${i}">3</var>
<status status="PASS" start="2026-05-29T07:15:33.493854" elapsed="0.004673"/>
</iter>
<var>${i}</var>
<value>0</value>
<value>${num_stats}</value>
<status status="PASS" start="2026-05-29T07:15:33.479209" elapsed="0.019350"/>
</for>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-05-29T07:15:33.502731" level="INFO">${min} = 101295.61</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-29T07:15:33.498745" elapsed="0.004015"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-05-29T07:15:33.507794" level="INFO">${max} = 162679.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-29T07:15:33.502921" elapsed="0.004913"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-05-29T07:15:33.513418" level="INFO">${average} = 142473.37</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-29T07:15:33.508063" elapsed="0.005400"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-05-29T07:15:33.518236" level="INFO">${stdev} = 50589.14</msg>
<var>${stdev}</var>
<arg>${result_value_list[${3}]}</arg>
<doc>Returns the given values which can then be assigned to a variables.</doc>
<status status="PASS" start="2026-05-29T07:15:33.513693" elapsed="0.004570"/>
</kw>
<kw name="Get Time" owner="BuiltIn">
<msg time="2026-05-29T07:15:33.518820" level="INFO">${date} = 2026-05-29 07:15:33</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-29T07:15:33.518432" elapsed="0.000414"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-05-29T07:15:33.519407" level="INFO">CBench Result: 2026-05-29 07:15:33,-t -m 60000 -M 100 -S 16 -l 10 -D 5000 -p 6633,101295.61,162679.24,142473.37,50589.14</msg>
<arg>CBench Result: ${date},${cbench_args},${min},${max},${average},${stdev}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-05-29T07:15:33.518995" elapsed="0.000468"/>
</kw>
<kw name="Log Results And Determine Status">
<kw name="Append To File" owner="OperatingSystem">
<msg time="2026-05-29T07:15:33.520756" 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-29T07:15:33.520136" elapsed="0.000687"/>
</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-29T07:15:33.520975" elapsed="0.000509"/>
</kw>
<arg>${min}</arg>
<arg>${max}</arg>
<arg>${average}</arg>
<arg>${average_threshold}</arg>
<arg>${output_filename}</arg>
<status status="PASS" start="2026-05-29T07:15:33.519623" elapsed="0.001927"/>
</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-29T07:05:26.749078" elapsed="606.772533"/>
</kw>
<kw name="Sleep" owner="BuiltIn">
<msg time="2026-05-29T07:15:33.522098" 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-29T07:15:33.521780" elapsed="0.000373"/>
</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-29T07:15:33.522668" elapsed="0.000282"/>
</kw>
<status status="PASS" start="2026-05-29T07:15:33.522364" elapsed="0.000656"/>
</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-29T07:05:26.747725" elapsed="606.775342"/>
</test>
<test id="s1-t3" name="Rerun Latency Test To Check Bug 6176" line="65">
<kw name="Log" owner="BuiltIn">
<msg time="2026-05-29T07:15:33.524659" 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-29T07:15:33.524118" elapsed="0.000615"/>
</kw>
<kw name="Run Cbench And Log Results">
<kw name="Set Suite Variable" owner="BuiltIn">
<msg time="2026-05-29T07:15:33.525991" 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-29T07:15:33.525635" elapsed="0.000398"/>
</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-29T07:15:33.526415" elapsed="0.000022"/>
</kw>
<status status="NOT RUN" start="2026-05-29T07:15:33.526183" elapsed="0.000291"/>
</branch>
<branch type="ELSE">
<kw name="Run Command On Remote System" owner="Utils">
<if>
<branch type="IF" condition="&quot;${return_stdout}&quot;!=&quot;True&quot; and &quot;${return_stderr}&quot;!=&quot;True&quot;">
<kw name="Fail" owner="BuiltIn">
<arg>At least one of {return_stdout} or {return_stderr} args should be set to True</arg>
<doc>Fails the test with the given message and optionally alters its tags.</doc>
<status status="NOT RUN" start="2026-05-29T07:15:33.529457" elapsed="0.000022"/>
</kw>
<status status="NOT RUN" start="2026-05-29T07:15:33.529199" elapsed="0.000314"/>
</branch>
<status status="PASS" start="2026-05-29T07:15:33.529174" elapsed="0.000364"/>
</if>
<kw name="Get Connection" owner="SSHLibrary">
<msg time="2026-05-29T07:15:33.529894" 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-29T07:15:33.530012" 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-29T07:15:33.529672" elapsed="0.000366"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-05-29T07:15:33.530596" level="INFO">Attempting to execute command "/usr/local/bin/cbench -c 10.30.171.17 -m 60000 -M 100 -S 16 -l 10 -D 5000 -p 6633" on remote system "10.30.171.152" 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-29T07:15:33.530173" elapsed="0.000481"/>
</kw>
<kw name="Open Connection" owner="SSHLibrary">
<msg time="2026-05-29T07:15:33.531205" 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-29T07:15:33.530810" elapsed="0.000422"/>
</kw>
<kw name="Flexible_SSH_Login" owner="SSHKeywords">
<kw name="Get Length" owner="BuiltIn">
<msg time="2026-05-29T07:15:33.532322" level="INFO">Length is 0.</msg>
<msg time="2026-05-29T07:15:33.532416" 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-29T07:15:33.531817" elapsed="0.000624"/>
</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-29T07:15:33.532585" elapsed="0.000339"/>
</kw>
<kw name="Run Keyword And Return" owner="BuiltIn">
<kw name="Login With Public Key" owner="SSHLibrary">
<msg time="2026-05-29T07:15:33.533792" level="INFO">Logging into '10.30.171.152:22' as 'jenkins'.</msg>
<msg time="2026-05-29T07:15:34.123522" 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 Fri May 29 07:15:33 UTC 2026

  System load:  0.33               Processes:             104
  Usage of /:   19.3% of 38.58GB   Users logged in:       0
  Memory usage: 4%                 IPv4 address for ens3: 10.30.171.152
  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: Fri May 29 07:05:27 2026 from 10.30.171.206
[?2004h[jenkins@releng-48317-733-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-29T07:15:33.533422" elapsed="0.590342"/>
</kw>
<msg time="2026-05-29T07:15:34.123865" 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-29T07:15:33.533077" elapsed="0.590881"/>
</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-29T07:15:33.531430" elapsed="0.592657"/>
</kw>
<kw name="Execute Command" owner="SSHLibrary">
<msg time="2026-05-29T07:15:34.124746" level="INFO">Executing command '/usr/local/bin/cbench -c 10.30.171.17 -m 60000 -M 100 -S 16 -l 10 -D 5000 -p 6633'.</msg>
<msg time="2026-05-29T07:25:40.170212" level="INFO">Command exited with return code 0.</msg>
<msg time="2026-05-29T07:25:40.170697" level="INFO">${stdout} = </msg>
<msg time="2026-05-29T07:25:40.170846" level="INFO">${stderr} = cbench: controller benchmarking tool
   running in mode 'latency'
   connecting to controller at 10.30.171.17:6633 
   faking 16 switches with 1 threads :: 10 tests each; 60000 ms per test
   with 100...</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-29T07:15:34.124345" elapsed="606.046563"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-05-29T07:25:40.171384" elapsed="0.000690"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-05-29T07:25:40.173183" level="INFO">cbench: controller benchmarking tool
   running in mode 'latency'
   connecting to controller at 10.30.171.17:6633 
   faking 16 switches with 1 threads :: 10 tests each; 60000 ms per test
   with 100 unique source MACs per switch
   learning destination mac addresses before the test
   starting test with 5000 ms delay after features_reply
   ignoring first 1 "warmup" and last 0 "cooldown" loops
   debugging info is off
Master Thread: Creating thread-0! 
Thread-0: All switches initialized. Running at node 10.30.171.17. So far 1 cbench instances have initialized their switches.  Waiting for other cbench-instances
Thread-0: Total switches from ALL cbench-instances initialized.
07:16:39.246 16  switches: flows:  97311 97138 98051 98241 97971 97758 96217 97745 100083 96877 95376 92560 96567 94012 96649 95712  total = 25.804467 per ms 
07:17:39.347 16  switches: flows:  120801 119449 122057 120444 121254 118305 118288 122830 120124 119952 118124 118592 118074 119835 119632 119195  total = 31.895974 per ms 
07:18:39.447 16  switches: flows:  120589 121270 121995 121254 123208 119889 119717 124841 121145 121647 119700 120947 117334 120774 121648 119297  total = 32.200446 per ms 
07:19:39.548 16  switches: flows:  118890 121698 121541 119602 120662 119056 118940 122584 120142 119559 117148 119173 116281 118990 121038 118251  total = 31.839368 per ms 
07:20:39.648 16  switches: flows:  97795 99587 99066 97543 97524 97202 98028 99622 96931 97014 95973 96567 96565 96179 98972 96663  total = 25.977100 per ms 
07:21:39.748 16  switches: flows:  101068 103591 102566 101860 101620 99973 101390 101667 101441 100671 99363 100326 100278 99547 100990 99273  total = 26.882146 per ms 
07:22:39.849 16  switches: flows:  119552 119390 118496 119335 119342 118464 117678 120485 115275 116420 116192 116517 115758 116671 116889 116065  total = 31.323199 per ms 
07:23:39.949 16  switches: flows:  122444 123517 120659 122935 122427 119552 122482 123248 118678 117239 118342 118895 117396 118857 121178 118837  total = 32.057627 per ms 
07:24:40.050 16  switches: flows:  120410 120332 120592 120147 119982 119368 122050 121995 117437 119765 118025 118885 119169 118018 118372 117833  total = 31.819833 per ms 
07:25:40.151 16  switches: flows:  110128 109142 106825 109369 107854 108740 102328 108334 108202 108889 107391 104614 107598 105738 108404 106371  total = 28.617015 per ms 
RESULT: 16 switches 9 tests min/max/avg/stdev = 25977.10/32200.45/30290.30/10358.45 responses/s</msg>
<arg>${stderr}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-05-29T07:25:40.172432" elapsed="0.001060"/>
</kw>
<if>
<branch type="IF" condition="&quot;${return_stdout}&quot;!=&quot;True&quot;">
<return>
<value>${stderr}</value>
<status status="PASS" start="2026-05-29T07:25:40.174039" elapsed="0.000072"/>
</return>
<status status="PASS" start="2026-05-29T07:25:40.173690" elapsed="0.000503"/>
</branch>
<status status="PASS" start="2026-05-29T07:25:40.173632" elapsed="0.000618"/>
</if>
<if>
<branch type="IF" condition="&quot;${return_stderr}&quot;!=&quot;True&quot;">
<return>
<value>${stdout}</value>
<status status="NOT RUN" start="2026-05-29T07:25:40.174459" elapsed="0.000028"/>
</return>
<status status="NOT RUN" start="2026-05-29T07:25:40.174377" elapsed="0.000172"/>
</branch>
<status status="NOT RUN" start="2026-05-29T07:25:40.174341" elapsed="0.000258"/>
</if>
<return>
<value>${stdout}</value>
<value>${stderr}</value>
<status status="NOT RUN" start="2026-05-29T07:25:40.174668" 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-29T07:25:40.180080" elapsed="0.000327"/>
</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-29T07:25:40.180554" elapsed="0.000164"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-05-29T07:25:40.180866" elapsed="0.000099"/>
</kw>
<arg>${current_ssh_connection.index}</arg>
<doc>Restore active SSH connection in SSHLibrary to given index.</doc>
<status status="PASS" start="2026-05-29T07:25:40.175378" elapsed="0.005640"/>
</kw>
<msg time="2026-05-29T07:25:40.181145" level="INFO">${output} = cbench: controller benchmarking tool
   running in mode 'latency'
   connecting to controller at 10.30.171.17:6633 
   faking 16 switches with 1 threads :: 10 tests each; 60000 ms per test
   with 100...</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-29T07:15:33.526844" elapsed="606.654328"/>
</kw>
<status status="PASS" start="2026-05-29T07:15:33.526502" elapsed="606.654719"/>
</branch>
<status status="PASS" start="2026-05-29T07:15:33.526152" elapsed="606.655092"/>
</if>
<kw name="Log" owner="BuiltIn">
<msg time="2026-05-29T07:25:40.181672" level="INFO">cbench: controller benchmarking tool
   running in mode 'latency'
   connecting to controller at 10.30.171.17:6633 
   faking 16 switches with 1 threads :: 10 tests each; 60000 ms per test
   with 100 unique source MACs per switch
   learning destination mac addresses before the test
   starting test with 5000 ms delay after features_reply
   ignoring first 1 "warmup" and last 0 "cooldown" loops
   debugging info is off
Master Thread: Creating thread-0! 
Thread-0: All switches initialized. Running at node 10.30.171.17. So far 1 cbench instances have initialized their switches.  Waiting for other cbench-instances
Thread-0: Total switches from ALL cbench-instances initialized.
07:16:39.246 16  switches: flows:  97311 97138 98051 98241 97971 97758 96217 97745 100083 96877 95376 92560 96567 94012 96649 95712  total = 25.804467 per ms 
07:17:39.347 16  switches: flows:  120801 119449 122057 120444 121254 118305 118288 122830 120124 119952 118124 118592 118074 119835 119632 119195  total = 31.895974 per ms 
07:18:39.447 16  switches: flows:  120589 121270 121995 121254 123208 119889 119717 124841 121145 121647 119700 120947 117334 120774 121648 119297  total = 32.200446 per ms 
07:19:39.548 16  switches: flows:  118890 121698 121541 119602 120662 119056 118940 122584 120142 119559 117148 119173 116281 118990 121038 118251  total = 31.839368 per ms 
07:20:39.648 16  switches: flows:  97795 99587 99066 97543 97524 97202 98028 99622 96931 97014 95973 96567 96565 96179 98972 96663  total = 25.977100 per ms 
07:21:39.748 16  switches: flows:  101068 103591 102566 101860 101620 99973 101390 101667 101441 100671 99363 100326 100278 99547 100990 99273  total = 26.882146 per ms 
07:22:39.849 16  switches: flows:  119552 119390 118496 119335 119342 118464 117678 120485 115275 116420 116192 116517 115758 116671 116889 116065  total = 31.323199 per ms 
07:23:39.949 16  switches: flows:  122444 123517 120659 122935 122427 119552 122482 123248 118678 117239 118342 118895 117396 118857 121178 118837  total = 32.057627 per ms 
07:24:40.050 16  switches: flows:  120410 120332 120592 120147 119982 119368 122050 121995 117437 119765 118025 118885 119169 118018 118372 117833  total = 31.819833 per ms 
07:25:40.151 16  switches: flows:  110128 109142 106825 109369 107854 108740 102328 108334 108202 108889 107391 104614 107598 105738 108404 106371  total = 28.617015 per ms 
RESULT: 16 switches 9 tests min/max/avg/stdev = 25977.10/32200.45/30290.30/10358.45 responses/s</msg>
<arg>${output}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-05-29T07:25:40.181389" elapsed="0.000373"/>
</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-29T07:25:40.181910" elapsed="0.000374"/>
</kw>
<kw name="Get Lines Containing String" owner="String">
<msg time="2026-05-29T07:25:40.182668" level="INFO">1 out of 23 lines matched.</msg>
<msg time="2026-05-29T07:25:40.182775" level="INFO">${result_line} = RESULT: 16 switches 9 tests min/max/avg/stdev = 25977.10/32200.45/30290.30/10358.45 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-29T07:25:40.182445" elapsed="0.000356"/>
</kw>
<kw name="Split String" owner="String">
<msg time="2026-05-29T07:25:40.183207" level="INFO">@{results_list} = [ RESULT: | 16 | switches | 9 | tests | min/max/avg/stdev | = | 25977.10/32200.45/30290.30/10358.45 | 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-29T07:25:40.182955" elapsed="0.000279"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-05-29T07:25:40.185643" 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-29T07:25:40.183381" elapsed="0.002318"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-05-29T07:25:40.188271" level="INFO">25977.10/32200.45/30290.30/10358.45</msg>
<arg>${results_list[7]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-05-29T07:25:40.185872" elapsed="0.002454"/>
</kw>
<kw name="Split String" owner="String">
<msg time="2026-05-29T07:25:40.190677" 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-29T07:25:40.188476" elapsed="0.002227"/>
</kw>
<kw name="Split String" owner="String">
<msg time="2026-05-29T07:25:40.193151" level="INFO">@{result_value_list} = [ 25977.10 | 32200.45 | 30290.30 | 10358.45 ]</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-29T07:25:40.190922" elapsed="0.002256"/>
</kw>
<kw name="Get Length" owner="BuiltIn">
<msg time="2026-05-29T07:25:40.193643" level="INFO">Length is 4.</msg>
<msg time="2026-05-29T07:25:40.193747" 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-29T07:25:40.193332" elapsed="0.000441"/>
</kw>
<for flavor="IN RANGE">
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-05-29T07:25:40.198473" level="INFO">min :: 25977.10</msg>
<arg>${result_name_list[${i}]} :: ${result_value_list[${i}]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-05-29T07:25:40.194158" elapsed="0.004371"/>
</kw>
<var name="${i}">0</var>
<status status="PASS" start="2026-05-29T07:25:40.194030" elapsed="0.004535"/>
</iter>
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-05-29T07:25:40.203129" level="INFO">max :: 32200.45</msg>
<arg>${result_name_list[${i}]} :: ${result_value_list[${i}]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-05-29T07:25:40.198797" elapsed="0.004388"/>
</kw>
<var name="${i}">1</var>
<status status="PASS" start="2026-05-29T07:25:40.198652" elapsed="0.004567"/>
</iter>
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-05-29T07:25:40.207920" level="INFO">avg :: 30290.30</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-29T07:25:40.203429" elapsed="0.004547"/>
</kw>
<var name="${i}">2</var>
<status status="PASS" start="2026-05-29T07:25:40.203303" elapsed="0.004707"/>
</iter>
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-05-29T07:25:40.212745" level="INFO">stdev :: 10358.45</msg>
<arg>${result_name_list[${i}]} :: ${result_value_list[${i}]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-05-29T07:25:40.208257" elapsed="0.004548"/>
</kw>
<var name="${i}">3</var>
<status status="PASS" start="2026-05-29T07:25:40.208093" elapsed="0.004746"/>
</iter>
<var>${i}</var>
<value>0</value>
<value>${num_stats}</value>
<status status="PASS" start="2026-05-29T07:25:40.193840" elapsed="0.019029"/>
</for>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-05-29T07:25:40.216952" level="INFO">${min} = 25977.10</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-29T07:25:40.213034" elapsed="0.003945"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-05-29T07:25:40.220959" level="INFO">${max} = 32200.45</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-29T07:25:40.217132" elapsed="0.003854"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-05-29T07:25:40.224894" level="INFO">${average} = 30290.30</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-29T07:25:40.221139" elapsed="0.003781"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-05-29T07:25:40.228857" level="INFO">${stdev} = 10358.45</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-29T07:25:40.225073" elapsed="0.003812"/>
</kw>
<kw name="Get Time" owner="BuiltIn">
<msg time="2026-05-29T07:25:40.229415" level="INFO">${date} = 2026-05-29 07:25:40</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-29T07:25:40.229048" elapsed="0.000393"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-05-29T07:25:40.230007" level="INFO">CBench Result: 2026-05-29 07:25:40,-m 60000 -M 100 -S 16 -l 10 -D 5000 -p 6633,25977.10,32200.45,30290.30,10358.45</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-29T07:25:40.229586" elapsed="0.000476"/>
</kw>
<kw name="Log Results And Determine Status">
<kw name="Append To File" owner="OperatingSystem">
<msg time="2026-05-29T07:25:40.231196" 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-29T07:25:40.230696" elapsed="0.000567"/>
</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-29T07:25:40.231414" elapsed="0.000493"/>
</kw>
<arg>${min}</arg>
<arg>${max}</arg>
<arg>${average}</arg>
<arg>${average_threshold}</arg>
<arg>${output_filename}</arg>
<status status="PASS" start="2026-05-29T07:25:40.230212" elapsed="0.001761"/>
</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-29T07:15:33.525070" elapsed="606.706964"/>
</kw>
<kw name="Sleep" owner="BuiltIn">
<msg time="2026-05-29T07:25:40.232491" 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-29T07:25:40.232182" elapsed="0.000366"/>
</kw>
<kw name="Report Failure Due To Bug" owner="Utils" type="TEARDOWN">
<kw name="Evaluate" owner="BuiltIn">
<msg time="2026-05-29T07:25:40.233803" 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-29T07:25:40.233300" elapsed="0.000530"/>
</kw>
<if>
<branch type="IF" condition="('${TEST_STATUS}' != 'FAIL') or ${test_skipped}">
<return>
<status status="PASS" start="2026-05-29T07:25:40.234062" elapsed="0.000036"/>
</return>
<status status="PASS" start="2026-05-29T07:25:40.233911" elapsed="0.000220"/>
</branch>
<status status="PASS" start="2026-05-29T07:25:40.233890" elapsed="0.000267"/>
</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-29T07:25:40.234303" elapsed="0.000021"/>
</kw>
<kw name="Run Keyword And Return Status" owner="BuiltIn">
<var>${match}</var>
<arg>Should Contain</arg>
<arg>${number}</arg>
<arg>-</arg>
<doc>Runs the specified keyword and returns the status as a Boolean value.</doc>
<status status="NOT RUN" start="2026-05-29T07:25:40.234458" elapsed="0.000020"/>
</kw>
<kw name="Set Variable If" owner="BuiltIn">
<var>${bug_url}</var>
<arg>${match}</arg>
<arg>https://jira.opendaylight.org/browse/${number}</arg>
<arg>https://bugs.opendaylight.org/show_bug.cgi?id=${number}</arg>
<doc>Sets variable based on the given condition.</doc>
<status status="NOT RUN" start="2026-05-29T07:25:40.234617" elapsed="0.000020"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<var>${msg}</var>
<arg>This test fails due to ${bug_url}</arg>
<doc>Returns the given values which can then be assigned to a variables.</doc>
<status status="NOT RUN" start="2026-05-29T07:25:40.234837" 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-29T07:25:40.234989" elapsed="0.000019"/>
</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-29T07:25:40.235134" 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-29T07:25:40.235278" elapsed="0.000020"/>
</kw>
<if>
<branch type="IF" condition="&quot;${include_bug_in_tags}&quot;==&quot;True&quot;">
<kw name="Set Tags" owner="BuiltIn">
<arg>${bug_url}</arg>
<doc>Adds given ``tags`` for the current test or all tests in a suite.</doc>
<status status="NOT RUN" start="2026-05-29T07:25:40.235496" elapsed="0.000020"/>
</kw>
<status status="NOT RUN" start="2026-05-29T07:25:40.235360" elapsed="0.000187"/>
</branch>
<status status="NOT RUN" start="2026-05-29T07:25:40.235343" elapsed="0.000227"/>
</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-29T07:25:40.232962" elapsed="0.002660"/>
</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-29T07:15:33.523527" elapsed="606.712147"/>
</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-29T06:55:17.600558" elapsed="1822.635708"/>
</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>
