<?xml version="1.0" encoding="UTF-8"?>
<robot generator="Robot 7.4.2 (Python 3.11.10 on linux)" generated="2026-07-29T02:59:30.171684" 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-07-29T02:59:30.730701" elapsed="0.000023"/>
</return>
<status status="NOT RUN" start="2026-07-29T02:59:30.730540" elapsed="0.000240"/>
</branch>
<status status="PASS" start="2026-07-29T02:59:30.730511" elapsed="0.000296"/>
</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-07-29T02:59:30.730951" elapsed="0.000507"/>
</kw>
<kw name="Login" owner="SSHLibrary">
<msg time="2026-07-29T02:59:30.731945" level="INFO">Logging into '10.30.171.23:8101' as 'karaf'.</msg>
<msg time="2026-07-29T02:59:31.488177" 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-07-29T02:59:30.731632" elapsed="0.756752"/>
</kw>
<kw name="Write" owner="SSHLibrary">
<msg time="2026-07-29T02:59:31.538860" 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-07-29T02:59:31.488713" elapsed="0.050297"/>
</kw>
<kw name="Read Until Regexp" owner="SSHLibrary">
<msg time="2026-07-29T02:59:31.541076" level="INFO">[?1l&gt;[?2004l[?1h=[90m~[0m                                                                                [?2004hopendaylight-user@root&gt;</msg>
<msg time="2026-07-29T02:59:31.541196" 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-07-29T02:59:31.539290" elapsed="0.001938"/>
</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-07-29T02:59:31.541395" elapsed="0.000301"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-07-29T02:59:31.541899" elapsed="0.000297"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-07-29T02:59:31.542877" 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-07-29T02:59:31.542409" elapsed="0.000545"/>
</kw>
<return>
<value>${output}</value>
<status status="PASS" start="2026-07-29T02:59:31.543025" elapsed="0.000068"/>
</return>
<arg>log:set ${log_level}</arg>
<doc>Will execute the given ${cmd} by ssh'ing to the karaf console running on 10.30.171.23
Note that this keyword will open&amp;close new SSH connection, without switching back to previously current session.</doc>
<status status="PASS" start="2026-07-29T02:59:30.730127" elapsed="0.813132"/>
</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-07-29T02:59:30.726568" elapsed="0.816782"/>
</kw>
<kw name="Append To File" owner="OperatingSystem">
<msg time="2026-07-29T02:59:31.544182" 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-07-29T02:59:31.543593" elapsed="0.000670"/>
</kw>
<kw name="Append To File" owner="OperatingSystem">
<msg time="2026-07-29T02:59:31.544841" 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-07-29T02:59:31.544479" elapsed="0.000467"/>
</kw>
<kw name="Evaluate" owner="BuiltIn">
<msg time="2026-07-29T02:59:31.545828" 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-07-29T02:59:31.545264" elapsed="0.000601"/>
</kw>
<kw name="Set Suite Variable" owner="BuiltIn">
<msg time="2026-07-29T02:59:31.546522" 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-07-29T02:59:31.546097" elapsed="0.000478"/>
</kw>
<kw name="Evaluate" owner="BuiltIn">
<msg time="2026-07-29T02:59:31.547304" 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-07-29T02:59:31.546786" elapsed="0.000558"/>
</kw>
<kw name="Set Suite Variable" owner="BuiltIn">
<msg time="2026-07-29T02:59:31.548050" 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-07-29T02:59:31.547566" elapsed="0.000546"/>
</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-07-29T02:59:31.548569" elapsed="0.000035"/>
</kw>
<status status="NOT RUN" start="2026-07-29T02:59:31.548246" elapsed="0.000423"/>
</branch>
<branch type="ELSE">
<kw name="Verify File Exists On Remote System" owner="Utils">
<kw name="Open Connection" owner="SSHLibrary">
<msg time="2026-07-29T02:59:31.555127" 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-07-29T02:59:31.554524" elapsed="0.000642"/>
</kw>
<kw name="Flexible_SSH_Login" owner="SSHKeywords">
<kw name="Get Length" owner="BuiltIn">
<msg time="2026-07-29T02:59:31.556605" level="INFO">Length is 0.</msg>
<msg time="2026-07-29T02:59:31.556738" 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-07-29T02:59:31.555946" elapsed="0.000827"/>
</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-07-29T02:59:31.557029" elapsed="0.000486"/>
</kw>
<kw name="Run Keyword And Return" owner="BuiltIn">
<kw name="Login With Public Key" owner="SSHLibrary">
<msg time="2026-07-29T02:59:31.559052" level="INFO">Logging into '10.30.170.81:22' as 'jenkins'.</msg>
<msg time="2026-07-29T02:59:32.322142" 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 Wed Jul 29 02:59:31 UTC 2026

  System load:  0.04               Processes:             111
  Usage of /:   19.3% of 38.58GB   Users logged in:       0
  Memory usage: 4%                 IPv4 address for ens3: 10.30.170.81
  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-40-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-07-29T02:59:31.558279" elapsed="0.764036"/>
</kw>
<msg time="2026-07-29T02:59:32.322456" 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-07-29T02:59:31.557753" elapsed="0.764808"/>
</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-07-29T02:59:31.555462" elapsed="0.767251"/>
</kw>
<kw name="File Should Exist" owner="SSHLibrary">
<msg time="2026-07-29T02:59:32.332286" 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-07-29T02:59:32.322964" elapsed="0.011164"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-07-29T02:59:32.334519" elapsed="0.000629"/>
</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-07-29T02:59:31.553729" elapsed="0.781559"/>
</kw>
<status status="PASS" start="2026-07-29T02:59:31.549009" elapsed="0.786361"/>
</branch>
<status status="PASS" start="2026-07-29T02:59:31.548203" elapsed="0.787234"/>
</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-07-29T02:59:32.335870" elapsed="0.001083"/>
</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-07-29T02:59:32.346024" elapsed="0.000019"/>
</return>
<status status="NOT RUN" start="2026-07-29T02:59:32.345889" elapsed="0.000193"/>
</branch>
<status status="PASS" start="2026-07-29T02:59:32.345860" elapsed="0.000246"/>
</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-07-29T02:59:32.349714" elapsed="0.000014"/>
</return>
<status status="NOT RUN" start="2026-07-29T02:59:32.349580" elapsed="0.000181"/>
</branch>
<status status="PASS" start="2026-07-29T02:59:32.349560" elapsed="0.000223"/>
</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-07-29T02:59:32.349926" elapsed="0.000473"/>
</kw>
<kw name="Login" owner="SSHLibrary">
<msg time="2026-07-29T02:59:32.350854" level="INFO">Logging into '10.30.171.23:8101' as 'karaf'.</msg>
<msg time="2026-07-29T02:59:32.552511" 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-07-29T02:59:32.350550" elapsed="0.202139"/>
</kw>
<kw name="Write" owner="SSHLibrary">
<msg time="2026-07-29T02:59:32.649708" 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-07-29T02:59:32.552962" elapsed="0.096947"/>
</kw>
<kw name="Read Until Regexp" owner="SSHLibrary">
<msg time="2026-07-29T02:59:32.658288" 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-07-29T02:59:32.658716" 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-07-29T02:59:32.650249" elapsed="0.008523"/>
</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-07-29T02:59:32.659051" elapsed="0.000411"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-07-29T02:59:32.659691" elapsed="0.000323"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-07-29T02:59:32.660752" 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-07-29T02:59:32.660224" elapsed="0.000620"/>
</kw>
<return>
<value>${output}</value>
<status status="PASS" start="2026-07-29T02:59:32.660919" elapsed="0.000081"/>
</return>
<msg time="2026-07-29T02:59:32.661240" 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.171.23
Note that this keyword will open&amp;close new SSH connection, without switching back to previously current session.</doc>
<status status="PASS" start="2026-07-29T02:59:32.349215" elapsed="0.312071"/>
</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-07-29T02:59:32.661541" elapsed="0.000738"/>
</kw>
<return>
<value>${output}</value>
<status status="PASS" start="2026-07-29T02:59:32.662349" elapsed="0.000044"/>
</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-07-29T02:59:32.345517" elapsed="0.317016"/>
</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-07-29T02:59:32.668291" elapsed="0.000023"/>
</return>
<status status="NOT RUN" start="2026-07-29T02:59:32.668099" elapsed="0.000264"/>
</branch>
<status status="PASS" start="2026-07-29T02:59:32.668063" elapsed="0.000336"/>
</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-07-29T02:59:32.668600" elapsed="0.000642"/>
</kw>
<kw name="Login" owner="SSHLibrary">
<msg time="2026-07-29T02:59:32.669852" level="INFO">Logging into '10.30.171.23:8101' as 'karaf'.</msg>
<msg time="2026-07-29T02:59:32.843490" 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-07-29T02:59:32.669454" elapsed="0.174219"/>
</kw>
<kw name="Write" owner="SSHLibrary">
<msg time="2026-07-29T02:59:32.869796" 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-07-29T02:59:32.843934" elapsed="0.025946"/>
</kw>
<kw name="Read Until Regexp" owner="SSHLibrary">
<msg time="2026-07-29T02:59:32.871732" level="INFO">[?1l&gt;[?2004lDropAllFlows transitions to on
[?1h=[90m~[0m                                                                                [?2004hopendaylight-user@root&gt;</msg>
<msg time="2026-07-29T02:59:32.871841" 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-07-29T02:59:32.870079" elapsed="0.001792"/>
</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-07-29T02:59:32.872012" elapsed="0.000244"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-07-29T02:59:32.872407" elapsed="0.000211"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-07-29T02:59:32.873103" 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-07-29T02:59:32.872784" elapsed="0.000370"/>
</kw>
<return>
<value>${output}</value>
<status status="PASS" start="2026-07-29T02:59:32.873208" elapsed="0.000059"/>
</return>
<arg>dropallpacketsrpc on</arg>
<doc>Will execute the given ${cmd} by ssh'ing to the karaf console running on 10.30.171.23
Note that this keyword will open&amp;close new SSH connection, without switching back to previously current session.</doc>
<status status="PASS" start="2026-07-29T02:59:32.667591" elapsed="0.205799"/>
</kw>
<status status="PASS" start="2026-07-29T02:59:30.724817" elapsed="2.148638"/>
</kw>
<test id="s1-t1" name="Cbench Latency Test" line="37">
<kw name="Log" owner="BuiltIn">
<msg time="2026-07-29T02:59:32.876631" 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-07-29T02:59:32.874844" elapsed="0.001916"/>
</kw>
<kw name="Run Cbench And Log Results">
<kw name="Set Suite Variable" owner="BuiltIn">
<msg time="2026-07-29T02:59:32.878851" 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-07-29T02:59:32.878314" elapsed="0.000618"/>
</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-07-29T02:59:32.879389" elapsed="0.000033"/>
</kw>
<status status="NOT RUN" start="2026-07-29T02:59:32.879047" elapsed="0.000429"/>
</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-07-29T02:59:32.883785" elapsed="0.000022"/>
</kw>
<status status="NOT RUN" start="2026-07-29T02:59:32.883447" elapsed="0.000395"/>
</branch>
<status status="PASS" start="2026-07-29T02:59:32.883420" elapsed="0.000448"/>
</if>
<kw name="Get Connection" owner="SSHLibrary">
<msg time="2026-07-29T02:59:32.884207" 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-07-29T02:59:32.884331" 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-07-29T02:59:32.884001" elapsed="0.000357"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-07-29T02:59:32.884936" level="INFO">Attempting to execute command "/usr/local/bin/cbench -c 10.30.171.23 -m 60000 -M 100 -S 16 -l 10 -D 5000 -p 6633" on remote system "10.30.170.81" 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-07-29T02:59:32.884492" elapsed="0.000504"/>
</kw>
<kw name="Open Connection" owner="SSHLibrary">
<msg time="2026-07-29T02:59:32.885605" 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-07-29T02:59:32.885136" elapsed="0.000496"/>
</kw>
<kw name="Flexible_SSH_Login" owner="SSHKeywords">
<kw name="Get Length" owner="BuiltIn">
<msg time="2026-07-29T02:59:32.886561" level="INFO">Length is 0.</msg>
<msg time="2026-07-29T02:59:32.886669" 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-07-29T02:59:32.886230" elapsed="0.000470"/>
</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-07-29T02:59:32.886843" elapsed="0.000350"/>
</kw>
<kw name="Run Keyword And Return" owner="BuiltIn">
<kw name="Login With Public Key" owner="SSHLibrary">
<msg time="2026-07-29T02:59:32.888072" level="INFO">Logging into '10.30.170.81:22' as 'jenkins'.</msg>
<msg time="2026-07-29T02:59:33.210559" 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 Wed Jul 29 02:59:31 UTC 2026

  System load:  0.04               Processes:             111
  Usage of /:   19.3% of 38.58GB   Users logged in:       0
  Memory usage: 4%                 IPv4 address for ens3: 10.30.170.81
  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: Wed Jul 29 02:59:32 2026 from 10.30.170.58
[?2004h[jenkins@releng-00446-40-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-07-29T02:59:32.887711" elapsed="0.323045"/>
</kw>
<msg time="2026-07-29T02:59:33.210842" 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-07-29T02:59:32.887346" elapsed="0.323584"/>
</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-07-29T02:59:32.885850" elapsed="0.325199"/>
</kw>
<kw name="Execute Command" owner="SSHLibrary">
<msg time="2026-07-29T02:59:33.211556" level="INFO">Executing command '/usr/local/bin/cbench -c 10.30.171.23 -m 60000 -M 100 -S 16 -l 10 -D 5000 -p 6633'.</msg>
<msg time="2026-07-29T03:09:39.348632" level="INFO">Command exited with return code 0.</msg>
<msg time="2026-07-29T03:09:39.349237" level="INFO">${stdout} = </msg>
<msg time="2026-07-29T03:09:39.349337" level="INFO">${stderr} = cbench: controller benchmarking tool
   running in mode 'latency'
   connecting to controller at 10.30.171.23: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-07-29T02:59:33.211266" elapsed="606.138126"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-07-29T03:09:39.349864" elapsed="0.000980"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-07-29T03:09:39.351801" level="INFO">cbench: controller benchmarking tool
   running in mode 'latency'
   connecting to controller at 10.30.171.23:6633 
   faking 16 switches with 1 threads :: 10 tests each; 60000 ms per test
   with 100 unique source MACs per switch
   learning destination mac addresses before the test
   starting test with 5000 ms delay after features_reply
   ignoring first 1 "warmup" and last 0 "cooldown" loops
   debugging info is off
Master Thread: Creating thread-0! 
Thread-0: All switches initialized. Running at node 10.30.171.23. So far 1 cbench instances have initialized their switches.  Waiting for other cbench-instances
Thread-0: Total switches from ALL cbench-instances initialized.
03:00:38.427 16  switches: flows:  97199 97695 100891 97267 97996 97821 97227 95636 94441 94394 96407 95533 94869 92833 94932 94459  total = 25.660000 per ms 
03:01:38.533 16  switches: flows:  116791 118516 117901 115940 116947 116520 116268 116181 113902 112607 111833 111220 111286 110714 112557 111372  total = 30.458440 per ms 
03:02:38.634 16  switches: flows:  118024 117675 117517 116818 117345 117097 115890 117393 114712 112392 111916 112295 111435 110664 110843 112932  total = 30.531471 per ms 
03:03:38.735 16  switches: flows:  118514 118448 120283 115803 120072 119995 118559 116469 115020 113242 114163 114177 112949 112279 112722 113415  total = 30.883542 per ms 
03:04:38.837 16  switches: flows:  119673 121943 122852 119769 122125 122373 120911 121299 118754 115795 116253 118229 115006 113987 115703 116740  total = 31.637256 per ms 
03:05:38.938 16  switches: flows:  120240 122493 122556 120459 122356 121333 120857 121845 118243 115841 115427 117237 115948 115326 117114 115549  total = 31.660696 per ms 
03:06:39.039 16  switches: flows:  122470 122434 123223 121966 123730 121295 121606 121676 119490 118022 118402 118119 117206 116412 118157 117499  total = 31.975049 per ms 
03:07:39.140 16  switches: flows:  123499 124323 123166 122594 124113 123479 122016 122097 120466 120060 117948 119403 117879 118464 118337 117789  total = 32.206742 per ms 
03:08:39.241 16  switches: flows:  126068 124377 123359 125597 125697 125037 124159 123539 120793 120684 121310 119993 121008 120475 119925 121649  total = 32.673253 per ms 
03:09:39.342 16  switches: flows:  124278 120643 119367 123185 121003 120255 121655 119908 116898 118830 119069 116277 115873 116834 117161 117438  total = 31.758195 per ms 
RESULT: 16 switches 9 tests min/max/avg/stdev = 30458.44/32673.25/31531.63/10534.87 responses/s</msg>
<arg>${stderr}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-07-29T03:09:39.351113" elapsed="0.000957"/>
</kw>
<if>
<branch type="IF" condition="&quot;${return_stdout}&quot;!=&quot;True&quot;">
<return>
<value>${stderr}</value>
<status status="PASS" start="2026-07-29T03:09:39.352520" elapsed="0.000067"/>
</return>
<status status="PASS" start="2026-07-29T03:09:39.352248" elapsed="0.000434"/>
</branch>
<status status="PASS" start="2026-07-29T03:09:39.352196" elapsed="0.000540"/>
</if>
<if>
<branch type="IF" condition="&quot;${return_stderr}&quot;!=&quot;True&quot;">
<return>
<value>${stdout}</value>
<status status="NOT RUN" start="2026-07-29T03:09:39.352923" elapsed="0.000028"/>
</return>
<status status="NOT RUN" start="2026-07-29T03:09:39.352849" elapsed="0.000164"/>
</branch>
<status status="NOT RUN" start="2026-07-29T03:09:39.352817" elapsed="0.000242"/>
</if>
<return>
<value>${stdout}</value>
<value>${stderr}</value>
<status status="NOT RUN" start="2026-07-29T03:09:39.353125" elapsed="0.000025"/>
</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-07-29T03:09:39.356551" elapsed="0.000384"/>
</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-07-29T03:09:39.357093" elapsed="0.000177"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-07-29T03:09:39.357402" elapsed="0.000104"/>
</kw>
<arg>${current_ssh_connection.index}</arg>
<doc>Restore active SSH connection in SSHLibrary to given index.</doc>
<status status="PASS" start="2026-07-29T03:09:39.353760" elapsed="0.003802"/>
</kw>
<msg time="2026-07-29T03:09:39.357713" level="INFO">${output} = cbench: controller benchmarking tool
   running in mode 'latency'
   connecting to controller at 10.30.171.23: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-07-29T02:59:32.880009" elapsed="606.477732"/>
</kw>
<status status="PASS" start="2026-07-29T02:59:32.879517" elapsed="606.478275"/>
</branch>
<status status="PASS" start="2026-07-29T02:59:32.879015" elapsed="606.478800"/>
</if>
<kw name="Log" owner="BuiltIn">
<msg time="2026-07-29T03:09:39.358351" level="INFO">cbench: controller benchmarking tool
   running in mode 'latency'
   connecting to controller at 10.30.171.23:6633 
   faking 16 switches with 1 threads :: 10 tests each; 60000 ms per test
   with 100 unique source MACs per switch
   learning destination mac addresses before the test
   starting test with 5000 ms delay after features_reply
   ignoring first 1 "warmup" and last 0 "cooldown" loops
   debugging info is off
Master Thread: Creating thread-0! 
Thread-0: All switches initialized. Running at node 10.30.171.23. So far 1 cbench instances have initialized their switches.  Waiting for other cbench-instances
Thread-0: Total switches from ALL cbench-instances initialized.
03:00:38.427 16  switches: flows:  97199 97695 100891 97267 97996 97821 97227 95636 94441 94394 96407 95533 94869 92833 94932 94459  total = 25.660000 per ms 
03:01:38.533 16  switches: flows:  116791 118516 117901 115940 116947 116520 116268 116181 113902 112607 111833 111220 111286 110714 112557 111372  total = 30.458440 per ms 
03:02:38.634 16  switches: flows:  118024 117675 117517 116818 117345 117097 115890 117393 114712 112392 111916 112295 111435 110664 110843 112932  total = 30.531471 per ms 
03:03:38.735 16  switches: flows:  118514 118448 120283 115803 120072 119995 118559 116469 115020 113242 114163 114177 112949 112279 112722 113415  total = 30.883542 per ms 
03:04:38.837 16  switches: flows:  119673 121943 122852 119769 122125 122373 120911 121299 118754 115795 116253 118229 115006 113987 115703 116740  total = 31.637256 per ms 
03:05:38.938 16  switches: flows:  120240 122493 122556 120459 122356 121333 120857 121845 118243 115841 115427 117237 115948 115326 117114 115549  total = 31.660696 per ms 
03:06:39.039 16  switches: flows:  122470 122434 123223 121966 123730 121295 121606 121676 119490 118022 118402 118119 117206 116412 118157 117499  total = 31.975049 per ms 
03:07:39.140 16  switches: flows:  123499 124323 123166 122594 124113 123479 122016 122097 120466 120060 117948 119403 117879 118464 118337 117789  total = 32.206742 per ms 
03:08:39.241 16  switches: flows:  126068 124377 123359 125597 125697 125037 124159 123539 120793 120684 121310 119993 121008 120475 119925 121649  total = 32.673253 per ms 
03:09:39.342 16  switches: flows:  124278 120643 119367 123185 121003 120255 121655 119908 116898 118830 119069 116277 115873 116834 117161 117438  total = 31.758195 per ms 
RESULT: 16 switches 9 tests min/max/avg/stdev = 30458.44/32673.25/31531.63/10534.87 responses/s</msg>
<arg>${output}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-07-29T03:09:39.357973" elapsed="0.000475"/>
</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-07-29T03:09:39.358605" elapsed="0.000419"/>
</kw>
<kw name="Get Lines Containing String" owner="String">
<msg time="2026-07-29T03:09:39.359427" level="INFO">1 out of 23 lines matched.</msg>
<msg time="2026-07-29T03:09:39.359518" level="INFO">${result_line} = RESULT: 16 switches 9 tests min/max/avg/stdev = 30458.44/32673.25/31531.63/10534.87 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-07-29T03:09:39.359185" elapsed="0.000358"/>
</kw>
<kw name="Split String" owner="String">
<msg time="2026-07-29T03:09:39.359970" level="INFO">@{results_list} = [ RESULT: | 16 | switches | 9 | tests | min/max/avg/stdev | = | 30458.44/32673.25/31531.63/10534.87 | 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-07-29T03:09:39.359711" elapsed="0.000285"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-07-29T03:09:39.362402" 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-07-29T03:09:39.360141" elapsed="0.002319"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-07-29T03:09:39.364830" level="INFO">30458.44/32673.25/31531.63/10534.87</msg>
<arg>${results_list[7]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-07-29T03:09:39.362612" elapsed="0.002277"/>
</kw>
<kw name="Split String" owner="String">
<msg time="2026-07-29T03:09:39.367271" 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-07-29T03:09:39.365042" elapsed="0.002257"/>
</kw>
<kw name="Split String" owner="String">
<msg time="2026-07-29T03:09:39.369755" level="INFO">@{result_value_list} = [ 30458.44 | 32673.25 | 31531.63 | 10534.87 ]</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-07-29T03:09:39.367533" elapsed="0.002250"/>
</kw>
<kw name="Get Length" owner="BuiltIn">
<msg time="2026-07-29T03:09:39.370272" level="INFO">Length is 4.</msg>
<msg time="2026-07-29T03:09:39.370388" 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-07-29T03:09:39.369939" elapsed="0.000474"/>
</kw>
<for flavor="IN RANGE">
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-07-29T03:09:39.376505" level="INFO">min :: 30458.44</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-07-29T03:09:39.370862" elapsed="0.005743"/>
</kw>
<var name="${i}">0</var>
<status status="PASS" start="2026-07-29T03:09:39.370727" elapsed="0.005955"/>
</iter>
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-07-29T03:09:39.382213" level="INFO">max :: 32673.25</msg>
<arg>${result_name_list[${i}]} :: ${result_value_list[${i}]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-07-29T03:09:39.377031" elapsed="0.005240"/>
</kw>
<var name="${i}">1</var>
<status status="PASS" start="2026-07-29T03:09:39.376829" elapsed="0.005496"/>
</iter>
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-07-29T03:09:39.386864" level="INFO">avg :: 31531.63</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-07-29T03:09:39.382552" elapsed="0.004371"/>
</kw>
<var name="${i}">2</var>
<status status="PASS" start="2026-07-29T03:09:39.382418" elapsed="0.004540"/>
</iter>
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-07-29T03:09:39.391480" level="INFO">stdev :: 10534.87</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-07-29T03:09:39.387178" elapsed="0.004360"/>
</kw>
<var name="${i}">3</var>
<status status="PASS" start="2026-07-29T03:09:39.387050" elapsed="0.004522"/>
</iter>
<var>${i}</var>
<value>0</value>
<value>${num_stats}</value>
<status status="PASS" start="2026-07-29T03:09:39.370489" elapsed="0.021117"/>
</for>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-07-29T03:09:39.395483" level="INFO">${min} = 30458.44</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-07-29T03:09:39.391789" elapsed="0.003721"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-07-29T03:09:39.399597" level="INFO">${max} = 32673.25</msg>
<var>${max}</var>
<arg>${result_value_list[${1}]}</arg>
<doc>Returns the given values which can then be assigned to a variables.</doc>
<status status="PASS" start="2026-07-29T03:09:39.395681" elapsed="0.003943"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-07-29T03:09:39.403806" level="INFO">${average} = 31531.63</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-07-29T03:09:39.399792" elapsed="0.004041"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-07-29T03:09:39.407722" level="INFO">${stdev} = 10534.87</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-07-29T03:09:39.403988" elapsed="0.003761"/>
</kw>
<kw name="Get Time" owner="BuiltIn">
<msg time="2026-07-29T03:09:39.408278" level="INFO">${date} = 2026-07-29 03:09:39</msg>
<var>${date}</var>
<arg>d,m,s</arg>
<doc>Returns the given time in the requested format.</doc>
<status status="PASS" start="2026-07-29T03:09:39.407911" elapsed="0.000392"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-07-29T03:09:39.408876" level="INFO">CBench Result: 2026-07-29 03:09:39,-m 60000 -M 100 -S 16 -l 10 -D 5000 -p 6633,30458.44,32673.25,31531.63,10534.87</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-07-29T03:09:39.408451" elapsed="0.000479"/>
</kw>
<kw name="Log Results And Determine Status">
<kw name="Append To File" owner="OperatingSystem">
<msg time="2026-07-29T03:09:39.410038" 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-07-29T03:09:39.409580" elapsed="0.000524"/>
</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-07-29T03:09:39.410255" elapsed="0.000518"/>
</kw>
<arg>${min}</arg>
<arg>${max}</arg>
<arg>${average}</arg>
<arg>${average_threshold}</arg>
<arg>${output_filename}</arg>
<status status="PASS" start="2026-07-29T03:09:39.409095" elapsed="0.001747"/>
</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-07-29T02:59:32.877357" elapsed="606.533548"/>
</kw>
<kw name="Sleep" owner="BuiltIn">
<msg time="2026-07-29T03:09:39.411380" 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-07-29T03:09:39.411059" elapsed="0.000377"/>
</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-07-29T03:09:39.411981" elapsed="0.000270"/>
</kw>
<status status="PASS" start="2026-07-29T03:09:39.411676" elapsed="0.000644"/>
</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-07-29T02:59:32.873607" elapsed="606.538753"/>
</test>
<test id="s1-t2" name="Cbench Throughput Test" line="51">
<kw name="Log" owner="BuiltIn">
<msg time="2026-07-29T03:09:39.414102" 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-07-29T03:09:39.413682" elapsed="0.000477"/>
</kw>
<kw name="Run Cbench And Log Results">
<kw name="Set Suite Variable" owner="BuiltIn">
<msg time="2026-07-29T03:09:39.415764" 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-07-29T03:09:39.415417" elapsed="0.000391"/>
</kw>
<if>
<branch type="IF" condition="&quot;${cbench_system}&quot; == &quot;localhost&quot;">
<kw name="Run" owner="OperatingSystem">
<var>${output}</var>
<arg>${cbench_executable} -c ${ODL_SYSTEM_IP} ${cbench_args}</arg>
<doc>_This keyword is considered deprecated. Use the
[http://robotframework.org/robotframework/latest/libraries/Process.html|
Process] library instead._</doc>
<status status="NOT RUN" start="2026-07-29T03:09:39.416233" elapsed="0.000023"/>
</kw>
<status status="NOT RUN" start="2026-07-29T03:09:39.415962" elapsed="0.000331"/>
</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-07-29T03:09:39.419229" elapsed="0.000021"/>
</kw>
<status status="NOT RUN" start="2026-07-29T03:09:39.418976" elapsed="0.000308"/>
</branch>
<status status="PASS" start="2026-07-29T03:09:39.418956" elapsed="0.000352"/>
</if>
<kw name="Get Connection" owner="SSHLibrary">
<msg time="2026-07-29T03:09:39.419710" 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-07-29T03:09:39.419841" 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-07-29T03:09:39.419451" elapsed="0.000417"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-07-29T03:09:39.420430" level="INFO">Attempting to execute command "/usr/local/bin/cbench -c 10.30.171.23 -t -m 60000 -M 100 -S 16 -l 10 -D 5000 -p 6633" on remote system "10.30.170.81" 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-07-29T03:09:39.420004" elapsed="0.000483"/>
</kw>
<kw name="Open Connection" owner="SSHLibrary">
<msg time="2026-07-29T03:09:39.421055" 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-07-29T03:09:39.420626" elapsed="0.000456"/>
</kw>
<kw name="Flexible_SSH_Login" owner="SSHKeywords">
<kw name="Get Length" owner="BuiltIn">
<msg time="2026-07-29T03:09:39.421988" level="INFO">Length is 0.</msg>
<msg time="2026-07-29T03:09:39.422076" 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-07-29T03:09:39.421672" elapsed="0.000428"/>
</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-07-29T03:09:39.422240" elapsed="0.000367"/>
</kw>
<kw name="Run Keyword And Return" owner="BuiltIn">
<kw name="Login With Public Key" owner="SSHLibrary">
<msg time="2026-07-29T03:09:39.423461" level="INFO">Logging into '10.30.170.81:22' as 'jenkins'.</msg>
<msg time="2026-07-29T03:09:40.041325" 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 Wed Jul 29 03:09:39 UTC 2026

  System load:  1.0                Processes:             104
  Usage of /:   19.3% of 38.58GB   Users logged in:       0
  Memory usage: 4%                 IPv4 address for ens3: 10.30.170.81
  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: Wed Jul 29 02:59:33 2026 from 10.30.170.58
[?2004h[jenkins@releng-00446-40-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-07-29T03:09:39.423111" elapsed="0.618443"/>
</kw>
<msg time="2026-07-29T03:09:40.041675" 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-07-29T03:09:39.422773" elapsed="0.619009"/>
</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-07-29T03:09:39.421283" elapsed="0.620631"/>
</kw>
<kw name="Execute Command" owner="SSHLibrary">
<msg time="2026-07-29T03:09:40.043080" level="INFO">Executing command '/usr/local/bin/cbench -c 10.30.171.23 -t -m 60000 -M 100 -S 16 -l 10 -D 5000 -p 6633'.</msg>
<msg time="2026-07-29T03:19:49.493972" level="INFO">Command exited with return code 0.</msg>
<msg time="2026-07-29T03:19:49.494585" level="INFO">${stdout} = </msg>
<msg time="2026-07-29T03:19:49.494739" level="INFO">${stderr} = cbench: controller benchmarking tool
   running in mode 'throughput'
   connecting to controller at 10.30.171.23: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-07-29T03:09:40.042178" elapsed="609.452633"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-07-29T03:19:49.495306" elapsed="0.000748"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-07-29T03:19:49.497230" level="INFO">cbench: controller benchmarking tool
   running in mode 'throughput'
   connecting to controller at 10.30.171.23:6633 
   faking 16 switches with 1 threads :: 10 tests each; 60000 ms per test
   with 100 unique source MACs per switch
   learning destination mac addresses before the test
   starting test with 5000 ms delay after features_reply
   ignoring first 1 "warmup" and last 0 "cooldown" loops
   debugging info is off
Master Thread: Creating thread-0! 
Thread-0: All switches initialized. Running at node 10.30.171.23. So far 1 cbench instances have initialized their switches.  Waiting for other cbench-instances
Thread-0: Total switches from ALL cbench-instances initialized.
03:10:45.179 16  switches: flows:  539681 532212 543150 544528 551021 549088 532024 537359 540890 534928 543386 534153 526414 524223 529998 539945  total = 143.383333 per ms 
03:11:45.281 16  switches: flows:  540992 545449 547717 549412 548113 534941 552101 553191 546410 548914 548968 554922 537756 551267 543195 543438  total = 145.532829 per ms 
03:12:45.382 16  switches: flows:  606362 616374 620983 617893 629260 620879 614355 618505 621346 632075 617056 630299 613217 620009 618076 618355  total = 164.973130 per ms 
03:13:45.484 16  switches: flows:  480180 487573 481350 506344 476571 496667 507026 457719 534638 460864 535570 456786 461006 488906 470086 522030  total = 130.170081 per ms 
03:14:45.588 16  switches: flows:  495779 464135 514696 519716 520376 508937 513387 505273 523218 504266 500193 518310 500152 511008 507867 499936  total = 134.890781 per ms 
03:15:45.693 16  switches: flows:  522736 521338 515596 516354 515523 522289 516430 524324 519866 519450 519430 521671 519240 516019 511982 511664  total = 137.992397 per ms 
03:16:45.796 16  switches: flows:  524963 510851 515894 532604 523490 526620 529461 520233 528298 524138 521745 524567 518916 520686 520729 531160  total = 139.336925 per ms 
03:17:45.899 16  switches: flows:  526615 519544 530192 534698 536028 526006 476543 469123 531021 528177 535581 532550 487387 531419 534011 484299  total = 137.818389 per ms 
03:18:46.002 16  switches: flows:  467459 467590 468610 496475 467979 478401 477204 480423 485257 481275 462016 451451 465816 473678 480026 481534  total = 126.205878 per ms 
03:19:47.415 16  switches: flows:  541435 535053 544099 544784 540431 538605 531667 539027 543972 539788 538237 548718 526907 533551 535523 536307  total = 140.330549 per ms 
RESULT: 16 switches 9 tests min/max/avg/stdev = 126205.88/164973.13/139694.55/47714.83 responses/s</msg>
<arg>${stderr}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-07-29T03:19:49.496417" elapsed="0.001336"/>
</kw>
<if>
<branch type="IF" condition="&quot;${return_stdout}&quot;!=&quot;True&quot;">
<return>
<value>${stderr}</value>
<status status="PASS" start="2026-07-29T03:19:49.498261" elapsed="0.000071"/>
</return>
<status status="PASS" start="2026-07-29T03:19:49.497954" elapsed="0.000457"/>
</branch>
<status status="PASS" start="2026-07-29T03:19:49.497892" elapsed="0.000574"/>
</if>
<if>
<branch type="IF" condition="&quot;${return_stderr}&quot;!=&quot;True&quot;">
<return>
<value>${stdout}</value>
<status status="NOT RUN" start="2026-07-29T03:19:49.498702" elapsed="0.000032"/>
</return>
<status status="NOT RUN" start="2026-07-29T03:19:49.498590" elapsed="0.000207"/>
</branch>
<status status="NOT RUN" start="2026-07-29T03:19:49.498555" elapsed="0.000290"/>
</if>
<return>
<value>${stdout}</value>
<value>${stderr}</value>
<status status="NOT RUN" start="2026-07-29T03:19:49.498913" elapsed="0.000030"/>
</return>
<kw name="Restore_Current_Ssh_Connection_From_Index" owner="SSHKeywords" type="TEARDOWN">
<kw name="Run Keyword And Return If" owner="BuiltIn">
<arg>${connection_index} is not None</arg>
<arg>SSHLibrary.Switch Connection</arg>
<arg>${connection_index}</arg>
<doc>Runs the specified keyword and returns from the enclosing user keyword.</doc>
<status status="PASS" start="2026-07-29T03:19:49.504431" elapsed="0.000849"/>
</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-07-29T03:19:49.505436" elapsed="0.000170"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-07-29T03:19:49.505754" elapsed="0.000106"/>
</kw>
<arg>${current_ssh_connection.index}</arg>
<doc>Restore active SSH connection in SSHLibrary to given index.</doc>
<status status="PASS" start="2026-07-29T03:19:49.499600" elapsed="0.006315"/>
</kw>
<msg time="2026-07-29T03:19:49.506046" level="INFO">${output} = cbench: controller benchmarking tool
   running in mode 'throughput'
   connecting to controller at 10.30.171.23: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-07-29T03:09:39.416641" elapsed="610.089432"/>
</kw>
<status status="PASS" start="2026-07-29T03:09:39.416319" elapsed="610.089803"/>
</branch>
<status status="PASS" start="2026-07-29T03:09:39.415932" elapsed="610.090213"/>
</if>
<kw name="Log" owner="BuiltIn">
<msg time="2026-07-29T03:19:49.506577" level="INFO">cbench: controller benchmarking tool
   running in mode 'throughput'
   connecting to controller at 10.30.171.23:6633 
   faking 16 switches with 1 threads :: 10 tests each; 60000 ms per test
   with 100 unique source MACs per switch
   learning destination mac addresses before the test
   starting test with 5000 ms delay after features_reply
   ignoring first 1 "warmup" and last 0 "cooldown" loops
   debugging info is off
Master Thread: Creating thread-0! 
Thread-0: All switches initialized. Running at node 10.30.171.23. So far 1 cbench instances have initialized their switches.  Waiting for other cbench-instances
Thread-0: Total switches from ALL cbench-instances initialized.
03:10:45.179 16  switches: flows:  539681 532212 543150 544528 551021 549088 532024 537359 540890 534928 543386 534153 526414 524223 529998 539945  total = 143.383333 per ms 
03:11:45.281 16  switches: flows:  540992 545449 547717 549412 548113 534941 552101 553191 546410 548914 548968 554922 537756 551267 543195 543438  total = 145.532829 per ms 
03:12:45.382 16  switches: flows:  606362 616374 620983 617893 629260 620879 614355 618505 621346 632075 617056 630299 613217 620009 618076 618355  total = 164.973130 per ms 
03:13:45.484 16  switches: flows:  480180 487573 481350 506344 476571 496667 507026 457719 534638 460864 535570 456786 461006 488906 470086 522030  total = 130.170081 per ms 
03:14:45.588 16  switches: flows:  495779 464135 514696 519716 520376 508937 513387 505273 523218 504266 500193 518310 500152 511008 507867 499936  total = 134.890781 per ms 
03:15:45.693 16  switches: flows:  522736 521338 515596 516354 515523 522289 516430 524324 519866 519450 519430 521671 519240 516019 511982 511664  total = 137.992397 per ms 
03:16:45.796 16  switches: flows:  524963 510851 515894 532604 523490 526620 529461 520233 528298 524138 521745 524567 518916 520686 520729 531160  total = 139.336925 per ms 
03:17:45.899 16  switches: flows:  526615 519544 530192 534698 536028 526006 476543 469123 531021 528177 535581 532550 487387 531419 534011 484299  total = 137.818389 per ms 
03:18:46.002 16  switches: flows:  467459 467590 468610 496475 467979 478401 477204 480423 485257 481275 462016 451451 465816 473678 480026 481534  total = 126.205878 per ms 
03:19:47.415 16  switches: flows:  541435 535053 544099 544784 540431 538605 531667 539027 543972 539788 538237 548718 526907 533551 535523 536307  total = 140.330549 per ms 
RESULT: 16 switches 9 tests min/max/avg/stdev = 126205.88/164973.13/139694.55/47714.83 responses/s</msg>
<arg>${output}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-07-29T03:19:49.506288" elapsed="0.000363"/>
</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-07-29T03:19:49.506813" elapsed="0.000360"/>
</kw>
<kw name="Get Lines Containing String" owner="String">
<msg time="2026-07-29T03:19:49.507551" level="INFO">1 out of 23 lines matched.</msg>
<msg time="2026-07-29T03:19:49.507641" level="INFO">${result_line} = RESULT: 16 switches 9 tests min/max/avg/stdev = 126205.88/164973.13/139694.55/47714.83 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-07-29T03:19:49.507334" elapsed="0.000346"/>
</kw>
<kw name="Split String" owner="String">
<msg time="2026-07-29T03:19:49.508083" level="INFO">@{results_list} = [ RESULT: | 16 | switches | 9 | tests | min/max/avg/stdev | = | 126205.88/164973.13/139694.55/47714.83 | 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-07-29T03:19:49.507832" elapsed="0.000278"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-07-29T03:19:49.510486" 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-07-29T03:19:49.508258" elapsed="0.002284"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-07-29T03:19:49.512926" level="INFO">126205.88/164973.13/139694.55/47714.83</msg>
<arg>${results_list[7]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-07-29T03:19:49.510701" elapsed="0.002283"/>
</kw>
<kw name="Split String" owner="String">
<msg time="2026-07-29T03:19:49.515314" 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-07-29T03:19:49.513132" elapsed="0.002210"/>
</kw>
<kw name="Split String" owner="String">
<msg time="2026-07-29T03:19:49.517770" level="INFO">@{result_value_list} = [ 126205.88 | 164973.13 | 139694.55 | 47714.83 ]</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-07-29T03:19:49.515535" elapsed="0.002263"/>
</kw>
<kw name="Get Length" owner="BuiltIn">
<msg time="2026-07-29T03:19:49.518251" level="INFO">Length is 4.</msg>
<msg time="2026-07-29T03:19:49.518339" 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-07-29T03:19:49.517950" elapsed="0.000413"/>
</kw>
<for flavor="IN RANGE">
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-07-29T03:19:49.523243" level="INFO">min :: 126205.88</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-07-29T03:19:49.518749" elapsed="0.004560"/>
</kw>
<var name="${i}">0</var>
<status status="PASS" start="2026-07-29T03:19:49.518607" elapsed="0.004738"/>
</iter>
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-07-29T03:19:49.527962" level="INFO">max :: 164973.13</msg>
<arg>${result_name_list[${i}]} :: ${result_value_list[${i}]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-07-29T03:19:49.523567" elapsed="0.004450"/>
</kw>
<var name="${i}">1</var>
<status status="PASS" start="2026-07-29T03:19:49.523436" elapsed="0.004617"/>
</iter>
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-07-29T03:19:49.532521" level="INFO">avg :: 139694.55</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-07-29T03:19:49.528269" elapsed="0.004308"/>
</kw>
<var name="${i}">2</var>
<status status="PASS" start="2026-07-29T03:19:49.528142" elapsed="0.004469"/>
</iter>
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-07-29T03:19:49.537195" level="INFO">stdev :: 47714.83</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-07-29T03:19:49.532884" elapsed="0.004368"/>
</kw>
<var name="${i}">3</var>
<status status="PASS" start="2026-07-29T03:19:49.532754" elapsed="0.004534"/>
</iter>
<var>${i}</var>
<value>0</value>
<value>${num_stats}</value>
<status status="PASS" start="2026-07-29T03:19:49.518426" elapsed="0.018893"/>
</for>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-07-29T03:19:49.541185" level="INFO">${min} = 126205.88</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-07-29T03:19:49.537479" elapsed="0.003734"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-07-29T03:19:49.545125" level="INFO">${max} = 164973.13</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-07-29T03:19:49.541365" elapsed="0.003788"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-07-29T03:19:49.549050" level="INFO">${average} = 139694.55</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-07-29T03:19:49.545316" elapsed="0.003760"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-07-29T03:19:49.553033" level="INFO">${stdev} = 47714.83</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-07-29T03:19:49.549230" elapsed="0.003830"/>
</kw>
<kw name="Get Time" owner="BuiltIn">
<msg time="2026-07-29T03:19:49.553569" level="INFO">${date} = 2026-07-29 03:19:49</msg>
<var>${date}</var>
<arg>d,m,s</arg>
<doc>Returns the given time in the requested format.</doc>
<status status="PASS" start="2026-07-29T03:19:49.553220" elapsed="0.000374"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-07-29T03:19:49.554165" level="INFO">CBench Result: 2026-07-29 03:19:49,-t -m 60000 -M 100 -S 16 -l 10 -D 5000 -p 6633,126205.88,164973.13,139694.55,47714.83</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-07-29T03:19:49.553755" elapsed="0.000465"/>
</kw>
<kw name="Log Results And Determine Status">
<kw name="Append To File" owner="OperatingSystem">
<msg time="2026-07-29T03:19:49.555235" 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-07-29T03:19:49.554836" elapsed="0.000464"/>
</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-07-29T03:19:49.555449" 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-07-29T03:19:49.554356" elapsed="0.001635"/>
</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-07-29T03:09:39.414826" elapsed="610.141223"/>
</kw>
<kw name="Sleep" owner="BuiltIn">
<msg time="2026-07-29T03:19:49.556508" 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-07-29T03:19:49.556198" elapsed="0.000364"/>
</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-07-29T03:19:49.557091" elapsed="0.000259"/>
</kw>
<status status="PASS" start="2026-07-29T03:19:49.556797" elapsed="0.000624"/>
</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-07-29T03:09:39.413013" elapsed="610.144444"/>
</test>
<test id="s1-t3" name="Rerun Latency Test To Check Bug 6176" line="65">
<kw name="Log" owner="BuiltIn">
<msg time="2026-07-29T03:19:49.559039" 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-07-29T03:19:49.558646" elapsed="0.000450"/>
</kw>
<kw name="Run Cbench And Log Results">
<kw name="Set Suite Variable" owner="BuiltIn">
<msg time="2026-07-29T03:19:49.560538" 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-07-29T03:19:49.560004" elapsed="0.000577"/>
</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-07-29T03:19:49.560941" elapsed="0.000022"/>
</kw>
<status status="NOT RUN" start="2026-07-29T03:19:49.560718" elapsed="0.000282"/>
</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-07-29T03:19:49.564141" elapsed="0.000022"/>
</kw>
<status status="NOT RUN" start="2026-07-29T03:19:49.563893" elapsed="0.000304"/>
</branch>
<status status="PASS" start="2026-07-29T03:19:49.563873" elapsed="0.000351"/>
</if>
<kw name="Get Connection" owner="SSHLibrary">
<msg time="2026-07-29T03:19:49.564533" 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-07-29T03:19:49.564649" 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-07-29T03:19:49.564356" elapsed="0.000360"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-07-29T03:19:49.565270" level="INFO">Attempting to execute command "/usr/local/bin/cbench -c 10.30.171.23 -m 60000 -M 100 -S 16 -l 10 -D 5000 -p 6633" on remote system "10.30.170.81" 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-07-29T03:19:49.564851" elapsed="0.000476"/>
</kw>
<kw name="Open Connection" owner="SSHLibrary">
<msg time="2026-07-29T03:19:49.565870" 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-07-29T03:19:49.565465" elapsed="0.000437"/>
</kw>
<kw name="Flexible_SSH_Login" owner="SSHKeywords">
<kw name="Get Length" owner="BuiltIn">
<msg time="2026-07-29T03:19:49.566785" level="INFO">Length is 0.</msg>
<msg time="2026-07-29T03:19:49.566873" 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-07-29T03:19:49.566473" elapsed="0.000424"/>
</kw>
<kw name="Run Keyword And Return If" owner="BuiltIn">
<arg>${pwd_length} &gt; 0</arg>
<arg>SSHLibrary.Login</arg>
<arg>${user}</arg>
<arg>${password}</arg>
<arg>delay=${delay}</arg>
<doc>Runs the specified keyword and returns from the enclosing user keyword.</doc>
<status status="PASS" start="2026-07-29T03:19:49.567035" elapsed="0.000325"/>
</kw>
<kw name="Run Keyword And Return" owner="BuiltIn">
<kw name="Login With Public Key" owner="SSHLibrary">
<msg time="2026-07-29T03:19:49.568207" level="INFO">Logging into '10.30.170.81:22' as 'jenkins'.</msg>
<msg time="2026-07-29T03:19:50.143215" 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 Wed Jul 29 03:19:49 UTC 2026

  System load:  0.18               Processes:             103
  Usage of /:   19.3% of 38.58GB   Users logged in:       0
  Memory usage: 4%                 IPv4 address for ens3: 10.30.170.81
  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: Wed Jul 29 03:09:39 2026 from 10.30.170.58
[?2004h[jenkins@releng-00446-40-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-07-29T03:19:49.567860" elapsed="0.575536"/>
</kw>
<msg time="2026-07-29T03:19:50.143481" 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-07-29T03:19:49.567507" elapsed="0.576055"/>
</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-07-29T03:19:49.566104" elapsed="0.577583"/>
</kw>
<kw name="Execute Command" owner="SSHLibrary">
<msg time="2026-07-29T03:19:50.144190" level="INFO">Executing command '/usr/local/bin/cbench -c 10.30.171.23 -m 60000 -M 100 -S 16 -l 10 -D 5000 -p 6633'.</msg>
<msg time="2026-07-29T03:29:56.184969" level="INFO">Command exited with return code 0.</msg>
<msg time="2026-07-29T03:29:56.185426" level="INFO">${stdout} = </msg>
<msg time="2026-07-29T03:29:56.185528" level="INFO">${stderr} = cbench: controller benchmarking tool
   running in mode 'latency'
   connecting to controller at 10.30.171.23: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-07-29T03:19:50.143899" elapsed="606.041677"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-07-29T03:29:56.185940" elapsed="0.000491"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-07-29T03:29:56.187186" level="INFO">cbench: controller benchmarking tool
   running in mode 'latency'
   connecting to controller at 10.30.171.23:6633 
   faking 16 switches with 1 threads :: 10 tests each; 60000 ms per test
   with 100 unique source MACs per switch
   learning destination mac addresses before the test
   starting test with 5000 ms delay after features_reply
   ignoring first 1 "warmup" and last 0 "cooldown" loops
   debugging info is off
Master Thread: Creating thread-0! 
Thread-0: All switches initialized. Running at node 10.30.171.23. So far 1 cbench instances have initialized their switches.  Waiting for other cbench-instances
Thread-0: Total switches from ALL cbench-instances initialized.
03:20:55.274 16  switches: flows:  105399 102852 101091 101456 101121 102345 102812 104304 101027 101559 101219 101890 100141 102186 103204 99551  total = 27.202617 per ms 
03:21:55.375 16  switches: flows:  110585 109004 106952 109027 110090 108649 110503 106579 103936 104662 109469 107783 103232 105577 106932 107196  total = 28.621713 per ms 
03:22:55.477 16  switches: flows:  117390 116078 116270 115014 117445 115071 116735 114625 113280 112441 116695 114451 110806 112186 113022 113828  total = 30.537837 per ms 
03:23:55.578 16  switches: flows:  124343 124273 123576 124066 123122 123035 125056 123009 119377 122989 123165 122486 118661 119500 121794 121931  total = 32.618593 per ms 
03:24:55.679 16  switches: flows:  123159 122618 119487 120980 120695 120411 122336 121587 118326 120347 121431 119934 116096 116703 119256 119503  total = 31.994281 per ms 
03:25:55.780 16  switches: flows:  127542 126840 124949 124797 125835 125432 125513 124446 120813 123071 125914 125266 121960 121373 121988 124329  total = 33.112488 per ms 
03:26:55.882 16  switches: flows:  128607 128015 124969 124164 126059 127697 126784 126107 122576 124752 126927 126044 119941 122027 123863 125008  total = 33.336625 per ms 
03:27:55.983 16  switches: flows:  126778 125471 122196 122778 124898 124499 124152 122073 120692 121282 124282 123319 118259 119781 121580 122012  total = 32.679600 per ms 
03:28:56.084 16  switches: flows:  128598 128483 124161 124370 128316 126553 125473 122418 121868 122462 125783 124415 120351 121222 121287 124071  total = 33.108513 per ms 
03:29:56.185 16  switches: flows:  129301 127665 124005 124481 127697 125929 126653 125701 121400 124149 126514 126138 120671 121668 122714 125267  total = 33.276957 per ms 
RESULT: 16 switches 9 tests min/max/avg/stdev = 28621.71/33336.62/32142.96/10818.01 responses/s</msg>
<arg>${stderr}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-07-29T03:29:56.186693" elapsed="0.000708"/>
</kw>
<if>
<branch type="IF" condition="&quot;${return_stdout}&quot;!=&quot;True&quot;">
<return>
<value>${stderr}</value>
<status status="PASS" start="2026-07-29T03:29:56.187751" elapsed="0.000049"/>
</return>
<status status="PASS" start="2026-07-29T03:29:56.187522" elapsed="0.000328"/>
</branch>
<status status="PASS" start="2026-07-29T03:29:56.187488" elapsed="0.000397"/>
</if>
<if>
<branch type="IF" condition="&quot;${return_stderr}&quot;!=&quot;True&quot;">
<return>
<value>${stdout}</value>
<status status="NOT RUN" start="2026-07-29T03:29:56.188017" elapsed="0.000018"/>
</return>
<status status="NOT RUN" start="2026-07-29T03:29:56.187965" elapsed="0.000108"/>
</branch>
<status status="NOT RUN" start="2026-07-29T03:29:56.187943" elapsed="0.000160"/>
</if>
<return>
<value>${stdout}</value>
<value>${stderr}</value>
<status status="NOT RUN" start="2026-07-29T03:29:56.188146" 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-07-29T03:29:56.192034" elapsed="0.000492"/>
</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-07-29T03:29:56.192756" elapsed="0.000230"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-07-29T03:29:56.193168" elapsed="0.000140"/>
</kw>
<arg>${current_ssh_connection.index}</arg>
<doc>Restore active SSH connection in SSHLibrary to given index.</doc>
<status status="PASS" start="2026-07-29T03:29:56.188576" elapsed="0.004808"/>
</kw>
<msg time="2026-07-29T03:29:56.193582" level="INFO">${output} = cbench: controller benchmarking tool
   running in mode 'latency'
   connecting to controller at 10.30.171.23: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-07-29T03:19:49.561384" elapsed="606.632236"/>
</kw>
<status status="PASS" start="2026-07-29T03:19:49.561025" elapsed="606.632686"/>
</branch>
<status status="PASS" start="2026-07-29T03:19:49.560696" elapsed="606.633048"/>
</if>
<kw name="Log" owner="BuiltIn">
<msg time="2026-07-29T03:29:56.194345" level="INFO">cbench: controller benchmarking tool
   running in mode 'latency'
   connecting to controller at 10.30.171.23:6633 
   faking 16 switches with 1 threads :: 10 tests each; 60000 ms per test
   with 100 unique source MACs per switch
   learning destination mac addresses before the test
   starting test with 5000 ms delay after features_reply
   ignoring first 1 "warmup" and last 0 "cooldown" loops
   debugging info is off
Master Thread: Creating thread-0! 
Thread-0: All switches initialized. Running at node 10.30.171.23. So far 1 cbench instances have initialized their switches.  Waiting for other cbench-instances
Thread-0: Total switches from ALL cbench-instances initialized.
03:20:55.274 16  switches: flows:  105399 102852 101091 101456 101121 102345 102812 104304 101027 101559 101219 101890 100141 102186 103204 99551  total = 27.202617 per ms 
03:21:55.375 16  switches: flows:  110585 109004 106952 109027 110090 108649 110503 106579 103936 104662 109469 107783 103232 105577 106932 107196  total = 28.621713 per ms 
03:22:55.477 16  switches: flows:  117390 116078 116270 115014 117445 115071 116735 114625 113280 112441 116695 114451 110806 112186 113022 113828  total = 30.537837 per ms 
03:23:55.578 16  switches: flows:  124343 124273 123576 124066 123122 123035 125056 123009 119377 122989 123165 122486 118661 119500 121794 121931  total = 32.618593 per ms 
03:24:55.679 16  switches: flows:  123159 122618 119487 120980 120695 120411 122336 121587 118326 120347 121431 119934 116096 116703 119256 119503  total = 31.994281 per ms 
03:25:55.780 16  switches: flows:  127542 126840 124949 124797 125835 125432 125513 124446 120813 123071 125914 125266 121960 121373 121988 124329  total = 33.112488 per ms 
03:26:55.882 16  switches: flows:  128607 128015 124969 124164 126059 127697 126784 126107 122576 124752 126927 126044 119941 122027 123863 125008  total = 33.336625 per ms 
03:27:55.983 16  switches: flows:  126778 125471 122196 122778 124898 124499 124152 122073 120692 121282 124282 123319 118259 119781 121580 122012  total = 32.679600 per ms 
03:28:56.084 16  switches: flows:  128598 128483 124161 124370 128316 126553 125473 122418 121868 122462 125783 124415 120351 121222 121287 124071  total = 33.108513 per ms 
03:29:56.185 16  switches: flows:  129301 127665 124005 124481 127697 125929 126653 125701 121400 124149 126514 126138 120671 121668 122714 125267  total = 33.276957 per ms 
RESULT: 16 switches 9 tests min/max/avg/stdev = 28621.71/33336.62/32142.96/10818.01 responses/s</msg>
<arg>${output}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-07-29T03:29:56.193939" elapsed="0.000513"/>
</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-07-29T03:29:56.194676" elapsed="0.000500"/>
</kw>
<kw name="Get Lines Containing String" owner="String">
<msg time="2026-07-29T03:29:56.195720" level="INFO">1 out of 23 lines matched.</msg>
<msg time="2026-07-29T03:29:56.195847" level="INFO">${result_line} = RESULT: 16 switches 9 tests min/max/avg/stdev = 28621.71/33336.62/32142.96/10818.01 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-07-29T03:29:56.195402" elapsed="0.000480"/>
</kw>
<kw name="Split String" owner="String">
<msg time="2026-07-29T03:29:56.196445" level="INFO">@{results_list} = [ RESULT: | 16 | switches | 9 | tests | min/max/avg/stdev | = | 28621.71/33336.62/32142.96/10818.01 | 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-07-29T03:29:56.196095" elapsed="0.000387"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-07-29T03:29:56.199425" 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-07-29T03:29:56.196702" elapsed="0.002780"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-07-29T03:29:56.201877" level="INFO">28621.71/33336.62/32142.96/10818.01</msg>
<arg>${results_list[7]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-07-29T03:29:56.199626" elapsed="0.002308"/>
</kw>
<kw name="Split String" owner="String">
<msg time="2026-07-29T03:29:56.204280" 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-07-29T03:29:56.202085" elapsed="0.002222"/>
</kw>
<kw name="Split String" owner="String">
<msg time="2026-07-29T03:29:56.206754" level="INFO">@{result_value_list} = [ 28621.71 | 33336.62 | 32142.96 | 10818.01 ]</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-07-29T03:29:56.204498" elapsed="0.002283"/>
</kw>
<kw name="Get Length" owner="BuiltIn">
<msg time="2026-07-29T03:29:56.207236" level="INFO">Length is 4.</msg>
<msg time="2026-07-29T03:29:56.207323" 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-07-29T03:29:56.206934" elapsed="0.000415"/>
</kw>
<for flavor="IN RANGE">
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-07-29T03:29:56.212019" level="INFO">min :: 28621.71</msg>
<arg>${result_name_list[${i}]} :: ${result_value_list[${i}]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-07-29T03:29:56.207737" elapsed="0.004338"/>
</kw>
<var name="${i}">0</var>
<status status="PASS" start="2026-07-29T03:29:56.207595" elapsed="0.004514"/>
</iter>
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-07-29T03:29:56.216602" level="INFO">max :: 33336.62</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-07-29T03:29:56.212320" elapsed="0.004350"/>
</kw>
<var name="${i}">1</var>
<status status="PASS" start="2026-07-29T03:29:56.212195" elapsed="0.004511"/>
</iter>
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-07-29T03:29:56.221252" level="INFO">avg :: 32142.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-07-29T03:29:56.216913" elapsed="0.004395"/>
</kw>
<var name="${i}">2</var>
<status status="PASS" start="2026-07-29T03:29:56.216788" elapsed="0.004555"/>
</iter>
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-07-29T03:29:56.225925" level="INFO">stdev :: 10818.01</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-07-29T03:29:56.221578" elapsed="0.004402"/>
</kw>
<var name="${i}">3</var>
<status status="PASS" start="2026-07-29T03:29:56.221426" elapsed="0.004588"/>
</iter>
<var>${i}</var>
<value>0</value>
<value>${num_stats}</value>
<status status="PASS" start="2026-07-29T03:29:56.207415" elapsed="0.018629"/>
</for>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-07-29T03:29:56.230372" level="INFO">${min} = 28621.71</msg>
<var>${min}</var>
<arg>${result_value_list[${0}]}</arg>
<doc>Returns the given values which can then be assigned to a variables.</doc>
<status status="PASS" start="2026-07-29T03:29:56.226198" elapsed="0.004202"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-07-29T03:29:56.234258" level="INFO">${max} = 33336.62</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-07-29T03:29:56.230555" elapsed="0.003730"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-07-29T03:29:56.238119" level="INFO">${average} = 32142.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-07-29T03:29:56.234437" elapsed="0.003709"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-07-29T03:29:56.241995" level="INFO">${stdev} = 10818.01</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-07-29T03:29:56.238297" elapsed="0.003725"/>
</kw>
<kw name="Get Time" owner="BuiltIn">
<msg time="2026-07-29T03:29:56.242522" level="INFO">${date} = 2026-07-29 03:29:56</msg>
<var>${date}</var>
<arg>d,m,s</arg>
<doc>Returns the given time in the requested format.</doc>
<status status="PASS" start="2026-07-29T03:29:56.242185" elapsed="0.000363"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-07-29T03:29:56.243129" level="INFO">CBench Result: 2026-07-29 03:29:56,-m 60000 -M 100 -S 16 -l 10 -D 5000 -p 6633,28621.71,33336.62,32142.96,10818.01</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-07-29T03:29:56.242713" elapsed="0.000472"/>
</kw>
<kw name="Log Results And Determine Status">
<kw name="Append To File" owner="OperatingSystem">
<msg time="2026-07-29T03:29:56.244886" 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-07-29T03:29:56.243839" elapsed="0.001117"/>
</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-07-29T03:29:56.245107" elapsed="0.000492"/>
</kw>
<arg>${min}</arg>
<arg>${max}</arg>
<arg>${average}</arg>
<arg>${average_threshold}</arg>
<arg>${output_filename}</arg>
<status status="PASS" start="2026-07-29T03:29:56.243321" elapsed="0.002357"/>
</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-07-29T03:19:49.559407" elapsed="606.686332"/>
</kw>
<kw name="Sleep" owner="BuiltIn">
<msg time="2026-07-29T03:29:56.246204" 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-07-29T03:29:56.245885" elapsed="0.000376"/>
</kw>
<kw name="Report Failure Due To Bug" owner="Utils" type="TEARDOWN">
<kw name="Evaluate" owner="BuiltIn">
<msg time="2026-07-29T03:29:56.247445" 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-07-29T03:29:56.246973" elapsed="0.000499"/>
</kw>
<if>
<branch type="IF" condition="('${TEST_STATUS}' != 'FAIL') or ${test_skipped}">
<return>
<status status="PASS" start="2026-07-29T03:29:56.247708" elapsed="0.000031"/>
</return>
<status status="PASS" start="2026-07-29T03:29:56.247547" elapsed="0.000223"/>
</branch>
<status status="PASS" start="2026-07-29T03:29:56.247528" elapsed="0.000266"/>
</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-07-29T03:29:56.247940" 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-07-29T03:29:56.248096" 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-07-29T03:29:56.248254" elapsed="0.000020"/>
</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-07-29T03:29:56.248452" 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-07-29T03:29:56.248603" 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-07-29T03:29:56.248764" elapsed="0.000030"/>
</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-07-29T03:29:56.248920" 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-07-29T03:29:56.249145" elapsed="0.000021"/>
</kw>
<status status="NOT RUN" start="2026-07-29T03:29:56.249007" elapsed="0.000191"/>
</branch>
<status status="NOT RUN" start="2026-07-29T03:29:56.248990" elapsed="0.000231"/>
</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-07-29T03:29:56.246625" elapsed="0.002647"/>
</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-07-29T03:19:49.558066" elapsed="606.691252"/>
</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-07-29T02:59:30.173400" elapsed="1826.076482"/>
</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>
