<?xml version="1.0" encoding="UTF-8"?>
<robot generator="Robot 7.4.2 (Python 3.11.10 on linux)" generated="2026-06-17T01:55:15.415641" 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-17T01:55:15.987864" elapsed="0.000024"/>
</return>
<status status="NOT RUN" start="2026-06-17T01:55:15.987728" elapsed="0.000209"/>
</branch>
<status status="PASS" start="2026-06-17T01:55:15.987701" elapsed="0.000263"/>
</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-17T01:55:15.988112" elapsed="0.000522"/>
</kw>
<kw name="Login" owner="SSHLibrary">
<msg time="2026-06-17T01:55:15.989123" level="INFO">Logging into '10.30.170.41:8101' as 'karaf'.</msg>
<msg time="2026-06-17T01:55:16.817588" 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-17T01:55:15.988807" elapsed="0.828986"/>
</kw>
<kw name="Write" owner="SSHLibrary">
<msg time="2026-06-17T01:55:16.866693" 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-17T01:55:16.818100" elapsed="0.048662"/>
</kw>
<kw name="Read Until Regexp" owner="SSHLibrary">
<msg time="2026-06-17T01:55:16.868619" level="INFO">[?1l&gt;[?2004l[?1h=[90m~[0m                                                                                [?2004hopendaylight-user@root&gt;</msg>
<msg time="2026-06-17T01:55:16.868743" 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-17T01:55:16.866931" elapsed="0.001843"/>
</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-17T01:55:16.868933" elapsed="0.000206"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-06-17T01:55:16.869324" elapsed="0.000239"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-06-17T01:55:16.870053" 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-17T01:55:16.869714" elapsed="0.000391"/>
</kw>
<return>
<value>${output}</value>
<status status="PASS" start="2026-06-17T01:55:16.870157" elapsed="0.000058"/>
</return>
<arg>log:set ${log_level}</arg>
<doc>Will execute the given ${cmd} by ssh'ing to the karaf console running on 10.30.170.41
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-17T01:55:15.987338" elapsed="0.883028"/>
</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-17T01:55:15.983781" elapsed="0.886653"/>
</kw>
<kw name="Append To File" owner="OperatingSystem">
<msg time="2026-06-17T01:55:16.871056" 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-17T01:55:16.870626" elapsed="0.000489"/>
</kw>
<kw name="Append To File" owner="OperatingSystem">
<msg time="2026-06-17T01:55:16.871540" 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-17T01:55:16.871271" elapsed="0.000325"/>
</kw>
<kw name="Evaluate" owner="BuiltIn">
<msg time="2026-06-17T01:55:16.872170" 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-17T01:55:16.871751" elapsed="0.000447"/>
</kw>
<kw name="Set Suite Variable" owner="BuiltIn">
<msg time="2026-06-17T01:55:16.872727" 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-17T01:55:16.872389" elapsed="0.000380"/>
</kw>
<kw name="Evaluate" owner="BuiltIn">
<msg time="2026-06-17T01:55:16.873296" 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-17T01:55:16.872914" elapsed="0.000409"/>
</kw>
<kw name="Set Suite Variable" owner="BuiltIn">
<msg time="2026-06-17T01:55:16.873815" 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-17T01:55:16.873502" elapsed="0.000355"/>
</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-17T01:55:16.874170" elapsed="0.000022"/>
</kw>
<status status="NOT RUN" start="2026-06-17T01:55:16.873951" elapsed="0.000274"/>
</branch>
<branch type="ELSE">
<kw name="Verify File Exists On Remote System" owner="Utils">
<kw name="Open Connection" owner="SSHLibrary">
<msg time="2026-06-17T01:55:16.878637" 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-17T01:55:16.878206" elapsed="0.000458"/>
</kw>
<kw name="Flexible_SSH_Login" owner="SSHKeywords">
<kw name="Get Length" owner="BuiltIn">
<msg time="2026-06-17T01:55:16.879983" level="INFO">Length is 0.</msg>
<msg time="2026-06-17T01:55:16.880070" 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-17T01:55:16.879223" elapsed="0.000871"/>
</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-17T01:55:16.880244" elapsed="0.000374"/>
</kw>
<kw name="Run Keyword And Return" owner="BuiltIn">
<kw name="Login With Public Key" owner="SSHLibrary">
<msg time="2026-06-17T01:55:16.881701" level="INFO">Logging into '10.30.171.30:22' as 'jenkins'.</msg>
<msg time="2026-06-17T01:55:17.579291" level="INFO">Read output: Welcome to Ubuntu 22.04.5 LTS (GNU/Linux 5.15.0-153-generic x86_64)

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

 System information as of Wed Jun 17 01:55:17 UTC 2026

  System load:  0.03               Processes:             109
  Usage of /:   19.3% of 38.58GB   Users logged in:       0
  Memory usage: 4%                 IPv4 address for ens3: 10.30.171.30
  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-752-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-17T01:55:16.881145" elapsed="0.698327"/>
</kw>
<msg time="2026-06-17T01:55:17.579570" 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-17T01:55:16.880774" elapsed="0.698896"/>
</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-17T01:55:16.878871" elapsed="0.700928"/>
</kw>
<kw name="File Should Exist" owner="SSHLibrary">
<msg time="2026-06-17T01:55:17.588433" 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-17T01:55:17.580032" elapsed="0.010086"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-06-17T01:55:17.590546" elapsed="0.000581"/>
</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-17T01:55:16.877678" elapsed="0.713585"/>
</kw>
<status status="PASS" start="2026-06-17T01:55:16.874310" elapsed="0.717065"/>
</branch>
<status status="PASS" start="2026-06-17T01:55:16.873924" elapsed="0.717525"/>
</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-17T01:55:17.591779" elapsed="0.001079"/>
</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-17T01:55:17.599935" elapsed="0.000021"/>
</return>
<status status="NOT RUN" start="2026-06-17T01:55:17.599812" elapsed="0.000180"/>
</branch>
<status status="PASS" start="2026-06-17T01:55:17.599785" elapsed="0.000232"/>
</if>
<kw name="Issue_Command_On_Karaf_Console" owner="KarafKeywords">
<if>
<branch type="IF" condition="'${IS_KARAF_APPL}' == 'False'">
<return>
<value>Not A Karaf App</value>
<status status="NOT RUN" start="2026-06-17T01:55:17.603590" elapsed="0.000015"/>
</return>
<status status="NOT RUN" start="2026-06-17T01:55:17.603476" elapsed="0.000161"/>
</branch>
<status status="PASS" start="2026-06-17T01:55:17.603456" elapsed="0.000204"/>
</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-17T01:55:17.603789" elapsed="0.000439"/>
</kw>
<kw name="Login" owner="SSHLibrary">
<msg time="2026-06-17T01:55:17.604648" level="INFO">Logging into '10.30.170.41:8101' as 'karaf'.</msg>
<msg time="2026-06-17T01:55:17.807595" 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-17T01:55:17.604388" elapsed="0.203308"/>
</kw>
<kw name="Write" owner="SSHLibrary">
<msg time="2026-06-17T01:55:17.897437" 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-17T01:55:17.807879" elapsed="0.089642"/>
</kw>
<kw name="Read Until Regexp" owner="SSHLibrary">
<msg time="2026-06-17T01:55:17.914967" 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-17T01:55:17.915188" 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-17T01:55:17.897684" elapsed="0.017537"/>
</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-17T01:55:17.915396" elapsed="0.000221"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-06-17T01:55:17.915776" elapsed="0.000230"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-06-17T01:55:17.916492" 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-17T01:55:17.916150" elapsed="0.000399"/>
</kw>
<return>
<value>${output}</value>
<status status="PASS" start="2026-06-17T01:55:17.916600" elapsed="0.000055"/>
</return>
<msg time="2026-06-17T01:55:17.916806" level="INFO">${output} = [?1l&gt;[?2004l[31;1modl-openflowplugin-drop-test[0m                                    x 0.20.2           x x        x Started x [31;1modl-openflowplugin-drop-test[0m                     ...</msg>
<var>${output}</var>
<arg>feature:list -i | grep ${feature_name}</arg>
<arg>${controller}</arg>
<arg>${karaf_port}</arg>
<doc>Will execute the given ${cmd} by ssh'ing to the karaf console running on 10.30.170.41
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-17T01:55:17.603104" elapsed="0.313734"/>
</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-17T01:55:17.916987" elapsed="0.000566"/>
</kw>
<return>
<value>${output}</value>
<status status="PASS" start="2026-06-17T01:55:17.917629" elapsed="0.000033"/>
</return>
<arg>odl-openflowplugin-drop-test</arg>
<doc>Will Succeed if the given ${feature_name} is found in the output of "feature:list -i"</doc>
<status status="PASS" start="2026-06-17T01:55:17.599489" elapsed="0.318274"/>
</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-17T01:55:17.921591" elapsed="0.000018"/>
</return>
<status status="NOT RUN" start="2026-06-17T01:55:17.921400" elapsed="0.000243"/>
</branch>
<status status="PASS" start="2026-06-17T01:55:17.921374" elapsed="0.000295"/>
</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-17T01:55:17.921802" elapsed="0.000449"/>
</kw>
<kw name="Login" owner="SSHLibrary">
<msg time="2026-06-17T01:55:17.922681" level="INFO">Logging into '10.30.170.41:8101' as 'karaf'.</msg>
<msg time="2026-06-17T01:55:18.137038" 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-17T01:55:17.922420" elapsed="0.214794"/>
</kw>
<kw name="Write" owner="SSHLibrary">
<msg time="2026-06-17T01:55:18.165395" 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-17T01:55:18.137512" elapsed="0.028023"/>
</kw>
<kw name="Read Until Regexp" owner="SSHLibrary">
<msg time="2026-06-17T01:55:18.167527" level="INFO">[?1l&gt;[?2004lDropAllFlows transitions to on
[?1h=[90m~[0m                                                                                [?2004hopendaylight-user@root&gt;</msg>
<msg time="2026-06-17T01:55:18.167642" 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-17T01:55:18.165844" elapsed="0.001827"/>
</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-17T01:55:18.167808" elapsed="0.000268"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-06-17T01:55:18.168223" elapsed="0.000239"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-06-17T01:55:18.168942" 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-17T01:55:18.168604" elapsed="0.000387"/>
</kw>
<return>
<value>${output}</value>
<status status="PASS" start="2026-06-17T01:55:18.169046" elapsed="0.000065"/>
</return>
<arg>dropallpacketsrpc on</arg>
<doc>Will execute the given ${cmd} by ssh'ing to the karaf console running on 10.30.170.41
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-17T01:55:17.921044" elapsed="0.248194"/>
</kw>
<status status="PASS" start="2026-06-17T01:55:15.981789" elapsed="2.187517"/>
</kw>
<test id="s1-t1" name="Cbench Latency Test" line="37">
<kw name="Log" owner="BuiltIn">
<msg time="2026-06-17T01:55:18.171558" 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-17T01:55:18.170247" elapsed="0.001377"/>
</kw>
<kw name="Run Cbench And Log Results">
<kw name="Set Suite Variable" owner="BuiltIn">
<msg time="2026-06-17T01:55:18.173097" 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-17T01:55:18.172746" elapsed="0.000393"/>
</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-17T01:55:18.173496" elapsed="0.000022"/>
</kw>
<status status="NOT RUN" start="2026-06-17T01:55:18.173222" elapsed="0.000333"/>
</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-17T01:55:18.176554" elapsed="0.000021"/>
</kw>
<status status="NOT RUN" start="2026-06-17T01:55:18.176281" elapsed="0.000330"/>
</branch>
<status status="PASS" start="2026-06-17T01:55:18.176261" elapsed="0.000380"/>
</if>
<kw name="Get Connection" owner="SSHLibrary">
<msg time="2026-06-17T01:55:18.176986" 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-17T01:55:18.177111" 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-17T01:55:18.176775" elapsed="0.000363"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-06-17T01:55:18.177732" level="INFO">Attempting to execute command "/usr/local/bin/cbench -c 10.30.170.41 -m 60000 -M 100 -S 16 -l 10 -D 5000 -p 6633" on remote system "10.30.171.30" 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-17T01:55:18.177275" elapsed="0.000517"/>
</kw>
<kw name="Open Connection" owner="SSHLibrary">
<msg time="2026-06-17T01:55:18.178425" 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-17T01:55:18.177933" elapsed="0.000519"/>
</kw>
<kw name="Flexible_SSH_Login" owner="SSHKeywords">
<kw name="Get Length" owner="BuiltIn">
<msg time="2026-06-17T01:55:18.179379" level="INFO">Length is 0.</msg>
<msg time="2026-06-17T01:55:18.179471" 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-17T01:55:18.179033" elapsed="0.000462"/>
</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-17T01:55:18.179639" elapsed="0.000333"/>
</kw>
<kw name="Run Keyword And Return" owner="BuiltIn">
<kw name="Login With Public Key" owner="SSHLibrary">
<msg time="2026-06-17T01:55:18.180847" level="INFO">Logging into '10.30.171.30:22' as 'jenkins'.</msg>
<msg time="2026-06-17T01:55:18.545762" level="INFO">Read output: Welcome to Ubuntu 22.04.5 LTS (GNU/Linux 5.15.0-153-generic x86_64)

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

 System information as of Wed Jun 17 01:55:17 UTC 2026

  System load:  0.03               Processes:             109
  Usage of /:   19.3% of 38.58GB   Users logged in:       0
  Memory usage: 4%                 IPv4 address for ens3: 10.30.171.30
  Swap usage:   0%


Expanded Security Maintenance for Applications is not enabled.

0 updates can be applied immediately.

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


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


Last login: Wed Jun 17 01:55:17 2026 from 10.30.171.176
[?2004h[jenkins@releng-48317-752-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-17T01:55:18.180491" elapsed="0.365490"/>
</kw>
<msg time="2026-06-17T01:55:18.546077" 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-17T01:55:18.180126" elapsed="0.366049"/>
</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-17T01:55:18.178655" elapsed="0.367650"/>
</kw>
<kw name="Execute Command" owner="SSHLibrary">
<msg time="2026-06-17T01:55:18.546897" level="INFO">Executing command '/usr/local/bin/cbench -c 10.30.170.41 -m 60000 -M 100 -S 16 -l 10 -D 5000 -p 6633'.</msg>
<msg time="2026-06-17T02:05:24.670211" level="INFO">Command exited with return code 0.</msg>
<msg time="2026-06-17T02:05:24.670875" level="INFO">${stdout} = </msg>
<msg time="2026-06-17T02:05:24.670986" level="INFO">${stderr} = cbench: controller benchmarking tool
   running in mode 'latency'
   connecting to controller at 10.30.170.41: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-17T01:55:18.546568" elapsed="606.124477"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-06-17T02:05:24.671540" elapsed="0.000697"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-06-17T02:05:24.673423" level="INFO">cbench: controller benchmarking tool
   running in mode 'latency'
   connecting to controller at 10.30.170.41:6633 
   faking 16 switches with 1 threads :: 10 tests each; 60000 ms per test
   with 100 unique source MACs per switch
   learning destination mac addresses before the test
   starting test with 5000 ms delay after features_reply
   ignoring first 1 "warmup" and last 0 "cooldown" loops
   debugging info is off
Master Thread: Creating thread-0! 
Thread-0: All switches initialized. Running at node 10.30.170.41. 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:23.761 16  switches: flows:  111399 111821 111949 106969 111257 109179 108725 105942 107536 106076 106399 107133 106469 108211 108775 103375  total = 28.853583 per ms 
01:57:23.861 16  switches: flows:  124070 126086 126005 124706 124890 122073 123674 122313 119177 117565 119022 123887 118856 121045 122032 118249  total = 32.506560 per ms 
01:58:23.962 16  switches: flows:  124514 126035 125501 121440 124885 124205 121858 120888 121277 118600 119507 123243 118578 121208 119287 118877  total = 32.444139 per ms 
01:59:24.062 16  switches: flows:  126840 125943 127378 123477 126189 123884 123367 120644 120043 116919 118578 122772 119348 122154 122027 118670  total = 32.582789 per ms 
02:00:24.164 16  switches: flows:  128748 128366 129964 125235 127758 123985 123361 123310 120913 119204 120150 125204 122310 123999 123194 120396  total = 33.046158 per ms 
02:01:24.265 16  switches: flows:  130473 129027 131120 127716 128977 127127 126876 124265 122136 122168 122864 126816 121312 124559 125661 122823  total = 33.509299 per ms 
02:02:24.367 16  switches: flows:  126596 126639 126414 123963 127153 124436 123520 121343 122002 119144 118788 123228 121828 122617 122027 120364  total = 32.779595 per ms 
02:03:24.468 16  switches: flows:  123836 124924 124055 126011 124114 124214 124351 122682 121885 117255 119281 119664 121633 121269 119538 119268  total = 32.512012 per ms 
02:04:24.568 16  switches: flows:  125666 127658 125627 126211 125248 123105 124352 123909 123540 120484 120172 122389 121286 121300 120727 120477  total = 32.814356 per ms 
02:05:24.668 16  switches: flows:  121284 123030 123170 121695 121825 120353 120945 120278 118984 118023 118869 119096 116667 119850 115512 117084  total = 31.891211 per ms 
RESULT: 16 switches 9 tests min/max/avg/stdev = 31891.21/33509.30/32676.24/10900.21 responses/s</msg>
<arg>${stderr}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-06-17T02:05:24.672625" elapsed="0.001104"/>
</kw>
<if>
<branch type="IF" condition="&quot;${return_stdout}&quot;!=&quot;True&quot;">
<return>
<value>${stderr}</value>
<status status="PASS" start="2026-06-17T02:05:24.674243" elapsed="0.000086"/>
</return>
<status status="PASS" start="2026-06-17T02:05:24.673930" elapsed="0.000520"/>
</branch>
<status status="PASS" start="2026-06-17T02:05:24.673863" elapsed="0.000644"/>
</if>
<if>
<branch type="IF" condition="&quot;${return_stderr}&quot;!=&quot;True&quot;">
<return>
<value>${stdout}</value>
<status status="NOT RUN" start="2026-06-17T02:05:24.674719" elapsed="0.000030"/>
</return>
<status status="NOT RUN" start="2026-06-17T02:05:24.674638" elapsed="0.000172"/>
</branch>
<status status="NOT RUN" start="2026-06-17T02:05:24.674603" elapsed="0.000255"/>
</if>
<return>
<value>${stdout}</value>
<value>${stderr}</value>
<status status="NOT RUN" start="2026-06-17T02:05:24.674931" 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-17T02:05:24.678890" elapsed="0.000330"/>
</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-17T02:05:24.679382" elapsed="0.000172"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-06-17T02:05:24.679685" elapsed="0.000099"/>
</kw>
<arg>${current_ssh_connection.index}</arg>
<doc>Restore active SSH connection in SSHLibrary to given index.</doc>
<status status="PASS" start="2026-06-17T02:05:24.675646" elapsed="0.004191"/>
</kw>
<msg time="2026-06-17T02:05:24.679966" level="INFO">${output} = cbench: controller benchmarking tool
   running in mode 'latency'
   connecting to controller at 10.30.170.41: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-17T01:55:18.173944" elapsed="606.506049"/>
</kw>
<status status="PASS" start="2026-06-17T01:55:18.173618" elapsed="606.506424"/>
</branch>
<status status="PASS" start="2026-06-17T01:55:18.173198" elapsed="606.506868"/>
</if>
<kw name="Log" owner="BuiltIn">
<msg time="2026-06-17T02:05:24.680523" level="INFO">cbench: controller benchmarking tool
   running in mode 'latency'
   connecting to controller at 10.30.170.41:6633 
   faking 16 switches with 1 threads :: 10 tests each; 60000 ms per test
   with 100 unique source MACs per switch
   learning destination mac addresses before the test
   starting test with 5000 ms delay after features_reply
   ignoring first 1 "warmup" and last 0 "cooldown" loops
   debugging info is off
Master Thread: Creating thread-0! 
Thread-0: All switches initialized. Running at node 10.30.170.41. 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:23.761 16  switches: flows:  111399 111821 111949 106969 111257 109179 108725 105942 107536 106076 106399 107133 106469 108211 108775 103375  total = 28.853583 per ms 
01:57:23.861 16  switches: flows:  124070 126086 126005 124706 124890 122073 123674 122313 119177 117565 119022 123887 118856 121045 122032 118249  total = 32.506560 per ms 
01:58:23.962 16  switches: flows:  124514 126035 125501 121440 124885 124205 121858 120888 121277 118600 119507 123243 118578 121208 119287 118877  total = 32.444139 per ms 
01:59:24.062 16  switches: flows:  126840 125943 127378 123477 126189 123884 123367 120644 120043 116919 118578 122772 119348 122154 122027 118670  total = 32.582789 per ms 
02:00:24.164 16  switches: flows:  128748 128366 129964 125235 127758 123985 123361 123310 120913 119204 120150 125204 122310 123999 123194 120396  total = 33.046158 per ms 
02:01:24.265 16  switches: flows:  130473 129027 131120 127716 128977 127127 126876 124265 122136 122168 122864 126816 121312 124559 125661 122823  total = 33.509299 per ms 
02:02:24.367 16  switches: flows:  126596 126639 126414 123963 127153 124436 123520 121343 122002 119144 118788 123228 121828 122617 122027 120364  total = 32.779595 per ms 
02:03:24.468 16  switches: flows:  123836 124924 124055 126011 124114 124214 124351 122682 121885 117255 119281 119664 121633 121269 119538 119268  total = 32.512012 per ms 
02:04:24.568 16  switches: flows:  125666 127658 125627 126211 125248 123105 124352 123909 123540 120484 120172 122389 121286 121300 120727 120477  total = 32.814356 per ms 
02:05:24.668 16  switches: flows:  121284 123030 123170 121695 121825 120353 120945 120278 118984 118023 118869 119096 116667 119850 115512 117084  total = 31.891211 per ms 
RESULT: 16 switches 9 tests min/max/avg/stdev = 31891.21/33509.30/32676.24/10900.21 responses/s</msg>
<arg>${output}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-06-17T02:05:24.680213" elapsed="0.000384"/>
</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-17T02:05:24.680746" elapsed="0.000371"/>
</kw>
<kw name="Get Lines Containing String" owner="String">
<msg time="2026-06-17T02:05:24.681543" level="INFO">1 out of 23 lines matched.</msg>
<msg time="2026-06-17T02:05:24.681636" level="INFO">${result_line} = RESULT: 16 switches 9 tests min/max/avg/stdev = 31891.21/33509.30/32676.24/10900.21 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-17T02:05:24.681289" elapsed="0.000372"/>
</kw>
<kw name="Split String" owner="String">
<msg time="2026-06-17T02:05:24.682088" level="INFO">@{results_list} = [ RESULT: | 16 | switches | 9 | tests | min/max/avg/stdev | = | 31891.21/33509.30/32676.24/10900.21 | 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-17T02:05:24.681832" elapsed="0.000284"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-06-17T02:05:24.684530" 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-17T02:05:24.682262" elapsed="0.002328"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-06-17T02:05:24.686956" level="INFO">31891.21/33509.30/32676.24/10900.21</msg>
<arg>${results_list[7]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-06-17T02:05:24.684739" elapsed="0.002273"/>
</kw>
<kw name="Split String" owner="String">
<msg time="2026-06-17T02:05:24.689400" 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-17T02:05:24.687162" elapsed="0.002267"/>
</kw>
<kw name="Split String" owner="String">
<msg time="2026-06-17T02:05:24.691829" level="INFO">@{result_value_list} = [ 31891.21 | 33509.30 | 32676.24 | 10900.21 ]</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-17T02:05:24.689616" elapsed="0.002240"/>
</kw>
<kw name="Get Length" owner="BuiltIn">
<msg time="2026-06-17T02:05:24.692326" level="INFO">Length is 4.</msg>
<msg time="2026-06-17T02:05:24.692430" 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-17T02:05:24.692010" elapsed="0.000445"/>
</kw>
<for flavor="IN RANGE">
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-06-17T02:05:24.697152" level="INFO">min :: 31891.21</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-17T02:05:24.692864" elapsed="0.004345"/>
</kw>
<var name="${i}">0</var>
<status status="PASS" start="2026-06-17T02:05:24.692733" elapsed="0.004526"/>
</iter>
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-06-17T02:05:24.701807" level="INFO">max :: 33509.30</msg>
<arg>${result_name_list[${i}]} :: ${result_value_list[${i}]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-06-17T02:05:24.697495" elapsed="0.004368"/>
</kw>
<var name="${i}">1</var>
<status status="PASS" start="2026-06-17T02:05:24.697366" elapsed="0.004531"/>
</iter>
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-06-17T02:05:24.706448" level="INFO">avg :: 32676.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-17T02:05:24.702113" elapsed="0.004391"/>
</kw>
<var name="${i}">2</var>
<status status="PASS" start="2026-06-17T02:05:24.701986" elapsed="0.004552"/>
</iter>
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-06-17T02:05:24.711068" level="INFO">stdev :: 10900.21</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-17T02:05:24.706756" elapsed="0.004370"/>
</kw>
<var name="${i}">3</var>
<status status="PASS" start="2026-06-17T02:05:24.706629" elapsed="0.004531"/>
</iter>
<var>${i}</var>
<value>0</value>
<value>${num_stats}</value>
<status status="PASS" start="2026-06-17T02:05:24.692522" elapsed="0.018671"/>
</for>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-06-17T02:05:24.715201" level="INFO">${min} = 31891.21</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-17T02:05:24.711367" elapsed="0.003861"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-06-17T02:05:24.719311" level="INFO">${max} = 33509.30</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-17T02:05:24.715401" elapsed="0.003936"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-06-17T02:05:24.723459" level="INFO">${average} = 32676.24</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-17T02:05:24.719505" elapsed="0.003981"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-06-17T02:05:24.727468" level="INFO">${stdev} = 10900.21</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-17T02:05:24.723651" elapsed="0.003844"/>
</kw>
<kw name="Get Time" owner="BuiltIn">
<msg time="2026-06-17T02:05:24.728015" level="INFO">${date} = 2026-06-17 02:05:24</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-17T02:05:24.727655" elapsed="0.000386"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-06-17T02:05:24.728611" level="INFO">CBench Result: 2026-06-17 02:05:24,-m 60000 -M 100 -S 16 -l 10 -D 5000 -p 6633,31891.21,33509.30,32676.24,10900.21</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-17T02:05:24.728188" elapsed="0.000478"/>
</kw>
<kw name="Log Results And Determine Status">
<kw name="Append To File" owner="OperatingSystem">
<msg time="2026-06-17T02:05:24.729725" 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-17T02:05:24.729289" elapsed="0.000505"/>
</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-17T02:05:24.729944" elapsed="0.000474"/>
</kw>
<arg>${min}</arg>
<arg>${max}</arg>
<arg>${average}</arg>
<arg>${average_threshold}</arg>
<arg>${output_filename}</arg>
<status status="PASS" start="2026-06-17T02:05:24.728806" 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-17T01:55:18.172073" elapsed="606.558470"/>
</kw>
<kw name="Sleep" owner="BuiltIn">
<msg time="2026-06-17T02:05:24.731023" 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-17T02:05:24.730693" elapsed="0.000387"/>
</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-17T02:05:24.731606" elapsed="0.000266"/>
</kw>
<status status="PASS" start="2026-06-17T02:05:24.731286" elapsed="0.000658"/>
</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-17T01:55:18.169498" elapsed="606.562483"/>
</test>
<test id="s1-t2" name="Cbench Throughput Test" line="51">
<kw name="Log" owner="BuiltIn">
<msg time="2026-06-17T02:05:24.733249" 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-17T02:05:24.732856" elapsed="0.000454"/>
</kw>
<kw name="Run Cbench And Log Results">
<kw name="Set Suite Variable" owner="BuiltIn">
<msg time="2026-06-17T02:05:24.734574" 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-17T02:05:24.734228" elapsed="0.000389"/>
</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-17T02:05:24.734966" elapsed="0.000022"/>
</kw>
<status status="NOT RUN" start="2026-06-17T02:05:24.734743" 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-17T02:05:24.737921" elapsed="0.000021"/>
</kw>
<status status="NOT RUN" start="2026-06-17T02:05:24.737676" elapsed="0.000301"/>
</branch>
<status status="PASS" start="2026-06-17T02:05:24.737657" elapsed="0.000344"/>
</if>
<kw name="Get Connection" owner="SSHLibrary">
<msg time="2026-06-17T02:05:24.738331" 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-17T02:05:24.738465" 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-17T02:05:24.738129" elapsed="0.000362"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-06-17T02:05:24.739043" level="INFO">Attempting to execute command "/usr/local/bin/cbench -c 10.30.170.41 -t -m 60000 -M 100 -S 16 -l 10 -D 5000 -p 6633" on remote system "10.30.171.30" 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-17T02:05:24.738627" elapsed="0.000473"/>
</kw>
<kw name="Open Connection" owner="SSHLibrary">
<msg time="2026-06-17T02:05:24.739644" 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-17T02:05:24.739238" elapsed="0.000432"/>
</kw>
<kw name="Flexible_SSH_Login" owner="SSHKeywords">
<kw name="Get Length" owner="BuiltIn">
<msg time="2026-06-17T02:05:24.740578" level="INFO">Length is 0.</msg>
<msg time="2026-06-17T02:05:24.740665" 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-17T02:05:24.740247" elapsed="0.000442"/>
</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-17T02:05:24.740830" elapsed="0.000317"/>
</kw>
<kw name="Run Keyword And Return" owner="BuiltIn">
<kw name="Login With Public Key" owner="SSHLibrary">
<msg time="2026-06-17T02:05:24.742024" level="INFO">Logging into '10.30.171.30:22' as 'jenkins'.</msg>
<msg time="2026-06-17T02:05:25.338097" level="INFO">Read output: Welcome to Ubuntu 22.04.5 LTS (GNU/Linux 5.15.0-153-generic x86_64)

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

 System information as of Wed Jun 17 02:05:24 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.171.30
  Swap usage:   0%


Expanded Security Maintenance for Applications is not enabled.

0 updates can be applied immediately.

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


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


Last login: Wed Jun 17 01:55:18 2026 from 10.30.171.176
[?2004h[jenkins@releng-48317-752-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-17T02:05:24.741676" elapsed="0.596633"/>
</kw>
<msg time="2026-06-17T02:05:25.338424" 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-17T02:05:24.741317" elapsed="0.597205"/>
</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-17T02:05:24.739874" elapsed="0.598775"/>
</kw>
<kw name="Execute Command" owner="SSHLibrary">
<msg time="2026-06-17T02:05:25.339257" level="INFO">Executing command '/usr/local/bin/cbench -c 10.30.170.41 -t -m 60000 -M 100 -S 16 -l 10 -D 5000 -p 6633'.</msg>
<msg time="2026-06-17T02:12:02.439684" level="INFO">Command exited with return code 1.</msg>
<msg time="2026-06-17T02:12:02.440220" level="INFO">${stdout} = </msg>
<msg time="2026-06-17T02:12:02.440326" level="INFO">${stderr} = cbench: controller benchmarking tool
   running in mode 'throughput'
   connecting to controller at 10.30.170.41:6633 
   faking 16 switches with 1 threads :: 10 tests each; 60000 ms per test
   with ...</msg>
<var>${stdout}</var>
<var>${stderr}</var>
<arg>${cmd}</arg>
<arg>return_stderr=True</arg>
<doc>Executes ``command`` on the remote machine and returns its outputs.</doc>
<status status="PASS" start="2026-06-17T02:05:25.338901" elapsed="397.101515"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-06-17T02:12:02.440882" elapsed="0.000843"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-06-17T02:12:02.442892" level="INFO">cbench: controller benchmarking tool
   running in mode 'throughput'
   connecting to controller at 10.30.170.41:6633 
   faking 16 switches with 1 threads :: 10 tests each; 60000 ms per test
   with 100 unique source MACs per switch
   learning destination mac addresses before the test
   starting test with 5000 ms delay after features_reply
   ignoring first 1 "warmup" and last 0 "cooldown" loops
   debugging info is off
Master Thread: Creating thread-0! 
Thread-0: All switches initialized. Running at node 10.30.170.41. 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:30.457 16  switches: flows:  452203 460464 460523 449751 469620 464782 457280 451516 453510 457252 444560 469483 458488 454120 451586 450800  total = 121.765633 per ms 
02:07:30.559 16  switches: flows:  305466 394095 306467 447085 448706 392476 450529 442740 454347 381575 450280 450567 442250 455802 440840 448592  total = 111.675470 per ms 
02:08:30.660 16  switches: flows:  483301 458677 488361 489668 488744 485253 488464 487066 486116 481333 483938 488876 490049 492793 483084 486857  total = 129.159500 per ms 
02:09:30.762 16  switches: flows:  543479 544952 544729 546485 536606 535563 539800 535908 542388 544396 535685 550213 539763 538774 534291 533710  total = 143.867923 per ms 
02:10:30.864 16  switches: flows:  596200 579305 595671 588091 599930 597505 593770 586776 587977 588679 599877 594781 587808 590668 561973 594539  total = 157.128728 per ms 
02:11:30.965 16  switches: flows:  585636 592481 589770 582905 586630 591461 592004 585758 594141 587072 580760 583832 578488 583395 586898 585413  total = 156.181627 per ms 
controller msgbuf_read() = 0:   closed connection ... exiting</msg>
<arg>${stderr}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-06-17T02:12:02.442089" elapsed="0.001081"/>
</kw>
<if>
<branch type="IF" condition="&quot;${return_stdout}&quot;!=&quot;True&quot;">
<return>
<value>${stderr}</value>
<status status="PASS" start="2026-06-17T02:12:02.443701" elapsed="0.000080"/>
</return>
<status status="PASS" start="2026-06-17T02:12:02.443386" elapsed="0.000476"/>
</branch>
<status status="PASS" start="2026-06-17T02:12:02.443298" elapsed="0.000619"/>
</if>
<if>
<branch type="IF" condition="&quot;${return_stderr}&quot;!=&quot;True&quot;">
<return>
<value>${stdout}</value>
<status status="NOT RUN" start="2026-06-17T02:12:02.444119" elapsed="0.000028"/>
</return>
<status status="NOT RUN" start="2026-06-17T02:12:02.444040" elapsed="0.000166"/>
</branch>
<status status="NOT RUN" start="2026-06-17T02:12:02.444006" elapsed="0.000246"/>
</if>
<return>
<value>${stdout}</value>
<value>${stderr}</value>
<status status="NOT RUN" start="2026-06-17T02:12:02.444319" elapsed="0.000056"/>
</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-17T02:12:02.448943" elapsed="0.000521"/>
</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-17T02:12:02.449708" elapsed="0.000247"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-06-17T02:12:02.450157" elapsed="0.000174"/>
</kw>
<arg>${current_ssh_connection.index}</arg>
<doc>Restore active SSH connection in SSHLibrary to given index.</doc>
<status status="PASS" start="2026-06-17T02:12:02.445018" elapsed="0.005417"/>
</kw>
<msg time="2026-06-17T02:12:02.450625" level="INFO">${output} = cbench: controller benchmarking tool
   running in mode 'throughput'
   connecting to controller at 10.30.170.41:6633 
   faking 16 switches with 1 threads :: 10 tests each; 60000 ms per test
   with ...</msg>
<var>${output}</var>
<arg>${cbench_system}</arg>
<arg>${cbench_executable} -c ${ODL_SYSTEM_IP} ${cbench_args}</arg>
<arg>prompt_timeout=${test_timeout}</arg>
<arg>return_stdout=False</arg>
<arg>return_stderr=True</arg>
<doc>Reduces the common work of running a command on a remote system to a single higher level
robot keyword, taking care to log in with a public key and. The command given is written and the return value
depends on the passed argument values of return_stdout (default: True) and return_stderr (default: False).
At least one should be True, or the keyword will exit and FAIL. If both are True, the resulting return value
will be a two element list containing both. Otherwise the resulting return value is a string.
No test conditions are checked.</doc>
<status status="PASS" start="2026-06-17T02:05:24.735371" elapsed="397.715294"/>
</kw>
<status status="PASS" start="2026-06-17T02:05:24.735049" elapsed="397.715688"/>
</branch>
<status status="PASS" start="2026-06-17T02:05:24.734715" elapsed="397.716058"/>
</if>
<kw name="Log" owner="BuiltIn">
<msg time="2026-06-17T02:12:02.451445" level="INFO">cbench: controller benchmarking tool
   running in mode 'throughput'
   connecting to controller at 10.30.170.41:6633 
   faking 16 switches with 1 threads :: 10 tests each; 60000 ms per test
   with 100 unique source MACs per switch
   learning destination mac addresses before the test
   starting test with 5000 ms delay after features_reply
   ignoring first 1 "warmup" and last 0 "cooldown" loops
   debugging info is off
Master Thread: Creating thread-0! 
Thread-0: All switches initialized. Running at node 10.30.170.41. 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:30.457 16  switches: flows:  452203 460464 460523 449751 469620 464782 457280 451516 453510 457252 444560 469483 458488 454120 451586 450800  total = 121.765633 per ms 
02:07:30.559 16  switches: flows:  305466 394095 306467 447085 448706 392476 450529 442740 454347 381575 450280 450567 442250 455802 440840 448592  total = 111.675470 per ms 
02:08:30.660 16  switches: flows:  483301 458677 488361 489668 488744 485253 488464 487066 486116 481333 483938 488876 490049 492793 483084 486857  total = 129.159500 per ms 
02:09:30.762 16  switches: flows:  543479 544952 544729 546485 536606 535563 539800 535908 542388 544396 535685 550213 539763 538774 534291 533710  total = 143.867923 per ms 
02:10:30.864 16  switches: flows:  596200 579305 595671 588091 599930 597505 593770 586776 587977 588679 599877 594781 587808 590668 561973 594539  total = 157.128728 per ms 
02:11:30.965 16  switches: flows:  585636 592481 589770 582905 586630 591461 592004 585758 594141 587072 580760 583832 578488 583395 586898 585413  total = 156.181627 per ms 
controller msgbuf_read() = 0:   closed connection ... exiting</msg>
<arg>${output}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-06-17T02:12:02.450988" elapsed="0.000557"/>
</kw>
<kw name="Should Contain" owner="BuiltIn">
<msg time="2026-06-17T02:12:02.452525" level="FAIL">'cbench: controller benchmarking tool
   running in mode 'throughput'
   connecting to controller at 10.30.170.41:6633 
   faking 16 switches with 1 threads :: 10 tests each; 60000 ms per test
   with 100 unique source MACs per switch
   learning destination mac addresses before the test
   starting test with 5000 ms delay after features_reply
   ignoring first 1 "warmup" and last 0 "cooldown" loops
   debugging info is off
Master Thread: Creating thread-0! 
Thread-0: All switches initialized. Running at node 10.30.170.41. 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:30.457 16  switches: flows:  452203 460464 460523 449751 469620 464782 457280 451516 453510 457252 444560 469483 458488 454120 451586 450800  total = 121.765633 per ms 
02:07:30.559 16  switches: flows:  305466 394095 306467 447085 448706 392476 450529 442740 454347 381575 450280 450567 442250 455802 440840 448592  total = 111.675470 per ms 
02:08:30.660 16  switches: flows:  483301 458677 488361 489668 488744 485253 488464 487066 486116 481333 483938 488876 490049 492793 483084 486857  total = 129.159500 per ms 
02:09:30.762 16  switches: flows:  543479 544952 544729 546485 536606 535563 539800 535908 542388 544396 535685 550213 539763 538774 534291 533710  total = 143.867923 per ms 
02:10:30.864 16  switches: flows:  596200 579305 595671 588091 599930 597505 593770 586776 587977 588679 599877 594781 587808 590668 561973 594539  total = 157.128728 per ms 
02:11:30.965 16  switches: flows:  585636 592481 589770 582905 586630 591461 592004 585758 594141 587072 580760 583832 578488 583395 586898 585413  total = 156.181627 per ms 
controller msgbuf_read() = 0:   closed connection ... exiting' does not contain 'RESULT'</msg>
<arg>${output}</arg>
<arg>RESULT</arg>
<doc>Fails if ``container`` does not contain ``item`` one or more times.</doc>
<status status="FAIL" start="2026-06-17T02:12:02.451768" elapsed="0.001124">'cbench: controller benchmarking tool
   running in mode 'throughput'
   connecting to controller at 10.30.170.41:6633 
   faking 16 switches with 1 threads :: 10 tests each; 60000 ms per test
   with 100 unique source MACs per switch
   learning destination mac addresses before the test
   starting test with 5000 ms delay after features_reply
   ignoring first 1 "warmup" and last 0 "cooldown" loops
   debugging info is off
Master Thread: Creating thread-0! 
Thread-0: All switches initialized. Running at node 10.30.170.41. 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:30.457 16  switches: flows:  452203 460464 460523 449751 469620 464782 457280 451516 453510 457252 444560 469483 458488 454120 451586 450800  total = 121.765633 per ms 
02:07:30.559 16  switches: flows:  305466 394095 306467 447085 448706 392476 450529 442740 454347 381575 450280 450567 442250 455802 440840 448592  total = 111.675470 per ms 
02:08:30.660 16  switches: flows:  483301 458677 488361 489668 488744 485253 488464 487066 486116 481333 483938 488876 490049 492793 483084 486857  total = 129.159500 per ms 
02:09:30.762 16  switches: flows:  543479 544952 544729 546485 536606 535563 539800 535908 542388 544396 535685 550213 539763 538774 534291 533710  total = 143.867923 per ms 
02:10:30.864 16  switches: flows:  596200 579305 595671 588091 599930 597505 593770 586776 587977 588679 599877 594781 587808 590668 561973 594539  total = 157.128728 per ms 
02:11:30.965 16  switches: flows:  585636 592481 589770 582905 586630 591461 592004 585758 594141 587072 580760 583832 578488 583395 586898 585413  total = 156.181627 per ms 
controller msgbuf_read() = 0:   closed connection ... exiting' does not contain 'RESULT'</status>
</kw>
<kw name="Get Lines Containing String" owner="String">
<var>${result_line}</var>
<arg>${output}</arg>
<arg>RESULT</arg>
<doc>Returns lines of the given ``string`` that contain the ``pattern``.</doc>
<status status="NOT RUN" start="2026-06-17T02:12:02.453336" elapsed="0.000063"/>
</kw>
<kw name="Split String" owner="String">
<var>@{results_list}</var>
<arg>${result_line}</arg>
<doc>Splits the ``string`` using ``separator`` as a delimiter string.</doc>
<status status="NOT RUN" start="2026-06-17T02:12:02.453633" elapsed="0.000038"/>
</kw>
<kw name="Log" owner="BuiltIn">
<arg>${results_list[5]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="NOT RUN" start="2026-06-17T02:12:02.453912" elapsed="0.000037"/>
</kw>
<kw name="Log" owner="BuiltIn">
<arg>${results_list[7]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="NOT RUN" start="2026-06-17T02:12:02.454158" elapsed="0.000058"/>
</kw>
<kw name="Split String" owner="String">
<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="NOT RUN" start="2026-06-17T02:12:02.454452" elapsed="0.000032"/>
</kw>
<kw name="Split String" owner="String">
<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="NOT RUN" start="2026-06-17T02:12:02.454702" elapsed="0.000030"/>
</kw>
<kw name="Get Length" owner="BuiltIn">
<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="NOT RUN" start="2026-06-17T02:12:02.454948" elapsed="0.000031"/>
</kw>
<for flavor="IN RANGE">
<iter>
<kw name="Log" owner="BuiltIn">
<arg>${result_name_list[${i}]} :: ${result_value_list[${i}]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="NOT RUN" start="2026-06-17T02:12:02.455371" elapsed="0.000032"/>
</kw>
<var name="${i}"/>
<status status="NOT RUN" start="2026-06-17T02:12:02.455167" elapsed="0.000284"/>
</iter>
<var>${i}</var>
<value>0</value>
<value>${num_stats}</value>
<status status="NOT RUN" start="2026-06-17T02:12:02.455063" elapsed="0.000433"/>
</for>
<kw name="Set Variable" owner="BuiltIn">
<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="NOT RUN" start="2026-06-17T02:12:02.455718" elapsed="0.000030"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<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="NOT RUN" start="2026-06-17T02:12:02.455957" elapsed="0.000029"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<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="NOT RUN" start="2026-06-17T02:12:02.456191" elapsed="0.000030"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<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="NOT RUN" start="2026-06-17T02:12:02.456450" elapsed="0.000029"/>
</kw>
<kw name="Get Time" owner="BuiltIn">
<var>${date}</var>
<arg>d,m,s</arg>
<doc>Returns the given time in the requested format.</doc>
<status status="NOT RUN" start="2026-06-17T02:12:02.456700" elapsed="0.000029"/>
</kw>
<kw name="Log" owner="BuiltIn">
<arg>CBench Result: ${date},${cbench_args},${min},${max},${average},${stdev}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="NOT RUN" start="2026-06-17T02:12:02.456933" elapsed="0.000029"/>
</kw>
<kw name="Log Results And Determine Status">
<arg>${min}</arg>
<arg>${max}</arg>
<arg>${average}</arg>
<arg>${average_threshold}</arg>
<arg>${output_filename}</arg>
<status status="NOT RUN" start="2026-06-17T02:12:02.457156" elapsed="0.000033"/>
</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="FAIL" start="2026-06-17T02:05:24.733633" elapsed="397.723774">'cbench: controller benchmarking tool
   running in mode 'throughput'
   connecting to controller at 10.30.170.41:6633 
   faking 16 switches with 1 threads :: 10 tests each; 60000 ms per test
   with 100 unique source MACs per switch
   learning destination mac addresses before the test
   starting test with 5000 ms delay after features_reply
   ignoring first 1 "warmup" and last 0 "cooldown" loops
   debugging info is off
Master Thread: Creating thread-0! 
Thread-0: All switches initialized. Running at node 10.30.170.41. 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:30.457 16  switches: flows:  452203 460464 460523 449751 469620 464782 457280 451516 453510 457252 444560 469483 458488 454120 451586 450800  total = 121.765633 per ms 
02:07:30.559 16  switches: flows:  305466 394095 306467 447085 448706 392476 450529 442740 454347 381575 450280 450567 442250 455802 440840 448592  total = 111.675470 per ms 
02:08:30.660 16  switches: flows:  483301 458677 488361 489668 488744 485253 488464 487066 486116 481333 483938 488876 490049 492793 483084 486857  total = 129.159500 per ms 
02:09:30.762 16  switches: flows:  543479 544952 544729 546485 536606 535563 539800 535908 542388 544396 535685 550213 539763 538774 534291 533710  total = 143.867923 per ms 
02:10:30.864 16  switches: flows:  596200 579305 595671 588091 599930 597505 593770 586776 587977 588679 599877 594781 587808 590668 561973 594539  total = 157.128728 per ms 
02:11:30.965 16  switches: flows:  585636 592481 589770 582905 586630 591461 592004 585758 594141 587072 580760 583832 578488 583395 586898 585413  total = 156.181627 per ms 
controller msgbuf_read() = 0:   closed connection ... exiting' does not contain 'RESULT'</status>
</kw>
<kw name="Sleep" owner="BuiltIn">
<arg>${test_delay}</arg>
<doc>Pauses the test executed for the given time.</doc>
<status status="NOT RUN" start="2026-06-17T02:12:02.457659" elapsed="0.000031"/>
</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-17T02:12:02.458608" elapsed="0.000273"/>
</kw>
<status status="PASS" start="2026-06-17T02:12:02.458073" elapsed="0.001864"/>
</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="FAIL" start="2026-06-17T02:05:24.732276" elapsed="397.727704">'cbench: controller benchmarking tool
   running in mode 'throughput'
   connecting to controller at 10.30.170.41:6633 
   faking 16 switches with 1 threads :: 10 tests each; 60000 ms per test
   with 100 unique source MACs per switch
   learning destination mac addresses before the test
   starting test with 5000 ms delay after features_reply
   ignoring first 1 "warmup" and last 0 "cooldown" loops
   debugging info is off
Master Thread: Creating thread-0! 
Thread-0: All switches initialized. Running at node 10.30.170.41. 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:30.457 16  switches: flows:  452203 460464 460523 449751 469620 464782 457280 451516 453510 457252 444560 469483 458488 454120 451586 450800  total = 121.765633 per ms 
02:07:30.559 16  switches: flows:  305466 394095 306467 447085 448706 392476 450529 442740 454347 381575 450280 450567 442250 455802 440840 448592  total = 111.675470 per ms 
02:08:30.660 16  switches: flows:  483301 458677 488361 489668 488744 485253 488464 487066 486116 481333 483938 488876 490049 492793 483084 486857  total = 129.159500 per ms 
02:09:30.762 16  switches: flows:  543479 544952 544729 546485 536606 535563 539800 535908 542388 544396 535685 550213 539763 538774 534291 533710  total = 143.867923 per ms 
02:10:30.864 16  switches: flows:  596200 579305 595671 588091 599930 597505 593770 586776 587977 588679 599877 594781 587808 590668 561973 594539  total = 157.128728 per ms 
02:11:30.965 16  switches: flows:  585636 592481 589770 582905 586630 591461 592004 585758 594141 587072 580760 583832 578488 583395 586898 585413  total = 156.181627 per ms 
controller msgbuf_read() = 0:   closed connection ... exiting' does not contain 'RESULT'</status>
</test>
<test id="s1-t3" name="Rerun Latency Test To Check Bug 6176" line="65">
<kw name="Log" owner="BuiltIn">
<msg time="2026-06-17T02:12:02.461275" 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-17T02:12:02.460867" elapsed="0.000468"/>
</kw>
<kw name="Run Cbench And Log Results">
<kw name="Set Suite Variable" owner="BuiltIn">
<msg time="2026-06-17T02:12:02.463026" 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-17T02:12:02.462284" elapsed="0.000789"/>
</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-17T02:12:02.463390" elapsed="0.000023"/>
</kw>
<status status="NOT RUN" start="2026-06-17T02:12:02.463146" elapsed="0.000305"/>
</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-17T02:12:02.466385" elapsed="0.000023"/>
</kw>
<status status="NOT RUN" start="2026-06-17T02:12:02.466096" elapsed="0.000347"/>
</branch>
<status status="PASS" start="2026-06-17T02:12:02.466077" elapsed="0.000391"/>
</if>
<kw name="Get Connection" owner="SSHLibrary">
<msg time="2026-06-17T02:12:02.466801" 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-17T02:12:02.466923" 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-17T02:12:02.466602" elapsed="0.000348"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-06-17T02:12:02.467535" level="INFO">Attempting to execute command "/usr/local/bin/cbench -c 10.30.170.41 -m 60000 -M 100 -S 16 -l 10 -D 5000 -p 6633" on remote system "10.30.171.30" 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-17T02:12:02.467088" elapsed="0.000506"/>
</kw>
<kw name="Open Connection" owner="SSHLibrary">
<msg time="2026-06-17T02:12:02.468174" 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-17T02:12:02.467744" elapsed="0.000502"/>
</kw>
<kw name="Flexible_SSH_Login" owner="SSHKeywords">
<kw name="Get Length" owner="BuiltIn">
<msg time="2026-06-17T02:12:02.469182" level="INFO">Length is 0.</msg>
<msg time="2026-06-17T02:12:02.469272" 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-17T02:12:02.468862" elapsed="0.000434"/>
</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-17T02:12:02.469454" elapsed="0.000337"/>
</kw>
<kw name="Run Keyword And Return" owner="BuiltIn">
<kw name="Login With Public Key" owner="SSHLibrary">
<msg time="2026-06-17T02:12:02.470713" level="INFO">Logging into '10.30.171.30:22' as 'jenkins'.</msg>
<msg time="2026-06-17T02:12:03.077488" level="INFO">Read output: Welcome to Ubuntu 22.04.5 LTS (GNU/Linux 5.15.0-153-generic x86_64)

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

 System information as of Wed Jun 17 02:12:02 UTC 2026

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


Expanded Security Maintenance for Applications is not enabled.

0 updates can be applied immediately.

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


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


Last login: Wed Jun 17 02:05:25 2026 from 10.30.171.176
[?2004h[jenkins@releng-48317-752-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-17T02:12:02.470330" elapsed="0.607379"/>
</kw>
<msg time="2026-06-17T02:12:03.077810" 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-17T02:12:02.469945" elapsed="0.607959"/>
</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-17T02:12:02.468481" elapsed="0.609547"/>
</kw>
<kw name="Execute Command" owner="SSHLibrary">
<msg time="2026-06-17T02:12:03.078662" level="INFO">Executing command '/usr/local/bin/cbench -c 10.30.170.41 -m 60000 -M 100 -S 16 -l 10 -D 5000 -p 6633'.</msg>
<msg time="2026-06-17T02:22:09.185458" level="INFO">Command exited with return code 0.</msg>
<msg time="2026-06-17T02:22:09.186028" level="INFO">${stdout} = </msg>
<msg time="2026-06-17T02:22:09.186132" level="INFO">${stderr} = cbench: controller benchmarking tool
   running in mode 'latency'
   connecting to controller at 10.30.170.41: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-17T02:12:03.078286" elapsed="606.107903"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-06-17T02:22:09.186702" elapsed="0.000764"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-06-17T02:22:09.188716" level="INFO">cbench: controller benchmarking tool
   running in mode 'latency'
   connecting to controller at 10.30.170.41:6633 
   faking 16 switches with 1 threads :: 10 tests each; 60000 ms per test
   with 100 unique source MACs per switch
   learning destination mac addresses before the test
   starting test with 5000 ms delay after features_reply
   ignoring first 1 "warmup" and last 0 "cooldown" loops
   debugging info is off
Master Thread: Creating thread-0! 
Thread-0: All switches initialized. Running at node 10.30.170.41. So far 1 cbench instances have initialized their switches.  Waiting for other cbench-instances
Thread-0: Total switches from ALL cbench-instances initialized.
02:13:08.271 16  switches: flows:  104004 107611 107267 106450 107180 105012 106134 105185 104815 104195 104242 105221 105153 103476 103721 102815  total = 28.041350 per ms 
02:14:08.371 16  switches: flows:  116909 121025 119359 117738 118261 117825 120606 119379 117545 117343 119406 118784 117860 116459 114857 115855  total = 31.434380 per ms 
02:15:08.471 16  switches: flows:  114769 117047 118043 114881 114255 115663 117742 115996 114851 113799 114575 117612 114415 115215 114312 112850  total = 30.715821 per ms 
02:16:08.571 16  switches: flows:  116964 120144 120763 116171 116343 117868 120350 119302 116831 115738 114053 117695 115228 117602 115166 115524  total = 31.210230 per ms 
02:17:08.672 16  switches: flows:  118879 122841 122913 119680 121904 120527 121217 122108 118641 118576 117728 120308 120206 118900 116203 117711  total = 31.919036 per ms 
02:18:08.772 16  switches: flows:  115793 117116 118046 116472 115543 115793 117305 115623 116027 114034 114980 114820 113856 114784 112231 114627  total = 30.732859 per ms 
02:19:08.872 16  switches: flows:  119280 120447 120445 118521 119102 119127 120264 116068 115602 118881 117333 115316 117230 115725 116239 116468  total = 31.381749 per ms 
02:20:08.973 16  switches: flows:  119796 119895 118845 119891 118242 117519 120427 119345 116192 117584 117378 116765 117594 115455 116508 117836  total = 31.435377 per ms 
02:21:09.073 16  switches: flows:  120749 120804 120865 120465 119780 119021 121652 120318 116419 117990 120654 117677 117888 117113 118052 118731  total = 31.749948 per ms 
02:22:09.173 16  switches: flows:  120964 121179 119326 120470 120999 121004 121711 121082 117837 119928 120681 117736 121078 118430 118033 119880  total = 31.952291 per ms 
RESULT: 16 switches 9 tests min/max/avg/stdev = 30715.82/31952.29/31392.41/10472.88 responses/s</msg>
<arg>${stderr}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-06-17T02:22:09.187863" elapsed="0.001144"/>
</kw>
<if>
<branch type="IF" condition="&quot;${return_stdout}&quot;!=&quot;True&quot;">
<return>
<value>${stderr}</value>
<status status="PASS" start="2026-06-17T02:22:09.189549" elapsed="0.000081"/>
</return>
<status status="PASS" start="2026-06-17T02:22:09.189200" elapsed="0.000513"/>
</branch>
<status status="PASS" start="2026-06-17T02:22:09.189134" elapsed="0.000635"/>
</if>
<if>
<branch type="IF" condition="&quot;${return_stderr}&quot;!=&quot;True&quot;">
<return>
<value>${stdout}</value>
<status status="NOT RUN" start="2026-06-17T02:22:09.189974" elapsed="0.000029"/>
</return>
<status status="NOT RUN" start="2026-06-17T02:22:09.189895" elapsed="0.000170"/>
</branch>
<status status="NOT RUN" start="2026-06-17T02:22:09.189860" elapsed="0.000253"/>
</if>
<return>
<value>${stdout}</value>
<value>${stderr}</value>
<status status="NOT RUN" start="2026-06-17T02:22:09.190180" 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-17T02:22:09.196299" elapsed="0.000354"/>
</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-17T02:22:09.196803" elapsed="0.000159"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-06-17T02:22:09.197091" elapsed="0.000093"/>
</kw>
<arg>${current_ssh_connection.index}</arg>
<doc>Restore active SSH connection in SSHLibrary to given index.</doc>
<status status="PASS" start="2026-06-17T02:22:09.190893" elapsed="0.006344"/>
</kw>
<msg time="2026-06-17T02:22:09.197379" level="INFO">${output} = cbench: controller benchmarking tool
   running in mode 'latency'
   connecting to controller at 10.30.170.41: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-17T02:12:02.463798" elapsed="606.733609"/>
</kw>
<status status="PASS" start="2026-06-17T02:12:02.463476" elapsed="606.733980"/>
</branch>
<status status="PASS" start="2026-06-17T02:12:02.463127" elapsed="606.734353"/>
</if>
<kw name="Log" owner="BuiltIn">
<msg time="2026-06-17T02:22:09.197924" level="INFO">cbench: controller benchmarking tool
   running in mode 'latency'
   connecting to controller at 10.30.170.41:6633 
   faking 16 switches with 1 threads :: 10 tests each; 60000 ms per test
   with 100 unique source MACs per switch
   learning destination mac addresses before the test
   starting test with 5000 ms delay after features_reply
   ignoring first 1 "warmup" and last 0 "cooldown" loops
   debugging info is off
Master Thread: Creating thread-0! 
Thread-0: All switches initialized. Running at node 10.30.170.41. So far 1 cbench instances have initialized their switches.  Waiting for other cbench-instances
Thread-0: Total switches from ALL cbench-instances initialized.
02:13:08.271 16  switches: flows:  104004 107611 107267 106450 107180 105012 106134 105185 104815 104195 104242 105221 105153 103476 103721 102815  total = 28.041350 per ms 
02:14:08.371 16  switches: flows:  116909 121025 119359 117738 118261 117825 120606 119379 117545 117343 119406 118784 117860 116459 114857 115855  total = 31.434380 per ms 
02:15:08.471 16  switches: flows:  114769 117047 118043 114881 114255 115663 117742 115996 114851 113799 114575 117612 114415 115215 114312 112850  total = 30.715821 per ms 
02:16:08.571 16  switches: flows:  116964 120144 120763 116171 116343 117868 120350 119302 116831 115738 114053 117695 115228 117602 115166 115524  total = 31.210230 per ms 
02:17:08.672 16  switches: flows:  118879 122841 122913 119680 121904 120527 121217 122108 118641 118576 117728 120308 120206 118900 116203 117711  total = 31.919036 per ms 
02:18:08.772 16  switches: flows:  115793 117116 118046 116472 115543 115793 117305 115623 116027 114034 114980 114820 113856 114784 112231 114627  total = 30.732859 per ms 
02:19:08.872 16  switches: flows:  119280 120447 120445 118521 119102 119127 120264 116068 115602 118881 117333 115316 117230 115725 116239 116468  total = 31.381749 per ms 
02:20:08.973 16  switches: flows:  119796 119895 118845 119891 118242 117519 120427 119345 116192 117584 117378 116765 117594 115455 116508 117836  total = 31.435377 per ms 
02:21:09.073 16  switches: flows:  120749 120804 120865 120465 119780 119021 121652 120318 116419 117990 120654 117677 117888 117113 118052 118731  total = 31.749948 per ms 
02:22:09.173 16  switches: flows:  120964 121179 119326 120470 120999 121004 121711 121082 117837 119928 120681 117736 121078 118430 118033 119880  total = 31.952291 per ms 
RESULT: 16 switches 9 tests min/max/avg/stdev = 30715.82/31952.29/31392.41/10472.88 responses/s</msg>
<arg>${output}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-06-17T02:22:09.197617" elapsed="0.000386"/>
</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-17T02:22:09.198151" elapsed="0.000393"/>
</kw>
<kw name="Get Lines Containing String" owner="String">
<msg time="2026-06-17T02:22:09.198930" level="INFO">1 out of 23 lines matched.</msg>
<msg time="2026-06-17T02:22:09.199020" level="INFO">${result_line} = RESULT: 16 switches 9 tests min/max/avg/stdev = 30715.82/31952.29/31392.41/10472.88 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-17T02:22:09.198705" elapsed="0.000339"/>
</kw>
<kw name="Split String" owner="String">
<msg time="2026-06-17T02:22:09.199490" level="INFO">@{results_list} = [ RESULT: | 16 | switches | 9 | tests | min/max/avg/stdev | = | 30715.82/31952.29/31392.41/10472.88 | 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-17T02:22:09.199212" elapsed="0.000304"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-06-17T02:22:09.201867" 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-17T02:22:09.199660" elapsed="0.002261"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-06-17T02:22:09.204290" level="INFO">30715.82/31952.29/31392.41/10472.88</msg>
<arg>${results_list[7]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-06-17T02:22:09.202071" elapsed="0.002278"/>
</kw>
<kw name="Split String" owner="String">
<msg time="2026-06-17T02:22:09.206692" 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-17T02:22:09.204512" elapsed="0.002207"/>
</kw>
<kw name="Split String" owner="String">
<msg time="2026-06-17T02:22:09.209128" level="INFO">@{result_value_list} = [ 30715.82 | 31952.29 | 31392.41 | 10472.88 ]</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-17T02:22:09.206903" elapsed="0.002253"/>
</kw>
<kw name="Get Length" owner="BuiltIn">
<msg time="2026-06-17T02:22:09.209650" level="INFO">Length is 4.</msg>
<msg time="2026-06-17T02:22:09.209739" 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-17T02:22:09.209309" elapsed="0.000455"/>
</kw>
<for flavor="IN RANGE">
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-06-17T02:22:09.214525" level="INFO">min :: 30715.82</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-17T02:22:09.210192" elapsed="0.004389"/>
</kw>
<var name="${i}">0</var>
<status status="PASS" start="2026-06-17T02:22:09.210058" elapsed="0.004559"/>
</iter>
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-06-17T02:22:09.219085" level="INFO">max :: 31952.29</msg>
<arg>${result_name_list[${i}]} :: ${result_value_list[${i}]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-06-17T02:22:09.214831" elapsed="0.004311"/>
</kw>
<var name="${i}">1</var>
<status status="PASS" start="2026-06-17T02:22:09.214705" elapsed="0.004473"/>
</iter>
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-06-17T02:22:09.223916" level="INFO">avg :: 31392.41</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-17T02:22:09.219440" elapsed="0.004534"/>
</kw>
<var name="${i}">2</var>
<status status="PASS" start="2026-06-17T02:22:09.219271" elapsed="0.004741"/>
</iter>
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-06-17T02:22:09.228714" level="INFO">stdev :: 10472.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-17T02:22:09.224223" elapsed="0.004549"/>
</kw>
<var name="${i}">3</var>
<status status="PASS" start="2026-06-17T02:22:09.224097" elapsed="0.004710"/>
</iter>
<var>${i}</var>
<value>0</value>
<value>${num_stats}</value>
<status status="PASS" start="2026-06-17T02:22:09.209843" elapsed="0.018993"/>
</for>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-06-17T02:22:09.232768" level="INFO">${min} = 30715.82</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-17T02:22:09.228997" elapsed="0.003798"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-06-17T02:22:09.236682" level="INFO">${max} = 31952.29</msg>
<var>${max}</var>
<arg>${result_value_list[${1}]}</arg>
<doc>Returns the given values which can then be assigned to a variables.</doc>
<status status="PASS" start="2026-06-17T02:22:09.232949" elapsed="0.003759"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-06-17T02:22:09.240551" level="INFO">${average} = 31392.41</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-17T02:22:09.236860" elapsed="0.003718"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-06-17T02:22:09.244487" level="INFO">${stdev} = 10472.88</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-17T02:22:09.240729" elapsed="0.003785"/>
</kw>
<kw name="Get Time" owner="BuiltIn">
<msg time="2026-06-17T02:22:09.245018" level="INFO">${date} = 2026-06-17 02:22:09</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-17T02:22:09.244672" elapsed="0.000371"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-06-17T02:22:09.245621" level="INFO">CBench Result: 2026-06-17 02:22:09,-m 60000 -M 100 -S 16 -l 10 -D 5000 -p 6633,30715.82,31952.29,31392.41,10472.88</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-17T02:22:09.245192" elapsed="0.000485"/>
</kw>
<kw name="Log Results And Determine Status">
<kw name="Append To File" owner="OperatingSystem">
<msg time="2026-06-17T02:22:09.246731" 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-17T02:22:09.246276" elapsed="0.000522"/>
</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-17T02:22:09.246949" elapsed="0.000479"/>
</kw>
<arg>${min}</arg>
<arg>${max}</arg>
<arg>${average}</arg>
<arg>${average_threshold}</arg>
<arg>${output_filename}</arg>
<status status="PASS" start="2026-06-17T02:22:09.245813" elapsed="0.001679"/>
</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-17T02:12:02.461671" elapsed="606.785879"/>
</kw>
<kw name="Sleep" owner="BuiltIn">
<msg time="2026-06-17T02:22:09.248048" 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-17T02:22:09.247700" elapsed="0.000404"/>
</kw>
<kw name="Report Failure Due To Bug" owner="Utils" type="TEARDOWN">
<kw name="Evaluate" owner="BuiltIn">
<msg time="2026-06-17T02:22:09.249314" 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-17T02:22:09.248824" elapsed="0.000516"/>
</kw>
<if>
<branch type="IF" condition="('${TEST_STATUS}' != 'FAIL') or ${test_skipped}">
<return>
<status status="PASS" start="2026-06-17T02:22:09.249585" elapsed="0.000031"/>
</return>
<status status="PASS" start="2026-06-17T02:22:09.249432" elapsed="0.000215"/>
</branch>
<status status="PASS" start="2026-06-17T02:22:09.249412" elapsed="0.000258"/>
</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-17T02:22:09.249810" 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-17T02:22:09.249968" elapsed="0.000022"/>
</kw>
<kw name="Set Variable If" owner="BuiltIn">
<var>${bug_url}</var>
<arg>${match}</arg>
<arg>https://jira.opendaylight.org/browse/${number}</arg>
<arg>https://bugs.opendaylight.org/show_bug.cgi?id=${number}</arg>
<doc>Sets variable based on the given condition.</doc>
<status status="NOT RUN" start="2026-06-17T02:22:09.250128" 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-17T02:22:09.250319" elapsed="0.000021"/>
</kw>
<kw name="Evaluate" owner="BuiltIn">
<var>${newline}</var>
<arg>chr(10)</arg>
<doc>Evaluates the given expression in Python and returns the result.</doc>
<status status="NOT RUN" start="2026-06-17T02:22:09.250488" elapsed="0.000021"/>
</kw>
<kw name="Set Test Message" owner="BuiltIn">
<arg>${msg}${newline}${newline}${TEST_MESSAGE}</arg>
<doc>Sets message for the current test case.</doc>
<status status="NOT RUN" start="2026-06-17T02:22:09.250636" elapsed="0.000019"/>
</kw>
<kw name="Log" owner="BuiltIn">
<arg>${msg}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="NOT RUN" start="2026-06-17T02:22:09.250779" elapsed="0.000019"/>
</kw>
<if>
<branch type="IF" condition="&quot;${include_bug_in_tags}&quot;==&quot;True&quot;">
<kw name="Set Tags" owner="BuiltIn">
<arg>${bug_url}</arg>
<doc>Adds given ``tags`` for the current test or all tests in a suite.</doc>
<status status="NOT RUN" start="2026-06-17T02:22:09.250998" elapsed="0.000020"/>
</kw>
<status status="NOT RUN" start="2026-06-17T02:22:09.250860" elapsed="0.000189"/>
</branch>
<status status="NOT RUN" start="2026-06-17T02:22:09.250843" elapsed="0.000229"/>
</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-17T02:22:09.248485" elapsed="0.002637"/>
</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-17T02:12:02.460365" elapsed="606.790802"/>
</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="FAIL" start="2026-06-17T01:55:15.417215" elapsed="1613.834393"/>
</suite>
<statistics>
<total>
<stat pass="2" fail="1" skip="0">All Tests</stat>
</total>
<tag>
<stat pass="2" fail="1" skip="0">cbench</stat>
<stat pass="2" fail="0" skip="0">latency</stat>
<stat pass="0" fail="1" skip="0">throughput</stat>
</tag>
<suite>
<stat name="openflowplugin-cbench.txt" id="s1" pass="2" fail="1" skip="0">openflowplugin-cbench.txt</stat>
</suite>
</statistics>
<errors>
</errors>
</robot>
