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

[?1h=[90m~[0m                                                                                [?2004hopendaylight-user</msg>
<arg>${KARAF_USER}</arg>
<arg>${KARAF_PASSWORD}</arg>
<arg>loglevel=${loglevel}</arg>
<doc>Logs into the SSH server with the given ``username`` and ``password``.</doc>
<status status="PASS" start="2026-09-15T02:37:44.920651" elapsed="1.107262"/>
</kw>
<kw name="Write" owner="SSHLibrary">
<msg time="2026-09-15T02:37:46.078338" level="INFO">@root&gt;log:set ERROR</msg>
<arg>${cmd}</arg>
<doc>Writes the given ``text`` on the remote machine and appends a newline.</doc>
<status status="PASS" start="2026-09-15T02:37:46.028377" elapsed="0.050273"/>
</kw>
<kw name="Read Until Regexp" owner="SSHLibrary">
<msg time="2026-09-15T02:37:46.080985" level="INFO">[?1l&gt;[?2004l[?1h=[90m~[0m                                                                                [?2004hopendaylight-user@root&gt;</msg>
<msg time="2026-09-15T02:37:46.081139" level="INFO">${output} = [?1l&gt;[?2004l[?1h=[90m~[0m                                                                                [?2004hopendaylight-user@root&gt;</msg>
<var>${output}</var>
<arg>${KARAF_PROMPT}</arg>
<doc>Consumes and returns the server output until a match to ``regexp`` is found.</doc>
<status status="PASS" start="2026-09-15T02:37:46.079166" elapsed="0.002011"/>
</kw>
<kw name="Write Bare" owner="SSHLibrary">
<arg>logout\n</arg>
<doc>Writes the given ``text`` on the remote machine without appending a newline.</doc>
<status status="PASS" start="2026-09-15T02:37:46.081391" elapsed="0.000457"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-09-15T02:37:46.082060" elapsed="0.000308"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-09-15T02:37:46.083093" level="INFO">[?1l&gt;[?2004l[?1h=[90m~[0m                                                                                [?2004hopendaylight-user@root&gt;</msg>
<arg>${output}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-09-15T02:37:46.082630" elapsed="0.000521"/>
</kw>
<return>
<value>${output}</value>
<status status="PASS" start="2026-09-15T02:37:46.083208" elapsed="0.000072"/>
</return>
<arg>log:set ${log_level}</arg>
<doc>Will execute the given ${cmd} by ssh'ing to the karaf console running on 10.30.170.199
Note that this keyword will open&amp;close new SSH connection, without switching back to previously current session.</doc>
<status status="PASS" start="2026-09-15T02:37:44.919009" elapsed="1.164398"/>
</kw>
<arg>3x</arg>
<arg>1s</arg>
<arg>KarafKeywords.Issue Command On Karaf Console</arg>
<arg>log:set ${log_level}</arg>
<doc>Runs the specified keyword and retries if it fails.</doc>
<status status="PASS" start="2026-09-15T02:37:44.917058" elapsed="1.166420"/>
</kw>
<kw name="Append To File" owner="OperatingSystem">
<msg time="2026-09-15T02:37:46.084259" level="INFO" html="true">Appended to file '&lt;a href="file:///w/workspace/openflowplugin-csit-1node-cbench-only-chromium/latency.csv"&gt;/w/workspace/openflowplugin-csit-1node-cbench-only-chromium/latency.csv&lt;/a&gt;'.</msg>
<arg>${latency_results_file}</arg>
<arg>LATENCY_MIN,LATENCY_MAX,LATENCY_AVERAGE\n</arg>
<doc>Appends the given content to the specified file.</doc>
<status status="PASS" start="2026-09-15T02:37:46.083755" elapsed="0.000560"/>
</kw>
<kw name="Append To File" owner="OperatingSystem">
<msg time="2026-09-15T02:37:46.084753" level="INFO" html="true">Appended to file '&lt;a href="file:///w/workspace/openflowplugin-csit-1node-cbench-only-chromium/throughput.csv"&gt;/w/workspace/openflowplugin-csit-1node-cbench-only-chromium/throughput.csv&lt;/a&gt;'.</msg>
<arg>${throughput_results_file}</arg>
<arg>THROUGHPUT_MIN,THROUGHPUT_MAX,THROUGHPUT_AVERAGE\n</arg>
<doc>Appends the given content to the specified file.</doc>
<status status="PASS" start="2026-09-15T02:37:46.084467" elapsed="0.000419"/>
</kw>
<kw name="Evaluate" owner="BuiltIn">
<msg time="2026-09-15T02:37:46.085795" level="INFO">${duration_in_ms} = 60000</msg>
<var>${duration_in_ms}</var>
<arg>${duration_in_secs} * 1000</arg>
<doc>Evaluates the given expression in Python and returns the result.</doc>
<status status="PASS" start="2026-09-15T02:37:46.085121" elapsed="0.000702"/>
</kw>
<kw name="Set Suite Variable" owner="BuiltIn">
<msg time="2026-09-15T02:37:46.086391" level="INFO">${duration_in_ms} = 60000</msg>
<arg>${duration_in_ms}</arg>
<doc>Makes the variable available everywhere within the scope of the current suite.</doc>
<status status="PASS" start="2026-09-15T02:37:46.086046" elapsed="0.000386"/>
</kw>
<kw name="Evaluate" owner="BuiltIn">
<msg time="2026-09-15T02:37:46.087002" level="INFO">${test_timeout} = 900.0</msg>
<var>${test_timeout}</var>
<arg>(${loops} * ${duration_in_secs}) * 1.5</arg>
<doc>Evaluates the given expression in Python and returns the result.</doc>
<status status="PASS" start="2026-09-15T02:37:46.086644" elapsed="0.000385"/>
</kw>
<kw name="Set Suite Variable" owner="BuiltIn">
<msg time="2026-09-15T02:37:46.087642" level="INFO">${test_timeout} = 900.0</msg>
<arg>${test_timeout}</arg>
<doc>Makes the variable available everywhere within the scope of the current suite.</doc>
<status status="PASS" start="2026-09-15T02:37:46.087216" elapsed="0.000473"/>
</kw>
<if>
<branch type="IF" condition="&quot;${cbench_system}&quot; == &quot;localhost&quot;">
<kw name="File Should Exist" owner="OperatingSystem">
<arg>${cbench_executable}</arg>
<doc>Fails unless the given `path` points to an existing file.</doc>
<status status="NOT RUN" start="2026-09-15T02:37:46.088058" elapsed="0.000023"/>
</kw>
<status status="NOT RUN" start="2026-09-15T02:37:46.087825" elapsed="0.000289"/>
</branch>
<branch type="ELSE">
<kw name="Verify File Exists On Remote System" owner="Utils">
<kw name="Open Connection" owner="SSHLibrary">
<msg time="2026-09-15T02:37:46.090996" level="INFO">${conn_id} = 2</msg>
<var>${conn_id}</var>
<arg>${system}</arg>
<arg>prompt=${prompt}</arg>
<arg>timeout=${prompt_timeout}</arg>
<doc>Opens a new SSH connection to the given ``host`` and ``port``.</doc>
<status status="PASS" start="2026-09-15T02:37:46.090494" elapsed="0.000530"/>
</kw>
<kw name="Flexible_SSH_Login" owner="SSHKeywords">
<kw name="Get Length" owner="BuiltIn">
<msg time="2026-09-15T02:37:46.092647" level="INFO">Length is 0.</msg>
<msg time="2026-09-15T02:37:46.092744" level="INFO">${pwd_length} = 0</msg>
<var>${pwd_length}</var>
<arg>${password}</arg>
<doc>Returns and logs the length of the given item as an integer.</doc>
<status status="PASS" start="2026-09-15T02:37:46.091669" elapsed="0.001099"/>
</kw>
<kw name="Run Keyword And Return If" owner="BuiltIn">
<arg>${pwd_length} &gt; 0</arg>
<arg>SSHLibrary.Login</arg>
<arg>${user}</arg>
<arg>${password}</arg>
<arg>delay=${delay}</arg>
<doc>Conditionally runs the specified keyword and returns from the enclosing user keyword.</doc>
<status status="PASS" start="2026-09-15T02:37:46.092922" elapsed="0.000466"/>
</kw>
<kw name="Run Keyword And Return" owner="BuiltIn">
<kw name="Login With Public Key" owner="SSHLibrary">
<msg time="2026-09-15T02:37:46.094369" level="INFO">Logging into '10.30.170.69:22' as 'jenkins'.</msg>
<msg time="2026-09-15T02:37:46.681720" level="INFO">Read output: Welcome to Ubuntu 22.04.5 LTS (GNU/Linux 5.15.0-187-generic x86_64)

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

 System information as of Tue Sep 15 02:36:47 UTC 2026

  System load:  0.16               Processes:             112
  Usage of /:   19.8% of 38.58GB   Users logged in:       0
  Memory usage: 4%                 IPv4 address for ens3: 10.30.170.69
  Swap usage:   0%


Expanded Security Maintenance for Applications is not enabled.

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

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


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


[?2004h[jenkins@releng-00446-86-1-mininet-ovs-217-0 ~]&gt;</msg>
<arg>${user}</arg>
<arg>${USER_HOME}/.ssh/${SSH_KEY}</arg>
<arg>${KEYFILE_PASS}</arg>
<arg>delay=${delay}</arg>
<doc>Logs into the SSH server using key-based authentication.</doc>
<status status="PASS" start="2026-09-15T02:37:46.094051" elapsed="0.587969"/>
</kw>
<msg time="2026-09-15T02:37:46.682176" level="INFO">Returning from the enclosing user keyword.</msg>
<arg>SSHLibrary.Login With Public Key</arg>
<arg>${user}</arg>
<arg>${USER_HOME}/.ssh/${SSH_KEY}</arg>
<arg>${KEYFILE_PASS}</arg>
<arg>delay=${delay}</arg>
<doc>Runs the specified keyword and returns from the enclosing user keyword.</doc>
<status status="PASS" start="2026-09-15T02:37:46.093642" elapsed="0.588693"/>
</kw>
<arg>${user}</arg>
<arg>${password}</arg>
<doc>On active SSH session: if given non-empty password, do Login, else do Login With Public Key.</doc>
<status status="PASS" start="2026-09-15T02:37:46.091281" elapsed="0.591302"/>
</kw>
<kw name="File Should Exist" owner="SSHLibrary">
<msg time="2026-09-15T02:37:46.691822" level="INFO">[chan 1] Opened sftp connection (server version 3)</msg>
<arg>${file}</arg>
<doc>Fails if the given ``path`` does NOT point to an existing file.</doc>
<status status="PASS" start="2026-09-15T02:37:46.682980" elapsed="0.010903"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-09-15T02:37:46.694345" elapsed="0.000570"/>
</kw>
<arg>${cbench_system}</arg>
<arg>${cbench_executable}</arg>
<doc>Will create connection with public key and will PASS if the given ${file} exists,
otherwise will FAIL</doc>
<status status="PASS" start="2026-09-15T02:37:46.089934" elapsed="0.605094"/>
</kw>
<status status="PASS" start="2026-09-15T02:37:46.088446" elapsed="0.606645"/>
</branch>
<status status="PASS" start="2026-09-15T02:37:46.087783" elapsed="0.607374"/>
</if>
<kw name="Should Be True" owner="BuiltIn">
<arg>${loops} &gt;= 2</arg>
<arg>If number of loops is less than 2, cbench will not run</arg>
<doc>Fails if the given condition is not true.</doc>
<status status="PASS" start="2026-09-15T02:37:46.695440" elapsed="0.000981"/>
</kw>
<kw name="Verify_Feature_Is_Installed" owner="KarafKeywords">
<if>
<branch type="IF" condition="'${IS_KARAF_APPL}' == 'False'">
<return>
<value>Not A Karaf App</value>
<status status="NOT RUN" start="2026-09-15T02:37:46.699620" elapsed="0.000031"/>
</return>
<status status="NOT RUN" start="2026-09-15T02:37:46.699408" elapsed="0.000298"/>
</branch>
<status status="PASS" start="2026-09-15T02:37:46.699364" elapsed="0.000375"/>
</if>
<kw name="Issue_Command_On_Karaf_Console" owner="KarafKeywords">
<if>
<branch type="IF" condition="'${IS_KARAF_APPL}' == 'False'">
<return>
<value>Not A Karaf App</value>
<status status="NOT RUN" start="2026-09-15T02:37:46.701900" elapsed="0.000022"/>
</return>
<status status="NOT RUN" start="2026-09-15T02:37:46.701757" elapsed="0.000209"/>
</branch>
<status status="PASS" start="2026-09-15T02:37:46.701731" elapsed="0.000264"/>
</if>
<kw name="Open Connection" owner="SSHLibrary">
<arg>${controller}</arg>
<arg>port=${karaf_port}</arg>
<arg>prompt=${KARAF_PROMPT_LOGIN}</arg>
<arg>timeout=${timeout}</arg>
<doc>Opens a new SSH connection to the given ``host`` and ``port``.</doc>
<status status="PASS" start="2026-09-15T02:37:46.702274" elapsed="0.000707"/>
</kw>
<kw name="Login" owner="SSHLibrary">
<msg time="2026-09-15T02:37:46.703574" level="INFO">Logging into '10.30.170.199:8101' as 'karaf'.</msg>
<msg time="2026-09-15T02:37:46.934451" level="INFO">Read output: [33m                                                                                           
[33m    ________                       ________                .__  .__       .__     __       
[33m    \_____  \ ______   ____   ____ \______ \ _____  ___.__.|  | |__| ____ |  |___/  |_     
[33m     /   |   \\____ \_/ __ \ /    \ |    |  \\__  \&lt;   |  ||  | |  |/ ___\|  |  \   __\    
[33m    /    |    \  |_&gt; &gt;  ___/|   |  \|    `   \/ __ \\___  ||  |_|  / /_/  &gt;   Y  \  |      
[33m    \_______  /   __/ \___  &gt;___|  /_______  (____  / ____||____/__\___  /|___|  /__|      
[33m            \/|__|        \/     \/        \/     \/\/            /_____/      \/          
[33m                                                                                           

Hit '[1m&lt;tab&gt;[0m' for a list of available commands
and '[1m[cmd] --help[0m' for help on a specific command.
Hit '[1m&lt;ctrl-d&gt;[0m' or type '[1msystem:shutdown[0m' or '[1mlogout[0m' to shutdown OpenDaylight.

[?1h=[90m~[0m                                                                                [?2004hopendaylight-user</msg>
<arg>${KARAF_USER}</arg>
<arg>${KARAF_PASSWORD}</arg>
<arg>loglevel=${loglevel}</arg>
<doc>Logs into the SSH server with the given ``username`` and ``password``.</doc>
<status status="PASS" start="2026-09-15T02:37:46.703233" elapsed="0.231496"/>
</kw>
<kw name="Write" owner="SSHLibrary">
<msg time="2026-09-15T02:37:47.022844" level="INFO">@root&gt;feature:list -i | 0[C 0g[Krep odl-openflowplugin-drop-test</msg>
<arg>${cmd}</arg>
<doc>Writes the given ``text`` on the remote machine and appends a newline.</doc>
<status status="PASS" start="2026-09-15T02:37:46.935157" elapsed="0.087917"/>
</kw>
<kw name="Read Until Regexp" owner="SSHLibrary">
<msg time="2026-09-15T02:37:47.046974" level="INFO">[?1l&gt;[?2004l[31;1modl-openflowplugin-drop-test[0m                                    x 1.0.2            x x        x Started x [31;1modl-openflowplugin-drop-test[0m                                    x OpenDaylight :: Openflow Plugin :: Drop Test
[?1h=[90m~[0m                                                                                [?2004hopendaylight-user@root&gt;</msg>
<msg time="2026-09-15T02:37:47.047244" level="INFO">${output} = [?1l&gt;[?2004l[31;1modl-openflowplugin-drop-test[0m                                    x 1.0.2            x x        x Started x [31;1modl-openflowplugin-drop-test[0m                     ...</msg>
<var>${output}</var>
<arg>${KARAF_PROMPT}</arg>
<doc>Consumes and returns the server output until a match to ``regexp`` is found.</doc>
<status status="PASS" start="2026-09-15T02:37:47.023443" elapsed="0.023831"/>
</kw>
<kw name="Write Bare" owner="SSHLibrary">
<arg>logout\n</arg>
<doc>Writes the given ``text`` on the remote machine without appending a newline.</doc>
<status status="PASS" start="2026-09-15T02:37:47.047434" elapsed="0.000287"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-09-15T02:37:47.047859" elapsed="0.000249"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-09-15T02:37:47.048722" level="INFO">[?1l&gt;[?2004l[31;1modl-openflowplugin-drop-test[0m                                    x 1.0.2            x x        x Started x [31;1modl-openflowplugin-drop-test[0m                                    x OpenDaylight :: Openflow Plugin :: Drop Test
[?1h=[90m~[0m                                                                                [?2004hopendaylight-user@root&gt;</msg>
<arg>${output}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-09-15T02:37:47.048293" elapsed="0.000482"/>
</kw>
<return>
<value>${output}</value>
<status status="PASS" start="2026-09-15T02:37:47.048831" elapsed="0.000075"/>
</return>
<msg time="2026-09-15T02:37:47.049064" level="INFO">${output} = [?1l&gt;[?2004l[31;1modl-openflowplugin-drop-test[0m                                    x 1.0.2            x x        x Started x [31;1modl-openflowplugin-drop-test[0m                     ...</msg>
<var>${output}</var>
<arg>feature:list -i | grep ${feature_name}</arg>
<arg>${controller}</arg>
<arg>${karaf_port}</arg>
<doc>Will execute the given ${cmd} by ssh'ing to the karaf console running on 10.30.170.199
Note that this keyword will open&amp;close new SSH connection, without switching back to previously current session.</doc>
<status status="PASS" start="2026-09-15T02:37:46.701260" elapsed="0.347835"/>
</kw>
<kw name="Should Contain" owner="BuiltIn">
<arg>${output}</arg>
<arg>${feature_name}</arg>
<doc>Fails if the `container` does not contain the `item` one or more times.</doc>
<status status="PASS" start="2026-09-15T02:37:47.049263" elapsed="0.000715"/>
</kw>
<return>
<value>${output}</value>
<status status="PASS" start="2026-09-15T02:37:47.050027" elapsed="0.000033"/>
</return>
<arg>odl-openflowplugin-drop-test</arg>
<doc>Will Succeed if the given ${feature_name} is found in the output of "feature:list -i"</doc>
<status status="PASS" start="2026-09-15T02:37:46.698894" elapsed="0.351249"/>
</kw>
<kw name="Issue_Command_On_Karaf_Console" owner="KarafKeywords">
<if>
<branch type="IF" condition="'${IS_KARAF_APPL}' == 'False'">
<return>
<value>Not A Karaf App</value>
<status status="NOT RUN" start="2026-09-15T02:37:47.052154" elapsed="0.000014"/>
</return>
<status status="NOT RUN" start="2026-09-15T02:37:47.052010" elapsed="0.000187"/>
</branch>
<status status="PASS" start="2026-09-15T02:37:47.051983" elapsed="0.000238"/>
</if>
<kw name="Open Connection" owner="SSHLibrary">
<arg>${controller}</arg>
<arg>port=${karaf_port}</arg>
<arg>prompt=${KARAF_PROMPT_LOGIN}</arg>
<arg>timeout=${timeout}</arg>
<doc>Opens a new SSH connection to the given ``host`` and ``port``.</doc>
<status status="PASS" start="2026-09-15T02:37:47.052379" elapsed="0.000456"/>
</kw>
<kw name="Login" owner="SSHLibrary">
<msg time="2026-09-15T02:37:47.053243" level="INFO">Logging into '10.30.170.199:8101' as 'karaf'.</msg>
<msg time="2026-09-15T02:37:47.282096" level="INFO">Read output: [33m                                                                                           
[33m    ________                       ________                .__  .__       .__     __       
[33m    \_____  \ ______   ____   ____ \______ \ _____  ___.__.|  | |__| ____ |  |___/  |_     
[33m     /   |   \\____ \_/ __ \ /    \ |    |  \\__  \&lt;   |  ||  | |  |/ ___\|  |  \   __\    
[33m    /    |    \  |_&gt; &gt;  ___/|   |  \|    `   \/ __ \\___  ||  |_|  / /_/  &gt;   Y  \  |      
[33m    \_______  /   __/ \___  &gt;___|  /_______  (____  / ____||____/__\___  /|___|  /__|      
[33m            \/|__|        \/     \/        \/     \/\/            /_____/      \/          
[33m                                                                                           

Hit '[1m&lt;tab&gt;[0m' for a list of available commands
and '[1m[cmd] --help[0m' for help on a specific command.
Hit '[1m&lt;ctrl-d&gt;[0m' or type '[1msystem:shutdown[0m' or '[1mlogout[0m' to shutdown OpenDaylight.

[?1h=[90m~[0m                                                                                [?2004hopendaylight-user</msg>
<arg>${KARAF_USER}</arg>
<arg>${KARAF_PASSWORD}</arg>
<arg>loglevel=${loglevel}</arg>
<doc>Logs into the SSH server with the given ``username`` and ``password``.</doc>
<status status="PASS" start="2026-09-15T02:37:47.053014" elapsed="0.229308"/>
</kw>
<kw name="Write" owner="SSHLibrary">
<msg time="2026-09-15T02:37:47.310758" level="INFO">@root&gt;dropallpacketsrpc on</msg>
<arg>${cmd}</arg>
<doc>Writes the given ``text`` on the remote machine and appends a newline.</doc>
<status status="PASS" start="2026-09-15T02:37:47.282689" elapsed="0.028152"/>
</kw>
<kw name="Read Until Regexp" owner="SSHLibrary">
<msg time="2026-09-15T02:37:47.313161" level="INFO">[?1l&gt;[?2004lDropAllFlows transitions to on
[?1h=[90m~[0m                                                                                [?2004hopendaylight-user@root&gt;</msg>
<msg time="2026-09-15T02:37:47.313289" level="INFO">${output} = [?1l&gt;[?2004lDropAllFlows transitions to on
[?1h=[90m~[0m                                                                                [?2004hopendaylight-user@root&gt;</msg>
<var>${output}</var>
<arg>${KARAF_PROMPT}</arg>
<doc>Consumes and returns the server output until a match to ``regexp`` is found.</doc>
<status status="PASS" start="2026-09-15T02:37:47.311053" elapsed="0.002265"/>
</kw>
<kw name="Write Bare" owner="SSHLibrary">
<arg>logout\n</arg>
<doc>Writes the given ``text`` on the remote machine without appending a newline.</doc>
<status status="PASS" start="2026-09-15T02:37:47.313458" elapsed="0.000224"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-09-15T02:37:47.313819" elapsed="0.000251"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-09-15T02:37:47.314677" level="INFO">[?1l&gt;[?2004lDropAllFlows transitions to on
[?1h=[90m~[0m                                                                                [?2004hopendaylight-user@root&gt;</msg>
<arg>${output}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-09-15T02:37:47.314259" elapsed="0.000466"/>
</kw>
<return>
<value>${output}</value>
<status status="PASS" start="2026-09-15T02:37:47.314780" elapsed="0.000074"/>
</return>
<arg>dropallpacketsrpc on</arg>
<doc>Will execute the given ${cmd} by ssh'ing to the karaf console running on 10.30.170.199
Note that this keyword will open&amp;close new SSH connection, without switching back to previously current session.</doc>
<status status="PASS" start="2026-09-15T02:37:47.051661" elapsed="0.263312"/>
</kw>
<status status="PASS" start="2026-09-15T02:37:44.914742" elapsed="2.400302"/>
</kw>
<test id="s1-t1" name="Cbench Latency Test" line="37">
<kw name="Log" owner="BuiltIn">
<msg time="2026-09-15T02:37:47.317457" level="INFO">Cbench tests using 10 iterations of 60 second tests. Switch Count: 16. Unique MACS to cycle: 100</msg>
<arg>Cbench tests using ${loops} iterations of ${duration_in_secs} second tests. Switch Count: ${switch_count}. Unique MACS to cycle: ${num_of_unique_macs}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-09-15T02:37:47.316505" elapsed="0.001031"/>
</kw>
<kw name="Run Cbench And Log Results">
<kw name="Set Suite Variable" owner="BuiltIn">
<msg time="2026-09-15T02:37:47.319181" level="INFO">${output_filename} = latency.csv</msg>
<arg>${output_filename}</arg>
<doc>Makes the variable available everywhere within the scope of the current suite.</doc>
<status status="PASS" start="2026-09-15T02:37:47.318833" elapsed="0.000389"/>
</kw>
<if>
<branch type="IF" condition="&quot;${cbench_system}&quot; == &quot;localhost&quot;">
<kw name="Run" owner="OperatingSystem">
<var>${output}</var>
<arg>${cbench_executable} -c ${ODL_SYSTEM_IP} ${cbench_args}</arg>
<doc>*This keyword is considered deprecated. Use the [Process] library instead.*</doc>
<status status="NOT RUN" start="2026-09-15T02:37:47.319631" elapsed="0.000023"/>
</kw>
<status status="NOT RUN" start="2026-09-15T02:37:47.319312" elapsed="0.000376"/>
</branch>
<branch type="ELSE">
<kw name="Run Command On Remote System" owner="Utils">
<if>
<branch type="IF" condition="&quot;${return_stdout}&quot;!=&quot;True&quot; and &quot;${return_stderr}&quot;!=&quot;True&quot;">
<kw name="Fail" owner="BuiltIn">
<arg>At least one of {return_stdout} or {return_stderr} args should be set to True</arg>
<doc>Fails the test or task with the given message and optionally alters its tags.</doc>
<status status="NOT RUN" start="2026-09-15T02:37:47.320843" elapsed="0.000020"/>
</kw>
<status status="NOT RUN" start="2026-09-15T02:37:47.320612" elapsed="0.000284"/>
</branch>
<status status="PASS" start="2026-09-15T02:37:47.320592" elapsed="0.000330"/>
</if>
<kw name="Get Connection" owner="SSHLibrary">
<msg time="2026-09-15T02:37:47.321339" level="INFO">index=None
host=None
alias=None
port=22
timeout=3 seconds
newline=

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

prompt=None
term_type=vt100
width=80
height=24
path_separator=/
encoding=utf8
escape_ansi=False
encoding_errors=strict</msg>
<var>${current_ssh_connection}</var>
<doc>Returns information about the connection.</doc>
<status status="PASS" start="2026-09-15T02:37:47.321110" elapsed="0.000375"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-09-15T02:37:47.322067" level="INFO">Attempting to execute command "/usr/local/bin/cbench -c 10.30.170.199 -m 60000 -M 100 -S 16 -l 10 -D 5000 -p 6633" on remote system "10.30.170.69" by user "jenkins" with keyfile pass "any" and prompt "&gt;" and password ""</msg>
<arg>Attempting to execute command "${cmd}" on remote system "${system}" by user "${user}" with keyfile pass "${keyfile_pass}" and prompt "${prompt}" and password "${password}"</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-09-15T02:37:47.321722" elapsed="0.000401"/>
</kw>
<kw name="Open Connection" owner="SSHLibrary">
<msg time="2026-09-15T02:37:47.322799" level="INFO">${conn_id} = 5</msg>
<var>${conn_id}</var>
<arg>${system}</arg>
<arg>prompt=${prompt}</arg>
<arg>timeout=${prompt_timeout}</arg>
<doc>Opens a new SSH connection to the given ``host`` and ``port``.</doc>
<status status="PASS" start="2026-09-15T02:37:47.322290" elapsed="0.000535"/>
</kw>
<kw name="Flexible_SSH_Login" owner="SSHKeywords">
<kw name="Get Length" owner="BuiltIn">
<msg time="2026-09-15T02:37:47.323745" level="INFO">Length is 0.</msg>
<msg time="2026-09-15T02:37:47.323837" level="INFO">${pwd_length} = 0</msg>
<var>${pwd_length}</var>
<arg>${password}</arg>
<doc>Returns and logs the length of the given item as an integer.</doc>
<status status="PASS" start="2026-09-15T02:37:47.323371" elapsed="0.000489"/>
</kw>
<kw name="Run Keyword And Return If" owner="BuiltIn">
<arg>${pwd_length} &gt; 0</arg>
<arg>SSHLibrary.Login</arg>
<arg>${user}</arg>
<arg>${password}</arg>
<arg>delay=${delay}</arg>
<doc>Conditionally runs the specified keyword and returns from the enclosing user keyword.</doc>
<status status="PASS" start="2026-09-15T02:37:47.323999" elapsed="0.000318"/>
</kw>
<kw name="Run Keyword And Return" owner="BuiltIn">
<kw name="Login With Public Key" owner="SSHLibrary">
<msg time="2026-09-15T02:37:47.325205" level="INFO">Logging into '10.30.170.69:22' as 'jenkins'.</msg>
<msg time="2026-09-15T02:37:47.696941" level="INFO">Read output: Welcome to Ubuntu 22.04.5 LTS (GNU/Linux 5.15.0-187-generic x86_64)

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

 System information as of Tue Sep 15 02:36:47 UTC 2026

  System load:  0.16               Processes:             112
  Usage of /:   19.8% of 38.58GB   Users logged in:       0
  Memory usage: 4%                 IPv4 address for ens3: 10.30.170.69
  Swap usage:   0%


Expanded Security Maintenance for Applications is not enabled.

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

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


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


Last login: Tue Sep 15 02:37:46 2026 from 10.30.170.26
[?2004h[jenkins@releng-00446-86-1-mininet-ovs-217-0 ~]&gt;</msg>
<arg>${user}</arg>
<arg>${USER_HOME}/.ssh/${SSH_KEY}</arg>
<arg>${KEYFILE_PASS}</arg>
<arg>delay=${delay}</arg>
<doc>Logs into the SSH server using key-based authentication.</doc>
<status status="PASS" start="2026-09-15T02:37:47.324906" elapsed="0.372385"/>
</kw>
<msg time="2026-09-15T02:37:47.697421" level="INFO">Returning from the enclosing user keyword.</msg>
<arg>SSHLibrary.Login With Public Key</arg>
<arg>${user}</arg>
<arg>${USER_HOME}/.ssh/${SSH_KEY}</arg>
<arg>${KEYFILE_PASS}</arg>
<arg>delay=${delay}</arg>
<doc>Runs the specified keyword and returns from the enclosing user keyword.</doc>
<status status="PASS" start="2026-09-15T02:37:47.324469" elapsed="0.373247"/>
</kw>
<arg>${user}</arg>
<arg>${password}</arg>
<doc>On active SSH session: if given non-empty password, do Login, else do Login With Public Key.</doc>
<status status="PASS" start="2026-09-15T02:37:47.323012" elapsed="0.374901"/>
</kw>
<kw name="Execute Command" owner="SSHLibrary">
<msg time="2026-09-15T02:37:47.698797" level="INFO">Executing command '/usr/local/bin/cbench -c 10.30.170.199 -m 60000 -M 100 -S 16 -l 10 -D 5000 -p 6633'.</msg>
<msg time="2026-09-15T02:47:53.858444" level="INFO">Command exited with return code 0.</msg>
<msg time="2026-09-15T02:47:53.859182" level="INFO">${stdout} = </msg>
<msg time="2026-09-15T02:47:53.859292" level="INFO">${stderr} = cbench: controller benchmarking tool
   running in mode 'latency'
   connecting to controller at 10.30.170.199:6633 
   faking 16 switches with 1 threads :: 10 tests each; 60000 ms per test
   with 10...</msg>
<var>${stdout}</var>
<var>${stderr}</var>
<arg>${cmd}</arg>
<arg>return_stderr=True</arg>
<doc>Executes ``command`` on the remote machine and returns its outputs.</doc>
<status status="PASS" start="2026-09-15T02:37:47.698301" elapsed="606.161051"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-09-15T02:47:53.859919" elapsed="0.000831"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-09-15T02:47:53.862082" level="INFO">cbench: controller benchmarking tool
   running in mode 'latency'
   connecting to controller at 10.30.170.199:6633 
   faking 16 switches with 1 threads :: 10 tests each; 60000 ms per test
   with 100 unique source MACs per switch
   learning destination mac addresses before the test
   starting test with 5000 ms delay after features_reply
   ignoring first 1 "warmup" and last 0 "cooldown" loops
   debugging info is off
Master Thread: Creating thread-0! 
Thread-0: All switches initialized. Running at node 10.30.170.199. So far 1 cbench instances have initialized their switches.  Waiting for other cbench-instances
Thread-0: Total switches from ALL cbench-instances initialized.
02:38:52.937 16  switches: flows:  76031 75812 77556 75839 75053 74483 76156 75350 73314 74037 71909 71192 71297 72366 71157 70990  total = 19.709033 per ms 
02:39:53.040 16  switches: flows:  83919 84515 83783 84240 82381 81620 83036 82368 80438 80040 79893 78056 77121 80188 78258 77021  total = 21.578600 per ms 
02:40:53.140 16  switches: flows:  80791 80027 81141 80285 79209 77803 79401 79899 77710 76524 75284 74599 74498 76433 74904 75086  total = 20.691884 per ms 
02:41:53.241 16  switches: flows:  83855 84266 83367 84128 82241 80806 83893 83209 81494 78345 79570 78351 77783 79808 78309 77023  total = 21.571424 per ms 
02:42:53.341 16  switches: flows:  82725 80103 81990 81557 79974 78973 81844 81583 79784 77289 75967 75368 75494 77480 75874 76125  total = 21.000464 per ms 
02:43:53.441 16  switches: flows:  84586 83864 84108 86302 82942 81265 83968 85961 81835 79361 79448 79503 79543 80296 78296 79461  total = 21.809246 per ms 
02:44:53.541 16  switches: flows:  82978 83556 83324 83438 81898 82268 82930 83322 80143 79000 79182 77492 77832 80832 78091 78345  total = 21.541189 per ms 
02:45:53.642 16  switches: flows:  81284 82188 82677 82358 82567 80683 81186 80425 78770 77679 76710 76039 76538 78080 76509 76657  total = 21.137197 per ms 
02:46:53.742 16  switches: flows:  83104 82866 83262 83127 80666 79756 83234 80433 79068 78560 77002 77389 76373 77848 78199 76575  total = 21.255481 per ms 
02:47:53.842 16  switches: flows:  83650 83226 83306 82296 83154 81061 82789 81478 80320 78316 76895 77389 77417 78583 78400 77308  total = 21.390744 per ms 
RESULT: 16 switches 9 tests min/max/avg/stdev = 20691.88/21809.25/21330.69/7117.70 responses/s</msg>
<arg>${stderr}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-09-15T02:47:53.861250" elapsed="0.001129"/>
</kw>
<if>
<branch type="IF" condition="&quot;${return_stdout}&quot;!=&quot;True&quot;">
<return>
<value>${stderr}</value>
<status status="PASS" start="2026-09-15T02:47:53.862982" elapsed="0.000120"/>
</return>
<status status="PASS" start="2026-09-15T02:47:53.862689" elapsed="0.000524"/>
</branch>
<status status="PASS" start="2026-09-15T02:47:53.862549" elapsed="0.000725"/>
</if>
<if>
<branch type="IF" condition="&quot;${return_stderr}&quot;!=&quot;True&quot;">
<return>
<value>${stdout}</value>
<status status="NOT RUN" start="2026-09-15T02:47:53.863489" elapsed="0.000030"/>
</return>
<status status="NOT RUN" start="2026-09-15T02:47:53.863407" elapsed="0.000207"/>
</branch>
<status status="NOT RUN" start="2026-09-15T02:47:53.863372" elapsed="0.000292"/>
</if>
<return>
<value>${stdout}</value>
<value>${stderr}</value>
<status status="NOT RUN" start="2026-09-15T02:47:53.863738" elapsed="0.000029"/>
</return>
<kw name="Restore_Current_Ssh_Connection_From_Index" owner="SSHKeywords" type="TEARDOWN">
<kw name="Run Keyword And Return If" owner="BuiltIn">
<arg>${connection_index} is not None</arg>
<arg>SSHLibrary.Switch Connection</arg>
<arg>${connection_index}</arg>
<doc>Conditionally runs the specified keyword and returns from the enclosing user keyword.</doc>
<status status="PASS" start="2026-09-15T02:47:53.865651" elapsed="0.000727"/>
</kw>
<kw name="Open Connection" owner="SSHLibrary">
<arg>127.0.0.1</arg>
<doc>Opens a new SSH connection to the given ``host`` and ``port``.</doc>
<status status="PASS" start="2026-09-15T02:47:53.866865" elapsed="0.000477"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-09-15T02:47:53.867680" elapsed="0.000215"/>
</kw>
<arg>${current_ssh_connection.index}</arg>
<doc>Restore active SSH connection in SSHLibrary to given index.</doc>
<status status="PASS" start="2026-09-15T02:47:53.864650" elapsed="0.003382"/>
</kw>
<msg time="2026-09-15T02:47:53.868300" level="INFO">${output} = cbench: controller benchmarking tool
   running in mode 'latency'
   connecting to controller at 10.30.170.199:6633 
   faking 16 switches with 1 threads :: 10 tests each; 60000 ms per test
   with 10...</msg>
<var>${output}</var>
<arg>${cbench_system}</arg>
<arg>${cbench_executable} -c ${ODL_SYSTEM_IP} ${cbench_args}</arg>
<arg>prompt_timeout=${test_timeout}</arg>
<arg>return_stdout=False</arg>
<arg>return_stderr=True</arg>
<doc>Reduces the common work of running a command on a remote system to a single higher level
robot keyword, taking care to log in with a public key and. The command given is written and the return value
depends on the passed argument values of return_stdout (default: True) and return_stderr (default: False).
At least one should be True, or the keyword will exit and FAIL. If both are True, the resulting return value
will be a two element list containing both. Otherwise the resulting return value is a string.
No test conditions are checked.</doc>
<status status="PASS" start="2026-09-15T02:37:47.320055" elapsed="606.548326"/>
</kw>
<status status="PASS" start="2026-09-15T02:37:47.319721" elapsed="606.548776"/>
</branch>
<status status="PASS" start="2026-09-15T02:37:47.319285" elapsed="606.549261"/>
</if>
<kw name="Log" owner="BuiltIn">
<msg time="2026-09-15T02:47:53.869685" level="INFO">cbench: controller benchmarking tool
   running in mode 'latency'
   connecting to controller at 10.30.170.199:6633 
   faking 16 switches with 1 threads :: 10 tests each; 60000 ms per test
   with 100 unique source MACs per switch
   learning destination mac addresses before the test
   starting test with 5000 ms delay after features_reply
   ignoring first 1 "warmup" and last 0 "cooldown" loops
   debugging info is off
Master Thread: Creating thread-0! 
Thread-0: All switches initialized. Running at node 10.30.170.199. So far 1 cbench instances have initialized their switches.  Waiting for other cbench-instances
Thread-0: Total switches from ALL cbench-instances initialized.
02:38:52.937 16  switches: flows:  76031 75812 77556 75839 75053 74483 76156 75350 73314 74037 71909 71192 71297 72366 71157 70990  total = 19.709033 per ms 
02:39:53.040 16  switches: flows:  83919 84515 83783 84240 82381 81620 83036 82368 80438 80040 79893 78056 77121 80188 78258 77021  total = 21.578600 per ms 
02:40:53.140 16  switches: flows:  80791 80027 81141 80285 79209 77803 79401 79899 77710 76524 75284 74599 74498 76433 74904 75086  total = 20.691884 per ms 
02:41:53.241 16  switches: flows:  83855 84266 83367 84128 82241 80806 83893 83209 81494 78345 79570 78351 77783 79808 78309 77023  total = 21.571424 per ms 
02:42:53.341 16  switches: flows:  82725 80103 81990 81557 79974 78973 81844 81583 79784 77289 75967 75368 75494 77480 75874 76125  total = 21.000464 per ms 
02:43:53.441 16  switches: flows:  84586 83864 84108 86302 82942 81265 83968 85961 81835 79361 79448 79503 79543 80296 78296 79461  total = 21.809246 per ms 
02:44:53.541 16  switches: flows:  82978 83556 83324 83438 81898 82268 82930 83322 80143 79000 79182 77492 77832 80832 78091 78345  total = 21.541189 per ms 
02:45:53.642 16  switches: flows:  81284 82188 82677 82358 82567 80683 81186 80425 78770 77679 76710 76039 76538 78080 76509 76657  total = 21.137197 per ms 
02:46:53.742 16  switches: flows:  83104 82866 83262 83127 80666 79756 83234 80433 79068 78560 77002 77389 76373 77848 78199 76575  total = 21.255481 per ms 
02:47:53.842 16  switches: flows:  83650 83226 83306 82296 83154 81061 82789 81478 80320 78316 76895 77389 77417 78583 78400 77308  total = 21.390744 per ms 
RESULT: 16 switches 9 tests min/max/avg/stdev = 20691.88/21809.25/21330.69/7117.70 responses/s</msg>
<arg>${output}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-09-15T02:47:53.868986" elapsed="0.000854"/>
</kw>
<kw name="Should Contain" owner="BuiltIn">
<arg>${output}</arg>
<arg>RESULT</arg>
<doc>Fails if the `container` does not contain the `item` one or more times.</doc>
<status status="PASS" start="2026-09-15T02:47:53.870213" elapsed="0.000767"/>
</kw>
<kw name="Get Lines Containing String" owner="String">
<msg time="2026-09-15T02:47:53.871886" level="INFO">1 out of 23 lines matched.</msg>
<msg time="2026-09-15T02:47:53.872109" level="INFO">${result_line} = RESULT: 16 switches 9 tests min/max/avg/stdev = 20691.88/21809.25/21330.69/7117.70 responses/s</msg>
<var>${result_line}</var>
<arg>${output}</arg>
<arg>RESULT</arg>
<doc>Returns lines of the given `string` that contain the `pattern`.</doc>
<status status="PASS" start="2026-09-15T02:47:53.871374" elapsed="0.000791"/>
</kw>
<kw name="Split String" owner="String">
<msg time="2026-09-15T02:47:53.873448" level="INFO">@{results_list} = [ RESULT: | 16 | switches | 9 | tests | min/max/avg/stdev | = | 20691.88/21809.25/21330.69/7117.70 | responses/s ]</msg>
<var>@{results_list}</var>
<arg>${result_line}</arg>
<doc>Splits the `string` using `separator` as a delimiter string.</doc>
<status status="PASS" start="2026-09-15T02:47:53.872607" elapsed="0.000928"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-09-15T02:47:53.874929" level="INFO">min/max/avg/stdev</msg>
<arg>${results_list[5]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-09-15T02:47:53.874076" elapsed="0.001025"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-09-15T02:47:53.876266" level="INFO">20691.88/21809.25/21330.69/7117.70</msg>
<arg>${results_list[7]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-09-15T02:47:53.875510" elapsed="0.000873"/>
</kw>
<kw name="Split String" owner="String">
<msg time="2026-09-15T02:47:53.877491" level="INFO">@{result_name_list} = [ min | max | avg | stdev ]</msg>
<var>@{result_name_list}</var>
<arg>${results_list[5]}</arg>
<arg>/</arg>
<doc>Splits the `string` using `separator` as a delimiter string.</doc>
<status status="PASS" start="2026-09-15T02:47:53.876766" elapsed="0.000789"/>
</kw>
<kw name="Split String" owner="String">
<msg time="2026-09-15T02:47:53.878798" level="INFO">@{result_value_list} = [ 20691.88 | 21809.25 | 21330.69 | 7117.70 ]</msg>
<var>@{result_value_list}</var>
<arg>${results_list[7]}</arg>
<arg>/</arg>
<doc>Splits the `string` using `separator` as a delimiter string.</doc>
<status status="PASS" start="2026-09-15T02:47:53.878067" elapsed="0.000792"/>
</kw>
<kw name="Get Length" owner="BuiltIn">
<msg time="2026-09-15T02:47:53.880096" level="INFO">Length is 4.</msg>
<msg time="2026-09-15T02:47:53.880312" level="INFO">${num_stats} = 4</msg>
<var>${num_stats}</var>
<arg>${result_name_list}</arg>
<doc>Returns and logs the length of the given item as an integer.</doc>
<status status="PASS" start="2026-09-15T02:47:53.879340" elapsed="0.001024"/>
</kw>
<for flavor="IN RANGE">
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-09-15T02:47:53.882502" level="INFO">min :: 20691.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-09-15T02:47:53.881462" elapsed="0.001194"/>
</kw>
<var name="${i}">0</var>
<status status="PASS" start="2026-09-15T02:47:53.880968" elapsed="0.001760"/>
</iter>
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-09-15T02:47:53.884455" level="INFO">max :: 21809.25</msg>
<arg>${result_name_list[${i}]} :: ${result_value_list[${i}]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-09-15T02:47:53.883309" elapsed="0.001302"/>
</kw>
<var name="${i}">1</var>
<status status="PASS" start="2026-09-15T02:47:53.882914" elapsed="0.001771"/>
</iter>
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-09-15T02:47:53.886393" level="INFO">avg :: 21330.69</msg>
<arg>${result_name_list[${i}]} :: ${result_value_list[${i}]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-09-15T02:47:53.885330" elapsed="0.001187"/>
</kw>
<var name="${i}">2</var>
<status status="PASS" start="2026-09-15T02:47:53.884867" elapsed="0.001754"/>
</iter>
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-09-15T02:47:53.888407" level="INFO">stdev :: 7117.70</msg>
<arg>${result_name_list[${i}]} :: ${result_value_list[${i}]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-09-15T02:47:53.887323" elapsed="0.001204"/>
</kw>
<var name="${i}">3</var>
<status status="PASS" start="2026-09-15T02:47:53.886890" elapsed="0.001742"/>
</iter>
<var>${i}</var>
<value>0</value>
<value>${num_stats}</value>
<status status="PASS" start="2026-09-15T02:47:53.880541" elapsed="0.008161"/>
</for>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-09-15T02:47:53.890084" level="INFO">${min} = 20691.88</msg>
<var>${min}</var>
<arg>${result_value_list[${0}]}</arg>
<doc>Returns the given values which can then be assigned to a variable.</doc>
<status status="PASS" start="2026-09-15T02:47:53.889084" elapsed="0.001061"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-09-15T02:47:53.891655" level="INFO">${max} = 21809.25</msg>
<var>${max}</var>
<arg>${result_value_list[${1}]}</arg>
<doc>Returns the given values which can then be assigned to a variable.</doc>
<status status="PASS" start="2026-09-15T02:47:53.890485" elapsed="0.001229"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-09-15T02:47:53.893116" level="INFO">${average} = 21330.69</msg>
<var>${average}</var>
<arg>${result_value_list[${2}]}</arg>
<doc>Returns the given values which can then be assigned to a variable.</doc>
<status status="PASS" start="2026-09-15T02:47:53.892121" elapsed="0.001071"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-09-15T02:47:53.894241" level="INFO">${stdev} = 7117.70</msg>
<var>${stdev}</var>
<arg>${result_value_list[${3}]}</arg>
<doc>Returns the given values which can then be assigned to a variable.</doc>
<status status="PASS" start="2026-09-15T02:47:53.893538" elapsed="0.000755"/>
</kw>
<kw name="Get Time" owner="BuiltIn">
<msg time="2026-09-15T02:47:53.895250" level="INFO">${date} = 2026-09-15 02:47:53</msg>
<var>${date}</var>
<arg>d,m,s</arg>
<doc>Returns the given time in the requested format.</doc>
<status status="PASS" start="2026-09-15T02:47:53.894682" elapsed="0.000603"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-09-15T02:47:53.896087" level="INFO">CBench Result: 2026-09-15 02:47:53,-m 60000 -M 100 -S 16 -l 10 -D 5000 -p 6633,20691.88,21809.25,21330.69,7117.70</msg>
<arg>CBench Result: ${date},${cbench_args},${min},${max},${average},${stdev}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-09-15T02:47:53.895604" elapsed="0.000584"/>
</kw>
<kw name="Log Results And Determine Status">
<kw name="Append To File" owner="OperatingSystem">
<msg time="2026-09-15T02:47:53.897918" level="INFO" html="true">Appended to file '&lt;a href="file:///w/workspace/openflowplugin-csit-1node-cbench-only-chromium/latency.csv"&gt;/w/workspace/openflowplugin-csit-1node-cbench-only-chromium/latency.csv&lt;/a&gt;'.</msg>
<arg>${output_file}</arg>
<arg>${min},${max},${average}\n</arg>
<doc>Appends the given content to the specified file.</doc>
<status status="PASS" start="2026-09-15T02:47:53.897041" elapsed="0.000988"/>
</kw>
<kw name="Should Be True" owner="BuiltIn">
<arg>${average} &gt; ${threshold}</arg>
<arg>${average} flow_mods per/sec did not exceed threshold of ${threshold}</arg>
<doc>Fails if the given condition is not true.</doc>
<status status="PASS" start="2026-09-15T02:47:53.898279" elapsed="0.000630"/>
</kw>
<arg>${min}</arg>
<arg>${max}</arg>
<arg>${average}</arg>
<arg>${average_threshold}</arg>
<arg>${output_filename}</arg>
<status status="PASS" start="2026-09-15T02:47:53.896400" elapsed="0.002598"/>
</kw>
<arg>-m ${duration_in_ms} -M ${num_of_unique_macs} -S ${switch_count} -l ${loops} -D ${start_delay} -p ${of_port}</arg>
<arg>${latency_threshold}</arg>
<arg>${latency_results_file}</arg>
<status status="PASS" start="2026-09-15T02:37:47.318208" elapsed="606.580895"/>
</kw>
<kw name="Sleep" owner="BuiltIn">
<msg time="2026-09-15T02:47:53.899901" level="INFO">Slept 0 seconds.</msg>
<arg>${test_delay}</arg>
<doc>Pauses execution for the given time.</doc>
<status status="PASS" start="2026-09-15T02:47:53.899323" elapsed="0.000655"/>
</kw>
<kw name="Log Results As Zero If Cbench Timed Out" type="TEARDOWN">
<kw name="Run Keyword If Timeout Occurred" owner="BuiltIn">
<arg>Log Results And Determine Status</arg>
<arg>0</arg>
<arg>0</arg>
<arg>0</arg>
<arg>0</arg>
<arg>${output_filename}</arg>
<doc>Runs the given keyword if either a test or a keyword timeout has occurred.</doc>
<status status="PASS" start="2026-09-15T02:47:53.900766" elapsed="0.000415"/>
</kw>
<status status="PASS" start="2026-09-15T02:47:53.900303" elapsed="0.000971"/>
</kw>
<doc>cbench executed in default latency mode. Test parameters have defaults, but can be overridden
on the pybot command line</doc>
<tag>cbench</tag>
<tag>latency</tag>
<timeout value="15 minutes"/>
<status status="PASS" start="2026-09-15T02:37:47.315278" elapsed="606.586043"/>
</test>
<test id="s1-t2" name="Cbench Throughput Test" line="51">
<kw name="Log" owner="BuiltIn">
<msg time="2026-09-15T02:47:53.904947" level="INFO">Cbench tests using 10 iterations of 60 second tests. Switch Count: 16. Unique MACS to cycle: 100</msg>
<arg>Cbench tests using ${loops} iterations of ${duration_in_secs} second tests. Switch Count: ${switch_count}. Unique MACS to cycle: ${num_of_unique_macs}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-09-15T02:47:53.904340" elapsed="0.000704"/>
</kw>
<kw name="Run Cbench And Log Results">
<kw name="Set Suite Variable" owner="BuiltIn">
<msg time="2026-09-15T02:47:53.906726" level="INFO">${output_filename} = throughput.csv</msg>
<arg>${output_filename}</arg>
<doc>Makes the variable available everywhere within the scope of the current suite.</doc>
<status status="PASS" start="2026-09-15T02:47:53.906272" elapsed="0.000513"/>
</kw>
<if>
<branch type="IF" condition="&quot;${cbench_system}&quot; == &quot;localhost&quot;">
<kw name="Run" owner="OperatingSystem">
<var>${output}</var>
<arg>${cbench_executable} -c ${ODL_SYSTEM_IP} ${cbench_args}</arg>
<doc>*This keyword is considered deprecated. Use the [Process] library instead.*</doc>
<status status="NOT RUN" start="2026-09-15T02:47:53.907271" elapsed="0.000030"/>
</kw>
<status status="NOT RUN" start="2026-09-15T02:47:53.906886" elapsed="0.000461"/>
</branch>
<branch type="ELSE">
<kw name="Run Command On Remote System" owner="Utils">
<if>
<branch type="IF" condition="&quot;${return_stdout}&quot;!=&quot;True&quot; and &quot;${return_stderr}&quot;!=&quot;True&quot;">
<kw name="Fail" owner="BuiltIn">
<arg>At least one of {return_stdout} or {return_stderr} args should be set to True</arg>
<doc>Fails the test or task with the given message and optionally alters its tags.</doc>
<status status="NOT RUN" start="2026-09-15T02:47:53.908888" elapsed="0.000028"/>
</kw>
<status status="NOT RUN" start="2026-09-15T02:47:53.908583" elapsed="0.000377"/>
</branch>
<status status="PASS" start="2026-09-15T02:47:53.908538" elapsed="0.000453"/>
</if>
<kw name="Get Connection" owner="SSHLibrary">
<msg time="2026-09-15T02:47:53.909603" level="INFO">index=None
host=None
alias=None
port=22
timeout=3 seconds
newline=

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

prompt=None
term_type=vt100
width=80
height=24
path_separator=/
encoding=utf8
escape_ansi=False
encoding_errors=strict</msg>
<var>${current_ssh_connection}</var>
<doc>Returns information about the connection.</doc>
<status status="PASS" start="2026-09-15T02:47:53.909293" elapsed="0.000503"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-09-15T02:47:53.910533" level="INFO">Attempting to execute command "/usr/local/bin/cbench -c 10.30.170.199 -t -m 60000 -M 100 -S 16 -l 10 -D 5000 -p 6633" on remote system "10.30.170.69" by user "jenkins" with keyfile pass "any" and prompt "&gt;" and password ""</msg>
<arg>Attempting to execute command "${cmd}" on remote system "${system}" by user "${user}" with keyfile pass "${keyfile_pass}" and prompt "${prompt}" and password "${password}"</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-09-15T02:47:53.910074" elapsed="0.000556"/>
</kw>
<kw name="Open Connection" owner="SSHLibrary">
<msg time="2026-09-15T02:47:53.911336" level="INFO">${conn_id} = 7</msg>
<var>${conn_id}</var>
<arg>${system}</arg>
<arg>prompt=${prompt}</arg>
<arg>timeout=${prompt_timeout}</arg>
<doc>Opens a new SSH connection to the given ``host`` and ``port``.</doc>
<status status="PASS" start="2026-09-15T02:47:53.910857" elapsed="0.000513"/>
</kw>
<kw name="Flexible_SSH_Login" owner="SSHKeywords">
<kw name="Get Length" owner="BuiltIn">
<msg time="2026-09-15T02:47:53.912677" level="INFO">Length is 0.</msg>
<msg time="2026-09-15T02:47:53.912790" level="INFO">${pwd_length} = 0</msg>
<var>${pwd_length}</var>
<arg>${password}</arg>
<doc>Returns and logs the length of the given item as an integer.</doc>
<status status="PASS" start="2026-09-15T02:47:53.912245" elapsed="0.000575"/>
</kw>
<kw name="Run Keyword And Return If" owner="BuiltIn">
<arg>${pwd_length} &gt; 0</arg>
<arg>SSHLibrary.Login</arg>
<arg>${user}</arg>
<arg>${password}</arg>
<arg>delay=${delay}</arg>
<doc>Conditionally runs the specified keyword and returns from the enclosing user keyword.</doc>
<status status="PASS" start="2026-09-15T02:47:53.913022" elapsed="0.000440"/>
</kw>
<kw name="Run Keyword And Return" owner="BuiltIn">
<kw name="Login With Public Key" owner="SSHLibrary">
<msg time="2026-09-15T02:47:53.914712" level="INFO">Logging into '10.30.170.69:22' as 'jenkins'.</msg>
<msg time="2026-09-15T02:47:54.639205" level="INFO">Read output: Welcome to Ubuntu 22.04.5 LTS (GNU/Linux 5.15.0-187-generic x86_64)

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

 System information as of Tue Sep 15 02:47:54 UTC 2026

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


Expanded Security Maintenance for Applications is not enabled.

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

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


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


Last login: Tue Sep 15 02:37:47 2026 from 10.30.170.26
[?2004h[jenkins@releng-00446-86-1-mininet-ovs-217-0 ~]&gt;</msg>
<arg>${user}</arg>
<arg>${USER_HOME}/.ssh/${SSH_KEY}</arg>
<arg>${KEYFILE_PASS}</arg>
<arg>delay=${delay}</arg>
<doc>Logs into the SSH server using key-based authentication.</doc>
<status status="PASS" start="2026-09-15T02:47:53.914226" elapsed="0.725200"/>
</kw>
<msg time="2026-09-15T02:47:54.639519" level="INFO">Returning from the enclosing user keyword.</msg>
<arg>SSHLibrary.Login With Public Key</arg>
<arg>${user}</arg>
<arg>${USER_HOME}/.ssh/${SSH_KEY}</arg>
<arg>${KEYFILE_PASS}</arg>
<arg>delay=${delay}</arg>
<doc>Runs the specified keyword and returns from the enclosing user keyword.</doc>
<status status="PASS" start="2026-09-15T02:47:53.913695" elapsed="0.725937"/>
</kw>
<arg>${user}</arg>
<arg>${password}</arg>
<doc>On active SSH session: if given non-empty password, do Login, else do Login With Public Key.</doc>
<status status="PASS" start="2026-09-15T02:47:53.911658" elapsed="0.728088"/>
</kw>
<kw name="Execute Command" owner="SSHLibrary">
<msg time="2026-09-15T02:47:54.640316" level="INFO">Executing command '/usr/local/bin/cbench -c 10.30.170.199 -t -m 60000 -M 100 -S 16 -l 10 -D 5000 -p 6633'.</msg>
<msg time="2026-09-15T02:58:00.686471" level="INFO">Command exited with return code 0.</msg>
<msg time="2026-09-15T02:58:00.687765" level="INFO">${stdout} = </msg>
<msg time="2026-09-15T02:58:00.687904" level="INFO">${stderr} = cbench: controller benchmarking tool
   running in mode 'throughput'
   connecting to controller at 10.30.170.199:6633 
   faking 16 switches with 1 threads :: 10 tests each; 60000 ms per test
   with...</msg>
<var>${stdout}</var>
<var>${stderr}</var>
<arg>${cmd}</arg>
<arg>return_stderr=True</arg>
<doc>Executes ``command`` on the remote machine and returns its outputs.</doc>
<status status="PASS" start="2026-09-15T02:47:54.640022" elapsed="606.047943"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-09-15T02:58:00.688524" elapsed="0.000991"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-09-15T02:58:00.690834" level="INFO">cbench: controller benchmarking tool
   running in mode 'throughput'
   connecting to controller at 10.30.170.199:6633 
   faking 16 switches with 1 threads :: 10 tests each; 60000 ms per test
   with 100 unique source MACs per switch
   learning destination mac addresses before the test
   starting test with 5000 ms delay after features_reply
   ignoring first 1 "warmup" and last 0 "cooldown" loops
   debugging info is off
Master Thread: Creating thread-0! 
Thread-0: All switches initialized. Running at node 10.30.170.199. So far 1 cbench instances have initialized their switches.  Waiting for other cbench-instances
Thread-0: Total switches from ALL cbench-instances initialized.
02:48:59.754 16  switches: flows:  533961 521110 537892 537463 526609 524549 533901 526083 520486 533659 517871 509655 515938 529946 528475 521676  total = 140.321233 per ms 
02:49:59.855 16  switches: flows:  644588 645522 644577 644090 640237 640487 642104 642194 649112 645166 647958 644662 637385 635865 644881 640042  total = 171.193288 per ms 
02:50:59.957 16  switches: flows:  682350 682932 681575 678419 687941 686941 684746 688655 685531 683502 684822 685230 689143 694654 687528 675383  total = 182.348012 per ms 
02:52:00.059 16  switches: flows:  685677 690984 690322 686919 689164 692093 680771 697124 683292 688532 687887 686083 686134 693734 682420 691907  total = 183.242652 per ms 
02:53:00.161 16  switches: flows:  625646 619073 615891 626667 630116 626562 619069 629388 620934 623718 623565 625975 627015 621404 617445 622267  total = 165.966922 per ms 
02:54:00.262 16  switches: flows:  695885 695442 686772 693246 689212 689360 700307 691212 695805 688373 693648 688859 682455 696054 695291 693022  total = 184.271947 per ms 
02:55:00.365 16  switches: flows:  721535 718662 717024 719934 715512 712128 720555 717505 718492 717427 714741 720484 722903 715851 715489 726010  total = 191.248730 per ms 
02:56:00.466 16  switches: flows:  709250 715291 706631 708736 715685 708797 712376 706879 702161 711609 708341 709513 710251 711194 708583 710506  total = 188.945225 per ms 
02:57:00.572 16  switches: flows:  706718 714395 715370 710122 714235 710961 706958 705967 706785 711982 713046 714996 712668 718774 713170 703799  total = 189.331678 per ms 
02:58:00.673 16  switches: flows:  728396 729093 717977 726915 724506 728228 724534 725828 714743 724855 726794 729985 728912 733018 725727 720925  total = 193.182668 per ms 
RESULT: 16 switches 9 tests min/max/avg/stdev = 165966.92/193182.67/183303.46/61714.50 responses/s</msg>
<arg>${stderr}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-09-15T02:58:00.690036" elapsed="0.001093"/>
</kw>
<if>
<branch type="IF" condition="&quot;${return_stdout}&quot;!=&quot;True&quot;">
<return>
<value>${stderr}</value>
<status status="PASS" start="2026-09-15T02:58:00.691681" elapsed="0.000087"/>
</return>
<status status="PASS" start="2026-09-15T02:58:00.691335" elapsed="0.000515"/>
</branch>
<status status="PASS" start="2026-09-15T02:58:00.691252" elapsed="0.000663"/>
</if>
<if>
<branch type="IF" condition="&quot;${return_stderr}&quot;!=&quot;True&quot;">
<return>
<value>${stdout}</value>
<status status="NOT RUN" start="2026-09-15T02:58:00.692112" elapsed="0.000026"/>
</return>
<status status="NOT RUN" start="2026-09-15T02:58:00.692037" elapsed="0.000156"/>
</branch>
<status status="NOT RUN" start="2026-09-15T02:58:00.692005" elapsed="0.000231"/>
</if>
<return>
<value>${stdout}</value>
<value>${stderr}</value>
<status status="NOT RUN" start="2026-09-15T02:58:00.692297" elapsed="0.000026"/>
</return>
<kw name="Restore_Current_Ssh_Connection_From_Index" owner="SSHKeywords" type="TEARDOWN">
<kw name="Run Keyword And Return If" owner="BuiltIn">
<arg>${connection_index} is not None</arg>
<arg>SSHLibrary.Switch Connection</arg>
<arg>${connection_index}</arg>
<doc>Conditionally runs the specified keyword and returns from the enclosing user keyword.</doc>
<status status="PASS" start="2026-09-15T02:58:00.693936" elapsed="0.000719"/>
</kw>
<kw name="Open Connection" owner="SSHLibrary">
<arg>127.0.0.1</arg>
<doc>Opens a new SSH connection to the given ``host`` and ``port``.</doc>
<status status="PASS" start="2026-09-15T02:58:00.695033" elapsed="0.000374"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-09-15T02:58:00.695723" elapsed="0.000220"/>
</kw>
<arg>${current_ssh_connection.index}</arg>
<doc>Restore active SSH connection in SSHLibrary to given index.</doc>
<status status="PASS" start="2026-09-15T02:58:00.693010" elapsed="0.003041"/>
</kw>
<msg time="2026-09-15T02:58:00.696280" level="INFO">${output} = cbench: controller benchmarking tool
   running in mode 'throughput'
   connecting to controller at 10.30.170.199:6633 
   faking 16 switches with 1 threads :: 10 tests each; 60000 ms per test
   with...</msg>
<var>${output}</var>
<arg>${cbench_system}</arg>
<arg>${cbench_executable} -c ${ODL_SYSTEM_IP} ${cbench_args}</arg>
<arg>prompt_timeout=${test_timeout}</arg>
<arg>return_stdout=False</arg>
<arg>return_stderr=True</arg>
<doc>Reduces the common work of running a command on a remote system to a single higher level
robot keyword, taking care to log in with a public key and. The command given is written and the return value
depends on the passed argument values of return_stdout (default: True) and return_stderr (default: False).
At least one should be True, or the keyword will exit and FAIL. If both are True, the resulting return value
will be a two element list containing both. Otherwise the resulting return value is a string.
No test conditions are checked.</doc>
<status status="PASS" start="2026-09-15T02:47:53.907813" elapsed="606.788523"/>
</kw>
<status status="PASS" start="2026-09-15T02:47:53.907383" elapsed="606.789072"/>
</branch>
<status status="PASS" start="2026-09-15T02:47:53.906856" elapsed="606.789646"/>
</if>
<kw name="Log" owner="BuiltIn">
<msg time="2026-09-15T02:58:00.697594" level="INFO">cbench: controller benchmarking tool
   running in mode 'throughput'
   connecting to controller at 10.30.170.199:6633 
   faking 16 switches with 1 threads :: 10 tests each; 60000 ms per test
   with 100 unique source MACs per switch
   learning destination mac addresses before the test
   starting test with 5000 ms delay after features_reply
   ignoring first 1 "warmup" and last 0 "cooldown" loops
   debugging info is off
Master Thread: Creating thread-0! 
Thread-0: All switches initialized. Running at node 10.30.170.199. So far 1 cbench instances have initialized their switches.  Waiting for other cbench-instances
Thread-0: Total switches from ALL cbench-instances initialized.
02:48:59.754 16  switches: flows:  533961 521110 537892 537463 526609 524549 533901 526083 520486 533659 517871 509655 515938 529946 528475 521676  total = 140.321233 per ms 
02:49:59.855 16  switches: flows:  644588 645522 644577 644090 640237 640487 642104 642194 649112 645166 647958 644662 637385 635865 644881 640042  total = 171.193288 per ms 
02:50:59.957 16  switches: flows:  682350 682932 681575 678419 687941 686941 684746 688655 685531 683502 684822 685230 689143 694654 687528 675383  total = 182.348012 per ms 
02:52:00.059 16  switches: flows:  685677 690984 690322 686919 689164 692093 680771 697124 683292 688532 687887 686083 686134 693734 682420 691907  total = 183.242652 per ms 
02:53:00.161 16  switches: flows:  625646 619073 615891 626667 630116 626562 619069 629388 620934 623718 623565 625975 627015 621404 617445 622267  total = 165.966922 per ms 
02:54:00.262 16  switches: flows:  695885 695442 686772 693246 689212 689360 700307 691212 695805 688373 693648 688859 682455 696054 695291 693022  total = 184.271947 per ms 
02:55:00.365 16  switches: flows:  721535 718662 717024 719934 715512 712128 720555 717505 718492 717427 714741 720484 722903 715851 715489 726010  total = 191.248730 per ms 
02:56:00.466 16  switches: flows:  709250 715291 706631 708736 715685 708797 712376 706879 702161 711609 708341 709513 710251 711194 708583 710506  total = 188.945225 per ms 
02:57:00.572 16  switches: flows:  706718 714395 715370 710122 714235 710961 706958 705967 706785 711982 713046 714996 712668 718774 713170 703799  total = 189.331678 per ms 
02:58:00.673 16  switches: flows:  728396 729093 717977 726915 724506 728228 724534 725828 714743 724855 726794 729985 728912 733018 725727 720925  total = 193.182668 per ms 
RESULT: 16 switches 9 tests min/max/avg/stdev = 165966.92/193182.67/183303.46/61714.50 responses/s</msg>
<arg>${output}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-09-15T02:58:00.696950" elapsed="0.000826"/>
</kw>
<kw name="Should Contain" owner="BuiltIn">
<arg>${output}</arg>
<arg>RESULT</arg>
<doc>Fails if the `container` does not contain the `item` one or more times.</doc>
<status status="PASS" start="2026-09-15T02:58:00.698166" elapsed="0.000850"/>
</kw>
<kw name="Get Lines Containing String" owner="String">
<msg time="2026-09-15T02:58:00.699953" level="INFO">1 out of 23 lines matched.</msg>
<msg time="2026-09-15T02:58:00.700150" level="INFO">${result_line} = RESULT: 16 switches 9 tests min/max/avg/stdev = 165966.92/193182.67/183303.46/61714.50 responses/s</msg>
<var>${result_line}</var>
<arg>${output}</arg>
<arg>RESULT</arg>
<doc>Returns lines of the given `string` that contain the `pattern`.</doc>
<status status="PASS" start="2026-09-15T02:58:00.699435" elapsed="0.000766"/>
</kw>
<kw name="Split String" owner="String">
<msg time="2026-09-15T02:58:00.701090" level="INFO">@{results_list} = [ RESULT: | 16 | switches | 9 | tests | min/max/avg/stdev | = | 165966.92/193182.67/183303.46/61714.50 | responses/s ]</msg>
<var>@{results_list}</var>
<arg>${result_line}</arg>
<doc>Splits the `string` using `separator` as a delimiter string.</doc>
<status status="PASS" start="2026-09-15T02:58:00.700603" elapsed="0.000544"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-09-15T02:58:00.702319" level="INFO">min/max/avg/stdev</msg>
<arg>${results_list[5]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-09-15T02:58:00.701598" elapsed="0.000867"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-09-15T02:58:00.703884" level="INFO">165966.92/193182.67/183303.46/61714.50</msg>
<arg>${results_list[7]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-09-15T02:58:00.702969" elapsed="0.001032"/>
</kw>
<kw name="Split String" owner="String">
<msg time="2026-09-15T02:58:00.705202" level="INFO">@{result_name_list} = [ min | max | avg | stdev ]</msg>
<var>@{result_name_list}</var>
<arg>${results_list[5]}</arg>
<arg>/</arg>
<doc>Splits the `string` using `separator` as a delimiter string.</doc>
<status status="PASS" start="2026-09-15T02:58:00.704456" elapsed="0.000804"/>
</kw>
<kw name="Split String" owner="String">
<msg time="2026-09-15T02:58:00.706495" level="INFO">@{result_value_list} = [ 165966.92 | 193182.67 | 183303.46 | 61714.50 ]</msg>
<var>@{result_value_list}</var>
<arg>${results_list[7]}</arg>
<arg>/</arg>
<doc>Splits the `string` using `separator` as a delimiter string.</doc>
<status status="PASS" start="2026-09-15T02:58:00.705803" elapsed="0.000754"/>
</kw>
<kw name="Get Length" owner="BuiltIn">
<msg time="2026-09-15T02:58:00.707689" level="INFO">Length is 4.</msg>
<msg time="2026-09-15T02:58:00.707929" level="INFO">${num_stats} = 4</msg>
<var>${num_stats}</var>
<arg>${result_name_list}</arg>
<doc>Returns and logs the length of the given item as an integer.</doc>
<status status="PASS" start="2026-09-15T02:58:00.706983" elapsed="0.001002"/>
</kw>
<for flavor="IN RANGE">
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-09-15T02:58:00.709983" level="INFO">min :: 165966.92</msg>
<arg>${result_name_list[${i}]} :: ${result_value_list[${i}]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-09-15T02:58:00.708942" elapsed="0.001209"/>
</kw>
<var name="${i}">0</var>
<status status="PASS" start="2026-09-15T02:58:00.708494" elapsed="0.001738"/>
</iter>
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-09-15T02:58:00.711927" level="INFO">max :: 193182.67</msg>
<arg>${result_name_list[${i}]} :: ${result_value_list[${i}]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-09-15T02:58:00.710855" elapsed="0.001191"/>
</kw>
<var name="${i}">1</var>
<status status="PASS" start="2026-09-15T02:58:00.710446" elapsed="0.001673"/>
</iter>
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-09-15T02:58:00.713831" level="INFO">avg :: 183303.46</msg>
<arg>${result_name_list[${i}]} :: ${result_value_list[${i}]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-09-15T02:58:00.712788" elapsed="0.001161"/>
</kw>
<var name="${i}">2</var>
<status status="PASS" start="2026-09-15T02:58:00.712304" elapsed="0.001715"/>
</iter>
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-09-15T02:58:00.715671" level="INFO">stdev :: 61714.50</msg>
<arg>${result_name_list[${i}]} :: ${result_value_list[${i}]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-09-15T02:58:00.714653" elapsed="0.001166"/>
</kw>
<var name="${i}">3</var>
<status status="PASS" start="2026-09-15T02:58:00.714198" elapsed="0.001714"/>
</iter>
<var>${i}</var>
<value>0</value>
<value>${num_stats}</value>
<status status="PASS" start="2026-09-15T02:58:00.708108" elapsed="0.007871"/>
</for>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-09-15T02:58:00.717344" level="INFO">${min} = 165966.92</msg>
<var>${min}</var>
<arg>${result_value_list[${0}]}</arg>
<doc>Returns the given values which can then be assigned to a variable.</doc>
<status status="PASS" start="2026-09-15T02:58:00.716358" elapsed="0.001072"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-09-15T02:58:00.718828" level="INFO">${max} = 193182.67</msg>
<var>${max}</var>
<arg>${result_value_list[${1}]}</arg>
<doc>Returns the given values which can then be assigned to a variable.</doc>
<status status="PASS" start="2026-09-15T02:58:00.717851" elapsed="0.001033"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-09-15T02:58:00.720189" level="INFO">${average} = 183303.46</msg>
<var>${average}</var>
<arg>${result_value_list[${2}]}</arg>
<doc>Returns the given values which can then be assigned to a variable.</doc>
<status status="PASS" start="2026-09-15T02:58:00.719255" elapsed="0.000989"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-09-15T02:58:00.721626" level="INFO">${stdev} = 61714.50</msg>
<var>${stdev}</var>
<arg>${result_value_list[${3}]}</arg>
<doc>Returns the given values which can then be assigned to a variable.</doc>
<status status="PASS" start="2026-09-15T02:58:00.720669" elapsed="0.001017"/>
</kw>
<kw name="Get Time" owner="BuiltIn">
<msg time="2026-09-15T02:58:00.722976" level="INFO">${date} = 2026-09-15 02:58:00</msg>
<var>${date}</var>
<arg>d,m,s</arg>
<doc>Returns the given time in the requested format.</doc>
<status status="PASS" start="2026-09-15T02:58:00.722100" elapsed="0.000930"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-09-15T02:58:00.724266" level="INFO">CBench Result: 2026-09-15 02:58:00,-t -m 60000 -M 100 -S 16 -l 10 -D 5000 -p 6633,165966.92,193182.67,183303.46,61714.50</msg>
<arg>CBench Result: ${date},${cbench_args},${min},${max},${average},${stdev}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-09-15T02:58:00.723466" elapsed="0.000941"/>
</kw>
<kw name="Log Results And Determine Status">
<kw name="Append To File" owner="OperatingSystem">
<msg time="2026-09-15T02:58:00.726478" level="INFO" html="true">Appended to file '&lt;a href="file:///w/workspace/openflowplugin-csit-1node-cbench-only-chromium/throughput.csv"&gt;/w/workspace/openflowplugin-csit-1node-cbench-only-chromium/throughput.csv&lt;/a&gt;'.</msg>
<arg>${output_file}</arg>
<arg>${min},${max},${average}\n</arg>
<doc>Appends the given content to the specified file.</doc>
<status status="PASS" start="2026-09-15T02:58:00.725702" elapsed="0.000971"/>
</kw>
<kw name="Should Be True" owner="BuiltIn">
<arg>${average} &gt; ${threshold}</arg>
<arg>${average} flow_mods per/sec did not exceed threshold of ${threshold}</arg>
<doc>Fails if the given condition is not true.</doc>
<status status="PASS" start="2026-09-15T02:58:00.727039" elapsed="0.001379"/>
</kw>
<arg>${min}</arg>
<arg>${max}</arg>
<arg>${average}</arg>
<arg>${average_threshold}</arg>
<arg>${output_filename}</arg>
<status status="PASS" start="2026-09-15T02:58:00.724720" elapsed="0.003876"/>
</kw>
<arg>-t -m ${duration_in_ms} -M ${num_of_unique_macs} -S ${switch_count} -l ${loops} -D ${start_delay} -p ${of_port}</arg>
<arg>${throughput_threshold}</arg>
<arg>${throughput_results_file}</arg>
<status status="PASS" start="2026-09-15T02:47:53.905450" elapsed="606.823289"/>
</kw>
<kw name="Sleep" owner="BuiltIn">
<msg time="2026-09-15T02:58:00.729620" level="INFO">Slept 0 seconds.</msg>
<arg>${test_delay}</arg>
<doc>Pauses execution for the given time.</doc>
<status status="PASS" start="2026-09-15T02:58:00.729079" elapsed="0.000647"/>
</kw>
<kw name="Log Results As Zero If Cbench Timed Out" type="TEARDOWN">
<kw name="Run Keyword If Timeout Occurred" owner="BuiltIn">
<arg>Log Results And Determine Status</arg>
<arg>0</arg>
<arg>0</arg>
<arg>0</arg>
<arg>0</arg>
<arg>${output_filename}</arg>
<doc>Runs the given keyword if either a test or a keyword timeout has occurred.</doc>
<status status="PASS" start="2026-09-15T02:58:00.730677" elapsed="0.000468"/>
</kw>
<status status="PASS" start="2026-09-15T02:58:00.730071" elapsed="0.001171"/>
</kw>
<doc>cbench executed in throughput mode (-t). Test parameters have defaults, but can be overridden
on the pybot command line</doc>
<tag>cbench</tag>
<tag>throughput</tag>
<timeout value="15 minutes"/>
<status status="PASS" start="2026-09-15T02:47:53.903095" elapsed="606.828195"/>
</test>
<test id="s1-t3" name="Rerun Latency Test To Check Bug 6176" line="65">
<kw name="Log" owner="BuiltIn">
<msg time="2026-09-15T02:58:00.733440" level="INFO">Cbench tests using 10 iterations of 60 second tests. Switch Count: 16. Unique MACS to cycle: 100</msg>
<arg>Cbench tests using ${loops} iterations of ${duration_in_secs} second tests. Switch Count: ${switch_count}. Unique MACS to cycle: ${num_of_unique_macs}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-09-15T02:58:00.732905" elapsed="0.000628"/>
</kw>
<kw name="Run Cbench And Log Results">
<kw name="Set Suite Variable" owner="BuiltIn">
<msg time="2026-09-15T02:58:00.735914" level="INFO">${output_filename} = bug.csv</msg>
<arg>${output_filename}</arg>
<doc>Makes the variable available everywhere within the scope of the current suite.</doc>
<status status="PASS" start="2026-09-15T02:58:00.735252" elapsed="0.000721"/>
</kw>
<if>
<branch type="IF" condition="&quot;${cbench_system}&quot; == &quot;localhost&quot;">
<kw name="Run" owner="OperatingSystem">
<var>${output}</var>
<arg>${cbench_executable} -c ${ODL_SYSTEM_IP} ${cbench_args}</arg>
<doc>*This keyword is considered deprecated. Use the [Process] library instead.*</doc>
<status status="NOT RUN" start="2026-09-15T02:58:00.736481" elapsed="0.000040"/>
</kw>
<status status="NOT RUN" start="2026-09-15T02:58:00.736133" elapsed="0.000470"/>
</branch>
<branch type="ELSE">
<kw name="Run Command On Remote System" owner="Utils">
<if>
<branch type="IF" condition="&quot;${return_stdout}&quot;!=&quot;True&quot; and &quot;${return_stderr}&quot;!=&quot;True&quot;">
<kw name="Fail" owner="BuiltIn">
<arg>At least one of {return_stdout} or {return_stderr} args should be set to True</arg>
<doc>Fails the test or task with the given message and optionally alters its tags.</doc>
<status status="NOT RUN" start="2026-09-15T02:58:00.738162" elapsed="0.000029"/>
</kw>
<status status="NOT RUN" start="2026-09-15T02:58:00.737831" elapsed="0.000405"/>
</branch>
<status status="PASS" start="2026-09-15T02:58:00.737805" elapsed="0.000463"/>
</if>
<kw name="Get Connection" owner="SSHLibrary">
<msg time="2026-09-15T02:58:00.738889" level="INFO">index=None
host=None
alias=None
port=22
timeout=3 seconds
newline=

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

prompt=None
term_type=vt100
width=80
height=24
path_separator=/
encoding=utf8
escape_ansi=False
encoding_errors=strict</msg>
<var>${current_ssh_connection}</var>
<doc>Returns information about the connection.</doc>
<status status="PASS" start="2026-09-15T02:58:00.738609" elapsed="0.000472"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-09-15T02:58:00.739948" level="INFO">Attempting to execute command "/usr/local/bin/cbench -c 10.30.170.199 -m 60000 -M 100 -S 16 -l 10 -D 5000 -p 6633" on remote system "10.30.170.69" by user "jenkins" with keyfile pass "any" and prompt "&gt;" and password ""</msg>
<arg>Attempting to execute command "${cmd}" on remote system "${system}" by user "${user}" with keyfile pass "${keyfile_pass}" and prompt "${prompt}" and password "${password}"</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-09-15T02:58:00.739351" elapsed="0.000677"/>
</kw>
<kw name="Open Connection" owner="SSHLibrary">
<msg time="2026-09-15T02:58:00.740786" level="INFO">${conn_id} = 9</msg>
<var>${conn_id}</var>
<arg>${system}</arg>
<arg>prompt=${prompt}</arg>
<arg>timeout=${prompt_timeout}</arg>
<doc>Opens a new SSH connection to the given ``host`` and ``port``.</doc>
<status status="PASS" start="2026-09-15T02:58:00.740255" elapsed="0.000568"/>
</kw>
<kw name="Flexible_SSH_Login" owner="SSHKeywords">
<kw name="Get Length" owner="BuiltIn">
<msg time="2026-09-15T02:58:00.742116" level="INFO">Length is 0.</msg>
<msg time="2026-09-15T02:58:00.742229" level="INFO">${pwd_length} = 0</msg>
<var>${pwd_length}</var>
<arg>${password}</arg>
<doc>Returns and logs the length of the given item as an integer.</doc>
<status status="PASS" start="2026-09-15T02:58:00.741648" elapsed="0.000612"/>
</kw>
<kw name="Run Keyword And Return If" owner="BuiltIn">
<arg>${pwd_length} &gt; 0</arg>
<arg>SSHLibrary.Login</arg>
<arg>${user}</arg>
<arg>${password}</arg>
<arg>delay=${delay}</arg>
<doc>Conditionally runs the specified keyword and returns from the enclosing user keyword.</doc>
<status status="PASS" start="2026-09-15T02:58:00.742467" elapsed="0.000442"/>
</kw>
<kw name="Run Keyword And Return" owner="BuiltIn">
<kw name="Login With Public Key" owner="SSHLibrary">
<msg time="2026-09-15T02:58:00.744122" level="INFO">Logging into '10.30.170.69:22' as 'jenkins'.</msg>
<msg time="2026-09-15T02:58:01.409859" level="INFO">Read output: Welcome to Ubuntu 22.04.5 LTS (GNU/Linux 5.15.0-187-generic x86_64)

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

 System information as of Tue Sep 15 02:58:01 UTC 2026

  System load:  0.32               Processes:             105
  Usage of /:   20.3% of 38.58GB   Users logged in:       0
  Memory usage: 4%                 IPv4 address for ens3: 10.30.170.69
  Swap usage:   0%


Expanded Security Maintenance for Applications is not enabled.

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

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


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


Last login: Tue Sep 15 02:47:54 2026 from 10.30.170.26
[?2004h[jenkins@releng-00446-86-1-mininet-ovs-217-0 ~]&gt;</msg>
<arg>${user}</arg>
<arg>${USER_HOME}/.ssh/${SSH_KEY}</arg>
<arg>${KEYFILE_PASS}</arg>
<arg>delay=${delay}</arg>
<doc>Logs into the SSH server using key-based authentication.</doc>
<status status="PASS" start="2026-09-15T02:58:00.743710" elapsed="0.666392"/>
</kw>
<msg time="2026-09-15T02:58:01.410215" level="INFO">Returning from the enclosing user keyword.</msg>
<arg>SSHLibrary.Login With Public Key</arg>
<arg>${user}</arg>
<arg>${USER_HOME}/.ssh/${SSH_KEY}</arg>
<arg>${KEYFILE_PASS}</arg>
<arg>delay=${delay}</arg>
<doc>Runs the specified keyword and returns from the enclosing user keyword.</doc>
<status status="PASS" start="2026-09-15T02:58:00.743155" elapsed="0.667160"/>
</kw>
<arg>${user}</arg>
<arg>${password}</arg>
<doc>On active SSH session: if given non-empty password, do Login, else do Login With Public Key.</doc>
<status status="PASS" start="2026-09-15T02:58:00.741102" elapsed="0.669371"/>
</kw>
<kw name="Execute Command" owner="SSHLibrary">
<msg time="2026-09-15T02:58:01.411143" level="INFO">Executing command '/usr/local/bin/cbench -c 10.30.170.199 -m 60000 -M 100 -S 16 -l 10 -D 5000 -p 6633'.</msg>
<msg time="2026-09-15T03:08:07.545606" level="INFO">Command exited with return code 0.</msg>
<msg time="2026-09-15T03:08:07.546153" level="INFO">${stdout} = </msg>
<msg time="2026-09-15T03:08:07.546278" level="INFO">${stderr} = cbench: controller benchmarking tool
   running in mode 'latency'
   connecting to controller at 10.30.170.199:6633 
   faking 16 switches with 1 threads :: 10 tests each; 60000 ms per test
   with 10...</msg>
<var>${stdout}</var>
<var>${stderr}</var>
<arg>${cmd}</arg>
<arg>return_stderr=True</arg>
<doc>Executes ``command`` on the remote machine and returns its outputs.</doc>
<status status="PASS" start="2026-09-15T02:58:01.410811" elapsed="606.135521"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-09-15T03:08:07.546845" elapsed="0.000643"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-09-15T03:08:07.548702" level="INFO">cbench: controller benchmarking tool
   running in mode 'latency'
   connecting to controller at 10.30.170.199:6633 
   faking 16 switches with 1 threads :: 10 tests each; 60000 ms per test
   with 100 unique source MACs per switch
   learning destination mac addresses before the test
   starting test with 5000 ms delay after features_reply
   ignoring first 1 "warmup" and last 0 "cooldown" loops
   debugging info is off
Master Thread: Creating thread-0! 
Thread-0: All switches initialized. Running at node 10.30.170.199. So far 1 cbench instances have initialized their switches.  Waiting for other cbench-instances
Thread-0: Total switches from ALL cbench-instances initialized.
02:59:06.623 16  switches: flows:  88033 86630 87678 84880 86880 84868 85734 87105 82449 83060 82156 80810 82456 80952 81155 82699  total = 22.459083 per ms 
03:00:06.724 16  switches: flows:  89747 88513 89161 86679 87428 87386 86950 88017 83755 83030 82657 80982 83141 82287 80726 82589  total = 22.679599 per ms 
03:01:06.825 16  switches: flows:  93479 91539 92631 92711 90142 91759 90237 89247 87921 86897 86517 86221 86892 87062 84443 84520  total = 23.664123 per ms 
03:02:06.925 16  switches: flows:  90662 89160 89947 88566 88067 86908 88118 86897 85408 84378 83182 83041 85239 83556 82067 82731  total = 22.927160 per ms 
03:03:07.026 16  switches: flows:  90049 89448 90953 88789 87549 87655 89074 87847 84751 84321 84269 83915 84909 84372 83100 84320  total = 23.050186 per ms 
03:04:07.127 16  switches: flows:  92350 92079 92213 91367 89313 88411 90180 88838 86600 85759 85417 84947 86520 85088 83364 83614  total = 23.395218 per ms 
03:05:07.228 16  switches: flows:  89257 87762 89554 88344 86301 86170 87930 86283 83315 82969 82795 82943 83789 83298 81526 82588  total = 22.709141 per ms 
03:06:07.330 16  switches: flows:  91887 91285 92597 90989 89628 88836 91983 89256 86563 85352 85234 86504 87204 86348 84654 84877  total = 23.513987 per ms 
03:07:07.430 16  switches: flows:  93138 92736 94397 94320 91033 90660 93600 91812 88058 86885 87240 87702 88320 88417 86077 87547  total = 23.992286 per ms 
03:08:07.531 16  switches: flows:  91369 91267 91736 91320 89383 88473 91028 89251 86135 85192 85420 84883 86593 87271 84947 84488  total = 23.440130 per ms 
RESULT: 16 switches 9 tests min/max/avg/stdev = 22679.60/23992.29/23263.54/7766.04 responses/s</msg>
<arg>${stderr}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-09-15T03:08:07.547961" elapsed="0.001049"/>
</kw>
<if>
<branch type="IF" condition="&quot;${return_stdout}&quot;!=&quot;True&quot;">
<return>
<value>${stderr}</value>
<status status="PASS" start="2026-09-15T03:08:07.549585" elapsed="0.000082"/>
</return>
<status status="PASS" start="2026-09-15T03:08:07.549197" elapsed="0.000545"/>
</branch>
<status status="PASS" start="2026-09-15T03:08:07.549127" elapsed="0.000666"/>
</if>
<if>
<branch type="IF" condition="&quot;${return_stderr}&quot;!=&quot;True&quot;">
<return>
<value>${stdout}</value>
<status status="NOT RUN" start="2026-09-15T03:08:07.549981" elapsed="0.000027"/>
</return>
<status status="NOT RUN" start="2026-09-15T03:08:07.549908" elapsed="0.000155"/>
</branch>
<status status="NOT RUN" start="2026-09-15T03:08:07.549876" elapsed="0.000232"/>
</if>
<return>
<value>${stdout}</value>
<value>${stderr}</value>
<status status="NOT RUN" start="2026-09-15T03:08:07.550169" elapsed="0.000027"/>
</return>
<kw name="Restore_Current_Ssh_Connection_From_Index" owner="SSHKeywords" type="TEARDOWN">
<kw name="Run Keyword And Return If" owner="BuiltIn">
<arg>${connection_index} is not None</arg>
<arg>SSHLibrary.Switch Connection</arg>
<arg>${connection_index}</arg>
<doc>Conditionally runs the specified keyword and returns from the enclosing user keyword.</doc>
<status status="PASS" start="2026-09-15T03:08:07.551760" elapsed="0.000668"/>
</kw>
<kw name="Open Connection" owner="SSHLibrary">
<arg>127.0.0.1</arg>
<doc>Opens a new SSH connection to the given ``host`` and ``port``.</doc>
<status status="PASS" start="2026-09-15T03:08:07.552825" elapsed="0.000337"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-09-15T03:08:07.553461" elapsed="0.000226"/>
</kw>
<arg>${current_ssh_connection.index}</arg>
<doc>Restore active SSH connection in SSHLibrary to given index.</doc>
<status status="PASS" start="2026-09-15T03:08:07.550872" elapsed="0.002920"/>
</kw>
<msg time="2026-09-15T03:08:07.554012" level="INFO">${output} = cbench: controller benchmarking tool
   running in mode 'latency'
   connecting to controller at 10.30.170.199:6633 
   faking 16 switches with 1 threads :: 10 tests each; 60000 ms per test
   with 10...</msg>
<var>${output}</var>
<arg>${cbench_system}</arg>
<arg>${cbench_executable} -c ${ODL_SYSTEM_IP} ${cbench_args}</arg>
<arg>prompt_timeout=${test_timeout}</arg>
<arg>return_stdout=False</arg>
<arg>return_stderr=True</arg>
<doc>Reduces the common work of running a command on a remote system to a single higher level
robot keyword, taking care to log in with a public key and. The command given is written and the return value
depends on the passed argument values of return_stdout (default: True) and return_stderr (default: False).
At least one should be True, or the keyword will exit and FAIL. If both are True, the resulting return value
will be a two element list containing both. Otherwise the resulting return value is a string.
No test conditions are checked.</doc>
<status status="PASS" start="2026-09-15T02:58:00.737051" elapsed="606.817015"/>
</kw>
<status status="PASS" start="2026-09-15T02:58:00.736639" elapsed="606.817522"/>
</branch>
<status status="PASS" start="2026-09-15T02:58:00.736103" elapsed="606.818123"/>
</if>
<kw name="Log" owner="BuiltIn">
<msg time="2026-09-15T03:08:07.555237" level="INFO">cbench: controller benchmarking tool
   running in mode 'latency'
   connecting to controller at 10.30.170.199:6633 
   faking 16 switches with 1 threads :: 10 tests each; 60000 ms per test
   with 100 unique source MACs per switch
   learning destination mac addresses before the test
   starting test with 5000 ms delay after features_reply
   ignoring first 1 "warmup" and last 0 "cooldown" loops
   debugging info is off
Master Thread: Creating thread-0! 
Thread-0: All switches initialized. Running at node 10.30.170.199. So far 1 cbench instances have initialized their switches.  Waiting for other cbench-instances
Thread-0: Total switches from ALL cbench-instances initialized.
02:59:06.623 16  switches: flows:  88033 86630 87678 84880 86880 84868 85734 87105 82449 83060 82156 80810 82456 80952 81155 82699  total = 22.459083 per ms 
03:00:06.724 16  switches: flows:  89747 88513 89161 86679 87428 87386 86950 88017 83755 83030 82657 80982 83141 82287 80726 82589  total = 22.679599 per ms 
03:01:06.825 16  switches: flows:  93479 91539 92631 92711 90142 91759 90237 89247 87921 86897 86517 86221 86892 87062 84443 84520  total = 23.664123 per ms 
03:02:06.925 16  switches: flows:  90662 89160 89947 88566 88067 86908 88118 86897 85408 84378 83182 83041 85239 83556 82067 82731  total = 22.927160 per ms 
03:03:07.026 16  switches: flows:  90049 89448 90953 88789 87549 87655 89074 87847 84751 84321 84269 83915 84909 84372 83100 84320  total = 23.050186 per ms 
03:04:07.127 16  switches: flows:  92350 92079 92213 91367 89313 88411 90180 88838 86600 85759 85417 84947 86520 85088 83364 83614  total = 23.395218 per ms 
03:05:07.228 16  switches: flows:  89257 87762 89554 88344 86301 86170 87930 86283 83315 82969 82795 82943 83789 83298 81526 82588  total = 22.709141 per ms 
03:06:07.330 16  switches: flows:  91887 91285 92597 90989 89628 88836 91983 89256 86563 85352 85234 86504 87204 86348 84654 84877  total = 23.513987 per ms 
03:07:07.430 16  switches: flows:  93138 92736 94397 94320 91033 90660 93600 91812 88058 86885 87240 87702 88320 88417 86077 87547  total = 23.992286 per ms 
03:08:07.531 16  switches: flows:  91369 91267 91736 91320 89383 88473 91028 89251 86135 85192 85420 84883 86593 87271 84947 84488  total = 23.440130 per ms 
RESULT: 16 switches 9 tests min/max/avg/stdev = 22679.60/23992.29/23263.54/7766.04 responses/s</msg>
<arg>${output}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-09-15T03:08:07.554639" elapsed="0.000750"/>
</kw>
<kw name="Should Contain" owner="BuiltIn">
<arg>${output}</arg>
<arg>RESULT</arg>
<doc>Fails if the `container` does not contain the `item` one or more times.</doc>
<status status="PASS" start="2026-09-15T03:08:07.555757" elapsed="0.000735"/>
</kw>
<kw name="Get Lines Containing String" owner="String">
<msg time="2026-09-15T03:08:07.557321" level="INFO">1 out of 23 lines matched.</msg>
<msg time="2026-09-15T03:08:07.557504" level="INFO">${result_line} = RESULT: 16 switches 9 tests min/max/avg/stdev = 22679.60/23992.29/23263.54/7766.04 responses/s</msg>
<var>${result_line}</var>
<arg>${output}</arg>
<arg>RESULT</arg>
<doc>Returns lines of the given `string` that contain the `pattern`.</doc>
<status status="PASS" start="2026-09-15T03:08:07.556887" elapsed="0.000668"/>
</kw>
<kw name="Split String" owner="String">
<msg time="2026-09-15T03:08:07.558418" level="INFO">@{results_list} = [ RESULT: | 16 | switches | 9 | tests | min/max/avg/stdev | = | 22679.60/23992.29/23263.54/7766.04 | responses/s ]</msg>
<var>@{results_list}</var>
<arg>${result_line}</arg>
<doc>Splits the `string` using `separator` as a delimiter string.</doc>
<status status="PASS" start="2026-09-15T03:08:07.557932" elapsed="0.000542"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-09-15T03:08:07.559654" level="INFO">min/max/avg/stdev</msg>
<arg>${results_list[5]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-09-15T03:08:07.558914" elapsed="0.000853"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-09-15T03:08:07.560909" level="INFO">22679.60/23992.29/23263.54/7766.04</msg>
<arg>${results_list[7]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-09-15T03:08:07.560161" elapsed="0.000860"/>
</kw>
<kw name="Split String" owner="String">
<msg time="2026-09-15T03:08:07.562023" level="INFO">@{result_name_list} = [ min | max | avg | stdev ]</msg>
<var>@{result_name_list}</var>
<arg>${results_list[5]}</arg>
<arg>/</arg>
<doc>Splits the `string` using `separator` as a delimiter string.</doc>
<status status="PASS" start="2026-09-15T03:08:07.561380" elapsed="0.000698"/>
</kw>
<kw name="Split String" owner="String">
<msg time="2026-09-15T03:08:07.563186" level="INFO">@{result_value_list} = [ 22679.60 | 23992.29 | 23263.54 | 7766.04 ]</msg>
<var>@{result_value_list}</var>
<arg>${results_list[7]}</arg>
<arg>/</arg>
<doc>Splits the `string` using `separator` as a delimiter string.</doc>
<status status="PASS" start="2026-09-15T03:08:07.562535" elapsed="0.000725"/>
</kw>
<kw name="Get Length" owner="BuiltIn">
<msg time="2026-09-15T03:08:07.564256" level="INFO">Length is 4.</msg>
<msg time="2026-09-15T03:08:07.564432" level="INFO">${num_stats} = 4</msg>
<var>${num_stats}</var>
<arg>${result_name_list}</arg>
<doc>Returns and logs the length of the given item as an integer.</doc>
<status status="PASS" start="2026-09-15T03:08:07.563620" elapsed="0.000860"/>
</kw>
<for flavor="IN RANGE">
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-09-15T03:08:07.566260" level="INFO">min :: 22679.60</msg>
<arg>${result_name_list[${i}]} :: ${result_value_list[${i}]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-09-15T03:08:07.565327" elapsed="0.001049"/>
</kw>
<var name="${i}">0</var>
<status status="PASS" start="2026-09-15T03:08:07.564946" elapsed="0.001498"/>
</iter>
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-09-15T03:08:07.567918" level="INFO">max :: 23992.29</msg>
<arg>${result_name_list[${i}]} :: ${result_value_list[${i}]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-09-15T03:08:07.567001" elapsed="0.001028"/>
</kw>
<var name="${i}">1</var>
<status status="PASS" start="2026-09-15T03:08:07.566640" elapsed="0.001455"/>
</iter>
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-09-15T03:08:07.569966" level="INFO">avg :: 23263.54</msg>
<arg>${result_name_list[${i}]} :: ${result_value_list[${i}]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-09-15T03:08:07.568867" elapsed="0.001222"/>
</kw>
<var name="${i}">2</var>
<status status="PASS" start="2026-09-15T03:08:07.568301" elapsed="0.001862"/>
</iter>
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-09-15T03:08:07.572001" level="INFO">stdev :: 7766.04</msg>
<arg>${result_name_list[${i}]} :: ${result_value_list[${i}]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-09-15T03:08:07.570865" elapsed="0.001260"/>
</kw>
<var name="${i}">3</var>
<status status="PASS" start="2026-09-15T03:08:07.570392" elapsed="0.001807"/>
</iter>
<var>${i}</var>
<value>0</value>
<value>${num_stats}</value>
<status status="PASS" start="2026-09-15T03:08:07.564625" elapsed="0.007668"/>
</for>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-09-15T03:08:07.573650" level="INFO">${min} = 22679.60</msg>
<var>${min}</var>
<arg>${result_value_list[${0}]}</arg>
<doc>Returns the given values which can then be assigned to a variable.</doc>
<status status="PASS" start="2026-09-15T03:08:07.572682" elapsed="0.001028"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-09-15T03:08:07.575003" level="INFO">${max} = 23992.29</msg>
<var>${max}</var>
<arg>${result_value_list[${1}]}</arg>
<doc>Returns the given values which can then be assigned to a variable.</doc>
<status status="PASS" start="2026-09-15T03:08:07.574067" elapsed="0.000994"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-09-15T03:08:07.576444" level="INFO">${average} = 23263.54</msg>
<var>${average}</var>
<arg>${result_value_list[${2}]}</arg>
<doc>Returns the given values which can then be assigned to a variable.</doc>
<status status="PASS" start="2026-09-15T03:08:07.575489" elapsed="0.001014"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-09-15T03:08:07.577842" level="INFO">${stdev} = 7766.04</msg>
<var>${stdev}</var>
<arg>${result_value_list[${3}]}</arg>
<doc>Returns the given values which can then be assigned to a variable.</doc>
<status status="PASS" start="2026-09-15T03:08:07.576899" elapsed="0.001001"/>
</kw>
<kw name="Get Time" owner="BuiltIn">
<msg time="2026-09-15T03:08:07.579172" level="INFO">${date} = 2026-09-15 03:08:07</msg>
<var>${date}</var>
<arg>d,m,s</arg>
<doc>Returns the given time in the requested format.</doc>
<status status="PASS" start="2026-09-15T03:08:07.578358" elapsed="0.000891"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-09-15T03:08:07.580670" level="INFO">CBench Result: 2026-09-15 03:08:07,-m 60000 -M 100 -S 16 -l 10 -D 5000 -p 6633,22679.60,23992.29,23263.54,7766.04</msg>
<arg>CBench Result: ${date},${cbench_args},${min},${max},${average},${stdev}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-09-15T03:08:07.579861" elapsed="0.000940"/>
</kw>
<kw name="Log Results And Determine Status">
<kw name="Append To File" owner="OperatingSystem">
<msg time="2026-09-15T03:08:07.583016" level="INFO" html="true">Appended to file '&lt;a href="file:///w/workspace/openflowplugin-csit-1node-cbench-only-chromium/bug.csv"&gt;/w/workspace/openflowplugin-csit-1node-cbench-only-chromium/bug.csv&lt;/a&gt;'.</msg>
<arg>${output_file}</arg>
<arg>${min},${max},${average}\n</arg>
<doc>Appends the given content to the specified file.</doc>
<status status="PASS" start="2026-09-15T03:08:07.582134" elapsed="0.001033"/>
</kw>
<kw name="Should Be True" owner="BuiltIn">
<arg>${average} &gt; ${threshold}</arg>
<arg>${average} flow_mods per/sec did not exceed threshold of ${threshold}</arg>
<doc>Fails if the given condition is not true.</doc>
<status status="PASS" start="2026-09-15T03:08:07.583675" elapsed="0.001592"/>
</kw>
<arg>${min}</arg>
<arg>${max}</arg>
<arg>${average}</arg>
<arg>${average_threshold}</arg>
<arg>${output_filename}</arg>
<status status="PASS" start="2026-09-15T03:08:07.581089" elapsed="0.004345"/>
</kw>
<arg>-m ${duration_in_ms} -M ${num_of_unique_macs} -S ${switch_count} -l ${loops} -D ${start_delay} -p ${of_port}</arg>
<arg>${latency_threshold}</arg>
<arg>bug.csv</arg>
<status status="PASS" start="2026-09-15T02:58:00.734124" elapsed="606.851498"/>
</kw>
<kw name="Sleep" owner="BuiltIn">
<msg time="2026-09-15T03:08:07.586790" level="INFO">Slept 0 seconds.</msg>
<arg>${test_delay}</arg>
<doc>Pauses execution for the given time.</doc>
<status status="PASS" start="2026-09-15T03:08:07.585997" elapsed="0.000918"/>
</kw>
<kw name="Report Failure Due To Bug" owner="Utils" type="TEARDOWN">
<kw name="Evaluate" owner="BuiltIn">
<msg time="2026-09-15T03:08:07.589009" level="INFO">${test_skipped} = False</msg>
<var>${test_skipped}</var>
<arg>len(re.findall('SKIPPED', """${TEST_MESSAGE}""")) &gt; 0</arg>
<arg>modules=re</arg>
<doc>Evaluates the given expression in Python and returns the result.</doc>
<status status="PASS" start="2026-09-15T03:08:07.588397" elapsed="0.000647"/>
</kw>
<if>
<branch type="IF" condition="('${TEST_STATUS}' != 'FAIL') or ${test_skipped}">
<return>
<status status="PASS" start="2026-09-15T03:08:07.589312" elapsed="0.000045"/>
</return>
<status status="PASS" start="2026-09-15T03:08:07.589143" elapsed="0.000253"/>
</branch>
<status status="PASS" start="2026-09-15T03:08:07.589117" elapsed="0.000311"/>
</if>
<kw name="Comment" owner="BuiltIn">
<arg>Jira tickets are {PROJECT}-{NUMBER} while Bugzilla tickets are {NUMBER}</arg>
<doc>Displays the given messages in the log file as keyword arguments.</doc>
<status status="NOT RUN" start="2026-09-15T03:08:07.589642" elapsed="0.000027"/>
</kw>
<kw name="Run Keyword And Return Status" owner="BuiltIn">
<var>${match}</var>
<arg>Should Contain</arg>
<arg>${number}</arg>
<arg>-</arg>
<doc>Runs the specified keyword and returns the status as a Boolean value.</doc>
<status status="NOT RUN" start="2026-09-15T03:08:07.589849" elapsed="0.000026"/>
</kw>
<kw name="Set Variable If" owner="BuiltIn">
<var>${bug_url}</var>
<arg>${match}</arg>
<arg>https://jira.opendaylight.org/browse/${number}</arg>
<arg>https://bugs.opendaylight.org/show_bug.cgi?id=${number}</arg>
<doc>Sets variable based on the given condition.</doc>
<status status="NOT RUN" start="2026-09-15T03:08:07.590079" elapsed="0.000026"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<var>${msg}</var>
<arg>This test fails due to ${bug_url}</arg>
<doc>Returns the given values which can then be assigned to a variable.</doc>
<status status="NOT RUN" start="2026-09-15T03:08:07.590303" elapsed="0.000026"/>
</kw>
<kw name="Evaluate" owner="BuiltIn">
<var>${newline}</var>
<arg>chr(10)</arg>
<doc>Evaluates the given expression in Python and returns the result.</doc>
<status status="NOT RUN" start="2026-09-15T03:08:07.590592" elapsed="0.000028"/>
</kw>
<kw name="Set Test Message" owner="BuiltIn">
<arg>${msg}${newline}${newline}${TEST_MESSAGE}</arg>
<doc>Sets message of the current test case.</doc>
<status status="NOT RUN" start="2026-09-15T03:08:07.590798" elapsed="0.000025"/>
</kw>
<kw name="Log" owner="BuiltIn">
<arg>${msg}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="NOT RUN" start="2026-09-15T03:08:07.591217" elapsed="0.000043"/>
</kw>
<if>
<branch type="IF" condition="&quot;${include_bug_in_tags}&quot;==&quot;True&quot;">
<kw name="Set Tags" owner="BuiltIn">
<arg>${bug_url}</arg>
<doc>Adds The given `tags` for the current test or all tests in a suite.</doc>
<status status="NOT RUN" start="2026-09-15T03:08:07.591630" elapsed="0.000027"/>
</kw>
<status status="NOT RUN" start="2026-09-15T03:08:07.591358" elapsed="0.000340"/>
</branch>
<status status="NOT RUN" start="2026-09-15T03:08:07.591321" elapsed="0.000408"/>
</if>
<arg>6176</arg>
<doc>Report that a test failed due to a known Bugzilla bug whose
number is provided as an argument.
Not FAILED (incl. SKIPPED) test are not reported.
This keyword must be used in the [Teardown] setting of the affected test
or as the first line of the test if FastFail module is not being
used. It reports the URL of the bug on console and also puts it
into the Robot log file.</doc>
<status status="PASS" start="2026-09-15T03:08:07.587744" elapsed="0.004050"/>
</kw>
<doc>cbench executed in latency mode to see if controller is healthy</doc>
<tag>cbench</tag>
<tag>latency</tag>
<timeout value="15 minutes"/>
<status status="PASS" start="2026-09-15T02:58:00.732012" elapsed="606.859841"/>
</test>
<doc>Cbench Latency and Throughput tests can be run from an external
cbench.
If cbench is run with a medium number of switches or higher (e.g. 32+)
the normal openflow operations seem to break.
BUG: https://bugs.opendaylight.org/show_bug.cgi?id=2897</doc>
<status status="PASS" start="2026-09-15T02:37:44.340983" elapsed="1823.251654"/>
</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>
