<?xml version="1.0" encoding="UTF-8"?>
<robot generator="Robot 7.4.2 (Python 3.11.10 on linux)" generated="2026-06-25T01:45:33.597078" 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-06-25T01:45:34.162277" elapsed="0.000022"/>
</return>
<status status="NOT RUN" start="2026-06-25T01:45:34.162143" elapsed="0.000204"/>
</branch>
<status status="PASS" start="2026-06-25T01:45:34.162114" elapsed="0.000260"/>
</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-06-25T01:45:34.162518" elapsed="0.000518"/>
</kw>
<kw name="Login" owner="SSHLibrary">
<msg time="2026-06-25T01:45:34.163513" level="INFO">Logging into '10.30.171.8:8101' as 'karaf'.</msg>
<msg time="2026-06-25T01:45:34.827158" 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-06-25T01:45:34.163210" elapsed="0.664166"/>
</kw>
<kw name="Write" owner="SSHLibrary">
<msg time="2026-06-25T01:45:34.876297" 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-06-25T01:45:34.827685" elapsed="0.048685"/>
</kw>
<kw name="Read Until Regexp" owner="SSHLibrary">
<msg time="2026-06-25T01:45:34.878084" level="INFO">[?1l&gt;[?2004l[?1h=[90m~[0m                                                                                [?2004hopendaylight-user@root&gt;</msg>
<msg time="2026-06-25T01:45:34.878196" 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-06-25T01:45:34.876541" elapsed="0.001685"/>
</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-06-25T01:45:34.878383" elapsed="0.000208"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-06-25T01:45:34.878751" elapsed="0.000222"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-06-25T01:45:34.879525" 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-06-25T01:45:34.879174" elapsed="0.000406"/>
</kw>
<return>
<value>${output}</value>
<status status="PASS" start="2026-06-25T01:45:34.879633" elapsed="0.000064"/>
</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.8
Note that this keyword will open&amp;close new SSH connection, without switching back to previously current session.</doc>
<status status="PASS" start="2026-06-25T01:45:34.161753" elapsed="0.718072"/>
</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-06-25T01:45:34.158169" elapsed="0.721720"/>
</kw>
<kw name="Append To File" owner="OperatingSystem">
<msg time="2026-06-25T01:45:34.880476" 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-06-25T01:45:34.880100" elapsed="0.000434"/>
</kw>
<kw name="Append To File" owner="OperatingSystem">
<msg time="2026-06-25T01:45:34.880935" 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-06-25T01:45:34.880689" elapsed="0.000302"/>
</kw>
<kw name="Evaluate" owner="BuiltIn">
<msg time="2026-06-25T01:45:34.881581" 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-06-25T01:45:34.881189" elapsed="0.000419"/>
</kw>
<kw name="Set Suite Variable" owner="BuiltIn">
<msg time="2026-06-25T01:45:34.882128" 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-06-25T01:45:34.881776" elapsed="0.000395"/>
</kw>
<kw name="Evaluate" owner="BuiltIn">
<msg time="2026-06-25T01:45:34.882688" 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-06-25T01:45:34.882317" elapsed="0.000398"/>
</kw>
<kw name="Set Suite Variable" owner="BuiltIn">
<msg time="2026-06-25T01:45:34.883267" 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-06-25T01:45:34.882907" elapsed="0.000402"/>
</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-06-25T01:45:34.883612" elapsed="0.000021"/>
</kw>
<status status="NOT RUN" start="2026-06-25T01:45:34.883398" elapsed="0.000268"/>
</branch>
<branch type="ELSE">
<kw name="Verify File Exists On Remote System" owner="Utils">
<kw name="Open Connection" owner="SSHLibrary">
<msg time="2026-06-25T01:45:34.888044" 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-06-25T01:45:34.887608" elapsed="0.000465"/>
</kw>
<kw name="Flexible_SSH_Login" owner="SSHKeywords">
<kw name="Get Length" owner="BuiltIn">
<msg time="2026-06-25T01:45:34.889385" level="INFO">Length is 0.</msg>
<msg time="2026-06-25T01:45:34.889475" 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-06-25T01:45:34.888628" elapsed="0.000873"/>
</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-06-25T01:45:34.889653" elapsed="0.000370"/>
</kw>
<kw name="Run Keyword And Return" owner="BuiltIn">
<kw name="Login With Public Key" owner="SSHLibrary">
<msg time="2026-06-25T01:45:34.891072" level="INFO">Logging into '10.30.170.239:22' as 'jenkins'.</msg>
<msg time="2026-06-25T01:45:35.572058" level="INFO">Read output: Welcome to Ubuntu 22.04.5 LTS (GNU/Linux 5.15.0-153-generic x86_64)

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

 System information as of Thu Jun 25 01:45:35 UTC 2026

  System load:  0.1                Processes:             110
  Usage of /:   19.3% of 38.58GB   Users logged in:       0
  Memory usage: 4%                 IPv4 address for ens3: 10.30.170.239
  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-760-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-06-25T01:45:34.890523" elapsed="0.681691"/>
</kw>
<msg time="2026-06-25T01:45:35.572304" 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-06-25T01:45:34.890176" elapsed="0.682222"/>
</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-06-25T01:45:34.888280" elapsed="0.684243"/>
</kw>
<kw name="File Should Exist" owner="SSHLibrary">
<msg time="2026-06-25T01:45:35.580361" 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-06-25T01:45:35.572747" elapsed="0.009455"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-06-25T01:45:35.582582" elapsed="0.000628"/>
</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-06-25T01:45:34.887078" elapsed="0.696271"/>
</kw>
<status status="PASS" start="2026-06-25T01:45:34.883754" elapsed="0.699675"/>
</branch>
<status status="PASS" start="2026-06-25T01:45:34.883372" elapsed="0.700122"/>
</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-06-25T01:45:35.583825" elapsed="0.001002"/>
</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-06-25T01:45:35.592956" elapsed="0.000019"/>
</return>
<status status="NOT RUN" start="2026-06-25T01:45:35.592835" elapsed="0.000188"/>
</branch>
<status status="PASS" start="2026-06-25T01:45:35.592812" elapsed="0.000236"/>
</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-06-25T01:45:35.596633" elapsed="0.000015"/>
</return>
<status status="NOT RUN" start="2026-06-25T01:45:35.596520" elapsed="0.000160"/>
</branch>
<status status="PASS" start="2026-06-25T01:45:35.596501" elapsed="0.000203"/>
</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-06-25T01:45:35.596832" elapsed="0.000450"/>
</kw>
<kw name="Login" owner="SSHLibrary">
<msg time="2026-06-25T01:45:35.597700" level="INFO">Logging into '10.30.171.8:8101' as 'karaf'.</msg>
<msg time="2026-06-25T01:45:35.831084" 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-06-25T01:45:35.597429" elapsed="0.233814"/>
</kw>
<kw name="Write" owner="SSHLibrary">
<msg time="2026-06-25T01:45:35.909228" 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-06-25T01:45:35.831499" elapsed="0.077889"/>
</kw>
<kw name="Read Until Regexp" owner="SSHLibrary">
<msg time="2026-06-25T01:45:35.946519" 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-06-25T01:45:35.946828" 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-06-25T01:45:35.909720" elapsed="0.037143"/>
</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-06-25T01:45:35.947106" elapsed="0.000253"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-06-25T01:45:35.947508" elapsed="0.000210"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-06-25T01:45:35.948233" 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-06-25T01:45:35.947858" elapsed="0.000432"/>
</kw>
<return>
<value>${output}</value>
<status status="PASS" start="2026-06-25T01:45:35.948340" elapsed="0.000049"/>
</return>
<msg time="2026-06-25T01:45:35.948539" 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.8
Note that this keyword will open&amp;close new SSH connection, without switching back to previously current session.</doc>
<status status="PASS" start="2026-06-25T01:45:35.596163" elapsed="0.352408"/>
</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-06-25T01:45:35.948717" elapsed="0.000534"/>
</kw>
<return>
<value>${output}</value>
<status status="PASS" start="2026-06-25T01:45:35.949302" 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-06-25T01:45:35.592529" elapsed="0.356906"/>
</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-06-25T01:45:35.953180" elapsed="0.000014"/>
</return>
<status status="NOT RUN" start="2026-06-25T01:45:35.953043" elapsed="0.000184"/>
</branch>
<status status="PASS" start="2026-06-25T01:45:35.953008" elapsed="0.000243"/>
</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-06-25T01:45:35.953381" elapsed="0.000440"/>
</kw>
<kw name="Login" owner="SSHLibrary">
<msg time="2026-06-25T01:45:35.954250" level="INFO">Logging into '10.30.171.8:8101' as 'karaf'.</msg>
<msg time="2026-06-25T01:45:36.127283" 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-06-25T01:45:35.953966" elapsed="0.173431"/>
</kw>
<kw name="Write" owner="SSHLibrary">
<msg time="2026-06-25T01:45:36.152018" 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-06-25T01:45:36.127590" elapsed="0.024496"/>
</kw>
<kw name="Read Until Regexp" owner="SSHLibrary">
<msg time="2026-06-25T01:45:36.153878" level="INFO">[?1l&gt;[?2004lDropAllFlows transitions to on
[?1h=[90m~[0m                                                                                [?2004hopendaylight-user@root&gt;</msg>
<msg time="2026-06-25T01:45:36.153980" 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-06-25T01:45:36.152267" elapsed="0.001756"/>
</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-06-25T01:45:36.154160" elapsed="0.000189"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-06-25T01:45:36.154484" elapsed="0.000188"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-06-25T01:45:36.155122" 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-06-25T01:45:36.154805" elapsed="0.000367"/>
</kw>
<return>
<value>${output}</value>
<status status="PASS" start="2026-06-25T01:45:36.155220" elapsed="0.000048"/>
</return>
<arg>dropallpacketsrpc on</arg>
<doc>Will execute the given ${cmd} by ssh'ing to the karaf console running on 10.30.171.8
Note that this keyword will open&amp;close new SSH connection, without switching back to previously current session.</doc>
<status status="PASS" start="2026-06-25T01:45:35.952702" elapsed="0.202680"/>
</kw>
<status status="PASS" start="2026-06-25T01:45:34.156266" elapsed="1.999198"/>
</kw>
<test id="s1-t1" name="Cbench Latency Test" line="37">
<kw name="Log" owner="BuiltIn">
<msg time="2026-06-25T01:45:36.157595" 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-06-25T01:45:36.156533" elapsed="0.001127"/>
</kw>
<kw name="Run Cbench And Log Results">
<kw name="Set Suite Variable" owner="BuiltIn">
<msg time="2026-06-25T01:45:36.159131" 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-06-25T01:45:36.158761" elapsed="0.000414"/>
</kw>
<if>
<branch type="IF" condition="&quot;${cbench_system}&quot; == &quot;localhost&quot;">
<kw name="Run" owner="OperatingSystem">
<var>${output}</var>
<arg>${cbench_executable} -c ${ODL_SYSTEM_IP} ${cbench_args}</arg>
<doc>_This keyword is considered deprecated. Use the
[http://robotframework.org/robotframework/latest/libraries/Process.html|
Process] library instead._</doc>
<status status="NOT RUN" start="2026-06-25T01:45:36.159489" elapsed="0.000021"/>
</kw>
<status status="NOT RUN" start="2026-06-25T01:45:36.159253" elapsed="0.000293"/>
</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-06-25T01:45:36.162499" elapsed="0.000021"/>
</kw>
<status status="NOT RUN" start="2026-06-25T01:45:36.162250" elapsed="0.000310"/>
</branch>
<status status="PASS" start="2026-06-25T01:45:36.162231" elapsed="0.000361"/>
</if>
<kw name="Get Connection" owner="SSHLibrary">
<msg time="2026-06-25T01:45:36.162924" 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-06-25T01:45:36.163062" 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-06-25T01:45:36.162721" elapsed="0.000368"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-06-25T01:45:36.163645" level="INFO">Attempting to execute command "/usr/local/bin/cbench -c 10.30.171.8 -m 60000 -M 100 -S 16 -l 10 -D 5000 -p 6633" on remote system "10.30.170.239" 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-06-25T01:45:36.163224" elapsed="0.000480"/>
</kw>
<kw name="Open Connection" owner="SSHLibrary">
<msg time="2026-06-25T01:45:36.164348" 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-06-25T01:45:36.163841" elapsed="0.000537"/>
</kw>
<kw name="Flexible_SSH_Login" owner="SSHKeywords">
<kw name="Get Length" owner="BuiltIn">
<msg time="2026-06-25T01:45:36.165295" level="INFO">Length is 0.</msg>
<msg time="2026-06-25T01:45:36.165385" 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-06-25T01:45:36.164951" elapsed="0.000458"/>
</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-06-25T01:45:36.165551" elapsed="0.000329"/>
</kw>
<kw name="Run Keyword And Return" owner="BuiltIn">
<kw name="Login With Public Key" owner="SSHLibrary">
<msg time="2026-06-25T01:45:36.166750" level="INFO">Logging into '10.30.170.239:22' as 'jenkins'.</msg>
<msg time="2026-06-25T01:45:36.483940" level="INFO">Read output: Welcome to Ubuntu 22.04.5 LTS (GNU/Linux 5.15.0-153-generic x86_64)

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

 System information as of Thu Jun 25 01:45:35 UTC 2026

  System load:  0.1                Processes:             110
  Usage of /:   19.3% of 38.58GB   Users logged in:       0
  Memory usage: 4%                 IPv4 address for ens3: 10.30.170.239
  Swap usage:   0%


Expanded Security Maintenance for Applications is not enabled.

0 updates can be applied immediately.

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


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


Last login: Thu Jun 25 01:45:35 2026 from 10.30.170.86
[?2004h[jenkins@releng-48317-760-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-06-25T01:45:36.166394" elapsed="0.317687"/>
</kw>
<msg time="2026-06-25T01:45:36.484148" 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-06-25T01:45:36.166049" elapsed="0.318168"/>
</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-06-25T01:45:36.164578" elapsed="0.319734"/>
</kw>
<kw name="Execute Command" owner="SSHLibrary">
<msg time="2026-06-25T01:45:36.484722" level="INFO">Executing command '/usr/local/bin/cbench -c 10.30.171.8 -m 60000 -M 100 -S 16 -l 10 -D 5000 -p 6633'.</msg>
<msg time="2026-06-25T01:55:42.653609" level="INFO">Command exited with return code 0.</msg>
<msg time="2026-06-25T01:55:42.654175" level="INFO">${stdout} = </msg>
<msg time="2026-06-25T01:55:42.654338" level="INFO">${stderr} = cbench: controller benchmarking tool
   running in mode 'latency'
   connecting to controller at 10.30.171.8: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-06-25T01:45:36.484481" elapsed="606.169918"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-06-25T01:55:42.654856" elapsed="0.000807"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-06-25T01:55:42.656822" level="INFO">cbench: controller benchmarking tool
   running in mode 'latency'
   connecting to controller at 10.30.171.8: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.8. So far 1 cbench instances have initialized their switches.  Waiting for other cbench-instances
Thread-0: Total switches from ALL cbench-instances initialized.
01:46:41.743 16  switches: flows:  116029 116067 115790 115128 115570 113464 116993 112196 113918 115578 112618 111813 112869 113684 112205 110445  total = 30.406117 per ms 
01:47:41.846 16  switches: flows:  131700 132234 133167 134468 135608 130758 134493 131427 128268 136025 127146 129340 129956 133012 128135 129882  total = 35.035205 per ms 
01:48:41.946 16  switches: flows:  132640 132724 134001 134675 132199 131196 133981 132588 128757 135069 128240 130019 127681 131575 128485 130395  total = 35.011961 per ms 
01:49:42.047 16  switches: flows:  133243 132697 134624 134529 133151 131504 133670 132498 129712 134420 128789 128206 128496 132646 129431 130266  total = 35.072765 per ms 
01:50:42.149 16  switches: flows:  132111 131598 136427 132723 135450 129225 133914 131188 127244 133184 127531 127979 129766 131572 127735 131207  total = 34.922586 per ms 
01:51:42.250 16  switches: flows:  133750 133236 135027 133273 134974 129270 133793 130475 128277 134604 128491 127725 129189 130612 128676 132790  total = 35.010910 per ms 
01:52:42.351 16  switches: flows:  132835 132946 134293 133634 132218 129576 134716 127681 129475 134644 128345 128457 129574 130094 127635 130654  total = 34.888043 per ms 
01:53:42.452 16  switches: flows:  130006 130373 132107 132032 130403 127735 131372 127341 124614 130319 125647 126500 127362 127066 126064 128964  total = 34.241236 per ms 
01:54:42.553 16  switches: flows:  132407 134515 134176 133272 133178 131388 130338 128471 126788 131459 129867 127621 130858 130749 127895 131854  total = 34.855660 per ms 
01:55:42.654 16  switches: flows:  134014 135632 133003 133786 131945 132266 131396 129115 128219 129827 129106 128668 129698 130288 131273 131391  total = 34.935474 per ms 
RESULT: 16 switches 9 tests min/max/avg/stdev = 34241.24/35072.77/34885.98/11631.09 responses/s</msg>
<arg>${stderr}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-06-25T01:55:42.656058" elapsed="0.001105"/>
</kw>
<if>
<branch type="IF" condition="&quot;${return_stdout}&quot;!=&quot;True&quot;">
<return>
<value>${stderr}</value>
<status status="PASS" start="2026-06-25T01:55:42.657687" elapsed="0.000076"/>
</return>
<status status="PASS" start="2026-06-25T01:55:42.657377" elapsed="0.000466"/>
</branch>
<status status="PASS" start="2026-06-25T01:55:42.657302" elapsed="0.000598"/>
</if>
<if>
<branch type="IF" condition="&quot;${return_stderr}&quot;!=&quot;True&quot;">
<return>
<value>${stdout}</value>
<status status="NOT RUN" start="2026-06-25T01:55:42.658150" elapsed="0.000029"/>
</return>
<status status="NOT RUN" start="2026-06-25T01:55:42.658065" elapsed="0.000214"/>
</branch>
<status status="NOT RUN" start="2026-06-25T01:55:42.658027" elapsed="0.000303"/>
</if>
<return>
<value>${stdout}</value>
<value>${stderr}</value>
<status status="NOT RUN" start="2026-06-25T01:55:42.658409" 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-06-25T01:55:42.664042" elapsed="0.000722"/>
</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-06-25T01:55:42.665123" elapsed="0.000358"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-06-25T01:55:42.665767" elapsed="0.000219"/>
</kw>
<arg>${current_ssh_connection.index}</arg>
<doc>Restore active SSH connection in SSHLibrary to given index.</doc>
<status status="PASS" start="2026-06-25T01:55:42.659180" elapsed="0.006953"/>
</kw>
<msg time="2026-06-25T01:55:42.666462" level="INFO">${output} = cbench: controller benchmarking tool
   running in mode 'latency'
   connecting to controller at 10.30.171.8: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-06-25T01:45:36.159891" elapsed="606.506631"/>
</kw>
<status status="PASS" start="2026-06-25T01:45:36.159575" elapsed="606.507053"/>
</branch>
<status status="PASS" start="2026-06-25T01:45:36.159232" elapsed="606.507446"/>
</if>
<kw name="Log" owner="BuiltIn">
<msg time="2026-06-25T01:55:42.667390" level="INFO">cbench: controller benchmarking tool
   running in mode 'latency'
   connecting to controller at 10.30.171.8: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.8. So far 1 cbench instances have initialized their switches.  Waiting for other cbench-instances
Thread-0: Total switches from ALL cbench-instances initialized.
01:46:41.743 16  switches: flows:  116029 116067 115790 115128 115570 113464 116993 112196 113918 115578 112618 111813 112869 113684 112205 110445  total = 30.406117 per ms 
01:47:41.846 16  switches: flows:  131700 132234 133167 134468 135608 130758 134493 131427 128268 136025 127146 129340 129956 133012 128135 129882  total = 35.035205 per ms 
01:48:41.946 16  switches: flows:  132640 132724 134001 134675 132199 131196 133981 132588 128757 135069 128240 130019 127681 131575 128485 130395  total = 35.011961 per ms 
01:49:42.047 16  switches: flows:  133243 132697 134624 134529 133151 131504 133670 132498 129712 134420 128789 128206 128496 132646 129431 130266  total = 35.072765 per ms 
01:50:42.149 16  switches: flows:  132111 131598 136427 132723 135450 129225 133914 131188 127244 133184 127531 127979 129766 131572 127735 131207  total = 34.922586 per ms 
01:51:42.250 16  switches: flows:  133750 133236 135027 133273 134974 129270 133793 130475 128277 134604 128491 127725 129189 130612 128676 132790  total = 35.010910 per ms 
01:52:42.351 16  switches: flows:  132835 132946 134293 133634 132218 129576 134716 127681 129475 134644 128345 128457 129574 130094 127635 130654  total = 34.888043 per ms 
01:53:42.452 16  switches: flows:  130006 130373 132107 132032 130403 127735 131372 127341 124614 130319 125647 126500 127362 127066 126064 128964  total = 34.241236 per ms 
01:54:42.553 16  switches: flows:  132407 134515 134176 133272 133178 131388 130338 128471 126788 131459 129867 127621 130858 130749 127895 131854  total = 34.855660 per ms 
01:55:42.654 16  switches: flows:  134014 135632 133003 133786 131945 132266 131396 129115 128219 129827 129106 128668 129698 130288 131273 131391  total = 34.935474 per ms 
RESULT: 16 switches 9 tests min/max/avg/stdev = 34241.24/35072.77/34885.98/11631.09 responses/s</msg>
<arg>${output}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-06-25T01:55:42.666989" elapsed="0.000473"/>
</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-06-25T01:55:42.667609" elapsed="0.000375"/>
</kw>
<kw name="Get Lines Containing String" owner="String">
<msg time="2026-06-25T01:55:42.668424" level="INFO">1 out of 23 lines matched.</msg>
<msg time="2026-06-25T01:55:42.668515" level="INFO">${result_line} = RESULT: 16 switches 9 tests min/max/avg/stdev = 34241.24/35072.77/34885.98/11631.09 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-06-25T01:55:42.668175" elapsed="0.000365"/>
</kw>
<kw name="Split String" owner="String">
<msg time="2026-06-25T01:55:42.668949" level="INFO">@{results_list} = [ RESULT: | 16 | switches | 9 | tests | min/max/avg/stdev | = | 34241.24/35072.77/34885.98/11631.09 | 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-06-25T01:55:42.668693" elapsed="0.000282"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-06-25T01:55:42.671373" 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-06-25T01:55:42.669135" elapsed="0.002293"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-06-25T01:55:42.673775" level="INFO">34241.24/35072.77/34885.98/11631.09</msg>
<arg>${results_list[7]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-06-25T01:55:42.671572" elapsed="0.002259"/>
</kw>
<kw name="Split String" owner="String">
<msg time="2026-06-25T01:55:42.676191" 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-06-25T01:55:42.673978" elapsed="0.002241"/>
</kw>
<kw name="Split String" owner="String">
<msg time="2026-06-25T01:55:42.678719" level="INFO">@{result_value_list} = [ 34241.24 | 35072.77 | 34885.98 | 11631.09 ]</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-06-25T01:55:42.676408" elapsed="0.002338"/>
</kw>
<kw name="Get Length" owner="BuiltIn">
<msg time="2026-06-25T01:55:42.679222" level="INFO">Length is 4.</msg>
<msg time="2026-06-25T01:55:42.679315" 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-06-25T01:55:42.678900" elapsed="0.000439"/>
</kw>
<for flavor="IN RANGE">
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-06-25T01:55:42.684044" level="INFO">min :: 34241.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-06-25T01:55:42.679731" elapsed="0.004369"/>
</kw>
<var name="${i}">0</var>
<status status="PASS" start="2026-06-25T01:55:42.679601" elapsed="0.004534"/>
</iter>
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-06-25T01:55:42.688617" level="INFO">max :: 35072.77</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-06-25T01:55:42.684353" elapsed="0.004319"/>
</kw>
<var name="${i}">1</var>
<status status="PASS" start="2026-06-25T01:55:42.684227" elapsed="0.004479"/>
</iter>
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-06-25T01:55:42.693207" level="INFO">avg :: 34885.98</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-06-25T01:55:42.688922" elapsed="0.004341"/>
</kw>
<var name="${i}">2</var>
<status status="PASS" start="2026-06-25T01:55:42.688795" elapsed="0.004501"/>
</iter>
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-06-25T01:55:42.697944" level="INFO">stdev :: 11631.09</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-06-25T01:55:42.693513" elapsed="0.004513"/>
</kw>
<var name="${i}">3</var>
<status status="PASS" start="2026-06-25T01:55:42.693388" elapsed="0.004674"/>
</iter>
<var>${i}</var>
<value>0</value>
<value>${num_stats}</value>
<status status="PASS" start="2026-06-25T01:55:42.679411" elapsed="0.018684"/>
</for>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-06-25T01:55:42.701979" level="INFO">${min} = 34241.24</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-06-25T01:55:42.698266" elapsed="0.003757"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-06-25T01:55:42.706289" level="INFO">${max} = 35072.77</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-06-25T01:55:42.702402" elapsed="0.003914"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-06-25T01:55:42.710248" level="INFO">${average} = 34885.98</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-06-25T01:55:42.706467" elapsed="0.003808"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-06-25T01:55:42.714156" level="INFO">${stdev} = 11631.09</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-06-25T01:55:42.710426" elapsed="0.003767"/>
</kw>
<kw name="Get Time" owner="BuiltIn">
<msg time="2026-06-25T01:55:42.714706" level="INFO">${date} = 2026-06-25 01:55:42</msg>
<var>${date}</var>
<arg>d,m,s</arg>
<doc>Returns the given time in the requested format.</doc>
<status status="PASS" start="2026-06-25T01:55:42.714352" elapsed="0.000380"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-06-25T01:55:42.715296" level="INFO">CBench Result: 2026-06-25 01:55:42,-m 60000 -M 100 -S 16 -l 10 -D 5000 -p 6633,34241.24,35072.77,34885.98,11631.09</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-06-25T01:55:42.714876" elapsed="0.000474"/>
</kw>
<kw name="Log Results And Determine Status">
<kw name="Append To File" owner="OperatingSystem">
<msg time="2026-06-25T01:55:42.716410" 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-06-25T01:55:42.715969" elapsed="0.000507"/>
</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-06-25T01:55:42.716631" elapsed="0.000476"/>
</kw>
<arg>${min}</arg>
<arg>${max}</arg>
<arg>${average}</arg>
<arg>${average_threshold}</arg>
<arg>${output_filename}</arg>
<status status="PASS" start="2026-06-25T01:55:42.715495" elapsed="0.001677"/>
</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-06-25T01:45:36.158106" elapsed="606.559127"/>
</kw>
<kw name="Sleep" owner="BuiltIn">
<msg time="2026-06-25T01:55:42.717700" 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-06-25T01:55:42.717387" elapsed="0.000368"/>
</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-06-25T01:55:42.718301" elapsed="0.000274"/>
</kw>
<status status="PASS" start="2026-06-25T01:55:42.717970" elapsed="0.000677"/>
</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-06-25T01:45:36.155618" elapsed="606.563066"/>
</test>
<test id="s1-t2" name="Cbench Throughput Test" line="51">
<kw name="Log" owner="BuiltIn">
<msg time="2026-06-25T01:55:42.719978" 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-06-25T01:55:42.719582" elapsed="0.000468"/>
</kw>
<kw name="Run Cbench And Log Results">
<kw name="Set Suite Variable" owner="BuiltIn">
<msg time="2026-06-25T01:55:42.721295" 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-06-25T01:55:42.720937" elapsed="0.000400"/>
</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-06-25T01:55:42.721665" elapsed="0.000021"/>
</kw>
<status status="NOT RUN" start="2026-06-25T01:55:42.721446" elapsed="0.000281"/>
</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-06-25T01:55:42.724930" elapsed="0.000026"/>
</kw>
<status status="NOT RUN" start="2026-06-25T01:55:42.724688" elapsed="0.000302"/>
</branch>
<status status="PASS" start="2026-06-25T01:55:42.724669" elapsed="0.000360"/>
</if>
<kw name="Get Connection" owner="SSHLibrary">
<msg time="2026-06-25T01:55:42.725368" 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-06-25T01:55:42.725491" 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-06-25T01:55:42.725165" elapsed="0.000353"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-06-25T01:55:42.726083" level="INFO">Attempting to execute command "/usr/local/bin/cbench -c 10.30.171.8 -t -m 60000 -M 100 -S 16 -l 10 -D 5000 -p 6633" on remote system "10.30.170.239" 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-06-25T01:55:42.725649" elapsed="0.000491"/>
</kw>
<kw name="Open Connection" owner="SSHLibrary">
<msg time="2026-06-25T01:55:42.726700" 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-06-25T01:55:42.726289" elapsed="0.000438"/>
</kw>
<kw name="Flexible_SSH_Login" owner="SSHKeywords">
<kw name="Get Length" owner="BuiltIn">
<msg time="2026-06-25T01:55:42.727625" level="INFO">Length is 0.</msg>
<msg time="2026-06-25T01:55:42.727713" 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-06-25T01:55:42.727317" elapsed="0.000420"/>
</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-06-25T01:55:42.727875" elapsed="0.000344"/>
</kw>
<kw name="Run Keyword And Return" owner="BuiltIn">
<kw name="Login With Public Key" owner="SSHLibrary">
<msg time="2026-06-25T01:55:42.729082" level="INFO">Logging into '10.30.170.239:22' as 'jenkins'.</msg>
<msg time="2026-06-25T01:55:43.286049" level="INFO">Read output: Welcome to Ubuntu 22.04.5 LTS (GNU/Linux 5.15.0-153-generic x86_64)

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

 System information as of Thu Jun 25 01:55:42 UTC 2026

  System load:  1.0                Processes:             104
  Usage of /:   19.5% of 38.58GB   Users logged in:       0
  Memory usage: 4%                 IPv4 address for ens3: 10.30.170.239
  Swap usage:   0%


Expanded Security Maintenance for Applications is not enabled.

0 updates can be applied immediately.

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


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


Last login: Thu Jun 25 01:45:36 2026 from 10.30.170.86
[?2004h[jenkins@releng-48317-760-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-06-25T01:55:42.728713" elapsed="0.557570"/>
</kw>
<msg time="2026-06-25T01:55:43.286386" 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-06-25T01:55:42.728368" elapsed="0.558126"/>
</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-06-25T01:55:42.726926" elapsed="0.559701"/>
</kw>
<kw name="Execute Command" owner="SSHLibrary">
<msg time="2026-06-25T01:55:43.287270" level="INFO">Executing command '/usr/local/bin/cbench -c 10.30.171.8 -t -m 60000 -M 100 -S 16 -l 10 -D 5000 -p 6633'.</msg>
<msg time="2026-06-25T02:05:49.369082" level="INFO">Command exited with return code 0.</msg>
<msg time="2026-06-25T02:05:49.369684" level="INFO">${stdout} = </msg>
<msg time="2026-06-25T02:05:49.369799" level="INFO">${stderr} = cbench: controller benchmarking tool
   running in mode 'throughput'
   connecting to controller at 10.30.171.8:6633 
   faking 16 switches with 1 threads :: 10 tests each; 60000 ms per test
   with 1...</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-06-25T01:55:43.286890" elapsed="606.082967"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-06-25T02:05:49.370372" elapsed="0.000730"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-06-25T02:05:49.372327" level="INFO">cbench: controller benchmarking tool
   running in mode 'throughput'
   connecting to controller at 10.30.171.8: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.8. So far 1 cbench instances have initialized their switches.  Waiting for other cbench-instances
Thread-0: Total switches from ALL cbench-instances initialized.
01:56:48.418 16  switches: flows:  549350 553377 557851 556932 553308 555040 554468 561505 549084 540980 542912 526831 544291 542862 537802 537380  total = 146.066217 per ms 
01:57:48.548 16  switches: flows:  550660 551260 541379 546223 559581 547875 548000 551265 536777 551609 543666 562237 540051 560170 550261 546399  total = 146.141991 per ms 
01:58:48.650 16  switches: flows:  575023 562809 562046 562974 568112 567266 570791 573468 548964 557855 570984 555048 554239 555099 565419 564691  total = 149.992791 per ms 
01:59:48.752 16  switches: flows:  599537 607737 608779 611648 610410 600136 608934 612505 594493 608915 608125 606174 603509 605034 605766 600531  total = 161.266050 per ms 
02:00:48.855 16  switches: flows:  611571 600313 600844 603372 615235 604688 606085 612313 600927 612763 621537 606257 601054 617035 612026 607504  total = 161.950866 per ms 
02:01:48.959 16  switches: flows:  596102 580956 583894 588512 571321 584270 592503 591731 582019 575061 569976 580916 563728 571774 577827 565549  total = 154.336323 per ms 
02:02:49.061 16  switches: flows:  615005 629604 603623 629097 627860 623963 627391 582532 629484 569294 631802 631596 620462 625193 625453 622668  total = 164.636770 per ms 
02:03:49.163 16  switches: flows:  611757 614442 615626 612819 614878 620457 615748 607067 612751 609201 619438 609105 603074 616035 620206 615720  total = 163.361672 per ms 
02:04:49.266 16  switches: flows:  541502 540037 551981 532648 553703 548847 556025 548217 551536 547098 543368 555868 537465 538230 548763 537797  total = 145.305192 per ms 
02:05:49.368 16  switches: flows:  583191 575869 579204 598820 584067 591406 575964 584310 580249 574310 574743 580486 575254 579150 582459 572943  total = 154.612921 per ms 
RESULT: 16 switches 9 tests min/max/avg/stdev = 145305.19/164636.77/155733.84/52383.91 responses/s</msg>
<arg>${stderr}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-06-25T02:05:49.371485" elapsed="0.001129"/>
</kw>
<if>
<branch type="IF" condition="&quot;${return_stdout}&quot;!=&quot;True&quot;">
<return>
<value>${stderr}</value>
<status status="PASS" start="2026-06-25T02:05:49.373198" elapsed="0.000077"/>
</return>
<status status="PASS" start="2026-06-25T02:05:49.372858" elapsed="0.000501"/>
</branch>
<status status="PASS" start="2026-06-25T02:05:49.372790" elapsed="0.000630"/>
</if>
<if>
<branch type="IF" condition="&quot;${return_stderr}&quot;!=&quot;True&quot;">
<return>
<value>${stdout}</value>
<status status="NOT RUN" start="2026-06-25T02:05:49.373637" elapsed="0.000098"/>
</return>
<status status="NOT RUN" start="2026-06-25T02:05:49.373552" elapsed="0.000257"/>
</branch>
<status status="NOT RUN" start="2026-06-25T02:05:49.373516" elapsed="0.000347"/>
</if>
<return>
<value>${stdout}</value>
<value>${stderr}</value>
<status status="NOT RUN" start="2026-06-25T02:05:49.373936" elapsed="0.000033"/>
</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-06-25T02:05:49.376788" elapsed="0.000349"/>
</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-06-25T02:05:49.377302" elapsed="0.000167"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-06-25T02:05:49.377599" elapsed="0.000144"/>
</kw>
<arg>${current_ssh_connection.index}</arg>
<doc>Restore active SSH connection in SSHLibrary to given index.</doc>
<status status="PASS" start="2026-06-25T02:05:49.374564" elapsed="0.003235"/>
</kw>
<msg time="2026-06-25T02:05:49.377932" level="INFO">${output} = cbench: controller benchmarking tool
   running in mode 'throughput'
   connecting to controller at 10.30.171.8:6633 
   faking 16 switches with 1 threads :: 10 tests each; 60000 ms per test
   with 1...</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-06-25T01:55:42.722270" elapsed="606.655689"/>
</kw>
<status status="PASS" start="2026-06-25T01:55:42.721752" elapsed="606.656272"/>
</branch>
<status status="PASS" start="2026-06-25T01:55:42.721425" elapsed="606.656624"/>
</if>
<kw name="Log" owner="BuiltIn">
<msg time="2026-06-25T02:05:49.378502" level="INFO">cbench: controller benchmarking tool
   running in mode 'throughput'
   connecting to controller at 10.30.171.8: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.8. So far 1 cbench instances have initialized their switches.  Waiting for other cbench-instances
Thread-0: Total switches from ALL cbench-instances initialized.
01:56:48.418 16  switches: flows:  549350 553377 557851 556932 553308 555040 554468 561505 549084 540980 542912 526831 544291 542862 537802 537380  total = 146.066217 per ms 
01:57:48.548 16  switches: flows:  550660 551260 541379 546223 559581 547875 548000 551265 536777 551609 543666 562237 540051 560170 550261 546399  total = 146.141991 per ms 
01:58:48.650 16  switches: flows:  575023 562809 562046 562974 568112 567266 570791 573468 548964 557855 570984 555048 554239 555099 565419 564691  total = 149.992791 per ms 
01:59:48.752 16  switches: flows:  599537 607737 608779 611648 610410 600136 608934 612505 594493 608915 608125 606174 603509 605034 605766 600531  total = 161.266050 per ms 
02:00:48.855 16  switches: flows:  611571 600313 600844 603372 615235 604688 606085 612313 600927 612763 621537 606257 601054 617035 612026 607504  total = 161.950866 per ms 
02:01:48.959 16  switches: flows:  596102 580956 583894 588512 571321 584270 592503 591731 582019 575061 569976 580916 563728 571774 577827 565549  total = 154.336323 per ms 
02:02:49.061 16  switches: flows:  615005 629604 603623 629097 627860 623963 627391 582532 629484 569294 631802 631596 620462 625193 625453 622668  total = 164.636770 per ms 
02:03:49.163 16  switches: flows:  611757 614442 615626 612819 614878 620457 615748 607067 612751 609201 619438 609105 603074 616035 620206 615720  total = 163.361672 per ms 
02:04:49.266 16  switches: flows:  541502 540037 551981 532648 553703 548847 556025 548217 551536 547098 543368 555868 537465 538230 548763 537797  total = 145.305192 per ms 
02:05:49.368 16  switches: flows:  583191 575869 579204 598820 584067 591406 575964 584310 580249 574310 574743 580486 575254 579150 582459 572943  total = 154.612921 per ms 
RESULT: 16 switches 9 tests min/max/avg/stdev = 145305.19/164636.77/155733.84/52383.91 responses/s</msg>
<arg>${output}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-06-25T02:05:49.378197" elapsed="0.000387"/>
</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-06-25T02:05:49.378736" elapsed="0.000399"/>
</kw>
<kw name="Get Lines Containing String" owner="String">
<msg time="2026-06-25T02:05:49.379542" level="INFO">1 out of 23 lines matched.</msg>
<msg time="2026-06-25T02:05:49.379636" level="INFO">${result_line} = RESULT: 16 switches 9 tests min/max/avg/stdev = 145305.19/164636.77/155733.84/52383.91 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-06-25T02:05:49.379297" elapsed="0.000364"/>
</kw>
<kw name="Split String" owner="String">
<msg time="2026-06-25T02:05:49.380116" level="INFO">@{results_list} = [ RESULT: | 16 | switches | 9 | tests | min/max/avg/stdev | = | 145305.19/164636.77/155733.84/52383.91 | 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-06-25T02:05:49.379819" elapsed="0.000325"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-06-25T02:05:49.382554" 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-06-25T02:05:49.380293" elapsed="0.002318"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-06-25T02:05:49.384974" level="INFO">145305.19/164636.77/155733.84/52383.91</msg>
<arg>${results_list[7]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-06-25T02:05:49.382759" elapsed="0.002286"/>
</kw>
<kw name="Split String" owner="String">
<msg time="2026-06-25T02:05:49.387425" 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-06-25T02:05:49.385194" elapsed="0.002260"/>
</kw>
<kw name="Split String" owner="String">
<msg time="2026-06-25T02:05:49.389920" level="INFO">@{result_value_list} = [ 145305.19 | 164636.77 | 155733.84 | 52383.91 ]</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-06-25T02:05:49.387647" elapsed="0.002301"/>
</kw>
<kw name="Get Length" owner="BuiltIn">
<msg time="2026-06-25T02:05:49.390429" level="INFO">Length is 4.</msg>
<msg time="2026-06-25T02:05:49.390523" 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-06-25T02:05:49.390124" elapsed="0.000422"/>
</kw>
<for flavor="IN RANGE">
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-06-25T02:05:49.395372" level="INFO">min :: 145305.19</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-06-25T02:05:49.390945" elapsed="0.004484"/>
</kw>
<var name="${i}">0</var>
<status status="PASS" start="2026-06-25T02:05:49.390811" elapsed="0.004653"/>
</iter>
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-06-25T02:05:49.400056" level="INFO">max :: 164636.77</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-06-25T02:05:49.395679" elapsed="0.004433"/>
</kw>
<var name="${i}">1</var>
<status status="PASS" start="2026-06-25T02:05:49.395553" elapsed="0.004595"/>
</iter>
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-06-25T02:05:49.404624" level="INFO">avg :: 155733.84</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-06-25T02:05:49.400364" elapsed="0.004315"/>
</kw>
<var name="${i}">2</var>
<status status="PASS" start="2026-06-25T02:05:49.400238" elapsed="0.004476"/>
</iter>
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-06-25T02:05:49.409285" level="INFO">stdev :: 52383.91</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-06-25T02:05:49.404930" elapsed="0.004411"/>
</kw>
<var name="${i}">3</var>
<status status="PASS" start="2026-06-25T02:05:49.404801" elapsed="0.004575"/>
</iter>
<var>${i}</var>
<value>0</value>
<value>${num_stats}</value>
<status status="PASS" start="2026-06-25T02:05:49.390617" elapsed="0.018790"/>
</for>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-06-25T02:05:49.413309" level="INFO">${min} = 145305.19</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-06-25T02:05:49.409565" elapsed="0.003789"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-06-25T02:05:49.417256" level="INFO">${max} = 164636.77</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-06-25T02:05:49.413509" elapsed="0.003773"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-06-25T02:05:49.421525" level="INFO">${average} = 155733.84</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-06-25T02:05:49.417435" elapsed="0.004117"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-06-25T02:05:49.425437" level="INFO">${stdev} = 52383.91</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-06-25T02:05:49.421727" elapsed="0.003736"/>
</kw>
<kw name="Get Time" owner="BuiltIn">
<msg time="2026-06-25T02:05:49.425990" level="INFO">${date} = 2026-06-25 02:05:49</msg>
<var>${date}</var>
<arg>d,m,s</arg>
<doc>Returns the given time in the requested format.</doc>
<status status="PASS" start="2026-06-25T02:05:49.425638" elapsed="0.000393"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-06-25T02:05:49.426590" level="INFO">CBench Result: 2026-06-25 02:05:49,-t -m 60000 -M 100 -S 16 -l 10 -D 5000 -p 6633,145305.19,164636.77,155733.84,52383.91</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-06-25T02:05:49.426184" elapsed="0.000460"/>
</kw>
<kw name="Log Results And Determine Status">
<kw name="Append To File" owner="OperatingSystem">
<msg time="2026-06-25T02:05:49.427689" 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-06-25T02:05:49.427278" elapsed="0.000476"/>
</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-06-25T02:05:49.427905" elapsed="0.000490"/>
</kw>
<arg>${min}</arg>
<arg>${max}</arg>
<arg>${average}</arg>
<arg>${average_threshold}</arg>
<arg>${output_filename}</arg>
<status status="PASS" start="2026-06-25T02:05:49.426789" elapsed="0.001671"/>
</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-06-25T01:55:42.720362" elapsed="606.708156"/>
</kw>
<kw name="Sleep" owner="BuiltIn">
<msg time="2026-06-25T02:05:49.428985" 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-06-25T02:05:49.428671" elapsed="0.000389"/>
</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-06-25T02:05:49.429563" elapsed="0.000290"/>
</kw>
<status status="PASS" start="2026-06-25T02:05:49.429268" elapsed="0.000655"/>
</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-06-25T01:55:42.719011" elapsed="606.710950"/>
</test>
<test id="s1-t3" name="Rerun Latency Test To Check Bug 6176" line="65">
<kw name="Log" owner="BuiltIn">
<msg time="2026-06-25T02:05:49.431219" 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-06-25T02:05:49.430815" elapsed="0.000468"/>
</kw>
<kw name="Run Cbench And Log Results">
<kw name="Set Suite Variable" owner="BuiltIn">
<msg time="2026-06-25T02:05:49.432505" 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-06-25T02:05:49.432168" elapsed="0.000379"/>
</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-06-25T02:05:49.432866" elapsed="0.000020"/>
</kw>
<status status="NOT RUN" start="2026-06-25T02:05:49.432653" elapsed="0.000268"/>
</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-06-25T02:05:49.435925" elapsed="0.000021"/>
</kw>
<status status="NOT RUN" start="2026-06-25T02:05:49.435681" elapsed="0.000298"/>
</branch>
<status status="PASS" start="2026-06-25T02:05:49.435662" elapsed="0.000360"/>
</if>
<kw name="Get Connection" owner="SSHLibrary">
<msg time="2026-06-25T02:05:49.436338" 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-06-25T02:05:49.436455" 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-06-25T02:05:49.436151" elapsed="0.000331"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-06-25T02:05:49.437057" level="INFO">Attempting to execute command "/usr/local/bin/cbench -c 10.30.171.8 -m 60000 -M 100 -S 16 -l 10 -D 5000 -p 6633" on remote system "10.30.170.239" 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-06-25T02:05:49.436614" elapsed="0.000502"/>
</kw>
<kw name="Open Connection" owner="SSHLibrary">
<msg time="2026-06-25T02:05:49.437662" 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-06-25T02:05:49.437253" elapsed="0.000435"/>
</kw>
<kw name="Flexible_SSH_Login" owner="SSHKeywords">
<kw name="Get Length" owner="BuiltIn">
<msg time="2026-06-25T02:05:49.438572" level="INFO">Length is 0.</msg>
<msg time="2026-06-25T02:05:49.438660" 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-06-25T02:05:49.438273" elapsed="0.000412"/>
</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-06-25T02:05:49.438823" elapsed="0.000336"/>
</kw>
<kw name="Run Keyword And Return" owner="BuiltIn">
<kw name="Login With Public Key" owner="SSHLibrary">
<msg time="2026-06-25T02:05:49.440028" level="INFO">Logging into '10.30.170.239:22' as 'jenkins'.</msg>
<msg time="2026-06-25T02:05:50.012083" level="INFO">Read output: Welcome to Ubuntu 22.04.5 LTS (GNU/Linux 5.15.0-153-generic x86_64)

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

 System information as of Thu Jun 25 02:05:49 UTC 2026

  System load:  0.4                Processes:             104
  Usage of /:   19.5% of 38.58GB   Users logged in:       0
  Memory usage: 4%                 IPv4 address for ens3: 10.30.170.239
  Swap usage:   0%


Expanded Security Maintenance for Applications is not enabled.

0 updates can be applied immediately.

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


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


Last login: Thu Jun 25 01:55:43 2026 from 10.30.170.86
[?2004h[jenkins@releng-48317-760-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-06-25T02:05:49.439655" elapsed="0.572633"/>
</kw>
<msg time="2026-06-25T02:05:50.012378" 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-06-25T02:05:49.439313" elapsed="0.573148"/>
</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-06-25T02:05:49.437885" elapsed="0.574691"/>
</kw>
<kw name="Execute Command" owner="SSHLibrary">
<msg time="2026-06-25T02:05:50.013163" level="INFO">Executing command '/usr/local/bin/cbench -c 10.30.171.8 -m 60000 -M 100 -S 16 -l 10 -D 5000 -p 6633'.</msg>
<msg time="2026-06-25T02:15:56.038971" level="INFO">Command exited with return code 0.</msg>
<msg time="2026-06-25T02:15:56.039484" level="INFO">${stdout} = </msg>
<msg time="2026-06-25T02:15:56.039587" level="INFO">${stderr} = cbench: controller benchmarking tool
   running in mode 'latency'
   connecting to controller at 10.30.171.8: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-06-25T02:05:50.012806" elapsed="606.026837"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-06-25T02:15:56.040089" elapsed="0.000679"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-06-25T02:15:56.041917" level="INFO">cbench: controller benchmarking tool
   running in mode 'latency'
   connecting to controller at 10.30.171.8: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.8. So far 1 cbench instances have initialized their switches.  Waiting for other cbench-instances
Thread-0: Total switches from ALL cbench-instances initialized.
02:06:55.136 16  switches: flows:  119808 120631 121929 121544 119891 117256 121839 119581 117662 115232 116353 113694 114775 119715 116857 114996  total = 31.529383 per ms 
02:07:55.236 16  switches: flows:  125879 126392 125292 125543 124267 122917 127072 126693 122332 122287 119696 120046 122382 121882 121764 121533  total = 32.878043 per ms 
02:08:55.336 16  switches: flows:  129933 132055 131331 131516 129667 127824 131157 130553 124914 128652 124749 124097 126731 127802 123510 124680  total = 34.095830 per ms 
02:09:55.437 16  switches: flows:  127076 129690 129916 129840 126919 123648 127802 127437 123828 124906 122747 122912 124283 124453 120231 121700  total = 33.400711 per ms 
02:10:55.537 16  switches: flows:  135748 136244 137760 136956 134991 131845 135983 135955 132409 131552 129218 129039 131252 131745 128368 129729  total = 35.420801 per ms 
02:11:55.637 16  switches: flows:  136843 137448 137787 137583 138349 133174 138328 136861 132463 133886 131389 130266 132687 132791 130570 131641  total = 35.807973 per ms 
02:12:55.737 16  switches: flows:  136519 136083 137774 136293 135636 132996 136201 135786 131568 133055 131234 130855 131209 132932 129440 130947  total = 35.582657 per ms 
02:13:55.838 16  switches: flows:  134170 133883 134632 134174 133564 130322 133283 133006 128253 129075 130084 128804 130142 128758 127625 129065  total = 34.922385 per ms 
02:14:55.938 16  switches: flows:  136818 135634 133914 136005 134658 133587 136004 134498 131000 131802 131148 129700 132655 130913 131160 131062  total = 35.450111 per ms 
02:15:56.038 16  switches: flows:  124292 123272 122791 124823 121986 120871 122613 120621 118379 119971 119843 118068 119320 118627 118737 117911  total = 32.148438 per ms 
RESULT: 16 switches 9 tests min/max/avg/stdev = 32148.44/35807.97/34411.88/11539.56 responses/s</msg>
<arg>${stderr}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-06-25T02:15:56.041151" elapsed="0.001082"/>
</kw>
<if>
<branch type="IF" condition="&quot;${return_stdout}&quot;!=&quot;True&quot;">
<return>
<value>${stderr}</value>
<status status="PASS" start="2026-06-25T02:15:56.042729" elapsed="0.000070"/>
</return>
<status status="PASS" start="2026-06-25T02:15:56.042431" elapsed="0.000444"/>
</branch>
<status status="PASS" start="2026-06-25T02:15:56.042365" elapsed="0.000566"/>
</if>
<if>
<branch type="IF" condition="&quot;${return_stderr}&quot;!=&quot;True&quot;">
<return>
<value>${stdout}</value>
<status status="NOT RUN" start="2026-06-25T02:15:56.043171" elapsed="0.000028"/>
</return>
<status status="NOT RUN" start="2026-06-25T02:15:56.043090" elapsed="0.000170"/>
</branch>
<status status="NOT RUN" start="2026-06-25T02:15:56.043052" elapsed="0.000258"/>
</if>
<return>
<value>${stdout}</value>
<value>${stderr}</value>
<status status="NOT RUN" start="2026-06-25T02:15:56.043380" elapsed="0.000028"/>
</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-06-25T02:15:56.049226" elapsed="0.000795"/>
</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-06-25T02:15:56.050352" elapsed="0.000240"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-06-25T02:15:56.050719" elapsed="0.000098"/>
</kw>
<arg>${current_ssh_connection.index}</arg>
<doc>Restore active SSH connection in SSHLibrary to given index.</doc>
<status status="PASS" start="2026-06-25T02:15:56.044081" elapsed="0.006788"/>
</kw>
<msg time="2026-06-25T02:15:56.051045" level="INFO">${output} = cbench: controller benchmarking tool
   running in mode 'latency'
   connecting to controller at 10.30.171.8: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-06-25T02:05:49.433280" elapsed="606.617795"/>
</kw>
<status status="PASS" start="2026-06-25T02:05:49.432946" elapsed="606.618181"/>
</branch>
<status status="PASS" start="2026-06-25T02:05:49.432633" elapsed="606.618518"/>
</if>
<kw name="Log" owner="BuiltIn">
<msg time="2026-06-25T02:15:56.051588" level="INFO">cbench: controller benchmarking tool
   running in mode 'latency'
   connecting to controller at 10.30.171.8: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.8. So far 1 cbench instances have initialized their switches.  Waiting for other cbench-instances
Thread-0: Total switches from ALL cbench-instances initialized.
02:06:55.136 16  switches: flows:  119808 120631 121929 121544 119891 117256 121839 119581 117662 115232 116353 113694 114775 119715 116857 114996  total = 31.529383 per ms 
02:07:55.236 16  switches: flows:  125879 126392 125292 125543 124267 122917 127072 126693 122332 122287 119696 120046 122382 121882 121764 121533  total = 32.878043 per ms 
02:08:55.336 16  switches: flows:  129933 132055 131331 131516 129667 127824 131157 130553 124914 128652 124749 124097 126731 127802 123510 124680  total = 34.095830 per ms 
02:09:55.437 16  switches: flows:  127076 129690 129916 129840 126919 123648 127802 127437 123828 124906 122747 122912 124283 124453 120231 121700  total = 33.400711 per ms 
02:10:55.537 16  switches: flows:  135748 136244 137760 136956 134991 131845 135983 135955 132409 131552 129218 129039 131252 131745 128368 129729  total = 35.420801 per ms 
02:11:55.637 16  switches: flows:  136843 137448 137787 137583 138349 133174 138328 136861 132463 133886 131389 130266 132687 132791 130570 131641  total = 35.807973 per ms 
02:12:55.737 16  switches: flows:  136519 136083 137774 136293 135636 132996 136201 135786 131568 133055 131234 130855 131209 132932 129440 130947  total = 35.582657 per ms 
02:13:55.838 16  switches: flows:  134170 133883 134632 134174 133564 130322 133283 133006 128253 129075 130084 128804 130142 128758 127625 129065  total = 34.922385 per ms 
02:14:55.938 16  switches: flows:  136818 135634 133914 136005 134658 133587 136004 134498 131000 131802 131148 129700 132655 130913 131160 131062  total = 35.450111 per ms 
02:15:56.038 16  switches: flows:  124292 123272 122791 124823 121986 120871 122613 120621 118379 119971 119843 118068 119320 118627 118737 117911  total = 32.148438 per ms 
RESULT: 16 switches 9 tests min/max/avg/stdev = 32148.44/35807.97/34411.88/11539.56 responses/s</msg>
<arg>${output}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-06-25T02:15:56.051297" elapsed="0.000366"/>
</kw>
<kw name="Should Contain" owner="BuiltIn">
<arg>${output}</arg>
<arg>RESULT</arg>
<doc>Fails if ``container`` does not contain ``item`` one or more times.</doc>
<status status="PASS" start="2026-06-25T02:15:56.051810" elapsed="0.000374"/>
</kw>
<kw name="Get Lines Containing String" owner="String">
<msg time="2026-06-25T02:15:56.052599" level="INFO">1 out of 23 lines matched.</msg>
<msg time="2026-06-25T02:15:56.052698" level="INFO">${result_line} = RESULT: 16 switches 9 tests min/max/avg/stdev = 32148.44/35807.97/34411.88/11539.56 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-06-25T02:15:56.052344" elapsed="0.000379"/>
</kw>
<kw name="Split String" owner="String">
<msg time="2026-06-25T02:15:56.053169" level="INFO">@{results_list} = [ RESULT: | 16 | switches | 9 | tests | min/max/avg/stdev | = | 32148.44/35807.97/34411.88/11539.56 | 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-06-25T02:15:56.052875" elapsed="0.000326"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-06-25T02:15:56.055618" 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-06-25T02:15:56.053359" elapsed="0.002314"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-06-25T02:15:56.058077" level="INFO">32148.44/35807.97/34411.88/11539.56</msg>
<arg>${results_list[7]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-06-25T02:15:56.055819" elapsed="0.002314"/>
</kw>
<kw name="Split String" owner="String">
<msg time="2026-06-25T02:15:56.060472" 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-06-25T02:15:56.058280" elapsed="0.002218"/>
</kw>
<kw name="Split String" owner="String">
<msg time="2026-06-25T02:15:56.062911" level="INFO">@{result_value_list} = [ 32148.44 | 35807.97 | 34411.88 | 11539.56 ]</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-06-25T02:15:56.060689" elapsed="0.002249"/>
</kw>
<kw name="Get Length" owner="BuiltIn">
<msg time="2026-06-25T02:15:56.063423" level="INFO">Length is 4.</msg>
<msg time="2026-06-25T02:15:56.063511" 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-06-25T02:15:56.063105" elapsed="0.000430"/>
</kw>
<for flavor="IN RANGE">
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-06-25T02:15:56.068241" level="INFO">min :: 32148.44</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-06-25T02:15:56.063913" elapsed="0.004384"/>
</kw>
<var name="${i}">0</var>
<status status="PASS" start="2026-06-25T02:15:56.063787" elapsed="0.004545"/>
</iter>
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-06-25T02:15:56.072783" level="INFO">max :: 35807.97</msg>
<arg>${result_name_list[${i}]} :: ${result_value_list[${i}]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-06-25T02:15:56.068541" elapsed="0.004298"/>
</kw>
<var name="${i}">1</var>
<status status="PASS" start="2026-06-25T02:15:56.068417" elapsed="0.004456"/>
</iter>
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-06-25T02:15:56.077361" level="INFO">avg :: 34411.88</msg>
<arg>${result_name_list[${i}]} :: ${result_value_list[${i}]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-06-25T02:15:56.073093" elapsed="0.004324"/>
</kw>
<var name="${i}">2</var>
<status status="PASS" start="2026-06-25T02:15:56.072955" elapsed="0.004496"/>
</iter>
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-06-25T02:15:56.081964" level="INFO">stdev :: 11539.56</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-06-25T02:15:56.077658" elapsed="0.004377"/>
</kw>
<var name="${i}">3</var>
<status status="PASS" start="2026-06-25T02:15:56.077534" elapsed="0.004550"/>
</iter>
<var>${i}</var>
<value>0</value>
<value>${num_stats}</value>
<status status="PASS" start="2026-06-25T02:15:56.063601" elapsed="0.018513"/>
</for>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-06-25T02:15:56.086039" level="INFO">${min} = 32148.44</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-06-25T02:15:56.082269" elapsed="0.003798"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-06-25T02:15:56.089877" level="INFO">${max} = 35807.97</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-06-25T02:15:56.086220" elapsed="0.003684"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-06-25T02:15:56.093960" level="INFO">${average} = 34411.88</msg>
<var>${average}</var>
<arg>${result_value_list[${2}]}</arg>
<doc>Returns the given values which can then be assigned to a variables.</doc>
<status status="PASS" start="2026-06-25T02:15:56.090069" elapsed="0.003918"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-06-25T02:15:56.097918" level="INFO">${stdev} = 11539.56</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-06-25T02:15:56.094154" elapsed="0.003791"/>
</kw>
<kw name="Get Time" owner="BuiltIn">
<msg time="2026-06-25T02:15:56.098466" level="INFO">${date} = 2026-06-25 02:15:56</msg>
<var>${date}</var>
<arg>d,m,s</arg>
<doc>Returns the given time in the requested format.</doc>
<status status="PASS" start="2026-06-25T02:15:56.098119" elapsed="0.000373"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-06-25T02:15:56.099054" level="INFO">CBench Result: 2026-06-25 02:15:56,-m 60000 -M 100 -S 16 -l 10 -D 5000 -p 6633,32148.44,35807.97,34411.88,11539.56</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-06-25T02:15:56.098636" elapsed="0.000474"/>
</kw>
<kw name="Log Results And Determine Status">
<kw name="Append To File" owner="OperatingSystem">
<msg time="2026-06-25T02:15:56.100247" 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-06-25T02:15:56.099747" 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-06-25T02:15:56.100464" elapsed="0.000452"/>
</kw>
<arg>${min}</arg>
<arg>${max}</arg>
<arg>${average}</arg>
<arg>${average_threshold}</arg>
<arg>${output_filename}</arg>
<status status="PASS" start="2026-06-25T02:15:56.099276" elapsed="0.001703"/>
</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-06-25T02:05:49.431590" elapsed="606.669465"/>
</kw>
<kw name="Sleep" owner="BuiltIn">
<msg time="2026-06-25T02:15:56.101517" 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-06-25T02:15:56.101202" elapsed="0.000371"/>
</kw>
<kw name="Report Failure Due To Bug" owner="Utils" type="TEARDOWN">
<kw name="Evaluate" owner="BuiltIn">
<msg time="2026-06-25T02:15:56.102787" 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-06-25T02:15:56.102298" elapsed="0.000515"/>
</kw>
<if>
<branch type="IF" condition="('${TEST_STATUS}' != 'FAIL') or ${test_skipped}">
<return>
<status status="PASS" start="2026-06-25T02:15:56.103047" elapsed="0.000031"/>
</return>
<status status="PASS" start="2026-06-25T02:15:56.102887" elapsed="0.000222"/>
</branch>
<status status="PASS" start="2026-06-25T02:15:56.102868" elapsed="0.000266"/>
</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-06-25T02:15:56.103275" 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-06-25T02:15:56.103428" 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-06-25T02:15:56.103586" 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-06-25T02:15:56.103777" elapsed="0.000020"/>
</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-06-25T02:15:56.103925" elapsed="0.000020"/>
</kw>
<kw name="Set Test Message" owner="BuiltIn">
<arg>${msg}${newline}${newline}${TEST_MESSAGE}</arg>
<doc>Sets message for the current test case.</doc>
<status status="NOT RUN" start="2026-06-25T02:15:56.104084" 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-06-25T02:15:56.104227" 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-06-25T02:15:56.104444" elapsed="0.000019"/>
</kw>
<status status="NOT RUN" start="2026-06-25T02:15:56.104309" elapsed="0.000185"/>
</branch>
<status status="NOT RUN" start="2026-06-25T02:15:56.104293" elapsed="0.000224"/>
</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-06-25T02:15:56.101954" elapsed="0.002614"/>
</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-06-25T02:05:49.430303" elapsed="606.674312"/>
</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-06-25T01:45:33.598614" elapsed="1822.506443"/>
</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>
