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

[?1h=[90m~[0m                                                                                [?2004hopendaylight-user</msg>
<arg>${KARAF_USER}</arg>
<arg>${KARAF_PASSWORD}</arg>
<arg>loglevel=${loglevel}</arg>
<doc>Logs into the SSH server with the given ``username`` and ``password``.</doc>
<status status="PASS" start="2026-06-30T02:56:02.164233" elapsed="0.679748"/>
</kw>
<kw name="Write" owner="SSHLibrary">
<msg time="2026-06-30T02:56:02.894129" level="INFO">@root&gt;log:set ERROR</msg>
<arg>${cmd}</arg>
<doc>Writes the given ``text`` on the remote machine and appends a newline.</doc>
<status status="PASS" start="2026-06-30T02:56:02.844327" elapsed="0.049926"/>
</kw>
<kw name="Read Until Regexp" owner="SSHLibrary">
<msg time="2026-06-30T02:56:02.896305" level="INFO">[?1l&gt;[?2004l[?1h=[90m~[0m                                                                                [?2004hopendaylight-user@root&gt;</msg>
<msg time="2026-06-30T02:56:02.896426" level="INFO">${output} = [?1l&gt;[?2004l[?1h=[90m~[0m                                                                                [?2004hopendaylight-user@root&gt;</msg>
<var>${output}</var>
<arg>${KARAF_PROMPT}</arg>
<doc>Consumes and returns the server output until a match to ``regexp`` is found.</doc>
<status status="PASS" start="2026-06-30T02:56:02.894520" elapsed="0.001937"/>
</kw>
<kw name="Write Bare" owner="SSHLibrary">
<arg>logout\n</arg>
<doc>Writes the given ``text`` on the remote machine without appending a newline.</doc>
<status status="PASS" start="2026-06-30T02:56:02.896619" elapsed="0.000318"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-06-30T02:56:02.897153" elapsed="0.000241"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-06-30T02:56:02.897940" level="INFO">[?1l&gt;[?2004l[?1h=[90m~[0m                                                                                [?2004hopendaylight-user@root&gt;</msg>
<arg>${output}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-06-30T02:56:02.897549" elapsed="0.000449"/>
</kw>
<return>
<value>${output}</value>
<status status="PASS" start="2026-06-30T02:56:02.898060" elapsed="0.000059"/>
</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.198
Note that this keyword will open&amp;close new SSH connection, without switching back to previously current session.</doc>
<status status="PASS" start="2026-06-30T02:56:02.162294" elapsed="0.735958"/>
</kw>
<arg>3x</arg>
<arg>1s</arg>
<arg>KarafKeywords.Issue Command On Karaf Console</arg>
<arg>log:set ${log_level}</arg>
<doc>Runs the specified keyword and retries if it fails.</doc>
<status status="PASS" start="2026-06-30T02:56:02.158190" elapsed="0.740127"/>
</kw>
<kw name="Append To File" owner="OperatingSystem">
<msg time="2026-06-30T02:56:02.898936" level="INFO" html="true">Appended to file '&lt;a href="file:///w/workspace/openflowplugin-csit-1node-cbench-only-chromium/latency.csv"&gt;/w/workspace/openflowplugin-csit-1node-cbench-only-chromium/latency.csv&lt;/a&gt;'.</msg>
<arg>${latency_results_file}</arg>
<arg>LATENCY_MIN,LATENCY_MAX,LATENCY_AVERAGE\n</arg>
<doc>Appends the given content to the specified file.</doc>
<status status="PASS" start="2026-06-30T02:56:02.898512" elapsed="0.000484"/>
</kw>
<kw name="Append To File" owner="OperatingSystem">
<msg time="2026-06-30T02:56:02.899409" level="INFO" html="true">Appended to file '&lt;a href="file:///w/workspace/openflowplugin-csit-1node-cbench-only-chromium/throughput.csv"&gt;/w/workspace/openflowplugin-csit-1node-cbench-only-chromium/throughput.csv&lt;/a&gt;'.</msg>
<arg>${throughput_results_file}</arg>
<arg>THROUGHPUT_MIN,THROUGHPUT_MAX,THROUGHPUT_AVERAGE\n</arg>
<doc>Appends the given content to the specified file.</doc>
<status status="PASS" start="2026-06-30T02:56:02.899155" elapsed="0.000311"/>
</kw>
<kw name="Evaluate" owner="BuiltIn">
<msg time="2026-06-30T02:56:02.900078" level="INFO">${duration_in_ms} = 60000</msg>
<var>${duration_in_ms}</var>
<arg>${duration_in_secs} * 1000</arg>
<doc>Evaluates the given expression in Python and returns the result.</doc>
<status status="PASS" start="2026-06-30T02:56:02.899622" elapsed="0.000485"/>
</kw>
<kw name="Set Suite Variable" owner="BuiltIn">
<msg time="2026-06-30T02:56:02.900616" level="INFO">${duration_in_ms} = 60000</msg>
<arg>${duration_in_ms}</arg>
<doc>Makes a variable available everywhere within the scope of the current suite.</doc>
<status status="PASS" start="2026-06-30T02:56:02.900279" elapsed="0.000380"/>
</kw>
<kw name="Evaluate" owner="BuiltIn">
<msg time="2026-06-30T02:56:02.901230" level="INFO">${test_timeout} = 900.0</msg>
<var>${test_timeout}</var>
<arg>(${loops} * ${duration_in_secs}) * 1.5</arg>
<doc>Evaluates the given expression in Python and returns the result.</doc>
<status status="PASS" start="2026-06-30T02:56:02.900837" elapsed="0.000421"/>
</kw>
<kw name="Set Suite Variable" owner="BuiltIn">
<msg time="2026-06-30T02:56:02.901758" level="INFO">${test_timeout} = 900.0</msg>
<arg>${test_timeout}</arg>
<doc>Makes a variable available everywhere within the scope of the current suite.</doc>
<status status="PASS" start="2026-06-30T02:56:02.901420" elapsed="0.000383"/>
</kw>
<if>
<branch type="IF" condition="&quot;${cbench_system}&quot; == &quot;localhost&quot;">
<kw name="File Should Exist" owner="OperatingSystem">
<arg>${cbench_executable}</arg>
<doc>Fails unless the given ``path`` points to an existing file.</doc>
<status status="NOT RUN" start="2026-06-30T02:56:02.902114" elapsed="0.000021"/>
</kw>
<status status="NOT RUN" start="2026-06-30T02:56:02.901894" elapsed="0.000275"/>
</branch>
<branch type="ELSE">
<kw name="Verify File Exists On Remote System" owner="Utils">
<kw name="Open Connection" owner="SSHLibrary">
<msg time="2026-06-30T02:56:02.906922" level="INFO">${conn_id} = 2</msg>
<var>${conn_id}</var>
<arg>${system}</arg>
<arg>prompt=${prompt}</arg>
<arg>timeout=${prompt_timeout}</arg>
<doc>Opens a new SSH connection to the given ``host`` and ``port``.</doc>
<status status="PASS" start="2026-06-30T02:56:02.906478" elapsed="0.000471"/>
</kw>
<kw name="Flexible_SSH_Login" owner="SSHKeywords">
<kw name="Get Length" owner="BuiltIn">
<msg time="2026-06-30T02:56:02.907980" level="INFO">Length is 0.</msg>
<msg time="2026-06-30T02:56:02.908065" level="INFO">${pwd_length} = 0</msg>
<var>${pwd_length}</var>
<arg>${password}</arg>
<doc>Returns and logs the length of the given item as an integer.</doc>
<status status="PASS" start="2026-06-30T02:56:02.907506" elapsed="0.000583"/>
</kw>
<kw name="Run Keyword And Return If" owner="BuiltIn">
<arg>${pwd_length} &gt; 0</arg>
<arg>SSHLibrary.Login</arg>
<arg>${user}</arg>
<arg>${password}</arg>
<arg>delay=${delay}</arg>
<doc>Runs the specified keyword and returns from the enclosing user keyword.</doc>
<status status="PASS" start="2026-06-30T02:56:02.908235" elapsed="0.000345"/>
</kw>
<kw name="Run Keyword And Return" owner="BuiltIn">
<kw name="Login With Public Key" owner="SSHLibrary">
<msg time="2026-06-30T02:56:02.909630" level="INFO">Logging into '10.30.171.250:22' as 'jenkins'.</msg>
<msg time="2026-06-30T02:56:03.673366" level="INFO">Read output: Welcome to Ubuntu 22.04.5 LTS (GNU/Linux 5.15.0-153-generic x86_64)

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

 System information as of Tue Jun 30 02:56:03 UTC 2026

  System load:  0.03               Processes:             111
  Usage of /:   19.3% of 38.58GB   Users logged in:       0
  Memory usage: 4%                 IPv4 address for ens3: 10.30.171.250
  Swap usage:   0%


Expanded Security Maintenance for Applications is not enabled.

0 updates can be applied immediately.

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


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


[?2004h[jenkins@releng-00446-11-1-mininet-ovs-217-0 ~]&gt;</msg>
<arg>${user}</arg>
<arg>${USER_HOME}/.ssh/${SSH_KEY}</arg>
<arg>${KEYFILE_PASS}</arg>
<arg>delay=${delay}</arg>
<doc>Logs into the SSH server using key-based authentication.</doc>
<status status="PASS" start="2026-06-30T02:56:02.909117" elapsed="0.764473"/>
</kw>
<msg time="2026-06-30T02:56:03.673683" level="INFO">Returning from the enclosing user keyword.</msg>
<arg>SSHLibrary.Login With Public Key</arg>
<arg>${user}</arg>
<arg>${USER_HOME}/.ssh/${SSH_KEY}</arg>
<arg>${KEYFILE_PASS}</arg>
<arg>delay=${delay}</arg>
<doc>Runs the specified keyword and returns from the enclosing user keyword.</doc>
<status status="PASS" start="2026-06-30T02:56:02.908751" elapsed="0.765063"/>
</kw>
<arg>${user}</arg>
<arg>${password}</arg>
<doc>On active SSH session: if given non-empty password, do Login, else do Login With Public Key.</doc>
<status status="PASS" start="2026-06-30T02:56:02.907155" elapsed="0.766794"/>
</kw>
<kw name="File Should Exist" owner="SSHLibrary">
<msg time="2026-06-30T02:56:03.682929" level="INFO">[chan 1] Opened sftp connection (server version 3)</msg>
<arg>${file}</arg>
<doc>Fails if the given ``path`` does NOT point to an existing file.</doc>
<status status="PASS" start="2026-06-30T02:56:03.674181" elapsed="0.010388"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-06-30T02:56:03.684829" elapsed="0.000336"/>
</kw>
<arg>${cbench_system}</arg>
<arg>${cbench_executable}</arg>
<doc>Will create connection with public key and will PASS if the given ${file} exists,
otherwise will FAIL</doc>
<status status="PASS" start="2026-06-30T02:56:02.905951" elapsed="0.779286"/>
</kw>
<status status="PASS" start="2026-06-30T02:56:02.902520" elapsed="0.782758"/>
</branch>
<status status="PASS" start="2026-06-30T02:56:02.901867" elapsed="0.783449"/>
</if>
<kw name="Should Be True" owner="BuiltIn">
<arg>${loops} &gt;= 2</arg>
<arg>If number of loops is less than 2, cbench will not run</arg>
<doc>Fails if the given condition is not true.</doc>
<status status="PASS" start="2026-06-30T02:56:03.685530" elapsed="0.000673"/>
</kw>
<kw name="Verify_Feature_Is_Installed" owner="KarafKeywords">
<if>
<branch type="IF" condition="'${IS_KARAF_APPL}' == 'False'">
<return>
<value>Not A Karaf App</value>
<status status="NOT RUN" start="2026-06-30T02:56:03.692390" elapsed="0.000026"/>
</return>
<status status="NOT RUN" start="2026-06-30T02:56:03.692218" elapsed="0.000247"/>
</branch>
<status status="PASS" start="2026-06-30T02:56:03.692183" elapsed="0.000317"/>
</if>
<kw name="Issue_Command_On_Karaf_Console" owner="KarafKeywords">
<if>
<branch type="IF" condition="'${IS_KARAF_APPL}' == 'False'">
<return>
<value>Not A Karaf App</value>
<status status="NOT RUN" start="2026-06-30T02:56:03.696478" elapsed="0.000015"/>
</return>
<status status="NOT RUN" start="2026-06-30T02:56:03.696362" elapsed="0.000164"/>
</branch>
<status status="PASS" start="2026-06-30T02:56:03.696342" elapsed="0.000207"/>
</if>
<kw name="Open Connection" owner="SSHLibrary">
<arg>${controller}</arg>
<arg>port=${karaf_port}</arg>
<arg>prompt=${KARAF_PROMPT_LOGIN}</arg>
<arg>timeout=${timeout}</arg>
<doc>Opens a new SSH connection to the given ``host`` and ``port``.</doc>
<status status="PASS" start="2026-06-30T02:56:03.696689" elapsed="0.000474"/>
</kw>
<kw name="Login" owner="SSHLibrary">
<msg time="2026-06-30T02:56:03.697606" level="INFO">Logging into '10.30.171.198:8101' as 'karaf'.</msg>
<msg time="2026-06-30T02:56:03.893553" level="INFO">Read output: [33m                                                                                           
[33m    ________                       ________                .__  .__       .__     __       
[33m    \_____  \ ______   ____   ____ \______ \ _____  ___.__.|  | |__| ____ |  |___/  |_     
[33m     /   |   \\____ \_/ __ \ /    \ |    |  \\__  \&lt;   |  ||  | |  |/ ___\|  |  \   __\    
[33m    /    |    \  |_&gt; &gt;  ___/|   |  \|    `   \/ __ \\___  ||  |_|  / /_/  &gt;   Y  \  |      
[33m    \_______  /   __/ \___  &gt;___|  /_______  (____  / ____||____/__\___  /|___|  /__|      
[33m            \/|__|        \/     \/        \/     \/\/            /_____/      \/          
[33m                                                                                           

Hit '[1m&lt;tab&gt;[0m' for a list of available commands
and '[1m[cmd] --help[0m' for help on a specific command.
Hit '[1m&lt;ctrl-d&gt;[0m' or type '[1msystem:shutdown[0m' or '[1mlogout[0m' to shutdown OpenDaylight.

[?1h=[90m~[0m                                                                                [?2004hopendaylight-user</msg>
<arg>${KARAF_USER}</arg>
<arg>${KARAF_PASSWORD}</arg>
<arg>loglevel=${loglevel}</arg>
<doc>Logs into the SSH server with the given ``username`` and ``password``.</doc>
<status status="PASS" start="2026-06-30T02:56:03.697312" elapsed="0.196494"/>
</kw>
<kw name="Write" owner="SSHLibrary">
<msg time="2026-06-30T02:56:03.995531" level="INFO">@root&gt;feature:list -i | 0[C 0g[Krep odl-openflowplugin-drop-test</msg>
<arg>${cmd}</arg>
<doc>Writes the given ``text`` on the remote machine and appends a newline.</doc>
<status status="PASS" start="2026-06-30T02:56:03.894134" elapsed="0.101570"/>
</kw>
<kw name="Read Until Regexp" owner="SSHLibrary">
<msg time="2026-06-30T02:56:04.007367" level="INFO">[?1l&gt;[?2004l[31;1modl-openflowplugin-drop-test[0m                                    x 1.0.0            x x        x Started x [31;1modl-openflowplugin-drop-test[0m                                    x OpenDaylight :: Openflow Plugin :: Drop Test
[?1h=[90m~[0m                                                                                [?2004hopendaylight-user@root&gt;</msg>
<msg time="2026-06-30T02:56:04.007646" level="INFO">${output} = [?1l&gt;[?2004l[31;1modl-openflowplugin-drop-test[0m                                    x 1.0.0            x x        x Started x [31;1modl-openflowplugin-drop-test[0m                     ...</msg>
<var>${output}</var>
<arg>${KARAF_PROMPT}</arg>
<doc>Consumes and returns the server output until a match to ``regexp`` is found.</doc>
<status status="PASS" start="2026-06-30T02:56:03.995994" elapsed="0.011686"/>
</kw>
<kw name="Write Bare" owner="SSHLibrary">
<arg>logout\n</arg>
<doc>Writes the given ``text`` on the remote machine without appending a newline.</doc>
<status status="PASS" start="2026-06-30T02:56:04.007876" elapsed="0.000307"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-06-30T02:56:04.008338" elapsed="0.000222"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-06-30T02:56:04.009047" level="INFO">[?1l&gt;[?2004l[31;1modl-openflowplugin-drop-test[0m                                    x 1.0.0            x x        x Started x [31;1modl-openflowplugin-drop-test[0m                                    x OpenDaylight :: Openflow Plugin :: Drop Test
[?1h=[90m~[0m                                                                                [?2004hopendaylight-user@root&gt;</msg>
<arg>${output}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-06-30T02:56:04.008701" elapsed="0.000403"/>
</kw>
<return>
<value>${output}</value>
<status status="PASS" start="2026-06-30T02:56:04.009157" elapsed="0.000053"/>
</return>
<msg time="2026-06-30T02:56:04.009364" level="INFO">${output} = [?1l&gt;[?2004l[31;1modl-openflowplugin-drop-test[0m                                    x 1.0.0            x x        x Started x [31;1modl-openflowplugin-drop-test[0m                     ...</msg>
<var>${output}</var>
<arg>feature:list -i | grep ${feature_name}</arg>
<arg>${controller}</arg>
<arg>${karaf_port}</arg>
<doc>Will execute the given ${cmd} by ssh'ing to the karaf console running on 10.30.171.198
Note that this keyword will open&amp;close new SSH connection, without switching back to previously current session.</doc>
<status status="PASS" start="2026-06-30T02:56:03.696002" elapsed="0.313395"/>
</kw>
<kw name="Should Contain" owner="BuiltIn">
<arg>${output}</arg>
<arg>${feature_name}</arg>
<doc>Fails if ``container`` does not contain ``item`` one or more times.</doc>
<status status="PASS" start="2026-06-30T02:56:04.009544" elapsed="0.000589"/>
</kw>
<return>
<value>${output}</value>
<status status="PASS" start="2026-06-30T02:56:04.010186" elapsed="0.000033"/>
</return>
<arg>odl-openflowplugin-drop-test</arg>
<doc>Will Succeed if the given ${feature_name} is found in the output of "feature:list -i"</doc>
<status status="PASS" start="2026-06-30T02:56:03.691788" elapsed="0.318532"/>
</kw>
<kw name="Issue_Command_On_Karaf_Console" owner="KarafKeywords">
<if>
<branch type="IF" condition="'${IS_KARAF_APPL}' == 'False'">
<return>
<value>Not A Karaf App</value>
<status status="NOT RUN" start="2026-06-30T02:56:04.014131" elapsed="0.000016"/>
</return>
<status status="NOT RUN" start="2026-06-30T02:56:04.013995" elapsed="0.000184"/>
</branch>
<status status="PASS" start="2026-06-30T02:56:04.013969" elapsed="0.000236"/>
</if>
<kw name="Open Connection" owner="SSHLibrary">
<arg>${controller}</arg>
<arg>port=${karaf_port}</arg>
<arg>prompt=${KARAF_PROMPT_LOGIN}</arg>
<arg>timeout=${timeout}</arg>
<doc>Opens a new SSH connection to the given ``host`` and ``port``.</doc>
<status status="PASS" start="2026-06-30T02:56:04.014338" elapsed="0.000480"/>
</kw>
<kw name="Login" owner="SSHLibrary">
<msg time="2026-06-30T02:56:04.015241" level="INFO">Logging into '10.30.171.198:8101' as 'karaf'.</msg>
<msg time="2026-06-30T02:56:04.195544" level="INFO">Read output: [33m                                                                                           
[33m    ________                       ________                .__  .__       .__     __       
[33m    \_____  \ ______   ____   ____ \______ \ _____  ___.__.|  | |__| ____ |  |___/  |_     
[33m     /   |   \\____ \_/ __ \ /    \ |    |  \\__  \&lt;   |  ||  | |  |/ ___\|  |  \   __\    
[33m    /    |    \  |_&gt; &gt;  ___/|   |  \|    `   \/ __ \\___  ||  |_|  / /_/  &gt;   Y  \  |      
[33m    \_______  /   __/ \___  &gt;___|  /_______  (____  / ____||____/__\___  /|___|  /__|      
[33m            \/|__|        \/     \/        \/     \/\/            /_____/      \/          
[33m                                                                                           

Hit '[1m&lt;tab&gt;[0m' for a list of available commands
and '[1m[cmd] --help[0m' for help on a specific command.
Hit '[1m&lt;ctrl-d&gt;[0m' or type '[1msystem:shutdown[0m' or '[1mlogout[0m' to shutdown OpenDaylight.

[?1h=[90m~[0m                                                                                [?2004hopendaylight-user</msg>
<arg>${KARAF_USER}</arg>
<arg>${KARAF_PASSWORD}</arg>
<arg>loglevel=${loglevel}</arg>
<doc>Logs into the SSH server with the given ``username`` and ``password``.</doc>
<status status="PASS" start="2026-06-30T02:56:04.014978" elapsed="0.180854"/>
</kw>
<kw name="Write" owner="SSHLibrary">
<msg time="2026-06-30T02:56:04.225315" level="INFO">@root&gt;dropallpacketsrpc on</msg>
<arg>${cmd}</arg>
<doc>Writes the given ``text`` on the remote machine and appends a newline.</doc>
<status status="PASS" start="2026-06-30T02:56:04.196271" elapsed="0.029122"/>
</kw>
<kw name="Read Until Regexp" owner="SSHLibrary">
<msg time="2026-06-30T02:56:04.227797" level="INFO">[?1l&gt;[?2004lDropAllFlows transitions to on
[?1h=[90m~[0m                                                                                [?2004hopendaylight-user@root&gt;</msg>
<msg time="2026-06-30T02:56:04.227910" level="INFO">${output} = [?1l&gt;[?2004lDropAllFlows transitions to on
[?1h=[90m~[0m                                                                                [?2004hopendaylight-user@root&gt;</msg>
<var>${output}</var>
<arg>${KARAF_PROMPT}</arg>
<doc>Consumes and returns the server output until a match to ``regexp`` is found.</doc>
<status status="PASS" start="2026-06-30T02:56:04.225581" elapsed="0.002358"/>
</kw>
<kw name="Write Bare" owner="SSHLibrary">
<arg>logout\n</arg>
<doc>Writes the given ``text`` on the remote machine without appending a newline.</doc>
<status status="PASS" start="2026-06-30T02:56:04.228078" elapsed="0.000214"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-06-30T02:56:04.228439" elapsed="0.000267"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-06-30T02:56:04.229196" level="INFO">[?1l&gt;[?2004lDropAllFlows transitions to on
[?1h=[90m~[0m                                                                                [?2004hopendaylight-user@root&gt;</msg>
<arg>${output}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-06-30T02:56:04.228872" elapsed="0.000374"/>
</kw>
<return>
<value>${output}</value>
<status status="PASS" start="2026-06-30T02:56:04.229298" elapsed="0.000056"/>
</return>
<arg>dropallpacketsrpc on</arg>
<doc>Will execute the given ${cmd} by ssh'ing to the karaf console running on 10.30.171.198
Note that this keyword will open&amp;close new SSH connection, without switching back to previously current session.</doc>
<status status="PASS" start="2026-06-30T02:56:04.013606" elapsed="0.215868"/>
</kw>
<status status="PASS" start="2026-06-30T02:56:02.156081" elapsed="2.073456"/>
</kw>
<test id="s1-t1" name="Cbench Latency Test" line="37">
<kw name="Log" owner="BuiltIn">
<msg time="2026-06-30T02:56:04.231877" level="INFO">Cbench tests using 10 iterations of 60 second tests. Switch Count: 16. Unique MACS to cycle: 100</msg>
<arg>Cbench tests using ${loops} iterations of ${duration_in_secs} second tests. Switch Count: ${switch_count}. Unique MACS to cycle: ${num_of_unique_macs}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-06-30T02:56:04.230553" elapsed="0.001391"/>
</kw>
<kw name="Run Cbench And Log Results">
<kw name="Set Suite Variable" owner="BuiltIn">
<msg time="2026-06-30T02:56:04.233516" level="INFO">${output_filename} = latency.csv</msg>
<arg>${output_filename}</arg>
<doc>Makes a variable available everywhere within the scope of the current suite.</doc>
<status status="PASS" start="2026-06-30T02:56:04.233162" elapsed="0.000397"/>
</kw>
<if>
<branch type="IF" condition="&quot;${cbench_system}&quot; == &quot;localhost&quot;">
<kw name="Run" owner="OperatingSystem">
<var>${output}</var>
<arg>${cbench_executable} -c ${ODL_SYSTEM_IP} ${cbench_args}</arg>
<doc>_This keyword is considered deprecated. Use the
[http://robotframework.org/robotframework/latest/libraries/Process.html|
Process] library instead._</doc>
<status status="NOT RUN" start="2026-06-30T02:56:04.233933" elapsed="0.000022"/>
</kw>
<status status="NOT RUN" start="2026-06-30T02:56:04.233645" elapsed="0.000347"/>
</branch>
<branch type="ELSE">
<kw name="Run Command On Remote System" owner="Utils">
<if>
<branch type="IF" condition="&quot;${return_stdout}&quot;!=&quot;True&quot; and &quot;${return_stderr}&quot;!=&quot;True&quot;">
<kw name="Fail" owner="BuiltIn">
<arg>At least one of {return_stdout} or {return_stderr} args should be set to True</arg>
<doc>Fails the test with the given message and optionally alters its tags.</doc>
<status status="NOT RUN" start="2026-06-30T02:56:04.236981" elapsed="0.000021"/>
</kw>
<status status="NOT RUN" start="2026-06-30T02:56:04.236704" elapsed="0.000333"/>
</branch>
<status status="PASS" start="2026-06-30T02:56:04.236685" elapsed="0.000378"/>
</if>
<kw name="Get Connection" owner="SSHLibrary">
<msg time="2026-06-30T02:56:04.237413" level="INFO">index=None
host=None
alias=None
port=22
timeout=3 seconds
newline=

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

prompt=None
term_type=vt100
width=80
height=24
path_separator=/
encoding=utf8
escape_ansi=False
encoding_errors=strict</msg>
<var>${current_ssh_connection}</var>
<doc>Returns information about the connection.</doc>
<status status="PASS" start="2026-06-30T02:56:04.237197" elapsed="0.000369"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-06-30T02:56:04.238164" level="INFO">Attempting to execute command "/usr/local/bin/cbench -c 10.30.171.198 -m 60000 -M 100 -S 16 -l 10 -D 5000 -p 6633" on remote system "10.30.171.250" by user "jenkins" with keyfile pass "any" and prompt "&gt;" and password ""</msg>
<arg>Attempting to execute command "${cmd}" on remote system "${system}" by user "${user}" with keyfile pass "${keyfile_pass}" and prompt "${prompt}" and password "${password}"</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-06-30T02:56:04.237701" elapsed="0.000524"/>
</kw>
<kw name="Open Connection" owner="SSHLibrary">
<msg time="2026-06-30T02:56:04.238860" level="INFO">${conn_id} = 5</msg>
<var>${conn_id}</var>
<arg>${system}</arg>
<arg>prompt=${prompt}</arg>
<arg>timeout=${prompt_timeout}</arg>
<doc>Opens a new SSH connection to the given ``host`` and ``port``.</doc>
<status status="PASS" start="2026-06-30T02:56:04.238367" elapsed="0.000520"/>
</kw>
<kw name="Flexible_SSH_Login" owner="SSHKeywords">
<kw name="Get Length" owner="BuiltIn">
<msg time="2026-06-30T02:56:04.239809" level="INFO">Length is 0.</msg>
<msg time="2026-06-30T02:56:04.239899" level="INFO">${pwd_length} = 0</msg>
<var>${pwd_length}</var>
<arg>${password}</arg>
<doc>Returns and logs the length of the given item as an integer.</doc>
<status status="PASS" start="2026-06-30T02:56:04.239464" elapsed="0.000459"/>
</kw>
<kw name="Run Keyword And Return If" owner="BuiltIn">
<arg>${pwd_length} &gt; 0</arg>
<arg>SSHLibrary.Login</arg>
<arg>${user}</arg>
<arg>${password}</arg>
<arg>delay=${delay}</arg>
<doc>Runs the specified keyword and returns from the enclosing user keyword.</doc>
<status status="PASS" start="2026-06-30T02:56:04.240066" elapsed="0.000330"/>
</kw>
<kw name="Run Keyword And Return" owner="BuiltIn">
<kw name="Login With Public Key" owner="SSHLibrary">
<msg time="2026-06-30T02:56:04.241273" level="INFO">Logging into '10.30.171.250:22' as 'jenkins'.</msg>
<msg time="2026-06-30T02:56:04.572921" level="INFO">Read output: Welcome to Ubuntu 22.04.5 LTS (GNU/Linux 5.15.0-153-generic x86_64)

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

 System information as of Tue Jun 30 02:56:03 UTC 2026

  System load:  0.03               Processes:             111
  Usage of /:   19.3% of 38.58GB   Users logged in:       0
  Memory usage: 4%                 IPv4 address for ens3: 10.30.171.250
  Swap usage:   0%


Expanded Security Maintenance for Applications is not enabled.

0 updates can be applied immediately.

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


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


Last login: Tue Jun 30 02:56:03 2026 from 10.30.171.144
[?2004h[jenkins@releng-00446-11-1-mininet-ovs-217-0 ~]&gt;</msg>
<arg>${user}</arg>
<arg>${USER_HOME}/.ssh/${SSH_KEY}</arg>
<arg>${KEYFILE_PASS}</arg>
<arg>delay=${delay}</arg>
<doc>Logs into the SSH server using key-based authentication.</doc>
<status status="PASS" start="2026-06-30T02:56:04.240916" elapsed="0.332302"/>
</kw>
<msg time="2026-06-30T02:56:04.573351" level="INFO">Returning from the enclosing user keyword.</msg>
<arg>SSHLibrary.Login With Public Key</arg>
<arg>${user}</arg>
<arg>${USER_HOME}/.ssh/${SSH_KEY}</arg>
<arg>${KEYFILE_PASS}</arg>
<arg>delay=${delay}</arg>
<doc>Runs the specified keyword and returns from the enclosing user keyword.</doc>
<status status="PASS" start="2026-06-30T02:56:04.240549" elapsed="0.332940"/>
</kw>
<arg>${user}</arg>
<arg>${password}</arg>
<doc>On active SSH session: if given non-empty password, do Login, else do Login With Public Key.</doc>
<status status="PASS" start="2026-06-30T02:56:04.239089" elapsed="0.334564"/>
</kw>
<kw name="Execute Command" owner="SSHLibrary">
<msg time="2026-06-30T02:56:04.574435" level="INFO">Executing command '/usr/local/bin/cbench -c 10.30.171.198 -m 60000 -M 100 -S 16 -l 10 -D 5000 -p 6633'.</msg>
<msg time="2026-06-30T03:06:10.705942" level="INFO">Command exited with return code 0.</msg>
<msg time="2026-06-30T03:06:10.714539" level="INFO">${stdout} = </msg>
<msg time="2026-06-30T03:06:10.714646" level="INFO">${stderr} = cbench: controller benchmarking tool
   running in mode 'latency'
   connecting to controller at 10.30.171.198:6633 
   faking 16 switches with 1 threads :: 10 tests each; 60000 ms per test
   with 10...</msg>
<var>${stdout}</var>
<var>${stderr}</var>
<arg>${cmd}</arg>
<arg>return_stderr=True</arg>
<doc>Executes ``command`` on the remote machine and returns its outputs.</doc>
<status status="PASS" start="2026-06-30T02:56:04.573968" elapsed="606.141211"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-06-30T03:06:10.718952" elapsed="0.002024"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-06-30T03:06:10.723554" level="INFO">cbench: controller benchmarking tool
   running in mode 'latency'
   connecting to controller at 10.30.171.198: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.198. 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:09.853 16  switches: flows:  78386 78132 79193 76111 77257 78822 76636 79178 77114 75647 77068 73709 75673 77699 75623 77204  total = 20.557533 per ms 
02:58:09.955 16  switches: flows:  102165 101520 102822 99120 98174 98064 98043 101243 97309 96934 97005 95466 97612 97417 97519 97377  total = 26.252672 per ms 
02:59:10.056 16  switches: flows:  102882 100231 102768 99178 97701 98952 98543 100980 96637 95189 97555 95306 98774 99919 98251 95804  total = 26.267303 per ms 
03:00:10.157 16  switches: flows:  102534 101097 103615 101397 102031 99973 99109 100225 98941 96844 99503 98849 97740 98987 97376 98521  total = 26.568010 per ms 
03:01:10.258 16  switches: flows:  98752 98749 99999 98193 96612 97480 99930 97080 97890 95694 97536 96499 93221 95672 95757 96503  total = 25.882861 per ms 
03:02:10.359 16  switches: flows:  97970 95389 96588 94578 95088 95463 96993 96488 95182 94303 95443 92921 94021 91497 93157 92647  total = 25.253296 per ms 
03:03:10.460 16  switches: flows:  99747 101021 100246 98202 96342 98287 100414 100764 97992 97394 98483 96715 96205 95326 97269 97352  total = 26.152309 per ms 
03:04:10.562 16  switches: flows:  67725 67262 67043 66112 66058 64378 65712 66719 65914 65285 65487 63606 64209 63567 63207 63949  total = 17.408102 per ms 
03:05:10.663 16  switches: flows:  104064 102523 101508 100568 100731 100516 101618 101660 101184 99368 100052 98234 98552 98270 98934 97642  total = 26.712324 per ms 
03:06:10.764 16  switches: flows:  111014 111449 109386 108347 109435 107114 109888 112157 106476 107223 109961 107906 104847 107119 107274 105879  total = 28.876328 per ms 
RESULT: 16 switches 9 tests min/max/avg/stdev = 17408.10/28876.33/25485.91/9011.15 responses/s</msg>
<arg>${stderr}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-06-30T03:06:10.721206" elapsed="0.002593"/>
</kw>
<if>
<branch type="IF" condition="&quot;${return_stdout}&quot;!=&quot;True&quot;">
<return>
<value>${stderr}</value>
<status status="PASS" start="2026-06-30T03:06:10.724566" elapsed="0.000042"/>
</return>
<status status="PASS" start="2026-06-30T03:06:10.723925" elapsed="0.000738"/>
</branch>
<status status="PASS" start="2026-06-30T03:06:10.723889" elapsed="0.000826"/>
</if>
<if>
<branch type="IF" condition="&quot;${return_stderr}&quot;!=&quot;True&quot;">
<return>
<value>${stdout}</value>
<status status="NOT RUN" start="2026-06-30T03:06:10.725341" elapsed="0.000013"/>
</return>
<status status="NOT RUN" start="2026-06-30T03:06:10.725300" elapsed="0.000085"/>
</branch>
<status status="NOT RUN" start="2026-06-30T03:06:10.725280" elapsed="0.000127"/>
</if>
<return>
<value>${stdout}</value>
<value>${stderr}</value>
<status status="NOT RUN" start="2026-06-30T03:06:10.725441" elapsed="0.000014"/>
</return>
<kw name="Restore_Current_Ssh_Connection_From_Index" owner="SSHKeywords" type="TEARDOWN">
<kw name="Run Keyword And Return If" owner="BuiltIn">
<arg>${connection_index} is not None</arg>
<arg>SSHLibrary.Switch Connection</arg>
<arg>${connection_index}</arg>
<doc>Runs the specified keyword and returns from the enclosing user keyword.</doc>
<status status="PASS" start="2026-06-30T03:06:10.730977" elapsed="0.000423"/>
</kw>
<kw name="Open Connection" owner="SSHLibrary">
<arg>127.0.0.1</arg>
<doc>Opens a new SSH connection to the given ``host`` and ``port``.</doc>
<status status="PASS" start="2026-06-30T03:06:10.731559" elapsed="0.000225"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-06-30T03:06:10.731927" elapsed="0.000110"/>
</kw>
<arg>${current_ssh_connection.index}</arg>
<doc>Restore active SSH connection in SSHLibrary to given index.</doc>
<status status="PASS" start="2026-06-30T03:06:10.726805" elapsed="0.005287"/>
</kw>
<msg time="2026-06-30T03:06:10.732231" level="INFO">${output} = cbench: controller benchmarking tool
   running in mode 'latency'
   connecting to controller at 10.30.171.198:6633 
   faking 16 switches with 1 threads :: 10 tests each; 60000 ms per test
   with 10...</msg>
<var>${output}</var>
<arg>${cbench_system}</arg>
<arg>${cbench_executable} -c ${ODL_SYSTEM_IP} ${cbench_args}</arg>
<arg>prompt_timeout=${test_timeout}</arg>
<arg>return_stdout=False</arg>
<arg>return_stderr=True</arg>
<doc>Reduces the common work of running a command on a remote system to a single higher level
robot keyword, taking care to log in with a public key and. The command given is written and the return value
depends on the passed argument values of return_stdout (default: True) and return_stderr (default: False).
At least one should be True, or the keyword will exit and FAIL. If both are True, the resulting return value
will be a two element list containing both. Otherwise the resulting return value is a string.
No test conditions are checked.</doc>
<status status="PASS" start="2026-06-30T02:56:04.234349" elapsed="606.497910"/>
</kw>
<status status="PASS" start="2026-06-30T02:56:04.234023" elapsed="606.498287"/>
</branch>
<status status="PASS" start="2026-06-30T02:56:04.233619" elapsed="606.498717"/>
</if>
<kw name="Log" owner="BuiltIn">
<msg time="2026-06-30T03:06:10.732853" level="INFO">cbench: controller benchmarking tool
   running in mode 'latency'
   connecting to controller at 10.30.171.198: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.198. 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:09.853 16  switches: flows:  78386 78132 79193 76111 77257 78822 76636 79178 77114 75647 77068 73709 75673 77699 75623 77204  total = 20.557533 per ms 
02:58:09.955 16  switches: flows:  102165 101520 102822 99120 98174 98064 98043 101243 97309 96934 97005 95466 97612 97417 97519 97377  total = 26.252672 per ms 
02:59:10.056 16  switches: flows:  102882 100231 102768 99178 97701 98952 98543 100980 96637 95189 97555 95306 98774 99919 98251 95804  total = 26.267303 per ms 
03:00:10.157 16  switches: flows:  102534 101097 103615 101397 102031 99973 99109 100225 98941 96844 99503 98849 97740 98987 97376 98521  total = 26.568010 per ms 
03:01:10.258 16  switches: flows:  98752 98749 99999 98193 96612 97480 99930 97080 97890 95694 97536 96499 93221 95672 95757 96503  total = 25.882861 per ms 
03:02:10.359 16  switches: flows:  97970 95389 96588 94578 95088 95463 96993 96488 95182 94303 95443 92921 94021 91497 93157 92647  total = 25.253296 per ms 
03:03:10.460 16  switches: flows:  99747 101021 100246 98202 96342 98287 100414 100764 97992 97394 98483 96715 96205 95326 97269 97352  total = 26.152309 per ms 
03:04:10.562 16  switches: flows:  67725 67262 67043 66112 66058 64378 65712 66719 65914 65285 65487 63606 64209 63567 63207 63949  total = 17.408102 per ms 
03:05:10.663 16  switches: flows:  104064 102523 101508 100568 100731 100516 101618 101660 101184 99368 100052 98234 98552 98270 98934 97642  total = 26.712324 per ms 
03:06:10.764 16  switches: flows:  111014 111449 109386 108347 109435 107114 109888 112157 106476 107223 109961 107906 104847 107119 107274 105879  total = 28.876328 per ms 
RESULT: 16 switches 9 tests min/max/avg/stdev = 17408.10/28876.33/25485.91/9011.15 responses/s</msg>
<arg>${output}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-06-30T03:06:10.732501" elapsed="0.000429"/>
</kw>
<kw name="Should Contain" owner="BuiltIn">
<arg>${output}</arg>
<arg>RESULT</arg>
<doc>Fails if ``container`` does not contain ``item`` one or more times.</doc>
<status status="PASS" start="2026-06-30T03:06:10.733083" elapsed="0.001489"/>
</kw>
<kw name="Get Lines Containing String" owner="String">
<msg time="2026-06-30T03:06:10.735036" level="INFO">1 out of 23 lines matched.</msg>
<msg time="2026-06-30T03:06:10.735133" level="INFO">${result_line} = RESULT: 16 switches 9 tests min/max/avg/stdev = 17408.10/28876.33/25485.91/9011.15 responses/s</msg>
<var>${result_line}</var>
<arg>${output}</arg>
<arg>RESULT</arg>
<doc>Returns lines of the given ``string`` that contain the ``pattern``.</doc>
<status status="PASS" start="2026-06-30T03:06:10.734761" elapsed="0.000397"/>
</kw>
<kw name="Split String" owner="String">
<msg time="2026-06-30T03:06:10.736664" level="INFO">@{results_list} = [ RESULT: | 16 | switches | 9 | tests | min/max/avg/stdev | = | 17408.10/28876.33/25485.91/9011.15 | responses/s ]</msg>
<var>@{results_list}</var>
<arg>${result_line}</arg>
<doc>Splits the ``string`` using ``separator`` as a delimiter string.</doc>
<status status="PASS" start="2026-06-30T03:06:10.735811" elapsed="0.000882"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-06-30T03:06:10.739274" level="INFO">min/max/avg/stdev</msg>
<arg>${results_list[5]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-06-30T03:06:10.736865" elapsed="0.002558"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-06-30T03:06:10.741854" level="INFO">17408.10/28876.33/25485.91/9011.15</msg>
<arg>${results_list[7]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-06-30T03:06:10.739577" elapsed="0.002336"/>
</kw>
<kw name="Split String" owner="String">
<msg time="2026-06-30T03:06:10.744338" level="INFO">@{result_name_list} = [ min | max | avg | stdev ]</msg>
<var>@{result_name_list}</var>
<arg>${results_list[5]}</arg>
<arg>/</arg>
<doc>Splits the ``string`` using ``separator`` as a delimiter string.</doc>
<status status="PASS" start="2026-06-30T03:06:10.742064" elapsed="0.002301"/>
</kw>
<kw name="Split String" owner="String">
<msg time="2026-06-30T03:06:10.748363" level="INFO">@{result_value_list} = [ 17408.10 | 28876.33 | 25485.91 | 9011.15 ]</msg>
<var>@{result_value_list}</var>
<arg>${results_list[7]}</arg>
<arg>/</arg>
<doc>Splits the ``string`` using ``separator`` as a delimiter string.</doc>
<status status="PASS" start="2026-06-30T03:06:10.745340" elapsed="0.003051"/>
</kw>
<kw name="Get Length" owner="BuiltIn">
<msg time="2026-06-30T03:06:10.748891" level="INFO">Length is 4.</msg>
<msg time="2026-06-30T03:06:10.748981" level="INFO">${num_stats} = 4</msg>
<var>${num_stats}</var>
<arg>${result_name_list}</arg>
<doc>Returns and logs the length of the given item as an integer.</doc>
<status status="PASS" start="2026-06-30T03:06:10.748550" elapsed="0.000456"/>
</kw>
<for flavor="IN RANGE">
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-06-30T03:06:10.753830" level="INFO">min :: 17408.10</msg>
<arg>${result_name_list[${i}]} :: ${result_value_list[${i}]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-06-30T03:06:10.749429" elapsed="0.004458"/>
</kw>
<var name="${i}">0</var>
<status status="PASS" start="2026-06-30T03:06:10.749293" elapsed="0.004630"/>
</iter>
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-06-30T03:06:10.758565" level="INFO">max :: 28876.33</msg>
<arg>${result_name_list[${i}]} :: ${result_value_list[${i}]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-06-30T03:06:10.754146" elapsed="0.004692"/>
</kw>
<var name="${i}">1</var>
<status status="PASS" start="2026-06-30T03:06:10.754017" elapsed="0.004858"/>
</iter>
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-06-30T03:06:10.763512" level="INFO">avg :: 25485.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-06-30T03:06:10.759104" elapsed="0.004466"/>
</kw>
<var name="${i}">2</var>
<status status="PASS" start="2026-06-30T03:06:10.758970" elapsed="0.004634"/>
</iter>
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-06-30T03:06:10.768254" level="INFO">stdev :: 9011.15</msg>
<arg>${result_name_list[${i}]} :: ${result_value_list[${i}]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-06-30T03:06:10.763841" elapsed="0.004472"/>
</kw>
<var name="${i}">3</var>
<status status="PASS" start="2026-06-30T03:06:10.763698" elapsed="0.004650"/>
</iter>
<var>${i}</var>
<value>0</value>
<value>${num_stats}</value>
<status status="PASS" start="2026-06-30T03:06:10.749083" elapsed="0.019297"/>
</for>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-06-30T03:06:10.772370" level="INFO">${min} = 17408.10</msg>
<var>${min}</var>
<arg>${result_value_list[${0}]}</arg>
<doc>Returns the given values which can then be assigned to a variables.</doc>
<status status="PASS" start="2026-06-30T03:06:10.768545" elapsed="0.003860"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-06-30T03:06:10.776645" level="INFO">${max} = 28876.33</msg>
<var>${max}</var>
<arg>${result_value_list[${1}]}</arg>
<doc>Returns the given values which can then be assigned to a variables.</doc>
<status status="PASS" start="2026-06-30T03:06:10.772576" elapsed="0.004096"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-06-30T03:06:10.780694" level="INFO">${average} = 25485.91</msg>
<var>${average}</var>
<arg>${result_value_list[${2}]}</arg>
<doc>Returns the given values which can then be assigned to a variables.</doc>
<status status="PASS" start="2026-06-30T03:06:10.776848" elapsed="0.003873"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-06-30T03:06:10.784719" level="INFO">${stdev} = 9011.15</msg>
<var>${stdev}</var>
<arg>${result_value_list[${3}]}</arg>
<doc>Returns the given values which can then be assigned to a variables.</doc>
<status status="PASS" start="2026-06-30T03:06:10.780899" elapsed="0.003867"/>
</kw>
<kw name="Get Time" owner="BuiltIn">
<msg time="2026-06-30T03:06:10.785885" level="INFO">${date} = 2026-06-30 03:06:10</msg>
<var>${date}</var>
<arg>d,m,s</arg>
<doc>Returns the given time in the requested format.</doc>
<status status="PASS" start="2026-06-30T03:06:10.784931" elapsed="0.000980"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-06-30T03:06:10.786514" level="INFO">CBench Result: 2026-06-30 03:06:10,-m 60000 -M 100 -S 16 -l 10 -D 5000 -p 6633,17408.10,28876.33,25485.91,9011.15</msg>
<arg>CBench Result: ${date},${cbench_args},${min},${max},${average},${stdev}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-06-30T03:06:10.786085" elapsed="0.000486"/>
</kw>
<kw name="Log Results And Determine Status">
<kw name="Append To File" owner="OperatingSystem">
<msg time="2026-06-30T03:06:10.787757" level="INFO" html="true">Appended to file '&lt;a href="file:///w/workspace/openflowplugin-csit-1node-cbench-only-chromium/latency.csv"&gt;/w/workspace/openflowplugin-csit-1node-cbench-only-chromium/latency.csv&lt;/a&gt;'.</msg>
<arg>${output_file}</arg>
<arg>${min},${max},${average}\n</arg>
<doc>Appends the given content to the specified file.</doc>
<status status="PASS" start="2026-06-30T03:06:10.787256" elapsed="0.000570"/>
</kw>
<kw name="Should Be True" owner="BuiltIn">
<arg>${average} &gt; ${threshold}</arg>
<arg>${average} flow_mods per/sec did not exceed threshold of ${threshold}</arg>
<doc>Fails if the given condition is not true.</doc>
<status status="PASS" start="2026-06-30T03:06:10.787984" elapsed="0.000494"/>
</kw>
<arg>${min}</arg>
<arg>${max}</arg>
<arg>${average}</arg>
<arg>${average_threshold}</arg>
<arg>${output_filename}</arg>
<status status="PASS" start="2026-06-30T03:06:10.786727" elapsed="0.001821"/>
</kw>
<arg>-m ${duration_in_ms} -M ${num_of_unique_macs} -S ${switch_count} -l ${loops} -D ${start_delay} -p ${of_port}</arg>
<arg>${latency_threshold}</arg>
<arg>${latency_results_file}</arg>
<status status="PASS" start="2026-06-30T02:56:04.232484" elapsed="606.556125"/>
</kw>
<kw name="Sleep" owner="BuiltIn">
<msg time="2026-06-30T03:06:10.789110" level="INFO">Slept 0 seconds.</msg>
<arg>${test_delay}</arg>
<doc>Pauses the test executed for the given time.</doc>
<status status="PASS" start="2026-06-30T03:06:10.788780" elapsed="0.000387"/>
</kw>
<kw name="Log Results As Zero If Cbench Timed Out" type="TEARDOWN">
<kw name="Run Keyword If Timeout Occurred" owner="BuiltIn">
<arg>Log Results And Determine Status</arg>
<arg>0</arg>
<arg>0</arg>
<arg>0</arg>
<arg>0</arg>
<arg>${output_filename}</arg>
<doc>Runs the given keyword if either a test or a keyword timeout has occurred.</doc>
<status status="PASS" start="2026-06-30T03:06:10.789693" elapsed="0.000295"/>
</kw>
<status status="PASS" start="2026-06-30T03:06:10.789386" elapsed="0.000674"/>
</kw>
<doc>cbench executed in default latency mode. Test parameters have defaults, but can be overridden
on the pybot command line</doc>
<tag>cbench</tag>
<tag>latency</tag>
<timeout value="15 minutes"/>
<status status="PASS" start="2026-06-30T02:56:04.229702" elapsed="606.561178"/>
</test>
<test id="s1-t2" name="Cbench Throughput Test" line="51">
<kw name="Log" owner="BuiltIn">
<msg time="2026-06-30T03:06:10.795078" level="INFO">Cbench tests using 10 iterations of 60 second tests. Switch Count: 16. Unique MACS to cycle: 100</msg>
<arg>Cbench tests using ${loops} iterations of ${duration_in_secs} second tests. Switch Count: ${switch_count}. Unique MACS to cycle: ${num_of_unique_macs}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-06-30T03:06:10.794542" elapsed="0.000605"/>
</kw>
<kw name="Run Cbench And Log Results">
<kw name="Set Suite Variable" owner="BuiltIn">
<msg time="2026-06-30T03:06:10.796571" level="INFO">${output_filename} = throughput.csv</msg>
<arg>${output_filename}</arg>
<doc>Makes a variable available everywhere within the scope of the current suite.</doc>
<status status="PASS" start="2026-06-30T03:06:10.796213" elapsed="0.000401"/>
</kw>
<if>
<branch type="IF" condition="&quot;${cbench_system}&quot; == &quot;localhost&quot;">
<kw name="Run" owner="OperatingSystem">
<var>${output}</var>
<arg>${cbench_executable} -c ${ODL_SYSTEM_IP} ${cbench_args}</arg>
<doc>_This keyword is considered deprecated. Use the
[http://robotframework.org/robotframework/latest/libraries/Process.html|
Process] library instead._</doc>
<status status="NOT RUN" start="2026-06-30T03:06:10.797044" elapsed="0.000023"/>
</kw>
<status status="NOT RUN" start="2026-06-30T03:06:10.796696" elapsed="0.000409"/>
</branch>
<branch type="ELSE">
<kw name="Run Command On Remote System" owner="Utils">
<if>
<branch type="IF" condition="&quot;${return_stdout}&quot;!=&quot;True&quot; and &quot;${return_stderr}&quot;!=&quot;True&quot;">
<kw name="Fail" owner="BuiltIn">
<arg>At least one of {return_stdout} or {return_stderr} args should be set to True</arg>
<doc>Fails the test with the given message and optionally alters its tags.</doc>
<status status="NOT RUN" start="2026-06-30T03:06:10.800174" elapsed="0.000021"/>
</kw>
<status status="NOT RUN" start="2026-06-30T03:06:10.799920" elapsed="0.000310"/>
</branch>
<status status="PASS" start="2026-06-30T03:06:10.799900" elapsed="0.000354"/>
</if>
<kw name="Get Connection" owner="SSHLibrary">
<msg time="2026-06-30T03:06:10.800617" level="INFO">index=None
host=None
alias=None
port=22
timeout=3 seconds
newline=

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

prompt=None
term_type=vt100
width=80
height=24
path_separator=/
encoding=utf8
escape_ansi=False
encoding_errors=strict</msg>
<var>${current_ssh_connection}</var>
<doc>Returns information about the connection.</doc>
<status status="PASS" start="2026-06-30T03:06:10.800392" elapsed="0.000393"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-06-30T03:06:10.801342" level="INFO">Attempting to execute command "/usr/local/bin/cbench -c 10.30.171.198 -t -m 60000 -M 100 -S 16 -l 10 -D 5000 -p 6633" on remote system "10.30.171.250" by user "jenkins" with keyfile pass "any" and prompt "&gt;" and password ""</msg>
<arg>Attempting to execute command "${cmd}" on remote system "${system}" by user "${user}" with keyfile pass "${keyfile_pass}" and prompt "${prompt}" and password "${password}"</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-06-30T03:06:10.800922" elapsed="0.000478"/>
</kw>
<kw name="Open Connection" owner="SSHLibrary">
<msg time="2026-06-30T03:06:10.801961" level="INFO">${conn_id} = 7</msg>
<var>${conn_id}</var>
<arg>${system}</arg>
<arg>prompt=${prompt}</arg>
<arg>timeout=${prompt_timeout}</arg>
<doc>Opens a new SSH connection to the given ``host`` and ``port``.</doc>
<status status="PASS" start="2026-06-30T03:06:10.801542" elapsed="0.000446"/>
</kw>
<kw name="Flexible_SSH_Login" owner="SSHKeywords">
<kw name="Get Length" owner="BuiltIn">
<msg time="2026-06-30T03:06:10.802901" level="INFO">Length is 0.</msg>
<msg time="2026-06-30T03:06:10.802991" level="INFO">${pwd_length} = 0</msg>
<var>${pwd_length}</var>
<arg>${password}</arg>
<doc>Returns and logs the length of the given item as an integer.</doc>
<status status="PASS" start="2026-06-30T03:06:10.802567" elapsed="0.000449"/>
</kw>
<kw name="Run Keyword And Return If" owner="BuiltIn">
<arg>${pwd_length} &gt; 0</arg>
<arg>SSHLibrary.Login</arg>
<arg>${user}</arg>
<arg>${password}</arg>
<arg>delay=${delay}</arg>
<doc>Runs the specified keyword and returns from the enclosing user keyword.</doc>
<status status="PASS" start="2026-06-30T03:06:10.803158" elapsed="0.000379"/>
</kw>
<kw name="Run Keyword And Return" owner="BuiltIn">
<kw name="Login With Public Key" owner="SSHLibrary">
<msg time="2026-06-30T03:06:10.804410" level="INFO">Logging into '10.30.171.250:22' as 'jenkins'.</msg>
<msg time="2026-06-30T03:06:11.392268" level="INFO">Read output: Welcome to Ubuntu 22.04.5 LTS (GNU/Linux 5.15.0-153-generic x86_64)

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

 System information as of Tue Jun 30 03:06:11 UTC 2026

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


Expanded Security Maintenance for Applications is not enabled.

0 updates can be applied immediately.

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


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


Last login: Tue Jun 30 02:56:04 2026 from 10.30.171.144
[?2004h[jenkins@releng-00446-11-1-mininet-ovs-217-0 ~]&gt;</msg>
<arg>${user}</arg>
<arg>${USER_HOME}/.ssh/${SSH_KEY}</arg>
<arg>${KEYFILE_PASS}</arg>
<arg>delay=${delay}</arg>
<doc>Logs into the SSH server using key-based authentication.</doc>
<status status="PASS" start="2026-06-30T03:06:10.804056" elapsed="0.588432"/>
</kw>
<msg time="2026-06-30T03:06:11.392605" level="INFO">Returning from the enclosing user keyword.</msg>
<arg>SSHLibrary.Login With Public Key</arg>
<arg>${user}</arg>
<arg>${USER_HOME}/.ssh/${SSH_KEY}</arg>
<arg>${KEYFILE_PASS}</arg>
<arg>delay=${delay}</arg>
<doc>Runs the specified keyword and returns from the enclosing user keyword.</doc>
<status status="PASS" start="2026-06-30T03:06:10.803692" elapsed="0.589017"/>
</kw>
<arg>${user}</arg>
<arg>${password}</arg>
<doc>On active SSH session: if given non-empty password, do Login, else do Login With Public Key.</doc>
<status status="PASS" start="2026-06-30T03:06:10.802190" elapsed="0.590668"/>
</kw>
<kw name="Execute Command" owner="SSHLibrary">
<msg time="2026-06-30T03:06:11.393511" level="INFO">Executing command '/usr/local/bin/cbench -c 10.30.171.198 -t -m 60000 -M 100 -S 16 -l 10 -D 5000 -p 6633'.</msg>
<msg time="2026-06-30T03:16:23.107510" level="INFO">Command exited with return code 0.</msg>
<msg time="2026-06-30T03:16:23.108152" level="INFO">${stdout} = </msg>
<msg time="2026-06-30T03:16:23.108272" level="INFO">${stderr} = cbench: controller benchmarking tool
   running in mode 'throughput'
   connecting to controller at 10.30.171.198:6633 
   faking 16 switches with 1 threads :: 10 tests each; 60000 ms per test
   with...</msg>
<var>${stdout}</var>
<var>${stderr}</var>
<arg>${cmd}</arg>
<arg>return_stderr=True</arg>
<doc>Executes ``command`` on the remote machine and returns its outputs.</doc>
<status status="PASS" start="2026-06-30T03:06:11.393134" elapsed="611.715207"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-06-30T03:16:23.108873" elapsed="0.000730"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-06-30T03:16:23.110793" level="INFO">cbench: controller benchmarking tool
   running in mode 'throughput'
   connecting to controller at 10.30.171.198: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.198. So far 1 cbench instances have initialized their switches.  Waiting for other cbench-instances
Thread-0: Total switches from ALL cbench-instances initialized.
03:07:16.605 16  switches: flows:  422961 413126 425603 424495 422243 424041 423122 430131 416674 390445 397896 409836 413070 403464 411902 404834  total = 110.564050 per ms 
03:08:16.707 16  switches: flows:  445630 452905 432106 459785 439264 428320 437776 448767 438637 465153 446376 448522 438740 451558 449346 461110  total = 118.864860 per ms 
03:09:20.130 16  switches: flows:  468037 475766 478179 471024 457171 461853 458970 476928 475726 453148 456499 472617 460660 447514 450209 463712  total = 117.118425 per ms 
03:10:20.231 16  switches: flows:  517326 489851 494403 506924 476240 501157 514643 485190 513270 489886 499656 488425 502574 505813 502377 493187  total = 132.790490 per ms 
03:11:20.334 16  switches: flows:  455414 449878 443288 444246 451334 447674 447098 450473 446528 445968 446333 443333 445491 438922 453813 437549  total = 118.920319 per ms 
03:12:20.794 16  switches: flows:  470169 476331 474033 461165 469264 481856 466067 475120 365441 481170 474052 471637 478120 474203 476881 477804  total = 123.607657 per ms 
03:13:20.896 16  switches: flows:  492781 440718 506939 491726 497174 506147 495403 481183 495866 508134 499770 516706 477308 504196 504715 509297  total = 131.912403 per ms 
03:14:20.998 16  switches: flows:  583970 582907 582284 583347 584455 577793 572722 578077 571491 585317 576901 582470 581011 575998 576524 582521  total = 154.367987 per ms 
03:15:21.099 16  switches: flows:  576882 569746 571749 563517 563950 566325 569006 582236 579010 547255 560910 591752 564137 559635 571261 572630  total = 151.578592 per ms 
03:16:23.125 16  switches: flows:  508571 508937 512641 512306 506869 499756 508809 502085 510541 513484 506788 507135 505957 505895 508350 511665  total = 131.071264 per ms 
RESULT: 16 switches 9 tests min/max/avg/stdev = 117118.43/154367.99/131136.89/45595.84 responses/s</msg>
<arg>${stderr}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-06-30T03:16:23.110010" elapsed="0.001095"/>
</kw>
<if>
<branch type="IF" condition="&quot;${return_stdout}&quot;!=&quot;True&quot;">
<return>
<value>${stderr}</value>
<status status="PASS" start="2026-06-30T03:16:23.111600" elapsed="0.000071"/>
</return>
<status status="PASS" start="2026-06-30T03:16:23.111288" elapsed="0.000493"/>
</branch>
<status status="PASS" start="2026-06-30T03:16:23.111235" elapsed="0.000606"/>
</if>
<if>
<branch type="IF" condition="&quot;${return_stderr}&quot;!=&quot;True&quot;">
<return>
<value>${stdout}</value>
<status status="NOT RUN" start="2026-06-30T03:16:23.112050" elapsed="0.000029"/>
</return>
<status status="NOT RUN" start="2026-06-30T03:16:23.111971" elapsed="0.000170"/>
</branch>
<status status="NOT RUN" start="2026-06-30T03:16:23.111936" elapsed="0.000252"/>
</if>
<return>
<value>${stdout}</value>
<value>${stderr}</value>
<status status="NOT RUN" start="2026-06-30T03:16:23.112257" elapsed="0.000029"/>
</return>
<kw name="Restore_Current_Ssh_Connection_From_Index" owner="SSHKeywords" type="TEARDOWN">
<kw name="Run Keyword And Return If" owner="BuiltIn">
<arg>${connection_index} is not None</arg>
<arg>SSHLibrary.Switch Connection</arg>
<arg>${connection_index}</arg>
<doc>Runs the specified keyword and returns from the enclosing user keyword.</doc>
<status status="PASS" start="2026-06-30T03:16:23.118069" elapsed="0.000445"/>
</kw>
<kw name="Open Connection" owner="SSHLibrary">
<arg>127.0.0.1</arg>
<doc>Opens a new SSH connection to the given ``host`` and ``port``.</doc>
<status status="PASS" start="2026-06-30T03:16:23.118661" elapsed="0.000196"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-06-30T03:16:23.118988" elapsed="0.000103"/>
</kw>
<arg>${current_ssh_connection.index}</arg>
<doc>Restore active SSH connection in SSHLibrary to given index.</doc>
<status status="PASS" start="2026-06-30T03:16:23.112988" elapsed="0.006156"/>
</kw>
<msg time="2026-06-30T03:16:23.119271" level="INFO">${output} = cbench: controller benchmarking tool
   running in mode 'throughput'
   connecting to controller at 10.30.171.198:6633 
   faking 16 switches with 1 threads :: 10 tests each; 60000 ms per test
   with...</msg>
<var>${output}</var>
<arg>${cbench_system}</arg>
<arg>${cbench_executable} -c ${ODL_SYSTEM_IP} ${cbench_args}</arg>
<arg>prompt_timeout=${test_timeout}</arg>
<arg>return_stdout=False</arg>
<arg>return_stderr=True</arg>
<doc>Reduces the common work of running a command on a remote system to a single higher level
robot keyword, taking care to log in with a public key and. The command given is written and the return value
depends on the passed argument values of return_stdout (default: True) and return_stderr (default: False).
At least one should be True, or the keyword will exit and FAIL. If both are True, the resulting return value
will be a two element list containing both. Otherwise the resulting return value is a string.
No test conditions are checked.</doc>
<status status="PASS" start="2026-06-30T03:06:10.797461" elapsed="612.321836"/>
</kw>
<status status="PASS" start="2026-06-30T03:06:10.797135" elapsed="612.322210"/>
</branch>
<status status="PASS" start="2026-06-30T03:06:10.796671" elapsed="612.322696"/>
</if>
<kw name="Log" owner="BuiltIn">
<msg time="2026-06-30T03:16:23.119809" level="INFO">cbench: controller benchmarking tool
   running in mode 'throughput'
   connecting to controller at 10.30.171.198: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.198. So far 1 cbench instances have initialized their switches.  Waiting for other cbench-instances
Thread-0: Total switches from ALL cbench-instances initialized.
03:07:16.605 16  switches: flows:  422961 413126 425603 424495 422243 424041 423122 430131 416674 390445 397896 409836 413070 403464 411902 404834  total = 110.564050 per ms 
03:08:16.707 16  switches: flows:  445630 452905 432106 459785 439264 428320 437776 448767 438637 465153 446376 448522 438740 451558 449346 461110  total = 118.864860 per ms 
03:09:20.130 16  switches: flows:  468037 475766 478179 471024 457171 461853 458970 476928 475726 453148 456499 472617 460660 447514 450209 463712  total = 117.118425 per ms 
03:10:20.231 16  switches: flows:  517326 489851 494403 506924 476240 501157 514643 485190 513270 489886 499656 488425 502574 505813 502377 493187  total = 132.790490 per ms 
03:11:20.334 16  switches: flows:  455414 449878 443288 444246 451334 447674 447098 450473 446528 445968 446333 443333 445491 438922 453813 437549  total = 118.920319 per ms 
03:12:20.794 16  switches: flows:  470169 476331 474033 461165 469264 481856 466067 475120 365441 481170 474052 471637 478120 474203 476881 477804  total = 123.607657 per ms 
03:13:20.896 16  switches: flows:  492781 440718 506939 491726 497174 506147 495403 481183 495866 508134 499770 516706 477308 504196 504715 509297  total = 131.912403 per ms 
03:14:20.998 16  switches: flows:  583970 582907 582284 583347 584455 577793 572722 578077 571491 585317 576901 582470 581011 575998 576524 582521  total = 154.367987 per ms 
03:15:21.099 16  switches: flows:  576882 569746 571749 563517 563950 566325 569006 582236 579010 547255 560910 591752 564137 559635 571261 572630  total = 151.578592 per ms 
03:16:23.125 16  switches: flows:  508571 508937 512641 512306 506869 499756 508809 502085 510541 513484 506788 507135 505957 505895 508350 511665  total = 131.071264 per ms 
RESULT: 16 switches 9 tests min/max/avg/stdev = 117118.43/154367.99/131136.89/45595.84 responses/s</msg>
<arg>${output}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-06-30T03:16:23.119509" elapsed="0.000373"/>
</kw>
<kw name="Should Contain" owner="BuiltIn">
<arg>${output}</arg>
<arg>RESULT</arg>
<doc>Fails if ``container`` does not contain ``item`` one or more times.</doc>
<status status="PASS" start="2026-06-30T03:16:23.120030" elapsed="0.000373"/>
</kw>
<kw name="Get Lines Containing String" owner="String">
<msg time="2026-06-30T03:16:23.120797" level="INFO">1 out of 23 lines matched.</msg>
<msg time="2026-06-30T03:16:23.120890" level="INFO">${result_line} = RESULT: 16 switches 9 tests min/max/avg/stdev = 117118.43/154367.99/131136.89/45595.84 responses/s</msg>
<var>${result_line}</var>
<arg>${output}</arg>
<arg>RESULT</arg>
<doc>Returns lines of the given ``string`` that contain the ``pattern``.</doc>
<status status="PASS" start="2026-06-30T03:16:23.120564" elapsed="0.000350"/>
</kw>
<kw name="Split String" owner="String">
<msg time="2026-06-30T03:16:23.121456" level="INFO">@{results_list} = [ RESULT: | 16 | switches | 9 | tests | min/max/avg/stdev | = | 117118.43/154367.99/131136.89/45595.84 | responses/s ]</msg>
<var>@{results_list}</var>
<arg>${result_line}</arg>
<doc>Splits the ``string`` using ``separator`` as a delimiter string.</doc>
<status status="PASS" start="2026-06-30T03:16:23.121080" elapsed="0.000402"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-06-30T03:16:23.123913" level="INFO">min/max/avg/stdev</msg>
<arg>${results_list[5]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-06-30T03:16:23.121627" elapsed="0.002342"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-06-30T03:16:23.126364" level="INFO">117118.43/154367.99/131136.89/45595.84</msg>
<arg>${results_list[7]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-06-30T03:16:23.124114" elapsed="0.002305"/>
</kw>
<kw name="Split String" owner="String">
<msg time="2026-06-30T03:16:23.128839" level="INFO">@{result_name_list} = [ min | max | avg | stdev ]</msg>
<var>@{result_name_list}</var>
<arg>${results_list[5]}</arg>
<arg>/</arg>
<doc>Splits the ``string`` using ``separator`` as a delimiter string.</doc>
<status status="PASS" start="2026-06-30T03:16:23.126567" elapsed="0.002299"/>
</kw>
<kw name="Split String" owner="String">
<msg time="2026-06-30T03:16:23.131330" level="INFO">@{result_value_list} = [ 117118.43 | 154367.99 | 131136.89 | 45595.84 ]</msg>
<var>@{result_value_list}</var>
<arg>${results_list[7]}</arg>
<arg>/</arg>
<doc>Splits the ``string`` using ``separator`` as a delimiter string.</doc>
<status status="PASS" start="2026-06-30T03:16:23.129063" elapsed="0.002294"/>
</kw>
<kw name="Get Length" owner="BuiltIn">
<msg time="2026-06-30T03:16:23.131849" level="INFO">Length is 4.</msg>
<msg time="2026-06-30T03:16:23.131937" level="INFO">${num_stats} = 4</msg>
<var>${num_stats}</var>
<arg>${result_name_list}</arg>
<doc>Returns and logs the length of the given item as an integer.</doc>
<status status="PASS" start="2026-06-30T03:16:23.131514" elapsed="0.000447"/>
</kw>
<for flavor="IN RANGE">
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-06-30T03:16:23.136926" level="INFO">min :: 117118.43</msg>
<arg>${result_name_list[${i}]} :: ${result_value_list[${i}]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-06-30T03:16:23.132365" elapsed="0.004618"/>
</kw>
<var name="${i}">0</var>
<status status="PASS" start="2026-06-30T03:16:23.132232" elapsed="0.004786"/>
</iter>
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-06-30T03:16:23.141622" level="INFO">max :: 154367.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-06-30T03:16:23.137237" elapsed="0.005034"/>
</kw>
<var name="${i}">1</var>
<status status="PASS" start="2026-06-30T03:16:23.137109" elapsed="0.005199"/>
</iter>
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-06-30T03:16:23.147057" level="INFO">avg :: 131136.89</msg>
<arg>${result_name_list[${i}]} :: ${result_value_list[${i}]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-06-30T03:16:23.142528" elapsed="0.004587"/>
</kw>
<var name="${i}">2</var>
<status status="PASS" start="2026-06-30T03:16:23.142398" elapsed="0.004751"/>
</iter>
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-06-30T03:16:23.151860" level="INFO">stdev :: 45595.84</msg>
<arg>${result_name_list[${i}]} :: ${result_value_list[${i}]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-06-30T03:16:23.147453" elapsed="0.004463"/>
</kw>
<var name="${i}">3</var>
<status status="PASS" start="2026-06-30T03:16:23.147237" elapsed="0.004714"/>
</iter>
<var>${i}</var>
<value>0</value>
<value>${num_stats}</value>
<status status="PASS" start="2026-06-30T03:16:23.132031" elapsed="0.019952"/>
</for>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-06-30T03:16:23.156293" level="INFO">${min} = 117118.43</msg>
<var>${min}</var>
<arg>${result_value_list[${0}]}</arg>
<doc>Returns the given values which can then be assigned to a variables.</doc>
<status status="PASS" start="2026-06-30T03:16:23.152146" elapsed="0.004174"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-06-30T03:16:23.160245" level="INFO">${max} = 154367.99</msg>
<var>${max}</var>
<arg>${result_value_list[${1}]}</arg>
<doc>Returns the given values which can then be assigned to a variables.</doc>
<status status="PASS" start="2026-06-30T03:16:23.156479" elapsed="0.003792"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-06-30T03:16:23.164223" level="INFO">${average} = 131136.89</msg>
<var>${average}</var>
<arg>${result_value_list[${2}]}</arg>
<doc>Returns the given values which can then be assigned to a variables.</doc>
<status status="PASS" start="2026-06-30T03:16:23.160424" elapsed="0.003826"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-06-30T03:16:23.168191" level="INFO">${stdev} = 45595.84</msg>
<var>${stdev}</var>
<arg>${result_value_list[${3}]}</arg>
<doc>Returns the given values which can then be assigned to a variables.</doc>
<status status="PASS" start="2026-06-30T03:16:23.164402" elapsed="0.003816"/>
</kw>
<kw name="Get Time" owner="BuiltIn">
<msg time="2026-06-30T03:16:23.168736" level="INFO">${date} = 2026-06-30 03:16:23</msg>
<var>${date}</var>
<arg>d,m,s</arg>
<doc>Returns the given time in the requested format.</doc>
<status status="PASS" start="2026-06-30T03:16:23.168378" elapsed="0.000398"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-06-30T03:16:23.169365" level="INFO">CBench Result: 2026-06-30 03:16:23,-t -m 60000 -M 100 -S 16 -l 10 -D 5000 -p 6633,117118.43,154367.99,131136.89,45595.84</msg>
<arg>CBench Result: ${date},${cbench_args},${min},${max},${average},${stdev}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-06-30T03:16:23.168937" elapsed="0.000484"/>
</kw>
<kw name="Log Results And Determine Status">
<kw name="Append To File" owner="OperatingSystem">
<msg time="2026-06-30T03:16:23.170505" level="INFO" html="true">Appended to file '&lt;a href="file:///w/workspace/openflowplugin-csit-1node-cbench-only-chromium/throughput.csv"&gt;/w/workspace/openflowplugin-csit-1node-cbench-only-chromium/throughput.csv&lt;/a&gt;'.</msg>
<arg>${output_file}</arg>
<arg>${min},${max},${average}\n</arg>
<doc>Appends the given content to the specified file.</doc>
<status status="PASS" start="2026-06-30T03:16:23.170082" elapsed="0.000490"/>
</kw>
<kw name="Should Be True" owner="BuiltIn">
<arg>${average} &gt; ${threshold}</arg>
<arg>${average} flow_mods per/sec did not exceed threshold of ${threshold}</arg>
<doc>Fails if the given condition is not true.</doc>
<status status="PASS" start="2026-06-30T03:16:23.170724" elapsed="0.000490"/>
</kw>
<arg>${min}</arg>
<arg>${max}</arg>
<arg>${average}</arg>
<arg>${average_threshold}</arg>
<arg>${output_filename}</arg>
<status status="PASS" start="2026-06-30T03:16:23.169578" elapsed="0.001702"/>
</kw>
<arg>-t -m ${duration_in_ms} -M ${num_of_unique_macs} -S ${switch_count} -l ${loops} -D ${start_delay} -p ${of_port}</arg>
<arg>${throughput_threshold}</arg>
<arg>${throughput_results_file}</arg>
<status status="PASS" start="2026-06-30T03:06:10.795569" elapsed="612.375772"/>
</kw>
<kw name="Sleep" owner="BuiltIn">
<msg time="2026-06-30T03:16:23.171823" level="INFO">Slept 0 seconds.</msg>
<arg>${test_delay}</arg>
<doc>Pauses the test executed for the given time.</doc>
<status status="PASS" start="2026-06-30T03:16:23.171491" elapsed="0.000390"/>
</kw>
<kw name="Log Results As Zero If Cbench Timed Out" type="TEARDOWN">
<kw name="Run Keyword If Timeout Occurred" owner="BuiltIn">
<arg>Log Results And Determine Status</arg>
<arg>0</arg>
<arg>0</arg>
<arg>0</arg>
<arg>0</arg>
<arg>${output_filename}</arg>
<doc>Runs the given keyword if either a test or a keyword timeout has occurred.</doc>
<status status="PASS" start="2026-06-30T03:16:23.172392" elapsed="0.000264"/>
</kw>
<status status="PASS" start="2026-06-30T03:16:23.172088" elapsed="0.000638"/>
</kw>
<doc>cbench executed in throughput mode (-t). Test parameters have defaults, but can be overridden
on the pybot command line</doc>
<tag>cbench</tag>
<tag>throughput</tag>
<timeout value="15 minutes"/>
<status status="PASS" start="2026-06-30T03:06:10.793307" elapsed="612.379485"/>
</test>
<test id="s1-t3" name="Rerun Latency Test To Check Bug 6176" line="65">
<kw name="Log" owner="BuiltIn">
<msg time="2026-06-30T03:16:23.174348" level="INFO">Cbench tests using 10 iterations of 60 second tests. Switch Count: 16. Unique MACS to cycle: 100</msg>
<arg>Cbench tests using ${loops} iterations of ${duration_in_secs} second tests. Switch Count: ${switch_count}. Unique MACS to cycle: ${num_of_unique_macs}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-06-30T03:16:23.173959" elapsed="0.000447"/>
</kw>
<kw name="Run Cbench And Log Results">
<kw name="Set Suite Variable" owner="BuiltIn">
<msg time="2026-06-30T03:16:23.175701" level="INFO">${output_filename} = bug.csv</msg>
<arg>${output_filename}</arg>
<doc>Makes a variable available everywhere within the scope of the current suite.</doc>
<status status="PASS" start="2026-06-30T03:16:23.175325" elapsed="0.000445"/>
</kw>
<if>
<branch type="IF" condition="&quot;${cbench_system}&quot; == &quot;localhost&quot;">
<kw name="Run" owner="OperatingSystem">
<var>${output}</var>
<arg>${cbench_executable} -c ${ODL_SYSTEM_IP} ${cbench_args}</arg>
<doc>_This keyword is considered deprecated. Use the
[http://robotframework.org/robotframework/latest/libraries/Process.html|
Process] library instead._</doc>
<status status="NOT RUN" start="2026-06-30T03:16:23.176145" elapsed="0.000021"/>
</kw>
<status status="NOT RUN" start="2026-06-30T03:16:23.175912" 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 with the given message and optionally alters its tags.</doc>
<status status="NOT RUN" start="2026-06-30T03:16:23.179294" elapsed="0.000022"/>
</kw>
<status status="NOT RUN" start="2026-06-30T03:16:23.179043" elapsed="0.000308"/>
</branch>
<status status="PASS" start="2026-06-30T03:16:23.179024" elapsed="0.000351"/>
</if>
<kw name="Get Connection" owner="SSHLibrary">
<msg time="2026-06-30T03:16:23.179708" level="INFO">index=None
host=None
alias=None
port=22
timeout=3 seconds
newline=

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

prompt=None
term_type=vt100
width=80
height=24
path_separator=/
encoding=utf8
escape_ansi=False
encoding_errors=strict</msg>
<var>${current_ssh_connection}</var>
<doc>Returns information about the connection.</doc>
<status status="PASS" start="2026-06-30T03:16:23.179512" elapsed="0.000355"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-06-30T03:16:23.180417" level="INFO">Attempting to execute command "/usr/local/bin/cbench -c 10.30.171.198 -m 60000 -M 100 -S 16 -l 10 -D 5000 -p 6633" on remote system "10.30.171.250" by user "jenkins" with keyfile pass "any" and prompt "&gt;" and password ""</msg>
<arg>Attempting to execute command "${cmd}" on remote system "${system}" by user "${user}" with keyfile pass "${keyfile_pass}" and prompt "${prompt}" and password "${password}"</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-06-30T03:16:23.180002" elapsed="0.000473"/>
</kw>
<kw name="Open Connection" owner="SSHLibrary">
<msg time="2026-06-30T03:16:23.181025" level="INFO">${conn_id} = 9</msg>
<var>${conn_id}</var>
<arg>${system}</arg>
<arg>prompt=${prompt}</arg>
<arg>timeout=${prompt_timeout}</arg>
<doc>Opens a new SSH connection to the given ``host`` and ``port``.</doc>
<status status="PASS" start="2026-06-30T03:16:23.180615" elapsed="0.000436"/>
</kw>
<kw name="Flexible_SSH_Login" owner="SSHKeywords">
<kw name="Get Length" owner="BuiltIn">
<msg time="2026-06-30T03:16:23.181989" level="INFO">Length is 0.</msg>
<msg time="2026-06-30T03:16:23.182076" level="INFO">${pwd_length} = 0</msg>
<var>${pwd_length}</var>
<arg>${password}</arg>
<doc>Returns and logs the length of the given item as an integer.</doc>
<status status="PASS" start="2026-06-30T03:16:23.181651" elapsed="0.000449"/>
</kw>
<kw name="Run Keyword And Return If" owner="BuiltIn">
<arg>${pwd_length} &gt; 0</arg>
<arg>SSHLibrary.Login</arg>
<arg>${user}</arg>
<arg>${password}</arg>
<arg>delay=${delay}</arg>
<doc>Runs the specified keyword and returns from the enclosing user keyword.</doc>
<status status="PASS" start="2026-06-30T03:16:23.182243" elapsed="0.000318"/>
</kw>
<kw name="Run Keyword And Return" owner="BuiltIn">
<kw name="Login With Public Key" owner="SSHLibrary">
<msg time="2026-06-30T03:16:23.183426" level="INFO">Logging into '10.30.171.250:22' as 'jenkins'.</msg>
<msg time="2026-06-30T03:16:23.813547" level="INFO">Read output: Welcome to Ubuntu 22.04.5 LTS (GNU/Linux 5.15.0-153-generic x86_64)

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

 System information as of Tue Jun 30 03:16:23 UTC 2026

  System load:  0.19               Processes:             105
  Usage of /:   19.3% of 38.58GB   Users logged in:       0
  Memory usage: 4%                 IPv4 address for ens3: 10.30.171.250
  Swap usage:   0%


Expanded Security Maintenance for Applications is not enabled.

0 updates can be applied immediately.

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


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


Last login: Tue Jun 30 03:06:11 2026 from 10.30.171.144
[?2004h[jenkins@releng-00446-11-1-mininet-ovs-217-0 ~]&gt;</msg>
<arg>${user}</arg>
<arg>${USER_HOME}/.ssh/${SSH_KEY}</arg>
<arg>${KEYFILE_PASS}</arg>
<arg>delay=${delay}</arg>
<doc>Logs into the SSH server using key-based authentication.</doc>
<status status="PASS" start="2026-06-30T03:16:23.183071" elapsed="0.630729"/>
</kw>
<msg time="2026-06-30T03:16:23.813904" level="INFO">Returning from the enclosing user keyword.</msg>
<arg>SSHLibrary.Login With Public Key</arg>
<arg>${user}</arg>
<arg>${USER_HOME}/.ssh/${SSH_KEY}</arg>
<arg>${KEYFILE_PASS}</arg>
<arg>delay=${delay}</arg>
<doc>Runs the specified keyword and returns from the enclosing user keyword.</doc>
<status status="PASS" start="2026-06-30T03:16:23.182711" elapsed="0.631281"/>
</kw>
<arg>${user}</arg>
<arg>${password}</arg>
<doc>On active SSH session: if given non-empty password, do Login, else do Login With Public Key.</doc>
<status status="PASS" start="2026-06-30T03:16:23.181272" elapsed="0.632846"/>
</kw>
<kw name="Execute Command" owner="SSHLibrary">
<msg time="2026-06-30T03:16:23.814656" level="INFO">Executing command '/usr/local/bin/cbench -c 10.30.171.198 -m 60000 -M 100 -S 16 -l 10 -D 5000 -p 6633'.</msg>
<msg time="2026-06-30T03:26:29.975286" level="INFO">Command exited with return code 0.</msg>
<msg time="2026-06-30T03:26:29.975882" level="INFO">${stdout} = </msg>
<msg time="2026-06-30T03:26:29.975996" level="INFO">${stderr} = cbench: controller benchmarking tool
   running in mode 'latency'
   connecting to controller at 10.30.171.198:6633 
   faking 16 switches with 1 threads :: 10 tests each; 60000 ms per test
   with 10...</msg>
<var>${stdout}</var>
<var>${stderr}</var>
<arg>${cmd}</arg>
<arg>return_stderr=True</arg>
<doc>Executes ``command`` on the remote machine and returns its outputs.</doc>
<status status="PASS" start="2026-06-30T03:16:23.814347" elapsed="606.161717"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-06-30T03:26:29.976506" elapsed="0.000814"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-06-30T03:26:29.978446" level="INFO">cbench: controller benchmarking tool
   running in mode 'latency'
   connecting to controller at 10.30.171.198: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.198. So far 1 cbench instances have initialized their switches.  Waiting for other cbench-instances
Thread-0: Total switches from ALL cbench-instances initialized.
03:17:29.051 16  switches: flows:  94593 92696 94705 96039 92804 93438 92966 108194 91774 90522 92800 91887 102831 104137 94483 92855  total = 25.445400 per ms 
03:18:29.153 16  switches: flows:  113487 112112 112548 113700 112641 110551 110432 110760 109535 110512 110757 109483 110062 110270 109633 110849  total = 29.572713 per ms 
03:19:29.253 16  switches: flows:  116490 113601 115727 114456 114936 113224 113653 113453 112510 113525 113779 110665 112374 114180 110422 113358  total = 30.222084 per ms 
03:20:29.354 16  switches: flows:  116181 116101 117175 117218 115377 114163 114323 115076 113092 115344 113979 111282 113538 115151 112945 114838  total = 30.545373 per ms 
03:21:29.455 16  switches: flows:  117129 117011 117264 117630 116640 115843 116073 115282 113325 115567 115712 112894 113286 116241 113870 114402  total = 30.751472 per ms 
03:22:29.559 16  switches: flows:  119355 116067 116567 115619 115050 115416 115469 115779 112026 113146 112897 112609 113373 113082 112591 113075  total = 30.484431 per ms 
03:23:29.660 16  switches: flows:  119707 117499 117813 117439 117954 116116 116926 116982 113431 116243 114079 114989 115264 116053 112512 113459  total = 30.889521 per ms 
03:24:29.761 16  switches: flows:  109757 110126 109786 110444 110020 108819 109321 108957 105265 107815 105582 106976 105387 108777 105666 105438  total = 28.754245 per ms 
03:25:29.862 16  switches: flows:  109697 111673 113946 112088 112025 111183 110561 109660 107753 108707 107336 106751 105939 108624 105960 106549  total = 29.092174 per ms 
03:26:29.963 16  switches: flows:  115773 118502 119664 118870 117826 116083 119553 116933 113990 112422 113676 113080 111296 112102 113207 112974  total = 30.714599 per ms 
RESULT: 16 switches 9 tests min/max/avg/stdev = 28754.25/30889.52/30114.07/10065.05 responses/s</msg>
<arg>${stderr}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-06-30T03:26:29.977677" elapsed="0.001127"/>
</kw>
<if>
<branch type="IF" condition="&quot;${return_stdout}&quot;!=&quot;True&quot;">
<return>
<value>${stderr}</value>
<status status="PASS" start="2026-06-30T03:26:29.979397" elapsed="0.000078"/>
</return>
<status status="PASS" start="2026-06-30T03:26:29.979060" elapsed="0.000502"/>
</branch>
<status status="PASS" start="2026-06-30T03:26:29.979000" elapsed="0.000623"/>
</if>
<if>
<branch type="IF" condition="&quot;${return_stderr}&quot;!=&quot;True&quot;">
<return>
<value>${stdout}</value>
<status status="NOT RUN" start="2026-06-30T03:26:29.979875" elapsed="0.000018"/>
</return>
<status status="NOT RUN" start="2026-06-30T03:26:29.979793" elapsed="0.000139"/>
</branch>
<status status="NOT RUN" start="2026-06-30T03:26:29.979722" elapsed="0.000240"/>
</if>
<return>
<value>${stdout}</value>
<value>${stderr}</value>
<status status="NOT RUN" start="2026-06-30T03:26:29.980006" elapsed="0.000018"/>
</return>
<kw name="Restore_Current_Ssh_Connection_From_Index" owner="SSHKeywords" type="TEARDOWN">
<kw name="Run Keyword And Return If" owner="BuiltIn">
<arg>${connection_index} is not None</arg>
<arg>SSHLibrary.Switch Connection</arg>
<arg>${connection_index}</arg>
<doc>Runs the specified keyword and returns from the enclosing user keyword.</doc>
<status status="PASS" start="2026-06-30T03:26:29.983890" elapsed="0.000504"/>
</kw>
<kw name="Open Connection" owner="SSHLibrary">
<arg>127.0.0.1</arg>
<doc>Opens a new SSH connection to the given ``host`` and ``port``.</doc>
<status status="PASS" start="2026-06-30T03:26:29.984601" elapsed="0.000251"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-06-30T03:26:29.985038" elapsed="0.000146"/>
</kw>
<arg>${current_ssh_connection.index}</arg>
<doc>Restore active SSH connection in SSHLibrary to given index.</doc>
<status status="PASS" start="2026-06-30T03:26:29.980470" elapsed="0.004790"/>
</kw>
<msg time="2026-06-30T03:26:29.985442" level="INFO">${output} = cbench: controller benchmarking tool
   running in mode 'latency'
   connecting to controller at 10.30.171.198:6633 
   faking 16 switches with 1 threads :: 10 tests each; 60000 ms per test
   with 10...</msg>
<var>${output}</var>
<arg>${cbench_system}</arg>
<arg>${cbench_executable} -c ${ODL_SYSTEM_IP} ${cbench_args}</arg>
<arg>prompt_timeout=${test_timeout}</arg>
<arg>return_stdout=False</arg>
<arg>return_stderr=True</arg>
<doc>Reduces the common work of running a command on a remote system to a single higher level
robot keyword, taking care to log in with a public key and. The command given is written and the return value
depends on the passed argument values of return_stdout (default: True) and return_stderr (default: False).
At least one should be True, or the keyword will exit and FAIL. If both are True, the resulting return value
will be a two element list containing both. Otherwise the resulting return value is a string.
No test conditions are checked.</doc>
<status status="PASS" start="2026-06-30T03:16:23.176564" elapsed="606.808916"/>
</kw>
<status status="PASS" start="2026-06-30T03:16:23.176231" elapsed="606.809319"/>
</branch>
<status status="PASS" start="2026-06-30T03:16:23.175887" elapsed="606.809696"/>
</if>
<kw name="Log" owner="BuiltIn">
<msg time="2026-06-30T03:26:29.986212" level="INFO">cbench: controller benchmarking tool
   running in mode 'latency'
   connecting to controller at 10.30.171.198: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.198. So far 1 cbench instances have initialized their switches.  Waiting for other cbench-instances
Thread-0: Total switches from ALL cbench-instances initialized.
03:17:29.051 16  switches: flows:  94593 92696 94705 96039 92804 93438 92966 108194 91774 90522 92800 91887 102831 104137 94483 92855  total = 25.445400 per ms 
03:18:29.153 16  switches: flows:  113487 112112 112548 113700 112641 110551 110432 110760 109535 110512 110757 109483 110062 110270 109633 110849  total = 29.572713 per ms 
03:19:29.253 16  switches: flows:  116490 113601 115727 114456 114936 113224 113653 113453 112510 113525 113779 110665 112374 114180 110422 113358  total = 30.222084 per ms 
03:20:29.354 16  switches: flows:  116181 116101 117175 117218 115377 114163 114323 115076 113092 115344 113979 111282 113538 115151 112945 114838  total = 30.545373 per ms 
03:21:29.455 16  switches: flows:  117129 117011 117264 117630 116640 115843 116073 115282 113325 115567 115712 112894 113286 116241 113870 114402  total = 30.751472 per ms 
03:22:29.559 16  switches: flows:  119355 116067 116567 115619 115050 115416 115469 115779 112026 113146 112897 112609 113373 113082 112591 113075  total = 30.484431 per ms 
03:23:29.660 16  switches: flows:  119707 117499 117813 117439 117954 116116 116926 116982 113431 116243 114079 114989 115264 116053 112512 113459  total = 30.889521 per ms 
03:24:29.761 16  switches: flows:  109757 110126 109786 110444 110020 108819 109321 108957 105265 107815 105582 106976 105387 108777 105666 105438  total = 28.754245 per ms 
03:25:29.862 16  switches: flows:  109697 111673 113946 112088 112025 111183 110561 109660 107753 108707 107336 106751 105939 108624 105960 106549  total = 29.092174 per ms 
03:26:29.963 16  switches: flows:  115773 118502 119664 118870 117826 116083 119553 116933 113990 112422 113676 113080 111296 112102 113207 112974  total = 30.714599 per ms 
RESULT: 16 switches 9 tests min/max/avg/stdev = 28754.25/30889.52/30114.07/10065.05 responses/s</msg>
<arg>${output}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-06-30T03:26:29.985806" elapsed="0.000509"/>
</kw>
<kw name="Should Contain" owner="BuiltIn">
<arg>${output}</arg>
<arg>RESULT</arg>
<doc>Fails if ``container`` does not contain ``item`` one or more times.</doc>
<status status="PASS" start="2026-06-30T03:26:29.986522" elapsed="0.000544"/>
</kw>
<kw name="Get Lines Containing String" owner="String">
<msg time="2026-06-30T03:26:29.987601" level="INFO">1 out of 23 lines matched.</msg>
<msg time="2026-06-30T03:26:29.987729" level="INFO">${result_line} = RESULT: 16 switches 9 tests min/max/avg/stdev = 28754.25/30889.52/30114.07/10065.05 responses/s</msg>
<var>${result_line}</var>
<arg>${output}</arg>
<arg>RESULT</arg>
<doc>Returns lines of the given ``string`` that contain the ``pattern``.</doc>
<status status="PASS" start="2026-06-30T03:26:29.987291" elapsed="0.000493"/>
</kw>
<kw name="Split String" owner="String">
<msg time="2026-06-30T03:26:29.988355" level="INFO">@{results_list} = [ RESULT: | 16 | switches | 9 | tests | min/max/avg/stdev | = | 28754.25/30889.52/30114.07/10065.05 | responses/s ]</msg>
<var>@{results_list}</var>
<arg>${result_line}</arg>
<doc>Splits the ``string`` using ``separator`` as a delimiter string.</doc>
<status status="PASS" start="2026-06-30T03:26:29.988001" elapsed="0.000392"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-06-30T03:26:29.991820" level="INFO">min/max/avg/stdev</msg>
<arg>${results_list[5]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-06-30T03:26:29.988597" elapsed="0.003316"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-06-30T03:26:29.994346" level="INFO">28754.25/30889.52/30114.07/10065.05</msg>
<arg>${results_list[7]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-06-30T03:26:29.992116" elapsed="0.002285"/>
</kw>
<kw name="Split String" owner="String">
<msg time="2026-06-30T03:26:29.996816" level="INFO">@{result_name_list} = [ min | max | avg | stdev ]</msg>
<var>@{result_name_list}</var>
<arg>${results_list[5]}</arg>
<arg>/</arg>
<doc>Splits the ``string`` using ``separator`` as a delimiter string.</doc>
<status status="PASS" start="2026-06-30T03:26:29.994551" elapsed="0.002292"/>
</kw>
<kw name="Split String" owner="String">
<msg time="2026-06-30T03:26:29.999310" level="INFO">@{result_value_list} = [ 28754.25 | 30889.52 | 30114.07 | 10065.05 ]</msg>
<var>@{result_value_list}</var>
<arg>${results_list[7]}</arg>
<arg>/</arg>
<doc>Splits the ``string`` using ``separator`` as a delimiter string.</doc>
<status status="PASS" start="2026-06-30T03:26:29.997038" elapsed="0.002300"/>
</kw>
<kw name="Get Length" owner="BuiltIn">
<msg time="2026-06-30T03:26:29.999812" level="INFO">Length is 4.</msg>
<msg time="2026-06-30T03:26:29.999904" level="INFO">${num_stats} = 4</msg>
<var>${num_stats}</var>
<arg>${result_name_list}</arg>
<doc>Returns and logs the length of the given item as an integer.</doc>
<status status="PASS" start="2026-06-30T03:26:29.999494" elapsed="0.000434"/>
</kw>
<for flavor="IN RANGE">
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-06-30T03:26:30.004666" level="INFO">min :: 28754.25</msg>
<arg>${result_name_list[${i}]} :: ${result_value_list[${i}]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-06-30T03:26:30.000305" elapsed="0.004417"/>
</kw>
<var name="${i}">0</var>
<status status="PASS" start="2026-06-30T03:26:30.000176" elapsed="0.004594"/>
</iter>
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-06-30T03:26:30.009337" level="INFO">max :: 30889.52</msg>
<arg>${result_name_list[${i}]} :: ${result_value_list[${i}]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-06-30T03:26:30.004986" elapsed="0.004408"/>
</kw>
<var name="${i}">1</var>
<status status="PASS" start="2026-06-30T03:26:30.004858" elapsed="0.004571"/>
</iter>
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-06-30T03:26:30.014141" level="INFO">avg :: 30114.07</msg>
<arg>${result_name_list[${i}]} :: ${result_value_list[${i}]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-06-30T03:26:30.009639" elapsed="0.004559"/>
</kw>
<var name="${i}">2</var>
<status status="PASS" start="2026-06-30T03:26:30.009512" elapsed="0.004722"/>
</iter>
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-06-30T03:26:30.019090" level="INFO">stdev :: 10065.05</msg>
<arg>${result_name_list[${i}]} :: ${result_value_list[${i}]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-06-30T03:26:30.014453" elapsed="0.004694"/>
</kw>
<var name="${i}">3</var>
<status status="PASS" start="2026-06-30T03:26:30.014319" elapsed="0.004864"/>
</iter>
<var>${i}</var>
<value>0</value>
<value>${num_stats}</value>
<status status="PASS" start="2026-06-30T03:26:29.999994" elapsed="0.019218"/>
</for>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-06-30T03:26:30.023161" level="INFO">${min} = 28754.25</msg>
<var>${min}</var>
<arg>${result_value_list[${0}]}</arg>
<doc>Returns the given values which can then be assigned to a variables.</doc>
<status status="PASS" start="2026-06-30T03:26:30.019371" elapsed="0.003817"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-06-30T03:26:30.027132" level="INFO">${max} = 30889.52</msg>
<var>${max}</var>
<arg>${result_value_list[${1}]}</arg>
<doc>Returns the given values which can then be assigned to a variables.</doc>
<status status="PASS" start="2026-06-30T03:26:30.023342" elapsed="0.003817"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-06-30T03:26:30.031073" level="INFO">${average} = 30114.07</msg>
<var>${average}</var>
<arg>${result_value_list[${2}]}</arg>
<doc>Returns the given values which can then be assigned to a variables.</doc>
<status status="PASS" start="2026-06-30T03:26:30.027311" elapsed="0.003789"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-06-30T03:26:30.035052" level="INFO">${stdev} = 10065.05</msg>
<var>${stdev}</var>
<arg>${result_value_list[${3}]}</arg>
<doc>Returns the given values which can then be assigned to a variables.</doc>
<status status="PASS" start="2026-06-30T03:26:30.031252" elapsed="0.003827"/>
</kw>
<kw name="Get Time" owner="BuiltIn">
<msg time="2026-06-30T03:26:30.035580" level="INFO">${date} = 2026-06-30 03:26:30</msg>
<var>${date}</var>
<arg>d,m,s</arg>
<doc>Returns the given time in the requested format.</doc>
<status status="PASS" start="2026-06-30T03:26:30.035237" elapsed="0.000369"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-06-30T03:26:30.036181" level="INFO">CBench Result: 2026-06-30 03:26:30,-m 60000 -M 100 -S 16 -l 10 -D 5000 -p 6633,28754.25,30889.52,30114.07,10065.05</msg>
<arg>CBench Result: ${date},${cbench_args},${min},${max},${average},${stdev}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-06-30T03:26:30.035770" elapsed="0.000467"/>
</kw>
<kw name="Log Results And Determine Status">
<kw name="Append To File" owner="OperatingSystem">
<msg time="2026-06-30T03:26:30.037335" level="INFO" html="true">Appended to file '&lt;a href="file:///w/workspace/openflowplugin-csit-1node-cbench-only-chromium/bug.csv"&gt;/w/workspace/openflowplugin-csit-1node-cbench-only-chromium/bug.csv&lt;/a&gt;'.</msg>
<arg>${output_file}</arg>
<arg>${min},${max},${average}\n</arg>
<doc>Appends the given content to the specified file.</doc>
<status status="PASS" start="2026-06-30T03:26:30.036865" elapsed="0.000536"/>
</kw>
<kw name="Should Be True" owner="BuiltIn">
<arg>${average} &gt; ${threshold}</arg>
<arg>${average} flow_mods per/sec did not exceed threshold of ${threshold}</arg>
<doc>Fails if the given condition is not true.</doc>
<status status="PASS" start="2026-06-30T03:26:30.037553" elapsed="0.000466"/>
</kw>
<arg>${min}</arg>
<arg>${max}</arg>
<arg>${average}</arg>
<arg>${average_threshold}</arg>
<arg>${output_filename}</arg>
<status status="PASS" start="2026-06-30T03:26:30.036372" elapsed="0.001710"/>
</kw>
<arg>-m ${duration_in_ms} -M ${num_of_unique_macs} -S ${switch_count} -l ${loops} -D ${start_delay} -p ${of_port}</arg>
<arg>${latency_threshold}</arg>
<arg>bug.csv</arg>
<status status="PASS" start="2026-06-30T03:16:23.174728" elapsed="606.863413"/>
</kw>
<kw name="Sleep" owner="BuiltIn">
<msg time="2026-06-30T03:26:30.038595" level="INFO">Slept 0 seconds.</msg>
<arg>${test_delay}</arg>
<doc>Pauses the test executed for the given time.</doc>
<status status="PASS" start="2026-06-30T03:26:30.038290" elapsed="0.000361"/>
</kw>
<kw name="Report Failure Due To Bug" owner="Utils" type="TEARDOWN">
<kw name="Evaluate" owner="BuiltIn">
<msg time="2026-06-30T03:26:30.039894" level="INFO">${test_skipped} = False</msg>
<var>${test_skipped}</var>
<arg>len(re.findall('SKIPPED', """${TEST_MESSAGE}""")) &gt; 0</arg>
<arg>modules=re</arg>
<doc>Evaluates the given expression in Python and returns the result.</doc>
<status status="PASS" start="2026-06-30T03:26:30.039406" elapsed="0.000515"/>
</kw>
<if>
<branch type="IF" condition="('${TEST_STATUS}' != 'FAIL') or ${test_skipped}">
<return>
<status status="PASS" start="2026-06-30T03:26:30.040142" elapsed="0.000031"/>
</return>
<status status="PASS" start="2026-06-30T03:26:30.039996" elapsed="0.000208"/>
</branch>
<status status="PASS" start="2026-06-30T03:26:30.039976" elapsed="0.000253"/>
</if>
<kw name="Comment" owner="BuiltIn">
<arg>Jira tickets are {PROJECT}-{NUMBER} while Bugzilla tickets are {NUMBER}</arg>
<doc>Displays the given messages in the log file as keyword arguments.</doc>
<status status="NOT RUN" start="2026-06-30T03:26:30.040372" elapsed="0.000022"/>
</kw>
<kw name="Run Keyword And Return Status" owner="BuiltIn">
<var>${match}</var>
<arg>Should Contain</arg>
<arg>${number}</arg>
<arg>-</arg>
<doc>Runs the specified keyword and returns the status as a Boolean value.</doc>
<status status="NOT RUN" start="2026-06-30T03:26:30.040528" elapsed="0.000021"/>
</kw>
<kw name="Set Variable If" owner="BuiltIn">
<var>${bug_url}</var>
<arg>${match}</arg>
<arg>https://jira.opendaylight.org/browse/${number}</arg>
<arg>https://bugs.opendaylight.org/show_bug.cgi?id=${number}</arg>
<doc>Sets variable based on the given condition.</doc>
<status status="NOT RUN" start="2026-06-30T03:26:30.040689" elapsed="0.000020"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<var>${msg}</var>
<arg>This test fails due to ${bug_url}</arg>
<doc>Returns the given values which can then be assigned to a variables.</doc>
<status status="NOT RUN" start="2026-06-30T03:26:30.040903" elapsed="0.000022"/>
</kw>
<kw name="Evaluate" owner="BuiltIn">
<var>${newline}</var>
<arg>chr(10)</arg>
<doc>Evaluates the given expression in Python and returns the result.</doc>
<status status="NOT RUN" start="2026-06-30T03:26:30.041057" elapsed="0.000020"/>
</kw>
<kw name="Set Test Message" owner="BuiltIn">
<arg>${msg}${newline}${newline}${TEST_MESSAGE}</arg>
<doc>Sets message for the current test case.</doc>
<status status="NOT RUN" start="2026-06-30T03:26:30.041204" elapsed="0.000020"/>
</kw>
<kw name="Log" owner="BuiltIn">
<arg>${msg}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="NOT RUN" start="2026-06-30T03:26:30.041359" elapsed="0.000020"/>
</kw>
<if>
<branch type="IF" condition="&quot;${include_bug_in_tags}&quot;==&quot;True&quot;">
<kw name="Set Tags" owner="BuiltIn">
<arg>${bug_url}</arg>
<doc>Adds given ``tags`` for the current test or all tests in a suite.</doc>
<status status="NOT RUN" start="2026-06-30T03:26:30.041587" elapsed="0.000020"/>
</kw>
<status status="NOT RUN" start="2026-06-30T03:26:30.041446" elapsed="0.000193"/>
</branch>
<status status="NOT RUN" start="2026-06-30T03:26:30.041429" elapsed="0.000234"/>
</if>
<arg>6176</arg>
<doc>Report that a test failed due to a known Bugzilla bug whose
number is provided as an argument.
Not FAILED (incl. SKIPPED) test are not reported.
This keyword must be used in the [Teardown] setting of the affected test
or as the first line of the test if FastFail module is not being
used. It reports the URL of the bug on console and also puts it
into the Robot log file.</doc>
<status status="PASS" start="2026-06-30T03:26:30.039073" elapsed="0.002642"/>
</kw>
<doc>cbench executed in latency mode to see if controller is healthy</doc>
<tag>cbench</tag>
<tag>latency</tag>
<timeout value="15 minutes"/>
<status status="PASS" start="2026-06-30T03:16:23.173367" elapsed="606.868408"/>
</test>
<doc>Cbench Latency and Throughput tests can be run from an external
cbench.
If cbench is run with a medium number of switches or higher (e.g. 32+)
the normal openflow operations seem to break.
BUG: https://bugs.opendaylight.org/show_bug.cgi?id=2897</doc>
<status status="PASS" start="2026-06-30T02:56:01.550835" elapsed="1828.491609"/>
</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>
