<?xml version="1.0" encoding="UTF-8"?>
<robot generator="Robot 7.4.2 (Python 3.11.10 on linux)" generated="2026-06-27T02:56:09.421054" 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-06-27T02:56:09.983614" elapsed="0.000024"/>
</return>
<status status="NOT RUN" start="2026-06-27T02:56:09.983472" elapsed="0.000222"/>
</branch>
<status status="PASS" start="2026-06-27T02:56:09.983439" 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-06-27T02:56:09.983866" elapsed="0.000550"/>
</kw>
<kw name="Login" owner="SSHLibrary">
<msg time="2026-06-27T02:56:09.984891" level="INFO">Logging into '10.30.171.84:8101' as 'karaf'.</msg>
<msg time="2026-06-27T02:56:10.846585" 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-06-27T02:56:09.984589" elapsed="0.862179"/>
</kw>
<kw name="Write" owner="SSHLibrary">
<msg time="2026-06-27T02:56:10.894149" 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-06-27T02:56:10.847036" elapsed="0.047226"/>
</kw>
<kw name="Read Until Regexp" owner="SSHLibrary">
<msg time="2026-06-27T02:56:10.896768" level="INFO">[?1l&gt;[?2004l[?1h=[90m~[0m                                                                                [?2004hopendaylight-user@root&gt;</msg>
<msg time="2026-06-27T02:56:10.896924" 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-06-27T02:56:10.894550" elapsed="0.002418"/>
</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-06-27T02:56:10.897195" elapsed="0.000320"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-06-27T02:56:10.897736" elapsed="0.000343"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-06-27T02:56:10.898791" 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-06-27T02:56:10.898300" elapsed="0.000574"/>
</kw>
<return>
<value>${output}</value>
<status status="PASS" start="2026-06-27T02:56:10.898947" elapsed="0.000068"/>
</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.84
Note that this keyword will open&amp;close new SSH connection, without switching back to previously current session.</doc>
<status status="PASS" start="2026-06-27T02:56:09.983079" elapsed="0.916102"/>
</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-06-27T02:56:09.979539" elapsed="0.919732"/>
</kw>
<kw name="Append To File" owner="OperatingSystem">
<msg time="2026-06-27T02:56:10.900056" 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-06-27T02:56:10.899554" elapsed="0.000587"/>
</kw>
<kw name="Append To File" owner="OperatingSystem">
<msg time="2026-06-27T02:56:10.900799" 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-06-27T02:56:10.900388" elapsed="0.000493"/>
</kw>
<kw name="Evaluate" owner="BuiltIn">
<msg time="2026-06-27T02:56:10.901691" 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-06-27T02:56:10.901104" elapsed="0.000627"/>
</kw>
<kw name="Set Suite Variable" owner="BuiltIn">
<msg time="2026-06-27T02:56:10.902475" 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-06-27T02:56:10.901974" elapsed="0.000563"/>
</kw>
<kw name="Evaluate" owner="BuiltIn">
<msg time="2026-06-27T02:56:10.903288" 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-06-27T02:56:10.902750" elapsed="0.000577"/>
</kw>
<kw name="Set Suite Variable" owner="BuiltIn">
<msg time="2026-06-27T02:56:10.904041" 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-06-27T02:56:10.903587" elapsed="0.000515"/>
</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-06-27T02:56:10.904572" elapsed="0.000032"/>
</kw>
<status status="NOT RUN" start="2026-06-27T02:56:10.904223" elapsed="0.000431"/>
</branch>
<branch type="ELSE">
<kw name="Verify File Exists On Remote System" owner="Utils">
<kw name="Open Connection" owner="SSHLibrary">
<msg time="2026-06-27T02:56:10.910297" 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-06-27T02:56:10.909881" elapsed="0.000443"/>
</kw>
<kw name="Flexible_SSH_Login" owner="SSHKeywords">
<kw name="Get Length" owner="BuiltIn">
<msg time="2026-06-27T02:56:10.911375" level="INFO">Length is 0.</msg>
<msg time="2026-06-27T02:56:10.911460" 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-06-27T02:56:10.910902" elapsed="0.000582"/>
</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-06-27T02:56:10.911628" elapsed="0.000342"/>
</kw>
<kw name="Run Keyword And Return" owner="BuiltIn">
<kw name="Login With Public Key" owner="SSHLibrary">
<msg time="2026-06-27T02:56:10.913031" level="INFO">Logging into '10.30.170.223:22' as 'jenkins'.</msg>
<msg time="2026-06-27T02:56:11.702325" level="INFO">Read output: Welcome to Ubuntu 22.04.5 LTS (GNU/Linux 5.15.0-153-generic x86_64)

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

 System information as of Sat Jun 27 02:56:11 UTC 2026

  System load:  0.02               Processes:             109
  Usage of /:   19.3% of 38.58GB   Users logged in:       0
  Memory usage: 4%                 IPv4 address for ens3: 10.30.170.223
  Swap usage:   0%


Expanded Security Maintenance for Applications is not enabled.

0 updates can be applied immediately.

9 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-8-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-06-27T02:56:10.912492" elapsed="0.790022"/>
</kw>
<msg time="2026-06-27T02:56:11.702618" 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-06-27T02:56:10.912124" elapsed="0.790592"/>
</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-06-27T02:56:10.910549" elapsed="0.792287"/>
</kw>
<kw name="File Should Exist" owner="SSHLibrary">
<msg time="2026-06-27T02:56:11.712252" 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-06-27T02:56:11.703052" elapsed="0.011269"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-06-27T02:56:11.714827" elapsed="0.000691"/>
</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-06-27T02:56:10.909343" elapsed="0.806349"/>
</kw>
<status status="PASS" start="2026-06-27T02:56:10.904753" elapsed="0.811046"/>
</branch>
<status status="PASS" start="2026-06-27T02:56:10.904187" elapsed="0.811684"/>
</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-06-27T02:56:11.716297" elapsed="0.001249"/>
</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-06-27T02:56:11.727084" elapsed="0.000019"/>
</return>
<status status="NOT RUN" start="2026-06-27T02:56:11.726958" elapsed="0.000180"/>
</branch>
<status status="PASS" start="2026-06-27T02:56:11.726931" elapsed="0.000232"/>
</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-06-27T02:56:11.730670" elapsed="0.000015"/>
</return>
<status status="NOT RUN" start="2026-06-27T02:56:11.730554" elapsed="0.000164"/>
</branch>
<status status="PASS" start="2026-06-27T02:56:11.730533" elapsed="0.000207"/>
</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-06-27T02:56:11.730879" elapsed="0.000442"/>
</kw>
<kw name="Login" owner="SSHLibrary">
<msg time="2026-06-27T02:56:11.731746" level="INFO">Logging into '10.30.171.84:8101' as 'karaf'.</msg>
<msg time="2026-06-27T02:56:11.919892" 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-06-27T02:56:11.731483" elapsed="0.188657"/>
</kw>
<kw name="Write" owner="SSHLibrary">
<msg time="2026-06-27T02:56:12.022074" 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-06-27T02:56:11.920504" elapsed="0.101735"/>
</kw>
<kw name="Read Until Regexp" owner="SSHLibrary">
<msg time="2026-06-27T02:56:12.026451" level="INFO">[?1l&gt;[?2004l[31;1modl-openflowplugin-drop-test[0m                                    x 1.0.0            x x        x Started x [31;1modl-openflowplugin-drop-test[0m                                    x OpenDaylight :: Openflow Plugin :: Drop Test
[?1h=[90m~[0m                                                                                [?2004hopendaylight-user@root&gt;</msg>
<msg time="2026-06-27T02:56:12.026670" level="INFO">${output} = [?1l&gt;[?2004l[31;1modl-openflowplugin-drop-test[0m                                    x 1.0.0            x x        x Started x [31;1modl-openflowplugin-drop-test[0m                     ...</msg>
<var>${output}</var>
<arg>${KARAF_PROMPT}</arg>
<doc>Consumes and returns the server output until a match to ``regexp`` is found.</doc>
<status status="PASS" start="2026-06-27T02:56:12.022543" elapsed="0.004160"/>
</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-06-27T02:56:12.026853" elapsed="0.000222"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-06-27T02:56:12.027227" elapsed="0.000233"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-06-27T02:56:12.027922" level="INFO">[?1l&gt;[?2004l[31;1modl-openflowplugin-drop-test[0m                                    x 1.0.0            x x        x Started x [31;1modl-openflowplugin-drop-test[0m                                    x OpenDaylight :: Openflow Plugin :: Drop Test
[?1h=[90m~[0m                                                                                [?2004hopendaylight-user@root&gt;</msg>
<arg>${output}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-06-27T02:56:12.027599" elapsed="0.000377"/>
</kw>
<return>
<value>${output}</value>
<status status="PASS" start="2026-06-27T02:56:12.028028" elapsed="0.000057"/>
</return>
<msg time="2026-06-27T02:56:12.028255" level="INFO">${output} = [?1l&gt;[?2004l[31;1modl-openflowplugin-drop-test[0m                                    x 1.0.0            x x        x Started x [31;1modl-openflowplugin-drop-test[0m                     ...</msg>
<var>${output}</var>
<arg>feature:list -i | grep ${feature_name}</arg>
<arg>${controller}</arg>
<arg>${karaf_port}</arg>
<doc>Will execute the given ${cmd} by ssh'ing to the karaf console running on 10.30.171.84
Note that this keyword will open&amp;close new SSH connection, without switching back to previously current session.</doc>
<status status="PASS" start="2026-06-27T02:56:11.730179" elapsed="0.298109"/>
</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-06-27T02:56:12.028493" elapsed="0.000689"/>
</kw>
<return>
<value>${output}</value>
<status status="PASS" start="2026-06-27T02:56:12.029242" elapsed="0.000037"/>
</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-06-27T02:56:11.726627" elapsed="0.302793"/>
</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-06-27T02:56:12.033198" elapsed="0.000016"/>
</return>
<status status="NOT RUN" start="2026-06-27T02:56:12.033036" elapsed="0.000211"/>
</branch>
<status status="PASS" start="2026-06-27T02:56:12.033010" 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-06-27T02:56:12.033475" elapsed="0.000518"/>
</kw>
<kw name="Login" owner="SSHLibrary">
<msg time="2026-06-27T02:56:12.034431" level="INFO">Logging into '10.30.171.84:8101' as 'karaf'.</msg>
<msg time="2026-06-27T02:56:12.253931" 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-06-27T02:56:12.034146" elapsed="0.219978"/>
</kw>
<kw name="Write" owner="SSHLibrary">
<msg time="2026-06-27T02:56:12.288588" 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-06-27T02:56:12.254395" elapsed="0.034302"/>
</kw>
<kw name="Read Until Regexp" owner="SSHLibrary">
<msg time="2026-06-27T02:56:12.292520" level="INFO">[?1l&gt;[?2004lDropAllFlows transitions to on
[?1h=[90m~[0m                                                                                [?2004hopendaylight-user@root&gt;</msg>
<msg time="2026-06-27T02:56:12.292769" 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-06-27T02:56:12.288939" elapsed="0.003897"/>
</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-06-27T02:56:12.293145" elapsed="0.000514"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-06-27T02:56:12.293904" elapsed="0.000200"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-06-27T02:56:12.294584" 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-06-27T02:56:12.294242" elapsed="0.000403"/>
</kw>
<return>
<value>${output}</value>
<status status="PASS" start="2026-06-27T02:56:12.294699" elapsed="0.000054"/>
</return>
<arg>dropallpacketsrpc on</arg>
<doc>Will execute the given ${cmd} by ssh'ing to the karaf console running on 10.30.171.84
Note that this keyword will open&amp;close new SSH connection, without switching back to previously current session.</doc>
<status status="PASS" start="2026-06-27T02:56:12.032691" elapsed="0.262195"/>
</kw>
<status status="PASS" start="2026-06-27T02:56:09.977737" elapsed="2.317214"/>
</kw>
<test id="s1-t1" name="Cbench Latency Test" line="37">
<kw name="Log" owner="BuiltIn">
<msg time="2026-06-27T02:56:12.297103" 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-06-27T02:56:12.296035" elapsed="0.001136"/>
</kw>
<kw name="Run Cbench And Log Results">
<kw name="Set Suite Variable" owner="BuiltIn">
<msg time="2026-06-27T02:56:12.298745" 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-06-27T02:56:12.298370" elapsed="0.000422"/>
</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-06-27T02:56:12.299117" elapsed="0.000023"/>
</kw>
<status status="NOT RUN" start="2026-06-27T02:56:12.298877" elapsed="0.000299"/>
</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-06-27T02:56:12.302146" elapsed="0.000021"/>
</kw>
<status status="NOT RUN" start="2026-06-27T02:56:12.301873" elapsed="0.000329"/>
</branch>
<status status="PASS" start="2026-06-27T02:56:12.301846" elapsed="0.000383"/>
</if>
<kw name="Get Connection" owner="SSHLibrary">
<msg time="2026-06-27T02:56:12.302810" 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-06-27T02:56:12.302941" 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-06-27T02:56:12.302379" elapsed="0.000589"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-06-27T02:56:12.303577" level="INFO">Attempting to execute command "/usr/local/bin/cbench -c 10.30.171.84 -m 60000 -M 100 -S 16 -l 10 -D 5000 -p 6633" on remote system "10.30.170.223" 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-06-27T02:56:12.303106" elapsed="0.000537"/>
</kw>
<kw name="Open Connection" owner="SSHLibrary">
<msg time="2026-06-27T02:56:12.304269" 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-06-27T02:56:12.303784" elapsed="0.000511"/>
</kw>
<kw name="Flexible_SSH_Login" owner="SSHKeywords">
<kw name="Get Length" owner="BuiltIn">
<msg time="2026-06-27T02:56:12.305293" level="INFO">Length is 0.</msg>
<msg time="2026-06-27T02:56:12.305411" 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-06-27T02:56:12.304927" elapsed="0.000510"/>
</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-06-27T02:56:12.305578" elapsed="0.000335"/>
</kw>
<kw name="Run Keyword And Return" owner="BuiltIn">
<kw name="Login With Public Key" owner="SSHLibrary">
<msg time="2026-06-27T02:56:12.306846" level="INFO">Logging into '10.30.170.223:22' as 'jenkins'.</msg>
<msg time="2026-06-27T02:56:12.671259" level="INFO">Read output: Welcome to Ubuntu 22.04.5 LTS (GNU/Linux 5.15.0-153-generic x86_64)

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

 System information as of Sat Jun 27 02:56:11 UTC 2026

  System load:  0.02               Processes:             109
  Usage of /:   19.3% of 38.58GB   Users logged in:       0
  Memory usage: 4%                 IPv4 address for ens3: 10.30.170.223
  Swap usage:   0%


Expanded Security Maintenance for Applications is not enabled.

0 updates can be applied immediately.

9 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: Sat Jun 27 02:56:11 2026 from 10.30.171.99
[?2004h[jenkins@releng-00446-8-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-06-27T02:56:12.306446" elapsed="0.365062"/>
</kw>
<msg time="2026-06-27T02:56:12.671599" 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-06-27T02:56:12.306067" elapsed="0.365619"/>
</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-06-27T02:56:12.304535" elapsed="0.367282"/>
</kw>
<kw name="Execute Command" owner="SSHLibrary">
<msg time="2026-06-27T02:56:12.672374" level="INFO">Executing command '/usr/local/bin/cbench -c 10.30.171.84 -m 60000 -M 100 -S 16 -l 10 -D 5000 -p 6633'.</msg>
<msg time="2026-06-27T03:06:18.844204" level="INFO">Command exited with return code 0.</msg>
<msg time="2026-06-27T03:06:18.845759" level="INFO">${stdout} = </msg>
<msg time="2026-06-27T03:06:18.845872" level="INFO">${stderr} = cbench: controller benchmarking tool
   running in mode 'latency'
   connecting to controller at 10.30.171.84:6633 
   faking 16 switches with 1 threads :: 10 tests each; 60000 ms per test
   with 100...</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-06-27T02:56:12.672050" elapsed="606.173891"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-06-27T03:06:18.846435" elapsed="0.000887"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-06-27T03:06:18.848519" level="INFO">cbench: controller benchmarking tool
   running in mode 'latency'
   connecting to controller at 10.30.171.84: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.84. 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:17.922 16  switches: flows:  105972 109148 107273 107319 108949 103975 108222 108264 103711 106377 105591 104795 105963 105691 106411 106297  total = 28.399300 per ms 
02:58:18.022 16  switches: flows:  119805 121978 120610 122445 120717 119158 121112 121841 118256 117459 120252 118489 116820 119208 118561 118223  total = 31.862343 per ms 
02:59:18.123 16  switches: flows:  115745 117712 116283 118385 118547 115227 116114 116861 113397 112444 115454 113007 114168 115899 115731 114118  total = 30.766801 per ms 
03:00:18.223 16  switches: flows:  118942 118453 116643 118695 117577 115369 117755 117709 115324 113115 114973 113777 113379 115883 116065 113109  total = 30.894535 per ms 
03:01:18.323 16  switches: flows:  122148 121541 120133 122099 122090 119496 120822 120785 117587 115020 119683 117999 117044 120906 119743 117154  total = 31.850990 per ms 
03:02:18.424 16  switches: flows:  121372 122674 122067 123376 123243 120091 122420 121951 117596 118045 120813 117393 118873 121944 120197 115286  total = 32.068790 per ms 
03:03:18.525 16  switches: flows:  122092 123734 120950 122682 122219 120967 122692 123385 116997 118113 119583 118146 118255 120378 119349 117180  total = 32.057868 per ms 
03:04:18.626 16  switches: flows:  109810 109933 110900 109504 110354 108823 110637 110317 106425 105186 108853 107612 108114 108842 108540 105210  total = 28.935903 per ms 
03:05:18.726 16  switches: flows:  118882 121249 118597 121163 120779 117185 120528 120338 118177 116756 117804 117486 117758 118775 116928 117702  total = 31.615671 per ms 
03:06:18.826 16  switches: flows:  119071 122966 121088 120666 121590 116591 122802 118262 120353 116022 120472 118789 117609 120504 116439 116818  total = 31.780981 per ms 
RESULT: 16 switches 9 tests min/max/avg/stdev = 28935.90/32068.79/31314.88/10481.59 responses/s</msg>
<arg>${stderr}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-06-27T03:06:18.847727" elapsed="0.001118"/>
</kw>
<if>
<branch type="IF" condition="&quot;${return_stdout}&quot;!=&quot;True&quot;">
<return>
<value>${stderr}</value>
<status status="PASS" start="2026-06-27T03:06:18.849346" elapsed="0.000121"/>
</return>
<status status="PASS" start="2026-06-27T03:06:18.849044" elapsed="0.000510"/>
</branch>
<status status="PASS" start="2026-06-27T03:06:18.848984" elapsed="0.000627"/>
</if>
<if>
<branch type="IF" condition="&quot;${return_stderr}&quot;!=&quot;True&quot;">
<return>
<value>${stdout}</value>
<status status="NOT RUN" start="2026-06-27T03:06:18.849829" elapsed="0.000030"/>
</return>
<status status="NOT RUN" start="2026-06-27T03:06:18.849746" elapsed="0.000175"/>
</branch>
<status status="NOT RUN" start="2026-06-27T03:06:18.849710" elapsed="0.000261"/>
</if>
<return>
<value>${stdout}</value>
<value>${stderr}</value>
<status status="NOT RUN" start="2026-06-27T03:06:18.850047" elapsed="0.000031"/>
</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-06-27T03:06:18.854465" elapsed="0.000500"/>
</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-06-27T03:06:18.855270" elapsed="0.000300"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-06-27T03:06:18.855770" elapsed="0.000150"/>
</kw>
<arg>${current_ssh_connection.index}</arg>
<doc>Restore active SSH connection in SSHLibrary to given index.</doc>
<status status="PASS" start="2026-06-27T03:06:18.850810" elapsed="0.005189"/>
</kw>
<msg time="2026-06-27T03:06:18.856208" level="INFO">${output} = cbench: controller benchmarking tool
   running in mode 'latency'
   connecting to controller at 10.30.171.84:6633 
   faking 16 switches with 1 threads :: 10 tests each; 60000 ms per test
   with 100...</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-06-27T02:56:12.299542" elapsed="606.556707"/>
</kw>
<status status="PASS" start="2026-06-27T02:56:12.299205" elapsed="606.557116"/>
</branch>
<status status="PASS" start="2026-06-27T02:56:12.298852" elapsed="606.557525"/>
</if>
<kw name="Log" owner="BuiltIn">
<msg time="2026-06-27T03:06:18.857026" level="INFO">cbench: controller benchmarking tool
   running in mode 'latency'
   connecting to controller at 10.30.171.84: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.84. 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:17.922 16  switches: flows:  105972 109148 107273 107319 108949 103975 108222 108264 103711 106377 105591 104795 105963 105691 106411 106297  total = 28.399300 per ms 
02:58:18.022 16  switches: flows:  119805 121978 120610 122445 120717 119158 121112 121841 118256 117459 120252 118489 116820 119208 118561 118223  total = 31.862343 per ms 
02:59:18.123 16  switches: flows:  115745 117712 116283 118385 118547 115227 116114 116861 113397 112444 115454 113007 114168 115899 115731 114118  total = 30.766801 per ms 
03:00:18.223 16  switches: flows:  118942 118453 116643 118695 117577 115369 117755 117709 115324 113115 114973 113777 113379 115883 116065 113109  total = 30.894535 per ms 
03:01:18.323 16  switches: flows:  122148 121541 120133 122099 122090 119496 120822 120785 117587 115020 119683 117999 117044 120906 119743 117154  total = 31.850990 per ms 
03:02:18.424 16  switches: flows:  121372 122674 122067 123376 123243 120091 122420 121951 117596 118045 120813 117393 118873 121944 120197 115286  total = 32.068790 per ms 
03:03:18.525 16  switches: flows:  122092 123734 120950 122682 122219 120967 122692 123385 116997 118113 119583 118146 118255 120378 119349 117180  total = 32.057868 per ms 
03:04:18.626 16  switches: flows:  109810 109933 110900 109504 110354 108823 110637 110317 106425 105186 108853 107612 108114 108842 108540 105210  total = 28.935903 per ms 
03:05:18.726 16  switches: flows:  118882 121249 118597 121163 120779 117185 120528 120338 118177 116756 117804 117486 117758 118775 116928 117702  total = 31.615671 per ms 
03:06:18.826 16  switches: flows:  119071 122966 121088 120666 121590 116591 122802 118262 120353 116022 120472 118789 117609 120504 116439 116818  total = 31.780981 per ms 
RESULT: 16 switches 9 tests min/max/avg/stdev = 28935.90/32068.79/31314.88/10481.59 responses/s</msg>
<arg>${output}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-06-27T03:06:18.856586" elapsed="0.000564"/>
</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-06-27T03:06:18.857391" elapsed="0.000554"/>
</kw>
<kw name="Get Lines Containing String" owner="String">
<msg time="2026-06-27T03:06:18.858609" level="INFO">1 out of 23 lines matched.</msg>
<msg time="2026-06-27T03:06:18.858748" level="INFO">${result_line} = RESULT: 16 switches 9 tests min/max/avg/stdev = 28935.90/32068.79/31314.88/10481.59 responses/s</msg>
<var>${result_line}</var>
<arg>${output}</arg>
<arg>RESULT</arg>
<doc>Returns lines of the given ``string`` that contain the ``pattern``.</doc>
<status status="PASS" start="2026-06-27T03:06:18.858199" elapsed="0.000587"/>
</kw>
<kw name="Split String" owner="String">
<msg time="2026-06-27T03:06:18.859457" level="INFO">@{results_list} = [ RESULT: | 16 | switches | 9 | tests | min/max/avg/stdev | = | 28935.90/32068.79/31314.88/10481.59 | responses/s ]</msg>
<var>@{results_list}</var>
<arg>${result_line}</arg>
<doc>Splits the ``string`` using ``separator`` as a delimiter string.</doc>
<status status="PASS" start="2026-06-27T03:06:18.859040" elapsed="0.000459"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-06-27T03:06:18.863504" 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-06-27T03:06:18.859709" elapsed="0.003859"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-06-27T03:06:18.866319" level="INFO">28935.90/32068.79/31314.88/10481.59</msg>
<arg>${results_list[7]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-06-27T03:06:18.863715" elapsed="0.002682"/>
</kw>
<kw name="Split String" owner="String">
<msg time="2026-06-27T03:06:18.868887" 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-06-27T03:06:18.866556" elapsed="0.002360"/>
</kw>
<kw name="Split String" owner="String">
<msg time="2026-06-27T03:06:18.871763" level="INFO">@{result_value_list} = [ 28935.90 | 32068.79 | 31314.88 | 10481.59 ]</msg>
<var>@{result_value_list}</var>
<arg>${results_list[7]}</arg>
<arg>/</arg>
<doc>Splits the ``string`` using ``separator`` as a delimiter string.</doc>
<status status="PASS" start="2026-06-27T03:06:18.869157" elapsed="0.002634"/>
</kw>
<kw name="Get Length" owner="BuiltIn">
<msg time="2026-06-27T03:06:18.872298" level="INFO">Length is 4.</msg>
<msg time="2026-06-27T03:06:18.872406" 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-06-27T03:06:18.871950" elapsed="0.000482"/>
</kw>
<for flavor="IN RANGE">
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-06-27T03:06:18.877431" level="INFO">min :: 28935.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-06-27T03:06:18.872994" elapsed="0.004496"/>
</kw>
<var name="${i}">0</var>
<status status="PASS" start="2026-06-27T03:06:18.872831" elapsed="0.004695"/>
</iter>
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-06-27T03:06:18.882168" level="INFO">max :: 32068.79</msg>
<arg>${result_name_list[${i}]} :: ${result_value_list[${i}]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-06-27T03:06:18.877749" elapsed="0.004499"/>
</kw>
<var name="${i}">1</var>
<status status="PASS" start="2026-06-27T03:06:18.877621" elapsed="0.004678"/>
</iter>
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-06-27T03:06:18.886974" level="INFO">avg :: 31314.88</msg>
<arg>${result_name_list[${i}]} :: ${result_value_list[${i}]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-06-27T03:06:18.882548" elapsed="0.004485"/>
</kw>
<var name="${i}">2</var>
<status status="PASS" start="2026-06-27T03:06:18.882413" elapsed="0.004654"/>
</iter>
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-06-27T03:06:18.893404" level="INFO">stdev :: 10481.59</msg>
<arg>${result_name_list[${i}]} :: ${result_value_list[${i}]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-06-27T03:06:18.887287" elapsed="0.006216"/>
</kw>
<var name="${i}">3</var>
<status status="PASS" start="2026-06-27T03:06:18.887160" elapsed="0.006402"/>
</iter>
<var>${i}</var>
<value>0</value>
<value>${num_stats}</value>
<status status="PASS" start="2026-06-27T03:06:18.872531" elapsed="0.021086"/>
</for>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-06-27T03:06:18.899099" level="INFO">${min} = 28935.90</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-06-27T03:06:18.893901" elapsed="0.005243"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-06-27T03:06:18.903776" level="INFO">${max} = 32068.79</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-06-27T03:06:18.899393" elapsed="0.004412"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-06-27T03:06:18.907849" level="INFO">${average} = 31314.88</msg>
<var>${average}</var>
<arg>${result_value_list[${2}]}</arg>
<doc>Returns the given values which can then be assigned to a variables.</doc>
<status status="PASS" start="2026-06-27T03:06:18.903970" elapsed="0.003909"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-06-27T03:06:18.913003" level="INFO">${stdev} = 10481.59</msg>
<var>${stdev}</var>
<arg>${result_value_list[${3}]}</arg>
<doc>Returns the given values which can then be assigned to a variables.</doc>
<status status="PASS" start="2026-06-27T03:06:18.908036" elapsed="0.005016"/>
</kw>
<kw name="Get Time" owner="BuiltIn">
<msg time="2026-06-27T03:06:18.913889" level="INFO">${date} = 2026-06-27 03:06:18</msg>
<var>${date}</var>
<arg>d,m,s</arg>
<doc>Returns the given time in the requested format.</doc>
<status status="PASS" start="2026-06-27T03:06:18.913334" elapsed="0.000591"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-06-27T03:06:18.914787" level="INFO">CBench Result: 2026-06-27 03:06:18,-m 60000 -M 100 -S 16 -l 10 -D 5000 -p 6633,28935.90,32068.79,31314.88,10481.59</msg>
<arg>CBench Result: ${date},${cbench_args},${min},${max},${average},${stdev}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-06-27T03:06:18.914145" elapsed="0.000721"/>
</kw>
<kw name="Log Results And Determine Status">
<kw name="Append To File" owner="OperatingSystem">
<msg time="2026-06-27T03:06:18.916417" 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-06-27T03:06:18.915822" elapsed="0.000673"/>
</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-06-27T03:06:18.916659" elapsed="0.000710"/>
</kw>
<arg>${min}</arg>
<arg>${max}</arg>
<arg>${average}</arg>
<arg>${average_threshold}</arg>
<arg>${output_filename}</arg>
<status status="PASS" start="2026-06-27T03:06:18.915089" elapsed="0.002383"/>
</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-06-27T02:56:12.297675" elapsed="606.619890"/>
</kw>
<kw name="Sleep" owner="BuiltIn">
<msg time="2026-06-27T03:06:18.918237" 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-06-27T03:06:18.917779" elapsed="0.000541"/>
</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-06-27T03:06:18.919100" elapsed="0.000486"/>
</kw>
<status status="PASS" start="2026-06-27T03:06:18.918679" elapsed="0.001010"/>
</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-06-27T02:56:12.295099" elapsed="606.624651"/>
</test>
<test id="s1-t2" name="Cbench Throughput Test" line="51">
<kw name="Log" owner="BuiltIn">
<msg time="2026-06-27T03:06:18.921909" 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-06-27T03:06:18.921432" elapsed="0.000544"/>
</kw>
<kw name="Run Cbench And Log Results">
<kw name="Set Suite Variable" owner="BuiltIn">
<msg time="2026-06-27T03:06:18.923427" 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-06-27T03:06:18.923052" elapsed="0.000420"/>
</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-06-27T03:06:18.924303" elapsed="0.000084"/>
</kw>
<status status="NOT RUN" start="2026-06-27T03:06:18.923761" elapsed="0.000714"/>
</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-06-27T03:06:18.931836" elapsed="0.000039"/>
</kw>
<status status="NOT RUN" start="2026-06-27T03:06:18.931121" elapsed="0.000815"/>
</branch>
<status status="PASS" start="2026-06-27T03:06:18.931042" elapsed="0.000931"/>
</if>
<kw name="Get Connection" owner="SSHLibrary">
<msg time="2026-06-27T03:06:18.932512" 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-06-27T03:06:18.932663" 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-06-27T03:06:18.932152" elapsed="0.000540"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-06-27T03:06:18.933408" level="INFO">Attempting to execute command "/usr/local/bin/cbench -c 10.30.171.84 -t -m 60000 -M 100 -S 16 -l 10 -D 5000 -p 6633" on remote system "10.30.170.223" 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-06-27T03:06:18.932836" elapsed="0.000660"/>
</kw>
<kw name="Open Connection" owner="SSHLibrary">
<msg time="2026-06-27T03:06:18.934318" 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-06-27T03:06:18.933705" elapsed="0.000686"/>
</kw>
<kw name="Flexible_SSH_Login" owner="SSHKeywords">
<kw name="Get Length" owner="BuiltIn">
<msg time="2026-06-27T03:06:18.935849" level="INFO">Length is 0.</msg>
<msg time="2026-06-27T03:06:18.935990" 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-06-27T03:06:18.935325" elapsed="0.000703"/>
</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-06-27T03:06:18.936253" elapsed="0.000559"/>
</kw>
<kw name="Run Keyword And Return" owner="BuiltIn">
<kw name="Login With Public Key" owner="SSHLibrary">
<msg time="2026-06-27T03:06:18.938115" level="INFO">Logging into '10.30.170.223:22' as 'jenkins'.</msg>
<msg time="2026-06-27T03:06:19.591173" level="INFO">Read output: Welcome to Ubuntu 22.04.5 LTS (GNU/Linux 5.15.0-153-generic x86_64)

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

 System information as of Sat Jun 27 03:06:19 UTC 2026

  System load:  1.01               Processes:             104
  Usage of /:   19.6% of 38.58GB   Users logged in:       0
  Memory usage: 4%                 IPv4 address for ens3: 10.30.170.223
  Swap usage:   0%


Expanded Security Maintenance for Applications is not enabled.

0 updates can be applied immediately.

9 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: Sat Jun 27 02:56:12 2026 from 10.30.171.99
[?2004h[jenkins@releng-00446-8-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-06-27T03:06:18.937556" elapsed="0.653903"/>
</kw>
<msg time="2026-06-27T03:06:19.591642" 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-06-27T03:06:18.937029" elapsed="0.654769"/>
</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-06-27T03:06:18.934733" elapsed="0.657249"/>
</kw>
<kw name="Execute Command" owner="SSHLibrary">
<msg time="2026-06-27T03:06:19.592801" level="INFO">Executing command '/usr/local/bin/cbench -c 10.30.171.84 -t -m 60000 -M 100 -S 16 -l 10 -D 5000 -p 6633'.</msg>
<msg time="2026-06-27T03:16:27.230247" level="INFO">Command exited with return code 0.</msg>
<msg time="2026-06-27T03:16:27.232730" level="INFO">${stdout} = </msg>
<msg time="2026-06-27T03:16:27.232871" level="INFO">${stderr} = cbench: controller benchmarking tool
   running in mode 'throughput'
   connecting to controller at 10.30.171.84: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-06-27T03:06:19.592306" elapsed="607.640636"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-06-27T03:16:27.233415" elapsed="0.000597"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-06-27T03:16:27.234928" level="INFO">cbench: controller benchmarking tool
   running in mode 'throughput'
   connecting to controller at 10.30.171.84: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.84. 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:25.395 16  switches: flows:  513207 506692 506140 522159 510478 501077 503050 507762 495509 506697 494810 502630 519512 512148 498815 500693  total = 135.022983 per ms 
03:08:26.387 16  switches: flows:  518613 546132 537586 551786 569601 509173 570820 523919 533229 510313 572578 574451 512256 569504 562591 511751  total = 142.221683 per ms 
03:09:26.488 16  switches: flows:  563273 558743 564675 565867 565024 558150 560069 558223 556929 555828 561290 571809 556289 560514 562232 569221  total = 149.550439 per ms 
03:10:26.590 16  switches: flows:  534334 521565 526167 533691 522472 526952 532752 529742 526506 531824 518929 521582 523683 530208 515546 521856  total = 140.060206 per ms 
03:11:26.691 16  switches: flows:  501932 493406 495775 491888 436736 480299 495135 480654 489412 486950 477578 488256 503138 493415 487325 503734  total = 129.875303 per ms 
03:12:26.794 16  switches: flows:  505481 455348 433826 506727 506847 440454 451796 432050 459168 437131 446733 450175 443665 457261 437305 517128  total = 122.808869 per ms 
03:13:26.895 16  switches: flows:  599108 587977 601886 599749 591768 580052 590634 566423 596698 582813 602058 578991 602818 575841 587198 592212  total = 157.006432 per ms 
03:14:26.997 16  switches: flows:  550716 546175 551391 544341 479203 548685 550691 549517 553754 546444 554115 551175 555652 548025 551907 543529  total = 145.177342 per ms 
03:15:27.098 16  switches: flows:  559652 577675 579975 586710 579730 581383 579476 570266 584629 587474 577126 580519 575206 580685 588908 584722  total = 154.308810 per ms 
03:16:27.200 16  switches: flows:  542478 452013 561865 434306 398929 404106 413912 404783 514371 400888 435864 443468 531778 408911 458352 432705  total = 120.442217 per ms 
RESULT: 16 switches 9 tests min/max/avg/stdev = 120442.22/157006.43/140161.26/48353.34 responses/s</msg>
<arg>${stderr}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-06-27T03:16:27.234266" elapsed="0.001441"/>
</kw>
<if>
<branch type="IF" condition="&quot;${return_stdout}&quot;!=&quot;True&quot;">
<return>
<value>${stderr}</value>
<status status="PASS" start="2026-06-27T03:16:27.236077" elapsed="0.000064"/>
</return>
<status status="PASS" start="2026-06-27T03:16:27.235845" elapsed="0.000353"/>
</branch>
<status status="PASS" start="2026-06-27T03:16:27.235805" elapsed="0.000453"/>
</if>
<if>
<branch type="IF" condition="&quot;${return_stderr}&quot;!=&quot;True&quot;">
<return>
<value>${stdout}</value>
<status status="NOT RUN" start="2026-06-27T03:16:27.236518" elapsed="0.000022"/>
</return>
<status status="NOT RUN" start="2026-06-27T03:16:27.236443" elapsed="0.000143"/>
</branch>
<status status="NOT RUN" start="2026-06-27T03:16:27.236347" elapsed="0.000273"/>
</if>
<return>
<value>${stdout}</value>
<value>${stderr}</value>
<status status="NOT RUN" start="2026-06-27T03:16:27.236668" elapsed="0.000021"/>
</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-06-27T03:16:27.240806" elapsed="0.000585"/>
</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-06-27T03:16:27.241653" elapsed="0.000264"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-06-27T03:16:27.242131" elapsed="0.000167"/>
</kw>
<arg>${current_ssh_connection.index}</arg>
<doc>Restore active SSH connection in SSHLibrary to given index.</doc>
<status status="PASS" start="2026-06-27T03:16:27.237186" elapsed="0.005252"/>
</kw>
<msg time="2026-06-27T03:16:27.242667" level="INFO">${output} = cbench: controller benchmarking tool
   running in mode 'throughput'
   connecting to controller at 10.30.171.84: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-06-27T03:06:18.925273" elapsed="608.317445"/>
</kw>
<status status="PASS" start="2026-06-27T03:06:18.924538" elapsed="608.318258"/>
</branch>
<status status="PASS" start="2026-06-27T03:06:18.923710" elapsed="608.319122"/>
</if>
<kw name="Log" owner="BuiltIn">
<msg time="2026-06-27T03:16:27.243611" level="INFO">cbench: controller benchmarking tool
   running in mode 'throughput'
   connecting to controller at 10.30.171.84: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.84. 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:25.395 16  switches: flows:  513207 506692 506140 522159 510478 501077 503050 507762 495509 506697 494810 502630 519512 512148 498815 500693  total = 135.022983 per ms 
03:08:26.387 16  switches: flows:  518613 546132 537586 551786 569601 509173 570820 523919 533229 510313 572578 574451 512256 569504 562591 511751  total = 142.221683 per ms 
03:09:26.488 16  switches: flows:  563273 558743 564675 565867 565024 558150 560069 558223 556929 555828 561290 571809 556289 560514 562232 569221  total = 149.550439 per ms 
03:10:26.590 16  switches: flows:  534334 521565 526167 533691 522472 526952 532752 529742 526506 531824 518929 521582 523683 530208 515546 521856  total = 140.060206 per ms 
03:11:26.691 16  switches: flows:  501932 493406 495775 491888 436736 480299 495135 480654 489412 486950 477578 488256 503138 493415 487325 503734  total = 129.875303 per ms 
03:12:26.794 16  switches: flows:  505481 455348 433826 506727 506847 440454 451796 432050 459168 437131 446733 450175 443665 457261 437305 517128  total = 122.808869 per ms 
03:13:26.895 16  switches: flows:  599108 587977 601886 599749 591768 580052 590634 566423 596698 582813 602058 578991 602818 575841 587198 592212  total = 157.006432 per ms 
03:14:26.997 16  switches: flows:  550716 546175 551391 544341 479203 548685 550691 549517 553754 546444 554115 551175 555652 548025 551907 543529  total = 145.177342 per ms 
03:15:27.098 16  switches: flows:  559652 577675 579975 586710 579730 581383 579476 570266 584629 587474 577126 580519 575206 580685 588908 584722  total = 154.308810 per ms 
03:16:27.200 16  switches: flows:  542478 452013 561865 434306 398929 404106 413912 404783 514371 400888 435864 443468 531778 408911 458352 432705  total = 120.442217 per ms 
RESULT: 16 switches 9 tests min/max/avg/stdev = 120442.22/157006.43/140161.26/48353.34 responses/s</msg>
<arg>${output}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-06-27T03:16:27.243078" elapsed="0.000674"/>
</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-06-27T03:16:27.243978" elapsed="0.000668"/>
</kw>
<kw name="Get Lines Containing String" owner="String">
<msg time="2026-06-27T03:16:27.245279" level="INFO">1 out of 23 lines matched.</msg>
<msg time="2026-06-27T03:16:27.245445" level="INFO">${result_line} = RESULT: 16 switches 9 tests min/max/avg/stdev = 120442.22/157006.43/140161.26/48353.34 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-06-27T03:16:27.244917" elapsed="0.000569"/>
</kw>
<kw name="Split String" owner="String">
<msg time="2026-06-27T03:16:27.246166" level="INFO">@{results_list} = [ RESULT: | 16 | switches | 9 | tests | min/max/avg/stdev | = | 120442.22/157006.43/140161.26/48353.34 | 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-06-27T03:16:27.245714" elapsed="0.000505"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-06-27T03:16:27.249990" 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-06-27T03:16:27.246478" elapsed="0.003606"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-06-27T03:16:27.253685" level="INFO">120442.22/157006.43/140161.26/48353.34</msg>
<arg>${results_list[7]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-06-27T03:16:27.250306" elapsed="0.003442"/>
</kw>
<kw name="Split String" owner="String">
<msg time="2026-06-27T03:16:27.256228" 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-06-27T03:16:27.253901" elapsed="0.002355"/>
</kw>
<kw name="Split String" owner="String">
<msg time="2026-06-27T03:16:27.258865" level="INFO">@{result_value_list} = [ 120442.22 | 157006.43 | 140161.26 | 48353.34 ]</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-06-27T03:16:27.256569" elapsed="0.002325"/>
</kw>
<kw name="Get Length" owner="BuiltIn">
<msg time="2026-06-27T03:16:27.259440" level="INFO">Length is 4.</msg>
<msg time="2026-06-27T03:16:27.259533" 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-06-27T03:16:27.259074" elapsed="0.000490"/>
</kw>
<for flavor="IN RANGE">
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-06-27T03:16:27.264887" level="INFO">min :: 120442.22</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-06-27T03:16:27.260066" elapsed="0.004891"/>
</kw>
<var name="${i}">0</var>
<status status="PASS" start="2026-06-27T03:16:27.259890" elapsed="0.005113"/>
</iter>
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-06-27T03:16:27.269741" level="INFO">max :: 157006.43</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-06-27T03:16:27.265256" elapsed="0.004548"/>
</kw>
<var name="${i}">1</var>
<status status="PASS" start="2026-06-27T03:16:27.265106" elapsed="0.004740"/>
</iter>
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-06-27T03:16:27.274856" level="INFO">avg :: 140161.26</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-06-27T03:16:27.270226" elapsed="0.004715"/>
</kw>
<var name="${i}">2</var>
<status status="PASS" start="2026-06-27T03:16:27.269965" elapsed="0.005016"/>
</iter>
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-06-27T03:16:27.279918" level="INFO">stdev :: 48353.34</msg>
<arg>${result_name_list[${i}]} :: ${result_value_list[${i}]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-06-27T03:16:27.275232" elapsed="0.004753"/>
</kw>
<var name="${i}">3</var>
<status status="PASS" start="2026-06-27T03:16:27.275082" elapsed="0.004946"/>
</iter>
<var>${i}</var>
<value>0</value>
<value>${num_stats}</value>
<status status="PASS" start="2026-06-27T03:16:27.259637" elapsed="0.020428"/>
</for>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-06-27T03:16:27.284410" level="INFO">${min} = 120442.22</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-06-27T03:16:27.280251" elapsed="0.004195"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-06-27T03:16:27.288712" level="INFO">${max} = 157006.43</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-06-27T03:16:27.284656" elapsed="0.004091"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-06-27T03:16:27.293001" level="INFO">${average} = 140161.26</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-06-27T03:16:27.288935" elapsed="0.004106"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-06-27T03:16:27.297392" level="INFO">${stdev} = 48353.34</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-06-27T03:16:27.293262" elapsed="0.004167"/>
</kw>
<kw name="Get Time" owner="BuiltIn">
<msg time="2026-06-27T03:16:27.298138" level="INFO">${date} = 2026-06-27 03:16:27</msg>
<var>${date}</var>
<arg>d,m,s</arg>
<doc>Returns the given time in the requested format.</doc>
<status status="PASS" start="2026-06-27T03:16:27.297661" elapsed="0.000506"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-06-27T03:16:27.298829" level="INFO">CBench Result: 2026-06-27 03:16:27,-t -m 60000 -M 100 -S 16 -l 10 -D 5000 -p 6633,120442.22,157006.43,140161.26,48353.34</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-06-27T03:16:27.298344" elapsed="0.000545"/>
</kw>
<kw name="Log Results And Determine Status">
<kw name="Append To File" owner="OperatingSystem">
<msg time="2026-06-27T03:16:27.300148" 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-06-27T03:16:27.299631" elapsed="0.000593"/>
</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-06-27T03:16:27.300421" elapsed="0.000589"/>
</kw>
<arg>${min}</arg>
<arg>${max}</arg>
<arg>${average}</arg>
<arg>${average_threshold}</arg>
<arg>${output_filename}</arg>
<status status="PASS" start="2026-06-27T03:16:27.299086" elapsed="0.001996"/>
</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-06-27T03:06:18.922375" elapsed="608.378784"/>
</kw>
<kw name="Sleep" owner="BuiltIn">
<msg time="2026-06-27T03:16:27.301739" 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-06-27T03:16:27.301329" elapsed="0.000480"/>
</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-06-27T03:16:27.302404" elapsed="0.000321"/>
</kw>
<status status="PASS" start="2026-06-27T03:16:27.302042" elapsed="0.000770"/>
</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-06-27T03:06:18.920767" elapsed="608.382089"/>
</test>
<test id="s1-t3" name="Rerun Latency Test To Check Bug 6176" line="65">
<kw name="Log" owner="BuiltIn">
<msg time="2026-06-27T03:16:27.304179" 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-06-27T03:16:27.303750" elapsed="0.000504"/>
</kw>
<kw name="Run Cbench And Log Results">
<kw name="Set Suite Variable" owner="BuiltIn">
<msg time="2026-06-27T03:16:27.305699" 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-06-27T03:16:27.305314" elapsed="0.000429"/>
</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-06-27T03:16:27.306157" elapsed="0.000026"/>
</kw>
<status status="NOT RUN" start="2026-06-27T03:16:27.305907" elapsed="0.000313"/>
</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-06-27T03:16:27.309629" elapsed="0.000023"/>
</kw>
<status status="NOT RUN" start="2026-06-27T03:16:27.309341" elapsed="0.000348"/>
</branch>
<status status="PASS" start="2026-06-27T03:16:27.309318" elapsed="0.000395"/>
</if>
<kw name="Get Connection" owner="SSHLibrary">
<msg time="2026-06-27T03:16:27.310117" 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-06-27T03:16:27.310251" 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-06-27T03:16:27.309853" elapsed="0.000426"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-06-27T03:16:27.310895" level="INFO">Attempting to execute command "/usr/local/bin/cbench -c 10.30.171.84 -m 60000 -M 100 -S 16 -l 10 -D 5000 -p 6633" on remote system "10.30.170.223" 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-06-27T03:16:27.310445" elapsed="0.000535"/>
</kw>
<kw name="Open Connection" owner="SSHLibrary">
<msg time="2026-06-27T03:16:27.311556" 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-06-27T03:16:27.311127" elapsed="0.000457"/>
</kw>
<kw name="Flexible_SSH_Login" owner="SSHKeywords">
<kw name="Get Length" owner="BuiltIn">
<msg time="2026-06-27T03:16:27.312541" level="INFO">Length is 0.</msg>
<msg time="2026-06-27T03:16:27.312632" 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-06-27T03:16:27.312185" elapsed="0.000472"/>
</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-06-27T03:16:27.312801" elapsed="0.000414"/>
</kw>
<kw name="Run Keyword And Return" owner="BuiltIn">
<kw name="Login With Public Key" owner="SSHLibrary">
<msg time="2026-06-27T03:16:27.314160" level="INFO">Logging into '10.30.170.223:22' as 'jenkins'.</msg>
<msg time="2026-06-27T03:16:27.936054" level="INFO">Read output: Welcome to Ubuntu 22.04.5 LTS (GNU/Linux 5.15.0-153-generic x86_64)

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

 System information as of Sat Jun 27 03:16:27 UTC 2026

  System load:  0.17               Processes:             104
  Usage of /:   19.6% of 38.58GB   Users logged in:       0
  Memory usage: 4%                 IPv4 address for ens3: 10.30.170.223
  Swap usage:   0%


Expanded Security Maintenance for Applications is not enabled.

0 updates can be applied immediately.

9 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: Sat Jun 27 03:06:19 2026 from 10.30.171.99
[?2004h[jenkins@releng-00446-8-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-06-27T03:16:27.313757" elapsed="0.622628"/>
</kw>
<msg time="2026-06-27T03:16:27.936499" 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-06-27T03:16:27.313388" elapsed="0.623222"/>
</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-06-27T03:16:27.311792" elapsed="0.624966"/>
</kw>
<kw name="Execute Command" owner="SSHLibrary">
<msg time="2026-06-27T03:16:27.937440" level="INFO">Executing command '/usr/local/bin/cbench -c 10.30.171.84 -m 60000 -M 100 -S 16 -l 10 -D 5000 -p 6633'.</msg>
<msg time="2026-06-27T03:26:34.004936" level="INFO">Command exited with return code 0.</msg>
<msg time="2026-06-27T03:26:34.006168" level="INFO">${stdout} = </msg>
<msg time="2026-06-27T03:26:34.006308" level="INFO">${stderr} = cbench: controller benchmarking tool
   running in mode 'latency'
   connecting to controller at 10.30.171.84:6633 
   faking 16 switches with 1 threads :: 10 tests each; 60000 ms per test
   with 100...</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-06-27T03:16:27.937039" elapsed="606.069391"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-06-27T03:26:34.006877" elapsed="0.000794"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-06-27T03:26:34.008970" level="INFO">cbench: controller benchmarking tool
   running in mode 'latency'
   connecting to controller at 10.30.171.84: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.84. So far 1 cbench instances have initialized their switches.  Waiting for other cbench-instances
Thread-0: Total switches from ALL cbench-instances initialized.
03:17:33.055 16  switches: flows:  100193 101410 102501 100789 101453 100282 101453 99291 98918 98145 97675 99648 99184 99910 99434 99745  total = 26.667183 per ms 
03:18:33.157 16  switches: flows:  123257 122903 123676 122166 121461 121351 122418 119132 120821 119654 120226 119582 119977 120772 118045 120434  total = 32.210701 per ms 
03:19:33.259 16  switches: flows:  126719 126122 127218 125389 124969 124762 125850 121424 123107 121943 122192 121683 124313 123873 120186 123116  total = 32.992016 per ms 
03:20:33.360 16  switches: flows:  126362 127965 128799 127438 126016 127920 128620 124628 125570 124696 121548 124184 126383 125032 122396 124657  total = 33.481021 per ms 
03:21:33.460 16  switches: flows:  106325 106758 107312 107301 105860 108031 106293 104651 104134 103420 101480 103841 104631 105795 101097 104637  total = 27.979385 per ms 
03:22:33.562 16  switches: flows:  117658 115660 119382 118071 116290 116801 117101 115636 115050 117453 112682 114483 114806 115524 116717 115211  total = 30.923738 per ms 
03:23:33.663 16  switches: flows:  124529 124313 126841 124998 124213 126402 126106 123759 123325 125840 120068 120827 123678 123822 121805 122887  total = 33.001765 per ms 
03:24:33.764 16  switches: flows:  126109 124872 128228 127528 125914 127808 127780 123632 126667 127451 122170 122182 125815 125379 122623 124932  total = 33.428903 per ms 
03:25:33.865 16  switches: flows:  125959 124042 128738 126826 126898 124628 125993 121995 124538 126571 122738 121503 125381 124442 120712 124073  total = 33.195215 per ms 
03:26:33.967 16  switches: flows:  124533 124115 127655 125343 125315 122701 125737 120321 123925 125771 120699 121638 125878 123363 120627 123488  total = 32.963426 per ms 
RESULT: 16 switches 9 tests min/max/avg/stdev = 27979.38/33481.02/32241.80/10877.88 responses/s</msg>
<arg>${stderr}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-06-27T03:26:34.008025" elapsed="0.001309"/>
</kw>
<if>
<branch type="IF" condition="&quot;${return_stdout}&quot;!=&quot;True&quot;">
<return>
<value>${stderr}</value>
<status status="PASS" start="2026-06-27T03:26:34.009915" elapsed="0.000090"/>
</return>
<status status="PASS" start="2026-06-27T03:26:34.009609" elapsed="0.000479"/>
</branch>
<status status="PASS" start="2026-06-27T03:26:34.009548" elapsed="0.000597"/>
</if>
<if>
<branch type="IF" condition="&quot;${return_stderr}&quot;!=&quot;True&quot;">
<return>
<value>${stdout}</value>
<status status="NOT RUN" start="2026-06-27T03:26:34.010391" elapsed="0.000033"/>
</return>
<status status="NOT RUN" start="2026-06-27T03:26:34.010278" elapsed="0.000210"/>
</branch>
<status status="NOT RUN" start="2026-06-27T03:26:34.010240" elapsed="0.000296"/>
</if>
<return>
<value>${stdout}</value>
<value>${stderr}</value>
<status status="NOT RUN" start="2026-06-27T03:26:34.010608" elapsed="0.000031"/>
</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-06-27T03:26:34.015340" elapsed="0.000419"/>
</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-06-27T03:26:34.015915" elapsed="0.000173"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-06-27T03:26:34.016219" elapsed="0.000104"/>
</kw>
<arg>${current_ssh_connection.index}</arg>
<doc>Restore active SSH connection in SSHLibrary to given index.</doc>
<status status="PASS" start="2026-06-27T03:26:34.011290" elapsed="0.005118"/>
</kw>
<msg time="2026-06-27T03:26:34.016558" level="INFO">${output} = cbench: controller benchmarking tool
   running in mode 'latency'
   connecting to controller at 10.30.171.84:6633 
   faking 16 switches with 1 threads :: 10 tests each; 60000 ms per test
   with 100...</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-06-27T03:16:27.306616" elapsed="606.709970"/>
</kw>
<status status="PASS" start="2026-06-27T03:16:27.306247" elapsed="606.710390"/>
</branch>
<status status="PASS" start="2026-06-27T03:16:27.305881" elapsed="606.710781"/>
</if>
<kw name="Log" owner="BuiltIn">
<msg time="2026-06-27T03:26:34.017147" level="INFO">cbench: controller benchmarking tool
   running in mode 'latency'
   connecting to controller at 10.30.171.84: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.84. So far 1 cbench instances have initialized their switches.  Waiting for other cbench-instances
Thread-0: Total switches from ALL cbench-instances initialized.
03:17:33.055 16  switches: flows:  100193 101410 102501 100789 101453 100282 101453 99291 98918 98145 97675 99648 99184 99910 99434 99745  total = 26.667183 per ms 
03:18:33.157 16  switches: flows:  123257 122903 123676 122166 121461 121351 122418 119132 120821 119654 120226 119582 119977 120772 118045 120434  total = 32.210701 per ms 
03:19:33.259 16  switches: flows:  126719 126122 127218 125389 124969 124762 125850 121424 123107 121943 122192 121683 124313 123873 120186 123116  total = 32.992016 per ms 
03:20:33.360 16  switches: flows:  126362 127965 128799 127438 126016 127920 128620 124628 125570 124696 121548 124184 126383 125032 122396 124657  total = 33.481021 per ms 
03:21:33.460 16  switches: flows:  106325 106758 107312 107301 105860 108031 106293 104651 104134 103420 101480 103841 104631 105795 101097 104637  total = 27.979385 per ms 
03:22:33.562 16  switches: flows:  117658 115660 119382 118071 116290 116801 117101 115636 115050 117453 112682 114483 114806 115524 116717 115211  total = 30.923738 per ms 
03:23:33.663 16  switches: flows:  124529 124313 126841 124998 124213 126402 126106 123759 123325 125840 120068 120827 123678 123822 121805 122887  total = 33.001765 per ms 
03:24:33.764 16  switches: flows:  126109 124872 128228 127528 125914 127808 127780 123632 126667 127451 122170 122182 125815 125379 122623 124932  total = 33.428903 per ms 
03:25:33.865 16  switches: flows:  125959 124042 128738 126826 126898 124628 125993 121995 124538 126571 122738 121503 125381 124442 120712 124073  total = 33.195215 per ms 
03:26:33.967 16  switches: flows:  124533 124115 127655 125343 125315 122701 125737 120321 123925 125771 120699 121638 125878 123363 120627 123488  total = 32.963426 per ms 
RESULT: 16 switches 9 tests min/max/avg/stdev = 27979.38/33481.02/32241.80/10877.88 responses/s</msg>
<arg>${output}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-06-27T03:26:34.016826" elapsed="0.000397"/>
</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-06-27T03:26:34.017402" elapsed="0.000396"/>
</kw>
<kw name="Get Lines Containing String" owner="String">
<msg time="2026-06-27T03:26:34.018200" level="INFO">1 out of 23 lines matched.</msg>
<msg time="2026-06-27T03:26:34.018294" level="INFO">${result_line} = RESULT: 16 switches 9 tests min/max/avg/stdev = 27979.38/33481.02/32241.80/10877.88 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-06-27T03:26:34.017960" elapsed="0.000359"/>
</kw>
<kw name="Split String" owner="String">
<msg time="2026-06-27T03:26:34.018751" level="INFO">@{results_list} = [ RESULT: | 16 | switches | 9 | tests | min/max/avg/stdev | = | 27979.38/33481.02/32241.80/10877.88 | 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-06-27T03:26:34.018489" elapsed="0.000288"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-06-27T03:26:34.021155" 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-06-27T03:26:34.018920" elapsed="0.002293"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-06-27T03:26:34.023639" level="INFO">27979.38/33481.02/32241.80/10877.88</msg>
<arg>${results_list[7]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-06-27T03:26:34.021387" elapsed="0.002310"/>
</kw>
<kw name="Split String" owner="String">
<msg time="2026-06-27T03:26:34.026067" 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-06-27T03:26:34.023848" elapsed="0.002247"/>
</kw>
<kw name="Split String" owner="String">
<msg time="2026-06-27T03:26:34.028623" level="INFO">@{result_value_list} = [ 27979.38 | 33481.02 | 32241.80 | 10877.88 ]</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-06-27T03:26:34.026317" elapsed="0.002337"/>
</kw>
<kw name="Get Length" owner="BuiltIn">
<msg time="2026-06-27T03:26:34.029131" level="INFO">Length is 4.</msg>
<msg time="2026-06-27T03:26:34.029222" 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-06-27T03:26:34.028816" elapsed="0.000431"/>
</kw>
<for flavor="IN RANGE">
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-06-27T03:26:34.033944" level="INFO">min :: 27979.38</msg>
<arg>${result_name_list[${i}]} :: ${result_value_list[${i}]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-06-27T03:26:34.029664" elapsed="0.004338"/>
</kw>
<var name="${i}">0</var>
<status status="PASS" start="2026-06-27T03:26:34.029535" elapsed="0.004502"/>
</iter>
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-06-27T03:26:34.038556" level="INFO">max :: 33481.02</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-06-27T03:26:34.034250" elapsed="0.004363"/>
</kw>
<var name="${i}">1</var>
<status status="PASS" start="2026-06-27T03:26:34.034125" elapsed="0.004524"/>
</iter>
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-06-27T03:26:34.043435" level="INFO">avg :: 32241.80</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-06-27T03:26:34.038857" elapsed="0.004645"/>
</kw>
<var name="${i}">2</var>
<status status="PASS" start="2026-06-27T03:26:34.038732" elapsed="0.004811"/>
</iter>
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-06-27T03:26:34.048434" level="INFO">stdev :: 10877.88</msg>
<arg>${result_name_list[${i}]} :: ${result_value_list[${i}]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-06-27T03:26:34.043803" elapsed="0.004690"/>
</kw>
<var name="${i}">3</var>
<status status="PASS" start="2026-06-27T03:26:34.043641" elapsed="0.004888"/>
</iter>
<var>${i}</var>
<value>0</value>
<value>${num_stats}</value>
<status status="PASS" start="2026-06-27T03:26:34.029315" elapsed="0.019244"/>
</for>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-06-27T03:26:34.052541" level="INFO">${min} = 27979.38</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-06-27T03:26:34.048725" elapsed="0.003845"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-06-27T03:26:34.057055" level="INFO">${max} = 33481.02</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-06-27T03:26:34.052726" elapsed="0.004358"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-06-27T03:26:34.060981" level="INFO">${average} = 32241.80</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-06-27T03:26:34.057240" elapsed="0.003769"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-06-27T03:26:34.064855" level="INFO">${stdev} = 10877.88</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-06-27T03:26:34.061164" elapsed="0.003718"/>
</kw>
<kw name="Get Time" owner="BuiltIn">
<msg time="2026-06-27T03:26:34.065436" level="INFO">${date} = 2026-06-27 03:26:34</msg>
<var>${date}</var>
<arg>d,m,s</arg>
<doc>Returns the given time in the requested format.</doc>
<status status="PASS" start="2026-06-27T03:26:34.065055" elapsed="0.000408"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-06-27T03:26:34.066039" level="INFO">CBench Result: 2026-06-27 03:26:34,-m 60000 -M 100 -S 16 -l 10 -D 5000 -p 6633,27979.38,33481.02,32241.80,10877.88</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-06-27T03:26:34.065615" elapsed="0.000483"/>
</kw>
<kw name="Log Results And Determine Status">
<kw name="Append To File" owner="OperatingSystem">
<msg time="2026-06-27T03:26:34.067296" 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-06-27T03:26:34.066760" elapsed="0.000635"/>
</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-06-27T03:26:34.067548" elapsed="0.000484"/>
</kw>
<arg>${min}</arg>
<arg>${max}</arg>
<arg>${average}</arg>
<arg>${average_threshold}</arg>
<arg>${output_filename}</arg>
<status status="PASS" start="2026-06-27T03:26:34.066257" elapsed="0.001845"/>
</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-06-27T03:16:27.304684" elapsed="606.763481"/>
</kw>
<kw name="Sleep" owner="BuiltIn">
<msg time="2026-06-27T03:26:34.068658" 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-06-27T03:26:34.068317" elapsed="0.000402"/>
</kw>
<kw name="Report Failure Due To Bug" owner="Utils" type="TEARDOWN">
<kw name="Evaluate" owner="BuiltIn">
<msg time="2026-06-27T03:26:34.069966" 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-06-27T03:26:34.069475" elapsed="0.000518"/>
</kw>
<if>
<branch type="IF" condition="('${TEST_STATUS}' != 'FAIL') or ${test_skipped}">
<return>
<status status="PASS" start="2026-06-27T03:26:34.070244" elapsed="0.000039"/>
</return>
<status status="PASS" start="2026-06-27T03:26:34.070087" elapsed="0.000229"/>
</branch>
<status status="PASS" start="2026-06-27T03:26:34.070063" elapsed="0.000278"/>
</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-06-27T03:26:34.070507" elapsed="0.000022"/>
</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-06-27T03:26:34.070664" elapsed="0.000020"/>
</kw>
<kw name="Set Variable If" owner="BuiltIn">
<var>${bug_url}</var>
<arg>${match}</arg>
<arg>https://jira.opendaylight.org/browse/${number}</arg>
<arg>https://bugs.opendaylight.org/show_bug.cgi?id=${number}</arg>
<doc>Sets variable based on the given condition.</doc>
<status status="NOT RUN" start="2026-06-27T03:26:34.070823" elapsed="0.000020"/>
</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-06-27T03:26:34.071024" elapsed="0.000050"/>
</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-06-27T03:26:34.071216" elapsed="0.000022"/>
</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-06-27T03:26:34.071394" elapsed="0.000020"/>
</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-06-27T03:26:34.071552" elapsed="0.000021"/>
</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-06-27T03:26:34.071781" elapsed="0.000021"/>
</kw>
<status status="NOT RUN" start="2026-06-27T03:26:34.071638" elapsed="0.000196"/>
</branch>
<status status="NOT RUN" start="2026-06-27T03:26:34.071620" elapsed="0.000238"/>
</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-06-27T03:26:34.069122" elapsed="0.002788"/>
</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-06-27T03:16:27.303168" elapsed="606.768789"/>
</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-06-27T02:56:09.422604" elapsed="1824.649973"/>
</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>
