<?xml version="1.0" encoding="UTF-8"?>
<robot generator="Robot 7.4.2 (Python 3.11.10 on linux)" generated="2026-07-21T01:55:24.416032" 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-07-21T01:55:24.962339" elapsed="0.000024"/>
</return>
<status status="NOT RUN" start="2026-07-21T01:55:24.962206" elapsed="0.000209"/>
</branch>
<status status="PASS" start="2026-07-21T01:55:24.962175" elapsed="0.000266"/>
</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-07-21T01:55:24.962585" elapsed="0.000519"/>
</kw>
<kw name="Login" owner="SSHLibrary">
<msg time="2026-07-21T01:55:24.963565" level="INFO">Logging into '10.30.170.242:8101' as 'karaf'.</msg>
<msg time="2026-07-21T01:55:25.732523" 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-07-21T01:55:24.963272" elapsed="0.769429"/>
</kw>
<kw name="Write" owner="SSHLibrary">
<msg time="2026-07-21T01:55:25.781208" 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-07-21T01:55:25.733011" elapsed="0.048269"/>
</kw>
<kw name="Read Until Regexp" owner="SSHLibrary">
<msg time="2026-07-21T01:55:25.782971" level="INFO">[?1l&gt;[?2004l[?1h=[90m~[0m                                                                                [?2004hopendaylight-user@root&gt;</msg>
<msg time="2026-07-21T01:55:25.783084" 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-07-21T01:55:25.781450" elapsed="0.001664"/>
</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-07-21T01:55:25.783270" elapsed="0.000209"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-07-21T01:55:25.783638" elapsed="0.000211"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-07-21T01:55:25.784342" 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-07-21T01:55:25.784000" elapsed="0.000411"/>
</kw>
<return>
<value>${output}</value>
<status status="PASS" start="2026-07-21T01:55:25.784466" elapsed="0.000059"/>
</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.242
Note that this keyword will open&amp;close new SSH connection, without switching back to previously current session.</doc>
<status status="PASS" start="2026-07-21T01:55:24.961819" elapsed="0.822833"/>
</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-07-21T01:55:24.958303" elapsed="0.826414"/>
</kw>
<kw name="Append To File" owner="OperatingSystem">
<msg time="2026-07-21T01:55:25.785314" 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-07-21T01:55:25.784963" elapsed="0.000407"/>
</kw>
<kw name="Append To File" owner="OperatingSystem">
<msg time="2026-07-21T01:55:25.785760" 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-07-21T01:55:25.785518" elapsed="0.000323"/>
</kw>
<kw name="Evaluate" owner="BuiltIn">
<msg time="2026-07-21T01:55:25.786385" 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-07-21T01:55:25.785993" elapsed="0.000419"/>
</kw>
<kw name="Set Suite Variable" owner="BuiltIn">
<msg time="2026-07-21T01:55:25.786962" 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-07-21T01:55:25.786584" elapsed="0.000420"/>
</kw>
<kw name="Evaluate" owner="BuiltIn">
<msg time="2026-07-21T01:55:25.787517" 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-07-21T01:55:25.787148" elapsed="0.000396"/>
</kw>
<kw name="Set Suite Variable" owner="BuiltIn">
<msg time="2026-07-21T01:55:25.788055" 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-07-21T01:55:25.787715" elapsed="0.000387"/>
</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-07-21T01:55:25.788426" elapsed="0.000021"/>
</kw>
<status status="NOT RUN" start="2026-07-21T01:55:25.788195" elapsed="0.000286"/>
</branch>
<branch type="ELSE">
<kw name="Verify File Exists On Remote System" owner="Utils">
<kw name="Open Connection" owner="SSHLibrary">
<msg time="2026-07-21T01:55:25.793106" 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-07-21T01:55:25.792670" elapsed="0.000463"/>
</kw>
<kw name="Flexible_SSH_Login" owner="SSHKeywords">
<kw name="Get Length" owner="BuiltIn">
<msg time="2026-07-21T01:55:25.794157" level="INFO">Length is 0.</msg>
<msg time="2026-07-21T01:55:25.794239" 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-07-21T01:55:25.793674" elapsed="0.000589"/>
</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-07-21T01:55:25.794411" elapsed="0.000349"/>
</kw>
<kw name="Run Keyword And Return" owner="BuiltIn">
<kw name="Login With Public Key" owner="SSHLibrary">
<msg time="2026-07-21T01:55:25.795795" level="INFO">Logging into '10.30.170.98:22' as 'jenkins'.</msg>
<msg time="2026-07-21T01:55:26.483920" 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 Tue Jul 21 01:55:26 UTC 2026

  System load:  0.05               Processes:             111
  Usage of /:   19.3% of 38.58GB   Users logged in:       0
  Memory usage: 4%                 IPv4 address for ens3: 10.30.170.98
  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-786-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-07-21T01:55:25.795287" elapsed="0.688747"/>
</kw>
<msg time="2026-07-21T01:55:26.484111" 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-07-21T01:55:25.794928" elapsed="0.689262"/>
</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-07-21T01:55:25.793336" elapsed="0.690962"/>
</kw>
<kw name="File Should Exist" owner="SSHLibrary">
<msg time="2026-07-21T01:55:26.491922" 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-07-21T01:55:26.484488" elapsed="0.009215"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-07-21T01:55:26.493904" elapsed="0.000430"/>
</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-07-21T01:55:25.792125" elapsed="0.702345"/>
</kw>
<status status="PASS" start="2026-07-21T01:55:25.788807" elapsed="0.705743"/>
</branch>
<status status="PASS" start="2026-07-21T01:55:25.788168" elapsed="0.706443"/>
</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-07-21T01:55:26.494968" elapsed="0.000989"/>
</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-07-21T01:55:26.505680" elapsed="0.000040"/>
</return>
<status status="NOT RUN" start="2026-07-21T01:55:26.505420" elapsed="0.000408"/>
</branch>
<status status="PASS" start="2026-07-21T01:55:26.505369" elapsed="0.000515"/>
</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-07-21T01:55:26.509789" elapsed="0.000016"/>
</return>
<status status="NOT RUN" start="2026-07-21T01:55:26.509658" elapsed="0.000180"/>
</branch>
<status status="PASS" start="2026-07-21T01:55:26.509638" elapsed="0.000222"/>
</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-07-21T01:55:26.509992" elapsed="0.000434"/>
</kw>
<kw name="Login" owner="SSHLibrary">
<msg time="2026-07-21T01:55:26.510853" level="INFO">Logging into '10.30.170.242:8101' as 'karaf'.</msg>
<msg time="2026-07-21T01:55:26.687460" 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-07-21T01:55:26.510570" elapsed="0.177076"/>
</kw>
<kw name="Write" owner="SSHLibrary">
<msg time="2026-07-21T01:55:26.782577" 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-07-21T01:55:26.687969" elapsed="0.094697"/>
</kw>
<kw name="Read Until Regexp" owner="SSHLibrary">
<msg time="2026-07-21T01:55:26.803001" 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-07-21T01:55:26.803211" 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-07-21T01:55:26.782854" elapsed="0.020390"/>
</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-07-21T01:55:26.803390" elapsed="0.000202"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-07-21T01:55:26.803743" elapsed="0.000231"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-07-21T01:55:26.804464" 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-07-21T01:55:26.804115" elapsed="0.000406"/>
</kw>
<return>
<value>${output}</value>
<status status="PASS" start="2026-07-21T01:55:26.804575" elapsed="0.000065"/>
</return>
<msg time="2026-07-21T01:55:26.804830" 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.242
Note that this keyword will open&amp;close new SSH connection, without switching back to previously current session.</doc>
<status status="PASS" start="2026-07-21T01:55:26.509300" elapsed="0.295565"/>
</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-07-21T01:55:26.805017" elapsed="0.000613"/>
</kw>
<return>
<value>${output}</value>
<status status="PASS" start="2026-07-21T01:55:26.805681" elapsed="0.000034"/>
</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-07-21T01:55:26.504694" elapsed="0.301145"/>
</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-07-21T01:55:26.809753" elapsed="0.000030"/>
</return>
<status status="NOT RUN" start="2026-07-21T01:55:26.809607" elapsed="0.000210"/>
</branch>
<status status="PASS" start="2026-07-21T01:55:26.809581" 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-07-21T01:55:26.809992" elapsed="0.000718"/>
</kw>
<kw name="Login" owner="SSHLibrary">
<msg time="2026-07-21T01:55:26.811166" level="INFO">Logging into '10.30.170.242:8101' as 'karaf'.</msg>
<msg time="2026-07-21T01:55:27.028234" 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-07-21T01:55:26.810900" elapsed="0.217423"/>
</kw>
<kw name="Write" owner="SSHLibrary">
<msg time="2026-07-21T01:55:27.052805" 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-07-21T01:55:27.028475" elapsed="0.024392"/>
</kw>
<kw name="Read Until Regexp" owner="SSHLibrary">
<msg time="2026-07-21T01:55:27.054596" level="INFO">[?1l&gt;[?2004lDropAllFlows transitions to on
[?1h=[90m~[0m                                                                                [?2004hopendaylight-user@root&gt;</msg>
<msg time="2026-07-21T01:55:27.054690" 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-07-21T01:55:27.053017" elapsed="0.001702"/>
</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-07-21T01:55:27.054864" elapsed="0.000183"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-07-21T01:55:27.055191" elapsed="0.000163"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-07-21T01:55:27.055798" 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-07-21T01:55:27.055488" elapsed="0.000363"/>
</kw>
<return>
<value>${output}</value>
<status status="PASS" start="2026-07-21T01:55:27.055898" elapsed="0.000038"/>
</return>
<arg>dropallpacketsrpc on</arg>
<doc>Will execute the given ${cmd} by ssh'ing to the karaf console running on 10.30.170.242
Note that this keyword will open&amp;close new SSH connection, without switching back to previously current session.</doc>
<status status="PASS" start="2026-07-21T01:55:26.809256" elapsed="0.246782"/>
</kw>
<status status="PASS" start="2026-07-21T01:55:24.956549" elapsed="2.099555"/>
</kw>
<test id="s1-t1" name="Cbench Latency Test" line="37">
<kw name="Log" owner="BuiltIn">
<msg time="2026-07-21T01:55:27.058227" 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-07-21T01:55:27.056961" elapsed="0.001333"/>
</kw>
<kw name="Run Cbench And Log Results">
<kw name="Set Suite Variable" owner="BuiltIn">
<msg time="2026-07-21T01:55:27.059716" 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-07-21T01:55:27.059344" elapsed="0.000444"/>
</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-07-21T01:55:27.060095" elapsed="0.000021"/>
</kw>
<status status="NOT RUN" start="2026-07-21T01:55:27.059866" elapsed="0.000286"/>
</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-07-21T01:55:27.063081" elapsed="0.000021"/>
</kw>
<status status="NOT RUN" start="2026-07-21T01:55:27.062834" elapsed="0.000302"/>
</branch>
<status status="PASS" start="2026-07-21T01:55:27.062814" elapsed="0.000348"/>
</if>
<kw name="Get Connection" owner="SSHLibrary">
<msg time="2026-07-21T01:55:27.063490" 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-07-21T01:55:27.063612" 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-07-21T01:55:27.063292" elapsed="0.000378"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-07-21T01:55:27.064267" level="INFO">Attempting to execute command "/usr/local/bin/cbench -c 10.30.170.242 -m 60000 -M 100 -S 16 -l 10 -D 5000 -p 6633" on remote system "10.30.170.98" 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-07-21T01:55:27.063846" elapsed="0.000482"/>
</kw>
<kw name="Open Connection" owner="SSHLibrary">
<msg time="2026-07-21T01:55:27.064947" 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-07-21T01:55:27.064467" elapsed="0.000506"/>
</kw>
<kw name="Flexible_SSH_Login" owner="SSHKeywords">
<kw name="Get Length" owner="BuiltIn">
<msg time="2026-07-21T01:55:27.065888" level="INFO">Length is 0.</msg>
<msg time="2026-07-21T01:55:27.065978" 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-07-21T01:55:27.065556" elapsed="0.000445"/>
</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-07-21T01:55:27.066143" elapsed="0.000343"/>
</kw>
<kw name="Run Keyword And Return" owner="BuiltIn">
<kw name="Login With Public Key" owner="SSHLibrary">
<msg time="2026-07-21T01:55:27.067357" level="INFO">Logging into '10.30.170.98:22' as 'jenkins'.</msg>
<msg time="2026-07-21T01:55:27.399547" 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 Tue Jul 21 01:55:26 UTC 2026

  System load:  0.05               Processes:             111
  Usage of /:   19.3% of 38.58GB   Users logged in:       0
  Memory usage: 4%                 IPv4 address for ens3: 10.30.170.98
  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: Tue Jul 21 01:55:26 2026 from 10.30.171.20
[?2004h[jenkins@releng-48317-786-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-07-21T01:55:27.067005" elapsed="0.332706"/>
</kw>
<msg time="2026-07-21T01:55:27.399809" 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-07-21T01:55:27.066638" elapsed="0.333257"/>
</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-07-21T01:55:27.065181" elapsed="0.334831"/>
</kw>
<kw name="Execute Command" owner="SSHLibrary">
<msg time="2026-07-21T01:55:27.400509" level="INFO">Executing command '/usr/local/bin/cbench -c 10.30.170.242 -m 60000 -M 100 -S 16 -l 10 -D 5000 -p 6633'.</msg>
<msg time="2026-07-21T02:05:33.547752" level="INFO">Command exited with return code 0.</msg>
<msg time="2026-07-21T02:05:33.548498" level="INFO">${stdout} = </msg>
<msg time="2026-07-21T02:05:33.548618" level="INFO">${stderr} = cbench: controller benchmarking tool
   running in mode 'latency'
   connecting to controller at 10.30.170.242:6633 
   faking 16 switches with 1 threads :: 10 tests each; 60000 ms per test
   with 10...</msg>
<var>${stdout}</var>
<var>${stderr}</var>
<arg>${cmd}</arg>
<arg>return_stderr=True</arg>
<doc>Executes ``command`` on the remote machine and returns its outputs.</doc>
<status status="PASS" start="2026-07-21T01:55:27.400220" elapsed="606.148468"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-07-21T02:05:33.549238" elapsed="0.001327"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-07-21T02:05:33.551860" level="INFO">cbench: controller benchmarking tool
   running in mode 'latency'
   connecting to controller at 10.30.170.242: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.242. 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:32.634 16  switches: flows:  97517 94146 94532 95095 96245 94029 94149 95256 93541 91833 90689 91870 90255 91506 91466 91021  total = 24.885833 per ms 
01:57:32.735 16  switches: flows:  117803 116380 115807 117826 117644 115030 115554 116038 112485 112580 111539 111007 108785 112752 114113 110292  total = 30.376484 per ms 
01:58:32.835 16  switches: flows:  105666 106841 106871 104730 105647 102628 105054 105058 102297 103538 101105 99441 100682 103571 103494 102433  total = 27.604831 per ms 
01:59:32.936 16  switches: flows:  80546 75422 80050 80924 78417 78997 79501 78812 78471 79079 75062 76491 76652 79030 76881 75849  total = 20.801654 per ms 
02:00:33.037 16  switches: flows:  111891 113819 113297 110482 111511 108290 110257 111835 110250 109414 107521 108010 107533 108929 107786 108472  total = 29.272735 per ms 
02:01:33.138 16  switches: flows:  110294 107367 110372 109196 109326 107408 107631 109265 104290 104349 105783 106700 103439 106076 102625 105877  total = 28.452426 per ms 
02:02:33.240 16  switches: flows:  105562 105870 106074 106087 105329 104332 105029 105114 100580 101815 99756 101157 101103 101346 99968 101176  total = 27.459080 per ms 
02:03:33.341 16  switches: flows:  108376 107273 109891 107865 107597 107467 109038 109011 105537 106505 102648 102613 102837 103535 103451 103837  total = 28.244190 per ms 
02:04:33.442 16  switches: flows:  99564 100475 100768 101177 100437 99444 100818 99719 95223 97882 96452 97005 95472 97274 97870 96715  total = 26.227732 per ms 
02:05:33.544 16  switches: flows:  109229 108294 107782 110661 109514 106918 107692 107492 106234 106390 103777 104134 104150 105540 104437 103637  total = 28.383947 per ms 
RESULT: 16 switches 9 tests min/max/avg/stdev = 20801.65/30376.48/27424.79/9499.86 responses/s</msg>
<arg>${stderr}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-07-21T02:05:33.551018" elapsed="0.001160"/>
</kw>
<if>
<branch type="IF" condition="&quot;${return_stdout}&quot;!=&quot;True&quot;">
<return>
<value>${stderr}</value>
<status status="PASS" start="2026-07-21T02:05:33.552714" elapsed="0.000121"/>
</return>
<status status="PASS" start="2026-07-21T02:05:33.552393" elapsed="0.000528"/>
</branch>
<status status="PASS" start="2026-07-21T02:05:33.552333" elapsed="0.000645"/>
</if>
<if>
<branch type="IF" condition="&quot;${return_stderr}&quot;!=&quot;True&quot;">
<return>
<value>${stdout}</value>
<status status="NOT RUN" start="2026-07-21T02:05:33.553278" elapsed="0.000042"/>
</return>
<status status="NOT RUN" start="2026-07-21T02:05:33.553162" elapsed="0.000243"/>
</branch>
<status status="NOT RUN" start="2026-07-21T02:05:33.553110" elapsed="0.000367"/>
</if>
<return>
<value>${stdout}</value>
<value>${stderr}</value>
<status status="NOT RUN" start="2026-07-21T02:05:33.553563" elapsed="0.000033"/>
</return>
<kw name="Restore_Current_Ssh_Connection_From_Index" owner="SSHKeywords" type="TEARDOWN">
<kw name="Run Keyword And Return If" owner="BuiltIn">
<arg>${connection_index} is not None</arg>
<arg>SSHLibrary.Switch Connection</arg>
<arg>${connection_index}</arg>
<doc>Runs the specified keyword and returns from the enclosing user keyword.</doc>
<status status="PASS" start="2026-07-21T02:05:33.557513" elapsed="0.000508"/>
</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-07-21T02:05:33.558224" elapsed="0.000233"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-07-21T02:05:33.558637" elapsed="0.000156"/>
</kw>
<arg>${current_ssh_connection.index}</arg>
<doc>Restore active SSH connection in SSHLibrary to given index.</doc>
<status status="PASS" start="2026-07-21T02:05:33.554371" elapsed="0.004499"/>
</kw>
<msg time="2026-07-21T02:05:33.559050" level="INFO">${output} = cbench: controller benchmarking tool
   running in mode 'latency'
   connecting to controller at 10.30.170.242:6633 
   faking 16 switches with 1 threads :: 10 tests each; 60000 ms per test
   with 10...</msg>
<var>${output}</var>
<arg>${cbench_system}</arg>
<arg>${cbench_executable} -c ${ODL_SYSTEM_IP} ${cbench_args}</arg>
<arg>prompt_timeout=${test_timeout}</arg>
<arg>return_stdout=False</arg>
<arg>return_stderr=True</arg>
<doc>Reduces the common work of running a command on a remote system to a single higher level
robot keyword, taking care to log in with a public key and. The command given is written and the return value
depends on the passed argument values of return_stdout (default: True) and return_stderr (default: False).
At least one should be True, or the keyword will exit and FAIL. If both are True, the resulting return value
will be a two element list containing both. Otherwise the resulting return value is a string.
No test conditions are checked.</doc>
<status status="PASS" start="2026-07-21T01:55:27.060500" elapsed="606.498587"/>
</kw>
<status status="PASS" start="2026-07-21T01:55:27.060180" elapsed="606.498974"/>
</branch>
<status status="PASS" start="2026-07-21T01:55:27.059845" elapsed="606.499341"/>
</if>
<kw name="Log" owner="BuiltIn">
<msg time="2026-07-21T02:05:33.559798" level="INFO">cbench: controller benchmarking tool
   running in mode 'latency'
   connecting to controller at 10.30.170.242: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.242. 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:32.634 16  switches: flows:  97517 94146 94532 95095 96245 94029 94149 95256 93541 91833 90689 91870 90255 91506 91466 91021  total = 24.885833 per ms 
01:57:32.735 16  switches: flows:  117803 116380 115807 117826 117644 115030 115554 116038 112485 112580 111539 111007 108785 112752 114113 110292  total = 30.376484 per ms 
01:58:32.835 16  switches: flows:  105666 106841 106871 104730 105647 102628 105054 105058 102297 103538 101105 99441 100682 103571 103494 102433  total = 27.604831 per ms 
01:59:32.936 16  switches: flows:  80546 75422 80050 80924 78417 78997 79501 78812 78471 79079 75062 76491 76652 79030 76881 75849  total = 20.801654 per ms 
02:00:33.037 16  switches: flows:  111891 113819 113297 110482 111511 108290 110257 111835 110250 109414 107521 108010 107533 108929 107786 108472  total = 29.272735 per ms 
02:01:33.138 16  switches: flows:  110294 107367 110372 109196 109326 107408 107631 109265 104290 104349 105783 106700 103439 106076 102625 105877  total = 28.452426 per ms 
02:02:33.240 16  switches: flows:  105562 105870 106074 106087 105329 104332 105029 105114 100580 101815 99756 101157 101103 101346 99968 101176  total = 27.459080 per ms 
02:03:33.341 16  switches: flows:  108376 107273 109891 107865 107597 107467 109038 109011 105537 106505 102648 102613 102837 103535 103451 103837  total = 28.244190 per ms 
02:04:33.442 16  switches: flows:  99564 100475 100768 101177 100437 99444 100818 99719 95223 97882 96452 97005 95472 97274 97870 96715  total = 26.227732 per ms 
02:05:33.544 16  switches: flows:  109229 108294 107782 110661 109514 106918 107692 107492 106234 106390 103777 104134 104150 105540 104437 103637  total = 28.383947 per ms 
RESULT: 16 switches 9 tests min/max/avg/stdev = 20801.65/30376.48/27424.79/9499.86 responses/s</msg>
<arg>${output}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-07-21T02:05:33.559377" elapsed="0.000525"/>
</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-07-21T02:05:33.560107" elapsed="0.000515"/>
</kw>
<kw name="Get Lines Containing String" owner="String">
<msg time="2026-07-21T02:05:33.561188" level="INFO">1 out of 23 lines matched.</msg>
<msg time="2026-07-21T02:05:33.561312" level="INFO">${result_line} = RESULT: 16 switches 9 tests min/max/avg/stdev = 20801.65/30376.48/27424.79/9499.86 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-07-21T02:05:33.560862" elapsed="0.000484"/>
</kw>
<kw name="Split String" owner="String">
<msg time="2026-07-21T02:05:33.561976" level="INFO">@{results_list} = [ RESULT: | 16 | switches | 9 | tests | min/max/avg/stdev | = | 20801.65/30376.48/27424.79/9499.86 | 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-07-21T02:05:33.561571" elapsed="0.000442"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-07-21T02:05:33.565382" 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-07-21T02:05:33.562237" elapsed="0.003289"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-07-21T02:05:33.568067" level="INFO">20801.65/30376.48/27424.79/9499.86</msg>
<arg>${results_list[7]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-07-21T02:05:33.565792" elapsed="0.002333"/>
</kw>
<kw name="Split String" owner="String">
<msg time="2026-07-21T02:05:33.570542" 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-07-21T02:05:33.568274" elapsed="0.002296"/>
</kw>
<kw name="Split String" owner="String">
<msg time="2026-07-21T02:05:33.572957" level="INFO">@{result_value_list} = [ 20801.65 | 30376.48 | 27424.79 | 9499.86 ]</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-07-21T02:05:33.570780" elapsed="0.002205"/>
</kw>
<kw name="Get Length" owner="BuiltIn">
<msg time="2026-07-21T02:05:33.573478" level="INFO">Length is 4.</msg>
<msg time="2026-07-21T02:05:33.573569" 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-07-21T02:05:33.573144" elapsed="0.000448"/>
</kw>
<for flavor="IN RANGE">
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-07-21T02:05:33.578357" level="INFO">min :: 20801.65</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-07-21T02:05:33.574026" elapsed="0.004389"/>
</kw>
<var name="${i}">0</var>
<status status="PASS" start="2026-07-21T02:05:33.573893" elapsed="0.004557"/>
</iter>
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-07-21T02:05:33.582933" level="INFO">max :: 30376.48</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-07-21T02:05:33.578666" elapsed="0.004323"/>
</kw>
<var name="${i}">1</var>
<status status="PASS" start="2026-07-21T02:05:33.578540" elapsed="0.004484"/>
</iter>
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-07-21T02:05:33.587483" level="INFO">avg :: 27424.79</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-07-21T02:05:33.583238" elapsed="0.004301"/>
</kw>
<var name="${i}">2</var>
<status status="PASS" start="2026-07-21T02:05:33.583112" elapsed="0.004461"/>
</iter>
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-07-21T02:05:33.592067" level="INFO">stdev :: 9499.86</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-07-21T02:05:33.587804" elapsed="0.004326"/>
</kw>
<var name="${i}">3</var>
<status status="PASS" start="2026-07-21T02:05:33.587664" elapsed="0.004506"/>
</iter>
<var>${i}</var>
<value>0</value>
<value>${num_stats}</value>
<status status="PASS" start="2026-07-21T02:05:33.573664" elapsed="0.018542"/>
</for>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-07-21T02:05:33.596103" level="INFO">${min} = 20801.65</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-07-21T02:05:33.592389" elapsed="0.003741"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-07-21T02:05:33.599953" level="INFO">${max} = 30376.48</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-07-21T02:05:33.596280" elapsed="0.003699"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-07-21T02:05:33.603960" level="INFO">${average} = 27424.79</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-07-21T02:05:33.600131" elapsed="0.003855"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-07-21T02:05:33.607949" level="INFO">${stdev} = 9499.86</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-07-21T02:05:33.604137" elapsed="0.003838"/>
</kw>
<kw name="Get Time" owner="BuiltIn">
<msg time="2026-07-21T02:05:33.608496" level="INFO">${date} = 2026-07-21 02:05:33</msg>
<var>${date}</var>
<arg>d,m,s</arg>
<doc>Returns the given time in the requested format.</doc>
<status status="PASS" start="2026-07-21T02:05:33.608136" elapsed="0.000385"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-07-21T02:05:33.609123" level="INFO">CBench Result: 2026-07-21 02:05:33,-m 60000 -M 100 -S 16 -l 10 -D 5000 -p 6633,20801.65,30376.48,27424.79,9499.86</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-07-21T02:05:33.608669" elapsed="0.000509"/>
</kw>
<kw name="Log Results And Determine Status">
<kw name="Append To File" owner="OperatingSystem">
<msg time="2026-07-21T02:05:33.610197" 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-07-21T02:05:33.609799" elapsed="0.000463"/>
</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-07-21T02:05:33.610412" elapsed="0.000465"/>
</kw>
<arg>${min}</arg>
<arg>${max}</arg>
<arg>${average}</arg>
<arg>${average_threshold}</arg>
<arg>${output_filename}</arg>
<status status="PASS" start="2026-07-21T02:05:33.609320" elapsed="0.001621"/>
</kw>
<arg>-m ${duration_in_ms} -M ${num_of_unique_macs} -S ${switch_count} -l ${loops} -D ${start_delay} -p ${of_port}</arg>
<arg>${latency_threshold}</arg>
<arg>${latency_results_file}</arg>
<status status="PASS" start="2026-07-21T01:55:27.058698" elapsed="606.552303"/>
</kw>
<kw name="Sleep" owner="BuiltIn">
<msg time="2026-07-21T02:05:33.611468" 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-07-21T02:05:33.611151" elapsed="0.000373"/>
</kw>
<kw name="Log Results As Zero If Cbench Timed Out" type="TEARDOWN">
<kw name="Run Keyword If Timeout Occurred" owner="BuiltIn">
<arg>Log Results And Determine Status</arg>
<arg>0</arg>
<arg>0</arg>
<arg>0</arg>
<arg>0</arg>
<arg>${output_filename}</arg>
<doc>Runs the given keyword if either a test or a keyword timeout has occurred.</doc>
<status status="PASS" start="2026-07-21T02:05:33.612053" elapsed="0.000263"/>
</kw>
<status status="PASS" start="2026-07-21T02:05:33.611741" elapsed="0.000644"/>
</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-07-21T01:55:27.056263" elapsed="606.556159"/>
</test>
<test id="s1-t2" name="Cbench Throughput Test" line="51">
<kw name="Log" owner="BuiltIn">
<msg time="2026-07-21T02:05:33.613902" 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-07-21T02:05:33.613508" elapsed="0.000450"/>
</kw>
<kw name="Run Cbench And Log Results">
<kw name="Set Suite Variable" owner="BuiltIn">
<msg time="2026-07-21T02:05:33.615222" 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-07-21T02:05:33.614897" elapsed="0.000367"/>
</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-07-21T02:05:33.615606" elapsed="0.000034"/>
</kw>
<status status="NOT RUN" start="2026-07-21T02:05:33.615372" elapsed="0.000317"/>
</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-07-21T02:05:33.618619" elapsed="0.000021"/>
</kw>
<status status="NOT RUN" start="2026-07-21T02:05:33.618370" elapsed="0.000304"/>
</branch>
<status status="PASS" start="2026-07-21T02:05:33.618351" elapsed="0.000346"/>
</if>
<kw name="Get Connection" owner="SSHLibrary">
<msg time="2026-07-21T02:05:33.619026" 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-07-21T02:05:33.619143" 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-07-21T02:05:33.618838" elapsed="0.000331"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-07-21T02:05:33.619709" level="INFO">Attempting to execute command "/usr/local/bin/cbench -c 10.30.170.242 -t -m 60000 -M 100 -S 16 -l 10 -D 5000 -p 6633" on remote system "10.30.170.98" 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-07-21T02:05:33.619299" elapsed="0.000481"/>
</kw>
<kw name="Open Connection" owner="SSHLibrary">
<msg time="2026-07-21T02:05:33.620310" 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-07-21T02:05:33.619918" elapsed="0.000418"/>
</kw>
<kw name="Flexible_SSH_Login" owner="SSHKeywords">
<kw name="Get Length" owner="BuiltIn">
<msg time="2026-07-21T02:05:33.621273" level="INFO">Length is 0.</msg>
<msg time="2026-07-21T02:05:33.621365" 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-07-21T02:05:33.620951" elapsed="0.000438"/>
</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-07-21T02:05:33.621527" elapsed="0.000336"/>
</kw>
<kw name="Run Keyword And Return" owner="BuiltIn">
<kw name="Login With Public Key" owner="SSHLibrary">
<msg time="2026-07-21T02:05:33.622853" level="INFO">Logging into '10.30.170.98:22' as 'jenkins'.</msg>
<msg time="2026-07-21T02:05:34.215228" 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 Tue Jul 21 02:05:33 UTC 2026

  System load:  1.01               Processes:             104
  Usage of /:   19.8% of 38.58GB   Users logged in:       0
  Memory usage: 4%                 IPv4 address for ens3: 10.30.170.98
  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: Tue Jul 21 01:55:27 2026 from 10.30.171.20
[?2004h[jenkins@releng-48317-786-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-07-21T02:05:33.622402" elapsed="0.593032"/>
</kw>
<msg time="2026-07-21T02:05:34.215547" 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-07-21T02:05:33.622012" elapsed="0.593643"/>
</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-07-21T02:05:33.620534" elapsed="0.595265"/>
</kw>
<kw name="Execute Command" owner="SSHLibrary">
<msg time="2026-07-21T02:05:34.216460" level="INFO">Executing command '/usr/local/bin/cbench -c 10.30.170.242 -t -m 60000 -M 100 -S 16 -l 10 -D 5000 -p 6633'.</msg>
<msg time="2026-07-21T02:12:10.916395" level="INFO">Command exited with return code 1.</msg>
<msg time="2026-07-21T02:12:10.917312" level="INFO">${stdout} = </msg>
<msg time="2026-07-21T02:12:10.917462" level="INFO">${stderr} = cbench: controller benchmarking tool
   running in mode 'throughput'
   connecting to controller at 10.30.170.242: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-07-21T02:05:34.216111" elapsed="396.701442"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-07-21T02:12:10.918220" elapsed="0.001289"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-07-21T02:12:10.921329" level="INFO">cbench: controller benchmarking tool
   running in mode 'throughput'
   connecting to controller at 10.30.170.242: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.242. 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:39.344 16  switches: flows:  425772 424518 414489 435021 418633 433724 428564 431923 421290 416194 426901 400578 416430 422461 414131 408059  total = 112.311467 per ms 
02:07:39.445 16  switches: flows:  348958 351996 364797 341430 353870 350230 366602 357722 345940 348493 348425 363905 338388 355174 348378 349352  total = 93.736253 per ms 
02:08:39.547 16  switches: flows:  502678 514740 517497 506025 496792 509441 515499 462281 464198 504185 503505 505016 460721 510073 518187 516541  total = 133.231475 per ms 
02:09:39.649 16  switches: flows:  502168 452946 504180 513329 499510 515525 509504 499089 507616 519304 505335 512126 510770 500837 511551 507231  total = 134.290565 per ms 
02:10:39.752 16  switches: flows:  570875 567046 566514 573252 564740 570570 576165 570517 558729 579736 573134 573225 567830 582774 569070 556575  total = 151.755225 per ms 
02:11:46.638 16  switches: flows:  400421 462331 399064 396524 400300 392719 398512 463698 465557 469673 474936 453727 476891 380715 459440 415699  total = 103.313174 per ms 
controller msgbuf_read() = -1:  msgbuf_read: Connection reset by peer
... exiting</msg>
<arg>${stderr}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-07-21T02:12:10.920111" elapsed="0.001698"/>
</kw>
<if>
<branch type="IF" condition="&quot;${return_stdout}&quot;!=&quot;True&quot;">
<return>
<value>${stderr}</value>
<status status="PASS" start="2026-07-21T02:12:10.922297" elapsed="0.000072"/>
</return>
<status status="PASS" start="2026-07-21T02:12:10.922005" elapsed="0.000435"/>
</branch>
<status status="PASS" start="2026-07-21T02:12:10.921954" elapsed="0.000534"/>
</if>
<if>
<branch type="IF" condition="&quot;${return_stderr}&quot;!=&quot;True&quot;">
<return>
<value>${stdout}</value>
<status status="NOT RUN" start="2026-07-21T02:12:10.922676" elapsed="0.000026"/>
</return>
<status status="NOT RUN" start="2026-07-21T02:12:10.922603" elapsed="0.000155"/>
</branch>
<status status="NOT RUN" start="2026-07-21T02:12:10.922571" elapsed="0.000262"/>
</if>
<return>
<value>${stdout}</value>
<value>${stderr}</value>
<status status="NOT RUN" start="2026-07-21T02:12:10.922907" elapsed="0.000029"/>
</return>
<kw name="Restore_Current_Ssh_Connection_From_Index" owner="SSHKeywords" type="TEARDOWN">
<kw name="Run Keyword And Return If" owner="BuiltIn">
<arg>${connection_index} is not None</arg>
<arg>SSHLibrary.Switch Connection</arg>
<arg>${connection_index}</arg>
<doc>Runs the specified keyword and returns from the enclosing user keyword.</doc>
<status status="PASS" start="2026-07-21T02:12:10.927142" elapsed="0.000393"/>
</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-07-21T02:12:10.927712" elapsed="0.000209"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-07-21T02:12:10.928057" elapsed="0.000110"/>
</kw>
<arg>${current_ssh_connection.index}</arg>
<doc>Restore active SSH connection in SSHLibrary to given index.</doc>
<status status="PASS" start="2026-07-21T02:12:10.923516" elapsed="0.004706"/>
</kw>
<msg time="2026-07-21T02:12:10.928357" level="INFO">${output} = cbench: controller benchmarking tool
   running in mode 'throughput'
   connecting to controller at 10.30.170.242: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-07-21T02:05:33.616080" elapsed="397.312308"/>
</kw>
<status status="PASS" start="2026-07-21T02:05:33.615723" elapsed="397.312715"/>
</branch>
<status status="PASS" start="2026-07-21T02:05:33.615351" elapsed="397.313135"/>
</if>
<kw name="Log" owner="BuiltIn">
<msg time="2026-07-21T02:12:10.929006" level="INFO">cbench: controller benchmarking tool
   running in mode 'throughput'
   connecting to controller at 10.30.170.242: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.242. 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:39.344 16  switches: flows:  425772 424518 414489 435021 418633 433724 428564 431923 421290 416194 426901 400578 416430 422461 414131 408059  total = 112.311467 per ms 
02:07:39.445 16  switches: flows:  348958 351996 364797 341430 353870 350230 366602 357722 345940 348493 348425 363905 338388 355174 348378 349352  total = 93.736253 per ms 
02:08:39.547 16  switches: flows:  502678 514740 517497 506025 496792 509441 515499 462281 464198 504185 503505 505016 460721 510073 518187 516541  total = 133.231475 per ms 
02:09:39.649 16  switches: flows:  502168 452946 504180 513329 499510 515525 509504 499089 507616 519304 505335 512126 510770 500837 511551 507231  total = 134.290565 per ms 
02:10:39.752 16  switches: flows:  570875 567046 566514 573252 564740 570570 576165 570517 558729 579736 573134 573225 567830 582774 569070 556575  total = 151.755225 per ms 
02:11:46.638 16  switches: flows:  400421 462331 399064 396524 400300 392719 398512 463698 465557 469673 474936 453727 476891 380715 459440 415699  total = 103.313174 per ms 
controller msgbuf_read() = -1:  msgbuf_read: Connection reset by peer
... exiting</msg>
<arg>${output}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-07-21T02:12:10.928644" elapsed="0.000433"/>
</kw>
<kw name="Should Contain" owner="BuiltIn">
<msg time="2026-07-21T02:12:10.929754" level="FAIL">'cbench: controller benchmarking tool
   running in mode 'throughput'
   connecting to controller at 10.30.170.242: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.242. 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:39.344 16  switches: flows:  425772 424518 414489 435021 418633 433724 428564 431923 421290 416194 426901 400578 416430 422461 414131 408059  total = 112.311467 per ms 
02:07:39.445 16  switches: flows:  348958 351996 364797 341430 353870 350230 366602 357722 345940 348493 348425 363905 338388 355174 348378 349352  total = 93.736253 per ms 
02:08:39.547 16  switches: flows:  502678 514740 517497 506025 496792 509441 515499 462281 464198 504185 503505 505016 460721 510073 518187 516541  total = 133.231475 per ms 
02:09:39.649 16  switches: flows:  502168 452946 504180 513329 499510 515525 509504 499089 507616 519304 505335 512126 510770 500837 511551 507231  total = 134.290565 per ms 
02:10:39.752 16  switches: flows:  570875 567046 566514 573252 564740 570570 576165 570517 558729 579736 573134 573225 567830 582774 569070 556575  total = 151.755225 per ms 
02:11:46.638 16  switches: flows:  400421 462331 399064 396524 400300 392719 398512 463698 465557 469673 474936 453727 476891 380715 459440 415699  total = 103.313174 per ms 
controller msgbuf_read() = -1:  msgbuf_read: Connection reset by peer
... 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-07-21T02:12:10.929224" elapsed="0.000742">'cbench: controller benchmarking tool
   running in mode 'throughput'
   connecting to controller at 10.30.170.242: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.242. 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:39.344 16  switches: flows:  425772 424518 414489 435021 418633 433724 428564 431923 421290 416194 426901 400578 416430 422461 414131 408059  total = 112.311467 per ms 
02:07:39.445 16  switches: flows:  348958 351996 364797 341430 353870 350230 366602 357722 345940 348493 348425 363905 338388 355174 348378 349352  total = 93.736253 per ms 
02:08:39.547 16  switches: flows:  502678 514740 517497 506025 496792 509441 515499 462281 464198 504185 503505 505016 460721 510073 518187 516541  total = 133.231475 per ms 
02:09:39.649 16  switches: flows:  502168 452946 504180 513329 499510 515525 509504 499089 507616 519304 505335 512126 510770 500837 511551 507231  total = 134.290565 per ms 
02:10:39.752 16  switches: flows:  570875 567046 566514 573252 564740 570570 576165 570517 558729 579736 573134 573225 567830 582774 569070 556575  total = 151.755225 per ms 
02:11:46.638 16  switches: flows:  400421 462331 399064 396524 400300 392719 398512 463698 465557 469673 474936 453727 476891 380715 459440 415699  total = 103.313174 per ms 
controller msgbuf_read() = -1:  msgbuf_read: Connection reset by peer
... 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-07-21T02:12:10.930193" elapsed="0.000023"/>
</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-07-21T02:12:10.930361" elapsed="0.000020"/>
</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-07-21T02:12:10.930543" elapsed="0.000028"/>
</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-07-21T02:12:10.930727" elapsed="0.000022"/>
</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-07-21T02:12:10.930905" elapsed="0.000021"/>
</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-07-21T02:12:10.931067" elapsed="0.000021"/>
</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-07-21T02:12:10.931230" elapsed="0.000021"/>
</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-07-21T02:12:10.931539" elapsed="0.000028"/>
</kw>
<var name="${i}"/>
<status status="NOT RUN" start="2026-07-21T02:12:10.931384" elapsed="0.000224"/>
</iter>
<var>${i}</var>
<value>0</value>
<value>${num_stats}</value>
<status status="NOT RUN" start="2026-07-21T02:12:10.931310" elapsed="0.000335"/>
</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-07-21T02:12:10.931814" elapsed="0.000022"/>
</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-07-21T02:12:10.931976" elapsed="0.000019"/>
</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-07-21T02:12:10.932132" elapsed="0.000019"/>
</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-07-21T02:12:10.932287" elapsed="0.000019"/>
</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-07-21T02:12:10.932449" elapsed="0.000020"/>
</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-07-21T02:12:10.932603" elapsed="0.000023"/>
</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-07-21T02:12:10.932812" elapsed="0.000040"/>
</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-07-21T02:05:33.614301" elapsed="397.318694">'cbench: controller benchmarking tool
   running in mode 'throughput'
   connecting to controller at 10.30.170.242: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.242. 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:39.344 16  switches: flows:  425772 424518 414489 435021 418633 433724 428564 431923 421290 416194 426901 400578 416430 422461 414131 408059  total = 112.311467 per ms 
02:07:39.445 16  switches: flows:  348958 351996 364797 341430 353870 350230 366602 357722 345940 348493 348425 363905 338388 355174 348378 349352  total = 93.736253 per ms 
02:08:39.547 16  switches: flows:  502678 514740 517497 506025 496792 509441 515499 462281 464198 504185 503505 505016 460721 510073 518187 516541  total = 133.231475 per ms 
02:09:39.649 16  switches: flows:  502168 452946 504180 513329 499510 515525 509504 499089 507616 519304 505335 512126 510770 500837 511551 507231  total = 134.290565 per ms 
02:10:39.752 16  switches: flows:  570875 567046 566514 573252 564740 570570 576165 570517 558729 579736 573134 573225 567830 582774 569070 556575  total = 151.755225 per ms 
02:11:46.638 16  switches: flows:  400421 462331 399064 396524 400300 392719 398512 463698 465557 469673 474936 453727 476891 380715 459440 415699  total = 103.313174 per ms 
controller msgbuf_read() = -1:  msgbuf_read: Connection reset by peer
... 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-07-21T02:12:10.933161" elapsed="0.000021"/>
</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-07-21T02:12:10.933734" elapsed="0.000333"/>
</kw>
<status status="PASS" start="2026-07-21T02:12:10.933425" elapsed="0.000714"/>
</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-07-21T02:05:33.612939" elapsed="397.321238">'cbench: controller benchmarking tool
   running in mode 'throughput'
   connecting to controller at 10.30.170.242: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.242. 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:39.344 16  switches: flows:  425772 424518 414489 435021 418633 433724 428564 431923 421290 416194 426901 400578 416430 422461 414131 408059  total = 112.311467 per ms 
02:07:39.445 16  switches: flows:  348958 351996 364797 341430 353870 350230 366602 357722 345940 348493 348425 363905 338388 355174 348378 349352  total = 93.736253 per ms 
02:08:39.547 16  switches: flows:  502678 514740 517497 506025 496792 509441 515499 462281 464198 504185 503505 505016 460721 510073 518187 516541  total = 133.231475 per ms 
02:09:39.649 16  switches: flows:  502168 452946 504180 513329 499510 515525 509504 499089 507616 519304 505335 512126 510770 500837 511551 507231  total = 134.290565 per ms 
02:10:39.752 16  switches: flows:  570875 567046 566514 573252 564740 570570 576165 570517 558729 579736 573134 573225 567830 582774 569070 556575  total = 151.755225 per ms 
02:11:46.638 16  switches: flows:  400421 462331 399064 396524 400300 392719 398512 463698 465557 469673 474936 453727 476891 380715 459440 415699  total = 103.313174 per ms 
controller msgbuf_read() = -1:  msgbuf_read: Connection reset by peer
... 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-07-21T02:12:10.935661" 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-07-21T02:12:10.935256" elapsed="0.000467"/>
</kw>
<kw name="Run Cbench And Log Results">
<kw name="Set Suite Variable" owner="BuiltIn">
<msg time="2026-07-21T02:12:10.937042" 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-07-21T02:12:10.936619" elapsed="0.000466"/>
</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-07-21T02:12:10.937396" elapsed="0.000022"/>
</kw>
<status status="NOT RUN" start="2026-07-21T02:12:10.937159" elapsed="0.000296"/>
</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-07-21T02:12:10.940679" elapsed="0.000022"/>
</kw>
<status status="NOT RUN" start="2026-07-21T02:12:10.940421" elapsed="0.000315"/>
</branch>
<status status="PASS" start="2026-07-21T02:12:10.940401" elapsed="0.000359"/>
</if>
<kw name="Get Connection" owner="SSHLibrary">
<msg time="2026-07-21T02:12:10.941140" 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-07-21T02:12:10.941264" 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-07-21T02:12:10.940922" elapsed="0.000369"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-07-21T02:12:10.941872" level="INFO">Attempting to execute command "/usr/local/bin/cbench -c 10.30.170.242 -m 60000 -M 100 -S 16 -l 10 -D 5000 -p 6633" on remote system "10.30.170.98" 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-07-21T02:12:10.941423" elapsed="0.000508"/>
</kw>
<kw name="Open Connection" owner="SSHLibrary">
<msg time="2026-07-21T02:12:10.942476" 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-07-21T02:12:10.942070" elapsed="0.000433"/>
</kw>
<kw name="Flexible_SSH_Login" owner="SSHKeywords">
<kw name="Get Length" owner="BuiltIn">
<msg time="2026-07-21T02:12:10.943446" level="INFO">Length is 0.</msg>
<msg time="2026-07-21T02:12:10.943537" 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-07-21T02:12:10.943108" elapsed="0.000452"/>
</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-07-21T02:12:10.943701" elapsed="0.000346"/>
</kw>
<kw name="Run Keyword And Return" owner="BuiltIn">
<kw name="Login With Public Key" owner="SSHLibrary">
<msg time="2026-07-21T02:12:10.944925" level="INFO">Logging into '10.30.170.98:22' as 'jenkins'.</msg>
<msg time="2026-07-21T02:12:11.542736" 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 Tue Jul 21 02:12:11 UTC 2026

  System load:  0.26               Processes:             105
  Usage of /:   19.8% of 38.58GB   Users logged in:       0
  Memory usage: 5%                 IPv4 address for ens3: 10.30.170.98
  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: Tue Jul 21 02:05:34 2026 from 10.30.171.20
[?2004h[jenkins@releng-48317-786-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-07-21T02:12:10.944532" elapsed="0.598454"/>
</kw>
<msg time="2026-07-21T02:12:11.543091" 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-07-21T02:12:10.944195" elapsed="0.598988"/>
</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-07-21T02:12:10.942704" elapsed="0.600612"/>
</kw>
<kw name="Execute Command" owner="SSHLibrary">
<msg time="2026-07-21T02:12:11.543934" level="INFO">Executing command '/usr/local/bin/cbench -c 10.30.170.242 -m 60000 -M 100 -S 16 -l 10 -D 5000 -p 6633'.</msg>
<msg time="2026-07-21T02:22:17.581116" level="INFO">Command exited with return code 0.</msg>
<msg time="2026-07-21T02:22:17.581777" level="INFO">${stdout} = </msg>
<msg time="2026-07-21T02:22:17.581966" level="INFO">${stderr} = cbench: controller benchmarking tool
   running in mode 'latency'
   connecting to controller at 10.30.170.242:6633 
   faking 16 switches with 1 threads :: 10 tests each; 60000 ms per test
   with 10...</msg>
<var>${stdout}</var>
<var>${stderr}</var>
<arg>${cmd}</arg>
<arg>return_stderr=True</arg>
<doc>Executes ``command`` on the remote machine and returns its outputs.</doc>
<status status="PASS" start="2026-07-21T02:12:11.543567" elapsed="606.038475"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-07-21T02:22:17.582523" elapsed="0.000801"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-07-21T02:22:17.584571" level="INFO">cbench: controller benchmarking tool
   running in mode 'latency'
   connecting to controller at 10.30.170.242: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.242. 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:16.662 16  switches: flows:  81545 80385 76786 81396 81061 80991 79746 79663 79775 79102 79371 80515 79075 79004 78239 79450  total = 21.268400 per ms 
02:14:16.762 16  switches: flows:  101695 100653 96494 101311 101719 102218 99828 101195 100872 99264 100479 100279 98035 98501 99348 100159  total = 26.656315 per ms 
02:15:16.862 16  switches: flows:  101983 99854 96554 99630 100190 100943 101123 99657 100866 98536 99310 100743 98707 98708 99986 97536  total = 26.527774 per ms 
02:16:16.963 16  switches: flows:  93022 92150 88930 91666 91873 92423 91799 92615 92141 90371 91374 92439 90861 89659 91044 90624  total = 24.342464 per ms 
02:17:17.063 16  switches: flows:  105565 105316 101765 104976 105326 104191 103411 104603 102652 101483 101868 102247 102079 102127 103192 101443  total = 27.491432 per ms 
02:18:17.163 16  switches: flows:  105049 105225 101327 104312 105670 104465 103943 103136 102114 100566 102529 101205 100377 102127 102148 101346  total = 27.379907 per ms 
02:19:17.266 16  switches: flows:  106303 107464 100661 105916 106274 104691 103534 104778 103282 101583 101872 102308 101470 101188 102909 102543  total = 27.565889 per ms 
02:20:17.366 16  switches: flows:  106505 106757 101380 105664 106251 105793 102745 104899 104082 100661 102464 102464 102179 103127 102572 102452  total = 27.620436 per ms 
02:21:17.467 16  switches: flows:  104461 105334 99910 105708 105138 104827 101759 102649 103143 100573 101156 101637 102050 101684 102834 100811  total = 27.348827 per ms 
02:22:17.567 16  switches: flows:  105728 108049 102012 106302 106589 105822 103054 104375 103000 101111 101763 101785 102661 101962 102466 102251  total = 27.602583 per ms 
RESULT: 16 switches 9 tests min/max/avg/stdev = 24342.46/27620.44/26948.40/9038.02 responses/s</msg>
<arg>${stderr}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-07-21T02:22:17.583726" elapsed="0.001202"/>
</kw>
<if>
<branch type="IF" condition="&quot;${return_stdout}&quot;!=&quot;True&quot;">
<return>
<value>${stderr}</value>
<status status="PASS" start="2026-07-21T02:22:17.585437" elapsed="0.000074"/>
</return>
<status status="PASS" start="2026-07-21T02:22:17.585129" elapsed="0.000465"/>
</branch>
<status status="PASS" start="2026-07-21T02:22:17.585077" elapsed="0.000587"/>
</if>
<if>
<branch type="IF" condition="&quot;${return_stderr}&quot;!=&quot;True&quot;">
<return>
<value>${stdout}</value>
<status status="NOT RUN" start="2026-07-21T02:22:17.585936" elapsed="0.000092"/>
</return>
<status status="NOT RUN" start="2026-07-21T02:22:17.585851" elapsed="0.000253"/>
</branch>
<status status="NOT RUN" start="2026-07-21T02:22:17.585812" elapsed="0.000346"/>
</if>
<return>
<value>${stdout}</value>
<value>${stderr}</value>
<status status="NOT RUN" start="2026-07-21T02:22:17.586237" elapsed="0.000032"/>
</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-07-21T02:22:17.590600" 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-07-21T02:22:17.591340" elapsed="0.000230"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-07-21T02:22:17.591763" elapsed="0.000167"/>
</kw>
<arg>${current_ssh_connection.index}</arg>
<doc>Restore active SSH connection in SSHLibrary to given index.</doc>
<status status="PASS" start="2026-07-21T02:22:17.586980" elapsed="0.005029"/>
</kw>
<msg time="2026-07-21T02:22:17.592192" level="INFO">${output} = cbench: controller benchmarking tool
   running in mode 'latency'
   connecting to controller at 10.30.170.242:6633 
   faking 16 switches with 1 threads :: 10 tests each; 60000 ms per test
   with 10...</msg>
<var>${output}</var>
<arg>${cbench_system}</arg>
<arg>${cbench_executable} -c ${ODL_SYSTEM_IP} ${cbench_args}</arg>
<arg>prompt_timeout=${test_timeout}</arg>
<arg>return_stdout=False</arg>
<arg>return_stderr=True</arg>
<doc>Reduces the common work of running a command on a remote system to a single higher level
robot keyword, taking care to log in with a public key and. The command given is written and the return value
depends on the passed argument values of return_stdout (default: True) and return_stderr (default: False).
At least one should be True, or the keyword will exit and FAIL. If both are True, the resulting return value
will be a two element list containing both. Otherwise the resulting return value is a string.
No test conditions are checked.</doc>
<status status="PASS" start="2026-07-21T02:12:10.938116" elapsed="606.654114"/>
</kw>
<status status="PASS" start="2026-07-21T02:12:10.937480" elapsed="606.654821"/>
</branch>
<status status="PASS" start="2026-07-21T02:12:10.937139" elapsed="606.655194"/>
</if>
<kw name="Log" owner="BuiltIn">
<msg time="2026-07-21T02:22:17.593045" level="INFO">cbench: controller benchmarking tool
   running in mode 'latency'
   connecting to controller at 10.30.170.242: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.242. 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:16.662 16  switches: flows:  81545 80385 76786 81396 81061 80991 79746 79663 79775 79102 79371 80515 79075 79004 78239 79450  total = 21.268400 per ms 
02:14:16.762 16  switches: flows:  101695 100653 96494 101311 101719 102218 99828 101195 100872 99264 100479 100279 98035 98501 99348 100159  total = 26.656315 per ms 
02:15:16.862 16  switches: flows:  101983 99854 96554 99630 100190 100943 101123 99657 100866 98536 99310 100743 98707 98708 99986 97536  total = 26.527774 per ms 
02:16:16.963 16  switches: flows:  93022 92150 88930 91666 91873 92423 91799 92615 92141 90371 91374 92439 90861 89659 91044 90624  total = 24.342464 per ms 
02:17:17.063 16  switches: flows:  105565 105316 101765 104976 105326 104191 103411 104603 102652 101483 101868 102247 102079 102127 103192 101443  total = 27.491432 per ms 
02:18:17.163 16  switches: flows:  105049 105225 101327 104312 105670 104465 103943 103136 102114 100566 102529 101205 100377 102127 102148 101346  total = 27.379907 per ms 
02:19:17.266 16  switches: flows:  106303 107464 100661 105916 106274 104691 103534 104778 103282 101583 101872 102308 101470 101188 102909 102543  total = 27.565889 per ms 
02:20:17.366 16  switches: flows:  106505 106757 101380 105664 106251 105793 102745 104899 104082 100661 102464 102464 102179 103127 102572 102452  total = 27.620436 per ms 
02:21:17.467 16  switches: flows:  104461 105334 99910 105708 105138 104827 101759 102649 103143 100573 101156 101637 102050 101684 102834 100811  total = 27.348827 per ms 
02:22:17.567 16  switches: flows:  105728 108049 102012 106302 106589 105822 103054 104375 103000 101111 101763 101785 102661 101962 102466 102251  total = 27.602583 per ms 
RESULT: 16 switches 9 tests min/max/avg/stdev = 24342.46/27620.44/26948.40/9038.02 responses/s</msg>
<arg>${output}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-07-21T02:22:17.592531" elapsed="0.000620"/>
</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-07-21T02:22:17.593358" elapsed="0.000581"/>
</kw>
<kw name="Get Lines Containing String" owner="String">
<msg time="2026-07-21T02:22:17.594574" level="INFO">1 out of 23 lines matched.</msg>
<msg time="2026-07-21T02:22:17.594755" level="INFO">${result_line} = RESULT: 16 switches 9 tests min/max/avg/stdev = 24342.46/27620.44/26948.40/9038.02 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-07-21T02:22:17.594231" elapsed="0.000587"/>
</kw>
<kw name="Split String" owner="String">
<msg time="2026-07-21T02:22:17.595255" level="INFO">@{results_list} = [ RESULT: | 16 | switches | 9 | tests | min/max/avg/stdev | = | 24342.46/27620.44/26948.40/9038.02 | 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-07-21T02:22:17.594990" elapsed="0.000292"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-07-21T02:22:17.597695" 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-07-21T02:22:17.595427" elapsed="0.002328"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-07-21T02:22:17.600234" level="INFO">24342.46/27620.44/26948.40/9038.02</msg>
<arg>${results_list[7]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-07-21T02:22:17.597930" elapsed="0.002361"/>
</kw>
<kw name="Split String" owner="String">
<msg time="2026-07-21T02:22:17.602710" 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-07-21T02:22:17.600442" elapsed="0.002296"/>
</kw>
<kw name="Split String" owner="String">
<msg time="2026-07-21T02:22:17.605391" level="INFO">@{result_value_list} = [ 24342.46 | 27620.44 | 26948.40 | 9038.02 ]</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-07-21T02:22:17.603036" elapsed="0.002384"/>
</kw>
<kw name="Get Length" owner="BuiltIn">
<msg time="2026-07-21T02:22:17.605954" level="INFO">Length is 4.</msg>
<msg time="2026-07-21T02:22:17.606045" 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-07-21T02:22:17.605576" elapsed="0.000493"/>
</kw>
<for flavor="IN RANGE">
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-07-21T02:22:17.611041" level="INFO">min :: 24342.46</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-07-21T02:22:17.606492" elapsed="0.004607"/>
</kw>
<var name="${i}">0</var>
<status status="PASS" start="2026-07-21T02:22:17.606362" elapsed="0.004773"/>
</iter>
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-07-21T02:22:17.615670" level="INFO">max :: 27620.44</msg>
<arg>${result_name_list[${i}]} :: ${result_value_list[${i}]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-07-21T02:22:17.611352" elapsed="0.004377"/>
</kw>
<var name="${i}">1</var>
<status status="PASS" start="2026-07-21T02:22:17.611225" elapsed="0.004540"/>
</iter>
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-07-21T02:22:17.620551" level="INFO">avg :: 26948.40</msg>
<arg>${result_name_list[${i}]} :: ${result_value_list[${i}]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-07-21T02:22:17.616006" elapsed="0.004608"/>
</kw>
<var name="${i}">2</var>
<status status="PASS" start="2026-07-21T02:22:17.615874" elapsed="0.004777"/>
</iter>
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-07-21T02:22:17.625310" level="INFO">stdev :: 9038.02</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-07-21T02:22:17.620988" elapsed="0.004382"/>
</kw>
<var name="${i}">3</var>
<status status="PASS" start="2026-07-21T02:22:17.620742" elapsed="0.004664"/>
</iter>
<var>${i}</var>
<value>0</value>
<value>${num_stats}</value>
<status status="PASS" start="2026-07-21T02:22:17.606139" elapsed="0.019298"/>
</for>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-07-21T02:22:17.629831" level="INFO">${min} = 24342.46</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-07-21T02:22:17.625606" elapsed="0.004258"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-07-21T02:22:17.633972" level="INFO">${max} = 27620.44</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-07-21T02:22:17.630038" elapsed="0.003963"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-07-21T02:22:17.638082" level="INFO">${average} = 26948.40</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-07-21T02:22:17.634157" elapsed="0.003953"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-07-21T02:22:17.642289" level="INFO">${stdev} = 9038.02</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-07-21T02:22:17.638262" elapsed="0.004060"/>
</kw>
<kw name="Get Time" owner="BuiltIn">
<msg time="2026-07-21T02:22:17.643056" level="INFO">${date} = 2026-07-21 02:22:17</msg>
<var>${date}</var>
<arg>d,m,s</arg>
<doc>Returns the given time in the requested format.</doc>
<status status="PASS" start="2026-07-21T02:22:17.642529" elapsed="0.000554"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-07-21T02:22:17.643714" level="INFO">CBench Result: 2026-07-21 02:22:17,-m 60000 -M 100 -S 16 -l 10 -D 5000 -p 6633,24342.46,27620.44,26948.40,9038.02</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-07-21T02:22:17.643235" elapsed="0.000541"/>
</kw>
<kw name="Log Results And Determine Status">
<kw name="Append To File" owner="OperatingSystem">
<msg time="2026-07-21T02:22:17.645066" 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-07-21T02:22:17.644489" elapsed="0.000660"/>
</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-07-21T02:22:17.645342" elapsed="0.000613"/>
</kw>
<arg>${min}</arg>
<arg>${max}</arg>
<arg>${average}</arg>
<arg>${average_threshold}</arg>
<arg>${output_filename}</arg>
<status status="PASS" start="2026-07-21T02:22:17.643976" elapsed="0.002062"/>
</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-07-21T02:12:10.936055" elapsed="606.710058"/>
</kw>
<kw name="Sleep" owner="BuiltIn">
<msg time="2026-07-21T02:22:17.646683" 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-07-21T02:22:17.646299" elapsed="0.000493"/>
</kw>
<kw name="Report Failure Due To Bug" owner="Utils" type="TEARDOWN">
<kw name="Evaluate" owner="BuiltIn">
<msg time="2026-07-21T02:22:17.648097" 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-07-21T02:22:17.647565" elapsed="0.000559"/>
</kw>
<if>
<branch type="IF" condition="('${TEST_STATUS}' != 'FAIL') or ${test_skipped}">
<return>
<status status="PASS" start="2026-07-21T02:22:17.648389" elapsed="0.000038"/>
</return>
<status status="PASS" start="2026-07-21T02:22:17.648220" elapsed="0.000240"/>
</branch>
<status status="PASS" start="2026-07-21T02:22:17.648193" elapsed="0.000294"/>
</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-07-21T02:22:17.648634" elapsed="0.000022"/>
</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-07-21T02:22:17.648831" elapsed="0.000040"/>
</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-07-21T02:22:17.649025" elapsed="0.000022"/>
</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-07-21T02:22:17.649233" elapsed="0.000022"/>
</kw>
<kw name="Evaluate" owner="BuiltIn">
<var>${newline}</var>
<arg>chr(10)</arg>
<doc>Evaluates the given expression in Python and returns the result.</doc>
<status status="NOT RUN" start="2026-07-21T02:22:17.649383" elapsed="0.000019"/>
</kw>
<kw name="Set Test Message" owner="BuiltIn">
<arg>${msg}${newline}${newline}${TEST_MESSAGE}</arg>
<doc>Sets message for the current test case.</doc>
<status status="NOT RUN" start="2026-07-21T02:22:17.649526" elapsed="0.000020"/>
</kw>
<kw name="Log" owner="BuiltIn">
<arg>${msg}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="NOT RUN" start="2026-07-21T02:22:17.649668" elapsed="0.000020"/>
</kw>
<if>
<branch type="IF" condition="&quot;${include_bug_in_tags}&quot;==&quot;True&quot;">
<kw name="Set Tags" owner="BuiltIn">
<arg>${bug_url}</arg>
<doc>Adds given ``tags`` for the current test or all tests in a suite.</doc>
<status status="NOT RUN" start="2026-07-21T02:22:17.649914" elapsed="0.000022"/>
</kw>
<status status="NOT RUN" start="2026-07-21T02:22:17.649751" elapsed="0.000217"/>
</branch>
<status status="NOT RUN" start="2026-07-21T02:22:17.649734" elapsed="0.000258"/>
</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-07-21T02:22:17.647224" elapsed="0.002820"/>
</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-07-21T02:12:10.934561" elapsed="606.715529"/>
</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-07-21T01:55:24.417630" elapsed="1613.233337"/>
</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>
