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

[?1h=[90m~[0m                                                                                [?2004hopendaylight-user</msg>
<arg>${KARAF_USER}</arg>
<arg>${KARAF_PASSWORD}</arg>
<arg>loglevel=${loglevel}</arg>
<doc>Logs into the SSH server with the given ``username`` and ``password``.</doc>
<status status="PASS" start="2026-06-06T01:55:22.233356" elapsed="0.732624"/>
</kw>
<kw name="Write" owner="SSHLibrary">
<msg time="2026-06-06T01:55:23.013574" level="INFO">@root&gt;log:set ERROR</msg>
<arg>${cmd}</arg>
<doc>Writes the given ``text`` on the remote machine and appends a newline.</doc>
<status status="PASS" start="2026-06-06T01:55:22.966268" elapsed="0.047373"/>
</kw>
<kw name="Read Until Regexp" owner="SSHLibrary">
<msg time="2026-06-06T01:55:23.015523" level="INFO">[?1l&gt;[?2004l[?1h=[90m~[0m                                                                                [?2004hopendaylight-user@root&gt;</msg>
<msg time="2026-06-06T01:55:23.015637" level="INFO">${output} = [?1l&gt;[?2004l[?1h=[90m~[0m                                                                                [?2004hopendaylight-user@root&gt;</msg>
<var>${output}</var>
<arg>${KARAF_PROMPT}</arg>
<doc>Consumes and returns the server output until a match to ``regexp`` is found.</doc>
<status status="PASS" start="2026-06-06T01:55:23.013818" elapsed="0.001848"/>
</kw>
<kw name="Write Bare" owner="SSHLibrary">
<arg>logout\n</arg>
<doc>Writes the given ``text`` on the remote machine without appending a newline.</doc>
<status status="PASS" start="2026-06-06T01:55:23.015823" elapsed="0.000206"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-06-06T01:55:23.016188" elapsed="0.000205"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-06-06T01:55:23.016904" level="INFO">[?1l&gt;[?2004l[?1h=[90m~[0m                                                                                [?2004hopendaylight-user@root&gt;</msg>
<arg>${output}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-06-06T01:55:23.016562" elapsed="0.000395"/>
</kw>
<return>
<value>${output}</value>
<status status="PASS" start="2026-06-06T01:55:23.017012" elapsed="0.000056"/>
</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.69
Note that this keyword will open&amp;close new SSH connection, without switching back to previously current session.</doc>
<status status="PASS" start="2026-06-06T01:55:22.231928" elapsed="0.785266"/>
</kw>
<arg>3x</arg>
<arg>1s</arg>
<arg>KarafKeywords.Issue Command On Karaf Console</arg>
<arg>log:set ${log_level}</arg>
<doc>Runs the specified keyword and retries if it fails.</doc>
<status status="PASS" start="2026-06-06T01:55:22.228406" elapsed="0.788852"/>
</kw>
<kw name="Append To File" owner="OperatingSystem">
<msg time="2026-06-06T01:55:23.017862" level="INFO" html="true">Appended to file '&lt;a href="file:///w/workspace/openflowplugin-csit-1node-cbench-only-titanium/latency.csv"&gt;/w/workspace/openflowplugin-csit-1node-cbench-only-titanium/latency.csv&lt;/a&gt;'.</msg>
<arg>${latency_results_file}</arg>
<arg>LATENCY_MIN,LATENCY_MAX,LATENCY_AVERAGE\n</arg>
<doc>Appends the given content to the specified file.</doc>
<status status="PASS" start="2026-06-06T01:55:23.017461" elapsed="0.000459"/>
</kw>
<kw name="Append To File" owner="OperatingSystem">
<msg time="2026-06-06T01:55:23.018321" level="INFO" html="true">Appended to file '&lt;a href="file:///w/workspace/openflowplugin-csit-1node-cbench-only-titanium/throughput.csv"&gt;/w/workspace/openflowplugin-csit-1node-cbench-only-titanium/throughput.csv&lt;/a&gt;'.</msg>
<arg>${throughput_results_file}</arg>
<arg>THROUGHPUT_MIN,THROUGHPUT_MAX,THROUGHPUT_AVERAGE\n</arg>
<doc>Appends the given content to the specified file.</doc>
<status status="PASS" start="2026-06-06T01:55:23.018075" elapsed="0.000302"/>
</kw>
<kw name="Evaluate" owner="BuiltIn">
<msg time="2026-06-06T01:55:23.018945" level="INFO">${duration_in_ms} = 60000</msg>
<var>${duration_in_ms}</var>
<arg>${duration_in_secs} * 1000</arg>
<doc>Evaluates the given expression in Python and returns the result.</doc>
<status status="PASS" start="2026-06-06T01:55:23.018550" elapsed="0.000422"/>
</kw>
<kw name="Set Suite Variable" owner="BuiltIn">
<msg time="2026-06-06T01:55:23.019486" level="INFO">${duration_in_ms} = 60000</msg>
<arg>${duration_in_ms}</arg>
<doc>Makes a variable available everywhere within the scope of the current suite.</doc>
<status status="PASS" start="2026-06-06T01:55:23.019136" elapsed="0.000393"/>
</kw>
<kw name="Evaluate" owner="BuiltIn">
<msg time="2026-06-06T01:55:23.020037" level="INFO">${test_timeout} = 900.0</msg>
<var>${test_timeout}</var>
<arg>(${loops} * ${duration_in_secs}) * 1.5</arg>
<doc>Evaluates the given expression in Python and returns the result.</doc>
<status status="PASS" start="2026-06-06T01:55:23.019672" elapsed="0.000392"/>
</kw>
<kw name="Set Suite Variable" owner="BuiltIn">
<msg time="2026-06-06T01:55:23.020547" level="INFO">${test_timeout} = 900.0</msg>
<arg>${test_timeout}</arg>
<doc>Makes a variable available everywhere within the scope of the current suite.</doc>
<status status="PASS" start="2026-06-06T01:55:23.020219" elapsed="0.000371"/>
</kw>
<if>
<branch type="IF" condition="&quot;${cbench_system}&quot; == &quot;localhost&quot;">
<kw name="File Should Exist" owner="OperatingSystem">
<arg>${cbench_executable}</arg>
<doc>Fails unless the given ``path`` points to an existing file.</doc>
<status status="NOT RUN" start="2026-06-06T01:55:23.020892" elapsed="0.000021"/>
</kw>
<status status="NOT RUN" start="2026-06-06T01:55:23.020680" elapsed="0.000267"/>
</branch>
<branch type="ELSE">
<kw name="Verify File Exists On Remote System" owner="Utils">
<kw name="Open Connection" owner="SSHLibrary">
<msg time="2026-06-06T01:55:23.025198" level="INFO">${conn_id} = 2</msg>
<var>${conn_id}</var>
<arg>${system}</arg>
<arg>prompt=${prompt}</arg>
<arg>timeout=${prompt_timeout}</arg>
<doc>Opens a new SSH connection to the given ``host`` and ``port``.</doc>
<status status="PASS" start="2026-06-06T01:55:23.024796" elapsed="0.000428"/>
</kw>
<kw name="Flexible_SSH_Login" owner="SSHKeywords">
<kw name="Get Length" owner="BuiltIn">
<msg time="2026-06-06T01:55:23.026242" level="INFO">Length is 0.</msg>
<msg time="2026-06-06T01:55:23.026326" level="INFO">${pwd_length} = 0</msg>
<var>${pwd_length}</var>
<arg>${password}</arg>
<doc>Returns and logs the length of the given item as an integer.</doc>
<status status="PASS" start="2026-06-06T01:55:23.025808" elapsed="0.000542"/>
</kw>
<kw name="Run Keyword And Return If" owner="BuiltIn">
<arg>${pwd_length} &gt; 0</arg>
<arg>SSHLibrary.Login</arg>
<arg>${user}</arg>
<arg>${password}</arg>
<arg>delay=${delay}</arg>
<doc>Runs the specified keyword and returns from the enclosing user keyword.</doc>
<status status="PASS" start="2026-06-06T01:55:23.026785" elapsed="0.000354"/>
</kw>
<kw name="Run Keyword And Return" owner="BuiltIn">
<kw name="Login With Public Key" owner="SSHLibrary">
<msg time="2026-06-06T01:55:23.028149" level="INFO">Logging into '10.30.170.158:22' as 'jenkins'.</msg>
<msg time="2026-06-06T01:55:23.712062" level="INFO">Read output: Welcome to Ubuntu 22.04.5 LTS (GNU/Linux 5.15.0-153-generic x86_64)

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

 System information as of Sat Jun  6 01:55:23 UTC 2026

  System load:  0.1                Processes:             109
  Usage of /:   19.3% of 38.58GB   Users logged in:       0
  Memory usage: 4%                 IPv4 address for ens3: 10.30.170.158
  Swap usage:   0%


Expanded Security Maintenance for Applications is not enabled.

0 updates can be applied immediately.

9 additional security updates can be applied with ESM Apps.
Learn more about enabling ESM Apps service at https://ubuntu.com/esm


The list of available updates is more than a week old.
To check for new updates run: sudo apt update
New release '24.04.4 LTS' available.
Run 'do-release-upgrade' to upgrade to it.


[?2004h[jenkins@releng-48317-741-1-mininet-ovs-217-0 ~]&gt;</msg>
<arg>${user}</arg>
<arg>${USER_HOME}/.ssh/${SSH_KEY}</arg>
<arg>${KEYFILE_PASS}</arg>
<arg>delay=${delay}</arg>
<doc>Logs into the SSH server using key-based authentication.</doc>
<status status="PASS" start="2026-06-06T01:55:23.027659" elapsed="0.684505"/>
</kw>
<msg time="2026-06-06T01:55:23.712237" level="INFO">Returning from the enclosing user keyword.</msg>
<arg>SSHLibrary.Login With Public Key</arg>
<arg>${user}</arg>
<arg>${USER_HOME}/.ssh/${SSH_KEY}</arg>
<arg>${KEYFILE_PASS}</arg>
<arg>delay=${delay}</arg>
<doc>Runs the specified keyword and returns from the enclosing user keyword.</doc>
<status status="PASS" start="2026-06-06T01:55:23.027293" elapsed="0.685018"/>
</kw>
<arg>${user}</arg>
<arg>${password}</arg>
<doc>On active SSH session: if given non-empty password, do Login, else do Login With Public Key.</doc>
<status status="PASS" start="2026-06-06T01:55:23.025430" elapsed="0.686982"/>
</kw>
<kw name="File Should Exist" owner="SSHLibrary">
<msg time="2026-06-06T01:55:23.720414" level="INFO">[chan 1] Opened sftp connection (server version 3)</msg>
<arg>${file}</arg>
<doc>Fails if the given ``path`` does NOT point to an existing file.</doc>
<status status="PASS" start="2026-06-06T01:55:23.712608" elapsed="0.009534"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-06-06T01:55:23.722323" elapsed="0.000316"/>
</kw>
<arg>${cbench_system}</arg>
<arg>${cbench_executable}</arg>
<doc>Will create connection with public key and will PASS if the given ${file} exists,
otherwise will FAIL</doc>
<status status="PASS" start="2026-06-06T01:55:23.024265" elapsed="0.698523"/>
</kw>
<status status="PASS" start="2026-06-06T01:55:23.021017" elapsed="0.701862"/>
</branch>
<status status="PASS" start="2026-06-06T01:55:23.020653" elapsed="0.702287"/>
</if>
<kw name="Should Be True" owner="BuiltIn">
<arg>${loops} &gt;= 2</arg>
<arg>If number of loops is less than 2, cbench will not run</arg>
<doc>Fails if the given condition is not true.</doc>
<status status="PASS" start="2026-06-06T01:55:23.723266" elapsed="0.000973"/>
</kw>
<kw name="Verify_Feature_Is_Installed" owner="KarafKeywords">
<if>
<branch type="IF" condition="'${IS_KARAF_APPL}' == 'False'">
<return>
<value>Not A Karaf App</value>
<status status="NOT RUN" start="2026-06-06T01:55:23.733869" elapsed="0.000019"/>
</return>
<status status="NOT RUN" start="2026-06-06T01:55:23.733715" elapsed="0.000209"/>
</branch>
<status status="PASS" start="2026-06-06T01:55:23.733656" elapsed="0.000292"/>
</if>
<kw name="Issue_Command_On_Karaf_Console" owner="KarafKeywords">
<if>
<branch type="IF" condition="'${IS_KARAF_APPL}' == 'False'">
<return>
<value>Not A Karaf App</value>
<status status="NOT RUN" start="2026-06-06T01:55:23.737484" elapsed="0.000015"/>
</return>
<status status="NOT RUN" start="2026-06-06T01:55:23.737354" elapsed="0.000177"/>
</branch>
<status status="PASS" start="2026-06-06T01:55:23.737334" elapsed="0.000221"/>
</if>
<kw name="Open Connection" owner="SSHLibrary">
<arg>${controller}</arg>
<arg>port=${karaf_port}</arg>
<arg>prompt=${KARAF_PROMPT_LOGIN}</arg>
<arg>timeout=${timeout}</arg>
<doc>Opens a new SSH connection to the given ``host`` and ``port``.</doc>
<status status="PASS" start="2026-06-06T01:55:23.737688" elapsed="0.000500"/>
</kw>
<kw name="Login" owner="SSHLibrary">
<msg time="2026-06-06T01:55:23.738619" level="INFO">Logging into '10.30.170.69:8101' as 'karaf'.</msg>
<msg time="2026-06-06T01:55:23.939247" level="INFO">Read output: [33m                                                                                           
[33m    ________                       ________                .__  .__       .__     __       
[33m    \_____  \ ______   ____   ____ \______ \ _____  ___.__.|  | |__| ____ |  |___/  |_     
[33m     /   |   \\____ \_/ __ \ /    \ |    |  \\__  \&lt;   |  ||  | |  |/ ___\|  |  \   __\    
[33m    /    |    \  |_&gt; &gt;  ___/|   |  \|    `   \/ __ \\___  ||  |_|  / /_/  &gt;   Y  \  |      
[33m    \_______  /   __/ \___  &gt;___|  /_______  (____  / ____||____/__\___  /|___|  /__|      
[33m            \/|__|        \/     \/        \/     \/\/            /_____/      \/          
[33m                                                                                           

Hit '[1m&lt;tab&gt;[0m' for a list of available commands
and '[1m[cmd] --help[0m' for help on a specific command.
Hit '[1m&lt;ctrl-d&gt;[0m' or type '[1msystem:shutdown[0m' or '[1mlogout[0m' to shutdown OpenDaylight.

[?1h=[90m~[0m                                                                                [?2004hopendaylight-user</msg>
<arg>${KARAF_USER}</arg>
<arg>${KARAF_PASSWORD}</arg>
<arg>loglevel=${loglevel}</arg>
<doc>Logs into the SSH server with the given ``username`` and ``password``.</doc>
<status status="PASS" start="2026-06-06T01:55:23.738337" elapsed="0.201027"/>
</kw>
<kw name="Write" owner="SSHLibrary">
<msg time="2026-06-06T01:55:24.039371" level="INFO">@root&gt;feature:list -i | 0[C 0g[Krep odl-openflowplugin-drop-test</msg>
<arg>${cmd}</arg>
<doc>Writes the given ``text`` on the remote machine and appends a newline.</doc>
<status status="PASS" start="2026-06-06T01:55:23.939583" elapsed="0.099853"/>
</kw>
<kw name="Read Until Regexp" owner="SSHLibrary">
<msg time="2026-06-06T01:55:24.043459" level="INFO">[?1l&gt;[?2004l[31;1modl-openflowplugin-drop-test[0m                                    x 0.20.2           x x        x Started x [31;1modl-openflowplugin-drop-test[0m                                    x OpenDaylight :: Openflow Plugin :: Drop Test
[?1h=[90m~[0m                                                                                [?2004hopendaylight-user@root&gt;</msg>
<msg time="2026-06-06T01:55:24.043633" level="INFO">${output} = [?1l&gt;[?2004l[31;1modl-openflowplugin-drop-test[0m                                    x 0.20.2           x x        x Started x [31;1modl-openflowplugin-drop-test[0m                     ...</msg>
<var>${output}</var>
<arg>${KARAF_PROMPT}</arg>
<doc>Consumes and returns the server output until a match to ``regexp`` is found.</doc>
<status status="PASS" start="2026-06-06T01:55:24.039605" elapsed="0.004060"/>
</kw>
<kw name="Write Bare" owner="SSHLibrary">
<arg>logout\n</arg>
<doc>Writes the given ``text`` on the remote machine without appending a newline.</doc>
<status status="PASS" start="2026-06-06T01:55:24.043804" elapsed="0.000189"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-06-06T01:55:24.044139" elapsed="0.000183"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-06-06T01:55:24.044777" level="INFO">[?1l&gt;[?2004l[31;1modl-openflowplugin-drop-test[0m                                    x 0.20.2           x x        x Started x [31;1modl-openflowplugin-drop-test[0m                                    x OpenDaylight :: Openflow Plugin :: Drop Test
[?1h=[90m~[0m                                                                                [?2004hopendaylight-user@root&gt;</msg>
<arg>${output}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-06-06T01:55:24.044479" elapsed="0.000353"/>
</kw>
<return>
<value>${output}</value>
<status status="PASS" start="2026-06-06T01:55:24.044881" elapsed="0.000047"/>
</return>
<msg time="2026-06-06T01:55:24.045075" level="INFO">${output} = [?1l&gt;[?2004l[31;1modl-openflowplugin-drop-test[0m                                    x 0.20.2           x x        x Started x [31;1modl-openflowplugin-drop-test[0m                     ...</msg>
<var>${output}</var>
<arg>feature:list -i | grep ${feature_name}</arg>
<arg>${controller}</arg>
<arg>${karaf_port}</arg>
<doc>Will execute the given ${cmd} by ssh'ing to the karaf console running on 10.30.170.69
Note that this keyword will open&amp;close new SSH connection, without switching back to previously current session.</doc>
<status status="PASS" start="2026-06-06T01:55:23.737001" elapsed="0.308105"/>
</kw>
<kw name="Should Contain" owner="BuiltIn">
<arg>${output}</arg>
<arg>${feature_name}</arg>
<doc>Fails if ``container`` does not contain ``item`` one or more times.</doc>
<status status="PASS" start="2026-06-06T01:55:24.045250" elapsed="0.000543"/>
</kw>
<return>
<value>${output}</value>
<status status="PASS" start="2026-06-06T01:55:24.045845" elapsed="0.000031"/>
</return>
<arg>odl-openflowplugin-drop-test</arg>
<doc>Will Succeed if the given ${feature_name} is found in the output of "feature:list -i"</doc>
<status status="PASS" start="2026-06-06T01:55:23.733032" elapsed="0.312942"/>
</kw>
<kw name="Issue_Command_On_Karaf_Console" owner="KarafKeywords">
<if>
<branch type="IF" condition="'${IS_KARAF_APPL}' == 'False'">
<return>
<value>Not A Karaf App</value>
<status status="NOT RUN" start="2026-06-06T01:55:24.049675" elapsed="0.000015"/>
</return>
<status status="NOT RUN" start="2026-06-06T01:55:24.049545" elapsed="0.000177"/>
</branch>
<status status="PASS" start="2026-06-06T01:55:24.049520" elapsed="0.000227"/>
</if>
<kw name="Open Connection" owner="SSHLibrary">
<arg>${controller}</arg>
<arg>port=${karaf_port}</arg>
<arg>prompt=${KARAF_PROMPT_LOGIN}</arg>
<arg>timeout=${timeout}</arg>
<doc>Opens a new SSH connection to the given ``host`` and ``port``.</doc>
<status status="PASS" start="2026-06-06T01:55:24.049877" elapsed="0.000435"/>
</kw>
<kw name="Login" owner="SSHLibrary">
<msg time="2026-06-06T01:55:24.050739" level="INFO">Logging into '10.30.170.69:8101' as 'karaf'.</msg>
<msg time="2026-06-06T01:55:24.219136" level="INFO">Read output: [33m                                                                                           
[33m    ________                       ________                .__  .__       .__     __       
[33m    \_____  \ ______   ____   ____ \______ \ _____  ___.__.|  | |__| ____ |  |___/  |_     
[33m     /   |   \\____ \_/ __ \ /    \ |    |  \\__  \&lt;   |  ||  | |  |/ ___\|  |  \   __\    
[33m    /    |    \  |_&gt; &gt;  ___/|   |  \|    `   \/ __ \\___  ||  |_|  / /_/  &gt;   Y  \  |      
[33m    \_______  /   __/ \___  &gt;___|  /_______  (____  / ____||____/__\___  /|___|  /__|      
[33m            \/|__|        \/     \/        \/     \/\/            /_____/      \/          
[33m                                                                                           

Hit '[1m&lt;tab&gt;[0m' for a list of available commands
and '[1m[cmd] --help[0m' for help on a specific command.
Hit '[1m&lt;ctrl-d&gt;[0m' or type '[1msystem:shutdown[0m' or '[1mlogout[0m' to shutdown OpenDaylight.

[?1h=[90m~[0m                                                                                [?2004hopendaylight-user</msg>
<arg>${KARAF_USER}</arg>
<arg>${KARAF_PASSWORD}</arg>
<arg>loglevel=${loglevel}</arg>
<doc>Logs into the SSH server with the given ``username`` and ``password``.</doc>
<status status="PASS" start="2026-06-06T01:55:24.050477" elapsed="0.168740"/>
</kw>
<kw name="Write" owner="SSHLibrary">
<msg time="2026-06-06T01:55:24.242021" level="INFO">@root&gt;dropallpacketsrpc on</msg>
<arg>${cmd}</arg>
<doc>Writes the given ``text`` on the remote machine and appends a newline.</doc>
<status status="PASS" start="2026-06-06T01:55:24.219364" elapsed="0.022850"/>
</kw>
<kw name="Read Until Regexp" owner="SSHLibrary">
<msg time="2026-06-06T01:55:24.246552" level="INFO">[?1l&gt;[?2004lDropAllFlows transitions to on
[?1h=[90m~[0m                                                                                [?2004hopendaylight-user@root&gt;</msg>
<msg time="2026-06-06T01:55:24.246724" level="INFO">${output} = [?1l&gt;[?2004lDropAllFlows transitions to on
[?1h=[90m~[0m                                                                                [?2004hopendaylight-user@root&gt;</msg>
<var>${output}</var>
<arg>${KARAF_PROMPT}</arg>
<doc>Consumes and returns the server output until a match to ``regexp`` is found.</doc>
<status status="PASS" start="2026-06-06T01:55:24.242668" elapsed="0.004097"/>
</kw>
<kw name="Write Bare" owner="SSHLibrary">
<arg>logout\n</arg>
<doc>Writes the given ``text`` on the remote machine without appending a newline.</doc>
<status status="PASS" start="2026-06-06T01:55:24.246955" elapsed="0.000261"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-06-06T01:55:24.247423" elapsed="0.000260"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-06-06T01:55:24.248271" level="INFO">[?1l&gt;[?2004lDropAllFlows transitions to on
[?1h=[90m~[0m                                                                                [?2004hopendaylight-user@root&gt;</msg>
<arg>${output}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-06-06T01:55:24.247871" elapsed="0.000472"/>
</kw>
<return>
<value>${output}</value>
<status status="PASS" start="2026-06-06T01:55:24.248413" elapsed="0.000140"/>
</return>
<arg>dropallpacketsrpc on</arg>
<doc>Will execute the given ${cmd} by ssh'ing to the karaf console running on 10.30.170.69
Note that this keyword will open&amp;close new SSH connection, without switching back to previously current session.</doc>
<status status="PASS" start="2026-06-06T01:55:24.049206" elapsed="0.199513"/>
</kw>
<status status="PASS" start="2026-06-06T01:55:22.226665" elapsed="2.022142"/>
</kw>
<test id="s1-t1" name="Cbench Latency Test" line="37">
<kw name="Log" owner="BuiltIn">
<msg time="2026-06-06T01:55:24.251500" level="INFO">Cbench tests using 10 iterations of 60 second tests. Switch Count: 16. Unique MACS to cycle: 100</msg>
<arg>Cbench tests using ${loops} iterations of ${duration_in_secs} second tests. Switch Count: ${switch_count}. Unique MACS to cycle: ${num_of_unique_macs}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-06-06T01:55:24.249953" elapsed="0.001645"/>
</kw>
<kw name="Run Cbench And Log Results">
<kw name="Set Suite Variable" owner="BuiltIn">
<msg time="2026-06-06T01:55:24.253609" level="INFO">${output_filename} = latency.csv</msg>
<arg>${output_filename}</arg>
<doc>Makes a variable available everywhere within the scope of the current suite.</doc>
<status status="PASS" start="2026-06-06T01:55:24.253088" elapsed="0.000583"/>
</kw>
<if>
<branch type="IF" condition="&quot;${cbench_system}&quot; == &quot;localhost&quot;">
<kw name="Run" owner="OperatingSystem">
<var>${output}</var>
<arg>${cbench_executable} -c ${ODL_SYSTEM_IP} ${cbench_args}</arg>
<doc>_This keyword is considered deprecated. Use the
[http://robotframework.org/robotframework/latest/libraries/Process.html|
Process] library instead._</doc>
<status status="NOT RUN" start="2026-06-06T01:55:24.254113" elapsed="0.000029"/>
</kw>
<status status="NOT RUN" start="2026-06-06T01:55:24.253785" elapsed="0.000408"/>
</branch>
<branch type="ELSE">
<kw name="Run Command On Remote System" owner="Utils">
<if>
<branch type="IF" condition="&quot;${return_stdout}&quot;!=&quot;True&quot; and &quot;${return_stderr}&quot;!=&quot;True&quot;">
<kw name="Fail" owner="BuiltIn">
<arg>At least one of {return_stdout} or {return_stderr} args should be set to True</arg>
<doc>Fails the test with the given message and optionally alters its tags.</doc>
<status status="NOT RUN" start="2026-06-06T01:55:24.258386" elapsed="0.000029"/>
</kw>
<status status="NOT RUN" start="2026-06-06T01:55:24.258040" elapsed="0.000444"/>
</branch>
<status status="PASS" start="2026-06-06T01:55:24.258004" elapsed="0.000517"/>
</if>
<kw name="Get Connection" owner="SSHLibrary">
<msg time="2026-06-06T01:55:24.258973" level="INFO">index=None
host=None
alias=None
port=22
timeout=3 seconds
newline=

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

prompt=None
term_type=vt100
width=80
height=24
path_separator=/
encoding=utf8
escape_ansi=False
encoding_errors=strict</msg>
<var>${current_ssh_connection}</var>
<doc>Returns information about the connection.</doc>
<status status="PASS" start="2026-06-06T01:55:24.258739" elapsed="0.000383"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-06-06T01:55:24.259700" level="INFO">Attempting to execute command "/usr/local/bin/cbench -c 10.30.170.69 -m 60000 -M 100 -S 16 -l 10 -D 5000 -p 6633" on remote system "10.30.170.158" by user "jenkins" with keyfile pass "any" and prompt "&gt;" and password ""</msg>
<arg>Attempting to execute command "${cmd}" on remote system "${system}" by user "${user}" with keyfile pass "${keyfile_pass}" and prompt "${prompt}" and password "${password}"</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-06-06T01:55:24.259256" elapsed="0.000512"/>
</kw>
<kw name="Open Connection" owner="SSHLibrary">
<msg time="2026-06-06T01:55:24.260389" level="INFO">${conn_id} = 5</msg>
<var>${conn_id}</var>
<arg>${system}</arg>
<arg>prompt=${prompt}</arg>
<arg>timeout=${prompt_timeout}</arg>
<doc>Opens a new SSH connection to the given ``host`` and ``port``.</doc>
<status status="PASS" start="2026-06-06T01:55:24.259910" elapsed="0.000505"/>
</kw>
<kw name="Flexible_SSH_Login" owner="SSHKeywords">
<kw name="Get Length" owner="BuiltIn">
<msg time="2026-06-06T01:55:24.261342" level="INFO">Length is 0.</msg>
<msg time="2026-06-06T01:55:24.261432" level="INFO">${pwd_length} = 0</msg>
<var>${pwd_length}</var>
<arg>${password}</arg>
<doc>Returns and logs the length of the given item as an integer.</doc>
<status status="PASS" start="2026-06-06T01:55:24.261009" elapsed="0.000466"/>
</kw>
<kw name="Run Keyword And Return If" owner="BuiltIn">
<arg>${pwd_length} &gt; 0</arg>
<arg>SSHLibrary.Login</arg>
<arg>${user}</arg>
<arg>${password}</arg>
<arg>delay=${delay}</arg>
<doc>Runs the specified keyword and returns from the enclosing user keyword.</doc>
<status status="PASS" start="2026-06-06T01:55:24.261629" elapsed="0.000333"/>
</kw>
<kw name="Run Keyword And Return" owner="BuiltIn">
<kw name="Login With Public Key" owner="SSHLibrary">
<msg time="2026-06-06T01:55:24.262839" level="INFO">Logging into '10.30.170.158:22' as 'jenkins'.</msg>
<msg time="2026-06-06T01:55:24.580411" level="INFO">Read output: Welcome to Ubuntu 22.04.5 LTS (GNU/Linux 5.15.0-153-generic x86_64)

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

 System information as of Sat Jun  6 01:55:23 UTC 2026

  System load:  0.1                Processes:             109
  Usage of /:   19.3% of 38.58GB   Users logged in:       0
  Memory usage: 4%                 IPv4 address for ens3: 10.30.170.158
  Swap usage:   0%


Expanded Security Maintenance for Applications is not enabled.

0 updates can be applied immediately.

9 additional security updates can be applied with ESM Apps.
Learn more about enabling ESM Apps service at https://ubuntu.com/esm


The list of available updates is more than a week old.
To check for new updates run: sudo apt update
New release '24.04.4 LTS' available.
Run 'do-release-upgrade' to upgrade to it.


Last login: Sat Jun  6 01:55:23 2026 from 10.30.170.46
[?2004h[jenkins@releng-48317-741-1-mininet-ovs-217-0 ~]&gt;</msg>
<arg>${user}</arg>
<arg>${USER_HOME}/.ssh/${SSH_KEY}</arg>
<arg>${KEYFILE_PASS}</arg>
<arg>delay=${delay}</arg>
<doc>Logs into the SSH server using key-based authentication.</doc>
<status status="PASS" start="2026-06-06T01:55:24.262480" elapsed="0.318062"/>
</kw>
<msg time="2026-06-06T01:55:24.580605" level="INFO">Returning from the enclosing user keyword.</msg>
<arg>SSHLibrary.Login With Public Key</arg>
<arg>${user}</arg>
<arg>${USER_HOME}/.ssh/${SSH_KEY}</arg>
<arg>${KEYFILE_PASS}</arg>
<arg>delay=${delay}</arg>
<doc>Runs the specified keyword and returns from the enclosing user keyword.</doc>
<status status="PASS" start="2026-06-06T01:55:24.262115" elapsed="0.318559"/>
</kw>
<arg>${user}</arg>
<arg>${password}</arg>
<doc>On active SSH session: if given non-empty password, do Login, else do Login With Public Key.</doc>
<status status="PASS" start="2026-06-06T01:55:24.260633" elapsed="0.320132"/>
</kw>
<kw name="Execute Command" owner="SSHLibrary">
<msg time="2026-06-06T01:55:24.581347" level="INFO">Executing command '/usr/local/bin/cbench -c 10.30.170.69 -m 60000 -M 100 -S 16 -l 10 -D 5000 -p 6633'.</msg>
<msg time="2026-06-06T02:05:30.690475" level="INFO">Command exited with return code 0.</msg>
<msg time="2026-06-06T02:05:30.691010" level="INFO">${stdout} = </msg>
<msg time="2026-06-06T02:05:30.691117" level="INFO">${stderr} = cbench: controller benchmarking tool
   running in mode 'latency'
   connecting to controller at 10.30.170.69:6633 
   faking 16 switches with 1 threads :: 10 tests each; 60000 ms per test
   with 100...</msg>
<var>${stdout}</var>
<var>${stderr}</var>
<arg>${cmd}</arg>
<arg>return_stderr=True</arg>
<doc>Executes ``command`` on the remote machine and returns its outputs.</doc>
<status status="PASS" start="2026-06-06T01:55:24.580923" elapsed="606.110261"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-06-06T02:05:30.691666" elapsed="0.000716"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-06-06T02:05:30.693562" level="INFO">cbench: controller benchmarking tool
   running in mode 'latency'
   connecting to controller at 10.30.170.69: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.69. So far 1 cbench instances have initialized their switches.  Waiting for other cbench-instances
Thread-0: Total switches from ALL cbench-instances initialized.
01:56:29.748 16  switches: flows:  109348 109326 107329 108423 107029 107395 107082 107380 104549 106071 103762 105663 104385 104498 106531 103573  total = 28.372400 per ms 
01:57:29.848 16  switches: flows:  105929 106490 104954 104719 105920 104344 104014 105933 103220 104306 101889 101768 101864 101303 103816 100265  total = 27.632791 per ms 
01:58:29.949 16  switches: flows:  121977 119179 119080 118548 117844 119114 117505 119492 115284 117522 113972 114520 115395 114307 118253 114727  total = 31.226481 per ms 
01:59:30.050 16  switches: flows:  120695 121587 119947 118185 119990 122768 119494 120604 115351 118923 115388 117286 115266 115940 115627 114560  total = 31.474301 per ms 
02:00:30.151 16  switches: flows:  116748 117749 115472 114255 116431 116324 117222 117301 112871 114429 112076 112114 112939 110657 114003 111107  total = 30.477413 per ms 
02:01:30.252 16  switches: flows:  124192 125091 119865 122531 121078 121481 123282 122659 118639 119784 118405 117228 119466 118481 120071 115297  total = 32.072290 per ms 
02:02:30.353 16  switches: flows:  111060 110947 109022 109589 108719 107914 109306 109920 105583 107246 105981 105149 106717 104329 106058 103163  total = 28.630535 per ms 
02:03:30.454 16  switches: flows:  116179 115669 113347 113949 114385 112598 113928 114114 110150 112122 110090 109904 111547 109583 111438 108662  total = 29.911130 per ms 
02:04:30.556 16  switches: flows:  100121 100489 97333 97331 98156 97772 98180 98259 95458 95695 95721 94534 95351 95216 94517 92888  total = 25.740710 per ms 
02:05:30.656 16  switches: flows:  116924 116749 114396 112334 114330 112939 114352 113181 111426 112713 111578 112013 110525 110728 110360 110112  total = 30.027538 per ms 
RESULT: 16 switches 9 tests min/max/avg/stdev = 25740.71/32072.29/29688.13/10079.35 responses/s</msg>
<arg>${stderr}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-06-06T02:05:30.692786" elapsed="0.001061"/>
</kw>
<if>
<branch type="IF" condition="&quot;${return_stdout}&quot;!=&quot;True&quot;">
<return>
<value>${stderr}</value>
<status status="PASS" start="2026-06-06T02:05:30.694388" elapsed="0.000105"/>
</return>
<status status="PASS" start="2026-06-06T02:05:30.694059" elapsed="0.000518"/>
</branch>
<status status="PASS" start="2026-06-06T02:05:30.693991" elapsed="0.000643"/>
</if>
<if>
<branch type="IF" condition="&quot;${return_stderr}&quot;!=&quot;True&quot;">
<return>
<value>${stdout}</value>
<status status="NOT RUN" start="2026-06-06T02:05:30.694847" elapsed="0.000029"/>
</return>
<status status="NOT RUN" start="2026-06-06T02:05:30.694765" elapsed="0.000172"/>
</branch>
<status status="NOT RUN" start="2026-06-06T02:05:30.694730" elapsed="0.000256"/>
</if>
<return>
<value>${stdout}</value>
<value>${stderr}</value>
<status status="NOT RUN" start="2026-06-06T02:05:30.695059" elapsed="0.000030"/>
</return>
<kw name="Restore_Current_Ssh_Connection_From_Index" owner="SSHKeywords" type="TEARDOWN">
<kw name="Run Keyword And Return If" owner="BuiltIn">
<arg>${connection_index} is not None</arg>
<arg>SSHLibrary.Switch Connection</arg>
<arg>${connection_index}</arg>
<doc>Runs the specified keyword and returns from the enclosing user keyword.</doc>
<status status="PASS" start="2026-06-06T02:05:30.699854" elapsed="0.000328"/>
</kw>
<kw name="Open Connection" owner="SSHLibrary">
<arg>127.0.0.1</arg>
<doc>Opens a new SSH connection to the given ``host`` and ``port``.</doc>
<status status="PASS" start="2026-06-06T02:05:30.700325" elapsed="0.000185"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-06-06T02:05:30.700639" elapsed="0.000098"/>
</kw>
<arg>${current_ssh_connection.index}</arg>
<doc>Restore active SSH connection in SSHLibrary to given index.</doc>
<status status="PASS" start="2026-06-06T02:05:30.695783" elapsed="0.005007"/>
</kw>
<msg time="2026-06-06T02:05:30.700918" level="INFO">${output} = cbench: controller benchmarking tool
   running in mode 'latency'
   connecting to controller at 10.30.170.69:6633 
   faking 16 switches with 1 threads :: 10 tests each; 60000 ms per test
   with 100...</msg>
<var>${output}</var>
<arg>${cbench_system}</arg>
<arg>${cbench_executable} -c ${ODL_SYSTEM_IP} ${cbench_args}</arg>
<arg>prompt_timeout=${test_timeout}</arg>
<arg>return_stdout=False</arg>
<arg>return_stderr=True</arg>
<doc>Reduces the common work of running a command on a remote system to a single higher level
robot keyword, taking care to log in with a public key and. The command given is written and the return value
depends on the passed argument values of return_stdout (default: True) and return_stderr (default: False).
At least one should be True, or the keyword will exit and FAIL. If both are True, the resulting return value
will be a two element list containing both. Otherwise the resulting return value is a string.
No test conditions are checked.</doc>
<status status="PASS" start="2026-06-06T01:55:24.254734" elapsed="606.446210"/>
</kw>
<status status="PASS" start="2026-06-06T01:55:24.254234" elapsed="606.446759"/>
</branch>
<status status="PASS" start="2026-06-06T01:55:24.253751" elapsed="606.447265"/>
</if>
<kw name="Log" owner="BuiltIn">
<msg time="2026-06-06T02:05:30.701451" level="INFO">cbench: controller benchmarking tool
   running in mode 'latency'
   connecting to controller at 10.30.170.69: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.69. So far 1 cbench instances have initialized their switches.  Waiting for other cbench-instances
Thread-0: Total switches from ALL cbench-instances initialized.
01:56:29.748 16  switches: flows:  109348 109326 107329 108423 107029 107395 107082 107380 104549 106071 103762 105663 104385 104498 106531 103573  total = 28.372400 per ms 
01:57:29.848 16  switches: flows:  105929 106490 104954 104719 105920 104344 104014 105933 103220 104306 101889 101768 101864 101303 103816 100265  total = 27.632791 per ms 
01:58:29.949 16  switches: flows:  121977 119179 119080 118548 117844 119114 117505 119492 115284 117522 113972 114520 115395 114307 118253 114727  total = 31.226481 per ms 
01:59:30.050 16  switches: flows:  120695 121587 119947 118185 119990 122768 119494 120604 115351 118923 115388 117286 115266 115940 115627 114560  total = 31.474301 per ms 
02:00:30.151 16  switches: flows:  116748 117749 115472 114255 116431 116324 117222 117301 112871 114429 112076 112114 112939 110657 114003 111107  total = 30.477413 per ms 
02:01:30.252 16  switches: flows:  124192 125091 119865 122531 121078 121481 123282 122659 118639 119784 118405 117228 119466 118481 120071 115297  total = 32.072290 per ms 
02:02:30.353 16  switches: flows:  111060 110947 109022 109589 108719 107914 109306 109920 105583 107246 105981 105149 106717 104329 106058 103163  total = 28.630535 per ms 
02:03:30.454 16  switches: flows:  116179 115669 113347 113949 114385 112598 113928 114114 110150 112122 110090 109904 111547 109583 111438 108662  total = 29.911130 per ms 
02:04:30.556 16  switches: flows:  100121 100489 97333 97331 98156 97772 98180 98259 95458 95695 95721 94534 95351 95216 94517 92888  total = 25.740710 per ms 
02:05:30.656 16  switches: flows:  116924 116749 114396 112334 114330 112939 114352 113181 111426 112713 111578 112013 110525 110728 110360 110112  total = 30.027538 per ms 
RESULT: 16 switches 9 tests min/max/avg/stdev = 25740.71/32072.29/29688.13/10079.35 responses/s</msg>
<arg>${output}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-06-06T02:05:30.701153" elapsed="0.000373"/>
</kw>
<kw name="Should Contain" owner="BuiltIn">
<arg>${output}</arg>
<arg>RESULT</arg>
<doc>Fails if ``container`` does not contain ``item`` one or more times.</doc>
<status status="PASS" start="2026-06-06T02:05:30.701673" elapsed="0.000387"/>
</kw>
<kw name="Get Lines Containing String" owner="String">
<msg time="2026-06-06T02:05:30.702503" level="INFO">1 out of 23 lines matched.</msg>
<msg time="2026-06-06T02:05:30.702597" level="INFO">${result_line} = RESULT: 16 switches 9 tests min/max/avg/stdev = 25740.71/32072.29/29688.13/10079.35 responses/s</msg>
<var>${result_line}</var>
<arg>${output}</arg>
<arg>RESULT</arg>
<doc>Returns lines of the given ``string`` that contain the ``pattern``.</doc>
<status status="PASS" start="2026-06-06T02:05:30.702235" elapsed="0.000387"/>
</kw>
<kw name="Split String" owner="String">
<msg time="2026-06-06T02:05:30.703029" level="INFO">@{results_list} = [ RESULT: | 16 | switches | 9 | tests | min/max/avg/stdev | = | 25740.71/32072.29/29688.13/10079.35 | responses/s ]</msg>
<var>@{results_list}</var>
<arg>${result_line}</arg>
<doc>Splits the ``string`` using ``separator`` as a delimiter string.</doc>
<status status="PASS" start="2026-06-06T02:05:30.702774" elapsed="0.000281"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-06-06T02:05:30.705395" level="INFO">min/max/avg/stdev</msg>
<arg>${results_list[5]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-06-06T02:05:30.703198" elapsed="0.002266"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-06-06T02:05:30.707804" level="INFO">25740.71/32072.29/29688.13/10079.35</msg>
<arg>${results_list[7]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-06-06T02:05:30.705607" elapsed="0.002253"/>
</kw>
<kw name="Split String" owner="String">
<msg time="2026-06-06T02:05:30.710206" level="INFO">@{result_name_list} = [ min | max | avg | stdev ]</msg>
<var>@{result_name_list}</var>
<arg>${results_list[5]}</arg>
<arg>/</arg>
<doc>Splits the ``string`` using ``separator`` as a delimiter string.</doc>
<status status="PASS" start="2026-06-06T02:05:30.708005" elapsed="0.002229"/>
</kw>
<kw name="Split String" owner="String">
<msg time="2026-06-06T02:05:30.712614" level="INFO">@{result_value_list} = [ 25740.71 | 32072.29 | 29688.13 | 10079.35 ]</msg>
<var>@{result_value_list}</var>
<arg>${results_list[7]}</arg>
<arg>/</arg>
<doc>Splits the ``string`` using ``separator`` as a delimiter string.</doc>
<status status="PASS" start="2026-06-06T02:05:30.710417" elapsed="0.002223"/>
</kw>
<kw name="Get Length" owner="BuiltIn">
<msg time="2026-06-06T02:05:30.713096" level="INFO">Length is 4.</msg>
<msg time="2026-06-06T02:05:30.713183" level="INFO">${num_stats} = 4</msg>
<var>${num_stats}</var>
<arg>${result_name_list}</arg>
<doc>Returns and logs the length of the given item as an integer.</doc>
<status status="PASS" start="2026-06-06T02:05:30.712791" elapsed="0.000415"/>
</kw>
<for flavor="IN RANGE">
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-06-06T02:05:30.717903" level="INFO">min :: 25740.71</msg>
<arg>${result_name_list[${i}]} :: ${result_value_list[${i}]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-06-06T02:05:30.713614" elapsed="0.004345"/>
</kw>
<var name="${i}">0</var>
<status status="PASS" start="2026-06-06T02:05:30.713484" elapsed="0.004510"/>
</iter>
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-06-06T02:05:30.722580" level="INFO">max :: 32072.29</msg>
<arg>${result_name_list[${i}]} :: ${result_value_list[${i}]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-06-06T02:05:30.718222" elapsed="0.004414"/>
</kw>
<var name="${i}">1</var>
<status status="PASS" start="2026-06-06T02:05:30.718086" elapsed="0.004585"/>
</iter>
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-06-06T02:05:30.727104" level="INFO">avg :: 29688.13</msg>
<arg>${result_name_list[${i}]} :: ${result_value_list[${i}]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-06-06T02:05:30.722887" elapsed="0.004272"/>
</kw>
<var name="${i}">2</var>
<status status="PASS" start="2026-06-06T02:05:30.722760" elapsed="0.004433"/>
</iter>
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-06-06T02:05:30.731758" level="INFO">stdev :: 10079.35</msg>
<arg>${result_name_list[${i}]} :: ${result_value_list[${i}]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-06-06T02:05:30.727461" elapsed="0.004357"/>
</kw>
<var name="${i}">3</var>
<status status="PASS" start="2026-06-06T02:05:30.727284" elapsed="0.004569"/>
</iter>
<var>${i}</var>
<value>0</value>
<value>${num_stats}</value>
<status status="PASS" start="2026-06-06T02:05:30.713279" elapsed="0.018607"/>
</for>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-06-06T02:05:30.735887" level="INFO">${min} = 25740.71</msg>
<var>${min}</var>
<arg>${result_value_list[${0}]}</arg>
<doc>Returns the given values which can then be assigned to a variables.</doc>
<status status="PASS" start="2026-06-06T02:05:30.732041" elapsed="0.003874"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-06-06T02:05:30.739744" level="INFO">${max} = 32072.29</msg>
<var>${max}</var>
<arg>${result_value_list[${1}]}</arg>
<doc>Returns the given values which can then be assigned to a variables.</doc>
<status status="PASS" start="2026-06-06T02:05:30.736071" elapsed="0.003700"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-06-06T02:05:30.743731" level="INFO">${average} = 29688.13</msg>
<var>${average}</var>
<arg>${result_value_list[${2}]}</arg>
<doc>Returns the given values which can then be assigned to a variables.</doc>
<status status="PASS" start="2026-06-06T02:05:30.739920" elapsed="0.003838"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-06-06T02:05:30.747594" level="INFO">${stdev} = 10079.35</msg>
<var>${stdev}</var>
<arg>${result_value_list[${3}]}</arg>
<doc>Returns the given values which can then be assigned to a variables.</doc>
<status status="PASS" start="2026-06-06T02:05:30.743907" elapsed="0.003714"/>
</kw>
<kw name="Get Time" owner="BuiltIn">
<msg time="2026-06-06T02:05:30.748138" level="INFO">${date} = 2026-06-06 02:05:30</msg>
<var>${date}</var>
<arg>d,m,s</arg>
<doc>Returns the given time in the requested format.</doc>
<status status="PASS" start="2026-06-06T02:05:30.747778" elapsed="0.000386"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-06-06T02:05:30.748734" level="INFO">CBench Result: 2026-06-06 02:05:30,-m 60000 -M 100 -S 16 -l 10 -D 5000 -p 6633,25740.71,32072.29,29688.13,10079.35</msg>
<arg>CBench Result: ${date},${cbench_args},${min},${max},${average},${stdev}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-06-06T02:05:30.748308" elapsed="0.000481"/>
</kw>
<kw name="Log Results And Determine Status">
<kw name="Append To File" owner="OperatingSystem">
<msg time="2026-06-06T02:05:30.749777" level="INFO" html="true">Appended to file '&lt;a href="file:///w/workspace/openflowplugin-csit-1node-cbench-only-titanium/latency.csv"&gt;/w/workspace/openflowplugin-csit-1node-cbench-only-titanium/latency.csv&lt;/a&gt;'.</msg>
<arg>${output_file}</arg>
<arg>${min},${max},${average}\n</arg>
<doc>Appends the given content to the specified file.</doc>
<status status="PASS" start="2026-06-06T02:05:30.749384" elapsed="0.000457"/>
</kw>
<kw name="Should Be True" owner="BuiltIn">
<arg>${average} &gt; ${threshold}</arg>
<arg>${average} flow_mods per/sec did not exceed threshold of ${threshold}</arg>
<doc>Fails if the given condition is not true.</doc>
<status status="PASS" start="2026-06-06T02:05:30.750002" elapsed="0.000468"/>
</kw>
<arg>${min}</arg>
<arg>${max}</arg>
<arg>${average}</arg>
<arg>${average_threshold}</arg>
<arg>${output_filename}</arg>
<status status="PASS" start="2026-06-06T02:05:30.748927" elapsed="0.001608"/>
</kw>
<arg>-m ${duration_in_ms} -M ${num_of_unique_macs} -S ${switch_count} -l ${loops} -D ${start_delay} -p ${of_port}</arg>
<arg>${latency_threshold}</arg>
<arg>${latency_results_file}</arg>
<status status="PASS" start="2026-06-06T01:55:24.252181" elapsed="606.498413"/>
</kw>
<kw name="Sleep" owner="BuiltIn">
<msg time="2026-06-06T02:05:30.751057" level="INFO">Slept 0 seconds.</msg>
<arg>${test_delay}</arg>
<doc>Pauses the test executed for the given time.</doc>
<status status="PASS" start="2026-06-06T02:05:30.750742" elapsed="0.000369"/>
</kw>
<kw name="Log Results As Zero If Cbench Timed Out" type="TEARDOWN">
<kw name="Run Keyword If Timeout Occurred" owner="BuiltIn">
<arg>Log Results And Determine Status</arg>
<arg>0</arg>
<arg>0</arg>
<arg>0</arg>
<arg>0</arg>
<arg>${output_filename}</arg>
<doc>Runs the given keyword if either a test or a keyword timeout has occurred.</doc>
<status status="PASS" start="2026-06-06T02:05:30.751632" elapsed="0.000262"/>
</kw>
<status status="PASS" start="2026-06-06T02:05:30.751322" elapsed="0.000642"/>
</kw>
<doc>cbench executed in default latency mode. Test parameters have defaults, but can be overridden
on the pybot command line</doc>
<tag>cbench</tag>
<tag>latency</tag>
<timeout value="15 minutes"/>
<status status="PASS" start="2026-06-06T01:55:24.249024" elapsed="606.502978"/>
</test>
<test id="s1-t2" name="Cbench Throughput Test" line="51">
<kw name="Log" owner="BuiltIn">
<msg time="2026-06-06T02:05:30.753274" level="INFO">Cbench tests using 10 iterations of 60 second tests. Switch Count: 16. Unique MACS to cycle: 100</msg>
<arg>Cbench tests using ${loops} iterations of ${duration_in_secs} second tests. Switch Count: ${switch_count}. Unique MACS to cycle: ${num_of_unique_macs}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-06-06T02:05:30.752898" elapsed="0.000432"/>
</kw>
<kw name="Run Cbench And Log Results">
<kw name="Set Suite Variable" owner="BuiltIn">
<msg time="2026-06-06T02:05:30.754587" level="INFO">${output_filename} = throughput.csv</msg>
<arg>${output_filename}</arg>
<doc>Makes a variable available everywhere within the scope of the current suite.</doc>
<status status="PASS" start="2026-06-06T02:05:30.754246" elapsed="0.000383"/>
</kw>
<if>
<branch type="IF" condition="&quot;${cbench_system}&quot; == &quot;localhost&quot;">
<kw name="Run" owner="OperatingSystem">
<var>${output}</var>
<arg>${cbench_executable} -c ${ODL_SYSTEM_IP} ${cbench_args}</arg>
<doc>_This keyword is considered deprecated. Use the
[http://robotframework.org/robotframework/latest/libraries/Process.html|
Process] library instead._</doc>
<status status="NOT RUN" start="2026-06-06T02:05:30.754952" elapsed="0.000036"/>
</kw>
<status status="NOT RUN" start="2026-06-06T02:05:30.754735" elapsed="0.000299"/>
</branch>
<branch type="ELSE">
<kw name="Run Command On Remote System" owner="Utils">
<if>
<branch type="IF" condition="&quot;${return_stdout}&quot;!=&quot;True&quot; and &quot;${return_stderr}&quot;!=&quot;True&quot;">
<kw name="Fail" owner="BuiltIn">
<arg>At least one of {return_stdout} or {return_stderr} args should be set to True</arg>
<doc>Fails the test with the given message and optionally alters its tags.</doc>
<status status="NOT RUN" start="2026-06-06T02:05:30.757874" elapsed="0.000021"/>
</kw>
<status status="NOT RUN" start="2026-06-06T02:05:30.757632" elapsed="0.000319"/>
</branch>
<status status="PASS" start="2026-06-06T02:05:30.757613" elapsed="0.000364"/>
</if>
<kw name="Get Connection" owner="SSHLibrary">
<msg time="2026-06-06T02:05:30.758297" level="INFO">index=None
host=None
alias=None
port=22
timeout=3 seconds
newline=

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

prompt=None
term_type=vt100
width=80
height=24
path_separator=/
encoding=utf8
escape_ansi=False
encoding_errors=strict</msg>
<var>${current_ssh_connection}</var>
<doc>Returns information about the connection.</doc>
<status status="PASS" start="2026-06-06T02:05:30.758117" elapsed="0.000339"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-06-06T02:05:30.759004" level="INFO">Attempting to execute command "/usr/local/bin/cbench -c 10.30.170.69 -t -m 60000 -M 100 -S 16 -l 10 -D 5000 -p 6633" on remote system "10.30.170.158" by user "jenkins" with keyfile pass "any" and prompt "&gt;" and password ""</msg>
<arg>Attempting to execute command "${cmd}" on remote system "${system}" by user "${user}" with keyfile pass "${keyfile_pass}" and prompt "${prompt}" and password "${password}"</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-06-06T02:05:30.758591" elapsed="0.000469"/>
</kw>
<kw name="Open Connection" owner="SSHLibrary">
<msg time="2026-06-06T02:05:30.759605" level="INFO">${conn_id} = 7</msg>
<var>${conn_id}</var>
<arg>${system}</arg>
<arg>prompt=${prompt}</arg>
<arg>timeout=${prompt_timeout}</arg>
<doc>Opens a new SSH connection to the given ``host`` and ``port``.</doc>
<status status="PASS" start="2026-06-06T02:05:30.759197" elapsed="0.000434"/>
</kw>
<kw name="Flexible_SSH_Login" owner="SSHKeywords">
<kw name="Get Length" owner="BuiltIn">
<msg time="2026-06-06T02:05:30.760510" level="INFO">Length is 0.</msg>
<msg time="2026-06-06T02:05:30.760598" level="INFO">${pwd_length} = 0</msg>
<var>${pwd_length}</var>
<arg>${password}</arg>
<doc>Returns and logs the length of the given item as an integer.</doc>
<status status="PASS" start="2026-06-06T02:05:30.760196" elapsed="0.000426"/>
</kw>
<kw name="Run Keyword And Return If" owner="BuiltIn">
<arg>${pwd_length} &gt; 0</arg>
<arg>SSHLibrary.Login</arg>
<arg>${user}</arg>
<arg>${password}</arg>
<arg>delay=${delay}</arg>
<doc>Runs the specified keyword and returns from the enclosing user keyword.</doc>
<status status="PASS" start="2026-06-06T02:05:30.760758" elapsed="0.000314"/>
</kw>
<kw name="Run Keyword And Return" owner="BuiltIn">
<kw name="Login With Public Key" owner="SSHLibrary">
<msg time="2026-06-06T02:05:30.761932" level="INFO">Logging into '10.30.170.158:22' as 'jenkins'.</msg>
<msg time="2026-06-06T02:05:31.345844" level="INFO">Read output: Welcome to Ubuntu 22.04.5 LTS (GNU/Linux 5.15.0-153-generic x86_64)

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

 System information as of Sat Jun  6 02:05:30 UTC 2026

  System load:  1.11               Processes:             104
  Usage of /:   19.3% of 38.58GB   Users logged in:       0
  Memory usage: 4%                 IPv4 address for ens3: 10.30.170.158
  Swap usage:   0%


Expanded Security Maintenance for Applications is not enabled.

0 updates can be applied immediately.

9 additional security updates can be applied with ESM Apps.
Learn more about enabling ESM Apps service at https://ubuntu.com/esm


The list of available updates is more than a week old.
To check for new updates run: sudo apt update
New release '24.04.4 LTS' available.
Run 'do-release-upgrade' to upgrade to it.


Last login: Sat Jun  6 01:55:24 2026 from 10.30.170.46
[?2004h[jenkins@releng-48317-741-1-mininet-ovs-217-0 ~]&gt;</msg>
<arg>${user}</arg>
<arg>${USER_HOME}/.ssh/${SSH_KEY}</arg>
<arg>${KEYFILE_PASS}</arg>
<arg>delay=${delay}</arg>
<doc>Logs into the SSH server using key-based authentication.</doc>
<status status="PASS" start="2026-06-06T02:05:30.761576" elapsed="0.584376"/>
</kw>
<msg time="2026-06-06T02:05:31.346015" level="INFO">Returning from the enclosing user keyword.</msg>
<arg>SSHLibrary.Login With Public Key</arg>
<arg>${user}</arg>
<arg>${USER_HOME}/.ssh/${SSH_KEY}</arg>
<arg>${KEYFILE_PASS}</arg>
<arg>delay=${delay}</arg>
<doc>Runs the specified keyword and returns from the enclosing user keyword.</doc>
<status status="PASS" start="2026-06-06T02:05:30.761225" elapsed="0.584857"/>
</kw>
<arg>${user}</arg>
<arg>${password}</arg>
<doc>On active SSH session: if given non-empty password, do Login, else do Login With Public Key.</doc>
<status status="PASS" start="2026-06-06T02:05:30.759830" elapsed="0.586337"/>
</kw>
<kw name="Execute Command" owner="SSHLibrary">
<msg time="2026-06-06T02:05:31.346561" level="INFO">Executing command '/usr/local/bin/cbench -c 10.30.170.69 -t -m 60000 -M 100 -S 16 -l 10 -D 5000 -p 6633'.</msg>
<msg time="2026-06-06T02:15:43.913668" level="INFO">Command exited with return code 0.</msg>
<msg time="2026-06-06T02:15:43.914310" level="INFO">${stdout} = </msg>
<msg time="2026-06-06T02:15:43.914415" level="INFO">${stderr} = cbench: controller benchmarking tool
   running in mode 'throughput'
   connecting to controller at 10.30.170.69:6633 
   faking 16 switches with 1 threads :: 10 tests each; 60000 ms per test
   with ...</msg>
<var>${stdout}</var>
<var>${stderr}</var>
<arg>${cmd}</arg>
<arg>return_stderr=True</arg>
<doc>Executes ``command`` on the remote machine and returns its outputs.</doc>
<status status="PASS" start="2026-06-06T02:05:31.346323" elapsed="612.568186"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-06-06T02:15:43.915011" elapsed="0.000831"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-06-06T02:15:43.917009" level="INFO">cbench: controller benchmarking tool
   running in mode 'throughput'
   connecting to controller at 10.30.170.69: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.69. So far 1 cbench instances have initialized their switches.  Waiting for other cbench-instances
Thread-0: Total switches from ALL cbench-instances initialized.
02:06:36.446 16  switches: flows:  506296 505939 505531 501608 499521 507631 502199 505883 494972 488900 491452 503287 509791 497316 494043 492931  total = 133.455000 per ms 
02:07:36.548 16  switches: flows:  447688 555683 543840 442472 548965 444920 460759 450196 560953 494729 567803 467959 551070 559525 553394 565271  total = 136.690587 per ms 
02:08:41.516 16  switches: flows:  435794 426509 433505 434369 432486 424023 425626 420178 422992 431964 425069 423529 437670 437241 433490 439243  total = 105.956377 per ms 
02:09:41.617 16  switches: flows:  562449 560021 560857 544733 550795 557712 551882 545660 562275 554425 558626 558168 558683 552150 562707 557260  total = 148.056654 per ms 
02:10:41.718 16  switches: flows:  586236 587838 586655 587650 582015 587134 578787 578216 587425 587021 582726 594291 587173 582610 585825 590512  total = 155.939825 per ms 
02:11:41.820 16  switches: flows:  501435 503308 503516 506126 500206 498520 504718 505023 499232 497704 509261 501117 508807 498150 498137 505258  total = 133.784246 per ms 
02:12:41.922 16  switches: flows:  540092 547658 548745 541605 534301 542215 541506 540850 546154 550091 547218 536771 544487 536145 533347 542472  total = 144.316324 per ms 
02:13:42.029 16  switches: flows:  584958 509772 475314 451588 478914 567277 406042 405270 466164 581497 587928 461126 483774 462755 456409 451221  total = 130.269423 per ms 
02:14:43.769 16  switches: flows:  418711 454512 440921 382112 448932 418298 425001 461274 384172 467201 450474 456467 447051 420954 420495 416682  total = 111.972753 per ms 
02:15:43.872 16  switches: flows:  533377 536836 532261 543094 535819 541356 533881 543133 533562 539242 546610 532324 542389 535953 539068 533555  total = 143.132540 per ms 
RESULT: 16 switches 9 tests min/max/avg/stdev = 105956.38/155939.82/134457.64/47420.80 responses/s</msg>
<arg>${stderr}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-06-06T02:15:43.916224" elapsed="0.001087"/>
</kw>
<if>
<branch type="IF" condition="&quot;${return_stdout}&quot;!=&quot;True&quot;">
<return>
<value>${stderr}</value>
<status status="PASS" start="2026-06-06T02:15:43.917844" elapsed="0.000071"/>
</return>
<status status="PASS" start="2026-06-06T02:15:43.917534" elapsed="0.000462"/>
</branch>
<status status="PASS" start="2026-06-06T02:15:43.917475" elapsed="0.000577"/>
</if>
<if>
<branch type="IF" condition="&quot;${return_stderr}&quot;!=&quot;True&quot;">
<return>
<value>${stdout}</value>
<status status="NOT RUN" start="2026-06-06T02:15:43.918258" elapsed="0.000029"/>
</return>
<status status="NOT RUN" start="2026-06-06T02:15:43.918177" elapsed="0.000170"/>
</branch>
<status status="NOT RUN" start="2026-06-06T02:15:43.918143" elapsed="0.000251"/>
</if>
<return>
<value>${stdout}</value>
<value>${stderr}</value>
<status status="NOT RUN" start="2026-06-06T02:15:43.918497" elapsed="0.000032"/>
</return>
<kw name="Restore_Current_Ssh_Connection_From_Index" owner="SSHKeywords" type="TEARDOWN">
<kw name="Run Keyword And Return If" owner="BuiltIn">
<arg>${connection_index} is not None</arg>
<arg>SSHLibrary.Switch Connection</arg>
<arg>${connection_index}</arg>
<doc>Runs the specified keyword and returns from the enclosing user keyword.</doc>
<status status="PASS" start="2026-06-06T02:15:43.923938" elapsed="0.000458"/>
</kw>
<kw name="Open Connection" owner="SSHLibrary">
<arg>127.0.0.1</arg>
<doc>Opens a new SSH connection to the given ``host`` and ``port``.</doc>
<status status="PASS" start="2026-06-06T02:15:43.924622" elapsed="0.000232"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-06-06T02:15:43.925031" elapsed="0.000140"/>
</kw>
<arg>${current_ssh_connection.index}</arg>
<doc>Restore active SSH connection in SSHLibrary to given index.</doc>
<status status="PASS" start="2026-06-06T02:15:43.919198" elapsed="0.006046"/>
</kw>
<msg time="2026-06-06T02:15:43.925426" level="INFO">${output} = cbench: controller benchmarking tool
   running in mode 'throughput'
   connecting to controller at 10.30.170.69:6633 
   faking 16 switches with 1 threads :: 10 tests each; 60000 ms per test
   with ...</msg>
<var>${output}</var>
<arg>${cbench_system}</arg>
<arg>${cbench_executable} -c ${ODL_SYSTEM_IP} ${cbench_args}</arg>
<arg>prompt_timeout=${test_timeout}</arg>
<arg>return_stdout=False</arg>
<arg>return_stderr=True</arg>
<doc>Reduces the common work of running a command on a remote system to a single higher level
robot keyword, taking care to log in with a public key and. The command given is written and the return value
depends on the passed argument values of return_stdout (default: True) and return_stderr (default: False).
At least one should be True, or the keyword will exit and FAIL. If both are True, the resulting return value
will be a two element list containing both. Otherwise the resulting return value is a string.
No test conditions are checked.</doc>
<status status="PASS" start="2026-06-06T02:05:30.755366" elapsed="613.170117"/>
</kw>
<status status="PASS" start="2026-06-06T02:05:30.755060" elapsed="613.170493"/>
</branch>
<status status="PASS" start="2026-06-06T02:05:30.754715" elapsed="613.170871"/>
</if>
<kw name="Log" owner="BuiltIn">
<msg time="2026-06-06T02:15:43.926178" level="INFO">cbench: controller benchmarking tool
   running in mode 'throughput'
   connecting to controller at 10.30.170.69: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.69. So far 1 cbench instances have initialized their switches.  Waiting for other cbench-instances
Thread-0: Total switches from ALL cbench-instances initialized.
02:06:36.446 16  switches: flows:  506296 505939 505531 501608 499521 507631 502199 505883 494972 488900 491452 503287 509791 497316 494043 492931  total = 133.455000 per ms 
02:07:36.548 16  switches: flows:  447688 555683 543840 442472 548965 444920 460759 450196 560953 494729 567803 467959 551070 559525 553394 565271  total = 136.690587 per ms 
02:08:41.516 16  switches: flows:  435794 426509 433505 434369 432486 424023 425626 420178 422992 431964 425069 423529 437670 437241 433490 439243  total = 105.956377 per ms 
02:09:41.617 16  switches: flows:  562449 560021 560857 544733 550795 557712 551882 545660 562275 554425 558626 558168 558683 552150 562707 557260  total = 148.056654 per ms 
02:10:41.718 16  switches: flows:  586236 587838 586655 587650 582015 587134 578787 578216 587425 587021 582726 594291 587173 582610 585825 590512  total = 155.939825 per ms 
02:11:41.820 16  switches: flows:  501435 503308 503516 506126 500206 498520 504718 505023 499232 497704 509261 501117 508807 498150 498137 505258  total = 133.784246 per ms 
02:12:41.922 16  switches: flows:  540092 547658 548745 541605 534301 542215 541506 540850 546154 550091 547218 536771 544487 536145 533347 542472  total = 144.316324 per ms 
02:13:42.029 16  switches: flows:  584958 509772 475314 451588 478914 567277 406042 405270 466164 581497 587928 461126 483774 462755 456409 451221  total = 130.269423 per ms 
02:14:43.769 16  switches: flows:  418711 454512 440921 382112 448932 418298 425001 461274 384172 467201 450474 456467 447051 420954 420495 416682  total = 111.972753 per ms 
02:15:43.872 16  switches: flows:  533377 536836 532261 543094 535819 541356 533881 543133 533562 539242 546610 532324 542389 535953 539068 533555  total = 143.132540 per ms 
RESULT: 16 switches 9 tests min/max/avg/stdev = 105956.38/155939.82/134457.64/47420.80 responses/s</msg>
<arg>${output}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-06-06T02:15:43.925780" elapsed="0.000500"/>
</kw>
<kw name="Should Contain" owner="BuiltIn">
<arg>${output}</arg>
<arg>RESULT</arg>
<doc>Fails if ``container`` does not contain ``item`` one or more times.</doc>
<status status="PASS" start="2026-06-06T02:15:43.926504" elapsed="0.000547"/>
</kw>
<kw name="Get Lines Containing String" owner="String">
<msg time="2026-06-06T02:15:43.927607" level="INFO">1 out of 23 lines matched.</msg>
<msg time="2026-06-06T02:15:43.927732" level="INFO">${result_line} = RESULT: 16 switches 9 tests min/max/avg/stdev = 105956.38/155939.82/134457.64/47420.80 responses/s</msg>
<var>${result_line}</var>
<arg>${output}</arg>
<arg>RESULT</arg>
<doc>Returns lines of the given ``string`` that contain the ``pattern``.</doc>
<status status="PASS" start="2026-06-06T02:15:43.927273" elapsed="0.000493"/>
</kw>
<kw name="Split String" owner="String">
<msg time="2026-06-06T02:15:43.928326" level="INFO">@{results_list} = [ RESULT: | 16 | switches | 9 | tests | min/max/avg/stdev | = | 105956.38/155939.82/134457.64/47420.80 | responses/s ]</msg>
<var>@{results_list}</var>
<arg>${result_line}</arg>
<doc>Splits the ``string`` using ``separator`` as a delimiter string.</doc>
<status status="PASS" start="2026-06-06T02:15:43.927978" elapsed="0.000384"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-06-06T02:15:43.931673" level="INFO">min/max/avg/stdev</msg>
<arg>${results_list[5]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-06-06T02:15:43.928582" elapsed="0.003169"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-06-06T02:15:43.935021" level="INFO">105956.38/155939.82/134457.64/47420.80</msg>
<arg>${results_list[7]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-06-06T02:15:43.931950" elapsed="0.003148"/>
</kw>
<kw name="Split String" owner="String">
<msg time="2026-06-06T02:15:43.937626" level="INFO">@{result_name_list} = [ min | max | avg | stdev ]</msg>
<var>@{result_name_list}</var>
<arg>${results_list[5]}</arg>
<arg>/</arg>
<doc>Splits the ``string`` using ``separator`` as a delimiter string.</doc>
<status status="PASS" start="2026-06-06T02:15:43.935302" elapsed="0.002351"/>
</kw>
<kw name="Split String" owner="String">
<msg time="2026-06-06T02:15:43.940018" level="INFO">@{result_value_list} = [ 105956.38 | 155939.82 | 134457.64 | 47420.80 ]</msg>
<var>@{result_value_list}</var>
<arg>${results_list[7]}</arg>
<arg>/</arg>
<doc>Splits the ``string`` using ``separator`` as a delimiter string.</doc>
<status status="PASS" start="2026-06-06T02:15:43.937835" elapsed="0.002210"/>
</kw>
<kw name="Get Length" owner="BuiltIn">
<msg time="2026-06-06T02:15:43.940514" level="INFO">Length is 4.</msg>
<msg time="2026-06-06T02:15:43.940607" level="INFO">${num_stats} = 4</msg>
<var>${num_stats}</var>
<arg>${result_name_list}</arg>
<doc>Returns and logs the length of the given item as an integer.</doc>
<status status="PASS" start="2026-06-06T02:15:43.940196" elapsed="0.000434"/>
</kw>
<for flavor="IN RANGE">
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-06-06T02:15:43.945256" level="INFO">min :: 105956.38</msg>
<arg>${result_name_list[${i}]} :: ${result_value_list[${i}]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-06-06T02:15:43.941021" elapsed="0.004291"/>
</kw>
<var name="${i}">0</var>
<status status="PASS" start="2026-06-06T02:15:43.940894" elapsed="0.004452"/>
</iter>
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-06-06T02:15:43.950004" level="INFO">max :: 155939.82</msg>
<arg>${result_name_list[${i}]} :: ${result_value_list[${i}]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-06-06T02:15:43.945576" elapsed="0.004484"/>
</kw>
<var name="${i}">1</var>
<status status="PASS" start="2026-06-06T02:15:43.945448" elapsed="0.004647"/>
</iter>
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-06-06T02:15:43.954552" level="INFO">avg :: 134457.64</msg>
<arg>${result_name_list[${i}]} :: ${result_value_list[${i}]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-06-06T02:15:43.950308" elapsed="0.004300"/>
</kw>
<var name="${i}">2</var>
<status status="PASS" start="2026-06-06T02:15:43.950184" elapsed="0.004459"/>
</iter>
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-06-06T02:15:43.959125" level="INFO">stdev :: 47420.80</msg>
<arg>${result_name_list[${i}]} :: ${result_value_list[${i}]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-06-06T02:15:43.954868" elapsed="0.004312"/>
</kw>
<var name="${i}">3</var>
<status status="PASS" start="2026-06-06T02:15:43.954730" elapsed="0.004485"/>
</iter>
<var>${i}</var>
<value>0</value>
<value>${num_stats}</value>
<status status="PASS" start="2026-06-06T02:15:43.940701" elapsed="0.018545"/>
</for>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-06-06T02:15:43.963317" level="INFO">${min} = 105956.38</msg>
<var>${min}</var>
<arg>${result_value_list[${0}]}</arg>
<doc>Returns the given values which can then be assigned to a variables.</doc>
<status status="PASS" start="2026-06-06T02:15:43.959401" elapsed="0.003943"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-06-06T02:15:43.967178" level="INFO">${max} = 155939.82</msg>
<var>${max}</var>
<arg>${result_value_list[${1}]}</arg>
<doc>Returns the given values which can then be assigned to a variables.</doc>
<status status="PASS" start="2026-06-06T02:15:43.963517" elapsed="0.003687"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-06-06T02:15:43.971043" level="INFO">${average} = 134457.64</msg>
<var>${average}</var>
<arg>${result_value_list[${2}]}</arg>
<doc>Returns the given values which can then be assigned to a variables.</doc>
<status status="PASS" start="2026-06-06T02:15:43.967354" elapsed="0.003715"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-06-06T02:15:43.974886" level="INFO">${stdev} = 47420.80</msg>
<var>${stdev}</var>
<arg>${result_value_list[${3}]}</arg>
<doc>Returns the given values which can then be assigned to a variables.</doc>
<status status="PASS" start="2026-06-06T02:15:43.971218" elapsed="0.003694"/>
</kw>
<kw name="Get Time" owner="BuiltIn">
<msg time="2026-06-06T02:15:43.975416" level="INFO">${date} = 2026-06-06 02:15:43</msg>
<var>${date}</var>
<arg>d,m,s</arg>
<doc>Returns the given time in the requested format.</doc>
<status status="PASS" start="2026-06-06T02:15:43.975068" elapsed="0.000388"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-06-06T02:15:43.976007" level="INFO">CBench Result: 2026-06-06 02:15:43,-t -m 60000 -M 100 -S 16 -l 10 -D 5000 -p 6633,105956.38,155939.82,134457.64,47420.80</msg>
<arg>CBench Result: ${date},${cbench_args},${min},${max},${average},${stdev}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-06-06T02:15:43.975604" elapsed="0.000458"/>
</kw>
<kw name="Log Results And Determine Status">
<kw name="Append To File" owner="OperatingSystem">
<msg time="2026-06-06T02:15:43.977092" level="INFO" html="true">Appended to file '&lt;a href="file:///w/workspace/openflowplugin-csit-1node-cbench-only-titanium/throughput.csv"&gt;/w/workspace/openflowplugin-csit-1node-cbench-only-titanium/throughput.csv&lt;/a&gt;'.</msg>
<arg>${output_file}</arg>
<arg>${min},${max},${average}\n</arg>
<doc>Appends the given content to the specified file.</doc>
<status status="PASS" start="2026-06-06T02:15:43.976690" elapsed="0.000467"/>
</kw>
<kw name="Should Be True" owner="BuiltIn">
<arg>${average} &gt; ${threshold}</arg>
<arg>${average} flow_mods per/sec did not exceed threshold of ${threshold}</arg>
<doc>Fails if the given condition is not true.</doc>
<status status="PASS" start="2026-06-06T02:15:43.977306" elapsed="0.000465"/>
</kw>
<arg>${min}</arg>
<arg>${max}</arg>
<arg>${average}</arg>
<arg>${average_threshold}</arg>
<arg>${output_filename}</arg>
<status status="PASS" start="2026-06-06T02:15:43.976203" elapsed="0.001632"/>
</kw>
<arg>-t -m ${duration_in_ms} -M ${num_of_unique_macs} -S ${switch_count} -l ${loops} -D ${start_delay} -p ${of_port}</arg>
<arg>${throughput_threshold}</arg>
<arg>${throughput_results_file}</arg>
<status status="PASS" start="2026-06-06T02:05:30.753657" elapsed="613.224237"/>
</kw>
<kw name="Sleep" owner="BuiltIn">
<msg time="2026-06-06T02:15:43.978354" level="INFO">Slept 0 seconds.</msg>
<arg>${test_delay}</arg>
<doc>Pauses the test executed for the given time.</doc>
<status status="PASS" start="2026-06-06T02:15:43.978043" elapsed="0.000366"/>
</kw>
<kw name="Log Results As Zero If Cbench Timed Out" type="TEARDOWN">
<kw name="Run Keyword If Timeout Occurred" owner="BuiltIn">
<arg>Log Results And Determine Status</arg>
<arg>0</arg>
<arg>0</arg>
<arg>0</arg>
<arg>0</arg>
<arg>${output_filename}</arg>
<doc>Runs the given keyword if either a test or a keyword timeout has occurred.</doc>
<status status="PASS" start="2026-06-06T02:15:43.978941" elapsed="0.000265"/>
</kw>
<status status="PASS" start="2026-06-06T02:15:43.978633" elapsed="0.000645"/>
</kw>
<doc>cbench executed in throughput mode (-t). Test parameters have defaults, but can be overridden
on the pybot command line</doc>
<tag>cbench</tag>
<tag>throughput</tag>
<timeout value="15 minutes"/>
<status status="PASS" start="2026-06-06T02:05:30.752312" elapsed="613.227005"/>
</test>
<test id="s1-t3" name="Rerun Latency Test To Check Bug 6176" line="65">
<kw name="Log" owner="BuiltIn">
<msg time="2026-06-06T02:15:43.980852" level="INFO">Cbench tests using 10 iterations of 60 second tests. Switch Count: 16. Unique MACS to cycle: 100</msg>
<arg>Cbench tests using ${loops} iterations of ${duration_in_secs} second tests. Switch Count: ${switch_count}. Unique MACS to cycle: ${num_of_unique_macs}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-06-06T02:15:43.980270" elapsed="0.000638"/>
</kw>
<kw name="Run Cbench And Log Results">
<kw name="Set Suite Variable" owner="BuiltIn">
<msg time="2026-06-06T02:15:43.982099" level="INFO">${output_filename} = bug.csv</msg>
<arg>${output_filename}</arg>
<doc>Makes a variable available everywhere within the scope of the current suite.</doc>
<status status="PASS" start="2026-06-06T02:15:43.981775" elapsed="0.000366"/>
</kw>
<if>
<branch type="IF" condition="&quot;${cbench_system}&quot; == &quot;localhost&quot;">
<kw name="Run" owner="OperatingSystem">
<var>${output}</var>
<arg>${cbench_executable} -c ${ODL_SYSTEM_IP} ${cbench_args}</arg>
<doc>_This keyword is considered deprecated. Use the
[http://robotframework.org/robotframework/latest/libraries/Process.html|
Process] library instead._</doc>
<status status="NOT RUN" start="2026-06-06T02:15:43.982480" elapsed="0.000023"/>
</kw>
<status status="NOT RUN" start="2026-06-06T02:15:43.982249" elapsed="0.000290"/>
</branch>
<branch type="ELSE">
<kw name="Run Command On Remote System" owner="Utils">
<if>
<branch type="IF" condition="&quot;${return_stdout}&quot;!=&quot;True&quot; and &quot;${return_stderr}&quot;!=&quot;True&quot;">
<kw name="Fail" owner="BuiltIn">
<arg>At least one of {return_stdout} or {return_stderr} args should be set to True</arg>
<doc>Fails the test with the given message and optionally alters its tags.</doc>
<status status="NOT RUN" start="2026-06-06T02:15:43.985698" elapsed="0.000020"/>
</kw>
<status status="NOT RUN" start="2026-06-06T02:15:43.985434" elapsed="0.000319"/>
</branch>
<status status="PASS" start="2026-06-06T02:15:43.985413" elapsed="0.000364"/>
</if>
<kw name="Get Connection" owner="SSHLibrary">
<msg time="2026-06-06T02:15:43.986115" level="INFO">index=None
host=None
alias=None
port=22
timeout=3 seconds
newline=

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

prompt=None
term_type=vt100
width=80
height=24
path_separator=/
encoding=utf8
escape_ansi=False
encoding_errors=strict</msg>
<var>${current_ssh_connection}</var>
<doc>Returns information about the connection.</doc>
<status status="PASS" start="2026-06-06T02:15:43.985938" elapsed="0.000318"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-06-06T02:15:43.986829" level="INFO">Attempting to execute command "/usr/local/bin/cbench -c 10.30.170.69 -m 60000 -M 100 -S 16 -l 10 -D 5000 -p 6633" on remote system "10.30.170.158" by user "jenkins" with keyfile pass "any" and prompt "&gt;" and password ""</msg>
<arg>Attempting to execute command "${cmd}" on remote system "${system}" by user "${user}" with keyfile pass "${keyfile_pass}" and prompt "${prompt}" and password "${password}"</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-06-06T02:15:43.986388" elapsed="0.000499"/>
</kw>
<kw name="Open Connection" owner="SSHLibrary">
<msg time="2026-06-06T02:15:43.987410" level="INFO">${conn_id} = 9</msg>
<var>${conn_id}</var>
<arg>${system}</arg>
<arg>prompt=${prompt}</arg>
<arg>timeout=${prompt_timeout}</arg>
<doc>Opens a new SSH connection to the given ``host`` and ``port``.</doc>
<status status="PASS" start="2026-06-06T02:15:43.987023" elapsed="0.000429"/>
</kw>
<kw name="Flexible_SSH_Login" owner="SSHKeywords">
<kw name="Get Length" owner="BuiltIn">
<msg time="2026-06-06T02:15:43.988480" level="INFO">Length is 0.</msg>
<msg time="2026-06-06T02:15:43.988576" level="INFO">${pwd_length} = 0</msg>
<var>${pwd_length}</var>
<arg>${password}</arg>
<doc>Returns and logs the length of the given item as an integer.</doc>
<status status="PASS" start="2026-06-06T02:15:43.988024" elapsed="0.000576"/>
</kw>
<kw name="Run Keyword And Return If" owner="BuiltIn">
<arg>${pwd_length} &gt; 0</arg>
<arg>SSHLibrary.Login</arg>
<arg>${user}</arg>
<arg>${password}</arg>
<arg>delay=${delay}</arg>
<doc>Runs the specified keyword and returns from the enclosing user keyword.</doc>
<status status="PASS" start="2026-06-06T02:15:43.988741" elapsed="0.000321"/>
</kw>
<kw name="Run Keyword And Return" owner="BuiltIn">
<kw name="Login With Public Key" owner="SSHLibrary">
<msg time="2026-06-06T02:15:43.989925" level="INFO">Logging into '10.30.170.158:22' as 'jenkins'.</msg>
<msg time="2026-06-06T02:15:44.627569" level="INFO">Read output: Welcome to Ubuntu 22.04.5 LTS (GNU/Linux 5.15.0-153-generic x86_64)

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

 System information as of Sat Jun  6 02:15:44 UTC 2026

  System load:  0.68               Processes:             104
  Usage of /:   19.3% of 38.58GB   Users logged in:       0
  Memory usage: 4%                 IPv4 address for ens3: 10.30.170.158
  Swap usage:   0%


Expanded Security Maintenance for Applications is not enabled.

0 updates can be applied immediately.

9 additional security updates can be applied with ESM Apps.
Learn more about enabling ESM Apps service at https://ubuntu.com/esm


The list of available updates is more than a week old.
To check for new updates run: sudo apt update
New release '24.04.4 LTS' available.
Run 'do-release-upgrade' to upgrade to it.


Last login: Sat Jun  6 02:05:31 2026 from 10.30.170.46
[?2004h[jenkins@releng-48317-741-1-mininet-ovs-217-0 ~]&gt;</msg>
<arg>${user}</arg>
<arg>${USER_HOME}/.ssh/${SSH_KEY}</arg>
<arg>${KEYFILE_PASS}</arg>
<arg>delay=${delay}</arg>
<doc>Logs into the SSH server using key-based authentication.</doc>
<status status="PASS" start="2026-06-06T02:15:43.989569" elapsed="0.638113"/>
</kw>
<msg time="2026-06-06T02:15:44.627743" level="INFO">Returning from the enclosing user keyword.</msg>
<arg>SSHLibrary.Login With Public Key</arg>
<arg>${user}</arg>
<arg>${USER_HOME}/.ssh/${SSH_KEY}</arg>
<arg>${KEYFILE_PASS}</arg>
<arg>delay=${delay}</arg>
<doc>Runs the specified keyword and returns from the enclosing user keyword.</doc>
<status status="PASS" start="2026-06-06T02:15:43.989212" elapsed="0.638592"/>
</kw>
<arg>${user}</arg>
<arg>${password}</arg>
<doc>On active SSH session: if given non-empty password, do Login, else do Login With Public Key.</doc>
<status status="PASS" start="2026-06-06T02:15:43.987655" elapsed="0.640236"/>
</kw>
<kw name="Execute Command" owner="SSHLibrary">
<msg time="2026-06-06T02:15:44.628270" level="INFO">Executing command '/usr/local/bin/cbench -c 10.30.170.69 -m 60000 -M 100 -S 16 -l 10 -D 5000 -p 6633'.</msg>
<msg time="2026-06-06T02:25:50.680390" level="INFO">Command exited with return code 0.</msg>
<msg time="2026-06-06T02:25:50.680995" level="INFO">${stdout} = </msg>
<msg time="2026-06-06T02:25:50.681101" level="INFO">${stderr} = cbench: controller benchmarking tool
   running in mode 'latency'
   connecting to controller at 10.30.170.69:6633 
   faking 16 switches with 1 threads :: 10 tests each; 60000 ms per test
   with 100...</msg>
<var>${stdout}</var>
<var>${stderr}</var>
<arg>${cmd}</arg>
<arg>return_stderr=True</arg>
<doc>Executes ``command`` on the remote machine and returns its outputs.</doc>
<status status="PASS" start="2026-06-06T02:15:44.628046" elapsed="606.053112"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-06-06T02:25:50.681635" elapsed="0.000675"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-06-06T02:25:50.683515" level="INFO">cbench: controller benchmarking tool
   running in mode 'latency'
   connecting to controller at 10.30.170.69: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.69. So far 1 cbench instances have initialized their switches.  Waiting for other cbench-instances
Thread-0: Total switches from ALL cbench-instances initialized.
02:16:49.713 16  switches: flows:  94937 95842 95042 94191 92362 95316 94082 93148 94998 93533 91808 93416 94077 93796 94655 94764  total = 25.099450 per ms 
02:17:49.813 16  switches: flows:  119190 117950 115719 115743 115269 117571 117189 115486 118223 116461 115688 114924 117113 116712 116527 117555  total = 31.070123 per ms 
02:18:49.916 16  switches: flows:  116829 123621 119338 116518 115161 119777 118836 119183 119702 119307 117999 116920 119457 117868 116531 119841  total = 31.562107 per ms 
02:19:50.018 16  switches: flows:  119488 120370 117820 121177 118675 121228 120378 118949 121466 119853 119167 119210 121316 117405 118012 121963  total = 31.887959 per ms 
02:20:50.119 16  switches: flows:  120365 122886 119496 120002 118509 121063 120372 119060 121087 120336 120557 119357 121549 118186 118850 121730  total = 32.003276 per ms 
02:21:50.220 16  switches: flows:  120091 119385 119136 120629 117567 120795 120521 117984 119856 118281 119113 118508 121608 118042 119052 121282  total = 31.811011 per ms 
02:22:50.322 16  switches: flows:  116660 115396 115276 113367 110372 111494 112425 113305 114456 115469 110105 112257 112418 113197 113016 115245  total = 30.190479 per ms 
02:23:50.423 16  switches: flows:  124107 120917 120596 121127 117429 121942 121614 118615 118693 118884 117600 119044 120038 120728 118756 117555  total = 31.907189 per ms 
02:24:50.524 16  switches: flows:  110479 111321 110341 108252 107241 109748 109334 109002 109404 107921 105360 107759 109713 108159 106629 108271  total = 28.933907 per ms 
02:25:50.625 16  switches: flows:  121726 122012 121149 120342 118047 117988 119040 121281 118181 117116 115842 114948 119271 118283 119788 117768  total = 31.660155 per ms 
RESULT: 16 switches 9 tests min/max/avg/stdev = 28933.91/32003.28/31225.13/10453.65 responses/s</msg>
<arg>${stderr}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-06-06T02:25:50.682750" elapsed="0.001074"/>
</kw>
<if>
<branch type="IF" condition="&quot;${return_stdout}&quot;!=&quot;True&quot;">
<return>
<value>${stderr}</value>
<status status="PASS" start="2026-06-06T02:25:50.684313" elapsed="0.000070"/>
</return>
<status status="PASS" start="2026-06-06T02:25:50.684016" elapsed="0.000478"/>
</branch>
<status status="PASS" start="2026-06-06T02:25:50.683963" elapsed="0.000590"/>
</if>
<if>
<branch type="IF" condition="&quot;${return_stderr}&quot;!=&quot;True&quot;">
<return>
<value>${stdout}</value>
<status status="NOT RUN" start="2026-06-06T02:25:50.684767" elapsed="0.000029"/>
</return>
<status status="NOT RUN" start="2026-06-06T02:25:50.684684" elapsed="0.000173"/>
</branch>
<status status="NOT RUN" start="2026-06-06T02:25:50.684648" elapsed="0.000259"/>
</if>
<return>
<value>${stdout}</value>
<value>${stderr}</value>
<status status="NOT RUN" start="2026-06-06T02:25:50.684976" 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-06-06T02:25:50.690564" elapsed="0.000738"/>
</kw>
<kw name="Open Connection" owner="SSHLibrary">
<arg>127.0.0.1</arg>
<doc>Opens a new SSH connection to the given ``host`` and ``port``.</doc>
<status status="PASS" start="2026-06-06T02:25:50.691488" elapsed="0.000157"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-06-06T02:25:50.691772" elapsed="0.000095"/>
</kw>
<arg>${current_ssh_connection.index}</arg>
<doc>Restore active SSH connection in SSHLibrary to given index.</doc>
<status status="PASS" start="2026-06-06T02:25:50.685689" elapsed="0.006231"/>
</kw>
<msg time="2026-06-06T02:25:50.692048" level="INFO">${output} = cbench: controller benchmarking tool
   running in mode 'latency'
   connecting to controller at 10.30.170.69:6633 
   faking 16 switches with 1 threads :: 10 tests each; 60000 ms per test
   with 100...</msg>
<var>${output}</var>
<arg>${cbench_system}</arg>
<arg>${cbench_executable} -c ${ODL_SYSTEM_IP} ${cbench_args}</arg>
<arg>prompt_timeout=${test_timeout}</arg>
<arg>return_stdout=False</arg>
<arg>return_stderr=True</arg>
<doc>Reduces the common work of running a command on a remote system to a single higher level
robot keyword, taking care to log in with a public key and. The command given is written and the return value
depends on the passed argument values of return_stdout (default: True) and return_stderr (default: False).
At least one should be True, or the keyword will exit and FAIL. If both are True, the resulting return value
will be a two element list containing both. Otherwise the resulting return value is a string.
No test conditions are checked.</doc>
<status status="PASS" start="2026-06-06T02:15:43.982899" elapsed="606.709176"/>
</kw>
<status status="PASS" start="2026-06-06T02:15:43.982564" elapsed="606.709561"/>
</branch>
<status status="PASS" start="2026-06-06T02:15:43.982228" elapsed="606.709921"/>
</if>
<kw name="Log" owner="BuiltIn">
<msg time="2026-06-06T02:25:50.692599" level="INFO">cbench: controller benchmarking tool
   running in mode 'latency'
   connecting to controller at 10.30.170.69: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.69. So far 1 cbench instances have initialized their switches.  Waiting for other cbench-instances
Thread-0: Total switches from ALL cbench-instances initialized.
02:16:49.713 16  switches: flows:  94937 95842 95042 94191 92362 95316 94082 93148 94998 93533 91808 93416 94077 93796 94655 94764  total = 25.099450 per ms 
02:17:49.813 16  switches: flows:  119190 117950 115719 115743 115269 117571 117189 115486 118223 116461 115688 114924 117113 116712 116527 117555  total = 31.070123 per ms 
02:18:49.916 16  switches: flows:  116829 123621 119338 116518 115161 119777 118836 119183 119702 119307 117999 116920 119457 117868 116531 119841  total = 31.562107 per ms 
02:19:50.018 16  switches: flows:  119488 120370 117820 121177 118675 121228 120378 118949 121466 119853 119167 119210 121316 117405 118012 121963  total = 31.887959 per ms 
02:20:50.119 16  switches: flows:  120365 122886 119496 120002 118509 121063 120372 119060 121087 120336 120557 119357 121549 118186 118850 121730  total = 32.003276 per ms 
02:21:50.220 16  switches: flows:  120091 119385 119136 120629 117567 120795 120521 117984 119856 118281 119113 118508 121608 118042 119052 121282  total = 31.811011 per ms 
02:22:50.322 16  switches: flows:  116660 115396 115276 113367 110372 111494 112425 113305 114456 115469 110105 112257 112418 113197 113016 115245  total = 30.190479 per ms 
02:23:50.423 16  switches: flows:  124107 120917 120596 121127 117429 121942 121614 118615 118693 118884 117600 119044 120038 120728 118756 117555  total = 31.907189 per ms 
02:24:50.524 16  switches: flows:  110479 111321 110341 108252 107241 109748 109334 109002 109404 107921 105360 107759 109713 108159 106629 108271  total = 28.933907 per ms 
02:25:50.625 16  switches: flows:  121726 122012 121149 120342 118047 117988 119040 121281 118181 117116 115842 114948 119271 118283 119788 117768  total = 31.660155 per ms 
RESULT: 16 switches 9 tests min/max/avg/stdev = 28933.91/32003.28/31225.13/10453.65 responses/s</msg>
<arg>${output}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-06-06T02:25:50.692288" elapsed="0.000384"/>
</kw>
<kw name="Should Contain" owner="BuiltIn">
<arg>${output}</arg>
<arg>RESULT</arg>
<doc>Fails if ``container`` does not contain ``item`` one or more times.</doc>
<status status="PASS" start="2026-06-06T02:25:50.692818" elapsed="0.000376"/>
</kw>
<kw name="Get Lines Containing String" owner="String">
<msg time="2026-06-06T02:25:50.693591" level="INFO">1 out of 23 lines matched.</msg>
<msg time="2026-06-06T02:25:50.693682" level="INFO">${result_line} = RESULT: 16 switches 9 tests min/max/avg/stdev = 28933.91/32003.28/31225.13/10453.65 responses/s</msg>
<var>${result_line}</var>
<arg>${output}</arg>
<arg>RESULT</arg>
<doc>Returns lines of the given ``string`` that contain the ``pattern``.</doc>
<status status="PASS" start="2026-06-06T02:25:50.693358" elapsed="0.000349"/>
</kw>
<kw name="Split String" owner="String">
<msg time="2026-06-06T02:25:50.694143" level="INFO">@{results_list} = [ RESULT: | 16 | switches | 9 | tests | min/max/avg/stdev | = | 28933.91/32003.28/31225.13/10453.65 | responses/s ]</msg>
<var>@{results_list}</var>
<arg>${result_line}</arg>
<doc>Splits the ``string`` using ``separator`` as a delimiter string.</doc>
<status status="PASS" start="2026-06-06T02:25:50.693858" elapsed="0.000315"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-06-06T02:25:50.696556" level="INFO">min/max/avg/stdev</msg>
<arg>${results_list[5]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-06-06T02:25:50.694319" elapsed="0.002293"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-06-06T02:25:50.699098" level="INFO">28933.91/32003.28/31225.13/10453.65</msg>
<arg>${results_list[7]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-06-06T02:25:50.696755" elapsed="0.002400"/>
</kw>
<kw name="Split String" owner="String">
<msg time="2026-06-06T02:25:50.701490" level="INFO">@{result_name_list} = [ min | max | avg | stdev ]</msg>
<var>@{result_name_list}</var>
<arg>${results_list[5]}</arg>
<arg>/</arg>
<doc>Splits the ``string`` using ``separator`` as a delimiter string.</doc>
<status status="PASS" start="2026-06-06T02:25:50.699308" elapsed="0.002209"/>
</kw>
<kw name="Split String" owner="String">
<msg time="2026-06-06T02:25:50.703908" level="INFO">@{result_value_list} = [ 28933.91 | 32003.28 | 31225.13 | 10453.65 ]</msg>
<var>@{result_value_list}</var>
<arg>${results_list[7]}</arg>
<arg>/</arg>
<doc>Splits the ``string`` using ``separator`` as a delimiter string.</doc>
<status status="PASS" start="2026-06-06T02:25:50.701703" elapsed="0.002232"/>
</kw>
<kw name="Get Length" owner="BuiltIn">
<msg time="2026-06-06T02:25:50.704389" level="INFO">Length is 4.</msg>
<msg time="2026-06-06T02:25:50.704491" level="INFO">${num_stats} = 4</msg>
<var>${num_stats}</var>
<arg>${result_name_list}</arg>
<doc>Returns and logs the length of the given item as an integer.</doc>
<status status="PASS" start="2026-06-06T02:25:50.704088" elapsed="0.000428"/>
</kw>
<for flavor="IN RANGE">
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-06-06T02:25:50.709112" level="INFO">min :: 28933.91</msg>
<arg>${result_name_list[${i}]} :: ${result_value_list[${i}]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-06-06T02:25:50.704891" elapsed="0.004276"/>
</kw>
<var name="${i}">0</var>
<status status="PASS" start="2026-06-06T02:25:50.704765" elapsed="0.004436"/>
</iter>
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-06-06T02:25:50.713644" level="INFO">max :: 32003.28</msg>
<arg>${result_name_list[${i}]} :: ${result_value_list[${i}]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-06-06T02:25:50.709410" elapsed="0.004288"/>
</kw>
<var name="${i}">1</var>
<status status="PASS" start="2026-06-06T02:25:50.709287" elapsed="0.004445"/>
</iter>
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-06-06T02:25:50.718166" level="INFO">avg :: 31225.13</msg>
<arg>${result_name_list[${i}]} :: ${result_value_list[${i}]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-06-06T02:25:50.713937" elapsed="0.004284"/>
</kw>
<var name="${i}">2</var>
<status status="PASS" start="2026-06-06T02:25:50.713814" elapsed="0.004441"/>
</iter>
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-06-06T02:25:50.722737" level="INFO">stdev :: 10453.65</msg>
<arg>${result_name_list[${i}]} :: ${result_value_list[${i}]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-06-06T02:25:50.718496" elapsed="0.004295"/>
</kw>
<var name="${i}">3</var>
<status status="PASS" start="2026-06-06T02:25:50.718336" elapsed="0.004489"/>
</iter>
<var>${i}</var>
<value>0</value>
<value>${num_stats}</value>
<status status="PASS" start="2026-06-06T02:25:50.704581" elapsed="0.018274"/>
</for>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-06-06T02:25:50.726859" level="INFO">${min} = 28933.91</msg>
<var>${min}</var>
<arg>${result_value_list[${0}]}</arg>
<doc>Returns the given values which can then be assigned to a variables.</doc>
<status status="PASS" start="2026-06-06T02:25:50.723008" elapsed="0.003878"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-06-06T02:25:50.730692" level="INFO">${max} = 32003.28</msg>
<var>${max}</var>
<arg>${result_value_list[${1}]}</arg>
<doc>Returns the given values which can then be assigned to a variables.</doc>
<status status="PASS" start="2026-06-06T02:25:50.727040" elapsed="0.003677"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-06-06T02:25:50.734548" level="INFO">${average} = 31225.13</msg>
<var>${average}</var>
<arg>${result_value_list[${2}]}</arg>
<doc>Returns the given values which can then be assigned to a variables.</doc>
<status status="PASS" start="2026-06-06T02:25:50.730865" elapsed="0.003709"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-06-06T02:25:50.738390" level="INFO">${stdev} = 10453.65</msg>
<var>${stdev}</var>
<arg>${result_value_list[${3}]}</arg>
<doc>Returns the given values which can then be assigned to a variables.</doc>
<status status="PASS" start="2026-06-06T02:25:50.734723" elapsed="0.003694"/>
</kw>
<kw name="Get Time" owner="BuiltIn">
<msg time="2026-06-06T02:25:50.738925" level="INFO">${date} = 2026-06-06 02:25:50</msg>
<var>${date}</var>
<arg>d,m,s</arg>
<doc>Returns the given time in the requested format.</doc>
<status status="PASS" start="2026-06-06T02:25:50.738588" elapsed="0.000363"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-06-06T02:25:50.739517" level="INFO">CBench Result: 2026-06-06 02:25:50,-m 60000 -M 100 -S 16 -l 10 -D 5000 -p 6633,28933.91,32003.28,31225.13,10453.65</msg>
<arg>CBench Result: ${date},${cbench_args},${min},${max},${average},${stdev}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-06-06T02:25:50.739098" elapsed="0.000474"/>
</kw>
<kw name="Log Results And Determine Status">
<kw name="Append To File" owner="OperatingSystem">
<msg time="2026-06-06T02:25:50.740620" level="INFO" html="true">Appended to file '&lt;a href="file:///w/workspace/openflowplugin-csit-1node-cbench-only-titanium/bug.csv"&gt;/w/workspace/openflowplugin-csit-1node-cbench-only-titanium/bug.csv&lt;/a&gt;'.</msg>
<arg>${output_file}</arg>
<arg>${min},${max},${average}\n</arg>
<doc>Appends the given content to the specified file.</doc>
<status status="PASS" start="2026-06-06T02:25:50.740165" elapsed="0.000522"/>
</kw>
<kw name="Should Be True" owner="BuiltIn">
<arg>${average} &gt; ${threshold}</arg>
<arg>${average} flow_mods per/sec did not exceed threshold of ${threshold}</arg>
<doc>Fails if the given condition is not true.</doc>
<status status="PASS" start="2026-06-06T02:25:50.740838" elapsed="0.000443"/>
</kw>
<arg>${min}</arg>
<arg>${max}</arg>
<arg>${average}</arg>
<arg>${average_threshold}</arg>
<arg>${output_filename}</arg>
<status status="PASS" start="2026-06-06T02:25:50.739709" elapsed="0.001634"/>
</kw>
<arg>-m ${duration_in_ms} -M ${num_of_unique_macs} -S ${switch_count} -l ${loops} -D ${start_delay} -p ${of_port}</arg>
<arg>${latency_threshold}</arg>
<arg>bug.csv</arg>
<status status="PASS" start="2026-06-06T02:15:43.981215" elapsed="606.760187"/>
</kw>
<kw name="Sleep" owner="BuiltIn">
<msg time="2026-06-06T02:25:50.741867" level="INFO">Slept 0 seconds.</msg>
<arg>${test_delay}</arg>
<doc>Pauses the test executed for the given time.</doc>
<status status="PASS" start="2026-06-06T02:25:50.741563" elapsed="0.000358"/>
</kw>
<kw name="Report Failure Due To Bug" owner="Utils" type="TEARDOWN">
<kw name="Evaluate" owner="BuiltIn">
<msg time="2026-06-06T02:25:50.743107" level="INFO">${test_skipped} = False</msg>
<var>${test_skipped}</var>
<arg>len(re.findall('SKIPPED', """${TEST_MESSAGE}""")) &gt; 0</arg>
<arg>modules=re</arg>
<doc>Evaluates the given expression in Python and returns the result.</doc>
<status status="PASS" start="2026-06-06T02:25:50.742634" elapsed="0.000500"/>
</kw>
<if>
<branch type="IF" condition="('${TEST_STATUS}' != 'FAIL') or ${test_skipped}">
<return>
<status status="PASS" start="2026-06-06T02:25:50.743351" elapsed="0.000028"/>
</return>
<status status="PASS" start="2026-06-06T02:25:50.743208" elapsed="0.000202"/>
</branch>
<status status="PASS" start="2026-06-06T02:25:50.743189" elapsed="0.000245"/>
</if>
<kw name="Comment" owner="BuiltIn">
<arg>Jira tickets are {PROJECT}-{NUMBER} while Bugzilla tickets are {NUMBER}</arg>
<doc>Displays the given messages in the log file as keyword arguments.</doc>
<status status="NOT RUN" start="2026-06-06T02:25:50.743590" elapsed="0.000021"/>
</kw>
<kw name="Run Keyword And Return Status" owner="BuiltIn">
<var>${match}</var>
<arg>Should Contain</arg>
<arg>${number}</arg>
<arg>-</arg>
<doc>Runs the specified keyword and returns the status as a Boolean value.</doc>
<status status="NOT RUN" start="2026-06-06T02:25:50.743743" elapsed="0.000020"/>
</kw>
<kw name="Set Variable If" owner="BuiltIn">
<var>${bug_url}</var>
<arg>${match}</arg>
<arg>https://jira.opendaylight.org/browse/${number}</arg>
<arg>https://bugs.opendaylight.org/show_bug.cgi?id=${number}</arg>
<doc>Sets variable based on the given condition.</doc>
<status status="NOT RUN" start="2026-06-06T02:25:50.743898" elapsed="0.000019"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<var>${msg}</var>
<arg>This test fails due to ${bug_url}</arg>
<doc>Returns the given values which can then be assigned to a variables.</doc>
<status status="NOT RUN" start="2026-06-06T02:25:50.744087" elapsed="0.000021"/>
</kw>
<kw name="Evaluate" owner="BuiltIn">
<var>${newline}</var>
<arg>chr(10)</arg>
<doc>Evaluates the given expression in Python and returns the result.</doc>
<status status="NOT RUN" start="2026-06-06T02:25:50.744251" elapsed="0.000021"/>
</kw>
<kw name="Set Test Message" owner="BuiltIn">
<arg>${msg}${newline}${newline}${TEST_MESSAGE}</arg>
<doc>Sets message for the current test case.</doc>
<status status="NOT RUN" start="2026-06-06T02:25:50.744397" elapsed="0.000019"/>
</kw>
<kw name="Log" owner="BuiltIn">
<arg>${msg}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="NOT RUN" start="2026-06-06T02:25:50.744557" elapsed="0.000020"/>
</kw>
<if>
<branch type="IF" condition="&quot;${include_bug_in_tags}&quot;==&quot;True&quot;">
<kw name="Set Tags" owner="BuiltIn">
<arg>${bug_url}</arg>
<doc>Adds given ``tags`` for the current test or all tests in a suite.</doc>
<status status="NOT RUN" start="2026-06-06T02:25:50.744784" elapsed="0.000019"/>
</kw>
<status status="NOT RUN" start="2026-06-06T02:25:50.744649" elapsed="0.000185"/>
</branch>
<status status="NOT RUN" start="2026-06-06T02:25:50.744632" elapsed="0.000225"/>
</if>
<arg>6176</arg>
<doc>Report that a test failed due to a known Bugzilla bug whose
number is provided as an argument.
Not FAILED (incl. SKIPPED) test are not reported.
This keyword must be used in the [Teardown] setting of the affected test
or as the first line of the test if FastFail module is not being
used. It reports the URL of the bug on console and also puts it
into the Robot log file.</doc>
<status status="PASS" start="2026-06-06T02:25:50.742283" elapsed="0.002623"/>
</kw>
<doc>cbench executed in latency mode to see if controller is healthy</doc>
<tag>cbench</tag>
<tag>latency</tag>
<timeout value="15 minutes"/>
<status status="PASS" start="2026-06-06T02:15:43.979769" elapsed="606.765183"/>
</test>
<doc>Cbench Latency and Throughput tests can be run from an external
cbench.
If cbench is run with a medium number of switches or higher (e.g. 32+)
the normal openflow operations seem to break.
BUG: https://bugs.opendaylight.org/show_bug.cgi?id=2897</doc>
<status status="PASS" start="2026-06-06T01:55:21.665764" elapsed="1829.079783"/>
</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>
