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

[?1h=[90m~[0m                                                                                [?2004hopendaylight-user</msg>
<arg>${KARAF_USER}</arg>
<arg>${KARAF_PASSWORD}</arg>
<arg>loglevel=${loglevel}</arg>
<doc>Logs into the SSH server with the given ``username`` and ``password``.</doc>
<status status="PASS" start="2026-06-28T01:46:04.527937" elapsed="0.828670"/>
</kw>
<kw name="Write" owner="SSHLibrary">
<msg time="2026-06-28T01:46:05.405048" level="INFO">@root&gt;log:set ERROR</msg>
<arg>${cmd}</arg>
<doc>Writes the given ``text`` on the remote machine and appends a newline.</doc>
<status status="PASS" start="2026-06-28T01:46:05.356907" elapsed="0.048211"/>
</kw>
<kw name="Read Until Regexp" owner="SSHLibrary">
<msg time="2026-06-28T01:46:05.406868" level="INFO">[?1l&gt;[?2004l[?1h=[90m~[0m                                                                                [?2004hopendaylight-user@root&gt;</msg>
<msg time="2026-06-28T01:46:05.406979" level="INFO">${output} = [?1l&gt;[?2004l[?1h=[90m~[0m                                                                                [?2004hopendaylight-user@root&gt;</msg>
<var>${output}</var>
<arg>${KARAF_PROMPT}</arg>
<doc>Consumes and returns the server output until a match to ``regexp`` is found.</doc>
<status status="PASS" start="2026-06-28T01:46:05.405288" elapsed="0.001721"/>
</kw>
<kw name="Write Bare" owner="SSHLibrary">
<arg>logout\n</arg>
<doc>Writes the given ``text`` on the remote machine without appending a newline.</doc>
<status status="PASS" start="2026-06-28T01:46:05.407168" elapsed="0.000208"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-06-28T01:46:05.407539" elapsed="0.000216"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-06-28T01:46:05.408239" level="INFO">[?1l&gt;[?2004l[?1h=[90m~[0m                                                                                [?2004hopendaylight-user@root&gt;</msg>
<arg>${output}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-06-28T01:46:05.407909" elapsed="0.000383"/>
</kw>
<return>
<value>${output}</value>
<status status="PASS" start="2026-06-28T01:46:05.408346" elapsed="0.000055"/>
</return>
<arg>log:set ${log_level}</arg>
<doc>Will execute the given ${cmd} by ssh'ing to the karaf console running on 10.30.170.209
Note that this keyword will open&amp;close new SSH connection, without switching back to previously current session.</doc>
<status status="PASS" start="2026-06-28T01:46:04.526445" elapsed="0.882081"/>
</kw>
<arg>3x</arg>
<arg>1s</arg>
<arg>KarafKeywords.Issue Command On Karaf Console</arg>
<arg>log:set ${log_level}</arg>
<doc>Runs the specified keyword and retries if it fails.</doc>
<status status="PASS" start="2026-06-28T01:46:04.522845" elapsed="0.885744"/>
</kw>
<kw name="Append To File" owner="OperatingSystem">
<msg time="2026-06-28T01:46:05.409212" level="INFO" html="true">Appended to file '&lt;a href="file:///w/workspace/openflowplugin-csit-1node-cbench-only-titanium/latency.csv"&gt;/w/workspace/openflowplugin-csit-1node-cbench-only-titanium/latency.csv&lt;/a&gt;'.</msg>
<arg>${latency_results_file}</arg>
<arg>LATENCY_MIN,LATENCY_MAX,LATENCY_AVERAGE\n</arg>
<doc>Appends the given content to the specified file.</doc>
<status status="PASS" start="2026-06-28T01:46:05.408855" elapsed="0.000414"/>
</kw>
<kw name="Append To File" owner="OperatingSystem">
<msg time="2026-06-28T01:46:05.409686" level="INFO" html="true">Appended to file '&lt;a href="file:///w/workspace/openflowplugin-csit-1node-cbench-only-titanium/throughput.csv"&gt;/w/workspace/openflowplugin-csit-1node-cbench-only-titanium/throughput.csv&lt;/a&gt;'.</msg>
<arg>${throughput_results_file}</arg>
<arg>THROUGHPUT_MIN,THROUGHPUT_MAX,THROUGHPUT_AVERAGE\n</arg>
<doc>Appends the given content to the specified file.</doc>
<status status="PASS" start="2026-06-28T01:46:05.409423" elapsed="0.000321"/>
</kw>
<kw name="Evaluate" owner="BuiltIn">
<msg time="2026-06-28T01:46:05.410321" level="INFO">${duration_in_ms} = 60000</msg>
<var>${duration_in_ms}</var>
<arg>${duration_in_secs} * 1000</arg>
<doc>Evaluates the given expression in Python and returns the result.</doc>
<status status="PASS" start="2026-06-28T01:46:05.409900" elapsed="0.000448"/>
</kw>
<kw name="Set Suite Variable" owner="BuiltIn">
<msg time="2026-06-28T01:46:05.410893" level="INFO">${duration_in_ms} = 60000</msg>
<arg>${duration_in_ms}</arg>
<doc>Makes a variable available everywhere within the scope of the current suite.</doc>
<status status="PASS" start="2026-06-28T01:46:05.410516" elapsed="0.000419"/>
</kw>
<kw name="Evaluate" owner="BuiltIn">
<msg time="2026-06-28T01:46:05.411448" level="INFO">${test_timeout} = 900.0</msg>
<var>${test_timeout}</var>
<arg>(${loops} * ${duration_in_secs}) * 1.5</arg>
<doc>Evaluates the given expression in Python and returns the result.</doc>
<status status="PASS" start="2026-06-28T01:46:05.411081" elapsed="0.000393"/>
</kw>
<kw name="Set Suite Variable" owner="BuiltIn">
<msg time="2026-06-28T01:46:05.411960" level="INFO">${test_timeout} = 900.0</msg>
<arg>${test_timeout}</arg>
<doc>Makes a variable available everywhere within the scope of the current suite.</doc>
<status status="PASS" start="2026-06-28T01:46:05.411650" elapsed="0.000351"/>
</kw>
<if>
<branch type="IF" condition="&quot;${cbench_system}&quot; == &quot;localhost&quot;">
<kw name="File Should Exist" owner="OperatingSystem">
<arg>${cbench_executable}</arg>
<doc>Fails unless the given ``path`` points to an existing file.</doc>
<status status="NOT RUN" start="2026-06-28T01:46:05.412303" elapsed="0.000021"/>
</kw>
<status status="NOT RUN" start="2026-06-28T01:46:05.412088" elapsed="0.000269"/>
</branch>
<branch type="ELSE">
<kw name="Verify File Exists On Remote System" owner="Utils">
<kw name="Open Connection" owner="SSHLibrary">
<msg time="2026-06-28T01:46:05.416758" level="INFO">${conn_id} = 2</msg>
<var>${conn_id}</var>
<arg>${system}</arg>
<arg>prompt=${prompt}</arg>
<arg>timeout=${prompt_timeout}</arg>
<doc>Opens a new SSH connection to the given ``host`` and ``port``.</doc>
<status status="PASS" start="2026-06-28T01:46:05.416337" elapsed="0.000448"/>
</kw>
<kw name="Flexible_SSH_Login" owner="SSHKeywords">
<kw name="Get Length" owner="BuiltIn">
<msg time="2026-06-28T01:46:05.418128" level="INFO">Length is 0.</msg>
<msg time="2026-06-28T01:46:05.418217" level="INFO">${pwd_length} = 0</msg>
<var>${pwd_length}</var>
<arg>${password}</arg>
<doc>Returns and logs the length of the given item as an integer.</doc>
<status status="PASS" start="2026-06-28T01:46:05.417340" elapsed="0.000901"/>
</kw>
<kw name="Run Keyword And Return If" owner="BuiltIn">
<arg>${pwd_length} &gt; 0</arg>
<arg>SSHLibrary.Login</arg>
<arg>${user}</arg>
<arg>${password}</arg>
<arg>delay=${delay}</arg>
<doc>Runs the specified keyword and returns from the enclosing user keyword.</doc>
<status status="PASS" start="2026-06-28T01:46:05.418391" elapsed="0.000363"/>
</kw>
<kw name="Run Keyword And Return" owner="BuiltIn">
<kw name="Login With Public Key" owner="SSHLibrary">
<msg time="2026-06-28T01:46:05.419759" level="INFO">Logging into '10.30.170.14:22' as 'jenkins'.</msg>
<msg time="2026-06-28T01:46:06.109732" 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 Sun Jun 28 01:46:05 UTC 2026

  System load:  0.04               Processes:             109
  Usage of /:   19.3% of 38.58GB   Users logged in:       0
  Memory usage: 4%                 IPv4 address for ens3: 10.30.170.14
  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-763-1-mininet-ovs-217-0 ~]&gt;</msg>
<arg>${user}</arg>
<arg>${USER_HOME}/.ssh/${SSH_KEY}</arg>
<arg>${KEYFILE_PASS}</arg>
<arg>delay=${delay}</arg>
<doc>Logs into the SSH server using key-based authentication.</doc>
<status status="PASS" start="2026-06-28T01:46:05.419257" elapsed="0.690636"/>
</kw>
<msg time="2026-06-28T01:46:06.109994" level="INFO">Returning from the enclosing user keyword.</msg>
<arg>SSHLibrary.Login With Public Key</arg>
<arg>${user}</arg>
<arg>${USER_HOME}/.ssh/${SSH_KEY}</arg>
<arg>${KEYFILE_PASS}</arg>
<arg>delay=${delay}</arg>
<doc>Runs the specified keyword and returns from the enclosing user keyword.</doc>
<status status="PASS" start="2026-06-28T01:46:05.418910" elapsed="0.691181"/>
</kw>
<arg>${user}</arg>
<arg>${password}</arg>
<doc>On active SSH session: if given non-empty password, do Login, else do Login With Public Key.</doc>
<status status="PASS" start="2026-06-28T01:46:05.416992" elapsed="0.693223"/>
</kw>
<kw name="File Should Exist" owner="SSHLibrary">
<msg time="2026-06-28T01:46:06.117728" level="INFO">[chan 1] Opened sftp connection (server version 3)</msg>
<arg>${file}</arg>
<doc>Fails if the given ``path`` does NOT point to an existing file.</doc>
<status status="PASS" start="2026-06-28T01:46:06.110446" elapsed="0.009024"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-06-28T01:46:06.119684" elapsed="0.000318"/>
</kw>
<arg>${cbench_system}</arg>
<arg>${cbench_executable}</arg>
<doc>Will create connection with public key and will PASS if the given ${file} exists,
otherwise will FAIL</doc>
<status status="PASS" start="2026-06-28T01:46:05.415817" elapsed="0.704248"/>
</kw>
<status status="PASS" start="2026-06-28T01:46:05.412439" elapsed="0.707664"/>
</branch>
<status status="PASS" start="2026-06-28T01:46:05.412063" elapsed="0.708073"/>
</if>
<kw name="Should Be True" owner="BuiltIn">
<arg>${loops} &gt;= 2</arg>
<arg>If number of loops is less than 2, cbench will not run</arg>
<doc>Fails if the given condition is not true.</doc>
<status status="PASS" start="2026-06-28T01:46:06.120293" elapsed="0.000519"/>
</kw>
<kw name="Verify_Feature_Is_Installed" owner="KarafKeywords">
<if>
<branch type="IF" condition="'${IS_KARAF_APPL}' == 'False'">
<return>
<value>Not A Karaf App</value>
<status status="NOT RUN" start="2026-06-28T01:46:06.130655" elapsed="0.000044"/>
</return>
<status status="NOT RUN" start="2026-06-28T01:46:06.130360" elapsed="0.000416"/>
</branch>
<status status="PASS" start="2026-06-28T01:46:06.130309" elapsed="0.000526"/>
</if>
<kw name="Issue_Command_On_Karaf_Console" owner="KarafKeywords">
<if>
<branch type="IF" condition="'${IS_KARAF_APPL}' == 'False'">
<return>
<value>Not A Karaf App</value>
<status status="NOT RUN" start="2026-06-28T01:46:06.135575" elapsed="0.000014"/>
</return>
<status status="NOT RUN" start="2026-06-28T01:46:06.135461" elapsed="0.000174"/>
</branch>
<status status="PASS" start="2026-06-28T01:46:06.135442" elapsed="0.000218"/>
</if>
<kw name="Open Connection" owner="SSHLibrary">
<arg>${controller}</arg>
<arg>port=${karaf_port}</arg>
<arg>prompt=${KARAF_PROMPT_LOGIN}</arg>
<arg>timeout=${timeout}</arg>
<doc>Opens a new SSH connection to the given ``host`` and ``port``.</doc>
<status status="PASS" start="2026-06-28T01:46:06.135804" elapsed="0.000448"/>
</kw>
<kw name="Login" owner="SSHLibrary">
<msg time="2026-06-28T01:46:06.136673" level="INFO">Logging into '10.30.170.209:8101' as 'karaf'.</msg>
<msg time="2026-06-28T01:46:06.346297" level="INFO">Read output: [33m                                                                                           
[33m    ________                       ________                .__  .__       .__     __       
[33m    \_____  \ ______   ____   ____ \______ \ _____  ___.__.|  | |__| ____ |  |___/  |_     
[33m     /   |   \\____ \_/ __ \ /    \ |    |  \\__  \&lt;   |  ||  | |  |/ ___\|  |  \   __\    
[33m    /    |    \  |_&gt; &gt;  ___/|   |  \|    `   \/ __ \\___  ||  |_|  / /_/  &gt;   Y  \  |      
[33m    \_______  /   __/ \___  &gt;___|  /_______  (____  / ____||____/__\___  /|___|  /__|      
[33m            \/|__|        \/     \/        \/     \/\/            /_____/      \/          
[33m                                                                                           

Hit '[1m&lt;tab&gt;[0m' for a list of available commands
and '[1m[cmd] --help[0m' for help on a specific command.
Hit '[1m&lt;ctrl-d&gt;[0m' or type '[1msystem:shutdown[0m' or '[1mlogout[0m' to shutdown OpenDaylight.

[?1h=[90m~[0m                                                                                [?2004hopendaylight-user</msg>
<arg>${KARAF_USER}</arg>
<arg>${KARAF_PASSWORD}</arg>
<arg>loglevel=${loglevel}</arg>
<doc>Logs into the SSH server with the given ``username`` and ``password``.</doc>
<status status="PASS" start="2026-06-28T01:46:06.136400" elapsed="0.210074"/>
</kw>
<kw name="Write" owner="SSHLibrary">
<msg time="2026-06-28T01:46:06.446341" level="INFO">@root&gt;feature:list -i | 0[C 0g[Krep odl-openflowplugin-drop-test</msg>
<arg>${cmd}</arg>
<doc>Writes the given ``text`` on the remote machine and appends a newline.</doc>
<status status="PASS" start="2026-06-28T01:46:06.346770" elapsed="0.099704"/>
</kw>
<kw name="Read Until Regexp" owner="SSHLibrary">
<msg time="2026-06-28T01:46:06.452050" level="INFO">[?1l&gt;[?2004l[31;1modl-openflowplugin-drop-test[0m                                    x 0.20.2           x x        x Started x [31;1modl-openflowplugin-drop-test[0m                                    x OpenDaylight :: Openflow Plugin :: Drop Test
[?1h=[90m~[0m                                                                                [?2004hopendaylight-user@root&gt;</msg>
<msg time="2026-06-28T01:46:06.452279" level="INFO">${output} = [?1l&gt;[?2004l[31;1modl-openflowplugin-drop-test[0m                                    x 0.20.2           x x        x Started x [31;1modl-openflowplugin-drop-test[0m                     ...</msg>
<var>${output}</var>
<arg>${KARAF_PROMPT}</arg>
<doc>Consumes and returns the server output until a match to ``regexp`` is found.</doc>
<status status="PASS" start="2026-06-28T01:46:06.446774" elapsed="0.005537"/>
</kw>
<kw name="Write Bare" owner="SSHLibrary">
<arg>logout\n</arg>
<doc>Writes the given ``text`` on the remote machine without appending a newline.</doc>
<status status="PASS" start="2026-06-28T01:46:06.452459" elapsed="0.000235"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-06-28T01:46:06.452846" elapsed="0.000241"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-06-28T01:46:06.453561" level="INFO">[?1l&gt;[?2004l[31;1modl-openflowplugin-drop-test[0m                                    x 0.20.2           x x        x Started x [31;1modl-openflowplugin-drop-test[0m                                    x OpenDaylight :: Openflow Plugin :: Drop Test
[?1h=[90m~[0m                                                                                [?2004hopendaylight-user@root&gt;</msg>
<arg>${output}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-06-28T01:46:06.453228" elapsed="0.000412"/>
</kw>
<return>
<value>${output}</value>
<status status="PASS" start="2026-06-28T01:46:06.453695" elapsed="0.000056"/>
</return>
<msg time="2026-06-28T01:46:06.453909" 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.209
Note that this keyword will open&amp;close new SSH connection, without switching back to previously current session.</doc>
<status status="PASS" start="2026-06-28T01:46:06.135103" elapsed="0.318838"/>
</kw>
<kw name="Should Contain" owner="BuiltIn">
<arg>${output}</arg>
<arg>${feature_name}</arg>
<doc>Fails if ``container`` does not contain ``item`` one or more times.</doc>
<status status="PASS" start="2026-06-28T01:46:06.454092" elapsed="0.000583"/>
</kw>
<return>
<value>${output}</value>
<status status="PASS" start="2026-06-28T01:46:06.454725" elapsed="0.000032"/>
</return>
<arg>odl-openflowplugin-drop-test</arg>
<doc>Will Succeed if the given ${feature_name} is found in the output of "feature:list -i"</doc>
<status status="PASS" start="2026-06-28T01:46:06.129712" elapsed="0.325157"/>
</kw>
<kw name="Issue_Command_On_Karaf_Console" owner="KarafKeywords">
<if>
<branch type="IF" condition="'${IS_KARAF_APPL}' == 'False'">
<return>
<value>Not A Karaf App</value>
<status status="NOT RUN" start="2026-06-28T01:46:06.458755" elapsed="0.000014"/>
</return>
<status status="NOT RUN" start="2026-06-28T01:46:06.458597" elapsed="0.000424"/>
</branch>
<status status="PASS" start="2026-06-28T01:46:06.458572" elapsed="0.000509"/>
</if>
<kw name="Open Connection" owner="SSHLibrary">
<arg>${controller}</arg>
<arg>port=${karaf_port}</arg>
<arg>prompt=${KARAF_PROMPT_LOGIN}</arg>
<arg>timeout=${timeout}</arg>
<doc>Opens a new SSH connection to the given ``host`` and ``port``.</doc>
<status status="PASS" start="2026-06-28T01:46:06.459254" elapsed="0.000516"/>
</kw>
<kw name="Login" owner="SSHLibrary">
<msg time="2026-06-28T01:46:06.460186" level="INFO">Logging into '10.30.170.209:8101' as 'karaf'.</msg>
<msg time="2026-06-28T01:46:06.618628" level="INFO">Read output: [33m                                                                                           
[33m    ________                       ________                .__  .__       .__     __       
[33m    \_____  \ ______   ____   ____ \______ \ _____  ___.__.|  | |__| ____ |  |___/  |_     
[33m     /   |   \\____ \_/ __ \ /    \ |    |  \\__  \&lt;   |  ||  | |  |/ ___\|  |  \   __\    
[33m    /    |    \  |_&gt; &gt;  ___/|   |  \|    `   \/ __ \\___  ||  |_|  / /_/  &gt;   Y  \  |      
[33m    \_______  /   __/ \___  &gt;___|  /_______  (____  / ____||____/__\___  /|___|  /__|      
[33m            \/|__|        \/     \/        \/     \/\/            /_____/      \/          
[33m                                                                                           

Hit '[1m&lt;tab&gt;[0m' for a list of available commands
and '[1m[cmd] --help[0m' for help on a specific command.
Hit '[1m&lt;ctrl-d&gt;[0m' or type '[1msystem:shutdown[0m' or '[1mlogout[0m' to shutdown OpenDaylight.

[?1h=[90m~[0m                                                                                [?2004hopendaylight-user</msg>
<arg>${KARAF_USER}</arg>
<arg>${KARAF_PASSWORD}</arg>
<arg>loglevel=${loglevel}</arg>
<doc>Logs into the SSH server with the given ``username`` and ``password``.</doc>
<status status="PASS" start="2026-06-28T01:46:06.459920" elapsed="0.158894"/>
</kw>
<kw name="Write" owner="SSHLibrary">
<msg time="2026-06-28T01:46:06.643923" level="INFO">@root&gt;dropallpacketsrpc on</msg>
<arg>${cmd}</arg>
<doc>Writes the given ``text`` on the remote machine and appends a newline.</doc>
<status status="PASS" start="2026-06-28T01:46:06.619018" elapsed="0.024968"/>
</kw>
<kw name="Read Until Regexp" owner="SSHLibrary">
<msg time="2026-06-28T01:46:06.645762" level="INFO">[?1l&gt;[?2004lDropAllFlows transitions to on
[?1h=[90m~[0m                                                                                [?2004hopendaylight-user@root&gt;</msg>
<msg time="2026-06-28T01:46:06.645865" level="INFO">${output} = [?1l&gt;[?2004lDropAllFlows transitions to on
[?1h=[90m~[0m                                                                                [?2004hopendaylight-user@root&gt;</msg>
<var>${output}</var>
<arg>${KARAF_PROMPT}</arg>
<doc>Consumes and returns the server output until a match to ``regexp`` is found.</doc>
<status status="PASS" start="2026-06-28T01:46:06.644138" elapsed="0.001757"/>
</kw>
<kw name="Write Bare" owner="SSHLibrary">
<arg>logout\n</arg>
<doc>Writes the given ``text`` on the remote machine without appending a newline.</doc>
<status status="PASS" start="2026-06-28T01:46:06.646031" elapsed="0.000185"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-06-28T01:46:06.646377" elapsed="0.000171"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-06-28T01:46:06.646975" level="INFO">[?1l&gt;[?2004lDropAllFlows transitions to on
[?1h=[90m~[0m                                                                                [?2004hopendaylight-user@root&gt;</msg>
<arg>${output}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-06-28T01:46:06.646707" elapsed="0.000318"/>
</kw>
<return>
<value>${output}</value>
<status status="PASS" start="2026-06-28T01:46:06.647073" elapsed="0.000036"/>
</return>
<arg>dropallpacketsrpc on</arg>
<doc>Will execute the given ${cmd} by ssh'ing to the karaf console running on 10.30.170.209
Note that this keyword will open&amp;close new SSH connection, without switching back to previously current session.</doc>
<status status="PASS" start="2026-06-28T01:46:06.458254" elapsed="0.188956"/>
</kw>
<status status="PASS" start="2026-06-28T01:46:04.520999" elapsed="2.126273"/>
</kw>
<test id="s1-t1" name="Cbench Latency Test" line="37">
<kw name="Log" owner="BuiltIn">
<msg time="2026-06-28T01:46:06.649506" level="INFO">Cbench tests using 10 iterations of 60 second tests. Switch Count: 16. Unique MACS to cycle: 100</msg>
<arg>Cbench tests using ${loops} iterations of ${duration_in_secs} second tests. Switch Count: ${switch_count}. Unique MACS to cycle: ${num_of_unique_macs}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-06-28T01:46:06.648412" elapsed="0.001158"/>
</kw>
<kw name="Run Cbench And Log Results">
<kw name="Set Suite Variable" owner="BuiltIn">
<msg time="2026-06-28T01:46:06.651058" level="INFO">${output_filename} = latency.csv</msg>
<arg>${output_filename}</arg>
<doc>Makes a variable available everywhere within the scope of the current suite.</doc>
<status status="PASS" start="2026-06-28T01:46:06.650707" elapsed="0.000394"/>
</kw>
<if>
<branch type="IF" condition="&quot;${cbench_system}&quot; == &quot;localhost&quot;">
<kw name="Run" owner="OperatingSystem">
<var>${output}</var>
<arg>${cbench_executable} -c ${ODL_SYSTEM_IP} ${cbench_args}</arg>
<doc>_This keyword is considered deprecated. Use the
[http://robotframework.org/robotframework/latest/libraries/Process.html|
Process] library instead._</doc>
<status status="NOT RUN" start="2026-06-28T01:46:06.651403" elapsed="0.000022"/>
</kw>
<status status="NOT RUN" start="2026-06-28T01:46:06.651176" elapsed="0.000285"/>
</branch>
<branch type="ELSE">
<kw name="Run Command On Remote System" owner="Utils">
<if>
<branch type="IF" condition="&quot;${return_stdout}&quot;!=&quot;True&quot; and &quot;${return_stderr}&quot;!=&quot;True&quot;">
<kw name="Fail" owner="BuiltIn">
<arg>At least one of {return_stdout} or {return_stderr} args should be set to True</arg>
<doc>Fails the test with the given message and optionally alters its tags.</doc>
<status status="NOT RUN" start="2026-06-28T01:46:06.654423" elapsed="0.000021"/>
</kw>
<status status="NOT RUN" start="2026-06-28T01:46:06.654141" elapsed="0.000338"/>
</branch>
<status status="PASS" start="2026-06-28T01:46:06.654121" elapsed="0.000384"/>
</if>
<kw name="Get Connection" owner="SSHLibrary">
<msg time="2026-06-28T01:46:06.654854" level="INFO">index=None
host=None
alias=None
port=22
timeout=3 seconds
newline=

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

prompt=None
term_type=vt100
width=80
height=24
path_separator=/
encoding=utf8
escape_ansi=False
encoding_errors=strict</msg>
<var>${current_ssh_connection}</var>
<doc>Returns information about the connection.</doc>
<status status="PASS" start="2026-06-28T01:46:06.654654" elapsed="0.000348"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-06-28T01:46:06.655559" level="INFO">Attempting to execute command "/usr/local/bin/cbench -c 10.30.170.209 -m 60000 -M 100 -S 16 -l 10 -D 5000 -p 6633" on remote system "10.30.170.14" by user "jenkins" with keyfile pass "any" and prompt "&gt;" and password ""</msg>
<arg>Attempting to execute command "${cmd}" on remote system "${system}" by user "${user}" with keyfile pass "${keyfile_pass}" and prompt "${prompt}" and password "${password}"</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-06-28T01:46:06.655138" elapsed="0.000497"/>
</kw>
<kw name="Open Connection" owner="SSHLibrary">
<msg time="2026-06-28T01:46:06.656245" level="INFO">${conn_id} = 5</msg>
<var>${conn_id}</var>
<arg>${system}</arg>
<arg>prompt=${prompt}</arg>
<arg>timeout=${prompt_timeout}</arg>
<doc>Opens a new SSH connection to the given ``host`` and ``port``.</doc>
<status status="PASS" start="2026-06-28T01:46:06.655777" elapsed="0.000494"/>
</kw>
<kw name="Flexible_SSH_Login" owner="SSHKeywords">
<kw name="Get Length" owner="BuiltIn">
<msg time="2026-06-28T01:46:06.657186" level="INFO">Length is 0.</msg>
<msg time="2026-06-28T01:46:06.657276" level="INFO">${pwd_length} = 0</msg>
<var>${pwd_length}</var>
<arg>${password}</arg>
<doc>Returns and logs the length of the given item as an integer.</doc>
<status status="PASS" start="2026-06-28T01:46:06.656866" elapsed="0.000434"/>
</kw>
<kw name="Run Keyword And Return If" owner="BuiltIn">
<arg>${pwd_length} &gt; 0</arg>
<arg>SSHLibrary.Login</arg>
<arg>${user}</arg>
<arg>${password}</arg>
<arg>delay=${delay}</arg>
<doc>Runs the specified keyword and returns from the enclosing user keyword.</doc>
<status status="PASS" start="2026-06-28T01:46:06.657446" elapsed="0.000351"/>
</kw>
<kw name="Run Keyword And Return" owner="BuiltIn">
<kw name="Login With Public Key" owner="SSHLibrary">
<msg time="2026-06-28T01:46:06.658692" level="INFO">Logging into '10.30.170.14:22' as 'jenkins'.</msg>
<msg time="2026-06-28T01:46:07.035416" 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 Sun Jun 28 01:46:05 UTC 2026

  System load:  0.04               Processes:             109
  Usage of /:   19.3% of 38.58GB   Users logged in:       0
  Memory usage: 4%                 IPv4 address for ens3: 10.30.170.14
  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: Sun Jun 28 01:46:06 2026 from 10.30.171.249
[?2004h[jenkins@releng-48317-763-1-mininet-ovs-217-0 ~]&gt;</msg>
<arg>${user}</arg>
<arg>${USER_HOME}/.ssh/${SSH_KEY}</arg>
<arg>${KEYFILE_PASS}</arg>
<arg>delay=${delay}</arg>
<doc>Logs into the SSH server using key-based authentication.</doc>
<status status="PASS" start="2026-06-28T01:46:06.658314" elapsed="0.377227"/>
</kw>
<msg time="2026-06-28T01:46:07.035631" level="INFO">Returning from the enclosing user keyword.</msg>
<arg>SSHLibrary.Login With Public Key</arg>
<arg>${user}</arg>
<arg>${USER_HOME}/.ssh/${SSH_KEY}</arg>
<arg>${KEYFILE_PASS}</arg>
<arg>delay=${delay}</arg>
<doc>Runs the specified keyword and returns from the enclosing user keyword.</doc>
<status status="PASS" start="2026-06-28T01:46:06.657953" elapsed="0.377752"/>
</kw>
<arg>${user}</arg>
<arg>${password}</arg>
<doc>On active SSH session: if given non-empty password, do Login, else do Login With Public Key.</doc>
<status status="PASS" start="2026-06-28T01:46:06.656474" elapsed="0.379332"/>
</kw>
<kw name="Execute Command" owner="SSHLibrary">
<msg time="2026-06-28T01:46:07.036234" level="INFO">Executing command '/usr/local/bin/cbench -c 10.30.170.209 -m 60000 -M 100 -S 16 -l 10 -D 5000 -p 6633'.</msg>
<msg time="2026-06-28T01:56:13.138039" level="INFO">Command exited with return code 0.</msg>
<msg time="2026-06-28T01:56:13.138507" level="INFO">${stdout} = </msg>
<msg time="2026-06-28T01:56:13.138658" level="INFO">${stderr} = cbench: controller benchmarking tool
   running in mode 'latency'
   connecting to controller at 10.30.170.209:6633 
   faking 16 switches with 1 threads :: 10 tests each; 60000 ms per test
   with 10...</msg>
<var>${stdout}</var>
<var>${stderr}</var>
<arg>${cmd}</arg>
<arg>return_stderr=True</arg>
<doc>Executes ``command`` on the remote machine and returns its outputs.</doc>
<status status="PASS" start="2026-06-28T01:46:07.035978" elapsed="606.102739"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-06-28T01:56:13.139116" elapsed="0.000739"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-06-28T01:56:13.140892" level="INFO">cbench: controller benchmarking tool
   running in mode 'latency'
   connecting to controller at 10.30.170.209: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.209. So far 1 cbench instances have initialized their switches.  Waiting for other cbench-instances
Thread-0: Total switches from ALL cbench-instances initialized.
01:47:12.250 16  switches: flows:  144176 144400 139897 138326 143314 141616 139253 136438 134858 135355 137071 134229 133778 133719 135360 130239  total = 36.700483 per ms 
01:48:12.351 16  switches: flows:  154569 157694 150657 150143 154380 154445 151122 150152 143690 146054 148046 147116 144161 142375 148143 141453  total = 39.670079 per ms 
01:49:12.451 16  switches: flows:  148290 152833 146335 145360 145508 147235 150074 149385 136643 139330 142550 143242 140483 139978 142273 139234  total = 38.414862 per ms 
01:50:12.553 16  switches: flows:  156648 158912 151546 152716 151298 152514 155090 153809 145965 147031 146817 149082 148196 144115 144098 142928  total = 39.946072 per ms 
01:51:12.653 16  switches: flows:  159276 157007 150512 150223 151369 154445 155040 154021 145264 144224 149972 146731 147972 144069 145807 142677  total = 39.910174 per ms 
01:52:12.754 16  switches: flows:  157492 156953 152009 149734 148762 155130 151776 153942 143848 144610 150383 146862 147268 143924 143046 143215  total = 39.749554 per ms 
01:53:12.855 16  switches: flows:  159182 156665 150795 151564 152021 156327 154949 154761 146284 145090 147854 146663 149236 146155 144571 143868  total = 40.032933 per ms 
01:54:12.956 16  switches: flows:  155182 155930 151139 149564 151386 153742 156485 151252 141922 144538 149903 146668 146778 142839 144940 143374  total = 39.694441 per ms 
01:55:13.057 16  switches: flows:  154270 155010 150482 150642 151242 154833 156788 151230 142791 145713 148134 147779 147396 144094 144502 146349  total = 39.787806 per ms 
01:56:13.158 16  switches: flows:  154620 156139 151824 151465 151507 154227 157362 147517 145717 149739 149082 150635 150146 143031 146748 143447  total = 39.986637 per ms 
RESULT: 16 switches 9 tests min/max/avg/stdev = 38414.86/40032.93/39688.06/13237.58 responses/s</msg>
<arg>${stderr}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-06-28T01:56:13.140184" elapsed="0.000963"/>
</kw>
<if>
<branch type="IF" condition="&quot;${return_stdout}&quot;!=&quot;True&quot;">
<return>
<value>${stderr}</value>
<status status="PASS" start="2026-06-28T01:56:13.141661" elapsed="0.000075"/>
</return>
<status status="PASS" start="2026-06-28T01:56:13.141331" elapsed="0.000480"/>
</branch>
<status status="PASS" start="2026-06-28T01:56:13.141279" elapsed="0.000585"/>
</if>
<if>
<branch type="IF" condition="&quot;${return_stderr}&quot;!=&quot;True&quot;">
<return>
<value>${stdout}</value>
<status status="NOT RUN" start="2026-06-28T01:56:13.142059" elapsed="0.000025"/>
</return>
<status status="NOT RUN" start="2026-06-28T01:56:13.141983" elapsed="0.000155"/>
</branch>
<status status="NOT RUN" start="2026-06-28T01:56:13.141951" elapsed="0.000231"/>
</if>
<return>
<value>${stdout}</value>
<value>${stderr}</value>
<status status="NOT RUN" start="2026-06-28T01:56:13.142248" elapsed="0.000028"/>
</return>
<kw name="Restore_Current_Ssh_Connection_From_Index" owner="SSHKeywords" type="TEARDOWN">
<kw name="Run Keyword And Return If" owner="BuiltIn">
<arg>${connection_index} is not None</arg>
<arg>SSHLibrary.Switch Connection</arg>
<arg>${connection_index}</arg>
<doc>Runs the specified keyword and returns from the enclosing user keyword.</doc>
<status status="PASS" start="2026-06-28T01:56:13.146909" elapsed="0.000487"/>
</kw>
<kw name="Open Connection" owner="SSHLibrary">
<arg>127.0.0.1</arg>
<doc>Opens a new SSH connection to the given ``host`` and ``port``.</doc>
<status status="PASS" start="2026-06-28T01:56:13.147627" elapsed="0.000256"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-06-28T01:56:13.148067" elapsed="0.000145"/>
</kw>
<arg>${current_ssh_connection.index}</arg>
<doc>Restore active SSH connection in SSHLibrary to given index.</doc>
<status status="PASS" start="2026-06-28T01:56:13.142903" elapsed="0.005383"/>
</kw>
<msg time="2026-06-28T01:56:13.148471" level="INFO">${output} = cbench: controller benchmarking tool
   running in mode 'latency'
   connecting to controller at 10.30.170.209:6633 
   faking 16 switches with 1 threads :: 10 tests each; 60000 ms per test
   with 10...</msg>
<var>${output}</var>
<arg>${cbench_system}</arg>
<arg>${cbench_executable} -c ${ODL_SYSTEM_IP} ${cbench_args}</arg>
<arg>prompt_timeout=${test_timeout}</arg>
<arg>return_stdout=False</arg>
<arg>return_stderr=True</arg>
<doc>Reduces the common work of running a command on a remote system to a single higher level
robot keyword, taking care to log in with a public key and. The command given is written and the return value
depends on the passed argument values of return_stdout (default: True) and return_stderr (default: False).
At least one should be True, or the keyword will exit and FAIL. If both are True, the resulting return value
will be a two element list containing both. Otherwise the resulting return value is a string.
No test conditions are checked.</doc>
<status status="PASS" start="2026-06-28T01:46:06.651831" elapsed="606.496678"/>
</kw>
<status status="PASS" start="2026-06-28T01:46:06.651489" elapsed="606.497088"/>
</branch>
<status status="PASS" start="2026-06-28T01:46:06.651155" elapsed="606.497474"/>
</if>
<kw name="Log" owner="BuiltIn">
<msg time="2026-06-28T01:56:13.149282" level="INFO">cbench: controller benchmarking tool
   running in mode 'latency'
   connecting to controller at 10.30.170.209: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.209. So far 1 cbench instances have initialized their switches.  Waiting for other cbench-instances
Thread-0: Total switches from ALL cbench-instances initialized.
01:47:12.250 16  switches: flows:  144176 144400 139897 138326 143314 141616 139253 136438 134858 135355 137071 134229 133778 133719 135360 130239  total = 36.700483 per ms 
01:48:12.351 16  switches: flows:  154569 157694 150657 150143 154380 154445 151122 150152 143690 146054 148046 147116 144161 142375 148143 141453  total = 39.670079 per ms 
01:49:12.451 16  switches: flows:  148290 152833 146335 145360 145508 147235 150074 149385 136643 139330 142550 143242 140483 139978 142273 139234  total = 38.414862 per ms 
01:50:12.553 16  switches: flows:  156648 158912 151546 152716 151298 152514 155090 153809 145965 147031 146817 149082 148196 144115 144098 142928  total = 39.946072 per ms 
01:51:12.653 16  switches: flows:  159276 157007 150512 150223 151369 154445 155040 154021 145264 144224 149972 146731 147972 144069 145807 142677  total = 39.910174 per ms 
01:52:12.754 16  switches: flows:  157492 156953 152009 149734 148762 155130 151776 153942 143848 144610 150383 146862 147268 143924 143046 143215  total = 39.749554 per ms 
01:53:12.855 16  switches: flows:  159182 156665 150795 151564 152021 156327 154949 154761 146284 145090 147854 146663 149236 146155 144571 143868  total = 40.032933 per ms 
01:54:12.956 16  switches: flows:  155182 155930 151139 149564 151386 153742 156485 151252 141922 144538 149903 146668 146778 142839 144940 143374  total = 39.694441 per ms 
01:55:13.057 16  switches: flows:  154270 155010 150482 150642 151242 154833 156788 151230 142791 145713 148134 147779 147396 144094 144502 146349  total = 39.787806 per ms 
01:56:13.158 16  switches: flows:  154620 156139 151824 151465 151507 154227 157362 147517 145717 149739 149082 150635 150146 143031 146748 143447  total = 39.986637 per ms 
RESULT: 16 switches 9 tests min/max/avg/stdev = 38414.86/40032.93/39688.06/13237.58 responses/s</msg>
<arg>${output}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-06-28T01:56:13.148855" elapsed="0.000528"/>
</kw>
<kw name="Should Contain" owner="BuiltIn">
<arg>${output}</arg>
<arg>RESULT</arg>
<doc>Fails if ``container`` does not contain ``item`` one or more times.</doc>
<status status="PASS" start="2026-06-28T01:56:13.149591" elapsed="0.000537"/>
</kw>
<kw name="Get Lines Containing String" owner="String">
<msg time="2026-06-28T01:56:13.150671" level="INFO">1 out of 23 lines matched.</msg>
<msg time="2026-06-28T01:56:13.150802" level="INFO">${result_line} = RESULT: 16 switches 9 tests min/max/avg/stdev = 38414.86/40032.93/39688.06/13237.58 responses/s</msg>
<var>${result_line}</var>
<arg>${output}</arg>
<arg>RESULT</arg>
<doc>Returns lines of the given ``string`` that contain the ``pattern``.</doc>
<status status="PASS" start="2026-06-28T01:56:13.150340" elapsed="0.000497"/>
</kw>
<kw name="Split String" owner="String">
<msg time="2026-06-28T01:56:13.151398" level="INFO">@{results_list} = [ RESULT: | 16 | switches | 9 | tests | min/max/avg/stdev | = | 38414.86/40032.93/39688.06/13237.58 | responses/s ]</msg>
<var>@{results_list}</var>
<arg>${result_line}</arg>
<doc>Splits the ``string`` using ``separator`` as a delimiter string.</doc>
<status status="PASS" start="2026-06-28T01:56:13.151054" elapsed="0.000381"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-06-28T01:56:13.154891" level="INFO">min/max/avg/stdev</msg>
<arg>${results_list[5]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-06-28T01:56:13.151655" elapsed="0.003313"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-06-28T01:56:13.158300" level="INFO">38414.86/40032.93/39688.06/13237.58</msg>
<arg>${results_list[7]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-06-28T01:56:13.155178" elapsed="0.003204"/>
</kw>
<kw name="Split String" owner="String">
<msg time="2026-06-28T01:56:13.161551" level="INFO">@{result_name_list} = [ min | max | avg | stdev ]</msg>
<var>@{result_name_list}</var>
<arg>${results_list[5]}</arg>
<arg>/</arg>
<doc>Splits the ``string`` using ``separator`` as a delimiter string.</doc>
<status status="PASS" start="2026-06-28T01:56:13.158594" elapsed="0.002995"/>
</kw>
<kw name="Split String" owner="String">
<msg time="2026-06-28T01:56:13.164948" level="INFO">@{result_value_list} = [ 38414.86 | 40032.93 | 39688.06 | 13237.58 ]</msg>
<var>@{result_value_list}</var>
<arg>${results_list[7]}</arg>
<arg>/</arg>
<doc>Splits the ``string`` using ``separator`` as a delimiter string.</doc>
<status status="PASS" start="2026-06-28T01:56:13.161940" elapsed="0.003045"/>
</kw>
<kw name="Get Length" owner="BuiltIn">
<msg time="2026-06-28T01:56:13.165664" level="INFO">Length is 4.</msg>
<msg time="2026-06-28T01:56:13.165797" level="INFO">${num_stats} = 4</msg>
<var>${num_stats}</var>
<arg>${result_name_list}</arg>
<doc>Returns and logs the length of the given item as an integer.</doc>
<status status="PASS" start="2026-06-28T01:56:13.165193" elapsed="0.000637"/>
</kw>
<for flavor="IN RANGE">
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-06-28T01:56:13.172202" level="INFO">min :: 38414.86</msg>
<arg>${result_name_list[${i}]} :: ${result_value_list[${i}]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-06-28T01:56:13.166390" elapsed="0.005890"/>
</kw>
<var name="${i}">0</var>
<status status="PASS" start="2026-06-28T01:56:13.166209" elapsed="0.006119"/>
</iter>
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-06-28T01:56:13.178514" level="INFO">max :: 40032.93</msg>
<arg>${result_name_list[${i}]} :: ${result_value_list[${i}]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-06-28T01:56:13.172655" elapsed="0.005940"/>
</kw>
<var name="${i}">1</var>
<status status="PASS" start="2026-06-28T01:56:13.172452" elapsed="0.006211"/>
</iter>
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-06-28T01:56:13.184719" level="INFO">avg :: 39688.06</msg>
<arg>${result_name_list[${i}]} :: ${result_value_list[${i}]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-06-28T01:56:13.178960" elapsed="0.005836"/>
</kw>
<var name="${i}">2</var>
<status status="PASS" start="2026-06-28T01:56:13.178785" elapsed="0.006057"/>
</iter>
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-06-28T01:56:13.191307" level="INFO">stdev :: 13237.58</msg>
<arg>${result_name_list[${i}]} :: ${result_value_list[${i}]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-06-28T01:56:13.185141" elapsed="0.006249"/>
</kw>
<var name="${i}">3</var>
<status status="PASS" start="2026-06-28T01:56:13.184965" elapsed="0.006473"/>
</iter>
<var>${i}</var>
<value>0</value>
<value>${num_stats}</value>
<status status="PASS" start="2026-06-28T01:56:13.165932" elapsed="0.025553"/>
</for>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-06-28T01:56:13.196890" level="INFO">${min} = 38414.86</msg>
<var>${min}</var>
<arg>${result_value_list[${0}]}</arg>
<doc>Returns the given values which can then be assigned to a variables.</doc>
<status status="PASS" start="2026-06-28T01:56:13.191737" elapsed="0.005185"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-06-28T01:56:13.205799" level="INFO">${max} = 40032.93</msg>
<var>${max}</var>
<arg>${result_value_list[${1}]}</arg>
<doc>Returns the given values which can then be assigned to a variables.</doc>
<status status="PASS" start="2026-06-28T01:56:13.197114" elapsed="0.008751"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-06-28T01:56:13.212023" level="INFO">${average} = 39688.06</msg>
<var>${average}</var>
<arg>${result_value_list[${2}]}</arg>
<doc>Returns the given values which can then be assigned to a variables.</doc>
<status status="PASS" start="2026-06-28T01:56:13.206224" elapsed="0.005827"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-06-28T01:56:13.216006" level="INFO">${stdev} = 13237.58</msg>
<var>${stdev}</var>
<arg>${result_value_list[${3}]}</arg>
<doc>Returns the given values which can then be assigned to a variables.</doc>
<status status="PASS" start="2026-06-28T01:56:13.212216" elapsed="0.003818"/>
</kw>
<kw name="Get Time" owner="BuiltIn">
<msg time="2026-06-28T01:56:13.216597" level="INFO">${date} = 2026-06-28 01:56:13</msg>
<var>${date}</var>
<arg>d,m,s</arg>
<doc>Returns the given time in the requested format.</doc>
<status status="PASS" start="2026-06-28T01:56:13.216201" elapsed="0.000439"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-06-28T01:56:13.217221" level="INFO">CBench Result: 2026-06-28 01:56:13,-m 60000 -M 100 -S 16 -l 10 -D 5000 -p 6633,38414.86,40032.93,39688.06,13237.58</msg>
<arg>CBench Result: ${date},${cbench_args},${min},${max},${average},${stdev}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-06-28T01:56:13.216796" elapsed="0.000483"/>
</kw>
<kw name="Log Results And Determine Status">
<kw name="Append To File" owner="OperatingSystem">
<msg time="2026-06-28T01:56:13.218458" level="INFO" html="true">Appended to file '&lt;a href="file:///w/workspace/openflowplugin-csit-1node-cbench-only-titanium/latency.csv"&gt;/w/workspace/openflowplugin-csit-1node-cbench-only-titanium/latency.csv&lt;/a&gt;'.</msg>
<arg>${output_file}</arg>
<arg>${min},${max},${average}\n</arg>
<doc>Appends the given content to the specified file.</doc>
<status status="PASS" start="2026-06-28T01:56:13.218000" elapsed="0.000528"/>
</kw>
<kw name="Should Be True" owner="BuiltIn">
<arg>${average} &gt; ${threshold}</arg>
<arg>${average} flow_mods per/sec did not exceed threshold of ${threshold}</arg>
<doc>Fails if the given condition is not true.</doc>
<status status="PASS" start="2026-06-28T01:56:13.218701" elapsed="0.000485"/>
</kw>
<arg>${min}</arg>
<arg>${max}</arg>
<arg>${average}</arg>
<arg>${average_threshold}</arg>
<arg>${output_filename}</arg>
<status status="PASS" start="2026-06-28T01:56:13.217453" elapsed="0.001803"/>
</kw>
<arg>-m ${duration_in_ms} -M ${num_of_unique_macs} -S ${switch_count} -l ${loops} -D ${start_delay} -p ${of_port}</arg>
<arg>${latency_threshold}</arg>
<arg>${latency_results_file}</arg>
<status status="PASS" start="2026-06-28T01:46:06.650039" elapsed="606.569278"/>
</kw>
<kw name="Sleep" owner="BuiltIn">
<msg time="2026-06-28T01:56:13.219820" level="INFO">Slept 0 seconds.</msg>
<arg>${test_delay}</arg>
<doc>Pauses the test executed for the given time.</doc>
<status status="PASS" start="2026-06-28T01:56:13.219475" elapsed="0.000403"/>
</kw>
<kw name="Log Results As Zero If Cbench Timed Out" type="TEARDOWN">
<kw name="Run Keyword If Timeout Occurred" owner="BuiltIn">
<arg>Log Results And Determine Status</arg>
<arg>0</arg>
<arg>0</arg>
<arg>0</arg>
<arg>0</arg>
<arg>${output_filename}</arg>
<doc>Runs the given keyword if either a test or a keyword timeout has occurred.</doc>
<status status="PASS" start="2026-06-28T01:56:13.220436" elapsed="0.000304"/>
</kw>
<status status="PASS" start="2026-06-28T01:56:13.220127" elapsed="0.000687"/>
</kw>
<doc>cbench executed in default latency mode. Test parameters have defaults, but can be overridden
on the pybot command line</doc>
<tag>cbench</tag>
<tag>latency</tag>
<timeout value="15 minutes"/>
<status status="PASS" start="2026-06-28T01:46:06.647424" elapsed="606.573430"/>
</test>
<test id="s1-t2" name="Cbench Throughput Test" line="51">
<kw name="Log" owner="BuiltIn">
<msg time="2026-06-28T01:56:13.222746" level="INFO">Cbench tests using 10 iterations of 60 second tests. Switch Count: 16. Unique MACS to cycle: 100</msg>
<arg>Cbench tests using ${loops} iterations of ${duration_in_secs} second tests. Switch Count: ${switch_count}. Unique MACS to cycle: ${num_of_unique_macs}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-06-28T01:56:13.222310" elapsed="0.000498"/>
</kw>
<kw name="Run Cbench And Log Results">
<kw name="Set Suite Variable" owner="BuiltIn">
<msg time="2026-06-28T01:56:13.224100" level="INFO">${output_filename} = throughput.csv</msg>
<arg>${output_filename}</arg>
<doc>Makes a variable available everywhere within the scope of the current suite.</doc>
<status status="PASS" start="2026-06-28T01:56:13.223749" elapsed="0.000394"/>
</kw>
<if>
<branch type="IF" condition="&quot;${cbench_system}&quot; == &quot;localhost&quot;">
<kw name="Run" owner="OperatingSystem">
<var>${output}</var>
<arg>${cbench_executable} -c ${ODL_SYSTEM_IP} ${cbench_args}</arg>
<doc>_This keyword is considered deprecated. Use the
[http://robotframework.org/robotframework/latest/libraries/Process.html|
Process] library instead._</doc>
<status status="NOT RUN" start="2026-06-28T01:56:13.224856" elapsed="0.000027"/>
</kw>
<status status="NOT RUN" start="2026-06-28T01:56:13.224315" elapsed="0.000609"/>
</branch>
<branch type="ELSE">
<kw name="Run Command On Remote System" owner="Utils">
<if>
<branch type="IF" condition="&quot;${return_stdout}&quot;!=&quot;True&quot; and &quot;${return_stderr}&quot;!=&quot;True&quot;">
<kw name="Fail" owner="BuiltIn">
<arg>At least one of {return_stdout} or {return_stderr} args should be set to True</arg>
<doc>Fails the test with the given message and optionally alters its tags.</doc>
<status status="NOT RUN" start="2026-06-28T01:56:13.228008" elapsed="0.000021"/>
</kw>
<status status="NOT RUN" start="2026-06-28T01:56:13.227754" elapsed="0.000310"/>
</branch>
<status status="PASS" start="2026-06-28T01:56:13.227734" elapsed="0.000354"/>
</if>
<kw name="Get Connection" owner="SSHLibrary">
<msg time="2026-06-28T01:56:13.228449" level="INFO">index=None
host=None
alias=None
port=22
timeout=3 seconds
newline=

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

prompt=None
term_type=vt100
width=80
height=24
path_separator=/
encoding=utf8
escape_ansi=False
encoding_errors=strict</msg>
<var>${current_ssh_connection}</var>
<doc>Returns information about the connection.</doc>
<status status="PASS" start="2026-06-28T01:56:13.228235" elapsed="0.000361"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-06-28T01:56:13.229180" level="INFO">Attempting to execute command "/usr/local/bin/cbench -c 10.30.170.209 -t -m 60000 -M 100 -S 16 -l 10 -D 5000 -p 6633" on remote system "10.30.170.14" by user "jenkins" with keyfile pass "any" and prompt "&gt;" and password ""</msg>
<arg>Attempting to execute command "${cmd}" on remote system "${system}" by user "${user}" with keyfile pass "${keyfile_pass}" and prompt "${prompt}" and password "${password}"</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-06-28T01:56:13.228749" elapsed="0.000490"/>
</kw>
<kw name="Open Connection" owner="SSHLibrary">
<msg time="2026-06-28T01:56:13.229860" level="INFO">${conn_id} = 7</msg>
<var>${conn_id}</var>
<arg>${system}</arg>
<arg>prompt=${prompt}</arg>
<arg>timeout=${prompt_timeout}</arg>
<doc>Opens a new SSH connection to the given ``host`` and ``port``.</doc>
<status status="PASS" start="2026-06-28T01:56:13.229395" elapsed="0.000494"/>
</kw>
<kw name="Flexible_SSH_Login" owner="SSHKeywords">
<kw name="Get Length" owner="BuiltIn">
<msg time="2026-06-28T01:56:13.230830" level="INFO">Length is 0.</msg>
<msg time="2026-06-28T01:56:13.230920" level="INFO">${pwd_length} = 0</msg>
<var>${pwd_length}</var>
<arg>${password}</arg>
<doc>Returns and logs the length of the given item as an integer.</doc>
<status status="PASS" start="2026-06-28T01:56:13.230472" elapsed="0.000472"/>
</kw>
<kw name="Run Keyword And Return If" owner="BuiltIn">
<arg>${pwd_length} &gt; 0</arg>
<arg>SSHLibrary.Login</arg>
<arg>${user}</arg>
<arg>${password}</arg>
<arg>delay=${delay}</arg>
<doc>Runs the specified keyword and returns from the enclosing user keyword.</doc>
<status status="PASS" start="2026-06-28T01:56:13.231089" elapsed="0.000327"/>
</kw>
<kw name="Run Keyword And Return" owner="BuiltIn">
<kw name="Login With Public Key" owner="SSHLibrary">
<msg time="2026-06-28T01:56:13.232300" level="INFO">Logging into '10.30.170.14:22' as 'jenkins'.</msg>
<msg time="2026-06-28T01:56:13.792676" 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 Sun Jun 28 01:56:13 UTC 2026

  System load:  1.0                Processes:             104
  Usage of /:   19.6% of 38.58GB   Users logged in:       0
  Memory usage: 4%                 IPv4 address for ens3: 10.30.170.14
  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: Sun Jun 28 01:46:06 2026 from 10.30.171.249
[?2004h[jenkins@releng-48317-763-1-mininet-ovs-217-0 ~]&gt;</msg>
<arg>${user}</arg>
<arg>${USER_HOME}/.ssh/${SSH_KEY}</arg>
<arg>${KEYFILE_PASS}</arg>
<arg>delay=${delay}</arg>
<doc>Logs into the SSH server using key-based authentication.</doc>
<status status="PASS" start="2026-06-28T01:56:13.231947" elapsed="0.560938"/>
</kw>
<msg time="2026-06-28T01:56:13.792979" level="INFO">Returning from the enclosing user keyword.</msg>
<arg>SSHLibrary.Login With Public Key</arg>
<arg>${user}</arg>
<arg>${USER_HOME}/.ssh/${SSH_KEY}</arg>
<arg>${KEYFILE_PASS}</arg>
<arg>delay=${delay}</arg>
<doc>Runs the specified keyword and returns from the enclosing user keyword.</doc>
<status status="PASS" start="2026-06-28T01:56:13.231571" elapsed="0.561505"/>
</kw>
<arg>${user}</arg>
<arg>${password}</arg>
<doc>On active SSH session: if given non-empty password, do Login, else do Login With Public Key.</doc>
<status status="PASS" start="2026-06-28T01:56:13.230094" elapsed="0.563104"/>
</kw>
<kw name="Execute Command" owner="SSHLibrary">
<msg time="2026-06-28T01:56:13.793802" level="INFO">Executing command '/usr/local/bin/cbench -c 10.30.170.209 -t -m 60000 -M 100 -S 16 -l 10 -D 5000 -p 6633'.</msg>
<msg time="2026-06-28T02:06:19.862332" level="INFO">Command exited with return code 0.</msg>
<msg time="2026-06-28T02:06:19.862910" level="INFO">${stdout} = </msg>
<msg time="2026-06-28T02:06:19.862979" level="INFO">${stderr} = cbench: controller benchmarking tool
   running in mode 'throughput'
   connecting to controller at 10.30.170.209:6633 
   faking 16 switches with 1 threads :: 10 tests each; 60000 ms per test
   with...</msg>
<var>${stdout}</var>
<var>${stderr}</var>
<arg>${cmd}</arg>
<arg>return_stderr=True</arg>
<doc>Executes ``command`` on the remote machine and returns its outputs.</doc>
<status status="PASS" start="2026-06-28T01:56:13.793444" elapsed="606.069583"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-06-28T02:06:19.863341" elapsed="0.000462"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-06-28T02:06:19.864526" level="INFO">cbench: controller benchmarking tool
   running in mode 'throughput'
   connecting to controller at 10.30.170.209: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.209. So far 1 cbench instances have initialized their switches.  Waiting for other cbench-instances
Thread-0: Total switches from ALL cbench-instances initialized.
01:57:18.943 16  switches: flows:  563275 563634 561015 554319 566462 559927 553080 555048 545296 549239 547039 539090 549311 540885 536387 550220  total = 147.237117 per ms 
01:58:19.053 16  switches: flows:  599276 588554 592286 589345 583345 594259 592762 588804 593946 588191 599217 587995 585744 593727 587340 583054  total = 157.176134 per ms 
01:59:19.155 16  switches: flows:  639917 636927 629106 633644 623605 632165 634472 631252 635199 635311 626190 642950 631284 633820 638800 632211  total = 168.662510 per ms 
02:00:19.263 16  switches: flows:  666793 651249 669659 649907 651464 656079 661138 662895 658889 659791 648549 656780 658306 642443 658553 663200  total = 174.945931 per ms 
02:01:19.365 16  switches: flows:  663776 655228 662752 658812 655487 659375 662630 658834 662832 658485 660506 656277 657803 661967 652242 654374  total = 175.395432 per ms 
02:02:19.468 16  switches: flows:  644191 629525 647393 643041 643099 643938 652143 645116 642465 635706 639081 640009 638045 642803 637086 637267  total = 170.725409 per ms 
02:03:19.569 16  switches: flows:  648177 642479 654068 649443 651293 646978 660859 656069 648945 640160 659053 648239 648899 646343 647713 651365  total = 173.043153 per ms 
02:04:19.670 16  switches: flows:  672185 665486 665489 669990 667180 662899 672190 663862 673902 672747 671194 665826 661062 666863 666797 654191  total = 177.565292 per ms 
02:05:19.772 16  switches: flows:  660005 651525 661139 651427 661319 650712 664250 653190 663853 653709 660453 659547 655577 645006 661144 656018  total = 174.854203 per ms 
02:06:19.874 16  switches: flows:  648874 642526 652973 646748 650189 650594 654340 646834 653393 646608 653820 646875 644281 646858 648290 648913  total = 172.742954 per ms 
RESULT: 16 switches 9 tests min/max/avg/stdev = 157176.13/177565.29/171679.00/57509.64 responses/s</msg>
<arg>${stderr}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-06-28T02:06:19.864038" elapsed="0.000705"/>
</kw>
<if>
<branch type="IF" condition="&quot;${return_stdout}&quot;!=&quot;True&quot;">
<return>
<value>${stderr}</value>
<status status="PASS" start="2026-06-28T02:06:19.865065" elapsed="0.000046"/>
</return>
<status status="PASS" start="2026-06-28T02:06:19.864863" elapsed="0.000299"/>
</branch>
<status status="PASS" start="2026-06-28T02:06:19.864829" elapsed="0.000368"/>
</if>
<if>
<branch type="IF" condition="&quot;${return_stderr}&quot;!=&quot;True&quot;">
<return>
<value>${stdout}</value>
<status status="NOT RUN" start="2026-06-28T02:06:19.865329" elapsed="0.000018"/>
</return>
<status status="NOT RUN" start="2026-06-28T02:06:19.865277" elapsed="0.000109"/>
</branch>
<status status="NOT RUN" start="2026-06-28T02:06:19.865255" elapsed="0.000161"/>
</if>
<return>
<value>${stdout}</value>
<value>${stderr}</value>
<status status="NOT RUN" start="2026-06-28T02:06:19.865459" elapsed="0.000019"/>
</return>
<kw name="Restore_Current_Ssh_Connection_From_Index" owner="SSHKeywords" type="TEARDOWN">
<kw name="Run Keyword And Return If" owner="BuiltIn">
<arg>${connection_index} is not None</arg>
<arg>SSHLibrary.Switch Connection</arg>
<arg>${connection_index}</arg>
<doc>Runs the specified keyword and returns from the enclosing user keyword.</doc>
<status status="PASS" start="2026-06-28T02:06:19.869050" elapsed="0.000455"/>
</kw>
<kw name="Open Connection" owner="SSHLibrary">
<arg>127.0.0.1</arg>
<doc>Opens a new SSH connection to the given ``host`` and ``port``.</doc>
<status status="PASS" start="2026-06-28T02:06:19.869735" elapsed="0.000227"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-06-28T02:06:19.870144" elapsed="0.000142"/>
</kw>
<arg>${current_ssh_connection.index}</arg>
<doc>Restore active SSH connection in SSHLibrary to given index.</doc>
<status status="PASS" start="2026-06-28T02:06:19.865916" elapsed="0.004442"/>
</kw>
<msg time="2026-06-28T02:06:19.870535" level="INFO">${output} = cbench: controller benchmarking tool
   running in mode 'throughput'
   connecting to controller at 10.30.170.209:6633 
   faking 16 switches with 1 threads :: 10 tests each; 60000 ms per test
   with...</msg>
<var>${output}</var>
<arg>${cbench_system}</arg>
<arg>${cbench_executable} -c ${ODL_SYSTEM_IP} ${cbench_args}</arg>
<arg>prompt_timeout=${test_timeout}</arg>
<arg>return_stdout=False</arg>
<arg>return_stderr=True</arg>
<doc>Reduces the common work of running a command on a remote system to a single higher level
robot keyword, taking care to log in with a public key and. The command given is written and the return value
depends on the passed argument values of return_stdout (default: True) and return_stderr (default: False).
At least one should be True, or the keyword will exit and FAIL. If both are True, the resulting return value
will be a two element list containing both. Otherwise the resulting return value is a string.
No test conditions are checked.</doc>
<status status="PASS" start="2026-06-28T01:56:13.225291" elapsed="606.645280"/>
</kw>
<status status="PASS" start="2026-06-28T01:56:13.224953" elapsed="606.645707"/>
</branch>
<status status="PASS" start="2026-06-28T01:56:13.224288" elapsed="606.646405"/>
</if>
<kw name="Log" owner="BuiltIn">
<msg time="2026-06-28T02:06:19.871323" level="INFO">cbench: controller benchmarking tool
   running in mode 'throughput'
   connecting to controller at 10.30.170.209: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.209. So far 1 cbench instances have initialized their switches.  Waiting for other cbench-instances
Thread-0: Total switches from ALL cbench-instances initialized.
01:57:18.943 16  switches: flows:  563275 563634 561015 554319 566462 559927 553080 555048 545296 549239 547039 539090 549311 540885 536387 550220  total = 147.237117 per ms 
01:58:19.053 16  switches: flows:  599276 588554 592286 589345 583345 594259 592762 588804 593946 588191 599217 587995 585744 593727 587340 583054  total = 157.176134 per ms 
01:59:19.155 16  switches: flows:  639917 636927 629106 633644 623605 632165 634472 631252 635199 635311 626190 642950 631284 633820 638800 632211  total = 168.662510 per ms 
02:00:19.263 16  switches: flows:  666793 651249 669659 649907 651464 656079 661138 662895 658889 659791 648549 656780 658306 642443 658553 663200  total = 174.945931 per ms 
02:01:19.365 16  switches: flows:  663776 655228 662752 658812 655487 659375 662630 658834 662832 658485 660506 656277 657803 661967 652242 654374  total = 175.395432 per ms 
02:02:19.468 16  switches: flows:  644191 629525 647393 643041 643099 643938 652143 645116 642465 635706 639081 640009 638045 642803 637086 637267  total = 170.725409 per ms 
02:03:19.569 16  switches: flows:  648177 642479 654068 649443 651293 646978 660859 656069 648945 640160 659053 648239 648899 646343 647713 651365  total = 173.043153 per ms 
02:04:19.670 16  switches: flows:  672185 665486 665489 669990 667180 662899 672190 663862 673902 672747 671194 665826 661062 666863 666797 654191  total = 177.565292 per ms 
02:05:19.772 16  switches: flows:  660005 651525 661139 651427 661319 650712 664250 653190 663853 653709 660453 659547 655577 645006 661144 656018  total = 174.854203 per ms 
02:06:19.874 16  switches: flows:  648874 642526 652973 646748 650189 650594 654340 646834 653393 646608 653820 646875 644281 646858 648290 648913  total = 172.742954 per ms 
RESULT: 16 switches 9 tests min/max/avg/stdev = 157176.13/177565.29/171679.00/57509.64 responses/s</msg>
<arg>${output}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-06-28T02:06:19.870890" elapsed="0.000544"/>
</kw>
<kw name="Should Contain" owner="BuiltIn">
<arg>${output}</arg>
<arg>RESULT</arg>
<doc>Fails if ``container`` does not contain ``item`` one or more times.</doc>
<status status="PASS" start="2026-06-28T02:06:19.871681" elapsed="0.000512"/>
</kw>
<kw name="Get Lines Containing String" owner="String">
<msg time="2026-06-28T02:06:19.872783" level="INFO">1 out of 23 lines matched.</msg>
<msg time="2026-06-28T02:06:19.872908" level="INFO">${result_line} = RESULT: 16 switches 9 tests min/max/avg/stdev = 157176.13/177565.29/171679.00/57509.64 responses/s</msg>
<var>${result_line}</var>
<arg>${output}</arg>
<arg>RESULT</arg>
<doc>Returns lines of the given ``string`` that contain the ``pattern``.</doc>
<status status="PASS" start="2026-06-28T02:06:19.872445" elapsed="0.000497"/>
</kw>
<kw name="Split String" owner="String">
<msg time="2026-06-28T02:06:19.873508" level="INFO">@{results_list} = [ RESULT: | 16 | switches | 9 | tests | min/max/avg/stdev | = | 157176.13/177565.29/171679.00/57509.64 | responses/s ]</msg>
<var>@{results_list}</var>
<arg>${result_line}</arg>
<doc>Splits the ``string`` using ``separator`` as a delimiter string.</doc>
<status status="PASS" start="2026-06-28T02:06:19.873157" elapsed="0.000389"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-06-28T02:06:19.877169" level="INFO">min/max/avg/stdev</msg>
<arg>${results_list[5]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-06-28T02:06:19.873770" elapsed="0.003491"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-06-28T02:06:19.880825" level="INFO">157176.13/177565.29/171679.00/57509.64</msg>
<arg>${results_list[7]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-06-28T02:06:19.877468" elapsed="0.003436"/>
</kw>
<kw name="Split String" owner="String">
<msg time="2026-06-28T02:06:19.884251" level="INFO">@{result_name_list} = [ min | max | avg | stdev ]</msg>
<var>@{result_name_list}</var>
<arg>${results_list[5]}</arg>
<arg>/</arg>
<doc>Splits the ``string`` using ``separator`` as a delimiter string.</doc>
<status status="PASS" start="2026-06-28T02:06:19.881133" elapsed="0.003161"/>
</kw>
<kw name="Split String" owner="String">
<msg time="2026-06-28T02:06:19.886770" level="INFO">@{result_value_list} = [ 157176.13 | 177565.29 | 171679.00 | 57509.64 ]</msg>
<var>@{result_value_list}</var>
<arg>${results_list[7]}</arg>
<arg>/</arg>
<doc>Splits the ``string`` using ``separator`` as a delimiter string.</doc>
<status status="PASS" start="2026-06-28T02:06:19.884532" elapsed="0.002265"/>
</kw>
<kw name="Get Length" owner="BuiltIn">
<msg time="2026-06-28T02:06:19.887268" level="INFO">Length is 4.</msg>
<msg time="2026-06-28T02:06:19.887368" level="INFO">${num_stats} = 4</msg>
<var>${num_stats}</var>
<arg>${result_name_list}</arg>
<doc>Returns and logs the length of the given item as an integer.</doc>
<status status="PASS" start="2026-06-28T02:06:19.886951" elapsed="0.000441"/>
</kw>
<for flavor="IN RANGE">
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-06-28T02:06:19.892296" level="INFO">min :: 157176.13</msg>
<arg>${result_name_list[${i}]} :: ${result_value_list[${i}]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-06-28T02:06:19.887812" elapsed="0.004543"/>
</kw>
<var name="${i}">0</var>
<status status="PASS" start="2026-06-28T02:06:19.887679" elapsed="0.004712"/>
</iter>
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-06-28T02:06:19.896982" level="INFO">max :: 177565.29</msg>
<arg>${result_name_list[${i}]} :: ${result_value_list[${i}]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-06-28T02:06:19.892626" elapsed="0.004412"/>
</kw>
<var name="${i}">1</var>
<status status="PASS" start="2026-06-28T02:06:19.892483" elapsed="0.004591"/>
</iter>
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-06-28T02:06:19.901666" level="INFO">avg :: 171679.00</msg>
<arg>${result_name_list[${i}]} :: ${result_value_list[${i}]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-06-28T02:06:19.897290" elapsed="0.004433"/>
</kw>
<var name="${i}">2</var>
<status status="PASS" start="2026-06-28T02:06:19.897161" elapsed="0.004597"/>
</iter>
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-06-28T02:06:19.906357" level="INFO">stdev :: 57509.64</msg>
<arg>${result_name_list[${i}]} :: ${result_value_list[${i}]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-06-28T02:06:19.901987" elapsed="0.004426"/>
</kw>
<var name="${i}">3</var>
<status status="PASS" start="2026-06-28T02:06:19.901855" elapsed="0.004600"/>
</iter>
<var>${i}</var>
<value>0</value>
<value>${num_stats}</value>
<status status="PASS" start="2026-06-28T02:06:19.887465" elapsed="0.019033"/>
</for>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-06-28T02:06:19.910738" level="INFO">${min} = 157176.13</msg>
<var>${min}</var>
<arg>${result_value_list[${0}]}</arg>
<doc>Returns the given values which can then be assigned to a variables.</doc>
<status status="PASS" start="2026-06-28T02:06:19.906686" elapsed="0.004079"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-06-28T02:06:19.914681" level="INFO">${max} = 177565.29</msg>
<var>${max}</var>
<arg>${result_value_list[${1}]}</arg>
<doc>Returns the given values which can then be assigned to a variables.</doc>
<status status="PASS" start="2026-06-28T02:06:19.910922" elapsed="0.003786"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-06-28T02:06:19.918560" level="INFO">${average} = 171679.00</msg>
<var>${average}</var>
<arg>${result_value_list[${2}]}</arg>
<doc>Returns the given values which can then be assigned to a variables.</doc>
<status status="PASS" start="2026-06-28T02:06:19.914864" elapsed="0.003722"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-06-28T02:06:19.922517" level="INFO">${stdev} = 57509.64</msg>
<var>${stdev}</var>
<arg>${result_value_list[${3}]}</arg>
<doc>Returns the given values which can then be assigned to a variables.</doc>
<status status="PASS" start="2026-06-28T02:06:19.918753" elapsed="0.003792"/>
</kw>
<kw name="Get Time" owner="BuiltIn">
<msg time="2026-06-28T02:06:19.923073" level="INFO">${date} = 2026-06-28 02:06:19</msg>
<var>${date}</var>
<arg>d,m,s</arg>
<doc>Returns the given time in the requested format.</doc>
<status status="PASS" start="2026-06-28T02:06:19.922719" elapsed="0.000380"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-06-28T02:06:19.923713" level="INFO">CBench Result: 2026-06-28 02:06:19,-t -m 60000 -M 100 -S 16 -l 10 -D 5000 -p 6633,157176.13,177565.29,171679.00,57509.64</msg>
<arg>CBench Result: ${date},${cbench_args},${min},${max},${average},${stdev}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-06-28T02:06:19.923281" elapsed="0.000489"/>
</kw>
<kw name="Log Results And Determine Status">
<kw name="Append To File" owner="OperatingSystem">
<msg time="2026-06-28T02:06:19.924779" level="INFO" html="true">Appended to file '&lt;a href="file:///w/workspace/openflowplugin-csit-1node-cbench-only-titanium/throughput.csv"&gt;/w/workspace/openflowplugin-csit-1node-cbench-only-titanium/throughput.csv&lt;/a&gt;'.</msg>
<arg>${output_file}</arg>
<arg>${min},${max},${average}\n</arg>
<doc>Appends the given content to the specified file.</doc>
<status status="PASS" start="2026-06-28T02:06:19.924373" elapsed="0.000474"/>
</kw>
<kw name="Should Be True" owner="BuiltIn">
<arg>${average} &gt; ${threshold}</arg>
<arg>${average} flow_mods per/sec did not exceed threshold of ${threshold}</arg>
<doc>Fails if the given condition is not true.</doc>
<status status="PASS" start="2026-06-28T02:06:19.925000" elapsed="0.000457"/>
</kw>
<arg>${min}</arg>
<arg>${max}</arg>
<arg>${average}</arg>
<arg>${average_threshold}</arg>
<arg>${output_filename}</arg>
<status status="PASS" start="2026-06-28T02:06:19.923908" elapsed="0.001613"/>
</kw>
<arg>-t -m ${duration_in_ms} -M ${num_of_unique_macs} -S ${switch_count} -l ${loops} -D ${start_delay} -p ${of_port}</arg>
<arg>${throughput_threshold}</arg>
<arg>${throughput_results_file}</arg>
<status status="PASS" start="2026-06-28T01:56:13.223141" elapsed="606.702440"/>
</kw>
<kw name="Sleep" owner="BuiltIn">
<msg time="2026-06-28T02:06:19.926066" level="INFO">Slept 0 seconds.</msg>
<arg>${test_delay}</arg>
<doc>Pauses the test executed for the given time.</doc>
<status status="PASS" start="2026-06-28T02:06:19.925748" elapsed="0.000374"/>
</kw>
<kw name="Log Results As Zero If Cbench Timed Out" type="TEARDOWN">
<kw name="Run Keyword If Timeout Occurred" owner="BuiltIn">
<arg>Log Results And Determine Status</arg>
<arg>0</arg>
<arg>0</arg>
<arg>0</arg>
<arg>0</arg>
<arg>${output_filename}</arg>
<doc>Runs the given keyword if either a test or a keyword timeout has occurred.</doc>
<status status="PASS" start="2026-06-28T02:06:19.926637" elapsed="0.000263"/>
</kw>
<status status="PASS" start="2026-06-28T02:06:19.926326" elapsed="0.000645"/>
</kw>
<doc>cbench executed in throughput mode (-t). Test parameters have defaults, but can be overridden
on the pybot command line</doc>
<tag>cbench</tag>
<tag>throughput</tag>
<timeout value="15 minutes"/>
<status status="PASS" start="2026-06-28T01:56:13.221424" elapsed="606.705586"/>
</test>
<test id="s1-t3" name="Rerun Latency Test To Check Bug 6176" line="65">
<kw name="Log" owner="BuiltIn">
<msg time="2026-06-28T02:06:19.928432" level="INFO">Cbench tests using 10 iterations of 60 second tests. Switch Count: 16. Unique MACS to cycle: 100</msg>
<arg>Cbench tests using ${loops} iterations of ${duration_in_secs} second tests. Switch Count: ${switch_count}. Unique MACS to cycle: ${num_of_unique_macs}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-06-28T02:06:19.928051" elapsed="0.000437"/>
</kw>
<kw name="Run Cbench And Log Results">
<kw name="Set Suite Variable" owner="BuiltIn">
<msg time="2026-06-28T02:06:19.929702" level="INFO">${output_filename} = bug.csv</msg>
<arg>${output_filename}</arg>
<doc>Makes a variable available everywhere within the scope of the current suite.</doc>
<status status="PASS" start="2026-06-28T02:06:19.929357" elapsed="0.000387"/>
</kw>
<if>
<branch type="IF" condition="&quot;${cbench_system}&quot; == &quot;localhost&quot;">
<kw name="Run" owner="OperatingSystem">
<var>${output}</var>
<arg>${cbench_executable} -c ${ODL_SYSTEM_IP} ${cbench_args}</arg>
<doc>_This keyword is considered deprecated. Use the
[http://robotframework.org/robotframework/latest/libraries/Process.html|
Process] library instead._</doc>
<status status="NOT RUN" start="2026-06-28T02:06:19.930068" elapsed="0.000022"/>
</kw>
<status status="NOT RUN" start="2026-06-28T02:06:19.929850" elapsed="0.000276"/>
</branch>
<branch type="ELSE">
<kw name="Run Command On Remote System" owner="Utils">
<if>
<branch type="IF" condition="&quot;${return_stdout}&quot;!=&quot;True&quot; and &quot;${return_stderr}&quot;!=&quot;True&quot;">
<kw name="Fail" owner="BuiltIn">
<arg>At least one of {return_stdout} or {return_stderr} args should be set to True</arg>
<doc>Fails the test with the given message and optionally alters its tags.</doc>
<status status="NOT RUN" start="2026-06-28T02:06:19.933158" elapsed="0.000021"/>
</kw>
<status status="NOT RUN" start="2026-06-28T02:06:19.932912" elapsed="0.000302"/>
</branch>
<status status="PASS" start="2026-06-28T02:06:19.932893" elapsed="0.000344"/>
</if>
<kw name="Get Connection" owner="SSHLibrary">
<msg time="2026-06-28T02:06:19.933544" level="INFO">index=None
host=None
alias=None
port=22
timeout=3 seconds
newline=

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

prompt=None
term_type=vt100
width=80
height=24
path_separator=/
encoding=utf8
escape_ansi=False
encoding_errors=strict</msg>
<var>${current_ssh_connection}</var>
<doc>Returns information about the connection.</doc>
<status status="PASS" start="2026-06-28T02:06:19.933366" elapsed="0.000337"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-06-28T02:06:19.934251" level="INFO">Attempting to execute command "/usr/local/bin/cbench -c 10.30.170.209 -m 60000 -M 100 -S 16 -l 10 -D 5000 -p 6633" on remote system "10.30.170.14" by user "jenkins" with keyfile pass "any" and prompt "&gt;" and password ""</msg>
<arg>Attempting to execute command "${cmd}" on remote system "${system}" by user "${user}" with keyfile pass "${keyfile_pass}" and prompt "${prompt}" and password "${password}"</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-06-28T02:06:19.933837" elapsed="0.000471"/>
</kw>
<kw name="Open Connection" owner="SSHLibrary">
<msg time="2026-06-28T02:06:19.934855" level="INFO">${conn_id} = 9</msg>
<var>${conn_id}</var>
<arg>${system}</arg>
<arg>prompt=${prompt}</arg>
<arg>timeout=${prompt_timeout}</arg>
<doc>Opens a new SSH connection to the given ``host`` and ``port``.</doc>
<status status="PASS" start="2026-06-28T02:06:19.934447" elapsed="0.000434"/>
</kw>
<kw name="Flexible_SSH_Login" owner="SSHKeywords">
<kw name="Get Length" owner="BuiltIn">
<msg time="2026-06-28T02:06:19.935798" level="INFO">Length is 0.</msg>
<msg time="2026-06-28T02:06:19.935885" level="INFO">${pwd_length} = 0</msg>
<var>${pwd_length}</var>
<arg>${password}</arg>
<doc>Returns and logs the length of the given item as an integer.</doc>
<status status="PASS" start="2026-06-28T02:06:19.935478" elapsed="0.000431"/>
</kw>
<kw name="Run Keyword And Return If" owner="BuiltIn">
<arg>${pwd_length} &gt; 0</arg>
<arg>SSHLibrary.Login</arg>
<arg>${user}</arg>
<arg>${password}</arg>
<arg>delay=${delay}</arg>
<doc>Runs the specified keyword and returns from the enclosing user keyword.</doc>
<status status="PASS" start="2026-06-28T02:06:19.936050" elapsed="0.000318"/>
</kw>
<kw name="Run Keyword And Return" owner="BuiltIn">
<kw name="Login With Public Key" owner="SSHLibrary">
<msg time="2026-06-28T02:06:19.937235" level="INFO">Logging into '10.30.170.14:22' as 'jenkins'.</msg>
<msg time="2026-06-28T02:06:20.519389" 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 Sun Jun 28 02:06:20 UTC 2026

  System load:  0.36               Processes:             103
  Usage of /:   19.6% of 38.58GB   Users logged in:       0
  Memory usage: 4%                 IPv4 address for ens3: 10.30.170.14
  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: Sun Jun 28 01:56:13 2026 from 10.30.171.249
[?2004h[jenkins@releng-48317-763-1-mininet-ovs-217-0 ~]&gt;</msg>
<arg>${user}</arg>
<arg>${USER_HOME}/.ssh/${SSH_KEY}</arg>
<arg>${KEYFILE_PASS}</arg>
<arg>delay=${delay}</arg>
<doc>Logs into the SSH server using key-based authentication.</doc>
<status status="PASS" start="2026-06-28T02:06:19.936881" elapsed="0.582789"/>
</kw>
<msg time="2026-06-28T02:06:20.519786" level="INFO">Returning from the enclosing user keyword.</msg>
<arg>SSHLibrary.Login With Public Key</arg>
<arg>${user}</arg>
<arg>${USER_HOME}/.ssh/${SSH_KEY}</arg>
<arg>${KEYFILE_PASS}</arg>
<arg>delay=${delay}</arg>
<doc>Runs the specified keyword and returns from the enclosing user keyword.</doc>
<status status="PASS" start="2026-06-28T02:06:19.936519" elapsed="0.583375"/>
</kw>
<arg>${user}</arg>
<arg>${password}</arg>
<doc>On active SSH session: if given non-empty password, do Login, else do Login With Public Key.</doc>
<status status="PASS" start="2026-06-28T02:06:19.935081" elapsed="0.584966"/>
</kw>
<kw name="Execute Command" owner="SSHLibrary">
<msg time="2026-06-28T02:06:20.520779" level="INFO">Executing command '/usr/local/bin/cbench -c 10.30.170.209 -m 60000 -M 100 -S 16 -l 10 -D 5000 -p 6633'.</msg>
<msg time="2026-06-28T02:16:26.616929" level="INFO">Command exited with return code 0.</msg>
<msg time="2026-06-28T02:16:26.617715" level="INFO">${stdout} = </msg>
<msg time="2026-06-28T02:16:26.617821" level="INFO">${stderr} = cbench: controller benchmarking tool
   running in mode 'latency'
   connecting to controller at 10.30.170.209:6633 
   faking 16 switches with 1 threads :: 10 tests each; 60000 ms per test
   with 10...</msg>
<var>${stdout}</var>
<var>${stderr}</var>
<arg>${cmd}</arg>
<arg>return_stderr=True</arg>
<doc>Executes ``command`` on the remote machine and returns its outputs.</doc>
<status status="PASS" start="2026-06-28T02:06:20.520344" elapsed="606.097541"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-06-28T02:16:26.618381" elapsed="0.000765"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-06-28T02:16:26.620423" level="INFO">cbench: controller benchmarking tool
   running in mode 'latency'
   connecting to controller at 10.30.170.209: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.209. So far 1 cbench instances have initialized their switches.  Waiting for other cbench-instances
Thread-0: Total switches from ALL cbench-instances initialized.
02:07:25.740 16  switches: flows:  156673 154152 156043 152048 156234 152247 152679 153288 150213 146541 145894 152392 145131 153256 154896 146422  total = 40.468483 per ms 
02:08:25.841 16  switches: flows:  155145 156074 156041 150291 156624 150169 149072 154276 147482 147988 147342 152120 147101 151989 148762 146327  total = 40.212902 per ms 
02:09:25.941 16  switches: flows:  156104 156346 154186 150800 156062 150718 151454 151873 148367 147300 144615 152251 148408 152900 151891 143903  total = 40.219159 per ms 
02:10:26.041 16  switches: flows:  155930 155654 156219 151593 154941 151259 151189 153563 146999 146054 145394 152267 146598 153884 151514 147284  total = 40.271791 per ms 
02:11:26.142 16  switches: flows:  155788 158055 157930 151876 156932 151604 151184 154691 149309 150219 147474 148069 147150 154471 151802 149464  total = 40.532637 per ms 
02:12:26.242 16  switches: flows:  153869 158837 156364 155788 154834 151656 151687 149979 149220 149409 148666 147026 147410 151880 150098 152654  total = 40.422108 per ms 
02:13:26.342 16  switches: flows:  155187 157799 157259 153641 153690 153077 149891 151797 148092 148504 149779 146522 145935 153086 150549 151768  total = 40.375513 per ms 
02:14:26.442 16  switches: flows:  158030 157237 155791 156341 154213 152170 151469 149855 149190 148713 149348 147571 148549 151484 150349 149591  total = 40.430844 per ms 
02:15:26.543 16  switches: flows:  156672 159170 158100 156277 155690 153058 153035 150386 149051 147562 150711 147260 148339 152344 153122 150922  total = 40.627141 per ms 
02:16:26.643 16  switches: flows:  150855 153656 152027 152427 151689 149654 145496 147297 143030 145337 146496 145626 144857 149584 146305 147227  total = 39.460191 per ms 
RESULT: 16 switches 9 tests min/max/avg/stdev = 39460.19/40627.14/40283.59/13431.65 responses/s</msg>
<arg>${stderr}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-06-28T02:16:26.619565" elapsed="0.001185"/>
</kw>
<if>
<branch type="IF" condition="&quot;${return_stdout}&quot;!=&quot;True&quot;">
<return>
<value>${stderr}</value>
<status status="PASS" start="2026-06-28T02:16:26.621180" elapsed="0.000048"/>
</return>
<status status="PASS" start="2026-06-28T02:16:26.620934" elapsed="0.000346"/>
</branch>
<status status="PASS" start="2026-06-28T02:16:26.620882" elapsed="0.000434"/>
</if>
<if>
<branch type="IF" condition="&quot;${return_stderr}&quot;!=&quot;True&quot;">
<return>
<value>${stdout}</value>
<status status="NOT RUN" start="2026-06-28T02:16:26.621446" elapsed="0.000017"/>
</return>
<status status="NOT RUN" start="2026-06-28T02:16:26.621395" elapsed="0.000106"/>
</branch>
<status status="NOT RUN" start="2026-06-28T02:16:26.621373" elapsed="0.000159"/>
</if>
<return>
<value>${stdout}</value>
<value>${stderr}</value>
<status status="NOT RUN" start="2026-06-28T02:16:26.621574" elapsed="0.000018"/>
</return>
<kw name="Restore_Current_Ssh_Connection_From_Index" owner="SSHKeywords" type="TEARDOWN">
<kw name="Run Keyword And Return If" owner="BuiltIn">
<arg>${connection_index} is not None</arg>
<arg>SSHLibrary.Switch Connection</arg>
<arg>${connection_index}</arg>
<doc>Runs the specified keyword and returns from the enclosing user keyword.</doc>
<status status="PASS" start="2026-06-28T02:16:26.625374" elapsed="0.000484"/>
</kw>
<kw name="Open Connection" owner="SSHLibrary">
<arg>127.0.0.1</arg>
<doc>Opens a new SSH connection to the given ``host`` and ``port``.</doc>
<status status="PASS" start="2026-06-28T02:16:26.626069" elapsed="0.000224"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-06-28T02:16:26.626475" elapsed="0.000155"/>
</kw>
<arg>${current_ssh_connection.index}</arg>
<doc>Restore active SSH connection in SSHLibrary to given index.</doc>
<status status="PASS" start="2026-06-28T02:16:26.622040" elapsed="0.004669"/>
</kw>
<msg time="2026-06-28T02:16:26.626889" level="INFO">${output} = cbench: controller benchmarking tool
   running in mode 'latency'
   connecting to controller at 10.30.170.209:6633 
   faking 16 switches with 1 threads :: 10 tests each; 60000 ms per test
   with 10...</msg>
<var>${output}</var>
<arg>${cbench_system}</arg>
<arg>${cbench_executable} -c ${ODL_SYSTEM_IP} ${cbench_args}</arg>
<arg>prompt_timeout=${test_timeout}</arg>
<arg>return_stdout=False</arg>
<arg>return_stderr=True</arg>
<doc>Reduces the common work of running a command on a remote system to a single higher level
robot keyword, taking care to log in with a public key and. The command given is written and the return value
depends on the passed argument values of return_stdout (default: True) and return_stderr (default: False).
At least one should be True, or the keyword will exit and FAIL. If both are True, the resulting return value
will be a two element list containing both. Otherwise the resulting return value is a string.
No test conditions are checked.</doc>
<status status="PASS" start="2026-06-28T02:06:19.930458" elapsed="606.696468"/>
</kw>
<status status="PASS" start="2026-06-28T02:06:19.930150" elapsed="606.696846"/>
</branch>
<status status="PASS" start="2026-06-28T02:06:19.929830" elapsed="606.697198"/>
</if>
<kw name="Log" owner="BuiltIn">
<msg time="2026-06-28T02:16:26.627656" level="INFO">cbench: controller benchmarking tool
   running in mode 'latency'
   connecting to controller at 10.30.170.209: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.209. So far 1 cbench instances have initialized their switches.  Waiting for other cbench-instances
Thread-0: Total switches from ALL cbench-instances initialized.
02:07:25.740 16  switches: flows:  156673 154152 156043 152048 156234 152247 152679 153288 150213 146541 145894 152392 145131 153256 154896 146422  total = 40.468483 per ms 
02:08:25.841 16  switches: flows:  155145 156074 156041 150291 156624 150169 149072 154276 147482 147988 147342 152120 147101 151989 148762 146327  total = 40.212902 per ms 
02:09:25.941 16  switches: flows:  156104 156346 154186 150800 156062 150718 151454 151873 148367 147300 144615 152251 148408 152900 151891 143903  total = 40.219159 per ms 
02:10:26.041 16  switches: flows:  155930 155654 156219 151593 154941 151259 151189 153563 146999 146054 145394 152267 146598 153884 151514 147284  total = 40.271791 per ms 
02:11:26.142 16  switches: flows:  155788 158055 157930 151876 156932 151604 151184 154691 149309 150219 147474 148069 147150 154471 151802 149464  total = 40.532637 per ms 
02:12:26.242 16  switches: flows:  153869 158837 156364 155788 154834 151656 151687 149979 149220 149409 148666 147026 147410 151880 150098 152654  total = 40.422108 per ms 
02:13:26.342 16  switches: flows:  155187 157799 157259 153641 153690 153077 149891 151797 148092 148504 149779 146522 145935 153086 150549 151768  total = 40.375513 per ms 
02:14:26.442 16  switches: flows:  158030 157237 155791 156341 154213 152170 151469 149855 149190 148713 149348 147571 148549 151484 150349 149591  total = 40.430844 per ms 
02:15:26.543 16  switches: flows:  156672 159170 158100 156277 155690 153058 153035 150386 149051 147562 150711 147260 148339 152344 153122 150922  total = 40.627141 per ms 
02:16:26.643 16  switches: flows:  150855 153656 152027 152427 151689 149654 145496 147297 143030 145337 146496 145626 144857 149584 146305 147227  total = 39.460191 per ms 
RESULT: 16 switches 9 tests min/max/avg/stdev = 39460.19/40627.14/40283.59/13431.65 responses/s</msg>
<arg>${output}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-06-28T02:16:26.627232" elapsed="0.000530"/>
</kw>
<kw name="Should Contain" owner="BuiltIn">
<arg>${output}</arg>
<arg>RESULT</arg>
<doc>Fails if ``container`` does not contain ``item`` one or more times.</doc>
<status status="PASS" start="2026-06-28T02:16:26.628002" elapsed="0.000526"/>
</kw>
<kw name="Get Lines Containing String" owner="String">
<msg time="2026-06-28T02:16:26.629064" level="INFO">1 out of 23 lines matched.</msg>
<msg time="2026-06-28T02:16:26.629153" level="INFO">${result_line} = RESULT: 16 switches 9 tests min/max/avg/stdev = 39460.19/40627.14/40283.59/13431.65 responses/s</msg>
<var>${result_line}</var>
<arg>${output}</arg>
<arg>RESULT</arg>
<doc>Returns lines of the given ``string`` that contain the ``pattern``.</doc>
<status status="PASS" start="2026-06-28T02:16:26.628773" elapsed="0.000405"/>
</kw>
<kw name="Split String" owner="String">
<msg time="2026-06-28T02:16:26.629584" level="INFO">@{results_list} = [ RESULT: | 16 | switches | 9 | tests | min/max/avg/stdev | = | 39460.19/40627.14/40283.59/13431.65 | responses/s ]</msg>
<var>@{results_list}</var>
<arg>${result_line}</arg>
<doc>Splits the ``string`` using ``separator`` as a delimiter string.</doc>
<status status="PASS" start="2026-06-28T02:16:26.629332" elapsed="0.000292"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-06-28T02:16:26.632006" level="INFO">min/max/avg/stdev</msg>
<arg>${results_list[5]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-06-28T02:16:26.629771" elapsed="0.002295"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-06-28T02:16:26.634427" level="INFO">39460.19/40627.14/40283.59/13431.65</msg>
<arg>${results_list[7]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-06-28T02:16:26.632215" elapsed="0.002267"/>
</kw>
<kw name="Split String" owner="String">
<msg time="2026-06-28T02:16:26.636894" level="INFO">@{result_name_list} = [ min | max | avg | stdev ]</msg>
<var>@{result_name_list}</var>
<arg>${results_list[5]}</arg>
<arg>/</arg>
<doc>Splits the ``string`` using ``separator`` as a delimiter string.</doc>
<status status="PASS" start="2026-06-28T02:16:26.634648" elapsed="0.002273"/>
</kw>
<kw name="Split String" owner="String">
<msg time="2026-06-28T02:16:26.639326" level="INFO">@{result_value_list} = [ 39460.19 | 40627.14 | 40283.59 | 13431.65 ]</msg>
<var>@{result_value_list}</var>
<arg>${results_list[7]}</arg>
<arg>/</arg>
<doc>Splits the ``string`` using ``separator`` as a delimiter string.</doc>
<status status="PASS" start="2026-06-28T02:16:26.637112" elapsed="0.002241"/>
</kw>
<kw name="Get Length" owner="BuiltIn">
<msg time="2026-06-28T02:16:26.639832" level="INFO">Length is 4.</msg>
<msg time="2026-06-28T02:16:26.639921" level="INFO">${num_stats} = 4</msg>
<var>${num_stats}</var>
<arg>${result_name_list}</arg>
<doc>Returns and logs the length of the given item as an integer.</doc>
<status status="PASS" start="2026-06-28T02:16:26.639509" elapsed="0.000435"/>
</kw>
<for flavor="IN RANGE">
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-06-28T02:16:26.644820" level="INFO">min :: 39460.19</msg>
<arg>${result_name_list[${i}]} :: ${result_value_list[${i}]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-06-28T02:16:26.640370" elapsed="0.004508"/>
</kw>
<var name="${i}">0</var>
<status status="PASS" start="2026-06-28T02:16:26.640240" elapsed="0.004675"/>
</iter>
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-06-28T02:16:26.649421" level="INFO">max :: 40627.14</msg>
<arg>${result_name_list[${i}]} :: ${result_value_list[${i}]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-06-28T02:16:26.645133" elapsed="0.004345"/>
</kw>
<var name="${i}">1</var>
<status status="PASS" start="2026-06-28T02:16:26.645004" elapsed="0.004511"/>
</iter>
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-06-28T02:16:26.654023" level="INFO">avg :: 40283.59</msg>
<arg>${result_name_list[${i}]} :: ${result_value_list[${i}]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-06-28T02:16:26.649743" elapsed="0.004337"/>
</kw>
<var name="${i}">2</var>
<status status="PASS" start="2026-06-28T02:16:26.649599" elapsed="0.004517"/>
</iter>
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-06-28T02:16:26.658669" level="INFO">stdev :: 13431.65</msg>
<arg>${result_name_list[${i}]} :: ${result_value_list[${i}]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-06-28T02:16:26.654330" elapsed="0.004396"/>
</kw>
<var name="${i}">3</var>
<status status="PASS" start="2026-06-28T02:16:26.654201" elapsed="0.004560"/>
</iter>
<var>${i}</var>
<value>0</value>
<value>${num_stats}</value>
<status status="PASS" start="2026-06-28T02:16:26.640042" elapsed="0.018749"/>
</for>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-06-28T02:16:26.662672" level="INFO">${min} = 39460.19</msg>
<var>${min}</var>
<arg>${result_value_list[${0}]}</arg>
<doc>Returns the given values which can then be assigned to a variables.</doc>
<status status="PASS" start="2026-06-28T02:16:26.658951" elapsed="0.003749"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-06-28T02:16:26.666850" level="INFO">${max} = 40627.14</msg>
<var>${max}</var>
<arg>${result_value_list[${1}]}</arg>
<doc>Returns the given values which can then be assigned to a variables.</doc>
<status status="PASS" start="2026-06-28T02:16:26.662854" elapsed="0.004022"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-06-28T02:16:26.670804" level="INFO">${average} = 40283.59</msg>
<var>${average}</var>
<arg>${result_value_list[${2}]}</arg>
<doc>Returns the given values which can then be assigned to a variables.</doc>
<status status="PASS" start="2026-06-28T02:16:26.667033" elapsed="0.003798"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-06-28T02:16:26.674722" level="INFO">${stdev} = 13431.65</msg>
<var>${stdev}</var>
<arg>${result_value_list[${3}]}</arg>
<doc>Returns the given values which can then be assigned to a variables.</doc>
<status status="PASS" start="2026-06-28T02:16:26.670986" elapsed="0.003763"/>
</kw>
<kw name="Get Time" owner="BuiltIn">
<msg time="2026-06-28T02:16:26.675256" level="INFO">${date} = 2026-06-28 02:16: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-06-28T02:16:26.674908" elapsed="0.000374"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-06-28T02:16:26.675850" level="INFO">CBench Result: 2026-06-28 02:16:26,-m 60000 -M 100 -S 16 -l 10 -D 5000 -p 6633,39460.19,40627.14,40283.59,13431.65</msg>
<arg>CBench Result: ${date},${cbench_args},${min},${max},${average},${stdev}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-06-28T02:16:26.675427" elapsed="0.000479"/>
</kw>
<kw name="Log Results And Determine Status">
<kw name="Append To File" owner="OperatingSystem">
<msg time="2026-06-28T02:16:26.677036" level="INFO" html="true">Appended to file '&lt;a href="file:///w/workspace/openflowplugin-csit-1node-cbench-only-titanium/bug.csv"&gt;/w/workspace/openflowplugin-csit-1node-cbench-only-titanium/bug.csv&lt;/a&gt;'.</msg>
<arg>${output_file}</arg>
<arg>${min},${max},${average}\n</arg>
<doc>Appends the given content to the specified file.</doc>
<status status="PASS" start="2026-06-28T02:16:26.676544" elapsed="0.000560"/>
</kw>
<kw name="Should Be True" owner="BuiltIn">
<arg>${average} &gt; ${threshold}</arg>
<arg>${average} flow_mods per/sec did not exceed threshold of ${threshold}</arg>
<doc>Fails if the given condition is not true.</doc>
<status status="PASS" start="2026-06-28T02:16:26.677257" elapsed="0.000475"/>
</kw>
<arg>${min}</arg>
<arg>${max}</arg>
<arg>${average}</arg>
<arg>${average_threshold}</arg>
<arg>${output_filename}</arg>
<status status="PASS" start="2026-06-28T02:16:26.676068" elapsed="0.001729"/>
</kw>
<arg>-m ${duration_in_ms} -M ${num_of_unique_macs} -S ${switch_count} -l ${loops} -D ${start_delay} -p ${of_port}</arg>
<arg>${latency_threshold}</arg>
<arg>bug.csv</arg>
<status status="PASS" start="2026-06-28T02:06:19.928810" elapsed="606.749046"/>
</kw>
<kw name="Sleep" owner="BuiltIn">
<msg time="2026-06-28T02:16:26.678315" level="INFO">Slept 0 seconds.</msg>
<arg>${test_delay}</arg>
<doc>Pauses the test executed for the given time.</doc>
<status status="PASS" start="2026-06-28T02:16:26.678002" elapsed="0.000369"/>
</kw>
<kw name="Report Failure Due To Bug" owner="Utils" type="TEARDOWN">
<kw name="Evaluate" owner="BuiltIn">
<msg time="2026-06-28T02:16:26.679576" level="INFO">${test_skipped} = False</msg>
<var>${test_skipped}</var>
<arg>len(re.findall('SKIPPED', """${TEST_MESSAGE}""")) &gt; 0</arg>
<arg>modules=re</arg>
<doc>Evaluates the given expression in Python and returns the result.</doc>
<status status="PASS" start="2026-06-28T02:16:26.679094" elapsed="0.000508"/>
</kw>
<if>
<branch type="IF" condition="('${TEST_STATUS}' != 'FAIL') or ${test_skipped}">
<return>
<status status="PASS" start="2026-06-28T02:16:26.679852" elapsed="0.000033"/>
</return>
<status status="PASS" start="2026-06-28T02:16:26.679701" elapsed="0.000216"/>
</branch>
<status status="PASS" start="2026-06-28T02:16:26.679680" elapsed="0.000261"/>
</if>
<kw name="Comment" owner="BuiltIn">
<arg>Jira tickets are {PROJECT}-{NUMBER} while Bugzilla tickets are {NUMBER}</arg>
<doc>Displays the given messages in the log file as keyword arguments.</doc>
<status status="NOT RUN" start="2026-06-28T02:16:26.680114" elapsed="0.000022"/>
</kw>
<kw name="Run Keyword And Return Status" owner="BuiltIn">
<var>${match}</var>
<arg>Should Contain</arg>
<arg>${number}</arg>
<arg>-</arg>
<doc>Runs the specified keyword and returns the status as a Boolean value.</doc>
<status status="NOT RUN" start="2026-06-28T02:16:26.680275" elapsed="0.000020"/>
</kw>
<kw name="Set Variable If" owner="BuiltIn">
<var>${bug_url}</var>
<arg>${match}</arg>
<arg>https://jira.opendaylight.org/browse/${number}</arg>
<arg>https://bugs.opendaylight.org/show_bug.cgi?id=${number}</arg>
<doc>Sets variable based on the given condition.</doc>
<status status="NOT RUN" start="2026-06-28T02:16:26.680437" elapsed="0.000020"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<var>${msg}</var>
<arg>This test fails due to ${bug_url}</arg>
<doc>Returns the given values which can then be assigned to a variables.</doc>
<status status="NOT RUN" start="2026-06-28T02:16:26.680648" elapsed="0.000022"/>
</kw>
<kw name="Evaluate" owner="BuiltIn">
<var>${newline}</var>
<arg>chr(10)</arg>
<doc>Evaluates the given expression in Python and returns the result.</doc>
<status status="NOT RUN" start="2026-06-28T02:16:26.680802" elapsed="0.000020"/>
</kw>
<kw name="Set Test Message" owner="BuiltIn">
<arg>${msg}${newline}${newline}${TEST_MESSAGE}</arg>
<doc>Sets message for the current test case.</doc>
<status status="NOT RUN" start="2026-06-28T02:16:26.680949" elapsed="0.000020"/>
</kw>
<kw name="Log" owner="BuiltIn">
<arg>${msg}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="NOT RUN" start="2026-06-28T02:16:26.681095" elapsed="0.000020"/>
</kw>
<if>
<branch type="IF" condition="&quot;${include_bug_in_tags}&quot;==&quot;True&quot;">
<kw name="Set Tags" owner="BuiltIn">
<arg>${bug_url}</arg>
<doc>Adds given ``tags`` for the current test or all tests in a suite.</doc>
<status status="NOT RUN" start="2026-06-28T02:16:26.681318" elapsed="0.000020"/>
</kw>
<status status="NOT RUN" start="2026-06-28T02:16:26.681179" elapsed="0.000190"/>
</branch>
<status status="NOT RUN" start="2026-06-28T02:16:26.681162" elapsed="0.000231"/>
</if>
<arg>6176</arg>
<doc>Report that a test failed due to a known Bugzilla bug whose
number is provided as an argument.
Not FAILED (incl. SKIPPED) test are not reported.
This keyword must be used in the [Teardown] setting of the affected test
or as the first line of the test if FastFail module is not being
used. It reports the URL of the bug on console and also puts it
into the Robot log file.</doc>
<status status="PASS" start="2026-06-28T02:16:26.678756" elapsed="0.002688"/>
</kw>
<doc>cbench executed in latency mode to see if controller is healthy</doc>
<tag>cbench</tag>
<tag>latency</tag>
<timeout value="15 minutes"/>
<status status="PASS" start="2026-06-28T02:06:19.927536" elapsed="606.753954"/>
</test>
<doc>Cbench Latency and Throughput tests can be run from an external
cbench.
If cbench is run with a medium number of switches or higher (e.g. 32+)
the normal openflow operations seem to break.
BUG: https://bugs.opendaylight.org/show_bug.cgi?id=2897</doc>
<status status="PASS" start="2026-06-28T01:46:03.956694" elapsed="1822.725241"/>
</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>
