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

[?1h=[90m~[0m                                                                                [?2004hopendaylight-user</msg>
<arg>${KARAF_USER}</arg>
<arg>${KARAF_PASSWORD}</arg>
<arg>loglevel=${loglevel}</arg>
<doc>Logs into the SSH server with the given ``username`` and ``password``.</doc>
<status status="PASS" start="2026-05-12T02:16:05.353145" elapsed="0.678907"/>
</kw>
<kw name="Write" owner="SSHLibrary">
<msg time="2026-05-12T02:16:06.082479" level="INFO">@root&gt;log:set ERROR</msg>
<arg>${cmd}</arg>
<doc>Writes the given ``text`` on the remote machine and appends a newline.</doc>
<status status="PASS" start="2026-05-12T02:16:06.032363" elapsed="0.050332"/>
</kw>
<kw name="Read Until Regexp" owner="SSHLibrary">
<msg time="2026-05-12T02:16:06.085728" level="INFO">[?1l&gt;[?2004l[?1h=[90m~[0m                                                                                [?2004hopendaylight-user@root&gt;</msg>
<msg time="2026-05-12T02:16:06.085921" level="INFO">${output} = [?1l&gt;[?2004l[?1h=[90m~[0m                                                                                [?2004hopendaylight-user@root&gt;</msg>
<var>${output}</var>
<arg>${KARAF_PROMPT}</arg>
<doc>Consumes and returns the server output until a match to ``regexp`` is found.</doc>
<status status="PASS" start="2026-05-12T02:16:06.083109" elapsed="0.002862"/>
</kw>
<kw name="Write Bare" owner="SSHLibrary">
<arg>logout\n</arg>
<doc>Writes the given ``text`` on the remote machine without appending a newline.</doc>
<status status="PASS" start="2026-05-12T02:16:06.086216" elapsed="0.000385"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-05-12T02:16:06.086840" elapsed="0.000321"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-05-12T02:16:06.087997" level="INFO">[?1l&gt;[?2004l[?1h=[90m~[0m                                                                                [?2004hopendaylight-user@root&gt;</msg>
<arg>${output}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-05-12T02:16:06.087399" elapsed="0.000691"/>
</kw>
<return>
<value>${output}</value>
<status status="PASS" start="2026-05-12T02:16:06.088171" elapsed="0.000070"/>
</return>
<arg>log:set ${log_level}</arg>
<doc>Will execute the given ${cmd} by ssh'ing to the karaf console running on 10.30.170.88
Note that this keyword will open&amp;close new SSH connection, without switching back to previously current session.</doc>
<status status="PASS" start="2026-05-12T02:16:05.351622" elapsed="0.736843"/>
</kw>
<arg>3x</arg>
<arg>1s</arg>
<arg>KarafKeywords.Issue Command On Karaf Console</arg>
<arg>log:set ${log_level}</arg>
<doc>Runs the specified keyword and retries if it fails.</doc>
<status status="PASS" start="2026-05-12T02:16:05.347633" elapsed="0.740928"/>
</kw>
<kw name="Append To File" owner="OperatingSystem">
<msg time="2026-05-12T02:16:06.089410" level="INFO" html="true">Appended to file '&lt;a href="file:///w/workspace/openflowplugin-csit-1node-cbench-only-titanium/latency.csv"&gt;/w/workspace/openflowplugin-csit-1node-cbench-only-titanium/latency.csv&lt;/a&gt;'.</msg>
<arg>${latency_results_file}</arg>
<arg>LATENCY_MIN,LATENCY_MAX,LATENCY_AVERAGE\n</arg>
<doc>Appends the given content to the specified file.</doc>
<status status="PASS" start="2026-05-12T02:16:06.088827" elapsed="0.000692"/>
</kw>
<kw name="Append To File" owner="OperatingSystem">
<msg time="2026-05-12T02:16:06.090173" level="INFO" html="true">Appended to file '&lt;a href="file:///w/workspace/openflowplugin-csit-1node-cbench-only-titanium/throughput.csv"&gt;/w/workspace/openflowplugin-csit-1node-cbench-only-titanium/throughput.csv&lt;/a&gt;'.</msg>
<arg>${throughput_results_file}</arg>
<arg>THROUGHPUT_MIN,THROUGHPUT_MAX,THROUGHPUT_AVERAGE\n</arg>
<doc>Appends the given content to the specified file.</doc>
<status status="PASS" start="2026-05-12T02:16:06.089751" elapsed="0.000558"/>
</kw>
<kw name="Evaluate" owner="BuiltIn">
<msg time="2026-05-12T02:16:06.091171" level="INFO">${duration_in_ms} = 60000</msg>
<var>${duration_in_ms}</var>
<arg>${duration_in_secs} * 1000</arg>
<doc>Evaluates the given expression in Python and returns the result.</doc>
<status status="PASS" start="2026-05-12T02:16:06.090545" elapsed="0.000668"/>
</kw>
<kw name="Set Suite Variable" owner="BuiltIn">
<msg time="2026-05-12T02:16:06.092068" level="INFO">${duration_in_ms} = 60000</msg>
<arg>${duration_in_ms}</arg>
<doc>Makes a variable available everywhere within the scope of the current suite.</doc>
<status status="PASS" start="2026-05-12T02:16:06.091479" elapsed="0.000672"/>
</kw>
<kw name="Evaluate" owner="BuiltIn">
<msg time="2026-05-12T02:16:06.093020" level="INFO">${test_timeout} = 900.0</msg>
<var>${test_timeout}</var>
<arg>(${loops} * ${duration_in_secs}) * 1.5</arg>
<doc>Evaluates the given expression in Python and returns the result.</doc>
<status status="PASS" start="2026-05-12T02:16:06.092417" elapsed="0.000646"/>
</kw>
<kw name="Set Suite Variable" owner="BuiltIn">
<msg time="2026-05-12T02:16:06.093794" level="INFO">${test_timeout} = 900.0</msg>
<arg>${test_timeout}</arg>
<doc>Makes a variable available everywhere within the scope of the current suite.</doc>
<status status="PASS" start="2026-05-12T02:16:06.093317" elapsed="0.000561"/>
</kw>
<if>
<branch type="IF" condition="&quot;${cbench_system}&quot; == &quot;localhost&quot;">
<kw name="File Should Exist" owner="OperatingSystem">
<arg>${cbench_executable}</arg>
<doc>Fails unless the given ``path`` points to an existing file.</doc>
<status status="NOT RUN" start="2026-05-12T02:16:06.094355" elapsed="0.000035"/>
</kw>
<status status="NOT RUN" start="2026-05-12T02:16:06.094009" elapsed="0.000434"/>
</branch>
<branch type="ELSE">
<kw name="Verify File Exists On Remote System" owner="Utils">
<kw name="Open Connection" owner="SSHLibrary">
<msg time="2026-05-12T02:16:06.099336" level="INFO">${conn_id} = 2</msg>
<var>${conn_id}</var>
<arg>${system}</arg>
<arg>prompt=${prompt}</arg>
<arg>timeout=${prompt_timeout}</arg>
<doc>Opens a new SSH connection to the given ``host`` and ``port``.</doc>
<status status="PASS" start="2026-05-12T02:16:06.098890" elapsed="0.000474"/>
</kw>
<kw name="Flexible_SSH_Login" owner="SSHKeywords">
<kw name="Get Length" owner="BuiltIn">
<msg time="2026-05-12T02:16:06.100438" level="INFO">Length is 0.</msg>
<msg time="2026-05-12T02:16:06.100525" level="INFO">${pwd_length} = 0</msg>
<var>${pwd_length}</var>
<arg>${password}</arg>
<doc>Returns and logs the length of the given item as an integer.</doc>
<status status="PASS" start="2026-05-12T02:16:06.099942" elapsed="0.000608"/>
</kw>
<kw name="Run Keyword And Return If" owner="BuiltIn">
<arg>${pwd_length} &gt; 0</arg>
<arg>SSHLibrary.Login</arg>
<arg>${user}</arg>
<arg>${password}</arg>
<arg>delay=${delay}</arg>
<doc>Runs the specified keyword and returns from the enclosing user keyword.</doc>
<status status="PASS" start="2026-05-12T02:16:06.100724" elapsed="0.000468"/>
</kw>
<kw name="Run Keyword And Return" owner="BuiltIn">
<kw name="Login With Public Key" owner="SSHLibrary">
<msg time="2026-05-12T02:16:06.102398" level="INFO">Logging into '10.30.170.194:22' as 'jenkins'.</msg>
<msg time="2026-05-12T02:16:06.958600" 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 May 12 02:16:06 UTC 2026

  System load:  0.13               Processes:             110
  Usage of /:   19.3% of 38.58GB   Users logged in:       0
  Memory usage: 4%                 IPv4 address for ens3: 10.30.170.194
  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-717-1-mininet-ovs-217-0 ~]&gt;</msg>
<arg>${user}</arg>
<arg>${USER_HOME}/.ssh/${SSH_KEY}</arg>
<arg>${KEYFILE_PASS}</arg>
<arg>delay=${delay}</arg>
<doc>Logs into the SSH server using key-based authentication.</doc>
<status status="PASS" start="2026-05-12T02:16:06.101735" elapsed="0.857050"/>
</kw>
<msg time="2026-05-12T02:16:06.958922" level="INFO">Returning from the enclosing user keyword.</msg>
<arg>SSHLibrary.Login With Public Key</arg>
<arg>${user}</arg>
<arg>${USER_HOME}/.ssh/${SSH_KEY}</arg>
<arg>${KEYFILE_PASS}</arg>
<arg>delay=${delay}</arg>
<doc>Runs the specified keyword and returns from the enclosing user keyword.</doc>
<status status="PASS" start="2026-05-12T02:16:06.101352" elapsed="0.857683"/>
</kw>
<arg>${user}</arg>
<arg>${password}</arg>
<doc>On active SSH session: if given non-empty password, do Login, else do Login With Public Key.</doc>
<status status="PASS" start="2026-05-12T02:16:06.099574" elapsed="0.859603"/>
</kw>
<kw name="File Should Exist" owner="SSHLibrary">
<msg time="2026-05-12T02:16:06.970031" level="INFO">[chan 1] Opened sftp connection (server version 3)</msg>
<arg>${file}</arg>
<doc>Fails if the given ``path`` does NOT point to an existing file.</doc>
<status status="PASS" start="2026-05-12T02:16:06.959426" elapsed="0.012369"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-05-12T02:16:06.972116" elapsed="0.000425"/>
</kw>
<arg>${cbench_system}</arg>
<arg>${cbench_executable}</arg>
<doc>Will create connection with public key and will PASS if the given ${file} exists,
otherwise will FAIL</doc>
<status status="PASS" start="2026-05-12T02:16:06.098294" elapsed="0.874342"/>
</kw>
<status status="PASS" start="2026-05-12T02:16:06.094796" elapsed="0.877898"/>
</branch>
<status status="PASS" start="2026-05-12T02:16:06.093970" elapsed="0.878776"/>
</if>
<kw name="Should Be True" owner="BuiltIn">
<arg>${loops} &gt;= 2</arg>
<arg>If number of loops is less than 2, cbench will not run</arg>
<doc>Fails if the given condition is not true.</doc>
<status status="PASS" start="2026-05-12T02:16:06.972998" elapsed="0.000727"/>
</kw>
<kw name="Verify_Feature_Is_Installed" owner="KarafKeywords">
<if>
<branch type="IF" condition="'${IS_KARAF_APPL}' == 'False'">
<return>
<value>Not A Karaf App</value>
<status status="NOT RUN" start="2026-05-12T02:16:06.980436" elapsed="0.000025"/>
</return>
<status status="NOT RUN" start="2026-05-12T02:16:06.980256" elapsed="0.000257"/>
</branch>
<status status="PASS" start="2026-05-12T02:16:06.980220" elapsed="0.000329"/>
</if>
<kw name="Issue_Command_On_Karaf_Console" owner="KarafKeywords">
<if>
<branch type="IF" condition="'${IS_KARAF_APPL}' == 'False'">
<return>
<value>Not A Karaf App</value>
<status status="NOT RUN" start="2026-05-12T02:16:06.985813" elapsed="0.000020"/>
</return>
<status status="NOT RUN" start="2026-05-12T02:16:06.985646" elapsed="0.000257"/>
</branch>
<status status="PASS" start="2026-05-12T02:16:06.985618" elapsed="0.000320"/>
</if>
<kw name="Open Connection" owner="SSHLibrary">
<arg>${controller}</arg>
<arg>port=${karaf_port}</arg>
<arg>prompt=${KARAF_PROMPT_LOGIN}</arg>
<arg>timeout=${timeout}</arg>
<doc>Opens a new SSH connection to the given ``host`` and ``port``.</doc>
<status status="PASS" start="2026-05-12T02:16:06.986132" elapsed="0.000643"/>
</kw>
<kw name="Login" owner="SSHLibrary">
<msg time="2026-05-12T02:16:06.987400" level="INFO">Logging into '10.30.170.88:8101' as 'karaf'.</msg>
<msg time="2026-05-12T02:16:07.182238" level="INFO">Read output: [33m                                                                                           
[33m    ________                       ________                .__  .__       .__     __       
[33m    \_____  \ ______   ____   ____ \______ \ _____  ___.__.|  | |__| ____ |  |___/  |_     
[33m     /   |   \\____ \_/ __ \ /    \ |    |  \\__  \&lt;   |  ||  | |  |/ ___\|  |  \   __\    
[33m    /    |    \  |_&gt; &gt;  ___/|   |  \|    `   \/ __ \\___  ||  |_|  / /_/  &gt;   Y  \  |      
[33m    \_______  /   __/ \___  &gt;___|  /_______  (____  / ____||____/__\___  /|___|  /__|      
[33m            \/|__|        \/     \/        \/     \/\/            /_____/      \/          
[33m                                                                                           

Hit '[1m&lt;tab&gt;[0m' for a list of available commands
and '[1m[cmd] --help[0m' for help on a specific command.
Hit '[1m&lt;ctrl-d&gt;[0m' or type '[1msystem:shutdown[0m' or '[1mlogout[0m' to shutdown OpenDaylight.

[?1h=[90m~[0m                                                                                [?2004hopendaylight-user</msg>
<arg>${KARAF_USER}</arg>
<arg>${KARAF_PASSWORD}</arg>
<arg>loglevel=${loglevel}</arg>
<doc>Logs into the SSH server with the given ``username`` and ``password``.</doc>
<status status="PASS" start="2026-05-12T02:16:06.987014" elapsed="0.195395"/>
</kw>
<kw name="Write" owner="SSHLibrary">
<msg time="2026-05-12T02:16:07.285170" level="INFO">@root&gt;feature:list -i | 0[C 0g[Krep odl-openflowplugin-drop-test</msg>
<arg>${cmd}</arg>
<doc>Writes the given ``text`` on the remote machine and appends a newline.</doc>
<status status="PASS" start="2026-05-12T02:16:07.182680" elapsed="0.102634"/>
</kw>
<kw name="Read Until Regexp" owner="SSHLibrary">
<msg time="2026-05-12T02:16:07.304246" level="INFO">[?1l&gt;[?2004l[31;1modl-openflowplugin-drop-test[0m                                    x 0.20.2           x x        x Started x [31;1modl-openflowplugin-drop-test[0m                                    x OpenDaylight :: Openflow Plugin :: Drop Test
[?1h=[90m~[0m                                                                                [?2004hopendaylight-user@root&gt;</msg>
<msg time="2026-05-12T02:16:07.304532" level="INFO">${output} = [?1l&gt;[?2004l[31;1modl-openflowplugin-drop-test[0m                                    x 0.20.2           x x        x Started x [31;1modl-openflowplugin-drop-test[0m                     ...</msg>
<var>${output}</var>
<arg>${KARAF_PROMPT}</arg>
<doc>Consumes and returns the server output until a match to ``regexp`` is found.</doc>
<status status="PASS" start="2026-05-12T02:16:07.285566" elapsed="0.019001"/>
</kw>
<kw name="Write Bare" owner="SSHLibrary">
<arg>logout\n</arg>
<doc>Writes the given ``text`` on the remote machine without appending a newline.</doc>
<status status="PASS" start="2026-05-12T02:16:07.304790" elapsed="0.000280"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-05-12T02:16:07.305234" elapsed="0.000221"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-05-12T02:16:07.305982" level="INFO">[?1l&gt;[?2004l[31;1modl-openflowplugin-drop-test[0m                                    x 0.20.2           x x        x Started x [31;1modl-openflowplugin-drop-test[0m                                    x OpenDaylight :: Openflow Plugin :: Drop Test
[?1h=[90m~[0m                                                                                [?2004hopendaylight-user@root&gt;</msg>
<arg>${output}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-05-12T02:16:07.305618" elapsed="0.000433"/>
</kw>
<return>
<value>${output}</value>
<status status="PASS" start="2026-05-12T02:16:07.306115" elapsed="0.000059"/>
</return>
<msg time="2026-05-12T02:16:07.306354" level="INFO">${output} = [?1l&gt;[?2004l[31;1modl-openflowplugin-drop-test[0m                                    x 0.20.2           x x        x Started x [31;1modl-openflowplugin-drop-test[0m                     ...</msg>
<var>${output}</var>
<arg>feature:list -i | grep ${feature_name}</arg>
<arg>${controller}</arg>
<arg>${karaf_port}</arg>
<doc>Will execute the given ${cmd} by ssh'ing to the karaf console running on 10.30.170.88
Note that this keyword will open&amp;close new SSH connection, without switching back to previously current session.</doc>
<status status="PASS" start="2026-05-12T02:16:06.985115" elapsed="0.321274"/>
</kw>
<kw name="Should Contain" owner="BuiltIn">
<arg>${output}</arg>
<arg>${feature_name}</arg>
<doc>Fails if ``container`` does not contain ``item`` one or more times.</doc>
<status status="PASS" start="2026-05-12T02:16:07.306541" elapsed="0.000549"/>
</kw>
<return>
<value>${output}</value>
<status status="PASS" start="2026-05-12T02:16:07.307162" elapsed="0.000046"/>
</return>
<arg>odl-openflowplugin-drop-test</arg>
<doc>Will Succeed if the given ${feature_name} is found in the output of "feature:list -i"</doc>
<status status="PASS" start="2026-05-12T02:16:06.979693" elapsed="0.327641"/>
</kw>
<kw name="Issue_Command_On_Karaf_Console" owner="KarafKeywords">
<if>
<branch type="IF" condition="'${IS_KARAF_APPL}' == 'False'">
<return>
<value>Not A Karaf App</value>
<status status="NOT RUN" start="2026-05-12T02:16:07.311262" elapsed="0.000015"/>
</return>
<status status="NOT RUN" start="2026-05-12T02:16:07.311108" elapsed="0.000204"/>
</branch>
<status status="PASS" start="2026-05-12T02:16:07.311084" elapsed="0.000251"/>
</if>
<kw name="Open Connection" owner="SSHLibrary">
<arg>${controller}</arg>
<arg>port=${karaf_port}</arg>
<arg>prompt=${KARAF_PROMPT_LOGIN}</arg>
<arg>timeout=${timeout}</arg>
<doc>Opens a new SSH connection to the given ``host`` and ``port``.</doc>
<status status="PASS" start="2026-05-12T02:16:07.311473" elapsed="0.000521"/>
</kw>
<kw name="Login" owner="SSHLibrary">
<msg time="2026-05-12T02:16:07.312419" level="INFO">Logging into '10.30.170.88:8101' as 'karaf'.</msg>
<msg time="2026-05-12T02:16:07.523949" level="INFO">Read output: [33m                                                                                           
[33m    ________                       ________                .__  .__       .__     __       
[33m    \_____  \ ______   ____   ____ \______ \ _____  ___.__.|  | |__| ____ |  |___/  |_     
[33m     /   |   \\____ \_/ __ \ /    \ |    |  \\__  \&lt;   |  ||  | |  |/ ___\|  |  \   __\    
[33m    /    |    \  |_&gt; &gt;  ___/|   |  \|    `   \/ __ \\___  ||  |_|  / /_/  &gt;   Y  \  |      
[33m    \_______  /   __/ \___  &gt;___|  /_______  (____  / ____||____/__\___  /|___|  /__|      
[33m            \/|__|        \/     \/        \/     \/\/            /_____/      \/          
[33m                                                                                           

Hit '[1m&lt;tab&gt;[0m' for a list of available commands
and '[1m[cmd] --help[0m' for help on a specific command.
Hit '[1m&lt;ctrl-d&gt;[0m' or type '[1msystem:shutdown[0m' or '[1mlogout[0m' to shutdown OpenDaylight.

[?1h=[90m~[0m                                                                                [?2004hopendaylight-user</msg>
<arg>${KARAF_USER}</arg>
<arg>${KARAF_PASSWORD}</arg>
<arg>loglevel=${loglevel}</arg>
<doc>Logs into the SSH server with the given ``username`` and ``password``.</doc>
<status status="PASS" start="2026-05-12T02:16:07.312146" elapsed="0.211992"/>
</kw>
<kw name="Write" owner="SSHLibrary">
<msg time="2026-05-12T02:16:07.554260" level="INFO">@root&gt;dropallpacketsrpc on</msg>
<arg>${cmd}</arg>
<doc>Writes the given ``text`` on the remote machine and appends a newline.</doc>
<status status="PASS" start="2026-05-12T02:16:07.524412" elapsed="0.029959"/>
</kw>
<kw name="Read Until Regexp" owner="SSHLibrary">
<msg time="2026-05-12T02:16:07.556699" level="INFO">[?1l&gt;[?2004lDropAllFlows transitions to on
[?1h=[90m~[0m                                                                                [?2004hopendaylight-user@root&gt;</msg>
<msg time="2026-05-12T02:16:07.556810" level="INFO">${output} = [?1l&gt;[?2004lDropAllFlows transitions to on
[?1h=[90m~[0m                                                                                [?2004hopendaylight-user@root&gt;</msg>
<var>${output}</var>
<arg>${KARAF_PROMPT}</arg>
<doc>Consumes and returns the server output until a match to ``regexp`` is found.</doc>
<status status="PASS" start="2026-05-12T02:16:07.554571" elapsed="0.002268"/>
</kw>
<kw name="Write Bare" owner="SSHLibrary">
<arg>logout\n</arg>
<doc>Writes the given ``text`` on the remote machine without appending a newline.</doc>
<status status="PASS" start="2026-05-12T02:16:07.556992" elapsed="0.000192"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-05-12T02:16:07.557321" elapsed="0.000210"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-05-12T02:16:07.558005" level="INFO">[?1l&gt;[?2004lDropAllFlows transitions to on
[?1h=[90m~[0m                                                                                [?2004hopendaylight-user@root&gt;</msg>
<arg>${output}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-05-12T02:16:07.557668" elapsed="0.000388"/>
</kw>
<return>
<value>${output}</value>
<status status="PASS" start="2026-05-12T02:16:07.558109" elapsed="0.000052"/>
</return>
<arg>dropallpacketsrpc on</arg>
<doc>Will execute the given ${cmd} by ssh'ing to the karaf console running on 10.30.170.88
Note that this keyword will open&amp;close new SSH connection, without switching back to previously current session.</doc>
<status status="PASS" start="2026-05-12T02:16:07.310749" elapsed="0.247525"/>
</kw>
<status status="PASS" start="2026-05-12T02:16:05.345218" elapsed="2.213118"/>
</kw>
<test id="s1-t1" name="Cbench Latency Test" line="37">
<kw name="Log" owner="BuiltIn">
<msg time="2026-05-12T02:16:07.560537" level="INFO">Cbench tests using 10 iterations of 60 second tests. Switch Count: 16. Unique MACS to cycle: 100</msg>
<arg>Cbench tests using ${loops} iterations of ${duration_in_secs} second tests. Switch Count: ${switch_count}. Unique MACS to cycle: ${num_of_unique_macs}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-05-12T02:16:07.559211" elapsed="0.001391"/>
</kw>
<kw name="Run Cbench And Log Results">
<kw name="Set Suite Variable" owner="BuiltIn">
<msg time="2026-05-12T02:16:07.562054" level="INFO">${output_filename} = latency.csv</msg>
<arg>${output_filename}</arg>
<doc>Makes a variable available everywhere within the scope of the current suite.</doc>
<status status="PASS" start="2026-05-12T02:16:07.561683" elapsed="0.000414"/>
</kw>
<if>
<branch type="IF" condition="&quot;${cbench_system}&quot; == &quot;localhost&quot;">
<kw name="Run" owner="OperatingSystem">
<var>${output}</var>
<arg>${cbench_executable} -c ${ODL_SYSTEM_IP} ${cbench_args}</arg>
<doc>_This keyword is considered deprecated. Use the
[http://robotframework.org/robotframework/latest/libraries/Process.html|
Process] library instead._</doc>
<status status="NOT RUN" start="2026-05-12T02:16:07.562426" elapsed="0.000023"/>
</kw>
<status status="NOT RUN" start="2026-05-12T02:16:07.562178" 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-05-12T02:16:07.565489" elapsed="0.000021"/>
</kw>
<status status="NOT RUN" start="2026-05-12T02:16:07.565236" elapsed="0.000310"/>
</branch>
<status status="PASS" start="2026-05-12T02:16:07.565216" elapsed="0.000356"/>
</if>
<kw name="Get Connection" owner="SSHLibrary">
<msg time="2026-05-12T02:16:07.565936" level="INFO">index=None
host=None
alias=None
port=22
timeout=3 seconds
newline=

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

prompt=None
term_type=vt100
width=80
height=24
path_separator=/
encoding=utf8
escape_ansi=False
encoding_errors=strict</msg>
<var>${current_ssh_connection}</var>
<doc>Returns information about the connection.</doc>
<status status="PASS" start="2026-05-12T02:16:07.565707" elapsed="0.000381"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-05-12T02:16:07.566659" level="INFO">Attempting to execute command "/usr/local/bin/cbench -c 10.30.170.88 -m 60000 -M 100 -S 16 -l 10 -D 5000 -p 6633" on remote system "10.30.170.194" by user "jenkins" with keyfile pass "any" and prompt "&gt;" and password ""</msg>
<arg>Attempting to execute command "${cmd}" on remote system "${system}" by user "${user}" with keyfile pass "${keyfile_pass}" and prompt "${prompt}" and password "${password}"</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-05-12T02:16:07.566230" elapsed="0.000490"/>
</kw>
<kw name="Open Connection" owner="SSHLibrary">
<msg time="2026-05-12T02:16:07.567349" level="INFO">${conn_id} = 5</msg>
<var>${conn_id}</var>
<arg>${system}</arg>
<arg>prompt=${prompt}</arg>
<arg>timeout=${prompt_timeout}</arg>
<doc>Opens a new SSH connection to the given ``host`` and ``port``.</doc>
<status status="PASS" start="2026-05-12T02:16:07.566875" elapsed="0.000501"/>
</kw>
<kw name="Flexible_SSH_Login" owner="SSHKeywords">
<kw name="Get Length" owner="BuiltIn">
<msg time="2026-05-12T02:16:07.568329" level="INFO">Length is 0.</msg>
<msg time="2026-05-12T02:16:07.568420" level="INFO">${pwd_length} = 0</msg>
<var>${pwd_length}</var>
<arg>${password}</arg>
<doc>Returns and logs the length of the given item as an integer.</doc>
<status status="PASS" start="2026-05-12T02:16:07.568006" elapsed="0.000439"/>
</kw>
<kw name="Run Keyword And Return If" owner="BuiltIn">
<arg>${pwd_length} &gt; 0</arg>
<arg>SSHLibrary.Login</arg>
<arg>${user}</arg>
<arg>${password}</arg>
<arg>delay=${delay}</arg>
<doc>Runs the specified keyword and returns from the enclosing user keyword.</doc>
<status status="PASS" start="2026-05-12T02:16:07.568589" elapsed="0.000347"/>
</kw>
<kw name="Run Keyword And Return" owner="BuiltIn">
<kw name="Login With Public Key" owner="SSHLibrary">
<msg time="2026-05-12T02:16:07.569800" level="INFO">Logging into '10.30.170.194:22' as 'jenkins'.</msg>
<msg time="2026-05-12T02:16:07.924435" 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 May 12 02:16:06 UTC 2026

  System load:  0.13               Processes:             110
  Usage of /:   19.3% of 38.58GB   Users logged in:       0
  Memory usage: 4%                 IPv4 address for ens3: 10.30.170.194
  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 May 12 02:16:06 2026 from 10.30.170.155
[?2004h[jenkins@releng-48317-717-1-mininet-ovs-217-0 ~]&gt;</msg>
<arg>${user}</arg>
<arg>${USER_HOME}/.ssh/${SSH_KEY}</arg>
<arg>${KEYFILE_PASS}</arg>
<arg>delay=${delay}</arg>
<doc>Logs into the SSH server using key-based authentication.</doc>
<status status="PASS" start="2026-05-12T02:16:07.569442" elapsed="0.355266"/>
</kw>
<msg time="2026-05-12T02:16:07.924844" level="INFO">Returning from the enclosing user keyword.</msg>
<arg>SSHLibrary.Login With Public Key</arg>
<arg>${user}</arg>
<arg>${USER_HOME}/.ssh/${SSH_KEY}</arg>
<arg>${KEYFILE_PASS}</arg>
<arg>delay=${delay}</arg>
<doc>Runs the specified keyword and returns from the enclosing user keyword.</doc>
<status status="PASS" start="2026-05-12T02:16:07.569092" elapsed="0.355914"/>
</kw>
<arg>${user}</arg>
<arg>${password}</arg>
<doc>On active SSH session: if given non-empty password, do Login, else do Login With Public Key.</doc>
<status status="PASS" start="2026-05-12T02:16:07.567580" elapsed="0.357617"/>
</kw>
<kw name="Execute Command" owner="SSHLibrary">
<msg time="2026-05-12T02:16:07.926355" level="INFO">Executing command '/usr/local/bin/cbench -c 10.30.170.88 -m 60000 -M 100 -S 16 -l 10 -D 5000 -p 6633'.</msg>
<msg time="2026-05-12T02:26:14.313925" level="INFO">Command exited with return code 0.</msg>
<msg time="2026-05-12T02:26:14.314680" level="INFO">${stdout} = </msg>
<msg time="2026-05-12T02:26:14.314799" level="INFO">${stderr} = cbench: controller benchmarking tool
   running in mode 'latency'
   connecting to controller at 10.30.170.88:6633 
   faking 16 switches with 1 threads :: 10 tests each; 60000 ms per test
   with 100...</msg>
<var>${stdout}</var>
<var>${stderr}</var>
<arg>${cmd}</arg>
<arg>return_stderr=True</arg>
<doc>Executes ``command`` on the remote machine and returns its outputs.</doc>
<status status="PASS" start="2026-05-12T02:16:07.925520" elapsed="606.389371"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-05-12T02:26:14.315504" elapsed="0.000981"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-05-12T02:26:14.317925" level="INFO">cbench: controller benchmarking tool
   running in mode 'latency'
   connecting to controller at 10.30.170.88:6633 
   faking 16 switches with 1 threads :: 10 tests each; 60000 ms per test
   with 100 unique source MACs per switch
   learning destination mac addresses before the test
   starting test with 5000 ms delay after features_reply
   ignoring first 1 "warmup" and last 0 "cooldown" loops
   debugging info is off
Master Thread: Creating thread-0! 
Thread-0: All switches initialized. Running at node 10.30.170.88. So far 1 cbench instances have initialized their switches.  Waiting for other cbench-instances
Thread-0: Total switches from ALL cbench-instances initialized.
02:17:13.161 16  switches: flows:  105048 104019 103717 103451 98833 102929 103064 101769 100624 100740 99493 98997 100228 99372 99453 93872  total = 26.926817 per ms 
02:18:13.264 16  switches: flows:  115823 116034 113551 113798 110756 113129 115207 113233 109384 112053 110228 111116 111278 109797 109325 105036  total = 29.779403 per ms 
02:19:13.365 16  switches: flows:  119300 117973 117057 115621 114568 115450 118314 116612 112834 114878 113572 113600 114221 112184 111673 108392  total = 30.553139 per ms 
02:20:13.466 16  switches: flows:  118432 117795 117132 116633 113899 116112 117944 116071 111267 113289 114692 114030 113893 112306 111163 107505  total = 30.485133 per ms 
02:21:13.567 16  switches: flows:  119292 117840 119065 117730 115985 116720 118628 118010 112945 115440 114158 114947 114848 113105 113877 109793  total = 30.821532 per ms 
02:22:13.668 16  switches: flows:  117908 116048 117069 115321 112908 114399 116328 113798 111554 112573 110614 112156 113931 112752 111011 106430  total = 30.196144 per ms 
02:23:13.770 16  switches: flows:  115726 115472 113956 115492 112963 112753 115536 113896 110961 111701 110931 109294 109569 110921 111115 106211  total = 29.891623 per ms 
02:24:13.871 16  switches: flows:  113049 113826 113659 115215 114340 111361 114196 114065 110930 111331 111625 109758 111108 109808 111221 105672  total = 29.802956 per ms 
02:25:13.973 16  switches: flows:  113140 114494 113860 116450 114106 114386 112487 114087 112012 111713 110947 108932 109163 111887 111036 105530  total = 29.853924 per ms 
02:26:14.331 16  switches: flows:  112370 112637 113953 113984 113272 112412 112910 113385 109147 109321 110323 109440 108174 107805 108639 103870  total = 29.352253 per ms 
RESULT: 16 switches 9 tests min/max/avg/stdev = 29352.25/30821.53/30081.79/10036.87 responses/s</msg>
<arg>${stderr}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-05-12T02:26:14.316947" elapsed="0.001423"/>
</kw>
<if>
<branch type="IF" condition="&quot;${return_stdout}&quot;!=&quot;True&quot;">
<return>
<value>${stderr}</value>
<status status="PASS" start="2026-05-12T02:26:14.319058" elapsed="0.000149"/>
</return>
<status status="PASS" start="2026-05-12T02:26:14.318653" elapsed="0.000677"/>
</branch>
<status status="PASS" start="2026-05-12T02:26:14.318570" elapsed="0.000824"/>
</if>
<if>
<branch type="IF" condition="&quot;${return_stderr}&quot;!=&quot;True&quot;">
<return>
<value>${stdout}</value>
<status status="NOT RUN" start="2026-05-12T02:26:14.319646" elapsed="0.000029"/>
</return>
<status status="NOT RUN" start="2026-05-12T02:26:14.319561" elapsed="0.000175"/>
</branch>
<status status="NOT RUN" start="2026-05-12T02:26:14.319521" elapsed="0.000265"/>
</if>
<return>
<value>${stdout}</value>
<value>${stderr}</value>
<status status="NOT RUN" start="2026-05-12T02:26:14.320146" elapsed="0.000056"/>
</return>
<kw name="Restore_Current_Ssh_Connection_From_Index" owner="SSHKeywords" type="TEARDOWN">
<kw name="Run Keyword And Return If" owner="BuiltIn">
<arg>${connection_index} is not None</arg>
<arg>SSHLibrary.Switch Connection</arg>
<arg>${connection_index}</arg>
<doc>Runs the specified keyword and returns from the enclosing user keyword.</doc>
<status status="PASS" start="2026-05-12T02:26:14.325448" elapsed="0.000627"/>
</kw>
<kw name="Open Connection" owner="SSHLibrary">
<arg>127.0.0.1</arg>
<doc>Opens a new SSH connection to the given ``host`` and ``port``.</doc>
<status status="PASS" start="2026-05-12T02:26:14.326357" elapsed="0.000328"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-05-12T02:26:14.326914" elapsed="0.000161"/>
</kw>
<arg>${current_ssh_connection.index}</arg>
<doc>Restore active SSH connection in SSHLibrary to given index.</doc>
<status status="PASS" start="2026-05-12T02:26:14.321226" elapsed="0.005930"/>
</kw>
<msg time="2026-05-12T02:26:14.327359" level="INFO">${output} = cbench: controller benchmarking tool
   running in mode 'latency'
   connecting to controller at 10.30.170.88:6633 
   faking 16 switches with 1 threads :: 10 tests each; 60000 ms per test
   with 100...</msg>
<var>${output}</var>
<arg>${cbench_system}</arg>
<arg>${cbench_executable} -c ${ODL_SYSTEM_IP} ${cbench_args}</arg>
<arg>prompt_timeout=${test_timeout}</arg>
<arg>return_stdout=False</arg>
<arg>return_stderr=True</arg>
<doc>Reduces the common work of running a command on a remote system to a single higher level
robot keyword, taking care to log in with a public key and. The command given is written and the return value
depends on the passed argument values of return_stdout (default: True) and return_stderr (default: False).
At least one should be True, or the keyword will exit and FAIL. If both are True, the resulting return value
will be a two element list containing both. Otherwise the resulting return value is a string.
No test conditions are checked.</doc>
<status status="PASS" start="2026-05-12T02:16:07.562839" elapsed="606.764562"/>
</kw>
<status status="PASS" start="2026-05-12T02:16:07.562516" elapsed="606.764992"/>
</branch>
<status status="PASS" start="2026-05-12T02:16:07.562154" elapsed="606.765418"/>
</if>
<kw name="Log" owner="BuiltIn">
<msg time="2026-05-12T02:26:14.328358" level="INFO">cbench: controller benchmarking tool
   running in mode 'latency'
   connecting to controller at 10.30.170.88:6633 
   faking 16 switches with 1 threads :: 10 tests each; 60000 ms per test
   with 100 unique source MACs per switch
   learning destination mac addresses before the test
   starting test with 5000 ms delay after features_reply
   ignoring first 1 "warmup" and last 0 "cooldown" loops
   debugging info is off
Master Thread: Creating thread-0! 
Thread-0: All switches initialized. Running at node 10.30.170.88. So far 1 cbench instances have initialized their switches.  Waiting for other cbench-instances
Thread-0: Total switches from ALL cbench-instances initialized.
02:17:13.161 16  switches: flows:  105048 104019 103717 103451 98833 102929 103064 101769 100624 100740 99493 98997 100228 99372 99453 93872  total = 26.926817 per ms 
02:18:13.264 16  switches: flows:  115823 116034 113551 113798 110756 113129 115207 113233 109384 112053 110228 111116 111278 109797 109325 105036  total = 29.779403 per ms 
02:19:13.365 16  switches: flows:  119300 117973 117057 115621 114568 115450 118314 116612 112834 114878 113572 113600 114221 112184 111673 108392  total = 30.553139 per ms 
02:20:13.466 16  switches: flows:  118432 117795 117132 116633 113899 116112 117944 116071 111267 113289 114692 114030 113893 112306 111163 107505  total = 30.485133 per ms 
02:21:13.567 16  switches: flows:  119292 117840 119065 117730 115985 116720 118628 118010 112945 115440 114158 114947 114848 113105 113877 109793  total = 30.821532 per ms 
02:22:13.668 16  switches: flows:  117908 116048 117069 115321 112908 114399 116328 113798 111554 112573 110614 112156 113931 112752 111011 106430  total = 30.196144 per ms 
02:23:13.770 16  switches: flows:  115726 115472 113956 115492 112963 112753 115536 113896 110961 111701 110931 109294 109569 110921 111115 106211  total = 29.891623 per ms 
02:24:13.871 16  switches: flows:  113049 113826 113659 115215 114340 111361 114196 114065 110930 111331 111625 109758 111108 109808 111221 105672  total = 29.802956 per ms 
02:25:13.973 16  switches: flows:  113140 114494 113860 116450 114106 114386 112487 114087 112012 111713 110947 108932 109163 111887 111036 105530  total = 29.853924 per ms 
02:26:14.331 16  switches: flows:  112370 112637 113953 113984 113272 112412 112910 113385 109147 109321 110323 109440 108174 107805 108639 103870  total = 29.352253 per ms 
RESULT: 16 switches 9 tests min/max/avg/stdev = 29352.25/30821.53/30081.79/10036.87 responses/s</msg>
<arg>${output}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-05-12T02:26:14.327843" elapsed="0.000630"/>
</kw>
<kw name="Should Contain" owner="BuiltIn">
<arg>${output}</arg>
<arg>RESULT</arg>
<doc>Fails if ``container`` does not contain ``item`` one or more times.</doc>
<status status="PASS" start="2026-05-12T02:26:14.328770" elapsed="0.000941"/>
</kw>
<kw name="Get Lines Containing String" owner="String">
<msg time="2026-05-12T02:26:14.330308" level="INFO">1 out of 23 lines matched.</msg>
<msg time="2026-05-12T02:26:14.330407" level="INFO">${result_line} = RESULT: 16 switches 9 tests min/max/avg/stdev = 29352.25/30821.53/30081.79/10036.87 responses/s</msg>
<var>${result_line}</var>
<arg>${output}</arg>
<arg>RESULT</arg>
<doc>Returns lines of the given ``string`` that contain the ``pattern``.</doc>
<status status="PASS" start="2026-05-12T02:26:14.330031" elapsed="0.000401"/>
</kw>
<kw name="Split String" owner="String">
<msg time="2026-05-12T02:26:14.330872" level="INFO">@{results_list} = [ RESULT: | 16 | switches | 9 | tests | min/max/avg/stdev | = | 29352.25/30821.53/30081.79/10036.87 | responses/s ]</msg>
<var>@{results_list}</var>
<arg>${result_line}</arg>
<doc>Splits the ``string`` using ``separator`` as a delimiter string.</doc>
<status status="PASS" start="2026-05-12T02:26:14.330591" elapsed="0.000312"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-05-12T02:26:14.333556" level="INFO">min/max/avg/stdev</msg>
<arg>${results_list[5]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-05-12T02:26:14.331083" elapsed="0.002540"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-05-12T02:26:14.336197" level="INFO">29352.25/30821.53/30081.79/10036.87</msg>
<arg>${results_list[7]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-05-12T02:26:14.333798" elapsed="0.002458"/>
</kw>
<kw name="Split String" owner="String">
<msg time="2026-05-12T02:26:14.338832" level="INFO">@{result_name_list} = [ min | max | avg | stdev ]</msg>
<var>@{result_name_list}</var>
<arg>${results_list[5]}</arg>
<arg>/</arg>
<doc>Splits the ``string`` using ``separator`` as a delimiter string.</doc>
<status status="PASS" start="2026-05-12T02:26:14.336417" elapsed="0.002477"/>
</kw>
<kw name="Split String" owner="String">
<msg time="2026-05-12T02:26:14.341568" level="INFO">@{result_value_list} = [ 29352.25 | 30821.53 | 30081.79 | 10036.87 ]</msg>
<var>@{result_value_list}</var>
<arg>${results_list[7]}</arg>
<arg>/</arg>
<doc>Splits the ``string`` using ``separator`` as a delimiter string.</doc>
<status status="PASS" start="2026-05-12T02:26:14.339179" elapsed="0.002420"/>
</kw>
<kw name="Get Length" owner="BuiltIn">
<msg time="2026-05-12T02:26:14.342178" level="INFO">Length is 4.</msg>
<msg time="2026-05-12T02:26:14.342272" level="INFO">${num_stats} = 4</msg>
<var>${num_stats}</var>
<arg>${result_name_list}</arg>
<doc>Returns and logs the length of the given item as an integer.</doc>
<status status="PASS" start="2026-05-12T02:26:14.341784" elapsed="0.000518"/>
</kw>
<for flavor="IN RANGE">
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-05-12T02:26:14.347443" level="INFO">min :: 29352.25</msg>
<arg>${result_name_list[${i}]} :: ${result_value_list[${i}]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-05-12T02:26:14.342877" elapsed="0.004647"/>
</kw>
<var name="${i}">0</var>
<status status="PASS" start="2026-05-12T02:26:14.342682" elapsed="0.004896"/>
</iter>
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-05-12T02:26:14.352699" level="INFO">max :: 30821.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-05-12T02:26:14.347940" elapsed="0.004848"/>
</kw>
<var name="${i}">1</var>
<status status="PASS" start="2026-05-12T02:26:14.347722" elapsed="0.005121"/>
</iter>
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-05-12T02:26:14.358205" level="INFO">avg :: 30081.79</msg>
<arg>${result_name_list[${i}]} :: ${result_value_list[${i}]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-05-12T02:26:14.353241" elapsed="0.005051"/>
</kw>
<var name="${i}">2</var>
<status status="PASS" start="2026-05-12T02:26:14.353010" elapsed="0.005338"/>
</iter>
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-05-12T02:26:14.363679" level="INFO">stdev :: 10036.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-05-12T02:26:14.358711" elapsed="0.005064"/>
</kw>
<var name="${i}">3</var>
<status status="PASS" start="2026-05-12T02:26:14.358497" elapsed="0.005337"/>
</iter>
<var>${i}</var>
<value>0</value>
<value>${num_stats}</value>
<status status="PASS" start="2026-05-12T02:26:14.342418" elapsed="0.021492"/>
</for>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-05-12T02:26:14.368461" level="INFO">${min} = 29352.25</msg>
<var>${min}</var>
<arg>${result_value_list[${0}]}</arg>
<doc>Returns the given values which can then be assigned to a variables.</doc>
<status status="PASS" start="2026-05-12T02:26:14.364192" elapsed="0.004319"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-05-12T02:26:14.373015" level="INFO">${max} = 30821.53</msg>
<var>${max}</var>
<arg>${result_value_list[${1}]}</arg>
<doc>Returns the given values which can then be assigned to a variables.</doc>
<status status="PASS" start="2026-05-12T02:26:14.368806" elapsed="0.004255"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-05-12T02:26:14.377983" level="INFO">${average} = 30081.79</msg>
<var>${average}</var>
<arg>${result_value_list[${2}]}</arg>
<doc>Returns the given values which can then be assigned to a variables.</doc>
<status status="PASS" start="2026-05-12T02:26:14.373456" elapsed="0.004577"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-05-12T02:26:14.382688" level="INFO">${stdev} = 10036.87</msg>
<var>${stdev}</var>
<arg>${result_value_list[${3}]}</arg>
<doc>Returns the given values which can then be assigned to a variables.</doc>
<status status="PASS" start="2026-05-12T02:26:14.378308" elapsed="0.004436"/>
</kw>
<kw name="Get Time" owner="BuiltIn">
<msg time="2026-05-12T02:26:14.383893" level="INFO">${date} = 2026-05-12 02:26:14</msg>
<var>${date}</var>
<arg>d,m,s</arg>
<doc>Returns the given time in the requested format.</doc>
<status status="PASS" start="2026-05-12T02:26:14.383107" elapsed="0.000827"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-05-12T02:26:14.384985" level="INFO">CBench Result: 2026-05-12 02:26:14,-m 60000 -M 100 -S 16 -l 10 -D 5000 -p 6633,29352.25,30821.53,30081.79,10036.87</msg>
<arg>CBench Result: ${date},${cbench_args},${min},${max},${average},${stdev}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-05-12T02:26:14.384224" elapsed="0.000862"/>
</kw>
<kw name="Log Results And Determine Status">
<kw name="Append To File" owner="OperatingSystem">
<msg time="2026-05-12T02:26:14.387005" level="INFO" html="true">Appended to file '&lt;a href="file:///w/workspace/openflowplugin-csit-1node-cbench-only-titanium/latency.csv"&gt;/w/workspace/openflowplugin-csit-1node-cbench-only-titanium/latency.csv&lt;/a&gt;'.</msg>
<arg>${output_file}</arg>
<arg>${min},${max},${average}\n</arg>
<doc>Appends the given content to the specified file.</doc>
<status status="PASS" start="2026-05-12T02:26:14.386210" elapsed="0.000921"/>
</kw>
<kw name="Should Be True" owner="BuiltIn">
<arg>${average} &gt; ${threshold}</arg>
<arg>${average} flow_mods per/sec did not exceed threshold of ${threshold}</arg>
<doc>Fails if the given condition is not true.</doc>
<status status="PASS" start="2026-05-12T02:26:14.387431" elapsed="0.000973"/>
</kw>
<arg>${min}</arg>
<arg>${max}</arg>
<arg>${average}</arg>
<arg>${average_threshold}</arg>
<arg>${output_filename}</arg>
<status status="PASS" start="2026-05-12T02:26:14.385434" elapsed="0.003094"/>
</kw>
<arg>-m ${duration_in_ms} -M ${num_of_unique_macs} -S ${switch_count} -l ${loops} -D ${start_delay} -p ${of_port}</arg>
<arg>${latency_threshold}</arg>
<arg>${latency_results_file}</arg>
<status status="PASS" start="2026-05-12T02:16:07.561039" elapsed="606.827608"/>
</kw>
<kw name="Sleep" owner="BuiltIn">
<msg time="2026-05-12T02:26:14.390112" level="INFO">Slept 0 seconds.</msg>
<arg>${test_delay}</arg>
<doc>Pauses the test executed for the given time.</doc>
<status status="PASS" start="2026-05-12T02:26:14.388987" elapsed="0.001256"/>
</kw>
<kw name="Log Results As Zero If Cbench Timed Out" type="TEARDOWN">
<kw name="Run Keyword If Timeout Occurred" owner="BuiltIn">
<arg>Log Results And Determine Status</arg>
<arg>0</arg>
<arg>0</arg>
<arg>0</arg>
<arg>0</arg>
<arg>${output_filename}</arg>
<doc>Runs the given keyword if either a test or a keyword timeout has occurred.</doc>
<status status="PASS" start="2026-05-12T02:26:14.391126" elapsed="0.000342"/>
</kw>
<status status="PASS" start="2026-05-12T02:26:14.390691" elapsed="0.000880"/>
</kw>
<doc>cbench executed in default latency mode. Test parameters have defaults, but can be overridden
on the pybot command line</doc>
<tag>cbench</tag>
<tag>latency</tag>
<timeout value="15 minutes"/>
<status status="PASS" start="2026-05-12T02:16:07.558487" elapsed="606.833130"/>
</test>
<test id="s1-t2" name="Cbench Throughput Test" line="51">
<kw name="Log" owner="BuiltIn">
<msg time="2026-05-12T02:26:14.393140" level="INFO">Cbench tests using 10 iterations of 60 second tests. Switch Count: 16. Unique MACS to cycle: 100</msg>
<arg>Cbench tests using ${loops} iterations of ${duration_in_secs} second tests. Switch Count: ${switch_count}. Unique MACS to cycle: ${num_of_unique_macs}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-05-12T02:26:14.392689" elapsed="0.000548"/>
</kw>
<kw name="Run Cbench And Log Results">
<kw name="Set Suite Variable" owner="BuiltIn">
<msg time="2026-05-12T02:26:14.394679" level="INFO">${output_filename} = throughput.csv</msg>
<arg>${output_filename}</arg>
<doc>Makes a variable available everywhere within the scope of the current suite.</doc>
<status status="PASS" start="2026-05-12T02:26:14.394311" elapsed="0.000418"/>
</kw>
<if>
<branch type="IF" condition="&quot;${cbench_system}&quot; == &quot;localhost&quot;">
<kw name="Run" owner="OperatingSystem">
<var>${output}</var>
<arg>${cbench_executable} -c ${ODL_SYSTEM_IP} ${cbench_args}</arg>
<doc>_This keyword is considered deprecated. Use the
[http://robotframework.org/robotframework/latest/libraries/Process.html|
Process] library instead._</doc>
<status status="NOT RUN" start="2026-05-12T02:26:14.395290" elapsed="0.000024"/>
</kw>
<status status="NOT RUN" start="2026-05-12T02:26:14.395024" elapsed="0.000329"/>
</branch>
<branch type="ELSE">
<kw name="Run Command On Remote System" owner="Utils">
<if>
<branch type="IF" condition="&quot;${return_stdout}&quot;!=&quot;True&quot; and &quot;${return_stderr}&quot;!=&quot;True&quot;">
<kw name="Fail" owner="BuiltIn">
<arg>At least one of {return_stdout} or {return_stderr} args should be set to True</arg>
<doc>Fails the test with the given message and optionally alters its tags.</doc>
<status status="NOT RUN" start="2026-05-12T02:26:14.398657" elapsed="0.000024"/>
</kw>
<status status="NOT RUN" start="2026-05-12T02:26:14.398381" elapsed="0.000340"/>
</branch>
<status status="PASS" start="2026-05-12T02:26:14.398356" elapsed="0.000391"/>
</if>
<kw name="Get Connection" owner="SSHLibrary">
<msg time="2026-05-12T02:26:14.399214" level="INFO">index=None
host=None
alias=None
port=22
timeout=3 seconds
newline=

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

prompt=None
term_type=vt100
width=80
height=24
path_separator=/
encoding=utf8
escape_ansi=False
encoding_errors=strict</msg>
<var>${current_ssh_connection}</var>
<doc>Returns information about the connection.</doc>
<status status="PASS" start="2026-05-12T02:26:14.398929" elapsed="0.000468"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-05-12T02:26:14.400016" level="INFO">Attempting to execute command "/usr/local/bin/cbench -c 10.30.170.88 -t -m 60000 -M 100 -S 16 -l 10 -D 5000 -p 6633" on remote system "10.30.170.194" by user "jenkins" with keyfile pass "any" and prompt "&gt;" and password ""</msg>
<arg>Attempting to execute command "${cmd}" on remote system "${system}" by user "${user}" with keyfile pass "${keyfile_pass}" and prompt "${prompt}" and password "${password}"</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-05-12T02:26:14.399541" elapsed="0.000537"/>
</kw>
<kw name="Open Connection" owner="SSHLibrary">
<msg time="2026-05-12T02:26:14.400681" level="INFO">${conn_id} = 7</msg>
<var>${conn_id}</var>
<arg>${system}</arg>
<arg>prompt=${prompt}</arg>
<arg>timeout=${prompt_timeout}</arg>
<doc>Opens a new SSH connection to the given ``host`` and ``port``.</doc>
<status status="PASS" start="2026-05-12T02:26:14.400229" elapsed="0.000479"/>
</kw>
<kw name="Flexible_SSH_Login" owner="SSHKeywords">
<kw name="Get Length" owner="BuiltIn">
<msg time="2026-05-12T02:26:14.401750" level="INFO">Length is 0.</msg>
<msg time="2026-05-12T02:26:14.401844" level="INFO">${pwd_length} = 0</msg>
<var>${pwd_length}</var>
<arg>${password}</arg>
<doc>Returns and logs the length of the given item as an integer.</doc>
<status status="PASS" start="2026-05-12T02:26:14.401386" elapsed="0.000499"/>
</kw>
<kw name="Run Keyword And Return If" owner="BuiltIn">
<arg>${pwd_length} &gt; 0</arg>
<arg>SSHLibrary.Login</arg>
<arg>${user}</arg>
<arg>${password}</arg>
<arg>delay=${delay}</arg>
<doc>Runs the specified keyword and returns from the enclosing user keyword.</doc>
<status status="PASS" start="2026-05-12T02:26:14.402037" elapsed="0.000353"/>
</kw>
<kw name="Run Keyword And Return" owner="BuiltIn">
<kw name="Login With Public Key" owner="SSHLibrary">
<msg time="2026-05-12T02:26:14.403344" level="INFO">Logging into '10.30.170.194:22' as 'jenkins'.</msg>
<msg time="2026-05-12T02:26:15.040000" 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 May 12 02:26:14 UTC 2026

  System load:  1.06               Processes:             103
  Usage of /:   19.3% of 38.58GB   Users logged in:       0
  Memory usage: 4%                 IPv4 address for ens3: 10.30.170.194
  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 May 12 02:16:07 2026 from 10.30.170.155
[?2004h[jenkins@releng-48317-717-1-mininet-ovs-217-0 ~]&gt;</msg>
<arg>${user}</arg>
<arg>${USER_HOME}/.ssh/${SSH_KEY}</arg>
<arg>${KEYFILE_PASS}</arg>
<arg>delay=${delay}</arg>
<doc>Logs into the SSH server using key-based authentication.</doc>
<status status="PASS" start="2026-05-12T02:26:14.402962" elapsed="0.637273"/>
</kw>
<msg time="2026-05-12T02:26:15.040367" level="INFO">Returning from the enclosing user keyword.</msg>
<arg>SSHLibrary.Login With Public Key</arg>
<arg>${user}</arg>
<arg>${USER_HOME}/.ssh/${SSH_KEY}</arg>
<arg>${KEYFILE_PASS}</arg>
<arg>delay=${delay}</arg>
<doc>Runs the specified keyword and returns from the enclosing user keyword.</doc>
<status status="PASS" start="2026-05-12T02:26:14.402569" elapsed="0.637907"/>
</kw>
<arg>${user}</arg>
<arg>${password}</arg>
<doc>On active SSH session: if given non-empty password, do Login, else do Login With Public Key.</doc>
<status status="PASS" start="2026-05-12T02:26:14.400951" elapsed="0.639667"/>
</kw>
<kw name="Execute Command" owner="SSHLibrary">
<msg time="2026-05-12T02:26:15.041180" level="INFO">Executing command '/usr/local/bin/cbench -c 10.30.170.88 -t -m 60000 -M 100 -S 16 -l 10 -D 5000 -p 6633'.</msg>
<msg time="2026-05-12T02:36:26.433345" level="INFO">Command exited with return code 0.</msg>
<msg time="2026-05-12T02:36:26.434092" level="INFO">${stdout} = </msg>
<msg time="2026-05-12T02:36:26.434186" level="INFO">${stderr} = cbench: controller benchmarking tool
   running in mode 'throughput'
   connecting to controller at 10.30.170.88:6633 
   faking 16 switches with 1 threads :: 10 tests each; 60000 ms per test
   with ...</msg>
<var>${stdout}</var>
<var>${stderr}</var>
<arg>${cmd}</arg>
<arg>return_stderr=True</arg>
<doc>Executes ``command`` on the remote machine and returns its outputs.</doc>
<status status="PASS" start="2026-05-12T02:26:15.040853" elapsed="611.393384"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-05-12T02:36:26.434928" elapsed="0.001002"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-05-12T02:36:26.437221" level="INFO">cbench: controller benchmarking tool
   running in mode 'throughput'
   connecting to controller at 10.30.170.88:6633 
   faking 16 switches with 1 threads :: 10 tests each; 60000 ms per test
   with 100 unique source MACs per switch
   learning destination mac addresses before the test
   starting test with 5000 ms delay after features_reply
   ignoring first 1 "warmup" and last 0 "cooldown" loops
   debugging info is off
Master Thread: Creating thread-0! 
Thread-0: All switches initialized. Running at node 10.30.170.88. So far 1 cbench instances have initialized their switches.  Waiting for other cbench-instances
Thread-0: Total switches from ALL cbench-instances initialized.
02:27:25.493 16  switches: flows:  379431 340815 396171 393667 391409 399146 393845 385302 373990 400013 383531 383843 392500 361668 388418 384474  total = 102.470383 per ms 
02:28:25.594 16  switches: flows:  509813 448384 510209 512780 506949 523717 522822 516348 522527 529764 525616 518663 517943 508013 512082 519019  total = 136.514921 per ms 
02:29:25.696 16  switches: flows:  615929 611822 618946 618092 619801 619602 611591 617401 622054 616257 617773 618403 614798 615024 606293 618654  total = 164.097092 per ms 
02:30:25.797 16  switches: flows:  587605 586096 584210 585418 589110 594783 587989 586083 591652 591004 581812 594322 587764 589173 574041 586391  total = 156.362422 per ms 
02:31:25.898 16  switches: flows:  536733 536830 528634 548073 543314 541454 534880 537307 533924 545941 535338 535443 534945 538195 540385 541715  total = 143.311018 per ms 
02:32:26.000 16  switches: flows:  520320 528328 526857 527273 525962 525494 513660 521191 529608 517191 524692 525475 521856 521468 517560 534262  total = 139.449529 per ms 
02:33:26.102 16  switches: flows:  505791 501340 507140 503606 503824 506768 503298 503517 507088 501098 505879 504995 509217 505154 505416 502881  total = 134.390461 per ms 
02:34:26.203 16  switches: flows:  521293 518243 513009 514928 522635 522853 513863 523105 517649 519314 523155 519814 517559 513806 518888 518765  total = 138.082772 per ms 
02:35:26.327 16  switches: flows:  540623 535108 543529 531870 548991 540074 539184 543214 538279 546118 544417 526783 544229 532500 546288 545738  total = 143.819202 per ms 
02:36:26.428 16  switches: flows:  566470 562556 572076 576040 570450 564814 565448 570588 566256 562846 565845 576678 571014 570194 563181 570386  total = 151.325547 per ms 
RESULT: 16 switches 9 tests min/max/avg/stdev = 134390.46/164097.09/145261.44/49330.57 responses/s</msg>
<arg>${stderr}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-05-12T02:36:26.436402" elapsed="0.001199"/>
</kw>
<if>
<branch type="IF" condition="&quot;${return_stdout}&quot;!=&quot;True&quot;">
<return>
<value>${stderr}</value>
<status status="PASS" start="2026-05-12T02:36:26.438146" elapsed="0.000088"/>
</return>
<status status="PASS" start="2026-05-12T02:36:26.437800" elapsed="0.000517"/>
</branch>
<status status="PASS" start="2026-05-12T02:36:26.437741" elapsed="0.000632"/>
</if>
<if>
<branch type="IF" condition="&quot;${return_stderr}&quot;!=&quot;True&quot;">
<return>
<value>${stdout}</value>
<status status="NOT RUN" start="2026-05-12T02:36:26.438587" elapsed="0.000027"/>
</return>
<status status="NOT RUN" start="2026-05-12T02:36:26.438511" elapsed="0.000159"/>
</branch>
<status status="NOT RUN" start="2026-05-12T02:36:26.438475" elapsed="0.000238"/>
</if>
<return>
<value>${stdout}</value>
<value>${stderr}</value>
<status status="NOT RUN" start="2026-05-12T02:36:26.438772" elapsed="0.000025"/>
</return>
<kw name="Restore_Current_Ssh_Connection_From_Index" owner="SSHKeywords" type="TEARDOWN">
<kw name="Run Keyword And Return If" owner="BuiltIn">
<arg>${connection_index} is not None</arg>
<arg>SSHLibrary.Switch Connection</arg>
<arg>${connection_index}</arg>
<doc>Runs the specified keyword and returns from the enclosing user keyword.</doc>
<status status="PASS" start="2026-05-12T02:36:26.443726" elapsed="0.000629"/>
</kw>
<kw name="Open Connection" owner="SSHLibrary">
<arg>127.0.0.1</arg>
<doc>Opens a new SSH connection to the given ``host`` and ``port``.</doc>
<status status="PASS" start="2026-05-12T02:36:26.444583" elapsed="0.000318"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-05-12T02:36:26.445094" elapsed="0.000162"/>
</kw>
<arg>${current_ssh_connection.index}</arg>
<doc>Restore active SSH connection in SSHLibrary to given index.</doc>
<status status="PASS" start="2026-05-12T02:36:26.439738" elapsed="0.005785"/>
</kw>
<msg time="2026-05-12T02:36:26.445729" level="INFO">${output} = cbench: controller benchmarking tool
   running in mode 'throughput'
   connecting to controller at 10.30.170.88:6633 
   faking 16 switches with 1 threads :: 10 tests each; 60000 ms per test
   with ...</msg>
<var>${output}</var>
<arg>${cbench_system}</arg>
<arg>${cbench_executable} -c ${ODL_SYSTEM_IP} ${cbench_args}</arg>
<arg>prompt_timeout=${test_timeout}</arg>
<arg>return_stdout=False</arg>
<arg>return_stderr=True</arg>
<doc>Reduces the common work of running a command on a remote system to a single higher level
robot keyword, taking care to log in with a public key and. The command given is written and the return value
depends on the passed argument values of return_stdout (default: True) and return_stderr (default: False).
At least one should be True, or the keyword will exit and FAIL. If both are True, the resulting return value
will be a two element list containing both. Otherwise the resulting return value is a string.
No test conditions are checked.</doc>
<status status="PASS" start="2026-05-12T02:26:14.395742" elapsed="612.050028"/>
</kw>
<status status="PASS" start="2026-05-12T02:26:14.395381" elapsed="612.050460"/>
</branch>
<status status="PASS" start="2026-05-12T02:26:14.394993" elapsed="612.050914"/>
</if>
<kw name="Log" owner="BuiltIn">
<msg time="2026-05-12T02:36:26.446616" level="INFO">cbench: controller benchmarking tool
   running in mode 'throughput'
   connecting to controller at 10.30.170.88:6633 
   faking 16 switches with 1 threads :: 10 tests each; 60000 ms per test
   with 100 unique source MACs per switch
   learning destination mac addresses before the test
   starting test with 5000 ms delay after features_reply
   ignoring first 1 "warmup" and last 0 "cooldown" loops
   debugging info is off
Master Thread: Creating thread-0! 
Thread-0: All switches initialized. Running at node 10.30.170.88. So far 1 cbench instances have initialized their switches.  Waiting for other cbench-instances
Thread-0: Total switches from ALL cbench-instances initialized.
02:27:25.493 16  switches: flows:  379431 340815 396171 393667 391409 399146 393845 385302 373990 400013 383531 383843 392500 361668 388418 384474  total = 102.470383 per ms 
02:28:25.594 16  switches: flows:  509813 448384 510209 512780 506949 523717 522822 516348 522527 529764 525616 518663 517943 508013 512082 519019  total = 136.514921 per ms 
02:29:25.696 16  switches: flows:  615929 611822 618946 618092 619801 619602 611591 617401 622054 616257 617773 618403 614798 615024 606293 618654  total = 164.097092 per ms 
02:30:25.797 16  switches: flows:  587605 586096 584210 585418 589110 594783 587989 586083 591652 591004 581812 594322 587764 589173 574041 586391  total = 156.362422 per ms 
02:31:25.898 16  switches: flows:  536733 536830 528634 548073 543314 541454 534880 537307 533924 545941 535338 535443 534945 538195 540385 541715  total = 143.311018 per ms 
02:32:26.000 16  switches: flows:  520320 528328 526857 527273 525962 525494 513660 521191 529608 517191 524692 525475 521856 521468 517560 534262  total = 139.449529 per ms 
02:33:26.102 16  switches: flows:  505791 501340 507140 503606 503824 506768 503298 503517 507088 501098 505879 504995 509217 505154 505416 502881  total = 134.390461 per ms 
02:34:26.203 16  switches: flows:  521293 518243 513009 514928 522635 522853 513863 523105 517649 519314 523155 519814 517559 513806 518888 518765  total = 138.082772 per ms 
02:35:26.327 16  switches: flows:  540623 535108 543529 531870 548991 540074 539184 543214 538279 546118 544417 526783 544229 532500 546288 545738  total = 143.819202 per ms 
02:36:26.428 16  switches: flows:  566470 562556 572076 576040 570450 564814 565448 570588 566256 562846 565845 576678 571014 570194 563181 570386  total = 151.325547 per ms 
RESULT: 16 switches 9 tests min/max/avg/stdev = 134390.46/164097.09/145261.44/49330.57 responses/s</msg>
<arg>${output}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-05-12T02:36:26.446152" elapsed="0.000573"/>
</kw>
<kw name="Should Contain" owner="BuiltIn">
<arg>${output}</arg>
<arg>RESULT</arg>
<doc>Fails if ``container`` does not contain ``item`` one or more times.</doc>
<status status="PASS" start="2026-05-12T02:36:26.446957" elapsed="0.000737"/>
</kw>
<kw name="Get Lines Containing String" owner="String">
<msg time="2026-05-12T02:36:26.448354" level="INFO">1 out of 23 lines matched.</msg>
<msg time="2026-05-12T02:36:26.448500" level="INFO">${result_line} = RESULT: 16 switches 9 tests min/max/avg/stdev = 134390.46/164097.09/145261.44/49330.57 responses/s</msg>
<var>${result_line}</var>
<arg>${output}</arg>
<arg>RESULT</arg>
<doc>Returns lines of the given ``string`` that contain the ``pattern``.</doc>
<status status="PASS" start="2026-05-12T02:36:26.447942" elapsed="0.000595"/>
</kw>
<kw name="Split String" owner="String">
<msg time="2026-05-12T02:36:26.449127" level="INFO">@{results_list} = [ RESULT: | 16 | switches | 9 | tests | min/max/avg/stdev | = | 134390.46/164097.09/145261.44/49330.57 | responses/s ]</msg>
<var>@{results_list}</var>
<arg>${result_line}</arg>
<doc>Splits the ``string`` using ``separator`` as a delimiter string.</doc>
<status status="PASS" start="2026-05-12T02:36:26.448749" elapsed="0.000414"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-05-12T02:36:26.452775" level="INFO">min/max/avg/stdev</msg>
<arg>${results_list[5]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-05-12T02:36:26.449380" elapsed="0.003525"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-05-12T02:36:26.456556" level="INFO">134390.46/164097.09/145261.44/49330.57</msg>
<arg>${results_list[7]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-05-12T02:36:26.453224" elapsed="0.003437"/>
</kw>
<kw name="Split String" owner="String">
<msg time="2026-05-12T02:36:26.459920" level="INFO">@{result_name_list} = [ min | max | avg | stdev ]</msg>
<var>@{result_name_list}</var>
<arg>${results_list[5]}</arg>
<arg>/</arg>
<doc>Splits the ``string`` using ``separator`` as a delimiter string.</doc>
<status status="PASS" start="2026-05-12T02:36:26.456993" elapsed="0.002977"/>
</kw>
<kw name="Split String" owner="String">
<msg time="2026-05-12T02:36:26.464829" level="INFO">@{result_value_list} = [ 134390.46 | 164097.09 | 145261.44 | 49330.57 ]</msg>
<var>@{result_value_list}</var>
<arg>${results_list[7]}</arg>
<arg>/</arg>
<doc>Splits the ``string`` using ``separator`` as a delimiter string.</doc>
<status status="PASS" start="2026-05-12T02:36:26.460993" elapsed="0.003917"/>
</kw>
<kw name="Get Length" owner="BuiltIn">
<msg time="2026-05-12T02:36:26.465776" level="INFO">Length is 4.</msg>
<msg time="2026-05-12T02:36:26.465924" level="INFO">${num_stats} = 4</msg>
<var>${num_stats}</var>
<arg>${result_name_list}</arg>
<doc>Returns and logs the length of the given item as an integer.</doc>
<status status="PASS" start="2026-05-12T02:36:26.465243" elapsed="0.000714"/>
</kw>
<for flavor="IN RANGE">
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-05-12T02:36:26.472651" level="INFO">min :: 134390.46</msg>
<arg>${result_name_list[${i}]} :: ${result_value_list[${i}]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-05-12T02:36:26.466583" elapsed="0.006183"/>
</kw>
<var name="${i}">0</var>
<status status="PASS" start="2026-05-12T02:36:26.466374" elapsed="0.006464"/>
</iter>
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-05-12T02:36:26.480458" level="INFO">max :: 164097.09</msg>
<arg>${result_name_list[${i}]} :: ${result_value_list[${i}]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-05-12T02:36:26.473361" elapsed="0.007212"/>
</kw>
<var name="${i}">1</var>
<status status="PASS" start="2026-05-12T02:36:26.473083" elapsed="0.007565"/>
</iter>
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-05-12T02:36:26.487025" level="INFO">avg :: 145261.44</msg>
<arg>${result_name_list[${i}]} :: ${result_value_list[${i}]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-05-12T02:36:26.481130" elapsed="0.005987"/>
</kw>
<var name="${i}">2</var>
<status status="PASS" start="2026-05-12T02:36:26.480828" elapsed="0.006339"/>
</iter>
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-05-12T02:36:26.493350" level="INFO">stdev :: 49330.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-05-12T02:36:26.487524" elapsed="0.005921"/>
</kw>
<var name="${i}">3</var>
<status status="PASS" start="2026-05-12T02:36:26.487305" elapsed="0.006196"/>
</iter>
<var>${i}</var>
<value>0</value>
<value>${num_stats}</value>
<status status="PASS" start="2026-05-12T02:36:26.466065" elapsed="0.027486"/>
</for>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-05-12T02:36:26.499087" level="INFO">${min} = 134390.46</msg>
<var>${min}</var>
<arg>${result_value_list[${0}]}</arg>
<doc>Returns the given values which can then be assigned to a variables.</doc>
<status status="PASS" start="2026-05-12T02:36:26.493904" elapsed="0.005222"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-05-12T02:36:26.504588" level="INFO">${max} = 164097.09</msg>
<var>${max}</var>
<arg>${result_value_list[${1}]}</arg>
<doc>Returns the given values which can then be assigned to a variables.</doc>
<status status="PASS" start="2026-05-12T02:36:26.499361" elapsed="0.005269"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-05-12T02:36:26.510142" level="INFO">${average} = 145261.44</msg>
<var>${average}</var>
<arg>${result_value_list[${2}]}</arg>
<doc>Returns the given values which can then be assigned to a variables.</doc>
<status status="PASS" start="2026-05-12T02:36:26.504903" elapsed="0.005287"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-05-12T02:36:26.515931" level="INFO">${stdev} = 49330.57</msg>
<var>${stdev}</var>
<arg>${result_value_list[${3}]}</arg>
<doc>Returns the given values which can then be assigned to a variables.</doc>
<status status="PASS" start="2026-05-12T02:36:26.510472" elapsed="0.005510"/>
</kw>
<kw name="Get Time" owner="BuiltIn">
<msg time="2026-05-12T02:36:26.516985" level="INFO">${date} = 2026-05-12 02:36:26</msg>
<var>${date}</var>
<arg>d,m,s</arg>
<doc>Returns the given time in the requested format.</doc>
<status status="PASS" start="2026-05-12T02:36:26.516308" elapsed="0.000716"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-05-12T02:36:26.517792" level="INFO">CBench Result: 2026-05-12 02:36:26,-t -m 60000 -M 100 -S 16 -l 10 -D 5000 -p 6633,134390.46,164097.09,145261.44,49330.57</msg>
<arg>CBench Result: ${date},${cbench_args},${min},${max},${average},${stdev}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-05-12T02:36:26.517248" elapsed="0.000640"/>
</kw>
<kw name="Log Results And Determine Status">
<kw name="Append To File" owner="OperatingSystem">
<msg time="2026-05-12T02:36:26.519519" level="INFO" html="true">Appended to file '&lt;a href="file:///w/workspace/openflowplugin-csit-1node-cbench-only-titanium/throughput.csv"&gt;/w/workspace/openflowplugin-csit-1node-cbench-only-titanium/throughput.csv&lt;/a&gt;'.</msg>
<arg>${output_file}</arg>
<arg>${min},${max},${average}\n</arg>
<doc>Appends the given content to the specified file.</doc>
<status status="PASS" start="2026-05-12T02:36:26.518887" elapsed="0.000736"/>
</kw>
<kw name="Should Be True" owner="BuiltIn">
<arg>${average} &gt; ${threshold}</arg>
<arg>${average} flow_mods per/sec did not exceed threshold of ${threshold}</arg>
<doc>Fails if the given condition is not true.</doc>
<status status="PASS" start="2026-05-12T02:36:26.519836" elapsed="0.000695"/>
</kw>
<arg>${min}</arg>
<arg>${max}</arg>
<arg>${average}</arg>
<arg>${average_threshold}</arg>
<arg>${output_filename}</arg>
<status status="PASS" start="2026-05-12T02:36:26.518129" elapsed="0.002491"/>
</kw>
<arg>-t -m ${duration_in_ms} -M ${num_of_unique_macs} -S ${switch_count} -l ${loops} -D ${start_delay} -p ${of_port}</arg>
<arg>${throughput_threshold}</arg>
<arg>${throughput_results_file}</arg>
<status status="PASS" start="2026-05-12T02:26:14.393611" elapsed="612.127090"/>
</kw>
<kw name="Sleep" owner="BuiltIn">
<msg time="2026-05-12T02:36:26.521358" level="INFO">Slept 0 seconds.</msg>
<arg>${test_delay}</arg>
<doc>Pauses the test executed for the given time.</doc>
<status status="PASS" start="2026-05-12T02:36:26.520923" elapsed="0.000510"/>
</kw>
<kw name="Log Results As Zero If Cbench Timed Out" type="TEARDOWN">
<kw name="Run Keyword If Timeout Occurred" owner="BuiltIn">
<arg>Log Results And Determine Status</arg>
<arg>0</arg>
<arg>0</arg>
<arg>0</arg>
<arg>0</arg>
<arg>${output_filename}</arg>
<doc>Runs the given keyword if either a test or a keyword timeout has occurred.</doc>
<status status="PASS" start="2026-05-12T02:36:26.522174" elapsed="0.000369"/>
</kw>
<status status="PASS" start="2026-05-12T02:36:26.521745" elapsed="0.000898"/>
</kw>
<doc>cbench executed in throughput mode (-t). Test parameters have defaults, but can be overridden
on the pybot command line</doc>
<tag>cbench</tag>
<tag>throughput</tag>
<timeout value="15 minutes"/>
<status status="PASS" start="2026-05-12T02:26:14.392027" elapsed="612.130669"/>
</test>
<test id="s1-t3" name="Rerun Latency Test To Check Bug 6176" line="65">
<kw name="Log" owner="BuiltIn">
<msg time="2026-05-12T02:36:26.525086" level="INFO">Cbench tests using 10 iterations of 60 second tests. Switch Count: 16. Unique MACS to cycle: 100</msg>
<arg>Cbench tests using ${loops} iterations of ${duration_in_secs} second tests. Switch Count: ${switch_count}. Unique MACS to cycle: ${num_of_unique_macs}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-05-12T02:36:26.524515" elapsed="0.000695"/>
</kw>
<kw name="Run Cbench And Log Results">
<kw name="Set Suite Variable" owner="BuiltIn">
<msg time="2026-05-12T02:36:26.527468" level="INFO">${output_filename} = bug.csv</msg>
<arg>${output_filename}</arg>
<doc>Makes a variable available everywhere within the scope of the current suite.</doc>
<status status="PASS" start="2026-05-12T02:36:26.527024" elapsed="0.000497"/>
</kw>
<if>
<branch type="IF" condition="&quot;${cbench_system}&quot; == &quot;localhost&quot;">
<kw name="Run" owner="OperatingSystem">
<var>${output}</var>
<arg>${cbench_executable} -c ${ODL_SYSTEM_IP} ${cbench_args}</arg>
<doc>_This keyword is considered deprecated. Use the
[http://robotframework.org/robotframework/latest/libraries/Process.html|
Process] library instead._</doc>
<status status="NOT RUN" start="2026-05-12T02:36:26.527962" elapsed="0.000030"/>
</kw>
<status status="NOT RUN" start="2026-05-12T02:36:26.527689" elapsed="0.000345"/>
</branch>
<branch type="ELSE">
<kw name="Run Command On Remote System" owner="Utils">
<if>
<branch type="IF" condition="&quot;${return_stdout}&quot;!=&quot;True&quot; and &quot;${return_stderr}&quot;!=&quot;True&quot;">
<kw name="Fail" owner="BuiltIn">
<arg>At least one of {return_stdout} or {return_stderr} args should be set to True</arg>
<doc>Fails the test with the given message and optionally alters its tags.</doc>
<status status="NOT RUN" start="2026-05-12T02:36:26.531578" elapsed="0.000032"/>
</kw>
<status status="NOT RUN" start="2026-05-12T02:36:26.531227" elapsed="0.000432"/>
</branch>
<status status="PASS" start="2026-05-12T02:36:26.531201" elapsed="0.000492"/>
</if>
<kw name="Get Connection" owner="SSHLibrary">
<msg time="2026-05-12T02:36:26.532252" level="INFO">index=None
host=None
alias=None
port=22
timeout=3 seconds
newline=

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

prompt=None
term_type=vt100
width=80
height=24
path_separator=/
encoding=utf8
escape_ansi=False
encoding_errors=strict</msg>
<var>${current_ssh_connection}</var>
<doc>Returns information about the connection.</doc>
<status status="PASS" start="2026-05-12T02:36:26.531907" elapsed="0.000526"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-05-12T02:36:26.533260" level="INFO">Attempting to execute command "/usr/local/bin/cbench -c 10.30.170.88 -m 60000 -M 100 -S 16 -l 10 -D 5000 -p 6633" on remote system "10.30.170.194" by user "jenkins" with keyfile pass "any" and prompt "&gt;" and password ""</msg>
<arg>Attempting to execute command "${cmd}" on remote system "${system}" by user "${user}" with keyfile pass "${keyfile_pass}" and prompt "${prompt}" and password "${password}"</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-05-12T02:36:26.532614" elapsed="0.000724"/>
</kw>
<kw name="Open Connection" owner="SSHLibrary">
<msg time="2026-05-12T02:36:26.534052" level="INFO">${conn_id} = 9</msg>
<var>${conn_id}</var>
<arg>${system}</arg>
<arg>prompt=${prompt}</arg>
<arg>timeout=${prompt_timeout}</arg>
<doc>Opens a new SSH connection to the given ``host`` and ``port``.</doc>
<status status="PASS" start="2026-05-12T02:36:26.533525" elapsed="0.000562"/>
</kw>
<kw name="Flexible_SSH_Login" owner="SSHKeywords">
<kw name="Get Length" owner="BuiltIn">
<msg time="2026-05-12T02:36:26.535295" level="INFO">Length is 0.</msg>
<msg time="2026-05-12T02:36:26.535413" level="INFO">${pwd_length} = 0</msg>
<var>${pwd_length}</var>
<arg>${password}</arg>
<doc>Returns and logs the length of the given item as an integer.</doc>
<status status="PASS" start="2026-05-12T02:36:26.534880" elapsed="0.000568"/>
</kw>
<kw name="Run Keyword And Return If" owner="BuiltIn">
<arg>${pwd_length} &gt; 0</arg>
<arg>SSHLibrary.Login</arg>
<arg>${user}</arg>
<arg>${password}</arg>
<arg>delay=${delay}</arg>
<doc>Runs the specified keyword and returns from the enclosing user keyword.</doc>
<status status="PASS" start="2026-05-12T02:36:26.535643" elapsed="0.000845"/>
</kw>
<kw name="Run Keyword And Return" owner="BuiltIn">
<kw name="Login With Public Key" owner="SSHLibrary">
<msg time="2026-05-12T02:36:26.537625" level="INFO">Logging into '10.30.170.194:22' as 'jenkins'.</msg>
<msg time="2026-05-12T02:36:27.242371" 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 May 12 02:36:26 UTC 2026

  System load:  0.2                Processes:             105
  Usage of /:   19.3% of 38.58GB   Users logged in:       0
  Memory usage: 4%                 IPv4 address for ens3: 10.30.170.194
  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 May 12 02:26:14 2026 from 10.30.170.155
[?2004h[jenkins@releng-48317-717-1-mininet-ovs-217-0 ~]&gt;</msg>
<arg>${user}</arg>
<arg>${USER_HOME}/.ssh/${SSH_KEY}</arg>
<arg>${KEYFILE_PASS}</arg>
<arg>delay=${delay}</arg>
<doc>Logs into the SSH server using key-based authentication.</doc>
<status status="PASS" start="2026-05-12T02:36:26.537203" elapsed="0.705409"/>
</kw>
<msg time="2026-05-12T02:36:27.242744" level="INFO">Returning from the enclosing user keyword.</msg>
<arg>SSHLibrary.Login With Public Key</arg>
<arg>${user}</arg>
<arg>${USER_HOME}/.ssh/${SSH_KEY}</arg>
<arg>${KEYFILE_PASS}</arg>
<arg>delay=${delay}</arg>
<doc>Runs the specified keyword and returns from the enclosing user keyword.</doc>
<status status="PASS" start="2026-05-12T02:36:26.536749" elapsed="0.706101"/>
</kw>
<arg>${user}</arg>
<arg>${password}</arg>
<doc>On active SSH session: if given non-empty password, do Login, else do Login With Public Key.</doc>
<status status="PASS" start="2026-05-12T02:36:26.534372" elapsed="0.708655"/>
</kw>
<kw name="Execute Command" owner="SSHLibrary">
<msg time="2026-05-12T02:36:27.243801" level="INFO">Executing command '/usr/local/bin/cbench -c 10.30.170.88 -m 60000 -M 100 -S 16 -l 10 -D 5000 -p 6633'.</msg>
<msg time="2026-05-12T02:46:33.292301" level="INFO">Command exited with return code 0.</msg>
<msg time="2026-05-12T02:46:33.294017" level="INFO">${stdout} = </msg>
<msg time="2026-05-12T02:46:33.294179" level="INFO">${stderr} = cbench: controller benchmarking tool
   running in mode 'latency'
   connecting to controller at 10.30.170.88:6633 
   faking 16 switches with 1 threads :: 10 tests each; 60000 ms per test
   with 100...</msg>
<var>${stdout}</var>
<var>${stderr}</var>
<arg>${cmd}</arg>
<arg>return_stderr=True</arg>
<doc>Executes ``command`` on the remote machine and returns its outputs.</doc>
<status status="PASS" start="2026-05-12T02:36:27.243391" elapsed="606.050870"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-05-12T02:46:33.295385" elapsed="0.001431"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-05-12T02:46:33.298675" level="INFO">cbench: controller benchmarking tool
   running in mode 'latency'
   connecting to controller at 10.30.170.88:6633 
   faking 16 switches with 1 threads :: 10 tests each; 60000 ms per test
   with 100 unique source MACs per switch
   learning destination mac addresses before the test
   starting test with 5000 ms delay after features_reply
   ignoring first 1 "warmup" and last 0 "cooldown" loops
   debugging info is off
Master Thread: Creating thread-0! 
Thread-0: All switches initialized. Running at node 10.30.170.88. So far 1 cbench instances have initialized their switches.  Waiting for other cbench-instances
Thread-0: Total switches from ALL cbench-instances initialized.
02:37:32.369 16  switches: flows:  98804 99274 100006 99214 100515 99196 99582 100462 99392 97992 99823 97565 99449 98612 97033 99917  total = 26.447267 per ms 
02:38:32.469 16  switches: flows:  112311 113061 111595 112510 112465 110284 112936 112054 112726 112170 113588 109707 111836 113201 108512 110694  total = 29.777696 per ms 
02:39:32.570 16  switches: flows:  114821 113428 115384 115378 115312 113762 117751 114320 116030 114910 115842 111996 115566 114888 112576 113522  total = 30.540327 per ms 
02:40:32.670 16  switches: flows:  115253 117519 115991 117547 116905 115462 118481 117890 117292 117669 116604 112947 114928 116447 113171 116968  total = 30.966045 per ms 
02:41:32.771 16  switches: flows:  114126 114092 114411 115716 116102 114077 115667 114528 114466 114549 114762 112658 114774 115471 112281 113962  total = 30.476411 per ms 
02:42:32.871 16  switches: flows:  114894 112985 115417 116268 114815 113918 116995 115556 114817 115095 116301 112419 115244 115626 112917 115484  total = 30.594743 per ms 
02:43:32.972 16  switches: flows:  110468 112606 111937 112255 110825 111393 110684 111892 111236 111800 111592 110467 109556 111071 109207 110726  total = 29.579149 per ms 
02:44:33.072 16  switches: flows:  111962 112242 113035 111708 112015 113624 111592 113687 112763 112211 111051 111166 111004 112055 110930 109874  total = 29.798840 per ms 
02:45:33.173 16  switches: flows:  118948 117632 121585 118628 120427 116734 117337 120015 115818 117548 114751 114986 114420 117102 114289 116001  total = 31.218175 per ms 
02:46:33.273 16  switches: flows:  117030 120114 117679 117945 119732 118373 118842 119417 114863 117482 114983 114228 113990 117897 115045 113857  total = 31.139222 per ms 
RESULT: 16 switches 9 tests min/max/avg/stdev = 29579.15/31218.17/30454.51/10167.88 responses/s</msg>
<arg>${stderr}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-05-12T02:46:33.297515" elapsed="0.001652"/>
</kw>
<if>
<branch type="IF" condition="&quot;${return_stdout}&quot;!=&quot;True&quot;">
<return>
<value>${stderr}</value>
<status status="PASS" start="2026-05-12T02:46:33.299913" elapsed="0.000205"/>
</return>
<status status="PASS" start="2026-05-12T02:46:33.299471" elapsed="0.000788"/>
</branch>
<status status="PASS" start="2026-05-12T02:46:33.299369" elapsed="0.000983"/>
</if>
<if>
<branch type="IF" condition="&quot;${return_stderr}&quot;!=&quot;True&quot;">
<return>
<value>${stdout}</value>
<status status="NOT RUN" start="2026-05-12T02:46:33.300654" elapsed="0.000028"/>
</return>
<status status="NOT RUN" start="2026-05-12T02:46:33.300566" elapsed="0.000179"/>
</branch>
<status status="NOT RUN" start="2026-05-12T02:46:33.300523" elapsed="0.000269"/>
</if>
<return>
<value>${stdout}</value>
<value>${stderr}</value>
<status status="NOT RUN" start="2026-05-12T02:46:33.300892" elapsed="0.000033"/>
</return>
<kw name="Restore_Current_Ssh_Connection_From_Index" owner="SSHKeywords" type="TEARDOWN">
<kw name="Run Keyword And Return If" owner="BuiltIn">
<arg>${connection_index} is not None</arg>
<arg>SSHLibrary.Switch Connection</arg>
<arg>${connection_index}</arg>
<doc>Runs the specified keyword and returns from the enclosing user keyword.</doc>
<status status="PASS" start="2026-05-12T02:46:33.305051" elapsed="0.000573"/>
</kw>
<kw name="Open Connection" owner="SSHLibrary">
<arg>127.0.0.1</arg>
<doc>Opens a new SSH connection to the given ``host`` and ``port``.</doc>
<status status="PASS" start="2026-05-12T02:46:33.305856" elapsed="0.000350"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-05-12T02:46:33.306394" elapsed="0.000160"/>
</kw>
<arg>${current_ssh_connection.index}</arg>
<doc>Restore active SSH connection in SSHLibrary to given index.</doc>
<status status="PASS" start="2026-05-12T02:46:33.302026" elapsed="0.004612"/>
</kw>
<msg time="2026-05-12T02:46:33.306901" level="INFO">${output} = cbench: controller benchmarking tool
   running in mode 'latency'
   connecting to controller at 10.30.170.88:6633 
   faking 16 switches with 1 threads :: 10 tests each; 60000 ms per test
   with 100...</msg>
<var>${output}</var>
<arg>${cbench_system}</arg>
<arg>${cbench_executable} -c ${ODL_SYSTEM_IP} ${cbench_args}</arg>
<arg>prompt_timeout=${test_timeout}</arg>
<arg>return_stdout=False</arg>
<arg>return_stderr=True</arg>
<doc>Reduces the common work of running a command on a remote system to a single higher level
robot keyword, taking care to log in with a public key and. The command given is written and the return value
depends on the passed argument values of return_stdout (default: True) and return_stderr (default: False).
At least one should be True, or the keyword will exit and FAIL. If both are True, the resulting return value
will be a two element list containing both. Otherwise the resulting return value is a string.
No test conditions are checked.</doc>
<status status="PASS" start="2026-05-12T02:36:26.528484" elapsed="606.778462"/>
</kw>
<status status="PASS" start="2026-05-12T02:36:26.528066" elapsed="606.778958"/>
</branch>
<status status="PASS" start="2026-05-12T02:36:26.527662" elapsed="606.779427"/>
</if>
<kw name="Log" owner="BuiltIn">
<msg time="2026-05-12T02:46:33.307799" level="INFO">cbench: controller benchmarking tool
   running in mode 'latency'
   connecting to controller at 10.30.170.88:6633 
   faking 16 switches with 1 threads :: 10 tests each; 60000 ms per test
   with 100 unique source MACs per switch
   learning destination mac addresses before the test
   starting test with 5000 ms delay after features_reply
   ignoring first 1 "warmup" and last 0 "cooldown" loops
   debugging info is off
Master Thread: Creating thread-0! 
Thread-0: All switches initialized. Running at node 10.30.170.88. So far 1 cbench instances have initialized their switches.  Waiting for other cbench-instances
Thread-0: Total switches from ALL cbench-instances initialized.
02:37:32.369 16  switches: flows:  98804 99274 100006 99214 100515 99196 99582 100462 99392 97992 99823 97565 99449 98612 97033 99917  total = 26.447267 per ms 
02:38:32.469 16  switches: flows:  112311 113061 111595 112510 112465 110284 112936 112054 112726 112170 113588 109707 111836 113201 108512 110694  total = 29.777696 per ms 
02:39:32.570 16  switches: flows:  114821 113428 115384 115378 115312 113762 117751 114320 116030 114910 115842 111996 115566 114888 112576 113522  total = 30.540327 per ms 
02:40:32.670 16  switches: flows:  115253 117519 115991 117547 116905 115462 118481 117890 117292 117669 116604 112947 114928 116447 113171 116968  total = 30.966045 per ms 
02:41:32.771 16  switches: flows:  114126 114092 114411 115716 116102 114077 115667 114528 114466 114549 114762 112658 114774 115471 112281 113962  total = 30.476411 per ms 
02:42:32.871 16  switches: flows:  114894 112985 115417 116268 114815 113918 116995 115556 114817 115095 116301 112419 115244 115626 112917 115484  total = 30.594743 per ms 
02:43:32.972 16  switches: flows:  110468 112606 111937 112255 110825 111393 110684 111892 111236 111800 111592 110467 109556 111071 109207 110726  total = 29.579149 per ms 
02:44:33.072 16  switches: flows:  111962 112242 113035 111708 112015 113624 111592 113687 112763 112211 111051 111166 111004 112055 110930 109874  total = 29.798840 per ms 
02:45:33.173 16  switches: flows:  118948 117632 121585 118628 120427 116734 117337 120015 115818 117548 114751 114986 114420 117102 114289 116001  total = 31.218175 per ms 
02:46:33.273 16  switches: flows:  117030 120114 117679 117945 119732 118373 118842 119417 114863 117482 114983 114228 113990 117897 115045 113857  total = 31.139222 per ms 
RESULT: 16 switches 9 tests min/max/avg/stdev = 29579.15/31218.17/30454.51/10167.88 responses/s</msg>
<arg>${output}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-05-12T02:46:33.307373" elapsed="0.000539"/>
</kw>
<kw name="Should Contain" owner="BuiltIn">
<arg>${output}</arg>
<arg>RESULT</arg>
<doc>Fails if ``container`` does not contain ``item`` one or more times.</doc>
<status status="PASS" start="2026-05-12T02:46:33.308102" elapsed="0.000498"/>
</kw>
<kw name="Get Lines Containing String" owner="String">
<msg time="2026-05-12T02:46:33.309114" level="INFO">1 out of 23 lines matched.</msg>
<msg time="2026-05-12T02:46:33.309289" level="INFO">${result_line} = RESULT: 16 switches 9 tests min/max/avg/stdev = 29579.15/31218.17/30454.51/10167.88 responses/s</msg>
<var>${result_line}</var>
<arg>${output}</arg>
<arg>RESULT</arg>
<doc>Returns lines of the given ``string`` that contain the ``pattern``.</doc>
<status status="PASS" start="2026-05-12T02:46:33.308771" elapsed="0.000548"/>
</kw>
<kw name="Split String" owner="String">
<msg time="2026-05-12T02:46:33.309878" level="INFO">@{results_list} = [ RESULT: | 16 | switches | 9 | tests | min/max/avg/stdev | = | 29579.15/31218.17/30454.51/10167.88 | responses/s ]</msg>
<var>@{results_list}</var>
<arg>${result_line}</arg>
<doc>Splits the ``string`` using ``separator`` as a delimiter string.</doc>
<status status="PASS" start="2026-05-12T02:46:33.309502" elapsed="0.000415"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-05-12T02:46:33.313670" level="INFO">min/max/avg/stdev</msg>
<arg>${results_list[5]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-05-12T02:46:33.310139" elapsed="0.003636"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-05-12T02:46:33.317880" level="INFO">29579.15/31218.17/30454.51/10167.88</msg>
<arg>${results_list[7]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-05-12T02:46:33.314159" elapsed="0.003787"/>
</kw>
<kw name="Split String" owner="String">
<msg time="2026-05-12T02:46:33.320488" level="INFO">@{result_name_list} = [ min | max | avg | stdev ]</msg>
<var>@{result_name_list}</var>
<arg>${results_list[5]}</arg>
<arg>/</arg>
<doc>Splits the ``string`` using ``separator`` as a delimiter string.</doc>
<status status="PASS" start="2026-05-12T02:46:33.318155" elapsed="0.002362"/>
</kw>
<kw name="Split String" owner="String">
<msg time="2026-05-12T02:46:33.323272" level="INFO">@{result_value_list} = [ 29579.15 | 31218.17 | 30454.51 | 10167.88 ]</msg>
<var>@{result_value_list}</var>
<arg>${results_list[7]}</arg>
<arg>/</arg>
<doc>Splits the ``string`` using ``separator`` as a delimiter string.</doc>
<status status="PASS" start="2026-05-12T02:46:33.320804" elapsed="0.002498"/>
</kw>
<kw name="Get Length" owner="BuiltIn">
<msg time="2026-05-12T02:46:33.323952" level="INFO">Length is 4.</msg>
<msg time="2026-05-12T02:46:33.324043" level="INFO">${num_stats} = 4</msg>
<var>${num_stats}</var>
<arg>${result_name_list}</arg>
<doc>Returns and logs the length of the given item as an integer.</doc>
<status status="PASS" start="2026-05-12T02:46:33.323498" elapsed="0.000569"/>
</kw>
<for flavor="IN RANGE">
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-05-12T02:46:33.330063" level="INFO">min :: 29579.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-05-12T02:46:33.324702" elapsed="0.005471"/>
</kw>
<var name="${i}">0</var>
<status status="PASS" start="2026-05-12T02:46:33.324539" elapsed="0.005702"/>
</iter>
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-05-12T02:46:33.335377" level="INFO">max :: 31218.17</msg>
<arg>${result_name_list[${i}]} :: ${result_value_list[${i}]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-05-12T02:46:33.330651" elapsed="0.004797"/>
</kw>
<var name="${i}">1</var>
<status status="PASS" start="2026-05-12T02:46:33.330402" elapsed="0.005090"/>
</iter>
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-05-12T02:46:33.340835" level="INFO">avg :: 30454.51</msg>
<arg>${result_name_list[${i}]} :: ${result_value_list[${i}]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-05-12T02:46:33.335761" elapsed="0.005173"/>
</kw>
<var name="${i}">2</var>
<status status="PASS" start="2026-05-12T02:46:33.335596" elapsed="0.005390"/>
</iter>
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-05-12T02:46:33.346321" level="INFO">stdev :: 10167.88</msg>
<arg>${result_name_list[${i}]} :: ${result_value_list[${i}]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-05-12T02:46:33.341344" elapsed="0.005069"/>
</kw>
<var name="${i}">3</var>
<status status="PASS" start="2026-05-12T02:46:33.341100" elapsed="0.005371"/>
</iter>
<var>${i}</var>
<value>0</value>
<value>${num_stats}</value>
<status status="PASS" start="2026-05-12T02:46:33.324191" elapsed="0.022327"/>
</for>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-05-12T02:46:33.350807" level="INFO">${min} = 29579.15</msg>
<var>${min}</var>
<arg>${result_value_list[${0}]}</arg>
<doc>Returns the given values which can then be assigned to a variables.</doc>
<status status="PASS" start="2026-05-12T02:46:33.346845" elapsed="0.004004"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-05-12T02:46:33.355618" level="INFO">${max} = 31218.17</msg>
<var>${max}</var>
<arg>${result_value_list[${1}]}</arg>
<doc>Returns the given values which can then be assigned to a variables.</doc>
<status status="PASS" start="2026-05-12T02:46:33.351150" elapsed="0.004522"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-05-12T02:46:33.360310" level="INFO">${average} = 30454.51</msg>
<var>${average}</var>
<arg>${result_value_list[${2}]}</arg>
<doc>Returns the given values which can then be assigned to a variables.</doc>
<status status="PASS" start="2026-05-12T02:46:33.356026" elapsed="0.004321"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-05-12T02:46:33.364826" level="INFO">${stdev} = 10167.88</msg>
<var>${stdev}</var>
<arg>${result_value_list[${3}]}</arg>
<doc>Returns the given values which can then be assigned to a variables.</doc>
<status status="PASS" start="2026-05-12T02:46:33.360558" elapsed="0.004318"/>
</kw>
<kw name="Get Time" owner="BuiltIn">
<msg time="2026-05-12T02:46:33.365753" level="INFO">${date} = 2026-05-12 02:46:33</msg>
<var>${date}</var>
<arg>d,m,s</arg>
<doc>Returns the given time in the requested format.</doc>
<status status="PASS" start="2026-05-12T02:46:33.365112" elapsed="0.000672"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-05-12T02:46:33.366571" level="INFO">CBench Result: 2026-05-12 02:46:33,-m 60000 -M 100 -S 16 -l 10 -D 5000 -p 6633,29579.15,31218.17,30454.51,10167.88</msg>
<arg>CBench Result: ${date},${cbench_args},${min},${max},${average},${stdev}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-05-12T02:46:33.365999" elapsed="0.000653"/>
</kw>
<kw name="Log Results And Determine Status">
<kw name="Append To File" owner="OperatingSystem">
<msg time="2026-05-12T02:46:33.368461" level="INFO" html="true">Appended to file '&lt;a href="file:///w/workspace/openflowplugin-csit-1node-cbench-only-titanium/bug.csv"&gt;/w/workspace/openflowplugin-csit-1node-cbench-only-titanium/bug.csv&lt;/a&gt;'.</msg>
<arg>${output_file}</arg>
<arg>${min},${max},${average}\n</arg>
<doc>Appends the given content to the specified file.</doc>
<status status="PASS" start="2026-05-12T02:46:33.367582" elapsed="0.000989"/>
</kw>
<kw name="Should Be True" owner="BuiltIn">
<arg>${average} &gt; ${threshold}</arg>
<arg>${average} flow_mods per/sec did not exceed threshold of ${threshold}</arg>
<doc>Fails if the given condition is not true.</doc>
<status status="PASS" start="2026-05-12T02:46:33.368775" elapsed="0.000672"/>
</kw>
<arg>${min}</arg>
<arg>${max}</arg>
<arg>${average}</arg>
<arg>${average_threshold}</arg>
<arg>${output_filename}</arg>
<status status="PASS" start="2026-05-12T02:46:33.366955" elapsed="0.002572"/>
</kw>
<arg>-m ${duration_in_ms} -M ${num_of_unique_macs} -S ${switch_count} -l ${loops} -D ${start_delay} -p ${of_port}</arg>
<arg>${latency_threshold}</arg>
<arg>bug.csv</arg>
<status status="PASS" start="2026-05-12T02:36:26.526213" elapsed="606.843382"/>
</kw>
<kw name="Sleep" owner="BuiltIn">
<msg time="2026-05-12T02:46:33.370194" level="INFO">Slept 0 seconds.</msg>
<arg>${test_delay}</arg>
<doc>Pauses the test executed for the given time.</doc>
<status status="PASS" start="2026-05-12T02:46:33.369780" elapsed="0.000483"/>
</kw>
<kw name="Report Failure Due To Bug" owner="Utils" type="TEARDOWN">
<kw name="Evaluate" owner="BuiltIn">
<msg time="2026-05-12T02:46:33.372041" level="INFO">${test_skipped} = False</msg>
<var>${test_skipped}</var>
<arg>len(re.findall('SKIPPED', """${TEST_MESSAGE}""")) &gt; 0</arg>
<arg>modules=re</arg>
<doc>Evaluates the given expression in Python and returns the result.</doc>
<status status="PASS" start="2026-05-12T02:46:33.371356" elapsed="0.000715"/>
</kw>
<if>
<branch type="IF" condition="('${TEST_STATUS}' != 'FAIL') or ${test_skipped}">
<return>
<status status="PASS" start="2026-05-12T02:46:33.372415" elapsed="0.000061"/>
</return>
<status status="PASS" start="2026-05-12T02:46:33.372219" elapsed="0.000306"/>
</branch>
<status status="PASS" start="2026-05-12T02:46:33.372182" elapsed="0.000382"/>
</if>
<kw name="Comment" owner="BuiltIn">
<arg>Jira tickets are {PROJECT}-{NUMBER} while Bugzilla tickets are {NUMBER}</arg>
<doc>Displays the given messages in the log file as keyword arguments.</doc>
<status status="NOT RUN" start="2026-05-12T02:46:33.372796" elapsed="0.000031"/>
</kw>
<kw name="Run Keyword And Return Status" owner="BuiltIn">
<var>${match}</var>
<arg>Should Contain</arg>
<arg>${number}</arg>
<arg>-</arg>
<doc>Runs the specified keyword and returns the status as a Boolean value.</doc>
<status status="NOT RUN" start="2026-05-12T02:46:33.373031" elapsed="0.000025"/>
</kw>
<kw name="Set Variable If" owner="BuiltIn">
<var>${bug_url}</var>
<arg>${match}</arg>
<arg>https://jira.opendaylight.org/browse/${number}</arg>
<arg>https://bugs.opendaylight.org/show_bug.cgi?id=${number}</arg>
<doc>Sets variable based on the given condition.</doc>
<status status="NOT RUN" start="2026-05-12T02:46:33.373229" elapsed="0.000025"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<var>${msg}</var>
<arg>This test fails due to ${bug_url}</arg>
<doc>Returns the given values which can then be assigned to a variables.</doc>
<status status="NOT RUN" start="2026-05-12T02:46:33.373590" elapsed="0.000023"/>
</kw>
<kw name="Evaluate" owner="BuiltIn">
<var>${newline}</var>
<arg>chr(10)</arg>
<doc>Evaluates the given expression in Python and returns the result.</doc>
<status status="NOT RUN" start="2026-05-12T02:46:33.373788" elapsed="0.000025"/>
</kw>
<kw name="Set Test Message" owner="BuiltIn">
<arg>${msg}${newline}${newline}${TEST_MESSAGE}</arg>
<doc>Sets message for the current test case.</doc>
<status status="NOT RUN" start="2026-05-12T02:46:33.373983" elapsed="0.000023"/>
</kw>
<kw name="Log" owner="BuiltIn">
<arg>${msg}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="NOT RUN" start="2026-05-12T02:46:33.374136" elapsed="0.000021"/>
</kw>
<if>
<branch type="IF" condition="&quot;${include_bug_in_tags}&quot;==&quot;True&quot;">
<kw name="Set Tags" owner="BuiltIn">
<arg>${bug_url}</arg>
<doc>Adds given ``tags`` for the current test or all tests in a suite.</doc>
<status status="NOT RUN" start="2026-05-12T02:46:33.374373" elapsed="0.000019"/>
</kw>
<status status="NOT RUN" start="2026-05-12T02:46:33.374228" elapsed="0.000198"/>
</branch>
<status status="NOT RUN" start="2026-05-12T02:46:33.374210" elapsed="0.000241"/>
</if>
<arg>6176</arg>
<doc>Report that a test failed due to a known Bugzilla bug whose
number is provided as an argument.
Not FAILED (incl. SKIPPED) test are not reported.
This keyword must be used in the [Teardown] setting of the affected test
or as the first line of the test if FastFail module is not being
used. It reports the URL of the bug on console and also puts it
into the Robot log file.</doc>
<status status="PASS" start="2026-05-12T02:46:33.370919" elapsed="0.003592"/>
</kw>
<doc>cbench executed in latency mode to see if controller is healthy</doc>
<tag>cbench</tag>
<tag>latency</tag>
<timeout value="15 minutes"/>
<status status="PASS" start="2026-05-12T02:36:26.523649" elapsed="606.850926"/>
</test>
<doc>Cbench Latency and Throughput tests can be run from an external
cbench.
If cbench is run with a medium number of switches or higher (e.g. 32+)
the normal openflow operations seem to break.
BUG: https://bugs.opendaylight.org/show_bug.cgi?id=2897</doc>
<status status="PASS" start="2026-05-12T02:16:04.762376" elapsed="1828.613252"/>
</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>
