<?xml version="1.0" encoding="UTF-8"?>
<robot generator="Robot 7.4.2 (Python 3.11.10 on linux)" generated="2026-08-13T01:09:20.152501" rpa="false" schemaversion="5">
<suite id="s1" name="openflowplugin-cbench.txt" source="/w/workspace/openflowplugin-csit-1node-cbench-only-manganese/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-08-13T01:09:20.740538" elapsed="0.000023"/>
</return>
<status status="NOT RUN" start="2026-08-13T01:09:20.740382" elapsed="0.000230"/>
</branch>
<status status="PASS" start="2026-08-13T01:09:20.740336" elapsed="0.000303"/>
</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-08-13T01:09:20.740787" elapsed="0.000511"/>
</kw>
<kw name="Login" owner="SSHLibrary">
<msg time="2026-08-13T01:09:20.741792" level="INFO">Logging into '10.30.170.252:8101' as 'karaf'.</msg>
<msg time="2026-08-13T01:09:21.349316" 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-08-13T01:09:20.741495" elapsed="0.608060"/>
</kw>
<kw name="Write" owner="SSHLibrary">
<msg time="2026-08-13T01:09:21.399645" 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-08-13T01:09:21.349887" elapsed="0.049890"/>
</kw>
<kw name="Read Until Regexp" owner="SSHLibrary">
<msg time="2026-08-13T01:09:21.402389" level="INFO">[?1l&gt;[?2004l[?1h=[90m~[0m                                                                                [?2004hopendaylight-user@root&gt;</msg>
<msg time="2026-08-13T01:09:21.402548" 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-08-13T01:09:21.400078" elapsed="0.002512"/>
</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-08-13T01:09:21.402803" elapsed="0.000336"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-08-13T01:09:21.403374" elapsed="0.000244"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-08-13T01:09:21.404159" 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-08-13T01:09:21.403779" elapsed="0.000442"/>
</kw>
<return>
<value>${output}</value>
<status status="PASS" start="2026-08-13T01:09:21.404282" elapsed="0.000057"/>
</return>
<arg>log:set ${log_level}</arg>
<doc>Will execute the given ${cmd} by ssh'ing to the karaf console running on 10.30.170.252
Note that this keyword will open&amp;close new SSH connection, without switching back to previously current session.</doc>
<status status="PASS" start="2026-08-13T01:09:20.739978" elapsed="0.664510"/>
</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-08-13T01:09:20.736280" elapsed="0.668274"/>
</kw>
<kw name="Append To File" owner="OperatingSystem">
<msg time="2026-08-13T01:09:21.405118" level="INFO" html="true">Appended to file '&lt;a href="file:///w/workspace/openflowplugin-csit-1node-cbench-only-manganese/latency.csv"&gt;/w/workspace/openflowplugin-csit-1node-cbench-only-manganese/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-08-13T01:09:21.404743" elapsed="0.000434"/>
</kw>
<kw name="Append To File" owner="OperatingSystem">
<msg time="2026-08-13T01:09:21.405869" level="INFO" html="true">Appended to file '&lt;a href="file:///w/workspace/openflowplugin-csit-1node-cbench-only-manganese/throughput.csv"&gt;/w/workspace/openflowplugin-csit-1node-cbench-only-manganese/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-08-13T01:09:21.405334" elapsed="0.000599"/>
</kw>
<kw name="Evaluate" owner="BuiltIn">
<msg time="2026-08-13T01:09:21.406527" 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-08-13T01:09:21.406094" elapsed="0.000462"/>
</kw>
<kw name="Set Suite Variable" owner="BuiltIn">
<msg time="2026-08-13T01:09:21.407087" level="INFO">${duration_in_ms} = 60000</msg>
<arg>${duration_in_ms}</arg>
<doc>Makes a variable available everywhere within the scope of the current suite.</doc>
<status status="PASS" start="2026-08-13T01:09:21.406730" elapsed="0.000402"/>
</kw>
<kw name="Evaluate" owner="BuiltIn">
<msg time="2026-08-13T01:09:21.407687" 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-08-13T01:09:21.407283" elapsed="0.000432"/>
</kw>
<kw name="Set Suite Variable" owner="BuiltIn">
<msg time="2026-08-13T01:09:21.408239" level="INFO">${test_timeout} = 900.0</msg>
<arg>${test_timeout}</arg>
<doc>Makes a variable available everywhere within the scope of the current suite.</doc>
<status status="PASS" start="2026-08-13T01:09:21.407879" elapsed="0.000404"/>
</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-08-13T01:09:21.408611" elapsed="0.000022"/>
</kw>
<status status="NOT RUN" start="2026-08-13T01:09:21.408391" elapsed="0.000276"/>
</branch>
<branch type="ELSE">
<kw name="Verify File Exists On Remote System" owner="Utils">
<kw name="Open Connection" owner="SSHLibrary">
<msg time="2026-08-13T01:09:21.413038" 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-08-13T01:09:21.412626" elapsed="0.000440"/>
</kw>
<kw name="Flexible_SSH_Login" owner="SSHKeywords">
<kw name="Get Length" owner="BuiltIn">
<msg time="2026-08-13T01:09:21.414102" level="INFO">Length is 0.</msg>
<msg time="2026-08-13T01:09:21.414189" 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-08-13T01:09:21.413647" elapsed="0.000567"/>
</kw>
<kw name="Run Keyword And Return If" owner="BuiltIn">
<arg>${pwd_length} &gt; 0</arg>
<arg>SSHLibrary.Login</arg>
<arg>${user}</arg>
<arg>${password}</arg>
<arg>delay=${delay}</arg>
<doc>Runs the specified keyword and returns from the enclosing user keyword.</doc>
<status status="PASS" start="2026-08-13T01:09:21.414374" elapsed="0.000351"/>
</kw>
<kw name="Run Keyword And Return" owner="BuiltIn">
<kw name="Login With Public Key" owner="SSHLibrary">
<msg time="2026-08-13T01:09:21.415750" level="INFO">Logging into '10.30.170.10:22' as 'jenkins'.</msg>
<msg time="2026-08-13T01:09:21.850039" level="INFO">Read output: Welcome to Ubuntu 22.04.5 LTS (GNU/Linux 5.15.0-186-generic x86_64)

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

 System information as of Thu Aug 13 01:08:52 UTC 2026

  System load:  0.26               Processes:             111
  Usage of /:   19.7% of 38.58GB   Users logged in:       0
  Memory usage: 4%                 IPv4 address for ens3: 10.30.170.10
  Swap usage:   0%


Expanded Security Maintenance for Applications is not enabled.

0 updates can be applied immediately.

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.4 LTS' available.
Run 'do-release-upgrade' to upgrade to it.


[?2004h[jenkins@releng-50965-15-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-08-13T01:09:21.415228" elapsed="0.434966"/>
</kw>
<msg time="2026-08-13T01:09:21.850289" 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-08-13T01:09:21.414880" elapsed="0.435525"/>
</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-08-13T01:09:21.413276" elapsed="0.437260"/>
</kw>
<kw name="File Should Exist" owner="SSHLibrary">
<msg time="2026-08-13T01:09:21.858110" 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-08-13T01:09:21.850753" elapsed="0.008884"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-08-13T01:09:21.859835" elapsed="0.000305"/>
</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-08-13T01:09:21.412084" elapsed="0.448124"/>
</kw>
<status status="PASS" start="2026-08-13T01:09:21.408741" elapsed="0.451505"/>
</branch>
<status status="PASS" start="2026-08-13T01:09:21.408343" elapsed="0.451966"/>
</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-08-13T01:09:21.860488" elapsed="0.000527"/>
</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-08-13T01:09:21.865903" elapsed="0.000029"/>
</return>
<status status="NOT RUN" start="2026-08-13T01:09:21.865718" elapsed="0.000267"/>
</branch>
<status status="PASS" start="2026-08-13T01:09:21.865684" elapsed="0.000339"/>
</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-08-13T01:09:21.871151" elapsed="0.000021"/>
</return>
<status status="NOT RUN" start="2026-08-13T01:09:21.870978" elapsed="0.000242"/>
</branch>
<status status="PASS" start="2026-08-13T01:09:21.870949" elapsed="0.000304"/>
</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-08-13T01:09:21.871461" elapsed="0.000608"/>
</kw>
<kw name="Login" owner="SSHLibrary">
<msg time="2026-08-13T01:09:21.872712" level="INFO">Logging into '10.30.170.252:8101' as 'karaf'.</msg>
<msg time="2026-08-13T01:09:22.056335" 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-08-13T01:09:21.872317" elapsed="0.184161"/>
</kw>
<kw name="Write" owner="SSHLibrary">
<msg time="2026-08-13T01:09:22.154501" 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-08-13T01:09:22.056669" elapsed="0.097920"/>
</kw>
<kw name="Read Until Regexp" owner="SSHLibrary">
<msg time="2026-08-13T01:09:22.164453" level="INFO">[?1l&gt;[?2004l[31;1modl-openflowplugin-drop-test[0m                                    x 1.0.0            x x        x Started x [31;1modl-openflowplugin-drop-test[0m                                    x OpenDaylight :: Openflow Plugin :: Drop Test
[?1h=[90m~[0m                                                                                [?2004hopendaylight-user@root&gt;</msg>
<msg time="2026-08-13T01:09:22.164650" level="INFO">${output} = [?1l&gt;[?2004l[31;1modl-openflowplugin-drop-test[0m                                    x 1.0.0            x x        x Started x [31;1modl-openflowplugin-drop-test[0m                     ...</msg>
<var>${output}</var>
<arg>${KARAF_PROMPT}</arg>
<doc>Consumes and returns the server output until a match to ``regexp`` is found.</doc>
<status status="PASS" start="2026-08-13T01:09:22.154757" elapsed="0.009925"/>
</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-08-13T01:09:22.164823" elapsed="0.000196"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-08-13T01:09:22.165181" elapsed="0.000221"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-08-13T01:09:22.165845" level="INFO">[?1l&gt;[?2004l[31;1modl-openflowplugin-drop-test[0m                                    x 1.0.0            x x        x Started x [31;1modl-openflowplugin-drop-test[0m                                    x OpenDaylight :: Openflow Plugin :: Drop Test
[?1h=[90m~[0m                                                                                [?2004hopendaylight-user@root&gt;</msg>
<arg>${output}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-08-13T01:09:22.165542" elapsed="0.000359"/>
</kw>
<return>
<value>${output}</value>
<status status="PASS" start="2026-08-13T01:09:22.165952" elapsed="0.000052"/>
</return>
<msg time="2026-08-13T01:09:22.166154" level="INFO">${output} = [?1l&gt;[?2004l[31;1modl-openflowplugin-drop-test[0m                                    x 1.0.0            x x        x Started x [31;1modl-openflowplugin-drop-test[0m                     ...</msg>
<var>${output}</var>
<arg>feature:list -i | grep ${feature_name}</arg>
<arg>${controller}</arg>
<arg>${karaf_port}</arg>
<doc>Will execute the given ${cmd} by ssh'ing to the karaf console running on 10.30.170.252
Note that this keyword will open&amp;close new SSH connection, without switching back to previously current session.</doc>
<status status="PASS" start="2026-08-13T01:09:21.870470" elapsed="0.295716"/>
</kw>
<kw name="Should Contain" owner="BuiltIn">
<arg>${output}</arg>
<arg>${feature_name}</arg>
<doc>Fails if ``container`` does not contain ``item`` one or more times.</doc>
<status status="PASS" start="2026-08-13T01:09:22.166334" elapsed="0.000588"/>
</kw>
<return>
<value>${output}</value>
<status status="PASS" start="2026-08-13T01:09:22.166974" elapsed="0.000032"/>
</return>
<arg>odl-openflowplugin-drop-test</arg>
<doc>Will Succeed if the given ${feature_name} is found in the output of "feature:list -i"</doc>
<status status="PASS" start="2026-08-13T01:09:21.865262" elapsed="0.301847"/>
</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-08-13T01:09:22.171042" elapsed="0.000015"/>
</return>
<status status="NOT RUN" start="2026-08-13T01:09:22.170907" elapsed="0.000183"/>
</branch>
<status status="PASS" start="2026-08-13T01:09:22.170882" elapsed="0.000248"/>
</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-08-13T01:09:22.171331" elapsed="0.000522"/>
</kw>
<kw name="Login" owner="SSHLibrary">
<msg time="2026-08-13T01:09:22.172614" level="INFO">Logging into '10.30.170.252:8101' as 'karaf'.</msg>
<msg time="2026-08-13T01:09:22.369721" 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-08-13T01:09:22.172009" elapsed="0.197818"/>
</kw>
<kw name="Write" owner="SSHLibrary">
<msg time="2026-08-13T01:09:22.397106" 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-08-13T01:09:22.370014" elapsed="0.027158"/>
</kw>
<kw name="Read Until Regexp" owner="SSHLibrary">
<msg time="2026-08-13T01:09:22.399441" level="INFO">[?1l&gt;[?2004lDropAllFlows transitions to on
[?1h=[90m~[0m                                                                                [?2004hopendaylight-user@root&gt;</msg>
<msg time="2026-08-13T01:09:22.399550" 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-08-13T01:09:22.397341" elapsed="0.002239"/>
</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-08-13T01:09:22.399723" elapsed="0.000191"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-08-13T01:09:22.400068" elapsed="0.000184"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-08-13T01:09:22.400740" 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-08-13T01:09:22.400420" elapsed="0.000372"/>
</kw>
<return>
<value>${output}</value>
<status status="PASS" start="2026-08-13T01:09:22.400842" elapsed="0.000045"/>
</return>
<arg>dropallpacketsrpc on</arg>
<doc>Will execute the given ${cmd} by ssh'ing to the karaf console running on 10.30.170.252
Note that this keyword will open&amp;close new SSH connection, without switching back to previously current session.</doc>
<status status="PASS" start="2026-08-13T01:09:22.170529" elapsed="0.230469"/>
</kw>
<status status="PASS" start="2026-08-13T01:09:20.734420" elapsed="1.666642"/>
</kw>
<test id="s1-t1" name="Cbench Latency Test" line="37">
<kw name="Log" owner="BuiltIn">
<msg time="2026-08-13T01:09:22.403115" 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-08-13T01:09:22.401923" elapsed="0.001259"/>
</kw>
<kw name="Run Cbench And Log Results">
<kw name="Set Suite Variable" owner="BuiltIn">
<msg time="2026-08-13T01:09:22.404680" level="INFO">${output_filename} = latency.csv</msg>
<arg>${output_filename}</arg>
<doc>Makes a variable available everywhere within the scope of the current suite.</doc>
<status status="PASS" start="2026-08-13T01:09:22.404262" elapsed="0.000463"/>
</kw>
<if>
<branch type="IF" condition="&quot;${cbench_system}&quot; == &quot;localhost&quot;">
<kw name="Run" owner="OperatingSystem">
<var>${output}</var>
<arg>${cbench_executable} -c ${ODL_SYSTEM_IP} ${cbench_args}</arg>
<doc>_This keyword is considered deprecated. Use the
[http://robotframework.org/robotframework/latest/libraries/Process.html|
Process] library instead._</doc>
<status status="NOT RUN" start="2026-08-13T01:09:22.405040" elapsed="0.000022"/>
</kw>
<status status="NOT RUN" start="2026-08-13T01:09:22.404802" elapsed="0.000296"/>
</branch>
<branch type="ELSE">
<kw name="Run Command On Remote System" owner="Utils">
<if>
<branch type="IF" condition="&quot;${return_stdout}&quot;!=&quot;True&quot; and &quot;${return_stderr}&quot;!=&quot;True&quot;">
<kw name="Fail" owner="BuiltIn">
<arg>At least one of {return_stdout} or {return_stderr} args should be set to True</arg>
<doc>Fails the test with the given message and optionally alters its tags.</doc>
<status status="NOT RUN" start="2026-08-13T01:09:22.408116" elapsed="0.000021"/>
</kw>
<status status="NOT RUN" start="2026-08-13T01:09:22.407857" elapsed="0.000317"/>
</branch>
<status status="PASS" start="2026-08-13T01:09:22.407836" elapsed="0.000366"/>
</if>
<kw name="Get Connection" owner="SSHLibrary">
<msg time="2026-08-13T01:09:22.408616" 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-08-13T01:09:22.408751" 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-08-13T01:09:22.408337" elapsed="0.000442"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-08-13T01:09:22.409395" level="INFO">Attempting to execute command "/usr/local/bin/cbench -c 10.30.170.252 -m 60000 -M 100 -S 16 -l 10 -D 5000 -p 6633" on remote system "10.30.170.10" 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-08-13T01:09:22.408919" elapsed="0.000541"/>
</kw>
<kw name="Open Connection" owner="SSHLibrary">
<msg time="2026-08-13T01:09:22.410115" 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-08-13T01:09:22.409604" elapsed="0.000539"/>
</kw>
<kw name="Flexible_SSH_Login" owner="SSHKeywords">
<kw name="Get Length" owner="BuiltIn">
<msg time="2026-08-13T01:09:22.411131" level="INFO">Length is 0.</msg>
<msg time="2026-08-13T01:09:22.411227" 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-08-13T01:09:22.410780" elapsed="0.000471"/>
</kw>
<kw name="Run Keyword And Return If" owner="BuiltIn">
<arg>${pwd_length} &gt; 0</arg>
<arg>SSHLibrary.Login</arg>
<arg>${user}</arg>
<arg>${password}</arg>
<arg>delay=${delay}</arg>
<doc>Runs the specified keyword and returns from the enclosing user keyword.</doc>
<status status="PASS" start="2026-08-13T01:09:22.411419" elapsed="0.000363"/>
</kw>
<kw name="Run Keyword And Return" owner="BuiltIn">
<kw name="Login With Public Key" owner="SSHLibrary">
<msg time="2026-08-13T01:09:22.412798" level="INFO">Logging into '10.30.170.10:22' as 'jenkins'.</msg>
<msg time="2026-08-13T01:09:22.753505" level="INFO">Read output: Welcome to Ubuntu 22.04.5 LTS (GNU/Linux 5.15.0-186-generic x86_64)

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

 System information as of Thu Aug 13 01:08:52 UTC 2026

  System load:  0.26               Processes:             111
  Usage of /:   19.7% of 38.58GB   Users logged in:       0
  Memory usage: 4%                 IPv4 address for ens3: 10.30.170.10
  Swap usage:   0%


Expanded Security Maintenance for Applications is not enabled.

0 updates can be applied immediately.

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.4 LTS' available.
Run 'do-release-upgrade' to upgrade to it.


Last login: Thu Aug 13 01:09:21 2026 from 10.30.170.185
[?2004h[jenkins@releng-50965-15-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-08-13T01:09:22.412361" elapsed="0.341379"/>
</kw>
<msg time="2026-08-13T01:09:22.753840" 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-08-13T01:09:22.411951" elapsed="0.341988"/>
</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-08-13T01:09:22.410377" elapsed="0.343695"/>
</kw>
<kw name="Execute Command" owner="SSHLibrary">
<msg time="2026-08-13T01:09:22.754658" level="INFO">Executing command '/usr/local/bin/cbench -c 10.30.170.252 -m 60000 -M 100 -S 16 -l 10 -D 5000 -p 6633'.</msg>
<msg time="2026-08-13T01:19:28.862935" level="INFO">Command exited with return code 0.</msg>
<msg time="2026-08-13T01:19:28.863373" level="INFO">${stdout} = </msg>
<msg time="2026-08-13T01:19:28.863449" level="INFO">${stderr} = cbench: controller benchmarking tool
   running in mode 'latency'
   connecting to controller at 10.30.170.252: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-08-13T01:09:22.754304" elapsed="606.109185"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-08-13T01:19:28.863831" elapsed="0.000498"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-08-13T01:19:28.865109" level="INFO">cbench: controller benchmarking tool
   running in mode 'latency'
   connecting to controller at 10.30.170.252:6633 
   faking 16 switches with 1 threads :: 10 tests each; 60000 ms per test
   with 100 unique source MACs per switch
   learning destination mac addresses before the test
   starting test with 5000 ms delay after features_reply
   ignoring first 1 "warmup" and last 0 "cooldown" loops
   debugging info is off
Master Thread: Creating thread-0! 
Thread-0: All switches initialized. Running at node 10.30.170.252. So far 1 cbench instances have initialized their switches.  Waiting for other cbench-instances
Thread-0: Total switches from ALL cbench-instances initialized.
01:10:27.949 16  switches: flows:  100065 98340 98048 98582 95345 95834 97264 98268 92671 92408 91854 93970 94935 93037 95764 94695  total = 25.518000 per ms 
01:11:28.049 16  switches: flows:  107612 106299 106329 106846 103459 103951 102545 106028 102400 98492 98183 102331 102966 100727 104483 100095  total = 27.499830 per ms 
01:12:28.149 16  switches: flows:  109951 110113 109982 109849 105728 107891 105828 109136 105644 103209 103007 103786 105432 105740 107289 104275  total = 28.400241 per ms 
01:13:28.250 16  switches: flows:  112538 111335 112641 111874 108447 109369 108714 110271 107072 105853 105046 105726 108653 106483 109357 105963  total = 28.940693 per ms 
01:14:28.350 16  switches: flows:  112853 111756 112506 111224 108952 111778 109231 110510 110451 106457 105414 107039 106998 106915 108825 107633  total = 29.093778 per ms 
01:15:28.450 16  switches: flows:  115028 113696 114025 111870 111661 113222 112340 111986 111859 109143 107806 111813 111306 109626 111950 109832  total = 29.736376 per ms 
01:16:28.551 16  switches: flows:  115024 113657 113521 113964 113443 112906 112783 112834 112704 109963 110269 109901 110699 108908 111691 112378  total = 29.860817 per ms 
01:17:28.651 16  switches: flows:  119450 115518 114680 118583 117234 115988 114468 115718 115806 112839 112302 111226 114040 112052 113381 114775  total = 30.583262 per ms 
01:18:28.752 16  switches: flows:  118875 115586 115785 117363 116925 116771 114146 116044 116648 112055 112848 111266 113748 111896 114231 113285  total = 30.573392 per ms 
01:19:28.852 16  switches: flows:  118956 116343 117811 117547 117592 116483 115204 115246 116389 112346 112793 110849 114785 112367 114070 111849  total = 30.626031 per ms 
RESULT: 16 switches 9 tests min/max/avg/stdev = 27499.83/30626.03/29479.38/9879.82 responses/s</msg>
<arg>${stderr}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-08-13T01:19:28.864638" elapsed="0.000679"/>
</kw>
<if>
<branch type="IF" condition="&quot;${return_stdout}&quot;!=&quot;True&quot;">
<return>
<value>${stderr}</value>
<status status="PASS" start="2026-08-13T01:19:28.865670" elapsed="0.000054"/>
</return>
<status status="PASS" start="2026-08-13T01:19:28.865463" elapsed="0.000315"/>
</branch>
<status status="PASS" start="2026-08-13T01:19:28.865424" elapsed="0.000392"/>
</if>
<if>
<branch type="IF" condition="&quot;${return_stderr}&quot;!=&quot;True&quot;">
<return>
<value>${stdout}</value>
<status status="NOT RUN" start="2026-08-13T01:19:28.865976" elapsed="0.000021"/>
</return>
<status status="NOT RUN" start="2026-08-13T01:19:28.865911" elapsed="0.000128"/>
</branch>
<status status="NOT RUN" start="2026-08-13T01:19:28.865882" elapsed="0.000188"/>
</if>
<return>
<value>${stdout}</value>
<value>${stderr}</value>
<status status="NOT RUN" start="2026-08-13T01:19:28.866118" elapsed="0.000020"/>
</return>
<kw name="Restore_Current_Ssh_Connection_From_Index" owner="SSHKeywords" type="TEARDOWN">
<kw name="Run Keyword And Return If" owner="BuiltIn">
<arg>${connection_index} is not None</arg>
<arg>SSHLibrary.Switch Connection</arg>
<arg>${connection_index}</arg>
<doc>Runs the specified keyword and returns from the enclosing user keyword.</doc>
<status status="PASS" start="2026-08-13T01:19:28.869850" elapsed="0.000521"/>
</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-08-13T01:19:28.870593" elapsed="0.000239"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-08-13T01:19:28.871019" elapsed="0.000148"/>
</kw>
<arg>${current_ssh_connection.index}</arg>
<doc>Restore active SSH connection in SSHLibrary to given index.</doc>
<status status="PASS" start="2026-08-13T01:19:28.866607" elapsed="0.004638"/>
</kw>
<msg time="2026-08-13T01:19:28.871458" level="INFO">${output} = cbench: controller benchmarking tool
   running in mode 'latency'
   connecting to controller at 10.30.170.252: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-08-13T01:09:22.405479" elapsed="606.466021"/>
</kw>
<status status="PASS" start="2026-08-13T01:09:22.405128" elapsed="606.466442"/>
</branch>
<status status="PASS" start="2026-08-13T01:09:22.404780" elapsed="606.466824"/>
</if>
<kw name="Log" owner="BuiltIn">
<msg time="2026-08-13T01:19:28.872257" level="INFO">cbench: controller benchmarking tool
   running in mode 'latency'
   connecting to controller at 10.30.170.252:6633 
   faking 16 switches with 1 threads :: 10 tests each; 60000 ms per test
   with 100 unique source MACs per switch
   learning destination mac addresses before the test
   starting test with 5000 ms delay after features_reply
   ignoring first 1 "warmup" and last 0 "cooldown" loops
   debugging info is off
Master Thread: Creating thread-0! 
Thread-0: All switches initialized. Running at node 10.30.170.252. So far 1 cbench instances have initialized their switches.  Waiting for other cbench-instances
Thread-0: Total switches from ALL cbench-instances initialized.
01:10:27.949 16  switches: flows:  100065 98340 98048 98582 95345 95834 97264 98268 92671 92408 91854 93970 94935 93037 95764 94695  total = 25.518000 per ms 
01:11:28.049 16  switches: flows:  107612 106299 106329 106846 103459 103951 102545 106028 102400 98492 98183 102331 102966 100727 104483 100095  total = 27.499830 per ms 
01:12:28.149 16  switches: flows:  109951 110113 109982 109849 105728 107891 105828 109136 105644 103209 103007 103786 105432 105740 107289 104275  total = 28.400241 per ms 
01:13:28.250 16  switches: flows:  112538 111335 112641 111874 108447 109369 108714 110271 107072 105853 105046 105726 108653 106483 109357 105963  total = 28.940693 per ms 
01:14:28.350 16  switches: flows:  112853 111756 112506 111224 108952 111778 109231 110510 110451 106457 105414 107039 106998 106915 108825 107633  total = 29.093778 per ms 
01:15:28.450 16  switches: flows:  115028 113696 114025 111870 111661 113222 112340 111986 111859 109143 107806 111813 111306 109626 111950 109832  total = 29.736376 per ms 
01:16:28.551 16  switches: flows:  115024 113657 113521 113964 113443 112906 112783 112834 112704 109963 110269 109901 110699 108908 111691 112378  total = 29.860817 per ms 
01:17:28.651 16  switches: flows:  119450 115518 114680 118583 117234 115988 114468 115718 115806 112839 112302 111226 114040 112052 113381 114775  total = 30.583262 per ms 
01:18:28.752 16  switches: flows:  118875 115586 115785 117363 116925 116771 114146 116044 116648 112055 112848 111266 113748 111896 114231 113285  total = 30.573392 per ms 
01:19:28.852 16  switches: flows:  118956 116343 117811 117547 117592 116483 115204 115246 116389 112346 112793 110849 114785 112367 114070 111849  total = 30.626031 per ms 
RESULT: 16 switches 9 tests min/max/avg/stdev = 27499.83/30626.03/29479.38/9879.82 responses/s</msg>
<arg>${output}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-08-13T01:19:28.871829" elapsed="0.000563"/>
</kw>
<kw name="Should Contain" owner="BuiltIn">
<arg>${output}</arg>
<arg>RESULT</arg>
<doc>Fails if ``container`` does not contain ``item`` one or more times.</doc>
<status status="PASS" start="2026-08-13T01:19:28.872616" elapsed="0.000532"/>
</kw>
<kw name="Get Lines Containing String" owner="String">
<msg time="2026-08-13T01:19:28.873734" level="INFO">1 out of 23 lines matched.</msg>
<msg time="2026-08-13T01:19:28.873869" level="INFO">${result_line} = RESULT: 16 switches 9 tests min/max/avg/stdev = 27499.83/30626.03/29479.38/9879.82 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-08-13T01:19:28.873397" elapsed="0.000509"/>
</kw>
<kw name="Split String" owner="String">
<msg time="2026-08-13T01:19:28.874519" level="INFO">@{results_list} = [ RESULT: | 16 | switches | 9 | tests | min/max/avg/stdev | = | 27499.83/30626.03/29479.38/9879.82 | 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-08-13T01:19:28.874125" elapsed="0.000435"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-08-13T01:19:28.878145" 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-08-13T01:19:28.874767" elapsed="0.003496"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-08-13T01:19:28.882134" level="INFO">27499.83/30626.03/29479.38/9879.82</msg>
<arg>${results_list[7]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-08-13T01:19:28.878610" elapsed="0.003598"/>
</kw>
<kw name="Split String" owner="String">
<msg time="2026-08-13T01:19:28.885064" 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-08-13T01:19:28.882425" elapsed="0.002669"/>
</kw>
<kw name="Split String" owner="String">
<msg time="2026-08-13T01:19:28.887560" level="INFO">@{result_value_list} = [ 27499.83 | 30626.03 | 29479.38 | 9879.82 ]</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-08-13T01:19:28.885306" elapsed="0.002283"/>
</kw>
<kw name="Get Length" owner="BuiltIn">
<msg time="2026-08-13T01:19:28.888137" level="INFO">Length is 4.</msg>
<msg time="2026-08-13T01:19:28.888232" 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-08-13T01:19:28.887759" elapsed="0.000499"/>
</kw>
<for flavor="IN RANGE">
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-08-13T01:19:28.893055" level="INFO">min :: 27499.83</msg>
<arg>${result_name_list[${i}]} :: ${result_value_list[${i}]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-08-13T01:19:28.888686" elapsed="0.004427"/>
</kw>
<var name="${i}">0</var>
<status status="PASS" start="2026-08-13T01:19:28.888551" elapsed="0.004598"/>
</iter>
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-08-13T01:19:28.897843" level="INFO">max :: 30626.03</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-08-13T01:19:28.893389" elapsed="0.004513"/>
</kw>
<var name="${i}">1</var>
<status status="PASS" start="2026-08-13T01:19:28.893243" elapsed="0.004695"/>
</iter>
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-08-13T01:19:28.902600" level="INFO">avg :: 29479.38</msg>
<arg>${result_name_list[${i}]} :: ${result_value_list[${i}]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-08-13T01:19:28.898160" elapsed="0.004501"/>
</kw>
<var name="${i}">2</var>
<status status="PASS" start="2026-08-13T01:19:28.898029" elapsed="0.004668"/>
</iter>
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-08-13T01:19:28.907322" level="INFO">stdev :: 9879.82</msg>
<arg>${result_name_list[${i}]} :: ${result_value_list[${i}]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-08-13T01:19:28.902933" elapsed="0.004465"/>
</kw>
<var name="${i}">3</var>
<status status="PASS" start="2026-08-13T01:19:28.902796" elapsed="0.004638"/>
</iter>
<var>${i}</var>
<value>0</value>
<value>${num_stats}</value>
<status status="PASS" start="2026-08-13T01:19:28.888332" elapsed="0.019136"/>
</for>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-08-13T01:19:28.914215" level="INFO">${min} = 27499.83</msg>
<var>${min}</var>
<arg>${result_value_list[${0}]}</arg>
<doc>Returns the given values which can then be assigned to a variables.</doc>
<status status="PASS" start="2026-08-13T01:19:28.907631" elapsed="0.006612"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-08-13T01:19:28.918693" level="INFO">${max} = 30626.03</msg>
<var>${max}</var>
<arg>${result_value_list[${1}]}</arg>
<doc>Returns the given values which can then be assigned to a variables.</doc>
<status status="PASS" start="2026-08-13T01:19:28.914414" elapsed="0.004308"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-08-13T01:19:28.922698" level="INFO">${average} = 29479.38</msg>
<var>${average}</var>
<arg>${result_value_list[${2}]}</arg>
<doc>Returns the given values which can then be assigned to a variables.</doc>
<status status="PASS" start="2026-08-13T01:19:28.918886" elapsed="0.003840"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-08-13T01:19:28.926760" level="INFO">${stdev} = 9879.82</msg>
<var>${stdev}</var>
<arg>${result_value_list[${3}]}</arg>
<doc>Returns the given values which can then be assigned to a variables.</doc>
<status status="PASS" start="2026-08-13T01:19:28.922880" elapsed="0.003907"/>
</kw>
<kw name="Get Time" owner="BuiltIn">
<msg time="2026-08-13T01:19:28.927330" level="INFO">${date} = 2026-08-13 01:19:28</msg>
<var>${date}</var>
<arg>d,m,s</arg>
<doc>Returns the given time in the requested format.</doc>
<status status="PASS" start="2026-08-13T01:19:28.926950" elapsed="0.000441"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-08-13T01:19:28.928046" level="INFO">CBench Result: 2026-08-13 01:19:28,-m 60000 -M 100 -S 16 -l 10 -D 5000 -p 6633,27499.83,30626.03,29479.38,9879.82</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-08-13T01:19:28.927544" elapsed="0.000560"/>
</kw>
<kw name="Log Results And Determine Status">
<kw name="Append To File" owner="OperatingSystem">
<msg time="2026-08-13T01:19:28.929200" level="INFO" html="true">Appended to file '&lt;a href="file:///w/workspace/openflowplugin-csit-1node-cbench-only-manganese/latency.csv"&gt;/w/workspace/openflowplugin-csit-1node-cbench-only-manganese/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-08-13T01:19:28.928763" elapsed="0.000506"/>
</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-08-13T01:19:28.929437" elapsed="0.000485"/>
</kw>
<arg>${min}</arg>
<arg>${max}</arg>
<arg>${average}</arg>
<arg>${average_threshold}</arg>
<arg>${output_filename}</arg>
<status status="PASS" start="2026-08-13T01:19:28.928262" elapsed="0.001729"/>
</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-08-13T01:09:22.403629" elapsed="606.526424"/>
</kw>
<kw name="Sleep" owner="BuiltIn">
<msg time="2026-08-13T01:19:28.930575" level="INFO">Slept 0 seconds.</msg>
<arg>${test_delay}</arg>
<doc>Pauses the test executed for the given time.</doc>
<status status="PASS" start="2026-08-13T01:19:28.930224" elapsed="0.000422"/>
</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-08-13T01:19:28.931189" elapsed="0.000310"/>
</kw>
<status status="PASS" start="2026-08-13T01:19:28.930872" elapsed="0.000705"/>
</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-08-13T01:09:22.401212" elapsed="606.530404"/>
</test>
<test id="s1-t2" name="Cbench Throughput Test" line="51">
<kw name="Log" owner="BuiltIn">
<msg time="2026-08-13T01:19:28.932948" 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-08-13T01:19:28.932564" elapsed="0.000441"/>
</kw>
<kw name="Run Cbench And Log Results">
<kw name="Set Suite Variable" owner="BuiltIn">
<msg time="2026-08-13T01:19:28.934276" level="INFO">${output_filename} = throughput.csv</msg>
<arg>${output_filename}</arg>
<doc>Makes a variable available everywhere within the scope of the current suite.</doc>
<status status="PASS" start="2026-08-13T01:19:28.933936" elapsed="0.000384"/>
</kw>
<if>
<branch type="IF" condition="&quot;${cbench_system}&quot; == &quot;localhost&quot;">
<kw name="Run" owner="OperatingSystem">
<var>${output}</var>
<arg>${cbench_executable} -c ${ODL_SYSTEM_IP} ${cbench_args}</arg>
<doc>_This keyword is considered deprecated. Use the
[http://robotframework.org/robotframework/latest/libraries/Process.html|
Process] library instead._</doc>
<status status="NOT RUN" start="2026-08-13T01:19:28.934696" elapsed="0.000021"/>
</kw>
<status status="NOT RUN" start="2026-08-13T01:19:28.934467" elapsed="0.000288"/>
</branch>
<branch type="ELSE">
<kw name="Run Command On Remote System" owner="Utils">
<if>
<branch type="IF" condition="&quot;${return_stdout}&quot;!=&quot;True&quot; and &quot;${return_stderr}&quot;!=&quot;True&quot;">
<kw name="Fail" owner="BuiltIn">
<arg>At least one of {return_stdout} or {return_stderr} args should be set to True</arg>
<doc>Fails the test with the given message and optionally alters its tags.</doc>
<status status="NOT RUN" start="2026-08-13T01:19:28.937752" elapsed="0.000022"/>
</kw>
<status status="NOT RUN" start="2026-08-13T01:19:28.937490" elapsed="0.000321"/>
</branch>
<status status="PASS" start="2026-08-13T01:19:28.937471" elapsed="0.000365"/>
</if>
<kw name="Get Connection" owner="SSHLibrary">
<msg time="2026-08-13T01:19:28.938198" 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-08-13T01:19:28.938327" 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-08-13T01:19:28.937971" elapsed="0.000401"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-08-13T01:19:28.938970" level="INFO">Attempting to execute command "/usr/local/bin/cbench -c 10.30.170.252 -t -m 60000 -M 100 -S 16 -l 10 -D 5000 -p 6633" on remote system "10.30.170.10" 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-08-13T01:19:28.938532" elapsed="0.000505"/>
</kw>
<kw name="Open Connection" owner="SSHLibrary">
<msg time="2026-08-13T01:19:28.939618" 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-08-13T01:19:28.939179" elapsed="0.000467"/>
</kw>
<kw name="Flexible_SSH_Login" owner="SSHKeywords">
<kw name="Get Length" owner="BuiltIn">
<msg time="2026-08-13T01:19:28.940625" level="INFO">Length is 0.</msg>
<msg time="2026-08-13T01:19:28.940717" 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-08-13T01:19:28.940284" elapsed="0.000459"/>
</kw>
<kw name="Run Keyword And Return If" owner="BuiltIn">
<arg>${pwd_length} &gt; 0</arg>
<arg>SSHLibrary.Login</arg>
<arg>${user}</arg>
<arg>${password}</arg>
<arg>delay=${delay}</arg>
<doc>Runs the specified keyword and returns from the enclosing user keyword.</doc>
<status status="PASS" start="2026-08-13T01:19:28.940884" elapsed="0.000329"/>
</kw>
<kw name="Run Keyword And Return" owner="BuiltIn">
<kw name="Login With Public Key" owner="SSHLibrary">
<msg time="2026-08-13T01:19:28.942098" level="INFO">Logging into '10.30.170.10:22' as 'jenkins'.</msg>
<msg time="2026-08-13T01:19:29.519993" level="INFO">Read output: Welcome to Ubuntu 22.04.5 LTS (GNU/Linux 5.15.0-186-generic x86_64)

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

 System information as of Thu Aug 13 01:19:29 UTC 2026

  System load:  0.99               Processes:             104
  Usage of /:   20.2% of 38.58GB   Users logged in:       0
  Memory usage: 4%                 IPv4 address for ens3: 10.30.170.10
  Swap usage:   0%


Expanded Security Maintenance for Applications is not enabled.

0 updates can be applied immediately.

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.4 LTS' available.
Run 'do-release-upgrade' to upgrade to it.


Last login: Thu Aug 13 01:09:22 2026 from 10.30.170.185
[?2004h[jenkins@releng-50965-15-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-08-13T01:19:28.941732" elapsed="0.578464"/>
</kw>
<msg time="2026-08-13T01:19:29.520286" 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-08-13T01:19:28.941380" elapsed="0.579017"/>
</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-08-13T01:19:28.939904" elapsed="0.580618"/>
</kw>
<kw name="Execute Command" owner="SSHLibrary">
<msg time="2026-08-13T01:19:29.521077" level="INFO">Executing command '/usr/local/bin/cbench -c 10.30.170.252 -t -m 60000 -M 100 -S 16 -l 10 -D 5000 -p 6633'.</msg>
<msg time="2026-08-13T01:29:35.600287" level="INFO">Command exited with return code 0.</msg>
<msg time="2026-08-13T01:29:35.600721" level="INFO">${stdout} = </msg>
<msg time="2026-08-13T01:29:35.600781" level="INFO">${stderr} = cbench: controller benchmarking tool
   running in mode 'throughput'
   connecting to controller at 10.30.170.252: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-08-13T01:19:29.520752" elapsed="606.080064"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-08-13T01:29:35.601127" elapsed="0.000522"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-08-13T01:29:35.602335" level="INFO">cbench: controller benchmarking tool
   running in mode 'throughput'
   connecting to controller at 10.30.170.252:6633 
   faking 16 switches with 1 threads :: 10 tests each; 60000 ms per test
   with 100 unique source MACs per switch
   learning destination mac addresses before the test
   starting test with 5000 ms delay after features_reply
   ignoring first 1 "warmup" and last 0 "cooldown" loops
   debugging info is off
Master Thread: Creating thread-0! 
Thread-0: All switches initialized. Running at node 10.30.170.252. So far 1 cbench instances have initialized their switches.  Waiting for other cbench-instances
Thread-0: Total switches from ALL cbench-instances initialized.
01:20:34.653 16  switches: flows:  601007 588466 580882 598600 599895 591320 592320 577183 587790 587623 592829 577294 586573 591531 586276 593214  total = 157.213383 per ms 
01:21:34.757 16  switches: flows:  625263 617425 616693 618568 619408 621926 622809 623668 621133 623364 616502 620675 619757 620002 620700 617067  total = 165.138614 per ms 
01:22:34.860 16  switches: flows:  590355 591365 581488 592383 598061 601545 595656 584734 581227 588944 592005 586294 596012 587470 580020 592372  total = 157.061890 per ms 
01:23:34.963 16  switches: flows:  609309 621727 609409 622552 619174 618192 618696 623450 612094 617435 619851 624887 620873 622051 619923 616063  total = 164.647719 per ms 
01:24:35.065 16  switches: flows:  571925 574483 577905 572711 568311 571268 576557 542644 575360 573316 572510 575585 580893 572237 563366 581560  total = 152.251790 per ms 
01:25:35.171 16  switches: flows:  619682 620507 611538 616317 614468 614190 616000 616888 621193 617789 610553 616923 615374 613249 613888 618787  total = 164.000290 per ms 
01:26:35.272 16  switches: flows:  592465 591914 580564 587038 587257 589086 580864 579676 589174 575665 596654 594589 594901 591647 584512 592515  total = 156.546142 per ms 
01:27:35.375 16  switches: flows:  585046 585872 586438 593942 599545 596222 585827 589202 588996 592456 585153 595112 472613 588306 591474 597280  total = 155.293131 per ms 
01:28:35.477 16  switches: flows:  591569 584576 580568 584304 578286 574927 593797 559029 580369 588019 546386 583078 578477 585980 574548 586847  total = 154.252923 per ms 
01:29:35.578 16  switches: flows:  632884 624992 630997 632434 631681 628472 626245 628771 627252 626001 625341 626254 631356 632023 625953 633190  total = 167.449463 per ms 
RESULT: 16 switches 9 tests min/max/avg/stdev = 152251.79/167449.46/159626.88/53473.54 responses/s</msg>
<arg>${stderr}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-08-13T01:29:35.601881" elapsed="0.000675"/>
</kw>
<if>
<branch type="IF" condition="&quot;${return_stdout}&quot;!=&quot;True&quot;">
<return>
<value>${stderr}</value>
<status status="PASS" start="2026-08-13T01:29:35.602861" elapsed="0.000045"/>
</return>
<status status="PASS" start="2026-08-13T01:29:35.602667" elapsed="0.000285"/>
</branch>
<status status="PASS" start="2026-08-13T01:29:35.602633" elapsed="0.000353"/>
</if>
<if>
<branch type="IF" condition="&quot;${return_stderr}&quot;!=&quot;True&quot;">
<return>
<value>${stdout}</value>
<status status="NOT RUN" start="2026-08-13T01:29:35.603111" elapsed="0.000017"/>
</return>
<status status="NOT RUN" start="2026-08-13T01:29:35.603064" elapsed="0.000100"/>
</branch>
<status status="NOT RUN" start="2026-08-13T01:29:35.603043" elapsed="0.000149"/>
</if>
<return>
<value>${stdout}</value>
<value>${stderr}</value>
<status status="NOT RUN" start="2026-08-13T01:29:35.603232" elapsed="0.000018"/>
</return>
<kw name="Restore_Current_Ssh_Connection_From_Index" owner="SSHKeywords" type="TEARDOWN">
<kw name="Run Keyword And Return If" owner="BuiltIn">
<arg>${connection_index} is not None</arg>
<arg>SSHLibrary.Switch Connection</arg>
<arg>${connection_index}</arg>
<doc>Runs the specified keyword and returns from the enclosing user keyword.</doc>
<status status="PASS" start="2026-08-13T01:29:35.606635" elapsed="0.000440"/>
</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-08-13T01:29:35.607265" elapsed="0.000234"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-08-13T01:29:35.607666" elapsed="0.000135"/>
</kw>
<arg>${current_ssh_connection.index}</arg>
<doc>Restore active SSH connection in SSHLibrary to given index.</doc>
<status status="PASS" start="2026-08-13T01:29:35.603656" elapsed="0.004214"/>
</kw>
<msg time="2026-08-13T01:29:35.608033" level="INFO">${output} = cbench: controller benchmarking tool
   running in mode 'throughput'
   connecting to controller at 10.30.170.252: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-08-13T01:19:28.935106" elapsed="606.672964"/>
</kw>
<status status="PASS" start="2026-08-13T01:19:28.934783" elapsed="606.673351"/>
</branch>
<status status="PASS" start="2026-08-13T01:19:28.934443" elapsed="606.673721"/>
</if>
<kw name="Log" owner="BuiltIn">
<msg time="2026-08-13T01:29:35.608773" level="INFO">cbench: controller benchmarking tool
   running in mode 'throughput'
   connecting to controller at 10.30.170.252:6633 
   faking 16 switches with 1 threads :: 10 tests each; 60000 ms per test
   with 100 unique source MACs per switch
   learning destination mac addresses before the test
   starting test with 5000 ms delay after features_reply
   ignoring first 1 "warmup" and last 0 "cooldown" loops
   debugging info is off
Master Thread: Creating thread-0! 
Thread-0: All switches initialized. Running at node 10.30.170.252. So far 1 cbench instances have initialized their switches.  Waiting for other cbench-instances
Thread-0: Total switches from ALL cbench-instances initialized.
01:20:34.653 16  switches: flows:  601007 588466 580882 598600 599895 591320 592320 577183 587790 587623 592829 577294 586573 591531 586276 593214  total = 157.213383 per ms 
01:21:34.757 16  switches: flows:  625263 617425 616693 618568 619408 621926 622809 623668 621133 623364 616502 620675 619757 620002 620700 617067  total = 165.138614 per ms 
01:22:34.860 16  switches: flows:  590355 591365 581488 592383 598061 601545 595656 584734 581227 588944 592005 586294 596012 587470 580020 592372  total = 157.061890 per ms 
01:23:34.963 16  switches: flows:  609309 621727 609409 622552 619174 618192 618696 623450 612094 617435 619851 624887 620873 622051 619923 616063  total = 164.647719 per ms 
01:24:35.065 16  switches: flows:  571925 574483 577905 572711 568311 571268 576557 542644 575360 573316 572510 575585 580893 572237 563366 581560  total = 152.251790 per ms 
01:25:35.171 16  switches: flows:  619682 620507 611538 616317 614468 614190 616000 616888 621193 617789 610553 616923 615374 613249 613888 618787  total = 164.000290 per ms 
01:26:35.272 16  switches: flows:  592465 591914 580564 587038 587257 589086 580864 579676 589174 575665 596654 594589 594901 591647 584512 592515  total = 156.546142 per ms 
01:27:35.375 16  switches: flows:  585046 585872 586438 593942 599545 596222 585827 589202 588996 592456 585153 595112 472613 588306 591474 597280  total = 155.293131 per ms 
01:28:35.477 16  switches: flows:  591569 584576 580568 584304 578286 574927 593797 559029 580369 588019 546386 583078 578477 585980 574548 586847  total = 154.252923 per ms 
01:29:35.578 16  switches: flows:  632884 624992 630997 632434 631681 628472 626245 628771 627252 626001 625341 626254 631356 632023 625953 633190  total = 167.449463 per ms 
RESULT: 16 switches 9 tests min/max/avg/stdev = 152251.79/167449.46/159626.88/53473.54 responses/s</msg>
<arg>${output}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-08-13T01:29:35.608405" elapsed="0.000460"/>
</kw>
<kw name="Should Contain" owner="BuiltIn">
<arg>${output}</arg>
<arg>RESULT</arg>
<doc>Fails if ``container`` does not contain ``item`` one or more times.</doc>
<status status="PASS" start="2026-08-13T01:29:35.609054" elapsed="0.000469"/>
</kw>
<kw name="Get Lines Containing String" owner="String">
<msg time="2026-08-13T01:29:35.610000" level="INFO">1 out of 23 lines matched.</msg>
<msg time="2026-08-13T01:29:35.610114" level="INFO">${result_line} = RESULT: 16 switches 9 tests min/max/avg/stdev = 152251.79/167449.46/159626.88/53473.54 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-08-13T01:29:35.609721" elapsed="0.000424"/>
</kw>
<kw name="Split String" owner="String">
<msg time="2026-08-13T01:29:35.610666" level="INFO">@{results_list} = [ RESULT: | 16 | switches | 9 | tests | min/max/avg/stdev | = | 152251.79/167449.46/159626.88/53473.54 | 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-08-13T01:29:35.610337" elapsed="0.000363"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-08-13T01:29:35.613778" 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-08-13T01:29:35.610882" elapsed="0.002969"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-08-13T01:29:35.616285" level="INFO">152251.79/167449.46/159626.88/53473.54</msg>
<arg>${results_list[7]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-08-13T01:29:35.614015" elapsed="0.002345"/>
</kw>
<kw name="Split String" owner="String">
<msg time="2026-08-13T01:29:35.618742" 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-08-13T01:29:35.616514" elapsed="0.002256"/>
</kw>
<kw name="Split String" owner="String">
<msg time="2026-08-13T01:29:35.621242" level="INFO">@{result_value_list} = [ 152251.79 | 167449.46 | 159626.88 | 53473.54 ]</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-08-13T01:29:35.618994" elapsed="0.002276"/>
</kw>
<kw name="Get Length" owner="BuiltIn">
<msg time="2026-08-13T01:29:35.621761" level="INFO">Length is 4.</msg>
<msg time="2026-08-13T01:29:35.621850" 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-08-13T01:29:35.621441" elapsed="0.000433"/>
</kw>
<for flavor="IN RANGE">
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-08-13T01:29:35.626853" level="INFO">min :: 152251.79</msg>
<arg>${result_name_list[${i}]} :: ${result_value_list[${i}]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-08-13T01:29:35.622290" elapsed="0.004622"/>
</kw>
<var name="${i}">0</var>
<status status="PASS" start="2026-08-13T01:29:35.622159" elapsed="0.004788"/>
</iter>
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-08-13T01:29:35.631546" level="INFO">max :: 167449.46</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-08-13T01:29:35.627165" elapsed="0.004439"/>
</kw>
<var name="${i}">1</var>
<status status="PASS" start="2026-08-13T01:29:35.627037" elapsed="0.004602"/>
</iter>
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-08-13T01:29:35.636282" level="INFO">avg :: 159626.88</msg>
<arg>${result_name_list[${i}]} :: ${result_value_list[${i}]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-08-13T01:29:35.631854" elapsed="0.004519"/>
</kw>
<var name="${i}">2</var>
<status status="PASS" start="2026-08-13T01:29:35.631727" elapsed="0.004682"/>
</iter>
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-08-13T01:29:35.641002" level="INFO">stdev :: 53473.54</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-08-13T01:29:35.636630" elapsed="0.004430"/>
</kw>
<var name="${i}">3</var>
<status status="PASS" start="2026-08-13T01:29:35.636498" elapsed="0.004597"/>
</iter>
<var>${i}</var>
<value>0</value>
<value>${num_stats}</value>
<status status="PASS" start="2026-08-13T01:29:35.621942" elapsed="0.019185"/>
</for>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-08-13T01:29:35.645035" level="INFO">${min} = 152251.79</msg>
<var>${min}</var>
<arg>${result_value_list[${0}]}</arg>
<doc>Returns the given values which can then be assigned to a variables.</doc>
<status status="PASS" start="2026-08-13T01:29:35.641285" elapsed="0.003777"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-08-13T01:29:35.649160" level="INFO">${max} = 167449.46</msg>
<var>${max}</var>
<arg>${result_value_list[${1}]}</arg>
<doc>Returns the given values which can then be assigned to a variables.</doc>
<status status="PASS" start="2026-08-13T01:29:35.645216" elapsed="0.003971"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-08-13T01:29:35.653414" level="INFO">${average} = 159626.88</msg>
<var>${average}</var>
<arg>${result_value_list[${2}]}</arg>
<doc>Returns the given values which can then be assigned to a variables.</doc>
<status status="PASS" start="2026-08-13T01:29:35.649343" elapsed="0.004099"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-08-13T01:29:35.657360" level="INFO">${stdev} = 53473.54</msg>
<var>${stdev}</var>
<arg>${result_value_list[${3}]}</arg>
<doc>Returns the given values which can then be assigned to a variables.</doc>
<status status="PASS" start="2026-08-13T01:29:35.653594" elapsed="0.003795"/>
</kw>
<kw name="Get Time" owner="BuiltIn">
<msg time="2026-08-13T01:29:35.657903" level="INFO">${date} = 2026-08-13 01:29:35</msg>
<var>${date}</var>
<arg>d,m,s</arg>
<doc>Returns the given time in the requested format.</doc>
<status status="PASS" start="2026-08-13T01:29:35.657550" elapsed="0.000380"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-08-13T01:29:35.658508" level="INFO">CBench Result: 2026-08-13 01:29:35,-t -m 60000 -M 100 -S 16 -l 10 -D 5000 -p 6633,152251.79,167449.46,159626.88,53473.54</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-08-13T01:29:35.658077" elapsed="0.000487"/>
</kw>
<kw name="Log Results And Determine Status">
<kw name="Append To File" owner="OperatingSystem">
<msg time="2026-08-13T01:29:35.659646" level="INFO" html="true">Appended to file '&lt;a href="file:///w/workspace/openflowplugin-csit-1node-cbench-only-manganese/throughput.csv"&gt;/w/workspace/openflowplugin-csit-1node-cbench-only-manganese/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-08-13T01:29:35.659204" elapsed="0.000510"/>
</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-08-13T01:29:35.659865" elapsed="0.000800"/>
</kw>
<arg>${min}</arg>
<arg>${max}</arg>
<arg>${average}</arg>
<arg>${average_threshold}</arg>
<arg>${output_filename}</arg>
<status status="PASS" start="2026-08-13T01:29:35.658721" elapsed="0.002023"/>
</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-08-13T01:19:28.933326" elapsed="606.727479"/>
</kw>
<kw name="Sleep" owner="BuiltIn">
<msg time="2026-08-13T01:29:35.661306" level="INFO">Slept 0 seconds.</msg>
<arg>${test_delay}</arg>
<doc>Pauses the test executed for the given time.</doc>
<status status="PASS" start="2026-08-13T01:29:35.660965" elapsed="0.000413"/>
</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-08-13T01:29:35.661902" elapsed="0.000265"/>
</kw>
<status status="PASS" start="2026-08-13T01:29:35.661598" elapsed="0.000640"/>
</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-08-13T01:19:28.931960" elapsed="606.730316"/>
</test>
<test id="s1-t3" name="Rerun Latency Test To Check Bug 6176" line="65">
<kw name="Log" owner="BuiltIn">
<msg time="2026-08-13T01:29:35.663543" 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-08-13T01:29:35.663141" elapsed="0.000460"/>
</kw>
<kw name="Run Cbench And Log Results">
<kw name="Set Suite Variable" owner="BuiltIn">
<msg time="2026-08-13T01:29:35.665051" level="INFO">${output_filename} = bug.csv</msg>
<arg>${output_filename}</arg>
<doc>Makes a variable available everywhere within the scope of the current suite.</doc>
<status status="PASS" start="2026-08-13T01:29:35.664722" elapsed="0.000371"/>
</kw>
<if>
<branch type="IF" condition="&quot;${cbench_system}&quot; == &quot;localhost&quot;">
<kw name="Run" owner="OperatingSystem">
<var>${output}</var>
<arg>${cbench_executable} -c ${ODL_SYSTEM_IP} ${cbench_args}</arg>
<doc>_This keyword is considered deprecated. Use the
[http://robotframework.org/robotframework/latest/libraries/Process.html|
Process] library instead._</doc>
<status status="NOT RUN" start="2026-08-13T01:29:35.665487" elapsed="0.000022"/>
</kw>
<status status="NOT RUN" start="2026-08-13T01:29:35.665226" elapsed="0.000335"/>
</branch>
<branch type="ELSE">
<kw name="Run Command On Remote System" owner="Utils">
<if>
<branch type="IF" condition="&quot;${return_stdout}&quot;!=&quot;True&quot; and &quot;${return_stderr}&quot;!=&quot;True&quot;">
<kw name="Fail" owner="BuiltIn">
<arg>At least one of {return_stdout} or {return_stderr} args should be set to True</arg>
<doc>Fails the test with the given message and optionally alters its tags.</doc>
<status status="NOT RUN" start="2026-08-13T01:29:35.668640" elapsed="0.000021"/>
</kw>
<status status="NOT RUN" start="2026-08-13T01:29:35.668388" elapsed="0.000308"/>
</branch>
<status status="PASS" start="2026-08-13T01:29:35.668367" elapsed="0.000353"/>
</if>
<kw name="Get Connection" owner="SSHLibrary">
<msg time="2026-08-13T01:29:35.669047" 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-08-13T01:29:35.669165" 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-08-13T01:29:35.668854" elapsed="0.000338"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-08-13T01:29:35.669772" level="INFO">Attempting to execute command "/usr/local/bin/cbench -c 10.30.170.252 -m 60000 -M 100 -S 16 -l 10 -D 5000 -p 6633" on remote system "10.30.170.10" 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-08-13T01:29:35.669326" elapsed="0.000506"/>
</kw>
<kw name="Open Connection" owner="SSHLibrary">
<msg time="2026-08-13T01:29:35.670384" 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-08-13T01:29:35.669972" elapsed="0.000440"/>
</kw>
<kw name="Flexible_SSH_Login" owner="SSHKeywords">
<kw name="Get Length" owner="BuiltIn">
<msg time="2026-08-13T01:29:35.671302" level="INFO">Length is 0.</msg>
<msg time="2026-08-13T01:29:35.671406" 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-08-13T01:29:35.670990" elapsed="0.000440"/>
</kw>
<kw name="Run Keyword And Return If" owner="BuiltIn">
<arg>${pwd_length} &gt; 0</arg>
<arg>SSHLibrary.Login</arg>
<arg>${user}</arg>
<arg>${password}</arg>
<arg>delay=${delay}</arg>
<doc>Runs the specified keyword and returns from the enclosing user keyword.</doc>
<status status="PASS" start="2026-08-13T01:29:35.671571" elapsed="0.000319"/>
</kw>
<kw name="Run Keyword And Return" owner="BuiltIn">
<kw name="Login With Public Key" owner="SSHLibrary">
<msg time="2026-08-13T01:29:35.672787" level="INFO">Logging into '10.30.170.10:22' as 'jenkins'.</msg>
<msg time="2026-08-13T01:29:36.250872" level="INFO">Read output: Welcome to Ubuntu 22.04.5 LTS (GNU/Linux 5.15.0-186-generic x86_64)

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

 System information as of Thu Aug 13 01:29:35 UTC 2026

  System load:  0.19               Processes:             104
  Usage of /:   20.2% of 38.58GB   Users logged in:       0
  Memory usage: 4%                 IPv4 address for ens3: 10.30.170.10
  Swap usage:   0%


Expanded Security Maintenance for Applications is not enabled.

0 updates can be applied immediately.

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.4 LTS' available.
Run 'do-release-upgrade' to upgrade to it.


Last login: Thu Aug 13 01:19:29 2026 from 10.30.170.185
[?2004h[jenkins@releng-50965-15-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-08-13T01:29:35.672424" elapsed="0.578659"/>
</kw>
<msg time="2026-08-13T01:29:36.251177" 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-08-13T01:29:35.672060" elapsed="0.579204"/>
</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-08-13T01:29:35.670614" elapsed="0.580785"/>
</kw>
<kw name="Execute Command" owner="SSHLibrary">
<msg time="2026-08-13T01:29:36.251920" level="INFO">Executing command '/usr/local/bin/cbench -c 10.30.170.252 -m 60000 -M 100 -S 16 -l 10 -D 5000 -p 6633'.</msg>
<msg time="2026-08-13T01:39:42.395911" level="INFO">Command exited with return code 0.</msg>
<msg time="2026-08-13T01:39:42.396633" level="INFO">${stdout} = </msg>
<msg time="2026-08-13T01:39:42.396745" level="INFO">${stderr} = cbench: controller benchmarking tool
   running in mode 'latency'
   connecting to controller at 10.30.170.252: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-08-13T01:29:36.251619" elapsed="606.145185"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-08-13T01:39:42.397387" elapsed="0.000842"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-08-13T01:39:42.399520" level="INFO">cbench: controller benchmarking tool
   running in mode 'latency'
   connecting to controller at 10.30.170.252:6633 
   faking 16 switches with 1 threads :: 10 tests each; 60000 ms per test
   with 100 unique source MACs per switch
   learning destination mac addresses before the test
   starting test with 5000 ms delay after features_reply
   ignoring first 1 "warmup" and last 0 "cooldown" loops
   debugging info is off
Master Thread: Creating thread-0! 
Thread-0: All switches initialized. Running at node 10.30.170.252. So far 1 cbench instances have initialized their switches.  Waiting for other cbench-instances
Thread-0: Total switches from ALL cbench-instances initialized.
01:30:41.460 16  switches: flows:  120206 116821 116899 116494 114127 127544 115723 114147 113221 113628 113648 112867 114261 113242 112148 111538  total = 30.775233 per ms 
01:31:41.561 16  switches: flows:  113358 111919 113360 114197 111385 109703 113324 112280 110814 111073 110982 109348 111969 111956 110578 108183  total = 29.690905 per ms 
01:32:41.661 16  switches: flows:  112486 114816 112051 113955 111657 111860 113835 111696 110657 110652 111555 110742 109619 112037 108978 110106  total = 29.728720 per ms 
01:33:41.761 16  switches: flows:  110785 113602 112198 110665 110686 109982 111537 110915 110123 109102 111507 110515 109436 110435 109685 107415  total = 29.427311 per ms 
01:34:41.862 16  switches: flows:  113114 114607 113307 112123 112092 112871 112814 113115 112503 110403 111967 113657 112315 113325 111841 108740  total = 29.929930 per ms 
01:35:41.962 16  switches: flows:  108419 109881 107368 107985 108067 106559 107849 107149 105326 106286 107311 105982 105231 107368 106735 105382  total = 28.500610 per ms 
01:36:42.062 16  switches: flows:  111399 112155 110992 110420 109411 110969 110763 111053 110373 108389 109960 110624 109340 110097 110362 108368  total = 29.362242 per ms 
01:37:42.163 16  switches: flows:  114049 117078 115834 113273 114558 114033 113109 113598 114718 110977 116231 114962 113912 113944 114784 113397  total = 30.423407 per ms 
01:38:42.264 16  switches: flows:  114009 118023 115132 113982 114081 114931 113068 113650 114617 113928 113761 114927 114407 111524 113815 114736  total = 30.425735 per ms 
01:39:42.366 16  switches: flows:  112960 117000 115908 114069 113974 115464 112548 112181 113745 112193 113181 115276 113835 111772 113771 112204  total = 30.284054 per ms 
RESULT: 16 switches 9 tests min/max/avg/stdev = 28500.61/30425.74/29752.55/9934.57 responses/s</msg>
<arg>${stderr}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-08-13T01:39:42.398673" elapsed="0.001164"/>
</kw>
<if>
<branch type="IF" condition="&quot;${return_stdout}&quot;!=&quot;True&quot;">
<return>
<value>${stderr}</value>
<status status="PASS" start="2026-08-13T01:39:42.400398" elapsed="0.000078"/>
</return>
<status status="PASS" start="2026-08-13T01:39:42.400026" elapsed="0.000537"/>
</branch>
<status status="PASS" start="2026-08-13T01:39:42.399972" elapsed="0.000650"/>
</if>
<if>
<branch type="IF" condition="&quot;${return_stderr}&quot;!=&quot;True&quot;">
<return>
<value>${stdout}</value>
<status status="NOT RUN" start="2026-08-13T01:39:42.400849" elapsed="0.000031"/>
</return>
<status status="NOT RUN" start="2026-08-13T01:39:42.400761" elapsed="0.000184"/>
</branch>
<status status="NOT RUN" start="2026-08-13T01:39:42.400723" elapsed="0.000272"/>
</if>
<return>
<value>${stdout}</value>
<value>${stderr}</value>
<status status="NOT RUN" start="2026-08-13T01:39:42.401099" elapsed="0.000043"/>
</return>
<kw name="Restore_Current_Ssh_Connection_From_Index" owner="SSHKeywords" type="TEARDOWN">
<kw name="Run Keyword And Return If" owner="BuiltIn">
<arg>${connection_index} is not None</arg>
<arg>SSHLibrary.Switch Connection</arg>
<arg>${connection_index}</arg>
<doc>Runs the specified keyword and returns from the enclosing user keyword.</doc>
<status status="PASS" start="2026-08-13T01:39:42.407571" elapsed="0.000820"/>
</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-08-13T01:39:42.408755" elapsed="0.000421"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-08-13T01:39:42.409538" elapsed="0.000243"/>
</kw>
<arg>${current_ssh_connection.index}</arg>
<doc>Restore active SSH connection in SSHLibrary to given index.</doc>
<status status="PASS" start="2026-08-13T01:39:42.401902" elapsed="0.008007"/>
</kw>
<msg time="2026-08-13T01:39:42.410114" level="INFO">${output} = cbench: controller benchmarking tool
   running in mode 'latency'
   connecting to controller at 10.30.170.252: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-08-13T01:29:35.665909" elapsed="606.744243"/>
</kw>
<status status="PASS" start="2026-08-13T01:29:35.665589" elapsed="606.744633"/>
</branch>
<status status="PASS" start="2026-08-13T01:29:35.665202" elapsed="606.745052"/>
</if>
<kw name="Log" owner="BuiltIn">
<msg time="2026-08-13T01:39:42.410915" level="INFO">cbench: controller benchmarking tool
   running in mode 'latency'
   connecting to controller at 10.30.170.252:6633 
   faking 16 switches with 1 threads :: 10 tests each; 60000 ms per test
   with 100 unique source MACs per switch
   learning destination mac addresses before the test
   starting test with 5000 ms delay after features_reply
   ignoring first 1 "warmup" and last 0 "cooldown" loops
   debugging info is off
Master Thread: Creating thread-0! 
Thread-0: All switches initialized. Running at node 10.30.170.252. So far 1 cbench instances have initialized their switches.  Waiting for other cbench-instances
Thread-0: Total switches from ALL cbench-instances initialized.
01:30:41.460 16  switches: flows:  120206 116821 116899 116494 114127 127544 115723 114147 113221 113628 113648 112867 114261 113242 112148 111538  total = 30.775233 per ms 
01:31:41.561 16  switches: flows:  113358 111919 113360 114197 111385 109703 113324 112280 110814 111073 110982 109348 111969 111956 110578 108183  total = 29.690905 per ms 
01:32:41.661 16  switches: flows:  112486 114816 112051 113955 111657 111860 113835 111696 110657 110652 111555 110742 109619 112037 108978 110106  total = 29.728720 per ms 
01:33:41.761 16  switches: flows:  110785 113602 112198 110665 110686 109982 111537 110915 110123 109102 111507 110515 109436 110435 109685 107415  total = 29.427311 per ms 
01:34:41.862 16  switches: flows:  113114 114607 113307 112123 112092 112871 112814 113115 112503 110403 111967 113657 112315 113325 111841 108740  total = 29.929930 per ms 
01:35:41.962 16  switches: flows:  108419 109881 107368 107985 108067 106559 107849 107149 105326 106286 107311 105982 105231 107368 106735 105382  total = 28.500610 per ms 
01:36:42.062 16  switches: flows:  111399 112155 110992 110420 109411 110969 110763 111053 110373 108389 109960 110624 109340 110097 110362 108368  total = 29.362242 per ms 
01:37:42.163 16  switches: flows:  114049 117078 115834 113273 114558 114033 113109 113598 114718 110977 116231 114962 113912 113944 114784 113397  total = 30.423407 per ms 
01:38:42.264 16  switches: flows:  114009 118023 115132 113982 114081 114931 113068 113650 114617 113928 113761 114927 114407 111524 113815 114736  total = 30.425735 per ms 
01:39:42.366 16  switches: flows:  112960 117000 115908 114069 113974 115464 112548 112181 113745 112193 113181 115276 113835 111772 113771 112204  total = 30.284054 per ms 
RESULT: 16 switches 9 tests min/max/avg/stdev = 28500.61/30425.74/29752.55/9934.57 responses/s</msg>
<arg>${output}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-08-13T01:39:42.410487" elapsed="0.000534"/>
</kw>
<kw name="Should Contain" owner="BuiltIn">
<arg>${output}</arg>
<arg>RESULT</arg>
<doc>Fails if ``container`` does not contain ``item`` one or more times.</doc>
<status status="PASS" start="2026-08-13T01:39:42.411234" elapsed="0.000560"/>
</kw>
<kw name="Get Lines Containing String" owner="String">
<msg time="2026-08-13T01:39:42.412388" level="INFO">1 out of 23 lines matched.</msg>
<msg time="2026-08-13T01:39:42.412533" level="INFO">${result_line} = RESULT: 16 switches 9 tests min/max/avg/stdev = 28500.61/30425.74/29752.55/9934.57 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-08-13T01:39:42.412038" elapsed="0.000532"/>
</kw>
<kw name="Split String" owner="String">
<msg time="2026-08-13T01:39:42.413917" level="INFO">@{results_list} = [ RESULT: | 16 | switches | 9 | tests | min/max/avg/stdev | = | 28500.61/30425.74/29752.55/9934.57 | 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-08-13T01:39:42.412793" elapsed="0.001179"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-08-13T01:39:42.416475" 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-08-13T01:39:42.414142" elapsed="0.002395"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-08-13T01:39:42.419070" level="INFO">28500.61/30425.74/29752.55/9934.57</msg>
<arg>${results_list[7]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-08-13T01:39:42.416701" elapsed="0.002444"/>
</kw>
<kw name="Split String" owner="String">
<msg time="2026-08-13T01:39:42.421585" 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-08-13T01:39:42.419304" elapsed="0.002310"/>
</kw>
<kw name="Split String" owner="String">
<msg time="2026-08-13T01:39:42.424195" level="INFO">@{result_value_list} = [ 28500.61 | 30425.74 | 29752.55 | 9934.57 ]</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-08-13T01:39:42.421845" elapsed="0.002381"/>
</kw>
<kw name="Get Length" owner="BuiltIn">
<msg time="2026-08-13T01:39:42.424756" level="INFO">Length is 4.</msg>
<msg time="2026-08-13T01:39:42.424855" 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-08-13T01:39:42.424403" elapsed="0.000476"/>
</kw>
<for flavor="IN RANGE">
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-08-13T01:39:42.429735" level="INFO">min :: 28500.61</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-08-13T01:39:42.425332" elapsed="0.004471"/>
</kw>
<var name="${i}">0</var>
<status status="PASS" start="2026-08-13T01:39:42.425200" elapsed="0.004640"/>
</iter>
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-08-13T01:39:42.434730" level="INFO">max :: 30425.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-08-13T01:39:42.430069" elapsed="0.004722"/>
</kw>
<var name="${i}">1</var>
<status status="PASS" start="2026-08-13T01:39:42.429931" elapsed="0.004897"/>
</iter>
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-08-13T01:39:42.439673" level="INFO">avg :: 29752.55</msg>
<arg>${result_name_list[${i}]} :: ${result_value_list[${i}]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-08-13T01:39:42.435068" elapsed="0.004669"/>
</kw>
<var name="${i}">2</var>
<status status="PASS" start="2026-08-13T01:39:42.434930" elapsed="0.004844"/>
</iter>
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-08-13T01:39:42.444508" level="INFO">stdev :: 9934.57</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-08-13T01:39:42.440001" elapsed="0.004566"/>
</kw>
<var name="${i}">3</var>
<status status="PASS" start="2026-08-13T01:39:42.439864" elapsed="0.004739"/>
</iter>
<var>${i}</var>
<value>0</value>
<value>${num_stats}</value>
<status status="PASS" start="2026-08-13T01:39:42.424985" elapsed="0.019649"/>
</for>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-08-13T01:39:42.448549" level="INFO">${min} = 28500.61</msg>
<var>${min}</var>
<arg>${result_value_list[${0}]}</arg>
<doc>Returns the given values which can then be assigned to a variables.</doc>
<status status="PASS" start="2026-08-13T01:39:42.444801" elapsed="0.003776"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-08-13T01:39:42.453531" level="INFO">${max} = 30425.74</msg>
<var>${max}</var>
<arg>${result_value_list[${1}]}</arg>
<doc>Returns the given values which can then be assigned to a variables.</doc>
<status status="PASS" start="2026-08-13T01:39:42.448733" elapsed="0.004837"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-08-13T01:39:42.457604" level="INFO">${average} = 29752.55</msg>
<var>${average}</var>
<arg>${result_value_list[${2}]}</arg>
<doc>Returns the given values which can then be assigned to a variables.</doc>
<status status="PASS" start="2026-08-13T01:39:42.453784" elapsed="0.003847"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-08-13T01:39:42.461536" level="INFO">${stdev} = 9934.57</msg>
<var>${stdev}</var>
<arg>${result_value_list[${3}]}</arg>
<doc>Returns the given values which can then be assigned to a variables.</doc>
<status status="PASS" start="2026-08-13T01:39:42.457784" elapsed="0.003779"/>
</kw>
<kw name="Get Time" owner="BuiltIn">
<msg time="2026-08-13T01:39:42.462075" level="INFO">${date} = 2026-08-13 01:39:42</msg>
<var>${date}</var>
<arg>d,m,s</arg>
<doc>Returns the given time in the requested format.</doc>
<status status="PASS" start="2026-08-13T01:39:42.461724" elapsed="0.000378"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-08-13T01:39:42.462692" level="INFO">CBench Result: 2026-08-13 01:39:42,-m 60000 -M 100 -S 16 -l 10 -D 5000 -p 6633,28500.61,30425.74,29752.55,9934.57</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-08-13T01:39:42.462248" elapsed="0.000502"/>
</kw>
<kw name="Log Results And Determine Status">
<kw name="Append To File" owner="OperatingSystem">
<msg time="2026-08-13T01:39:42.463926" level="INFO" html="true">Appended to file '&lt;a href="file:///w/workspace/openflowplugin-csit-1node-cbench-only-manganese/bug.csv"&gt;/w/workspace/openflowplugin-csit-1node-cbench-only-manganese/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-08-13T01:39:42.463417" elapsed="0.000578"/>
</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-08-13T01:39:42.464145" elapsed="0.000489"/>
</kw>
<arg>${min}</arg>
<arg>${max}</arg>
<arg>${average}</arg>
<arg>${average_threshold}</arg>
<arg>${output_filename}</arg>
<status status="PASS" start="2026-08-13T01:39:42.462913" elapsed="0.001789"/>
</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-08-13T01:29:35.663923" elapsed="606.800840"/>
</kw>
<kw name="Sleep" owner="BuiltIn">
<msg time="2026-08-13T01:39:42.465267" level="INFO">Slept 0 seconds.</msg>
<arg>${test_delay}</arg>
<doc>Pauses the test executed for the given time.</doc>
<status status="PASS" start="2026-08-13T01:39:42.464948" elapsed="0.000376"/>
</kw>
<kw name="Report Failure Due To Bug" owner="Utils" type="TEARDOWN">
<kw name="Evaluate" owner="BuiltIn">
<msg time="2026-08-13T01:39:42.466586" 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-08-13T01:39:42.466076" elapsed="0.000537"/>
</kw>
<if>
<branch type="IF" condition="('${TEST_STATUS}' != 'FAIL') or ${test_skipped}">
<return>
<status status="PASS" start="2026-08-13T01:39:42.466851" elapsed="0.000038"/>
</return>
<status status="PASS" start="2026-08-13T01:39:42.466697" elapsed="0.000225"/>
</branch>
<status status="PASS" start="2026-08-13T01:39:42.466674" elapsed="0.000275"/>
</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-08-13T01:39:42.467101" elapsed="0.000021"/>
</kw>
<kw name="Run Keyword And Return Status" owner="BuiltIn">
<var>${match}</var>
<arg>Should Contain</arg>
<arg>${number}</arg>
<arg>-</arg>
<doc>Runs the specified keyword and returns the status as a Boolean value.</doc>
<status status="NOT RUN" start="2026-08-13T01:39:42.467257" elapsed="0.000020"/>
</kw>
<kw name="Set Variable If" owner="BuiltIn">
<var>${bug_url}</var>
<arg>${match}</arg>
<arg>https://jira.opendaylight.org/browse/${number}</arg>
<arg>https://bugs.opendaylight.org/show_bug.cgi?id=${number}</arg>
<doc>Sets variable based on the given condition.</doc>
<status status="NOT RUN" start="2026-08-13T01:39:42.467436" elapsed="0.000022"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<var>${msg}</var>
<arg>This test fails due to ${bug_url}</arg>
<doc>Returns the given values which can then be assigned to a variables.</doc>
<status status="NOT RUN" start="2026-08-13T01:39:42.467636" elapsed="0.000021"/>
</kw>
<kw name="Evaluate" owner="BuiltIn">
<var>${newline}</var>
<arg>chr(10)</arg>
<doc>Evaluates the given expression in Python and returns the result.</doc>
<status status="NOT RUN" start="2026-08-13T01:39:42.467785" elapsed="0.000019"/>
</kw>
<kw name="Set Test Message" owner="BuiltIn">
<arg>${msg}${newline}${newline}${TEST_MESSAGE}</arg>
<doc>Sets message for the current test case.</doc>
<status status="NOT RUN" start="2026-08-13T01:39:42.467928" elapsed="0.000019"/>
</kw>
<kw name="Log" owner="BuiltIn">
<arg>${msg}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="NOT RUN" start="2026-08-13T01:39:42.468070" elapsed="0.000019"/>
</kw>
<if>
<branch type="IF" condition="&quot;${include_bug_in_tags}&quot;==&quot;True&quot;">
<kw name="Set Tags" owner="BuiltIn">
<arg>${bug_url}</arg>
<doc>Adds given ``tags`` for the current test or all tests in a suite.</doc>
<status status="NOT RUN" start="2026-08-13T01:39:42.468286" elapsed="0.000020"/>
</kw>
<status status="NOT RUN" start="2026-08-13T01:39:42.468151" elapsed="0.000186"/>
</branch>
<status status="NOT RUN" start="2026-08-13T01:39:42.468134" elapsed="0.000242"/>
</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-08-13T01:39:42.465738" elapsed="0.002689"/>
</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-08-13T01:29:35.662590" elapsed="606.805884"/>
</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-08-13T01:09:20.154088" elapsed="1822.315104"/>
</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>
