<?xml version="1.0" encoding="UTF-8"?>
<robot generator="Robot 7.4.2 (Python 3.11.10 on linux)" generated="2026-09-02T00:59:51.262032" 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-02T00:59:51.790187" elapsed="0.000021"/>
</return>
<status status="NOT RUN" start="2026-09-02T00:59:51.790050" elapsed="0.000203"/>
</branch>
<status status="PASS" start="2026-09-02T00:59:51.790023" elapsed="0.000254"/>
</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-02T00:59:51.790410" elapsed="0.000497"/>
</kw>
<kw name="Login" owner="SSHLibrary">
<msg time="2026-09-02T00:59:51.791329" level="INFO">Logging into '10.30.170.103:8101' as 'karaf'.</msg>
<msg time="2026-09-02T00:59:52.486036" 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-02T00:59:51.791064" elapsed="0.695186"/>
</kw>
<kw name="Write" owner="SSHLibrary">
<msg time="2026-09-02T00:59:52.535269" 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-02T00:59:52.486578" elapsed="0.048760"/>
</kw>
<kw name="Read Until Regexp" owner="SSHLibrary">
<msg time="2026-09-02T00:59:52.537040" level="INFO">[?1l&gt;[?2004l[?1h=[90m~[0m                                                                                [?2004hopendaylight-user@root&gt;</msg>
<msg time="2026-09-02T00:59:52.537146" 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-02T00:59:52.535502" elapsed="0.001671"/>
</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-02T00:59:52.537322" elapsed="0.000229"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-09-02T00:59:52.537723" elapsed="0.000245"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-09-02T00:59:52.538454" 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-02T00:59:52.538111" elapsed="0.000393"/>
</kw>
<return>
<value>${output}</value>
<status status="PASS" start="2026-09-02T00:59:52.538571" elapsed="0.000133"/>
</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.103
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-02T00:59:51.789717" elapsed="0.749115"/>
</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-02T00:59:51.786295" elapsed="0.752600"/>
</kw>
<kw name="Append To File" owner="OperatingSystem">
<msg time="2026-09-02T00:59:52.539475" 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-02T00:59:52.539083" elapsed="0.000461"/>
</kw>
<kw name="Append To File" owner="OperatingSystem">
<msg time="2026-09-02T00:59:52.539937" 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-02T00:59:52.539707" elapsed="0.000292"/>
</kw>
<kw name="Evaluate" owner="BuiltIn">
<msg time="2026-09-02T00:59:52.540509" 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-02T00:59:52.540141" elapsed="0.000410"/>
</kw>
<kw name="Set Suite Variable" owner="BuiltIn">
<msg time="2026-09-02T00:59:52.541054" 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-02T00:59:52.540736" elapsed="0.000357"/>
</kw>
<kw name="Evaluate" owner="BuiltIn">
<msg time="2026-09-02T00:59:52.541605" 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-02T00:59:52.541227" elapsed="0.000404"/>
</kw>
<kw name="Set Suite Variable" owner="BuiltIn">
<msg time="2026-09-02T00:59:52.542063" 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-02T00:59:52.541783" elapsed="0.000317"/>
</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-02T00:59:52.542393" elapsed="0.000025"/>
</kw>
<status status="NOT RUN" start="2026-09-02T00:59:52.542188" elapsed="0.000268"/>
</branch>
<branch type="ELSE">
<kw name="Verify File Exists On Remote System" owner="Utils">
<kw name="Open Connection" owner="SSHLibrary">
<msg time="2026-09-02T00:59:52.546775" 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-02T00:59:52.546324" elapsed="0.000477"/>
</kw>
<kw name="Flexible_SSH_Login" owner="SSHKeywords">
<kw name="Get Length" owner="BuiltIn">
<msg time="2026-09-02T00:59:52.547981" level="INFO">Length is 0.</msg>
<msg time="2026-09-02T00:59:52.548062" 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-02T00:59:52.547406" elapsed="0.000678"/>
</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-02T00:59:52.548218" elapsed="0.000332"/>
</kw>
<kw name="Run Keyword And Return" owner="BuiltIn">
<kw name="Login With Public Key" owner="SSHLibrary">
<msg time="2026-09-02T00:59:52.550078" level="INFO">Logging into '10.30.170.142:22' as 'jenkins'.</msg>
<msg time="2026-09-02T00:59:53.066736" 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 Wed Sep  2 00:59:08 UTC 2026

  System load:  0.13               Processes:             109
  Usage of /:   19.7% of 38.58GB   Users logged in:       0
  Memory usage: 4%                 IPv4 address for ens3: 10.30.170.142
  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-826-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-02T00:59:52.549197" elapsed="0.517711"/>
</kw>
<msg time="2026-09-02T00:59:53.066999" 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-02T00:59:52.548731" elapsed="0.518369"/>
</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-02T00:59:52.546995" elapsed="0.520223"/>
</kw>
<kw name="File Should Exist" owner="SSHLibrary">
<msg time="2026-09-02T00:59:53.078355" 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-02T00:59:53.067435" elapsed="0.012993"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-09-02T00:59:53.080661" elapsed="0.000325"/>
</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-02T00:59:52.545832" elapsed="0.535216"/>
</kw>
<status status="PASS" start="2026-09-02T00:59:52.542542" elapsed="0.538540"/>
</branch>
<status status="PASS" start="2026-09-02T00:59:52.542160" elapsed="0.538960"/>
</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-02T00:59:53.081274" elapsed="0.000552"/>
</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-02T00:59:53.086137" elapsed="0.000019"/>
</return>
<status status="NOT RUN" start="2026-09-02T00:59:53.086018" elapsed="0.000171"/>
</branch>
<status status="PASS" start="2026-09-02T00:59:53.085993" elapsed="0.000218"/>
</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-02T00:59:53.089616" elapsed="0.000024"/>
</return>
<status status="NOT RUN" start="2026-09-02T00:59:53.089458" elapsed="0.000216"/>
</branch>
<status status="PASS" start="2026-09-02T00:59:53.089441" elapsed="0.000253"/>
</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-02T00:59:53.089825" elapsed="0.000407"/>
</kw>
<kw name="Login" owner="SSHLibrary">
<msg time="2026-09-02T00:59:53.090663" level="INFO">Logging into '10.30.170.103:8101' as 'karaf'.</msg>
<msg time="2026-09-02T00:59:53.417524" 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-02T00:59:53.090369" elapsed="0.327387"/>
</kw>
<kw name="Write" owner="SSHLibrary">
<msg time="2026-09-02T00:59:53.525717" 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-02T00:59:53.418056" elapsed="0.107785"/>
</kw>
<kw name="Read Until Regexp" owner="SSHLibrary">
<msg time="2026-09-02T00:59:53.536112" 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-02T00:59:53.536311" 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-02T00:59:53.526091" elapsed="0.010249"/>
</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-02T00:59:53.536472" elapsed="0.000293"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-09-02T00:59:53.536903" elapsed="0.000217"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-09-02T00:59:53.537561" 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-02T00:59:53.537247" elapsed="0.000401"/>
</kw>
<return>
<value>${output}</value>
<status status="PASS" start="2026-09-02T00:59:53.537698" elapsed="0.000058"/>
</return>
<msg time="2026-09-02T00:59:53.537896" 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.103
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-02T00:59:53.089145" elapsed="0.448788"/>
</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-02T00:59:53.538070" elapsed="0.000605"/>
</kw>
<return>
<value>${output}</value>
<status status="PASS" start="2026-09-02T00:59:53.538724" elapsed="0.000030"/>
</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-02T00:59:53.085730" elapsed="0.453111"/>
</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-02T00:59:53.542488" elapsed="0.000014"/>
</return>
<status status="NOT RUN" start="2026-09-02T00:59:53.542358" elapsed="0.000176"/>
</branch>
<status status="PASS" start="2026-09-02T00:59:53.542334" elapsed="0.000273"/>
</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-02T00:59:53.542739" elapsed="0.000429"/>
</kw>
<kw name="Login" owner="SSHLibrary">
<msg time="2026-09-02T00:59:53.543534" level="INFO">Logging into '10.30.170.103:8101' as 'karaf'.</msg>
<msg time="2026-09-02T00:59:53.717471" 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-02T00:59:53.543301" elapsed="0.174394"/>
</kw>
<kw name="Write" owner="SSHLibrary">
<msg time="2026-09-02T00:59:53.740794" 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-02T00:59:53.718003" elapsed="0.022848"/>
</kw>
<kw name="Read Until Regexp" owner="SSHLibrary">
<msg time="2026-09-02T00:59:53.742817" level="INFO">[?1l&gt;[?2004lDropAllFlows transitions to on
[?1h=[90m~[0m                                                                                [?2004hopendaylight-user@root&gt;</msg>
<msg time="2026-09-02T00:59:53.742931" 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-02T00:59:53.740991" elapsed="0.001967"/>
</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-02T00:59:53.743085" elapsed="0.000186"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-09-02T00:59:53.743407" elapsed="0.000313"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-09-02T00:59:53.744183" 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-02T00:59:53.743864" elapsed="0.000364"/>
</kw>
<return>
<value>${output}</value>
<status status="PASS" start="2026-09-02T00:59:53.744279" elapsed="0.000063"/>
</return>
<arg>dropallpacketsrpc on</arg>
<doc>Will execute the given ${cmd} by ssh'ing to the karaf console running on 10.30.170.103
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-02T00:59:53.542057" elapsed="0.202400"/>
</kw>
<status status="PASS" start="2026-09-02T00:59:51.784150" elapsed="1.960369"/>
</kw>
<test id="s1-t1" name="Cbench Latency Test" line="37">
<kw name="Log" owner="BuiltIn">
<msg time="2026-09-02T00:59:53.747891" 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-02T00:59:53.745489" elapsed="0.002482"/>
</kw>
<kw name="Run Cbench And Log Results">
<kw name="Set Suite Variable" owner="BuiltIn">
<msg time="2026-09-02T00:59:53.749491" 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-02T00:59:53.749162" elapsed="0.000369"/>
</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-02T00:59:53.749892" elapsed="0.000020"/>
</kw>
<status status="NOT RUN" start="2026-09-02T00:59:53.749648" elapsed="0.000298"/>
</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-02T00:59:53.752882" elapsed="0.000021"/>
</kw>
<status status="NOT RUN" start="2026-09-02T00:59:53.752644" elapsed="0.000291"/>
</branch>
<status status="PASS" start="2026-09-02T00:59:53.752625" elapsed="0.000333"/>
</if>
<kw name="Get Connection" owner="SSHLibrary">
<msg time="2026-09-02T00:59:53.753301" 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-02T00:59:53.753412" 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-02T00:59:53.753084" elapsed="0.000352"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-09-02T00:59:53.753980" level="INFO">Attempting to execute command "/usr/local/bin/cbench -c 10.30.170.103 -m 60000 -M 100 -S 16 -l 10 -D 5000 -p 6633" on remote system "10.30.170.142" 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-02T00:59:53.753561" elapsed="0.000475"/>
</kw>
<kw name="Open Connection" owner="SSHLibrary">
<msg time="2026-09-02T00:59:53.754655" 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-02T00:59:53.754165" elapsed="0.000515"/>
</kw>
<kw name="Flexible_SSH_Login" owner="SSHKeywords">
<kw name="Get Length" owner="BuiltIn">
<msg time="2026-09-02T00:59:53.755503" level="INFO">Length is 0.</msg>
<msg time="2026-09-02T00:59:53.755611" 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-02T00:59:53.755201" elapsed="0.000434"/>
</kw>
<kw name="Run Keyword And Return If" owner="BuiltIn">
<arg>${pwd_length} &gt; 0</arg>
<arg>SSHLibrary.Login</arg>
<arg>${user}</arg>
<arg>${password}</arg>
<arg>delay=${delay}</arg>
<doc>Runs the specified keyword and returns from the enclosing user keyword.</doc>
<status status="PASS" start="2026-09-02T00:59:53.755766" elapsed="0.000305"/>
</kw>
<kw name="Run Keyword And Return" owner="BuiltIn">
<kw name="Login With Public Key" owner="SSHLibrary">
<msg time="2026-09-02T00:59:53.756878" level="INFO">Logging into '10.30.170.142:22' as 'jenkins'.</msg>
<msg time="2026-09-02T00:59:54.221430" 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 Wed Sep  2 00:59:08 UTC 2026

  System load:  0.13               Processes:             109
  Usage of /:   19.7% of 38.58GB   Users logged in:       0
  Memory usage: 4%                 IPv4 address for ens3: 10.30.170.142
  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: Wed Sep  2 00:59:52 2026 from 10.30.170.204
[?2004h[jenkins@releng-48317-826-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-02T00:59:53.756527" elapsed="0.465178"/>
</kw>
<msg time="2026-09-02T00:59:54.221892" 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-02T00:59:53.756209" elapsed="0.465834"/>
</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-02T00:59:53.754864" elapsed="0.467308"/>
</kw>
<kw name="Execute Command" owner="SSHLibrary">
<msg time="2026-09-02T00:59:54.223092" level="INFO">Executing command '/usr/local/bin/cbench -c 10.30.170.103 -m 60000 -M 100 -S 16 -l 10 -D 5000 -p 6633'.</msg>
<msg time="2026-09-02T01:10:00.386784" level="INFO">Command exited with return code 0.</msg>
<msg time="2026-09-02T01:10:00.387465" level="INFO">${stdout} = </msg>
<msg time="2026-09-02T01:10:00.387580" level="INFO">${stderr} = cbench: controller benchmarking tool
   running in mode 'latency'
   connecting to controller at 10.30.170.103: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-02T00:59:54.222417" elapsed="606.165254"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-09-02T01:10:00.388235" elapsed="0.000803"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-09-02T01:10:00.390120" level="INFO">cbench: controller benchmarking tool
   running in mode 'latency'
   connecting to controller at 10.30.170.103: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.103. So far 1 cbench instances have initialized their switches.  Waiting for other cbench-instances
Thread-0: Total switches from ALL cbench-instances initialized.
01:00:59.478 16  switches: flows:  34157 34938 33839 34054 34280 19299 34178 33707 33257 33475 33254 33856 33241 33951 33207 33358  total = 8.767517 per ms 
01:01:59.578 16  switches: flows:  35716 35935 35661 35299 35577 20354 35425 35084 34256 34516 34933 34741 34656 35148 34142 34298  total = 9.080522 per ms 
01:02:59.678 16  switches: flows:  36518 37228 36245 36524 35886 21239 36341 35646 35174 35150 34954 35260 34973 36421 35182 35107  total = 9.281976 per ms 
01:03:59.778 16  switches: flows:  38417 38482 37932 37921 37721 22511 37633 37305 36205 36457 36561 37110 36282 37585 35942 36888  total = 9.666400 per ms 
01:04:59.879 16  switches: flows:  39566 39526 38762 38827 38733 22880 39107 38330 38070 37629 37891 38320 37711 38828 37668 37940  total = 9.979799 per ms 
01:05:59.979 16  switches: flows:  37211 37188 36546 36293 36030 21212 36613 35722 35238 35184 35586 35732 35260 36797 35511 35962  total = 9.352465 per ms 
01:07:00.079 16  switches: flows:  47683 47851 46711 46951 46132 33538 47134 45886 45279 45346 44879 45555 44339 45352 44800 44788  total = 12.017011 per ms 
01:08:00.179 16  switches: flows:  90283 90708 89636 87860 87315 88118 86892 85493 83005 83503 83813 85245 81917 83449 81425 83482  total = 22.830971 per ms 
01:09:00.280 16  switches: flows:  90179 91662 90047 88265 88787 89004 88605 86621 83256 84411 83833 85149 84391 83868 82850 84842  total = 23.057680 per ms 
01:10:00.380 16  switches: flows:  90165 91251 89289 89502 87588 89717 88494 87290 84002 83797 83040 85728 83765 83960 83843 84012  total = 23.052241 per ms 
RESULT: 16 switches 9 tests min/max/avg/stdev = 9080.52/23057.68/14257.67/7828.65 responses/s</msg>
<arg>${stderr}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-09-02T01:10:00.389384" elapsed="0.001012"/>
</kw>
<if>
<branch type="IF" condition="&quot;${return_stdout}&quot;!=&quot;True&quot;">
<return>
<value>${stderr}</value>
<status status="PASS" start="2026-09-02T01:10:00.390935" elapsed="0.000075"/>
</return>
<status status="PASS" start="2026-09-02T01:10:00.390625" elapsed="0.000457"/>
</branch>
<status status="PASS" start="2026-09-02T01:10:00.390537" elapsed="0.000592"/>
</if>
<if>
<branch type="IF" condition="&quot;${return_stderr}&quot;!=&quot;True&quot;">
<return>
<value>${stdout}</value>
<status status="NOT RUN" start="2026-09-02T01:10:00.391301" elapsed="0.000023"/>
</return>
<status status="NOT RUN" start="2026-09-02T01:10:00.391236" elapsed="0.000136"/>
</branch>
<status status="NOT RUN" start="2026-09-02T01:10:00.391209" elapsed="0.000201"/>
</if>
<return>
<value>${stdout}</value>
<value>${stderr}</value>
<status status="NOT RUN" start="2026-09-02T01:10:00.391469" elapsed="0.000039"/>
</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-02T01:10:00.395440" elapsed="0.000518"/>
</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-02T01:10:00.396151" elapsed="0.000235"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-09-02T01:10:00.396578" 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-02T01:10:00.392022" elapsed="0.004807"/>
</kw>
<msg time="2026-09-02T01:10:00.397002" level="INFO">${output} = cbench: controller benchmarking tool
   running in mode 'latency'
   connecting to controller at 10.30.170.103: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-02T00:59:53.750284" elapsed="606.646753"/>
</kw>
<status status="PASS" start="2026-09-02T00:59:53.749975" elapsed="606.647125"/>
</branch>
<status status="PASS" start="2026-09-02T00:59:53.749620" elapsed="606.647510"/>
</if>
<kw name="Log" owner="BuiltIn">
<msg time="2026-09-02T01:10:00.397773" level="INFO">cbench: controller benchmarking tool
   running in mode 'latency'
   connecting to controller at 10.30.170.103: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.103. So far 1 cbench instances have initialized their switches.  Waiting for other cbench-instances
Thread-0: Total switches from ALL cbench-instances initialized.
01:00:59.478 16  switches: flows:  34157 34938 33839 34054 34280 19299 34178 33707 33257 33475 33254 33856 33241 33951 33207 33358  total = 8.767517 per ms 
01:01:59.578 16  switches: flows:  35716 35935 35661 35299 35577 20354 35425 35084 34256 34516 34933 34741 34656 35148 34142 34298  total = 9.080522 per ms 
01:02:59.678 16  switches: flows:  36518 37228 36245 36524 35886 21239 36341 35646 35174 35150 34954 35260 34973 36421 35182 35107  total = 9.281976 per ms 
01:03:59.778 16  switches: flows:  38417 38482 37932 37921 37721 22511 37633 37305 36205 36457 36561 37110 36282 37585 35942 36888  total = 9.666400 per ms 
01:04:59.879 16  switches: flows:  39566 39526 38762 38827 38733 22880 39107 38330 38070 37629 37891 38320 37711 38828 37668 37940  total = 9.979799 per ms 
01:05:59.979 16  switches: flows:  37211 37188 36546 36293 36030 21212 36613 35722 35238 35184 35586 35732 35260 36797 35511 35962  total = 9.352465 per ms 
01:07:00.079 16  switches: flows:  47683 47851 46711 46951 46132 33538 47134 45886 45279 45346 44879 45555 44339 45352 44800 44788  total = 12.017011 per ms 
01:08:00.179 16  switches: flows:  90283 90708 89636 87860 87315 88118 86892 85493 83005 83503 83813 85245 81917 83449 81425 83482  total = 22.830971 per ms 
01:09:00.280 16  switches: flows:  90179 91662 90047 88265 88787 89004 88605 86621 83256 84411 83833 85149 84391 83868 82850 84842  total = 23.057680 per ms 
01:10:00.380 16  switches: flows:  90165 91251 89289 89502 87588 89717 88494 87290 84002 83797 83040 85728 83765 83960 83843 84012  total = 23.052241 per ms 
RESULT: 16 switches 9 tests min/max/avg/stdev = 9080.52/23057.68/14257.67/7828.65 responses/s</msg>
<arg>${output}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-09-02T01:10:00.397328" elapsed="0.000543"/>
</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-02T01:10:00.398071" elapsed="0.000532"/>
</kw>
<kw name="Get Lines Containing String" owner="String">
<msg time="2026-09-02T01:10:00.399143" level="INFO">1 out of 23 lines matched.</msg>
<msg time="2026-09-02T01:10:00.399266" level="INFO">${result_line} = RESULT: 16 switches 9 tests min/max/avg/stdev = 9080.52/23057.68/14257.67/7828.65 responses/s</msg>
<var>${result_line}</var>
<arg>${output}</arg>
<arg>RESULT</arg>
<doc>Returns lines of the given ``string`` that contain the ``pattern``.</doc>
<status status="PASS" start="2026-09-02T01:10:00.398832" elapsed="0.000468"/>
</kw>
<kw name="Split String" owner="String">
<msg time="2026-09-02T01:10:00.399897" level="INFO">@{results_list} = [ RESULT: | 16 | switches | 9 | tests | min/max/avg/stdev | = | 9080.52/23057.68/14257.67/7828.65 | responses/s ]</msg>
<var>@{results_list}</var>
<arg>${result_line}</arg>
<doc>Splits the ``string`` using ``separator`` as a delimiter string.</doc>
<status status="PASS" start="2026-09-02T01:10:00.399518" elapsed="0.000416"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-09-02T01:10:00.403145" 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-02T01:10:00.400124" elapsed="0.003100"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-09-02T01:10:00.407110" level="INFO">9080.52/23057.68/14257.67/7828.65</msg>
<arg>${results_list[7]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-09-02T01:10:00.403418" elapsed="0.003770"/>
</kw>
<kw name="Split String" owner="String">
<msg time="2026-09-02T01:10:00.410322" 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-02T01:10:00.407386" elapsed="0.002972"/>
</kw>
<kw name="Split String" owner="String">
<msg time="2026-09-02T01:10:00.413539" level="INFO">@{result_value_list} = [ 9080.52 | 23057.68 | 14257.67 | 7828.65 ]</msg>
<var>@{result_value_list}</var>
<arg>${results_list[7]}</arg>
<arg>/</arg>
<doc>Splits the ``string`` using ``separator`` as a delimiter string.</doc>
<status status="PASS" start="2026-09-02T01:10:00.410638" elapsed="0.002937"/>
</kw>
<kw name="Get Length" owner="BuiltIn">
<msg time="2026-09-02T01:10:00.414192" level="INFO">Length is 4.</msg>
<msg time="2026-09-02T01:10:00.414306" 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-02T01:10:00.413795" elapsed="0.000542"/>
</kw>
<for flavor="IN RANGE">
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-09-02T01:10:00.420525" level="INFO">min :: 9080.52</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-02T01:10:00.414906" elapsed="0.005711"/>
</kw>
<var name="${i}">0</var>
<status status="PASS" start="2026-09-02T01:10:00.414733" elapsed="0.005930"/>
</iter>
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-09-02T01:10:00.426572" level="INFO">max :: 23057.68</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-02T01:10:00.420944" elapsed="0.005718"/>
</kw>
<var name="${i}">1</var>
<status status="PASS" start="2026-09-02T01:10:00.420779" elapsed="0.005928"/>
</iter>
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-09-02T01:10:00.432625" level="INFO">avg :: 14257.67</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-02T01:10:00.426986" elapsed="0.005713"/>
</kw>
<var name="${i}">2</var>
<status status="PASS" start="2026-09-02T01:10:00.426820" elapsed="0.005924"/>
</iter>
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-09-02T01:10:00.438759" level="INFO">stdev :: 7828.65</msg>
<arg>${result_name_list[${i}]} :: ${result_value_list[${i}]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-09-02T01:10:00.433116" elapsed="0.005714"/>
</kw>
<var name="${i}">3</var>
<status status="PASS" start="2026-09-02T01:10:00.432938" elapsed="0.005937"/>
</iter>
<var>${i}</var>
<value>0</value>
<value>${num_stats}</value>
<status status="PASS" start="2026-09-02T01:10:00.414450" elapsed="0.024456"/>
</for>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-09-02T01:10:00.443106" level="INFO">${min} = 9080.52</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-02T01:10:00.439054" elapsed="0.004077"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-09-02T01:10:00.446791" level="INFO">${max} = 23057.68</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-02T01:10:00.443274" elapsed="0.003541"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-09-02T01:10:00.451761" level="INFO">${average} = 14257.67</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-02T01:10:00.446955" elapsed="0.004830"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-09-02T01:10:00.455429" level="INFO">${stdev} = 7828.65</msg>
<var>${stdev}</var>
<arg>${result_value_list[${3}]}</arg>
<doc>Returns the given values which can then be assigned to a variables.</doc>
<status status="PASS" start="2026-09-02T01:10:00.451925" elapsed="0.003528"/>
</kw>
<kw name="Get Time" owner="BuiltIn">
<msg time="2026-09-02T01:10:00.455976" level="INFO">${date} = 2026-09-02 01:10:00</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-02T01:10:00.455626" elapsed="0.000374"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-09-02T01:10:00.456539" level="INFO">CBench Result: 2026-09-02 01:10:00,-m 60000 -M 100 -S 16 -l 10 -D 5000 -p 6633,9080.52,23057.68,14257.67,7828.65</msg>
<arg>CBench Result: ${date},${cbench_args},${min},${max},${average},${stdev}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-09-02T01:10:00.456135" elapsed="0.000482"/>
</kw>
<kw name="Log Results And Determine Status">
<kw name="Append To File" owner="OperatingSystem">
<msg time="2026-09-02T01:10:00.457675" 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-02T01:10:00.457240" elapsed="0.000502"/>
</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-02T01:10:00.457884" elapsed="0.000430"/>
</kw>
<arg>${min}</arg>
<arg>${max}</arg>
<arg>${average}</arg>
<arg>${average_threshold}</arg>
<arg>${output_filename}</arg>
<status status="PASS" start="2026-09-02T01:10:00.456796" elapsed="0.001578"/>
</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-02T00:59:53.748482" elapsed="606.709946"/>
</kw>
<kw name="Sleep" owner="BuiltIn">
<msg time="2026-09-02T01:10:00.458917" 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-02T01:10:00.458598" elapsed="0.000372"/>
</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-02T01:10:00.459451" elapsed="0.000277"/>
</kw>
<status status="PASS" start="2026-09-02T01:10:00.459174" elapsed="0.000617"/>
</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-02T00:59:53.744716" elapsed="606.715108"/>
</test>
<test id="s1-t2" name="Cbench Throughput Test" line="51">
<kw name="Log" owner="BuiltIn">
<msg time="2026-09-02T01:10:00.461002" 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-02T01:10:00.460658" elapsed="0.000394"/>
</kw>
<kw name="Run Cbench And Log Results">
<kw name="Set Suite Variable" owner="BuiltIn">
<msg time="2026-09-02T01:10:00.462176" 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-02T01:10:00.461881" elapsed="0.000332"/>
</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-02T01:10:00.462532" elapsed="0.000020"/>
</kw>
<status status="NOT RUN" start="2026-09-02T01:10:00.462276" elapsed="0.000324"/>
</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-02T01:10:00.465287" elapsed="0.000019"/>
</kw>
<status status="NOT RUN" start="2026-09-02T01:10:00.465064" elapsed="0.000274"/>
</branch>
<status status="PASS" start="2026-09-02T01:10:00.465047" elapsed="0.000312"/>
</if>
<kw name="Get Connection" owner="SSHLibrary">
<msg time="2026-09-02T01:10:00.465694" 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-02T01:10:00.465802" 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-02T01:10:00.465475" elapsed="0.000352"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-09-02T01:10:00.466325" level="INFO">Attempting to execute command "/usr/local/bin/cbench -c 10.30.170.103 -t -m 60000 -M 100 -S 16 -l 10 -D 5000 -p 6633" on remote system "10.30.170.142" 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-02T01:10:00.465948" elapsed="0.000429"/>
</kw>
<kw name="Open Connection" owner="SSHLibrary">
<msg time="2026-09-02T01:10:00.466897" 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-02T01:10:00.466518" elapsed="0.000403"/>
</kw>
<kw name="Flexible_SSH_Login" owner="SSHKeywords">
<kw name="Get Length" owner="BuiltIn">
<msg time="2026-09-02T01:10:00.467745" level="INFO">Length is 0.</msg>
<msg time="2026-09-02T01:10:00.467824" 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-02T01:10:00.467433" elapsed="0.000412"/>
</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-02T01:10:00.467971" elapsed="0.000291"/>
</kw>
<kw name="Run Keyword And Return" owner="BuiltIn">
<kw name="Login With Public Key" owner="SSHLibrary">
<msg time="2026-09-02T01:10:00.469054" level="INFO">Logging into '10.30.170.142:22' as 'jenkins'.</msg>
<msg time="2026-09-02T01:10:01.086245" 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 Wed Sep  2 01:10:00 UTC 2026

  System load:  1.0                Processes:             104
  Usage of /:   19.7% of 38.58GB   Users logged in:       0
  Memory usage: 4%                 IPv4 address for ens3: 10.30.170.142
  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: Wed Sep  2 00:59:54 2026 from 10.30.170.204
[?2004h[jenkins@releng-48317-826-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-02T01:10:00.468737" elapsed="0.617731"/>
</kw>
<msg time="2026-09-02T01:10:01.086576" 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-02T01:10:00.468398" elapsed="0.618297"/>
</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-02T01:10:00.467102" elapsed="0.619716"/>
</kw>
<kw name="Execute Command" owner="SSHLibrary">
<msg time="2026-09-02T01:10:01.087390" level="INFO">Executing command '/usr/local/bin/cbench -c 10.30.170.103 -t -m 60000 -M 100 -S 16 -l 10 -D 5000 -p 6633'.</msg>
<msg time="2026-09-02T01:20:07.147052" level="INFO">Command exited with return code 0.</msg>
<msg time="2026-09-02T01:20:07.147825" level="INFO">${stdout} = </msg>
<msg time="2026-09-02T01:20:07.147923" level="INFO">${stderr} = cbench: controller benchmarking tool
   running in mode 'throughput'
   connecting to controller at 10.30.170.103: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-02T01:10:01.087062" elapsed="606.060912"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-09-02T01:20:07.148526" elapsed="0.000962"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-09-02T01:20:07.150789" level="INFO">cbench: controller benchmarking tool
   running in mode 'throughput'
   connecting to controller at 10.30.170.103: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.103. 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:06.207 16  switches: flows:  551687 557412 567736 561295 566106 559474 556757 556220 562277 568864 554971 569561 553446 562489 561752 565032  total = 149.584650 per ms 
01:12:06.310 16  switches: flows:  657363 658569 653461 657458 655527 660430 662080 657769 661982 661462 659281 663427 651390 660730 667376 653676  total = 175.401801 per ms 
01:13:06.412 16  switches: flows:  674837 675690 665040 665296 667964 668897 673823 665171 673198 675762 667794 669494 670428 672971 671061 661330  total = 178.343629 per ms 
01:14:06.513 16  switches: flows:  677344 674360 677242 671379 674572 669011 677238 668921 672347 667989 673496 672951 668209 666424 676628 662683  total = 178.878752 per ms 
01:15:06.615 16  switches: flows:  678044 670461 674179 675044 675567 672709 678857 674984 679363 673246 676779 676280 685077 676043 673218 675383  total = 179.948545 per ms 
01:16:06.718 16  switches: flows:  679341 680722 680267 677499 678557 677056 676776 676350 679462 681130 675081 678874 675340 674961 680153 677687  total = 180.512912 per ms 
01:17:06.820 16  switches: flows:  678418 678139 679572 680728 676063 673231 687054 672169 686339 674226 684400 681664 670736 677061 675775 680442  total = 180.628247 per ms 
01:18:06.921 16  switches: flows:  668131 664040 664530 678829 665632 666795 670515 667357 672764 671154 667716 675239 667567 672743 672386 667987  total = 178.256263 per ms 
01:19:07.023 16  switches: flows:  659743 651638 657516 666570 650115 650367 650895 658739 661792 653936 655163 665012 651267 660319 664758 657421  total = 174.958469 per ms 
01:20:07.126 16  switches: flows:  669485 673497 673550 668294 674163 670305 672960 669637 670903 672963 671084 671811 670843 669622 669269 665554  total = 178.596924 per ms 
RESULT: 16 switches 9 tests min/max/avg/stdev = 174958.47/180628.25/178391.73/59494.69 responses/s</msg>
<arg>${stderr}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-09-02T01:20:07.149981" elapsed="0.001110"/>
</kw>
<if>
<branch type="IF" condition="&quot;${return_stdout}&quot;!=&quot;True&quot;">
<return>
<value>${stderr}</value>
<status status="PASS" start="2026-09-02T01:20:07.151660" elapsed="0.000095"/>
</return>
<status status="PASS" start="2026-09-02T01:20:07.151274" elapsed="0.000562"/>
</branch>
<status status="PASS" start="2026-09-02T01:20:07.151217" elapsed="0.000672"/>
</if>
<if>
<branch type="IF" condition="&quot;${return_stderr}&quot;!=&quot;True&quot;">
<return>
<value>${stdout}</value>
<status status="NOT RUN" start="2026-09-02T01:20:07.152134" elapsed="0.000038"/>
</return>
<status status="NOT RUN" start="2026-09-02T01:20:07.152027" elapsed="0.000209"/>
</branch>
<status status="NOT RUN" start="2026-09-02T01:20:07.151985" elapsed="0.000312"/>
</if>
<return>
<value>${stdout}</value>
<value>${stderr}</value>
<status status="NOT RUN" start="2026-09-02T01:20:07.152387" elapsed="0.000029"/>
</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-02T01:20:07.158189" elapsed="0.000854"/>
</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-02T01:20:07.159364" elapsed="0.000387"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-09-02T01:20:07.160015" elapsed="0.000207"/>
</kw>
<arg>${current_ssh_connection.index}</arg>
<doc>Restore active SSH connection in SSHLibrary to given index.</doc>
<status status="PASS" start="2026-09-02T01:20:07.153169" elapsed="0.007158"/>
</kw>
<msg time="2026-09-02T01:20:07.160582" level="INFO">${output} = cbench: controller benchmarking tool
   running in mode 'throughput'
   connecting to controller at 10.30.170.103: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-02T01:10:00.462907" elapsed="606.697759"/>
</kw>
<status status="PASS" start="2026-09-02T01:10:00.462625" elapsed="606.698158"/>
</branch>
<status status="PASS" start="2026-09-02T01:10:00.462258" elapsed="606.698573"/>
</if>
<kw name="Log" owner="BuiltIn">
<msg time="2026-09-02T01:20:07.161769" level="INFO">cbench: controller benchmarking tool
   running in mode 'throughput'
   connecting to controller at 10.30.170.103: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.103. 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:06.207 16  switches: flows:  551687 557412 567736 561295 566106 559474 556757 556220 562277 568864 554971 569561 553446 562489 561752 565032  total = 149.584650 per ms 
01:12:06.310 16  switches: flows:  657363 658569 653461 657458 655527 660430 662080 657769 661982 661462 659281 663427 651390 660730 667376 653676  total = 175.401801 per ms 
01:13:06.412 16  switches: flows:  674837 675690 665040 665296 667964 668897 673823 665171 673198 675762 667794 669494 670428 672971 671061 661330  total = 178.343629 per ms 
01:14:06.513 16  switches: flows:  677344 674360 677242 671379 674572 669011 677238 668921 672347 667989 673496 672951 668209 666424 676628 662683  total = 178.878752 per ms 
01:15:06.615 16  switches: flows:  678044 670461 674179 675044 675567 672709 678857 674984 679363 673246 676779 676280 685077 676043 673218 675383  total = 179.948545 per ms 
01:16:06.718 16  switches: flows:  679341 680722 680267 677499 678557 677056 676776 676350 679462 681130 675081 678874 675340 674961 680153 677687  total = 180.512912 per ms 
01:17:06.820 16  switches: flows:  678418 678139 679572 680728 676063 673231 687054 672169 686339 674226 684400 681664 670736 677061 675775 680442  total = 180.628247 per ms 
01:18:06.921 16  switches: flows:  668131 664040 664530 678829 665632 666795 670515 667357 672764 671154 667716 675239 667567 672743 672386 667987  total = 178.256263 per ms 
01:19:07.023 16  switches: flows:  659743 651638 657516 666570 650115 650367 650895 658739 661792 653936 655163 665012 651267 660319 664758 657421  total = 174.958469 per ms 
01:20:07.126 16  switches: flows:  669485 673497 673550 668294 674163 670305 672960 669637 670903 672963 671084 671811 670843 669622 669269 665554  total = 178.596924 per ms 
RESULT: 16 switches 9 tests min/max/avg/stdev = 174958.47/180628.25/178391.73/59494.69 responses/s</msg>
<arg>${output}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-09-02T01:20:07.161116" elapsed="0.000808"/>
</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-02T01:20:07.162223" elapsed="0.000781"/>
</kw>
<kw name="Get Lines Containing String" owner="String">
<msg time="2026-09-02T01:20:07.163900" level="INFO">1 out of 23 lines matched.</msg>
<msg time="2026-09-02T01:20:07.164111" level="INFO">${result_line} = RESULT: 16 switches 9 tests min/max/avg/stdev = 174958.47/180628.25/178391.73/59494.69 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-02T01:20:07.163386" elapsed="0.000779"/>
</kw>
<kw name="Split String" owner="String">
<msg time="2026-09-02T01:20:07.165055" level="INFO">@{results_list} = [ RESULT: | 16 | switches | 9 | tests | min/max/avg/stdev | = | 174958.47/180628.25/178391.73/59494.69 | 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-02T01:20:07.164480" elapsed="0.000632"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-09-02T01:20:07.170343" 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-02T01:20:07.165444" elapsed="0.005018"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-09-02T01:20:07.175640" level="INFO">174958.47/180628.25/178391.73/59494.69</msg>
<arg>${results_list[7]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-09-02T01:20:07.170822" elapsed="0.004964"/>
</kw>
<kw name="Split String" owner="String">
<msg time="2026-09-02T01:20:07.180887" 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-02T01:20:07.176123" elapsed="0.004821"/>
</kw>
<kw name="Split String" owner="String">
<msg time="2026-09-02T01:20:07.186175" level="INFO">@{result_value_list} = [ 174958.47 | 180628.25 | 178391.73 | 59494.69 ]</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-02T01:20:07.181374" elapsed="0.004862"/>
</kw>
<kw name="Get Length" owner="BuiltIn">
<msg time="2026-09-02T01:20:07.187365" level="INFO">Length is 4.</msg>
<msg time="2026-09-02T01:20:07.187783" 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-02T01:20:07.186568" elapsed="0.001265"/>
</kw>
<for flavor="IN RANGE">
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-09-02T01:20:07.197431" level="INFO">min :: 174958.47</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-02T01:20:07.189019" elapsed="0.008545"/>
</kw>
<var name="${i}">0</var>
<status status="PASS" start="2026-09-02T01:20:07.188653" elapsed="0.009035"/>
</iter>
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-09-02T01:20:07.205392" level="INFO">max :: 180628.25</msg>
<arg>${result_name_list[${i}]} :: ${result_value_list[${i}]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-09-02T01:20:07.198255" elapsed="0.007272"/>
</kw>
<var name="${i}">1</var>
<status status="PASS" start="2026-09-02T01:20:07.197942" elapsed="0.007691"/>
</iter>
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-09-02T01:20:07.212831" level="INFO">avg :: 178391.73</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-02T01:20:07.206285" elapsed="0.006662"/>
</kw>
<var name="${i}">2</var>
<status status="PASS" start="2026-09-02T01:20:07.205892" elapsed="0.007122"/>
</iter>
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-09-02T01:20:07.220189" level="INFO">stdev :: 59494.69</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-02T01:20:07.213473" elapsed="0.006854"/>
</kw>
<var name="${i}">3</var>
<status status="PASS" start="2026-09-02T01:20:07.213193" elapsed="0.007219"/>
</iter>
<var>${i}</var>
<value>0</value>
<value>${num_stats}</value>
<status status="PASS" start="2026-09-02T01:20:07.188057" elapsed="0.032420"/>
</for>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-09-02T01:20:07.226448" level="INFO">${min} = 174958.47</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-02T01:20:07.220909" elapsed="0.005582"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-09-02T01:20:07.232272" level="INFO">${max} = 180628.25</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-02T01:20:07.226829" elapsed="0.005485"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-09-02T01:20:07.236739" level="INFO">${average} = 178391.73</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-02T01:20:07.232584" elapsed="0.004188"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-09-02T01:20:07.240744" level="INFO">${stdev} = 59494.69</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-02T01:20:07.236969" elapsed="0.003812"/>
</kw>
<kw name="Get Time" owner="BuiltIn">
<msg time="2026-09-02T01:20:07.241415" level="INFO">${date} = 2026-09-02 01:20:07</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-02T01:20:07.240987" elapsed="0.000452"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-09-02T01:20:07.242017" level="INFO">CBench Result: 2026-09-02 01:20:07,-t -m 60000 -M 100 -S 16 -l 10 -D 5000 -p 6633,174958.47,180628.25,178391.73,59494.69</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-02T01:20:07.241582" elapsed="0.000505"/>
</kw>
<kw name="Log Results And Determine Status">
<kw name="Append To File" owner="OperatingSystem">
<msg time="2026-09-02T01:20:07.243393" 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-02T01:20:07.242872" elapsed="0.000583"/>
</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-02T01:20:07.243667" elapsed="0.000549"/>
</kw>
<arg>${min}</arg>
<arg>${max}</arg>
<arg>${average}</arg>
<arg>${average_threshold}</arg>
<arg>${output_filename}</arg>
<status status="PASS" start="2026-09-02T01:20:07.242332" elapsed="0.001955"/>
</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-02T01:10:00.461340" elapsed="606.783027"/>
</kw>
<kw name="Sleep" owner="BuiltIn">
<msg time="2026-09-02T01:20:07.244918" 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-02T01:20:07.244551" elapsed="0.000421"/>
</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-02T01:20:07.245505" elapsed="0.000286"/>
</kw>
<status status="PASS" start="2026-09-02T01:20:07.245211" elapsed="0.000648"/>
</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-02T01:10:00.460130" elapsed="606.785765"/>
</test>
<test id="s1-t3" name="Rerun Latency Test To Check Bug 6176" line="65">
<kw name="Log" owner="BuiltIn">
<msg time="2026-09-02T01:20:07.247137" 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-02T01:20:07.246768" elapsed="0.000430"/>
</kw>
<kw name="Run Cbench And Log Results">
<kw name="Set Suite Variable" owner="BuiltIn">
<msg time="2026-09-02T01:20:07.248708" 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-02T01:20:07.248374" elapsed="0.000387"/>
</kw>
<if>
<branch type="IF" condition="&quot;${cbench_system}&quot; == &quot;localhost&quot;">
<kw name="Run" owner="OperatingSystem">
<var>${output}</var>
<arg>${cbench_executable} -c ${ODL_SYSTEM_IP} ${cbench_args}</arg>
<doc>_This keyword is considered deprecated. Use the
[http://robotframework.org/robotframework/latest/libraries/Process.html|
Process] library instead._</doc>
<status status="NOT RUN" start="2026-09-02T01:20:07.249191" elapsed="0.000021"/>
</kw>
<status status="NOT RUN" start="2026-09-02T01:20:07.248934" elapsed="0.000313"/>
</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-02T01:20:07.252736" elapsed="0.000025"/>
</kw>
<status status="NOT RUN" start="2026-09-02T01:20:07.252422" elapsed="0.000378"/>
</branch>
<status status="PASS" start="2026-09-02T01:20:07.252396" elapsed="0.000429"/>
</if>
<kw name="Get Connection" owner="SSHLibrary">
<msg time="2026-09-02T01:20:07.253225" 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-02T01:20:07.253351" 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-02T01:20:07.252961" elapsed="0.000415"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-09-02T01:20:07.253970" level="INFO">Attempting to execute command "/usr/local/bin/cbench -c 10.30.170.103 -m 60000 -M 100 -S 16 -l 10 -D 5000 -p 6633" on remote system "10.30.170.142" 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-02T01:20:07.253503" elapsed="0.000525"/>
</kw>
<kw name="Open Connection" owner="SSHLibrary">
<msg time="2026-09-02T01:20:07.254564" 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-02T01:20:07.254166" elapsed="0.000438"/>
</kw>
<kw name="Flexible_SSH_Login" owner="SSHKeywords">
<kw name="Get Length" owner="BuiltIn">
<msg time="2026-09-02T01:20:07.255522" level="INFO">Length is 0.</msg>
<msg time="2026-09-02T01:20:07.255620" 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-02T01:20:07.255209" elapsed="0.000435"/>
</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-02T01:20:07.255796" elapsed="0.000343"/>
</kw>
<kw name="Run Keyword And Return" owner="BuiltIn">
<kw name="Login With Public Key" owner="SSHLibrary">
<msg time="2026-09-02T01:20:07.257000" level="INFO">Logging into '10.30.170.142:22' as 'jenkins'.</msg>
<msg time="2026-09-02T01:20:07.840837" 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 Wed Sep  2 01:20:07 UTC 2026

  System load:  0.51               Processes:             106
  Usage of /:   19.7% of 38.58GB   Users logged in:       0
  Memory usage: 4%                 IPv4 address for ens3: 10.30.170.142
  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: Wed Sep  2 01:10:01 2026 from 10.30.170.204
[?2004h[jenkins@releng-48317-826-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-02T01:20:07.256637" elapsed="0.584539"/>
</kw>
<msg time="2026-09-02T01:20:07.841310" 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-02T01:20:07.256283" elapsed="0.585171"/>
</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-02T01:20:07.254825" elapsed="0.586833"/>
</kw>
<kw name="Execute Command" owner="SSHLibrary">
<msg time="2026-09-02T01:20:07.842806" level="INFO">Executing command '/usr/local/bin/cbench -c 10.30.170.103 -m 60000 -M 100 -S 16 -l 10 -D 5000 -p 6633'.</msg>
<msg time="2026-09-02T01:30:13.902900" level="INFO">Command exited with return code 0.</msg>
<msg time="2026-09-02T01:30:13.908522" level="INFO">${stdout} = </msg>
<msg time="2026-09-02T01:30:13.908665" level="INFO">${stderr} = cbench: controller benchmarking tool
   running in mode 'latency'
   connecting to controller at 10.30.170.103: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-02T01:20:07.842041" elapsed="606.067234"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-09-02T01:30:13.910962" elapsed="0.002521"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-09-02T01:30:13.914714" level="INFO">cbench: controller benchmarking tool
   running in mode 'latency'
   connecting to controller at 10.30.170.103: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.103. 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:12.951 16  switches: flows:  92377 91798 91116 89940 89625 89248 89285 89318 86237 86627 87034 86276 86660 86856 85880 85743  total = 23.567000 per ms 
01:22:13.051 16  switches: flows:  96259 95759 94255 94004 94257 93132 92042 91154 89376 92014 90722 88998 89779 89278 91689 89560  total = 24.497075 per ms 
01:23:13.151 16  switches: flows:  94677 93365 92886 91130 91759 89636 90316 90485 88648 89698 89035 88475 86766 87570 88131 89294  total = 23.991145 per ms 
01:24:13.251 16  switches: flows:  94123 92190 91703 91406 91508 88487 89335 90228 86455 87704 88347 86481 85736 85705 87083 87246  total = 23.689412 per ms 
01:25:13.352 16  switches: flows:  95400 94092 92932 92814 92201 91034 91516 89751 90102 90289 89786 89393 86640 88742 90365 87981  total = 24.176922 per ms 
01:26:13.452 16  switches: flows:  95911 94115 93627 94117 93963 91529 91289 91696 90766 90486 90393 89641 87954 90205 89479 90430  total = 24.385957 per ms 
01:27:13.553 16  switches: flows:  95576 93974 92427 93663 93474 91152 90928 91325 90368 89170 89997 89834 88120 89168 88215 90909  total = 24.264499 per ms 
01:28:13.653 16  switches: flows:  91449 91090 88436 88750 90429 88441 88127 88487 86485 86394 87147 85859 85445 87191 86203 88351  total = 23.432293 per ms 
01:29:13.753 16  switches: flows:  95481 94236 92495 93705 93149 90289 91442 90717 88438 89532 90368 91019 87299 88465 88436 90671  total = 24.221954 per ms 
01:30:13.853 16  switches: flows:  96260 93724 92395 91917 93785 91158 92772 91887 88622 89004 91139 89728 87538 89896 90708 91672  total = 24.329483 per ms 
RESULT: 16 switches 9 tests min/max/avg/stdev = 23432.29/24497.07/24109.86/8043.29 responses/s</msg>
<arg>${stderr}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-09-02T01:30:13.913933" elapsed="0.001137"/>
</kw>
<if>
<branch type="IF" condition="&quot;${return_stdout}&quot;!=&quot;True&quot;">
<return>
<value>${stderr}</value>
<status status="PASS" start="2026-09-02T01:30:13.915577" elapsed="0.000100"/>
</return>
<status status="PASS" start="2026-09-02T01:30:13.915264" elapsed="0.000486"/>
</branch>
<status status="PASS" start="2026-09-02T01:30:13.915215" elapsed="0.000586"/>
</if>
<if>
<branch type="IF" condition="&quot;${return_stderr}&quot;!=&quot;True&quot;">
<return>
<value>${stdout}</value>
<status status="NOT RUN" start="2026-09-02T01:30:13.915991" elapsed="0.000025"/>
</return>
<status status="NOT RUN" start="2026-09-02T01:30:13.915915" elapsed="0.000157"/>
</branch>
<status status="NOT RUN" start="2026-09-02T01:30:13.915885" elapsed="0.000229"/>
</if>
<return>
<value>${stdout}</value>
<value>${stderr}</value>
<status status="NOT RUN" start="2026-09-02T01:30:13.916208" elapsed="0.000028"/>
</return>
<kw name="Restore_Current_Ssh_Connection_From_Index" owner="SSHKeywords" type="TEARDOWN">
<kw name="Run Keyword And Return If" owner="BuiltIn">
<arg>${connection_index} is not None</arg>
<arg>SSHLibrary.Switch Connection</arg>
<arg>${connection_index}</arg>
<doc>Runs the specified keyword and returns from the enclosing user keyword.</doc>
<status status="PASS" start="2026-09-02T01:30:13.921919" elapsed="0.000877"/>
</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-02T01:30:13.923108" elapsed="0.000391"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-09-02T01:30:13.923803" elapsed="0.000203"/>
</kw>
<arg>${current_ssh_connection.index}</arg>
<doc>Restore active SSH connection in SSHLibrary to given index.</doc>
<status status="PASS" start="2026-09-02T01:30:13.916898" elapsed="0.007215"/>
</kw>
<msg time="2026-09-02T01:30:13.924403" level="INFO">${output} = cbench: controller benchmarking tool
   running in mode 'latency'
   connecting to controller at 10.30.170.103: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-02T01:20:07.249605" elapsed="606.674854"/>
</kw>
<status status="PASS" start="2026-09-02T01:20:07.249275" elapsed="606.675281"/>
</branch>
<status status="PASS" start="2026-09-02T01:20:07.248908" elapsed="606.675726"/>
</if>
<kw name="Log" owner="BuiltIn">
<msg time="2026-09-02T01:30:13.925562" level="INFO">cbench: controller benchmarking tool
   running in mode 'latency'
   connecting to controller at 10.30.170.103: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.103. 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:12.951 16  switches: flows:  92377 91798 91116 89940 89625 89248 89285 89318 86237 86627 87034 86276 86660 86856 85880 85743  total = 23.567000 per ms 
01:22:13.051 16  switches: flows:  96259 95759 94255 94004 94257 93132 92042 91154 89376 92014 90722 88998 89779 89278 91689 89560  total = 24.497075 per ms 
01:23:13.151 16  switches: flows:  94677 93365 92886 91130 91759 89636 90316 90485 88648 89698 89035 88475 86766 87570 88131 89294  total = 23.991145 per ms 
01:24:13.251 16  switches: flows:  94123 92190 91703 91406 91508 88487 89335 90228 86455 87704 88347 86481 85736 85705 87083 87246  total = 23.689412 per ms 
01:25:13.352 16  switches: flows:  95400 94092 92932 92814 92201 91034 91516 89751 90102 90289 89786 89393 86640 88742 90365 87981  total = 24.176922 per ms 
01:26:13.452 16  switches: flows:  95911 94115 93627 94117 93963 91529 91289 91696 90766 90486 90393 89641 87954 90205 89479 90430  total = 24.385957 per ms 
01:27:13.553 16  switches: flows:  95576 93974 92427 93663 93474 91152 90928 91325 90368 89170 89997 89834 88120 89168 88215 90909  total = 24.264499 per ms 
01:28:13.653 16  switches: flows:  91449 91090 88436 88750 90429 88441 88127 88487 86485 86394 87147 85859 85445 87191 86203 88351  total = 23.432293 per ms 
01:29:13.753 16  switches: flows:  95481 94236 92495 93705 93149 90289 91442 90717 88438 89532 90368 91019 87299 88465 88436 90671  total = 24.221954 per ms 
01:30:13.853 16  switches: flows:  96260 93724 92395 91917 93785 91158 92772 91887 88622 89004 91139 89728 87538 89896 90708 91672  total = 24.329483 per ms 
RESULT: 16 switches 9 tests min/max/avg/stdev = 23432.29/24497.07/24109.86/8043.29 responses/s</msg>
<arg>${output}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-09-02T01:30:13.924932" elapsed="0.000811"/>
</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-02T01:30:13.926038" elapsed="0.000769"/>
</kw>
<kw name="Get Lines Containing String" owner="String">
<msg time="2026-09-02T01:30:13.927577" level="INFO">1 out of 23 lines matched.</msg>
<msg time="2026-09-02T01:30:13.927787" level="INFO">${result_line} = RESULT: 16 switches 9 tests min/max/avg/stdev = 23432.29/24497.07/24109.86/8043.29 responses/s</msg>
<var>${result_line}</var>
<arg>${output}</arg>
<arg>RESULT</arg>
<doc>Returns lines of the given ``string`` that contain the ``pattern``.</doc>
<status status="PASS" start="2026-09-02T01:30:13.927126" elapsed="0.000710"/>
</kw>
<kw name="Split String" owner="String">
<msg time="2026-09-02T01:30:13.928687" level="INFO">@{results_list} = [ RESULT: | 16 | switches | 9 | tests | min/max/avg/stdev | = | 23432.29/24497.07/24109.86/8043.29 | responses/s ]</msg>
<var>@{results_list}</var>
<arg>${result_line}</arg>
<doc>Splits the ``string`` using ``separator`` as a delimiter string.</doc>
<status status="PASS" start="2026-09-02T01:30:13.928161" elapsed="0.000580"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-09-02T01:30:13.933695" 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-02T01:30:13.929029" elapsed="0.004777"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-09-02T01:30:13.938717" level="INFO">23432.29/24497.07/24109.86/8043.29</msg>
<arg>${results_list[7]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-09-02T01:30:13.934100" elapsed="0.004728"/>
</kw>
<kw name="Split String" owner="String">
<msg time="2026-09-02T01:30:13.944058" 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-02T01:30:13.939132" elapsed="0.004980"/>
</kw>
<kw name="Split String" owner="String">
<msg time="2026-09-02T01:30:13.947655" level="INFO">@{result_value_list} = [ 23432.29 | 24497.07 | 24109.86 | 8043.29 ]</msg>
<var>@{result_value_list}</var>
<arg>${results_list[7]}</arg>
<arg>/</arg>
<doc>Splits the ``string`` using ``separator`` as a delimiter string.</doc>
<status status="PASS" start="2026-09-02T01:30:13.944560" elapsed="0.003132"/>
</kw>
<kw name="Get Length" owner="BuiltIn">
<msg time="2026-09-02T01:30:13.948300" level="INFO">Length is 4.</msg>
<msg time="2026-09-02T01:30:13.948412" 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-02T01:30:13.947892" elapsed="0.000550"/>
</kw>
<for flavor="IN RANGE">
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-09-02T01:30:13.954704" level="INFO">min :: 23432.29</msg>
<arg>${result_name_list[${i}]} :: ${result_value_list[${i}]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-09-02T01:30:13.948971" elapsed="0.005829"/>
</kw>
<var name="${i}">0</var>
<status status="PASS" start="2026-09-02T01:30:13.948806" elapsed="0.006039"/>
</iter>
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-09-02T01:30:13.960743" level="INFO">max :: 24497.07</msg>
<arg>${result_name_list[${i}]} :: ${result_value_list[${i}]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-09-02T01:30:13.955130" elapsed="0.005685"/>
</kw>
<var name="${i}">1</var>
<status status="PASS" start="2026-09-02T01:30:13.954956" elapsed="0.005903"/>
</iter>
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-09-02T01:30:13.966739" level="INFO">avg :: 24109.86</msg>
<arg>${result_name_list[${i}]} :: ${result_value_list[${i}]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-09-02T01:30:13.961125" elapsed="0.005685"/>
</kw>
<var name="${i}">2</var>
<status status="PASS" start="2026-09-02T01:30:13.960963" elapsed="0.005889"/>
</iter>
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-09-02T01:30:13.972614" level="INFO">stdev :: 8043.29</msg>
<arg>${result_name_list[${i}]} :: ${result_value_list[${i}]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-09-02T01:30:13.967114" elapsed="0.005573"/>
</kw>
<var name="${i}">3</var>
<status status="PASS" start="2026-09-02T01:30:13.966954" elapsed="0.005775"/>
</iter>
<var>${i}</var>
<value>0</value>
<value>${num_stats}</value>
<status status="PASS" start="2026-09-02T01:30:13.948542" elapsed="0.024224"/>
</for>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-09-02T01:30:13.977764" level="INFO">${min} = 23432.29</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-02T01:30:13.972964" elapsed="0.004834"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-09-02T01:30:13.982784" level="INFO">${max} = 24497.07</msg>
<var>${max}</var>
<arg>${result_value_list[${1}]}</arg>
<doc>Returns the given values which can then be assigned to a variables.</doc>
<status status="PASS" start="2026-09-02T01:30:13.977990" elapsed="0.004828"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-09-02T01:30:13.987870" level="INFO">${average} = 24109.86</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-02T01:30:13.983009" elapsed="0.004895"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-09-02T01:30:13.991884" level="INFO">${stdev} = 8043.29</msg>
<var>${stdev}</var>
<arg>${result_value_list[${3}]}</arg>
<doc>Returns the given values which can then be assigned to a variables.</doc>
<status status="PASS" start="2026-09-02T01:30:13.988103" elapsed="0.003805"/>
</kw>
<kw name="Get Time" owner="BuiltIn">
<msg time="2026-09-02T01:30:13.992411" level="INFO">${date} = 2026-09-02 01:30:13</msg>
<var>${date}</var>
<arg>d,m,s</arg>
<doc>Returns the given time in the requested format.</doc>
<status status="PASS" start="2026-09-02T01:30:13.992051" elapsed="0.000383"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-09-02T01:30:13.992962" level="INFO">CBench Result: 2026-09-02 01:30:13,-m 60000 -M 100 -S 16 -l 10 -D 5000 -p 6633,23432.29,24497.07,24109.86,8043.29</msg>
<arg>CBench Result: ${date},${cbench_args},${min},${max},${average},${stdev}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-09-02T01:30:13.992567" elapsed="0.000446"/>
</kw>
<kw name="Log Results And Determine Status">
<kw name="Append To File" owner="OperatingSystem">
<msg time="2026-09-02T01:30:13.994020" 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-02T01:30:13.993576" elapsed="0.000507"/>
</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-02T01:30:13.994254" elapsed="0.000445"/>
</kw>
<arg>${min}</arg>
<arg>${max}</arg>
<arg>${average}</arg>
<arg>${average_threshold}</arg>
<arg>${output_filename}</arg>
<status status="PASS" start="2026-09-02T01:30:13.993163" elapsed="0.001599"/>
</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-02T01:20:07.247529" elapsed="606.747286"/>
</kw>
<kw name="Sleep" owner="BuiltIn">
<msg time="2026-09-02T01:30:13.995254" 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-02T01:30:13.994950" elapsed="0.000356"/>
</kw>
<kw name="Report Failure Due To Bug" owner="Utils" type="TEARDOWN">
<kw name="Evaluate" owner="BuiltIn">
<msg time="2026-09-02T01:30:13.996399" 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-02T01:30:13.995952" elapsed="0.000471"/>
</kw>
<if>
<branch type="IF" condition="('${TEST_STATUS}' != 'FAIL') or ${test_skipped}">
<return>
<status status="PASS" start="2026-09-02T01:30:13.996638" elapsed="0.000029"/>
</return>
<status status="PASS" start="2026-09-02T01:30:13.996489" elapsed="0.000205"/>
</branch>
<status status="PASS" start="2026-09-02T01:30:13.996473" elapsed="0.000243"/>
</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-02T01:30:13.996846" 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-02T01:30:13.996986" elapsed="0.000018"/>
</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-02T01:30:13.997321" elapsed="0.000018"/>
</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-02T01:30:13.997458" elapsed="0.000017"/>
</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-02T01:30:13.997642" elapsed="0.000019"/>
</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-02T01:30:13.997773" 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-02T01:30:13.997902" 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-02T01:30:13.998100" elapsed="0.000018"/>
</kw>
<status status="NOT RUN" start="2026-09-02T01:30:13.997975" elapsed="0.000184"/>
</branch>
<status status="NOT RUN" start="2026-09-02T01:30:13.997960" elapsed="0.000221"/>
</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-02T01:30:13.995649" elapsed="0.002582"/>
</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-02T01:20:07.246248" elapsed="606.752024"/>
</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-02T00:59:51.263542" elapsed="1822.736224"/>
</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>
