<?xml version="1.0" encoding="UTF-8"?>
<robot generator="Robot 7.4.2 (Python 3.11.10 on linux)" generated="2026-09-01T01:00:15.142131" 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-09-01T01:00:15.686211" elapsed="0.000022"/>
</return>
<status status="NOT RUN" start="2026-09-01T01:00:15.686062" elapsed="0.000235"/>
</branch>
<status status="PASS" start="2026-09-01T01:00:15.686031" elapsed="0.000292"/>
</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-09-01T01:00:15.686461" elapsed="0.000491"/>
</kw>
<kw name="Login" owner="SSHLibrary">
<msg time="2026-09-01T01:00:15.687412" level="INFO">Logging into '10.30.170.244:8101' as 'karaf'.</msg>
<msg time="2026-09-01T01:00:16.385259" 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-09-01T01:00:15.687117" elapsed="0.698342"/>
</kw>
<kw name="Write" owner="SSHLibrary">
<msg time="2026-09-01T01:00:16.435650" 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-09-01T01:00:16.385734" elapsed="0.050085"/>
</kw>
<kw name="Read Until Regexp" owner="SSHLibrary">
<msg time="2026-09-01T01:00:16.438076" level="INFO">[?1l&gt;[?2004l[?1h=[90m~[0m                                                                                [?2004hopendaylight-user@root&gt;</msg>
<msg time="2026-09-01T01:00:16.438251" 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-09-01T01:00:16.436090" elapsed="0.002206"/>
</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-09-01T01:00:16.438533" elapsed="0.000457"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-09-01T01:00:16.439238" elapsed="0.000311"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-09-01T01:00:16.440306" 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-09-01T01:00:16.439782" elapsed="0.000583"/>
</kw>
<return>
<value>${output}</value>
<status status="PASS" start="2026-09-01T01:00:16.440416" elapsed="0.000054"/>
</return>
<arg>log:set ${log_level}</arg>
<doc>Will execute the given ${cmd} by ssh'ing to the karaf console running on 10.30.170.244
Note that this keyword will open&amp;close new SSH connection, without switching back to previously current session.</doc>
<status status="PASS" start="2026-09-01T01:00:15.685703" elapsed="0.754958"/>
</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-09-01T01:00:15.682265" elapsed="0.758456"/>
</kw>
<kw name="Append To File" owner="OperatingSystem">
<msg time="2026-09-01T01:00:16.441520" 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-09-01T01:00:16.440982" elapsed="0.000593"/>
</kw>
<kw name="Append To File" owner="OperatingSystem">
<msg time="2026-09-01T01:00:16.441971" 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-09-01T01:00:16.441718" elapsed="0.000314"/>
</kw>
<kw name="Evaluate" owner="BuiltIn">
<msg time="2026-09-01T01:00:16.442621" 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-09-01T01:00:16.442178" elapsed="0.000470"/>
</kw>
<kw name="Set Suite Variable" owner="BuiltIn">
<msg time="2026-09-01T01:00:16.443142" 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-09-01T01:00:16.442822" elapsed="0.000367"/>
</kw>
<kw name="Evaluate" owner="BuiltIn">
<msg time="2026-09-01T01:00:16.443692" 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-09-01T01:00:16.443347" elapsed="0.000369"/>
</kw>
<kw name="Set Suite Variable" owner="BuiltIn">
<msg time="2026-09-01T01:00:16.444184" 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-09-01T01:00:16.443880" elapsed="0.000344"/>
</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-09-01T01:00:16.444530" elapsed="0.000020"/>
</kw>
<status status="NOT RUN" start="2026-09-01T01:00:16.444326" elapsed="0.000254"/>
</branch>
<branch type="ELSE">
<kw name="Verify File Exists On Remote System" owner="Utils">
<kw name="Open Connection" owner="SSHLibrary">
<msg time="2026-09-01T01:00:16.448779" 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-09-01T01:00:16.448383" elapsed="0.000422"/>
</kw>
<kw name="Flexible_SSH_Login" owner="SSHKeywords">
<kw name="Get Length" owner="BuiltIn">
<msg time="2026-09-01T01:00:16.450484" level="INFO">Length is 0.</msg>
<msg time="2026-09-01T01:00:16.450563" 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-09-01T01:00:16.449394" elapsed="0.001192"/>
</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-09-01T01:00:16.450728" elapsed="0.000383"/>
</kw>
<kw name="Run Keyword And Return" owner="BuiltIn">
<kw name="Login With Public Key" owner="SSHLibrary">
<msg time="2026-09-01T01:00:16.452140" level="INFO">Logging into '10.30.171.102:22' as 'jenkins'.</msg>
<msg time="2026-09-01T01:00:16.943257" 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 Tue Sep  1 00:59:35 UTC 2026

  System load:  0.05               Processes:             109
  Usage of /:   19.7% of 38.58GB   Users logged in:       0
  Memory usage: 4%                 IPv4 address for ens3: 10.30.171.102
  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-825-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-09-01T01:00:16.451625" elapsed="0.491822"/>
</kw>
<msg time="2026-09-01T01:00:16.943531" 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-09-01T01:00:16.451298" elapsed="0.492317"/>
</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-09-01T01:00:16.449005" elapsed="0.494719"/>
</kw>
<kw name="File Should Exist" owner="SSHLibrary">
<msg time="2026-09-01T01:00:16.954360" 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-09-01T01:00:16.943933" elapsed="0.012157"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-09-01T01:00:16.956325" elapsed="0.000294"/>
</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-09-01T01:00:16.447872" elapsed="0.508811"/>
</kw>
<status status="PASS" start="2026-09-01T01:00:16.444659" elapsed="0.512059"/>
</branch>
<status status="PASS" start="2026-09-01T01:00:16.444297" elapsed="0.512454"/>
</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-09-01T01:00:16.956925" elapsed="0.000486"/>
</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-09-01T01:00:16.961514" elapsed="0.000018"/>
</return>
<status status="NOT RUN" start="2026-09-01T01:00:16.961399" elapsed="0.000166"/>
</branch>
<status status="PASS" start="2026-09-01T01:00:16.961375" elapsed="0.000212"/>
</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-09-01T01:00:16.965008" elapsed="0.000013"/>
</return>
<status status="NOT RUN" start="2026-09-01T01:00:16.964895" elapsed="0.000156"/>
</branch>
<status status="PASS" start="2026-09-01T01:00:16.964877" elapsed="0.000194"/>
</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-09-01T01:00:16.965202" elapsed="0.000473"/>
</kw>
<kw name="Login" owner="SSHLibrary">
<msg time="2026-09-01T01:00:16.966074" level="INFO">Logging into '10.30.170.244:8101' as 'karaf'.</msg>
<msg time="2026-09-01T01:00:17.252773" 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-09-01T01:00:16.965829" elapsed="0.287105"/>
</kw>
<kw name="Write" owner="SSHLibrary">
<msg time="2026-09-01T01:00:17.344409" 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-09-01T01:00:17.253326" elapsed="0.091246"/>
</kw>
<kw name="Read Until Regexp" owner="SSHLibrary">
<msg time="2026-09-01T01:00:17.351657" 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-09-01T01:00:17.351861" 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-09-01T01:00:17.344750" elapsed="0.007140"/>
</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-09-01T01:00:17.352042" elapsed="0.000205"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-09-01T01:00:17.352406" elapsed="0.000211"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-09-01T01:00:17.353072" 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-09-01T01:00:17.352780" elapsed="0.000349"/>
</kw>
<return>
<value>${output}</value>
<status status="PASS" start="2026-09-01T01:00:17.353182" elapsed="0.000058"/>
</return>
<msg time="2026-09-01T01:00:17.353492" 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.170.244
Note that this keyword will open&amp;close new SSH connection, without switching back to previously current session.</doc>
<status status="PASS" start="2026-09-01T01:00:16.964556" elapsed="0.389036"/>
</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-09-01T01:00:17.353735" elapsed="0.000579"/>
</kw>
<return>
<value>${output}</value>
<status status="PASS" start="2026-09-01T01:00:17.354364" elapsed="0.000029"/>
</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-09-01T01:00:16.961101" elapsed="0.393385"/>
</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-09-01T01:00:17.358252" elapsed="0.000013"/>
</return>
<status status="NOT RUN" start="2026-09-01T01:00:17.358126" elapsed="0.000190"/>
</branch>
<status status="PASS" start="2026-09-01T01:00:17.358104" elapsed="0.000235"/>
</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-09-01T01:00:17.358460" elapsed="0.000574"/>
</kw>
<kw name="Login" owner="SSHLibrary">
<msg time="2026-09-01T01:00:17.359840" level="INFO">Logging into '10.30.170.244:8101' as 'karaf'.</msg>
<msg time="2026-09-01T01:00:17.590665" 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-09-01T01:00:17.359171" elapsed="0.231653"/>
</kw>
<kw name="Write" owner="SSHLibrary">
<msg time="2026-09-01T01:00:17.612994" 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-09-01T01:00:17.591051" elapsed="0.022036"/>
</kw>
<kw name="Read Until Regexp" owner="SSHLibrary">
<msg time="2026-09-01T01:00:17.614967" level="INFO">[?1l&gt;[?2004lDropAllFlows transitions to on
[?1h=[90m~[0m                                                                                [?2004hopendaylight-user@root&gt;</msg>
<msg time="2026-09-01T01:00:17.615069" 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-09-01T01:00:17.613276" elapsed="0.001828"/>
</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-09-01T01:00:17.615255" elapsed="0.000220"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-09-01T01:00:17.615646" elapsed="0.000239"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-09-01T01:00:17.616377" 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-09-01T01:00:17.616034" elapsed="0.000392"/>
</kw>
<return>
<value>${output}</value>
<status status="PASS" start="2026-09-01T01:00:17.616487" elapsed="0.000065"/>
</return>
<arg>dropallpacketsrpc on</arg>
<doc>Will execute the given ${cmd} by ssh'ing to the karaf console running on 10.30.170.244
Note that this keyword will open&amp;close new SSH connection, without switching back to previously current session.</doc>
<status status="PASS" start="2026-09-01T01:00:17.357819" elapsed="0.258848"/>
</kw>
<status status="PASS" start="2026-09-01T01:00:15.680402" elapsed="1.936341"/>
</kw>
<test id="s1-t1" name="Cbench Latency Test" line="37">
<kw name="Log" owner="BuiltIn">
<msg time="2026-09-01T01:00:17.618931" 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-09-01T01:00:17.617635" elapsed="0.001379"/>
</kw>
<kw name="Run Cbench And Log Results">
<kw name="Set Suite Variable" owner="BuiltIn">
<msg time="2026-09-01T01:00:17.620449" 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-09-01T01:00:17.620098" elapsed="0.000391"/>
</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-09-01T01:00:17.620814" elapsed="0.000020"/>
</kw>
<status status="NOT RUN" start="2026-09-01T01:00:17.620570" elapsed="0.000297"/>
</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-09-01T01:00:17.623764" elapsed="0.000037"/>
</kw>
<status status="NOT RUN" start="2026-09-01T01:00:17.623477" elapsed="0.000359"/>
</branch>
<status status="PASS" start="2026-09-01T01:00:17.623457" elapsed="0.000402"/>
</if>
<kw name="Get Connection" owner="SSHLibrary">
<msg time="2026-09-01T01:00:17.624217" 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-09-01T01:00:17.624353" 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-09-01T01:00:17.623985" elapsed="0.000394"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-09-01T01:00:17.624970" level="INFO">Attempting to execute command "/usr/local/bin/cbench -c 10.30.170.244 -m 60000 -M 100 -S 16 -l 10 -D 5000 -p 6633" on remote system "10.30.171.102" 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-09-01T01:00:17.624503" elapsed="0.000524"/>
</kw>
<kw name="Open Connection" owner="SSHLibrary">
<msg time="2026-09-01T01:00:17.625684" 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-09-01T01:00:17.625161" elapsed="0.000555"/>
</kw>
<kw name="Flexible_SSH_Login" owner="SSHKeywords">
<kw name="Get Length" owner="BuiltIn">
<msg time="2026-09-01T01:00:17.626648" level="INFO">Length is 0.</msg>
<msg time="2026-09-01T01:00:17.626730" 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-09-01T01:00:17.626340" elapsed="0.000411"/>
</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-09-01T01:00:17.626904" elapsed="0.000309"/>
</kw>
<kw name="Run Keyword And Return" owner="BuiltIn">
<kw name="Login With Public Key" owner="SSHLibrary">
<msg time="2026-09-01T01:00:17.628077" level="INFO">Logging into '10.30.171.102:22' as 'jenkins'.</msg>
<msg time="2026-09-01T01:00:18.010966" 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 Tue Sep  1 00:59:35 UTC 2026

  System load:  0.05               Processes:             109
  Usage of /:   19.7% of 38.58GB   Users logged in:       0
  Memory usage: 4%                 IPv4 address for ens3: 10.30.171.102
  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: Tue Sep  1 01:00:16 2026 from 10.30.170.183
[?2004h[jenkins@releng-48317-825-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-09-01T01:00:17.627706" elapsed="0.383466"/>
</kw>
<msg time="2026-09-01T01:00:18.011273" 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-09-01T01:00:17.627370" elapsed="0.384021"/>
</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-09-01T01:00:17.625943" elapsed="0.385566"/>
</kw>
<kw name="Execute Command" owner="SSHLibrary">
<msg time="2026-09-01T01:00:18.012040" level="INFO">Executing command '/usr/local/bin/cbench -c 10.30.170.244 -m 60000 -M 100 -S 16 -l 10 -D 5000 -p 6633'.</msg>
<msg time="2026-09-01T01:10:24.192856" level="INFO">Command exited with return code 0.</msg>
<msg time="2026-09-01T01:10:24.193347" level="INFO">${stdout} = </msg>
<msg time="2026-09-01T01:10:24.193434" level="INFO">${stderr} = cbench: controller benchmarking tool
   running in mode 'latency'
   connecting to controller at 10.30.170.244:6633 
   faking 16 switches with 1 threads :: 10 tests each; 60000 ms per test
   with 10...</msg>
<var>${stdout}</var>
<var>${stderr}</var>
<arg>${cmd}</arg>
<arg>return_stderr=True</arg>
<doc>Executes ``command`` on the remote machine and returns its outputs.</doc>
<status status="PASS" start="2026-09-01T01:00:18.011728" elapsed="606.181757"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-09-01T01:10:24.193918" elapsed="0.000502"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-09-01T01:10:24.195408" level="INFO">cbench: controller benchmarking tool
   running in mode 'latency'
   connecting to controller at 10.30.170.244:6633 
   faking 16 switches with 1 threads :: 10 tests each; 60000 ms per test
   with 100 unique source MACs per switch
   learning destination mac addresses before the test
   starting test with 5000 ms delay after features_reply
   ignoring first 1 "warmup" and last 0 "cooldown" loops
   debugging info is off
Master Thread: Creating thread-0! 
Thread-0: All switches initialized. Running at node 10.30.170.244. So far 1 cbench instances have initialized their switches.  Waiting for other cbench-instances
Thread-0: Total switches from ALL cbench-instances initialized.
01:01:23.285 16  switches: flows:  92552 92390 89812 91325 89603 88779 89229 89626 89511 87707 86137 87309 85249 85739 85297 86663  total = 23.615467 per ms 
01:02:23.386 16  switches: flows:  102257 102403 99809 99313 99592 99184 101122 97524 96925 97506 94793 94557 96227 94727 94404 93876  total = 26.026863 per ms 
01:03:23.486 16  switches: flows:  102159 104754 103033 101376 102414 100371 101943 100386 98644 99614 95314 96437 98648 96889 97527 97136  total = 26.566390 per ms 
01:04:23.587 16  switches: flows:  100324 100445 99685 98493 98278 98403 98170 96677 95321 94661 92754 92083 94777 94570 93639 92388  total = 25.635007 per ms 
01:05:23.688 16  switches: flows:  98916 101116 100245 100030 98075 98329 98034 97097 96731 96614 93283 93302 95105 94381 93578 91751  total = 25.733498 per ms 
01:06:23.788 16  switches: flows:  99348 100310 99776 98454 98112 97244 98495 98198 95383 95211 93674 92375 94988 94486 92959 94019  total = 25.674355 per ms 
01:07:23.889 16  switches: flows:  104706 103305 102326 102200 101648 99769 100696 99869 99815 98628 96032 96759 98413 96679 96213 95344  total = 26.495825 per ms 
01:08:23.989 16  switches: flows:  98716 100501 99530 97853 96645 95914 97391 97307 97000 95369 91876 92986 95828 93639 91204 90592  total = 25.496630 per ms 
01:09:24.090 16  switches: flows:  98418 98510 98171 97466 95165 93554 96758 95568 93968 92324 90359 92061 92516 91700 90161 89909  total = 25.068294 per ms 
01:10:24.191 16  switches: flows:  84621 85153 85543 82966 83806 81395 84866 83014 82178 80809 80681 81258 82161 81372 78976 79067  total = 21.927843 per ms 
RESULT: 16 switches 9 tests min/max/avg/stdev = 21927.84/26566.39/25402.75/8567.84 responses/s</msg>
<arg>${stderr}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-09-01T01:10:24.194746" elapsed="0.000942"/>
</kw>
<if>
<branch type="IF" condition="&quot;${return_stdout}&quot;!=&quot;True&quot;">
<return>
<value>${stderr}</value>
<status status="PASS" start="2026-09-01T01:10:24.196106" elapsed="0.000061"/>
</return>
<status status="PASS" start="2026-09-01T01:10:24.195842" elapsed="0.000377"/>
</branch>
<status status="PASS" start="2026-09-01T01:10:24.195802" elapsed="0.000452"/>
</if>
<if>
<branch type="IF" condition="&quot;${return_stderr}&quot;!=&quot;True&quot;">
<return>
<value>${stdout}</value>
<status status="NOT RUN" start="2026-09-01T01:10:24.196441" elapsed="0.000017"/>
</return>
<status status="NOT RUN" start="2026-09-01T01:10:24.196381" elapsed="0.000116"/>
</branch>
<status status="NOT RUN" start="2026-09-01T01:10:24.196352" elapsed="0.000173"/>
</if>
<return>
<value>${stdout}</value>
<value>${stderr}</value>
<status status="NOT RUN" start="2026-09-01T01:10:24.196570" elapsed="0.000017"/>
</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-09-01T01:10:24.201088" elapsed="0.000696"/>
</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-09-01T01:10:24.202076" elapsed="0.000337"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-09-01T01:10:24.202603" elapsed="0.000177"/>
</kw>
<arg>${current_ssh_connection.index}</arg>
<doc>Restore active SSH connection in SSHLibrary to given index.</doc>
<status status="PASS" start="2026-09-01T01:10:24.197039" elapsed="0.005838"/>
</kw>
<msg time="2026-09-01T01:10:24.203098" level="INFO">${output} = cbench: controller benchmarking tool
   running in mode 'latency'
   connecting to controller at 10.30.170.244:6633 
   faking 16 switches with 1 threads :: 10 tests each; 60000 ms per test
   with 10...</msg>
<var>${output}</var>
<arg>${cbench_system}</arg>
<arg>${cbench_executable} -c ${ODL_SYSTEM_IP} ${cbench_args}</arg>
<arg>prompt_timeout=${test_timeout}</arg>
<arg>return_stdout=False</arg>
<arg>return_stderr=True</arg>
<doc>Reduces the common work of running a command on a remote system to a single higher level
robot keyword, taking care to log in with a public key and. The command given is written and the return value
depends on the passed argument values of return_stdout (default: True) and return_stderr (default: False).
At least one should be True, or the keyword will exit and FAIL. If both are True, the resulting return value
will be a two element list containing both. Otherwise the resulting return value is a string.
No test conditions are checked.</doc>
<status status="PASS" start="2026-09-01T01:00:17.621192" elapsed="606.581956"/>
</kw>
<status status="PASS" start="2026-09-01T01:00:17.620895" elapsed="606.582346"/>
</branch>
<status status="PASS" start="2026-09-01T01:00:17.620544" elapsed="606.582772"/>
</if>
<kw name="Log" owner="BuiltIn">
<msg time="2026-09-01T01:10:24.204185" level="INFO">cbench: controller benchmarking tool
   running in mode 'latency'
   connecting to controller at 10.30.170.244:6633 
   faking 16 switches with 1 threads :: 10 tests each; 60000 ms per test
   with 100 unique source MACs per switch
   learning destination mac addresses before the test
   starting test with 5000 ms delay after features_reply
   ignoring first 1 "warmup" and last 0 "cooldown" loops
   debugging info is off
Master Thread: Creating thread-0! 
Thread-0: All switches initialized. Running at node 10.30.170.244. So far 1 cbench instances have initialized their switches.  Waiting for other cbench-instances
Thread-0: Total switches from ALL cbench-instances initialized.
01:01:23.285 16  switches: flows:  92552 92390 89812 91325 89603 88779 89229 89626 89511 87707 86137 87309 85249 85739 85297 86663  total = 23.615467 per ms 
01:02:23.386 16  switches: flows:  102257 102403 99809 99313 99592 99184 101122 97524 96925 97506 94793 94557 96227 94727 94404 93876  total = 26.026863 per ms 
01:03:23.486 16  switches: flows:  102159 104754 103033 101376 102414 100371 101943 100386 98644 99614 95314 96437 98648 96889 97527 97136  total = 26.566390 per ms 
01:04:23.587 16  switches: flows:  100324 100445 99685 98493 98278 98403 98170 96677 95321 94661 92754 92083 94777 94570 93639 92388  total = 25.635007 per ms 
01:05:23.688 16  switches: flows:  98916 101116 100245 100030 98075 98329 98034 97097 96731 96614 93283 93302 95105 94381 93578 91751  total = 25.733498 per ms 
01:06:23.788 16  switches: flows:  99348 100310 99776 98454 98112 97244 98495 98198 95383 95211 93674 92375 94988 94486 92959 94019  total = 25.674355 per ms 
01:07:23.889 16  switches: flows:  104706 103305 102326 102200 101648 99769 100696 99869 99815 98628 96032 96759 98413 96679 96213 95344  total = 26.495825 per ms 
01:08:23.989 16  switches: flows:  98716 100501 99530 97853 96645 95914 97391 97307 97000 95369 91876 92986 95828 93639 91204 90592  total = 25.496630 per ms 
01:09:24.090 16  switches: flows:  98418 98510 98171 97466 95165 93554 96758 95568 93968 92324 90359 92061 92516 91700 90161 89909  total = 25.068294 per ms 
01:10:24.191 16  switches: flows:  84621 85153 85543 82966 83806 81395 84866 83014 82178 80809 80681 81258 82161 81372 78976 79067  total = 21.927843 per ms 
RESULT: 16 switches 9 tests min/max/avg/stdev = 21927.84/26566.39/25402.75/8567.84 responses/s</msg>
<arg>${output}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-09-01T01:10:24.203599" elapsed="0.000746"/>
</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-09-01T01:10:24.204631" elapsed="0.000610"/>
</kw>
<kw name="Get Lines Containing String" owner="String">
<msg time="2026-09-01T01:10:24.205892" level="INFO">1 out of 23 lines matched.</msg>
<msg time="2026-09-01T01:10:24.206048" level="INFO">${result_line} = RESULT: 16 switches 9 tests min/max/avg/stdev = 21927.84/26566.39/25402.75/8567.84 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-09-01T01:10:24.205490" elapsed="0.000598"/>
</kw>
<kw name="Split String" owner="String">
<msg time="2026-09-01T01:10:24.206803" level="INFO">@{results_list} = [ RESULT: | 16 | switches | 9 | tests | min/max/avg/stdev | = | 21927.84/26566.39/25402.75/8567.84 | 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-09-01T01:10:24.206367" elapsed="0.000480"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-09-01T01:10:24.211270" 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-09-01T01:10:24.207103" elapsed="0.004306"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-09-01T01:10:24.215856" level="INFO">21927.84/26566.39/25402.75/8567.84</msg>
<arg>${results_list[7]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-09-01T01:10:24.211718" elapsed="0.004247"/>
</kw>
<kw name="Split String" owner="String">
<msg time="2026-09-01T01:10:24.220453" 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-09-01T01:10:24.216251" elapsed="0.004257"/>
</kw>
<kw name="Split String" owner="String">
<msg time="2026-09-01T01:10:24.224762" level="INFO">@{result_value_list} = [ 21927.84 | 26566.39 | 25402.75 | 8567.84 ]</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-09-01T01:10:24.220915" elapsed="0.003905"/>
</kw>
<kw name="Get Length" owner="BuiltIn">
<msg time="2026-09-01T01:10:24.225808" level="INFO">Length is 4.</msg>
<msg time="2026-09-01T01:10:24.225957" 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-09-01T01:10:24.225115" elapsed="0.000875"/>
</kw>
<for flavor="IN RANGE">
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-09-01T01:10:24.233593" level="INFO">min :: 21927.84</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-09-01T01:10:24.226762" elapsed="0.006941"/>
</kw>
<var name="${i}">0</var>
<status status="PASS" start="2026-09-01T01:10:24.226478" elapsed="0.007276"/>
</iter>
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-09-01T01:10:24.240172" level="INFO">max :: 26566.39</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-09-01T01:10:24.234087" elapsed="0.006173"/>
</kw>
<var name="${i}">1</var>
<status status="PASS" start="2026-09-01T01:10:24.233889" elapsed="0.006443"/>
</iter>
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-09-01T01:10:24.246552" level="INFO">avg :: 25402.75</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-09-01T01:10:24.240664" elapsed="0.006021"/>
</kw>
<var name="${i}">2</var>
<status status="PASS" start="2026-09-01T01:10:24.240461" elapsed="0.006290"/>
</iter>
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-09-01T01:10:24.253522" level="INFO">stdev :: 8567.84</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-09-01T01:10:24.247194" elapsed="0.006412"/>
</kw>
<var name="${i}">3</var>
<status status="PASS" start="2026-09-01T01:10:24.246936" elapsed="0.006738"/>
</iter>
<var>${i}</var>
<value>0</value>
<value>${num_stats}</value>
<status status="PASS" start="2026-09-01T01:10:24.226125" elapsed="0.027600"/>
</for>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-09-01T01:10:24.259126" level="INFO">${min} = 21927.84</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-09-01T01:10:24.253975" elapsed="0.005187"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-09-01T01:10:24.264958" level="INFO">${max} = 26566.39</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-09-01T01:10:24.259391" elapsed="0.005593"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-09-01T01:10:24.269118" level="INFO">${average} = 25402.75</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-09-01T01:10:24.265132" elapsed="0.004011"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-09-01T01:10:24.272754" level="INFO">${stdev} = 8567.84</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-09-01T01:10:24.269304" elapsed="0.003474"/>
</kw>
<kw name="Get Time" owner="BuiltIn">
<msg time="2026-09-01T01:10:24.273274" level="INFO">${date} = 2026-09-01 01:10:24</msg>
<var>${date}</var>
<arg>d,m,s</arg>
<doc>Returns the given time in the requested format.</doc>
<status status="PASS" start="2026-09-01T01:10:24.272924" elapsed="0.000389"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-09-01T01:10:24.273879" level="INFO">CBench Result: 2026-09-01 01:10:24,-m 60000 -M 100 -S 16 -l 10 -D 5000 -p 6633,21927.84,26566.39,25402.75,8567.84</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-09-01T01:10:24.273451" elapsed="0.000481"/>
</kw>
<kw name="Log Results And Determine Status">
<kw name="Append To File" owner="OperatingSystem">
<msg time="2026-09-01T01:10:24.275064" 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-09-01T01:10:24.274590" elapsed="0.000540"/>
</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-09-01T01:10:24.275294" elapsed="0.000458"/>
</kw>
<arg>${min}</arg>
<arg>${max}</arg>
<arg>${average}</arg>
<arg>${average_threshold}</arg>
<arg>${output_filename}</arg>
<status status="PASS" start="2026-09-01T01:10:24.274086" elapsed="0.001729"/>
</kw>
<arg>-m ${duration_in_ms} -M ${num_of_unique_macs} -S ${switch_count} -l ${loops} -D ${start_delay} -p ${of_port}</arg>
<arg>${latency_threshold}</arg>
<arg>${latency_results_file}</arg>
<status status="PASS" start="2026-09-01T01:00:17.619475" elapsed="606.656393"/>
</kw>
<kw name="Sleep" owner="BuiltIn">
<msg time="2026-09-01T01:10:24.276353" 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-09-01T01:10:24.276016" elapsed="0.000388"/>
</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-09-01T01:10:24.276902" elapsed="0.000277"/>
</kw>
<status status="PASS" start="2026-09-01T01:10:24.276602" elapsed="0.000643"/>
</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-09-01T01:00:17.616945" elapsed="606.660351"/>
</test>
<test id="s1-t2" name="Cbench Throughput Test" line="51">
<kw name="Log" owner="BuiltIn">
<msg time="2026-09-01T01:10:24.278572" 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-09-01T01:10:24.278193" elapsed="0.000431"/>
</kw>
<kw name="Run Cbench And Log Results">
<kw name="Set Suite Variable" owner="BuiltIn">
<msg time="2026-09-01T01:10:24.279830" 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-09-01T01:10:24.279512" elapsed="0.000356"/>
</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-09-01T01:10:24.280204" elapsed="0.000020"/>
</kw>
<status status="NOT RUN" start="2026-09-01T01:10:24.279940" elapsed="0.000318"/>
</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-09-01T01:10:24.283050" elapsed="0.000019"/>
</kw>
<status status="NOT RUN" start="2026-09-01T01:10:24.282823" elapsed="0.000278"/>
</branch>
<status status="PASS" start="2026-09-01T01:10:24.282806" elapsed="0.000317"/>
</if>
<kw name="Get Connection" owner="SSHLibrary">
<msg time="2026-09-01T01:10:24.283519" 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-09-01T01:10:24.283650" 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-09-01T01:10:24.283254" elapsed="0.000423"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-09-01T01:10:24.284203" level="INFO">Attempting to execute command "/usr/local/bin/cbench -c 10.30.170.244 -t -m 60000 -M 100 -S 16 -l 10 -D 5000 -p 6633" on remote system "10.30.171.102" 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-09-01T01:10:24.283804" elapsed="0.000454"/>
</kw>
<kw name="Open Connection" owner="SSHLibrary">
<msg time="2026-09-01T01:10:24.284796" 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-09-01T01:10:24.284405" elapsed="0.000416"/>
</kw>
<kw name="Flexible_SSH_Login" owner="SSHKeywords">
<kw name="Get Length" owner="BuiltIn">
<msg time="2026-09-01T01:10:24.285668" level="INFO">Length is 0.</msg>
<msg time="2026-09-01T01:10:24.285748" 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-09-01T01:10:24.285365" elapsed="0.000405"/>
</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-09-01T01:10:24.285896" elapsed="0.000296"/>
</kw>
<kw name="Run Keyword And Return" owner="BuiltIn">
<kw name="Login With Public Key" owner="SSHLibrary">
<msg time="2026-09-01T01:10:24.286985" level="INFO">Logging into '10.30.171.102:22' as 'jenkins'.</msg>
<msg time="2026-09-01T01:10:24.914318" 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 Tue Sep  1 01:10:24 UTC 2026

  System load:  1.0                Processes:             106
  Usage of /:   19.9% of 38.58GB   Users logged in:       0
  Memory usage: 4%                 IPv4 address for ens3: 10.30.171.102
  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: Tue Sep  1 01:00:17 2026 from 10.30.170.183
[?2004h[jenkins@releng-48317-825-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-09-01T01:10:24.286666" elapsed="0.627836"/>
</kw>
<msg time="2026-09-01T01:10:24.914581" 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-09-01T01:10:24.286343" elapsed="0.628340"/>
</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-09-01T01:10:24.285004" elapsed="0.629786"/>
</kw>
<kw name="Execute Command" owner="SSHLibrary">
<msg time="2026-09-01T01:10:24.915269" level="INFO">Executing command '/usr/local/bin/cbench -c 10.30.170.244 -t -m 60000 -M 100 -S 16 -l 10 -D 5000 -p 6633'.</msg>
<msg time="2026-09-01T01:20:30.991849" level="INFO">Command exited with return code 0.</msg>
<msg time="2026-09-01T01:20:30.992501" level="INFO">${stdout} = </msg>
<msg time="2026-09-01T01:20:30.992609" level="INFO">${stderr} = cbench: controller benchmarking tool
   running in mode 'throughput'
   connecting to controller at 10.30.170.244: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-09-01T01:10:24.914993" elapsed="606.077667"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-09-01T01:20:30.993163" elapsed="0.000864"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-09-01T01:20:30.995114" level="INFO">cbench: controller benchmarking tool
   running in mode 'throughput'
   connecting to controller at 10.30.170.244:6633 
   faking 16 switches with 1 threads :: 10 tests each; 60000 ms per test
   with 100 unique source MACs per switch
   learning destination mac addresses before the test
   starting test with 5000 ms delay after features_reply
   ignoring first 1 "warmup" and last 0 "cooldown" loops
   debugging info is off
Master Thread: Creating thread-0! 
Thread-0: All switches initialized. Running at node 10.30.170.244. So far 1 cbench instances have initialized their switches.  Waiting for other cbench-instances
Thread-0: Total switches from ALL cbench-instances initialized.
01:11:30.073 16  switches: flows:  660208 670372 662859 677419 673995 662638 656993 662147 666410 662872 663860 664605 652091 657035 663337 655367  total = 176.870133 per ms 
01:12:30.175 16  switches: flows:  702288 706881 685059 714123 698216 694444 702854 692673 699536 693182 695666 712568 685451 692353 699412 694053  total = 185.833659 per ms 
01:13:30.277 16  switches: flows:  742349 740910 745951 762195 742473 743837 747101 743634 742444 747551 746051 752449 743135 743291 738436 743645  total = 198.423639 per ms 
01:14:30.379 16  switches: flows:  745490 753169 737320 753994 743623 745764 734720 748404 742215 742188 744446 759198 744430 738219 740149 747605  total = 198.348637 per ms 
01:15:30.480 16  switches: flows:  725567 726426 741235 734015 725759 740615 728877 731488 727927 731856 731420 743236 728811 729800 731770 737256  total = 194.940481 per ms 
01:16:30.581 16  switches: flows:  738987 736670 731635 737580 723577 727505 736239 727730 738038 740824 736745 744332 730232 722040 740955 732641  total = 195.433961 per ms 
01:17:30.682 16  switches: flows:  736228 743851 745963 756894 733489 745329 747562 746444 732827 742262 736870 757961 739054 743656 744817 743506  total = 197.947891 per ms 
01:18:30.784 16  switches: flows:  753991 751756 755550 776532 758110 750443 759293 760106 759656 751043 755078 770176 758616 750436 752016 757488  total = 201.663478 per ms 
01:19:30.887 16  switches: flows:  742652 742175 723820 747380 736017 731701 736502 733953 743218 736984 734684 751496 742345 735530 742871 736025  total = 196.620344 per ms 
01:20:30.988 16  switches: flows:  737519 748706 738742 749512 741630 741277 733995 741871 737519 742536 746979 749047 743852 742167 740250 744384  total = 197.666494 per ms 
RESULT: 16 switches 9 tests min/max/avg/stdev = 185833.66/201663.48/196319.84/65570.81 responses/s</msg>
<arg>${stderr}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-09-01T01:20:30.994399" elapsed="0.001035"/>
</kw>
<if>
<branch type="IF" condition="&quot;${return_stdout}&quot;!=&quot;True&quot;">
<return>
<value>${stderr}</value>
<status status="PASS" start="2026-09-01T01:20:30.995943" elapsed="0.000067"/>
</return>
<status status="PASS" start="2026-09-01T01:20:30.995632" elapsed="0.000452"/>
</branch>
<status status="PASS" start="2026-09-01T01:20:30.995575" elapsed="0.000559"/>
</if>
<if>
<branch type="IF" condition="&quot;${return_stderr}&quot;!=&quot;True&quot;">
<return>
<value>${stdout}</value>
<status status="NOT RUN" start="2026-09-01T01:20:30.996364" elapsed="0.000038"/>
</return>
<status status="NOT RUN" start="2026-09-01T01:20:30.996247" elapsed="0.000233"/>
</branch>
<status status="NOT RUN" start="2026-09-01T01:20:30.996217" elapsed="0.000309"/>
</if>
<return>
<value>${stdout}</value>
<value>${stderr}</value>
<status status="NOT RUN" start="2026-09-01T01:20:30.996590" 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-09-01T01:20:31.002695" elapsed="0.000818"/>
</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-09-01T01:20:31.003831" elapsed="0.000383"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-09-01T01:20:31.004534" elapsed="0.000219"/>
</kw>
<arg>${current_ssh_connection.index}</arg>
<doc>Restore active SSH connection in SSHLibrary to given index.</doc>
<status status="PASS" start="2026-09-01T01:20:30.997307" elapsed="0.007576"/>
</kw>
<msg time="2026-09-01T01:20:31.005140" level="INFO">${output} = cbench: controller benchmarking tool
   running in mode 'throughput'
   connecting to controller at 10.30.170.244: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-09-01T01:10:24.280595" elapsed="606.724600"/>
</kw>
<status status="PASS" start="2026-09-01T01:10:24.280300" elapsed="606.725018"/>
</branch>
<status status="PASS" start="2026-09-01T01:10:24.279918" elapsed="606.725450"/>
</if>
<kw name="Log" owner="BuiltIn">
<msg time="2026-09-01T01:20:31.006312" level="INFO">cbench: controller benchmarking tool
   running in mode 'throughput'
   connecting to controller at 10.30.170.244:6633 
   faking 16 switches with 1 threads :: 10 tests each; 60000 ms per test
   with 100 unique source MACs per switch
   learning destination mac addresses before the test
   starting test with 5000 ms delay after features_reply
   ignoring first 1 "warmup" and last 0 "cooldown" loops
   debugging info is off
Master Thread: Creating thread-0! 
Thread-0: All switches initialized. Running at node 10.30.170.244. So far 1 cbench instances have initialized their switches.  Waiting for other cbench-instances
Thread-0: Total switches from ALL cbench-instances initialized.
01:11:30.073 16  switches: flows:  660208 670372 662859 677419 673995 662638 656993 662147 666410 662872 663860 664605 652091 657035 663337 655367  total = 176.870133 per ms 
01:12:30.175 16  switches: flows:  702288 706881 685059 714123 698216 694444 702854 692673 699536 693182 695666 712568 685451 692353 699412 694053  total = 185.833659 per ms 
01:13:30.277 16  switches: flows:  742349 740910 745951 762195 742473 743837 747101 743634 742444 747551 746051 752449 743135 743291 738436 743645  total = 198.423639 per ms 
01:14:30.379 16  switches: flows:  745490 753169 737320 753994 743623 745764 734720 748404 742215 742188 744446 759198 744430 738219 740149 747605  total = 198.348637 per ms 
01:15:30.480 16  switches: flows:  725567 726426 741235 734015 725759 740615 728877 731488 727927 731856 731420 743236 728811 729800 731770 737256  total = 194.940481 per ms 
01:16:30.581 16  switches: flows:  738987 736670 731635 737580 723577 727505 736239 727730 738038 740824 736745 744332 730232 722040 740955 732641  total = 195.433961 per ms 
01:17:30.682 16  switches: flows:  736228 743851 745963 756894 733489 745329 747562 746444 732827 742262 736870 757961 739054 743656 744817 743506  total = 197.947891 per ms 
01:18:30.784 16  switches: flows:  753991 751756 755550 776532 758110 750443 759293 760106 759656 751043 755078 770176 758616 750436 752016 757488  total = 201.663478 per ms 
01:19:30.887 16  switches: flows:  742652 742175 723820 747380 736017 731701 736502 733953 743218 736984 734684 751496 742345 735530 742871 736025  total = 196.620344 per ms 
01:20:30.988 16  switches: flows:  737519 748706 738742 749512 741630 741277 733995 741871 737519 742536 746979 749047 743852 742167 740250 744384  total = 197.666494 per ms 
RESULT: 16 switches 9 tests min/max/avg/stdev = 185833.66/201663.48/196319.84/65570.81 responses/s</msg>
<arg>${output}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-09-01T01:20:31.005668" elapsed="0.000800"/>
</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-09-01T01:20:31.006761" elapsed="0.000788"/>
</kw>
<kw name="Get Lines Containing String" owner="String">
<msg time="2026-09-01T01:20:31.008347" level="INFO">1 out of 23 lines matched.</msg>
<msg time="2026-09-01T01:20:31.008533" level="INFO">${result_line} = RESULT: 16 switches 9 tests min/max/avg/stdev = 185833.66/201663.48/196319.84/65570.81 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-09-01T01:20:31.007886" elapsed="0.000696"/>
</kw>
<kw name="Split String" owner="String">
<msg time="2026-09-01T01:20:31.009439" level="INFO">@{results_list} = [ RESULT: | 16 | switches | 9 | tests | min/max/avg/stdev | = | 185833.66/201663.48/196319.84/65570.81 | 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-09-01T01:20:31.008907" elapsed="0.000587"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-09-01T01:20:31.014671" 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-09-01T01:20:31.009782" elapsed="0.005003"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-09-01T01:20:31.019903" level="INFO">185833.66/201663.48/196319.84/65570.81</msg>
<arg>${results_list[7]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-09-01T01:20:31.015104" elapsed="0.004922"/>
</kw>
<kw name="Split String" owner="String">
<msg time="2026-09-01T01:20:31.025820" 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-09-01T01:20:31.020383" elapsed="0.005557"/>
</kw>
<kw name="Split String" owner="String">
<msg time="2026-09-01T01:20:31.031908" level="INFO">@{result_value_list} = [ 185833.66 | 201663.48 | 196319.84 | 65570.81 ]</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-09-01T01:20:31.026711" elapsed="0.005257"/>
</kw>
<kw name="Get Length" owner="BuiltIn">
<msg time="2026-09-01T01:20:31.033077" level="INFO">Length is 4.</msg>
<msg time="2026-09-01T01:20:31.033373" 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-09-01T01:20:31.032351" elapsed="0.001087"/>
</kw>
<for flavor="IN RANGE">
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-09-01T01:20:31.040956" level="INFO">min :: 185833.66</msg>
<arg>${result_name_list[${i}]} :: ${result_value_list[${i}]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-09-01T01:20:31.034507" elapsed="0.006532"/>
</kw>
<var name="${i}">0</var>
<status status="PASS" start="2026-09-01T01:20:31.034308" elapsed="0.006781"/>
</iter>
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-09-01T01:20:31.047757" level="INFO">max :: 201663.48</msg>
<arg>${result_name_list[${i}]} :: ${result_value_list[${i}]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-09-01T01:20:31.041434" elapsed="0.006415"/>
</kw>
<var name="${i}">1</var>
<status status="PASS" start="2026-09-01T01:20:31.041222" elapsed="0.006703"/>
</iter>
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-09-01T01:20:31.054358" level="INFO">avg :: 196319.84</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-09-01T01:20:31.048260" elapsed="0.006175"/>
</kw>
<var name="${i}">2</var>
<status status="PASS" start="2026-09-01T01:20:31.048061" elapsed="0.006420"/>
</iter>
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-09-01T01:20:31.061746" level="INFO">stdev :: 65570.81</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-09-01T01:20:31.054803" elapsed="0.007043"/>
</kw>
<var name="${i}">3</var>
<status status="PASS" start="2026-09-01T01:20:31.054603" elapsed="0.007341"/>
</iter>
<var>${i}</var>
<value>0</value>
<value>${num_stats}</value>
<status status="PASS" start="2026-09-01T01:20:31.033758" elapsed="0.028259"/>
</for>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-09-01T01:20:31.067669" level="INFO">${min} = 185833.66</msg>
<var>${min}</var>
<arg>${result_value_list[${0}]}</arg>
<doc>Returns the given values which can then be assigned to a variables.</doc>
<status status="PASS" start="2026-09-01T01:20:31.062327" elapsed="0.005382"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-09-01T01:20:31.073328" level="INFO">${max} = 201663.48</msg>
<var>${max}</var>
<arg>${result_value_list[${1}]}</arg>
<doc>Returns the given values which can then be assigned to a variables.</doc>
<status status="PASS" start="2026-09-01T01:20:31.067950" elapsed="0.005418"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-09-01T01:20:31.078399" level="INFO">${average} = 196319.84</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-09-01T01:20:31.073587" elapsed="0.004851"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-09-01T01:20:31.082195" level="INFO">${stdev} = 65570.81</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-09-01T01:20:31.078658" elapsed="0.003562"/>
</kw>
<kw name="Get Time" owner="BuiltIn">
<msg time="2026-09-01T01:20:31.082721" level="INFO">${date} = 2026-09-01 01:20:31</msg>
<var>${date}</var>
<arg>d,m,s</arg>
<doc>Returns the given time in the requested format.</doc>
<status status="PASS" start="2026-09-01T01:20:31.082390" elapsed="0.000354"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-09-01T01:20:31.083273" level="INFO">CBench Result: 2026-09-01 01:20:31,-t -m 60000 -M 100 -S 16 -l 10 -D 5000 -p 6633,185833.66,201663.48,196319.84,65570.81</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-09-01T01:20:31.082897" elapsed="0.000472"/>
</kw>
<kw name="Log Results And Determine Status">
<kw name="Append To File" owner="OperatingSystem">
<msg time="2026-09-01T01:20:31.084534" 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-09-01T01:20:31.083982" elapsed="0.000639"/>
</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-09-01T01:20:31.084824" elapsed="0.000653"/>
</kw>
<arg>${min}</arg>
<arg>${max}</arg>
<arg>${average}</arg>
<arg>${average_threshold}</arg>
<arg>${output_filename}</arg>
<status status="PASS" start="2026-09-01T01:20:31.083532" elapsed="0.002012"/>
</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-09-01T01:10:24.278940" elapsed="606.806659"/>
</kw>
<kw name="Sleep" owner="BuiltIn">
<msg time="2026-09-01T01:20:31.086074" 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-09-01T01:20:31.085743" elapsed="0.000384"/>
</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-09-01T01:20:31.086635" elapsed="0.000260"/>
</kw>
<status status="PASS" start="2026-09-01T01:20:31.086348" elapsed="0.000612"/>
</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-09-01T01:10:24.277595" elapsed="606.809398"/>
</test>
<test id="s1-t3" name="Rerun Latency Test To Check Bug 6176" line="65">
<kw name="Log" owner="BuiltIn">
<msg time="2026-09-01T01:20:31.088087" 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-09-01T01:20:31.087730" elapsed="0.000408"/>
</kw>
<kw name="Run Cbench And Log Results">
<kw name="Set Suite Variable" owner="BuiltIn">
<msg time="2026-09-01T01:20:31.089488" 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-09-01T01:20:31.088976" elapsed="0.000560"/>
</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-09-01T01:20:31.089907" elapsed="0.000026"/>
</kw>
<status status="NOT RUN" start="2026-09-01T01:20:31.089679" elapsed="0.000289"/>
</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-09-01T01:20:31.093013" elapsed="0.000019"/>
</kw>
<status status="NOT RUN" start="2026-09-01T01:20:31.092765" elapsed="0.000300"/>
</branch>
<status status="PASS" start="2026-09-01T01:20:31.092747" elapsed="0.000339"/>
</if>
<kw name="Get Connection" owner="SSHLibrary">
<msg time="2026-09-01T01:20:31.093428" 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-09-01T01:20:31.093541" 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-09-01T01:20:31.093225" elapsed="0.000340"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-09-01T01:20:31.094166" level="INFO">Attempting to execute command "/usr/local/bin/cbench -c 10.30.170.244 -m 60000 -M 100 -S 16 -l 10 -D 5000 -p 6633" on remote system "10.30.171.102" 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-09-01T01:20:31.093689" elapsed="0.000530"/>
</kw>
<kw name="Open Connection" owner="SSHLibrary">
<msg time="2026-09-01T01:20:31.094730" 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-09-01T01:20:31.094362" elapsed="0.000393"/>
</kw>
<kw name="Flexible_SSH_Login" owner="SSHKeywords">
<kw name="Get Length" owner="BuiltIn">
<msg time="2026-09-01T01:20:31.095629" level="INFO">Length is 0.</msg>
<msg time="2026-09-01T01:20:31.095709" 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-09-01T01:20:31.095323" elapsed="0.000408"/>
</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-09-01T01:20:31.095876" elapsed="0.000297"/>
</kw>
<kw name="Run Keyword And Return" owner="BuiltIn">
<kw name="Login With Public Key" owner="SSHLibrary">
<msg time="2026-09-01T01:20:31.097049" level="INFO">Logging into '10.30.171.102:22' as 'jenkins'.</msg>
<msg time="2026-09-01T01:20:31.720050" 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 Tue Sep  1 01:20:31 UTC 2026

  System load:  0.19               Processes:             105
  Usage of /:   19.9% of 38.58GB   Users logged in:       0
  Memory usage: 4%                 IPv4 address for ens3: 10.30.171.102
  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: Tue Sep  1 01:10:24 2026 from 10.30.170.183
[?2004h[jenkins@releng-48317-825-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-09-01T01:20:31.096642" elapsed="0.623611"/>
</kw>
<msg time="2026-09-01T01:20:31.720369" 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-09-01T01:20:31.096329" elapsed="0.624120"/>
</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-09-01T01:20:31.094952" elapsed="0.625603"/>
</kw>
<kw name="Execute Command" owner="SSHLibrary">
<msg time="2026-09-01T01:20:31.721067" level="INFO">Executing command '/usr/local/bin/cbench -c 10.30.170.244 -m 60000 -M 100 -S 16 -l 10 -D 5000 -p 6633'.</msg>
<msg time="2026-09-01T01:30:37.766645" level="INFO">Command exited with return code 0.</msg>
<msg time="2026-09-01T01:30:37.767041" level="INFO">${stdout} = </msg>
<msg time="2026-09-01T01:30:37.767159" level="INFO">${stderr} = cbench: controller benchmarking tool
   running in mode 'latency'
   connecting to controller at 10.30.170.244:6633 
   faking 16 switches with 1 threads :: 10 tests each; 60000 ms per test
   with 10...</msg>
<var>${stdout}</var>
<var>${stderr}</var>
<arg>${cmd}</arg>
<arg>return_stderr=True</arg>
<doc>Executes ``command`` on the remote machine and returns its outputs.</doc>
<status status="PASS" start="2026-09-01T01:20:31.720757" elapsed="606.046453"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-09-01T01:30:37.767647" elapsed="0.000729"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-09-01T01:30:37.769466" level="INFO">cbench: controller benchmarking tool
   running in mode 'latency'
   connecting to controller at 10.30.170.244:6633 
   faking 16 switches with 1 threads :: 10 tests each; 60000 ms per test
   with 100 unique source MACs per switch
   learning destination mac addresses before the test
   starting test with 5000 ms delay after features_reply
   ignoring first 1 "warmup" and last 0 "cooldown" loops
   debugging info is off
Master Thread: Creating thread-0! 
Thread-0: All switches initialized. Running at node 10.30.170.244. So far 1 cbench instances have initialized their switches.  Waiting for other cbench-instances
Thread-0: Total switches from ALL cbench-instances initialized.
01:21:36.866 16  switches: flows:  39244 39190 38581 38676 38651 38646 38546 37979 38248 38012 38357 38316 37902 38553 37507 37706  total = 10.235233 per ms 
01:22:36.966 16  switches: flows:  38025 37275 37007 36725 36479 36464 36805 36454 36764 37149 36100 36907 36111 36674 35747 36506  total = 9.770222 per ms 
01:23:37.066 16  switches: flows:  35353 35207 34593 35013 34680 34691 34910 34544 34837 34730 34345 34735 33864 33946 33991 34051  total = 9.209461 per ms 
01:24:37.167 16  switches: flows:  37767 37630 37466 37191 37296 37009 37040 36428 37051 36883 36681 36612 36760 36546 36461 36510  total = 9.839085 per ms 
01:25:37.267 16  switches: flows:  31002 31220 30503 30679 30144 30533 30508 29983 30852 30745 30291 30420 30006 30005 30067 29926  total = 8.101212 per ms 
01:26:37.367 16  switches: flows:  36732 37471 36391 36303 36184 36683 36142 35574 36802 36808 35662 35759 36257 36107 35695 35841  total = 9.657382 per ms 
01:27:37.468 16  switches: flows:  39022 39328 39114 38814 38924 38478 38622 37934 39575 39193 37746 38513 38175 38327 37817 37696  total = 10.270822 per ms 
01:28:37.568 16  switches: flows:  33065 33442 32962 32412 31912 32493 32776 32262 33412 33194 32071 32230 32711 32498 31849 32132  total = 8.675865 per ms 
01:29:37.668 16  switches: flows:  60663 61738 60845 60752 58871 60201 60766 59348 61447 61322 59837 60462 59036 60116 58889 59347  total = 16.033912 per ms 
01:30:37.768 16  switches: flows:  85866 87056 85614 86414 83120 84743 85908 83299 85379 86086 83821 84123 83556 84566 82058 84549  total = 22.564980 per ms 
RESULT: 16 switches 9 tests min/max/avg/stdev = 8101.21/22564.98/11569.22/5889.96 responses/s</msg>
<arg>${stderr}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-09-01T01:30:37.768739" elapsed="0.000999"/>
</kw>
<if>
<branch type="IF" condition="&quot;${return_stdout}&quot;!=&quot;True&quot;">
<return>
<value>${stderr}</value>
<status status="PASS" start="2026-09-01T01:30:37.770198" elapsed="0.000067"/>
</return>
<status status="PASS" start="2026-09-01T01:30:37.769902" elapsed="0.000466"/>
</branch>
<status status="PASS" start="2026-09-01T01:30:37.769855" elapsed="0.000565"/>
</if>
<if>
<branch type="IF" condition="&quot;${return_stderr}&quot;!=&quot;True&quot;">
<return>
<value>${stdout}</value>
<status status="NOT RUN" start="2026-09-01T01:30:37.770609" elapsed="0.000024"/>
</return>
<status status="NOT RUN" start="2026-09-01T01:30:37.770537" elapsed="0.000151"/>
</branch>
<status status="NOT RUN" start="2026-09-01T01:30:37.770506" elapsed="0.000225"/>
</if>
<return>
<value>${stdout}</value>
<value>${stderr}</value>
<status status="NOT RUN" start="2026-09-01T01:30:37.770791" elapsed="0.000026"/>
</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-09-01T01:30:37.776399" elapsed="0.000682"/>
</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-09-01T01:30:37.777409" elapsed="0.000317"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-09-01T01:30:37.777990" elapsed="0.000224"/>
</kw>
<arg>${current_ssh_connection.index}</arg>
<doc>Restore active SSH connection in SSHLibrary to given index.</doc>
<status status="PASS" start="2026-09-01T01:30:37.771453" elapsed="0.006901"/>
</kw>
<msg time="2026-09-01T01:30:37.778639" level="INFO">${output} = cbench: controller benchmarking tool
   running in mode 'latency'
   connecting to controller at 10.30.170.244:6633 
   faking 16 switches with 1 threads :: 10 tests each; 60000 ms per test
   with 10...</msg>
<var>${output}</var>
<arg>${cbench_system}</arg>
<arg>${cbench_executable} -c ${ODL_SYSTEM_IP} ${cbench_args}</arg>
<arg>prompt_timeout=${test_timeout}</arg>
<arg>return_stdout=False</arg>
<arg>return_stderr=True</arg>
<doc>Reduces the common work of running a command on a remote system to a single higher level
robot keyword, taking care to log in with a public key and. The command given is written and the return value
depends on the passed argument values of return_stdout (default: True) and return_stderr (default: False).
At least one should be True, or the keyword will exit and FAIL. If both are True, the resulting return value
will be a two element list containing both. Otherwise the resulting return value is a string.
No test conditions are checked.</doc>
<status status="PASS" start="2026-09-01T01:20:31.090305" elapsed="606.688411"/>
</kw>
<status status="PASS" start="2026-09-01T01:20:31.089991" elapsed="606.688853"/>
</branch>
<status status="PASS" start="2026-09-01T01:20:31.089656" elapsed="606.689236"/>
</if>
<kw name="Log" owner="BuiltIn">
<msg time="2026-09-01T01:30:37.779900" level="INFO">cbench: controller benchmarking tool
   running in mode 'latency'
   connecting to controller at 10.30.170.244:6633 
   faking 16 switches with 1 threads :: 10 tests each; 60000 ms per test
   with 100 unique source MACs per switch
   learning destination mac addresses before the test
   starting test with 5000 ms delay after features_reply
   ignoring first 1 "warmup" and last 0 "cooldown" loops
   debugging info is off
Master Thread: Creating thread-0! 
Thread-0: All switches initialized. Running at node 10.30.170.244. So far 1 cbench instances have initialized their switches.  Waiting for other cbench-instances
Thread-0: Total switches from ALL cbench-instances initialized.
01:21:36.866 16  switches: flows:  39244 39190 38581 38676 38651 38646 38546 37979 38248 38012 38357 38316 37902 38553 37507 37706  total = 10.235233 per ms 
01:22:36.966 16  switches: flows:  38025 37275 37007 36725 36479 36464 36805 36454 36764 37149 36100 36907 36111 36674 35747 36506  total = 9.770222 per ms 
01:23:37.066 16  switches: flows:  35353 35207 34593 35013 34680 34691 34910 34544 34837 34730 34345 34735 33864 33946 33991 34051  total = 9.209461 per ms 
01:24:37.167 16  switches: flows:  37767 37630 37466 37191 37296 37009 37040 36428 37051 36883 36681 36612 36760 36546 36461 36510  total = 9.839085 per ms 
01:25:37.267 16  switches: flows:  31002 31220 30503 30679 30144 30533 30508 29983 30852 30745 30291 30420 30006 30005 30067 29926  total = 8.101212 per ms 
01:26:37.367 16  switches: flows:  36732 37471 36391 36303 36184 36683 36142 35574 36802 36808 35662 35759 36257 36107 35695 35841  total = 9.657382 per ms 
01:27:37.468 16  switches: flows:  39022 39328 39114 38814 38924 38478 38622 37934 39575 39193 37746 38513 38175 38327 37817 37696  total = 10.270822 per ms 
01:28:37.568 16  switches: flows:  33065 33442 32962 32412 31912 32493 32776 32262 33412 33194 32071 32230 32711 32498 31849 32132  total = 8.675865 per ms 
01:29:37.668 16  switches: flows:  60663 61738 60845 60752 58871 60201 60766 59348 61447 61322 59837 60462 59036 60116 58889 59347  total = 16.033912 per ms 
01:30:37.768 16  switches: flows:  85866 87056 85614 86414 83120 84743 85908 83299 85379 86086 83821 84123 83556 84566 82058 84549  total = 22.564980 per ms 
RESULT: 16 switches 9 tests min/max/avg/stdev = 8101.21/22564.98/11569.22/5889.96 responses/s</msg>
<arg>${output}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-09-01T01:30:37.779243" elapsed="0.000835"/>
</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-09-01T01:30:37.780411" elapsed="0.000736"/>
</kw>
<kw name="Get Lines Containing String" owner="String">
<msg time="2026-09-01T01:30:37.781931" level="INFO">1 out of 23 lines matched.</msg>
<msg time="2026-09-01T01:30:37.782135" level="INFO">${result_line} = RESULT: 16 switches 9 tests min/max/avg/stdev = 8101.21/22564.98/11569.22/5889.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-09-01T01:30:37.781500" elapsed="0.000685"/>
</kw>
<kw name="Split String" owner="String">
<msg time="2026-09-01T01:30:37.783026" level="INFO">@{results_list} = [ RESULT: | 16 | switches | 9 | tests | min/max/avg/stdev | = | 8101.21/22564.98/11569.22/5889.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-09-01T01:30:37.782522" elapsed="0.000581"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-09-01T01:30:37.788474" 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-09-01T01:30:37.783424" elapsed="0.005174"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-09-01T01:30:37.794031" level="INFO">8101.21/22564.98/11569.22/5889.96</msg>
<arg>${results_list[7]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-09-01T01:30:37.788917" elapsed="0.005264"/>
</kw>
<kw name="Split String" owner="String">
<msg time="2026-09-01T01:30:37.799565" 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-09-01T01:30:37.794602" elapsed="0.005021"/>
</kw>
<kw name="Split String" owner="String">
<msg time="2026-09-01T01:30:37.804791" level="INFO">@{result_value_list} = [ 8101.21 | 22564.98 | 11569.22 | 5889.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-09-01T01:30:37.800040" elapsed="0.004806"/>
</kw>
<kw name="Get Length" owner="BuiltIn">
<msg time="2026-09-01T01:30:37.805912" level="INFO">Length is 4.</msg>
<msg time="2026-09-01T01:30:37.806116" 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-09-01T01:30:37.805207" elapsed="0.000960"/>
</kw>
<for flavor="IN RANGE">
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-09-01T01:30:37.815013" level="INFO">min :: 8101.21</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-09-01T01:30:37.807119" elapsed="0.007984"/>
</kw>
<var name="${i}">0</var>
<status status="PASS" start="2026-09-01T01:30:37.806815" elapsed="0.008332"/>
</iter>
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-09-01T01:30:37.821199" level="INFO">max :: 22564.98</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-09-01T01:30:37.815654" elapsed="0.005616"/>
</kw>
<var name="${i}">1</var>
<status status="PASS" start="2026-09-01T01:30:37.815259" elapsed="0.006089"/>
</iter>
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-09-01T01:30:37.827485" level="INFO">avg :: 11569.22</msg>
<arg>${result_name_list[${i}]} :: ${result_value_list[${i}]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-09-01T01:30:37.821622" elapsed="0.005936"/>
</kw>
<var name="${i}">2</var>
<status status="PASS" start="2026-09-01T01:30:37.821458" elapsed="0.006143"/>
</iter>
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-09-01T01:30:37.833504" level="INFO">stdev :: 5889.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-09-01T01:30:37.827872" elapsed="0.005702"/>
</kw>
<var name="${i}">3</var>
<status status="PASS" start="2026-09-01T01:30:37.827708" elapsed="0.005909"/>
</iter>
<var>${i}</var>
<value>0</value>
<value>${num_stats}</value>
<status status="PASS" start="2026-09-01T01:30:37.806328" elapsed="0.027327"/>
</for>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-09-01T01:30:37.838707" level="INFO">${min} = 8101.21</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-09-01T01:30:37.833878" elapsed="0.004854"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-09-01T01:30:37.842270" level="INFO">${max} = 22564.98</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-09-01T01:30:37.838878" elapsed="0.003430"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-09-01T01:30:37.846071" level="INFO">${average} = 11569.22</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-09-01T01:30:37.842448" elapsed="0.003652"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-09-01T01:30:37.849691" level="INFO">${stdev} = 5889.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-09-01T01:30:37.846271" elapsed="0.003444"/>
</kw>
<kw name="Get Time" owner="BuiltIn">
<msg time="2026-09-01T01:30:37.850239" level="INFO">${date} = 2026-09-01 01:30:37</msg>
<var>${date}</var>
<arg>d,m,s</arg>
<doc>Returns the given time in the requested format.</doc>
<status status="PASS" start="2026-09-01T01:30:37.849860" elapsed="0.000403"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-09-01T01:30:37.850790" level="INFO">CBench Result: 2026-09-01 01:30:37,-m 60000 -M 100 -S 16 -l 10 -D 5000 -p 6633,8101.21,22564.98,11569.22,5889.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-09-01T01:30:37.850416" elapsed="0.000426"/>
</kw>
<kw name="Log Results And Determine Status">
<kw name="Append To File" owner="OperatingSystem">
<msg time="2026-09-01T01:30:37.851966" 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-09-01T01:30:37.851505" elapsed="0.000531"/>
</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-09-01T01:30:37.852195" elapsed="0.000481"/>
</kw>
<arg>${min}</arg>
<arg>${max}</arg>
<arg>${average}</arg>
<arg>${average_threshold}</arg>
<arg>${output_filename}</arg>
<status status="PASS" start="2026-09-01T01:30:37.850992" elapsed="0.001745"/>
</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-09-01T01:20:31.088457" elapsed="606.764331"/>
</kw>
<kw name="Sleep" owner="BuiltIn">
<msg time="2026-09-01T01:30:37.853228" 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-09-01T01:30:37.852925" elapsed="0.000370"/>
</kw>
<kw name="Report Failure Due To Bug" owner="Utils" type="TEARDOWN">
<kw name="Evaluate" owner="BuiltIn">
<msg time="2026-09-01T01:30:37.854462" 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-09-01T01:30:37.853975" elapsed="0.000512"/>
</kw>
<if>
<branch type="IF" condition="('${TEST_STATUS}' != 'FAIL') or ${test_skipped}">
<return>
<status status="PASS" start="2026-09-01T01:30:37.854702" elapsed="0.000034"/>
</return>
<status status="PASS" start="2026-09-01T01:30:37.854564" elapsed="0.000202"/>
</branch>
<status status="PASS" start="2026-09-01T01:30:37.854542" elapsed="0.000247"/>
</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-09-01T01:30:37.854922" elapsed="0.000019"/>
</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-09-01T01:30:37.855082" elapsed="0.000019"/>
</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-09-01T01:30:37.855228" elapsed="0.000017"/>
</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-09-01T01:30:37.855395" elapsed="0.000020"/>
</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-09-01T01:30:37.855603" elapsed="0.000022"/>
</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-09-01T01:30:37.855741" elapsed="0.000018"/>
</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-09-01T01:30:37.855874" elapsed="0.000018"/>
</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-09-01T01:30:37.856121" elapsed="0.000019"/>
</kw>
<status status="NOT RUN" start="2026-09-01T01:30:37.855974" elapsed="0.000195"/>
</branch>
<status status="NOT RUN" start="2026-09-01T01:30:37.855955" elapsed="0.000236"/>
</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-09-01T01:30:37.853668" elapsed="0.002574"/>
</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-09-01T01:20:31.087298" elapsed="606.769007"/>
</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-09-01T01:00:15.143682" elapsed="1822.713170"/>
</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>
