<?xml version="1.0" encoding="UTF-8"?>
<robot generator="Robot 7.4.2 (Python 3.11.10 on linux)" generated="2026-09-06T02:46:06.450626" 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-06T02:46:06.974597" elapsed="0.000022"/>
</return>
<status status="NOT RUN" start="2026-09-06T02:46:06.974437" elapsed="0.000229"/>
</branch>
<status status="PASS" start="2026-09-06T02:46:06.974409" elapsed="0.000281"/>
</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-06T02:46:06.974837" elapsed="0.000504"/>
</kw>
<kw name="Login" owner="SSHLibrary">
<msg time="2026-09-06T02:46:06.975799" level="INFO">Logging into '10.30.171.187:8101' as 'karaf'.</msg>
<msg time="2026-09-06T02:46:07.563478" 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-06T02:46:06.975519" elapsed="0.588166"/>
</kw>
<kw name="Write" owner="SSHLibrary">
<msg time="2026-09-06T02:46:07.612023" 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-06T02:46:07.563995" elapsed="0.048100"/>
</kw>
<kw name="Read Until Regexp" owner="SSHLibrary">
<msg time="2026-09-06T02:46:07.613968" level="INFO">[?1l&gt;[?2004l[?1h=[90m~[0m                                                                                [?2004hopendaylight-user@root&gt;</msg>
<msg time="2026-09-06T02:46:07.614075" 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-06T02:46:07.612272" elapsed="0.001837"/>
</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-06T02:46:07.614254" elapsed="0.000203"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-09-06T02:46:07.614628" elapsed="0.000196"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-09-06T02:46:07.615305" 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-06T02:46:07.614979" elapsed="0.000409"/>
</kw>
<return>
<value>${output}</value>
<status status="PASS" start="2026-09-06T02:46:07.615446" elapsed="0.000054"/>
</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.187
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-06T02:46:06.974088" elapsed="0.641557"/>
</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-06T02:46:06.970533" elapsed="0.645170"/>
</kw>
<kw name="Append To File" owner="OperatingSystem">
<msg time="2026-09-06T02:46:07.616316" 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-06T02:46:07.615929" elapsed="0.000440"/>
</kw>
<kw name="Append To File" owner="OperatingSystem">
<msg time="2026-09-06T02:46:07.616814" 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-06T02:46:07.616577" elapsed="0.000323"/>
</kw>
<kw name="Evaluate" owner="BuiltIn">
<msg time="2026-09-06T02:46:07.617429" 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-06T02:46:07.617044" elapsed="0.000410"/>
</kw>
<kw name="Set Suite Variable" owner="BuiltIn">
<msg time="2026-09-06T02:46:07.617955" 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-06T02:46:07.617625" elapsed="0.000368"/>
</kw>
<kw name="Evaluate" owner="BuiltIn">
<msg time="2026-09-06T02:46:07.618471" 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-06T02:46:07.618129" elapsed="0.000366"/>
</kw>
<kw name="Set Suite Variable" owner="BuiltIn">
<msg time="2026-09-06T02:46:07.618948" 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-06T02:46:07.618655" elapsed="0.000341"/>
</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-06T02:46:07.619271" elapsed="0.000018"/>
</kw>
<status status="NOT RUN" start="2026-09-06T02:46:07.619074" elapsed="0.000244"/>
</branch>
<branch type="ELSE">
<kw name="Verify File Exists On Remote System" owner="Utils">
<kw name="Open Connection" owner="SSHLibrary">
<msg time="2026-09-06T02:46:07.623476" 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-06T02:46:07.623097" elapsed="0.000403"/>
</kw>
<kw name="Flexible_SSH_Login" owner="SSHKeywords">
<kw name="Get Length" owner="BuiltIn">
<msg time="2026-09-06T02:46:07.624471" level="INFO">Length is 0.</msg>
<msg time="2026-09-06T02:46:07.624759" 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-06T02:46:07.624040" elapsed="0.000743"/>
</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-06T02:46:07.624933" elapsed="0.000316"/>
</kw>
<kw name="Run Keyword And Return" owner="BuiltIn">
<kw name="Login With Public Key" owner="SSHLibrary">
<msg time="2026-09-06T02:46:07.626231" level="INFO">Logging into '10.30.171.44:22' as 'jenkins'.</msg>
<msg time="2026-09-06T02:46:08.091425" level="INFO">Read output: Welcome to Ubuntu 22.04.5 LTS (GNU/Linux 5.15.0-187-generic x86_64)

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

 System information as of Sun Sep  6 02:45:31 UTC 2026

  System load:  0.22               Processes:             110
  Usage of /:   19.8% of 38.58GB   Users logged in:       0
  Memory usage: 4%                 IPv4 address for ens3: 10.30.171.44
  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-77-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-06T02:46:07.625760" elapsed="0.465828"/>
</kw>
<msg time="2026-09-06T02:46:08.091676" 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-06T02:46:07.625391" elapsed="0.466377"/>
</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-06T02:46:07.623714" elapsed="0.468181"/>
</kw>
<kw name="File Should Exist" owner="SSHLibrary">
<msg time="2026-09-06T02:46:08.102067" 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-06T02:46:08.092100" elapsed="0.011756"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-09-06T02:46:08.104105" elapsed="0.000335"/>
</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-06T02:46:07.622576" elapsed="0.481962"/>
</kw>
<status status="PASS" start="2026-09-06T02:46:07.619388" elapsed="0.485197"/>
</branch>
<status status="PASS" start="2026-09-06T02:46:07.619049" elapsed="0.485579"/>
</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-06T02:46:08.104822" elapsed="0.000607"/>
</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-06T02:46:08.111033" elapsed="0.000022"/>
</return>
<status status="NOT RUN" start="2026-09-06T02:46:08.110868" elapsed="0.000230"/>
</branch>
<status status="PASS" start="2026-09-06T02:46:08.110838" elapsed="0.000290"/>
</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-06T02:46:08.115826" elapsed="0.000018"/>
</return>
<status status="NOT RUN" start="2026-09-06T02:46:08.115676" elapsed="0.000228"/>
</branch>
<status status="PASS" start="2026-09-06T02:46:08.115652" elapsed="0.000282"/>
</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-06T02:46:08.116100" elapsed="0.000552"/>
</kw>
<kw name="Login" owner="SSHLibrary">
<msg time="2026-09-06T02:46:08.117162" level="INFO">Logging into '10.30.171.187:8101' as 'karaf'.</msg>
<msg time="2026-09-06T02:46:08.310989" 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-06T02:46:08.116836" elapsed="0.194286"/>
</kw>
<kw name="Write" owner="SSHLibrary">
<msg time="2026-09-06T02:46:08.397460" 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-06T02:46:08.311353" elapsed="0.086185"/>
</kw>
<kw name="Read Until Regexp" owner="SSHLibrary">
<msg time="2026-09-06T02:46:08.404670" 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-06T02:46:08.404840" 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-06T02:46:08.397684" elapsed="0.007184"/>
</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-06T02:46:08.405009" elapsed="0.000173"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-09-06T02:46:08.405305" elapsed="0.000234"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-09-06T02:46:08.405968" 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-06T02:46:08.405667" elapsed="0.000361"/>
</kw>
<return>
<value>${output}</value>
<status status="PASS" start="2026-09-06T02:46:08.406074" elapsed="0.000049"/>
</return>
<msg time="2026-09-06T02:46:08.406258" 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.187
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-06T02:46:08.115218" elapsed="0.291069"/>
</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-06T02:46:08.406419" elapsed="0.000488"/>
</kw>
<return>
<value>${output}</value>
<status status="PASS" start="2026-09-06T02:46:08.406954" elapsed="0.000048"/>
</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-06T02:46:08.110489" elapsed="0.296623"/>
</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-06T02:46:08.410607" elapsed="0.000014"/>
</return>
<status status="NOT RUN" start="2026-09-06T02:46:08.410466" elapsed="0.000183"/>
</branch>
<status status="PASS" start="2026-09-06T02:46:08.410444" elapsed="0.000228"/>
</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-06T02:46:08.410791" elapsed="0.000498"/>
</kw>
<kw name="Login" owner="SSHLibrary">
<msg time="2026-09-06T02:46:08.411862" level="INFO">Logging into '10.30.171.187:8101' as 'karaf'.</msg>
<msg time="2026-09-06T02:46:08.590226" 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-06T02:46:08.411427" elapsed="0.178958"/>
</kw>
<kw name="Write" owner="SSHLibrary">
<msg time="2026-09-06T02:46:08.611604" 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-06T02:46:08.590651" elapsed="0.021010"/>
</kw>
<kw name="Read Until Regexp" owner="SSHLibrary">
<msg time="2026-09-06T02:46:08.613700" level="INFO">[?1l&gt;[?2004lDropAllFlows transitions to on
[?1h=[90m~[0m                                                                                [?2004hopendaylight-user@root&gt;</msg>
<msg time="2026-09-06T02:46:08.613799" 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-06T02:46:08.611796" elapsed="0.002029"/>
</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-06T02:46:08.613963" elapsed="0.000164"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-09-06T02:46:08.614260" elapsed="0.000224"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-09-06T02:46:08.614954" 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-06T02:46:08.614641" elapsed="0.000359"/>
</kw>
<return>
<value>${output}</value>
<status status="PASS" start="2026-09-06T02:46:08.615048" elapsed="0.000053"/>
</return>
<arg>dropallpacketsrpc on</arg>
<doc>Will execute the given ${cmd} by ssh'ing to the karaf console running on 10.30.171.187
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-06T02:46:08.410172" elapsed="0.205038"/>
</kw>
<status status="PASS" start="2026-09-06T02:46:06.968274" elapsed="1.646994"/>
</kw>
<test id="s1-t1" name="Cbench Latency Test" line="37">
<kw name="Log" owner="BuiltIn">
<msg time="2026-09-06T02:46:08.617255" 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-06T02:46:08.616268" elapsed="0.001046"/>
</kw>
<kw name="Run Cbench And Log Results">
<kw name="Set Suite Variable" owner="BuiltIn">
<msg time="2026-09-06T02:46:08.618871" 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-06T02:46:08.618309" elapsed="0.000641"/>
</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-06T02:46:08.619339" elapsed="0.000026"/>
</kw>
<status status="NOT RUN" start="2026-09-06T02:46:08.619047" elapsed="0.000359"/>
</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-06T02:46:08.623399" elapsed="0.000027"/>
</kw>
<status status="NOT RUN" start="2026-09-06T02:46:08.623084" elapsed="0.000384"/>
</branch>
<status status="PASS" start="2026-09-06T02:46:08.623059" elapsed="0.000440"/>
</if>
<kw name="Get Connection" owner="SSHLibrary">
<msg time="2026-09-06T02:46:08.623971" 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-06T02:46:08.624118" 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-06T02:46:08.623697" elapsed="0.000453"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-09-06T02:46:08.624831" level="INFO">Attempting to execute command "/usr/local/bin/cbench -c 10.30.171.187 -m 60000 -M 100 -S 16 -l 10 -D 5000 -p 6633" on remote system "10.30.171.44" 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-06T02:46:08.624316" elapsed="0.000604"/>
</kw>
<kw name="Open Connection" owner="SSHLibrary">
<msg time="2026-09-06T02:46:08.625667" 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-06T02:46:08.625092" elapsed="0.000606"/>
</kw>
<kw name="Flexible_SSH_Login" owner="SSHKeywords">
<kw name="Get Length" owner="BuiltIn">
<msg time="2026-09-06T02:46:08.626824" level="INFO">Length is 0.</msg>
<msg time="2026-09-06T02:46:08.626983" 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-06T02:46:08.626402" elapsed="0.000611"/>
</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-06T02:46:08.627187" elapsed="0.000438"/>
</kw>
<kw name="Run Keyword And Return" owner="BuiltIn">
<kw name="Login With Public Key" owner="SSHLibrary">
<msg time="2026-09-06T02:46:08.628704" level="INFO">Logging into '10.30.171.44:22' as 'jenkins'.</msg>
<msg time="2026-09-06T02:46:08.993087" level="INFO">Read output: Welcome to Ubuntu 22.04.5 LTS (GNU/Linux 5.15.0-187-generic x86_64)

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

 System information as of Sun Sep  6 02:45:31 UTC 2026

  System load:  0.22               Processes:             110
  Usage of /:   19.8% of 38.58GB   Users logged in:       0
  Memory usage: 4%                 IPv4 address for ens3: 10.30.171.44
  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: Sun Sep  6 02:46:07 2026 from 10.30.171.100
[?2004h[jenkins@releng-00446-77-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-06T02:46:08.628261" elapsed="0.365028"/>
</kw>
<msg time="2026-09-06T02:46:08.993371" 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-06T02:46:08.627815" elapsed="0.365647"/>
</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-06T02:46:08.625956" elapsed="0.367638"/>
</kw>
<kw name="Execute Command" owner="SSHLibrary">
<msg time="2026-09-06T02:46:08.994135" level="INFO">Executing command '/usr/local/bin/cbench -c 10.30.171.187 -m 60000 -M 100 -S 16 -l 10 -D 5000 -p 6633'.</msg>
<msg time="2026-09-06T02:56:15.163886" level="INFO">Command exited with return code 0.</msg>
<msg time="2026-09-06T02:56:15.164407" level="INFO">${stdout} = </msg>
<msg time="2026-09-06T02:56:15.164575" level="INFO">${stderr} = cbench: controller benchmarking tool
   running in mode 'latency'
   connecting to controller at 10.30.171.187: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-06T02:46:08.993810" elapsed="606.170823"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-09-06T02:56:15.165021" elapsed="0.000748"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-09-06T02:56:15.166847" level="INFO">cbench: controller benchmarking tool
   running in mode 'latency'
   connecting to controller at 10.30.171.187: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.187. So far 1 cbench instances have initialized their switches.  Waiting for other cbench-instances
Thread-0: Total switches from ALL cbench-instances initialized.
02:47:14.242 16  switches: flows:  75245 76064 75373 75945 74718 75846 76883 76485 77299 75718 75671 77204 74411 74641 73835 74069  total = 20.156783 per ms 
02:48:14.342 16  switches: flows:  83604 84937 84686 83998 81682 82578 83553 84016 85547 83262 83661 85664 81621 83015 82751 82540  total = 22.248088 per ms 
02:49:14.442 16  switches: flows:  86332 86340 87503 85075 81313 81848 82789 82735 83632 82826 80718 83901 82682 81668 79156 80710  total = 22.116855 per ms 
02:50:14.543 16  switches: flows:  90040 88675 91620 86572 87824 86258 88800 88877 88430 85841 85521 88962 85890 83680 84233 83628  total = 23.208753 per ms 
02:51:14.644 16  switches: flows:  89520 89912 88319 88362 86085 87621 88176 87814 90012 85707 85561 88024 85144 84227 83745 83328  total = 23.153963 per ms 
02:52:14.744 16  switches: flows:  90489 90573 90802 88759 89517 88019 88389 88018 90355 86876 87268 88036 84671 85222 84618 83173  total = 23.374065 per ms 
02:53:14.844 16  switches: flows:  86948 86493 85466 85188 83302 84243 84131 84713 88963 85903 84472 87071 82465 81917 82495 81216  total = 22.545433 per ms 
02:54:14.945 16  switches: flows:  89205 90003 91882 89272 86044 86461 89683 88846 88437 86425 85582 87734 85564 84425 84483 84623  total = 23.272252 per ms 
02:55:15.046 16  switches: flows:  87506 88700 87630 86177 86044 85068 86736 85931 86181 85607 83164 87616 83552 82419 82538 82559  total = 22.752432 per ms 
02:56:15.147 16  switches: flows:  89887 89329 89653 87163 87029 87140 87468 86260 87976 86147 85464 89477 84404 85241 85035 81731  total = 23.118116 per ms 
RESULT: 16 switches 9 tests min/max/avg/stdev = 22116.85/23374.07/22865.55/7634.57 responses/s</msg>
<arg>${stderr}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-09-06T02:56:15.166108" elapsed="0.001003"/>
</kw>
<if>
<branch type="IF" condition="&quot;${return_stdout}&quot;!=&quot;True&quot;">
<return>
<value>${stderr}</value>
<status status="PASS" start="2026-09-06T02:56:15.167636" elapsed="0.000072"/>
</return>
<status status="PASS" start="2026-09-06T02:56:15.167276" elapsed="0.000505"/>
</branch>
<status status="PASS" start="2026-09-06T02:56:15.167228" elapsed="0.000605"/>
</if>
<if>
<branch type="IF" condition="&quot;${return_stderr}&quot;!=&quot;True&quot;">
<return>
<value>${stdout}</value>
<status status="NOT RUN" start="2026-09-06T02:56:15.168046" elapsed="0.000027"/>
</return>
<status status="NOT RUN" start="2026-09-06T02:56:15.167972" elapsed="0.000157"/>
</branch>
<status status="NOT RUN" start="2026-09-06T02:56:15.167940" elapsed="0.000233"/>
</if>
<return>
<value>${stdout}</value>
<value>${stderr}</value>
<status status="NOT RUN" start="2026-09-06T02:56:15.168240" 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-06T02:56:15.173694" elapsed="0.000715"/>
</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-06T02:56:15.174785" elapsed="0.000325"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-09-06T02:56:15.175370" elapsed="0.000268"/>
</kw>
<arg>${current_ssh_connection.index}</arg>
<doc>Restore active SSH connection in SSHLibrary to given index.</doc>
<status status="PASS" start="2026-09-06T02:56:15.168905" elapsed="0.006843"/>
</kw>
<msg time="2026-09-06T02:56:15.176051" level="INFO">${output} = cbench: controller benchmarking tool
   running in mode 'latency'
   connecting to controller at 10.30.171.187: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-06T02:46:08.620056" elapsed="606.556048"/>
</kw>
<status status="PASS" start="2026-09-06T02:46:08.619441" elapsed="606.556785"/>
</branch>
<status status="PASS" start="2026-09-06T02:46:08.619018" elapsed="606.557254"/>
</if>
<kw name="Log" owner="BuiltIn">
<msg time="2026-09-06T02:56:15.177569" level="INFO">cbench: controller benchmarking tool
   running in mode 'latency'
   connecting to controller at 10.30.171.187: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.187. So far 1 cbench instances have initialized their switches.  Waiting for other cbench-instances
Thread-0: Total switches from ALL cbench-instances initialized.
02:47:14.242 16  switches: flows:  75245 76064 75373 75945 74718 75846 76883 76485 77299 75718 75671 77204 74411 74641 73835 74069  total = 20.156783 per ms 
02:48:14.342 16  switches: flows:  83604 84937 84686 83998 81682 82578 83553 84016 85547 83262 83661 85664 81621 83015 82751 82540  total = 22.248088 per ms 
02:49:14.442 16  switches: flows:  86332 86340 87503 85075 81313 81848 82789 82735 83632 82826 80718 83901 82682 81668 79156 80710  total = 22.116855 per ms 
02:50:14.543 16  switches: flows:  90040 88675 91620 86572 87824 86258 88800 88877 88430 85841 85521 88962 85890 83680 84233 83628  total = 23.208753 per ms 
02:51:14.644 16  switches: flows:  89520 89912 88319 88362 86085 87621 88176 87814 90012 85707 85561 88024 85144 84227 83745 83328  total = 23.153963 per ms 
02:52:14.744 16  switches: flows:  90489 90573 90802 88759 89517 88019 88389 88018 90355 86876 87268 88036 84671 85222 84618 83173  total = 23.374065 per ms 
02:53:14.844 16  switches: flows:  86948 86493 85466 85188 83302 84243 84131 84713 88963 85903 84472 87071 82465 81917 82495 81216  total = 22.545433 per ms 
02:54:14.945 16  switches: flows:  89205 90003 91882 89272 86044 86461 89683 88846 88437 86425 85582 87734 85564 84425 84483 84623  total = 23.272252 per ms 
02:55:15.046 16  switches: flows:  87506 88700 87630 86177 86044 85068 86736 85931 86181 85607 83164 87616 83552 82419 82538 82559  total = 22.752432 per ms 
02:56:15.147 16  switches: flows:  89887 89329 89653 87163 87029 87140 87468 86260 87976 86147 85464 89477 84404 85241 85035 81731  total = 23.118116 per ms 
RESULT: 16 switches 9 tests min/max/avg/stdev = 22116.85/23374.07/22865.55/7634.57 responses/s</msg>
<arg>${output}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-09-06T02:56:15.176745" elapsed="0.000981"/>
</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-06T02:56:15.178030" elapsed="0.000843"/>
</kw>
<kw name="Get Lines Containing String" owner="String">
<msg time="2026-09-06T02:56:15.179769" level="INFO">1 out of 23 lines matched.</msg>
<msg time="2026-09-06T02:56:15.179983" level="INFO">${result_line} = RESULT: 16 switches 9 tests min/max/avg/stdev = 22116.85/23374.07/22865.55/7634.57 responses/s</msg>
<var>${result_line}</var>
<arg>${output}</arg>
<arg>RESULT</arg>
<doc>Returns lines of the given ``string`` that contain the ``pattern``.</doc>
<status status="PASS" start="2026-09-06T02:56:15.179202" elapsed="0.000830"/>
</kw>
<kw name="Split String" owner="String">
<msg time="2026-09-06T02:56:15.180921" level="INFO">@{results_list} = [ RESULT: | 16 | switches | 9 | tests | min/max/avg/stdev | = | 22116.85/23374.07/22865.55/7634.57 | responses/s ]</msg>
<var>@{results_list}</var>
<arg>${result_line}</arg>
<doc>Splits the ``string`` using ``separator`` as a delimiter string.</doc>
<status status="PASS" start="2026-09-06T02:56:15.180351" elapsed="0.000624"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-09-06T02:56:15.186138" 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-06T02:56:15.181270" elapsed="0.004982"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-09-06T02:56:15.191481" level="INFO">22116.85/23374.07/22865.55/7634.57</msg>
<arg>${results_list[7]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-09-06T02:56:15.186603" elapsed="0.005046"/>
</kw>
<kw name="Split String" owner="String">
<msg time="2026-09-06T02:56:15.196903" 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-06T02:56:15.191982" elapsed="0.004994"/>
</kw>
<kw name="Split String" owner="String">
<msg time="2026-09-06T02:56:15.202640" level="INFO">@{result_value_list} = [ 22116.85 | 23374.07 | 22865.55 | 7634.57 ]</msg>
<var>@{result_value_list}</var>
<arg>${results_list[7]}</arg>
<arg>/</arg>
<doc>Splits the ``string`` using ``separator`` as a delimiter string.</doc>
<status status="PASS" start="2026-09-06T02:56:15.197583" elapsed="0.005114"/>
</kw>
<kw name="Get Length" owner="BuiltIn">
<msg time="2026-09-06T02:56:15.203824" level="INFO">Length is 4.</msg>
<msg time="2026-09-06T02:56:15.204062" 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-06T02:56:15.203078" elapsed="0.001037"/>
</kw>
<for flavor="IN RANGE">
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-09-06T02:56:15.210960" level="INFO">min :: 22116.85</msg>
<arg>${result_name_list[${i}]} :: ${result_value_list[${i}]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-09-06T02:56:15.204764" elapsed="0.006271"/>
</kw>
<var name="${i}">0</var>
<status status="PASS" start="2026-09-06T02:56:15.204589" elapsed="0.006499"/>
</iter>
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-09-06T02:56:15.217157" level="INFO">max :: 23374.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-06T02:56:15.211374" elapsed="0.005857"/>
</kw>
<var name="${i}">1</var>
<status status="PASS" start="2026-09-06T02:56:15.211208" elapsed="0.006066"/>
</iter>
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-09-06T02:56:15.223334" level="INFO">avg :: 22865.55</msg>
<arg>${result_name_list[${i}]} :: ${result_value_list[${i}]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-09-06T02:56:15.217685" elapsed="0.005737"/>
</kw>
<var name="${i}">2</var>
<status status="PASS" start="2026-09-06T02:56:15.217387" elapsed="0.006097"/>
</iter>
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-09-06T02:56:15.229889" level="INFO">stdev :: 7634.57</msg>
<arg>${result_name_list[${i}]} :: ${result_value_list[${i}]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-09-06T02:56:15.223818" elapsed="0.006146"/>
</kw>
<var name="${i}">3</var>
<status status="PASS" start="2026-09-06T02:56:15.223626" elapsed="0.006381"/>
</iter>
<var>${i}</var>
<value>0</value>
<value>${num_stats}</value>
<status status="PASS" start="2026-09-06T02:56:15.204264" elapsed="0.025784"/>
</for>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-09-06T02:56:15.235347" level="INFO">${min} = 22116.85</msg>
<var>${min}</var>
<arg>${result_value_list[${0}]}</arg>
<doc>Returns the given values which can then be assigned to a variables.</doc>
<status status="PASS" start="2026-09-06T02:56:15.230266" elapsed="0.005114"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-09-06T02:56:15.242150" level="INFO">${max} = 23374.07</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-06T02:56:15.235623" elapsed="0.006563"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-09-06T02:56:15.246866" level="INFO">${average} = 22865.55</msg>
<var>${average}</var>
<arg>${result_value_list[${2}]}</arg>
<doc>Returns the given values which can then be assigned to a variables.</doc>
<status status="PASS" start="2026-09-06T02:56:15.242387" elapsed="0.004503"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-09-06T02:56:15.250556" level="INFO">${stdev} = 7634.57</msg>
<var>${stdev}</var>
<arg>${result_value_list[${3}]}</arg>
<doc>Returns the given values which can then be assigned to a variables.</doc>
<status status="PASS" start="2026-09-06T02:56:15.247029" elapsed="0.003552"/>
</kw>
<kw name="Get Time" owner="BuiltIn">
<msg time="2026-09-06T02:56:15.251062" level="INFO">${date} = 2026-09-06 02:56:15</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-06T02:56:15.250728" elapsed="0.000357"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-09-06T02:56:15.251626" level="INFO">CBench Result: 2026-09-06 02:56:15,-m 60000 -M 100 -S 16 -l 10 -D 5000 -p 6633,22116.85,23374.07,22865.55,7634.57</msg>
<arg>CBench Result: ${date},${cbench_args},${min},${max},${average},${stdev}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-09-06T02:56:15.251219" elapsed="0.000461"/>
</kw>
<kw name="Log Results And Determine Status">
<kw name="Append To File" owner="OperatingSystem">
<msg time="2026-09-06T02:56:15.252730" 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-06T02:56:15.252313" elapsed="0.000480"/>
</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-06T02:56:15.252931" 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-06T02:56:15.251888" elapsed="0.001557"/>
</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-06T02:46:08.617725" elapsed="606.635795"/>
</kw>
<kw name="Sleep" owner="BuiltIn">
<msg time="2026-09-06T02:56:15.253951" 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-06T02:56:15.253658" elapsed="0.000343"/>
</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-06T02:56:15.254490" elapsed="0.000261"/>
</kw>
<status status="PASS" start="2026-09-06T02:56:15.254194" elapsed="0.000620"/>
</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-06T02:46:08.615410" elapsed="606.639438"/>
</test>
<test id="s1-t2" name="Cbench Throughput Test" line="51">
<kw name="Log" owner="BuiltIn">
<msg time="2026-09-06T02:56:15.256090" 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-06T02:56:15.255743" elapsed="0.000398"/>
</kw>
<kw name="Run Cbench And Log Results">
<kw name="Set Suite Variable" owner="BuiltIn">
<msg time="2026-09-06T02:56:15.257308" 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-06T02:56:15.256997" elapsed="0.000349"/>
</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-06T02:56:15.257688" elapsed="0.000021"/>
</kw>
<status status="NOT RUN" start="2026-09-06T02:56:15.257412" elapsed="0.000330"/>
</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-06T02:56:15.260543" elapsed="0.000024"/>
</kw>
<status status="NOT RUN" start="2026-09-06T02:56:15.260259" elapsed="0.000348"/>
</branch>
<status status="PASS" start="2026-09-06T02:56:15.260240" elapsed="0.000394"/>
</if>
<kw name="Get Connection" owner="SSHLibrary">
<msg time="2026-09-06T02:56:15.260973" 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-06T02:56:15.261102" 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-06T02:56:15.260756" elapsed="0.000378"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-09-06T02:56:15.261805" level="INFO">Attempting to execute command "/usr/local/bin/cbench -c 10.30.171.187 -t -m 60000 -M 100 -S 16 -l 10 -D 5000 -p 6633" on remote system "10.30.171.44" 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-06T02:56:15.261299" elapsed="0.000572"/>
</kw>
<kw name="Open Connection" owner="SSHLibrary">
<msg time="2026-09-06T02:56:15.262451" 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-06T02:56:15.262033" elapsed="0.000443"/>
</kw>
<kw name="Flexible_SSH_Login" owner="SSHKeywords">
<kw name="Get Length" owner="BuiltIn">
<msg time="2026-09-06T02:56:15.263320" level="INFO">Length is 0.</msg>
<msg time="2026-09-06T02:56:15.263401" 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-06T02:56:15.263023" elapsed="0.000399"/>
</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-06T02:56:15.263583" elapsed="0.000325"/>
</kw>
<kw name="Run Keyword And Return" owner="BuiltIn">
<kw name="Login With Public Key" owner="SSHLibrary">
<msg time="2026-09-06T02:56:15.264776" level="INFO">Logging into '10.30.171.44:22' as 'jenkins'.</msg>
<msg time="2026-09-06T02:56:15.903254" level="INFO">Read output: Welcome to Ubuntu 22.04.5 LTS (GNU/Linux 5.15.0-187-generic x86_64)

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

 System information as of Sun Sep  6 02:56:15 UTC 2026

  System load:  1.0                Processes:             104
  Usage of /:   20.2% of 38.58GB   Users logged in:       0
  Memory usage: 4%                 IPv4 address for ens3: 10.30.171.44
  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: Sun Sep  6 02:46:08 2026 from 10.30.171.100
[?2004h[jenkins@releng-00446-77-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-06T02:56:15.264418" elapsed="0.639021"/>
</kw>
<msg time="2026-09-06T02:56:15.903531" 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-06T02:56:15.264051" elapsed="0.639563"/>
</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-06T02:56:15.262676" elapsed="0.641042"/>
</kw>
<kw name="Execute Command" owner="SSHLibrary">
<msg time="2026-09-06T02:56:15.904242" level="INFO">Executing command '/usr/local/bin/cbench -c 10.30.171.187 -t -m 60000 -M 100 -S 16 -l 10 -D 5000 -p 6633'.</msg>
<msg time="2026-09-06T03:06:21.950711" level="INFO">Command exited with return code 0.</msg>
<msg time="2026-09-06T03:06:21.951369" level="INFO">${stdout} = </msg>
<msg time="2026-09-06T03:06:21.951483" level="INFO">${stderr} = cbench: controller benchmarking tool
   running in mode 'throughput'
   connecting to controller at 10.30.171.187: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-06T02:56:15.903971" elapsed="606.047600"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-09-06T03:06:21.952011" elapsed="0.000722"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-09-06T03:06:21.953824" level="INFO">cbench: controller benchmarking tool
   running in mode 'throughput'
   connecting to controller at 10.30.171.187: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.187. So far 1 cbench instances have initialized their switches.  Waiting for other cbench-instances
Thread-0: Total switches from ALL cbench-instances initialized.
02:57:21.019 16  switches: flows:  605241 595628 611429 613594 592183 591700 604048 597155 589180 601712 600728 597178 600150 606970 598596 594647  total = 160.002317 per ms 
02:58:21.121 16  switches: flows:  638980 627685 630237 642282 635100 631300 639726 639871 633674 637095 631535 639243 638985 642795 630629 638549  total = 169.342622 per ms 
02:59:21.223 16  switches: flows:  607696 607691 606701 611715 610857 600699 609898 607278 615013 619920 609798 609288 613462 615950 610489 603542  total = 162.392412 per ms 
03:00:21.324 16  switches: flows:  602476 607033 598914 601579 609765 606729 606066 598868 598961 600764 600745 603496 612448 608137 606681 596880  total = 160.722198 per ms 
03:01:21.426 16  switches: flows:  616574 623363 608545 622597 619391 623156 617864 620422 622331 613427 621512 624127 623096 624661 612428 623677  total = 165.007851 per ms 
03:02:21.528 16  switches: flows:  622468 625355 631138 623570 621423 621672 620622 624173 627844 623301 630742 633323 620866 619028 629744 626001  total = 166.407741 per ms 
03:03:21.628 16  switches: flows:  635997 634692 630426 639448 632080 637567 633577 636462 633087 634311 634949 644860 636225 644332 638416 624418  total = 169.230838 per ms 
03:04:21.729 16  switches: flows:  640454 645581 641836 629169 636389 642794 637947 631541 641636 632412 638043 633905 639563 624952 641460 642399  total = 169.716362 per ms 
03:05:21.832 16  switches: flows:  642626 629597 632900 631711 641089 642259 637618 638152 636484 642025 629589 636639 634542 640252 638988 639467  total = 169.606921 per ms 
03:06:21.934 16  switches: flows:  642867 635961 640309 639170 642977 630267 635746 626643 637641 636321 638911 637295 638937 636352 629382 634633  total = 169.436074 per ms 
RESULT: 16 switches 9 tests min/max/avg/stdev = 160722.20/169716.36/166873.67/55719.75 responses/s</msg>
<arg>${stderr}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-09-06T03:06:21.953106" elapsed="0.001041"/>
</kw>
<if>
<branch type="IF" condition="&quot;${return_stdout}&quot;!=&quot;True&quot;">
<return>
<value>${stderr}</value>
<status status="PASS" start="2026-09-06T03:06:21.954643" elapsed="0.000066"/>
</return>
<status status="PASS" start="2026-09-06T03:06:21.954311" elapsed="0.000472"/>
</branch>
<status status="PASS" start="2026-09-06T03:06:21.954265" elapsed="0.000568"/>
</if>
<if>
<branch type="IF" condition="&quot;${return_stderr}&quot;!=&quot;True&quot;">
<return>
<value>${stdout}</value>
<status status="NOT RUN" start="2026-09-06T03:06:21.955042" elapsed="0.000027"/>
</return>
<status status="NOT RUN" start="2026-09-06T03:06:21.954948" elapsed="0.000175"/>
</branch>
<status status="NOT RUN" start="2026-09-06T03:06:21.954917" elapsed="0.000249"/>
</if>
<return>
<value>${stdout}</value>
<value>${stderr}</value>
<status status="NOT RUN" start="2026-09-06T03:06:21.955235" elapsed="0.000040"/>
</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-06T03:06:21.960610" elapsed="0.000774"/>
</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-06T03:06:21.961740" elapsed="0.000400"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-09-06T03:06:21.962427" elapsed="0.000272"/>
</kw>
<arg>${current_ssh_connection.index}</arg>
<doc>Restore active SSH connection in SSHLibrary to given index.</doc>
<status status="PASS" start="2026-09-06T03:06:21.955934" elapsed="0.006893"/>
</kw>
<msg time="2026-09-06T03:06:21.963155" level="INFO">${output} = cbench: controller benchmarking tool
   running in mode 'throughput'
   connecting to controller at 10.30.171.187: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-06T02:56:15.258117" elapsed="606.705106"/>
</kw>
<status status="PASS" start="2026-09-06T02:56:15.257765" elapsed="606.705554"/>
</branch>
<status status="PASS" start="2026-09-06T02:56:15.257393" elapsed="606.705977"/>
</if>
<kw name="Log" owner="BuiltIn">
<msg time="2026-09-06T03:06:21.964361" level="INFO">cbench: controller benchmarking tool
   running in mode 'throughput'
   connecting to controller at 10.30.171.187: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.187. So far 1 cbench instances have initialized their switches.  Waiting for other cbench-instances
Thread-0: Total switches from ALL cbench-instances initialized.
02:57:21.019 16  switches: flows:  605241 595628 611429 613594 592183 591700 604048 597155 589180 601712 600728 597178 600150 606970 598596 594647  total = 160.002317 per ms 
02:58:21.121 16  switches: flows:  638980 627685 630237 642282 635100 631300 639726 639871 633674 637095 631535 639243 638985 642795 630629 638549  total = 169.342622 per ms 
02:59:21.223 16  switches: flows:  607696 607691 606701 611715 610857 600699 609898 607278 615013 619920 609798 609288 613462 615950 610489 603542  total = 162.392412 per ms 
03:00:21.324 16  switches: flows:  602476 607033 598914 601579 609765 606729 606066 598868 598961 600764 600745 603496 612448 608137 606681 596880  total = 160.722198 per ms 
03:01:21.426 16  switches: flows:  616574 623363 608545 622597 619391 623156 617864 620422 622331 613427 621512 624127 623096 624661 612428 623677  total = 165.007851 per ms 
03:02:21.528 16  switches: flows:  622468 625355 631138 623570 621423 621672 620622 624173 627844 623301 630742 633323 620866 619028 629744 626001  total = 166.407741 per ms 
03:03:21.628 16  switches: flows:  635997 634692 630426 639448 632080 637567 633577 636462 633087 634311 634949 644860 636225 644332 638416 624418  total = 169.230838 per ms 
03:04:21.729 16  switches: flows:  640454 645581 641836 629169 636389 642794 637947 631541 641636 632412 638043 633905 639563 624952 641460 642399  total = 169.716362 per ms 
03:05:21.832 16  switches: flows:  642626 629597 632900 631711 641089 642259 637618 638152 636484 642025 629589 636639 634542 640252 638988 639467  total = 169.606921 per ms 
03:06:21.934 16  switches: flows:  642867 635961 640309 639170 642977 630267 635746 626643 637641 636321 638911 637295 638937 636352 629382 634633  total = 169.436074 per ms 
RESULT: 16 switches 9 tests min/max/avg/stdev = 160722.20/169716.36/166873.67/55719.75 responses/s</msg>
<arg>${output}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-09-06T03:06:21.963695" elapsed="0.000881"/>
</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-06T03:06:21.964885" elapsed="0.000866"/>
</kw>
<kw name="Get Lines Containing String" owner="String">
<msg time="2026-09-06T03:06:21.966598" level="INFO">1 out of 23 lines matched.</msg>
<msg time="2026-09-06T03:06:21.966793" level="INFO">${result_line} = RESULT: 16 switches 9 tests min/max/avg/stdev = 160722.20/169716.36/166873.67/55719.75 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-06T03:06:21.966108" elapsed="0.000734"/>
</kw>
<kw name="Split String" owner="String">
<msg time="2026-09-06T03:06:21.967774" level="INFO">@{results_list} = [ RESULT: | 16 | switches | 9 | tests | min/max/avg/stdev | = | 160722.20/169716.36/166873.67/55719.75 | 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-06T03:06:21.967197" elapsed="0.000635"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-09-06T03:06:21.973373" 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-06T03:06:21.968160" elapsed="0.005332"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-09-06T03:06:21.978472" level="INFO">160722.20/169716.36/166873.67/55719.75</msg>
<arg>${results_list[7]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-09-06T03:06:21.973828" elapsed="0.004791"/>
</kw>
<kw name="Split String" owner="String">
<msg time="2026-09-06T03:06:21.983697" 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-06T03:06:21.978929" elapsed="0.004825"/>
</kw>
<kw name="Split String" owner="String">
<msg time="2026-09-06T03:06:21.989132" level="INFO">@{result_value_list} = [ 160722.20 | 169716.36 | 166873.67 | 55719.75 ]</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-06T03:06:21.984173" elapsed="0.005018"/>
</kw>
<kw name="Get Length" owner="BuiltIn">
<msg time="2026-09-06T03:06:21.990344" level="INFO">Length is 4.</msg>
<msg time="2026-09-06T03:06:21.990590" 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-06T03:06:21.989547" elapsed="0.001102"/>
</kw>
<for flavor="IN RANGE">
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-09-06T03:06:21.998387" level="INFO">min :: 160722.20</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-06T03:06:21.991495" elapsed="0.006965"/>
</kw>
<var name="${i}">0</var>
<status status="PASS" start="2026-09-06T03:06:21.991224" elapsed="0.007298"/>
</iter>
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-09-06T03:06:22.004747" level="INFO">max :: 169716.36</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-06T03:06:21.998805" elapsed="0.006015"/>
</kw>
<var name="${i}">1</var>
<status status="PASS" start="2026-09-06T03:06:21.998639" elapsed="0.006227"/>
</iter>
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-09-06T03:06:22.010756" level="INFO">avg :: 166873.67</msg>
<arg>${result_name_list[${i}]} :: ${result_value_list[${i}]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-09-06T03:06:22.005162" elapsed="0.005667"/>
</kw>
<var name="${i}">2</var>
<status status="PASS" start="2026-09-06T03:06:22.004995" elapsed="0.005878"/>
</iter>
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-09-06T03:06:22.016863" level="INFO">stdev :: 55719.75</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-06T03:06:22.011205" elapsed="0.005731"/>
</kw>
<var name="${i}">3</var>
<status status="PASS" start="2026-09-06T03:06:22.011002" elapsed="0.005997"/>
</iter>
<var>${i}</var>
<value>0</value>
<value>${num_stats}</value>
<status status="PASS" start="2026-09-06T03:06:21.990795" elapsed="0.026244"/>
</for>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-09-06T03:06:22.022348" level="INFO">${min} = 160722.20</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-06T03:06:22.017242" elapsed="0.005141"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-09-06T03:06:22.027546" level="INFO">${max} = 169716.36</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-06T03:06:22.022640" elapsed="0.004941"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-09-06T03:06:22.032691" level="INFO">${average} = 166873.67</msg>
<var>${average}</var>
<arg>${result_value_list[${2}]}</arg>
<doc>Returns the given values which can then be assigned to a variables.</doc>
<status status="PASS" start="2026-09-06T03:06:22.027783" elapsed="0.004942"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-09-06T03:06:22.038292" level="INFO">${stdev} = 55719.75</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-06T03:06:22.032929" elapsed="0.005389"/>
</kw>
<kw name="Get Time" owner="BuiltIn">
<msg time="2026-09-06T03:06:22.038841" level="INFO">${date} = 2026-09-06 03:06:22</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-06T03:06:22.038486" elapsed="0.000379"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-09-06T03:06:22.039436" level="INFO">CBench Result: 2026-09-06 03:06:22,-t -m 60000 -M 100 -S 16 -l 10 -D 5000 -p 6633,160722.20,169716.36,166873.67,55719.75</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-06T03:06:22.039059" elapsed="0.000429"/>
</kw>
<kw name="Log Results And Determine Status">
<kw name="Append To File" owner="OperatingSystem">
<msg time="2026-09-06T03:06:22.040528" 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-06T03:06:22.040100" elapsed="0.000492"/>
</kw>
<kw name="Should Be True" owner="BuiltIn">
<arg>${average} &gt; ${threshold}</arg>
<arg>${average} flow_mods per/sec did not exceed threshold of ${threshold}</arg>
<doc>Fails if the given condition is not true.</doc>
<status status="PASS" start="2026-09-06T03:06:22.040730" elapsed="0.000448"/>
</kw>
<arg>${min}</arg>
<arg>${max}</arg>
<arg>${average}</arg>
<arg>${average_threshold}</arg>
<arg>${output_filename}</arg>
<status status="PASS" start="2026-09-06T03:06:22.039646" elapsed="0.001592"/>
</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-06T02:56:15.256440" elapsed="606.784852"/>
</kw>
<kw name="Sleep" owner="BuiltIn">
<msg time="2026-09-06T03:06:22.041736" 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-06T03:06:22.041428" elapsed="0.000360"/>
</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-06T03:06:22.042292" elapsed="0.000284"/>
</kw>
<status status="PASS" start="2026-09-06T03:06:22.042012" elapsed="0.000632"/>
</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-06T02:56:15.255213" elapsed="606.787475"/>
</test>
<test id="s1-t3" name="Rerun Latency Test To Check Bug 6176" line="65">
<kw name="Log" owner="BuiltIn">
<msg time="2026-09-06T03:06:22.044093" 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-06T03:06:22.043663" elapsed="0.000486"/>
</kw>
<kw name="Run Cbench And Log Results">
<kw name="Set Suite Variable" owner="BuiltIn">
<msg time="2026-09-06T03:06:22.045302" 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-06T03:06:22.044991" elapsed="0.000352"/>
</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-06T03:06:22.045690" elapsed="0.000021"/>
</kw>
<status status="NOT RUN" start="2026-09-06T03:06:22.045461" elapsed="0.000285"/>
</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-06T03:06:22.048661" elapsed="0.000020"/>
</kw>
<status status="NOT RUN" start="2026-09-06T03:06:22.048408" elapsed="0.000308"/>
</branch>
<status status="PASS" start="2026-09-06T03:06:22.048390" elapsed="0.000352"/>
</if>
<kw name="Get Connection" owner="SSHLibrary">
<msg time="2026-09-06T03:06:22.049103" 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-06T03:06:22.049215" 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-06T03:06:22.048897" elapsed="0.000343"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-09-06T03:06:22.049820" level="INFO">Attempting to execute command "/usr/local/bin/cbench -c 10.30.171.187 -m 60000 -M 100 -S 16 -l 10 -D 5000 -p 6633" on remote system "10.30.171.44" 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-06T03:06:22.049368" elapsed="0.000509"/>
</kw>
<kw name="Open Connection" owner="SSHLibrary">
<msg time="2026-09-06T03:06:22.050410" 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-06T03:06:22.050029" elapsed="0.000423"/>
</kw>
<kw name="Flexible_SSH_Login" owner="SSHKeywords">
<kw name="Get Length" owner="BuiltIn">
<msg time="2026-09-06T03:06:22.051433" level="INFO">Length is 0.</msg>
<msg time="2026-09-06T03:06:22.051556" 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-06T03:06:22.051103" elapsed="0.000482"/>
</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-06T03:06:22.051721" elapsed="0.000349"/>
</kw>
<kw name="Run Keyword And Return" owner="BuiltIn">
<kw name="Login With Public Key" owner="SSHLibrary">
<msg time="2026-09-06T03:06:22.052928" level="INFO">Logging into '10.30.171.44:22' as 'jenkins'.</msg>
<msg time="2026-09-06T03:06:22.710442" level="INFO">Read output: Welcome to Ubuntu 22.04.5 LTS (GNU/Linux 5.15.0-187-generic x86_64)

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

 System information as of Sun Sep  6 03:06:22 UTC 2026

  System load:  0.56               Processes:             104
  Usage of /:   20.2% of 38.58GB   Users logged in:       0
  Memory usage: 4%                 IPv4 address for ens3: 10.30.171.44
  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: Sun Sep  6 02:56:15 2026 from 10.30.171.100
[?2004h[jenkins@releng-00446-77-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-06T03:06:22.052597" elapsed="0.658094"/>
</kw>
<msg time="2026-09-06T03:06:22.710789" 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-06T03:06:22.052209" elapsed="0.658684"/>
</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-06T03:06:22.050666" elapsed="0.660374"/>
</kw>
<kw name="Execute Command" owner="SSHLibrary">
<msg time="2026-09-06T03:06:22.711736" level="INFO">Executing command '/usr/local/bin/cbench -c 10.30.171.187 -m 60000 -M 100 -S 16 -l 10 -D 5000 -p 6633'.</msg>
<msg time="2026-09-06T03:16:28.758698" level="INFO">Command exited with return code 0.</msg>
<msg time="2026-09-06T03:16:28.759133" level="INFO">${stdout} = </msg>
<msg time="2026-09-06T03:16:28.759204" level="INFO">${stderr} = cbench: controller benchmarking tool
   running in mode 'latency'
   connecting to controller at 10.30.171.187: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-06T03:06:22.711312" elapsed="606.047926"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-09-06T03:16:28.759648" elapsed="0.000521"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-09-06T03:16:28.760917" level="INFO">cbench: controller benchmarking tool
   running in mode 'latency'
   connecting to controller at 10.30.171.187: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.187. So far 1 cbench instances have initialized their switches.  Waiting for other cbench-instances
Thread-0: Total switches from ALL cbench-instances initialized.
03:07:27.832 16  switches: flows:  87805 86246 86529 85787 85971 82533 86872 83411 82089 80863 81206 80881 81861 78633 80095 81360  total = 22.202367 per ms 
03:08:27.933 16  switches: flows:  85443 85410 86275 85658 84877 80662 86715 85098 83442 80207 82007 81127 81696 81679 77611 80811  total = 22.108385 per ms 
03:09:28.035 16  switches: flows:  92547 88550 90214 90899 87656 84712 89346 88012 86874 83045 85685 84264 86381 86088 81221 84530  total = 23.128446 per ms 
03:10:28.136 16  switches: flows:  92354 87741 88494 88668 85412 84575 88561 85909 86284 83322 84522 83842 86756 84013 81309 81486  total = 22.849303 per ms 
03:11:28.237 16  switches: flows:  94003 92016 93006 91988 88197 88104 89245 89058 87931 85552 87572 85020 90544 87081 82517 85530  total = 23.583361 per ms 
03:12:28.337 16  switches: flows:  93679 90420 88793 90423 85122 85948 90736 88722 89699 84933 87327 85057 86527 86248 81883 86130  total = 23.321830 per ms 
03:13:28.438 16  switches: flows:  90079 90250 86324 88629 84375 84235 87899 86471 88558 83829 84690 84322 86908 85527 80835 82548  total = 22.886437 per ms 
03:14:28.539 16  switches: flows:  89809 89646 88443 88544 86939 85166 87116 86597 87476 84752 85910 83096 87583 87385 81482 84400  total = 23.033909 per ms 
03:15:28.640 16  switches: flows:  91979 92704 89886 91418 86898 88304 89747 87902 89633 85142 87852 85322 90263 88009 82256 84200  total = 23.486030 per ms 
03:16:28.740 16  switches: flows:  91687 89369 88251 90383 86149 86493 88216 86643 89580 84447 88240 84373 88216 86335 80328 84161  total = 23.175795 per ms 
RESULT: 16 switches 9 tests min/max/avg/stdev = 22108.39/23583.36/23063.72/7698.90 responses/s</msg>
<arg>${stderr}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-09-06T03:16:28.760391" elapsed="0.000739"/>
</kw>
<if>
<branch type="IF" condition="&quot;${return_stdout}&quot;!=&quot;True&quot;">
<return>
<value>${stderr}</value>
<status status="PASS" start="2026-09-06T03:16:28.761474" elapsed="0.000066"/>
</return>
<status status="PASS" start="2026-09-06T03:16:28.761250" elapsed="0.000337"/>
</branch>
<status status="PASS" start="2026-09-06T03:16:28.761218" elapsed="0.000401"/>
</if>
<if>
<branch type="IF" condition="&quot;${return_stderr}&quot;!=&quot;True&quot;">
<return>
<value>${stdout}</value>
<status status="NOT RUN" start="2026-09-06T03:16:28.761757" elapsed="0.000018"/>
</return>
<status status="NOT RUN" start="2026-09-06T03:16:28.761694" elapsed="0.000119"/>
</branch>
<status status="NOT RUN" start="2026-09-06T03:16:28.761673" elapsed="0.000167"/>
</if>
<return>
<value>${stdout}</value>
<value>${stderr}</value>
<status status="NOT RUN" start="2026-09-06T03:16:28.761879" elapsed="0.000017"/>
</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-06T03:16:28.765496" elapsed="0.000486"/>
</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-06T03:16:28.766174" elapsed="0.000212"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-09-06T03:16:28.766594" elapsed="0.000134"/>
</kw>
<arg>${current_ssh_connection.index}</arg>
<doc>Restore active SSH connection in SSHLibrary to given index.</doc>
<status status="PASS" start="2026-09-06T03:16:28.762308" elapsed="0.004490"/>
</kw>
<msg time="2026-09-06T03:16:28.766980" level="INFO">${output} = cbench: controller benchmarking tool
   running in mode 'latency'
   connecting to controller at 10.30.171.187: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-06T03:06:22.046091" elapsed="606.720926"/>
</kw>
<status status="PASS" start="2026-09-06T03:06:22.045770" elapsed="606.721310"/>
</branch>
<status status="PASS" start="2026-09-06T03:06:22.045441" elapsed="606.721671"/>
</if>
<kw name="Log" owner="BuiltIn">
<msg time="2026-09-06T03:16:28.767729" level="INFO">cbench: controller benchmarking tool
   running in mode 'latency'
   connecting to controller at 10.30.171.187: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.187. So far 1 cbench instances have initialized their switches.  Waiting for other cbench-instances
Thread-0: Total switches from ALL cbench-instances initialized.
03:07:27.832 16  switches: flows:  87805 86246 86529 85787 85971 82533 86872 83411 82089 80863 81206 80881 81861 78633 80095 81360  total = 22.202367 per ms 
03:08:27.933 16  switches: flows:  85443 85410 86275 85658 84877 80662 86715 85098 83442 80207 82007 81127 81696 81679 77611 80811  total = 22.108385 per ms 
03:09:28.035 16  switches: flows:  92547 88550 90214 90899 87656 84712 89346 88012 86874 83045 85685 84264 86381 86088 81221 84530  total = 23.128446 per ms 
03:10:28.136 16  switches: flows:  92354 87741 88494 88668 85412 84575 88561 85909 86284 83322 84522 83842 86756 84013 81309 81486  total = 22.849303 per ms 
03:11:28.237 16  switches: flows:  94003 92016 93006 91988 88197 88104 89245 89058 87931 85552 87572 85020 90544 87081 82517 85530  total = 23.583361 per ms 
03:12:28.337 16  switches: flows:  93679 90420 88793 90423 85122 85948 90736 88722 89699 84933 87327 85057 86527 86248 81883 86130  total = 23.321830 per ms 
03:13:28.438 16  switches: flows:  90079 90250 86324 88629 84375 84235 87899 86471 88558 83829 84690 84322 86908 85527 80835 82548  total = 22.886437 per ms 
03:14:28.539 16  switches: flows:  89809 89646 88443 88544 86939 85166 87116 86597 87476 84752 85910 83096 87583 87385 81482 84400  total = 23.033909 per ms 
03:15:28.640 16  switches: flows:  91979 92704 89886 91418 86898 88304 89747 87902 89633 85142 87852 85322 90263 88009 82256 84200  total = 23.486030 per ms 
03:16:28.740 16  switches: flows:  91687 89369 88251 90383 86149 86493 88216 86643 89580 84447 88240 84373 88216 86335 80328 84161  total = 23.175795 per ms 
RESULT: 16 switches 9 tests min/max/avg/stdev = 22108.39/23583.36/23063.72/7698.90 responses/s</msg>
<arg>${output}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-09-06T03:16:28.767303" elapsed="0.000523"/>
</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-06T03:16:28.768031" elapsed="0.000582"/>
</kw>
<kw name="Get Lines Containing String" owner="String">
<msg time="2026-09-06T03:16:28.769137" level="INFO">1 out of 23 lines matched.</msg>
<msg time="2026-09-06T03:16:28.769255" level="INFO">${result_line} = RESULT: 16 switches 9 tests min/max/avg/stdev = 22108.39/23583.36/23063.72/7698.90 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-06T03:16:28.768824" elapsed="0.000461"/>
</kw>
<kw name="Split String" owner="String">
<msg time="2026-09-06T03:16:28.769841" level="INFO">@{results_list} = [ RESULT: | 16 | switches | 9 | tests | min/max/avg/stdev | = | 22108.39/23583.36/23063.72/7698.90 | 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-06T03:16:28.769501" elapsed="0.000374"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-09-06T03:16:28.773066" 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-06T03:16:28.770092" elapsed="0.003050"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-09-06T03:16:28.776288" level="INFO">22108.39/23583.36/23063.72/7698.90</msg>
<arg>${results_list[7]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-09-06T03:16:28.773331" elapsed="0.003030"/>
</kw>
<kw name="Split String" owner="String">
<msg time="2026-09-06T03:16:28.779571" 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-06T03:16:28.776596" elapsed="0.003012"/>
</kw>
<kw name="Split String" owner="String">
<msg time="2026-09-06T03:16:28.782830" level="INFO">@{result_value_list} = [ 22108.39 | 23583.36 | 23063.72 | 7698.90 ]</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-06T03:16:28.779864" elapsed="0.003002"/>
</kw>
<kw name="Get Length" owner="BuiltIn">
<msg time="2026-09-06T03:16:28.783566" level="INFO">Length is 4.</msg>
<msg time="2026-09-06T03:16:28.783686" 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-06T03:16:28.783065" elapsed="0.000653"/>
</kw>
<for flavor="IN RANGE">
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-09-06T03:16:28.789943" level="INFO">min :: 22108.39</msg>
<arg>${result_name_list[${i}]} :: ${result_value_list[${i}]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-09-06T03:16:28.784201" elapsed="0.005816"/>
</kw>
<var name="${i}">0</var>
<status status="PASS" start="2026-09-06T03:16:28.784033" elapsed="0.006028"/>
</iter>
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-09-06T03:16:28.796100" level="INFO">max :: 23583.36</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-06T03:16:28.790353" elapsed="0.005820"/>
</kw>
<var name="${i}">1</var>
<status status="PASS" start="2026-09-06T03:16:28.790172" elapsed="0.006044"/>
</iter>
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-09-06T03:16:28.802630" level="INFO">avg :: 23063.72</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-06T03:16:28.796732" elapsed="0.005974"/>
</kw>
<var name="${i}">2</var>
<status status="PASS" start="2026-09-06T03:16:28.796322" elapsed="0.006427"/>
</iter>
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-09-06T03:16:28.808873" level="INFO">stdev :: 7698.90</msg>
<arg>${result_name_list[${i}]} :: ${result_value_list[${i}]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-09-06T03:16:28.803053" elapsed="0.005874"/>
</kw>
<var name="${i}">3</var>
<status status="PASS" start="2026-09-06T03:16:28.802873" elapsed="0.006095"/>
</iter>
<var>${i}</var>
<value>0</value>
<value>${num_stats}</value>
<status status="PASS" start="2026-09-06T03:16:28.783797" elapsed="0.025206"/>
</for>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-09-06T03:16:28.812822" level="INFO">${min} = 22108.39</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-06T03:16:28.809167" elapsed="0.003680"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-09-06T03:16:28.816634" level="INFO">${max} = 23583.36</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-06T03:16:28.812992" elapsed="0.003666"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-09-06T03:16:28.820346" level="INFO">${average} = 23063.72</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-06T03:16:28.816801" elapsed="0.003575"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-09-06T03:16:28.824077" level="INFO">${stdev} = 7698.90</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-06T03:16:28.820567" elapsed="0.003535"/>
</kw>
<kw name="Get Time" owner="BuiltIn">
<msg time="2026-09-06T03:16:28.824630" level="INFO">${date} = 2026-09-06 03:16:28</msg>
<var>${date}</var>
<arg>d,m,s</arg>
<doc>Returns the given time in the requested format.</doc>
<status status="PASS" start="2026-09-06T03:16:28.824251" elapsed="0.000403"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-09-06T03:16:28.825162" level="INFO">CBench Result: 2026-09-06 03:16:28,-m 60000 -M 100 -S 16 -l 10 -D 5000 -p 6633,22108.39,23583.36,23063.72,7698.90</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-06T03:16:28.824789" elapsed="0.000425"/>
</kw>
<kw name="Log Results And Determine Status">
<kw name="Append To File" owner="OperatingSystem">
<msg time="2026-09-06T03:16:28.826338" 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-06T03:16:28.825843" elapsed="0.000558"/>
</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-06T03:16:28.826581" elapsed="0.000438"/>
</kw>
<arg>${min}</arg>
<arg>${max}</arg>
<arg>${average}</arg>
<arg>${average_threshold}</arg>
<arg>${output_filename}</arg>
<status status="PASS" start="2026-09-06T03:16:28.825357" elapsed="0.001723"/>
</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-06T03:06:22.044450" elapsed="606.782685"/>
</kw>
<kw name="Sleep" owner="BuiltIn">
<msg time="2026-09-06T03:16:28.827603" 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-06T03:16:28.827272" elapsed="0.000386"/>
</kw>
<kw name="Report Failure Due To Bug" owner="Utils" type="TEARDOWN">
<kw name="Evaluate" owner="BuiltIn">
<msg time="2026-09-06T03:16:28.828853" 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-06T03:16:28.828342" elapsed="0.000536"/>
</kw>
<if>
<branch type="IF" condition="('${TEST_STATUS}' != 'FAIL') or ${test_skipped}">
<return>
<status status="PASS" start="2026-09-06T03:16:28.829096" elapsed="0.000037"/>
</return>
<status status="PASS" start="2026-09-06T03:16:28.828954" elapsed="0.000209"/>
</branch>
<status status="PASS" start="2026-09-06T03:16:28.828933" 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-06T03:16:28.829324" 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-06T03:16:28.829488" elapsed="0.000033"/>
</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-06T03:16:28.829663" 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-06T03:16:28.829803" elapsed="0.000017"/>
</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-06T03:16:28.829981" 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-06T03:16:28.830113" elapsed="0.000017"/>
</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-06T03:16:28.830241" elapsed="0.000018"/>
</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-06T03:16:28.830458" elapsed="0.000025"/>
</kw>
<status status="NOT RUN" start="2026-09-06T03:16:28.830316" elapsed="0.000210"/>
</branch>
<status status="NOT RUN" start="2026-09-06T03:16:28.830301" elapsed="0.000248"/>
</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-06T03:16:28.828033" elapsed="0.002574"/>
</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-06T03:06:22.043023" elapsed="606.787632"/>
</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-06T02:46:06.452098" elapsed="1822.379280"/>
</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>
