<?xml version="1.0" encoding="UTF-8"?>
<robot generator="Robot 7.4.2 (Python 3.11.10 on linux)" generated="2026-06-02T01:45:38.742426" rpa="false" schemaversion="5">
<suite id="s1" name="openflowplugin-cbench.txt" source="/w/workspace/openflowplugin-csit-1node-cbench-only-titanium/test/csit/suites/openflowplugin/Performance/010_Cbench.robot">
<kw name="Cbench Suite Setup" type="SETUP">
<kw name="Wait Until Keyword Succeeds" owner="BuiltIn">
<kw name="Issue_Command_On_Karaf_Console" owner="KarafKeywords">
<if>
<branch type="IF" condition="'${IS_KARAF_APPL}' == 'False'">
<return>
<value>Not A Karaf App</value>
<status status="NOT RUN" start="2026-06-02T01:45:39.309322" elapsed="0.000039"/>
</return>
<status status="NOT RUN" start="2026-06-02T01:45:39.309189" elapsed="0.000230"/>
</branch>
<status status="PASS" start="2026-06-02T01:45:39.309159" elapsed="0.000288"/>
</if>
<kw name="Open Connection" owner="SSHLibrary">
<arg>${controller}</arg>
<arg>port=${karaf_port}</arg>
<arg>prompt=${KARAF_PROMPT_LOGIN}</arg>
<arg>timeout=${timeout}</arg>
<doc>Opens a new SSH connection to the given ``host`` and ``port``.</doc>
<status status="PASS" start="2026-06-02T01:45:39.309610" elapsed="0.000503"/>
</kw>
<kw name="Login" owner="SSHLibrary">
<msg time="2026-06-02T01:45:39.310602" level="INFO">Logging into '10.30.171.245:8101' as 'karaf'.</msg>
<msg time="2026-06-02T01:45:40.030136" level="INFO">Read output: [33m                                                                                           
[33m    ________                       ________                .__  .__       .__     __       
[33m    \_____  \ ______   ____   ____ \______ \ _____  ___.__.|  | |__| ____ |  |___/  |_     
[33m     /   |   \\____ \_/ __ \ /    \ |    |  \\__  \&lt;   |  ||  | |  |/ ___\|  |  \   __\    
[33m    /    |    \  |_&gt; &gt;  ___/|   |  \|    `   \/ __ \\___  ||  |_|  / /_/  &gt;   Y  \  |      
[33m    \_______  /   __/ \___  &gt;___|  /_______  (____  / ____||____/__\___  /|___|  /__|      
[33m            \/|__|        \/     \/        \/     \/\/            /_____/      \/          
[33m                                                                                           

Hit '[1m&lt;tab&gt;[0m' for a list of available commands
and '[1m[cmd] --help[0m' for help on a specific command.
Hit '[1m&lt;ctrl-d&gt;[0m' or type '[1msystem:shutdown[0m' or '[1mlogout[0m' to shutdown OpenDaylight.

[?1h=[90m~[0m                                                                                [?2004hopendaylight-user</msg>
<arg>${KARAF_USER}</arg>
<arg>${KARAF_PASSWORD}</arg>
<arg>loglevel=${loglevel}</arg>
<doc>Logs into the SSH server with the given ``username`` and ``password``.</doc>
<status status="PASS" start="2026-06-02T01:45:39.310287" elapsed="0.720070"/>
</kw>
<kw name="Write" owner="SSHLibrary">
<msg time="2026-06-02T01:45:40.079690" level="INFO">@root&gt;log:set ERROR</msg>
<arg>${cmd}</arg>
<doc>Writes the given ``text`` on the remote machine and appends a newline.</doc>
<status status="PASS" start="2026-06-02T01:45:40.030687" elapsed="0.049076"/>
</kw>
<kw name="Read Until Regexp" owner="SSHLibrary">
<msg time="2026-06-02T01:45:40.081492" level="INFO">[?1l&gt;[?2004l[?1h=[90m~[0m                                                                                [?2004hopendaylight-user@root&gt;</msg>
<msg time="2026-06-02T01:45:40.081614" level="INFO">${output} = [?1l&gt;[?2004l[?1h=[90m~[0m                                                                                [?2004hopendaylight-user@root&gt;</msg>
<var>${output}</var>
<arg>${KARAF_PROMPT}</arg>
<doc>Consumes and returns the server output until a match to ``regexp`` is found.</doc>
<status status="PASS" start="2026-06-02T01:45:40.079958" elapsed="0.001687"/>
</kw>
<kw name="Write Bare" owner="SSHLibrary">
<arg>logout\n</arg>
<doc>Writes the given ``text`` on the remote machine without appending a newline.</doc>
<status status="PASS" start="2026-06-02T01:45:40.081804" elapsed="0.000212"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-06-02T01:45:40.082167" elapsed="0.000222"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-06-02T01:45:40.082903" level="INFO">[?1l&gt;[?2004l[?1h=[90m~[0m                                                                                [?2004hopendaylight-user@root&gt;</msg>
<arg>${output}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-06-02T01:45:40.082566" elapsed="0.000393"/>
</kw>
<return>
<value>${output}</value>
<status status="PASS" start="2026-06-02T01:45:40.083010" elapsed="0.000055"/>
</return>
<arg>log:set ${log_level}</arg>
<doc>Will execute the given ${cmd} by ssh'ing to the karaf console running on 10.30.171.245
Note that this keyword will open&amp;close new SSH connection, without switching back to previously current session.</doc>
<status status="PASS" start="2026-06-02T01:45:39.308809" elapsed="0.774384"/>
</kw>
<arg>3x</arg>
<arg>1s</arg>
<arg>KarafKeywords.Issue Command On Karaf Console</arg>
<arg>log:set ${log_level}</arg>
<doc>Runs the specified keyword and retries if it fails.</doc>
<status status="PASS" start="2026-06-02T01:45:39.305146" elapsed="0.778114"/>
</kw>
<kw name="Append To File" owner="OperatingSystem">
<msg time="2026-06-02T01:45:40.083841" level="INFO" html="true">Appended to file '&lt;a href="file:///w/workspace/openflowplugin-csit-1node-cbench-only-titanium/latency.csv"&gt;/w/workspace/openflowplugin-csit-1node-cbench-only-titanium/latency.csv&lt;/a&gt;'.</msg>
<arg>${latency_results_file}</arg>
<arg>LATENCY_MIN,LATENCY_MAX,LATENCY_AVERAGE\n</arg>
<doc>Appends the given content to the specified file.</doc>
<status status="PASS" start="2026-06-02T01:45:40.083447" elapsed="0.000452"/>
</kw>
<kw name="Append To File" owner="OperatingSystem">
<msg time="2026-06-02T01:45:40.084333" level="INFO" html="true">Appended to file '&lt;a href="file:///w/workspace/openflowplugin-csit-1node-cbench-only-titanium/throughput.csv"&gt;/w/workspace/openflowplugin-csit-1node-cbench-only-titanium/throughput.csv&lt;/a&gt;'.</msg>
<arg>${throughput_results_file}</arg>
<arg>THROUGHPUT_MIN,THROUGHPUT_MAX,THROUGHPUT_AVERAGE\n</arg>
<doc>Appends the given content to the specified file.</doc>
<status status="PASS" start="2026-06-02T01:45:40.084054" elapsed="0.000335"/>
</kw>
<kw name="Evaluate" owner="BuiltIn">
<msg time="2026-06-02T01:45:40.084992" level="INFO">${duration_in_ms} = 60000</msg>
<var>${duration_in_ms}</var>
<arg>${duration_in_secs} * 1000</arg>
<doc>Evaluates the given expression in Python and returns the result.</doc>
<status status="PASS" start="2026-06-02T01:45:40.084567" elapsed="0.000453"/>
</kw>
<kw name="Set Suite Variable" owner="BuiltIn">
<msg time="2026-06-02T01:45:40.085526" level="INFO">${duration_in_ms} = 60000</msg>
<arg>${duration_in_ms}</arg>
<doc>Makes a variable available everywhere within the scope of the current suite.</doc>
<status status="PASS" start="2026-06-02T01:45:40.085190" elapsed="0.000399"/>
</kw>
<kw name="Evaluate" owner="BuiltIn">
<msg time="2026-06-02T01:45:40.086105" level="INFO">${test_timeout} = 900.0</msg>
<var>${test_timeout}</var>
<arg>(${loops} * ${duration_in_secs}) * 1.5</arg>
<doc>Evaluates the given expression in Python and returns the result.</doc>
<status status="PASS" start="2026-06-02T01:45:40.085736" elapsed="0.000396"/>
</kw>
<kw name="Set Suite Variable" owner="BuiltIn">
<msg time="2026-06-02T01:45:40.086628" level="INFO">${test_timeout} = 900.0</msg>
<arg>${test_timeout}</arg>
<doc>Makes a variable available everywhere within the scope of the current suite.</doc>
<status status="PASS" start="2026-06-02T01:45:40.086292" elapsed="0.000379"/>
</kw>
<if>
<branch type="IF" condition="&quot;${cbench_system}&quot; == &quot;localhost&quot;">
<kw name="File Should Exist" owner="OperatingSystem">
<arg>${cbench_executable}</arg>
<doc>Fails unless the given ``path`` points to an existing file.</doc>
<status status="NOT RUN" start="2026-06-02T01:45:40.086973" elapsed="0.000022"/>
</kw>
<status status="NOT RUN" start="2026-06-02T01:45:40.086758" elapsed="0.000270"/>
</branch>
<branch type="ELSE">
<kw name="Verify File Exists On Remote System" owner="Utils">
<kw name="Open Connection" owner="SSHLibrary">
<msg time="2026-06-02T01:45:40.091683" level="INFO">${conn_id} = 2</msg>
<var>${conn_id}</var>
<arg>${system}</arg>
<arg>prompt=${prompt}</arg>
<arg>timeout=${prompt_timeout}</arg>
<doc>Opens a new SSH connection to the given ``host`` and ``port``.</doc>
<status status="PASS" start="2026-06-02T01:45:40.091253" elapsed="0.000457"/>
</kw>
<kw name="Flexible_SSH_Login" owner="SSHKeywords">
<kw name="Get Length" owner="BuiltIn">
<msg time="2026-06-02T01:45:40.092766" level="INFO">Length is 0.</msg>
<msg time="2026-06-02T01:45:40.092852" level="INFO">${pwd_length} = 0</msg>
<var>${pwd_length}</var>
<arg>${password}</arg>
<doc>Returns and logs the length of the given item as an integer.</doc>
<status status="PASS" start="2026-06-02T01:45:40.092272" elapsed="0.000605"/>
</kw>
<kw name="Run Keyword And Return If" owner="BuiltIn">
<arg>${pwd_length} &gt; 0</arg>
<arg>SSHLibrary.Login</arg>
<arg>${user}</arg>
<arg>${password}</arg>
<arg>delay=${delay}</arg>
<doc>Runs the specified keyword and returns from the enclosing user keyword.</doc>
<status status="PASS" start="2026-06-02T01:45:40.093024" elapsed="0.000343"/>
</kw>
<kw name="Run Keyword And Return" owner="BuiltIn">
<kw name="Login With Public Key" owner="SSHLibrary">
<msg time="2026-06-02T01:45:40.094390" level="INFO">Logging into '10.30.171.250:22' as 'jenkins'.</msg>
<msg time="2026-06-02T01:45:40.811484" 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 Jun  2 01:45:40 UTC 2026

  System load:  0.09               Processes:             111
  Usage of /:   19.3% of 38.58GB   Users logged in:       0
  Memory usage: 4%                 IPv4 address for ens3: 10.30.171.250
  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-737-1-mininet-ovs-217-0 ~]&gt;</msg>
<arg>${user}</arg>
<arg>${USER_HOME}/.ssh/${SSH_KEY}</arg>
<arg>${KEYFILE_PASS}</arg>
<arg>delay=${delay}</arg>
<doc>Logs into the SSH server using key-based authentication.</doc>
<status status="PASS" start="2026-06-02T01:45:40.093889" elapsed="0.717783"/>
</kw>
<msg time="2026-06-02T01:45:40.811777" level="INFO">Returning from the enclosing user keyword.</msg>
<arg>SSHLibrary.Login With Public Key</arg>
<arg>${user}</arg>
<arg>${USER_HOME}/.ssh/${SSH_KEY}</arg>
<arg>${KEYFILE_PASS}</arg>
<arg>delay=${delay}</arg>
<doc>Runs the specified keyword and returns from the enclosing user keyword.</doc>
<status status="PASS" start="2026-06-02T01:45:40.093525" elapsed="0.718406"/>
</kw>
<arg>${user}</arg>
<arg>${password}</arg>
<doc>On active SSH session: if given non-empty password, do Login, else do Login With Public Key.</doc>
<status status="PASS" start="2026-06-02T01:45:40.091918" elapsed="0.720166"/>
</kw>
<kw name="File Should Exist" owner="SSHLibrary">
<msg time="2026-06-02T01:45:40.819942" level="INFO">[chan 1] Opened sftp connection (server version 3)</msg>
<arg>${file}</arg>
<doc>Fails if the given ``path`` does NOT point to an existing file.</doc>
<status status="PASS" start="2026-06-02T01:45:40.812338" elapsed="0.009386"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-06-02T01:45:40.822155" elapsed="0.000661"/>
</kw>
<arg>${cbench_system}</arg>
<arg>${cbench_executable}</arg>
<doc>Will create connection with public key and will PASS if the given ${file} exists,
otherwise will FAIL</doc>
<status status="PASS" start="2026-06-02T01:45:40.090730" elapsed="0.732238"/>
</kw>
<status status="PASS" start="2026-06-02T01:45:40.087333" elapsed="0.735726"/>
</branch>
<status status="PASS" start="2026-06-02T01:45:40.086734" elapsed="0.736400"/>
</if>
<kw name="Should Be True" owner="BuiltIn">
<arg>${loops} &gt;= 2</arg>
<arg>If number of loops is less than 2, cbench will not run</arg>
<doc>Fails if the given condition is not true.</doc>
<status status="PASS" start="2026-06-02T01:45:40.823510" elapsed="0.001230"/>
</kw>
<kw name="Verify_Feature_Is_Installed" owner="KarafKeywords">
<if>
<branch type="IF" condition="'${IS_KARAF_APPL}' == 'False'">
<return>
<value>Not A Karaf App</value>
<status status="NOT RUN" start="2026-06-02T01:45:40.832889" elapsed="0.000020"/>
</return>
<status status="NOT RUN" start="2026-06-02T01:45:40.832753" elapsed="0.000195"/>
</branch>
<status status="PASS" start="2026-06-02T01:45:40.832723" elapsed="0.000250"/>
</if>
<kw name="Issue_Command_On_Karaf_Console" owner="KarafKeywords">
<if>
<branch type="IF" condition="'${IS_KARAF_APPL}' == 'False'">
<return>
<value>Not A Karaf App</value>
<status status="NOT RUN" start="2026-06-02T01:45:40.836621" elapsed="0.000015"/>
</return>
<status status="NOT RUN" start="2026-06-02T01:45:40.836485" elapsed="0.000184"/>
</branch>
<status status="PASS" start="2026-06-02T01:45:40.836465" elapsed="0.000227"/>
</if>
<kw name="Open Connection" owner="SSHLibrary">
<arg>${controller}</arg>
<arg>port=${karaf_port}</arg>
<arg>prompt=${KARAF_PROMPT_LOGIN}</arg>
<arg>timeout=${timeout}</arg>
<doc>Opens a new SSH connection to the given ``host`` and ``port``.</doc>
<status status="PASS" start="2026-06-02T01:45:40.836862" elapsed="0.000471"/>
</kw>
<kw name="Login" owner="SSHLibrary">
<msg time="2026-06-02T01:45:40.837774" level="INFO">Logging into '10.30.171.245:8101' as 'karaf'.</msg>
<msg time="2026-06-02T01:45:41.063411" level="INFO">Read output: [33m                                                                                           
[33m    ________                       ________                .__  .__       .__     __       
[33m    \_____  \ ______   ____   ____ \______ \ _____  ___.__.|  | |__| ____ |  |___/  |_     
[33m     /   |   \\____ \_/ __ \ /    \ |    |  \\__  \&lt;   |  ||  | |  |/ ___\|  |  \   __\    
[33m    /    |    \  |_&gt; &gt;  ___/|   |  \|    `   \/ __ \\___  ||  |_|  / /_/  &gt;   Y  \  |      
[33m    \_______  /   __/ \___  &gt;___|  /_______  (____  / ____||____/__\___  /|___|  /__|      
[33m            \/|__|        \/     \/        \/     \/\/            /_____/      \/          
[33m                                                                                           

Hit '[1m&lt;tab&gt;[0m' for a list of available commands
and '[1m[cmd] --help[0m' for help on a specific command.
Hit '[1m&lt;ctrl-d&gt;[0m' or type '[1msystem:shutdown[0m' or '[1mlogout[0m' to shutdown OpenDaylight.

[?1h=[90m~[0m                                                                                [?2004hopendaylight-user</msg>
<arg>${KARAF_USER}</arg>
<arg>${KARAF_PASSWORD}</arg>
<arg>loglevel=${loglevel}</arg>
<doc>Logs into the SSH server with the given ``username`` and ``password``.</doc>
<status status="PASS" start="2026-06-02T01:45:40.837486" elapsed="0.226111"/>
</kw>
<kw name="Write" owner="SSHLibrary">
<msg time="2026-06-02T01:45:41.152614" level="INFO">@root&gt;feature:list -i | 0[C 0g[Krep odl-openflowplugin-drop-test</msg>
<arg>${cmd}</arg>
<doc>Writes the given ``text`` on the remote machine and appends a newline.</doc>
<status status="PASS" start="2026-06-02T01:45:41.063872" elapsed="0.088813"/>
</kw>
<kw name="Read Until Regexp" owner="SSHLibrary">
<msg time="2026-06-02T01:45:41.162819" level="INFO">[?1l&gt;[?2004l[31;1modl-openflowplugin-drop-test[0m                                    x 0.20.2           x x        x Started x [31;1modl-openflowplugin-drop-test[0m                                    x OpenDaylight :: Openflow Plugin :: Drop Test
[?1h=[90m~[0m                                                                                [?2004hopendaylight-user@root&gt;</msg>
<msg time="2026-06-02T01:45:41.163016" level="INFO">${output} = [?1l&gt;[?2004l[31;1modl-openflowplugin-drop-test[0m                                    x 0.20.2           x x        x Started x [31;1modl-openflowplugin-drop-test[0m                     ...</msg>
<var>${output}</var>
<arg>${KARAF_PROMPT}</arg>
<doc>Consumes and returns the server output until a match to ``regexp`` is found.</doc>
<status status="PASS" start="2026-06-02T01:45:41.152849" elapsed="0.010199"/>
</kw>
<kw name="Write Bare" owner="SSHLibrary">
<arg>logout\n</arg>
<doc>Writes the given ``text`` on the remote machine without appending a newline.</doc>
<status status="PASS" start="2026-06-02T01:45:41.163194" elapsed="0.000199"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-06-02T01:45:41.163679" elapsed="0.000207"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-06-02T01:45:41.164339" level="INFO">[?1l&gt;[?2004l[31;1modl-openflowplugin-drop-test[0m                                    x 0.20.2           x x        x Started x [31;1modl-openflowplugin-drop-test[0m                                    x OpenDaylight :: Openflow Plugin :: Drop Test
[?1h=[90m~[0m                                                                                [?2004hopendaylight-user@root&gt;</msg>
<arg>${output}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-06-02T01:45:41.164026" elapsed="0.000369"/>
</kw>
<return>
<value>${output}</value>
<status status="PASS" start="2026-06-02T01:45:41.164445" elapsed="0.000056"/>
</return>
<msg time="2026-06-02T01:45:41.164681" level="INFO">${output} = [?1l&gt;[?2004l[31;1modl-openflowplugin-drop-test[0m                                    x 0.20.2           x x        x Started x [31;1modl-openflowplugin-drop-test[0m                     ...</msg>
<var>${output}</var>
<arg>feature:list -i | grep ${feature_name}</arg>
<arg>${controller}</arg>
<arg>${karaf_port}</arg>
<doc>Will execute the given ${cmd} by ssh'ing to the karaf console running on 10.30.171.245
Note that this keyword will open&amp;close new SSH connection, without switching back to previously current session.</doc>
<status status="PASS" start="2026-06-02T01:45:40.836116" elapsed="0.328598"/>
</kw>
<kw name="Should Contain" owner="BuiltIn">
<arg>${output}</arg>
<arg>${feature_name}</arg>
<doc>Fails if ``container`` does not contain ``item`` one or more times.</doc>
<status status="PASS" start="2026-06-02T01:45:41.164868" elapsed="0.000545"/>
</kw>
<return>
<value>${output}</value>
<status status="PASS" start="2026-06-02T01:45:41.165467" elapsed="0.000038"/>
</return>
<arg>odl-openflowplugin-drop-test</arg>
<doc>Will Succeed if the given ${feature_name} is found in the output of "feature:list -i"</doc>
<status status="PASS" start="2026-06-02T01:45:40.832302" elapsed="0.333330"/>
</kw>
<kw name="Issue_Command_On_Karaf_Console" owner="KarafKeywords">
<if>
<branch type="IF" condition="'${IS_KARAF_APPL}' == 'False'">
<return>
<value>Not A Karaf App</value>
<status status="NOT RUN" start="2026-06-02T01:45:41.169475" elapsed="0.000019"/>
</return>
<status status="NOT RUN" start="2026-06-02T01:45:41.169334" elapsed="0.000215"/>
</branch>
<status status="PASS" start="2026-06-02T01:45:41.169308" elapsed="0.000269"/>
</if>
<kw name="Open Connection" owner="SSHLibrary">
<arg>${controller}</arg>
<arg>port=${karaf_port}</arg>
<arg>prompt=${KARAF_PROMPT_LOGIN}</arg>
<arg>timeout=${timeout}</arg>
<doc>Opens a new SSH connection to the given ``host`` and ``port``.</doc>
<status status="PASS" start="2026-06-02T01:45:41.169748" elapsed="0.000471"/>
</kw>
<kw name="Login" owner="SSHLibrary">
<msg time="2026-06-02T01:45:41.170873" level="INFO">Logging into '10.30.171.245:8101' as 'karaf'.</msg>
<msg time="2026-06-02T01:45:41.346050" level="INFO">Read output: [33m                                                                                           
[33m    ________                       ________                .__  .__       .__     __       
[33m    \_____  \ ______   ____   ____ \______ \ _____  ___.__.|  | |__| ____ |  |___/  |_     
[33m     /   |   \\____ \_/ __ \ /    \ |    |  \\__  \&lt;   |  ||  | |  |/ ___\|  |  \   __\    
[33m    /    |    \  |_&gt; &gt;  ___/|   |  \|    `   \/ __ \\___  ||  |_|  / /_/  &gt;   Y  \  |      
[33m    \_______  /   __/ \___  &gt;___|  /_______  (____  / ____||____/__\___  /|___|  /__|      
[33m            \/|__|        \/     \/        \/     \/\/            /_____/      \/          
[33m                                                                                           

Hit '[1m&lt;tab&gt;[0m' for a list of available commands
and '[1m[cmd] --help[0m' for help on a specific command.
Hit '[1m&lt;ctrl-d&gt;[0m' or type '[1msystem:shutdown[0m' or '[1mlogout[0m' to shutdown OpenDaylight.

[?1h=[90m~[0m                                                                                [?2004hopendaylight-user</msg>
<arg>${KARAF_USER}</arg>
<arg>${KARAF_PASSWORD}</arg>
<arg>loglevel=${loglevel}</arg>
<doc>Logs into the SSH server with the given ``username`` and ``password``.</doc>
<status status="PASS" start="2026-06-02T01:45:41.170369" elapsed="0.175827"/>
</kw>
<kw name="Write" owner="SSHLibrary">
<msg time="2026-06-02T01:45:41.371227" level="INFO">@root&gt;dropallpacketsrpc on</msg>
<arg>${cmd}</arg>
<doc>Writes the given ``text`` on the remote machine and appends a newline.</doc>
<status status="PASS" start="2026-06-02T01:45:41.346453" elapsed="0.024837"/>
</kw>
<kw name="Read Until Regexp" owner="SSHLibrary">
<msg time="2026-06-02T01:45:41.373090" level="INFO">[?1l&gt;[?2004lDropAllFlows transitions to on
[?1h=[90m~[0m                                                                                [?2004hopendaylight-user@root&gt;</msg>
<msg time="2026-06-02T01:45:41.373194" level="INFO">${output} = [?1l&gt;[?2004lDropAllFlows transitions to on
[?1h=[90m~[0m                                                                                [?2004hopendaylight-user@root&gt;</msg>
<var>${output}</var>
<arg>${KARAF_PROMPT}</arg>
<doc>Consumes and returns the server output until a match to ``regexp`` is found.</doc>
<status status="PASS" start="2026-06-02T01:45:41.371442" elapsed="0.001781"/>
</kw>
<kw name="Write Bare" owner="SSHLibrary">
<arg>logout\n</arg>
<doc>Writes the given ``text`` on the remote machine without appending a newline.</doc>
<status status="PASS" start="2026-06-02T01:45:41.373361" elapsed="0.000204"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-06-02T01:45:41.373755" elapsed="0.000192"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-06-02T01:45:41.374392" level="INFO">[?1l&gt;[?2004lDropAllFlows transitions to on
[?1h=[90m~[0m                                                                                [?2004hopendaylight-user@root&gt;</msg>
<arg>${output}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-06-02T01:45:41.374085" elapsed="0.000357"/>
</kw>
<return>
<value>${output}</value>
<status status="PASS" start="2026-06-02T01:45:41.374498" elapsed="0.000072"/>
</return>
<arg>dropallpacketsrpc on</arg>
<doc>Will execute the given ${cmd} by ssh'ing to the karaf console running on 10.30.171.245
Note that this keyword will open&amp;close new SSH connection, without switching back to previously current session.</doc>
<status status="PASS" start="2026-06-02T01:45:41.168953" elapsed="0.205737"/>
</kw>
<status status="PASS" start="2026-06-02T01:45:39.303362" elapsed="2.071392"/>
</kw>
<test id="s1-t1" name="Cbench Latency Test" line="37">
<kw name="Log" owner="BuiltIn">
<msg time="2026-06-02T01:45:41.376616" level="INFO">Cbench tests using 10 iterations of 60 second tests. Switch Count: 16. Unique MACS to cycle: 100</msg>
<arg>Cbench tests using ${loops} iterations of ${duration_in_secs} second tests. Switch Count: ${switch_count}. Unique MACS to cycle: ${num_of_unique_macs}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-06-02T01:45:41.375595" elapsed="0.001085"/>
</kw>
<kw name="Run Cbench And Log Results">
<kw name="Set Suite Variable" owner="BuiltIn">
<msg time="2026-06-02T01:45:41.378169" level="INFO">${output_filename} = latency.csv</msg>
<arg>${output_filename}</arg>
<doc>Makes a variable available everywhere within the scope of the current suite.</doc>
<status status="PASS" start="2026-06-02T01:45:41.377814" elapsed="0.000399"/>
</kw>
<if>
<branch type="IF" condition="&quot;${cbench_system}&quot; == &quot;localhost&quot;">
<kw name="Run" owner="OperatingSystem">
<var>${output}</var>
<arg>${cbench_executable} -c ${ODL_SYSTEM_IP} ${cbench_args}</arg>
<doc>_This keyword is considered deprecated. Use the
[http://robotframework.org/robotframework/latest/libraries/Process.html|
Process] library instead._</doc>
<status status="NOT RUN" start="2026-06-02T01:45:41.378558" elapsed="0.000024"/>
</kw>
<status status="NOT RUN" start="2026-06-02T01:45:41.378293" elapsed="0.000327"/>
</branch>
<branch type="ELSE">
<kw name="Run Command On Remote System" owner="Utils">
<if>
<branch type="IF" condition="&quot;${return_stdout}&quot;!=&quot;True&quot; and &quot;${return_stderr}&quot;!=&quot;True&quot;">
<kw name="Fail" owner="BuiltIn">
<arg>At least one of {return_stdout} or {return_stderr} args should be set to True</arg>
<doc>Fails the test with the given message and optionally alters its tags.</doc>
<status status="NOT RUN" start="2026-06-02T01:45:41.381621" elapsed="0.000023"/>
</kw>
<status status="NOT RUN" start="2026-06-02T01:45:41.381350" elapsed="0.000329"/>
</branch>
<status status="PASS" start="2026-06-02T01:45:41.381330" elapsed="0.000376"/>
</if>
<kw name="Get Connection" owner="SSHLibrary">
<msg time="2026-06-02T01:45:41.382074" level="INFO">index=None
host=None
alias=None
port=22
timeout=3 seconds
newline=

prompt=None
term_type=vt100
width=80
height=24
path_separator=/
encoding=utf8
escape_ansi=False
encoding_errors=strict</msg>
<msg time="2026-06-02T01:45:41.382198" level="INFO">${current_ssh_connection} = index=None
host=None
alias=None
port=22
timeout=3 seconds
newline=

prompt=None
term_type=vt100
width=80
height=24
path_separator=/
encoding=utf8
escape_ansi=False
encoding_errors=strict</msg>
<var>${current_ssh_connection}</var>
<doc>Returns information about the connection.</doc>
<status status="PASS" start="2026-06-02T01:45:41.381838" elapsed="0.000387"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-06-02T01:45:41.383047" level="INFO">Attempting to execute command "/usr/local/bin/cbench -c 10.30.171.245 -m 60000 -M 100 -S 16 -l 10 -D 5000 -p 6633" on remote system "10.30.171.250" by user "jenkins" with keyfile pass "any" and prompt "&gt;" and password ""</msg>
<arg>Attempting to execute command "${cmd}" on remote system "${system}" by user "${user}" with keyfile pass "${keyfile_pass}" and prompt "${prompt}" and password "${password}"</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-06-02T01:45:41.382604" elapsed="0.000504"/>
</kw>
<kw name="Open Connection" owner="SSHLibrary">
<msg time="2026-06-02T01:45:41.383748" level="INFO">${conn_id} = 5</msg>
<var>${conn_id}</var>
<arg>${system}</arg>
<arg>prompt=${prompt}</arg>
<arg>timeout=${prompt_timeout}</arg>
<doc>Opens a new SSH connection to the given ``host`` and ``port``.</doc>
<status status="PASS" start="2026-06-02T01:45:41.383252" elapsed="0.000523"/>
</kw>
<kw name="Flexible_SSH_Login" owner="SSHKeywords">
<kw name="Get Length" owner="BuiltIn">
<msg time="2026-06-02T01:45:41.384717" level="INFO">Length is 0.</msg>
<msg time="2026-06-02T01:45:41.384810" level="INFO">${pwd_length} = 0</msg>
<var>${pwd_length}</var>
<arg>${password}</arg>
<doc>Returns and logs the length of the given item as an integer.</doc>
<status status="PASS" start="2026-06-02T01:45:41.384364" elapsed="0.000470"/>
</kw>
<kw name="Run Keyword And Return If" owner="BuiltIn">
<arg>${pwd_length} &gt; 0</arg>
<arg>SSHLibrary.Login</arg>
<arg>${user}</arg>
<arg>${password}</arg>
<arg>delay=${delay}</arg>
<doc>Runs the specified keyword and returns from the enclosing user keyword.</doc>
<status status="PASS" start="2026-06-02T01:45:41.384978" elapsed="0.000336"/>
</kw>
<kw name="Run Keyword And Return" owner="BuiltIn">
<kw name="Login With Public Key" owner="SSHLibrary">
<msg time="2026-06-02T01:45:41.386225" level="INFO">Logging into '10.30.171.250:22' as 'jenkins'.</msg>
<msg time="2026-06-02T01:45:41.701734" 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 Jun  2 01:45:40 UTC 2026

  System load:  0.09               Processes:             111
  Usage of /:   19.3% of 38.58GB   Users logged in:       0
  Memory usage: 4%                 IPv4 address for ens3: 10.30.171.250
  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 Jun  2 01:45:40 2026 from 10.30.170.154
[?2004h[jenkins@releng-48317-737-1-mininet-ovs-217-0 ~]&gt;</msg>
<arg>${user}</arg>
<arg>${USER_HOME}/.ssh/${SSH_KEY}</arg>
<arg>${KEYFILE_PASS}</arg>
<arg>delay=${delay}</arg>
<doc>Logs into the SSH server using key-based authentication.</doc>
<status status="PASS" start="2026-06-02T01:45:41.385842" elapsed="0.316054"/>
</kw>
<msg time="2026-06-02T01:45:41.701973" level="INFO">Returning from the enclosing user keyword.</msg>
<arg>SSHLibrary.Login With Public Key</arg>
<arg>${user}</arg>
<arg>${USER_HOME}/.ssh/${SSH_KEY}</arg>
<arg>${KEYFILE_PASS}</arg>
<arg>delay=${delay}</arg>
<doc>Runs the specified keyword and returns from the enclosing user keyword.</doc>
<status status="PASS" start="2026-06-02T01:45:41.385469" elapsed="0.316588"/>
</kw>
<arg>${user}</arg>
<arg>${password}</arg>
<doc>On active SSH session: if given non-empty password, do Login, else do Login With Public Key.</doc>
<status status="PASS" start="2026-06-02T01:45:41.383982" elapsed="0.318194"/>
</kw>
<kw name="Execute Command" owner="SSHLibrary">
<msg time="2026-06-02T01:45:41.702722" level="INFO">Executing command '/usr/local/bin/cbench -c 10.30.171.245 -m 60000 -M 100 -S 16 -l 10 -D 5000 -p 6633'.</msg>
<msg time="2026-06-02T01:55:47.833154" level="INFO">Command exited with return code 0.</msg>
<msg time="2026-06-02T01:55:47.833743" level="INFO">${stdout} = </msg>
<msg time="2026-06-02T01:55:47.833850" level="INFO">${stderr} = cbench: controller benchmarking tool
   running in mode 'latency'
   connecting to controller at 10.30.171.245: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-06-02T01:45:41.702410" elapsed="606.131499"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-06-02T01:55:47.834378" elapsed="0.000740"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-06-02T01:55:47.836232" level="INFO">cbench: controller benchmarking tool
   running in mode 'latency'
   connecting to controller at 10.30.171.245:6633 
   faking 16 switches with 1 threads :: 10 tests each; 60000 ms per test
   with 100 unique source MACs per switch
   learning destination mac addresses before the test
   starting test with 5000 ms delay after features_reply
   ignoring first 1 "warmup" and last 0 "cooldown" loops
   debugging info is off
Master Thread: Creating thread-0! 
Thread-0: All switches initialized. Running at node 10.30.171.245. So far 1 cbench instances have initialized their switches.  Waiting for other cbench-instances
Thread-0: Total switches from ALL cbench-instances initialized.
01:46:46.931 16  switches: flows:  96703 97735 97923 95034 95120 96099 96852 96964 95072 92700 92899 95860 94568 95884 95592 94710  total = 25.495250 per ms 
01:47:47.031 16  switches: flows:  107693 112598 110959 108831 107066 108492 107836 109556 107919 105585 104374 109044 107732 109067 107615 103971  total = 28.757589 per ms 
01:48:47.131 16  switches: flows:  104876 109188 108768 107569 103663 105191 104841 107900 106206 103784 101725 106223 104862 105212 105419 103013  total = 28.093728 per ms 
01:49:47.233 16  switches: flows:  107898 109856 108925 108146 104410 107491 108122 106618 107120 103824 105340 107664 105308 106367 104724 104757  total = 28.395055 per ms 
01:50:47.333 16  switches: flows:  101133 99997 99940 102125 99551 102014 102333 101412 97257 99047 98364 100131 98179 100688 97136 101140  total = 26.629661 per ms 
01:51:47.433 16  switches: flows:  111497 105871 107388 109871 108744 106891 109849 108590 104833 107891 107348 104947 106734 107694 105430 105947  total = 28.610822 per ms 
01:52:47.534 16  switches: flows:  114281 109025 110213 113603 107143 109534 111418 111104 108641 109686 109455 107552 107658 110563 105169 108058  total = 29.169642 per ms 
01:53:47.634 16  switches: flows:  116529 113256 113890 115350 112981 112333 115834 113493 109019 112499 111936 111256 111578 113868 110257 111287  total = 30.039280 per ms 
01:54:47.734 16  switches: flows:  125324 123751 122493 121152 122547 124596 123951 120495 120342 121405 119842 122012 120349 120335 120457 122231  total = 32.467150 per ms 
01:55:47.835 16  switches: flows:  124200 120920 120284 121445 120143 121585 120971 119244 118426 119892 116053 118925 118131 118100 115850 118576  total = 31.825934 per ms 
RESULT: 16 switches 9 tests min/max/avg/stdev = 26629.66/32467.15/29332.10/9930.38 responses/s</msg>
<arg>${stderr}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-06-02T01:55:47.835486" elapsed="0.001188"/>
</kw>
<if>
<branch type="IF" condition="&quot;${return_stdout}&quot;!=&quot;True&quot;">
<return>
<value>${stderr}</value>
<status status="PASS" start="2026-06-02T01:55:47.837140" elapsed="0.000060"/>
</return>
<status status="PASS" start="2026-06-02T01:55:47.836874" elapsed="0.000382"/>
</branch>
<status status="PASS" start="2026-06-02T01:55:47.836817" elapsed="0.000476"/>
</if>
<if>
<branch type="IF" condition="&quot;${return_stderr}&quot;!=&quot;True&quot;">
<return>
<value>${stdout}</value>
<status status="NOT RUN" start="2026-06-02T01:55:47.837437" elapsed="0.000019"/>
</return>
<status status="NOT RUN" start="2026-06-02T01:55:47.837381" elapsed="0.000137"/>
</branch>
<status status="NOT RUN" start="2026-06-02T01:55:47.837358" elapsed="0.000194"/>
</if>
<return>
<value>${stdout}</value>
<value>${stderr}</value>
<status status="NOT RUN" start="2026-06-02T01:55:47.837602" elapsed="0.000020"/>
</return>
<kw name="Restore_Current_Ssh_Connection_From_Index" owner="SSHKeywords" type="TEARDOWN">
<kw name="Run Keyword And Return If" owner="BuiltIn">
<arg>${connection_index} is not None</arg>
<arg>SSHLibrary.Switch Connection</arg>
<arg>${connection_index}</arg>
<doc>Runs the specified keyword and returns from the enclosing user keyword.</doc>
<status status="PASS" start="2026-06-02T01:55:47.841429" elapsed="0.000521"/>
</kw>
<kw name="Open Connection" owner="SSHLibrary">
<arg>127.0.0.1</arg>
<doc>Opens a new SSH connection to the given ``host`` and ``port``.</doc>
<status status="PASS" start="2026-06-02T01:55:47.842175" elapsed="0.000246"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-06-02T01:55:47.842650" elapsed="0.000152"/>
</kw>
<arg>${current_ssh_connection.index}</arg>
<doc>Restore active SSH connection in SSHLibrary to given index.</doc>
<status status="PASS" start="2026-06-02T01:55:47.838080" elapsed="0.004802"/>
</kw>
<msg time="2026-06-02T01:55:47.843079" level="INFO">${output} = cbench: controller benchmarking tool
   running in mode 'latency'
   connecting to controller at 10.30.171.245: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-06-02T01:45:41.378973" elapsed="606.464146"/>
</kw>
<status status="PASS" start="2026-06-02T01:45:41.378650" elapsed="606.464542"/>
</branch>
<status status="PASS" start="2026-06-02T01:45:41.378269" elapsed="606.464959"/>
</if>
<kw name="Log" owner="BuiltIn">
<msg time="2026-06-02T01:55:47.843917" level="INFO">cbench: controller benchmarking tool
   running in mode 'latency'
   connecting to controller at 10.30.171.245:6633 
   faking 16 switches with 1 threads :: 10 tests each; 60000 ms per test
   with 100 unique source MACs per switch
   learning destination mac addresses before the test
   starting test with 5000 ms delay after features_reply
   ignoring first 1 "warmup" and last 0 "cooldown" loops
   debugging info is off
Master Thread: Creating thread-0! 
Thread-0: All switches initialized. Running at node 10.30.171.245. So far 1 cbench instances have initialized their switches.  Waiting for other cbench-instances
Thread-0: Total switches from ALL cbench-instances initialized.
01:46:46.931 16  switches: flows:  96703 97735 97923 95034 95120 96099 96852 96964 95072 92700 92899 95860 94568 95884 95592 94710  total = 25.495250 per ms 
01:47:47.031 16  switches: flows:  107693 112598 110959 108831 107066 108492 107836 109556 107919 105585 104374 109044 107732 109067 107615 103971  total = 28.757589 per ms 
01:48:47.131 16  switches: flows:  104876 109188 108768 107569 103663 105191 104841 107900 106206 103784 101725 106223 104862 105212 105419 103013  total = 28.093728 per ms 
01:49:47.233 16  switches: flows:  107898 109856 108925 108146 104410 107491 108122 106618 107120 103824 105340 107664 105308 106367 104724 104757  total = 28.395055 per ms 
01:50:47.333 16  switches: flows:  101133 99997 99940 102125 99551 102014 102333 101412 97257 99047 98364 100131 98179 100688 97136 101140  total = 26.629661 per ms 
01:51:47.433 16  switches: flows:  111497 105871 107388 109871 108744 106891 109849 108590 104833 107891 107348 104947 106734 107694 105430 105947  total = 28.610822 per ms 
01:52:47.534 16  switches: flows:  114281 109025 110213 113603 107143 109534 111418 111104 108641 109686 109455 107552 107658 110563 105169 108058  total = 29.169642 per ms 
01:53:47.634 16  switches: flows:  116529 113256 113890 115350 112981 112333 115834 113493 109019 112499 111936 111256 111578 113868 110257 111287  total = 30.039280 per ms 
01:54:47.734 16  switches: flows:  125324 123751 122493 121152 122547 124596 123951 120495 120342 121405 119842 122012 120349 120335 120457 122231  total = 32.467150 per ms 
01:55:47.835 16  switches: flows:  124200 120920 120284 121445 120143 121585 120971 119244 118426 119892 116053 118925 118131 118100 115850 118576  total = 31.825934 per ms 
RESULT: 16 switches 9 tests min/max/avg/stdev = 26629.66/32467.15/29332.10/9930.38 responses/s</msg>
<arg>${output}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-06-02T01:55:47.843449" elapsed="0.000582"/>
</kw>
<kw name="Should Contain" owner="BuiltIn">
<arg>${output}</arg>
<arg>RESULT</arg>
<doc>Fails if ``container`` does not contain ``item`` one or more times.</doc>
<status status="PASS" start="2026-06-02T01:55:47.844253" elapsed="0.000599"/>
</kw>
<kw name="Get Lines Containing String" owner="String">
<msg time="2026-06-02T01:55:47.845328" level="INFO">1 out of 23 lines matched.</msg>
<msg time="2026-06-02T01:55:47.845420" level="INFO">${result_line} = RESULT: 16 switches 9 tests min/max/avg/stdev = 26629.66/32467.15/29332.10/9930.38 responses/s</msg>
<var>${result_line}</var>
<arg>${output}</arg>
<arg>RESULT</arg>
<doc>Returns lines of the given ``string`` that contain the ``pattern``.</doc>
<status status="PASS" start="2026-06-02T01:55:47.845085" elapsed="0.000360"/>
</kw>
<kw name="Split String" owner="String">
<msg time="2026-06-02T01:55:47.845882" level="INFO">@{results_list} = [ RESULT: | 16 | switches | 9 | tests | min/max/avg/stdev | = | 26629.66/32467.15/29332.10/9930.38 | responses/s ]</msg>
<var>@{results_list}</var>
<arg>${result_line}</arg>
<doc>Splits the ``string`` using ``separator`` as a delimiter string.</doc>
<status status="PASS" start="2026-06-02T01:55:47.845615" elapsed="0.000295"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-06-02T01:55:47.848334" level="INFO">min/max/avg/stdev</msg>
<arg>${results_list[5]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-06-02T01:55:47.846061" elapsed="0.002332"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-06-02T01:55:47.850786" level="INFO">26629.66/32467.15/29332.10/9930.38</msg>
<arg>${results_list[7]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-06-02T01:55:47.848555" elapsed="0.002288"/>
</kw>
<kw name="Split String" owner="String">
<msg time="2026-06-02T01:55:47.853217" level="INFO">@{result_name_list} = [ min | max | avg | stdev ]</msg>
<var>@{result_name_list}</var>
<arg>${results_list[5]}</arg>
<arg>/</arg>
<doc>Splits the ``string`` using ``separator`` as a delimiter string.</doc>
<status status="PASS" start="2026-06-02T01:55:47.850992" elapsed="0.002254"/>
</kw>
<kw name="Split String" owner="String">
<msg time="2026-06-02T01:55:47.855696" level="INFO">@{result_value_list} = [ 26629.66 | 32467.15 | 29332.10 | 9930.38 ]</msg>
<var>@{result_value_list}</var>
<arg>${results_list[7]}</arg>
<arg>/</arg>
<doc>Splits the ``string`` using ``separator`` as a delimiter string.</doc>
<status status="PASS" start="2026-06-02T01:55:47.853462" elapsed="0.002261"/>
</kw>
<kw name="Get Length" owner="BuiltIn">
<msg time="2026-06-02T01:55:47.856195" level="INFO">Length is 4.</msg>
<msg time="2026-06-02T01:55:47.856317" level="INFO">${num_stats} = 4</msg>
<var>${num_stats}</var>
<arg>${result_name_list}</arg>
<doc>Returns and logs the length of the given item as an integer.</doc>
<status status="PASS" start="2026-06-02T01:55:47.855877" elapsed="0.000466"/>
</kw>
<for flavor="IN RANGE">
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-06-02T01:55:47.861121" level="INFO">min :: 26629.66</msg>
<arg>${result_name_list[${i}]} :: ${result_value_list[${i}]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-06-02T01:55:47.856790" elapsed="0.004389"/>
</kw>
<var name="${i}">0</var>
<status status="PASS" start="2026-06-02T01:55:47.856654" elapsed="0.004560"/>
</iter>
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-06-02T01:55:47.865802" level="INFO">max :: 32467.15</msg>
<arg>${result_name_list[${i}]} :: ${result_value_list[${i}]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-06-02T01:55:47.861436" elapsed="0.004442"/>
</kw>
<var name="${i}">1</var>
<status status="PASS" start="2026-06-02T01:55:47.861309" elapsed="0.004604"/>
</iter>
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-06-02T01:55:47.870680" level="INFO">avg :: 29332.10</msg>
<arg>${result_name_list[${i}]} :: ${result_value_list[${i}]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-06-02T01:55:47.866132" elapsed="0.004607"/>
</kw>
<var name="${i}">2</var>
<status status="PASS" start="2026-06-02T01:55:47.866004" elapsed="0.004772"/>
</iter>
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-06-02T01:55:47.875356" level="INFO">stdev :: 9930.38</msg>
<arg>${result_name_list[${i}]} :: ${result_value_list[${i}]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-06-02T01:55:47.871013" elapsed="0.004398"/>
</kw>
<var name="${i}">3</var>
<status status="PASS" start="2026-06-02T01:55:47.870874" elapsed="0.004572"/>
</iter>
<var>${i}</var>
<value>0</value>
<value>${num_stats}</value>
<status status="PASS" start="2026-06-02T01:55:47.856418" elapsed="0.019061"/>
</for>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-06-02T01:55:47.879602" level="INFO">${min} = 26629.66</msg>
<var>${min}</var>
<arg>${result_value_list[${0}]}</arg>
<doc>Returns the given values which can then be assigned to a variables.</doc>
<status status="PASS" start="2026-06-02T01:55:47.875656" elapsed="0.003974"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-06-02T01:55:47.883970" level="INFO">${max} = 32467.15</msg>
<var>${max}</var>
<arg>${result_value_list[${1}]}</arg>
<doc>Returns the given values which can then be assigned to a variables.</doc>
<status status="PASS" start="2026-06-02T01:55:47.879786" elapsed="0.004211"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-06-02T01:55:47.887945" level="INFO">${average} = 29332.10</msg>
<var>${average}</var>
<arg>${result_value_list[${2}]}</arg>
<doc>Returns the given values which can then be assigned to a variables.</doc>
<status status="PASS" start="2026-06-02T01:55:47.884158" elapsed="0.003815"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-06-02T01:55:47.891966" level="INFO">${stdev} = 9930.38</msg>
<var>${stdev}</var>
<arg>${result_value_list[${3}]}</arg>
<doc>Returns the given values which can then be assigned to a variables.</doc>
<status status="PASS" start="2026-06-02T01:55:47.888136" elapsed="0.003856"/>
</kw>
<kw name="Get Time" owner="BuiltIn">
<msg time="2026-06-02T01:55:47.892585" level="INFO">${date} = 2026-06-02 01:55:47</msg>
<var>${date}</var>
<arg>d,m,s</arg>
<doc>Returns the given time in the requested format.</doc>
<status status="PASS" start="2026-06-02T01:55:47.892154" elapsed="0.000458"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-06-02T01:55:47.893177" level="INFO">CBench Result: 2026-06-02 01:55:47,-m 60000 -M 100 -S 16 -l 10 -D 5000 -p 6633,26629.66,32467.15,29332.10,9930.38</msg>
<arg>CBench Result: ${date},${cbench_args},${min},${max},${average},${stdev}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-06-02T01:55:47.892761" elapsed="0.000471"/>
</kw>
<kw name="Log Results And Determine Status">
<kw name="Append To File" owner="OperatingSystem">
<msg time="2026-06-02T01:55:47.894312" level="INFO" html="true">Appended to file '&lt;a href="file:///w/workspace/openflowplugin-csit-1node-cbench-only-titanium/latency.csv"&gt;/w/workspace/openflowplugin-csit-1node-cbench-only-titanium/latency.csv&lt;/a&gt;'.</msg>
<arg>${output_file}</arg>
<arg>${min},${max},${average}\n</arg>
<doc>Appends the given content to the specified file.</doc>
<status status="PASS" start="2026-06-02T01:55:47.893894" elapsed="0.000484"/>
</kw>
<kw name="Should Be True" owner="BuiltIn">
<arg>${average} &gt; ${threshold}</arg>
<arg>${average} flow_mods per/sec did not exceed threshold of ${threshold}</arg>
<doc>Fails if the given condition is not true.</doc>
<status status="PASS" start="2026-06-02T01:55:47.894546" elapsed="0.000479"/>
</kw>
<arg>${min}</arg>
<arg>${max}</arg>
<arg>${average}</arg>
<arg>${average_threshold}</arg>
<arg>${output_filename}</arg>
<status status="PASS" start="2026-06-02T01:55:47.893391" elapsed="0.001701"/>
</kw>
<arg>-m ${duration_in_ms} -M ${num_of_unique_macs} -S ${switch_count} -l ${loops} -D ${start_delay} -p ${of_port}</arg>
<arg>${latency_threshold}</arg>
<arg>${latency_results_file}</arg>
<status status="PASS" start="2026-06-02T01:45:41.377131" elapsed="606.518023"/>
</kw>
<kw name="Sleep" owner="BuiltIn">
<msg time="2026-06-02T01:55:47.895642" level="INFO">Slept 0 seconds.</msg>
<arg>${test_delay}</arg>
<doc>Pauses the test executed for the given time.</doc>
<status status="PASS" start="2026-06-02T01:55:47.895307" elapsed="0.000393"/>
</kw>
<kw name="Log Results As Zero If Cbench Timed Out" type="TEARDOWN">
<kw name="Run Keyword If Timeout Occurred" owner="BuiltIn">
<arg>Log Results And Determine Status</arg>
<arg>0</arg>
<arg>0</arg>
<arg>0</arg>
<arg>0</arg>
<arg>${output_filename}</arg>
<doc>Runs the given keyword if either a test or a keyword timeout has occurred.</doc>
<status status="PASS" start="2026-06-02T01:55:47.896215" elapsed="0.000316"/>
</kw>
<status status="PASS" start="2026-06-02T01:55:47.895911" elapsed="0.000692"/>
</kw>
<doc>cbench executed in default latency mode. Test parameters have defaults, but can be overridden
on the pybot command line</doc>
<tag>cbench</tag>
<tag>latency</tag>
<timeout value="15 minutes"/>
<status status="PASS" start="2026-06-02T01:45:41.374901" elapsed="606.521738"/>
</test>
<test id="s1-t2" name="Cbench Throughput Test" line="51">
<kw name="Log" owner="BuiltIn">
<msg time="2026-06-02T01:55:47.897913" level="INFO">Cbench tests using 10 iterations of 60 second tests. Switch Count: 16. Unique MACS to cycle: 100</msg>
<arg>Cbench tests using ${loops} iterations of ${duration_in_secs} second tests. Switch Count: ${switch_count}. Unique MACS to cycle: ${num_of_unique_macs}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-06-02T01:55:47.897531" elapsed="0.000438"/>
</kw>
<kw name="Run Cbench And Log Results">
<kw name="Set Suite Variable" owner="BuiltIn">
<msg time="2026-06-02T01:55:47.899234" level="INFO">${output_filename} = throughput.csv</msg>
<arg>${output_filename}</arg>
<doc>Makes a variable available everywhere within the scope of the current suite.</doc>
<status status="PASS" start="2026-06-02T01:55:47.898903" elapsed="0.000373"/>
</kw>
<if>
<branch type="IF" condition="&quot;${cbench_system}&quot; == &quot;localhost&quot;">
<kw name="Run" owner="OperatingSystem">
<var>${output}</var>
<arg>${cbench_executable} -c ${ODL_SYSTEM_IP} ${cbench_args}</arg>
<doc>_This keyword is considered deprecated. Use the
[http://robotframework.org/robotframework/latest/libraries/Process.html|
Process] library instead._</doc>
<status status="NOT RUN" start="2026-06-02T01:55:47.899643" elapsed="0.000022"/>
</kw>
<status status="NOT RUN" start="2026-06-02T01:55:47.899402" elapsed="0.000300"/>
</branch>
<branch type="ELSE">
<kw name="Run Command On Remote System" owner="Utils">
<if>
<branch type="IF" condition="&quot;${return_stdout}&quot;!=&quot;True&quot; and &quot;${return_stderr}&quot;!=&quot;True&quot;">
<kw name="Fail" owner="BuiltIn">
<arg>At least one of {return_stdout} or {return_stderr} args should be set to True</arg>
<doc>Fails the test with the given message and optionally alters its tags.</doc>
<status status="NOT RUN" start="2026-06-02T01:55:47.902849" elapsed="0.000024"/>
</kw>
<status status="NOT RUN" start="2026-06-02T01:55:47.902583" elapsed="0.000328"/>
</branch>
<status status="PASS" start="2026-06-02T01:55:47.902562" elapsed="0.000374"/>
</if>
<kw name="Get Connection" owner="SSHLibrary">
<msg time="2026-06-02T01:55:47.903308" level="INFO">index=None
host=None
alias=None
port=22
timeout=3 seconds
newline=

prompt=None
term_type=vt100
width=80
height=24
path_separator=/
encoding=utf8
escape_ansi=False
encoding_errors=strict</msg>
<msg time="2026-06-02T01:55:47.903433" level="INFO">${current_ssh_connection} = index=None
host=None
alias=None
port=22
timeout=3 seconds
newline=

prompt=None
term_type=vt100
width=80
height=24
path_separator=/
encoding=utf8
escape_ansi=False
encoding_errors=strict</msg>
<var>${current_ssh_connection}</var>
<doc>Returns information about the connection.</doc>
<status status="PASS" start="2026-06-02T01:55:47.903078" elapsed="0.000382"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-06-02T01:55:47.904047" level="INFO">Attempting to execute command "/usr/local/bin/cbench -c 10.30.171.245 -t -m 60000 -M 100 -S 16 -l 10 -D 5000 -p 6633" on remote system "10.30.171.250" by user "jenkins" with keyfile pass "any" and prompt "&gt;" and password ""</msg>
<arg>Attempting to execute command "${cmd}" on remote system "${system}" by user "${user}" with keyfile pass "${keyfile_pass}" and prompt "${prompt}" and password "${password}"</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-06-02T01:55:47.903612" elapsed="0.000494"/>
</kw>
<kw name="Open Connection" owner="SSHLibrary">
<msg time="2026-06-02T01:55:47.904709" level="INFO">${conn_id} = 7</msg>
<var>${conn_id}</var>
<arg>${system}</arg>
<arg>prompt=${prompt}</arg>
<arg>timeout=${prompt_timeout}</arg>
<doc>Opens a new SSH connection to the given ``host`` and ``port``.</doc>
<status status="PASS" start="2026-06-02T01:55:47.904248" elapsed="0.000488"/>
</kw>
<kw name="Flexible_SSH_Login" owner="SSHKeywords">
<kw name="Get Length" owner="BuiltIn">
<msg time="2026-06-02T01:55:47.905664" level="INFO">Length is 0.</msg>
<msg time="2026-06-02T01:55:47.905753" level="INFO">${pwd_length} = 0</msg>
<var>${pwd_length}</var>
<arg>${password}</arg>
<doc>Returns and logs the length of the given item as an integer.</doc>
<status status="PASS" start="2026-06-02T01:55:47.905328" elapsed="0.000450"/>
</kw>
<kw name="Run Keyword And Return If" owner="BuiltIn">
<arg>${pwd_length} &gt; 0</arg>
<arg>SSHLibrary.Login</arg>
<arg>${user}</arg>
<arg>${password}</arg>
<arg>delay=${delay}</arg>
<doc>Runs the specified keyword and returns from the enclosing user keyword.</doc>
<status status="PASS" start="2026-06-02T01:55:47.905920" elapsed="0.000329"/>
</kw>
<kw name="Run Keyword And Return" owner="BuiltIn">
<kw name="Login With Public Key" owner="SSHLibrary">
<msg time="2026-06-02T01:55:47.907119" level="INFO">Logging into '10.30.171.250:22' as 'jenkins'.</msg>
<msg time="2026-06-02T01:55:48.499416" 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 Jun  2 01:55:48 UTC 2026

  System load:  1.01               Processes:             104
  Usage of /:   19.9% of 38.58GB   Users logged in:       0
  Memory usage: 4%                 IPv4 address for ens3: 10.30.171.250
  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 Jun  2 01:45:41 2026 from 10.30.170.154
[?2004h[jenkins@releng-48317-737-1-mininet-ovs-217-0 ~]&gt;</msg>
<arg>${user}</arg>
<arg>${USER_HOME}/.ssh/${SSH_KEY}</arg>
<arg>${KEYFILE_PASS}</arg>
<arg>delay=${delay}</arg>
<doc>Logs into the SSH server using key-based authentication.</doc>
<status status="PASS" start="2026-06-02T01:55:47.906766" elapsed="0.592872"/>
</kw>
<msg time="2026-06-02T01:55:48.499737" level="INFO">Returning from the enclosing user keyword.</msg>
<arg>SSHLibrary.Login With Public Key</arg>
<arg>${user}</arg>
<arg>${USER_HOME}/.ssh/${SSH_KEY}</arg>
<arg>${KEYFILE_PASS}</arg>
<arg>delay=${delay}</arg>
<doc>Runs the specified keyword and returns from the enclosing user keyword.</doc>
<status status="PASS" start="2026-06-02T01:55:47.906401" elapsed="0.593431"/>
</kw>
<arg>${user}</arg>
<arg>${password}</arg>
<doc>On active SSH session: if given non-empty password, do Login, else do Login With Public Key.</doc>
<status status="PASS" start="2026-06-02T01:55:47.904945" elapsed="0.595011"/>
</kw>
<kw name="Execute Command" owner="SSHLibrary">
<msg time="2026-06-02T01:55:48.500514" level="INFO">Executing command '/usr/local/bin/cbench -c 10.30.171.245 -t -m 60000 -M 100 -S 16 -l 10 -D 5000 -p 6633'.</msg>
<msg time="2026-06-02T02:05:54.565018" level="INFO">Command exited with return code 0.</msg>
<msg time="2026-06-02T02:05:54.565482" level="INFO">${stdout} = </msg>
<msg time="2026-06-02T02:05:54.565598" level="INFO">${stderr} = cbench: controller benchmarking tool
   running in mode 'throughput'
   connecting to controller at 10.30.171.245:6633 
   faking 16 switches with 1 threads :: 10 tests each; 60000 ms per test
   with...</msg>
<var>${stdout}</var>
<var>${stderr}</var>
<arg>${cmd}</arg>
<arg>return_stderr=True</arg>
<doc>Executes ``command`` on the remote machine and returns its outputs.</doc>
<status status="PASS" start="2026-06-02T01:55:48.500183" elapsed="606.065454"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-06-02T02:05:54.565990" elapsed="0.000715"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-06-02T02:05:54.567944" level="INFO">cbench: controller benchmarking tool
   running in mode 'throughput'
   connecting to controller at 10.30.171.245:6633 
   faking 16 switches with 1 threads :: 10 tests each; 60000 ms per test
   with 100 unique source MACs per switch
   learning destination mac addresses before the test
   starting test with 5000 ms delay after features_reply
   ignoring first 1 "warmup" and last 0 "cooldown" loops
   debugging info is off
Master Thread: Creating thread-0! 
Thread-0: All switches initialized. Running at node 10.30.171.245. 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:53.643 16  switches: flows:  408766 411771 425829 408715 412065 414270 402020 414725 404757 396904 399259 403310 402790 404674 404938 404657  total = 108.657500 per ms 
01:57:53.744 16  switches: flows:  463565 474060 469990 461229 464052 467221 455570 454426 464292 454880 460015 456505 459856 463295 459912 473392  total = 123.163529 per ms 
01:58:53.846 16  switches: flows:  496883 494506 491338 492971 499547 497354 502754 486775 493784 489569 498157 493040 488542 497618 476099 501868  total = 131.457259 per ms 
01:59:53.947 16  switches: flows:  453531 464206 448951 460651 453204 462422 462573 464382 464304 457013 457803 464121 460428 451244 457023 459484  total = 122.150590 per ms 
02:00:54.049 16  switches: flows:  546703 544315 547012 544800 544234 544856 540925 545610 550345 546470 546482 547002 548366 548449 545122 547095  total = 145.383872 per ms 
02:01:54.151 16  switches: flows:  483433 478004 472124 471234 469559 471234 471060 474729 472259 468146 476469 472272 479614 477271 475915 469120  total = 126.161898 per ms 
02:02:54.253 16  switches: flows:  446385 447157 448939 424100 437876 447911 412544 438332 467295 463414 449534 448430 423137 415020 436930 439900  total = 117.250493 per ms 
02:03:54.355 16  switches: flows:  497148 427374 428844 497665 495415 496843 498179 491259 495395 494273 494032 499674 492392 426971 427794 495569  total = 127.431939 per ms 
02:04:54.458 16  switches: flows:  530297 526927 542448 536556 529572 533606 537157 542092 540059 535893 526981 524841 533226 536289 534670 531945  total = 142.135474 per ms 
02:05:54.560 16  switches: flows:  503595 505365 500976 504219 498005 509814 496499 498639 492054 502842 504567 502231 505323 494284 502412 504408  total = 133.528734 per ms 
RESULT: 16 switches 9 tests min/max/avg/stdev = 117250.49/145383.87/129851.53/44161.27 responses/s</msg>
<arg>${stderr}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-06-02T02:05:54.567094" 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-06-02T02:05:54.568840" elapsed="0.000089"/>
</return>
<status status="PASS" start="2026-06-02T02:05:54.568520" elapsed="0.000495"/>
</branch>
<status status="PASS" start="2026-06-02T02:05:54.568439" elapsed="0.000636"/>
</if>
<if>
<branch type="IF" condition="&quot;${return_stderr}&quot;!=&quot;True&quot;">
<return>
<value>${stdout}</value>
<status status="NOT RUN" start="2026-06-02T02:05:54.569296" elapsed="0.000032"/>
</return>
<status status="NOT RUN" start="2026-06-02T02:05:54.569211" elapsed="0.000181"/>
</branch>
<status status="NOT RUN" start="2026-06-02T02:05:54.569173" elapsed="0.000270"/>
</if>
<return>
<value>${stdout}</value>
<value>${stderr}</value>
<status status="NOT RUN" start="2026-06-02T02:05:54.569549" elapsed="0.000034"/>
</return>
<kw name="Restore_Current_Ssh_Connection_From_Index" owner="SSHKeywords" type="TEARDOWN">
<kw name="Run Keyword And Return If" owner="BuiltIn">
<arg>${connection_index} is not None</arg>
<arg>SSHLibrary.Switch Connection</arg>
<arg>${connection_index}</arg>
<doc>Runs the specified keyword and returns from the enclosing user keyword.</doc>
<status status="PASS" start="2026-06-02T02:05:54.574384" elapsed="0.000505"/>
</kw>
<kw name="Open Connection" owner="SSHLibrary">
<arg>127.0.0.1</arg>
<doc>Opens a new SSH connection to the given ``host`` and ``port``.</doc>
<status status="PASS" start="2026-06-02T02:05:54.575103" elapsed="0.000238"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-06-02T02:05:54.575611" 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-06-02T02:05:54.570268" elapsed="0.005577"/>
</kw>
<msg time="2026-06-02T02:05:54.576031" level="INFO">${output} = cbench: controller benchmarking tool
   running in mode 'throughput'
   connecting to controller at 10.30.171.245:6633 
   faking 16 switches with 1 threads :: 10 tests each; 60000 ms per test
   with...</msg>
<var>${output}</var>
<arg>${cbench_system}</arg>
<arg>${cbench_executable} -c ${ODL_SYSTEM_IP} ${cbench_args}</arg>
<arg>prompt_timeout=${test_timeout}</arg>
<arg>return_stdout=False</arg>
<arg>return_stderr=True</arg>
<doc>Reduces the common work of running a command on a remote system to a single higher level
robot keyword, taking care to log in with a public key and. The command given is written and the return value
depends on the passed argument values of return_stdout (default: True) and return_stderr (default: False).
At least one should be True, or the keyword will exit and FAIL. If both are True, the resulting return value
will be a two element list containing both. Otherwise the resulting return value is a string.
No test conditions are checked.</doc>
<status status="PASS" start="2026-06-02T01:55:47.900046" elapsed="606.676023"/>
</kw>
<status status="PASS" start="2026-06-02T01:55:47.899730" elapsed="606.676417"/>
</branch>
<status status="PASS" start="2026-06-02T01:55:47.899378" elapsed="606.676813"/>
</if>
<kw name="Log" owner="BuiltIn">
<msg time="2026-06-02T02:05:54.576878" level="INFO">cbench: controller benchmarking tool
   running in mode 'throughput'
   connecting to controller at 10.30.171.245:6633 
   faking 16 switches with 1 threads :: 10 tests each; 60000 ms per test
   with 100 unique source MACs per switch
   learning destination mac addresses before the test
   starting test with 5000 ms delay after features_reply
   ignoring first 1 "warmup" and last 0 "cooldown" loops
   debugging info is off
Master Thread: Creating thread-0! 
Thread-0: All switches initialized. Running at node 10.30.171.245. 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:53.643 16  switches: flows:  408766 411771 425829 408715 412065 414270 402020 414725 404757 396904 399259 403310 402790 404674 404938 404657  total = 108.657500 per ms 
01:57:53.744 16  switches: flows:  463565 474060 469990 461229 464052 467221 455570 454426 464292 454880 460015 456505 459856 463295 459912 473392  total = 123.163529 per ms 
01:58:53.846 16  switches: flows:  496883 494506 491338 492971 499547 497354 502754 486775 493784 489569 498157 493040 488542 497618 476099 501868  total = 131.457259 per ms 
01:59:53.947 16  switches: flows:  453531 464206 448951 460651 453204 462422 462573 464382 464304 457013 457803 464121 460428 451244 457023 459484  total = 122.150590 per ms 
02:00:54.049 16  switches: flows:  546703 544315 547012 544800 544234 544856 540925 545610 550345 546470 546482 547002 548366 548449 545122 547095  total = 145.383872 per ms 
02:01:54.151 16  switches: flows:  483433 478004 472124 471234 469559 471234 471060 474729 472259 468146 476469 472272 479614 477271 475915 469120  total = 126.161898 per ms 
02:02:54.253 16  switches: flows:  446385 447157 448939 424100 437876 447911 412544 438332 467295 463414 449534 448430 423137 415020 436930 439900  total = 117.250493 per ms 
02:03:54.355 16  switches: flows:  497148 427374 428844 497665 495415 496843 498179 491259 495395 494273 494032 499674 492392 426971 427794 495569  total = 127.431939 per ms 
02:04:54.458 16  switches: flows:  530297 526927 542448 536556 529572 533606 537157 542092 540059 535893 526981 524841 533226 536289 534670 531945  total = 142.135474 per ms 
02:05:54.560 16  switches: flows:  503595 505365 500976 504219 498005 509814 496499 498639 492054 502842 504567 502231 505323 494284 502412 504408  total = 133.528734 per ms 
RESULT: 16 switches 9 tests min/max/avg/stdev = 117250.49/145383.87/129851.53/44161.27 responses/s</msg>
<arg>${output}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-06-02T02:05:54.576434" elapsed="0.000548"/>
</kw>
<kw name="Should Contain" owner="BuiltIn">
<arg>${output}</arg>
<arg>RESULT</arg>
<doc>Fails if ``container`` does not contain ``item`` one or more times.</doc>
<status status="PASS" start="2026-06-02T02:05:54.577196" elapsed="0.000544"/>
</kw>
<kw name="Get Lines Containing String" owner="String">
<msg time="2026-06-02T02:05:54.578295" level="INFO">1 out of 23 lines matched.</msg>
<msg time="2026-06-02T02:05:54.578422" level="INFO">${result_line} = RESULT: 16 switches 9 tests min/max/avg/stdev = 117250.49/145383.87/129851.53/44161.27 responses/s</msg>
<var>${result_line}</var>
<arg>${output}</arg>
<arg>RESULT</arg>
<doc>Returns lines of the given ``string`` that contain the ``pattern``.</doc>
<status status="PASS" start="2026-06-02T02:05:54.577970" elapsed="0.000488"/>
</kw>
<kw name="Split String" owner="String">
<msg time="2026-06-02T02:05:54.579064" level="INFO">@{results_list} = [ RESULT: | 16 | switches | 9 | tests | min/max/avg/stdev | = | 117250.49/145383.87/129851.53/44161.27 | responses/s ]</msg>
<var>@{results_list}</var>
<arg>${result_line}</arg>
<doc>Splits the ``string`` using ``separator`` as a delimiter string.</doc>
<status status="PASS" start="2026-06-02T02:05:54.578698" elapsed="0.000404"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-06-02T02:05:54.581976" level="INFO">min/max/avg/stdev</msg>
<arg>${results_list[5]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-06-02T02:05:54.579308" elapsed="0.002737"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-06-02T02:05:54.584796" level="INFO">117250.49/145383.87/129851.53/44161.27</msg>
<arg>${results_list[7]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-06-02T02:05:54.582196" elapsed="0.002678"/>
</kw>
<kw name="Split String" owner="String">
<msg time="2026-06-02T02:05:54.587403" level="INFO">@{result_name_list} = [ min | max | avg | stdev ]</msg>
<var>@{result_name_list}</var>
<arg>${results_list[5]}</arg>
<arg>/</arg>
<doc>Splits the ``string`` using ``separator`` as a delimiter string.</doc>
<status status="PASS" start="2026-06-02T02:05:54.585030" elapsed="0.002419"/>
</kw>
<kw name="Split String" owner="String">
<msg time="2026-06-02T02:05:54.590169" level="INFO">@{result_value_list} = [ 117250.49 | 145383.87 | 129851.53 | 44161.27 ]</msg>
<var>@{result_value_list}</var>
<arg>${results_list[7]}</arg>
<arg>/</arg>
<doc>Splits the ``string`` using ``separator`` as a delimiter string.</doc>
<status status="PASS" start="2026-06-02T02:05:54.587702" elapsed="0.002498"/>
</kw>
<kw name="Get Length" owner="BuiltIn">
<msg time="2026-06-02T02:05:54.590733" level="INFO">Length is 4.</msg>
<msg time="2026-06-02T02:05:54.590827" level="INFO">${num_stats} = 4</msg>
<var>${num_stats}</var>
<arg>${result_name_list}</arg>
<doc>Returns and logs the length of the given item as an integer.</doc>
<status status="PASS" start="2026-06-02T02:05:54.590360" elapsed="0.000492"/>
</kw>
<for flavor="IN RANGE">
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-06-02T02:05:54.596404" level="INFO">min :: 117250.49</msg>
<arg>${result_name_list[${i}]} :: ${result_value_list[${i}]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-06-02T02:05:54.591287" elapsed="0.005189"/>
</kw>
<var name="${i}">0</var>
<status status="PASS" start="2026-06-02T02:05:54.591141" elapsed="0.005390"/>
</iter>
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-06-02T02:05:54.602093" level="INFO">max :: 145383.87</msg>
<arg>${result_name_list[${i}]} :: ${result_value_list[${i}]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-06-02T02:05:54.596768" elapsed="0.005385"/>
</kw>
<var name="${i}">1</var>
<status status="PASS" start="2026-06-02T02:05:54.596629" elapsed="0.005561"/>
</iter>
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-06-02T02:05:54.607315" level="INFO">avg :: 129851.53</msg>
<arg>${result_name_list[${i}]} :: ${result_value_list[${i}]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-06-02T02:05:54.602427" elapsed="0.004949"/>
</kw>
<var name="${i}">2</var>
<status status="PASS" start="2026-06-02T02:05:54.602284" elapsed="0.005129"/>
</iter>
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-06-02T02:05:54.612373" level="INFO">stdev :: 44161.27</msg>
<arg>${result_name_list[${i}]} :: ${result_value_list[${i}]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-06-02T02:05:54.607681" elapsed="0.004752"/>
</kw>
<var name="${i}">3</var>
<status status="PASS" start="2026-06-02T02:05:54.607544" elapsed="0.004925"/>
</iter>
<var>${i}</var>
<value>0</value>
<value>${num_stats}</value>
<status status="PASS" start="2026-06-02T02:05:54.590920" elapsed="0.021598"/>
</for>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-06-02T02:05:54.616838" level="INFO">${min} = 117250.49</msg>
<var>${min}</var>
<arg>${result_value_list[${0}]}</arg>
<doc>Returns the given values which can then be assigned to a variables.</doc>
<status status="PASS" start="2026-06-02T02:05:54.612689" elapsed="0.004185"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-06-02T02:05:54.621037" level="INFO">${max} = 145383.87</msg>
<var>${max}</var>
<arg>${result_value_list[${1}]}</arg>
<doc>Returns the given values which can then be assigned to a variables.</doc>
<status status="PASS" start="2026-06-02T02:05:54.617044" elapsed="0.004022"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-06-02T02:05:54.625218" level="INFO">${average} = 129851.53</msg>
<var>${average}</var>
<arg>${result_value_list[${2}]}</arg>
<doc>Returns the given values which can then be assigned to a variables.</doc>
<status status="PASS" start="2026-06-02T02:05:54.621225" elapsed="0.004021"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-06-02T02:05:54.629418" level="INFO">${stdev} = 44161.27</msg>
<var>${stdev}</var>
<arg>${result_value_list[${3}]}</arg>
<doc>Returns the given values which can then be assigned to a variables.</doc>
<status status="PASS" start="2026-06-02T02:05:54.625403" elapsed="0.004043"/>
</kw>
<kw name="Get Time" owner="BuiltIn">
<msg time="2026-06-02T02:05:54.630000" level="INFO">${date} = 2026-06-02 02:05:54</msg>
<var>${date}</var>
<arg>d,m,s</arg>
<doc>Returns the given time in the requested format.</doc>
<status status="PASS" start="2026-06-02T02:05:54.629632" elapsed="0.000395"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-06-02T02:05:54.630666" level="INFO">CBench Result: 2026-06-02 02:05:54,-t -m 60000 -M 100 -S 16 -l 10 -D 5000 -p 6633,117250.49,145383.87,129851.53,44161.27</msg>
<arg>CBench Result: ${date},${cbench_args},${min},${max},${average},${stdev}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-06-02T02:05:54.630183" elapsed="0.000542"/>
</kw>
<kw name="Log Results And Determine Status">
<kw name="Append To File" owner="OperatingSystem">
<msg time="2026-06-02T02:05:54.631983" level="INFO" html="true">Appended to file '&lt;a href="file:///w/workspace/openflowplugin-csit-1node-cbench-only-titanium/throughput.csv"&gt;/w/workspace/openflowplugin-csit-1node-cbench-only-titanium/throughput.csv&lt;/a&gt;'.</msg>
<arg>${output_file}</arg>
<arg>${min},${max},${average}\n</arg>
<doc>Appends the given content to the specified file.</doc>
<status status="PASS" start="2026-06-02T02:05:54.631433" elapsed="0.000623"/>
</kw>
<kw name="Should Be True" owner="BuiltIn">
<arg>${average} &gt; ${threshold}</arg>
<arg>${average} flow_mods per/sec did not exceed threshold of ${threshold}</arg>
<doc>Fails if the given condition is not true.</doc>
<status status="PASS" start="2026-06-02T02:05:54.632251" elapsed="0.000516"/>
</kw>
<arg>${min}</arg>
<arg>${max}</arg>
<arg>${average}</arg>
<arg>${average_threshold}</arg>
<arg>${output_filename}</arg>
<status status="PASS" start="2026-06-02T02:05:54.630909" elapsed="0.001927"/>
</kw>
<arg>-t -m ${duration_in_ms} -M ${num_of_unique_macs} -S ${switch_count} -l ${loops} -D ${start_delay} -p ${of_port}</arg>
<arg>${throughput_threshold}</arg>
<arg>${throughput_results_file}</arg>
<status status="PASS" start="2026-06-02T01:55:47.898300" elapsed="606.734598"/>
</kw>
<kw name="Sleep" owner="BuiltIn">
<msg time="2026-06-02T02:05:54.633389" level="INFO">Slept 0 seconds.</msg>
<arg>${test_delay}</arg>
<doc>Pauses the test executed for the given time.</doc>
<status status="PASS" start="2026-06-02T02:05:54.633053" elapsed="0.000394"/>
</kw>
<kw name="Log Results As Zero If Cbench Timed Out" type="TEARDOWN">
<kw name="Run Keyword If Timeout Occurred" owner="BuiltIn">
<arg>Log Results And Determine Status</arg>
<arg>0</arg>
<arg>0</arg>
<arg>0</arg>
<arg>0</arg>
<arg>${output_filename}</arg>
<doc>Runs the given keyword if either a test or a keyword timeout has occurred.</doc>
<status status="PASS" start="2026-06-02T02:05:54.634035" elapsed="0.000276"/>
</kw>
<status status="PASS" start="2026-06-02T02:05:54.633717" elapsed="0.000667"/>
</kw>
<doc>cbench executed in throughput mode (-t). Test parameters have defaults, but can be overridden
on the pybot command line</doc>
<tag>cbench</tag>
<tag>throughput</tag>
<timeout value="15 minutes"/>
<status status="PASS" start="2026-06-02T01:55:47.896940" elapsed="606.737483"/>
</test>
<test id="s1-t3" name="Rerun Latency Test To Check Bug 6176" line="65">
<kw name="Log" owner="BuiltIn">
<msg time="2026-06-02T02:05:54.635767" level="INFO">Cbench tests using 10 iterations of 60 second tests. Switch Count: 16. Unique MACS to cycle: 100</msg>
<arg>Cbench tests using ${loops} iterations of ${duration_in_secs} second tests. Switch Count: ${switch_count}. Unique MACS to cycle: ${num_of_unique_macs}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-06-02T02:05:54.635318" elapsed="0.000507"/>
</kw>
<kw name="Run Cbench And Log Results">
<kw name="Set Suite Variable" owner="BuiltIn">
<msg time="2026-06-02T02:05:54.637145" level="INFO">${output_filename} = bug.csv</msg>
<arg>${output_filename}</arg>
<doc>Makes a variable available everywhere within the scope of the current suite.</doc>
<status status="PASS" start="2026-06-02T02:05:54.636786" elapsed="0.000404"/>
</kw>
<if>
<branch type="IF" condition="&quot;${cbench_system}&quot; == &quot;localhost&quot;">
<kw name="Run" owner="OperatingSystem">
<var>${output}</var>
<arg>${cbench_executable} -c ${ODL_SYSTEM_IP} ${cbench_args}</arg>
<doc>_This keyword is considered deprecated. Use the
[http://robotframework.org/robotframework/latest/libraries/Process.html|
Process] library instead._</doc>
<status status="NOT RUN" start="2026-06-02T02:05:54.637563" elapsed="0.000023"/>
</kw>
<status status="NOT RUN" start="2026-06-02T02:05:54.637315" elapsed="0.000309"/>
</branch>
<branch type="ELSE">
<kw name="Run Command On Remote System" owner="Utils">
<if>
<branch type="IF" condition="&quot;${return_stdout}&quot;!=&quot;True&quot; and &quot;${return_stderr}&quot;!=&quot;True&quot;">
<kw name="Fail" owner="BuiltIn">
<arg>At least one of {return_stdout} or {return_stderr} args should be set to True</arg>
<doc>Fails the test with the given message and optionally alters its tags.</doc>
<status status="NOT RUN" start="2026-06-02T02:05:54.641209" elapsed="0.000028"/>
</kw>
<status status="NOT RUN" start="2026-06-02T02:05:54.640886" elapsed="0.000397"/>
</branch>
<status status="PASS" start="2026-06-02T02:05:54.640859" elapsed="0.000457"/>
</if>
<kw name="Get Connection" owner="SSHLibrary">
<msg time="2026-06-02T02:05:54.641725" level="INFO">index=None
host=None
alias=None
port=22
timeout=3 seconds
newline=

prompt=None
term_type=vt100
width=80
height=24
path_separator=/
encoding=utf8
escape_ansi=False
encoding_errors=strict</msg>
<msg time="2026-06-02T02:05:54.641846" level="INFO">${current_ssh_connection} = index=None
host=None
alias=None
port=22
timeout=3 seconds
newline=

prompt=None
term_type=vt100
width=80
height=24
path_separator=/
encoding=utf8
escape_ansi=False
encoding_errors=strict</msg>
<var>${current_ssh_connection}</var>
<doc>Returns information about the connection.</doc>
<status status="PASS" start="2026-06-02T02:05:54.641511" elapsed="0.000362"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-06-02T02:05:54.642443" level="INFO">Attempting to execute command "/usr/local/bin/cbench -c 10.30.171.245 -m 60000 -M 100 -S 16 -l 10 -D 5000 -p 6633" on remote system "10.30.171.250" by user "jenkins" with keyfile pass "any" and prompt "&gt;" and password ""</msg>
<arg>Attempting to execute command "${cmd}" on remote system "${system}" by user "${user}" with keyfile pass "${keyfile_pass}" and prompt "${prompt}" and password "${password}"</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-06-02T02:05:54.642010" elapsed="0.000511"/>
</kw>
<kw name="Open Connection" owner="SSHLibrary">
<msg time="2026-06-02T02:05:54.643150" level="INFO">${conn_id} = 9</msg>
<var>${conn_id}</var>
<arg>${system}</arg>
<arg>prompt=${prompt}</arg>
<arg>timeout=${prompt_timeout}</arg>
<doc>Opens a new SSH connection to the given ``host`` and ``port``.</doc>
<status status="PASS" start="2026-06-02T02:05:54.642666" elapsed="0.000519"/>
</kw>
<kw name="Flexible_SSH_Login" owner="SSHKeywords">
<kw name="Get Length" owner="BuiltIn">
<msg time="2026-06-02T02:05:54.644397" level="INFO">Length is 0.</msg>
<msg time="2026-06-02T02:05:54.644535" level="INFO">${pwd_length} = 0</msg>
<var>${pwd_length}</var>
<arg>${password}</arg>
<doc>Returns and logs the length of the given item as an integer.</doc>
<status status="PASS" start="2026-06-02T02:05:54.643980" elapsed="0.000587"/>
</kw>
<kw name="Run Keyword And Return If" owner="BuiltIn">
<arg>${pwd_length} &gt; 0</arg>
<arg>SSHLibrary.Login</arg>
<arg>${user}</arg>
<arg>${password}</arg>
<arg>delay=${delay}</arg>
<doc>Runs the specified keyword and returns from the enclosing user keyword.</doc>
<status status="PASS" start="2026-06-02T02:05:54.644722" elapsed="0.000373"/>
</kw>
<kw name="Run Keyword And Return" owner="BuiltIn">
<kw name="Login With Public Key" owner="SSHLibrary">
<msg time="2026-06-02T02:05:54.646114" level="INFO">Logging into '10.30.171.250:22' as 'jenkins'.</msg>
<msg time="2026-06-02T02:05:55.246269" 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 Jun  2 02:05:54 UTC 2026

  System load:  0.17               Processes:             104
  Usage of /:   19.9% of 38.58GB   Users logged in:       0
  Memory usage: 4%                 IPv4 address for ens3: 10.30.171.250
  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 Jun  2 01:55:48 2026 from 10.30.170.154
[?2004h[jenkins@releng-48317-737-1-mininet-ovs-217-0 ~]&gt;</msg>
<arg>${user}</arg>
<arg>${USER_HOME}/.ssh/${SSH_KEY}</arg>
<arg>${KEYFILE_PASS}</arg>
<arg>delay=${delay}</arg>
<doc>Logs into the SSH server using key-based authentication.</doc>
<status status="PASS" start="2026-06-02T02:05:54.645687" elapsed="0.600773"/>
</kw>
<msg time="2026-06-02T02:05:55.246569" level="INFO">Returning from the enclosing user keyword.</msg>
<arg>SSHLibrary.Login With Public Key</arg>
<arg>${user}</arg>
<arg>${USER_HOME}/.ssh/${SSH_KEY}</arg>
<arg>${KEYFILE_PASS}</arg>
<arg>delay=${delay}</arg>
<doc>Runs the specified keyword and returns from the enclosing user keyword.</doc>
<status status="PASS" start="2026-06-02T02:05:54.645274" elapsed="0.601377"/>
</kw>
<arg>${user}</arg>
<arg>${password}</arg>
<doc>On active SSH session: if given non-empty password, do Login, else do Login With Public Key.</doc>
<status status="PASS" start="2026-06-02T02:05:54.643474" elapsed="0.603292"/>
</kw>
<kw name="Execute Command" owner="SSHLibrary">
<msg time="2026-06-02T02:05:55.247302" level="INFO">Executing command '/usr/local/bin/cbench -c 10.30.171.245 -m 60000 -M 100 -S 16 -l 10 -D 5000 -p 6633'.</msg>
<msg time="2026-06-02T02:16:01.327582" level="INFO">Command exited with return code 0.</msg>
<msg time="2026-06-02T02:16:01.328419" level="INFO">${stdout} = </msg>
<msg time="2026-06-02T02:16:01.328595" level="INFO">${stderr} = cbench: controller benchmarking tool
   running in mode 'latency'
   connecting to controller at 10.30.171.245: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-06-02T02:05:55.246995" elapsed="606.081679"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-06-02T02:16:01.329290" elapsed="0.000815"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-06-02T02:16:01.331402" level="INFO">cbench: controller benchmarking tool
   running in mode 'latency'
   connecting to controller at 10.30.171.245:6633 
   faking 16 switches with 1 threads :: 10 tests each; 60000 ms per test
   with 100 unique source MACs per switch
   learning destination mac addresses before the test
   starting test with 5000 ms delay after features_reply
   ignoring first 1 "warmup" and last 0 "cooldown" loops
   debugging info is off
Master Thread: Creating thread-0! 
Thread-0: All switches initialized. Running at node 10.30.171.245. So far 1 cbench instances have initialized their switches.  Waiting for other cbench-instances
Thread-0: Total switches from ALL cbench-instances initialized.
02:07:00.396 16  switches: flows:  90404 88187 91774 90015 88606 89218 89387 90765 88623 87564 88452 87787 86247 87678 89549 87318  total = 23.692900 per ms 
02:08:00.497 16  switches: flows:  106684 104001 105894 104928 105622 105704 103338 105394 103159 101311 101104 101903 103937 104647 102727 102092  total = 27.661226 per ms 
02:09:00.599 16  switches: flows:  103073 102357 102526 102708 101161 100968 100745 101476 101819 98036 98559 96547 98619 99364 98986 99155  total = 26.723552 per ms 
02:10:00.700 16  switches: flows:  117092 117474 117866 117248 113541 115584 115477 116190 115948 113225 111550 110881 113806 116196 113224 111337  total = 30.559567 per ms 
02:11:00.801 16  switches: flows:  109606 111539 112930 111038 106914 108478 109501 110906 110654 106827 107173 105031 109379 109034 107098 106282  total = 28.991439 per ms 
02:12:00.901 16  switches: flows:  109226 109995 111531 111015 107504 108300 110455 112224 110201 106153 104744 104114 110039 109456 108063 105959  total = 28.934687 per ms 
02:13:01.002 16  switches: flows:  110489 112432 112936 113643 106362 108475 109146 112038 111267 107343 105795 106771 108302 109125 107185 106914  total = 29.088486 per ms 
02:14:01.103 16  switches: flows:  107469 107740 109038 108794 104779 107669 106647 108417 108504 103358 104389 103066 106748 107530 105817 103580  total = 28.345109 per ms 
02:15:01.204 16  switches: flows:  104999 106715 106977 108223 101949 103511 105680 105318 105530 102218 101864 102654 103866 103844 103105 102868  total = 27.775603 per ms 
02:16:01.305 16  switches: flows:  105350 107443 107141 107409 102580 105217 106442 107935 106252 103377 101858 100835 104189 106416 104118 103154  total = 27.948573 per ms 
RESULT: 16 switches 9 tests min/max/avg/stdev = 26723.55/30559.57/28447.58/9539.22 responses/s</msg>
<arg>${stderr}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-06-02T02:16:01.330541" elapsed="0.001256"/>
</kw>
<if>
<branch type="IF" condition="&quot;${return_stdout}&quot;!=&quot;True&quot;">
<return>
<value>${stderr}</value>
<status status="PASS" start="2026-06-02T02:16:01.332366" elapsed="0.000099"/>
</return>
<status status="PASS" start="2026-06-02T02:16:01.332012" elapsed="0.000572"/>
</branch>
<status status="PASS" start="2026-06-02T02:16:01.331951" elapsed="0.000693"/>
</if>
<if>
<branch type="IF" condition="&quot;${return_stderr}&quot;!=&quot;True&quot;">
<return>
<value>${stdout}</value>
<status status="NOT RUN" start="2026-06-02T02:16:01.332863" elapsed="0.000029"/>
</return>
<status status="NOT RUN" start="2026-06-02T02:16:01.332779" elapsed="0.000177"/>
</branch>
<status status="NOT RUN" start="2026-06-02T02:16:01.332741" elapsed="0.000265"/>
</if>
<return>
<value>${stdout}</value>
<value>${stderr}</value>
<status status="NOT RUN" start="2026-06-02T02:16:01.333075" elapsed="0.000030"/>
</return>
<kw name="Restore_Current_Ssh_Connection_From_Index" owner="SSHKeywords" type="TEARDOWN">
<kw name="Run Keyword And Return If" owner="BuiltIn">
<arg>${connection_index} is not None</arg>
<arg>SSHLibrary.Switch Connection</arg>
<arg>${connection_index}</arg>
<doc>Runs the specified keyword and returns from the enclosing user keyword.</doc>
<status status="PASS" start="2026-06-02T02:16:01.339744" elapsed="0.000565"/>
</kw>
<kw name="Open Connection" owner="SSHLibrary">
<arg>127.0.0.1</arg>
<doc>Opens a new SSH connection to the given ``host`` and ``port``.</doc>
<status status="PASS" start="2026-06-02T02:16:01.340464" elapsed="0.000203"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-06-02T02:16:01.340798" elapsed="0.000104"/>
</kw>
<arg>${current_ssh_connection.index}</arg>
<doc>Restore active SSH connection in SSHLibrary to given index.</doc>
<status status="PASS" start="2026-06-02T02:16:01.333835" elapsed="0.007124"/>
</kw>
<msg time="2026-06-02T02:16:01.341101" level="INFO">${output} = cbench: controller benchmarking tool
   running in mode 'latency'
   connecting to controller at 10.30.171.245: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-06-02T02:05:54.637979" elapsed="606.703151"/>
</kw>
<status status="PASS" start="2026-06-02T02:05:54.637651" elapsed="606.703531"/>
</branch>
<status status="PASS" start="2026-06-02T02:05:54.637291" elapsed="606.703918"/>
</if>
<kw name="Log" owner="BuiltIn">
<msg time="2026-06-02T02:16:01.341708" level="INFO">cbench: controller benchmarking tool
   running in mode 'latency'
   connecting to controller at 10.30.171.245:6633 
   faking 16 switches with 1 threads :: 10 tests each; 60000 ms per test
   with 100 unique source MACs per switch
   learning destination mac addresses before the test
   starting test with 5000 ms delay after features_reply
   ignoring first 1 "warmup" and last 0 "cooldown" loops
   debugging info is off
Master Thread: Creating thread-0! 
Thread-0: All switches initialized. Running at node 10.30.171.245. So far 1 cbench instances have initialized their switches.  Waiting for other cbench-instances
Thread-0: Total switches from ALL cbench-instances initialized.
02:07:00.396 16  switches: flows:  90404 88187 91774 90015 88606 89218 89387 90765 88623 87564 88452 87787 86247 87678 89549 87318  total = 23.692900 per ms 
02:08:00.497 16  switches: flows:  106684 104001 105894 104928 105622 105704 103338 105394 103159 101311 101104 101903 103937 104647 102727 102092  total = 27.661226 per ms 
02:09:00.599 16  switches: flows:  103073 102357 102526 102708 101161 100968 100745 101476 101819 98036 98559 96547 98619 99364 98986 99155  total = 26.723552 per ms 
02:10:00.700 16  switches: flows:  117092 117474 117866 117248 113541 115584 115477 116190 115948 113225 111550 110881 113806 116196 113224 111337  total = 30.559567 per ms 
02:11:00.801 16  switches: flows:  109606 111539 112930 111038 106914 108478 109501 110906 110654 106827 107173 105031 109379 109034 107098 106282  total = 28.991439 per ms 
02:12:00.901 16  switches: flows:  109226 109995 111531 111015 107504 108300 110455 112224 110201 106153 104744 104114 110039 109456 108063 105959  total = 28.934687 per ms 
02:13:01.002 16  switches: flows:  110489 112432 112936 113643 106362 108475 109146 112038 111267 107343 105795 106771 108302 109125 107185 106914  total = 29.088486 per ms 
02:14:01.103 16  switches: flows:  107469 107740 109038 108794 104779 107669 106647 108417 108504 103358 104389 103066 106748 107530 105817 103580  total = 28.345109 per ms 
02:15:01.204 16  switches: flows:  104999 106715 106977 108223 101949 103511 105680 105318 105530 102218 101864 102654 103866 103844 103105 102868  total = 27.775603 per ms 
02:16:01.305 16  switches: flows:  105350 107443 107141 107409 102580 105217 106442 107935 106252 103377 101858 100835 104189 106416 104118 103154  total = 27.948573 per ms 
RESULT: 16 switches 9 tests min/max/avg/stdev = 26723.55/30559.57/28447.58/9539.22 responses/s</msg>
<arg>${output}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-06-02T02:16:01.341381" elapsed="0.000403"/>
</kw>
<kw name="Should Contain" owner="BuiltIn">
<arg>${output}</arg>
<arg>RESULT</arg>
<doc>Fails if ``container`` does not contain ``item`` one or more times.</doc>
<status status="PASS" start="2026-06-02T02:16:01.341939" elapsed="0.000390"/>
</kw>
<kw name="Get Lines Containing String" owner="String">
<msg time="2026-06-02T02:16:01.342752" level="INFO">1 out of 23 lines matched.</msg>
<msg time="2026-06-02T02:16:01.342845" level="INFO">${result_line} = RESULT: 16 switches 9 tests min/max/avg/stdev = 26723.55/30559.57/28447.58/9539.22 responses/s</msg>
<var>${result_line}</var>
<arg>${output}</arg>
<arg>RESULT</arg>
<doc>Returns lines of the given ``string`` that contain the ``pattern``.</doc>
<status status="PASS" start="2026-06-02T02:16:01.342510" elapsed="0.000361"/>
</kw>
<kw name="Split String" owner="String">
<msg time="2026-06-02T02:16:01.343320" level="INFO">@{results_list} = [ RESULT: | 16 | switches | 9 | tests | min/max/avg/stdev | = | 26723.55/30559.57/28447.58/9539.22 | responses/s ]</msg>
<var>@{results_list}</var>
<arg>${result_line}</arg>
<doc>Splits the ``string`` using ``separator`` as a delimiter string.</doc>
<status status="PASS" start="2026-06-02T02:16:01.343027" elapsed="0.000322"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-06-02T02:16:01.345828" level="INFO">min/max/avg/stdev</msg>
<arg>${results_list[5]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-06-02T02:16:01.343517" elapsed="0.002369"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-06-02T02:16:01.348325" level="INFO">26723.55/30559.57/28447.58/9539.22</msg>
<arg>${results_list[7]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-06-02T02:16:01.346036" elapsed="0.002346"/>
</kw>
<kw name="Split String" owner="String">
<msg time="2026-06-02T02:16:01.350907" level="INFO">@{result_name_list} = [ min | max | avg | stdev ]</msg>
<var>@{result_name_list}</var>
<arg>${results_list[5]}</arg>
<arg>/</arg>
<doc>Splits the ``string`` using ``separator`` as a delimiter string.</doc>
<status status="PASS" start="2026-06-02T02:16:01.348554" elapsed="0.002381"/>
</kw>
<kw name="Split String" owner="String">
<msg time="2026-06-02T02:16:01.353445" level="INFO">@{result_value_list} = [ 26723.55 | 30559.57 | 28447.58 | 9539.22 ]</msg>
<var>@{result_value_list}</var>
<arg>${results_list[7]}</arg>
<arg>/</arg>
<doc>Splits the ``string`` using ``separator`` as a delimiter string.</doc>
<status status="PASS" start="2026-06-02T02:16:01.351193" elapsed="0.002281"/>
</kw>
<kw name="Get Length" owner="BuiltIn">
<msg time="2026-06-02T02:16:01.353963" level="INFO">Length is 4.</msg>
<msg time="2026-06-02T02:16:01.354052" level="INFO">${num_stats} = 4</msg>
<var>${num_stats}</var>
<arg>${result_name_list}</arg>
<doc>Returns and logs the length of the given item as an integer.</doc>
<status status="PASS" start="2026-06-02T02:16:01.353650" elapsed="0.000426"/>
</kw>
<for flavor="IN RANGE">
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-06-02T02:16:01.358914" level="INFO">min :: 26723.55</msg>
<arg>${result_name_list[${i}]} :: ${result_value_list[${i}]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-06-02T02:16:01.354521" elapsed="0.004452"/>
</kw>
<var name="${i}">0</var>
<status status="PASS" start="2026-06-02T02:16:01.354372" elapsed="0.004637"/>
</iter>
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-06-02T02:16:01.363684" level="INFO">max :: 30559.57</msg>
<arg>${result_name_list[${i}]} :: ${result_value_list[${i}]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-06-02T02:16:01.359250" elapsed="0.004493"/>
</kw>
<var name="${i}">1</var>
<status status="PASS" start="2026-06-02T02:16:01.359118" elapsed="0.004661"/>
</iter>
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-06-02T02:16:01.368748" level="INFO">avg :: 28447.58</msg>
<arg>${result_name_list[${i}]} :: ${result_value_list[${i}]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-06-02T02:16:01.363994" elapsed="0.004812"/>
</kw>
<var name="${i}">2</var>
<status status="PASS" start="2026-06-02T02:16:01.363866" elapsed="0.004976"/>
</iter>
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-06-02T02:16:01.373794" level="INFO">stdev :: 9539.22</msg>
<arg>${result_name_list[${i}]} :: ${result_value_list[${i}]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-06-02T02:16:01.369059" elapsed="0.004795"/>
</kw>
<var name="${i}">3</var>
<status status="PASS" start="2026-06-02T02:16:01.368930" elapsed="0.004961"/>
</iter>
<var>${i}</var>
<value>0</value>
<value>${num_stats}</value>
<status status="PASS" start="2026-06-02T02:16:01.354153" elapsed="0.019769"/>
</for>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-06-02T02:16:01.377910" level="INFO">${min} = 26723.55</msg>
<var>${min}</var>
<arg>${result_value_list[${0}]}</arg>
<doc>Returns the given values which can then be assigned to a variables.</doc>
<status status="PASS" start="2026-06-02T02:16:01.374087" elapsed="0.003852"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-06-02T02:16:01.381989" level="INFO">${max} = 30559.57</msg>
<var>${max}</var>
<arg>${result_value_list[${1}]}</arg>
<doc>Returns the given values which can then be assigned to a variables.</doc>
<status status="PASS" start="2026-06-02T02:16:01.378097" elapsed="0.003920"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-06-02T02:16:01.386182" level="INFO">${average} = 28447.58</msg>
<var>${average}</var>
<arg>${result_value_list[${2}]}</arg>
<doc>Returns the given values which can then be assigned to a variables.</doc>
<status status="PASS" start="2026-06-02T02:16:01.382173" elapsed="0.004037"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-06-02T02:16:01.390214" level="INFO">${stdev} = 9539.22</msg>
<var>${stdev}</var>
<arg>${result_value_list[${3}]}</arg>
<doc>Returns the given values which can then be assigned to a variables.</doc>
<status status="PASS" start="2026-06-02T02:16:01.386376" elapsed="0.003866"/>
</kw>
<kw name="Get Time" owner="BuiltIn">
<msg time="2026-06-02T02:16:01.390785" level="INFO">${date} = 2026-06-02 02:16:01</msg>
<var>${date}</var>
<arg>d,m,s</arg>
<doc>Returns the given time in the requested format.</doc>
<status status="PASS" start="2026-06-02T02:16:01.390406" elapsed="0.000406"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-06-02T02:16:01.391425" level="INFO">CBench Result: 2026-06-02 02:16:01,-m 60000 -M 100 -S 16 -l 10 -D 5000 -p 6633,26723.55,30559.57,28447.58,9539.22</msg>
<arg>CBench Result: ${date},${cbench_args},${min},${max},${average},${stdev}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-06-02T02:16:01.390972" elapsed="0.000511"/>
</kw>
<kw name="Log Results And Determine Status">
<kw name="Append To File" owner="OperatingSystem">
<msg time="2026-06-02T02:16:01.392646" level="INFO" html="true">Appended to file '&lt;a href="file:///w/workspace/openflowplugin-csit-1node-cbench-only-titanium/bug.csv"&gt;/w/workspace/openflowplugin-csit-1node-cbench-only-titanium/bug.csv&lt;/a&gt;'.</msg>
<arg>${output_file}</arg>
<arg>${min},${max},${average}\n</arg>
<doc>Appends the given content to the specified file.</doc>
<status status="PASS" start="2026-06-02T02:16:01.392139" elapsed="0.000578"/>
</kw>
<kw name="Should Be True" owner="BuiltIn">
<arg>${average} &gt; ${threshold}</arg>
<arg>${average} flow_mods per/sec did not exceed threshold of ${threshold}</arg>
<doc>Fails if the given condition is not true.</doc>
<status status="PASS" start="2026-06-02T02:16:01.392874" elapsed="0.000471"/>
</kw>
<arg>${min}</arg>
<arg>${max}</arg>
<arg>${average}</arg>
<arg>${average_threshold}</arg>
<arg>${output_filename}</arg>
<status status="PASS" start="2026-06-02T02:16:01.391658" elapsed="0.001754"/>
</kw>
<arg>-m ${duration_in_ms} -M ${num_of_unique_macs} -S ${switch_count} -l ${loops} -D ${start_delay} -p ${of_port}</arg>
<arg>${latency_threshold}</arg>
<arg>bug.csv</arg>
<status status="PASS" start="2026-06-02T02:05:54.636160" elapsed="606.757311"/>
</kw>
<kw name="Sleep" owner="BuiltIn">
<msg time="2026-06-02T02:16:01.393977" level="INFO">Slept 0 seconds.</msg>
<arg>${test_delay}</arg>
<doc>Pauses the test executed for the given time.</doc>
<status status="PASS" start="2026-06-02T02:16:01.393645" elapsed="0.000393"/>
</kw>
<kw name="Report Failure Due To Bug" owner="Utils" type="TEARDOWN">
<kw name="Evaluate" owner="BuiltIn">
<msg time="2026-06-02T02:16:01.395368" level="INFO">${test_skipped} = False</msg>
<var>${test_skipped}</var>
<arg>len(re.findall('SKIPPED', """${TEST_MESSAGE}""")) &gt; 0</arg>
<arg>modules=re</arg>
<doc>Evaluates the given expression in Python and returns the result.</doc>
<status status="PASS" start="2026-06-02T02:16:01.394807" elapsed="0.000590"/>
</kw>
<if>
<branch type="IF" condition="('${TEST_STATUS}' != 'FAIL') or ${test_skipped}">
<return>
<status status="PASS" start="2026-06-02T02:16:01.395653" elapsed="0.000040"/>
</return>
<status status="PASS" start="2026-06-02T02:16:01.395479" elapsed="0.000248"/>
</branch>
<status status="PASS" start="2026-06-02T02:16:01.395456" elapsed="0.000296"/>
</if>
<kw name="Comment" owner="BuiltIn">
<arg>Jira tickets are {PROJECT}-{NUMBER} while Bugzilla tickets are {NUMBER}</arg>
<doc>Displays the given messages in the log file as keyword arguments.</doc>
<status status="NOT RUN" start="2026-06-02T02:16:01.395906" 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-06-02T02:16:01.396068" elapsed="0.000021"/>
</kw>
<kw name="Set Variable If" owner="BuiltIn">
<var>${bug_url}</var>
<arg>${match}</arg>
<arg>https://jira.opendaylight.org/browse/${number}</arg>
<arg>https://bugs.opendaylight.org/show_bug.cgi?id=${number}</arg>
<doc>Sets variable based on the given condition.</doc>
<status status="NOT RUN" start="2026-06-02T02:16:01.396231" elapsed="0.000020"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<var>${msg}</var>
<arg>This test fails due to ${bug_url}</arg>
<doc>Returns the given values which can then be assigned to a variables.</doc>
<status status="NOT RUN" start="2026-06-02T02:16:01.396428" elapsed="0.000021"/>
</kw>
<kw name="Evaluate" owner="BuiltIn">
<var>${newline}</var>
<arg>chr(10)</arg>
<doc>Evaluates the given expression in Python and returns the result.</doc>
<status status="NOT RUN" start="2026-06-02T02:16:01.396599" elapsed="0.000020"/>
</kw>
<kw name="Set Test Message" owner="BuiltIn">
<arg>${msg}${newline}${newline}${TEST_MESSAGE}</arg>
<doc>Sets message for the current test case.</doc>
<status status="NOT RUN" start="2026-06-02T02:16:01.396749" elapsed="0.000020"/>
</kw>
<kw name="Log" owner="BuiltIn">
<arg>${msg}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="NOT RUN" start="2026-06-02T02:16:01.396894" elapsed="0.000020"/>
</kw>
<if>
<branch type="IF" condition="&quot;${include_bug_in_tags}&quot;==&quot;True&quot;">
<kw name="Set Tags" owner="BuiltIn">
<arg>${bug_url}</arg>
<doc>Adds given ``tags`` for the current test or all tests in a suite.</doc>
<status status="NOT RUN" start="2026-06-02T02:16:01.397118" elapsed="0.000020"/>
</kw>
<status status="NOT RUN" start="2026-06-02T02:16:01.396979" elapsed="0.000191"/>
</branch>
<status status="NOT RUN" start="2026-06-02T02:16:01.396961" elapsed="0.000233"/>
</if>
<arg>6176</arg>
<doc>Report that a test failed due to a known Bugzilla bug whose
number is provided as an argument.
Not FAILED (incl. SKIPPED) test are not reported.
This keyword must be used in the [Teardown] setting of the affected test
or as the first line of the test if FastFail module is not being
used. It reports the URL of the bug on console and also puts it
into the Robot log file.</doc>
<status status="PASS" start="2026-06-02T02:16:01.394452" elapsed="0.002795"/>
</kw>
<doc>cbench executed in latency mode to see if controller is healthy</doc>
<tag>cbench</tag>
<tag>latency</tag>
<timeout value="15 minutes"/>
<status status="PASS" start="2026-06-02T02:05:54.634755" elapsed="606.762539"/>
</test>
<doc>Cbench Latency and Throughput tests can be run from an external
cbench.
If cbench is run with a medium number of switches or higher (e.g. 32+)
the normal openflow operations seem to break.
BUG: https://bugs.opendaylight.org/show_bug.cgi?id=2897</doc>
<status status="PASS" start="2026-06-02T01:45:38.744002" elapsed="1822.653799"/>
</suite>
<statistics>
<total>
<stat pass="3" fail="0" skip="0">All Tests</stat>
</total>
<tag>
<stat pass="3" fail="0" skip="0">cbench</stat>
<stat pass="2" fail="0" skip="0">latency</stat>
<stat pass="1" fail="0" skip="0">throughput</stat>
</tag>
<suite>
<stat name="openflowplugin-cbench.txt" id="s1" pass="3" fail="0" skip="0">openflowplugin-cbench.txt</stat>
</suite>
</statistics>
<errors>
</errors>
</robot>
