<?xml version="1.0" encoding="UTF-8"?>
<robot generator="Robot 7.4.2 (Python 3.11.10 on linux)" generated="2026-08-31T01:01:27.723542" 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-08-31T01:01:28.307623" elapsed="0.000027"/>
</return>
<status status="NOT RUN" start="2026-08-31T01:01:28.307472" elapsed="0.000259"/>
</branch>
<status status="PASS" start="2026-08-31T01:01:28.307430" elapsed="0.000329"/>
</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-08-31T01:01:28.307912" elapsed="0.000580"/>
</kw>
<kw name="Login" owner="SSHLibrary">
<msg time="2026-08-31T01:01:28.308971" level="INFO">Logging into '10.30.171.66:8101' as 'karaf'.</msg>
<msg time="2026-08-31T01:01:29.002567" 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-08-31T01:01:28.308663" elapsed="0.694186"/>
</kw>
<kw name="Write" owner="SSHLibrary">
<msg time="2026-08-31T01:01:29.051696" 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-08-31T01:01:29.003320" elapsed="0.048447"/>
</kw>
<kw name="Read Until Regexp" owner="SSHLibrary">
<msg time="2026-08-31T01:01:29.053618" level="INFO">[?1l&gt;[?2004l[?1h=[90m~[0m                                                                                [?2004hopendaylight-user@root&gt;</msg>
<msg time="2026-08-31T01:01:29.053744" 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-08-31T01:01:29.051991" elapsed="0.001781"/>
</kw>
<kw name="Write Bare" owner="SSHLibrary">
<arg>logout\n</arg>
<doc>Writes the given ``text`` on the remote machine without appending a newline.</doc>
<status status="PASS" start="2026-08-31T01:01:29.053979" elapsed="0.000225"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-08-31T01:01:29.054352" elapsed="0.000243"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-08-31T01:01:29.055273" 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-08-31T01:01:29.054751" elapsed="0.000578"/>
</kw>
<return>
<value>${output}</value>
<status status="PASS" start="2026-08-31T01:01:29.055389" elapsed="0.000088"/>
</return>
<arg>log:set ${log_level}</arg>
<doc>Will execute the given ${cmd} by ssh'ing to the karaf console running on 10.30.171.66
Note that this keyword will open&amp;close new SSH connection, without switching back to previously current session.</doc>
<status status="PASS" start="2026-08-31T01:01:28.307084" elapsed="0.748558"/>
</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-08-31T01:01:28.303418" elapsed="0.752297"/>
</kw>
<kw name="Append To File" owner="OperatingSystem">
<msg time="2026-08-31T01:01:29.056514" 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-08-31T01:01:29.055999" elapsed="0.000570"/>
</kw>
<kw name="Append To File" owner="OperatingSystem">
<msg time="2026-08-31T01:01:29.057000" 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-08-31T01:01:29.056714" elapsed="0.000347"/>
</kw>
<kw name="Evaluate" owner="BuiltIn">
<msg time="2026-08-31T01:01:29.057675" 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-08-31T01:01:29.057244" elapsed="0.000456"/>
</kw>
<kw name="Set Suite Variable" owner="BuiltIn">
<msg time="2026-08-31T01:01:29.058298" 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-08-31T01:01:29.057914" elapsed="0.000424"/>
</kw>
<kw name="Evaluate" owner="BuiltIn">
<msg time="2026-08-31T01:01:29.058857" 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-08-31T01:01:29.058475" elapsed="0.000413"/>
</kw>
<kw name="Set Suite Variable" owner="BuiltIn">
<msg time="2026-08-31T01:01:29.059390" 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-08-31T01:01:29.059071" elapsed="0.000357"/>
</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-08-31T01:01:29.059767" elapsed="0.000035"/>
</kw>
<status status="NOT RUN" start="2026-08-31T01:01:29.059539" elapsed="0.000300"/>
</branch>
<branch type="ELSE">
<kw name="Verify File Exists On Remote System" owner="Utils">
<kw name="Open Connection" owner="SSHLibrary">
<msg time="2026-08-31T01:01:29.064613" 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-08-31T01:01:29.064182" elapsed="0.000455"/>
</kw>
<kw name="Flexible_SSH_Login" owner="SSHKeywords">
<kw name="Get Length" owner="BuiltIn">
<msg time="2026-08-31T01:01:29.065872" level="INFO">Length is 0.</msg>
<msg time="2026-08-31T01:01:29.065966" 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-08-31T01:01:29.065225" elapsed="0.000764"/>
</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-08-31T01:01:29.066128" elapsed="0.000383"/>
</kw>
<kw name="Run Keyword And Return" owner="BuiltIn">
<kw name="Login With Public Key" owner="SSHLibrary">
<msg time="2026-08-31T01:01:29.067612" level="INFO">Logging into '10.30.171.205:22' as 'jenkins'.</msg>
<msg time="2026-08-31T01:01:29.612955" level="INFO">Read output: Welcome to Ubuntu 22.04.5 LTS (GNU/Linux 5.15.0-186-generic x86_64)

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

 System information as of Mon Aug 31 01:00:48 UTC 2026

  System load:  0.16               Processes:             111
  Usage of /:   19.7% of 38.58GB   Users logged in:       0
  Memory usage: 4%                 IPv4 address for ens3: 10.30.171.205
  Swap usage:   0%


Expanded Security Maintenance for Applications is not enabled.

0 updates can be applied immediately.

14 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-824-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-08-31T01:01:29.067066" elapsed="0.546169"/>
</kw>
<msg time="2026-08-31T01:01:29.613378" 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-08-31T01:01:29.066659" elapsed="0.546875"/>
</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-08-31T01:01:29.064859" elapsed="0.548849"/>
</kw>
<kw name="File Should Exist" owner="SSHLibrary">
<msg time="2026-08-31T01:01:29.625624" 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-08-31T01:01:29.614072" elapsed="0.015497"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-08-31T01:01:29.629888" elapsed="0.000484"/>
</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-08-31T01:01:29.063573" elapsed="0.566883"/>
</kw>
<status status="PASS" start="2026-08-31T01:01:29.059950" elapsed="0.570556"/>
</branch>
<status status="PASS" start="2026-08-31T01:01:29.059502" elapsed="0.571066"/>
</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-08-31T01:01:29.630812" elapsed="0.000824"/>
</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-08-31T01:01:29.637882" elapsed="0.000029"/>
</return>
<status status="NOT RUN" start="2026-08-31T01:01:29.637683" elapsed="0.000277"/>
</branch>
<status status="PASS" start="2026-08-31T01:01:29.637642" elapsed="0.000353"/>
</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-08-31T01:01:29.642740" elapsed="0.000018"/>
</return>
<status status="NOT RUN" start="2026-08-31T01:01:29.642587" elapsed="0.000228"/>
</branch>
<status status="PASS" start="2026-08-31T01:01:29.642563" elapsed="0.000281"/>
</if>
<kw name="Open Connection" owner="SSHLibrary">
<arg>${controller}</arg>
<arg>port=${karaf_port}</arg>
<arg>prompt=${KARAF_PROMPT_LOGIN}</arg>
<arg>timeout=${timeout}</arg>
<doc>Opens a new SSH connection to the given ``host`` and ``port``.</doc>
<status status="PASS" start="2026-08-31T01:01:29.643022" elapsed="0.000636"/>
</kw>
<kw name="Login" owner="SSHLibrary">
<msg time="2026-08-31T01:01:29.644228" level="INFO">Logging into '10.30.171.66:8101' as 'karaf'.</msg>
<msg time="2026-08-31T01:01:29.864575" 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-08-31T01:01:29.643867" elapsed="0.220959"/>
</kw>
<kw name="Write" owner="SSHLibrary">
<msg time="2026-08-31T01:01:29.953023" 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-08-31T01:01:29.865234" elapsed="0.087856"/>
</kw>
<kw name="Read Until Regexp" owner="SSHLibrary">
<msg time="2026-08-31T01:01:29.957246" level="INFO">[?1l&gt;[?2004l[31;1modl-openflowplugin-drop-test[0m                                    x 0.20.4           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-08-31T01:01:29.957487" level="INFO">${output} = [?1l&gt;[?2004l[31;1modl-openflowplugin-drop-test[0m                                    x 0.20.4           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-08-31T01:01:29.953262" elapsed="0.004254"/>
</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-08-31T01:01:29.957650" elapsed="0.000203"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-08-31T01:01:29.958013" elapsed="0.000242"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-08-31T01:01:29.958771" level="INFO">[?1l&gt;[?2004l[31;1modl-openflowplugin-drop-test[0m                                    x 0.20.4           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-08-31T01:01:29.958389" elapsed="0.000460"/>
</kw>
<return>
<value>${output}</value>
<status status="PASS" start="2026-08-31T01:01:29.958918" elapsed="0.000098"/>
</return>
<msg time="2026-08-31T01:01:29.959213" level="INFO">${output} = [?1l&gt;[?2004l[31;1modl-openflowplugin-drop-test[0m                                    x 0.20.4           x x        x Started x [31;1modl-openflowplugin-drop-test[0m                     ...</msg>
<var>${output}</var>
<arg>feature:list -i | grep ${feature_name}</arg>
<arg>${controller}</arg>
<arg>${karaf_port}</arg>
<doc>Will execute the given ${cmd} by ssh'ing to the karaf console running on 10.30.171.66
Note that this keyword will open&amp;close new SSH connection, without switching back to previously current session.</doc>
<status status="PASS" start="2026-08-31T01:01:29.642118" elapsed="0.317127"/>
</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-08-31T01:01:29.959392" elapsed="0.000736"/>
</kw>
<return>
<value>${output}</value>
<status status="PASS" start="2026-08-31T01:01:29.960237" elapsed="0.000036"/>
</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-08-31T01:01:29.637216" elapsed="0.323176"/>
</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-08-31T01:01:29.964600" elapsed="0.000015"/>
</return>
<status status="NOT RUN" start="2026-08-31T01:01:29.964436" elapsed="0.000208"/>
</branch>
<status status="PASS" start="2026-08-31T01:01:29.964408" elapsed="0.000262"/>
</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-08-31T01:01:29.964815" elapsed="0.000560"/>
</kw>
<kw name="Login" owner="SSHLibrary">
<msg time="2026-08-31T01:01:29.966014" level="INFO">Logging into '10.30.171.66:8101' as 'karaf'.</msg>
<msg time="2026-08-31T01:01:30.145084" 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-08-31T01:01:29.965700" elapsed="0.179513"/>
</kw>
<kw name="Write" owner="SSHLibrary">
<msg time="2026-08-31T01:01:30.167326" 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-08-31T01:01:30.145432" elapsed="0.021948"/>
</kw>
<kw name="Read Until Regexp" owner="SSHLibrary">
<msg time="2026-08-31T01:01:30.169411" level="INFO">[?1l&gt;[?2004lDropAllFlows transitions to on
[?1h=[90m~[0m                                                                                [?2004hopendaylight-user@root&gt;</msg>
<msg time="2026-08-31T01:01:30.169515" 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-08-31T01:01:30.167516" elapsed="0.002025"/>
</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-08-31T01:01:30.169667" elapsed="0.000181"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-08-31T01:01:30.169984" elapsed="0.000221"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-08-31T01:01:30.170643" 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-08-31T01:01:30.170347" elapsed="0.000342"/>
</kw>
<return>
<value>${output}</value>
<status status="PASS" start="2026-08-31T01:01:30.170734" elapsed="0.000052"/>
</return>
<arg>dropallpacketsrpc on</arg>
<doc>Will execute the given ${cmd} by ssh'ing to the karaf console running on 10.30.171.66
Note that this keyword will open&amp;close new SSH connection, without switching back to previously current session.</doc>
<status status="PASS" start="2026-08-31T01:01:29.964041" elapsed="0.206867"/>
</kw>
<status status="PASS" start="2026-08-31T01:01:28.301084" elapsed="1.869885"/>
</kw>
<test id="s1-t1" name="Cbench Latency Test" line="37">
<kw name="Log" owner="BuiltIn">
<msg time="2026-08-31T01:01:30.173527" 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-08-31T01:01:30.172130" elapsed="0.001459"/>
</kw>
<kw name="Run Cbench And Log Results">
<kw name="Set Suite Variable" owner="BuiltIn">
<msg time="2026-08-31T01:01:30.175437" 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-08-31T01:01:30.175066" elapsed="0.000410"/>
</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-08-31T01:01:30.175836" elapsed="0.000025"/>
</kw>
<status status="NOT RUN" start="2026-08-31T01:01:30.175559" elapsed="0.000344"/>
</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-08-31T01:01:30.178929" elapsed="0.000019"/>
</kw>
<status status="NOT RUN" start="2026-08-31T01:01:30.178681" elapsed="0.000299"/>
</branch>
<status status="PASS" start="2026-08-31T01:01:30.178663" elapsed="0.000340"/>
</if>
<kw name="Get Connection" owner="SSHLibrary">
<msg time="2026-08-31T01:01:30.179358" 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-08-31T01:01:30.179472" 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-08-31T01:01:30.179129" elapsed="0.000367"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-08-31T01:01:30.180022" level="INFO">Attempting to execute command "/usr/local/bin/cbench -c 10.30.171.66 -m 60000 -M 100 -S 16 -l 10 -D 5000 -p 6633" on remote system "10.30.171.205" 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-08-31T01:01:30.179621" elapsed="0.000456"/>
</kw>
<kw name="Open Connection" owner="SSHLibrary">
<msg time="2026-08-31T01:01:30.180701" 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-08-31T01:01:30.180220" elapsed="0.000504"/>
</kw>
<kw name="Flexible_SSH_Login" owner="SSHKeywords">
<kw name="Get Length" owner="BuiltIn">
<msg time="2026-08-31T01:01:30.181607" level="INFO">Length is 0.</msg>
<msg time="2026-08-31T01:01:30.181688" 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-08-31T01:01:30.181286" elapsed="0.000424"/>
</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-08-31T01:01:30.181856" elapsed="0.000337"/>
</kw>
<kw name="Run Keyword And Return" owner="BuiltIn">
<kw name="Login With Public Key" owner="SSHLibrary">
<msg time="2026-08-31T01:01:30.183005" level="INFO">Logging into '10.30.171.205:22' as 'jenkins'.</msg>
<msg time="2026-08-31T01:01:30.599350" level="INFO">Read output: Welcome to Ubuntu 22.04.5 LTS (GNU/Linux 5.15.0-186-generic x86_64)

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

 System information as of Mon Aug 31 01:00:48 UTC 2026

  System load:  0.16               Processes:             111
  Usage of /:   19.7% of 38.58GB   Users logged in:       0
  Memory usage: 4%                 IPv4 address for ens3: 10.30.171.205
  Swap usage:   0%


Expanded Security Maintenance for Applications is not enabled.

0 updates can be applied immediately.

14 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: Mon Aug 31 01:01:29 2026 from 10.30.170.37
[?2004h[jenkins@releng-48317-824-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-08-31T01:01:30.182662" elapsed="0.416951"/>
</kw>
<msg time="2026-08-31T01:01:30.599728" 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-08-31T01:01:30.182337" elapsed="0.417533"/>
</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-08-31T01:01:30.180931" elapsed="0.419100"/>
</kw>
<kw name="Execute Command" owner="SSHLibrary">
<msg time="2026-08-31T01:01:30.600788" level="INFO">Executing command '/usr/local/bin/cbench -c 10.30.171.66 -m 60000 -M 100 -S 16 -l 10 -D 5000 -p 6633'.</msg>
<msg time="2026-08-31T01:11:36.728662" level="INFO">Command exited with return code 0.</msg>
<msg time="2026-08-31T01:11:36.729445" level="INFO">${stdout} = </msg>
<msg time="2026-08-31T01:11:36.729563" level="INFO">${stderr} = cbench: controller benchmarking tool
   running in mode 'latency'
   connecting to controller at 10.30.171.66:6633 
   faking 16 switches with 1 threads :: 10 tests each; 60000 ms per test
   with 100...</msg>
<var>${stdout}</var>
<var>${stderr}</var>
<arg>${cmd}</arg>
<arg>return_stderr=True</arg>
<doc>Executes ``command`` on the remote machine and returns its outputs.</doc>
<status status="PASS" start="2026-08-31T01:01:30.600364" elapsed="606.129278"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-08-31T01:11:36.730909" elapsed="0.000880"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-08-31T01:11:36.732997" level="INFO">cbench: controller benchmarking tool
   running in mode 'latency'
   connecting to controller at 10.30.171.66:6633 
   faking 16 switches with 1 threads :: 10 tests each; 60000 ms per test
   with 100 unique source MACs per switch
   learning destination mac addresses before the test
   starting test with 5000 ms delay after features_reply
   ignoring first 1 "warmup" and last 0 "cooldown" loops
   debugging info is off
Master Thread: Creating thread-0! 
Thread-0: All switches initialized. Running at node 10.30.171.66. So far 1 cbench instances have initialized their switches.  Waiting for other cbench-instances
Thread-0: Total switches from ALL cbench-instances initialized.
01:02:35.824 16  switches: flows:  93605 93087 92418 91882 91714 92378 91806 92543 90923 91643 89362 89387 90523 90170 88572 89893  total = 24.331767 per ms 
01:03:35.924 16  switches: flows:  99711 98464 98836 100244 98733 97555 99934 98904 97324 98238 94571 95857 97515 96526 95607 95069  total = 26.008070 per ms 
01:04:36.025 16  switches: flows:  93564 93418 92547 93127 91844 91876 94331 91950 89797 91740 88620 90485 91482 91302 90038 88500  total = 24.369667 per ms 
01:05:36.125 16  switches: flows:  94657 95039 96966 96435 93360 94037 96792 94434 92182 93492 91570 92344 92879 93952 92857 91040  total = 24.991995 per ms 
01:06:36.226 16  switches: flows:  94755 93510 95351 93776 92139 93526 95313 93534 92107 92199 91528 90862 91313 92776 90146 89423  total = 24.663144 per ms 
01:07:36.326 16  switches: flows:  94509 93137 96334 95279 92844 93882 96173 94244 91210 92658 91773 91203 91217 92763 90369 90324  total = 24.757306 per ms 
01:08:36.427 16  switches: flows:  92948 91906 93873 92733 90198 90826 94601 92310 89378 89723 89742 89315 89034 89865 89106 88739  total = 24.197908 per ms 
01:09:36.527 16  switches: flows:  96103 94157 95701 94224 92778 92466 96265 94171 91839 92491 91022 90759 92964 91716 91093 91180  total = 24.774119 per ms 
01:10:36.627 16  switches: flows:  96952 94686 97698 97534 95481 94894 97811 95958 94255 92810 92828 93829 93642 93657 93333 92190  total = 25.250491 per ms 
01:11:36.727 16  switches: flows:  97313 94965 96755 94082 94353 94711 96538 94242 92807 93600 92191 90790 92002 94413 92718 91916  total = 25.014821 per ms 
RESULT: 16 switches 9 tests min/max/avg/stdev = 24197.91/26008.07/24891.95/8312.29 responses/s</msg>
<arg>${stderr}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-08-31T01:11:36.732163" elapsed="0.001200"/>
</kw>
<if>
<branch type="IF" condition="&quot;${return_stdout}&quot;!=&quot;True&quot;">
<return>
<value>${stderr}</value>
<status status="PASS" start="2026-08-31T01:11:36.733959" elapsed="0.000086"/>
</return>
<status status="PASS" start="2026-08-31T01:11:36.733600" elapsed="0.000518"/>
</branch>
<status status="PASS" start="2026-08-31T01:11:36.733530" elapsed="0.000667"/>
</if>
<if>
<branch type="IF" condition="&quot;${return_stderr}&quot;!=&quot;True&quot;">
<return>
<value>${stdout}</value>
<status status="NOT RUN" start="2026-08-31T01:11:36.734396" elapsed="0.000026"/>
</return>
<status status="NOT RUN" start="2026-08-31T01:11:36.734323" elapsed="0.000182"/>
</branch>
<status status="NOT RUN" start="2026-08-31T01:11:36.734291" elapsed="0.000259"/>
</if>
<return>
<value>${stdout}</value>
<value>${stderr}</value>
<status status="NOT RUN" start="2026-08-31T01:11:36.734617" elapsed="0.000027"/>
</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-08-31T01:11:36.739963" elapsed="0.000769"/>
</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-08-31T01:11:36.741032" elapsed="0.000378"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-08-31T01:11:36.741700" elapsed="0.000201"/>
</kw>
<arg>${current_ssh_connection.index}</arg>
<doc>Restore active SSH connection in SSHLibrary to given index.</doc>
<status status="PASS" start="2026-08-31T01:11:36.735314" elapsed="0.006693"/>
</kw>
<msg time="2026-08-31T01:11:36.742296" level="INFO">${output} = cbench: controller benchmarking tool
   running in mode 'latency'
   connecting to controller at 10.30.171.66:6633 
   faking 16 switches with 1 threads :: 10 tests each; 60000 ms per test
   with 100...</msg>
<var>${output}</var>
<arg>${cbench_system}</arg>
<arg>${cbench_executable} -c ${ODL_SYSTEM_IP} ${cbench_args}</arg>
<arg>prompt_timeout=${test_timeout}</arg>
<arg>return_stdout=False</arg>
<arg>return_stderr=True</arg>
<doc>Reduces the common work of running a command on a remote system to a single higher level
robot keyword, taking care to log in with a public key and. The command given is written and the return value
depends on the passed argument values of return_stdout (default: True) and return_stderr (default: False).
At least one should be True, or the keyword will exit and FAIL. If both are True, the resulting return value
will be a two element list containing both. Otherwise the resulting return value is a string.
No test conditions are checked.</doc>
<status status="PASS" start="2026-08-31T01:01:30.176311" elapsed="606.566039"/>
</kw>
<status status="PASS" start="2026-08-31T01:01:30.175938" elapsed="606.566510"/>
</branch>
<status status="PASS" start="2026-08-31T01:01:30.175535" elapsed="606.566982"/>
</if>
<kw name="Log" owner="BuiltIn">
<msg time="2026-08-31T01:11:36.743430" level="INFO">cbench: controller benchmarking tool
   running in mode 'latency'
   connecting to controller at 10.30.171.66:6633 
   faking 16 switches with 1 threads :: 10 tests each; 60000 ms per test
   with 100 unique source MACs per switch
   learning destination mac addresses before the test
   starting test with 5000 ms delay after features_reply
   ignoring first 1 "warmup" and last 0 "cooldown" loops
   debugging info is off
Master Thread: Creating thread-0! 
Thread-0: All switches initialized. Running at node 10.30.171.66. So far 1 cbench instances have initialized their switches.  Waiting for other cbench-instances
Thread-0: Total switches from ALL cbench-instances initialized.
01:02:35.824 16  switches: flows:  93605 93087 92418 91882 91714 92378 91806 92543 90923 91643 89362 89387 90523 90170 88572 89893  total = 24.331767 per ms 
01:03:35.924 16  switches: flows:  99711 98464 98836 100244 98733 97555 99934 98904 97324 98238 94571 95857 97515 96526 95607 95069  total = 26.008070 per ms 
01:04:36.025 16  switches: flows:  93564 93418 92547 93127 91844 91876 94331 91950 89797 91740 88620 90485 91482 91302 90038 88500  total = 24.369667 per ms 
01:05:36.125 16  switches: flows:  94657 95039 96966 96435 93360 94037 96792 94434 92182 93492 91570 92344 92879 93952 92857 91040  total = 24.991995 per ms 
01:06:36.226 16  switches: flows:  94755 93510 95351 93776 92139 93526 95313 93534 92107 92199 91528 90862 91313 92776 90146 89423  total = 24.663144 per ms 
01:07:36.326 16  switches: flows:  94509 93137 96334 95279 92844 93882 96173 94244 91210 92658 91773 91203 91217 92763 90369 90324  total = 24.757306 per ms 
01:08:36.427 16  switches: flows:  92948 91906 93873 92733 90198 90826 94601 92310 89378 89723 89742 89315 89034 89865 89106 88739  total = 24.197908 per ms 
01:09:36.527 16  switches: flows:  96103 94157 95701 94224 92778 92466 96265 94171 91839 92491 91022 90759 92964 91716 91093 91180  total = 24.774119 per ms 
01:10:36.627 16  switches: flows:  96952 94686 97698 97534 95481 94894 97811 95958 94255 92810 92828 93829 93642 93657 93333 92190  total = 25.250491 per ms 
01:11:36.727 16  switches: flows:  97313 94965 96755 94082 94353 94711 96538 94242 92807 93600 92191 90790 92002 94413 92718 91916  total = 25.014821 per ms 
RESULT: 16 switches 9 tests min/max/avg/stdev = 24197.91/26008.07/24891.95/8312.29 responses/s</msg>
<arg>${output}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-08-31T01:11:36.742806" elapsed="0.000799"/>
</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-08-31T01:11:36.743910" elapsed="0.000792"/>
</kw>
<kw name="Get Lines Containing String" owner="String">
<msg time="2026-08-31T01:11:36.745540" level="INFO">1 out of 23 lines matched.</msg>
<msg time="2026-08-31T01:11:36.745737" level="INFO">${result_line} = RESULT: 16 switches 9 tests min/max/avg/stdev = 24197.91/26008.07/24891.95/8312.29 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-08-31T01:11:36.745034" elapsed="0.000753"/>
</kw>
<kw name="Split String" owner="String">
<msg time="2026-08-31T01:11:36.746671" level="INFO">@{results_list} = [ RESULT: | 16 | switches | 9 | tests | min/max/avg/stdev | = | 24197.91/26008.07/24891.95/8312.29 | 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-08-31T01:11:36.746100" elapsed="0.000625"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-08-31T01:11:36.751822" 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-08-31T01:11:36.747019" elapsed="0.004915"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-08-31T01:11:36.757014" level="INFO">24197.91/26008.07/24891.95/8312.29</msg>
<arg>${results_list[7]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-08-31T01:11:36.752259" elapsed="0.004869"/>
</kw>
<kw name="Split String" owner="String">
<msg time="2026-08-31T01:11:36.762203" 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-08-31T01:11:36.757485" elapsed="0.004778"/>
</kw>
<kw name="Split String" owner="String">
<msg time="2026-08-31T01:11:36.767279" level="INFO">@{result_value_list} = [ 24197.91 | 26008.07 | 24891.95 | 8312.29 ]</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-08-31T01:11:36.762668" elapsed="0.004667"/>
</kw>
<kw name="Get Length" owner="BuiltIn">
<msg time="2026-08-31T01:11:36.768525" level="INFO">Length is 4.</msg>
<msg time="2026-08-31T01:11:36.768750" 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-08-31T01:11:36.767677" elapsed="0.001144"/>
</kw>
<for flavor="IN RANGE">
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-08-31T01:11:36.776637" level="INFO">min :: 24197.91</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-08-31T01:11:36.769734" elapsed="0.006987"/>
</kw>
<var name="${i}">0</var>
<status status="PASS" start="2026-08-31T01:11:36.769437" elapsed="0.007333"/>
</iter>
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-08-31T01:11:36.782969" level="INFO">max :: 26008.07</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-08-31T01:11:36.777094" elapsed="0.005946"/>
</kw>
<var name="${i}">1</var>
<status status="PASS" start="2026-08-31T01:11:36.776906" elapsed="0.006177"/>
</iter>
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-08-31T01:11:36.788950" level="INFO">avg :: 24891.95</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-08-31T01:11:36.783389" elapsed="0.005633"/>
</kw>
<var name="${i}">2</var>
<status status="PASS" start="2026-08-31T01:11:36.783221" elapsed="0.005843"/>
</iter>
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-08-31T01:11:36.794837" level="INFO">stdev :: 8312.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-08-31T01:11:36.789364" elapsed="0.005543"/>
</kw>
<var name="${i}">3</var>
<status status="PASS" start="2026-08-31T01:11:36.789198" elapsed="0.005751"/>
</iter>
<var>${i}</var>
<value>0</value>
<value>${num_stats}</value>
<status status="PASS" start="2026-08-31T01:11:36.768968" elapsed="0.026023"/>
</for>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-08-31T01:11:36.800085" level="INFO">${min} = 24197.91</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-08-31T01:11:36.795223" elapsed="0.004895"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-08-31T01:11:36.807017" level="INFO">${max} = 26008.07</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-08-31T01:11:36.800331" elapsed="0.006719"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-08-31T01:11:36.812157" level="INFO">${average} = 24891.95</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-08-31T01:11:36.807264" elapsed="0.004947"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-08-31T01:11:36.816336" level="INFO">${stdev} = 8312.29</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-08-31T01:11:36.812406" elapsed="0.003953"/>
</kw>
<kw name="Get Time" owner="BuiltIn">
<msg time="2026-08-31T01:11:36.816875" level="INFO">${date} = 2026-08-31 01:11:36</msg>
<var>${date}</var>
<arg>d,m,s</arg>
<doc>Returns the given time in the requested format.</doc>
<status status="PASS" start="2026-08-31T01:11:36.816517" elapsed="0.000381"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-08-31T01:11:36.817414" level="INFO">CBench Result: 2026-08-31 01:11:36,-m 60000 -M 100 -S 16 -l 10 -D 5000 -p 6633,24197.91,26008.07,24891.95,8312.29</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-08-31T01:11:36.817032" elapsed="0.000447"/>
</kw>
<kw name="Log Results And Determine Status">
<kw name="Append To File" owner="OperatingSystem">
<msg time="2026-08-31T01:11:36.818648" 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-08-31T01:11:36.818097" elapsed="0.000620"/>
</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-08-31T01:11:36.818866" elapsed="0.000473"/>
</kw>
<arg>${min}</arg>
<arg>${max}</arg>
<arg>${average}</arg>
<arg>${average_threshold}</arg>
<arg>${output_filename}</arg>
<status status="PASS" start="2026-08-31T01:11:36.817645" elapsed="0.001756"/>
</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-08-31T01:01:30.174378" elapsed="606.645085"/>
</kw>
<kw name="Sleep" owner="BuiltIn">
<msg time="2026-08-31T01:11:36.819918" 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-08-31T01:11:36.819615" elapsed="0.000353"/>
</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-08-31T01:11:36.820491" elapsed="0.000250"/>
</kw>
<status status="PASS" start="2026-08-31T01:11:36.820198" elapsed="0.000604"/>
</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-08-31T01:01:30.171184" elapsed="606.649654"/>
</test>
<test id="s1-t2" name="Cbench Throughput Test" line="51">
<kw name="Log" owner="BuiltIn">
<msg time="2026-08-31T01:11:36.822144" 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-08-31T01:11:36.821772" elapsed="0.000442"/>
</kw>
<kw name="Run Cbench And Log Results">
<kw name="Set Suite Variable" owner="BuiltIn">
<msg time="2026-08-31T01:11:36.823510" 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-08-31T01:11:36.823138" elapsed="0.000410"/>
</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-08-31T01:11:36.824097" elapsed="0.000020"/>
</kw>
<status status="NOT RUN" start="2026-08-31T01:11:36.823642" elapsed="0.000509"/>
</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-08-31T01:11:36.827269" elapsed="0.000020"/>
</kw>
<status status="NOT RUN" start="2026-08-31T01:11:36.826999" elapsed="0.000322"/>
</branch>
<status status="PASS" start="2026-08-31T01:11:36.826979" elapsed="0.000363"/>
</if>
<kw name="Get Connection" owner="SSHLibrary">
<msg time="2026-08-31T01:11:36.827791" 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-08-31T01:11:36.827918" 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-08-31T01:11:36.827491" elapsed="0.000452"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-08-31T01:11:36.828518" level="INFO">Attempting to execute command "/usr/local/bin/cbench -c 10.30.171.66 -t -m 60000 -M 100 -S 16 -l 10 -D 5000 -p 6633" on remote system "10.30.171.205" 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-08-31T01:11:36.828071" elapsed="0.000504"/>
</kw>
<kw name="Open Connection" owner="SSHLibrary">
<msg time="2026-08-31T01:11:36.829138" 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-08-31T01:11:36.828739" elapsed="0.000422"/>
</kw>
<kw name="Flexible_SSH_Login" owner="SSHKeywords">
<kw name="Get Length" owner="BuiltIn">
<msg time="2026-08-31T01:11:36.830138" level="INFO">Length is 0.</msg>
<msg time="2026-08-31T01:11:36.830240" 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-08-31T01:11:36.829732" elapsed="0.000530"/>
</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-08-31T01:11:36.830402" elapsed="0.000351"/>
</kw>
<kw name="Run Keyword And Return" owner="BuiltIn">
<kw name="Login With Public Key" owner="SSHLibrary">
<msg time="2026-08-31T01:11:36.831589" level="INFO">Logging into '10.30.171.205:22' as 'jenkins'.</msg>
<msg time="2026-08-31T01:11:37.450040" level="INFO">Read output: Welcome to Ubuntu 22.04.5 LTS (GNU/Linux 5.15.0-186-generic x86_64)

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

 System information as of Mon Aug 31 01:11:37 UTC 2026

  System load:  1.01               Processes:             104
  Usage of /:   19.7% of 38.58GB   Users logged in:       0
  Memory usage: 4%                 IPv4 address for ens3: 10.30.171.205
  Swap usage:   0%


Expanded Security Maintenance for Applications is not enabled.

0 updates can be applied immediately.

14 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: Mon Aug 31 01:01:30 2026 from 10.30.170.37
[?2004h[jenkins@releng-48317-824-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-08-31T01:11:36.831240" elapsed="0.619177"/>
</kw>
<msg time="2026-08-31T01:11:37.450603" 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-08-31T01:11:36.830898" elapsed="0.619887"/>
</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-08-31T01:11:36.829369" elapsed="0.621583"/>
</kw>
<kw name="Execute Command" owner="SSHLibrary">
<msg time="2026-08-31T01:11:37.451740" level="INFO">Executing command '/usr/local/bin/cbench -c 10.30.171.66 -t -m 60000 -M 100 -S 16 -l 10 -D 5000 -p 6633'.</msg>
<msg time="2026-08-31T01:21:43.536086" level="INFO">Command exited with return code 0.</msg>
<msg time="2026-08-31T01:21:43.536463" level="INFO">${stdout} = </msg>
<msg time="2026-08-31T01:21:43.536521" level="INFO">${stderr} = cbench: controller benchmarking tool
   running in mode 'throughput'
   connecting to controller at 10.30.171.66: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-08-31T01:11:37.451293" elapsed="606.085268"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-08-31T01:21:43.536907" elapsed="0.000442"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-08-31T01:21:43.538147" level="INFO">cbench: controller benchmarking tool
   running in mode 'throughput'
   connecting to controller at 10.30.171.66:6633 
   faking 16 switches with 1 threads :: 10 tests each; 60000 ms per test
   with 100 unique source MACs per switch
   learning destination mac addresses before the test
   starting test with 5000 ms delay after features_reply
   ignoring first 1 "warmup" and last 0 "cooldown" loops
   debugging info is off
Master Thread: Creating thread-0! 
Thread-0: All switches initialized. Running at node 10.30.171.66. So far 1 cbench instances have initialized their switches.  Waiting for other cbench-instances
Thread-0: Total switches from ALL cbench-instances initialized.
01:12:42.623 16  switches: flows:  610057 627526 622522 618573 632200 618173 618639 614624 617168 606551 618955 622365 608060 611802 615990 621693  total = 164.748300 per ms 
01:13:42.725 16  switches: flows:  697626 703434 699998 698175 706205 702000 706781 702778 700292 704679 706553 700835 708881 698214 707606 698761  total = 187.063153 per ms 
01:14:42.828 16  switches: flows:  676824 678723 675826 683842 686104 677507 678647 683080 677656 678397 675903 684699 689383 682126 683821 675776  total = 181.165986 per ms 
01:15:42.929 16  switches: flows:  698074 701121 696246 695446 704665 693863 703956 695461 695230 694991 692234 697931 694690 696617 702439 695994  total = 185.668760 per ms 
01:16:43.030 16  switches: flows:  694457 695958 698310 699322 693392 700895 694122 701810 691885 690071 701208 700708 697338 702947 691643 701659  total = 185.617043 per ms 
01:17:43.133 16  switches: flows:  597145 590760 596126 588231 591150 595391 585004 593234 588610 585593 594746 589508 593213 589727 588045 589536  total = 157.334825 per ms 
01:18:43.235 16  switches: flows:  583584 588653 585527 581867 590797 586780 581602 595718 582160 587472 588239 588384 592101 590033 581049 585432  total = 156.224793 per ms 
01:19:43.337 16  switches: flows:  576774 574642 579709 577115 581830 572672 575972 577085 575858 577442 577469 572126 575243 575329 569904 581552  total = 153.417749 per ms 
01:20:43.439 16  switches: flows:  569249 569040 570034 568789 581532 576991 570323 575110 575808 574323 571610 570617 575985 574742 576073 569554  total = 152.573237 per ms 
01:21:43.540 16  switches: flows:  580811 580572 576540 574448 577466 580790 580743 574272 574613 584307 581683 573751 581063 582227 579007 580516  total = 154.120413 per ms 
RESULT: 16 switches 9 tests min/max/avg/stdev = 152573.24/187063.15/168131.77/58045.10 responses/s</msg>
<arg>${stderr}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-08-31T01:21:43.537573" elapsed="0.000789"/>
</kw>
<if>
<branch type="IF" condition="&quot;${return_stdout}&quot;!=&quot;True&quot;">
<return>
<value>${stderr}</value>
<status status="PASS" start="2026-08-31T01:21:43.538716" elapsed="0.000057"/>
</return>
<status status="PASS" start="2026-08-31T01:21:43.538495" elapsed="0.000342"/>
</branch>
<status status="PASS" start="2026-08-31T01:21:43.538456" elapsed="0.000413"/>
</if>
<if>
<branch type="IF" condition="&quot;${return_stderr}&quot;!=&quot;True&quot;">
<return>
<value>${stdout}</value>
<status status="NOT RUN" start="2026-08-31T01:21:43.538985" elapsed="0.000015"/>
</return>
<status status="NOT RUN" start="2026-08-31T01:21:43.538941" elapsed="0.000093"/>
</branch>
<status status="NOT RUN" start="2026-08-31T01:21:43.538921" elapsed="0.000140"/>
</if>
<return>
<value>${stdout}</value>
<value>${stderr}</value>
<status status="NOT RUN" start="2026-08-31T01:21:43.539099" elapsed="0.000016"/>
</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-08-31T01:21:43.542392" elapsed="0.000448"/>
</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-08-31T01:21:43.543025" elapsed="0.000230"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-08-31T01:21:43.543421" elapsed="0.000129"/>
</kw>
<arg>${current_ssh_connection.index}</arg>
<doc>Restore active SSH connection in SSHLibrary to given index.</doc>
<status status="PASS" start="2026-08-31T01:21:43.539547" elapsed="0.004068"/>
</kw>
<msg time="2026-08-31T01:21:43.543773" level="INFO">${output} = cbench: controller benchmarking tool
   running in mode 'throughput'
   connecting to controller at 10.30.171.66: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-08-31T01:11:36.824744" elapsed="606.719079"/>
</kw>
<status status="PASS" start="2026-08-31T01:11:36.824195" elapsed="606.719690"/>
</branch>
<status status="PASS" start="2026-08-31T01:11:36.823612" elapsed="606.720301"/>
</if>
<kw name="Log" owner="BuiltIn">
<msg time="2026-08-31T01:21:43.544475" level="INFO">cbench: controller benchmarking tool
   running in mode 'throughput'
   connecting to controller at 10.30.171.66:6633 
   faking 16 switches with 1 threads :: 10 tests each; 60000 ms per test
   with 100 unique source MACs per switch
   learning destination mac addresses before the test
   starting test with 5000 ms delay after features_reply
   ignoring first 1 "warmup" and last 0 "cooldown" loops
   debugging info is off
Master Thread: Creating thread-0! 
Thread-0: All switches initialized. Running at node 10.30.171.66. So far 1 cbench instances have initialized their switches.  Waiting for other cbench-instances
Thread-0: Total switches from ALL cbench-instances initialized.
01:12:42.623 16  switches: flows:  610057 627526 622522 618573 632200 618173 618639 614624 617168 606551 618955 622365 608060 611802 615990 621693  total = 164.748300 per ms 
01:13:42.725 16  switches: flows:  697626 703434 699998 698175 706205 702000 706781 702778 700292 704679 706553 700835 708881 698214 707606 698761  total = 187.063153 per ms 
01:14:42.828 16  switches: flows:  676824 678723 675826 683842 686104 677507 678647 683080 677656 678397 675903 684699 689383 682126 683821 675776  total = 181.165986 per ms 
01:15:42.929 16  switches: flows:  698074 701121 696246 695446 704665 693863 703956 695461 695230 694991 692234 697931 694690 696617 702439 695994  total = 185.668760 per ms 
01:16:43.030 16  switches: flows:  694457 695958 698310 699322 693392 700895 694122 701810 691885 690071 701208 700708 697338 702947 691643 701659  total = 185.617043 per ms 
01:17:43.133 16  switches: flows:  597145 590760 596126 588231 591150 595391 585004 593234 588610 585593 594746 589508 593213 589727 588045 589536  total = 157.334825 per ms 
01:18:43.235 16  switches: flows:  583584 588653 585527 581867 590797 586780 581602 595718 582160 587472 588239 588384 592101 590033 581049 585432  total = 156.224793 per ms 
01:19:43.337 16  switches: flows:  576774 574642 579709 577115 581830 572672 575972 577085 575858 577442 577469 572126 575243 575329 569904 581552  total = 153.417749 per ms 
01:20:43.439 16  switches: flows:  569249 569040 570034 568789 581532 576991 570323 575110 575808 574323 571610 570617 575985 574742 576073 569554  total = 152.573237 per ms 
01:21:43.540 16  switches: flows:  580811 580572 576540 574448 577466 580790 580743 574272 574613 584307 581683 573751 581063 582227 579007 580516  total = 154.120413 per ms 
RESULT: 16 switches 9 tests min/max/avg/stdev = 152573.24/187063.15/168131.77/58045.10 responses/s</msg>
<arg>${output}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-08-31T01:21:43.544090" elapsed="0.000479"/>
</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-08-31T01:21:43.544756" elapsed="0.000499"/>
</kw>
<kw name="Get Lines Containing String" owner="String">
<msg time="2026-08-31T01:21:43.545737" level="INFO">1 out of 23 lines matched.</msg>
<msg time="2026-08-31T01:21:43.545866" level="INFO">${result_line} = RESULT: 16 switches 9 tests min/max/avg/stdev = 152573.24/187063.15/168131.77/58045.10 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-08-31T01:21:43.545463" elapsed="0.000434"/>
</kw>
<kw name="Split String" owner="String">
<msg time="2026-08-31T01:21:43.546425" level="INFO">@{results_list} = [ RESULT: | 16 | switches | 9 | tests | min/max/avg/stdev | = | 152573.24/187063.15/168131.77/58045.10 | 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-08-31T01:21:43.546090" elapsed="0.000369"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-08-31T01:21:43.549522" 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-08-31T01:21:43.546640" elapsed="0.002953"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-08-31T01:21:43.552638" level="INFO">152573.24/187063.15/168131.77/58045.10</msg>
<arg>${results_list[7]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-08-31T01:21:43.549776" elapsed="0.002931"/>
</kw>
<kw name="Split String" owner="String">
<msg time="2026-08-31T01:21:43.555745" 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-08-31T01:21:43.552914" elapsed="0.002864"/>
</kw>
<kw name="Split String" owner="String">
<msg time="2026-08-31T01:21:43.558904" level="INFO">@{result_value_list} = [ 152573.24 | 187063.15 | 168131.77 | 58045.10 ]</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-08-31T01:21:43.556029" elapsed="0.002909"/>
</kw>
<kw name="Get Length" owner="BuiltIn">
<msg time="2026-08-31T01:21:43.559535" level="INFO">Length is 4.</msg>
<msg time="2026-08-31T01:21:43.559644" 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-08-31T01:21:43.559132" elapsed="0.000541"/>
</kw>
<for flavor="IN RANGE">
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-08-31T01:21:43.565990" level="INFO">min :: 152573.24</msg>
<arg>${result_name_list[${i}]} :: ${result_value_list[${i}]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-08-31T01:21:43.560214" elapsed="0.005848"/>
</kw>
<var name="${i}">0</var>
<status status="PASS" start="2026-08-31T01:21:43.560030" elapsed="0.006076"/>
</iter>
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-08-31T01:21:43.571920" level="INFO">max :: 187063.15</msg>
<arg>${result_name_list[${i}]} :: ${result_value_list[${i}]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-08-31T01:21:43.566406" elapsed="0.005583"/>
</kw>
<var name="${i}">1</var>
<status status="PASS" start="2026-08-31T01:21:43.566241" elapsed="0.005791"/>
</iter>
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-08-31T01:21:43.577931" level="INFO">avg :: 168131.77</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-08-31T01:21:43.572324" elapsed="0.005678"/>
</kw>
<var name="${i}">2</var>
<status status="PASS" start="2026-08-31T01:21:43.572143" elapsed="0.005901"/>
</iter>
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-08-31T01:21:43.584006" level="INFO">stdev :: 58045.10</msg>
<arg>${result_name_list[${i}]} :: ${result_value_list[${i}]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-08-31T01:21:43.578351" elapsed="0.005726"/>
</kw>
<var name="${i}">3</var>
<status status="PASS" start="2026-08-31T01:21:43.578154" elapsed="0.005966"/>
</iter>
<var>${i}</var>
<value>0</value>
<value>${num_stats}</value>
<status status="PASS" start="2026-08-31T01:21:43.559770" elapsed="0.024389"/>
</for>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-08-31T01:21:43.588939" level="INFO">${min} = 152573.24</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-08-31T01:21:43.584384" elapsed="0.004579"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-08-31T01:21:43.592557" level="INFO">${max} = 187063.15</msg>
<var>${max}</var>
<arg>${result_value_list[${1}]}</arg>
<doc>Returns the given values which can then be assigned to a variables.</doc>
<status status="PASS" start="2026-08-31T01:21:43.589102" elapsed="0.003479"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-08-31T01:21:43.596203" level="INFO">${average} = 168131.77</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-08-31T01:21:43.592718" elapsed="0.003509"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-08-31T01:21:43.599841" level="INFO">${stdev} = 58045.10</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-08-31T01:21:43.596364" elapsed="0.003501"/>
</kw>
<kw name="Get Time" owner="BuiltIn">
<msg time="2026-08-31T01:21:43.600348" level="INFO">${date} = 2026-08-31 01:21:43</msg>
<var>${date}</var>
<arg>d,m,s</arg>
<doc>Returns the given time in the requested format.</doc>
<status status="PASS" start="2026-08-31T01:21:43.600012" elapsed="0.000359"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-08-31T01:21:43.600885" level="INFO">CBench Result: 2026-08-31 01:21:43,-t -m 60000 -M 100 -S 16 -l 10 -D 5000 -p 6633,152573.24,187063.15,168131.77,58045.10</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-08-31T01:21:43.600505" elapsed="0.000430"/>
</kw>
<kw name="Log Results And Determine Status">
<kw name="Append To File" owner="OperatingSystem">
<msg time="2026-08-31T01:21:43.601872" 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-08-31T01:21:43.601488" elapsed="0.000444"/>
</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-08-31T01:21:43.602068" elapsed="0.000450"/>
</kw>
<arg>${min}</arg>
<arg>${max}</arg>
<arg>${average}</arg>
<arg>${average_threshold}</arg>
<arg>${output_filename}</arg>
<status status="PASS" start="2026-08-31T01:21:43.601062" elapsed="0.001512"/>
</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-08-31T01:11:36.822567" elapsed="606.780059"/>
</kw>
<kw name="Sleep" owner="BuiltIn">
<msg time="2026-08-31T01:21:43.603066" 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-08-31T01:21:43.602764" elapsed="0.000352"/>
</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-08-31T01:21:43.603592" elapsed="0.000252"/>
</kw>
<status status="PASS" start="2026-08-31T01:21:43.603322" elapsed="0.000585"/>
</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-08-31T01:11:36.821219" elapsed="606.782722"/>
</test>
<test id="s1-t3" name="Rerun Latency Test To Check Bug 6176" line="65">
<kw name="Log" owner="BuiltIn">
<msg time="2026-08-31T01:21:43.605009" 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-08-31T01:21:43.604656" elapsed="0.000403"/>
</kw>
<kw name="Run Cbench And Log Results">
<kw name="Set Suite Variable" owner="BuiltIn">
<msg time="2026-08-31T01:21:43.606160" 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-08-31T01:21:43.605864" elapsed="0.000389"/>
</kw>
<if>
<branch type="IF" condition="&quot;${cbench_system}&quot; == &quot;localhost&quot;">
<kw name="Run" owner="OperatingSystem">
<var>${output}</var>
<arg>${cbench_executable} -c ${ODL_SYSTEM_IP} ${cbench_args}</arg>
<doc>_This keyword is considered deprecated. Use the
[http://robotframework.org/robotframework/latest/libraries/Process.html|
Process] library instead._</doc>
<status status="NOT RUN" start="2026-08-31T01:21:43.606552" elapsed="0.000019"/>
</kw>
<status status="NOT RUN" start="2026-08-31T01:21:43.606350" elapsed="0.000254"/>
</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-08-31T01:21:43.609407" elapsed="0.000019"/>
</kw>
<status status="NOT RUN" start="2026-08-31T01:21:43.609156" elapsed="0.000302"/>
</branch>
<status status="PASS" start="2026-08-31T01:21:43.609139" elapsed="0.000340"/>
</if>
<kw name="Get Connection" owner="SSHLibrary">
<msg time="2026-08-31T01:21:43.609756" 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-08-31T01:21:43.609874" 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-08-31T01:21:43.609596" elapsed="0.000302"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-08-31T01:21:43.610414" level="INFO">Attempting to execute command "/usr/local/bin/cbench -c 10.30.171.66 -m 60000 -M 100 -S 16 -l 10 -D 5000 -p 6633" on remote system "10.30.171.205" 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-08-31T01:21:43.610021" elapsed="0.000445"/>
</kw>
<kw name="Open Connection" owner="SSHLibrary">
<msg time="2026-08-31T01:21:43.610967" 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-08-31T01:21:43.610593" elapsed="0.000398"/>
</kw>
<kw name="Flexible_SSH_Login" owner="SSHKeywords">
<kw name="Get Length" owner="BuiltIn">
<msg time="2026-08-31T01:21:43.611800" level="INFO">Length is 0.</msg>
<msg time="2026-08-31T01:21:43.611880" 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-08-31T01:21:43.611518" elapsed="0.000383"/>
</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-08-31T01:21:43.612028" elapsed="0.000300"/>
</kw>
<kw name="Run Keyword And Return" owner="BuiltIn">
<kw name="Login With Public Key" owner="SSHLibrary">
<msg time="2026-08-31T01:21:43.613098" level="INFO">Logging into '10.30.171.205:22' as 'jenkins'.</msg>
<msg time="2026-08-31T01:21:44.275098" level="INFO">Read output: Welcome to Ubuntu 22.04.5 LTS (GNU/Linux 5.15.0-186-generic x86_64)

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

 System information as of Mon Aug 31 01:21:43 UTC 2026

  System load:  0.27               Processes:             105
  Usage of /:   19.7% of 38.58GB   Users logged in:       0
  Memory usage: 4%                 IPv4 address for ens3: 10.30.171.205
  Swap usage:   0%


Expanded Security Maintenance for Applications is not enabled.

0 updates can be applied immediately.

14 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: Mon Aug 31 01:11:37 2026 from 10.30.170.37
[?2004h[jenkins@releng-48317-824-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-08-31T01:21:43.612772" elapsed="0.662492"/>
</kw>
<msg time="2026-08-31T01:21:44.275337" 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-08-31T01:21:43.612464" elapsed="0.662946"/>
</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-08-31T01:21:43.611187" elapsed="0.664324"/>
</kw>
<kw name="Execute Command" owner="SSHLibrary">
<msg time="2026-08-31T01:21:44.276036" level="INFO">Executing command '/usr/local/bin/cbench -c 10.30.171.66 -m 60000 -M 100 -S 16 -l 10 -D 5000 -p 6633'.</msg>
<msg time="2026-08-31T01:31:50.366852" level="INFO">Command exited with return code 0.</msg>
<msg time="2026-08-31T01:31:50.367479" level="INFO">${stdout} = </msg>
<msg time="2026-08-31T01:31:50.367593" level="INFO">${stderr} = cbench: controller benchmarking tool
   running in mode 'latency'
   connecting to controller at 10.30.171.66:6633 
   faking 16 switches with 1 threads :: 10 tests each; 60000 ms per test
   with 100...</msg>
<var>${stdout}</var>
<var>${stderr}</var>
<arg>${cmd}</arg>
<arg>return_stderr=True</arg>
<doc>Executes ``command`` on the remote machine and returns its outputs.</doc>
<status status="PASS" start="2026-08-31T01:21:44.275716" elapsed="606.091959"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-08-31T01:31:50.368204" elapsed="0.000690"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-08-31T01:31:50.369991" level="INFO">cbench: controller benchmarking tool
   running in mode 'latency'
   connecting to controller at 10.30.171.66:6633 
   faking 16 switches with 1 threads :: 10 tests each; 60000 ms per test
   with 100 unique source MACs per switch
   learning destination mac addresses before the test
   starting test with 5000 ms delay after features_reply
   ignoring first 1 "warmup" and last 0 "cooldown" loops
   debugging info is off
Master Thread: Creating thread-0! 
Thread-0: All switches initialized. Running at node 10.30.171.66. So far 1 cbench instances have initialized their switches.  Waiting for other cbench-instances
Thread-0: Total switches from ALL cbench-instances initialized.
01:22:49.462 16  switches: flows:  90791 90205 88716 90272 90409 88125 88568 90264 88256 87836 87473 88571 88283 88454 86799 86864  total = 23.664767 per ms 
01:23:49.563 16  switches: flows:  92562 93226 92596 90714 91881 90829 90969 91890 90322 89569 88740 91220 90757 89251 88507 89081  total = 24.161356 per ms 
01:24:49.665 16  switches: flows:  90615 93008 91352 90063 90934 89074 89304 91593 89854 88039 87258 89873 89979 89411 88792 86173  total = 23.881917 per ms 
01:25:49.768 16  switches: flows:  95000 97723 96392 93932 92932 92899 92564 96339 92542 89801 88674 92968 91983 92394 90760 89226  total = 24.727553 per ms 
01:26:49.869 16  switches: flows:  95950 97666 95879 93752 93438 93180 93296 96859 92273 91144 88820 92966 92545 92027 91716 89545  total = 24.809304 per ms 
01:27:49.969 16  switches: flows:  94685 97275 96555 92663 93104 94528 93145 95316 91686 90548 89730 91267 92313 92965 91201 88621  total = 24.718773 per ms 
01:28:50.071 16  switches: flows:  95220 97525 96017 93535 93474 92431 92602 95623 92774 92525 90289 92013 92710 91834 91553 90120  total = 24.795594 per ms 
01:29:50.171 16  switches: flows:  92957 95033 93143 92875 92297 92562 91124 93202 89490 89280 88078 90015 90546 90049 89125 87726  total = 24.250937 per ms 
01:30:50.275 16  switches: flows:  93507 96897 94931 93838 93010 94381 93337 95186 91260 91349 89163 92222 91698 92013 90492 90909  total = 24.695038 per ms 
01:31:50.376 16  switches: flows:  93929 97275 94725 93162 92698 92710 93713 94768 91393 90994 88871 91698 91644 90195 91469 89311  total = 24.601535 per ms 
RESULT: 16 switches 9 tests min/max/avg/stdev = 23881.92/24809.30/24515.78/8177.96 responses/s</msg>
<arg>${stderr}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-08-31T01:31:50.369266" elapsed="0.001046"/>
</kw>
<if>
<branch type="IF" condition="&quot;${return_stdout}&quot;!=&quot;True&quot;">
<return>
<value>${stderr}</value>
<status status="PASS" start="2026-08-31T01:31:50.370777" elapsed="0.000068"/>
</return>
<status status="PASS" start="2026-08-31T01:31:50.370476" elapsed="0.000440"/>
</branch>
<status status="PASS" start="2026-08-31T01:31:50.370431" elapsed="0.000534"/>
</if>
<if>
<branch type="IF" condition="&quot;${return_stderr}&quot;!=&quot;True&quot;">
<return>
<value>${stdout}</value>
<status status="NOT RUN" start="2026-08-31T01:31:50.371210" elapsed="0.000028"/>
</return>
<status status="NOT RUN" start="2026-08-31T01:31:50.371090" elapsed="0.000206"/>
</branch>
<status status="NOT RUN" start="2026-08-31T01:31:50.371048" elapsed="0.000291"/>
</if>
<return>
<value>${stdout}</value>
<value>${stderr}</value>
<status status="NOT RUN" start="2026-08-31T01:31:50.371400" elapsed="0.000031"/>
</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-08-31T01:31:50.377933" elapsed="0.000763"/>
</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-08-31T01:31:50.379011" elapsed="0.000380"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-08-31T01:31:50.379688" elapsed="0.000203"/>
</kw>
<arg>${current_ssh_connection.index}</arg>
<doc>Restore active SSH connection in SSHLibrary to given index.</doc>
<status status="PASS" start="2026-08-31T01:31:50.372791" elapsed="0.007206"/>
</kw>
<msg time="2026-08-31T01:31:50.380284" level="INFO">${output} = cbench: controller benchmarking tool
   running in mode 'latency'
   connecting to controller at 10.30.171.66:6633 
   faking 16 switches with 1 threads :: 10 tests each; 60000 ms per test
   with 100...</msg>
<var>${output}</var>
<arg>${cbench_system}</arg>
<arg>${cbench_executable} -c ${ODL_SYSTEM_IP} ${cbench_args}</arg>
<arg>prompt_timeout=${test_timeout}</arg>
<arg>return_stdout=False</arg>
<arg>return_stderr=True</arg>
<doc>Reduces the common work of running a command on a remote system to a single higher level
robot keyword, taking care to log in with a public key and. The command given is written and the return value
depends on the passed argument values of return_stdout (default: True) and return_stderr (default: False).
At least one should be True, or the keyword will exit and FAIL. If both are True, the resulting return value
will be a two element list containing both. Otherwise the resulting return value is a string.
No test conditions are checked.</doc>
<status status="PASS" start="2026-08-31T01:21:43.606925" elapsed="606.773412"/>
</kw>
<status status="PASS" start="2026-08-31T01:21:43.606626" elapsed="606.773810"/>
</branch>
<status status="PASS" start="2026-08-31T01:21:43.606331" elapsed="606.774152"/>
</if>
<kw name="Log" owner="BuiltIn">
<msg time="2026-08-31T01:31:50.381421" level="INFO">cbench: controller benchmarking tool
   running in mode 'latency'
   connecting to controller at 10.30.171.66:6633 
   faking 16 switches with 1 threads :: 10 tests each; 60000 ms per test
   with 100 unique source MACs per switch
   learning destination mac addresses before the test
   starting test with 5000 ms delay after features_reply
   ignoring first 1 "warmup" and last 0 "cooldown" loops
   debugging info is off
Master Thread: Creating thread-0! 
Thread-0: All switches initialized. Running at node 10.30.171.66. So far 1 cbench instances have initialized their switches.  Waiting for other cbench-instances
Thread-0: Total switches from ALL cbench-instances initialized.
01:22:49.462 16  switches: flows:  90791 90205 88716 90272 90409 88125 88568 90264 88256 87836 87473 88571 88283 88454 86799 86864  total = 23.664767 per ms 
01:23:49.563 16  switches: flows:  92562 93226 92596 90714 91881 90829 90969 91890 90322 89569 88740 91220 90757 89251 88507 89081  total = 24.161356 per ms 
01:24:49.665 16  switches: flows:  90615 93008 91352 90063 90934 89074 89304 91593 89854 88039 87258 89873 89979 89411 88792 86173  total = 23.881917 per ms 
01:25:49.768 16  switches: flows:  95000 97723 96392 93932 92932 92899 92564 96339 92542 89801 88674 92968 91983 92394 90760 89226  total = 24.727553 per ms 
01:26:49.869 16  switches: flows:  95950 97666 95879 93752 93438 93180 93296 96859 92273 91144 88820 92966 92545 92027 91716 89545  total = 24.809304 per ms 
01:27:49.969 16  switches: flows:  94685 97275 96555 92663 93104 94528 93145 95316 91686 90548 89730 91267 92313 92965 91201 88621  total = 24.718773 per ms 
01:28:50.071 16  switches: flows:  95220 97525 96017 93535 93474 92431 92602 95623 92774 92525 90289 92013 92710 91834 91553 90120  total = 24.795594 per ms 
01:29:50.171 16  switches: flows:  92957 95033 93143 92875 92297 92562 91124 93202 89490 89280 88078 90015 90546 90049 89125 87726  total = 24.250937 per ms 
01:30:50.275 16  switches: flows:  93507 96897 94931 93838 93010 94381 93337 95186 91260 91349 89163 92222 91698 92013 90492 90909  total = 24.695038 per ms 
01:31:50.376 16  switches: flows:  93929 97275 94725 93162 92698 92710 93713 94768 91393 90994 88871 91698 91644 90195 91469 89311  total = 24.601535 per ms 
RESULT: 16 switches 9 tests min/max/avg/stdev = 23881.92/24809.30/24515.78/8177.96 responses/s</msg>
<arg>${output}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-08-31T01:31:50.380802" elapsed="0.000838"/>
</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-08-31T01:31:50.381973" elapsed="0.000796"/>
</kw>
<kw name="Get Lines Containing String" owner="String">
<msg time="2026-08-31T01:31:50.383691" level="INFO">1 out of 23 lines matched.</msg>
<msg time="2026-08-31T01:31:50.383903" level="INFO">${result_line} = RESULT: 16 switches 9 tests min/max/avg/stdev = 23881.92/24809.30/24515.78/8177.96 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-08-31T01:31:50.383097" elapsed="0.000855"/>
</kw>
<kw name="Split String" owner="String">
<msg time="2026-08-31T01:31:50.384836" level="INFO">@{results_list} = [ RESULT: | 16 | switches | 9 | tests | min/max/avg/stdev | = | 23881.92/24809.30/24515.78/8177.96 | 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-08-31T01:31:50.384299" elapsed="0.000590"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-08-31T01:31:50.389912" 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-08-31T01:31:50.385211" elapsed="0.004813"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-08-31T01:31:50.395018" level="INFO">23881.92/24809.30/24515.78/8177.96</msg>
<arg>${results_list[7]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-08-31T01:31:50.390353" elapsed="0.004777"/>
</kw>
<kw name="Split String" owner="String">
<msg time="2026-08-31T01:31:50.400386" 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-08-31T01:31:50.395468" elapsed="0.004973"/>
</kw>
<kw name="Split String" owner="String">
<msg time="2026-08-31T01:31:50.405644" level="INFO">@{result_value_list} = [ 23881.92 | 24809.30 | 24515.78 | 8177.96 ]</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-08-31T01:31:50.400854" elapsed="0.004863"/>
</kw>
<kw name="Get Length" owner="BuiltIn">
<msg time="2026-08-31T01:31:50.406735" level="INFO">Length is 4.</msg>
<msg time="2026-08-31T01:31:50.406914" 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-08-31T01:31:50.406044" elapsed="0.000917"/>
</kw>
<for flavor="IN RANGE">
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-08-31T01:31:50.414319" level="INFO">min :: 23881.92</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-08-31T01:31:50.407805" elapsed="0.006585"/>
</kw>
<var name="${i}">0</var>
<status status="PASS" start="2026-08-31T01:31:50.407521" elapsed="0.006911"/>
</iter>
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-08-31T01:31:50.420508" level="INFO">max :: 24809.30</msg>
<arg>${result_name_list[${i}]} :: ${result_value_list[${i}]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-08-31T01:31:50.414728" elapsed="0.005868"/>
</kw>
<var name="${i}">1</var>
<status status="PASS" start="2026-08-31T01:31:50.414542" elapsed="0.006097"/>
</iter>
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-08-31T01:31:50.426954" level="INFO">avg :: 24515.78</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-08-31T01:31:50.420907" elapsed="0.006118"/>
</kw>
<var name="${i}">2</var>
<status status="PASS" start="2026-08-31T01:31:50.420745" elapsed="0.006323"/>
</iter>
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-08-31T01:31:50.432957" level="INFO">stdev :: 8177.96</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-08-31T01:31:50.427361" elapsed="0.005684"/>
</kw>
<var name="${i}">3</var>
<status status="PASS" start="2026-08-31T01:31:50.427195" elapsed="0.005898"/>
</iter>
<var>${i}</var>
<value>0</value>
<value>${num_stats}</value>
<status status="PASS" start="2026-08-31T01:31:50.407106" elapsed="0.026028"/>
</for>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-08-31T01:31:50.438274" level="INFO">${min} = 23881.92</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-08-31T01:31:50.433383" elapsed="0.004925"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-08-31T01:31:50.443691" level="INFO">${max} = 24809.30</msg>
<var>${max}</var>
<arg>${result_value_list[${1}]}</arg>
<doc>Returns the given values which can then be assigned to a variables.</doc>
<status status="PASS" start="2026-08-31T01:31:50.438505" elapsed="0.005219"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-08-31T01:31:50.448865" level="INFO">${average} = 24515.78</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-08-31T01:31:50.443921" elapsed="0.004981"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-08-31T01:31:50.454434" level="INFO">${stdev} = 8177.96</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-08-31T01:31:50.449167" elapsed="0.005301"/>
</kw>
<kw name="Get Time" owner="BuiltIn">
<msg time="2026-08-31T01:31:50.455141" level="INFO">${date} = 2026-08-31 01:31:50</msg>
<var>${date}</var>
<arg>d,m,s</arg>
<doc>Returns the given time in the requested format.</doc>
<status status="PASS" start="2026-08-31T01:31:50.454700" elapsed="0.000492"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-08-31T01:31:50.455904" level="INFO">CBench Result: 2026-08-31 01:31:50,-m 60000 -M 100 -S 16 -l 10 -D 5000 -p 6633,23881.92,24809.30,24515.78,8177.96</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-08-31T01:31:50.455378" elapsed="0.000596"/>
</kw>
<kw name="Log Results And Determine Status">
<kw name="Append To File" owner="OperatingSystem">
<msg time="2026-08-31T01:31:50.457467" 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-08-31T01:31:50.456833" elapsed="0.000696"/>
</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-08-31T01:31:50.457680" elapsed="0.000422"/>
</kw>
<arg>${min}</arg>
<arg>${max}</arg>
<arg>${average}</arg>
<arg>${average_threshold}</arg>
<arg>${output_filename}</arg>
<status status="PASS" start="2026-08-31T01:31:50.456147" elapsed="0.002012"/>
</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-08-31T01:21:43.605356" elapsed="606.852871"/>
</kw>
<kw name="Sleep" owner="BuiltIn">
<msg time="2026-08-31T01:31:50.458674" 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-08-31T01:31:50.458371" elapsed="0.000355"/>
</kw>
<kw name="Report Failure Due To Bug" owner="Utils" type="TEARDOWN">
<kw name="Evaluate" owner="BuiltIn">
<msg time="2026-08-31T01:31:50.459867" 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-08-31T01:31:50.459392" elapsed="0.000507"/>
</kw>
<if>
<branch type="IF" condition="('${TEST_STATUS}' != 'FAIL') or ${test_skipped}">
<return>
<status status="PASS" start="2026-08-31T01:31:50.460151" elapsed="0.000048"/>
</return>
<status status="PASS" start="2026-08-31T01:31:50.459995" elapsed="0.000243"/>
</branch>
<status status="PASS" start="2026-08-31T01:31:50.459969" elapsed="0.000291"/>
</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-08-31T01:31:50.460404" elapsed="0.000020"/>
</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-08-31T01:31:50.460569" elapsed="0.000024"/>
</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-08-31T01:31:50.460729" elapsed="0.000024"/>
</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-08-31T01:31:50.460885" elapsed="0.000018"/>
</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-08-31T01:31:50.461078" 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-08-31T01:31:50.461230" elapsed="0.000019"/>
</kw>
<kw name="Log" owner="BuiltIn">
<arg>${msg}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="NOT RUN" start="2026-08-31T01:31:50.461361" elapsed="0.000017"/>
</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-08-31T01:31:50.461615" elapsed="0.000028"/>
</kw>
<status status="NOT RUN" start="2026-08-31T01:31:50.461432" elapsed="0.000242"/>
</branch>
<status status="NOT RUN" start="2026-08-31T01:31:50.461417" elapsed="0.000278"/>
</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-08-31T01:31:50.459079" elapsed="0.002666"/>
</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-08-31T01:21:43.604226" elapsed="606.857562"/>
</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-08-31T01:01:27.725081" elapsed="1822.737409"/>
</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>
