<?xml version="1.0" encoding="UTF-8"?>
<robot generator="Robot 7.5 (Python 3.11.10 on linux)" generated="2026-09-17T02:36:24.952544" 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-17T02:36:25.446896" elapsed="0.000036"/>
</return>
<status status="NOT RUN" start="2026-09-17T02:36:25.446781" elapsed="0.000202"/>
</branch>
<status status="PASS" start="2026-09-17T02:36:25.446751" elapsed="0.000258"/>
</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-17T02:36:25.447178" elapsed="0.000460"/>
</kw>
<kw name="Login" owner="SSHLibrary">
<msg time="2026-09-17T02:36:25.448089" level="INFO">Logging into '10.30.171.17:8101' as 'karaf'.</msg>
<msg time="2026-09-17T02:36:26.441211" 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-17T02:36:25.447837" elapsed="0.993704"/>
</kw>
<kw name="Write" owner="SSHLibrary">
<msg time="2026-09-17T02:36:26.490698" 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-17T02:36:26.442006" elapsed="0.048774"/>
</kw>
<kw name="Read Until Regexp" owner="SSHLibrary">
<msg time="2026-09-17T02:36:26.492673" level="INFO">[?1l&gt;[?2004l[?1h=[90m~[0m                                                                                [?2004hopendaylight-user@root&gt;</msg>
<msg time="2026-09-17T02:36:26.492825" 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-17T02:36:26.491003" elapsed="0.001856"/>
</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-17T02:36:26.493070" elapsed="0.000307"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-09-17T02:36:26.493581" elapsed="0.000367"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-09-17T02:36:26.494673" 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-17T02:36:26.494193" elapsed="0.000558"/>
</kw>
<return>
<value>${output}</value>
<status status="PASS" start="2026-09-17T02:36:26.494810" elapsed="0.000082"/>
</return>
<arg>log:set ${log_level}</arg>
<doc>Will execute the given ${cmd} by ssh'ing to the karaf console running on 10.30.171.17
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-17T02:36:25.446475" elapsed="1.048584"/>
</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-17T02:36:25.444606" elapsed="1.050523"/>
</kw>
<kw name="Append To File" owner="OperatingSystem">
<msg time="2026-09-17T02:36:26.495854" 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-17T02:36:26.495388" elapsed="0.000521"/>
</kw>
<kw name="Append To File" owner="OperatingSystem">
<msg time="2026-09-17T02:36:26.496411" 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-17T02:36:26.496081" elapsed="0.000388"/>
</kw>
<kw name="Evaluate" owner="BuiltIn">
<msg time="2026-09-17T02:36:26.497220" 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-17T02:36:26.496648" elapsed="0.000602"/>
</kw>
<kw name="Set Suite Variable" owner="BuiltIn">
<msg time="2026-09-17T02:36:26.497823" 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-17T02:36:26.497493" elapsed="0.000372"/>
</kw>
<kw name="Evaluate" owner="BuiltIn">
<msg time="2026-09-17T02:36:26.498420" 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-17T02:36:26.498047" elapsed="0.000402"/>
</kw>
<kw name="Set Suite Variable" owner="BuiltIn">
<msg time="2026-09-17T02:36:26.498958" 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-17T02:36:26.498633" elapsed="0.000367"/>
</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-17T02:36:26.499335" elapsed="0.000022"/>
</kw>
<status status="NOT RUN" start="2026-09-17T02:36:26.499095" elapsed="0.000293"/>
</branch>
<branch type="ELSE">
<kw name="Verify File Exists On Remote System" owner="Utils">
<kw name="Open Connection" owner="SSHLibrary">
<msg time="2026-09-17T02:36:26.501941" 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-17T02:36:26.501436" elapsed="0.000538"/>
</kw>
<kw name="Flexible_SSH_Login" owner="SSHKeywords">
<kw name="Get Length" owner="BuiltIn">
<msg time="2026-09-17T02:36:26.503374" level="INFO">Length is 0.</msg>
<msg time="2026-09-17T02:36:26.503459" 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-17T02:36:26.502571" elapsed="0.000911"/>
</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-17T02:36:26.503636" elapsed="0.000351"/>
</kw>
<kw name="Run Keyword And Return" owner="BuiltIn">
<kw name="Login With Public Key" owner="SSHLibrary">
<msg time="2026-09-17T02:36:26.505142" level="INFO">Logging into '10.30.170.19:22' as 'jenkins'.</msg>
<msg time="2026-09-17T02:36:26.985579" 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 Thu Sep 17 02:35:56 UTC 2026

  System load:  0.25               Processes:             109
  Usage of /:   19.8% of 38.58GB   Users logged in:       0
  Memory usage: 4%                 IPv4 address for ens3: 10.30.170.19
  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-88-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-17T02:36:26.504544" elapsed="0.481288"/>
</kw>
<msg time="2026-09-17T02:36:26.986021" 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-17T02:36:26.504143" elapsed="0.482029"/>
</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-17T02:36:26.502189" elapsed="0.484189"/>
</kw>
<kw name="File Should Exist" owner="SSHLibrary">
<msg time="2026-09-17T02:36:26.997437" 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-17T02:36:26.986727" elapsed="0.012782"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-09-17T02:36:26.999742" elapsed="0.000382"/>
</kw>
<arg>${cbench_system}</arg>
<arg>${cbench_executable}</arg>
<doc>Will create connection with public key and will PASS if the given ${file} exists,
otherwise will FAIL</doc>
<status status="PASS" start="2026-09-17T02:36:26.500861" elapsed="0.499327"/>
</kw>
<status status="PASS" start="2026-09-17T02:36:26.499472" elapsed="0.500757"/>
</branch>
<status status="PASS" start="2026-09-17T02:36:26.499067" elapsed="0.501232"/>
</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-17T02:36:27.000507" elapsed="0.000640"/>
</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-17T02:36:27.003514" elapsed="0.000021"/>
</return>
<status status="NOT RUN" start="2026-09-17T02:36:27.003391" elapsed="0.000181"/>
</branch>
<status status="PASS" start="2026-09-17T02:36:27.003355" elapsed="0.000240"/>
</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-17T02:36:27.005129" elapsed="0.000013"/>
</return>
<status status="NOT RUN" start="2026-09-17T02:36:27.005016" elapsed="0.000156"/>
</branch>
<status status="PASS" start="2026-09-17T02:36:27.004997" elapsed="0.000196"/>
</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-17T02:36:27.005376" elapsed="0.000430"/>
</kw>
<kw name="Login" owner="SSHLibrary">
<msg time="2026-09-17T02:36:27.006218" level="INFO">Logging into '10.30.171.17:8101' as 'karaf'.</msg>
<msg time="2026-09-17T02:36:27.276990" 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-17T02:36:27.006001" elapsed="0.271162"/>
</kw>
<kw name="Write" owner="SSHLibrary">
<msg time="2026-09-17T02:36:27.364414" 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-17T02:36:27.277456" elapsed="0.087027"/>
</kw>
<kw name="Read Until Regexp" owner="SSHLibrary">
<msg time="2026-09-17T02:36:27.420416" 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-17T02:36:27.420750" 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-17T02:36:27.364648" elapsed="0.056133"/>
</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-17T02:36:27.421019" elapsed="0.000335"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-09-17T02:36:27.421520" elapsed="0.000259"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-09-17T02:36:27.422509" 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-17T02:36:27.422016" elapsed="0.000551"/>
</kw>
<return>
<value>${output}</value>
<status status="PASS" start="2026-09-17T02:36:27.422624" elapsed="0.000075"/>
</return>
<msg time="2026-09-17T02:36:27.422860" level="INFO">${output} = [?1l&gt;[?2004l[31;1modl-openflowplugin-drop-test[0m                                    x 1.0.2            x x        x Started x [31;1modl-openflowplugin-drop-test[0m                     ...</msg>
<var>${output}</var>
<arg>feature:list -i | grep ${feature_name}</arg>
<arg>${controller}</arg>
<arg>${karaf_port}</arg>
<doc>Will execute the given ${cmd} by ssh'ing to the karaf console running on 10.30.171.17
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-17T02:36:27.004699" elapsed="0.418194"/>
</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-17T02:36:27.423078" elapsed="0.000736"/>
</kw>
<return>
<value>${output}</value>
<status status="PASS" start="2026-09-17T02:36:27.423864" elapsed="0.000031"/>
</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-17T02:36:27.002996" elapsed="0.421001"/>
</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-17T02:36:27.426065" elapsed="0.000015"/>
</return>
<status status="NOT RUN" start="2026-09-17T02:36:27.425902" elapsed="0.000209"/>
</branch>
<status status="PASS" start="2026-09-17T02:36:27.425876" elapsed="0.000263"/>
</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-17T02:36:27.426333" elapsed="0.000442"/>
</kw>
<kw name="Login" owner="SSHLibrary">
<msg time="2026-09-17T02:36:27.427186" level="INFO">Logging into '10.30.171.17:8101' as 'karaf'.</msg>
<msg time="2026-09-17T02:36:27.615851" 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-17T02:36:27.426973" elapsed="0.189131"/>
</kw>
<kw name="Write" owner="SSHLibrary">
<msg time="2026-09-17T02:36:27.638363" 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-17T02:36:27.616404" elapsed="0.022020"/>
</kw>
<kw name="Read Until Regexp" owner="SSHLibrary">
<msg time="2026-09-17T02:36:27.640670" level="INFO">[?1l&gt;[?2004lDropAllFlows transitions to on
[?1h=[90m~[0m                                                                                [?2004hopendaylight-user@root&gt;</msg>
<msg time="2026-09-17T02:36:27.640779" 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-17T02:36:27.638624" elapsed="0.002183"/>
</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-17T02:36:27.640959" elapsed="0.000189"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-09-17T02:36:27.641305" elapsed="0.000218"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-09-17T02:36:27.642062" 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-17T02:36:27.641706" elapsed="0.000403"/>
</kw>
<return>
<value>${output}</value>
<status status="PASS" start="2026-09-17T02:36:27.642158" elapsed="0.000062"/>
</return>
<arg>dropallpacketsrpc on</arg>
<doc>Will execute the given ${cmd} by ssh'ing to the karaf console running on 10.30.171.17
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-17T02:36:27.425569" elapsed="0.216821"/>
</kw>
<status status="PASS" start="2026-09-17T02:36:25.442672" elapsed="2.199788"/>
</kw>
<test id="s1-t1" name="Cbench Latency Test" line="37">
<kw name="Log" owner="BuiltIn">
<msg time="2026-09-17T02:36:27.644858" 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-17T02:36:27.643910" elapsed="0.001051"/>
</kw>
<kw name="Run Cbench And Log Results">
<kw name="Set Suite Variable" owner="BuiltIn">
<msg time="2026-09-17T02:36:27.646638" 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-17T02:36:27.646289" 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-17T02:36:27.647053" elapsed="0.000021"/>
</kw>
<status status="NOT RUN" start="2026-09-17T02:36:27.646768" elapsed="0.000340"/>
</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-17T02:36:27.648255" elapsed="0.000044"/>
</kw>
<status status="NOT RUN" start="2026-09-17T02:36:27.648023" elapsed="0.000309"/>
</branch>
<status status="PASS" start="2026-09-17T02:36:27.648005" elapsed="0.000353"/>
</if>
<kw name="Get Connection" owner="SSHLibrary">
<msg time="2026-09-17T02:36:27.648772" 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-17T02:36:27.648888" 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-17T02:36:27.648545" elapsed="0.000367"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-09-17T02:36:27.649455" level="INFO">Attempting to execute command "/usr/local/bin/cbench -c 10.30.171.17 -m 60000 -M 100 -S 16 -l 10 -D 5000 -p 6633" on remote system "10.30.170.19" 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-17T02:36:27.649105" elapsed="0.000406"/>
</kw>
<kw name="Open Connection" owner="SSHLibrary">
<msg time="2026-09-17T02:36:27.650172" 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-17T02:36:27.649674" elapsed="0.000524"/>
</kw>
<kw name="Flexible_SSH_Login" owner="SSHKeywords">
<kw name="Get Length" owner="BuiltIn">
<msg time="2026-09-17T02:36:27.651108" level="INFO">Length is 0.</msg>
<msg time="2026-09-17T02:36:27.651191" 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-17T02:36:27.650756" elapsed="0.000457"/>
</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-17T02:36:27.651369" elapsed="0.000326"/>
</kw>
<kw name="Run Keyword And Return" owner="BuiltIn">
<kw name="Login With Public Key" owner="SSHLibrary">
<msg time="2026-09-17T02:36:27.652543" level="INFO">Logging into '10.30.170.19:22' as 'jenkins'.</msg>
<msg time="2026-09-17T02:36:28.019122" 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 Thu Sep 17 02:35:56 UTC 2026

  System load:  0.25               Processes:             109
  Usage of /:   19.8% of 38.58GB   Users logged in:       0
  Memory usage: 4%                 IPv4 address for ens3: 10.30.170.19
  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: Thu Sep 17 02:36:26 2026 from 10.30.171.198
[?2004h[jenkins@releng-00446-88-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-17T02:36:27.652244" elapsed="0.367196"/>
</kw>
<msg time="2026-09-17T02:36:28.019561" 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-17T02:36:27.651848" elapsed="0.367845"/>
</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-17T02:36:27.650404" elapsed="0.369458"/>
</kw>
<kw name="Execute Command" owner="SSHLibrary">
<msg time="2026-09-17T02:36:28.020699" level="INFO">Executing command '/usr/local/bin/cbench -c 10.30.171.17 -m 60000 -M 100 -S 16 -l 10 -D 5000 -p 6633'.</msg>
<msg time="2026-09-17T02:46:34.179790" level="INFO">Command exited with return code 0.</msg>
<msg time="2026-09-17T02:46:34.180245" level="INFO">${stdout} = </msg>
<msg time="2026-09-17T02:46:34.180333" level="INFO">${stderr} = cbench: controller benchmarking tool
   running in mode 'latency'
   connecting to controller at 10.30.171.17:6633 
   faking 16 switches with 1 threads :: 10 tests each; 60000 ms per test
   with 100...</msg>
<var>${stdout}</var>
<var>${stderr}</var>
<arg>${cmd}</arg>
<arg>return_stderr=True</arg>
<doc>Executes ``command`` on the remote machine and returns its outputs.</doc>
<status status="PASS" start="2026-09-17T02:36:28.020241" elapsed="606.160134"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-09-17T02:46:34.180689" elapsed="0.000409"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-09-17T02:46:34.181820" level="INFO">cbench: controller benchmarking tool
   running in mode 'latency'
   connecting to controller at 10.30.171.17:6633 
   faking 16 switches with 1 threads :: 10 tests each; 60000 ms per test
   with 100 unique source MACs per switch
   learning destination mac addresses before the test
   starting test with 5000 ms delay after features_reply
   ignoring first 1 "warmup" and last 0 "cooldown" loops
   debugging info is off
Master Thread: Creating thread-0! 
Thread-0: All switches initialized. Running at node 10.30.171.17. So far 1 cbench instances have initialized their switches.  Waiting for other cbench-instances
Thread-0: Total switches from ALL cbench-instances initialized.
02:37:33.249 16  switches: flows:  77420 77692 77469 76218 75969 75669 76053 74870 74719 75818 74579 74223 74898 74932 75453 74220  total = 20.170033 per ms 
02:38:33.350 16  switches: flows:  88321 86681 86678 86814 84651 86353 85240 84546 83989 85475 82919 84695 83419 83641 84295 84258  total = 22.661680 per ms 
02:39:33.450 16  switches: flows:  89049 87118 87132 87604 86497 87881 85834 85809 83960 86748 85308 84415 83599 84093 85749 83775  total = 22.871337 per ms 
02:40:33.551 16  switches: flows:  90198 87808 87549 88322 87740 87834 86048 86700 84605 86052 85954 84854 85360 84797 85257 85113  total = 23.031390 per ms 
02:41:33.652 16  switches: flows:  89098 88397 88439 86753 85836 88963 86498 86461 82492 87050 85929 83528 84649 84031 86026 83162  total = 22.916911 per ms 
02:42:33.753 16  switches: flows:  87938 86345 86495 87729 86070 87213 84675 84599 82968 85956 84065 83570 84136 83683 85411 82970  total = 22.692482 per ms 
02:43:33.854 16  switches: flows:  82213 79869 81176 81285 78795 81081 78446 78326 75976 79246 77735 77132 75936 77461 78260 76680  total = 20.958634 per ms 
02:44:33.955 16  switches: flows:  86970 85275 85083 85274 83180 86064 83040 83559 81656 84117 83053 81510 80528 80829 84010 80067  total = 22.199829 per ms 
02:45:34.056 16  switches: flows:  88555 86228 86965 87661 86239 88374 84956 84559 83274 86298 84505 82717 83003 83200 85206 81720  total = 22.686443 per ms 
02:46:34.157 16  switches: flows:  89576 86756 86303 88548 85067 86810 83678 85117 83317 85421 83446 84330 82216 83032 83851 82725  total = 22.632080 per ms 
RESULT: 16 switches 9 tests min/max/avg/stdev = 20958.63/23031.39/22516.75/7529.03 responses/s</msg>
<arg>${stderr}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-09-17T02:46:34.181403" elapsed="0.000606"/>
</kw>
<if>
<branch type="IF" condition="&quot;${return_stdout}&quot;!=&quot;True&quot;">
<return>
<value>${stderr}</value>
<status status="PASS" start="2026-09-17T02:46:34.182260" elapsed="0.000078"/>
</return>
<status status="PASS" start="2026-09-17T02:46:34.182114" elapsed="0.000267"/>
</branch>
<status status="PASS" start="2026-09-17T02:46:34.182084" elapsed="0.000328"/>
</if>
<if>
<branch type="IF" condition="&quot;${return_stderr}&quot;!=&quot;True&quot;">
<return>
<value>${stdout}</value>
<status status="NOT RUN" start="2026-09-17T02:46:34.182526" elapsed="0.000015"/>
</return>
<status status="NOT RUN" start="2026-09-17T02:46:34.182481" elapsed="0.000090"/>
</branch>
<status status="NOT RUN" start="2026-09-17T02:46:34.182463" elapsed="0.000134"/>
</if>
<return>
<value>${stdout}</value>
<value>${stderr}</value>
<status status="NOT RUN" start="2026-09-17T02:46:34.182636" elapsed="0.000015"/>
</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-17T02:46:34.183575" elapsed="0.000363"/>
</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-17T02:46:34.184169" elapsed="0.000224"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-09-17T02:46:34.184551" elapsed="0.000115"/>
</kw>
<arg>${current_ssh_connection.index}</arg>
<doc>Restore active SSH connection in SSHLibrary to given index.</doc>
<status status="PASS" start="2026-09-17T02:46:34.183029" elapsed="0.001695"/>
</kw>
<msg time="2026-09-17T02:46:34.184852" level="INFO">${output} = cbench: controller benchmarking tool
   running in mode 'latency'
   connecting to controller at 10.30.171.17:6633 
   faking 16 switches with 1 threads :: 10 tests each; 60000 ms per test
   with 100...</msg>
<var>${output}</var>
<arg>${cbench_system}</arg>
<arg>${cbench_executable} -c ${ODL_SYSTEM_IP} ${cbench_args}</arg>
<arg>prompt_timeout=${test_timeout}</arg>
<arg>return_stdout=False</arg>
<arg>return_stderr=True</arg>
<doc>Reduces the common work of running a command on a remote system to a single higher level
robot keyword, taking care to log in with a public key and. The command given is written and the return value
depends on the passed argument values of return_stdout (default: True) and return_stderr (default: False).
At least one should be True, or the keyword will exit and FAIL. If both are True, the resulting return value
will be a two element list containing both. Otherwise the resulting return value is a string.
No test conditions are checked.</doc>
<status status="PASS" start="2026-09-17T02:36:27.647485" elapsed="606.537400"/>
</kw>
<status status="PASS" start="2026-09-17T02:36:27.647138" elapsed="606.537801"/>
</branch>
<status status="PASS" start="2026-09-17T02:36:27.646742" elapsed="606.538226"/>
</if>
<kw name="Log" owner="BuiltIn">
<msg time="2026-09-17T02:46:34.185569" level="INFO">cbench: controller benchmarking tool
   running in mode 'latency'
   connecting to controller at 10.30.171.17:6633 
   faking 16 switches with 1 threads :: 10 tests each; 60000 ms per test
   with 100 unique source MACs per switch
   learning destination mac addresses before the test
   starting test with 5000 ms delay after features_reply
   ignoring first 1 "warmup" and last 0 "cooldown" loops
   debugging info is off
Master Thread: Creating thread-0! 
Thread-0: All switches initialized. Running at node 10.30.171.17. So far 1 cbench instances have initialized their switches.  Waiting for other cbench-instances
Thread-0: Total switches from ALL cbench-instances initialized.
02:37:33.249 16  switches: flows:  77420 77692 77469 76218 75969 75669 76053 74870 74719 75818 74579 74223 74898 74932 75453 74220  total = 20.170033 per ms 
02:38:33.350 16  switches: flows:  88321 86681 86678 86814 84651 86353 85240 84546 83989 85475 82919 84695 83419 83641 84295 84258  total = 22.661680 per ms 
02:39:33.450 16  switches: flows:  89049 87118 87132 87604 86497 87881 85834 85809 83960 86748 85308 84415 83599 84093 85749 83775  total = 22.871337 per ms 
02:40:33.551 16  switches: flows:  90198 87808 87549 88322 87740 87834 86048 86700 84605 86052 85954 84854 85360 84797 85257 85113  total = 23.031390 per ms 
02:41:33.652 16  switches: flows:  89098 88397 88439 86753 85836 88963 86498 86461 82492 87050 85929 83528 84649 84031 86026 83162  total = 22.916911 per ms 
02:42:33.753 16  switches: flows:  87938 86345 86495 87729 86070 87213 84675 84599 82968 85956 84065 83570 84136 83683 85411 82970  total = 22.692482 per ms 
02:43:33.854 16  switches: flows:  82213 79869 81176 81285 78795 81081 78446 78326 75976 79246 77735 77132 75936 77461 78260 76680  total = 20.958634 per ms 
02:44:33.955 16  switches: flows:  86970 85275 85083 85274 83180 86064 83040 83559 81656 84117 83053 81510 80528 80829 84010 80067  total = 22.199829 per ms 
02:45:34.056 16  switches: flows:  88555 86228 86965 87661 86239 88374 84956 84559 83274 86298 84505 82717 83003 83200 85206 81720  total = 22.686443 per ms 
02:46:34.157 16  switches: flows:  89576 86756 86303 88548 85067 86810 83678 85117 83317 85421 83446 84330 82216 83032 83851 82725  total = 22.632080 per ms 
RESULT: 16 switches 9 tests min/max/avg/stdev = 20958.63/23031.39/22516.75/7529.03 responses/s</msg>
<arg>${output}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-09-17T02:46:34.185209" elapsed="0.000445"/>
</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-17T02:46:34.185855" elapsed="0.000442"/>
</kw>
<kw name="Get Lines Containing String" owner="String">
<msg time="2026-09-17T02:46:34.186777" level="INFO">1 out of 23 lines matched.</msg>
<msg time="2026-09-17T02:46:34.186881" level="INFO">${result_line} = RESULT: 16 switches 9 tests min/max/avg/stdev = 20958.63/23031.39/22516.75/7529.03 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-17T02:46:34.186533" elapsed="0.000379"/>
</kw>
<kw name="Split String" owner="String">
<msg time="2026-09-17T02:46:34.187430" level="INFO">@{results_list} = [ RESULT: | 16 | switches | 9 | tests | min/max/avg/stdev | = | 20958.63/23031.39/22516.75/7529.03 | 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-17T02:46:34.187119" elapsed="0.000344"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-09-17T02:46:34.188105" 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-17T02:46:34.187713" elapsed="0.000458"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-09-17T02:46:34.188827" level="INFO">20958.63/23031.39/22516.75/7529.03</msg>
<arg>${results_list[7]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-09-17T02:46:34.188448" elapsed="0.000442"/>
</kw>
<kw name="Split String" owner="String">
<msg time="2026-09-17T02:46:34.189475" 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-17T02:46:34.189090" elapsed="0.000415"/>
</kw>
<kw name="Split String" owner="String">
<msg time="2026-09-17T02:46:34.190092" level="INFO">@{result_value_list} = [ 20958.63 | 23031.39 | 22516.75 | 7529.03 ]</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-17T02:46:34.189740" elapsed="0.000382"/>
</kw>
<kw name="Get Length" owner="BuiltIn">
<msg time="2026-09-17T02:46:34.190697" level="INFO">Length is 4.</msg>
<msg time="2026-09-17T02:46:34.190797" 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-17T02:46:34.190344" elapsed="0.000479"/>
</kw>
<for flavor="IN RANGE">
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-09-17T02:46:34.191853" level="INFO">min :: 20958.63</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-17T02:46:34.191358" elapsed="0.000561"/>
</kw>
<var name="${i}">0</var>
<status status="PASS" start="2026-09-17T02:46:34.191097" elapsed="0.000857"/>
</iter>
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-09-17T02:46:34.192805" level="INFO">max :: 23031.39</msg>
<arg>${result_name_list[${i}]} :: ${result_value_list[${i}]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-09-17T02:46:34.192302" elapsed="0.000564"/>
</kw>
<var name="${i}">1</var>
<status status="PASS" start="2026-09-17T02:46:34.192053" elapsed="0.000852"/>
</iter>
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-09-17T02:46:34.193753" level="INFO">avg :: 22516.75</msg>
<arg>${result_name_list[${i}]} :: ${result_value_list[${i}]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-09-17T02:46:34.193232" elapsed="0.000586"/>
</kw>
<var name="${i}">2</var>
<status status="PASS" start="2026-09-17T02:46:34.193001" elapsed="0.000853"/>
</iter>
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-09-17T02:46:34.194704" level="INFO">stdev :: 7529.03</msg>
<arg>${result_name_list[${i}]} :: ${result_value_list[${i}]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-09-17T02:46:34.194182" elapsed="0.000585"/>
</kw>
<var name="${i}">3</var>
<status status="PASS" start="2026-09-17T02:46:34.193954" elapsed="0.000852"/>
</iter>
<var>${i}</var>
<value>0</value>
<value>${num_stats}</value>
<status status="PASS" start="2026-09-17T02:46:34.190900" elapsed="0.003944"/>
</for>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-09-17T02:46:34.195550" level="INFO">${min} = 20958.63</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-17T02:46:34.195046" elapsed="0.000550"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-09-17T02:46:34.196253" level="INFO">${max} = 23031.39</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-17T02:46:34.195790" elapsed="0.000515"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-09-17T02:46:34.196968" level="INFO">${average} = 22516.75</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-17T02:46:34.196512" elapsed="0.000485"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-09-17T02:46:34.197672" level="INFO">${stdev} = 7529.03</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-17T02:46:34.197188" elapsed="0.000514"/>
</kw>
<kw name="Get Time" owner="BuiltIn">
<msg time="2026-09-17T02:46:34.198385" level="INFO">${date} = 2026-09-17 02:46:34</msg>
<var>${date}</var>
<arg>d,m,s</arg>
<doc>Returns the given time in the requested format.</doc>
<status status="PASS" start="2026-09-17T02:46:34.197942" elapsed="0.000474"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-09-17T02:46:34.199048" level="INFO">CBench Result: 2026-09-17 02:46:34,-m 60000 -M 100 -S 16 -l 10 -D 5000 -p 6633,20958.63,23031.39,22516.75,7529.03</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-17T02:46:34.198662" elapsed="0.000457"/>
</kw>
<kw name="Log Results And Determine Status">
<kw name="Append To File" owner="OperatingSystem">
<msg time="2026-09-17T02:46:34.200586" 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-17T02:46:34.199778" elapsed="0.000887"/>
</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-17T02:46:34.200871" elapsed="0.000504"/>
</kw>
<arg>${min}</arg>
<arg>${max}</arg>
<arg>${average}</arg>
<arg>${average_threshold}</arg>
<arg>${output_filename}</arg>
<status status="PASS" start="2026-09-17T02:46:34.199285" elapsed="0.002165"/>
</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-17T02:36:27.645666" elapsed="606.555850"/>
</kw>
<kw name="Sleep" owner="BuiltIn">
<msg time="2026-09-17T02:46:34.202058" level="INFO">Slept 0 seconds.</msg>
<arg>${test_delay}</arg>
<doc>Pauses execution for the given time.</doc>
<status status="PASS" start="2026-09-17T02:46:34.201711" elapsed="0.000411"/>
</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-17T02:46:34.202784" elapsed="0.000308"/>
</kw>
<status status="PASS" start="2026-09-17T02:46:34.202425" elapsed="0.000748"/>
</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-17T02:36:27.642684" elapsed="606.560528"/>
</test>
<test id="s1-t2" name="Cbench Throughput Test" line="51">
<kw name="Log" owner="BuiltIn">
<msg time="2026-09-17T02:46:34.204680" 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-17T02:46:34.204368" elapsed="0.000365"/>
</kw>
<kw name="Run Cbench And Log Results">
<kw name="Set Suite Variable" owner="BuiltIn">
<msg time="2026-09-17T02:46:34.205819" 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-17T02:46:34.205523" elapsed="0.000336"/>
</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-17T02:46:34.206161" elapsed="0.000020"/>
</kw>
<status status="NOT RUN" start="2026-09-17T02:46:34.205923" elapsed="0.000292"/>
</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-17T02:46:34.207252" elapsed="0.000035"/>
</kw>
<status status="NOT RUN" start="2026-09-17T02:46:34.207038" elapsed="0.000280"/>
</branch>
<status status="PASS" start="2026-09-17T02:46:34.207022" elapsed="0.000332"/>
</if>
<kw name="Get Connection" owner="SSHLibrary">
<msg time="2026-09-17T02:46:34.207703" 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-17T02:46:34.207814" 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-17T02:46:34.207529" elapsed="0.000310"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-09-17T02:46:34.208411" level="INFO">Attempting to execute command "/usr/local/bin/cbench -c 10.30.171.17 -t -m 60000 -M 100 -S 16 -l 10 -D 5000 -p 6633" on remote system "10.30.170.19" 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-17T02:46:34.208033" elapsed="0.000433"/>
</kw>
<kw name="Open Connection" owner="SSHLibrary">
<msg time="2026-09-17T02:46:34.208954" 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-17T02:46:34.208627" elapsed="0.000354"/>
</kw>
<kw name="Flexible_SSH_Login" owner="SSHKeywords">
<kw name="Get Length" owner="BuiltIn">
<msg time="2026-09-17T02:46:34.210196" level="INFO">Length is 0.</msg>
<msg time="2026-09-17T02:46:34.210370" 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-17T02:46:34.209765" elapsed="0.000642"/>
</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-17T02:46:34.210607" elapsed="0.000455"/>
</kw>
<kw name="Run Keyword And Return" owner="BuiltIn">
<kw name="Login With Public Key" owner="SSHLibrary">
<msg time="2026-09-17T02:46:34.212313" level="INFO">Logging into '10.30.170.19:22' as 'jenkins'.</msg>
<msg time="2026-09-17T02:46:34.890228" 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 Thu Sep 17 02:46:34 UTC 2026

  System load:  1.0                Processes:             104
  Usage of /:   19.9% of 38.58GB   Users logged in:       0
  Memory usage: 4%                 IPv4 address for ens3: 10.30.170.19
  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: Thu Sep 17 02:36:27 2026 from 10.30.171.198
[?2004h[jenkins@releng-00446-88-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-17T02:46:34.211901" elapsed="0.678598"/>
</kw>
<msg time="2026-09-17T02:46:34.890623" 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-17T02:46:34.211350" elapsed="0.679378"/>
</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-17T02:46:34.209226" elapsed="0.681636"/>
</kw>
<kw name="Execute Command" owner="SSHLibrary">
<msg time="2026-09-17T02:46:34.891720" level="INFO">Executing command '/usr/local/bin/cbench -c 10.30.171.17 -t -m 60000 -M 100 -S 16 -l 10 -D 5000 -p 6633'.</msg>
<msg time="2026-09-17T02:56:40.939015" level="INFO">Command exited with return code 0.</msg>
<msg time="2026-09-17T02:56:40.939666" level="INFO">${stdout} = </msg>
<msg time="2026-09-17T02:56:40.939778" level="INFO">${stderr} = cbench: controller benchmarking tool
   running in mode 'throughput'
   connecting to controller at 10.30.171.17: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-17T02:46:34.891389" elapsed="606.048450"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-09-17T02:56:40.940420" elapsed="0.000735"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-09-17T02:56:40.942506" level="INFO">cbench: controller benchmarking tool
   running in mode 'throughput'
   connecting to controller at 10.30.171.17:6633 
   faking 16 switches with 1 threads :: 10 tests each; 60000 ms per test
   with 100 unique source MACs per switch
   learning destination mac addresses before the test
   starting test with 5000 ms delay after features_reply
   ignoring first 1 "warmup" and last 0 "cooldown" loops
   debugging info is off
Master Thread: Creating thread-0! 
Thread-0: All switches initialized. Running at node 10.30.171.17. So far 1 cbench instances have initialized their switches.  Waiting for other cbench-instances
Thread-0: Total switches from ALL cbench-instances initialized.
02:47:40.005 16  switches: flows:  614344 622400 599266 611776 619226 607502 593566 619412 604233 604973 616111 604962 604170 599274 601612 601586  total = 162.073550 per ms 
02:48:40.107 16  switches: flows:  687791 679550 687208 684045 686979 685464 677362 691628 690371 680473 685193 678820 684578 675373 682357 690390  total = 182.151988 per ms 
02:49:40.208 16  switches: flows:  723102 715304 715991 704973 719252 718274 717242 714683 710808 720819 714564 716344 717015 717226 721290 716023  total = 190.727823 per ms 
02:50:40.309 16  switches: flows:  730749 725715 720026 725652 726238 724000 725304 718909 727442 718687 723571 721846 722120 718475 714632 716751  total = 192.344046 per ms 
02:51:40.411 16  switches: flows:  719132 717082 726676 725585 725287 723987 715302 727287 723387 722911 726922 718579 719648 718111 730078 728720  total = 192.485663 per ms 
02:52:40.514 16  switches: flows:  709405 710820 710460 707847 706280 711479 700058 707454 711764 704507 709417 704643 703083 707755 706505 709772  total = 188.368243 per ms 
02:53:40.615 16  switches: flows:  703422 711236 704414 707271 710301 704601 708007 712732 702055 705581 700371 700611 717331 714979 712347 709245  total = 188.425179 per ms 
02:54:40.717 16  switches: flows:  723317 732477 735361 737641 726011 726841 717807 738357 727228 731644 733963 726731 734236 737886 729221 729738  total = 194.480602 per ms 
02:55:40.820 16  switches: flows:  736833 735571 739679 737541 734450 739388 740843 742762 736975 738792 728183 738460 739348 738798 734601 739421  total = 196.361042 per ms 
02:56:40.922 16  switches: flows:  743270 734972 739631 737855 743391 748837 746011 737861 741213 728859 736543 730015 736400 736672 745623 742106  total = 196.822641 per ms 
RESULT: 16 switches 9 tests min/max/avg/stdev = 182151.99/196822.64/191351.91/63931.50 responses/s</msg>
<arg>${stderr}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-09-17T02:56:40.941708" elapsed="0.001114"/>
</kw>
<if>
<branch type="IF" condition="&quot;${return_stdout}&quot;!=&quot;True&quot;">
<return>
<value>${stderr}</value>
<status status="PASS" start="2026-09-17T02:56:40.943347" elapsed="0.000091"/>
</return>
<status status="PASS" start="2026-09-17T02:56:40.943026" elapsed="0.000502"/>
</branch>
<status status="PASS" start="2026-09-17T02:56:40.942974" elapsed="0.000613"/>
</if>
<if>
<branch type="IF" condition="&quot;${return_stderr}&quot;!=&quot;True&quot;">
<return>
<value>${stdout}</value>
<status status="NOT RUN" start="2026-09-17T02:56:40.943802" elapsed="0.000029"/>
</return>
<status status="NOT RUN" start="2026-09-17T02:56:40.943717" elapsed="0.000177"/>
</branch>
<status status="NOT RUN" start="2026-09-17T02:56:40.943679" elapsed="0.000293"/>
</if>
<return>
<value>${stdout}</value>
<value>${stderr}</value>
<status status="NOT RUN" start="2026-09-17T02:56:40.944046" elapsed="0.000032"/>
</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-17T02:56:40.945850" elapsed="0.000790"/>
</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-17T02:56:40.947090" elapsed="0.000396"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-09-17T02:56:40.947816" elapsed="0.000266"/>
</kw>
<arg>${current_ssh_connection.index}</arg>
<doc>Restore active SSH connection in SSHLibrary to given index.</doc>
<status status="PASS" start="2026-09-17T02:56:40.944793" elapsed="0.003408"/>
</kw>
<msg time="2026-09-17T02:56:40.948482" level="INFO">${output} = cbench: controller benchmarking tool
   running in mode 'throughput'
   connecting to controller at 10.30.171.17: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-17T02:46:34.206556" elapsed="606.741987"/>
</kw>
<status status="PASS" start="2026-09-17T02:46:34.206239" elapsed="606.742435"/>
</branch>
<status status="PASS" start="2026-09-17T02:46:34.205904" elapsed="606.742824"/>
</if>
<kw name="Log" owner="BuiltIn">
<msg time="2026-09-17T02:56:40.949875" level="INFO">cbench: controller benchmarking tool
   running in mode 'throughput'
   connecting to controller at 10.30.171.17:6633 
   faking 16 switches with 1 threads :: 10 tests each; 60000 ms per test
   with 100 unique source MACs per switch
   learning destination mac addresses before the test
   starting test with 5000 ms delay after features_reply
   ignoring first 1 "warmup" and last 0 "cooldown" loops
   debugging info is off
Master Thread: Creating thread-0! 
Thread-0: All switches initialized. Running at node 10.30.171.17. So far 1 cbench instances have initialized their switches.  Waiting for other cbench-instances
Thread-0: Total switches from ALL cbench-instances initialized.
02:47:40.005 16  switches: flows:  614344 622400 599266 611776 619226 607502 593566 619412 604233 604973 616111 604962 604170 599274 601612 601586  total = 162.073550 per ms 
02:48:40.107 16  switches: flows:  687791 679550 687208 684045 686979 685464 677362 691628 690371 680473 685193 678820 684578 675373 682357 690390  total = 182.151988 per ms 
02:49:40.208 16  switches: flows:  723102 715304 715991 704973 719252 718274 717242 714683 710808 720819 714564 716344 717015 717226 721290 716023  total = 190.727823 per ms 
02:50:40.309 16  switches: flows:  730749 725715 720026 725652 726238 724000 725304 718909 727442 718687 723571 721846 722120 718475 714632 716751  total = 192.344046 per ms 
02:51:40.411 16  switches: flows:  719132 717082 726676 725585 725287 723987 715302 727287 723387 722911 726922 718579 719648 718111 730078 728720  total = 192.485663 per ms 
02:52:40.514 16  switches: flows:  709405 710820 710460 707847 706280 711479 700058 707454 711764 704507 709417 704643 703083 707755 706505 709772  total = 188.368243 per ms 
02:53:40.615 16  switches: flows:  703422 711236 704414 707271 710301 704601 708007 712732 702055 705581 700371 700611 717331 714979 712347 709245  total = 188.425179 per ms 
02:54:40.717 16  switches: flows:  723317 732477 735361 737641 726011 726841 717807 738357 727228 731644 733963 726731 734236 737886 729221 729738  total = 194.480602 per ms 
02:55:40.820 16  switches: flows:  736833 735571 739679 737541 734450 739388 740843 742762 736975 738792 728183 738460 739348 738798 734601 739421  total = 196.361042 per ms 
02:56:40.922 16  switches: flows:  743270 734972 739631 737855 743391 748837 746011 737861 741213 728859 736543 730015 736400 736672 745623 742106  total = 196.822641 per ms 
RESULT: 16 switches 9 tests min/max/avg/stdev = 182151.99/196822.64/191351.91/63931.50 responses/s</msg>
<arg>${output}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-09-17T02:56:40.949188" elapsed="0.000889"/>
</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-17T02:56:40.950482" elapsed="0.000863"/>
</kw>
<kw name="Get Lines Containing String" owner="String">
<msg time="2026-09-17T02:56:40.952305" level="INFO">1 out of 23 lines matched.</msg>
<msg time="2026-09-17T02:56:40.952512" level="INFO">${result_line} = RESULT: 16 switches 9 tests min/max/avg/stdev = 182151.99/196822.64/191351.91/63931.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-17T02:56:40.951768" elapsed="0.000801"/>
</kw>
<kw name="Split String" owner="String">
<msg time="2026-09-17T02:56:40.953593" level="INFO">@{results_list} = [ RESULT: | 16 | switches | 9 | tests | min/max/avg/stdev | = | 182151.99/196822.64/191351.91/63931.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-17T02:56:40.953003" elapsed="0.000653"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-09-17T02:56:40.954986" 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-17T02:56:40.954146" elapsed="0.000972"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-09-17T02:56:40.956429" level="INFO">182151.99/196822.64/191351.91/63931.50</msg>
<arg>${results_list[7]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-09-17T02:56:40.955587" elapsed="0.000968"/>
</kw>
<kw name="Split String" owner="String">
<msg time="2026-09-17T02:56:40.957687" 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-17T02:56:40.956949" elapsed="0.000799"/>
</kw>
<kw name="Split String" owner="String">
<msg time="2026-09-17T02:56:40.958997" level="INFO">@{result_value_list} = [ 182151.99 | 196822.64 | 191351.91 | 63931.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-17T02:56:40.958242" elapsed="0.000816"/>
</kw>
<kw name="Get Length" owner="BuiltIn">
<msg time="2026-09-17T02:56:40.960146" level="INFO">Length is 4.</msg>
<msg time="2026-09-17T02:56:40.960367" 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-17T02:56:40.959450" elapsed="0.000971"/>
</kw>
<for flavor="IN RANGE">
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-09-17T02:56:40.962361" level="INFO">min :: 182151.99</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-17T02:56:40.961347" elapsed="0.001136"/>
</kw>
<var name="${i}">0</var>
<status status="PASS" start="2026-09-17T02:56:40.960894" elapsed="0.001661"/>
</iter>
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-09-17T02:56:40.964155" level="INFO">max :: 196822.64</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-17T02:56:40.963156" elapsed="0.001147"/>
</kw>
<var name="${i}">1</var>
<status status="PASS" start="2026-09-17T02:56:40.962741" elapsed="0.001636"/>
</iter>
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-09-17T02:56:40.965982" level="INFO">avg :: 191351.91</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-17T02:56:40.964974" elapsed="0.001129"/>
</kw>
<var name="${i}">2</var>
<status status="PASS" start="2026-09-17T02:56:40.964561" elapsed="0.001614"/>
</iter>
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-09-17T02:56:40.967778" level="INFO">stdev :: 63931.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-17T02:56:40.966784" elapsed="0.001113"/>
</kw>
<var name="${i}">3</var>
<status status="PASS" start="2026-09-17T02:56:40.966389" elapsed="0.001604"/>
</iter>
<var>${i}</var>
<value>0</value>
<value>${num_stats}</value>
<status status="PASS" start="2026-09-17T02:56:40.960545" elapsed="0.007515"/>
</for>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-09-17T02:56:40.969394" level="INFO">${min} = 182151.99</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-17T02:56:40.968457" elapsed="0.000995"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-09-17T02:56:40.970855" level="INFO">${max} = 196822.64</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-17T02:56:40.969939" elapsed="0.000974"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-09-17T02:56:40.972227" level="INFO">${average} = 191351.91</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-17T02:56:40.971325" elapsed="0.000990"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-09-17T02:56:40.973596" level="INFO">${stdev} = 63931.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-17T02:56:40.972668" elapsed="0.000986"/>
</kw>
<kw name="Get Time" owner="BuiltIn">
<msg time="2026-09-17T02:56:40.974941" level="INFO">${date} = 2026-09-17 02:56:40</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-17T02:56:40.974108" elapsed="0.000892"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-09-17T02:56:40.976254" level="INFO">CBench Result: 2026-09-17 02:56:40,-t -m 60000 -M 100 -S 16 -l 10 -D 5000 -p 6633,182151.99,196822.64,191351.91,63931.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-17T02:56:40.975463" elapsed="0.000943"/>
</kw>
<kw name="Log Results And Determine Status">
<kw name="Append To File" owner="OperatingSystem">
<msg time="2026-09-17T02:56:40.978430" 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-17T02:56:40.977650" elapsed="0.000925"/>
</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-17T02:56:40.978970" elapsed="0.001321"/>
</kw>
<arg>${min}</arg>
<arg>${max}</arg>
<arg>${average}</arg>
<arg>${average_threshold}</arg>
<arg>${output_filename}</arg>
<status status="PASS" start="2026-09-17T02:56:40.976681" elapsed="0.003756"/>
</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-17T02:46:34.205012" elapsed="606.775553"/>
</kw>
<kw name="Sleep" owner="BuiltIn">
<msg time="2026-09-17T02:56:40.981771" level="INFO">Slept 0 seconds.</msg>
<arg>${test_delay}</arg>
<doc>Pauses execution for the given time.</doc>
<status status="PASS" start="2026-09-17T02:56:40.980909" elapsed="0.000983"/>
</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-17T02:56:40.983102" elapsed="0.000632"/>
</kw>
<status status="PASS" start="2026-09-17T02:56:40.982387" elapsed="0.001488"/>
</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-17T02:46:34.203740" elapsed="606.780230"/>
</test>
<test id="s1-t3" name="Rerun Latency Test To Check Bug 6176" line="65">
<kw name="Log" owner="BuiltIn">
<msg time="2026-09-17T02:56:40.986850" 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-17T02:56:40.986125" elapsed="0.000871"/>
</kw>
<kw name="Run Cbench And Log Results">
<kw name="Set Suite Variable" owner="BuiltIn">
<msg time="2026-09-17T02:56:40.989518" 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-17T02:56:40.988808" elapsed="0.000797"/>
</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-17T02:56:40.990336" elapsed="0.000047"/>
</kw>
<status status="NOT RUN" start="2026-09-17T02:56:40.989824" elapsed="0.000633"/>
</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-17T02:56:40.992804" elapsed="0.000043"/>
</kw>
<status status="NOT RUN" start="2026-09-17T02:56:40.992333" elapsed="0.000604"/>
</branch>
<status status="PASS" start="2026-09-17T02:56:40.992293" elapsed="0.000695"/>
</if>
<kw name="Get Connection" owner="SSHLibrary">
<msg time="2026-09-17T02:56:40.993782" 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-17T02:56:40.994041" 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-17T02:56:40.993403" elapsed="0.000694"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-09-17T02:56:40.995244" level="INFO">Attempting to execute command "/usr/local/bin/cbench -c 10.30.171.17 -m 60000 -M 100 -S 16 -l 10 -D 5000 -p 6633" on remote system "10.30.170.19" 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-17T02:56:40.994505" elapsed="0.000888"/>
</kw>
<kw name="Open Connection" owner="SSHLibrary">
<msg time="2026-09-17T02:56:40.996526" 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-17T02:56:40.995746" elapsed="0.000835"/>
</kw>
<kw name="Flexible_SSH_Login" owner="SSHKeywords">
<kw name="Get Length" owner="BuiltIn">
<msg time="2026-09-17T02:56:40.998580" level="INFO">Length is 0.</msg>
<msg time="2026-09-17T02:56:40.998770" 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-17T02:56:40.997780" elapsed="0.001042"/>
</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-17T02:56:40.999184" elapsed="0.000785"/>
</kw>
<kw name="Run Keyword And Return" owner="BuiltIn">
<kw name="Login With Public Key" owner="SSHLibrary">
<msg time="2026-09-17T02:56:41.001958" level="INFO">Logging into '10.30.170.19:22' as 'jenkins'.</msg>
<msg time="2026-09-17T02:56:41.681030" 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 Thu Sep 17 02:56:41 UTC 2026

  System load:  0.38               Processes:             104
  Usage of /:   19.9% of 38.58GB   Users logged in:       0
  Memory usage: 4%                 IPv4 address for ens3: 10.30.170.19
  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: Thu Sep 17 02:46:34 2026 from 10.30.171.198
[?2004h[jenkins@releng-00446-88-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-17T02:56:41.001304" elapsed="0.679924"/>
</kw>
<msg time="2026-09-17T02:56:41.681332" 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-17T02:56:41.000359" elapsed="0.681055"/>
</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-17T02:56:40.996998" elapsed="0.684533"/>
</kw>
<kw name="Execute Command" owner="SSHLibrary">
<msg time="2026-09-17T02:56:41.682072" level="INFO">Executing command '/usr/local/bin/cbench -c 10.30.171.17 -m 60000 -M 100 -S 16 -l 10 -D 5000 -p 6633'.</msg>
<msg time="2026-09-17T03:06:47.718817" level="INFO">Command exited with return code 0.</msg>
<msg time="2026-09-17T03:06:47.719456" level="INFO">${stdout} = </msg>
<msg time="2026-09-17T03:06:47.719555" level="INFO">${stderr} = cbench: controller benchmarking tool
   running in mode 'latency'
   connecting to controller at 10.30.171.17:6633 
   faking 16 switches with 1 threads :: 10 tests each; 60000 ms per test
   with 100...</msg>
<var>${stdout}</var>
<var>${stderr}</var>
<arg>${cmd}</arg>
<arg>return_stderr=True</arg>
<doc>Executes ``command`` on the remote machine and returns its outputs.</doc>
<status status="PASS" start="2026-09-17T02:56:41.681784" elapsed="606.037824"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-09-17T03:06:47.720101" elapsed="0.000677"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-09-17T03:06:47.722031" level="INFO">cbench: controller benchmarking tool
   running in mode 'latency'
   connecting to controller at 10.30.171.17:6633 
   faking 16 switches with 1 threads :: 10 tests each; 60000 ms per test
   with 100 unique source MACs per switch
   learning destination mac addresses before the test
   starting test with 5000 ms delay after features_reply
   ignoring first 1 "warmup" and last 0 "cooldown" loops
   debugging info is off
Master Thread: Creating thread-0! 
Thread-0: All switches initialized. Running at node 10.30.171.17. So far 1 cbench instances have initialized their switches.  Waiting for other cbench-instances
Thread-0: Total switches from ALL cbench-instances initialized.
02:57:46.792 16  switches: flows:  83577 85102 84083 84114 84032 84091 84526 81893 81016 80427 81561 79565 80517 80039 81578 78746  total = 21.914450 per ms 
02:58:46.893 16  switches: flows:  83031 84083 82132 84337 82158 82485 82846 81649 81076 79587 80735 79459 79016 79357 79917 78713  total = 21.640198 per ms 
02:59:46.994 16  switches: flows:  85869 87092 85968 86535 86791 85553 86727 85005 85735 82645 84763 82069 82605 83105 83343 81399  total = 22.549075 per ms 
03:00:47.095 16  switches: flows:  86045 86583 84222 85293 85262 85290 85145 84131 85131 82140 84904 83722 83388 83511 82485 81279  total = 22.438056 per ms 
03:01:47.195 16  switches: flows:  86870 88066 85154 88840 86018 87009 88438 85589 86518 83247 86117 84018 81981 82928 83274 82000  total = 22.729817 per ms 
03:02:47.296 16  switches: flows:  86527 86830 84884 88926 85605 85097 86591 84785 85679 83366 84845 84048 83114 82405 82321 80894  total = 22.560905 per ms 
03:03:47.396 16  switches: flows:  87072 88046 87673 88096 87433 87744 87735 87206 85773 83910 87718 85846 84289 83267 84163 84262  total = 22.965503 per ms 
03:04:47.497 16  switches: flows:  87610 87863 86275 87201 86825 87195 87862 86847 87220 83646 87012 85240 83818 83553 82971 82280  total = 22.852129 per ms 
03:05:47.598 16  switches: flows:  87006 87487 86320 86919 87857 86987 87696 86020 86475 83920 85740 84207 84091 83616 83585 82391  total = 22.800519 per ms 
03:06:47.699 16  switches: flows:  87020 86016 85545 86596 87163 85376 87489 86489 86926 83059 86205 86306 82073 82739 83257 81955  total = 22.698980 per ms 
RESULT: 16 switches 9 tests min/max/avg/stdev = 21640.20/22965.50/22581.69/7536.17 responses/s</msg>
<arg>${stderr}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-09-17T03:06:47.721216" elapsed="0.001173"/>
</kw>
<if>
<branch type="IF" condition="&quot;${return_stdout}&quot;!=&quot;True&quot;">
<return>
<value>${stderr}</value>
<status status="PASS" start="2026-09-17T03:06:47.722814" elapsed="0.000065"/>
</return>
<status status="PASS" start="2026-09-17T03:06:47.722574" elapsed="0.000377"/>
</branch>
<status status="PASS" start="2026-09-17T03:06:47.722525" elapsed="0.000479"/>
</if>
<if>
<branch type="IF" condition="&quot;${return_stderr}&quot;!=&quot;True&quot;">
<return>
<value>${stdout}</value>
<status status="NOT RUN" start="2026-09-17T03:06:47.723194" elapsed="0.000025"/>
</return>
<status status="NOT RUN" start="2026-09-17T03:06:47.723121" elapsed="0.000205"/>
</branch>
<status status="NOT RUN" start="2026-09-17T03:06:47.723089" elapsed="0.000282"/>
</if>
<return>
<value>${stdout}</value>
<value>${stderr}</value>
<status status="NOT RUN" start="2026-09-17T03:06:47.723434" 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-17T03:06:47.724961" elapsed="0.000694"/>
</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-17T03:06:47.726023" elapsed="0.000371"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-09-17T03:06:47.726671" elapsed="0.000200"/>
</kw>
<arg>${current_ssh_connection.index}</arg>
<doc>Restore active SSH connection in SSHLibrary to given index.</doc>
<status status="PASS" start="2026-09-17T03:06:47.724055" elapsed="0.002930"/>
</kw>
<msg time="2026-09-17T03:06:47.727208" level="INFO">${output} = cbench: controller benchmarking tool
   running in mode 'latency'
   connecting to controller at 10.30.171.17:6633 
   faking 16 switches with 1 threads :: 10 tests each; 60000 ms per test
   with 100...</msg>
<var>${output}</var>
<arg>${cbench_system}</arg>
<arg>${cbench_executable} -c ${ODL_SYSTEM_IP} ${cbench_args}</arg>
<arg>prompt_timeout=${test_timeout}</arg>
<arg>return_stdout=False</arg>
<arg>return_stderr=True</arg>
<doc>Reduces the common work of running a command on a remote system to a single higher level
robot keyword, taking care to log in with a public key and. The command given is written and the return value
depends on the passed argument values of return_stdout (default: True) and return_stderr (default: False).
At least one should be True, or the keyword will exit and FAIL. If both are True, the resulting return value
will be a two element list containing both. Otherwise the resulting return value is a string.
No test conditions are checked.</doc>
<status status="PASS" start="2026-09-17T02:56:40.991160" elapsed="606.736155"/>
</kw>
<status status="PASS" start="2026-09-17T02:56:40.990508" elapsed="606.736906"/>
</branch>
<status status="PASS" start="2026-09-17T02:56:40.989781" elapsed="606.737680"/>
</if>
<kw name="Log" owner="BuiltIn">
<msg time="2026-09-17T03:06:47.728479" level="INFO">cbench: controller benchmarking tool
   running in mode 'latency'
   connecting to controller at 10.30.171.17:6633 
   faking 16 switches with 1 threads :: 10 tests each; 60000 ms per test
   with 100 unique source MACs per switch
   learning destination mac addresses before the test
   starting test with 5000 ms delay after features_reply
   ignoring first 1 "warmup" and last 0 "cooldown" loops
   debugging info is off
Master Thread: Creating thread-0! 
Thread-0: All switches initialized. Running at node 10.30.171.17. So far 1 cbench instances have initialized their switches.  Waiting for other cbench-instances
Thread-0: Total switches from ALL cbench-instances initialized.
02:57:46.792 16  switches: flows:  83577 85102 84083 84114 84032 84091 84526 81893 81016 80427 81561 79565 80517 80039 81578 78746  total = 21.914450 per ms 
02:58:46.893 16  switches: flows:  83031 84083 82132 84337 82158 82485 82846 81649 81076 79587 80735 79459 79016 79357 79917 78713  total = 21.640198 per ms 
02:59:46.994 16  switches: flows:  85869 87092 85968 86535 86791 85553 86727 85005 85735 82645 84763 82069 82605 83105 83343 81399  total = 22.549075 per ms 
03:00:47.095 16  switches: flows:  86045 86583 84222 85293 85262 85290 85145 84131 85131 82140 84904 83722 83388 83511 82485 81279  total = 22.438056 per ms 
03:01:47.195 16  switches: flows:  86870 88066 85154 88840 86018 87009 88438 85589 86518 83247 86117 84018 81981 82928 83274 82000  total = 22.729817 per ms 
03:02:47.296 16  switches: flows:  86527 86830 84884 88926 85605 85097 86591 84785 85679 83366 84845 84048 83114 82405 82321 80894  total = 22.560905 per ms 
03:03:47.396 16  switches: flows:  87072 88046 87673 88096 87433 87744 87735 87206 85773 83910 87718 85846 84289 83267 84163 84262  total = 22.965503 per ms 
03:04:47.497 16  switches: flows:  87610 87863 86275 87201 86825 87195 87862 86847 87220 83646 87012 85240 83818 83553 82971 82280  total = 22.852129 per ms 
03:05:47.598 16  switches: flows:  87006 87487 86320 86919 87857 86987 87696 86020 86475 83920 85740 84207 84091 83616 83585 82391  total = 22.800519 per ms 
03:06:47.699 16  switches: flows:  87020 86016 85545 86596 87163 85376 87489 86489 86926 83059 86205 86306 82073 82739 83257 81955  total = 22.698980 per ms 
RESULT: 16 switches 9 tests min/max/avg/stdev = 21640.20/22965.50/22581.69/7536.17 responses/s</msg>
<arg>${output}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-09-17T03:06:47.727850" elapsed="0.000780"/>
</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-17T03:06:47.728969" elapsed="0.000762"/>
</kw>
<kw name="Get Lines Containing String" owner="String">
<msg time="2026-09-17T03:06:47.730570" level="INFO">1 out of 23 lines matched.</msg>
<msg time="2026-09-17T03:06:47.730757" level="INFO">${result_line} = RESULT: 16 switches 9 tests min/max/avg/stdev = 21640.20/22965.50/22581.69/7536.17 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-17T03:06:47.730097" elapsed="0.000712"/>
</kw>
<kw name="Split String" owner="String">
<msg time="2026-09-17T03:06:47.731705" level="INFO">@{results_list} = [ RESULT: | 16 | switches | 9 | tests | min/max/avg/stdev | = | 21640.20/22965.50/22581.69/7536.17 | 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-17T03:06:47.731158" elapsed="0.000604"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-09-17T03:06:47.732905" 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-17T03:06:47.732169" elapsed="0.000850"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-09-17T03:06:47.734190" level="INFO">21640.20/22965.50/22581.69/7536.17</msg>
<arg>${results_list[7]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-09-17T03:06:47.733471" elapsed="0.000896"/>
</kw>
<kw name="Split String" owner="String">
<msg time="2026-09-17T03:06:47.735398" 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-17T03:06:47.734719" elapsed="0.000737"/>
</kw>
<kw name="Split String" owner="String">
<msg time="2026-09-17T03:06:47.736566" level="INFO">@{result_value_list} = [ 21640.20 | 22965.50 | 22581.69 | 7536.17 ]</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-17T03:06:47.735879" elapsed="0.000744"/>
</kw>
<kw name="Get Length" owner="BuiltIn">
<msg time="2026-09-17T03:06:47.737659" level="INFO">Length is 4.</msg>
<msg time="2026-09-17T03:06:47.737837" 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-17T03:06:47.736957" elapsed="0.000929"/>
</kw>
<for flavor="IN RANGE">
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-09-17T03:06:47.739686" level="INFO">min :: 21640.20</msg>
<arg>${result_name_list[${i}]} :: ${result_value_list[${i}]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-09-17T03:06:47.738756" elapsed="0.001043"/>
</kw>
<var name="${i}">0</var>
<status status="PASS" start="2026-09-17T03:06:47.738387" elapsed="0.001479"/>
</iter>
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-09-17T03:06:47.741432" level="INFO">max :: 22965.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-17T03:06:47.740456" elapsed="0.001091"/>
</kw>
<var name="${i}">1</var>
<status status="PASS" start="2026-09-17T03:06:47.740040" elapsed="0.001573"/>
</iter>
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-09-17T03:06:47.743162" level="INFO">avg :: 22581.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-17T03:06:47.742214" elapsed="0.001136"/>
</kw>
<var name="${i}">2</var>
<status status="PASS" start="2026-09-17T03:06:47.741776" elapsed="0.001645"/>
</iter>
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-09-17T03:06:47.744884" level="INFO">stdev :: 7536.17</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-17T03:06:47.743948" elapsed="0.001047"/>
</kw>
<var name="${i}">3</var>
<status status="PASS" start="2026-09-17T03:06:47.743586" elapsed="0.001476"/>
</iter>
<var>${i}</var>
<value>0</value>
<value>${num_stats}</value>
<status status="PASS" start="2026-09-17T03:06:47.738005" elapsed="0.007117"/>
</for>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-09-17T03:06:47.747088" level="INFO">${min} = 21640.20</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-17T03:06:47.745507" elapsed="0.001692"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-09-17T03:06:47.748705" level="INFO">${max} = 22965.50</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-17T03:06:47.747740" elapsed="0.001020"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-09-17T03:06:47.749993" level="INFO">${average} = 22581.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-17T03:06:47.749089" elapsed="0.000965"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-09-17T03:06:47.751354" level="INFO">${stdev} = 7536.17</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-17T03:06:47.750456" elapsed="0.000958"/>
</kw>
<kw name="Get Time" owner="BuiltIn">
<msg time="2026-09-17T03:06:47.752560" level="INFO">${date} = 2026-09-17 03:06:47</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-17T03:06:47.751817" elapsed="0.000797"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-09-17T03:06:47.753786" level="INFO">CBench Result: 2026-09-17 03:06:47,-m 60000 -M 100 -S 16 -l 10 -D 5000 -p 6633,21640.20,22965.50,22581.69,7536.17</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-17T03:06:47.753034" elapsed="0.000865"/>
</kw>
<kw name="Log Results And Determine Status">
<kw name="Append To File" owner="OperatingSystem">
<msg time="2026-09-17T03:06:47.755986" 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-17T03:06:47.755139" elapsed="0.000987"/>
</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-17T03:06:47.756520" elapsed="0.001235"/>
</kw>
<arg>${min}</arg>
<arg>${max}</arg>
<arg>${average}</arg>
<arg>${average_threshold}</arg>
<arg>${output_filename}</arg>
<status status="PASS" start="2026-09-17T03:06:47.754163" elapsed="0.003727"/>
</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-17T02:56:40.987706" elapsed="606.770303"/>
</kw>
<kw name="Sleep" owner="BuiltIn">
<msg time="2026-09-17T03:06:47.758980" level="INFO">Slept 0 seconds.</msg>
<arg>${test_delay}</arg>
<doc>Pauses execution for the given time.</doc>
<status status="PASS" start="2026-09-17T03:06:47.758368" elapsed="0.000728"/>
</kw>
<kw name="Report Failure Due To Bug" owner="Utils" type="TEARDOWN">
<kw name="Evaluate" owner="BuiltIn">
<msg time="2026-09-17T03:06:47.761350" 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-17T03:06:47.760661" elapsed="0.000734"/>
</kw>
<if>
<branch type="IF" condition="('${TEST_STATUS}' != 'FAIL') or ${test_skipped}">
<return>
<status status="PASS" start="2026-09-17T03:06:47.761676" elapsed="0.000042"/>
</return>
<status status="PASS" start="2026-09-17T03:06:47.761516" elapsed="0.000241"/>
</branch>
<status status="PASS" start="2026-09-17T03:06:47.761484" elapsed="0.000304"/>
</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-17T03:06:47.761983" elapsed="0.000028"/>
</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-17T03:06:47.762192" elapsed="0.000027"/>
</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-17T03:06:47.762489" elapsed="0.000028"/>
</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-17T03:06:47.762703" elapsed="0.000027"/>
</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-17T03:06:47.762974" elapsed="0.000027"/>
</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-17T03:06:47.763181" elapsed="0.000026"/>
</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-17T03:06:47.763482" elapsed="0.000027"/>
</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-17T03:06:47.763771" elapsed="0.000026"/>
</kw>
<status status="NOT RUN" start="2026-09-17T03:06:47.763589" elapsed="0.000248"/>
</branch>
<status status="NOT RUN" start="2026-09-17T03:06:47.763567" elapsed="0.000300"/>
</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-17T03:06:47.759876" elapsed="0.004055"/>
</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-17T02:56:40.984744" elapsed="606.779243"/>
</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-17T02:36:24.954159" elapsed="1822.810382"/>
</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>
