<?xml version="1.0" encoding="UTF-8"?>
<robot generator="Robot 7.4.2 (Python 3.11.10 on linux)" generated="2026-09-08T02:46:54.221654" rpa="false" schemaversion="5">
<suite id="s1" name="openflowplugin-cbench.txt" source="/w/workspace/openflowplugin-csit-1node-cbench-only-chromium/test/csit/suites/openflowplugin/Performance/010_Cbench.robot">
<kw name="Cbench Suite Setup" type="SETUP">
<kw name="Wait Until Keyword Succeeds" owner="BuiltIn">
<kw name="Issue_Command_On_Karaf_Console" owner="KarafKeywords">
<if>
<branch type="IF" condition="'${IS_KARAF_APPL}' == 'False'">
<return>
<value>Not A Karaf App</value>
<status status="NOT RUN" start="2026-09-08T02:46:54.753411" elapsed="0.000022"/>
</return>
<status status="NOT RUN" start="2026-09-08T02:46:54.753261" elapsed="0.000218"/>
</branch>
<status status="PASS" start="2026-09-08T02:46:54.753234" elapsed="0.000270"/>
</if>
<kw name="Open Connection" owner="SSHLibrary">
<arg>${controller}</arg>
<arg>port=${karaf_port}</arg>
<arg>prompt=${KARAF_PROMPT_LOGIN}</arg>
<arg>timeout=${timeout}</arg>
<doc>Opens a new SSH connection to the given ``host`` and ``port``.</doc>
<status status="PASS" start="2026-09-08T02:46:54.753641" elapsed="0.000530"/>
</kw>
<kw name="Login" owner="SSHLibrary">
<msg time="2026-09-08T02:46:54.754621" level="INFO">Logging into '10.30.171.210:8101' as 'karaf'.</msg>
<msg time="2026-09-08T02:46:55.650100" level="INFO">Read output: [33m                                                                                           
[33m    ________                       ________                .__  .__       .__     __       
[33m    \_____  \ ______   ____   ____ \______ \ _____  ___.__.|  | |__| ____ |  |___/  |_     
[33m     /   |   \\____ \_/ __ \ /    \ |    |  \\__  \&lt;   |  ||  | |  |/ ___\|  |  \   __\    
[33m    /    |    \  |_&gt; &gt;  ___/|   |  \|    `   \/ __ \\___  ||  |_|  / /_/  &gt;   Y  \  |      
[33m    \_______  /   __/ \___  &gt;___|  /_______  (____  / ____||____/__\___  /|___|  /__|      
[33m            \/|__|        \/     \/        \/     \/\/            /_____/      \/          
[33m                                                                                           

Hit '[1m&lt;tab&gt;[0m' for a list of available commands
and '[1m[cmd] --help[0m' for help on a specific command.
Hit '[1m&lt;ctrl-d&gt;[0m' or type '[1msystem:shutdown[0m' or '[1mlogout[0m' to shutdown OpenDaylight.

[?1h=[90m~[0m                                                                                [?2004hopendaylight-user</msg>
<arg>${KARAF_USER}</arg>
<arg>${KARAF_PASSWORD}</arg>
<arg>loglevel=${loglevel}</arg>
<doc>Logs into the SSH server with the given ``username`` and ``password``.</doc>
<status status="PASS" start="2026-09-08T02:46:54.754334" elapsed="0.895950"/>
</kw>
<kw name="Write" owner="SSHLibrary">
<msg time="2026-09-08T02:46:55.699131" level="INFO">@root&gt;log:set ERROR</msg>
<arg>${cmd}</arg>
<doc>Writes the given ``text`` on the remote machine and appends a newline.</doc>
<status status="PASS" start="2026-09-08T02:46:55.650562" elapsed="0.048703"/>
</kw>
<kw name="Read Until Regexp" owner="SSHLibrary">
<msg time="2026-09-08T02:46:55.701252" level="INFO">[?1l&gt;[?2004l[?1h=[90m~[0m                                                                                [?2004hopendaylight-user@root&gt;</msg>
<msg time="2026-09-08T02:46:55.701373" level="INFO">${output} = [?1l&gt;[?2004l[?1h=[90m~[0m                                                                                [?2004hopendaylight-user@root&gt;</msg>
<var>${output}</var>
<arg>${KARAF_PROMPT}</arg>
<doc>Consumes and returns the server output until a match to ``regexp`` is found.</doc>
<status status="PASS" start="2026-09-08T02:46:55.699536" elapsed="0.001866"/>
</kw>
<kw name="Write Bare" owner="SSHLibrary">
<arg>logout\n</arg>
<doc>Writes the given ``text`` on the remote machine without appending a newline.</doc>
<status status="PASS" start="2026-09-08T02:46:55.701547" elapsed="0.000251"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-09-08T02:46:55.701944" elapsed="0.000224"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-09-08T02:46:55.702638" level="INFO">[?1l&gt;[?2004l[?1h=[90m~[0m                                                                                [?2004hopendaylight-user@root&gt;</msg>
<arg>${output}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-09-08T02:46:55.702307" elapsed="0.000381"/>
</kw>
<return>
<value>${output}</value>
<status status="PASS" start="2026-09-08T02:46:55.702738" elapsed="0.000051"/>
</return>
<arg>log:set ${log_level}</arg>
<doc>Will execute the given ${cmd} by ssh'ing to the karaf console running on 10.30.171.210
Note that this keyword will open&amp;close new SSH connection, without switching back to previously current session.</doc>
<status status="PASS" start="2026-09-08T02:46:54.752901" elapsed="0.950000"/>
</kw>
<arg>3x</arg>
<arg>1s</arg>
<arg>KarafKeywords.Issue Command On Karaf Console</arg>
<arg>log:set ${log_level}</arg>
<doc>Runs the specified keyword and retries if it fails.</doc>
<status status="PASS" start="2026-09-08T02:46:54.749318" elapsed="0.953642"/>
</kw>
<kw name="Append To File" owner="OperatingSystem">
<msg time="2026-09-08T02:46:55.703532" level="INFO" html="true">Appended to file '&lt;a href="file:///w/workspace/openflowplugin-csit-1node-cbench-only-chromium/latency.csv"&gt;/w/workspace/openflowplugin-csit-1node-cbench-only-chromium/latency.csv&lt;/a&gt;'.</msg>
<arg>${latency_results_file}</arg>
<arg>LATENCY_MIN,LATENCY_MAX,LATENCY_AVERAGE\n</arg>
<doc>Appends the given content to the specified file.</doc>
<status status="PASS" start="2026-09-08T02:46:55.703162" elapsed="0.000423"/>
</kw>
<kw name="Append To File" owner="OperatingSystem">
<msg time="2026-09-08T02:46:55.703953" level="INFO" html="true">Appended to file '&lt;a href="file:///w/workspace/openflowplugin-csit-1node-cbench-only-chromium/throughput.csv"&gt;/w/workspace/openflowplugin-csit-1node-cbench-only-chromium/throughput.csv&lt;/a&gt;'.</msg>
<arg>${throughput_results_file}</arg>
<arg>THROUGHPUT_MIN,THROUGHPUT_MAX,THROUGHPUT_AVERAGE\n</arg>
<doc>Appends the given content to the specified file.</doc>
<status status="PASS" start="2026-09-08T02:46:55.703727" elapsed="0.000345"/>
</kw>
<kw name="Evaluate" owner="BuiltIn">
<msg time="2026-09-08T02:46:55.704600" level="INFO">${duration_in_ms} = 60000</msg>
<var>${duration_in_ms}</var>
<arg>${duration_in_secs} * 1000</arg>
<doc>Evaluates the given expression in Python and returns the result.</doc>
<status status="PASS" start="2026-09-08T02:46:55.704220" elapsed="0.000405"/>
</kw>
<kw name="Set Suite Variable" owner="BuiltIn">
<msg time="2026-09-08T02:46:55.705133" level="INFO">${duration_in_ms} = 60000</msg>
<arg>${duration_in_ms}</arg>
<doc>Makes a variable available everywhere within the scope of the current suite.</doc>
<status status="PASS" start="2026-09-08T02:46:55.704808" elapsed="0.000363"/>
</kw>
<kw name="Evaluate" owner="BuiltIn">
<msg time="2026-09-08T02:46:55.705657" level="INFO">${test_timeout} = 900.0</msg>
<var>${test_timeout}</var>
<arg>(${loops} * ${duration_in_secs}) * 1.5</arg>
<doc>Evaluates the given expression in Python and returns the result.</doc>
<status status="PASS" start="2026-09-08T02:46:55.705304" elapsed="0.000377"/>
</kw>
<kw name="Set Suite Variable" owner="BuiltIn">
<msg time="2026-09-08T02:46:55.706127" level="INFO">${test_timeout} = 900.0</msg>
<arg>${test_timeout}</arg>
<doc>Makes a variable available everywhere within the scope of the current suite.</doc>
<status status="PASS" start="2026-09-08T02:46:55.705827" elapsed="0.000338"/>
</kw>
<if>
<branch type="IF" condition="&quot;${cbench_system}&quot; == &quot;localhost&quot;">
<kw name="File Should Exist" owner="OperatingSystem">
<arg>${cbench_executable}</arg>
<doc>Fails unless the given ``path`` points to an existing file.</doc>
<status status="NOT RUN" start="2026-09-08T02:46:55.706457" elapsed="0.000019"/>
</kw>
<status status="NOT RUN" start="2026-09-08T02:46:55.706244" elapsed="0.000262"/>
</branch>
<branch type="ELSE">
<kw name="Verify File Exists On Remote System" owner="Utils">
<kw name="Open Connection" owner="SSHLibrary">
<msg time="2026-09-08T02:46:55.710823" level="INFO">${conn_id} = 2</msg>
<var>${conn_id}</var>
<arg>${system}</arg>
<arg>prompt=${prompt}</arg>
<arg>timeout=${prompt_timeout}</arg>
<doc>Opens a new SSH connection to the given ``host`` and ``port``.</doc>
<status status="PASS" start="2026-09-08T02:46:55.710422" elapsed="0.000427"/>
</kw>
<kw name="Flexible_SSH_Login" owner="SSHKeywords">
<kw name="Get Length" owner="BuiltIn">
<msg time="2026-09-08T02:46:55.712251" level="INFO">Length is 0.</msg>
<msg time="2026-09-08T02:46:55.712329" level="INFO">${pwd_length} = 0</msg>
<var>${pwd_length}</var>
<arg>${password}</arg>
<doc>Returns and logs the length of the given item as an integer.</doc>
<status status="PASS" start="2026-09-08T02:46:55.711514" elapsed="0.000849"/>
</kw>
<kw name="Run Keyword And Return If" owner="BuiltIn">
<arg>${pwd_length} &gt; 0</arg>
<arg>SSHLibrary.Login</arg>
<arg>${user}</arg>
<arg>${password}</arg>
<arg>delay=${delay}</arg>
<doc>Runs the specified keyword and returns from the enclosing user keyword.</doc>
<status status="PASS" start="2026-09-08T02:46:55.712504" elapsed="0.000329"/>
</kw>
<kw name="Run Keyword And Return" owner="BuiltIn">
<kw name="Login With Public Key" owner="SSHLibrary">
<msg time="2026-09-08T02:46:55.713830" level="INFO">Logging into '10.30.171.204:22' as 'jenkins'.</msg>
<msg time="2026-09-08T02:46:56.190051" level="INFO">Read output: Welcome to Ubuntu 22.04.5 LTS (GNU/Linux 5.15.0-187-generic x86_64)

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

 System information as of Tue Sep  8 02:46:15 UTC 2026

  System load:  0.24               Processes:             110
  Usage of /:   19.8% of 38.58GB   Users logged in:       0
  Memory usage: 4%                 IPv4 address for ens3: 10.30.171.204
  Swap usage:   0%


Expanded Security Maintenance for Applications is not enabled.

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

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


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


[?2004h[jenkins@releng-00446-79-1-mininet-ovs-217-0 ~]&gt;</msg>
<arg>${user}</arg>
<arg>${USER_HOME}/.ssh/${SSH_KEY}</arg>
<arg>${KEYFILE_PASS}</arg>
<arg>delay=${delay}</arg>
<doc>Logs into the SSH server using key-based authentication.</doc>
<status status="PASS" start="2026-09-08T02:46:55.713318" elapsed="0.476888"/>
</kw>
<msg time="2026-09-08T02:46:56.190297" level="INFO">Returning from the enclosing user keyword.</msg>
<arg>SSHLibrary.Login With Public Key</arg>
<arg>${user}</arg>
<arg>${USER_HOME}/.ssh/${SSH_KEY}</arg>
<arg>${KEYFILE_PASS}</arg>
<arg>delay=${delay}</arg>
<doc>Runs the specified keyword and returns from the enclosing user keyword.</doc>
<status status="PASS" start="2026-09-08T02:46:55.712973" elapsed="0.477428"/>
</kw>
<arg>${user}</arg>
<arg>${password}</arg>
<doc>On active SSH session: if given non-empty password, do Login, else do Login With Public Key.</doc>
<status status="PASS" start="2026-09-08T02:46:55.711060" elapsed="0.479455"/>
</kw>
<kw name="File Should Exist" owner="SSHLibrary">
<msg time="2026-09-08T02:46:56.199047" level="INFO">[chan 1] Opened sftp connection (server version 3)</msg>
<arg>${file}</arg>
<doc>Fails if the given ``path`` does NOT point to an existing file.</doc>
<status status="PASS" start="2026-09-08T02:46:56.190719" elapsed="0.010123"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-09-08T02:46:56.201108" elapsed="0.000382"/>
</kw>
<arg>${cbench_system}</arg>
<arg>${cbench_executable}</arg>
<doc>Will create connection with public key and will PASS if the given ${file} exists,
otherwise will FAIL</doc>
<status status="PASS" start="2026-09-08T02:46:55.709896" elapsed="0.491673"/>
</kw>
<status status="PASS" start="2026-09-08T02:46:55.706580" elapsed="0.495035"/>
</branch>
<status status="PASS" start="2026-09-08T02:46:55.706220" elapsed="0.495437"/>
</if>
<kw name="Should Be True" owner="BuiltIn">
<arg>${loops} &gt;= 2</arg>
<arg>If number of loops is less than 2, cbench will not run</arg>
<doc>Fails if the given condition is not true.</doc>
<status status="PASS" start="2026-09-08T02:46:56.201859" elapsed="0.000669"/>
</kw>
<kw name="Verify_Feature_Is_Installed" owner="KarafKeywords">
<if>
<branch type="IF" condition="'${IS_KARAF_APPL}' == 'False'">
<return>
<value>Not A Karaf App</value>
<status status="NOT RUN" start="2026-09-08T02:46:56.208409" elapsed="0.000025"/>
</return>
<status status="NOT RUN" start="2026-09-08T02:46:56.208220" elapsed="0.000260"/>
</branch>
<status status="PASS" start="2026-09-08T02:46:56.208186" elapsed="0.000326"/>
</if>
<kw name="Issue_Command_On_Karaf_Console" owner="KarafKeywords">
<if>
<branch type="IF" condition="'${IS_KARAF_APPL}' == 'False'">
<return>
<value>Not A Karaf App</value>
<status status="NOT RUN" start="2026-09-08T02:46:56.213339" elapsed="0.000034"/>
</return>
<status status="NOT RUN" start="2026-09-08T02:46:56.213178" elapsed="0.000237"/>
</branch>
<status status="PASS" start="2026-09-08T02:46:56.213155" elapsed="0.000289"/>
</if>
<kw name="Open Connection" owner="SSHLibrary">
<arg>${controller}</arg>
<arg>port=${karaf_port}</arg>
<arg>prompt=${KARAF_PROMPT_LOGIN}</arg>
<arg>timeout=${timeout}</arg>
<doc>Opens a new SSH connection to the given ``host`` and ``port``.</doc>
<status status="PASS" start="2026-09-08T02:46:56.213629" elapsed="0.000601"/>
</kw>
<kw name="Login" owner="SSHLibrary">
<msg time="2026-09-08T02:46:56.214761" level="INFO">Logging into '10.30.171.210:8101' as 'karaf'.</msg>
<msg time="2026-09-08T02:46:56.474813" level="INFO">Read output: [33m                                                                                           
[33m    ________                       ________                .__  .__       .__     __       
[33m    \_____  \ ______   ____   ____ \______ \ _____  ___.__.|  | |__| ____ |  |___/  |_     
[33m     /   |   \\____ \_/ __ \ /    \ |    |  \\__  \&lt;   |  ||  | |  |/ ___\|  |  \   __\    
[33m    /    |    \  |_&gt; &gt;  ___/|   |  \|    `   \/ __ \\___  ||  |_|  / /_/  &gt;   Y  \  |      
[33m    \_______  /   __/ \___  &gt;___|  /_______  (____  / ____||____/__\___  /|___|  /__|      
[33m            \/|__|        \/     \/        \/     \/\/            /_____/      \/          
[33m                                                                                           

Hit '[1m&lt;tab&gt;[0m' for a list of available commands
and '[1m[cmd] --help[0m' for help on a specific command.
Hit '[1m&lt;ctrl-d&gt;[0m' or type '[1msystem:shutdown[0m' or '[1mlogout[0m' to shutdown OpenDaylight.

[?1h=[90m~[0m                                                                                [?2004hopendaylight-user</msg>
<arg>${KARAF_USER}</arg>
<arg>${KARAF_PASSWORD}</arg>
<arg>loglevel=${loglevel}</arg>
<doc>Logs into the SSH server with the given ``username`` and ``password``.</doc>
<status status="PASS" start="2026-09-08T02:46:56.214433" elapsed="0.260539"/>
</kw>
<kw name="Write" owner="SSHLibrary">
<msg time="2026-09-08T02:46:56.564071" level="INFO">@root&gt;feature:list -i | 0[C 0g[Krep odl-openflowplugin-drop-test</msg>
<arg>${cmd}</arg>
<doc>Writes the given ``text`` on the remote machine and appends a newline.</doc>
<status status="PASS" start="2026-09-08T02:46:56.475250" elapsed="0.088979"/>
</kw>
<kw name="Read Until Regexp" owner="SSHLibrary">
<msg time="2026-09-08T02:46:56.573293" level="INFO">[?1l&gt;[?2004l[31;1modl-openflowplugin-drop-test[0m                                    x 1.0.2            x x        x Started x [31;1modl-openflowplugin-drop-test[0m                                    x OpenDaylight :: Openflow Plugin :: Drop Test
[?1h=[90m~[0m                                                                                [?2004hopendaylight-user@root&gt;</msg>
<msg time="2026-09-08T02:46:56.573549" level="INFO">${output} = [?1l&gt;[?2004l[31;1modl-openflowplugin-drop-test[0m                                    x 1.0.2            x x        x Started x [31;1modl-openflowplugin-drop-test[0m                     ...</msg>
<var>${output}</var>
<arg>${KARAF_PROMPT}</arg>
<doc>Consumes and returns the server output until a match to ``regexp`` is found.</doc>
<status status="PASS" start="2026-09-08T02:46:56.564504" elapsed="0.009099"/>
</kw>
<kw name="Write Bare" owner="SSHLibrary">
<arg>logout\n</arg>
<doc>Writes the given ``text`` on the remote machine without appending a newline.</doc>
<status status="PASS" start="2026-09-08T02:46:56.573809" elapsed="0.000328"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-09-08T02:46:56.574283" elapsed="0.000233"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-09-08T02:46:56.574945" level="INFO">[?1l&gt;[?2004l[31;1modl-openflowplugin-drop-test[0m                                    x 1.0.2            x x        x Started x [31;1modl-openflowplugin-drop-test[0m                                    x OpenDaylight :: Openflow Plugin :: Drop Test
[?1h=[90m~[0m                                                                                [?2004hopendaylight-user@root&gt;</msg>
<arg>${output}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-09-08T02:46:56.574645" elapsed="0.000350"/>
</kw>
<return>
<value>${output}</value>
<status status="PASS" start="2026-09-08T02:46:56.575069" elapsed="0.000052"/>
</return>
<msg time="2026-09-08T02:46:56.575264" level="INFO">${output} = [?1l&gt;[?2004l[31;1modl-openflowplugin-drop-test[0m                                    x 1.0.2            x x        x Started x [31;1modl-openflowplugin-drop-test[0m                     ...</msg>
<var>${output}</var>
<arg>feature:list -i | grep ${feature_name}</arg>
<arg>${controller}</arg>
<arg>${karaf_port}</arg>
<doc>Will execute the given ${cmd} by ssh'ing to the karaf console running on 10.30.171.210
Note that this keyword will open&amp;close new SSH connection, without switching back to previously current session.</doc>
<status status="PASS" start="2026-09-08T02:46:56.212698" elapsed="0.362595"/>
</kw>
<kw name="Should Contain" owner="BuiltIn">
<arg>${output}</arg>
<arg>${feature_name}</arg>
<doc>Fails if ``container`` does not contain ``item`` one or more times.</doc>
<status status="PASS" start="2026-09-08T02:46:56.575447" elapsed="0.000782"/>
</kw>
<return>
<value>${output}</value>
<status status="PASS" start="2026-09-08T02:46:56.576279" elapsed="0.000039"/>
</return>
<arg>odl-openflowplugin-drop-test</arg>
<doc>Will Succeed if the given ${feature_name} is found in the output of "feature:list -i"</doc>
<status status="PASS" start="2026-09-08T02:46:56.207680" elapsed="0.368753"/>
</kw>
<kw name="Issue_Command_On_Karaf_Console" owner="KarafKeywords">
<if>
<branch type="IF" condition="'${IS_KARAF_APPL}' == 'False'">
<return>
<value>Not A Karaf App</value>
<status status="NOT RUN" start="2026-09-08T02:46:56.580175" elapsed="0.000015"/>
</return>
<status status="NOT RUN" start="2026-09-08T02:46:56.579996" elapsed="0.000225"/>
</branch>
<status status="PASS" start="2026-09-08T02:46:56.579967" elapsed="0.000276"/>
</if>
<kw name="Open Connection" owner="SSHLibrary">
<arg>${controller}</arg>
<arg>port=${karaf_port}</arg>
<arg>prompt=${KARAF_PROMPT_LOGIN}</arg>
<arg>timeout=${timeout}</arg>
<doc>Opens a new SSH connection to the given ``host`` and ``port``.</doc>
<status status="PASS" start="2026-09-08T02:46:56.580390" elapsed="0.000432"/>
</kw>
<kw name="Login" owner="SSHLibrary">
<msg time="2026-09-08T02:46:56.581521" level="INFO">Logging into '10.30.171.210:8101' as 'karaf'.</msg>
<msg time="2026-09-08T02:46:56.795199" level="INFO">Read output: [33m                                                                                           
[33m    ________                       ________                .__  .__       .__     __       
[33m    \_____  \ ______   ____   ____ \______ \ _____  ___.__.|  | |__| ____ |  |___/  |_     
[33m     /   |   \\____ \_/ __ \ /    \ |    |  \\__  \&lt;   |  ||  | |  |/ ___\|  |  \   __\    
[33m    /    |    \  |_&gt; &gt;  ___/|   |  \|    `   \/ __ \\___  ||  |_|  / /_/  &gt;   Y  \  |      
[33m    \_______  /   __/ \___  &gt;___|  /_______  (____  / ____||____/__\___  /|___|  /__|      
[33m            \/|__|        \/     \/        \/     \/\/            /_____/      \/          
[33m                                                                                           

Hit '[1m&lt;tab&gt;[0m' for a list of available commands
and '[1m[cmd] --help[0m' for help on a specific command.
Hit '[1m&lt;ctrl-d&gt;[0m' or type '[1msystem:shutdown[0m' or '[1mlogout[0m' to shutdown OpenDaylight.

[?1h=[90m~[0m                                                                                [?2004hopendaylight-user</msg>
<arg>${KARAF_USER}</arg>
<arg>${KARAF_PASSWORD}</arg>
<arg>loglevel=${loglevel}</arg>
<doc>Logs into the SSH server with the given ``username`` and ``password``.</doc>
<status status="PASS" start="2026-09-08T02:46:56.580955" elapsed="0.214423"/>
</kw>
<kw name="Write" owner="SSHLibrary">
<msg time="2026-09-08T02:46:56.823842" level="INFO">@root&gt;dropallpacketsrpc on</msg>
<arg>${cmd}</arg>
<doc>Writes the given ``text`` on the remote machine and appends a newline.</doc>
<status status="PASS" start="2026-09-08T02:46:56.795638" elapsed="0.028336"/>
</kw>
<kw name="Read Until Regexp" owner="SSHLibrary">
<msg time="2026-09-08T02:46:56.826137" level="INFO">[?1l&gt;[?2004lDropAllFlows transitions to on
[?1h=[90m~[0m                                                                                [?2004hopendaylight-user@root&gt;</msg>
<msg time="2026-09-08T02:46:56.826240" level="INFO">${output} = [?1l&gt;[?2004lDropAllFlows transitions to on
[?1h=[90m~[0m                                                                                [?2004hopendaylight-user@root&gt;</msg>
<var>${output}</var>
<arg>${KARAF_PROMPT}</arg>
<doc>Consumes and returns the server output until a match to ``regexp`` is found.</doc>
<status status="PASS" start="2026-09-08T02:46:56.824237" elapsed="0.002030"/>
</kw>
<kw name="Write Bare" owner="SSHLibrary">
<arg>logout\n</arg>
<doc>Writes the given ``text`` on the remote machine without appending a newline.</doc>
<status status="PASS" start="2026-09-08T02:46:56.826409" elapsed="0.000245"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-09-08T02:46:56.826790" elapsed="0.000272"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-09-08T02:46:56.827511" level="INFO">[?1l&gt;[?2004lDropAllFlows transitions to on
[?1h=[90m~[0m                                                                                [?2004hopendaylight-user@root&gt;</msg>
<arg>${output}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-09-08T02:46:56.827198" elapsed="0.000357"/>
</kw>
<return>
<value>${output}</value>
<status status="PASS" start="2026-09-08T02:46:56.827606" elapsed="0.000055"/>
</return>
<arg>dropallpacketsrpc on</arg>
<doc>Will execute the given ${cmd} by ssh'ing to the karaf console running on 10.30.171.210
Note that this keyword will open&amp;close new SSH connection, without switching back to previously current session.</doc>
<status status="PASS" start="2026-09-08T02:46:56.579669" elapsed="0.248102"/>
</kw>
<status status="PASS" start="2026-09-08T02:46:54.747564" elapsed="2.080265"/>
</kw>
<test id="s1-t1" name="Cbench Latency Test" line="37">
<kw name="Log" owner="BuiltIn">
<msg time="2026-09-08T02:46:56.830099" level="INFO">Cbench tests using 10 iterations of 60 second tests. Switch Count: 16. Unique MACS to cycle: 100</msg>
<arg>Cbench tests using ${loops} iterations of ${duration_in_secs} second tests. Switch Count: ${switch_count}. Unique MACS to cycle: ${num_of_unique_macs}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-09-08T02:46:56.828946" elapsed="0.001212"/>
</kw>
<kw name="Run Cbench And Log Results">
<kw name="Set Suite Variable" owner="BuiltIn">
<msg time="2026-09-08T02:46:56.831501" level="INFO">${output_filename} = latency.csv</msg>
<arg>${output_filename}</arg>
<doc>Makes a variable available everywhere within the scope of the current suite.</doc>
<status status="PASS" start="2026-09-08T02:46:56.831168" 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-09-08T02:46:56.831841" elapsed="0.000019"/>
</kw>
<status status="NOT RUN" start="2026-09-08T02:46:56.831612" elapsed="0.000280"/>
</branch>
<branch type="ELSE">
<kw name="Run Command On Remote System" owner="Utils">
<if>
<branch type="IF" condition="&quot;${return_stdout}&quot;!=&quot;True&quot; and &quot;${return_stderr}&quot;!=&quot;True&quot;">
<kw name="Fail" owner="BuiltIn">
<arg>At least one of {return_stdout} or {return_stderr} args should be set to True</arg>
<doc>Fails the test with the given message and optionally alters its tags.</doc>
<status status="NOT RUN" start="2026-09-08T02:46:56.835240" elapsed="0.000025"/>
</kw>
<status status="NOT RUN" start="2026-09-08T02:46:56.834896" elapsed="0.000409"/>
</branch>
<status status="PASS" start="2026-09-08T02:46:56.834866" elapsed="0.000466"/>
</if>
<kw name="Get Connection" owner="SSHLibrary">
<msg time="2026-09-08T02:46:56.835798" level="INFO">index=None
host=None
alias=None
port=22
timeout=3 seconds
newline=

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

prompt=None
term_type=vt100
width=80
height=24
path_separator=/
encoding=utf8
escape_ansi=False
encoding_errors=strict</msg>
<var>${current_ssh_connection}</var>
<doc>Returns information about the connection.</doc>
<status status="PASS" start="2026-09-08T02:46:56.835499" elapsed="0.000455"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-09-08T02:46:56.836557" level="INFO">Attempting to execute command "/usr/local/bin/cbench -c 10.30.171.210 -m 60000 -M 100 -S 16 -l 10 -D 5000 -p 6633" on remote system "10.30.171.204" by user "jenkins" with keyfile pass "any" and prompt "&gt;" and password ""</msg>
<arg>Attempting to execute command "${cmd}" on remote system "${system}" by user "${user}" with keyfile pass "${keyfile_pass}" and prompt "${prompt}" and password "${password}"</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-09-08T02:46:56.836098" elapsed="0.000514"/>
</kw>
<kw name="Open Connection" owner="SSHLibrary">
<msg time="2026-09-08T02:46:56.837222" level="INFO">${conn_id} = 5</msg>
<var>${conn_id}</var>
<arg>${system}</arg>
<arg>prompt=${prompt}</arg>
<arg>timeout=${prompt_timeout}</arg>
<doc>Opens a new SSH connection to the given ``host`` and ``port``.</doc>
<status status="PASS" start="2026-09-08T02:46:56.836741" elapsed="0.000505"/>
</kw>
<kw name="Flexible_SSH_Login" owner="SSHKeywords">
<kw name="Get Length" owner="BuiltIn">
<msg time="2026-09-08T02:46:56.838293" level="INFO">Length is 0.</msg>
<msg time="2026-09-08T02:46:56.838390" level="INFO">${pwd_length} = 0</msg>
<var>${pwd_length}</var>
<arg>${password}</arg>
<doc>Returns and logs the length of the given item as an integer.</doc>
<status status="PASS" start="2026-09-08T02:46:56.837815" elapsed="0.000598"/>
</kw>
<kw name="Run Keyword And Return If" owner="BuiltIn">
<arg>${pwd_length} &gt; 0</arg>
<arg>SSHLibrary.Login</arg>
<arg>${user}</arg>
<arg>${password}</arg>
<arg>delay=${delay}</arg>
<doc>Runs the specified keyword and returns from the enclosing user keyword.</doc>
<status status="PASS" start="2026-09-08T02:46:56.838548" elapsed="0.000335"/>
</kw>
<kw name="Run Keyword And Return" owner="BuiltIn">
<kw name="Login With Public Key" owner="SSHLibrary">
<msg time="2026-09-08T02:46:56.839721" level="INFO">Logging into '10.30.171.204:22' as 'jenkins'.</msg>
<msg time="2026-09-08T02:46:57.203322" level="INFO">Read output: Welcome to Ubuntu 22.04.5 LTS (GNU/Linux 5.15.0-187-generic x86_64)

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

 System information as of Tue Sep  8 02:46:15 UTC 2026

  System load:  0.24               Processes:             110
  Usage of /:   19.8% of 38.58GB   Users logged in:       0
  Memory usage: 4%                 IPv4 address for ens3: 10.30.171.204
  Swap usage:   0%


Expanded Security Maintenance for Applications is not enabled.

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

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


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


Last login: Tue Sep  8 02:46:56 2026 from 10.30.171.99
[?2004h[jenkins@releng-00446-79-1-mininet-ovs-217-0 ~]&gt;</msg>
<arg>${user}</arg>
<arg>${USER_HOME}/.ssh/${SSH_KEY}</arg>
<arg>${KEYFILE_PASS}</arg>
<arg>delay=${delay}</arg>
<doc>Logs into the SSH server using key-based authentication.</doc>
<status status="PASS" start="2026-09-08T02:46:56.839396" elapsed="0.364133"/>
</kw>
<msg time="2026-09-08T02:46:57.203612" level="INFO">Returning from the enclosing user keyword.</msg>
<arg>SSHLibrary.Login With Public Key</arg>
<arg>${user}</arg>
<arg>${USER_HOME}/.ssh/${SSH_KEY}</arg>
<arg>${KEYFILE_PASS}</arg>
<arg>delay=${delay}</arg>
<doc>Runs the specified keyword and returns from the enclosing user keyword.</doc>
<status status="PASS" start="2026-09-08T02:46:56.839040" elapsed="0.364670"/>
</kw>
<arg>${user}</arg>
<arg>${password}</arg>
<doc>On active SSH session: if given non-empty password, do Login, else do Login With Public Key.</doc>
<status status="PASS" start="2026-09-08T02:46:56.837461" elapsed="0.366381"/>
</kw>
<kw name="Execute Command" owner="SSHLibrary">
<msg time="2026-09-08T02:46:57.204406" level="INFO">Executing command '/usr/local/bin/cbench -c 10.30.171.210 -m 60000 -M 100 -S 16 -l 10 -D 5000 -p 6633'.</msg>
<msg time="2026-09-08T02:57:03.375861" level="INFO">Command exited with return code 0.</msg>
<msg time="2026-09-08T02:57:03.376720" level="INFO">${stdout} = </msg>
<msg time="2026-09-08T02:57:03.376851" level="INFO">${stderr} = cbench: controller benchmarking tool
   running in mode 'latency'
   connecting to controller at 10.30.171.210:6633 
   faking 16 switches with 1 threads :: 10 tests each; 60000 ms per test
   with 10...</msg>
<var>${stdout}</var>
<var>${stderr}</var>
<arg>${cmd}</arg>
<arg>return_stderr=True</arg>
<doc>Executes ``command`` on the remote machine and returns its outputs.</doc>
<status status="PASS" start="2026-09-08T02:46:57.204070" elapsed="606.172837"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-09-08T02:57:03.377547" elapsed="0.001001"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-09-08T02:57:03.380197" level="INFO">cbench: controller benchmarking tool
   running in mode 'latency'
   connecting to controller at 10.30.171.210:6633 
   faking 16 switches with 1 threads :: 10 tests each; 60000 ms per test
   with 100 unique source MACs per switch
   learning destination mac addresses before the test
   starting test with 5000 ms delay after features_reply
   ignoring first 1 "warmup" and last 0 "cooldown" loops
   debugging info is off
Master Thread: Creating thread-0! 
Thread-0: All switches initialized. Running at node 10.30.171.210. So far 1 cbench instances have initialized their switches.  Waiting for other cbench-instances
Thread-0: Total switches from ALL cbench-instances initialized.
02:48:02.478 16  switches: flows:  91857 96137 89778 93624 95360 94169 90659 90277 91756 87351 90035 92411 86682 88937 88062 88576  total = 24.261183 per ms 
02:49:02.578 16  switches: flows:  100463 102352 98478 99816 100466 99772 98426 98792 96137 95910 98025 97867 93191 96275 95822 95510  total = 26.078182 per ms 
02:50:02.678 16  switches: flows:  99936 103825 98979 97703 98920 96401 95299 96358 96601 95670 95932 98403 92435 94525 94546 92993  total = 25.765779 per ms 
02:51:02.779 16  switches: flows:  98167 100293 97576 97029 96365 95605 94678 95784 92844 93321 91887 94442 90503 92592 94466 91851  total = 25.247926 per ms 
02:52:02.879 16  switches: flows:  103325 103092 98769 97235 100149 97817 98539 98971 98667 96698 96101 97010 94040 97527 97938 96543  total = 26.163341 per ms 
02:53:02.979 16  switches: flows:  101427 102587 98435 98485 97472 95918 96527 96661 97811 93085 93710 94542 92796 95001 95962 94102  total = 25.699099 per ms 
02:54:03.079 16  switches: flows:  101573 105442 98806 99076 98699 96700 100951 98162 98514 95045 95974 96450 95525 95748 99626 95258  total = 26.148826 per ms 
02:55:03.180 16  switches: flows:  100110 102821 97501 96796 95997 94971 96903 94698 97595 91756 94755 94055 92472 95981 95120 93783  total = 25.545938 per ms 
02:56:03.281 16  switches: flows:  100728 103661 97862 97203 97354 96543 98532 98439 98640 94393 95273 95688 94542 96423 97324 95376  total = 25.923065 per ms 
02:57:03.381 16  switches: flows:  98238 99879 96984 96366 98183 96230 95439 94704 93944 92235 92891 94822 91680 92300 92758 91989  total = 25.268510 per ms 
RESULT: 16 switches 9 tests min/max/avg/stdev = 25247.93/26163.34/25760.07/8593.13 responses/s</msg>
<arg>${stderr}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-09-08T02:57:03.379078" elapsed="0.001533"/>
</kw>
<if>
<branch type="IF" condition="&quot;${return_stdout}&quot;!=&quot;True&quot;">
<return>
<value>${stderr}</value>
<status status="PASS" start="2026-09-08T02:57:03.381210" elapsed="0.000093"/>
</return>
<status status="PASS" start="2026-09-08T02:57:03.380856" elapsed="0.000524"/>
</branch>
<status status="PASS" start="2026-09-08T02:57:03.380796" elapsed="0.000636"/>
</if>
<if>
<branch type="IF" condition="&quot;${return_stderr}&quot;!=&quot;True&quot;">
<return>
<value>${stdout}</value>
<status status="NOT RUN" start="2026-09-08T02:57:03.381626" elapsed="0.000026"/>
</return>
<status status="NOT RUN" start="2026-09-08T02:57:03.381554" elapsed="0.000152"/>
</branch>
<status status="NOT RUN" start="2026-09-08T02:57:03.381523" elapsed="0.000226"/>
</if>
<return>
<value>${stdout}</value>
<value>${stderr}</value>
<status status="NOT RUN" start="2026-09-08T02:57:03.381813" elapsed="0.000026"/>
</return>
<kw name="Restore_Current_Ssh_Connection_From_Index" owner="SSHKeywords" type="TEARDOWN">
<kw name="Run Keyword And Return If" owner="BuiltIn">
<arg>${connection_index} is not None</arg>
<arg>SSHLibrary.Switch Connection</arg>
<arg>${connection_index}</arg>
<doc>Runs the specified keyword and returns from the enclosing user keyword.</doc>
<status status="PASS" start="2026-09-08T02:57:03.389147" elapsed="0.001056"/>
</kw>
<kw name="Open Connection" owner="SSHLibrary">
<arg>127.0.0.1</arg>
<doc>Opens a new SSH connection to the given ``host`` and ``port``.</doc>
<status status="PASS" start="2026-09-08T02:57:03.390657" elapsed="0.000521"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-09-08T02:57:03.391520" elapsed="0.000221"/>
</kw>
<arg>${current_ssh_connection.index}</arg>
<doc>Restore active SSH connection in SSHLibrary to given index.</doc>
<status status="PASS" start="2026-09-08T02:57:03.382483" elapsed="0.009370"/>
</kw>
<msg time="2026-09-08T02:57:03.392158" level="INFO">${output} = cbench: controller benchmarking tool
   running in mode 'latency'
   connecting to controller at 10.30.171.210:6633 
   faking 16 switches with 1 threads :: 10 tests each; 60000 ms per test
   with 10...</msg>
<var>${output}</var>
<arg>${cbench_system}</arg>
<arg>${cbench_executable} -c ${ODL_SYSTEM_IP} ${cbench_args}</arg>
<arg>prompt_timeout=${test_timeout}</arg>
<arg>return_stdout=False</arg>
<arg>return_stderr=True</arg>
<doc>Reduces the common work of running a command on a remote system to a single higher level
robot keyword, taking care to log in with a public key and. The command given is written and the return value
depends on the passed argument values of return_stdout (default: True) and return_stderr (default: False).
At least one should be True, or the keyword will exit and FAIL. If both are True, the resulting return value
will be a two element list containing both. Otherwise the resulting return value is a string.
No test conditions are checked.</doc>
<status status="PASS" start="2026-09-08T02:46:56.832229" elapsed="606.559988"/>
</kw>
<status status="PASS" start="2026-09-08T02:46:56.831919" elapsed="606.560424"/>
</branch>
<status status="PASS" start="2026-09-08T02:46:56.831590" elapsed="606.560805"/>
</if>
<kw name="Log" owner="BuiltIn">
<msg time="2026-09-08T02:57:03.393388" level="INFO">cbench: controller benchmarking tool
   running in mode 'latency'
   connecting to controller at 10.30.171.210:6633 
   faking 16 switches with 1 threads :: 10 tests each; 60000 ms per test
   with 100 unique source MACs per switch
   learning destination mac addresses before the test
   starting test with 5000 ms delay after features_reply
   ignoring first 1 "warmup" and last 0 "cooldown" loops
   debugging info is off
Master Thread: Creating thread-0! 
Thread-0: All switches initialized. Running at node 10.30.171.210. So far 1 cbench instances have initialized their switches.  Waiting for other cbench-instances
Thread-0: Total switches from ALL cbench-instances initialized.
02:48:02.478 16  switches: flows:  91857 96137 89778 93624 95360 94169 90659 90277 91756 87351 90035 92411 86682 88937 88062 88576  total = 24.261183 per ms 
02:49:02.578 16  switches: flows:  100463 102352 98478 99816 100466 99772 98426 98792 96137 95910 98025 97867 93191 96275 95822 95510  total = 26.078182 per ms 
02:50:02.678 16  switches: flows:  99936 103825 98979 97703 98920 96401 95299 96358 96601 95670 95932 98403 92435 94525 94546 92993  total = 25.765779 per ms 
02:51:02.779 16  switches: flows:  98167 100293 97576 97029 96365 95605 94678 95784 92844 93321 91887 94442 90503 92592 94466 91851  total = 25.247926 per ms 
02:52:02.879 16  switches: flows:  103325 103092 98769 97235 100149 97817 98539 98971 98667 96698 96101 97010 94040 97527 97938 96543  total = 26.163341 per ms 
02:53:02.979 16  switches: flows:  101427 102587 98435 98485 97472 95918 96527 96661 97811 93085 93710 94542 92796 95001 95962 94102  total = 25.699099 per ms 
02:54:03.079 16  switches: flows:  101573 105442 98806 99076 98699 96700 100951 98162 98514 95045 95974 96450 95525 95748 99626 95258  total = 26.148826 per ms 
02:55:03.180 16  switches: flows:  100110 102821 97501 96796 95997 94971 96903 94698 97595 91756 94755 94055 92472 95981 95120 93783  total = 25.545938 per ms 
02:56:03.281 16  switches: flows:  100728 103661 97862 97203 97354 96543 98532 98439 98640 94393 95273 95688 94542 96423 97324 95376  total = 25.923065 per ms 
02:57:03.381 16  switches: flows:  98238 99879 96984 96366 98183 96230 95439 94704 93944 92235 92891 94822 91680 92300 92758 91989  total = 25.268510 per ms 
RESULT: 16 switches 9 tests min/max/avg/stdev = 25247.93/26163.34/25760.07/8593.13 responses/s</msg>
<arg>${output}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-09-08T02:57:03.392707" elapsed="0.000835"/>
</kw>
<kw name="Should Contain" owner="BuiltIn">
<arg>${output}</arg>
<arg>RESULT</arg>
<doc>Fails if ``container`` does not contain ``item`` one or more times.</doc>
<status status="PASS" start="2026-09-08T02:57:03.393847" elapsed="0.000812"/>
</kw>
<kw name="Get Lines Containing String" owner="String">
<msg time="2026-09-08T02:57:03.395503" level="INFO">1 out of 23 lines matched.</msg>
<msg time="2026-09-08T02:57:03.395687" level="INFO">${result_line} = RESULT: 16 switches 9 tests min/max/avg/stdev = 25247.93/26163.34/25760.07/8593.13 responses/s</msg>
<var>${result_line}</var>
<arg>${output}</arg>
<arg>RESULT</arg>
<doc>Returns lines of the given ``string`` that contain the ``pattern``.</doc>
<status status="PASS" start="2026-09-08T02:57:03.394987" elapsed="0.000749"/>
</kw>
<kw name="Split String" owner="String">
<msg time="2026-09-08T02:57:03.396617" level="INFO">@{results_list} = [ RESULT: | 16 | switches | 9 | tests | min/max/avg/stdev | = | 25247.93/26163.34/25760.07/8593.13 | responses/s ]</msg>
<var>@{results_list}</var>
<arg>${result_line}</arg>
<doc>Splits the ``string`` using ``separator`` as a delimiter string.</doc>
<status status="PASS" start="2026-09-08T02:57:03.396078" elapsed="0.000593"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-09-08T02:57:03.401657" level="INFO">min/max/avg/stdev</msg>
<arg>${results_list[5]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-09-08T02:57:03.396965" elapsed="0.004806"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-09-08T02:57:03.406739" level="INFO">25247.93/26163.34/25760.07/8593.13</msg>
<arg>${results_list[7]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-09-08T02:57:03.402105" elapsed="0.004760"/>
</kw>
<kw name="Split String" owner="String">
<msg time="2026-09-08T02:57:03.411798" level="INFO">@{result_name_list} = [ min | max | avg | stdev ]</msg>
<var>@{result_name_list}</var>
<arg>${results_list[5]}</arg>
<arg>/</arg>
<doc>Splits the ``string`` using ``separator`` as a delimiter string.</doc>
<status status="PASS" start="2026-09-08T02:57:03.407207" elapsed="0.004650"/>
</kw>
<kw name="Split String" owner="String">
<msg time="2026-09-08T02:57:03.417604" level="INFO">@{result_value_list} = [ 25247.93 | 26163.34 | 25760.07 | 8593.13 ]</msg>
<var>@{result_value_list}</var>
<arg>${results_list[7]}</arg>
<arg>/</arg>
<doc>Splits the ``string`` using ``separator`` as a delimiter string.</doc>
<status status="PASS" start="2026-09-08T02:57:03.412340" elapsed="0.005325"/>
</kw>
<kw name="Get Length" owner="BuiltIn">
<msg time="2026-09-08T02:57:03.418741" level="INFO">Length is 4.</msg>
<msg time="2026-09-08T02:57:03.418931" level="INFO">${num_stats} = 4</msg>
<var>${num_stats}</var>
<arg>${result_name_list}</arg>
<doc>Returns and logs the length of the given item as an integer.</doc>
<status status="PASS" start="2026-09-08T02:57:03.418034" elapsed="0.000948"/>
</kw>
<for flavor="IN RANGE">
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-09-08T02:57:03.425809" level="INFO">min :: 25247.93</msg>
<arg>${result_name_list[${i}]} :: ${result_value_list[${i}]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-09-08T02:57:03.419879" elapsed="0.006004"/>
</kw>
<var name="${i}">0</var>
<status status="PASS" start="2026-09-08T02:57:03.419587" elapsed="0.006341"/>
</iter>
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-09-08T02:57:03.432565" level="INFO">max :: 26163.34</msg>
<arg>${result_name_list[${i}]} :: ${result_value_list[${i}]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-09-08T02:57:03.426259" elapsed="0.006388"/>
</kw>
<var name="${i}">1</var>
<status status="PASS" start="2026-09-08T02:57:03.426085" elapsed="0.006607"/>
</iter>
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-09-08T02:57:03.439108" level="INFO">avg :: 25760.07</msg>
<arg>${result_name_list[${i}]} :: ${result_value_list[${i}]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-09-08T02:57:03.432988" elapsed="0.006206"/>
</kw>
<var name="${i}">2</var>
<status status="PASS" start="2026-09-08T02:57:03.432813" elapsed="0.006427"/>
</iter>
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-09-08T02:57:03.445316" level="INFO">stdev :: 8593.13</msg>
<arg>${result_name_list[${i}]} :: ${result_value_list[${i}]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-09-08T02:57:03.439555" elapsed="0.005839"/>
</kw>
<var name="${i}">3</var>
<status status="PASS" start="2026-09-08T02:57:03.439379" elapsed="0.006058"/>
</iter>
<var>${i}</var>
<value>0</value>
<value>${num_stats}</value>
<status status="PASS" start="2026-09-08T02:57:03.419155" elapsed="0.026325"/>
</for>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-09-08T02:57:03.450617" level="INFO">${min} = 25247.93</msg>
<var>${min}</var>
<arg>${result_value_list[${0}]}</arg>
<doc>Returns the given values which can then be assigned to a variables.</doc>
<status status="PASS" start="2026-09-08T02:57:03.445694" elapsed="0.004958"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-09-08T02:57:03.457158" level="INFO">${max} = 26163.34</msg>
<var>${max}</var>
<arg>${result_value_list[${1}]}</arg>
<doc>Returns the given values which can then be assigned to a variables.</doc>
<status status="PASS" start="2026-09-08T02:57:03.450862" elapsed="0.006333"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-09-08T02:57:03.462709" level="INFO">${average} = 25760.07</msg>
<var>${average}</var>
<arg>${result_value_list[${2}]}</arg>
<doc>Returns the given values which can then be assigned to a variables.</doc>
<status status="PASS" start="2026-09-08T02:57:03.457417" elapsed="0.005336"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-09-08T02:57:03.466726" level="INFO">${stdev} = 8593.13</msg>
<var>${stdev}</var>
<arg>${result_value_list[${3}]}</arg>
<doc>Returns the given values which can then be assigned to a variables.</doc>
<status status="PASS" start="2026-09-08T02:57:03.463048" elapsed="0.003702"/>
</kw>
<kw name="Get Time" owner="BuiltIn">
<msg time="2026-09-08T02:57:03.467255" level="INFO">${date} = 2026-09-08 02:57:03</msg>
<var>${date}</var>
<arg>d,m,s</arg>
<doc>Returns the given time in the requested format.</doc>
<status status="PASS" start="2026-09-08T02:57:03.466900" elapsed="0.000397"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-09-08T02:57:03.467813" level="INFO">CBench Result: 2026-09-08 02:57:03,-m 60000 -M 100 -S 16 -l 10 -D 5000 -p 6633,25247.93,26163.34,25760.07,8593.13</msg>
<arg>CBench Result: ${date},${cbench_args},${min},${max},${average},${stdev}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-09-08T02:57:03.467436" elapsed="0.000428"/>
</kw>
<kw name="Log Results And Determine Status">
<kw name="Append To File" owner="OperatingSystem">
<msg time="2026-09-08T02:57:03.468890" level="INFO" html="true">Appended to file '&lt;a href="file:///w/workspace/openflowplugin-csit-1node-cbench-only-chromium/latency.csv"&gt;/w/workspace/openflowplugin-csit-1node-cbench-only-chromium/latency.csv&lt;/a&gt;'.</msg>
<arg>${output_file}</arg>
<arg>${min},${max},${average}\n</arg>
<doc>Appends the given content to the specified file.</doc>
<status status="PASS" start="2026-09-08T02:57:03.468490" elapsed="0.000462"/>
</kw>
<kw name="Should Be True" owner="BuiltIn">
<arg>${average} &gt; ${threshold}</arg>
<arg>${average} flow_mods per/sec did not exceed threshold of ${threshold}</arg>
<doc>Fails if the given condition is not true.</doc>
<status status="PASS" start="2026-09-08T02:57:03.469104" elapsed="0.000442"/>
</kw>
<arg>${min}</arg>
<arg>${max}</arg>
<arg>${average}</arg>
<arg>${average_threshold}</arg>
<arg>${output_filename}</arg>
<status status="PASS" start="2026-09-08T02:57:03.468031" elapsed="0.001574"/>
</kw>
<arg>-m ${duration_in_ms} -M ${num_of_unique_macs} -S ${switch_count} -l ${loops} -D ${start_delay} -p ${of_port}</arg>
<arg>${latency_threshold}</arg>
<arg>${latency_results_file}</arg>
<status status="PASS" start="2026-09-08T02:46:56.830574" elapsed="606.639089"/>
</kw>
<kw name="Sleep" owner="BuiltIn">
<msg time="2026-09-08T02:57:03.470129" level="INFO">Slept 0 seconds.</msg>
<arg>${test_delay}</arg>
<doc>Pauses the test executed for the given time.</doc>
<status status="PASS" start="2026-09-08T02:57:03.469812" elapsed="0.000369"/>
</kw>
<kw name="Log Results As Zero If Cbench Timed Out" type="TEARDOWN">
<kw name="Run Keyword If Timeout Occurred" owner="BuiltIn">
<arg>Log Results And Determine Status</arg>
<arg>0</arg>
<arg>0</arg>
<arg>0</arg>
<arg>0</arg>
<arg>${output_filename}</arg>
<doc>Runs the given keyword if either a test or a keyword timeout has occurred.</doc>
<status status="PASS" start="2026-09-08T02:57:03.470698" elapsed="0.000243"/>
</kw>
<status status="PASS" start="2026-09-08T02:57:03.470424" elapsed="0.000579"/>
</kw>
<doc>cbench executed in default latency mode. Test parameters have defaults, but can be overridden
on the pybot command line</doc>
<tag>cbench</tag>
<tag>latency</tag>
<timeout value="15 minutes"/>
<status status="PASS" start="2026-09-08T02:46:56.827981" elapsed="606.643072"/>
</test>
<test id="s1-t2" name="Cbench Throughput Test" line="51">
<kw name="Log" owner="BuiltIn">
<msg time="2026-09-08T02:57:03.472741" level="INFO">Cbench tests using 10 iterations of 60 second tests. Switch Count: 16. Unique MACS to cycle: 100</msg>
<arg>Cbench tests using ${loops} iterations of ${duration_in_secs} second tests. Switch Count: ${switch_count}. Unique MACS to cycle: ${num_of_unique_macs}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-09-08T02:57:03.472330" elapsed="0.000463"/>
</kw>
<kw name="Run Cbench And Log Results">
<kw name="Set Suite Variable" owner="BuiltIn">
<msg time="2026-09-08T02:57:03.473930" level="INFO">${output_filename} = throughput.csv</msg>
<arg>${output_filename}</arg>
<doc>Makes a variable available everywhere within the scope of the current suite.</doc>
<status status="PASS" start="2026-09-08T02:57:03.473636" elapsed="0.000332"/>
</kw>
<if>
<branch type="IF" condition="&quot;${cbench_system}&quot; == &quot;localhost&quot;">
<kw name="Run" owner="OperatingSystem">
<var>${output}</var>
<arg>${cbench_executable} -c ${ODL_SYSTEM_IP} ${cbench_args}</arg>
<doc>_This keyword is considered deprecated. Use the
[http://robotframework.org/robotframework/latest/libraries/Process.html|
Process] library instead._</doc>
<status status="NOT RUN" start="2026-09-08T02:57:03.474341" elapsed="0.000020"/>
</kw>
<status status="NOT RUN" start="2026-09-08T02:57:03.474061" elapsed="0.000334"/>
</branch>
<branch type="ELSE">
<kw name="Run Command On Remote System" owner="Utils">
<if>
<branch type="IF" condition="&quot;${return_stdout}&quot;!=&quot;True&quot; and &quot;${return_stderr}&quot;!=&quot;True&quot;">
<kw name="Fail" owner="BuiltIn">
<arg>At least one of {return_stdout} or {return_stderr} args should be set to True</arg>
<doc>Fails the test with the given message and optionally alters its tags.</doc>
<status status="NOT RUN" start="2026-09-08T02:57:03.477128" elapsed="0.000019"/>
</kw>
<status status="NOT RUN" start="2026-09-08T02:57:03.476886" elapsed="0.000292"/>
</branch>
<status status="PASS" start="2026-09-08T02:57:03.476870" elapsed="0.000329"/>
</if>
<kw name="Get Connection" owner="SSHLibrary">
<msg time="2026-09-08T02:57:03.477546" level="INFO">index=None
host=None
alias=None
port=22
timeout=3 seconds
newline=

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

prompt=None
term_type=vt100
width=80
height=24
path_separator=/
encoding=utf8
escape_ansi=False
encoding_errors=strict</msg>
<var>${current_ssh_connection}</var>
<doc>Returns information about the connection.</doc>
<status status="PASS" start="2026-09-08T02:57:03.477338" elapsed="0.000344"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-09-08T02:57:03.478561" level="INFO">Attempting to execute command "/usr/local/bin/cbench -c 10.30.171.210 -t -m 60000 -M 100 -S 16 -l 10 -D 5000 -p 6633" on remote system "10.30.171.204" by user "jenkins" with keyfile pass "any" and prompt "&gt;" and password ""</msg>
<arg>Attempting to execute command "${cmd}" on remote system "${system}" by user "${user}" with keyfile pass "${keyfile_pass}" and prompt "${prompt}" and password "${password}"</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-09-08T02:57:03.477805" elapsed="0.000815"/>
</kw>
<kw name="Open Connection" owner="SSHLibrary">
<msg time="2026-09-08T02:57:03.479130" level="INFO">${conn_id} = 7</msg>
<var>${conn_id}</var>
<arg>${system}</arg>
<arg>prompt=${prompt}</arg>
<arg>timeout=${prompt_timeout}</arg>
<doc>Opens a new SSH connection to the given ``host`` and ``port``.</doc>
<status status="PASS" start="2026-09-08T02:57:03.478750" elapsed="0.000404"/>
</kw>
<kw name="Flexible_SSH_Login" owner="SSHKeywords">
<kw name="Get Length" owner="BuiltIn">
<msg time="2026-09-08T02:57:03.480133" level="INFO">Length is 0.</msg>
<msg time="2026-09-08T02:57:03.480217" level="INFO">${pwd_length} = 0</msg>
<var>${pwd_length}</var>
<arg>${password}</arg>
<doc>Returns and logs the length of the given item as an integer.</doc>
<status status="PASS" start="2026-09-08T02:57:03.479787" elapsed="0.000452"/>
</kw>
<kw name="Run Keyword And Return If" owner="BuiltIn">
<arg>${pwd_length} &gt; 0</arg>
<arg>SSHLibrary.Login</arg>
<arg>${user}</arg>
<arg>${password}</arg>
<arg>delay=${delay}</arg>
<doc>Runs the specified keyword and returns from the enclosing user keyword.</doc>
<status status="PASS" start="2026-09-08T02:57:03.480519" elapsed="0.000312"/>
</kw>
<kw name="Run Keyword And Return" owner="BuiltIn">
<kw name="Login With Public Key" owner="SSHLibrary">
<msg time="2026-09-08T02:57:03.481641" level="INFO">Logging into '10.30.171.204:22' as 'jenkins'.</msg>
<msg time="2026-09-08T02:57:04.144828" level="INFO">Read output: Welcome to Ubuntu 22.04.5 LTS (GNU/Linux 5.15.0-187-generic x86_64)

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

 System information as of Tue Sep  8 02:57:03 UTC 2026

  System load:  1.0                Processes:             104
  Usage of /:   20.4% of 38.58GB   Users logged in:       0
  Memory usage: 4%                 IPv4 address for ens3: 10.30.171.204
  Swap usage:   0%


Expanded Security Maintenance for Applications is not enabled.

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

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


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


Last login: Tue Sep  8 02:46:57 2026 from 10.30.171.99
[?2004h[jenkins@releng-00446-79-1-mininet-ovs-217-0 ~]&gt;</msg>
<arg>${user}</arg>
<arg>${USER_HOME}/.ssh/${SSH_KEY}</arg>
<arg>${KEYFILE_PASS}</arg>
<arg>delay=${delay}</arg>
<doc>Logs into the SSH server using key-based authentication.</doc>
<status status="PASS" start="2026-09-08T02:57:03.481307" elapsed="0.663724"/>
</kw>
<msg time="2026-09-08T02:57:04.145114" level="INFO">Returning from the enclosing user keyword.</msg>
<arg>SSHLibrary.Login With Public Key</arg>
<arg>${user}</arg>
<arg>${USER_HOME}/.ssh/${SSH_KEY}</arg>
<arg>${KEYFILE_PASS}</arg>
<arg>delay=${delay}</arg>
<doc>Runs the specified keyword and returns from the enclosing user keyword.</doc>
<status status="PASS" start="2026-09-08T02:57:03.480967" elapsed="0.664237"/>
</kw>
<arg>${user}</arg>
<arg>${password}</arg>
<doc>On active SSH session: if given non-empty password, do Login, else do Login With Public Key.</doc>
<status status="PASS" start="2026-09-08T02:57:03.479353" elapsed="0.665981"/>
</kw>
<kw name="Execute Command" owner="SSHLibrary">
<msg time="2026-09-08T02:57:04.145866" level="INFO">Executing command '/usr/local/bin/cbench -c 10.30.171.210 -t -m 60000 -M 100 -S 16 -l 10 -D 5000 -p 6633'.</msg>
<msg time="2026-09-08T03:07:10.210621" level="INFO">Command exited with return code 0.</msg>
<msg time="2026-09-08T03:07:10.211477" level="INFO">${stdout} = </msg>
<msg time="2026-09-08T03:07:10.211576" level="INFO">${stderr} = cbench: controller benchmarking tool
   running in mode 'throughput'
   connecting to controller at 10.30.171.210:6633 
   faking 16 switches with 1 threads :: 10 tests each; 60000 ms per test
   with...</msg>
<var>${stdout}</var>
<var>${stderr}</var>
<arg>${cmd}</arg>
<arg>return_stderr=True</arg>
<doc>Executes ``command`` on the remote machine and returns its outputs.</doc>
<status status="PASS" start="2026-09-08T02:57:04.145559" elapsed="606.066069"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-09-08T03:07:10.212232" elapsed="0.000843"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-09-08T03:07:10.214329" level="INFO">cbench: controller benchmarking tool
   running in mode 'throughput'
   connecting to controller at 10.30.171.210:6633 
   faking 16 switches with 1 threads :: 10 tests each; 60000 ms per test
   with 100 unique source MACs per switch
   learning destination mac addresses before the test
   starting test with 5000 ms delay after features_reply
   ignoring first 1 "warmup" and last 0 "cooldown" loops
   debugging info is off
Master Thread: Creating thread-0! 
Thread-0: All switches initialized. Running at node 10.30.171.210. So far 1 cbench instances have initialized their switches.  Waiting for other cbench-instances
Thread-0: Total switches from ALL cbench-instances initialized.
02:58:09.281 16  switches: flows:  635974 616522 630248 616263 635399 630182 628643 620614 624771 618395 617673 624658 629432 615787 616546 610349  total = 166.190933 per ms 
02:59:09.385 16  switches: flows:  681143 675766 682678 680571 684256 682442 682766 674697 678384 678358 684187 684644 681188 678802 686093 679529  total = 181.279682 per ms 
03:00:09.487 16  switches: flows:  684701 689175 683387 686643 692878 685858 687287 681090 684857 687655 682518 684362 691686 682178 679880 682040  total = 182.463961 per ms 
03:01:09.588 16  switches: flows:  693427 695340 688664 690224 699986 685739 692939 688493 686718 690740 689082 691950 693167 693254 684106 678805  total = 183.735179 per ms 
03:02:09.689 16  switches: flows:  679307 683054 679988 681036 685380 680746 686399 683647 681231 681714 687606 684803 687974 682364 685034 685740  total = 181.962254 per ms 
03:03:09.790 16  switches: flows:  663112 655447 662100 658105 663096 660296 652339 663039 661094 656309 662629 660367 664657 653548 652844 656811  total = 175.467206 per ms 
03:04:09.891 16  switches: flows:  691584 693243 690705 684085 698881 689175 694483 692762 689508 685175 691580 683573 697574 691942 694131 697385  total = 184.120242 per ms 
03:05:09.992 16  switches: flows:  668091 673047 674425 678420 678275 666305 676227 676577 667629 676208 673632 681004 680933 674914 680410 675529  total = 179.724378 per ms 
03:06:10.095 16  switches: flows:  691261 676861 683688 687910 692149 680602 682726 683877 687846 687157 687171 679151 695280 678336 685929 689313  total = 182.509358 per ms 
03:07:10.196 16  switches: flows:  662030 661512 669926 659356 665546 666939 660123 669199 664491 664106 660031 658470 669846 662608 665602 664609  total = 176.776129 per ms 
RESULT: 16 switches 9 tests min/max/avg/stdev = 175467.21/184120.24/180893.15/60364.59 responses/s</msg>
<arg>${stderr}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-09-08T03:07:10.213489" elapsed="0.001197"/>
</kw>
<if>
<branch type="IF" condition="&quot;${return_stdout}&quot;!=&quot;True&quot;">
<return>
<value>${stderr}</value>
<status status="PASS" start="2026-09-08T03:07:10.215210" elapsed="0.000073"/>
</return>
<status status="PASS" start="2026-09-08T03:07:10.214865" elapsed="0.000494"/>
</branch>
<status status="PASS" start="2026-09-08T03:07:10.214810" elapsed="0.000599"/>
</if>
<if>
<branch type="IF" condition="&quot;${return_stderr}&quot;!=&quot;True&quot;">
<return>
<value>${stdout}</value>
<status status="NOT RUN" start="2026-09-08T03:07:10.215628" elapsed="0.000024"/>
</return>
<status status="NOT RUN" start="2026-09-08T03:07:10.215555" elapsed="0.000151"/>
</branch>
<status status="NOT RUN" start="2026-09-08T03:07:10.215521" elapsed="0.000229"/>
</if>
<return>
<value>${stdout}</value>
<value>${stderr}</value>
<status status="NOT RUN" start="2026-09-08T03:07:10.215811" elapsed="0.000027"/>
</return>
<kw name="Restore_Current_Ssh_Connection_From_Index" owner="SSHKeywords" type="TEARDOWN">
<kw name="Run Keyword And Return If" owner="BuiltIn">
<arg>${connection_index} is not None</arg>
<arg>SSHLibrary.Switch Connection</arg>
<arg>${connection_index}</arg>
<doc>Runs the specified keyword and returns from the enclosing user keyword.</doc>
<status status="PASS" start="2026-09-08T03:07:10.221228" elapsed="0.000707"/>
</kw>
<kw name="Open Connection" owner="SSHLibrary">
<arg>127.0.0.1</arg>
<doc>Opens a new SSH connection to the given ``host`` and ``port``.</doc>
<status status="PASS" start="2026-09-08T03:07:10.222353" elapsed="0.000370"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-09-08T03:07:10.222989" elapsed="0.000242"/>
</kw>
<arg>${current_ssh_connection.index}</arg>
<doc>Restore active SSH connection in SSHLibrary to given index.</doc>
<status status="PASS" start="2026-09-08T03:07:10.216506" elapsed="0.006831"/>
</kw>
<msg time="2026-09-08T03:07:10.223616" level="INFO">${output} = cbench: controller benchmarking tool
   running in mode 'throughput'
   connecting to controller at 10.30.171.210:6633 
   faking 16 switches with 1 threads :: 10 tests each; 60000 ms per test
   with...</msg>
<var>${output}</var>
<arg>${cbench_system}</arg>
<arg>${cbench_executable} -c ${ODL_SYSTEM_IP} ${cbench_args}</arg>
<arg>prompt_timeout=${test_timeout}</arg>
<arg>return_stdout=False</arg>
<arg>return_stderr=True</arg>
<doc>Reduces the common work of running a command on a remote system to a single higher level
robot keyword, taking care to log in with a public key and. The command given is written and the return value
depends on the passed argument values of return_stdout (default: True) and return_stderr (default: False).
At least one should be True, or the keyword will exit and FAIL. If both are True, the resulting return value
will be a two element list containing both. Otherwise the resulting return value is a string.
No test conditions are checked.</doc>
<status status="PASS" start="2026-09-08T02:57:03.474709" elapsed="606.748961"/>
</kw>
<status status="PASS" start="2026-09-08T02:57:03.474420" elapsed="606.749345"/>
</branch>
<status status="PASS" start="2026-09-08T02:57:03.474036" elapsed="606.749776"/>
</if>
<kw name="Log" owner="BuiltIn">
<msg time="2026-09-08T03:07:10.224824" level="INFO">cbench: controller benchmarking tool
   running in mode 'throughput'
   connecting to controller at 10.30.171.210:6633 
   faking 16 switches with 1 threads :: 10 tests each; 60000 ms per test
   with 100 unique source MACs per switch
   learning destination mac addresses before the test
   starting test with 5000 ms delay after features_reply
   ignoring first 1 "warmup" and last 0 "cooldown" loops
   debugging info is off
Master Thread: Creating thread-0! 
Thread-0: All switches initialized. Running at node 10.30.171.210. So far 1 cbench instances have initialized their switches.  Waiting for other cbench-instances
Thread-0: Total switches from ALL cbench-instances initialized.
02:58:09.281 16  switches: flows:  635974 616522 630248 616263 635399 630182 628643 620614 624771 618395 617673 624658 629432 615787 616546 610349  total = 166.190933 per ms 
02:59:09.385 16  switches: flows:  681143 675766 682678 680571 684256 682442 682766 674697 678384 678358 684187 684644 681188 678802 686093 679529  total = 181.279682 per ms 
03:00:09.487 16  switches: flows:  684701 689175 683387 686643 692878 685858 687287 681090 684857 687655 682518 684362 691686 682178 679880 682040  total = 182.463961 per ms 
03:01:09.588 16  switches: flows:  693427 695340 688664 690224 699986 685739 692939 688493 686718 690740 689082 691950 693167 693254 684106 678805  total = 183.735179 per ms 
03:02:09.689 16  switches: flows:  679307 683054 679988 681036 685380 680746 686399 683647 681231 681714 687606 684803 687974 682364 685034 685740  total = 181.962254 per ms 
03:03:09.790 16  switches: flows:  663112 655447 662100 658105 663096 660296 652339 663039 661094 656309 662629 660367 664657 653548 652844 656811  total = 175.467206 per ms 
03:04:09.891 16  switches: flows:  691584 693243 690705 684085 698881 689175 694483 692762 689508 685175 691580 683573 697574 691942 694131 697385  total = 184.120242 per ms 
03:05:09.992 16  switches: flows:  668091 673047 674425 678420 678275 666305 676227 676577 667629 676208 673632 681004 680933 674914 680410 675529  total = 179.724378 per ms 
03:06:10.095 16  switches: flows:  691261 676861 683688 687910 692149 680602 682726 683877 687846 687157 687171 679151 695280 678336 685929 689313  total = 182.509358 per ms 
03:07:10.196 16  switches: flows:  662030 661512 669926 659356 665546 666939 660123 669199 664491 664106 660031 658470 669846 662608 665602 664609  total = 176.776129 per ms 
RESULT: 16 switches 9 tests min/max/avg/stdev = 175467.21/184120.24/180893.15/60364.59 responses/s</msg>
<arg>${output}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-09-08T03:07:10.224133" elapsed="0.000852"/>
</kw>
<kw name="Should Contain" owner="BuiltIn">
<arg>${output}</arg>
<arg>RESULT</arg>
<doc>Fails if ``container`` does not contain ``item`` one or more times.</doc>
<status status="PASS" start="2026-09-08T03:07:10.225338" elapsed="0.000851"/>
</kw>
<kw name="Get Lines Containing String" owner="String">
<msg time="2026-09-08T03:07:10.226977" level="INFO">1 out of 23 lines matched.</msg>
<msg time="2026-09-08T03:07:10.227214" level="INFO">${result_line} = RESULT: 16 switches 9 tests min/max/avg/stdev = 175467.21/184120.24/180893.15/60364.59 responses/s</msg>
<var>${result_line}</var>
<arg>${output}</arg>
<arg>RESULT</arg>
<doc>Returns lines of the given ``string`` that contain the ``pattern``.</doc>
<status status="PASS" start="2026-09-08T03:07:10.226539" elapsed="0.000723"/>
</kw>
<kw name="Split String" owner="String">
<msg time="2026-09-08T03:07:10.228129" level="INFO">@{results_list} = [ RESULT: | 16 | switches | 9 | tests | min/max/avg/stdev | = | 175467.21/184120.24/180893.15/60364.59 | responses/s ]</msg>
<var>@{results_list}</var>
<arg>${result_line}</arg>
<doc>Splits the ``string`` using ``separator`` as a delimiter string.</doc>
<status status="PASS" start="2026-09-08T03:07:10.227594" elapsed="0.000589"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-09-08T03:07:10.233242" level="INFO">min/max/avg/stdev</msg>
<arg>${results_list[5]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-09-08T03:07:10.228497" elapsed="0.004860"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-09-08T03:07:10.239117" level="INFO">175467.21/184120.24/180893.15/60364.59</msg>
<arg>${results_list[7]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-09-08T03:07:10.233760" elapsed="0.005476"/>
</kw>
<kw name="Split String" owner="String">
<msg time="2026-09-08T03:07:10.245050" level="INFO">@{result_name_list} = [ min | max | avg | stdev ]</msg>
<var>@{result_name_list}</var>
<arg>${results_list[5]}</arg>
<arg>/</arg>
<doc>Splits the ``string`` using ``separator`` as a delimiter string.</doc>
<status status="PASS" start="2026-09-08T03:07:10.239572" elapsed="0.005538"/>
</kw>
<kw name="Split String" owner="String">
<msg time="2026-09-08T03:07:10.250588" level="INFO">@{result_value_list} = [ 175467.21 | 184120.24 | 180893.15 | 60364.59 ]</msg>
<var>@{result_value_list}</var>
<arg>${results_list[7]}</arg>
<arg>/</arg>
<doc>Splits the ``string`` using ``separator`` as a delimiter string.</doc>
<status status="PASS" start="2026-09-08T03:07:10.245593" elapsed="0.005052"/>
</kw>
<kw name="Get Length" owner="BuiltIn">
<msg time="2026-09-08T03:07:10.251712" level="INFO">Length is 4.</msg>
<msg time="2026-09-08T03:07:10.251893" level="INFO">${num_stats} = 4</msg>
<var>${num_stats}</var>
<arg>${result_name_list}</arg>
<doc>Returns and logs the length of the given item as an integer.</doc>
<status status="PASS" start="2026-09-08T03:07:10.250973" elapsed="0.000967"/>
</kw>
<for flavor="IN RANGE">
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-09-08T03:07:10.259539" level="INFO">min :: 175467.21</msg>
<arg>${result_name_list[${i}]} :: ${result_value_list[${i}]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-09-08T03:07:10.252922" elapsed="0.006693"/>
</kw>
<var name="${i}">0</var>
<status status="PASS" start="2026-09-08T03:07:10.252647" elapsed="0.007022"/>
</iter>
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-09-08T03:07:10.265643" level="INFO">max :: 184120.24</msg>
<arg>${result_name_list[${i}]} :: ${result_value_list[${i}]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-09-08T03:07:10.259959" elapsed="0.005757"/>
</kw>
<var name="${i}">1</var>
<status status="PASS" start="2026-09-08T03:07:10.259787" elapsed="0.005974"/>
</iter>
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-09-08T03:07:10.271744" level="INFO">avg :: 180893.15</msg>
<arg>${result_name_list[${i}]} :: ${result_value_list[${i}]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-09-08T03:07:10.266078" elapsed="0.005736"/>
</kw>
<var name="${i}">2</var>
<status status="PASS" start="2026-09-08T03:07:10.265874" elapsed="0.005982"/>
</iter>
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-09-08T03:07:10.277749" level="INFO">stdev :: 60364.59</msg>
<arg>${result_name_list[${i}]} :: ${result_value_list[${i}]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-09-08T03:07:10.272151" elapsed="0.005668"/>
</kw>
<var name="${i}">3</var>
<status status="PASS" start="2026-09-08T03:07:10.271965" elapsed="0.005898"/>
</iter>
<var>${i}</var>
<value>0</value>
<value>${num_stats}</value>
<status status="PASS" start="2026-09-08T03:07:10.252195" elapsed="0.025707"/>
</for>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-09-08T03:07:10.282119" level="INFO">${min} = 175467.21</msg>
<var>${min}</var>
<arg>${result_value_list[${0}]}</arg>
<doc>Returns the given values which can then be assigned to a variables.</doc>
<status status="PASS" start="2026-09-08T03:07:10.278132" elapsed="0.004011"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-09-08T03:07:10.285732" level="INFO">${max} = 184120.24</msg>
<var>${max}</var>
<arg>${result_value_list[${1}]}</arg>
<doc>Returns the given values which can then be assigned to a variables.</doc>
<status status="PASS" start="2026-09-08T03:07:10.282286" elapsed="0.003470"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-09-08T03:07:10.289377" level="INFO">${average} = 180893.15</msg>
<var>${average}</var>
<arg>${result_value_list[${2}]}</arg>
<doc>Returns the given values which can then be assigned to a variables.</doc>
<status status="PASS" start="2026-09-08T03:07:10.285897" elapsed="0.003504"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-09-08T03:07:10.293025" level="INFO">${stdev} = 60364.59</msg>
<var>${stdev}</var>
<arg>${result_value_list[${3}]}</arg>
<doc>Returns the given values which can then be assigned to a variables.</doc>
<status status="PASS" start="2026-09-08T03:07:10.289553" elapsed="0.003497"/>
</kw>
<kw name="Get Time" owner="BuiltIn">
<msg time="2026-09-08T03:07:10.293554" level="INFO">${date} = 2026-09-08 03:07:10</msg>
<var>${date}</var>
<arg>d,m,s</arg>
<doc>Returns the given time in the requested format.</doc>
<status status="PASS" start="2026-09-08T03:07:10.293203" elapsed="0.000374"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-09-08T03:07:10.294101" level="INFO">CBench Result: 2026-09-08 03:07:10,-t -m 60000 -M 100 -S 16 -l 10 -D 5000 -p 6633,175467.21,184120.24,180893.15,60364.59</msg>
<arg>CBench Result: ${date},${cbench_args},${min},${max},${average},${stdev}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-09-08T03:07:10.293712" elapsed="0.000440"/>
</kw>
<kw name="Log Results And Determine Status">
<kw name="Append To File" owner="OperatingSystem">
<msg time="2026-09-08T03:07:10.295124" level="INFO" html="true">Appended to file '&lt;a href="file:///w/workspace/openflowplugin-csit-1node-cbench-only-chromium/throughput.csv"&gt;/w/workspace/openflowplugin-csit-1node-cbench-only-chromium/throughput.csv&lt;/a&gt;'.</msg>
<arg>${output_file}</arg>
<arg>${min},${max},${average}\n</arg>
<doc>Appends the given content to the specified file.</doc>
<status status="PASS" start="2026-09-08T03:07:10.294723" elapsed="0.000463"/>
</kw>
<kw name="Should Be True" owner="BuiltIn">
<arg>${average} &gt; ${threshold}</arg>
<arg>${average} flow_mods per/sec did not exceed threshold of ${threshold}</arg>
<doc>Fails if the given condition is not true.</doc>
<status status="PASS" start="2026-09-08T03:07:10.295325" elapsed="0.000437"/>
</kw>
<arg>${min}</arg>
<arg>${max}</arg>
<arg>${average}</arg>
<arg>${average_threshold}</arg>
<arg>${output_filename}</arg>
<status status="PASS" start="2026-09-08T03:07:10.294283" elapsed="0.001537"/>
</kw>
<arg>-t -m ${duration_in_ms} -M ${num_of_unique_macs} -S ${switch_count} -l ${loops} -D ${start_delay} -p ${of_port}</arg>
<arg>${throughput_threshold}</arg>
<arg>${throughput_results_file}</arg>
<status status="PASS" start="2026-09-08T02:57:03.473104" elapsed="606.822769"/>
</kw>
<kw name="Sleep" owner="BuiltIn">
<msg time="2026-09-08T03:07:10.296334" level="INFO">Slept 0 seconds.</msg>
<arg>${test_delay}</arg>
<doc>Pauses the test executed for the given time.</doc>
<status status="PASS" start="2026-09-08T03:07:10.296028" elapsed="0.000357"/>
</kw>
<kw name="Log Results As Zero If Cbench Timed Out" type="TEARDOWN">
<kw name="Run Keyword If Timeout Occurred" owner="BuiltIn">
<arg>Log Results And Determine Status</arg>
<arg>0</arg>
<arg>0</arg>
<arg>0</arg>
<arg>0</arg>
<arg>${output_filename}</arg>
<doc>Runs the given keyword if either a test or a keyword timeout has occurred.</doc>
<status status="PASS" start="2026-09-08T03:07:10.296878" elapsed="0.000256"/>
</kw>
<status status="PASS" start="2026-09-08T03:07:10.296607" elapsed="0.000589"/>
</kw>
<doc>cbench executed in throughput mode (-t). Test parameters have defaults, but can be overridden
on the pybot command line</doc>
<tag>cbench</tag>
<tag>throughput</tag>
<timeout value="15 minutes"/>
<status status="PASS" start="2026-09-08T02:57:03.471723" elapsed="606.825511"/>
</test>
<test id="s1-t3" name="Rerun Latency Test To Check Bug 6176" line="65">
<kw name="Log" owner="BuiltIn">
<msg time="2026-09-08T03:07:10.298613" level="INFO">Cbench tests using 10 iterations of 60 second tests. Switch Count: 16. Unique MACS to cycle: 100</msg>
<arg>Cbench tests using ${loops} iterations of ${duration_in_secs} second tests. Switch Count: ${switch_count}. Unique MACS to cycle: ${num_of_unique_macs}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-09-08T03:07:10.298249" elapsed="0.000416"/>
</kw>
<kw name="Run Cbench And Log Results">
<kw name="Set Suite Variable" owner="BuiltIn">
<msg time="2026-09-08T03:07:10.299803" level="INFO">${output_filename} = bug.csv</msg>
<arg>${output_filename}</arg>
<doc>Makes a variable available everywhere within the scope of the current suite.</doc>
<status status="PASS" start="2026-09-08T03:07:10.299500" elapsed="0.000340"/>
</kw>
<if>
<branch type="IF" condition="&quot;${cbench_system}&quot; == &quot;localhost&quot;">
<kw name="Run" owner="OperatingSystem">
<var>${output}</var>
<arg>${cbench_executable} -c ${ODL_SYSTEM_IP} ${cbench_args}</arg>
<doc>_This keyword is considered deprecated. Use the
[http://robotframework.org/robotframework/latest/libraries/Process.html|
Process] library instead._</doc>
<status status="NOT RUN" start="2026-09-08T03:07:10.300164" elapsed="0.000019"/>
</kw>
<status status="NOT RUN" start="2026-09-08T03:07:10.299941" elapsed="0.000275"/>
</branch>
<branch type="ELSE">
<kw name="Run Command On Remote System" owner="Utils">
<if>
<branch type="IF" condition="&quot;${return_stdout}&quot;!=&quot;True&quot; and &quot;${return_stderr}&quot;!=&quot;True&quot;">
<kw name="Fail" owner="BuiltIn">
<arg>At least one of {return_stdout} or {return_stderr} args should be set to True</arg>
<doc>Fails the test with the given message and optionally alters its tags.</doc>
<status status="NOT RUN" start="2026-09-08T03:07:10.303344" elapsed="0.000019"/>
</kw>
<status status="NOT RUN" start="2026-09-08T03:07:10.303107" elapsed="0.000288"/>
</branch>
<status status="PASS" start="2026-09-08T03:07:10.303090" elapsed="0.000325"/>
</if>
<kw name="Get Connection" owner="SSHLibrary">
<msg time="2026-09-08T03:07:10.303722" level="INFO">index=None
host=None
alias=None
port=22
timeout=3 seconds
newline=

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

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

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

 System information as of Tue Sep  8 03:07:10 UTC 2026

  System load:  0.3                Processes:             105
  Usage of /:   20.4% of 38.58GB   Users logged in:       0
  Memory usage: 4%                 IPv4 address for ens3: 10.30.171.204
  Swap usage:   0%


Expanded Security Maintenance for Applications is not enabled.

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

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


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


Last login: Tue Sep  8 02:57:04 2026 from 10.30.171.99
[?2004h[jenkins@releng-00446-79-1-mininet-ovs-217-0 ~]&gt;</msg>
<arg>${user}</arg>
<arg>${USER_HOME}/.ssh/${SSH_KEY}</arg>
<arg>${KEYFILE_PASS}</arg>
<arg>delay=${delay}</arg>
<doc>Logs into the SSH server using key-based authentication.</doc>
<status status="PASS" start="2026-09-08T03:07:10.306840" elapsed="0.711215"/>
</kw>
<msg time="2026-09-08T03:07:11.018149" level="INFO">Returning from the enclosing user keyword.</msg>
<arg>SSHLibrary.Login With Public Key</arg>
<arg>${user}</arg>
<arg>${USER_HOME}/.ssh/${SSH_KEY}</arg>
<arg>${KEYFILE_PASS}</arg>
<arg>delay=${delay}</arg>
<doc>Runs the specified keyword and returns from the enclosing user keyword.</doc>
<status status="PASS" start="2026-09-08T03:07:10.306525" elapsed="0.711721"/>
</kw>
<arg>${user}</arg>
<arg>${password}</arg>
<doc>On active SSH session: if given non-empty password, do Login, else do Login With Public Key.</doc>
<status status="PASS" start="2026-09-08T03:07:10.305158" elapsed="0.713219"/>
</kw>
<kw name="Execute Command" owner="SSHLibrary">
<msg time="2026-09-08T03:07:11.019046" level="INFO">Executing command '/usr/local/bin/cbench -c 10.30.171.210 -m 60000 -M 100 -S 16 -l 10 -D 5000 -p 6633'.</msg>
<msg time="2026-09-08T03:17:17.109664" level="INFO">Command exited with return code 0.</msg>
<msg time="2026-09-08T03:17:17.111674" level="INFO">${stdout} = </msg>
<msg time="2026-09-08T03:17:17.111777" level="INFO">${stderr} = cbench: controller benchmarking tool
   running in mode 'latency'
   connecting to controller at 10.30.171.210:6633 
   faking 16 switches with 1 threads :: 10 tests each; 60000 ms per test
   with 10...</msg>
<var>${stdout}</var>
<var>${stderr}</var>
<arg>${cmd}</arg>
<arg>return_stderr=True</arg>
<doc>Executes ``command`` on the remote machine and returns its outputs.</doc>
<status status="PASS" start="2026-09-08T03:07:11.018654" elapsed="606.093175"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-09-08T03:17:17.113711" elapsed="0.000856"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-09-08T03:17:17.116658" level="INFO">cbench: controller benchmarking tool
   running in mode 'latency'
   connecting to controller at 10.30.171.210:6633 
   faking 16 switches with 1 threads :: 10 tests each; 60000 ms per test
   with 100 unique source MACs per switch
   learning destination mac addresses before the test
   starting test with 5000 ms delay after features_reply
   ignoring first 1 "warmup" and last 0 "cooldown" loops
   debugging info is off
Master Thread: Creating thread-0! 
Thread-0: All switches initialized. Running at node 10.30.171.210. So far 1 cbench instances have initialized their switches.  Waiting for other cbench-instances
Thread-0: Total switches from ALL cbench-instances initialized.
03:08:16.181 16  switches: flows:  99343 99086 97551 98598 97711 96587 95950 97344 94892 93991 95651 95203 95367 94037 93615 94244  total = 25.652833 per ms 
03:09:16.281 16  switches: flows:  102131 100567 98804 98994 99875 100289 98159 98088 96281 96480 99115 96460 96526 96768 97131 95696  total = 26.145733 per ms 
03:10:16.383 16  switches: flows:  100366 102861 98617 100228 99357 100495 99733 99292 95532 97618 101511 97543 97582 96679 95521 94866  total = 26.252875 per ms 
03:11:16.483 16  switches: flows:  100052 101914 99585 99130 99490 100395 97864 99946 97458 100473 99239 97786 96891 96947 95968 95082  total = 26.259845 per ms 
03:12:16.583 16  switches: flows:  98868 100199 99209 99963 100025 101225 97126 99381 95697 101734 99800 97818 96772 95481 95827 95256  total = 26.195915 per ms 
03:13:16.683 16  switches: flows:  100539 98331 97802 97812 98003 97229 94992 98036 96457 98848 97595 95426 95810 92660 95255 93842  total = 25.767578 per ms 
03:14:16.784 16  switches: flows:  99682 95831 96698 95829 97745 97970 95603 97581 95022 97839 95095 92896 95102 93067 95978 92925  total = 25.538401 per ms 
03:15:16.884 16  switches: flows:  98285 97388 97876 96499 99313 97473 96854 95862 94684 95120 94974 93393 94629 93177 91979 91404  total = 25.439343 per ms 
03:16:16.984 16  switches: flows:  100124 98341 100137 97239 99605 99394 97472 100547 97841 97792 97760 96587 97266 96601 94700 94987  total = 26.062967 per ms 
03:17:17.085 16  switches: flows:  98093 97041 96845 97111 97359 96030 94249 98433 95164 95765 94380 93454 95953 93897 93964 93082  total = 25.471165 per ms 
RESULT: 16 switches 9 tests min/max/avg/stdev = 25439.34/26259.84/25903.76/8640.84 responses/s</msg>
<arg>${stderr}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-09-08T03:17:17.114965" elapsed="0.002013"/>
</kw>
<if>
<branch type="IF" condition="&quot;${return_stdout}&quot;!=&quot;True&quot;">
<return>
<value>${stderr}</value>
<status status="PASS" start="2026-09-08T03:17:17.117538" elapsed="0.000069"/>
</return>
<status status="PASS" start="2026-09-08T03:17:17.117203" elapsed="0.000478"/>
</branch>
<status status="PASS" start="2026-09-08T03:17:17.117154" elapsed="0.000577"/>
</if>
<if>
<branch type="IF" condition="&quot;${return_stderr}&quot;!=&quot;True&quot;">
<return>
<value>${stdout}</value>
<status status="NOT RUN" start="2026-09-08T03:17:17.117917" elapsed="0.000025"/>
</return>
<status status="NOT RUN" start="2026-09-08T03:17:17.117846" elapsed="0.000150"/>
</branch>
<status status="NOT RUN" start="2026-09-08T03:17:17.117816" elapsed="0.000255"/>
</if>
<return>
<value>${stdout}</value>
<value>${stderr}</value>
<status status="NOT RUN" start="2026-09-08T03:17:17.118133" elapsed="0.000026"/>
</return>
<kw name="Restore_Current_Ssh_Connection_From_Index" owner="SSHKeywords" type="TEARDOWN">
<kw name="Run Keyword And Return If" owner="BuiltIn">
<arg>${connection_index} is not None</arg>
<arg>SSHLibrary.Switch Connection</arg>
<arg>${connection_index}</arg>
<doc>Runs the specified keyword and returns from the enclosing user keyword.</doc>
<status status="PASS" start="2026-09-08T03:17:17.123732" elapsed="0.000734"/>
</kw>
<kw name="Open Connection" owner="SSHLibrary">
<arg>127.0.0.1</arg>
<doc>Opens a new SSH connection to the given ``host`` and ``port``.</doc>
<status status="PASS" start="2026-09-08T03:17:17.124775" elapsed="0.000361"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-09-08T03:17:17.125429" elapsed="0.000209"/>
</kw>
<arg>${current_ssh_connection.index}</arg>
<doc>Restore active SSH connection in SSHLibrary to given index.</doc>
<status status="PASS" start="2026-09-08T03:17:17.118787" elapsed="0.006960"/>
</kw>
<msg time="2026-09-08T03:17:17.126036" level="INFO">${output} = cbench: controller benchmarking tool
   running in mode 'latency'
   connecting to controller at 10.30.171.210:6633 
   faking 16 switches with 1 threads :: 10 tests each; 60000 ms per test
   with 10...</msg>
<var>${output}</var>
<arg>${cbench_system}</arg>
<arg>${cbench_executable} -c ${ODL_SYSTEM_IP} ${cbench_args}</arg>
<arg>prompt_timeout=${test_timeout}</arg>
<arg>return_stdout=False</arg>
<arg>return_stderr=True</arg>
<doc>Reduces the common work of running a command on a remote system to a single higher level
robot keyword, taking care to log in with a public key and. The command given is written and the return value
depends on the passed argument values of return_stdout (default: True) and return_stderr (default: False).
At least one should be True, or the keyword will exit and FAIL. If both are True, the resulting return value
will be a two element list containing both. Otherwise the resulting return value is a string.
No test conditions are checked.</doc>
<status status="PASS" start="2026-09-08T03:07:10.300555" elapsed="606.825539"/>
</kw>
<status status="PASS" start="2026-09-08T03:07:10.300238" elapsed="606.825956"/>
</branch>
<status status="PASS" start="2026-09-08T03:07:10.299922" elapsed="606.826341"/>
</if>
<kw name="Log" owner="BuiltIn">
<msg time="2026-09-08T03:17:17.127263" level="INFO">cbench: controller benchmarking tool
   running in mode 'latency'
   connecting to controller at 10.30.171.210:6633 
   faking 16 switches with 1 threads :: 10 tests each; 60000 ms per test
   with 100 unique source MACs per switch
   learning destination mac addresses before the test
   starting test with 5000 ms delay after features_reply
   ignoring first 1 "warmup" and last 0 "cooldown" loops
   debugging info is off
Master Thread: Creating thread-0! 
Thread-0: All switches initialized. Running at node 10.30.171.210. So far 1 cbench instances have initialized their switches.  Waiting for other cbench-instances
Thread-0: Total switches from ALL cbench-instances initialized.
03:08:16.181 16  switches: flows:  99343 99086 97551 98598 97711 96587 95950 97344 94892 93991 95651 95203 95367 94037 93615 94244  total = 25.652833 per ms 
03:09:16.281 16  switches: flows:  102131 100567 98804 98994 99875 100289 98159 98088 96281 96480 99115 96460 96526 96768 97131 95696  total = 26.145733 per ms 
03:10:16.383 16  switches: flows:  100366 102861 98617 100228 99357 100495 99733 99292 95532 97618 101511 97543 97582 96679 95521 94866  total = 26.252875 per ms 
03:11:16.483 16  switches: flows:  100052 101914 99585 99130 99490 100395 97864 99946 97458 100473 99239 97786 96891 96947 95968 95082  total = 26.259845 per ms 
03:12:16.583 16  switches: flows:  98868 100199 99209 99963 100025 101225 97126 99381 95697 101734 99800 97818 96772 95481 95827 95256  total = 26.195915 per ms 
03:13:16.683 16  switches: flows:  100539 98331 97802 97812 98003 97229 94992 98036 96457 98848 97595 95426 95810 92660 95255 93842  total = 25.767578 per ms 
03:14:16.784 16  switches: flows:  99682 95831 96698 95829 97745 97970 95603 97581 95022 97839 95095 92896 95102 93067 95978 92925  total = 25.538401 per ms 
03:15:16.884 16  switches: flows:  98285 97388 97876 96499 99313 97473 96854 95862 94684 95120 94974 93393 94629 93177 91979 91404  total = 25.439343 per ms 
03:16:16.984 16  switches: flows:  100124 98341 100137 97239 99605 99394 97472 100547 97841 97792 97760 96587 97266 96601 94700 94987  total = 26.062967 per ms 
03:17:17.085 16  switches: flows:  98093 97041 96845 97111 97359 96030 94249 98433 95164 95765 94380 93454 95953 93897 93964 93082  total = 25.471165 per ms 
RESULT: 16 switches 9 tests min/max/avg/stdev = 25439.34/26259.84/25903.76/8640.84 responses/s</msg>
<arg>${output}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-09-08T03:17:17.126592" elapsed="0.000827"/>
</kw>
<kw name="Should Contain" owner="BuiltIn">
<arg>${output}</arg>
<arg>RESULT</arg>
<doc>Fails if ``container`` does not contain ``item`` one or more times.</doc>
<status status="PASS" start="2026-09-08T03:17:17.127724" elapsed="0.000776"/>
</kw>
<kw name="Get Lines Containing String" owner="String">
<msg time="2026-09-08T03:17:17.129315" level="INFO">1 out of 23 lines matched.</msg>
<msg time="2026-09-08T03:17:17.129501" level="INFO">${result_line} = RESULT: 16 switches 9 tests min/max/avg/stdev = 25439.34/26259.84/25903.76/8640.84 responses/s</msg>
<var>${result_line}</var>
<arg>${output}</arg>
<arg>RESULT</arg>
<doc>Returns lines of the given ``string`` that contain the ``pattern``.</doc>
<status status="PASS" start="2026-09-08T03:17:17.128827" elapsed="0.000724"/>
</kw>
<kw name="Split String" owner="String">
<msg time="2026-09-08T03:17:17.130434" level="INFO">@{results_list} = [ RESULT: | 16 | switches | 9 | tests | min/max/avg/stdev | = | 25439.34/26259.84/25903.76/8640.84 | responses/s ]</msg>
<var>@{results_list}</var>
<arg>${result_line}</arg>
<doc>Splits the ``string`` using ``separator`` as a delimiter string.</doc>
<status status="PASS" start="2026-09-08T03:17:17.129864" elapsed="0.000624"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-09-08T03:17:17.135704" level="INFO">min/max/avg/stdev</msg>
<arg>${results_list[5]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-09-08T03:17:17.130792" elapsed="0.005034"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-09-08T03:17:17.141703" level="INFO">25439.34/26259.84/25903.76/8640.84</msg>
<arg>${results_list[7]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-09-08T03:17:17.136186" elapsed="0.005656"/>
</kw>
<kw name="Split String" owner="String">
<msg time="2026-09-08T03:17:17.147729" level="INFO">@{result_name_list} = [ min | max | avg | stdev ]</msg>
<var>@{result_name_list}</var>
<arg>${results_list[5]}</arg>
<arg>/</arg>
<doc>Splits the ``string`` using ``separator`` as a delimiter string.</doc>
<status status="PASS" start="2026-09-08T03:17:17.142281" elapsed="0.005507"/>
</kw>
<kw name="Split String" owner="String">
<msg time="2026-09-08T03:17:17.153722" level="INFO">@{result_value_list} = [ 25439.34 | 26259.84 | 25903.76 | 8640.84 ]</msg>
<var>@{result_value_list}</var>
<arg>${results_list[7]}</arg>
<arg>/</arg>
<doc>Splits the ``string`` using ``separator`` as a delimiter string.</doc>
<status status="PASS" start="2026-09-08T03:17:17.148661" elapsed="0.005097"/>
</kw>
<kw name="Get Length" owner="BuiltIn">
<msg time="2026-09-08T03:17:17.154460" level="INFO">Length is 4.</msg>
<msg time="2026-09-08T03:17:17.154576" level="INFO">${num_stats} = 4</msg>
<var>${num_stats}</var>
<arg>${result_name_list}</arg>
<doc>Returns and logs the length of the given item as an integer.</doc>
<status status="PASS" start="2026-09-08T03:17:17.153972" elapsed="0.000634"/>
</kw>
<for flavor="IN RANGE">
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-09-08T03:17:17.160627" level="INFO">min :: 25439.34</msg>
<arg>${result_name_list[${i}]} :: ${result_value_list[${i}]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-09-08T03:17:17.155122" elapsed="0.005576"/>
</kw>
<var name="${i}">0</var>
<status status="PASS" start="2026-09-08T03:17:17.154932" elapsed="0.005809"/>
</iter>
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-09-08T03:17:17.166569" level="INFO">max :: 26259.84</msg>
<arg>${result_name_list[${i}]} :: ${result_value_list[${i}]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-09-08T03:17:17.161049" elapsed="0.005591"/>
</kw>
<var name="${i}">1</var>
<status status="PASS" start="2026-09-08T03:17:17.160848" elapsed="0.005835"/>
</iter>
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-09-08T03:17:17.172467" level="INFO">avg :: 25903.76</msg>
<arg>${result_name_list[${i}]} :: ${result_value_list[${i}]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-09-08T03:17:17.166948" elapsed="0.005589"/>
</kw>
<var name="${i}">2</var>
<status status="PASS" start="2026-09-08T03:17:17.166787" elapsed="0.005803"/>
</iter>
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-09-08T03:17:17.178401" level="INFO">stdev :: 8640.84</msg>
<arg>${result_name_list[${i}]} :: ${result_value_list[${i}]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-09-08T03:17:17.172890" elapsed="0.005582"/>
</kw>
<var name="${i}">3</var>
<status status="PASS" start="2026-09-08T03:17:17.172718" elapsed="0.005797"/>
</iter>
<var>${i}</var>
<value>0</value>
<value>${num_stats}</value>
<status status="PASS" start="2026-09-08T03:17:17.154690" elapsed="0.023862"/>
</for>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-09-08T03:17:17.182196" level="INFO">${min} = 25439.34</msg>
<var>${min}</var>
<arg>${result_value_list[${0}]}</arg>
<doc>Returns the given values which can then be assigned to a variables.</doc>
<status status="PASS" start="2026-09-08T03:17:17.178727" elapsed="0.003501"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-09-08T03:17:17.186393" level="INFO">${max} = 26259.84</msg>
<var>${max}</var>
<arg>${result_value_list[${1}]}</arg>
<doc>Returns the given values which can then be assigned to a variables.</doc>
<status status="PASS" start="2026-09-08T03:17:17.182422" elapsed="0.003995"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-09-08T03:17:17.189990" level="INFO">${average} = 25903.76</msg>
<var>${average}</var>
<arg>${result_value_list[${2}]}</arg>
<doc>Returns the given values which can then be assigned to a variables.</doc>
<status status="PASS" start="2026-09-08T03:17:17.186561" elapsed="0.003467"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-09-08T03:17:17.193621" level="INFO">${stdev} = 8640.84</msg>
<var>${stdev}</var>
<arg>${result_value_list[${3}]}</arg>
<doc>Returns the given values which can then be assigned to a variables.</doc>
<status status="PASS" start="2026-09-08T03:17:17.190173" elapsed="0.003471"/>
</kw>
<kw name="Get Time" owner="BuiltIn">
<msg time="2026-09-08T03:17:17.194127" level="INFO">${date} = 2026-09-08 03:17:17</msg>
<var>${date}</var>
<arg>d,m,s</arg>
<doc>Returns the given time in the requested format.</doc>
<status status="PASS" start="2026-09-08T03:17:17.193789" elapsed="0.000361"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-09-08T03:17:17.194660" level="INFO">CBench Result: 2026-09-08 03:17:17,-m 60000 -M 100 -S 16 -l 10 -D 5000 -p 6633,25439.34,26259.84,25903.76,8640.84</msg>
<arg>CBench Result: ${date},${cbench_args},${min},${max},${average},${stdev}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-09-08T03:17:17.194294" elapsed="0.000417"/>
</kw>
<kw name="Log Results And Determine Status">
<kw name="Append To File" owner="OperatingSystem">
<msg time="2026-09-08T03:17:17.195805" level="INFO" html="true">Appended to file '&lt;a href="file:///w/workspace/openflowplugin-csit-1node-cbench-only-chromium/bug.csv"&gt;/w/workspace/openflowplugin-csit-1node-cbench-only-chromium/bug.csv&lt;/a&gt;'.</msg>
<arg>${output_file}</arg>
<arg>${min},${max},${average}\n</arg>
<doc>Appends the given content to the specified file.</doc>
<status status="PASS" start="2026-09-08T03:17:17.195343" elapsed="0.000524"/>
</kw>
<kw name="Should Be True" owner="BuiltIn">
<arg>${average} &gt; ${threshold}</arg>
<arg>${average} flow_mods per/sec did not exceed threshold of ${threshold}</arg>
<doc>Fails if the given condition is not true.</doc>
<status status="PASS" start="2026-09-08T03:17:17.196021" elapsed="0.000439"/>
</kw>
<arg>${min}</arg>
<arg>${max}</arg>
<arg>${average}</arg>
<arg>${average_threshold}</arg>
<arg>${output_filename}</arg>
<status status="PASS" start="2026-09-08T03:17:17.194879" elapsed="0.001641"/>
</kw>
<arg>-m ${duration_in_ms} -M ${num_of_unique_macs} -S ${switch_count} -l ${loops} -D ${start_delay} -p ${of_port}</arg>
<arg>${latency_threshold}</arg>
<arg>bug.csv</arg>
<status status="PASS" start="2026-09-08T03:07:10.298965" elapsed="606.897609"/>
</kw>
<kw name="Sleep" owner="BuiltIn">
<msg time="2026-09-08T03:17:17.197018" level="INFO">Slept 0 seconds.</msg>
<arg>${test_delay}</arg>
<doc>Pauses the test executed for the given time.</doc>
<status status="PASS" start="2026-09-08T03:17:17.196710" elapsed="0.000362"/>
</kw>
<kw name="Report Failure Due To Bug" owner="Utils" type="TEARDOWN">
<kw name="Evaluate" owner="BuiltIn">
<msg time="2026-09-08T03:17:17.198283" level="INFO">${test_skipped} = False</msg>
<var>${test_skipped}</var>
<arg>len(re.findall('SKIPPED', """${TEST_MESSAGE}""")) &gt; 0</arg>
<arg>modules=re</arg>
<doc>Evaluates the given expression in Python and returns the result.</doc>
<status status="PASS" start="2026-09-08T03:17:17.197741" elapsed="0.000567"/>
</kw>
<if>
<branch type="IF" condition="('${TEST_STATUS}' != 'FAIL') or ${test_skipped}">
<return>
<status status="PASS" start="2026-09-08T03:17:17.198521" elapsed="0.000038"/>
</return>
<status status="PASS" start="2026-09-08T03:17:17.198382" elapsed="0.000209"/>
</branch>
<status status="PASS" start="2026-09-08T03:17:17.198362" elapsed="0.000252"/>
</if>
<kw name="Comment" owner="BuiltIn">
<arg>Jira tickets are {PROJECT}-{NUMBER} while Bugzilla tickets are {NUMBER}</arg>
<doc>Displays the given messages in the log file as keyword arguments.</doc>
<status status="NOT RUN" start="2026-09-08T03:17:17.198751" elapsed="0.000019"/>
</kw>
<kw name="Run Keyword And Return Status" owner="BuiltIn">
<var>${match}</var>
<arg>Should Contain</arg>
<arg>${number}</arg>
<arg>-</arg>
<doc>Runs the specified keyword and returns the status as a Boolean value.</doc>
<status status="NOT RUN" start="2026-09-08T03:17:17.198891" elapsed="0.000018"/>
</kw>
<kw name="Set Variable If" owner="BuiltIn">
<var>${bug_url}</var>
<arg>${match}</arg>
<arg>https://jira.opendaylight.org/browse/${number}</arg>
<arg>https://bugs.opendaylight.org/show_bug.cgi?id=${number}</arg>
<doc>Sets variable based on the given condition.</doc>
<status status="NOT RUN" start="2026-09-08T03:17:17.199050" elapsed="0.000019"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<var>${msg}</var>
<arg>This test fails due to ${bug_url}</arg>
<doc>Returns the given values which can then be assigned to a variables.</doc>
<status status="NOT RUN" start="2026-09-08T03:17:17.199188" elapsed="0.000018"/>
</kw>
<kw name="Evaluate" owner="BuiltIn">
<var>${newline}</var>
<arg>chr(10)</arg>
<doc>Evaluates the given expression in Python and returns the result.</doc>
<status status="NOT RUN" start="2026-09-08T03:17:17.199378" elapsed="0.000018"/>
</kw>
<kw name="Set Test Message" owner="BuiltIn">
<arg>${msg}${newline}${newline}${TEST_MESSAGE}</arg>
<doc>Sets message for the current test case.</doc>
<status status="NOT RUN" start="2026-09-08T03:17:17.199519" elapsed="0.000018"/>
</kw>
<kw name="Log" owner="BuiltIn">
<arg>${msg}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="NOT RUN" start="2026-09-08T03:17:17.199650" elapsed="0.000017"/>
</kw>
<if>
<branch type="IF" condition="&quot;${include_bug_in_tags}&quot;==&quot;True&quot;">
<kw name="Set Tags" owner="BuiltIn">
<arg>${bug_url}</arg>
<doc>Adds given ``tags`` for the current test or all tests in a suite.</doc>
<status status="NOT RUN" start="2026-09-08T03:17:17.199846" elapsed="0.000018"/>
</kw>
<status status="NOT RUN" start="2026-09-08T03:17:17.199722" elapsed="0.000170"/>
</branch>
<status status="NOT RUN" start="2026-09-08T03:17:17.199708" elapsed="0.000204"/>
</if>
<arg>6176</arg>
<doc>Report that a test failed due to a known Bugzilla bug whose
number is provided as an argument.
Not FAILED (incl. SKIPPED) test are not reported.
This keyword must be used in the [Teardown] setting of the affected test
or as the first line of the test if FastFail module is not being
used. It reports the URL of the bug on console and also puts it
into the Robot log file.</doc>
<status status="PASS" start="2026-09-08T03:17:17.197436" elapsed="0.002532"/>
</kw>
<doc>cbench executed in latency mode to see if controller is healthy</doc>
<tag>cbench</tag>
<tag>latency</tag>
<timeout value="15 minutes"/>
<status status="PASS" start="2026-09-08T03:07:10.297729" elapsed="606.902295"/>
</test>
<doc>Cbench Latency and Throughput tests can be run from an external
cbench.
If cbench is run with a medium number of switches or higher (e.g. 32+)
the normal openflow operations seem to break.
BUG: https://bugs.opendaylight.org/show_bug.cgi?id=2897</doc>
<status status="PASS" start="2026-09-08T02:46:54.223116" elapsed="1822.979869"/>
</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>
