<?xml version="1.0" encoding="UTF-8"?>
<robot generator="Robot 7.5 (Python 3.11.10 on linux)" generated="2026-09-16T02:36:31.952030" 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-16T02:36:32.460459" elapsed="0.000027"/>
</return>
<status status="NOT RUN" start="2026-09-16T02:36:32.460294" elapsed="0.000251"/>
</branch>
<status status="PASS" start="2026-09-16T02:36:32.460266" elapsed="0.000312"/>
</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-16T02:36:32.460806" elapsed="0.000436"/>
</kw>
<kw name="Login" owner="SSHLibrary">
<msg time="2026-09-16T02:36:32.461696" level="INFO">Logging into '10.30.171.198:8101' as 'karaf'.</msg>
<msg time="2026-09-16T02:36:33.234635" 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-16T02:36:32.461447" elapsed="0.773375"/>
</kw>
<kw name="Write" owner="SSHLibrary">
<msg time="2026-09-16T02:36:33.285348" 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-16T02:36:33.235095" elapsed="0.050322"/>
</kw>
<kw name="Read Until Regexp" owner="SSHLibrary">
<msg time="2026-09-16T02:36:33.287332" level="INFO">[?1l&gt;[?2004l[?1h=[90m~[0m                                                                                [?2004hopendaylight-user@root&gt;</msg>
<msg time="2026-09-16T02:36:33.287466" 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-16T02:36:33.285615" elapsed="0.001881"/>
</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-16T02:36:33.287653" elapsed="0.000208"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-09-16T02:36:33.288016" elapsed="0.000201"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-09-16T02:36:33.288770" 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-16T02:36:33.288427" elapsed="0.000410"/>
</kw>
<return>
<value>${output}</value>
<status status="PASS" start="2026-09-16T02:36:33.288888" elapsed="0.000052"/>
</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.198
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-16T02:36:32.459991" elapsed="0.829048"/>
</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-16T02:36:32.458316" elapsed="0.830784"/>
</kw>
<kw name="Append To File" owner="OperatingSystem">
<msg time="2026-09-16T02:36:33.289721" 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-16T02:36:33.289296" elapsed="0.000483"/>
</kw>
<kw name="Append To File" owner="OperatingSystem">
<msg time="2026-09-16T02:36:33.290247" 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-16T02:36:33.289964" elapsed="0.000354"/>
</kw>
<kw name="Evaluate" owner="BuiltIn">
<msg time="2026-09-16T02:36:33.291006" 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-16T02:36:33.290503" elapsed="0.000529"/>
</kw>
<kw name="Set Suite Variable" owner="BuiltIn">
<msg time="2026-09-16T02:36:33.291613" level="INFO">${duration_in_ms} = 60000</msg>
<arg>${duration_in_ms}</arg>
<doc>Makes the variable available everywhere within the scope of the current suite.</doc>
<status status="PASS" start="2026-09-16T02:36:33.291263" elapsed="0.000406"/>
</kw>
<kw name="Evaluate" owner="BuiltIn">
<msg time="2026-09-16T02:36:33.292257" 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-16T02:36:33.291878" elapsed="0.000413"/>
</kw>
<kw name="Set Suite Variable" owner="BuiltIn">
<msg time="2026-09-16T02:36:33.292862" level="INFO">${test_timeout} = 900.0</msg>
<arg>${test_timeout}</arg>
<doc>Makes the variable available everywhere within the scope of the current suite.</doc>
<status status="PASS" start="2026-09-16T02:36:33.292511" elapsed="0.000392"/>
</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-16T02:36:33.293227" elapsed="0.000030"/>
</kw>
<status status="NOT RUN" start="2026-09-16T02:36:33.293004" elapsed="0.000286"/>
</branch>
<branch type="ELSE">
<kw name="Verify File Exists On Remote System" owner="Utils">
<kw name="Open Connection" owner="SSHLibrary">
<msg time="2026-09-16T02:36:33.296021" 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-16T02:36:33.295247" elapsed="0.000802"/>
</kw>
<kw name="Flexible_SSH_Login" owner="SSHKeywords">
<kw name="Get Length" owner="BuiltIn">
<msg time="2026-09-16T02:36:33.297251" level="INFO">Length is 0.</msg>
<msg time="2026-09-16T02:36:33.297358" 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-16T02:36:33.296629" elapsed="0.000755"/>
</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>Conditionally runs the specified keyword and returns from the enclosing user keyword.</doc>
<status status="PASS" start="2026-09-16T02:36:33.297550" elapsed="0.000407"/>
</kw>
<kw name="Run Keyword And Return" owner="BuiltIn">
<kw name="Login With Public Key" owner="SSHLibrary">
<msg time="2026-09-16T02:36:33.298946" level="INFO">Logging into '10.30.170.149:22' as 'jenkins'.</msg>
<msg time="2026-09-16T02:36:33.794112" 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 Wed Sep 16 02:35:46 UTC 2026

  System load:  0.13               Processes:             111
  Usage of /:   19.8% of 38.58GB   Users logged in:       0
  Memory usage: 4%                 IPv4 address for ens3: 10.30.170.149
  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-87-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-16T02:36:33.298631" elapsed="0.495672"/>
</kw>
<msg time="2026-09-16T02:36:33.794416" 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-16T02:36:33.298152" elapsed="0.496371"/>
</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-16T02:36:33.296269" elapsed="0.498370"/>
</kw>
<kw name="File Should Exist" owner="SSHLibrary">
<msg time="2026-09-16T02:36:33.805351" 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-16T02:36:33.794885" elapsed="0.012470"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-09-16T02:36:33.807653" elapsed="0.000405"/>
</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-16T02:36:33.294800" elapsed="0.513321"/>
</kw>
<status status="PASS" start="2026-09-16T02:36:33.293545" elapsed="0.514613"/>
</branch>
<status status="PASS" start="2026-09-16T02:36:33.292978" elapsed="0.515214"/>
</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-16T02:36:33.808374" elapsed="0.000492"/>
</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-16T02:36:33.810769" elapsed="0.000018"/>
</return>
<status status="NOT RUN" start="2026-09-16T02:36:33.810650" elapsed="0.000170"/>
</branch>
<status status="PASS" start="2026-09-16T02:36:33.810627" elapsed="0.000217"/>
</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-16T02:36:33.812295" elapsed="0.000014"/>
</return>
<status status="NOT RUN" start="2026-09-16T02:36:33.812204" elapsed="0.000149"/>
</branch>
<status status="PASS" start="2026-09-16T02:36:33.812187" elapsed="0.000187"/>
</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-16T02:36:33.812534" elapsed="0.000381"/>
</kw>
<kw name="Login" owner="SSHLibrary">
<msg time="2026-09-16T02:36:33.813322" level="INFO">Logging into '10.30.171.198:8101' as 'karaf'.</msg>
<msg time="2026-09-16T02:36:34.059864" 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-16T02:36:33.813098" elapsed="0.246979"/>
</kw>
<kw name="Write" owner="SSHLibrary">
<msg time="2026-09-16T02:36:34.155268" 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-16T02:36:34.060402" elapsed="0.095028"/>
</kw>
<kw name="Read Until Regexp" owner="SSHLibrary">
<msg time="2026-09-16T02:36:34.191035" 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-16T02:36:34.191266" 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-16T02:36:34.155707" elapsed="0.035590"/>
</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-16T02:36:34.191457" elapsed="0.000261"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-09-16T02:36:34.191866" elapsed="0.000182"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-09-16T02:36:34.192558" 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-16T02:36:34.192223" elapsed="0.000388"/>
</kw>
<return>
<value>${output}</value>
<status status="PASS" start="2026-09-16T02:36:34.192659" elapsed="0.000071"/>
</return>
<msg time="2026-09-16T02:36:34.192860" 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.198
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-16T02:36:33.811915" elapsed="0.380975"/>
</kw>
<kw name="Should Contain" owner="BuiltIn">
<arg>${output}</arg>
<arg>${feature_name}</arg>
<doc>Fails if the `container` does not contain the `item` one or more times.</doc>
<status status="PASS" start="2026-09-16T02:36:34.193049" elapsed="0.000494"/>
</kw>
<return>
<value>${output}</value>
<status status="PASS" start="2026-09-16T02:36:34.193589" elapsed="0.000031"/>
</return>
<arg>odl-openflowplugin-drop-test</arg>
<doc>Will Succeed if the given ${feature_name} is found in the output of "feature:list -i"</doc>
<status status="PASS" start="2026-09-16T02:36:33.810385" elapsed="0.383342"/>
</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-16T02:36:34.195360" elapsed="0.000015"/>
</return>
<status status="NOT RUN" start="2026-09-16T02:36:34.195230" elapsed="0.000176"/>
</branch>
<status status="PASS" start="2026-09-16T02:36:34.195207" elapsed="0.000222"/>
</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-16T02:36:34.195584" elapsed="0.000437"/>
</kw>
<kw name="Login" owner="SSHLibrary">
<msg time="2026-09-16T02:36:34.196455" level="INFO">Logging into '10.30.171.198:8101' as 'karaf'.</msg>
<msg time="2026-09-16T02:36:34.353281" 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-16T02:36:34.196238" elapsed="0.157174"/>
</kw>
<kw name="Write" owner="SSHLibrary">
<msg time="2026-09-16T02:36:34.385054" 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-16T02:36:34.353619" elapsed="0.031496"/>
</kw>
<kw name="Read Until Regexp" owner="SSHLibrary">
<msg time="2026-09-16T02:36:34.387245" level="INFO">[?1l&gt;[?2004lDropAllFlows transitions to on
[?1h=[90m~[0m                                                                                [?2004hopendaylight-user@root&gt;</msg>
<msg time="2026-09-16T02:36:34.387367" 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-16T02:36:34.385277" elapsed="0.002120"/>
</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-16T02:36:34.387532" elapsed="0.000193"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-09-16T02:36:34.387854" elapsed="0.000192"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-09-16T02:36:34.388523" 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-16T02:36:34.388220" elapsed="0.000348"/>
</kw>
<return>
<value>${output}</value>
<status status="PASS" start="2026-09-16T02:36:34.388612" elapsed="0.000044"/>
</return>
<arg>dropallpacketsrpc on</arg>
<doc>Will execute the given ${cmd} by ssh'ing to the karaf console running on 10.30.171.198
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-16T02:36:34.194950" elapsed="0.193817"/>
</kw>
<status status="PASS" start="2026-09-16T02:36:32.456272" elapsed="1.932550"/>
</kw>
<test id="s1-t1" name="Cbench Latency Test" line="37">
<kw name="Log" owner="BuiltIn">
<msg time="2026-09-16T02:36:34.390399" 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-16T02:36:34.389632" elapsed="0.000830"/>
</kw>
<kw name="Run Cbench And Log Results">
<kw name="Set Suite Variable" owner="BuiltIn">
<msg time="2026-09-16T02:36:34.391862" level="INFO">${output_filename} = latency.csv</msg>
<arg>${output_filename}</arg>
<doc>Makes the variable available everywhere within the scope of the current suite.</doc>
<status status="PASS" start="2026-09-16T02:36:34.391478" elapsed="0.000427"/>
</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 [Process] library instead.*</doc>
<status status="NOT RUN" start="2026-09-16T02:36:34.392213" elapsed="0.000020"/>
</kw>
<status status="NOT RUN" start="2026-09-16T02:36:34.391981" elapsed="0.000284"/>
</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 or task with the given message and optionally alters its tags.</doc>
<status status="NOT RUN" start="2026-09-16T02:36:34.393369" elapsed="0.000021"/>
</kw>
<status status="NOT RUN" start="2026-09-16T02:36:34.393132" elapsed="0.000289"/>
</branch>
<status status="PASS" start="2026-09-16T02:36:34.393112" elapsed="0.000333"/>
</if>
<kw name="Get Connection" owner="SSHLibrary">
<msg time="2026-09-16T02:36:34.393877" 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-16T02:36:34.394002" 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-16T02:36:34.393644" elapsed="0.000383"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-09-16T02:36:34.394544" level="INFO">Attempting to execute command "/usr/local/bin/cbench -c 10.30.171.198 -m 60000 -M 100 -S 16 -l 10 -D 5000 -p 6633" on remote system "10.30.170.149" 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-16T02:36:34.394198" elapsed="0.000404"/>
</kw>
<kw name="Open Connection" owner="SSHLibrary">
<msg time="2026-09-16T02:36:34.395196" 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-16T02:36:34.394786" elapsed="0.000435"/>
</kw>
<kw name="Flexible_SSH_Login" owner="SSHKeywords">
<kw name="Get Length" owner="BuiltIn">
<msg time="2026-09-16T02:36:34.396421" level="INFO">Length is 0.</msg>
<msg time="2026-09-16T02:36:34.396507" 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-16T02:36:34.396092" elapsed="0.000437"/>
</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>Conditionally runs the specified keyword and returns from the enclosing user keyword.</doc>
<status status="PASS" start="2026-09-16T02:36:34.396664" elapsed="0.000319"/>
</kw>
<kw name="Run Keyword And Return" owner="BuiltIn">
<kw name="Login With Public Key" owner="SSHLibrary">
<msg time="2026-09-16T02:36:34.397835" level="INFO">Logging into '10.30.170.149:22' as 'jenkins'.</msg>
<msg time="2026-09-16T02:36:34.804391" 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 Wed Sep 16 02:35:46 UTC 2026

  System load:  0.13               Processes:             111
  Usage of /:   19.8% of 38.58GB   Users logged in:       0
  Memory usage: 4%                 IPv4 address for ens3: 10.30.170.149
  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: Wed Sep 16 02:36:33 2026 from 10.30.171.100
[?2004h[jenkins@releng-00446-87-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-16T02:36:34.397510" elapsed="0.407078"/>
</kw>
<msg time="2026-09-16T02:36:34.804673" 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-16T02:36:34.397132" elapsed="0.407663"/>
</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-16T02:36:34.395421" elapsed="0.409496"/>
</kw>
<kw name="Execute Command" owner="SSHLibrary">
<msg time="2026-09-16T02:36:34.805480" level="INFO">Executing command '/usr/local/bin/cbench -c 10.30.171.198 -m 60000 -M 100 -S 16 -l 10 -D 5000 -p 6633'.</msg>
<msg time="2026-09-16T02:46:40.970931" level="INFO">Command exited with return code 0.</msg>
<msg time="2026-09-16T02:46:40.971533" level="INFO">${stdout} = </msg>
<msg time="2026-09-16T02:46:40.971639" level="INFO">${stderr} = cbench: controller benchmarking tool
   running in mode 'latency'
   connecting to controller at 10.30.171.198: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-16T02:36:34.805169" elapsed="606.166573"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-09-16T02:46:40.972280" elapsed="0.000730"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-09-16T02:46:40.974304" level="INFO">cbench: controller benchmarking tool
   running in mode 'latency'
   connecting to controller at 10.30.171.198: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.198. So far 1 cbench instances have initialized their switches.  Waiting for other cbench-instances
Thread-0: Total switches from ALL cbench-instances initialized.
02:37:40.062 16  switches: flows:  77238 77314 75900 76626 76407 75112 74269 76482 73574 74510 72684 75205 73355 74060 72794 72999  total = 19.975483 per ms 
02:38:40.162 16  switches: flows:  76927 76492 77376 76078 76616 76661 75357 75527 73876 72363 72014 73870 72869 74066 73814 73739  total = 19.927485 per ms 
02:39:40.262 16  switches: flows:  79525 81708 81464 78321 80894 78951 78510 79247 77181 76134 75264 77573 75349 77861 77659 76787  total = 20.839027 per ms 
02:40:40.363 16  switches: flows:  76834 78303 78613 77190 78716 76268 76221 74940 74655 73219 72933 74916 73374 75079 75186 74091  total = 20.141997 per ms 
02:41:40.463 16  switches: flows:  78474 80808 80312 77451 79750 77985 77460 76536 75618 75492 75031 76735 74318 76422 77312 75778  total = 20.557064 per ms 
02:42:40.563 16  switches: flows:  76273 77017 77386 75783 77161 75058 74238 73992 74095 72746 71968 75269 71633 74105 74888 73208  total = 19.880497 per ms 
02:43:40.663 16  switches: flows:  75250 76747 75882 74227 75988 74711 73775 72835 72242 71462 71889 73028 71274 74607 73870 71847  total = 19.627810 per ms 
02:44:40.763 16  switches: flows:  76810 79457 79404 77869 77656 76882 76673 76553 74669 74095 74805 76504 74334 76135 76534 75093  total = 20.357240 per ms 
02:45:40.864 16  switches: flows:  77802 78772 79456 76711 79664 76764 76199 76521 75401 75643 72971 75350 75831 75535 76110 75071  total = 20.362682 per ms 
02:46:40.964 16  switches: flows:  83043 82991 82874 82278 82478 81118 80422 80069 79161 79714 79068 79551 78516 79337 79769 77995  total = 21.437284 per ms 
RESULT: 16 switches 9 tests min/max/avg/stdev = 19627.81/21437.28/20347.90/6802.49 responses/s</msg>
<arg>${stderr}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-09-16T02:46:40.973501" elapsed="0.001104"/>
</kw>
<if>
<branch type="IF" condition="&quot;${return_stdout}&quot;!=&quot;True&quot;">
<return>
<value>${stderr}</value>
<status status="PASS" start="2026-09-16T02:46:40.975112" elapsed="0.000090"/>
</return>
<status status="PASS" start="2026-09-16T02:46:40.974839" elapsed="0.000444"/>
</branch>
<status status="PASS" start="2026-09-16T02:46:40.974765" elapsed="0.000598"/>
</if>
<if>
<branch type="IF" condition="&quot;${return_stderr}&quot;!=&quot;True&quot;">
<return>
<value>${stdout}</value>
<status status="NOT RUN" start="2026-09-16T02:46:40.975571" elapsed="0.000030"/>
</return>
<status status="NOT RUN" start="2026-09-16T02:46:40.975492" elapsed="0.000169"/>
</branch>
<status status="NOT RUN" start="2026-09-16T02:46:40.975456" elapsed="0.000323"/>
</if>
<return>
<value>${stdout}</value>
<value>${stderr}</value>
<status status="NOT RUN" start="2026-09-16T02:46:40.975924" elapsed="0.000038"/>
</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>Conditionally runs the specified keyword and returns from the enclosing user keyword.</doc>
<status status="PASS" start="2026-09-16T02:46:40.977993" elapsed="0.000831"/>
</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-16T02:46:40.979252" elapsed="0.000381"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-09-16T02:46:40.979993" elapsed="0.000222"/>
</kw>
<arg>${current_ssh_connection.index}</arg>
<doc>Restore active SSH connection in SSHLibrary to given index.</doc>
<status status="PASS" start="2026-09-16T02:46:40.976670" elapsed="0.003668"/>
</kw>
<msg time="2026-09-16T02:46:40.980579" level="INFO">${output} = cbench: controller benchmarking tool
   running in mode 'latency'
   connecting to controller at 10.30.171.198: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-16T02:36:34.392603" elapsed="606.588033"/>
</kw>
<status status="PASS" start="2026-09-16T02:36:34.392293" elapsed="606.588478"/>
</branch>
<status status="PASS" start="2026-09-16T02:36:34.391958" elapsed="606.588891"/>
</if>
<kw name="Log" owner="BuiltIn">
<msg time="2026-09-16T02:46:40.981946" level="INFO">cbench: controller benchmarking tool
   running in mode 'latency'
   connecting to controller at 10.30.171.198: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.198. So far 1 cbench instances have initialized their switches.  Waiting for other cbench-instances
Thread-0: Total switches from ALL cbench-instances initialized.
02:37:40.062 16  switches: flows:  77238 77314 75900 76626 76407 75112 74269 76482 73574 74510 72684 75205 73355 74060 72794 72999  total = 19.975483 per ms 
02:38:40.162 16  switches: flows:  76927 76492 77376 76078 76616 76661 75357 75527 73876 72363 72014 73870 72869 74066 73814 73739  total = 19.927485 per ms 
02:39:40.262 16  switches: flows:  79525 81708 81464 78321 80894 78951 78510 79247 77181 76134 75264 77573 75349 77861 77659 76787  total = 20.839027 per ms 
02:40:40.363 16  switches: flows:  76834 78303 78613 77190 78716 76268 76221 74940 74655 73219 72933 74916 73374 75079 75186 74091  total = 20.141997 per ms 
02:41:40.463 16  switches: flows:  78474 80808 80312 77451 79750 77985 77460 76536 75618 75492 75031 76735 74318 76422 77312 75778  total = 20.557064 per ms 
02:42:40.563 16  switches: flows:  76273 77017 77386 75783 77161 75058 74238 73992 74095 72746 71968 75269 71633 74105 74888 73208  total = 19.880497 per ms 
02:43:40.663 16  switches: flows:  75250 76747 75882 74227 75988 74711 73775 72835 72242 71462 71889 73028 71274 74607 73870 71847  total = 19.627810 per ms 
02:44:40.763 16  switches: flows:  76810 79457 79404 77869 77656 76882 76673 76553 74669 74095 74805 76504 74334 76135 76534 75093  total = 20.357240 per ms 
02:45:40.864 16  switches: flows:  77802 78772 79456 76711 79664 76764 76199 76521 75401 75643 72971 75350 75831 75535 76110 75071  total = 20.362682 per ms 
02:46:40.964 16  switches: flows:  83043 82991 82874 82278 82478 81118 80422 80069 79161 79714 79068 79551 78516 79337 79769 77995  total = 21.437284 per ms 
RESULT: 16 switches 9 tests min/max/avg/stdev = 19627.81/21437.28/20347.90/6802.49 responses/s</msg>
<arg>${output}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-09-16T02:46:40.981268" elapsed="0.000839"/>
</kw>
<kw name="Should Contain" owner="BuiltIn">
<arg>${output}</arg>
<arg>RESULT</arg>
<doc>Fails if the `container` does not contain the `item` one or more times.</doc>
<status status="PASS" start="2026-09-16T02:46:40.982472" elapsed="0.000967"/>
</kw>
<kw name="Get Lines Containing String" owner="String">
<msg time="2026-09-16T02:46:40.984445" level="INFO">1 out of 23 lines matched.</msg>
<msg time="2026-09-16T02:46:40.984647" level="INFO">${result_line} = RESULT: 16 switches 9 tests min/max/avg/stdev = 19627.81/21437.28/20347.90/6802.49 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-16T02:46:40.983975" elapsed="0.000776"/>
</kw>
<kw name="Split String" owner="String">
<msg time="2026-09-16T02:46:40.985679" level="INFO">@{results_list} = [ RESULT: | 16 | switches | 9 | tests | min/max/avg/stdev | = | 19627.81/21437.28/20347.90/6802.49 | 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-16T02:46:40.985168" elapsed="0.000603"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-09-16T02:46:40.987032" 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-16T02:46:40.986241" elapsed="0.000911"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-09-16T02:46:40.988372" level="INFO">19627.81/21437.28/20347.90/6802.49</msg>
<arg>${results_list[7]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-09-16T02:46:40.987582" elapsed="0.000906"/>
</kw>
<kw name="Split String" owner="String">
<msg time="2026-09-16T02:46:40.989585" 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-16T02:46:40.988904" elapsed="0.000767"/>
</kw>
<kw name="Split String" owner="String">
<msg time="2026-09-16T02:46:40.991099" level="INFO">@{result_value_list} = [ 19627.81 | 21437.28 | 20347.90 | 6802.49 ]</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-16T02:46:40.990285" elapsed="0.000875"/>
</kw>
<kw name="Get Length" owner="BuiltIn">
<msg time="2026-09-16T02:46:40.992268" level="INFO">Length is 4.</msg>
<msg time="2026-09-16T02:46:40.992455" 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-16T02:46:40.991555" elapsed="0.000951"/>
</kw>
<for flavor="IN RANGE">
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-09-16T02:46:40.994492" level="INFO">min :: 19627.81</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-16T02:46:40.993450" elapsed="0.001172"/>
</kw>
<var name="${i}">0</var>
<status status="PASS" start="2026-09-16T02:46:40.993046" elapsed="0.001689"/>
</iter>
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-09-16T02:46:40.996416" level="INFO">max :: 21437.28</msg>
<arg>${result_name_list[${i}]} :: ${result_value_list[${i}]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-09-16T02:46:40.995392" elapsed="0.001142"/>
</kw>
<var name="${i}">1</var>
<status status="PASS" start="2026-09-16T02:46:40.994979" elapsed="0.001627"/>
</iter>
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-09-16T02:46:40.998470" level="INFO">avg :: 20347.90</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-16T02:46:40.997254" elapsed="0.001346"/>
</kw>
<var name="${i}">2</var>
<status status="PASS" start="2026-09-16T02:46:40.996857" elapsed="0.001934"/>
</iter>
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-09-16T02:46:41.000491" level="INFO">stdev :: 6802.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-16T02:46:40.999463" elapsed="0.001148"/>
</kw>
<var name="${i}">3</var>
<status status="PASS" start="2026-09-16T02:46:40.999046" elapsed="0.001669"/>
</iter>
<var>${i}</var>
<value>0</value>
<value>${num_stats}</value>
<status status="PASS" start="2026-09-16T02:46:40.992638" elapsed="0.008151"/>
</for>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-09-16T02:46:41.002106" level="INFO">${min} = 19627.81</msg>
<var>${min}</var>
<arg>${result_value_list[${0}]}</arg>
<doc>Returns the given values which can then be assigned to a variable.</doc>
<status status="PASS" start="2026-09-16T02:46:41.001175" elapsed="0.001015"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-09-16T02:46:41.003588" level="INFO">${max} = 21437.28</msg>
<var>${max}</var>
<arg>${result_value_list[${1}]}</arg>
<doc>Returns the given values which can then be assigned to a variable.</doc>
<status status="PASS" start="2026-09-16T02:46:41.002612" elapsed="0.001034"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-09-16T02:46:41.005003" level="INFO">${average} = 20347.90</msg>
<var>${average}</var>
<arg>${result_value_list[${2}]}</arg>
<doc>Returns the given values which can then be assigned to a variable.</doc>
<status status="PASS" start="2026-09-16T02:46:41.004057" elapsed="0.001003"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-09-16T02:46:41.006349" level="INFO">${stdev} = 6802.49</msg>
<var>${stdev}</var>
<arg>${result_value_list[${3}]}</arg>
<doc>Returns the given values which can then be assigned to a variable.</doc>
<status status="PASS" start="2026-09-16T02:46:41.005417" elapsed="0.000989"/>
</kw>
<kw name="Get Time" owner="BuiltIn">
<msg time="2026-09-16T02:46:41.007954" level="INFO">${date} = 2026-09-16 02:46:41</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-16T02:46:41.006928" elapsed="0.001093"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-09-16T02:46:41.009305" level="INFO">CBench Result: 2026-09-16 02:46:41,-m 60000 -M 100 -S 16 -l 10 -D 5000 -p 6633,19627.81,21437.28,20347.90,6802.49</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-16T02:46:41.008494" elapsed="0.000922"/>
</kw>
<kw name="Log Results And Determine Status">
<kw name="Append To File" owner="OperatingSystem">
<msg time="2026-09-16T02:46:41.012218" 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-16T02:46:41.010734" elapsed="0.001633"/>
</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-16T02:46:41.012759" elapsed="0.000884"/>
</kw>
<arg>${min}</arg>
<arg>${max}</arg>
<arg>${average}</arg>
<arg>${average_threshold}</arg>
<arg>${output_filename}</arg>
<status status="PASS" start="2026-09-16T02:46:41.009727" elapsed="0.004104"/>
</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-16T02:36:34.390907" elapsed="606.623046"/>
</kw>
<kw name="Sleep" owner="BuiltIn">
<msg time="2026-09-16T02:46:41.014955" level="INFO">Slept 0 seconds.</msg>
<arg>${test_delay}</arg>
<doc>Pauses execution for the given time.</doc>
<status status="PASS" start="2026-09-16T02:46:41.014265" elapsed="0.000804"/>
</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-16T02:46:41.016171" elapsed="0.000590"/>
</kw>
<status status="PASS" start="2026-09-16T02:46:41.015473" elapsed="0.001456"/>
</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-16T02:36:34.388950" elapsed="606.628049"/>
</test>
<test id="s1-t2" name="Cbench Throughput Test" line="51">
<kw name="Log" owner="BuiltIn">
<msg time="2026-09-16T02:46:41.019731" 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-16T02:46:41.019003" elapsed="0.000871"/>
</kw>
<kw name="Run Cbench And Log Results">
<kw name="Set Suite Variable" owner="BuiltIn">
<msg time="2026-09-16T02:46:41.022313" level="INFO">${output_filename} = throughput.csv</msg>
<arg>${output_filename}</arg>
<doc>Makes the variable available everywhere within the scope of the current suite.</doc>
<status status="PASS" start="2026-09-16T02:46:41.021622" elapsed="0.000775"/>
</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 [Process] library instead.*</doc>
<status status="NOT RUN" start="2026-09-16T02:46:41.023114" elapsed="0.000046"/>
</kw>
<status status="NOT RUN" start="2026-09-16T02:46:41.022540" elapsed="0.000693"/>
</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 or task with the given message and optionally alters its tags.</doc>
<status status="NOT RUN" start="2026-09-16T02:46:41.025611" elapsed="0.000043"/>
</kw>
<status status="NOT RUN" start="2026-09-16T02:46:41.025124" elapsed="0.000630"/>
</branch>
<status status="PASS" start="2026-09-16T02:46:41.025086" elapsed="0.000735"/>
</if>
<kw name="Get Connection" owner="SSHLibrary">
<msg time="2026-09-16T02:46:41.026589" 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-16T02:46:41.026898" 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-16T02:46:41.026210" elapsed="0.000744"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-09-16T02:46:41.028352" level="INFO">Attempting to execute command "/usr/local/bin/cbench -c 10.30.171.198 -t -m 60000 -M 100 -S 16 -l 10 -D 5000 -p 6633" on remote system "10.30.170.149" 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-16T02:46:41.027366" elapsed="0.001166"/>
</kw>
<kw name="Open Connection" owner="SSHLibrary">
<msg time="2026-09-16T02:46:41.029826" 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-16T02:46:41.029026" elapsed="0.000857"/>
</kw>
<kw name="Flexible_SSH_Login" owner="SSHKeywords">
<kw name="Get Length" owner="BuiltIn">
<msg time="2026-09-16T02:46:41.031821" level="INFO">Length is 0.</msg>
<msg time="2026-09-16T02:46:41.032003" 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-16T02:46:41.031151" elapsed="0.000900"/>
</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>Conditionally runs the specified keyword and returns from the enclosing user keyword.</doc>
<status status="PASS" start="2026-09-16T02:46:41.032347" elapsed="0.000695"/>
</kw>
<kw name="Run Keyword And Return" owner="BuiltIn">
<kw name="Login With Public Key" owner="SSHLibrary">
<msg time="2026-09-16T02:46:41.034920" level="INFO">Logging into '10.30.170.149:22' as 'jenkins'.</msg>
<msg time="2026-09-16T02:46:41.725796" 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 Wed Sep 16 02:46:41 UTC 2026

  System load:  1.0                Processes:             104
  Usage of /:   20.4% of 38.58GB   Users logged in:       0
  Memory usage: 4%                 IPv4 address for ens3: 10.30.170.149
  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: Wed Sep 16 02:36:34 2026 from 10.30.171.100
[?2004h[jenkins@releng-00446-87-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-16T02:46:41.034212" elapsed="0.691795"/>
</kw>
<msg time="2026-09-16T02:46:41.726095" 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-16T02:46:41.033364" elapsed="0.692820"/>
</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-16T02:46:41.030333" elapsed="0.695960"/>
</kw>
<kw name="Execute Command" owner="SSHLibrary">
<msg time="2026-09-16T02:46:41.726853" level="INFO">Executing command '/usr/local/bin/cbench -c 10.30.171.198 -t -m 60000 -M 100 -S 16 -l 10 -D 5000 -p 6633'.</msg>
<msg time="2026-09-16T02:56:47.776590" level="INFO">Command exited with return code 0.</msg>
<msg time="2026-09-16T02:56:47.777127" level="INFO">${stdout} = </msg>
<msg time="2026-09-16T02:56:47.777225" level="INFO">${stderr} = cbench: controller benchmarking tool
   running in mode 'throughput'
   connecting to controller at 10.30.171.198: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-16T02:46:41.726548" elapsed="606.050759"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-09-16T02:56:47.777763" elapsed="0.000663"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-09-16T02:56:47.779625" level="INFO">cbench: controller benchmarking tool
   running in mode 'throughput'
   connecting to controller at 10.30.171.198: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.198. So far 1 cbench instances have initialized their switches.  Waiting for other cbench-instances
Thread-0: Total switches from ALL cbench-instances initialized.
02:47:46.850 16  switches: flows:  560141 561217 556068 571536 566932 560012 577313 550304 566009 561737 564806 568327 560842 571556 560085 564525  total = 150.356833 per ms 
02:48:46.954 16  switches: flows:  639496 636495 635160 633143 625357 632722 634131 637404 637387 634797 628736 631983 636210 636044 638361 639928  total = 169.000575 per ms 
02:49:47.055 16  switches: flows:  629032 639621 629993 633811 630425 632765 640114 636912 634526 636961 637192 638378 630984 632328 637981 633432  total = 168.954682 per ms 
02:50:47.157 16  switches: flows:  648385 654482 652588 659232 655176 659096 654693 660216 652295 649806 651645 654882 656382 654008 659253 652281  total = 174.280814 per ms 
02:51:47.260 16  switches: flows:  641911 646058 641913 643779 646919 646043 641409 645964 635241 646369 651155 643435 645262 639954 637602 650036  total = 171.426270 per ms 
02:52:47.364 16  switches: flows:  651697 640951 652220 651515 647837 643885 651557 646156 642475 644531 650168 655117 633743 643507 648157 642379  total = 172.132907 per ms 
02:53:47.465 16  switches: flows:  645842 663966 653061 660560 661246 662039 655801 658358 648427 655356 652224 660358 658370 650073 654641 663090  total = 174.763040 per ms 
02:54:47.567 16  switches: flows:  651499 655844 652630 661703 660508 651109 644994 653071 648821 653232 652271 652466 658222 649241 660941 658057  total = 174.115338 per ms 
02:55:47.668 16  switches: flows:  662965 658989 660058 663155 660167 654939 656935 665435 663694 661196 660134 665325 664663 652800 657124 661454  total = 175.854768 per ms 
02:56:47.769 16  switches: flows:  661334 662373 663960 662846 664648 666426 665236 664079 662173 665483 651012 661565 657479 662752 660472 661888  total = 176.265967 per ms 
RESULT: 16 switches 9 tests min/max/avg/stdev = 168954.68/176265.97/172977.15/57717.21 responses/s</msg>
<arg>${stderr}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-09-16T02:56:47.778899" elapsed="0.001039"/>
</kw>
<if>
<branch type="IF" condition="&quot;${return_stdout}&quot;!=&quot;True&quot;">
<return>
<value>${stderr}</value>
<status status="PASS" start="2026-09-16T02:56:47.780387" elapsed="0.000082"/>
</return>
<status status="PASS" start="2026-09-16T02:56:47.780105" elapsed="0.000440"/>
</branch>
<status status="PASS" start="2026-09-16T02:56:47.780056" elapsed="0.000541"/>
</if>
<if>
<branch type="IF" condition="&quot;${return_stderr}&quot;!=&quot;True&quot;">
<return>
<value>${stdout}</value>
<status status="NOT RUN" start="2026-09-16T02:56:47.780818" elapsed="0.000027"/>
</return>
<status status="NOT RUN" start="2026-09-16T02:56:47.780744" elapsed="0.000157"/>
</branch>
<status status="NOT RUN" start="2026-09-16T02:56:47.780680" elapsed="0.000265"/>
</if>
<return>
<value>${stdout}</value>
<value>${stderr}</value>
<status status="NOT RUN" start="2026-09-16T02:56:47.781007" elapsed="0.000028"/>
</return>
<kw name="Restore_Current_Ssh_Connection_From_Index" owner="SSHKeywords" type="TEARDOWN">
<kw name="Run Keyword And Return If" owner="BuiltIn">
<arg>${connection_index} is not None</arg>
<arg>SSHLibrary.Switch Connection</arg>
<arg>${connection_index}</arg>
<doc>Conditionally runs the specified keyword and returns from the enclosing user keyword.</doc>
<status status="PASS" start="2026-09-16T02:56:47.782574" elapsed="0.000690"/>
</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-16T02:56:47.783656" elapsed="0.000352"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-09-16T02:56:47.784282" elapsed="0.000249"/>
</kw>
<arg>${current_ssh_connection.index}</arg>
<doc>Restore active SSH connection in SSHLibrary to given index.</doc>
<status status="PASS" start="2026-09-16T02:56:47.781666" elapsed="0.002969"/>
</kw>
<msg time="2026-09-16T02:56:47.784894" level="INFO">${output} = cbench: controller benchmarking tool
   running in mode 'throughput'
   connecting to controller at 10.30.171.198: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-16T02:46:41.023988" elapsed="606.760961"/>
</kw>
<status status="PASS" start="2026-09-16T02:46:41.023285" elapsed="606.761759"/>
</branch>
<status status="PASS" start="2026-09-16T02:46:41.022500" elapsed="606.762592"/>
</if>
<kw name="Log" owner="BuiltIn">
<msg time="2026-09-16T02:56:47.786114" level="INFO">cbench: controller benchmarking tool
   running in mode 'throughput'
   connecting to controller at 10.30.171.198: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.198. So far 1 cbench instances have initialized their switches.  Waiting for other cbench-instances
Thread-0: Total switches from ALL cbench-instances initialized.
02:47:46.850 16  switches: flows:  560141 561217 556068 571536 566932 560012 577313 550304 566009 561737 564806 568327 560842 571556 560085 564525  total = 150.356833 per ms 
02:48:46.954 16  switches: flows:  639496 636495 635160 633143 625357 632722 634131 637404 637387 634797 628736 631983 636210 636044 638361 639928  total = 169.000575 per ms 
02:49:47.055 16  switches: flows:  629032 639621 629993 633811 630425 632765 640114 636912 634526 636961 637192 638378 630984 632328 637981 633432  total = 168.954682 per ms 
02:50:47.157 16  switches: flows:  648385 654482 652588 659232 655176 659096 654693 660216 652295 649806 651645 654882 656382 654008 659253 652281  total = 174.280814 per ms 
02:51:47.260 16  switches: flows:  641911 646058 641913 643779 646919 646043 641409 645964 635241 646369 651155 643435 645262 639954 637602 650036  total = 171.426270 per ms 
02:52:47.364 16  switches: flows:  651697 640951 652220 651515 647837 643885 651557 646156 642475 644531 650168 655117 633743 643507 648157 642379  total = 172.132907 per ms 
02:53:47.465 16  switches: flows:  645842 663966 653061 660560 661246 662039 655801 658358 648427 655356 652224 660358 658370 650073 654641 663090  total = 174.763040 per ms 
02:54:47.567 16  switches: flows:  651499 655844 652630 661703 660508 651109 644994 653071 648821 653232 652271 652466 658222 649241 660941 658057  total = 174.115338 per ms 
02:55:47.668 16  switches: flows:  662965 658989 660058 663155 660167 654939 656935 665435 663694 661196 660134 665325 664663 652800 657124 661454  total = 175.854768 per ms 
02:56:47.769 16  switches: flows:  661334 662373 663960 662846 664648 666426 665236 664079 662173 665483 651012 661565 657479 662752 660472 661888  total = 176.265967 per ms 
RESULT: 16 switches 9 tests min/max/avg/stdev = 168954.68/176265.97/172977.15/57717.21 responses/s</msg>
<arg>${output}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-09-16T02:56:47.785504" elapsed="0.000761"/>
</kw>
<kw name="Should Contain" owner="BuiltIn">
<arg>${output}</arg>
<arg>RESULT</arg>
<doc>Fails if the `container` does not contain the `item` one or more times.</doc>
<status status="PASS" start="2026-09-16T02:56:47.786627" elapsed="0.000777"/>
</kw>
<kw name="Get Lines Containing String" owner="String">
<msg time="2026-09-16T02:56:47.788224" level="INFO">1 out of 23 lines matched.</msg>
<msg time="2026-09-16T02:56:47.788423" level="INFO">${result_line} = RESULT: 16 switches 9 tests min/max/avg/stdev = 168954.68/176265.97/172977.15/57717.21 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-16T02:56:47.787823" elapsed="0.000651"/>
</kw>
<kw name="Split String" owner="String">
<msg time="2026-09-16T02:56:47.789385" level="INFO">@{results_list} = [ RESULT: | 16 | switches | 9 | tests | min/max/avg/stdev | = | 168954.68/176265.97/172977.15/57717.21 | 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-16T02:56:47.788885" elapsed="0.000585"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-09-16T02:56:47.790745" 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-16T02:56:47.789949" elapsed="0.000924"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-09-16T02:56:47.791998" level="INFO">168954.68/176265.97/172977.15/57717.21</msg>
<arg>${results_list[7]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-09-16T02:56:47.791273" elapsed="0.000834"/>
</kw>
<kw name="Split String" owner="String">
<msg time="2026-09-16T02:56:47.793109" 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-16T02:56:47.792464" elapsed="0.000700"/>
</kw>
<kw name="Split String" owner="String">
<msg time="2026-09-16T02:56:47.794285" level="INFO">@{result_value_list} = [ 168954.68 | 176265.97 | 172977.15 | 57717.21 ]</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-16T02:56:47.793619" elapsed="0.000742"/>
</kw>
<kw name="Get Length" owner="BuiltIn">
<msg time="2026-09-16T02:56:47.795347" level="INFO">Length is 4.</msg>
<msg time="2026-09-16T02:56:47.795522" 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-16T02:56:47.794720" elapsed="0.000851"/>
</kw>
<for flavor="IN RANGE">
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-09-16T02:56:47.797459" level="INFO">min :: 168954.68</msg>
<arg>${result_name_list[${i}]} :: ${result_value_list[${i}]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-09-16T02:56:47.796500" elapsed="0.001074"/>
</kw>
<var name="${i}">0</var>
<status status="PASS" start="2026-09-16T02:56:47.796046" elapsed="0.001597"/>
</iter>
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-09-16T02:56:47.799188" level="INFO">max :: 176265.97</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-16T02:56:47.798217" elapsed="0.001144"/>
</kw>
<var name="${i}">1</var>
<status status="PASS" start="2026-09-16T02:56:47.797852" elapsed="0.001581"/>
</iter>
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-09-16T02:56:47.800969" level="INFO">avg :: 172977.15</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-16T02:56:47.800000" elapsed="0.001080"/>
</kw>
<var name="${i}">2</var>
<status status="PASS" start="2026-09-16T02:56:47.799606" elapsed="0.001542"/>
</iter>
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-09-16T02:56:47.802631" level="INFO">stdev :: 57717.21</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-16T02:56:47.801732" elapsed="0.001040"/>
</kw>
<var name="${i}">3</var>
<status status="PASS" start="2026-09-16T02:56:47.801339" elapsed="0.001501"/>
</iter>
<var>${i}</var>
<value>0</value>
<value>${num_stats}</value>
<status status="PASS" start="2026-09-16T02:56:47.795717" elapsed="0.007185"/>
</for>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-09-16T02:56:47.804114" level="INFO">${min} = 168954.68</msg>
<var>${min}</var>
<arg>${result_value_list[${0}]}</arg>
<doc>Returns the given values which can then be assigned to a variable.</doc>
<status status="PASS" start="2026-09-16T02:56:47.803242" elapsed="0.000925"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-09-16T02:56:47.805399" level="INFO">${max} = 176265.97</msg>
<var>${max}</var>
<arg>${result_value_list[${1}]}</arg>
<doc>Returns the given values which can then be assigned to a variable.</doc>
<status status="PASS" start="2026-09-16T02:56:47.804519" elapsed="0.000932"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-09-16T02:56:47.806638" level="INFO">${average} = 172977.15</msg>
<var>${average}</var>
<arg>${result_value_list[${2}]}</arg>
<doc>Returns the given values which can then be assigned to a variable.</doc>
<status status="PASS" start="2026-09-16T02:56:47.805808" elapsed="0.000910"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-09-16T02:56:47.807895" level="INFO">${stdev} = 57717.21</msg>
<var>${stdev}</var>
<arg>${result_value_list[${3}]}</arg>
<doc>Returns the given values which can then be assigned to a variable.</doc>
<status status="PASS" start="2026-09-16T02:56:47.807042" elapsed="0.000905"/>
</kw>
<kw name="Get Time" owner="BuiltIn">
<msg time="2026-09-16T02:56:47.809125" level="INFO">${date} = 2026-09-16 02:56:47</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-16T02:56:47.808369" elapsed="0.000808"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-09-16T02:56:47.810332" level="INFO">CBench Result: 2026-09-16 02:56:47,-t -m 60000 -M 100 -S 16 -l 10 -D 5000 -p 6633,168954.68,176265.97,172977.15,57717.21</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-16T02:56:47.809596" elapsed="0.000849"/>
</kw>
<kw name="Log Results And Determine Status">
<kw name="Append To File" owner="OperatingSystem">
<msg time="2026-09-16T02:56:47.812390" 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-16T02:56:47.811664" elapsed="0.000862"/>
</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-16T02:56:47.812901" elapsed="0.001233"/>
</kw>
<arg>${min}</arg>
<arg>${max}</arg>
<arg>${average}</arg>
<arg>${average_threshold}</arg>
<arg>${output_filename}</arg>
<status status="PASS" start="2026-09-16T02:56:47.810732" elapsed="0.003535"/>
</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-16T02:46:41.020474" elapsed="606.793934"/>
</kw>
<kw name="Sleep" owner="BuiltIn">
<msg time="2026-09-16T02:56:47.815399" level="INFO">Slept 0 seconds.</msg>
<arg>${test_delay}</arg>
<doc>Pauses execution for the given time.</doc>
<status status="PASS" start="2026-09-16T02:56:47.814749" elapsed="0.000765"/>
</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-16T02:56:47.816592" elapsed="0.000588"/>
</kw>
<status status="PASS" start="2026-09-16T02:56:47.815937" elapsed="0.001406"/>
</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-16T02:46:41.017558" elapsed="606.799857"/>
</test>
<test id="s1-t3" name="Rerun Latency Test To Check Bug 6176" line="65">
<kw name="Log" owner="BuiltIn">
<msg time="2026-09-16T02:56:47.820371" 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-16T02:56:47.819859" elapsed="0.000586"/>
</kw>
<kw name="Run Cbench And Log Results">
<kw name="Set Suite Variable" owner="BuiltIn">
<msg time="2026-09-16T02:56:47.822516" level="INFO">${output_filename} = bug.csv</msg>
<arg>${output_filename}</arg>
<doc>Makes the variable available everywhere within the scope of the current suite.</doc>
<status status="PASS" start="2026-09-16T02:56:47.822070" elapsed="0.000501"/>
</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 [Process] library instead.*</doc>
<status status="NOT RUN" start="2026-09-16T02:56:47.823069" elapsed="0.000028"/>
</kw>
<status status="NOT RUN" start="2026-09-16T02:56:47.822771" elapsed="0.000373"/>
</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 or task with the given message and optionally alters its tags.</doc>
<status status="NOT RUN" start="2026-09-16T02:56:47.824651" elapsed="0.000026"/>
</kw>
<status status="NOT RUN" start="2026-09-16T02:56:47.824350" elapsed="0.000409"/>
</branch>
<status status="PASS" start="2026-09-16T02:56:47.824325" elapsed="0.000467"/>
</if>
<kw name="Get Connection" owner="SSHLibrary">
<msg time="2026-09-16T02:56:47.825270" 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-16T02:56:47.825435" 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-16T02:56:47.825033" elapsed="0.000435"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-09-16T02:56:47.826171" level="INFO">Attempting to execute command "/usr/local/bin/cbench -c 10.30.171.198 -m 60000 -M 100 -S 16 -l 10 -D 5000 -p 6633" on remote system "10.30.170.149" 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-16T02:56:47.825723" elapsed="0.000521"/>
</kw>
<kw name="Open Connection" owner="SSHLibrary">
<msg time="2026-09-16T02:56:47.826945" 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-16T02:56:47.826481" elapsed="0.000497"/>
</kw>
<kw name="Flexible_SSH_Login" owner="SSHKeywords">
<kw name="Get Length" owner="BuiltIn">
<msg time="2026-09-16T02:56:47.828140" level="INFO">Length is 0.</msg>
<msg time="2026-09-16T02:56:47.828249" 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-16T02:56:47.827737" elapsed="0.000542"/>
</kw>
<kw name="Run Keyword And Return If" owner="BuiltIn">
<arg>${pwd_length} &gt; 0</arg>
<arg>SSHLibrary.Login</arg>
<arg>${user}</arg>
<arg>${password}</arg>
<arg>delay=${delay}</arg>
<doc>Conditionally runs the specified keyword and returns from the enclosing user keyword.</doc>
<status status="PASS" start="2026-09-16T02:56:47.828476" elapsed="0.000654"/>
</kw>
<kw name="Run Keyword And Return" owner="BuiltIn">
<kw name="Login With Public Key" owner="SSHLibrary">
<msg time="2026-09-16T02:56:47.830311" level="INFO">Logging into '10.30.170.149:22' as 'jenkins'.</msg>
<msg time="2026-09-16T02:56:48.509126" 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 Wed Sep 16 02:56:48 UTC 2026

  System load:  0.25               Processes:             106
  Usage of /:   20.4% of 38.58GB   Users logged in:       0
  Memory usage: 4%                 IPv4 address for ens3: 10.30.170.149
  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: Wed Sep 16 02:46:41 2026 from 10.30.171.100
[?2004h[jenkins@releng-00446-87-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-16T02:56:47.829905" elapsed="0.679414"/>
</kw>
<msg time="2026-09-16T02:56:48.509400" 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-16T02:56:47.829354" elapsed="0.680121"/>
</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-16T02:56:47.827222" elapsed="0.682353"/>
</kw>
<kw name="Execute Command" owner="SSHLibrary">
<msg time="2026-09-16T02:56:48.510091" level="INFO">Executing command '/usr/local/bin/cbench -c 10.30.171.198 -m 60000 -M 100 -S 16 -l 10 -D 5000 -p 6633'.</msg>
<msg time="2026-09-16T03:06:54.558424" level="INFO">Command exited with return code 0.</msg>
<msg time="2026-09-16T03:06:54.559001" level="INFO">${stdout} = </msg>
<msg time="2026-09-16T03:06:54.559098" level="INFO">${stderr} = cbench: controller benchmarking tool
   running in mode 'latency'
   connecting to controller at 10.30.171.198: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-16T02:56:48.509826" elapsed="606.049338"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-09-16T03:06:54.559651" elapsed="0.000637"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-09-16T03:06:54.561566" level="INFO">cbench: controller benchmarking tool
   running in mode 'latency'
   connecting to controller at 10.30.171.198: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.198. So far 1 cbench instances have initialized their switches.  Waiting for other cbench-instances
Thread-0: Total switches from ALL cbench-instances initialized.
02:57:53.645 16  switches: flows:  77477 70854 76530 76222 75660 76428 76854 76850 76450 76360 75381 74860 75305 74971 75614 75930  total = 20.195767 per ms 
02:58:53.745 16  switches: flows:  81185 72974 81590 80602 81151 81081 80592 80837 78506 80581 80257 80251 80186 79099 81052 78439  total = 21.270882 per ms 
02:59:53.845 16  switches: flows:  84049 75350 84523 84260 82332 83940 84260 84961 82436 84863 83400 84464 81744 83037 82523 82688  total = 22.110272 per ms 
03:00:53.946 16  switches: flows:  77303 69819 78001 76904 77343 77105 77228 78640 75329 78787 75532 76442 75293 76126 76160 74982  total = 20.315980 per ms 
03:01:54.046 16  switches: flows:  77706 70967 79726 78237 77049 78906 78029 79545 76216 79840 77551 78300 76562 76297 77967 76762  total = 20.626568 per ms 
03:02:54.146 16  switches: flows:  78863 71016 79120 78981 78669 79413 78483 79918 76600 81318 77575 78362 78697 77199 79295 76505  total = 20.798847 per ms 
03:03:54.247 16  switches: flows:  87445 78629 88358 87649 85152 87426 85930 88366 84346 90035 85472 87752 85622 85004 87869 83547  total = 22.938402 per ms 
03:04:54.347 16  switches: flows:  76310 69129 77095 75755 74312 76632 76418 77640 74463 78965 75035 76180 75927 73777 76120 74503  total = 20.104135 per ms 
03:05:54.447 16  switches: flows:  78369 69772 80187 77508 77769 78813 78195 79965 76127 81222 77498 78937 79049 76709 78485 76600  total = 20.718823 per ms 
03:06:54.547 16  switches: flows:  76934 69126 78148 76193 75857 77229 77082 78256 74891 78484 75280 77762 75478 74551 76856 75575  total = 20.261224 per ms 
RESULT: 16 switches 9 tests min/max/avg/stdev = 20104.14/22938.40/21016.13/7061.74 responses/s</msg>
<arg>${stderr}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-09-16T03:06:54.560839" elapsed="0.001048"/>
</kw>
<if>
<branch type="IF" condition="&quot;${return_stdout}&quot;!=&quot;True&quot;">
<return>
<value>${stderr}</value>
<status status="PASS" start="2026-09-16T03:06:54.562312" elapsed="0.000099"/>
</return>
<status status="PASS" start="2026-09-16T03:06:54.562053" elapsed="0.000432"/>
</branch>
<status status="PASS" start="2026-09-16T03:06:54.562005" elapsed="0.000531"/>
</if>
<if>
<branch type="IF" condition="&quot;${return_stderr}&quot;!=&quot;True&quot;">
<return>
<value>${stdout}</value>
<status status="NOT RUN" start="2026-09-16T03:06:54.562758" elapsed="0.000027"/>
</return>
<status status="NOT RUN" start="2026-09-16T03:06:54.562653" elapsed="0.000189"/>
</branch>
<status status="NOT RUN" start="2026-09-16T03:06:54.562619" elapsed="0.000266"/>
</if>
<return>
<value>${stdout}</value>
<value>${stderr}</value>
<status status="NOT RUN" start="2026-09-16T03:06:54.562947" elapsed="0.000027"/>
</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>Conditionally runs the specified keyword and returns from the enclosing user keyword.</doc>
<status status="PASS" start="2026-09-16T03:06:54.564523" elapsed="0.000703"/>
</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-16T03:06:54.565617" elapsed="0.000343"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-09-16T03:06:54.566232" elapsed="0.000220"/>
</kw>
<arg>${current_ssh_connection.index}</arg>
<doc>Restore active SSH connection in SSHLibrary to given index.</doc>
<status status="PASS" start="2026-09-16T03:06:54.563613" elapsed="0.002945"/>
</kw>
<msg time="2026-09-16T03:06:54.566822" level="INFO">${output} = cbench: controller benchmarking tool
   running in mode 'latency'
   connecting to controller at 10.30.171.198: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-16T02:56:47.823594" elapsed="606.743283"/>
</kw>
<status status="PASS" start="2026-09-16T02:56:47.823178" elapsed="606.743795"/>
</branch>
<status status="PASS" start="2026-09-16T02:56:47.822740" elapsed="606.744281"/>
</if>
<kw name="Log" owner="BuiltIn">
<msg time="2026-09-16T03:06:54.568051" level="INFO">cbench: controller benchmarking tool
   running in mode 'latency'
   connecting to controller at 10.30.171.198: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.198. So far 1 cbench instances have initialized their switches.  Waiting for other cbench-instances
Thread-0: Total switches from ALL cbench-instances initialized.
02:57:53.645 16  switches: flows:  77477 70854 76530 76222 75660 76428 76854 76850 76450 76360 75381 74860 75305 74971 75614 75930  total = 20.195767 per ms 
02:58:53.745 16  switches: flows:  81185 72974 81590 80602 81151 81081 80592 80837 78506 80581 80257 80251 80186 79099 81052 78439  total = 21.270882 per ms 
02:59:53.845 16  switches: flows:  84049 75350 84523 84260 82332 83940 84260 84961 82436 84863 83400 84464 81744 83037 82523 82688  total = 22.110272 per ms 
03:00:53.946 16  switches: flows:  77303 69819 78001 76904 77343 77105 77228 78640 75329 78787 75532 76442 75293 76126 76160 74982  total = 20.315980 per ms 
03:01:54.046 16  switches: flows:  77706 70967 79726 78237 77049 78906 78029 79545 76216 79840 77551 78300 76562 76297 77967 76762  total = 20.626568 per ms 
03:02:54.146 16  switches: flows:  78863 71016 79120 78981 78669 79413 78483 79918 76600 81318 77575 78362 78697 77199 79295 76505  total = 20.798847 per ms 
03:03:54.247 16  switches: flows:  87445 78629 88358 87649 85152 87426 85930 88366 84346 90035 85472 87752 85622 85004 87869 83547  total = 22.938402 per ms 
03:04:54.347 16  switches: flows:  76310 69129 77095 75755 74312 76632 76418 77640 74463 78965 75035 76180 75927 73777 76120 74503  total = 20.104135 per ms 
03:05:54.447 16  switches: flows:  78369 69772 80187 77508 77769 78813 78195 79965 76127 81222 77498 78937 79049 76709 78485 76600  total = 20.718823 per ms 
03:06:54.547 16  switches: flows:  76934 69126 78148 76193 75857 77229 77082 78256 74891 78484 75280 77762 75478 74551 76856 75575  total = 20.261224 per ms 
RESULT: 16 switches 9 tests min/max/avg/stdev = 20104.14/22938.40/21016.13/7061.74 responses/s</msg>
<arg>${output}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-09-16T03:06:54.567427" elapsed="0.000773"/>
</kw>
<kw name="Should Contain" owner="BuiltIn">
<arg>${output}</arg>
<arg>RESULT</arg>
<doc>Fails if the `container` does not contain the `item` one or more times.</doc>
<status status="PASS" start="2026-09-16T03:06:54.568582" elapsed="0.000810"/>
</kw>
<kw name="Get Lines Containing String" owner="String">
<msg time="2026-09-16T03:06:54.570213" level="INFO">1 out of 23 lines matched.</msg>
<msg time="2026-09-16T03:06:54.570416" level="INFO">${result_line} = RESULT: 16 switches 9 tests min/max/avg/stdev = 20104.14/22938.40/21016.13/7061.74 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-16T03:06:54.569787" elapsed="0.000680"/>
</kw>
<kw name="Split String" owner="String">
<msg time="2026-09-16T03:06:54.571342" level="INFO">@{results_list} = [ RESULT: | 16 | switches | 9 | tests | min/max/avg/stdev | = | 20104.14/22938.40/21016.13/7061.74 | 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-16T03:06:54.570841" elapsed="0.000559"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-09-16T03:06:54.572531" 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-16T03:06:54.571830" elapsed="0.000813"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-09-16T03:06:54.573807" level="INFO">20104.14/22938.40/21016.13/7061.74</msg>
<arg>${results_list[7]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-09-16T03:06:54.573071" elapsed="0.000845"/>
</kw>
<kw name="Split String" owner="String">
<msg time="2026-09-16T03:06:54.574913" 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-16T03:06:54.574250" elapsed="0.000717"/>
</kw>
<kw name="Split String" owner="String">
<msg time="2026-09-16T03:06:54.576147" level="INFO">@{result_value_list} = [ 20104.14 | 22938.40 | 21016.13 | 7061.74 ]</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-16T03:06:54.575502" elapsed="0.000700"/>
</kw>
<kw name="Get Length" owner="BuiltIn">
<msg time="2026-09-16T03:06:54.577235" level="INFO">Length is 4.</msg>
<msg time="2026-09-16T03:06:54.577432" 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-16T03:06:54.576594" elapsed="0.000887"/>
</kw>
<for flavor="IN RANGE">
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-09-16T03:06:54.579247" level="INFO">min :: 20104.14</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-16T03:06:54.578312" elapsed="0.001073"/>
</kw>
<var name="${i}">0</var>
<status status="PASS" start="2026-09-16T03:06:54.577945" elapsed="0.001509"/>
</iter>
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-09-16T03:06:54.580973" level="INFO">max :: 22938.40</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-16T03:06:54.580012" elapsed="0.001072"/>
</kw>
<var name="${i}">1</var>
<status status="PASS" start="2026-09-16T03:06:54.579621" elapsed="0.001530"/>
</iter>
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-09-16T03:06:54.582624" level="INFO">avg :: 21016.13</msg>
<arg>${result_name_list[${i}]} :: ${result_value_list[${i}]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-09-16T03:06:54.581726" elapsed="0.001040"/>
</kw>
<var name="${i}">2</var>
<status status="PASS" start="2026-09-16T03:06:54.581312" elapsed="0.001522"/>
</iter>
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-09-16T03:06:54.584297" level="INFO">stdev :: 7061.74</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-16T03:06:54.583378" elapsed="0.001059"/>
</kw>
<var name="${i}">3</var>
<status status="PASS" start="2026-09-16T03:06:54.582996" elapsed="0.001508"/>
</iter>
<var>${i}</var>
<value>0</value>
<value>${num_stats}</value>
<status status="PASS" start="2026-09-16T03:06:54.577598" elapsed="0.006964"/>
</for>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-09-16T03:06:54.585804" level="INFO">${min} = 20104.14</msg>
<var>${min}</var>
<arg>${result_value_list[${0}]}</arg>
<doc>Returns the given values which can then be assigned to a variable.</doc>
<status status="PASS" start="2026-09-16T03:06:54.584926" elapsed="0.000932"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-09-16T03:06:54.587043" level="INFO">${max} = 22938.40</msg>
<var>${max}</var>
<arg>${result_value_list[${1}]}</arg>
<doc>Returns the given values which can then be assigned to a variable.</doc>
<status status="PASS" start="2026-09-16T03:06:54.586186" elapsed="0.000909"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-09-16T03:06:54.588349" level="INFO">${average} = 21016.13</msg>
<var>${average}</var>
<arg>${result_value_list[${2}]}</arg>
<doc>Returns the given values which can then be assigned to a variable.</doc>
<status status="PASS" start="2026-09-16T03:06:54.587439" elapsed="0.000987"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-09-16T03:06:54.589672" level="INFO">${stdev} = 7061.74</msg>
<var>${stdev}</var>
<arg>${result_value_list[${3}]}</arg>
<doc>Returns the given values which can then be assigned to a variable.</doc>
<status status="PASS" start="2026-09-16T03:06:54.588790" elapsed="0.000976"/>
</kw>
<kw name="Get Time" owner="BuiltIn">
<msg time="2026-09-16T03:06:54.590923" level="INFO">${date} = 2026-09-16 03:06:54</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-16T03:06:54.590167" elapsed="0.000807"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-09-16T03:06:54.592143" level="INFO">CBench Result: 2026-09-16 03:06:54,-m 60000 -M 100 -S 16 -l 10 -D 5000 -p 6633,20104.14,22938.40,21016.13,7061.74</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-16T03:06:54.591407" elapsed="0.000846"/>
</kw>
<kw name="Log Results And Determine Status">
<kw name="Append To File" owner="OperatingSystem">
<msg time="2026-09-16T03:06:54.594265" 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-16T03:06:54.593466" elapsed="0.000962"/>
</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-16T03:06:54.594819" elapsed="0.001215"/>
</kw>
<arg>${min}</arg>
<arg>${max}</arg>
<arg>${average}</arg>
<arg>${average_threshold}</arg>
<arg>${output_filename}</arg>
<status status="PASS" start="2026-09-16T03:06:54.592532" elapsed="0.003634"/>
</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-16T02:56:47.820843" elapsed="606.775455"/>
</kw>
<kw name="Sleep" owner="BuiltIn">
<msg time="2026-09-16T03:06:54.597310" level="INFO">Slept 0 seconds.</msg>
<arg>${test_delay}</arg>
<doc>Pauses execution for the given time.</doc>
<status status="PASS" start="2026-09-16T03:06:54.596663" elapsed="0.000788"/>
</kw>
<kw name="Report Failure Due To Bug" owner="Utils" type="TEARDOWN">
<kw name="Evaluate" owner="BuiltIn">
<msg time="2026-09-16T03:06:54.600006" 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-16T03:06:54.598960" elapsed="0.001133"/>
</kw>
<if>
<branch type="IF" condition="('${TEST_STATUS}' != 'FAIL') or ${test_skipped}">
<return>
<status status="PASS" start="2026-09-16T03:06:54.600509" elapsed="0.000058"/>
</return>
<status status="PASS" start="2026-09-16T03:06:54.600247" elapsed="0.000386"/>
</branch>
<status status="PASS" start="2026-09-16T03:06:54.600209" elapsed="0.000502"/>
</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-16T03:06:54.601024" elapsed="0.000043"/>
</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-16T03:06:54.601487" elapsed="0.000063"/>
</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-16T03:06:54.601818" elapsed="0.000028"/>
</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 variable.</doc>
<status status="NOT RUN" start="2026-09-16T03:06:54.602029" elapsed="0.000025"/>
</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-16T03:06:54.602329" elapsed="0.000028"/>
</kw>
<kw name="Set Test Message" owner="BuiltIn">
<arg>${msg}${newline}${newline}${TEST_MESSAGE}</arg>
<doc>Sets message of the current test case.</doc>
<status status="NOT RUN" start="2026-09-16T03:06:54.602537" elapsed="0.000026"/>
</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-16T03:06:54.602809" elapsed="0.000026"/>
</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 The given `tags` for the current test or all tests in a suite.</doc>
<status status="NOT RUN" start="2026-09-16T03:06:54.603097" elapsed="0.000026"/>
</kw>
<status status="NOT RUN" start="2026-09-16T03:06:54.602914" elapsed="0.000248"/>
</branch>
<status status="NOT RUN" start="2026-09-16T03:06:54.602892" elapsed="0.000300"/>
</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-16T03:06:54.598175" elapsed="0.005082"/>
</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-16T02:56:47.818454" elapsed="606.784860"/>
</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-16T02:36:31.953624" elapsed="1822.650500"/>
</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>
