<?xml version="1.0" encoding="UTF-8"?>
<robot generator="Robot 7.4.2 (Python 3.11.10 on linux)" generated="2026-06-29T03:39:49.440069" rpa="false" schemaversion="5">
<suite id="s1" name="openflowplugin-cbench.txt" source="/w/workspace/openflowplugin-csit-1node-cbench-only-chromium/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-29T03:39:50.051416" elapsed="0.000025"/>
</return>
<status status="NOT RUN" start="2026-06-29T03:39:50.051260" elapsed="0.000238"/>
</branch>
<status status="PASS" start="2026-06-29T03:39:50.051229" elapsed="0.000297"/>
</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-29T03:39:50.051672" elapsed="0.000547"/>
</kw>
<kw name="Login" owner="SSHLibrary">
<msg time="2026-06-29T03:39:50.052701" level="INFO">Logging into '10.30.170.28:8101' as 'karaf'.</msg>
<msg time="2026-06-29T03:39:51.101853" 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-29T03:39:50.052395" elapsed="1.049679"/>
</kw>
<kw name="Write" owner="SSHLibrary">
<msg time="2026-06-29T03:39:51.151979" 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-29T03:39:51.102380" elapsed="0.049694"/>
</kw>
<kw name="Read Until Regexp" owner="SSHLibrary">
<msg time="2026-06-29T03:39:51.154394" level="INFO">[?1l&gt;[?2004l[?1h=[90m~[0m                                                                                [?2004hopendaylight-user@root&gt;</msg>
<msg time="2026-06-29T03:39:51.154525" 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-29T03:39:51.152284" elapsed="0.002273"/>
</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-29T03:39:51.154720" elapsed="0.000229"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-06-29T03:39:51.155111" elapsed="0.000202"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-06-29T03:39:51.155888" 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-29T03:39:51.155465" elapsed="0.000495"/>
</kw>
<return>
<value>${output}</value>
<status status="PASS" start="2026-06-29T03:39:51.156020" elapsed="0.000053"/>
</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.28
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-29T03:39:50.050846" elapsed="1.105354"/>
</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-29T03:39:50.047213" elapsed="1.109053"/>
</kw>
<kw name="Append To File" owner="OperatingSystem">
<msg time="2026-06-29T03:39:51.156866" level="INFO" html="true">Appended to file '&lt;a href="file:///w/workspace/openflowplugin-csit-1node-cbench-only-chromium/latency.csv"&gt;/w/workspace/openflowplugin-csit-1node-cbench-only-chromium/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-29T03:39:51.156463" elapsed="0.000467"/>
</kw>
<kw name="Append To File" owner="OperatingSystem">
<msg time="2026-06-29T03:39:51.157351" level="INFO" html="true">Appended to file '&lt;a href="file:///w/workspace/openflowplugin-csit-1node-cbench-only-chromium/throughput.csv"&gt;/w/workspace/openflowplugin-csit-1node-cbench-only-chromium/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-29T03:39:51.157092" elapsed="0.000319"/>
</kw>
<kw name="Evaluate" owner="BuiltIn">
<msg time="2026-06-29T03:39:51.158070" 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-29T03:39:51.157571" elapsed="0.000529"/>
</kw>
<kw name="Set Suite Variable" owner="BuiltIn">
<msg time="2026-06-29T03:39:51.158617" 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-29T03:39:51.158274" elapsed="0.000388"/>
</kw>
<kw name="Evaluate" owner="BuiltIn">
<msg time="2026-06-29T03:39:51.159225" 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-29T03:39:51.158811" elapsed="0.000442"/>
</kw>
<kw name="Set Suite Variable" owner="BuiltIn">
<msg time="2026-06-29T03:39:51.159777" 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-29T03:39:51.159415" elapsed="0.000407"/>
</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-29T03:39:51.160172" elapsed="0.000022"/>
</kw>
<status status="NOT RUN" start="2026-06-29T03:39:51.159947" elapsed="0.000282"/>
</branch>
<branch type="ELSE">
<kw name="Verify File Exists On Remote System" owner="Utils">
<kw name="Open Connection" owner="SSHLibrary">
<msg time="2026-06-29T03:39:51.164826" 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-29T03:39:51.164374" elapsed="0.000498"/>
</kw>
<kw name="Flexible_SSH_Login" owner="SSHKeywords">
<kw name="Get Length" owner="BuiltIn">
<msg time="2026-06-29T03:39:51.165978" level="INFO">Length is 0.</msg>
<msg time="2026-06-29T03:39:51.166065" 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-29T03:39:51.165480" elapsed="0.000611"/>
</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-29T03:39:51.166239" elapsed="0.000355"/>
</kw>
<kw name="Run Keyword And Return" owner="BuiltIn">
<kw name="Login With Public Key" owner="SSHLibrary">
<msg time="2026-06-29T03:39:51.167683" level="INFO">Logging into '10.30.170.102:22' as 'jenkins'.</msg>
<msg time="2026-06-29T03:39:51.916353" 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 Mon Jun 29 03:39:51 UTC 2026

  System load:  0.03               Processes:             110
  Usage of /:   19.3% of 38.58GB   Users logged in:       0
  Memory usage: 4%                 IPv4 address for ens3: 10.30.170.102
  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-00446-10-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-29T03:39:51.167131" elapsed="0.749374"/>
</kw>
<msg time="2026-06-29T03:39:51.916595" 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-29T03:39:51.166754" elapsed="0.749927"/>
</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-29T03:39:51.165087" elapsed="0.751711"/>
</kw>
<kw name="File Should Exist" owner="SSHLibrary">
<msg time="2026-06-29T03:39:51.925107" 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-29T03:39:51.917018" elapsed="0.010251"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-06-29T03:39:51.927651" elapsed="0.000632"/>
</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-29T03:39:51.163810" elapsed="0.764612"/>
</kw>
<status status="PASS" start="2026-06-29T03:39:51.160419" elapsed="0.768084"/>
</branch>
<status status="PASS" start="2026-06-29T03:39:51.159918" elapsed="0.768648"/>
</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-29T03:39:51.928927" elapsed="0.001006"/>
</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-29T03:39:51.937950" elapsed="0.000019"/>
</return>
<status status="NOT RUN" start="2026-06-29T03:39:51.937810" elapsed="0.000196"/>
</branch>
<status status="PASS" start="2026-06-29T03:39:51.937785" elapsed="0.000245"/>
</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-29T03:39:51.941592" elapsed="0.000014"/>
</return>
<status status="NOT RUN" start="2026-06-29T03:39:51.941478" elapsed="0.000161"/>
</branch>
<status status="PASS" start="2026-06-29T03:39:51.941458" elapsed="0.000205"/>
</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-29T03:39:51.941793" elapsed="0.000455"/>
</kw>
<kw name="Login" owner="SSHLibrary">
<msg time="2026-06-29T03:39:51.942664" level="INFO">Logging into '10.30.170.28:8101' as 'karaf'.</msg>
<msg time="2026-06-29T03:39:52.124987" 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-29T03:39:51.942395" elapsed="0.182784"/>
</kw>
<kw name="Write" owner="SSHLibrary">
<msg time="2026-06-29T03:39:52.223686" 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-29T03:39:52.125500" elapsed="0.098349"/>
</kw>
<kw name="Read Until Regexp" owner="SSHLibrary">
<msg time="2026-06-29T03:39:52.231208" level="INFO">[?1l&gt;[?2004l[31;1modl-openflowplugin-drop-test[0m                                    x 1.0.0            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-29T03:39:52.231490" level="INFO">${output} = [?1l&gt;[?2004l[31;1modl-openflowplugin-drop-test[0m                                    x 1.0.0            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-29T03:39:52.224096" elapsed="0.007436"/>
</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-29T03:39:52.231696" elapsed="0.000294"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-06-29T03:39:52.232147" elapsed="0.000252"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-06-29T03:39:52.232987" level="INFO">[?1l&gt;[?2004l[31;1modl-openflowplugin-drop-test[0m                                    x 1.0.0            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-29T03:39:52.232573" elapsed="0.000487"/>
</kw>
<return>
<value>${output}</value>
<status status="PASS" start="2026-06-29T03:39:52.233125" elapsed="0.000063"/>
</return>
<msg time="2026-06-29T03:39:52.233379" level="INFO">${output} = [?1l&gt;[?2004l[31;1modl-openflowplugin-drop-test[0m                                    x 1.0.0            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.28
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-29T03:39:51.941116" elapsed="0.292305"/>
</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-29T03:39:52.233611" elapsed="0.000600"/>
</kw>
<return>
<value>${output}</value>
<status status="PASS" start="2026-06-29T03:39:52.234265" elapsed="0.000035"/>
</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-29T03:39:51.937497" elapsed="0.296916"/>
</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-29T03:39:52.238617" elapsed="0.000015"/>
</return>
<status status="NOT RUN" start="2026-06-29T03:39:52.238480" elapsed="0.000185"/>
</branch>
<status status="PASS" start="2026-06-29T03:39:52.238455" elapsed="0.000234"/>
</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-29T03:39:52.238819" elapsed="0.000721"/>
</kw>
<kw name="Login" owner="SSHLibrary">
<msg time="2026-06-29T03:39:52.240002" level="INFO">Logging into '10.30.170.28:8101' as 'karaf'.</msg>
<msg time="2026-06-29T03:39:52.453115" 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-29T03:39:52.239698" elapsed="0.213574"/>
</kw>
<kw name="Write" owner="SSHLibrary">
<msg time="2026-06-29T03:39:52.478545" 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-29T03:39:52.453526" elapsed="0.025080"/>
</kw>
<kw name="Read Until Regexp" owner="SSHLibrary">
<msg time="2026-06-29T03:39:52.480451" level="INFO">[?1l&gt;[?2004lDropAllFlows transitions to on
[?1h=[90m~[0m                                                                                [?2004hopendaylight-user@root&gt;</msg>
<msg time="2026-06-29T03:39:52.480555" 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-29T03:39:52.478769" elapsed="0.001826"/>
</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-29T03:39:52.480732" elapsed="0.000189"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-06-29T03:39:52.481063" elapsed="0.000186"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-06-29T03:39:52.481718" 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-29T03:39:52.481384" elapsed="0.000385"/>
</kw>
<return>
<value>${output}</value>
<status status="PASS" start="2026-06-29T03:39:52.481822" elapsed="0.000072"/>
</return>
<arg>dropallpacketsrpc on</arg>
<doc>Will execute the given ${cmd} by ssh'ing to the karaf console running on 10.30.170.28
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-29T03:39:52.238123" elapsed="0.243890"/>
</kw>
<status status="PASS" start="2026-06-29T03:39:50.045405" elapsed="2.436672"/>
</kw>
<test id="s1-t1" name="Cbench Latency Test" line="37">
<kw name="Log" owner="BuiltIn">
<msg time="2026-06-29T03:39:52.484225" 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-29T03:39:52.482926" elapsed="0.001396"/>
</kw>
<kw name="Run Cbench And Log Results">
<kw name="Set Suite Variable" owner="BuiltIn">
<msg time="2026-06-29T03:39:52.485759" 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-29T03:39:52.485402" elapsed="0.000400"/>
</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-29T03:39:52.486144" elapsed="0.000035"/>
</kw>
<status status="NOT RUN" start="2026-06-29T03:39:52.485904" elapsed="0.000313"/>
</branch>
<branch type="ELSE">
<kw name="Run Command On Remote System" owner="Utils">
<if>
<branch type="IF" condition="&quot;${return_stdout}&quot;!=&quot;True&quot; and &quot;${return_stderr}&quot;!=&quot;True&quot;">
<kw name="Fail" owner="BuiltIn">
<arg>At least one of {return_stdout} or {return_stderr} args should be set to True</arg>
<doc>Fails the test with the given message and optionally alters its tags.</doc>
<status status="NOT RUN" start="2026-06-29T03:39:52.489282" elapsed="0.000022"/>
</kw>
<status status="NOT RUN" start="2026-06-29T03:39:52.489001" elapsed="0.000339"/>
</branch>
<status status="PASS" start="2026-06-29T03:39:52.488981" elapsed="0.000386"/>
</if>
<kw name="Get Connection" owner="SSHLibrary">
<msg time="2026-06-29T03:39:52.489724" 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-29T03:39:52.489886" 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-29T03:39:52.489501" elapsed="0.000423"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-06-29T03:39:52.490512" level="INFO">Attempting to execute command "/usr/local/bin/cbench -c 10.30.170.28 -m 60000 -M 100 -S 16 -l 10 -D 5000 -p 6633" on remote system "10.30.170.102" by user "jenkins" with keyfile pass "any" and prompt "&gt;" and password ""</msg>
<arg>Attempting to execute command "${cmd}" on remote system "${system}" by user "${user}" with keyfile pass "${keyfile_pass}" and prompt "${prompt}" and password "${password}"</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-06-29T03:39:52.490065" elapsed="0.000510"/>
</kw>
<kw name="Open Connection" owner="SSHLibrary">
<msg time="2026-06-29T03:39:52.491233" 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-29T03:39:52.490717" elapsed="0.000544"/>
</kw>
<kw name="Flexible_SSH_Login" owner="SSHKeywords">
<kw name="Get Length" owner="BuiltIn">
<msg time="2026-06-29T03:39:52.492209" level="INFO">Length is 0.</msg>
<msg time="2026-06-29T03:39:52.492335" 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-29T03:39:52.491873" elapsed="0.000490"/>
</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-29T03:39:52.492509" elapsed="0.000367"/>
</kw>
<kw name="Run Keyword And Return" owner="BuiltIn">
<kw name="Login With Public Key" owner="SSHLibrary">
<msg time="2026-06-29T03:39:52.493805" level="INFO">Logging into '10.30.170.102:22' as 'jenkins'.</msg>
<msg time="2026-06-29T03:39:52.828040" 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 Mon Jun 29 03:39:51 UTC 2026

  System load:  0.03               Processes:             110
  Usage of /:   19.3% of 38.58GB   Users logged in:       0
  Memory usage: 4%                 IPv4 address for ens3: 10.30.170.102
  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: Mon Jun 29 03:39:51 2026 from 10.30.170.142
[?2004h[jenkins@releng-00446-10-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-29T03:39:52.493397" elapsed="0.334833"/>
</kw>
<msg time="2026-06-29T03:39:52.828314" 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-29T03:39:52.493044" elapsed="0.335357"/>
</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-29T03:39:52.491466" elapsed="0.337071"/>
</kw>
<kw name="Execute Command" owner="SSHLibrary">
<msg time="2026-06-29T03:39:52.829065" level="INFO">Executing command '/usr/local/bin/cbench -c 10.30.170.28 -m 60000 -M 100 -S 16 -l 10 -D 5000 -p 6633'.</msg>
<msg time="2026-06-29T03:49:58.966876" level="INFO">Command exited with return code 0.</msg>
<msg time="2026-06-29T03:49:58.967308" level="INFO">${stdout} = </msg>
<msg time="2026-06-29T03:49:58.967387" level="INFO">${stderr} = cbench: controller benchmarking tool
   running in mode 'latency'
   connecting to controller at 10.30.170.28: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-29T03:39:52.828752" elapsed="606.138683"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-06-29T03:49:58.967773" elapsed="0.000580"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-06-29T03:49:58.969166" level="INFO">cbench: controller benchmarking tool
   running in mode 'latency'
   connecting to controller at 10.30.170.28: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.28. So far 1 cbench instances have initialized their switches.  Waiting for other cbench-instances
Thread-0: Total switches from ALL cbench-instances initialized.
03:40:58.059 16  switches: flows:  106669 103066 106357 107750 105225 106911 102639 105927 104810 104057 103847 102827 103570 103040 102838 102696  total = 27.870483 per ms 
03:41:58.160 16  switches: flows:  115708 113342 116463 116515 117958 118796 114886 116953 114683 116039 115973 111520 113415 113840 114245 113369  total = 30.676841 per ms 
03:42:58.260 16  switches: flows:  115075 114298 114382 117732 116430 117033 113616 114448 112741 116485 115031 112678 112581 111729 112509 112081  total = 30.430039 per ms 
03:43:58.362 16  switches: flows:  117673 116865 117785 119725 118373 119733 115213 116613 117599 117312 115612 114680 115676 114426 116670 115898  total = 31.111674 per ms 
03:44:58.462 16  switches: flows:  121178 119040 121540 123310 120950 122420 119620 119437 118011 120006 118020 117333 119030 117966 120478 119359  total = 31.908365 per ms 
03:45:58.562 16  switches: flows:  119272 118367 120378 120409 118475 122148 117284 117589 118469 118524 118251 114769 117941 118109 117785 115387  total = 31.500025 per ms 
03:46:58.663 16  switches: flows:  117894 116459 119322 119586 118245 121664 118630 118055 118395 118166 117085 114704 116888 116798 118569 115405  total = 31.378580 per ms 
03:47:58.763 16  switches: flows:  118982 117836 117227 119075 118084 119477 118073 116978 115755 116711 114375 115913 115678 115824 115881 113106  total = 31.097677 per ms 
03:48:58.864 16  switches: flows:  120176 120620 120557 119717 121514 122711 120641 120659 117784 120115 118465 119698 117717 116225 115961 116103  total = 31.757842 per ms 
03:49:58.964 16  switches: flows:  119197 118414 121274 119874 120441 122196 121497 121059 118531 118630 118148 119754 118716 117545 116903 115407  total = 31.740108 per ms 
RESULT: 16 switches 9 tests min/max/avg/stdev = 30430.04/31908.36/31289.02/10440.53 responses/s</msg>
<arg>${stderr}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-06-29T03:49:58.968627" elapsed="0.000754"/>
</kw>
<if>
<branch type="IF" condition="&quot;${return_stdout}&quot;!=&quot;True&quot;">
<return>
<value>${stderr}</value>
<status status="PASS" start="2026-06-29T03:49:58.969727" elapsed="0.000053"/>
</return>
<status status="PASS" start="2026-06-29T03:49:58.969517" elapsed="0.000369"/>
</branch>
<status status="PASS" start="2026-06-29T03:49:58.969478" elapsed="0.000452"/>
</if>
<if>
<branch type="IF" condition="&quot;${return_stderr}&quot;!=&quot;True&quot;">
<return>
<value>${stdout}</value>
<status status="NOT RUN" start="2026-06-29T03:49:58.970124" elapsed="0.000019"/>
</return>
<status status="NOT RUN" start="2026-06-29T03:49:58.970061" elapsed="0.000123"/>
</branch>
<status status="NOT RUN" start="2026-06-29T03:49:58.970001" elapsed="0.000213"/>
</if>
<return>
<value>${stdout}</value>
<value>${stderr}</value>
<status status="NOT RUN" start="2026-06-29T03:49:58.970263" elapsed="0.000019"/>
</return>
<kw name="Restore_Current_Ssh_Connection_From_Index" owner="SSHKeywords" type="TEARDOWN">
<kw name="Run Keyword And Return If" owner="BuiltIn">
<arg>${connection_index} is not None</arg>
<arg>SSHLibrary.Switch Connection</arg>
<arg>${connection_index}</arg>
<doc>Runs the specified keyword and returns from the enclosing user keyword.</doc>
<status status="PASS" start="2026-06-29T03:49:58.974272" elapsed="0.000532"/>
</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-29T03:49:58.975044" elapsed="0.000287"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-06-29T03:49:58.975529" elapsed="0.000171"/>
</kw>
<arg>${current_ssh_connection.index}</arg>
<doc>Restore active SSH connection in SSHLibrary to given index.</doc>
<status status="PASS" start="2026-06-29T03:49:58.970715" elapsed="0.005080"/>
</kw>
<msg time="2026-06-29T03:49:58.976038" level="INFO">${output} = cbench: controller benchmarking tool
   running in mode 'latency'
   connecting to controller at 10.30.170.28: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-29T03:39:52.486566" elapsed="606.489511"/>
</kw>
<status status="PASS" start="2026-06-29T03:39:52.486246" elapsed="606.489901"/>
</branch>
<status status="PASS" start="2026-06-29T03:39:52.485879" elapsed="606.490301"/>
</if>
<kw name="Log" owner="BuiltIn">
<msg time="2026-06-29T03:49:58.976937" level="INFO">cbench: controller benchmarking tool
   running in mode 'latency'
   connecting to controller at 10.30.170.28: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.28. So far 1 cbench instances have initialized their switches.  Waiting for other cbench-instances
Thread-0: Total switches from ALL cbench-instances initialized.
03:40:58.059 16  switches: flows:  106669 103066 106357 107750 105225 106911 102639 105927 104810 104057 103847 102827 103570 103040 102838 102696  total = 27.870483 per ms 
03:41:58.160 16  switches: flows:  115708 113342 116463 116515 117958 118796 114886 116953 114683 116039 115973 111520 113415 113840 114245 113369  total = 30.676841 per ms 
03:42:58.260 16  switches: flows:  115075 114298 114382 117732 116430 117033 113616 114448 112741 116485 115031 112678 112581 111729 112509 112081  total = 30.430039 per ms 
03:43:58.362 16  switches: flows:  117673 116865 117785 119725 118373 119733 115213 116613 117599 117312 115612 114680 115676 114426 116670 115898  total = 31.111674 per ms 
03:44:58.462 16  switches: flows:  121178 119040 121540 123310 120950 122420 119620 119437 118011 120006 118020 117333 119030 117966 120478 119359  total = 31.908365 per ms 
03:45:58.562 16  switches: flows:  119272 118367 120378 120409 118475 122148 117284 117589 118469 118524 118251 114769 117941 118109 117785 115387  total = 31.500025 per ms 
03:46:58.663 16  switches: flows:  117894 116459 119322 119586 118245 121664 118630 118055 118395 118166 117085 114704 116888 116798 118569 115405  total = 31.378580 per ms 
03:47:58.763 16  switches: flows:  118982 117836 117227 119075 118084 119477 118073 116978 115755 116711 114375 115913 115678 115824 115881 113106  total = 31.097677 per ms 
03:48:58.864 16  switches: flows:  120176 120620 120557 119717 121514 122711 120641 120659 117784 120115 118465 119698 117717 116225 115961 116103  total = 31.757842 per ms 
03:49:58.964 16  switches: flows:  119197 118414 121274 119874 120441 122196 121497 121059 118531 118630 118148 119754 118716 117545 116903 115407  total = 31.740108 per ms 
RESULT: 16 switches 9 tests min/max/avg/stdev = 30430.04/31908.36/31289.02/10440.53 responses/s</msg>
<arg>${output}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-06-29T03:49:58.976381" elapsed="0.000683"/>
</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-29T03:49:58.977315" elapsed="0.000615"/>
</kw>
<kw name="Get Lines Containing String" owner="String">
<msg time="2026-06-29T03:49:58.978528" level="INFO">1 out of 23 lines matched.</msg>
<msg time="2026-06-29T03:49:58.978660" level="INFO">${result_line} = RESULT: 16 switches 9 tests min/max/avg/stdev = 30430.04/31908.36/31289.02/10440.53 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-29T03:49:58.978193" elapsed="0.000503"/>
</kw>
<kw name="Split String" owner="String">
<msg time="2026-06-29T03:49:58.979319" level="INFO">@{results_list} = [ RESULT: | 16 | switches | 9 | tests | min/max/avg/stdev | = | 30430.04/31908.36/31289.02/10440.53 | 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-29T03:49:58.978946" elapsed="0.000412"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-06-29T03:49:58.982818" 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-29T03:49:58.979563" elapsed="0.003362"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-06-29T03:49:58.986502" level="INFO">30430.04/31908.36/31289.02/10440.53</msg>
<arg>${results_list[7]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-06-29T03:49:58.983137" elapsed="0.003451"/>
</kw>
<kw name="Split String" owner="String">
<msg time="2026-06-29T03:49:58.989334" 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-29T03:49:58.986875" elapsed="0.002488"/>
</kw>
<kw name="Split String" owner="String">
<msg time="2026-06-29T03:49:58.991869" level="INFO">@{result_value_list} = [ 30430.04 | 31908.36 | 31289.02 | 10440.53 ]</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-29T03:49:58.989570" elapsed="0.002329"/>
</kw>
<kw name="Get Length" owner="BuiltIn">
<msg time="2026-06-29T03:49:58.992391" level="INFO">Length is 4.</msg>
<msg time="2026-06-29T03:49:58.992484" 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-29T03:49:58.992059" elapsed="0.000449"/>
</kw>
<for flavor="IN RANGE">
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-06-29T03:49:58.997512" level="INFO">min :: 30430.04</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-29T03:49:58.992940" elapsed="0.004632"/>
</kw>
<var name="${i}">0</var>
<status status="PASS" start="2026-06-29T03:49:58.992788" elapsed="0.004821"/>
</iter>
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-06-29T03:49:59.002341" level="INFO">max :: 31908.36</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-29T03:49:58.997873" elapsed="0.004530"/>
</kw>
<var name="${i}">1</var>
<status status="PASS" start="2026-06-29T03:49:58.997704" elapsed="0.004737"/>
</iter>
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-06-29T03:49:59.007207" level="INFO">avg :: 31289.02</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-29T03:49:59.002665" elapsed="0.004633"/>
</kw>
<var name="${i}">2</var>
<status status="PASS" start="2026-06-29T03:49:59.002535" elapsed="0.004808"/>
</iter>
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-06-29T03:49:59.012002" level="INFO">stdev :: 10440.53</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-29T03:49:59.007580" elapsed="0.004484"/>
</kw>
<var name="${i}">3</var>
<status status="PASS" start="2026-06-29T03:49:59.007449" elapsed="0.004651"/>
</iter>
<var>${i}</var>
<value>0</value>
<value>${num_stats}</value>
<status status="PASS" start="2026-06-29T03:49:58.992583" elapsed="0.019551"/>
</for>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-06-29T03:49:59.016279" level="INFO">${min} = 30430.04</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-29T03:49:59.012303" elapsed="0.004004"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-06-29T03:49:59.020428" level="INFO">${max} = 31908.36</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-29T03:49:59.016464" elapsed="0.003991"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-06-29T03:49:59.024359" level="INFO">${average} = 31289.02</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-29T03:49:59.020609" elapsed="0.003777"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-06-29T03:49:59.029317" level="INFO">${stdev} = 10440.53</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-29T03:49:59.024542" elapsed="0.004809"/>
</kw>
<kw name="Get Time" owner="BuiltIn">
<msg time="2026-06-29T03:49:59.030123" level="INFO">${date} = 2026-06-29 03:49:59</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-29T03:49:59.029571" elapsed="0.000589"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-06-29T03:49:59.030936" level="INFO">CBench Result: 2026-06-29 03:49:59,-m 60000 -M 100 -S 16 -l 10 -D 5000 -p 6633,30430.04,31908.36,31289.02,10440.53</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-29T03:49:59.030372" elapsed="0.000641"/>
</kw>
<kw name="Log Results And Determine Status">
<kw name="Append To File" owner="OperatingSystem">
<msg time="2026-06-29T03:49:59.032395" level="INFO" html="true">Appended to file '&lt;a href="file:///w/workspace/openflowplugin-csit-1node-cbench-only-chromium/latency.csv"&gt;/w/workspace/openflowplugin-csit-1node-cbench-only-chromium/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-29T03:49:59.031862" elapsed="0.000621"/>
</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-29T03:49:59.032691" elapsed="0.000641"/>
</kw>
<arg>${min}</arg>
<arg>${max}</arg>
<arg>${average}</arg>
<arg>${average_threshold}</arg>
<arg>${output_filename}</arg>
<status status="PASS" start="2026-06-29T03:49:59.031212" elapsed="0.002207"/>
</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-29T03:39:52.484747" elapsed="606.548757"/>
</kw>
<kw name="Sleep" owner="BuiltIn">
<msg time="2026-06-29T03:49:59.034192" 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-29T03:49:59.033724" elapsed="0.000544"/>
</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-29T03:49:59.034948" elapsed="0.000336"/>
</kw>
<status status="PASS" start="2026-06-29T03:49:59.034540" elapsed="0.000839"/>
</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-29T03:39:52.482254" elapsed="606.553175"/>
</test>
<test id="s1-t2" name="Cbench Throughput Test" line="51">
<kw name="Log" owner="BuiltIn">
<msg time="2026-06-29T03:49:59.037331" 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-29T03:49:59.036592" elapsed="0.000823"/>
</kw>
<kw name="Run Cbench And Log Results">
<kw name="Set Suite Variable" owner="BuiltIn">
<msg time="2026-06-29T03:49:59.038817" 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-29T03:49:59.038475" elapsed="0.000403"/>
</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-29T03:49:59.039303" elapsed="0.000028"/>
</kw>
<status status="NOT RUN" start="2026-06-29T03:49:59.039030" elapsed="0.000348"/>
</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-29T03:49:59.042670" elapsed="0.000023"/>
</kw>
<status status="NOT RUN" start="2026-06-29T03:49:59.042416" elapsed="0.000312"/>
</branch>
<status status="PASS" start="2026-06-29T03:49:59.042396" elapsed="0.000357"/>
</if>
<kw name="Get Connection" owner="SSHLibrary">
<msg time="2026-06-29T03:49:59.043134" 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-29T03:49:59.043262" 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-29T03:49:59.042905" elapsed="0.000385"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-06-29T03:49:59.043867" level="INFO">Attempting to execute command "/usr/local/bin/cbench -c 10.30.170.28 -t -m 60000 -M 100 -S 16 -l 10 -D 5000 -p 6633" on remote system "10.30.170.102" by user "jenkins" with keyfile pass "any" and prompt "&gt;" and password ""</msg>
<arg>Attempting to execute command "${cmd}" on remote system "${system}" by user "${user}" with keyfile pass "${keyfile_pass}" and prompt "${prompt}" and password "${password}"</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-06-29T03:49:59.043427" elapsed="0.000502"/>
</kw>
<kw name="Open Connection" owner="SSHLibrary">
<msg time="2026-06-29T03:49:59.044477" 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-29T03:49:59.044071" elapsed="0.000434"/>
</kw>
<kw name="Flexible_SSH_Login" owner="SSHKeywords">
<kw name="Get Length" owner="BuiltIn">
<msg time="2026-06-29T03:49:59.045438" level="INFO">Length is 0.</msg>
<msg time="2026-06-29T03:49:59.045530" 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-29T03:49:59.045112" elapsed="0.000443"/>
</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-29T03:49:59.045697" elapsed="0.000349"/>
</kw>
<kw name="Run Keyword And Return" owner="BuiltIn">
<kw name="Login With Public Key" owner="SSHLibrary">
<msg time="2026-06-29T03:49:59.046976" level="INFO">Logging into '10.30.170.102:22' as 'jenkins'.</msg>
<msg time="2026-06-29T03:49:59.627477" 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 Mon Jun 29 03:49:59 UTC 2026

  System load:  1.0                Processes:             105
  Usage of /:   19.6% of 38.58GB   Users logged in:       0
  Memory usage: 4%                 IPv4 address for ens3: 10.30.170.102
  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: Mon Jun 29 03:39:52 2026 from 10.30.170.142
[?2004h[jenkins@releng-00446-10-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-29T03:49:59.046597" elapsed="0.581069"/>
</kw>
<msg time="2026-06-29T03:49:59.627752" 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-29T03:49:59.046248" elapsed="0.581608"/>
</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-29T03:49:59.044707" elapsed="0.583265"/>
</kw>
<kw name="Execute Command" owner="SSHLibrary">
<msg time="2026-06-29T03:49:59.628465" level="INFO">Executing command '/usr/local/bin/cbench -c 10.30.170.28 -t -m 60000 -M 100 -S 16 -l 10 -D 5000 -p 6633'.</msg>
<msg time="2026-06-29T04:00:05.681604" level="INFO">Command exited with return code 0.</msg>
<msg time="2026-06-29T04:00:05.682151" level="INFO">${stdout} = </msg>
<msg time="2026-06-29T04:00:05.682305" level="INFO">${stderr} = cbench: controller benchmarking tool
   running in mode 'throughput'
   connecting to controller at 10.30.170.28: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-29T03:49:59.628178" elapsed="606.054195"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-06-29T04:00:05.682807" elapsed="0.000730"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-06-29T04:00:05.684740" level="INFO">cbench: controller benchmarking tool
   running in mode 'throughput'
   connecting to controller at 10.30.170.28: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.28. So far 1 cbench instances have initialized their switches.  Waiting for other cbench-instances
Thread-0: Total switches from ALL cbench-instances initialized.
03:51:04.761 16  switches: flows:  565994 561597 565127 555714 561010 554357 561117 561472 549098 547576 542633 555928 563448 538678 550512 547587  total = 148.030800 per ms 
03:52:04.863 16  switches: flows:  566871 556259 564803 571386 566330 567770 570228 558149 571011 560998 561110 560859 560721 560083 569288 569121  total = 150.330291 per ms 
03:53:04.965 16  switches: flows:  641350 623270 625921 626027 624234 628528 633887 630487 631939 631218 638616 625167 626454 634998 629410 635476  total = 167.829722 per ms 
03:54:05.069 16  switches: flows:  635134 629156 640249 645207 638545 631616 637023 641582 631915 639765 640085 638350 640895 637223 632141 642521  total = 169.733443 per ms 
03:55:05.170 16  switches: flows:  643317 636460 640657 643656 641715 644761 642378 635086 633796 636647 641627 645866 643362 646367 644425 633972  total = 170.614554 per ms 
03:56:05.274 16  switches: flows:  613303 612235 608081 603399 612280 614181 612514 603659 606852 602129 609561 610561 608360 606937 610907 608849  total = 162.123406 per ms 
03:57:05.376 16  switches: flows:  634194 618822 622725 624214 623084 621812 631340 621602 627011 634967 615289 632089 630805 628227 620084 623627  total = 166.549410 per ms 
03:58:05.478 16  switches: flows:  658362 649964 648052 660001 657284 656460 657328 653227 657550 649272 650446 655909 661447 658587 656491 654857  total = 174.461579 per ms 
03:59:05.580 16  switches: flows:  654543 652787 657601 659461 650058 653365 654973 657658 651840 642293 654177 655851 655203 658909 652489 657285  total = 174.180904 per ms 
04:00:05.682 16  switches: flows:  647356 647792 649730 655078 655792 655171 653706 649304 650756 647727 650000 653329 653468 659665 646838 648260  total = 173.440351 per ms 
RESULT: 16 switches 9 tests min/max/avg/stdev = 150330.29/174461.58/167695.96/56361.32 responses/s</msg>
<arg>${stderr}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-06-29T04:00:05.683966" elapsed="0.001129"/>
</kw>
<if>
<branch type="IF" condition="&quot;${return_stdout}&quot;!=&quot;True&quot;">
<return>
<value>${stderr}</value>
<status status="PASS" start="2026-06-29T04:00:05.685700" elapsed="0.000077"/>
</return>
<status status="PASS" start="2026-06-29T04:00:05.685305" elapsed="0.000597"/>
</branch>
<status status="PASS" start="2026-06-29T04:00:05.685249" elapsed="0.000722"/>
</if>
<if>
<branch type="IF" condition="&quot;${return_stderr}&quot;!=&quot;True&quot;">
<return>
<value>${stdout}</value>
<status status="NOT RUN" start="2026-06-29T04:00:05.686207" elapsed="0.000031"/>
</return>
<status status="NOT RUN" start="2026-06-29T04:00:05.686115" elapsed="0.000194"/>
</branch>
<status status="NOT RUN" start="2026-06-29T04:00:05.686075" elapsed="0.000307"/>
</if>
<return>
<value>${stdout}</value>
<value>${stderr}</value>
<status status="NOT RUN" start="2026-06-29T04:00:05.686474" elapsed="0.000036"/>
</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-29T04:00:05.691242" elapsed="0.000349"/>
</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-29T04:00:05.691742" elapsed="0.000197"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-06-29T04:00:05.692073" elapsed="0.000108"/>
</kw>
<arg>${current_ssh_connection.index}</arg>
<doc>Restore active SSH connection in SSHLibrary to given index.</doc>
<status status="PASS" start="2026-06-29T04:00:05.687280" elapsed="0.004958"/>
</kw>
<msg time="2026-06-29T04:00:05.692369" level="INFO">${output} = cbench: controller benchmarking tool
   running in mode 'throughput'
   connecting to controller at 10.30.170.28: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-29T03:49:59.039734" elapsed="606.652662"/>
</kw>
<status status="PASS" start="2026-06-29T03:49:59.039409" elapsed="606.653037"/>
</branch>
<status status="PASS" start="2026-06-29T03:49:59.039004" elapsed="606.653466"/>
</if>
<kw name="Log" owner="BuiltIn">
<msg time="2026-06-29T04:00:05.692942" level="INFO">cbench: controller benchmarking tool
   running in mode 'throughput'
   connecting to controller at 10.30.170.28: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.28. So far 1 cbench instances have initialized their switches.  Waiting for other cbench-instances
Thread-0: Total switches from ALL cbench-instances initialized.
03:51:04.761 16  switches: flows:  565994 561597 565127 555714 561010 554357 561117 561472 549098 547576 542633 555928 563448 538678 550512 547587  total = 148.030800 per ms 
03:52:04.863 16  switches: flows:  566871 556259 564803 571386 566330 567770 570228 558149 571011 560998 561110 560859 560721 560083 569288 569121  total = 150.330291 per ms 
03:53:04.965 16  switches: flows:  641350 623270 625921 626027 624234 628528 633887 630487 631939 631218 638616 625167 626454 634998 629410 635476  total = 167.829722 per ms 
03:54:05.069 16  switches: flows:  635134 629156 640249 645207 638545 631616 637023 641582 631915 639765 640085 638350 640895 637223 632141 642521  total = 169.733443 per ms 
03:55:05.170 16  switches: flows:  643317 636460 640657 643656 641715 644761 642378 635086 633796 636647 641627 645866 643362 646367 644425 633972  total = 170.614554 per ms 
03:56:05.274 16  switches: flows:  613303 612235 608081 603399 612280 614181 612514 603659 606852 602129 609561 610561 608360 606937 610907 608849  total = 162.123406 per ms 
03:57:05.376 16  switches: flows:  634194 618822 622725 624214 623084 621812 631340 621602 627011 634967 615289 632089 630805 628227 620084 623627  total = 166.549410 per ms 
03:58:05.478 16  switches: flows:  658362 649964 648052 660001 657284 656460 657328 653227 657550 649272 650446 655909 661447 658587 656491 654857  total = 174.461579 per ms 
03:59:05.580 16  switches: flows:  654543 652787 657601 659461 650058 653365 654973 657658 651840 642293 654177 655851 655203 658909 652489 657285  total = 174.180904 per ms 
04:00:05.682 16  switches: flows:  647356 647792 649730 655078 655792 655171 653706 649304 650756 647727 650000 653329 653468 659665 646838 648260  total = 173.440351 per ms 
RESULT: 16 switches 9 tests min/max/avg/stdev = 150330.29/174461.58/167695.96/56361.32 responses/s</msg>
<arg>${output}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-06-29T04:00:05.692617" elapsed="0.000401"/>
</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-29T04:00:05.693173" elapsed="0.000377"/>
</kw>
<kw name="Get Lines Containing String" owner="String">
<msg time="2026-06-29T04:00:05.694002" level="INFO">1 out of 23 lines matched.</msg>
<msg time="2026-06-29T04:00:05.694104" level="INFO">${result_line} = RESULT: 16 switches 9 tests min/max/avg/stdev = 150330.29/174461.58/167695.96/56361.32 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-29T04:00:05.693715" elapsed="0.000414"/>
</kw>
<kw name="Split String" owner="String">
<msg time="2026-06-29T04:00:05.694552" level="INFO">@{results_list} = [ RESULT: | 16 | switches | 9 | tests | min/max/avg/stdev | = | 150330.29/174461.58/167695.96/56361.32 | 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-29T04:00:05.694286" elapsed="0.000294"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-06-29T04:00:05.697058" 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-29T04:00:05.694728" elapsed="0.002389"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-06-29T04:00:05.699567" level="INFO">150330.29/174461.58/167695.96/56361.32</msg>
<arg>${results_list[7]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-06-29T04:00:05.697266" elapsed="0.002359"/>
</kw>
<kw name="Split String" owner="String">
<msg time="2026-06-29T04:00:05.702021" 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-29T04:00:05.699779" elapsed="0.002271"/>
</kw>
<kw name="Split String" owner="String">
<msg time="2026-06-29T04:00:05.704682" level="INFO">@{result_value_list} = [ 150330.29 | 174461.58 | 167695.96 | 56361.32 ]</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-29T04:00:05.702282" elapsed="0.002428"/>
</kw>
<kw name="Get Length" owner="BuiltIn">
<msg time="2026-06-29T04:00:05.705217" level="INFO">Length is 4.</msg>
<msg time="2026-06-29T04:00:05.705316" 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-29T04:00:05.704891" elapsed="0.000450"/>
</kw>
<for flavor="IN RANGE">
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-06-29T04:00:05.710332" level="INFO">min :: 150330.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-29T04:00:05.705736" elapsed="0.004658"/>
</kw>
<var name="${i}">0</var>
<status status="PASS" start="2026-06-29T04:00:05.705606" elapsed="0.004828"/>
</iter>
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-06-29T04:00:05.715022" level="INFO">max :: 174461.58</msg>
<arg>${result_name_list[${i}]} :: ${result_value_list[${i}]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-06-29T04:00:05.710676" elapsed="0.004404"/>
</kw>
<var name="${i}">1</var>
<status status="PASS" start="2026-06-29T04:00:05.710548" elapsed="0.004568"/>
</iter>
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-06-29T04:00:05.719647" level="INFO">avg :: 167695.96</msg>
<arg>${result_name_list[${i}]} :: ${result_value_list[${i}]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-06-29T04:00:05.715333" elapsed="0.004372"/>
</kw>
<var name="${i}">2</var>
<status status="PASS" start="2026-06-29T04:00:05.715206" elapsed="0.004535"/>
</iter>
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-06-29T04:00:05.724389" level="INFO">stdev :: 56361.32</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-29T04:00:05.719976" elapsed="0.004472"/>
</kw>
<var name="${i}">3</var>
<status status="PASS" start="2026-06-29T04:00:05.719829" elapsed="0.004655"/>
</iter>
<var>${i}</var>
<value>0</value>
<value>${num_stats}</value>
<status status="PASS" start="2026-06-29T04:00:05.705411" elapsed="0.019106"/>
</for>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-06-29T04:00:05.728454" level="INFO">${min} = 150330.29</msg>
<var>${min}</var>
<arg>${result_value_list[${0}]}</arg>
<doc>Returns the given values which can then be assigned to a variables.</doc>
<status status="PASS" start="2026-06-29T04:00:05.724678" elapsed="0.003803"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-06-29T04:00:05.732646" level="INFO">${max} = 174461.58</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-29T04:00:05.728635" elapsed="0.004039"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-06-29T04:00:05.736579" level="INFO">${average} = 167695.96</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-29T04:00:05.732843" elapsed="0.003764"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-06-29T04:00:05.740520" level="INFO">${stdev} = 56361.32</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-29T04:00:05.736760" elapsed="0.003788"/>
</kw>
<kw name="Get Time" owner="BuiltIn">
<msg time="2026-06-29T04:00:05.741113" level="INFO">${date} = 2026-06-29 04:00:05</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-29T04:00:05.740709" elapsed="0.000430"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-06-29T04:00:05.741716" level="INFO">CBench Result: 2026-06-29 04:00:05,-t -m 60000 -M 100 -S 16 -l 10 -D 5000 -p 6633,150330.29,174461.58,167695.96,56361.32</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-29T04:00:05.741297" elapsed="0.000476"/>
</kw>
<kw name="Log Results And Determine Status">
<kw name="Append To File" owner="OperatingSystem">
<msg time="2026-06-29T04:00:05.742897" level="INFO" html="true">Appended to file '&lt;a href="file:///w/workspace/openflowplugin-csit-1node-cbench-only-chromium/throughput.csv"&gt;/w/workspace/openflowplugin-csit-1node-cbench-only-chromium/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-29T04:00:05.742435" elapsed="0.000545"/>
</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-29T04:00:05.743134" elapsed="0.000479"/>
</kw>
<arg>${min}</arg>
<arg>${max}</arg>
<arg>${average}</arg>
<arg>${average_threshold}</arg>
<arg>${output_filename}</arg>
<status status="PASS" start="2026-06-29T04:00:05.741952" elapsed="0.001750"/>
</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-29T03:49:59.037794" elapsed="606.705971"/>
</kw>
<kw name="Sleep" owner="BuiltIn">
<msg time="2026-06-29T04:00:05.744253" 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-29T04:00:05.743931" elapsed="0.000380"/>
</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-29T04:00:05.744819" elapsed="0.000285"/>
</kw>
<status status="PASS" start="2026-06-29T04:00:05.744518" elapsed="0.000658"/>
</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-29T03:49:59.035822" elapsed="606.709392"/>
</test>
<test id="s1-t3" name="Rerun Latency Test To Check Bug 6176" line="65">
<kw name="Log" owner="BuiltIn">
<msg time="2026-06-29T04:00:05.746788" 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-29T04:00:05.746397" elapsed="0.000455"/>
</kw>
<kw name="Run Cbench And Log Results">
<kw name="Set Suite Variable" owner="BuiltIn">
<msg time="2026-06-29T04:00:05.748575" 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-29T04:00:05.748102" elapsed="0.000516"/>
</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-29T04:00:05.749007" elapsed="0.000023"/>
</kw>
<status status="NOT RUN" start="2026-06-29T04:00:05.748751" elapsed="0.000316"/>
</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-29T04:00:05.752144" elapsed="0.000021"/>
</kw>
<status status="NOT RUN" start="2026-06-29T04:00:05.751864" elapsed="0.000336"/>
</branch>
<status status="PASS" start="2026-06-29T04:00:05.751844" elapsed="0.000379"/>
</if>
<kw name="Get Connection" owner="SSHLibrary">
<msg time="2026-06-29T04:00:05.752554" 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-29T04:00:05.752671" 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-29T04:00:05.752355" elapsed="0.000342"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-06-29T04:00:05.753267" level="INFO">Attempting to execute command "/usr/local/bin/cbench -c 10.30.170.28 -m 60000 -M 100 -S 16 -l 10 -D 5000 -p 6633" on remote system "10.30.170.102" by user "jenkins" with keyfile pass "any" and prompt "&gt;" and password ""</msg>
<arg>Attempting to execute command "${cmd}" on remote system "${system}" by user "${user}" with keyfile pass "${keyfile_pass}" and prompt "${prompt}" and password "${password}"</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-06-29T04:00:05.752830" elapsed="0.000496"/>
</kw>
<kw name="Open Connection" owner="SSHLibrary">
<msg time="2026-06-29T04:00:05.753862" 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-29T04:00:05.753464" elapsed="0.000439"/>
</kw>
<kw name="Flexible_SSH_Login" owner="SSHKeywords">
<kw name="Get Length" owner="BuiltIn">
<msg time="2026-06-29T04:00:05.754789" level="INFO">Length is 0.</msg>
<msg time="2026-06-29T04:00:05.754896" 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-29T04:00:05.754476" elapsed="0.000446"/>
</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-29T04:00:05.755062" elapsed="0.000322"/>
</kw>
<kw name="Run Keyword And Return" owner="BuiltIn">
<kw name="Login With Public Key" owner="SSHLibrary">
<msg time="2026-06-29T04:00:05.756282" level="INFO">Logging into '10.30.170.102:22' as 'jenkins'.</msg>
<msg time="2026-06-29T04:00:06.327740" 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 Mon Jun 29 04:00:05 UTC 2026

  System load:  0.33               Processes:             106
  Usage of /:   19.6% of 38.58GB   Users logged in:       0
  Memory usage: 5%                 IPv4 address for ens3: 10.30.170.102
  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: Mon Jun 29 03:49:59 2026 from 10.30.170.142
[?2004h[jenkins@releng-00446-10-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-29T04:00:05.755894" elapsed="0.572074"/>
</kw>
<msg time="2026-06-29T04:00:06.328062" 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-29T04:00:05.755534" elapsed="0.572612"/>
</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-29T04:00:05.754104" elapsed="0.574161"/>
</kw>
<kw name="Execute Command" owner="SSHLibrary">
<msg time="2026-06-29T04:00:06.328815" level="INFO">Executing command '/usr/local/bin/cbench -c 10.30.170.28 -m 60000 -M 100 -S 16 -l 10 -D 5000 -p 6633'.</msg>
<msg time="2026-06-29T04:10:12.376985" level="INFO">Command exited with return code 0.</msg>
<msg time="2026-06-29T04:10:12.377379" level="INFO">${stdout} = </msg>
<msg time="2026-06-29T04:10:12.377450" level="INFO">${stderr} = cbench: controller benchmarking tool
   running in mode 'latency'
   connecting to controller at 10.30.170.28: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-29T04:00:06.328486" elapsed="606.049007"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-06-29T04:10:12.377948" elapsed="0.000477"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-06-29T04:10:12.379245" level="INFO">cbench: controller benchmarking tool
   running in mode 'latency'
   connecting to controller at 10.30.170.28: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.28. So far 1 cbench instances have initialized their switches.  Waiting for other cbench-instances
Thread-0: Total switches from ALL cbench-instances initialized.
04:01:11.458 16  switches: flows:  120396 118381 118522 132081 117800 119729 118342 117186 119399 116020 116548 116152 121931 116372 117662 114864  total = 31.689750 per ms 
04:02:11.560 16  switches: flows:  124001 124063 124685 125277 124124 126144 125196 121627 123677 121243 121670 119966 122297 121327 122303 120542  total = 32.747703 per ms 
04:03:11.661 16  switches: flows:  112515 111329 111897 112330 109975 111634 111252 110664 109754 108273 109764 109251 108324 109094 110762 107458  total = 29.355547 per ms 
04:04:11.762 16  switches: flows:  93647 95467 96787 95646 95847 96822 96797 94765 95173 94350 94974 93252 94565 94112 95096 93743  total = 25.308465 per ms 
04:05:11.863 16  switches: flows:  118433 119283 119826 119355 119448 119407 120240 117677 119686 118487 116981 118026 114080 116976 118918 116278  total = 31.499089 per ms 
04:06:11.964 16  switches: flows:  101570 100211 100299 100294 100872 100381 101460 100445 99096 99779 98904 99380 96585 99099 99869 98569  total = 26.569210 per ms 
04:07:12.065 16  switches: flows:  103603 106820 104811 104050 103582 106485 103984 103522 102044 103095 102060 103099 103919 104258 108254 102248  total = 27.717585 per ms 
04:08:12.166 16  switches: flows:  118286 120558 117946 118259 117686 117079 118521 115034 119283 115090 117509 118281 116309 118836 117084 115236  total = 31.297676 per ms 
04:09:12.267 16  switches: flows:  97679 98140 97411 97600 97804 96953 97986 98389 97223 96742 97414 95075 96114 97818 93824 95072  total = 25.810961 per ms 
04:10:12.368 16  switches: flows:  120566 123118 121561 122037 120602 119249 123559 123023 122254 120302 120097 118310 120513 120690 118941 117399  total = 32.149924 per ms 
RESULT: 16 switches 9 tests min/max/avg/stdev = 25308.47/32747.70/29161.80/10094.79 responses/s</msg>
<arg>${stderr}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-06-29T04:10:12.378720" elapsed="0.000733"/>
</kw>
<if>
<branch type="IF" condition="&quot;${return_stdout}&quot;!=&quot;True&quot;">
<return>
<value>${stderr}</value>
<status status="PASS" start="2026-06-29T04:10:12.379788" elapsed="0.000077"/>
</return>
<status status="PASS" start="2026-06-29T04:10:12.379580" elapsed="0.000340"/>
</branch>
<status status="PASS" start="2026-06-29T04:10:12.379544" elapsed="0.000412"/>
</if>
<if>
<branch type="IF" condition="&quot;${return_stderr}&quot;!=&quot;True&quot;">
<return>
<value>${stdout}</value>
<status status="NOT RUN" start="2026-06-29T04:10:12.380088" elapsed="0.000017"/>
</return>
<status status="NOT RUN" start="2026-06-29T04:10:12.380038" elapsed="0.000106"/>
</branch>
<status status="NOT RUN" start="2026-06-29T04:10:12.380016" elapsed="0.000158"/>
</if>
<return>
<value>${stdout}</value>
<value>${stderr}</value>
<status status="NOT RUN" start="2026-06-29T04:10:12.380215" elapsed="0.000018"/>
</return>
<kw name="Restore_Current_Ssh_Connection_From_Index" owner="SSHKeywords" type="TEARDOWN">
<kw name="Run Keyword And Return If" owner="BuiltIn">
<arg>${connection_index} is not None</arg>
<arg>SSHLibrary.Switch Connection</arg>
<arg>${connection_index}</arg>
<doc>Runs the specified keyword and returns from the enclosing user keyword.</doc>
<status status="PASS" start="2026-06-29T04:10:12.384296" elapsed="0.000658"/>
</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-29T04:10:12.385169" elapsed="0.000231"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-06-29T04:10:12.385590" elapsed="0.000141"/>
</kw>
<arg>${current_ssh_connection.index}</arg>
<doc>Restore active SSH connection in SSHLibrary to given index.</doc>
<status status="PASS" start="2026-06-29T04:10:12.380654" elapsed="0.005257"/>
</kw>
<msg time="2026-06-29T04:10:12.386106" level="INFO">${output} = cbench: controller benchmarking tool
   running in mode 'latency'
   connecting to controller at 10.30.170.28: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-29T04:00:05.749409" elapsed="606.636735"/>
</kw>
<status status="PASS" start="2026-06-29T04:00:05.749092" elapsed="606.637124"/>
</branch>
<status status="PASS" start="2026-06-29T04:00:05.748727" elapsed="606.637522"/>
</if>
<kw name="Log" owner="BuiltIn">
<msg time="2026-06-29T04:10:12.386930" level="INFO">cbench: controller benchmarking tool
   running in mode 'latency'
   connecting to controller at 10.30.170.28: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.28. So far 1 cbench instances have initialized their switches.  Waiting for other cbench-instances
Thread-0: Total switches from ALL cbench-instances initialized.
04:01:11.458 16  switches: flows:  120396 118381 118522 132081 117800 119729 118342 117186 119399 116020 116548 116152 121931 116372 117662 114864  total = 31.689750 per ms 
04:02:11.560 16  switches: flows:  124001 124063 124685 125277 124124 126144 125196 121627 123677 121243 121670 119966 122297 121327 122303 120542  total = 32.747703 per ms 
04:03:11.661 16  switches: flows:  112515 111329 111897 112330 109975 111634 111252 110664 109754 108273 109764 109251 108324 109094 110762 107458  total = 29.355547 per ms 
04:04:11.762 16  switches: flows:  93647 95467 96787 95646 95847 96822 96797 94765 95173 94350 94974 93252 94565 94112 95096 93743  total = 25.308465 per ms 
04:05:11.863 16  switches: flows:  118433 119283 119826 119355 119448 119407 120240 117677 119686 118487 116981 118026 114080 116976 118918 116278  total = 31.499089 per ms 
04:06:11.964 16  switches: flows:  101570 100211 100299 100294 100872 100381 101460 100445 99096 99779 98904 99380 96585 99099 99869 98569  total = 26.569210 per ms 
04:07:12.065 16  switches: flows:  103603 106820 104811 104050 103582 106485 103984 103522 102044 103095 102060 103099 103919 104258 108254 102248  total = 27.717585 per ms 
04:08:12.166 16  switches: flows:  118286 120558 117946 118259 117686 117079 118521 115034 119283 115090 117509 118281 116309 118836 117084 115236  total = 31.297676 per ms 
04:09:12.267 16  switches: flows:  97679 98140 97411 97600 97804 96953 97986 98389 97223 96742 97414 95075 96114 97818 93824 95072  total = 25.810961 per ms 
04:10:12.368 16  switches: flows:  120566 123118 121561 122037 120602 119249 123559 123023 122254 120302 120097 118310 120513 120690 118941 117399  total = 32.149924 per ms 
RESULT: 16 switches 9 tests min/max/avg/stdev = 25308.47/32747.70/29161.80/10094.79 responses/s</msg>
<arg>${output}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-06-29T04:10:12.386467" elapsed="0.000570"/>
</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-29T04:10:12.387342" elapsed="0.000543"/>
</kw>
<kw name="Get Lines Containing String" owner="String">
<msg time="2026-06-29T04:10:12.388542" level="INFO">1 out of 23 lines matched.</msg>
<msg time="2026-06-29T04:10:12.388671" level="INFO">${result_line} = RESULT: 16 switches 9 tests min/max/avg/stdev = 25308.47/32747.70/29161.80/10094.79 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-29T04:10:12.388114" elapsed="0.000592"/>
</kw>
<kw name="Split String" owner="String">
<msg time="2026-06-29T04:10:12.389313" level="INFO">@{results_list} = [ RESULT: | 16 | switches | 9 | tests | min/max/avg/stdev | = | 25308.47/32747.70/29161.80/10094.79 | 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-29T04:10:12.388951" elapsed="0.000400"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-06-29T04:10:12.392582" 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-29T04:10:12.389562" elapsed="0.003080"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-06-29T04:10:12.395447" level="INFO">25308.47/32747.70/29161.80/10094.79</msg>
<arg>${results_list[7]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-06-29T04:10:12.392971" elapsed="0.002535"/>
</kw>
<kw name="Split String" owner="String">
<msg time="2026-06-29T04:10:12.398054" 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-29T04:10:12.395660" elapsed="0.002422"/>
</kw>
<kw name="Split String" owner="String">
<msg time="2026-06-29T04:10:12.400605" level="INFO">@{result_value_list} = [ 25308.47 | 32747.70 | 29161.80 | 10094.79 ]</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-29T04:10:12.398295" elapsed="0.002339"/>
</kw>
<kw name="Get Length" owner="BuiltIn">
<msg time="2026-06-29T04:10:12.401155" level="INFO">Length is 4.</msg>
<msg time="2026-06-29T04:10:12.401246" 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-29T04:10:12.400791" elapsed="0.000479"/>
</kw>
<for flavor="IN RANGE">
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-06-29T04:10:12.406062" level="INFO">min :: 25308.47</msg>
<arg>${result_name_list[${i}]} :: ${result_value_list[${i}]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-06-29T04:10:12.401665" elapsed="0.004457"/>
</kw>
<var name="${i}">0</var>
<status status="PASS" start="2026-06-29T04:10:12.401534" elapsed="0.004623"/>
</iter>
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-06-29T04:10:12.411968" level="INFO">max :: 32747.70</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-29T04:10:12.406372" elapsed="0.005654"/>
</kw>
<var name="${i}">1</var>
<status status="PASS" start="2026-06-29T04:10:12.406246" elapsed="0.005816"/>
</iter>
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-06-29T04:10:12.416761" level="INFO">avg :: 29161.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-29T04:10:12.412272" elapsed="0.004547"/>
</kw>
<var name="${i}">2</var>
<status status="PASS" start="2026-06-29T04:10:12.412147" elapsed="0.004723"/>
</iter>
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-06-29T04:10:12.421510" level="INFO">stdev :: 10094.79</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-29T04:10:12.417105" elapsed="0.004463"/>
</kw>
<var name="${i}">3</var>
<status status="PASS" start="2026-06-29T04:10:12.416971" elapsed="0.004633"/>
</iter>
<var>${i}</var>
<value>0</value>
<value>${num_stats}</value>
<status status="PASS" start="2026-06-29T04:10:12.401341" elapsed="0.020292"/>
</for>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-06-29T04:10:12.425825" level="INFO">${min} = 25308.47</msg>
<var>${min}</var>
<arg>${result_value_list[${0}]}</arg>
<doc>Returns the given values which can then be assigned to a variables.</doc>
<status status="PASS" start="2026-06-29T04:10:12.421793" elapsed="0.004088"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-06-29T04:10:12.429826" level="INFO">${max} = 32747.70</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-29T04:10:12.426041" elapsed="0.003839"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-06-29T04:10:12.433943" level="INFO">${average} = 29161.80</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-29T04:10:12.430038" elapsed="0.003934"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-06-29T04:10:12.437940" level="INFO">${stdev} = 10094.79</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-29T04:10:12.434129" elapsed="0.003839"/>
</kw>
<kw name="Get Time" owner="BuiltIn">
<msg time="2026-06-29T04:10:12.438492" level="INFO">${date} = 2026-06-29 04:10:12</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-29T04:10:12.438131" elapsed="0.000387"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-06-29T04:10:12.439142" level="INFO">CBench Result: 2026-06-29 04:10:12,-m 60000 -M 100 -S 16 -l 10 -D 5000 -p 6633,25308.47,32747.70,29161.80,10094.79</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-29T04:10:12.438701" elapsed="0.000500"/>
</kw>
<kw name="Log Results And Determine Status">
<kw name="Append To File" owner="OperatingSystem">
<msg time="2026-06-29T04:10:12.440366" level="INFO" html="true">Appended to file '&lt;a href="file:///w/workspace/openflowplugin-csit-1node-cbench-only-chromium/bug.csv"&gt;/w/workspace/openflowplugin-csit-1node-cbench-only-chromium/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-29T04:10:12.439865" elapsed="0.000571"/>
</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-29T04:10:12.440595" elapsed="0.000487"/>
</kw>
<arg>${min}</arg>
<arg>${max}</arg>
<arg>${average}</arg>
<arg>${average_threshold}</arg>
<arg>${output_filename}</arg>
<status status="PASS" start="2026-06-29T04:10:12.439364" elapsed="0.001787"/>
</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-29T04:00:05.747384" elapsed="606.693827"/>
</kw>
<kw name="Sleep" owner="BuiltIn">
<msg time="2026-06-29T04:10:12.441678" 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-29T04:10:12.441363" elapsed="0.000373"/>
</kw>
<kw name="Report Failure Due To Bug" owner="Utils" type="TEARDOWN">
<kw name="Evaluate" owner="BuiltIn">
<msg time="2026-06-29T04:10:12.443010" 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-29T04:10:12.442467" elapsed="0.000570"/>
</kw>
<if>
<branch type="IF" condition="('${TEST_STATUS}' != 'FAIL') or ${test_skipped}">
<return>
<status status="PASS" start="2026-06-29T04:10:12.443277" elapsed="0.000037"/>
</return>
<status status="PASS" start="2026-06-29T04:10:12.443121" elapsed="0.000225"/>
</branch>
<status status="PASS" start="2026-06-29T04:10:12.443099" elapsed="0.000273"/>
</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-29T04:10:12.443564" elapsed="0.000022"/>
</kw>
<kw name="Run Keyword And Return Status" owner="BuiltIn">
<var>${match}</var>
<arg>Should Contain</arg>
<arg>${number}</arg>
<arg>-</arg>
<doc>Runs the specified keyword and returns the status as a Boolean value.</doc>
<status status="NOT RUN" start="2026-06-29T04:10:12.443721" 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-29T04:10:12.443897" elapsed="0.000021"/>
</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-29T04:10:12.444097" 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-29T04:10:12.444249" elapsed="0.000020"/>
</kw>
<kw name="Set Test Message" owner="BuiltIn">
<arg>${msg}${newline}${newline}${TEST_MESSAGE}</arg>
<doc>Sets message for the current test case.</doc>
<status status="NOT RUN" start="2026-06-29T04:10:12.444395" elapsed="0.000020"/>
</kw>
<kw name="Log" owner="BuiltIn">
<arg>${msg}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="NOT RUN" start="2026-06-29T04:10:12.444545" 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-29T04:10:12.444770" elapsed="0.000019"/>
</kw>
<status status="NOT RUN" start="2026-06-29T04:10:12.444632" elapsed="0.000188"/>
</branch>
<status status="NOT RUN" start="2026-06-29T04:10:12.444615" elapsed="0.000244"/>
</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-29T04:10:12.442130" elapsed="0.002783"/>
</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-29T04:00:05.745768" elapsed="606.699191"/>
</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-29T03:39:49.441977" elapsed="1823.003663"/>
</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>
