<?xml version="1.0" encoding="UTF-8"?>
<robot generator="Robot 7.4.2 (Python 3.11.10 on linux)" generated="2026-09-13T02:42:35.908180" 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-09-13T02:42:36.491009" elapsed="0.000021"/>
</return>
<status status="NOT RUN" start="2026-09-13T02:42:36.490872" elapsed="0.000206"/>
</branch>
<status status="PASS" start="2026-09-13T02:42:36.490843" elapsed="0.000261"/>
</if>
<kw name="Open Connection" owner="SSHLibrary">
<arg>${controller}</arg>
<arg>port=${karaf_port}</arg>
<arg>prompt=${KARAF_PROMPT_LOGIN}</arg>
<arg>timeout=${timeout}</arg>
<doc>Opens a new SSH connection to the given ``host`` and ``port``.</doc>
<status status="PASS" start="2026-09-13T02:42:36.491239" elapsed="0.000516"/>
</kw>
<kw name="Login" owner="SSHLibrary">
<msg time="2026-09-13T02:42:36.492287" level="INFO">Logging into '10.30.171.240:8101' as 'karaf'.</msg>
<msg time="2026-09-13T02:42:37.171210" level="INFO">Read output: [33m                                                                                           
[33m    ________                       ________                .__  .__       .__     __       
[33m    \_____  \ ______   ____   ____ \______ \ _____  ___.__.|  | |__| ____ |  |___/  |_     
[33m     /   |   \\____ \_/ __ \ /    \ |    |  \\__  \&lt;   |  ||  | |  |/ ___\|  |  \   __\    
[33m    /    |    \  |_&gt; &gt;  ___/|   |  \|    `   \/ __ \\___  ||  |_|  / /_/  &gt;   Y  \  |      
[33m    \_______  /   __/ \___  &gt;___|  /_______  (____  / ____||____/__\___  /|___|  /__|      
[33m            \/|__|        \/     \/        \/     \/\/            /_____/      \/          
[33m                                                                                           

Hit '[1m&lt;tab&gt;[0m' for a list of available commands
and '[1m[cmd] --help[0m' for help on a specific command.
Hit '[1m&lt;ctrl-d&gt;[0m' or type '[1msystem:shutdown[0m' or '[1mlogout[0m' to shutdown OpenDaylight.

[?1h=[90m~[0m                                                                                [?2004hopendaylight-user</msg>
<arg>${KARAF_USER}</arg>
<arg>${KARAF_PASSWORD}</arg>
<arg>loglevel=${loglevel}</arg>
<doc>Logs into the SSH server with the given ``username`` and ``password``.</doc>
<status status="PASS" start="2026-09-13T02:42:36.491960" elapsed="0.679435"/>
</kw>
<kw name="Write" owner="SSHLibrary">
<msg time="2026-09-13T02:42:37.221081" level="INFO">@root&gt;log:set ERROR</msg>
<arg>${cmd}</arg>
<doc>Writes the given ``text`` on the remote machine and appends a newline.</doc>
<status status="PASS" start="2026-09-13T02:42:37.171704" elapsed="0.049533"/>
</kw>
<kw name="Read Until Regexp" owner="SSHLibrary">
<msg time="2026-09-13T02:42:37.223427" level="INFO">[?1l&gt;[?2004l[?1h=[90m~[0m                                                                                [?2004hopendaylight-user@root&gt;</msg>
<msg time="2026-09-13T02:42:37.223539" level="INFO">${output} = [?1l&gt;[?2004l[?1h=[90m~[0m                                                                                [?2004hopendaylight-user@root&gt;</msg>
<var>${output}</var>
<arg>${KARAF_PROMPT}</arg>
<doc>Consumes and returns the server output until a match to ``regexp`` is found.</doc>
<status status="PASS" start="2026-09-13T02:42:37.221509" elapsed="0.002077"/>
</kw>
<kw name="Write Bare" owner="SSHLibrary">
<arg>logout\n</arg>
<doc>Writes the given ``text`` on the remote machine without appending a newline.</doc>
<status status="PASS" start="2026-09-13T02:42:37.223758" elapsed="0.000273"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-09-13T02:42:37.224184" elapsed="0.000214"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-09-13T02:42:37.224899" level="INFO">[?1l&gt;[?2004l[?1h=[90m~[0m                                                                                [?2004hopendaylight-user@root&gt;</msg>
<arg>${output}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-09-13T02:42:37.224540" elapsed="0.000424"/>
</kw>
<return>
<value>${output}</value>
<status status="PASS" start="2026-09-13T02:42:37.225024" elapsed="0.000060"/>
</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.240
Note that this keyword will open&amp;close new SSH connection, without switching back to previously current session.</doc>
<status status="PASS" start="2026-09-13T02:42:36.490509" elapsed="0.734693"/>
</kw>
<arg>3x</arg>
<arg>1s</arg>
<arg>KarafKeywords.Issue Command On Karaf Console</arg>
<arg>log:set ${log_level}</arg>
<doc>Runs the specified keyword and retries if it fails.</doc>
<status status="PASS" start="2026-09-13T02:42:36.487097" elapsed="0.738165"/>
</kw>
<kw name="Append To File" owner="OperatingSystem">
<msg time="2026-09-13T02:42:37.225886" 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-09-13T02:42:37.225437" elapsed="0.000509"/>
</kw>
<kw name="Append To File" owner="OperatingSystem">
<msg time="2026-09-13T02:42:37.226347" 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-09-13T02:42:37.226100" elapsed="0.000311"/>
</kw>
<kw name="Evaluate" owner="BuiltIn">
<msg time="2026-09-13T02:42:37.226968" level="INFO">${duration_in_ms} = 60000</msg>
<var>${duration_in_ms}</var>
<arg>${duration_in_secs} * 1000</arg>
<doc>Evaluates the given expression in Python and returns the result.</doc>
<status status="PASS" start="2026-09-13T02:42:37.226557" elapsed="0.000437"/>
</kw>
<kw name="Set Suite Variable" owner="BuiltIn">
<msg time="2026-09-13T02:42:37.227659" level="INFO">${duration_in_ms} = 60000</msg>
<arg>${duration_in_ms}</arg>
<doc>Makes a variable available everywhere within the scope of the current suite.</doc>
<status status="PASS" start="2026-09-13T02:42:37.227151" elapsed="0.000551"/>
</kw>
<kw name="Evaluate" owner="BuiltIn">
<msg time="2026-09-13T02:42:37.228190" level="INFO">${test_timeout} = 900.0</msg>
<var>${test_timeout}</var>
<arg>(${loops} * ${duration_in_secs}) * 1.5</arg>
<doc>Evaluates the given expression in Python and returns the result.</doc>
<status status="PASS" start="2026-09-13T02:42:37.227841" elapsed="0.000373"/>
</kw>
<kw name="Set Suite Variable" owner="BuiltIn">
<msg time="2026-09-13T02:42:37.228694" level="INFO">${test_timeout} = 900.0</msg>
<arg>${test_timeout}</arg>
<doc>Makes a variable available everywhere within the scope of the current suite.</doc>
<status status="PASS" start="2026-09-13T02:42:37.228363" elapsed="0.000372"/>
</kw>
<if>
<branch type="IF" condition="&quot;${cbench_system}&quot; == &quot;localhost&quot;">
<kw name="File Should Exist" owner="OperatingSystem">
<arg>${cbench_executable}</arg>
<doc>Fails unless the given ``path`` points to an existing file.</doc>
<status status="NOT RUN" start="2026-09-13T02:42:37.229043" elapsed="0.000024"/>
</kw>
<status status="NOT RUN" start="2026-09-13T02:42:37.228816" elapsed="0.000285"/>
</branch>
<branch type="ELSE">
<kw name="Verify File Exists On Remote System" owner="Utils">
<kw name="Open Connection" owner="SSHLibrary">
<msg time="2026-09-13T02:42:37.233406" level="INFO">${conn_id} = 2</msg>
<var>${conn_id}</var>
<arg>${system}</arg>
<arg>prompt=${prompt}</arg>
<arg>timeout=${prompt_timeout}</arg>
<doc>Opens a new SSH connection to the given ``host`` and ``port``.</doc>
<status status="PASS" start="2026-09-13T02:42:37.233006" elapsed="0.000425"/>
</kw>
<kw name="Flexible_SSH_Login" owner="SSHKeywords">
<kw name="Get Length" owner="BuiltIn">
<msg time="2026-09-13T02:42:37.234443" level="INFO">Length is 0.</msg>
<msg time="2026-09-13T02:42:37.234518" level="INFO">${pwd_length} = 0</msg>
<var>${pwd_length}</var>
<arg>${password}</arg>
<doc>Returns and logs the length of the given item as an integer.</doc>
<status status="PASS" start="2026-09-13T02:42:37.233995" elapsed="0.000546"/>
</kw>
<kw name="Run Keyword And Return If" owner="BuiltIn">
<arg>${pwd_length} &gt; 0</arg>
<arg>SSHLibrary.Login</arg>
<arg>${user}</arg>
<arg>${password}</arg>
<arg>delay=${delay}</arg>
<doc>Runs the specified keyword and returns from the enclosing user keyword.</doc>
<status status="PASS" start="2026-09-13T02:42:37.234709" elapsed="0.000321"/>
</kw>
<kw name="Run Keyword And Return" owner="BuiltIn">
<kw name="Login With Public Key" owner="SSHLibrary">
<msg time="2026-09-13T02:42:37.236004" level="INFO">Logging into '10.30.170.143:22' as 'jenkins'.</msg>
<msg time="2026-09-13T02:42:37.706487" level="INFO">Read output: Welcome to Ubuntu 22.04.5 LTS (GNU/Linux 5.15.0-187-generic x86_64)

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

 System information as of Sun Sep 13 02:42:05 UTC 2026

  System load:  0.32               Processes:             111
  Usage of /:   19.8% of 38.58GB   Users logged in:       0
  Memory usage: 4%                 IPv4 address for ens3: 10.30.170.143
  Swap usage:   0%


Expanded Security Maintenance for Applications is not enabled.

5 updates can be applied immediately.
To see these additional updates run: apt list --upgradable

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


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


[?2004h[jenkins@releng-00446-84-1-mininet-ovs-217-0 ~]&gt;</msg>
<arg>${user}</arg>
<arg>${USER_HOME}/.ssh/${SSH_KEY}</arg>
<arg>${KEYFILE_PASS}</arg>
<arg>delay=${delay}</arg>
<doc>Logs into the SSH server using key-based authentication.</doc>
<status status="PASS" start="2026-09-13T02:42:37.235482" elapsed="0.471226"/>
</kw>
<msg time="2026-09-13T02:42:37.706811" level="INFO">Returning from the enclosing user keyword.</msg>
<arg>SSHLibrary.Login With Public Key</arg>
<arg>${user}</arg>
<arg>${USER_HOME}/.ssh/${SSH_KEY}</arg>
<arg>${KEYFILE_PASS}</arg>
<arg>delay=${delay}</arg>
<doc>Runs the specified keyword and returns from the enclosing user keyword.</doc>
<status status="PASS" start="2026-09-13T02:42:37.235169" elapsed="0.471743"/>
</kw>
<arg>${user}</arg>
<arg>${password}</arg>
<doc>On active SSH session: if given non-empty password, do Login, else do Login With Public Key.</doc>
<status status="PASS" start="2026-09-13T02:42:37.233664" elapsed="0.473379"/>
</kw>
<kw name="File Should Exist" owner="SSHLibrary">
<msg time="2026-09-13T02:42:37.715944" level="INFO">[chan 1] Opened sftp connection (server version 3)</msg>
<arg>${file}</arg>
<doc>Fails if the given ``path`` does NOT point to an existing file.</doc>
<status status="PASS" start="2026-09-13T02:42:37.707276" elapsed="0.010530"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-09-13T02:42:37.718062" elapsed="0.000380"/>
</kw>
<arg>${cbench_system}</arg>
<arg>${cbench_executable}</arg>
<doc>Will create connection with public key and will PASS if the given ${file} exists,
otherwise will FAIL</doc>
<status status="PASS" start="2026-09-13T02:42:37.232462" elapsed="0.486071"/>
</kw>
<status status="PASS" start="2026-09-13T02:42:37.229171" elapsed="0.489428"/>
</branch>
<status status="PASS" start="2026-09-13T02:42:37.228793" elapsed="0.489872"/>
</if>
<kw name="Should Be True" owner="BuiltIn">
<arg>${loops} &gt;= 2</arg>
<arg>If number of loops is less than 2, cbench will not run</arg>
<doc>Fails if the given condition is not true.</doc>
<status status="PASS" start="2026-09-13T02:42:37.718927" elapsed="0.000651"/>
</kw>
<kw name="Verify_Feature_Is_Installed" owner="KarafKeywords">
<if>
<branch type="IF" condition="'${IS_KARAF_APPL}' == 'False'">
<return>
<value>Not A Karaf App</value>
<status status="NOT RUN" start="2026-09-13T02:42:37.725506" elapsed="0.000025"/>
</return>
<status status="NOT RUN" start="2026-09-13T02:42:37.725332" elapsed="0.000267"/>
</branch>
<status status="PASS" start="2026-09-13T02:42:37.725300" elapsed="0.000333"/>
</if>
<kw name="Issue_Command_On_Karaf_Console" owner="KarafKeywords">
<if>
<branch type="IF" condition="'${IS_KARAF_APPL}' == 'False'">
<return>
<value>Not A Karaf App</value>
<status status="NOT RUN" start="2026-09-13T02:42:37.731164" elapsed="0.000025"/>
</return>
<status status="NOT RUN" start="2026-09-13T02:42:37.730972" elapsed="0.000289"/>
</branch>
<status status="PASS" start="2026-09-13T02:42:37.730947" elapsed="0.000352"/>
</if>
<kw name="Open Connection" owner="SSHLibrary">
<arg>${controller}</arg>
<arg>port=${karaf_port}</arg>
<arg>prompt=${KARAF_PROMPT_LOGIN}</arg>
<arg>timeout=${timeout}</arg>
<doc>Opens a new SSH connection to the given ``host`` and ``port``.</doc>
<status status="PASS" start="2026-09-13T02:42:37.731518" elapsed="0.000710"/>
</kw>
<kw name="Login" owner="SSHLibrary">
<msg time="2026-09-13T02:42:37.732927" level="INFO">Logging into '10.30.171.240:8101' as 'karaf'.</msg>
<msg time="2026-09-13T02:42:37.960050" level="INFO">Read output: [33m                                                                                           
[33m    ________                       ________                .__  .__       .__     __       
[33m    \_____  \ ______   ____   ____ \______ \ _____  ___.__.|  | |__| ____ |  |___/  |_     
[33m     /   |   \\____ \_/ __ \ /    \ |    |  \\__  \&lt;   |  ||  | |  |/ ___\|  |  \   __\    
[33m    /    |    \  |_&gt; &gt;  ___/|   |  \|    `   \/ __ \\___  ||  |_|  / /_/  &gt;   Y  \  |      
[33m    \_______  /   __/ \___  &gt;___|  /_______  (____  / ____||____/__\___  /|___|  /__|      
[33m            \/|__|        \/     \/        \/     \/\/            /_____/      \/          
[33m                                                                                           

Hit '[1m&lt;tab&gt;[0m' for a list of available commands
and '[1m[cmd] --help[0m' for help on a specific command.
Hit '[1m&lt;ctrl-d&gt;[0m' or type '[1msystem:shutdown[0m' or '[1mlogout[0m' to shutdown OpenDaylight.

[?1h=[90m~[0m                                                                                [?2004hopendaylight-user</msg>
<arg>${KARAF_USER}</arg>
<arg>${KARAF_PASSWORD}</arg>
<arg>loglevel=${loglevel}</arg>
<doc>Logs into the SSH server with the given ``username`` and ``password``.</doc>
<status status="PASS" start="2026-09-13T02:42:37.732472" elapsed="0.227732"/>
</kw>
<kw name="Write" owner="SSHLibrary">
<msg time="2026-09-13T02:42:38.048847" level="INFO">@root&gt;feature:list -i | 0[C 0g[Krep odl-openflowplugin-drop-test</msg>
<arg>${cmd}</arg>
<doc>Writes the given ``text`` on the remote machine and appends a newline.</doc>
<status status="PASS" start="2026-09-13T02:42:37.960467" elapsed="0.088487"/>
</kw>
<kw name="Read Until Regexp" owner="SSHLibrary">
<msg time="2026-09-13T02:42:38.053228" level="INFO">[?1l&gt;[?2004l[31;1modl-openflowplugin-drop-test[0m                                    x 1.0.2            x x        x Started x [31;1modl-openflowplugin-drop-test[0m                                    x OpenDaylight :: Openflow Plugin :: Drop Test
[?1h=[90m~[0m                                                                                [?2004hopendaylight-user@root&gt;</msg>
<msg time="2026-09-13T02:42:38.053418" level="INFO">${output} = [?1l&gt;[?2004l[31;1modl-openflowplugin-drop-test[0m                                    x 1.0.2            x x        x Started x [31;1modl-openflowplugin-drop-test[0m                     ...</msg>
<var>${output}</var>
<arg>${KARAF_PROMPT}</arg>
<doc>Consumes and returns the server output until a match to ``regexp`` is found.</doc>
<status status="PASS" start="2026-09-13T02:42:38.049153" elapsed="0.004305"/>
</kw>
<kw name="Write Bare" owner="SSHLibrary">
<arg>logout\n</arg>
<doc>Writes the given ``text`` on the remote machine without appending a newline.</doc>
<status status="PASS" start="2026-09-13T02:42:38.053624" elapsed="0.000235"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-09-13T02:42:38.054006" elapsed="0.000207"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-09-13T02:42:38.054734" level="INFO">[?1l&gt;[?2004l[31;1modl-openflowplugin-drop-test[0m                                    x 1.0.2            x x        x Started x [31;1modl-openflowplugin-drop-test[0m                                    x OpenDaylight :: Openflow Plugin :: Drop Test
[?1h=[90m~[0m                                                                                [?2004hopendaylight-user@root&gt;</msg>
<arg>${output}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-09-13T02:42:38.054356" elapsed="0.000443"/>
</kw>
<return>
<value>${output}</value>
<status status="PASS" start="2026-09-13T02:42:38.054856" elapsed="0.000058"/>
</return>
<msg time="2026-09-13T02:42:38.055079" level="INFO">${output} = [?1l&gt;[?2004l[31;1modl-openflowplugin-drop-test[0m                                    x 1.0.2            x x        x Started x [31;1modl-openflowplugin-drop-test[0m                     ...</msg>
<var>${output}</var>
<arg>feature:list -i | grep ${feature_name}</arg>
<arg>${controller}</arg>
<arg>${karaf_port}</arg>
<doc>Will execute the given ${cmd} by ssh'ing to the karaf console running on 10.30.171.240
Note that this keyword will open&amp;close new SSH connection, without switching back to previously current session.</doc>
<status status="PASS" start="2026-09-13T02:42:37.730475" elapsed="0.324641"/>
</kw>
<kw name="Should Contain" owner="BuiltIn">
<arg>${output}</arg>
<arg>${feature_name}</arg>
<doc>Fails if ``container`` does not contain ``item`` one or more times.</doc>
<status status="PASS" start="2026-09-13T02:42:38.055285" elapsed="0.000674"/>
</kw>
<return>
<value>${output}</value>
<status status="PASS" start="2026-09-13T02:42:38.056013" elapsed="0.000032"/>
</return>
<arg>odl-openflowplugin-drop-test</arg>
<doc>Will Succeed if the given ${feature_name} is found in the output of "feature:list -i"</doc>
<status status="PASS" start="2026-09-13T02:42:37.724947" elapsed="0.331213"/>
</kw>
<kw name="Issue_Command_On_Karaf_Console" owner="KarafKeywords">
<if>
<branch type="IF" condition="'${IS_KARAF_APPL}' == 'False'">
<return>
<value>Not A Karaf App</value>
<status status="NOT RUN" start="2026-09-13T02:42:38.060131" elapsed="0.000016"/>
</return>
<status status="NOT RUN" start="2026-09-13T02:42:38.060001" elapsed="0.000177"/>
</branch>
<status status="PASS" start="2026-09-13T02:42:38.059978" 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-09-13T02:42:38.060325" elapsed="0.000624"/>
</kw>
<kw name="Login" owner="SSHLibrary">
<msg time="2026-09-13T02:42:38.061341" level="INFO">Logging into '10.30.171.240:8101' as 'karaf'.</msg>
<msg time="2026-09-13T02:42:38.273084" level="INFO">Read output: [33m                                                                                           
[33m    ________                       ________                .__  .__       .__     __       
[33m    \_____  \ ______   ____   ____ \______ \ _____  ___.__.|  | |__| ____ |  |___/  |_     
[33m     /   |   \\____ \_/ __ \ /    \ |    |  \\__  \&lt;   |  ||  | |  |/ ___\|  |  \   __\    
[33m    /    |    \  |_&gt; &gt;  ___/|   |  \|    `   \/ __ \\___  ||  |_|  / /_/  &gt;   Y  \  |      
[33m    \_______  /   __/ \___  &gt;___|  /_______  (____  / ____||____/__\___  /|___|  /__|      
[33m            \/|__|        \/     \/        \/     \/\/            /_____/      \/          
[33m                                                                                           

Hit '[1m&lt;tab&gt;[0m' for a list of available commands
and '[1m[cmd] --help[0m' for help on a specific command.
Hit '[1m&lt;ctrl-d&gt;[0m' or type '[1msystem:shutdown[0m' or '[1mlogout[0m' to shutdown OpenDaylight.

[?1h=[90m~[0m                                                                                [?2004hopendaylight-user</msg>
<arg>${KARAF_USER}</arg>
<arg>${KARAF_PASSWORD}</arg>
<arg>loglevel=${loglevel}</arg>
<doc>Logs into the SSH server with the given ``username`` and ``password``.</doc>
<status status="PASS" start="2026-09-13T02:42:38.061092" elapsed="0.212144"/>
</kw>
<kw name="Write" owner="SSHLibrary">
<msg time="2026-09-13T02:42:38.303973" level="INFO">@root&gt;dropallpacketsrpc on</msg>
<arg>${cmd}</arg>
<doc>Writes the given ``text`` on the remote machine and appends a newline.</doc>
<status status="PASS" start="2026-09-13T02:42:38.273494" elapsed="0.030594"/>
</kw>
<kw name="Read Until Regexp" owner="SSHLibrary">
<msg time="2026-09-13T02:42:38.306232" level="INFO">[?1l&gt;[?2004lDropAllFlows transitions to on
[?1h=[90m~[0m                                                                                [?2004hopendaylight-user@root&gt;</msg>
<msg time="2026-09-13T02:42:38.306325" level="INFO">${output} = [?1l&gt;[?2004lDropAllFlows transitions to on
[?1h=[90m~[0m                                                                                [?2004hopendaylight-user@root&gt;</msg>
<var>${output}</var>
<arg>${KARAF_PROMPT}</arg>
<doc>Consumes and returns the server output until a match to ``regexp`` is found.</doc>
<status status="PASS" start="2026-09-13T02:42:38.304309" elapsed="0.002043"/>
</kw>
<kw name="Write Bare" owner="SSHLibrary">
<arg>logout\n</arg>
<doc>Writes the given ``text`` on the remote machine without appending a newline.</doc>
<status status="PASS" start="2026-09-13T02:42:38.306478" elapsed="0.000216"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-09-13T02:42:38.306827" elapsed="0.000184"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-09-13T02:42:38.307418" level="INFO">[?1l&gt;[?2004lDropAllFlows transitions to on
[?1h=[90m~[0m                                                                                [?2004hopendaylight-user@root&gt;</msg>
<arg>${output}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-09-13T02:42:38.307142" elapsed="0.000321"/>
</kw>
<return>
<value>${output}</value>
<status status="PASS" start="2026-09-13T02:42:38.307509" elapsed="0.000064"/>
</return>
<arg>dropallpacketsrpc on</arg>
<doc>Will execute the given ${cmd} by ssh'ing to the karaf console running on 10.30.171.240
Note that this keyword will open&amp;close new SSH connection, without switching back to previously current session.</doc>
<status status="PASS" start="2026-09-13T02:42:38.059691" elapsed="0.248005"/>
</kw>
<status status="PASS" start="2026-09-13T02:42:36.485220" elapsed="1.822539"/>
</kw>
<test id="s1-t1" name="Cbench Latency Test" line="37">
<kw name="Log" owner="BuiltIn">
<msg time="2026-09-13T02:42:38.309868" level="INFO">Cbench tests using 10 iterations of 60 second tests. Switch Count: 16. Unique MACS to cycle: 100</msg>
<arg>Cbench tests using ${loops} iterations of ${duration_in_secs} second tests. Switch Count: ${switch_count}. Unique MACS to cycle: ${num_of_unique_macs}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-09-13T02:42:38.308478" elapsed="0.001450"/>
</kw>
<kw name="Run Cbench And Log Results">
<kw name="Set Suite Variable" owner="BuiltIn">
<msg time="2026-09-13T02:42:38.311218" level="INFO">${output_filename} = latency.csv</msg>
<arg>${output_filename}</arg>
<doc>Makes a variable available everywhere within the scope of the current suite.</doc>
<status status="PASS" start="2026-09-13T02:42:38.310902" elapsed="0.000355"/>
</kw>
<if>
<branch type="IF" condition="&quot;${cbench_system}&quot; == &quot;localhost&quot;">
<kw name="Run" owner="OperatingSystem">
<var>${output}</var>
<arg>${cbench_executable} -c ${ODL_SYSTEM_IP} ${cbench_args}</arg>
<doc>_This keyword is considered deprecated. Use the
[http://robotframework.org/robotframework/latest/libraries/Process.html|
Process] library instead._</doc>
<status status="NOT RUN" start="2026-09-13T02:42:38.311572" elapsed="0.000020"/>
</kw>
<status status="NOT RUN" start="2026-09-13T02:42:38.311330" elapsed="0.000295"/>
</branch>
<branch type="ELSE">
<kw name="Run Command On Remote System" owner="Utils">
<if>
<branch type="IF" condition="&quot;${return_stdout}&quot;!=&quot;True&quot; and &quot;${return_stderr}&quot;!=&quot;True&quot;">
<kw name="Fail" owner="BuiltIn">
<arg>At least one of {return_stdout} or {return_stderr} args should be set to True</arg>
<doc>Fails the test with the given message and optionally alters its tags.</doc>
<status status="NOT RUN" start="2026-09-13T02:42:38.314354" elapsed="0.000018"/>
</kw>
<status status="NOT RUN" start="2026-09-13T02:42:38.314128" elapsed="0.000276"/>
</branch>
<status status="PASS" start="2026-09-13T02:42:38.314110" elapsed="0.000317"/>
</if>
<kw name="Get Connection" owner="SSHLibrary">
<msg time="2026-09-13T02:42:38.314773" level="INFO">index=None
host=None
alias=None
port=22
timeout=3 seconds
newline=

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

prompt=None
term_type=vt100
width=80
height=24
path_separator=/
encoding=utf8
escape_ansi=False
encoding_errors=strict</msg>
<var>${current_ssh_connection}</var>
<doc>Returns information about the connection.</doc>
<status status="PASS" start="2026-09-13T02:42:38.314568" elapsed="0.000341"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-09-13T02:42:38.315413" level="INFO">Attempting to execute command "/usr/local/bin/cbench -c 10.30.171.240 -m 60000 -M 100 -S 16 -l 10 -D 5000 -p 6633" on remote system "10.30.170.143" by user "jenkins" with keyfile pass "any" and prompt "&gt;" and password ""</msg>
<arg>Attempting to execute command "${cmd}" on remote system "${system}" by user "${user}" with keyfile pass "${keyfile_pass}" and prompt "${prompt}" and password "${password}"</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-09-13T02:42:38.315035" elapsed="0.000432"/>
</kw>
<kw name="Open Connection" owner="SSHLibrary">
<msg time="2026-09-13T02:42:38.316060" level="INFO">${conn_id} = 5</msg>
<var>${conn_id}</var>
<arg>${system}</arg>
<arg>prompt=${prompt}</arg>
<arg>timeout=${prompt_timeout}</arg>
<doc>Opens a new SSH connection to the given ``host`` and ``port``.</doc>
<status status="PASS" start="2026-09-13T02:42:38.315611" elapsed="0.000473"/>
</kw>
<kw name="Flexible_SSH_Login" owner="SSHKeywords">
<kw name="Get Length" owner="BuiltIn">
<msg time="2026-09-13T02:42:38.316927" level="INFO">Length is 0.</msg>
<msg time="2026-09-13T02:42:38.317006" level="INFO">${pwd_length} = 0</msg>
<var>${pwd_length}</var>
<arg>${password}</arg>
<doc>Returns and logs the length of the given item as an integer.</doc>
<status status="PASS" start="2026-09-13T02:42:38.316617" elapsed="0.000411"/>
</kw>
<kw name="Run Keyword And Return If" owner="BuiltIn">
<arg>${pwd_length} &gt; 0</arg>
<arg>SSHLibrary.Login</arg>
<arg>${user}</arg>
<arg>${password}</arg>
<arg>delay=${delay}</arg>
<doc>Runs the specified keyword and returns from the enclosing user keyword.</doc>
<status status="PASS" start="2026-09-13T02:42:38.317157" elapsed="0.000298"/>
</kw>
<kw name="Run Keyword And Return" owner="BuiltIn">
<kw name="Login With Public Key" owner="SSHLibrary">
<msg time="2026-09-13T02:42:38.318260" level="INFO">Logging into '10.30.170.143:22' as 'jenkins'.</msg>
<msg time="2026-09-13T02:42:38.739971" level="INFO">Read output: Welcome to Ubuntu 22.04.5 LTS (GNU/Linux 5.15.0-187-generic x86_64)

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

 System information as of Sun Sep 13 02:42:05 UTC 2026

  System load:  0.32               Processes:             111
  Usage of /:   19.8% of 38.58GB   Users logged in:       0
  Memory usage: 4%                 IPv4 address for ens3: 10.30.170.143
  Swap usage:   0%


Expanded Security Maintenance for Applications is not enabled.

5 updates can be applied immediately.
To see these additional updates run: apt list --upgradable

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


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


Last login: Sun Sep 13 02:42:37 2026 from 10.30.170.174
[?2004h[jenkins@releng-00446-84-1-mininet-ovs-217-0 ~]&gt;</msg>
<arg>${user}</arg>
<arg>${USER_HOME}/.ssh/${SSH_KEY}</arg>
<arg>${KEYFILE_PASS}</arg>
<arg>delay=${delay}</arg>
<doc>Logs into the SSH server using key-based authentication.</doc>
<status status="PASS" start="2026-09-13T02:42:38.317943" elapsed="0.422209"/>
</kw>
<msg time="2026-09-13T02:42:38.740230" level="INFO">Returning from the enclosing user keyword.</msg>
<arg>SSHLibrary.Login With Public Key</arg>
<arg>${user}</arg>
<arg>${USER_HOME}/.ssh/${SSH_KEY}</arg>
<arg>${KEYFILE_PASS}</arg>
<arg>delay=${delay}</arg>
<doc>Runs the specified keyword and returns from the enclosing user keyword.</doc>
<status status="PASS" start="2026-09-13T02:42:38.317615" elapsed="0.422694"/>
</kw>
<arg>${user}</arg>
<arg>${password}</arg>
<doc>On active SSH session: if given non-empty password, do Login, else do Login With Public Key.</doc>
<status status="PASS" start="2026-09-13T02:42:38.316267" elapsed="0.424152"/>
</kw>
<kw name="Execute Command" owner="SSHLibrary">
<msg time="2026-09-13T02:42:38.740933" level="INFO">Executing command '/usr/local/bin/cbench -c 10.30.171.240 -m 60000 -M 100 -S 16 -l 10 -D 5000 -p 6633'.</msg>
<msg time="2026-09-13T02:52:44.865817" level="INFO">Command exited with return code 0.</msg>
<msg time="2026-09-13T02:52:44.866335" level="INFO">${stdout} = </msg>
<msg time="2026-09-13T02:52:44.866436" level="INFO">${stderr} = cbench: controller benchmarking tool
   running in mode 'latency'
   connecting to controller at 10.30.171.240:6633 
   faking 16 switches with 1 threads :: 10 tests each; 60000 ms per test
   with 10...</msg>
<var>${stdout}</var>
<var>${stderr}</var>
<arg>${cmd}</arg>
<arg>return_stderr=True</arg>
<doc>Executes ``command`` on the remote machine and returns its outputs.</doc>
<status status="PASS" start="2026-09-13T02:42:38.740632" elapsed="606.125859"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-09-13T02:52:44.867001" elapsed="0.000933"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-09-13T02:52:44.869278" level="INFO">cbench: controller benchmarking tool
   running in mode 'latency'
   connecting to controller at 10.30.171.240: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.240. So far 1 cbench instances have initialized their switches.  Waiting for other cbench-instances
Thread-0: Total switches from ALL cbench-instances initialized.
02:43:43.945 16  switches: flows:  82961 83859 82853 82707 82342 82663 81335 81973 80591 81144 81285 79770 79341 80529 79262 80784  total = 21.723317 per ms 
02:44:44.045 16  switches: flows:  90697 90247 89898 89327 92412 89613 88931 88177 87567 88462 88691 86434 86343 86485 86006 85976  total = 23.548444 per ms 
02:45:44.145 16  switches: flows:  89799 90280 89786 90830 91692 89241 90014 90014 89548 88009 87811 88909 86682 86538 87694 87424  total = 23.698234 per ms 
02:46:44.246 16  switches: flows:  88108 87294 90024 89081 90415 87990 87752 86818 85546 86387 87780 86329 85599 86630 85393 84912  total = 23.228845 per ms 
02:47:44.346 16  switches: flows:  90837 89416 91727 90680 92728 88902 89530 89859 87495 88581 89325 87269 87197 86628 87432 87099  total = 23.705472 per ms 
02:48:44.446 16  switches: flows:  90829 89645 90747 89029 91273 89774 89315 89154 88813 88367 88574 87992 87207 87233 86455 87136  total = 23.652881 per ms 
02:49:44.546 16  switches: flows:  91603 90256 93211 92132 92492 90882 90833 91548 88967 88526 90811 90216 88363 88323 88055 88691  total = 24.041641 per ms 
02:50:44.647 16  switches: flows:  90898 90106 91750 89816 91163 89795 88392 90056 87378 88091 90014 88485 88115 87416 85451 87043  total = 23.693264 per ms 
02:51:44.747 16  switches: flows:  83544 83835 84936 83264 83801 83878 83307 83685 82626 83180 83593 82070 82498 81579 80958 81871  total = 22.106847 per ms 
02:52:44.847 16  switches: flows:  93841 91477 93485 92151 91483 91294 92358 90984 90305 91177 91796 89653 90169 89506 88042 88920  total = 24.236874 per ms 
RESULT: 16 switches 9 tests min/max/avg/stdev = 22106.85/24236.87/23545.83/7869.65 responses/s</msg>
<arg>${stderr}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-09-13T02:52:44.868396" elapsed="0.001188"/>
</kw>
<if>
<branch type="IF" condition="&quot;${return_stdout}&quot;!=&quot;True&quot;">
<return>
<value>${stderr}</value>
<status status="PASS" start="2026-09-13T02:52:44.870152" elapsed="0.000076"/>
</return>
<status status="PASS" start="2026-09-13T02:52:44.869803" elapsed="0.000503"/>
</branch>
<status status="PASS" start="2026-09-13T02:52:44.869746" elapsed="0.000613"/>
</if>
<if>
<branch type="IF" condition="&quot;${return_stderr}&quot;!=&quot;True&quot;">
<return>
<value>${stdout}</value>
<status status="NOT RUN" start="2026-09-13T02:52:44.870557" elapsed="0.000027"/>
</return>
<status status="NOT RUN" start="2026-09-13T02:52:44.870482" elapsed="0.000159"/>
</branch>
<status status="NOT RUN" start="2026-09-13T02:52:44.870451" elapsed="0.000272"/>
</if>
<return>
<value>${stdout}</value>
<value>${stderr}</value>
<status status="NOT RUN" start="2026-09-13T02:52:44.870795" elapsed="0.000039"/>
</return>
<kw name="Restore_Current_Ssh_Connection_From_Index" owner="SSHKeywords" type="TEARDOWN">
<kw name="Run Keyword And Return If" owner="BuiltIn">
<arg>${connection_index} is not None</arg>
<arg>SSHLibrary.Switch Connection</arg>
<arg>${connection_index}</arg>
<doc>Runs the specified keyword and returns from the enclosing user keyword.</doc>
<status status="PASS" start="2026-09-13T02:52:44.876419" elapsed="0.000853"/>
</kw>
<kw name="Open Connection" owner="SSHLibrary">
<arg>127.0.0.1</arg>
<doc>Opens a new SSH connection to the given ``host`` and ``port``.</doc>
<status status="PASS" start="2026-09-13T02:52:44.877584" elapsed="0.000423"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-09-13T02:52:44.878314" elapsed="0.000213"/>
</kw>
<arg>${current_ssh_connection.index}</arg>
<doc>Restore active SSH connection in SSHLibrary to given index.</doc>
<status status="PASS" start="2026-09-13T02:52:44.871490" elapsed="0.007148"/>
</kw>
<msg time="2026-09-13T02:52:44.878959" level="INFO">${output} = cbench: controller benchmarking tool
   running in mode 'latency'
   connecting to controller at 10.30.171.240:6633 
   faking 16 switches with 1 threads :: 10 tests each; 60000 ms per test
   with 10...</msg>
<var>${output}</var>
<arg>${cbench_system}</arg>
<arg>${cbench_executable} -c ${ODL_SYSTEM_IP} ${cbench_args}</arg>
<arg>prompt_timeout=${test_timeout}</arg>
<arg>return_stdout=False</arg>
<arg>return_stderr=True</arg>
<doc>Reduces the common work of running a command on a remote system to a single higher level
robot keyword, taking care to log in with a public key and. The command given is written and the return value
depends on the passed argument values of return_stdout (default: True) and return_stderr (default: False).
At least one should be True, or the keyword will exit and FAIL. If both are True, the resulting return value
will be a two element list containing both. Otherwise the resulting return value is a string.
No test conditions are checked.</doc>
<status status="PASS" start="2026-09-13T02:42:38.311965" elapsed="606.567050"/>
</kw>
<status status="PASS" start="2026-09-13T02:42:38.311670" elapsed="606.567471"/>
</branch>
<status status="PASS" start="2026-09-13T02:42:38.311309" elapsed="606.567886"/>
</if>
<kw name="Log" owner="BuiltIn">
<msg time="2026-09-13T02:52:44.880192" level="INFO">cbench: controller benchmarking tool
   running in mode 'latency'
   connecting to controller at 10.30.171.240: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.240. So far 1 cbench instances have initialized their switches.  Waiting for other cbench-instances
Thread-0: Total switches from ALL cbench-instances initialized.
02:43:43.945 16  switches: flows:  82961 83859 82853 82707 82342 82663 81335 81973 80591 81144 81285 79770 79341 80529 79262 80784  total = 21.723317 per ms 
02:44:44.045 16  switches: flows:  90697 90247 89898 89327 92412 89613 88931 88177 87567 88462 88691 86434 86343 86485 86006 85976  total = 23.548444 per ms 
02:45:44.145 16  switches: flows:  89799 90280 89786 90830 91692 89241 90014 90014 89548 88009 87811 88909 86682 86538 87694 87424  total = 23.698234 per ms 
02:46:44.246 16  switches: flows:  88108 87294 90024 89081 90415 87990 87752 86818 85546 86387 87780 86329 85599 86630 85393 84912  total = 23.228845 per ms 
02:47:44.346 16  switches: flows:  90837 89416 91727 90680 92728 88902 89530 89859 87495 88581 89325 87269 87197 86628 87432 87099  total = 23.705472 per ms 
02:48:44.446 16  switches: flows:  90829 89645 90747 89029 91273 89774 89315 89154 88813 88367 88574 87992 87207 87233 86455 87136  total = 23.652881 per ms 
02:49:44.546 16  switches: flows:  91603 90256 93211 92132 92492 90882 90833 91548 88967 88526 90811 90216 88363 88323 88055 88691  total = 24.041641 per ms 
02:50:44.647 16  switches: flows:  90898 90106 91750 89816 91163 89795 88392 90056 87378 88091 90014 88485 88115 87416 85451 87043  total = 23.693264 per ms 
02:51:44.747 16  switches: flows:  83544 83835 84936 83264 83801 83878 83307 83685 82626 83180 83593 82070 82498 81579 80958 81871  total = 22.106847 per ms 
02:52:44.847 16  switches: flows:  93841 91477 93485 92151 91483 91294 92358 90984 90305 91177 91796 89653 90169 89506 88042 88920  total = 24.236874 per ms 
RESULT: 16 switches 9 tests min/max/avg/stdev = 22106.85/24236.87/23545.83/7869.65 responses/s</msg>
<arg>${output}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-09-13T02:52:44.879488" elapsed="0.000864"/>
</kw>
<kw name="Should Contain" owner="BuiltIn">
<arg>${output}</arg>
<arg>RESULT</arg>
<doc>Fails if ``container`` does not contain ``item`` one or more times.</doc>
<status status="PASS" start="2026-09-13T02:52:44.880693" elapsed="0.000802"/>
</kw>
<kw name="Get Lines Containing String" owner="String">
<msg time="2026-09-13T02:52:44.882376" level="INFO">1 out of 23 lines matched.</msg>
<msg time="2026-09-13T02:52:44.882582" level="INFO">${result_line} = RESULT: 16 switches 9 tests min/max/avg/stdev = 22106.85/24236.87/23545.83/7869.65 responses/s</msg>
<var>${result_line}</var>
<arg>${output}</arg>
<arg>RESULT</arg>
<doc>Returns lines of the given ``string`` that contain the ``pattern``.</doc>
<status status="PASS" start="2026-09-13T02:52:44.881880" elapsed="0.000752"/>
</kw>
<kw name="Split String" owner="String">
<msg time="2026-09-13T02:52:44.883586" level="INFO">@{results_list} = [ RESULT: | 16 | switches | 9 | tests | min/max/avg/stdev | = | 22106.85/24236.87/23545.83/7869.65 | responses/s ]</msg>
<var>@{results_list}</var>
<arg>${result_line}</arg>
<doc>Splits the ``string`` using ``separator`` as a delimiter string.</doc>
<status status="PASS" start="2026-09-13T02:52:44.883014" elapsed="0.000659"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-09-13T02:52:44.889471" level="INFO">min/max/avg/stdev</msg>
<arg>${results_list[5]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-09-13T02:52:44.884004" elapsed="0.005613"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-09-13T02:52:44.894912" level="INFO">22106.85/24236.87/23545.83/7869.65</msg>
<arg>${results_list[7]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-09-13T02:52:44.890043" elapsed="0.004992"/>
</kw>
<kw name="Split String" owner="String">
<msg time="2026-09-13T02:52:44.900806" level="INFO">@{result_name_list} = [ min | max | avg | stdev ]</msg>
<var>@{result_name_list}</var>
<arg>${results_list[5]}</arg>
<arg>/</arg>
<doc>Splits the ``string`` using ``separator`` as a delimiter string.</doc>
<status status="PASS" start="2026-09-13T02:52:44.895385" elapsed="0.005496"/>
</kw>
<kw name="Split String" owner="String">
<msg time="2026-09-13T02:52:44.906232" level="INFO">@{result_value_list} = [ 22106.85 | 24236.87 | 23545.83 | 7869.65 ]</msg>
<var>@{result_value_list}</var>
<arg>${results_list[7]}</arg>
<arg>/</arg>
<doc>Splits the ``string`` using ``separator`` as a delimiter string.</doc>
<status status="PASS" start="2026-09-13T02:52:44.901363" elapsed="0.004929"/>
</kw>
<kw name="Get Length" owner="BuiltIn">
<msg time="2026-09-13T02:52:44.907784" level="INFO">Length is 4.</msg>
<msg time="2026-09-13T02:52:44.908033" level="INFO">${num_stats} = 4</msg>
<var>${num_stats}</var>
<arg>${result_name_list}</arg>
<doc>Returns and logs the length of the given item as an integer.</doc>
<status status="PASS" start="2026-09-13T02:52:44.906613" elapsed="0.001474"/>
</kw>
<for flavor="IN RANGE">
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-09-13T02:52:44.918535" level="INFO">min :: 22106.85</msg>
<arg>${result_name_list[${i}]} :: ${result_value_list[${i}]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-09-13T02:52:44.909241" elapsed="0.009496"/>
</kw>
<var name="${i}">0</var>
<status status="PASS" start="2026-09-13T02:52:44.908741" elapsed="0.010090"/>
</iter>
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-09-13T02:52:44.927934" level="INFO">max :: 24236.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-09-13T02:52:44.919396" elapsed="0.008614"/>
</kw>
<var name="${i}">1</var>
<status status="PASS" start="2026-09-13T02:52:44.919053" elapsed="0.009002"/>
</iter>
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-09-13T02:52:44.934678" level="INFO">avg :: 23545.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-09-13T02:52:44.928357" elapsed="0.006398"/>
</kw>
<var name="${i}">2</var>
<status status="PASS" start="2026-09-13T02:52:44.928190" elapsed="0.006612"/>
</iter>
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-09-13T02:52:44.940679" level="INFO">stdev :: 7869.65</msg>
<arg>${result_name_list[${i}]} :: ${result_value_list[${i}]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-09-13T02:52:44.935128" elapsed="0.005625"/>
</kw>
<var name="${i}">3</var>
<status status="PASS" start="2026-09-13T02:52:44.934940" elapsed="0.005856"/>
</iter>
<var>${i}</var>
<value>0</value>
<value>${num_stats}</value>
<status status="PASS" start="2026-09-13T02:52:44.908269" elapsed="0.032568"/>
</for>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-09-13T02:52:44.946074" level="INFO">${min} = 22106.85</msg>
<var>${min}</var>
<arg>${result_value_list[${0}]}</arg>
<doc>Returns the given values which can then be assigned to a variables.</doc>
<status status="PASS" start="2026-09-13T02:52:44.941065" elapsed="0.005056"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-09-13T02:52:44.952748" level="INFO">${max} = 24236.87</msg>
<var>${max}</var>
<arg>${result_value_list[${1}]}</arg>
<doc>Returns the given values which can then be assigned to a variables.</doc>
<status status="PASS" start="2026-09-13T02:52:44.946344" elapsed="0.006430"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-09-13T02:52:44.956702" level="INFO">${average} = 23545.83</msg>
<var>${average}</var>
<arg>${result_value_list[${2}]}</arg>
<doc>Returns the given values which can then be assigned to a variables.</doc>
<status status="PASS" start="2026-09-13T02:52:44.952948" elapsed="0.003779"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-09-13T02:52:44.960426" level="INFO">${stdev} = 7869.65</msg>
<var>${stdev}</var>
<arg>${result_value_list[${3}]}</arg>
<doc>Returns the given values which can then be assigned to a variables.</doc>
<status status="PASS" start="2026-09-13T02:52:44.956887" elapsed="0.003564"/>
</kw>
<kw name="Get Time" owner="BuiltIn">
<msg time="2026-09-13T02:52:44.960962" level="INFO">${date} = 2026-09-13 02:52:44</msg>
<var>${date}</var>
<arg>d,m,s</arg>
<doc>Returns the given time in the requested format.</doc>
<status status="PASS" start="2026-09-13T02:52:44.960597" elapsed="0.000388"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-09-13T02:52:44.961519" level="INFO">CBench Result: 2026-09-13 02:52:44,-m 60000 -M 100 -S 16 -l 10 -D 5000 -p 6633,22106.85,24236.87,23545.83,7869.65</msg>
<arg>CBench Result: ${date},${cbench_args},${min},${max},${average},${stdev}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-09-13T02:52:44.961139" elapsed="0.000433"/>
</kw>
<kw name="Log Results And Determine Status">
<kw name="Append To File" owner="OperatingSystem">
<msg time="2026-09-13T02:52:44.962602" 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-09-13T02:52:44.962191" elapsed="0.000492"/>
</kw>
<kw name="Should Be True" owner="BuiltIn">
<arg>${average} &gt; ${threshold}</arg>
<arg>${average} flow_mods per/sec did not exceed threshold of ${threshold}</arg>
<doc>Fails if the given condition is not true.</doc>
<status status="PASS" start="2026-09-13T02:52:44.962848" elapsed="0.000498"/>
</kw>
<arg>${min}</arg>
<arg>${max}</arg>
<arg>${average}</arg>
<arg>${average_threshold}</arg>
<arg>${output_filename}</arg>
<status status="PASS" start="2026-09-13T02:52:44.961728" elapsed="0.001679"/>
</kw>
<arg>-m ${duration_in_ms} -M ${num_of_unique_macs} -S ${switch_count} -l ${loops} -D ${start_delay} -p ${of_port}</arg>
<arg>${latency_threshold}</arg>
<arg>${latency_results_file}</arg>
<status status="PASS" start="2026-09-13T02:42:38.310307" elapsed="606.653151"/>
</kw>
<kw name="Sleep" owner="BuiltIn">
<msg time="2026-09-13T02:52:44.963958" level="INFO">Slept 0 seconds.</msg>
<arg>${test_delay}</arg>
<doc>Pauses the test executed for the given time.</doc>
<status status="PASS" start="2026-09-13T02:52:44.963614" elapsed="0.000399"/>
</kw>
<kw name="Log Results As Zero If Cbench Timed Out" type="TEARDOWN">
<kw name="Run Keyword If Timeout Occurred" owner="BuiltIn">
<arg>Log Results And Determine Status</arg>
<arg>0</arg>
<arg>0</arg>
<arg>0</arg>
<arg>0</arg>
<arg>${output_filename}</arg>
<doc>Runs the given keyword if either a test or a keyword timeout has occurred.</doc>
<status status="PASS" start="2026-09-13T02:52:44.964594" elapsed="0.000327"/>
</kw>
<status status="PASS" start="2026-09-13T02:52:44.964253" elapsed="0.000747"/>
</kw>
<doc>cbench executed in default latency mode. Test parameters have defaults, but can be overridden
on the pybot command line</doc>
<tag>cbench</tag>
<tag>latency</tag>
<timeout value="15 minutes"/>
<status status="PASS" start="2026-09-13T02:42:38.307890" elapsed="606.657152"/>
</test>
<test id="s1-t2" name="Cbench Throughput Test" line="51">
<kw name="Log" owner="BuiltIn">
<msg time="2026-09-13T02:52:44.966911" level="INFO">Cbench tests using 10 iterations of 60 second tests. Switch Count: 16. Unique MACS to cycle: 100</msg>
<arg>Cbench tests using ${loops} iterations of ${duration_in_secs} second tests. Switch Count: ${switch_count}. Unique MACS to cycle: ${num_of_unique_macs}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-09-13T02:52:44.966365" elapsed="0.000610"/>
</kw>
<kw name="Run Cbench And Log Results">
<kw name="Set Suite Variable" owner="BuiltIn">
<msg time="2026-09-13T02:52:44.968176" level="INFO">${output_filename} = throughput.csv</msg>
<arg>${output_filename}</arg>
<doc>Makes a variable available everywhere within the scope of the current suite.</doc>
<status status="PASS" start="2026-09-13T02:52:44.967843" elapsed="0.000374"/>
</kw>
<if>
<branch type="IF" condition="&quot;${cbench_system}&quot; == &quot;localhost&quot;">
<kw name="Run" owner="OperatingSystem">
<var>${output}</var>
<arg>${cbench_executable} -c ${ODL_SYSTEM_IP} ${cbench_args}</arg>
<doc>_This keyword is considered deprecated. Use the
[http://robotframework.org/robotframework/latest/libraries/Process.html|
Process] library instead._</doc>
<status status="NOT RUN" start="2026-09-13T02:52:44.968536" elapsed="0.000020"/>
</kw>
<status status="NOT RUN" start="2026-09-13T02:52:44.968285" elapsed="0.000305"/>
</branch>
<branch type="ELSE">
<kw name="Run Command On Remote System" owner="Utils">
<if>
<branch type="IF" condition="&quot;${return_stdout}&quot;!=&quot;True&quot; and &quot;${return_stderr}&quot;!=&quot;True&quot;">
<kw name="Fail" owner="BuiltIn">
<arg>At least one of {return_stdout} or {return_stderr} args should be set to True</arg>
<doc>Fails the test with the given message and optionally alters its tags.</doc>
<status status="NOT RUN" start="2026-09-13T02:52:44.971374" elapsed="0.000019"/>
</kw>
<status status="NOT RUN" start="2026-09-13T02:52:44.971148" elapsed="0.000277"/>
</branch>
<status status="PASS" start="2026-09-13T02:52:44.971130" elapsed="0.000317"/>
</if>
<kw name="Get Connection" owner="SSHLibrary">
<msg time="2026-09-13T02:52:44.971771" level="INFO">index=None
host=None
alias=None
port=22
timeout=3 seconds
newline=

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

prompt=None
term_type=vt100
width=80
height=24
path_separator=/
encoding=utf8
escape_ansi=False
encoding_errors=strict</msg>
<var>${current_ssh_connection}</var>
<doc>Returns information about the connection.</doc>
<status status="PASS" start="2026-09-13T02:52:44.971566" elapsed="0.000352"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-09-13T02:52:44.972577" level="INFO">Attempting to execute command "/usr/local/bin/cbench -c 10.30.171.240 -t -m 60000 -M 100 -S 16 -l 10 -D 5000 -p 6633" on remote system "10.30.170.143" by user "jenkins" with keyfile pass "any" and prompt "&gt;" and password ""</msg>
<arg>Attempting to execute command "${cmd}" on remote system "${system}" by user "${user}" with keyfile pass "${keyfile_pass}" and prompt "${prompt}" and password "${password}"</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-09-13T02:52:44.972042" elapsed="0.000590"/>
</kw>
<kw name="Open Connection" owner="SSHLibrary">
<msg time="2026-09-13T02:52:44.973196" level="INFO">${conn_id} = 7</msg>
<var>${conn_id}</var>
<arg>${system}</arg>
<arg>prompt=${prompt}</arg>
<arg>timeout=${prompt_timeout}</arg>
<doc>Opens a new SSH connection to the given ``host`` and ``port``.</doc>
<status status="PASS" start="2026-09-13T02:52:44.972785" elapsed="0.000435"/>
</kw>
<kw name="Flexible_SSH_Login" owner="SSHKeywords">
<kw name="Get Length" owner="BuiltIn">
<msg time="2026-09-13T02:52:44.974069" level="INFO">Length is 0.</msg>
<msg time="2026-09-13T02:52:44.974182" level="INFO">${pwd_length} = 0</msg>
<var>${pwd_length}</var>
<arg>${password}</arg>
<doc>Returns and logs the length of the given item as an integer.</doc>
<status status="PASS" start="2026-09-13T02:52:44.973754" elapsed="0.000450"/>
</kw>
<kw name="Run Keyword And Return If" owner="BuiltIn">
<arg>${pwd_length} &gt; 0</arg>
<arg>SSHLibrary.Login</arg>
<arg>${user}</arg>
<arg>${password}</arg>
<arg>delay=${delay}</arg>
<doc>Runs the specified keyword and returns from the enclosing user keyword.</doc>
<status status="PASS" start="2026-09-13T02:52:44.974334" elapsed="0.000336"/>
</kw>
<kw name="Run Keyword And Return" owner="BuiltIn">
<kw name="Login With Public Key" owner="SSHLibrary">
<msg time="2026-09-13T02:52:44.975477" level="INFO">Logging into '10.30.170.143:22' as 'jenkins'.</msg>
<msg time="2026-09-13T02:52:45.609442" level="INFO">Read output: Welcome to Ubuntu 22.04.5 LTS (GNU/Linux 5.15.0-187-generic x86_64)

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

 System information as of Sun Sep 13 02:52:45 UTC 2026

  System load:  1.0                Processes:             107
  Usage of /:   19.8% of 38.58GB   Users logged in:       0
  Memory usage: 4%                 IPv4 address for ens3: 10.30.170.143
  Swap usage:   0%


Expanded Security Maintenance for Applications is not enabled.

5 updates can be applied immediately.
To see these additional updates run: apt list --upgradable

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


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


Last login: Sun Sep 13 02:42:38 2026 from 10.30.170.174
[?2004h[jenkins@releng-00446-84-1-mininet-ovs-217-0 ~]&gt;</msg>
<arg>${user}</arg>
<arg>${USER_HOME}/.ssh/${SSH_KEY}</arg>
<arg>${KEYFILE_PASS}</arg>
<arg>delay=${delay}</arg>
<doc>Logs into the SSH server using key-based authentication.</doc>
<status status="PASS" start="2026-09-13T02:52:44.975155" elapsed="0.634599"/>
</kw>
<msg time="2026-09-13T02:52:45.609841" level="INFO">Returning from the enclosing user keyword.</msg>
<arg>SSHLibrary.Login With Public Key</arg>
<arg>${user}</arg>
<arg>${USER_HOME}/.ssh/${SSH_KEY}</arg>
<arg>${KEYFILE_PASS}</arg>
<arg>delay=${delay}</arg>
<doc>Runs the specified keyword and returns from the enclosing user keyword.</doc>
<status status="PASS" start="2026-09-13T02:52:44.974817" elapsed="0.635119"/>
</kw>
<arg>${user}</arg>
<arg>${password}</arg>
<doc>On active SSH session: if given non-empty password, do Login, else do Login With Public Key.</doc>
<status status="PASS" start="2026-09-13T02:52:44.973404" elapsed="0.636665"/>
</kw>
<kw name="Execute Command" owner="SSHLibrary">
<msg time="2026-09-13T02:52:45.610618" level="INFO">Executing command '/usr/local/bin/cbench -c 10.30.171.240 -t -m 60000 -M 100 -S 16 -l 10 -D 5000 -p 6633'.</msg>
<msg time="2026-09-13T03:02:51.701072" level="INFO">Command exited with return code 0.</msg>
<msg time="2026-09-13T03:02:51.701820" level="INFO">${stdout} = </msg>
<msg time="2026-09-13T03:02:51.701966" level="INFO">${stderr} = cbench: controller benchmarking tool
   running in mode 'throughput'
   connecting to controller at 10.30.171.240:6633 
   faking 16 switches with 1 threads :: 10 tests each; 60000 ms per test
   with...</msg>
<var>${stdout}</var>
<var>${stderr}</var>
<arg>${cmd}</arg>
<arg>return_stderr=True</arg>
<doc>Executes ``command`` on the remote machine and returns its outputs.</doc>
<status status="PASS" start="2026-09-13T02:52:45.610309" elapsed="606.091736"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-09-13T03:02:51.702573" elapsed="0.000705"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-09-13T03:02:51.704422" level="INFO">cbench: controller benchmarking tool
   running in mode 'throughput'
   connecting to controller at 10.30.171.240: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.240. So far 1 cbench instances have initialized their switches.  Waiting for other cbench-instances
Thread-0: Total switches from ALL cbench-instances initialized.
02:53:50.763 16  switches: flows:  690138 675920 685969 685241 691434 678344 679197 688390 677588 688458 686037 691172 687916 677223 674991 673472  total = 182.191500 per ms 
02:54:50.865 16  switches: flows:  727321 729058 722818 728917 731027 725474 727669 723296 721261 716388 720483 729486 718951 720570 722079 713476  total = 192.645108 per ms 
02:55:50.968 16  switches: flows:  729731 724129 731849 733552 721551 722107 723236 721088 723582 724422 730238 727996 718151 728282 719423 730252  total = 193.165911 per ms 
02:56:51.071 16  switches: flows:  731311 724619 723548 729327 728081 726947 722635 725776 723393 720191 722479 725320 732306 724181 724006 727089  total = 193.192698 per ms 
02:57:51.173 16  switches: flows:  739124 727118 737671 737357 741708 736980 726630 739470 744843 735797 727949 743938 739238 743776 732384 736580  total = 196.177366 per ms 
02:58:51.275 16  switches: flows:  727806 728913 725402 728510 722916 719571 728630 730065 729763 725285 708542 736642 729523 726306 727633 723009  total = 193.316003 per ms 
02:59:51.376 16  switches: flows:  749431 745614 733308 749229 744323 751319 746324 735175 749492 742519 740819 749167 733274 742021 744685 749374  total = 198.100269 per ms 
03:00:51.477 16  switches: flows:  727100 736424 727979 729429 731744 725534 726345 734330 729909 731834 736230 735544 728818 731320 730683 731531  total = 194.585048 per ms 
03:01:51.579 16  switches: flows:  727244 729071 722173 726369 720388 714852 723969 726696 729536 725207 729733 725910 722747 723649 728999 726494  total = 193.059093 per ms 
03:02:51.681 16  switches: flows:  716632 719354 720309 719222 722639 732731 713560 719533 715518 722153 719477 720227 726313 727307 719947 723806  total = 191.989495 per ms 
RESULT: 16 switches 9 tests min/max/avg/stdev = 191989.49/198100.27/194025.67/64701.39 responses/s</msg>
<arg>${stderr}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-09-13T03:02:51.703642" elapsed="0.001142"/>
</kw>
<if>
<branch type="IF" condition="&quot;${return_stdout}&quot;!=&quot;True&quot;">
<return>
<value>${stderr}</value>
<status status="PASS" start="2026-09-13T03:02:51.705246" elapsed="0.000068"/>
</return>
<status status="PASS" start="2026-09-13T03:02:51.704948" elapsed="0.000439"/>
</branch>
<status status="PASS" start="2026-09-13T03:02:51.704903" elapsed="0.000534"/>
</if>
<if>
<branch type="IF" condition="&quot;${return_stderr}&quot;!=&quot;True&quot;">
<return>
<value>${stdout}</value>
<status status="NOT RUN" start="2026-09-13T03:02:51.705671" elapsed="0.000028"/>
</return>
<status status="NOT RUN" start="2026-09-13T03:02:51.705551" elapsed="0.000206"/>
</branch>
<status status="NOT RUN" start="2026-09-13T03:02:51.705521" elapsed="0.000280"/>
</if>
<return>
<value>${stdout}</value>
<value>${stderr}</value>
<status status="NOT RUN" start="2026-09-13T03:02:51.705863" elapsed="0.000026"/>
</return>
<kw name="Restore_Current_Ssh_Connection_From_Index" owner="SSHKeywords" type="TEARDOWN">
<kw name="Run Keyword And Return If" owner="BuiltIn">
<arg>${connection_index} is not None</arg>
<arg>SSHLibrary.Switch Connection</arg>
<arg>${connection_index}</arg>
<doc>Runs the specified keyword and returns from the enclosing user keyword.</doc>
<status status="PASS" start="2026-09-13T03:02:51.711326" elapsed="0.000867"/>
</kw>
<kw name="Open Connection" owner="SSHLibrary">
<arg>127.0.0.1</arg>
<doc>Opens a new SSH connection to the given ``host`` and ``port``.</doc>
<status status="PASS" start="2026-09-13T03:02:51.712578" elapsed="0.000502"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-09-13T03:02:51.713561" elapsed="0.000328"/>
</kw>
<arg>${current_ssh_connection.index}</arg>
<doc>Restore active SSH connection in SSHLibrary to given index.</doc>
<status status="PASS" start="2026-09-13T03:02:51.706552" elapsed="0.007481"/>
</kw>
<msg time="2026-09-13T03:02:51.714355" level="INFO">${output} = cbench: controller benchmarking tool
   running in mode 'throughput'
   connecting to controller at 10.30.171.240:6633 
   faking 16 switches with 1 threads :: 10 tests each; 60000 ms per test
   with...</msg>
<var>${output}</var>
<arg>${cbench_system}</arg>
<arg>${cbench_executable} -c ${ODL_SYSTEM_IP} ${cbench_args}</arg>
<arg>prompt_timeout=${test_timeout}</arg>
<arg>return_stdout=False</arg>
<arg>return_stderr=True</arg>
<doc>Reduces the common work of running a command on a remote system to a single higher level
robot keyword, taking care to log in with a public key and. The command given is written and the return value
depends on the passed argument values of return_stdout (default: True) and return_stderr (default: False).
At least one should be True, or the keyword will exit and FAIL. If both are True, the resulting return value
will be a two element list containing both. Otherwise the resulting return value is a string.
No test conditions are checked.</doc>
<status status="PASS" start="2026-09-13T02:52:44.968975" elapsed="606.745452"/>
</kw>
<status status="PASS" start="2026-09-13T02:52:44.968614" elapsed="606.745943"/>
</branch>
<status status="PASS" start="2026-09-13T02:52:44.968264" elapsed="606.746411"/>
</if>
<kw name="Log" owner="BuiltIn">
<msg time="2026-09-13T03:02:51.715758" level="INFO">cbench: controller benchmarking tool
   running in mode 'throughput'
   connecting to controller at 10.30.171.240: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.240. So far 1 cbench instances have initialized their switches.  Waiting for other cbench-instances
Thread-0: Total switches from ALL cbench-instances initialized.
02:53:50.763 16  switches: flows:  690138 675920 685969 685241 691434 678344 679197 688390 677588 688458 686037 691172 687916 677223 674991 673472  total = 182.191500 per ms 
02:54:50.865 16  switches: flows:  727321 729058 722818 728917 731027 725474 727669 723296 721261 716388 720483 729486 718951 720570 722079 713476  total = 192.645108 per ms 
02:55:50.968 16  switches: flows:  729731 724129 731849 733552 721551 722107 723236 721088 723582 724422 730238 727996 718151 728282 719423 730252  total = 193.165911 per ms 
02:56:51.071 16  switches: flows:  731311 724619 723548 729327 728081 726947 722635 725776 723393 720191 722479 725320 732306 724181 724006 727089  total = 193.192698 per ms 
02:57:51.173 16  switches: flows:  739124 727118 737671 737357 741708 736980 726630 739470 744843 735797 727949 743938 739238 743776 732384 736580  total = 196.177366 per ms 
02:58:51.275 16  switches: flows:  727806 728913 725402 728510 722916 719571 728630 730065 729763 725285 708542 736642 729523 726306 727633 723009  total = 193.316003 per ms 
02:59:51.376 16  switches: flows:  749431 745614 733308 749229 744323 751319 746324 735175 749492 742519 740819 749167 733274 742021 744685 749374  total = 198.100269 per ms 
03:00:51.477 16  switches: flows:  727100 736424 727979 729429 731744 725534 726345 734330 729909 731834 736230 735544 728818 731320 730683 731531  total = 194.585048 per ms 
03:01:51.579 16  switches: flows:  727244 729071 722173 726369 720388 714852 723969 726696 729536 725207 729733 725910 722747 723649 728999 726494  total = 193.059093 per ms 
03:02:51.681 16  switches: flows:  716632 719354 720309 719222 722639 732731 713560 719533 715518 722153 719477 720227 726313 727307 719947 723806  total = 191.989495 per ms 
RESULT: 16 switches 9 tests min/max/avg/stdev = 191989.49/198100.27/194025.67/64701.39 responses/s</msg>
<arg>${output}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-09-13T03:02:51.715032" elapsed="0.000890"/>
</kw>
<kw name="Should Contain" owner="BuiltIn">
<arg>${output}</arg>
<arg>RESULT</arg>
<doc>Fails if ``container`` does not contain ``item`` one or more times.</doc>
<status status="PASS" start="2026-09-13T03:02:51.716252" elapsed="0.000861"/>
</kw>
<kw name="Get Lines Containing String" owner="String">
<msg time="2026-09-13T03:02:51.718012" level="INFO">1 out of 23 lines matched.</msg>
<msg time="2026-09-13T03:02:51.718236" level="INFO">${result_line} = RESULT: 16 switches 9 tests min/max/avg/stdev = 191989.49/198100.27/194025.67/64701.39 responses/s</msg>
<var>${result_line}</var>
<arg>${output}</arg>
<arg>RESULT</arg>
<doc>Returns lines of the given ``string`` that contain the ``pattern``.</doc>
<status status="PASS" start="2026-09-13T03:02:51.717452" elapsed="0.000835"/>
</kw>
<kw name="Split String" owner="String">
<msg time="2026-09-13T03:02:51.719263" level="INFO">@{results_list} = [ RESULT: | 16 | switches | 9 | tests | min/max/avg/stdev | = | 191989.49/198100.27/194025.67/64701.39 | responses/s ]</msg>
<var>@{results_list}</var>
<arg>${result_line}</arg>
<doc>Splits the ``string`` using ``separator`` as a delimiter string.</doc>
<status status="PASS" start="2026-09-13T03:02:51.718631" elapsed="0.000689"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-09-13T03:02:51.724495" level="INFO">min/max/avg/stdev</msg>
<arg>${results_list[5]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-09-13T03:02:51.719684" elapsed="0.005012"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-09-13T03:02:51.729720" level="INFO">191989.49/198100.27/194025.67/64701.39</msg>
<arg>${results_list[7]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-09-13T03:02:51.725012" elapsed="0.004828"/>
</kw>
<kw name="Split String" owner="String">
<msg time="2026-09-13T03:02:51.735026" level="INFO">@{result_name_list} = [ min | max | avg | stdev ]</msg>
<var>@{result_name_list}</var>
<arg>${results_list[5]}</arg>
<arg>/</arg>
<doc>Splits the ``string`` using ``separator`` as a delimiter string.</doc>
<status status="PASS" start="2026-09-13T03:02:51.730179" elapsed="0.004904"/>
</kw>
<kw name="Split String" owner="String">
<msg time="2026-09-13T03:02:51.740230" level="INFO">@{result_value_list} = [ 191989.49 | 198100.27 | 194025.67 | 64701.39 ]</msg>
<var>@{result_value_list}</var>
<arg>${results_list[7]}</arg>
<arg>/</arg>
<doc>Splits the ``string`` using ``separator`` as a delimiter string.</doc>
<status status="PASS" start="2026-09-13T03:02:51.735501" elapsed="0.004786"/>
</kw>
<kw name="Get Length" owner="BuiltIn">
<msg time="2026-09-13T03:02:51.741281" level="INFO">Length is 4.</msg>
<msg time="2026-09-13T03:02:51.741457" level="INFO">${num_stats} = 4</msg>
<var>${num_stats}</var>
<arg>${result_name_list}</arg>
<doc>Returns and logs the length of the given item as an integer.</doc>
<status status="PASS" start="2026-09-13T03:02:51.740624" elapsed="0.000881"/>
</kw>
<for flavor="IN RANGE">
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-09-13T03:02:51.749565" level="INFO">min :: 191989.49</msg>
<arg>${result_name_list[${i}]} :: ${result_value_list[${i}]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-09-13T03:02:51.742377" elapsed="0.007295"/>
</kw>
<var name="${i}">0</var>
<status status="PASS" start="2026-09-13T03:02:51.742079" elapsed="0.007640"/>
</iter>
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-09-13T03:02:51.755755" level="INFO">max :: 198100.27</msg>
<arg>${result_name_list[${i}]} :: ${result_value_list[${i}]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-09-13T03:02:51.750019" elapsed="0.005808"/>
</kw>
<var name="${i}">1</var>
<status status="PASS" start="2026-09-13T03:02:51.749835" elapsed="0.006036"/>
</iter>
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-09-13T03:02:51.761850" level="INFO">avg :: 194025.67</msg>
<arg>${result_name_list[${i}]} :: ${result_value_list[${i}]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-09-13T03:02:51.756144" elapsed="0.005776"/>
</kw>
<var name="${i}">2</var>
<status status="PASS" start="2026-09-13T03:02:51.755982" elapsed="0.005984"/>
</iter>
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-09-13T03:02:51.768057" level="INFO">stdev :: 64701.39</msg>
<arg>${result_name_list[${i}]} :: ${result_value_list[${i}]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-09-13T03:02:51.762264" elapsed="0.005864"/>
</kw>
<var name="${i}">3</var>
<status status="PASS" start="2026-09-13T03:02:51.762097" elapsed="0.006075"/>
</iter>
<var>${i}</var>
<value>0</value>
<value>${num_stats}</value>
<status status="PASS" start="2026-09-13T03:02:51.741679" elapsed="0.026538"/>
</for>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-09-13T03:02:51.773315" level="INFO">${min} = 191989.49</msg>
<var>${min}</var>
<arg>${result_value_list[${0}]}</arg>
<doc>Returns the given values which can then be assigned to a variables.</doc>
<status status="PASS" start="2026-09-13T03:02:51.768422" elapsed="0.004928"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-09-13T03:02:51.779431" level="INFO">${max} = 198100.27</msg>
<var>${max}</var>
<arg>${result_value_list[${1}]}</arg>
<doc>Returns the given values which can then be assigned to a variables.</doc>
<status status="PASS" start="2026-09-13T03:02:51.773546" elapsed="0.005928"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-09-13T03:02:51.784585" level="INFO">${average} = 194025.67</msg>
<var>${average}</var>
<arg>${result_value_list[${2}]}</arg>
<doc>Returns the given values which can then be assigned to a variables.</doc>
<status status="PASS" start="2026-09-13T03:02:51.779759" elapsed="0.004865"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-09-13T03:02:51.788509" level="INFO">${stdev} = 64701.39</msg>
<var>${stdev}</var>
<arg>${result_value_list[${3}]}</arg>
<doc>Returns the given values which can then be assigned to a variables.</doc>
<status status="PASS" start="2026-09-13T03:02:51.784784" elapsed="0.003750"/>
</kw>
<kw name="Get Time" owner="BuiltIn">
<msg time="2026-09-13T03:02:51.789068" level="INFO">${date} = 2026-09-13 03:02:51</msg>
<var>${date}</var>
<arg>d,m,s</arg>
<doc>Returns the given time in the requested format.</doc>
<status status="PASS" start="2026-09-13T03:02:51.788715" elapsed="0.000377"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-09-13T03:02:51.789621" level="INFO">CBench Result: 2026-09-13 03:02:51,-t -m 60000 -M 100 -S 16 -l 10 -D 5000 -p 6633,191989.49,198100.27,194025.67,64701.39</msg>
<arg>CBench Result: ${date},${cbench_args},${min},${max},${average},${stdev}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-09-13T03:02:51.789231" elapsed="0.000460"/>
</kw>
<kw name="Log Results And Determine Status">
<kw name="Append To File" owner="OperatingSystem">
<msg time="2026-09-13T03:02:51.790693" 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-09-13T03:02:51.790286" elapsed="0.000472"/>
</kw>
<kw name="Should Be True" owner="BuiltIn">
<arg>${average} &gt; ${threshold}</arg>
<arg>${average} flow_mods per/sec did not exceed threshold of ${threshold}</arg>
<doc>Fails if the given condition is not true.</doc>
<status status="PASS" start="2026-09-13T03:02:51.790898" elapsed="0.000425"/>
</kw>
<arg>${min}</arg>
<arg>${max}</arg>
<arg>${average}</arg>
<arg>${average_threshold}</arg>
<arg>${output_filename}</arg>
<status status="PASS" start="2026-09-13T03:02:51.789829" elapsed="0.001556"/>
</kw>
<arg>-t -m ${duration_in_ms} -M ${num_of_unique_macs} -S ${switch_count} -l ${loops} -D ${start_delay} -p ${of_port}</arg>
<arg>${throughput_threshold}</arg>
<arg>${throughput_results_file}</arg>
<status status="PASS" start="2026-09-13T02:52:44.967297" elapsed="606.824143"/>
</kw>
<kw name="Sleep" owner="BuiltIn">
<msg time="2026-09-13T03:02:51.791923" level="INFO">Slept 0 seconds.</msg>
<arg>${test_delay}</arg>
<doc>Pauses the test executed for the given time.</doc>
<status status="PASS" start="2026-09-13T03:02:51.791579" elapsed="0.000397"/>
</kw>
<kw name="Log Results As Zero If Cbench Timed Out" type="TEARDOWN">
<kw name="Run Keyword If Timeout Occurred" owner="BuiltIn">
<arg>Log Results And Determine Status</arg>
<arg>0</arg>
<arg>0</arg>
<arg>0</arg>
<arg>0</arg>
<arg>${output_filename}</arg>
<doc>Runs the given keyword if either a test or a keyword timeout has occurred.</doc>
<status status="PASS" start="2026-09-13T03:02:51.792444" elapsed="0.000272"/>
</kw>
<status status="PASS" start="2026-09-13T03:02:51.792168" elapsed="0.000614"/>
</kw>
<doc>cbench executed in throughput mode (-t). Test parameters have defaults, but can be overridden
on the pybot command line</doc>
<tag>cbench</tag>
<tag>throughput</tag>
<timeout value="15 minutes"/>
<status status="PASS" start="2026-09-13T02:52:44.965745" elapsed="606.827073"/>
</test>
<test id="s1-t3" name="Rerun Latency Test To Check Bug 6176" line="65">
<kw name="Log" owner="BuiltIn">
<msg time="2026-09-13T03:02:51.794317" level="INFO">Cbench tests using 10 iterations of 60 second tests. Switch Count: 16. Unique MACS to cycle: 100</msg>
<arg>Cbench tests using ${loops} iterations of ${duration_in_secs} second tests. Switch Count: ${switch_count}. Unique MACS to cycle: ${num_of_unique_macs}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-09-13T03:02:51.793947" elapsed="0.000425"/>
</kw>
<kw name="Run Cbench And Log Results">
<kw name="Set Suite Variable" owner="BuiltIn">
<msg time="2026-09-13T03:02:51.795521" level="INFO">${output_filename} = bug.csv</msg>
<arg>${output_filename}</arg>
<doc>Makes a variable available everywhere within the scope of the current suite.</doc>
<status status="PASS" start="2026-09-13T03:02:51.795203" elapsed="0.000357"/>
</kw>
<if>
<branch type="IF" condition="&quot;${cbench_system}&quot; == &quot;localhost&quot;">
<kw name="Run" owner="OperatingSystem">
<var>${output}</var>
<arg>${cbench_executable} -c ${ODL_SYSTEM_IP} ${cbench_args}</arg>
<doc>_This keyword is considered deprecated. Use the
[http://robotframework.org/robotframework/latest/libraries/Process.html|
Process] library instead._</doc>
<status status="NOT RUN" start="2026-09-13T03:02:51.795904" elapsed="0.000020"/>
</kw>
<status status="NOT RUN" start="2026-09-13T03:02:51.795695" elapsed="0.000263"/>
</branch>
<branch type="ELSE">
<kw name="Run Command On Remote System" owner="Utils">
<if>
<branch type="IF" condition="&quot;${return_stdout}&quot;!=&quot;True&quot; and &quot;${return_stderr}&quot;!=&quot;True&quot;">
<kw name="Fail" owner="BuiltIn">
<arg>At least one of {return_stdout} or {return_stderr} args should be set to True</arg>
<doc>Fails the test with the given message and optionally alters its tags.</doc>
<status status="NOT RUN" start="2026-09-13T03:02:51.799097" elapsed="0.000021"/>
</kw>
<status status="NOT RUN" start="2026-09-13T03:02:51.798863" elapsed="0.000287"/>
</branch>
<status status="PASS" start="2026-09-13T03:02:51.798844" elapsed="0.000329"/>
</if>
<kw name="Get Connection" owner="SSHLibrary">
<msg time="2026-09-13T03:02:51.799470" level="INFO">index=None
host=None
alias=None
port=22
timeout=3 seconds
newline=

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

prompt=None
term_type=vt100
width=80
height=24
path_separator=/
encoding=utf8
escape_ansi=False
encoding_errors=strict</msg>
<var>${current_ssh_connection}</var>
<doc>Returns information about the connection.</doc>
<status status="PASS" start="2026-09-13T03:02:51.799293" elapsed="0.000326"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-09-13T03:02:51.800147" level="INFO">Attempting to execute command "/usr/local/bin/cbench -c 10.30.171.240 -m 60000 -M 100 -S 16 -l 10 -D 5000 -p 6633" on remote system "10.30.170.143" by user "jenkins" with keyfile pass "any" and prompt "&gt;" and password ""</msg>
<arg>Attempting to execute command "${cmd}" on remote system "${system}" by user "${user}" with keyfile pass "${keyfile_pass}" and prompt "${prompt}" and password "${password}"</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-09-13T03:02:51.799760" elapsed="0.000440"/>
</kw>
<kw name="Open Connection" owner="SSHLibrary">
<msg time="2026-09-13T03:02:51.800746" level="INFO">${conn_id} = 9</msg>
<var>${conn_id}</var>
<arg>${system}</arg>
<arg>prompt=${prompt}</arg>
<arg>timeout=${prompt_timeout}</arg>
<doc>Opens a new SSH connection to the given ``host`` and ``port``.</doc>
<status status="PASS" start="2026-09-13T03:02:51.800329" elapsed="0.000442"/>
</kw>
<kw name="Flexible_SSH_Login" owner="SSHKeywords">
<kw name="Get Length" owner="BuiltIn">
<msg time="2026-09-13T03:02:51.801616" level="INFO">Length is 0.</msg>
<msg time="2026-09-13T03:02:51.801714" level="INFO">${pwd_length} = 0</msg>
<var>${pwd_length}</var>
<arg>${password}</arg>
<doc>Returns and logs the length of the given item as an integer.</doc>
<status status="PASS" start="2026-09-13T03:02:51.801319" elapsed="0.000418"/>
</kw>
<kw name="Run Keyword And Return If" owner="BuiltIn">
<arg>${pwd_length} &gt; 0</arg>
<arg>SSHLibrary.Login</arg>
<arg>${user}</arg>
<arg>${password}</arg>
<arg>delay=${delay}</arg>
<doc>Runs the specified keyword and returns from the enclosing user keyword.</doc>
<status status="PASS" start="2026-09-13T03:02:51.801867" elapsed="0.000310"/>
</kw>
<kw name="Run Keyword And Return" owner="BuiltIn">
<kw name="Login With Public Key" owner="SSHLibrary">
<msg time="2026-09-13T03:02:51.803016" level="INFO">Logging into '10.30.170.143:22' as 'jenkins'.</msg>
<msg time="2026-09-13T03:02:52.431878" level="INFO">Read output: Welcome to Ubuntu 22.04.5 LTS (GNU/Linux 5.15.0-187-generic x86_64)

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

 System information as of Sun Sep 13 03:02:52 UTC 2026

  System load:  0.45               Processes:             107
  Usage of /:   19.8% of 38.58GB   Users logged in:       0
  Memory usage: 4%                 IPv4 address for ens3: 10.30.170.143
  Swap usage:   0%


Expanded Security Maintenance for Applications is not enabled.

5 updates can be applied immediately.
To see these additional updates run: apt list --upgradable

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


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


Last login: Sun Sep 13 02:52:45 2026 from 10.30.170.174
[?2004h[jenkins@releng-00446-84-1-mininet-ovs-217-0 ~]&gt;</msg>
<arg>${user}</arg>
<arg>${USER_HOME}/.ssh/${SSH_KEY}</arg>
<arg>${KEYFILE_PASS}</arg>
<arg>delay=${delay}</arg>
<doc>Logs into the SSH server using key-based authentication.</doc>
<status status="PASS" start="2026-09-13T03:02:51.802682" elapsed="0.629438"/>
</kw>
<msg time="2026-09-13T03:02:52.432227" level="INFO">Returning from the enclosing user keyword.</msg>
<arg>SSHLibrary.Login With Public Key</arg>
<arg>${user}</arg>
<arg>${USER_HOME}/.ssh/${SSH_KEY}</arg>
<arg>${KEYFILE_PASS}</arg>
<arg>delay=${delay}</arg>
<doc>Runs the specified keyword and returns from the enclosing user keyword.</doc>
<status status="PASS" start="2026-09-13T03:02:51.802316" elapsed="0.630012"/>
</kw>
<arg>${user}</arg>
<arg>${password}</arg>
<doc>On active SSH session: if given non-empty password, do Login, else do Login With Public Key.</doc>
<status status="PASS" start="2026-09-13T03:02:51.800956" elapsed="0.631516"/>
</kw>
<kw name="Execute Command" owner="SSHLibrary">
<msg time="2026-09-13T03:02:52.433185" level="INFO">Executing command '/usr/local/bin/cbench -c 10.30.171.240 -m 60000 -M 100 -S 16 -l 10 -D 5000 -p 6633'.</msg>
<msg time="2026-09-13T03:12:58.475785" level="INFO">Command exited with return code 0.</msg>
<msg time="2026-09-13T03:12:58.476390" level="INFO">${stdout} = </msg>
<msg time="2026-09-13T03:12:58.476487" level="INFO">${stderr} = cbench: controller benchmarking tool
   running in mode 'latency'
   connecting to controller at 10.30.171.240:6633 
   faking 16 switches with 1 threads :: 10 tests each; 60000 ms per test
   with 10...</msg>
<var>${stdout}</var>
<var>${stderr}</var>
<arg>${cmd}</arg>
<arg>return_stderr=True</arg>
<doc>Executes ``command`` on the remote machine and returns its outputs.</doc>
<status status="PASS" start="2026-09-13T03:02:52.432787" elapsed="606.043751"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-09-13T03:12:58.477071" elapsed="0.000767"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-09-13T03:12:58.479001" level="INFO">cbench: controller benchmarking tool
   running in mode 'latency'
   connecting to controller at 10.30.171.240: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.240. So far 1 cbench instances have initialized their switches.  Waiting for other cbench-instances
Thread-0: Total switches from ALL cbench-instances initialized.
03:03:57.551 16  switches: flows:  91074 89683 89376 88362 89718 87943 89111 87818 88794 86886 87555 85879 87596 86141 86986 85725  total = 23.477450 per ms 
03:04:57.652 16  switches: flows:  91140 91017 92364 89606 90931 91224 89670 88095 88205 88354 88645 89399 87203 88296 87149 88230  total = 23.785747 per ms 
03:05:57.753 16  switches: flows:  91699 92150 92797 92217 92396 91393 92614 89786 88769 89020 89142 91411 88308 87972 88968 89638  total = 24.097696 per ms 
03:06:57.854 16  switches: flows:  92111 92808 93159 90781 93245 92088 92578 90783 90034 89088 89025 90851 89129 88592 87934 90308  total = 24.168192 per ms 
03:07:57.955 16  switches: flows:  92739 94766 93944 91304 92683 92966 92629 91169 90180 91113 88829 90878 89229 88695 88600 89810  total = 24.285003 per ms 
03:08:58.056 16  switches: flows:  94187 94422 94982 92693 94869 94955 94704 91913 93008 91407 92097 93082 90894 91074 90440 90998  total = 24.720792 per ms 
03:09:58.157 16  switches: flows:  93146 93582 93737 92293 94207 94582 94487 91625 91677 90147 90278 92692 89960 89733 90285 91487  total = 24.524344 per ms 
03:10:58.258 16  switches: flows:  85797 87098 87440 86933 87428 86304 86340 85279 84731 83426 83366 86584 83400 83018 83180 85331  total = 22.722958 per ms 
03:11:58.359 16  switches: flows:  92819 94811 94687 92188 95550 93660 93842 90974 91869 90843 90492 92764 91239 88425 90938 91513  total = 24.569207 per ms 
03:12:58.459 16  switches: flows:  94726 95517 95933 93523 95836 94852 95373 92885 92929 91929 92123 93545 91075 91521 91398 92724  total = 24.889939 per ms 
RESULT: 16 switches 9 tests min/max/avg/stdev = 22722.96/24889.94/24195.99/8088.44 responses/s</msg>
<arg>${stderr}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-09-13T03:12:58.478194" elapsed="0.001120"/>
</kw>
<if>
<branch type="IF" condition="&quot;${return_stdout}&quot;!=&quot;True&quot;">
<return>
<value>${stderr}</value>
<status status="PASS" start="2026-09-13T03:12:58.479894" elapsed="0.000071"/>
</return>
<status status="PASS" start="2026-09-13T03:12:58.479485" elapsed="0.000555"/>
</branch>
<status status="PASS" start="2026-09-13T03:12:58.479434" elapsed="0.000657"/>
</if>
<if>
<branch type="IF" condition="&quot;${return_stderr}&quot;!=&quot;True&quot;">
<return>
<value>${stdout}</value>
<status status="NOT RUN" start="2026-09-13T03:12:58.480304" elapsed="0.000025"/>
</return>
<status status="NOT RUN" start="2026-09-13T03:12:58.480227" elapsed="0.000159"/>
</branch>
<status status="NOT RUN" start="2026-09-13T03:12:58.480183" elapsed="0.000247"/>
</if>
<return>
<value>${stdout}</value>
<value>${stderr}</value>
<status status="NOT RUN" start="2026-09-13T03:12:58.480502" elapsed="0.000037"/>
</return>
<kw name="Restore_Current_Ssh_Connection_From_Index" owner="SSHKeywords" type="TEARDOWN">
<kw name="Run Keyword And Return If" owner="BuiltIn">
<arg>${connection_index} is not None</arg>
<arg>SSHLibrary.Switch Connection</arg>
<arg>${connection_index}</arg>
<doc>Runs the specified keyword and returns from the enclosing user keyword.</doc>
<status status="PASS" start="2026-09-13T03:12:58.486987" elapsed="0.000923"/>
</kw>
<kw name="Open Connection" owner="SSHLibrary">
<arg>127.0.0.1</arg>
<doc>Opens a new SSH connection to the given ``host`` and ``port``.</doc>
<status status="PASS" start="2026-09-13T03:12:58.488225" elapsed="0.000391"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-09-13T03:12:58.488980" elapsed="0.000212"/>
</kw>
<arg>${current_ssh_connection.index}</arg>
<doc>Restore active SSH connection in SSHLibrary to given index.</doc>
<status status="PASS" start="2026-09-13T03:12:58.481291" elapsed="0.008037"/>
</kw>
<msg time="2026-09-13T03:12:58.489597" level="INFO">${output} = cbench: controller benchmarking tool
   running in mode 'latency'
   connecting to controller at 10.30.171.240:6633 
   faking 16 switches with 1 threads :: 10 tests each; 60000 ms per test
   with 10...</msg>
<var>${output}</var>
<arg>${cbench_system}</arg>
<arg>${cbench_executable} -c ${ODL_SYSTEM_IP} ${cbench_args}</arg>
<arg>prompt_timeout=${test_timeout}</arg>
<arg>return_stdout=False</arg>
<arg>return_stderr=True</arg>
<doc>Reduces the common work of running a command on a remote system to a single higher level
robot keyword, taking care to log in with a public key and. The command given is written and the return value
depends on the passed argument values of return_stdout (default: True) and return_stderr (default: False).
At least one should be True, or the keyword will exit and FAIL. If both are True, the resulting return value
will be a two element list containing both. Otherwise the resulting return value is a string.
No test conditions are checked.</doc>
<status status="PASS" start="2026-09-13T03:02:51.796319" elapsed="606.693366"/>
</kw>
<status status="PASS" start="2026-09-13T03:02:51.795982" elapsed="606.693852"/>
</branch>
<status status="PASS" start="2026-09-13T03:02:51.795674" elapsed="606.694211"/>
</if>
<kw name="Log" owner="BuiltIn">
<msg time="2026-09-13T03:12:58.490937" level="INFO">cbench: controller benchmarking tool
   running in mode 'latency'
   connecting to controller at 10.30.171.240: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.240. So far 1 cbench instances have initialized their switches.  Waiting for other cbench-instances
Thread-0: Total switches from ALL cbench-instances initialized.
03:03:57.551 16  switches: flows:  91074 89683 89376 88362 89718 87943 89111 87818 88794 86886 87555 85879 87596 86141 86986 85725  total = 23.477450 per ms 
03:04:57.652 16  switches: flows:  91140 91017 92364 89606 90931 91224 89670 88095 88205 88354 88645 89399 87203 88296 87149 88230  total = 23.785747 per ms 
03:05:57.753 16  switches: flows:  91699 92150 92797 92217 92396 91393 92614 89786 88769 89020 89142 91411 88308 87972 88968 89638  total = 24.097696 per ms 
03:06:57.854 16  switches: flows:  92111 92808 93159 90781 93245 92088 92578 90783 90034 89088 89025 90851 89129 88592 87934 90308  total = 24.168192 per ms 
03:07:57.955 16  switches: flows:  92739 94766 93944 91304 92683 92966 92629 91169 90180 91113 88829 90878 89229 88695 88600 89810  total = 24.285003 per ms 
03:08:58.056 16  switches: flows:  94187 94422 94982 92693 94869 94955 94704 91913 93008 91407 92097 93082 90894 91074 90440 90998  total = 24.720792 per ms 
03:09:58.157 16  switches: flows:  93146 93582 93737 92293 94207 94582 94487 91625 91677 90147 90278 92692 89960 89733 90285 91487  total = 24.524344 per ms 
03:10:58.258 16  switches: flows:  85797 87098 87440 86933 87428 86304 86340 85279 84731 83426 83366 86584 83400 83018 83180 85331  total = 22.722958 per ms 
03:11:58.359 16  switches: flows:  92819 94811 94687 92188 95550 93660 93842 90974 91869 90843 90492 92764 91239 88425 90938 91513  total = 24.569207 per ms 
03:12:58.459 16  switches: flows:  94726 95517 95933 93523 95836 94852 95373 92885 92929 91929 92123 93545 91075 91521 91398 92724  total = 24.889939 per ms 
RESULT: 16 switches 9 tests min/max/avg/stdev = 22722.96/24889.94/24195.99/8088.44 responses/s</msg>
<arg>${output}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-09-13T03:12:58.490224" elapsed="0.000938"/>
</kw>
<kw name="Should Contain" owner="BuiltIn">
<arg>${output}</arg>
<arg>RESULT</arg>
<doc>Fails if ``container`` does not contain ``item`` one or more times.</doc>
<status status="PASS" start="2026-09-13T03:12:58.491535" elapsed="0.000976"/>
</kw>
<kw name="Get Lines Containing String" owner="String">
<msg time="2026-09-13T03:12:58.493411" level="INFO">1 out of 23 lines matched.</msg>
<msg time="2026-09-13T03:12:58.493625" level="INFO">${result_line} = RESULT: 16 switches 9 tests min/max/avg/stdev = 22722.96/24889.94/24195.99/8088.44 responses/s</msg>
<var>${result_line}</var>
<arg>${output}</arg>
<arg>RESULT</arg>
<doc>Returns lines of the given ``string`` that contain the ``pattern``.</doc>
<status status="PASS" start="2026-09-13T03:12:58.492946" elapsed="0.000785"/>
</kw>
<kw name="Split String" owner="String">
<msg time="2026-09-13T03:12:58.494632" level="INFO">@{results_list} = [ RESULT: | 16 | switches | 9 | tests | min/max/avg/stdev | = | 22722.96/24889.94/24195.99/8088.44 | responses/s ]</msg>
<var>@{results_list}</var>
<arg>${result_line}</arg>
<doc>Splits the ``string`` using ``separator`` as a delimiter string.</doc>
<status status="PASS" start="2026-09-13T03:12:58.494071" elapsed="0.000680"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-09-13T03:12:58.500442" level="INFO">min/max/avg/stdev</msg>
<arg>${results_list[5]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-09-13T03:12:58.495062" elapsed="0.005497"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-09-13T03:12:58.506209" level="INFO">22722.96/24889.94/24195.99/8088.44</msg>
<arg>${results_list[7]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-09-13T03:12:58.500939" elapsed="0.005399"/>
</kw>
<kw name="Split String" owner="String">
<msg time="2026-09-13T03:12:58.511744" level="INFO">@{result_name_list} = [ min | max | avg | stdev ]</msg>
<var>@{result_name_list}</var>
<arg>${results_list[5]}</arg>
<arg>/</arg>
<doc>Splits the ``string`` using ``separator`` as a delimiter string.</doc>
<status status="PASS" start="2026-09-13T03:12:58.506681" elapsed="0.005143"/>
</kw>
<kw name="Split String" owner="String">
<msg time="2026-09-13T03:12:58.517347" level="INFO">@{result_value_list} = [ 22722.96 | 24889.94 | 24195.99 | 8088.44 ]</msg>
<var>@{result_value_list}</var>
<arg>${results_list[7]}</arg>
<arg>/</arg>
<doc>Splits the ``string`` using ``separator`` as a delimiter string.</doc>
<status status="PASS" start="2026-09-13T03:12:58.512272" elapsed="0.005139"/>
</kw>
<kw name="Get Length" owner="BuiltIn">
<msg time="2026-09-13T03:12:58.518227" level="INFO">Length is 4.</msg>
<msg time="2026-09-13T03:12:58.518341" level="INFO">${num_stats} = 4</msg>
<var>${num_stats}</var>
<arg>${result_name_list}</arg>
<doc>Returns and logs the length of the given item as an integer.</doc>
<status status="PASS" start="2026-09-13T03:12:58.517827" elapsed="0.000544"/>
</kw>
<for flavor="IN RANGE">
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-09-13T03:12:58.525046" level="INFO">min :: 22722.96</msg>
<arg>${result_name_list[${i}]} :: ${result_value_list[${i}]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-09-13T03:12:58.518923" elapsed="0.006197"/>
</kw>
<var name="${i}">0</var>
<status status="PASS" start="2026-09-13T03:12:58.518754" elapsed="0.006410"/>
</iter>
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-09-13T03:12:58.531497" level="INFO">max :: 24889.94</msg>
<arg>${result_name_list[${i}]} :: ${result_value_list[${i}]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-09-13T03:12:58.525472" elapsed="0.006118"/>
</kw>
<var name="${i}">1</var>
<status status="PASS" start="2026-09-13T03:12:58.525274" elapsed="0.006364"/>
</iter>
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-09-13T03:12:58.537758" level="INFO">avg :: 24195.99</msg>
<arg>${result_name_list[${i}]} :: ${result_value_list[${i}]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-09-13T03:12:58.531973" elapsed="0.005860"/>
</kw>
<var name="${i}">2</var>
<status status="PASS" start="2026-09-13T03:12:58.531808" elapsed="0.006070"/>
</iter>
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-09-13T03:12:58.543855" level="INFO">stdev :: 8088.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-09-13T03:12:58.538148" elapsed="0.005757"/>
</kw>
<var name="${i}">3</var>
<status status="PASS" start="2026-09-13T03:12:58.537985" elapsed="0.005951"/>
</iter>
<var>${i}</var>
<value>0</value>
<value>${num_stats}</value>
<status status="PASS" start="2026-09-13T03:12:58.518472" elapsed="0.025492"/>
</for>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-09-13T03:12:58.548005" level="INFO">${min} = 22722.96</msg>
<var>${min}</var>
<arg>${result_value_list[${0}]}</arg>
<doc>Returns the given values which can then be assigned to a variables.</doc>
<status status="PASS" start="2026-09-13T03:12:58.544110" elapsed="0.003925"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-09-13T03:12:58.551742" level="INFO">${max} = 24889.94</msg>
<var>${max}</var>
<arg>${result_value_list[${1}]}</arg>
<doc>Returns the given values which can then be assigned to a variables.</doc>
<status status="PASS" start="2026-09-13T03:12:58.548188" elapsed="0.003579"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-09-13T03:12:58.555544" level="INFO">${average} = 24195.99</msg>
<var>${average}</var>
<arg>${result_value_list[${2}]}</arg>
<doc>Returns the given values which can then be assigned to a variables.</doc>
<status status="PASS" start="2026-09-13T03:12:58.551910" elapsed="0.003659"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-09-13T03:12:58.559261" level="INFO">${stdev} = 8088.44</msg>
<var>${stdev}</var>
<arg>${result_value_list[${3}]}</arg>
<doc>Returns the given values which can then be assigned to a variables.</doc>
<status status="PASS" start="2026-09-13T03:12:58.555747" elapsed="0.003546"/>
</kw>
<kw name="Get Time" owner="BuiltIn">
<msg time="2026-09-13T03:12:58.559828" level="INFO">${date} = 2026-09-13 03:12:58</msg>
<var>${date}</var>
<arg>d,m,s</arg>
<doc>Returns the given time in the requested format.</doc>
<status status="PASS" start="2026-09-13T03:12:58.559445" elapsed="0.000407"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-09-13T03:12:58.560370" level="INFO">CBench Result: 2026-09-13 03:12:58,-m 60000 -M 100 -S 16 -l 10 -D 5000 -p 6633,22722.96,24889.94,24195.99,8088.44</msg>
<arg>CBench Result: ${date},${cbench_args},${min},${max},${average},${stdev}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-09-13T03:12:58.559986" elapsed="0.000434"/>
</kw>
<kw name="Log Results And Determine Status">
<kw name="Append To File" owner="OperatingSystem">
<msg time="2026-09-13T03:12:58.561476" 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-09-13T03:12:58.561030" elapsed="0.000514"/>
</kw>
<kw name="Should Be True" owner="BuiltIn">
<arg>${average} &gt; ${threshold}</arg>
<arg>${average} flow_mods per/sec did not exceed threshold of ${threshold}</arg>
<doc>Fails if the given condition is not true.</doc>
<status status="PASS" start="2026-09-13T03:12:58.561713" elapsed="0.000420"/>
</kw>
<arg>${min}</arg>
<arg>${max}</arg>
<arg>${average}</arg>
<arg>${average_threshold}</arg>
<arg>${output_filename}</arg>
<status status="PASS" start="2026-09-13T03:12:58.560558" elapsed="0.001634"/>
</kw>
<arg>-m ${duration_in_ms} -M ${num_of_unique_macs} -S ${switch_count} -l ${loops} -D ${start_delay} -p ${of_port}</arg>
<arg>${latency_threshold}</arg>
<arg>bug.csv</arg>
<status status="PASS" start="2026-09-13T03:02:51.794691" elapsed="606.767555"/>
</kw>
<kw name="Sleep" owner="BuiltIn">
<msg time="2026-09-13T03:12:58.562712" level="INFO">Slept 0 seconds.</msg>
<arg>${test_delay}</arg>
<doc>Pauses the test executed for the given time.</doc>
<status status="PASS" start="2026-09-13T03:12:58.562395" elapsed="0.000374"/>
</kw>
<kw name="Report Failure Due To Bug" owner="Utils" type="TEARDOWN">
<kw name="Evaluate" owner="BuiltIn">
<msg time="2026-09-13T03:12:58.563954" level="INFO">${test_skipped} = False</msg>
<var>${test_skipped}</var>
<arg>len(re.findall('SKIPPED', """${TEST_MESSAGE}""")) &gt; 0</arg>
<arg>modules=re</arg>
<doc>Evaluates the given expression in Python and returns the result.</doc>
<status status="PASS" start="2026-09-13T03:12:58.563442" elapsed="0.000536"/>
</kw>
<if>
<branch type="IF" condition="('${TEST_STATUS}' != 'FAIL') or ${test_skipped}">
<return>
<status status="PASS" start="2026-09-13T03:12:58.564181" elapsed="0.000029"/>
</return>
<status status="PASS" start="2026-09-13T03:12:58.564046" elapsed="0.000192"/>
</branch>
<status status="PASS" start="2026-09-13T03:12:58.564029" elapsed="0.000240"/>
</if>
<kw name="Comment" owner="BuiltIn">
<arg>Jira tickets are {PROJECT}-{NUMBER} while Bugzilla tickets are {NUMBER}</arg>
<doc>Displays the given messages in the log file as keyword arguments.</doc>
<status status="NOT RUN" start="2026-09-13T03:12:58.564403" elapsed="0.000019"/>
</kw>
<kw name="Run Keyword And Return Status" owner="BuiltIn">
<var>${match}</var>
<arg>Should Contain</arg>
<arg>${number}</arg>
<arg>-</arg>
<doc>Runs the specified keyword and returns the status as a Boolean value.</doc>
<status status="NOT RUN" start="2026-09-13T03:12:58.564554" elapsed="0.000024"/>
</kw>
<kw name="Set Variable If" owner="BuiltIn">
<var>${bug_url}</var>
<arg>${match}</arg>
<arg>https://jira.opendaylight.org/browse/${number}</arg>
<arg>https://bugs.opendaylight.org/show_bug.cgi?id=${number}</arg>
<doc>Sets variable based on the given condition.</doc>
<status status="NOT RUN" start="2026-09-13T03:12:58.564764" elapsed="0.000021"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<var>${msg}</var>
<arg>This test fails due to ${bug_url}</arg>
<doc>Returns the given values which can then be assigned to a variables.</doc>
<status status="NOT RUN" start="2026-09-13T03:12:58.564921" elapsed="0.000019"/>
</kw>
<kw name="Evaluate" owner="BuiltIn">
<var>${newline}</var>
<arg>chr(10)</arg>
<doc>Evaluates the given expression in Python and returns the result.</doc>
<status status="NOT RUN" start="2026-09-13T03:12:58.565112" elapsed="0.000019"/>
</kw>
<kw name="Set Test Message" owner="BuiltIn">
<arg>${msg}${newline}${newline}${TEST_MESSAGE}</arg>
<doc>Sets message for the current test case.</doc>
<status status="NOT RUN" start="2026-09-13T03:12:58.565271" elapsed="0.000019"/>
</kw>
<kw name="Log" owner="BuiltIn">
<arg>${msg}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="NOT RUN" start="2026-09-13T03:12:58.565428" elapsed="0.000024"/>
</kw>
<if>
<branch type="IF" condition="&quot;${include_bug_in_tags}&quot;==&quot;True&quot;">
<kw name="Set Tags" owner="BuiltIn">
<arg>${bug_url}</arg>
<doc>Adds given ``tags`` for the current test or all tests in a suite.</doc>
<status status="NOT RUN" start="2026-09-13T03:12:58.565679" elapsed="0.000047"/>
</kw>
<status status="NOT RUN" start="2026-09-13T03:12:58.565512" elapsed="0.000253"/>
</branch>
<status status="NOT RUN" start="2026-09-13T03:12:58.565497" elapsed="0.000294"/>
</if>
<arg>6176</arg>
<doc>Report that a test failed due to a known Bugzilla bug whose
number is provided as an argument.
Not FAILED (incl. SKIPPED) test are not reported.
This keyword must be used in the [Teardown] setting of the affected test
or as the first line of the test if FastFail module is not being
used. It reports the URL of the bug on console and also puts it
into the Robot log file.</doc>
<status status="PASS" start="2026-09-13T03:12:58.563138" elapsed="0.002716"/>
</kw>
<doc>cbench executed in latency mode to see if controller is healthy</doc>
<tag>cbench</tag>
<tag>latency</tag>
<timeout value="15 minutes"/>
<status status="PASS" start="2026-09-13T03:02:51.793383" elapsed="606.772524"/>
</test>
<doc>Cbench Latency and Throughput tests can be run from an external
cbench.
If cbench is run with a medium number of switches or higher (e.g. 32+)
the normal openflow operations seem to break.
BUG: https://bugs.opendaylight.org/show_bug.cgi?id=2897</doc>
<status status="PASS" start="2026-09-13T02:42:35.911485" elapsed="1822.655116"/>
</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>
