<?xml version="1.0" encoding="UTF-8"?>
<robot generator="Robot 7.4.2 (Python 3.11.10 on linux)" generated="2026-07-11T02:55:23.183709" 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-07-11T02:55:23.835055" elapsed="0.000053"/>
</return>
<status status="NOT RUN" start="2026-07-11T02:55:23.834785" elapsed="0.000415"/>
</branch>
<status status="PASS" start="2026-07-11T02:55:23.834696" elapsed="0.000538"/>
</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-07-11T02:55:23.835390" elapsed="0.000603"/>
</kw>
<kw name="Login" owner="SSHLibrary">
<msg time="2026-07-11T02:55:23.836510" level="INFO">Logging into '10.30.171.96:8101' as 'karaf'.</msg>
<msg time="2026-07-11T02:55:24.597681" 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-07-11T02:55:23.836168" elapsed="0.761781"/>
</kw>
<kw name="Write" owner="SSHLibrary">
<msg time="2026-07-11T02:55:24.647354" 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-07-11T02:55:24.598331" elapsed="0.049210"/>
</kw>
<kw name="Read Until Regexp" owner="SSHLibrary">
<msg time="2026-07-11T02:55:24.649713" level="INFO">[?1l&gt;[?2004l[?1h=[90m~[0m                                                                                [?2004hopendaylight-user@root&gt;</msg>
<msg time="2026-07-11T02:55:24.649870" 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-07-11T02:55:24.647883" elapsed="0.002020"/>
</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-07-11T02:55:24.650076" elapsed="0.000252"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-07-11T02:55:24.650491" elapsed="0.000432"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-07-11T02:55:24.651936" 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-07-11T02:55:24.651078" elapsed="0.000914"/>
</kw>
<return>
<value>${output}</value>
<status status="PASS" start="2026-07-11T02:55:24.652050" elapsed="0.000072"/>
</return>
<arg>log:set ${log_level}</arg>
<doc>Will execute the given ${cmd} by ssh'ing to the karaf console running on 10.30.171.96
Note that this keyword will open&amp;close new SSH connection, without switching back to previously current session.</doc>
<status status="PASS" start="2026-07-11T02:55:23.834044" elapsed="0.818242"/>
</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-07-11T02:55:23.828342" elapsed="0.824016"/>
</kw>
<kw name="Append To File" owner="OperatingSystem">
<msg time="2026-07-11T02:55:24.653486" 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-07-11T02:55:24.652574" elapsed="0.000973"/>
</kw>
<kw name="Append To File" owner="OperatingSystem">
<msg time="2026-07-11T02:55:24.653986" 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-07-11T02:55:24.653707" elapsed="0.000336"/>
</kw>
<kw name="Evaluate" owner="BuiltIn">
<msg time="2026-07-11T02:55:24.654772" 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-07-11T02:55:24.654250" elapsed="0.000552"/>
</kw>
<kw name="Set Suite Variable" owner="BuiltIn">
<msg time="2026-07-11T02:55:24.655326" 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-07-11T02:55:24.654978" elapsed="0.000391"/>
</kw>
<kw name="Evaluate" owner="BuiltIn">
<msg time="2026-07-11T02:55:24.655946" 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-07-11T02:55:24.655514" elapsed="0.000459"/>
</kw>
<kw name="Set Suite Variable" owner="BuiltIn">
<msg time="2026-07-11T02:55:24.656446" 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-07-11T02:55:24.656132" elapsed="0.000356"/>
</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-07-11T02:55:24.657365" elapsed="0.000029"/>
</kw>
<status status="NOT RUN" start="2026-07-11T02:55:24.657098" elapsed="0.000345"/>
</branch>
<branch type="ELSE">
<kw name="Verify File Exists On Remote System" owner="Utils">
<kw name="Open Connection" owner="SSHLibrary">
<msg time="2026-07-11T02:55:24.664305" 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-07-11T02:55:24.663635" elapsed="0.000714"/>
</kw>
<kw name="Flexible_SSH_Login" owner="SSHKeywords">
<kw name="Get Length" owner="BuiltIn">
<msg time="2026-07-11T02:55:24.665917" level="INFO">Length is 0.</msg>
<msg time="2026-07-11T02:55:24.666035" 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-07-11T02:55:24.665207" elapsed="0.000862"/>
</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-07-11T02:55:24.666285" elapsed="0.000532"/>
</kw>
<kw name="Run Keyword And Return" owner="BuiltIn">
<kw name="Login With Public Key" owner="SSHLibrary">
<msg time="2026-07-11T02:55:24.668462" level="INFO">Logging into '10.30.171.32:22' as 'jenkins'.</msg>
<msg time="2026-07-11T02:55:25.423970" level="INFO">Read output: Welcome to Ubuntu 22.04.5 LTS (GNU/Linux 5.15.0-153-generic x86_64)

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

 System information as of Sat Jul 11 02:55:24 UTC 2026

  System load:  0.07               Processes:             112
  Usage of /:   19.3% of 38.58GB   Users logged in:       0
  Memory usage: 4%                 IPv4 address for ens3: 10.30.171.32
  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-22-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-07-11T02:55:24.667644" elapsed="0.756502"/>
</kw>
<msg time="2026-07-11T02:55:25.424249" 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-07-11T02:55:24.667035" elapsed="0.757323"/>
</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-07-11T02:55:24.664653" elapsed="0.759876"/>
</kw>
<kw name="File Should Exist" owner="SSHLibrary">
<msg time="2026-07-11T02:55:25.434450" 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-07-11T02:55:25.424849" elapsed="0.012026"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-07-11T02:55:25.437305" elapsed="0.000667"/>
</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-07-11T02:55:24.662834" elapsed="0.775292"/>
</kw>
<status status="PASS" start="2026-07-11T02:55:24.658058" elapsed="0.780157"/>
</branch>
<status status="PASS" start="2026-07-11T02:55:24.657056" elapsed="0.781232"/>
</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-07-11T02:55:25.438640" elapsed="0.001384"/>
</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-07-11T02:55:25.449551" elapsed="0.000039"/>
</return>
<status status="NOT RUN" start="2026-07-11T02:55:25.449293" elapsed="0.000368"/>
</branch>
<status status="PASS" start="2026-07-11T02:55:25.449240" elapsed="0.000474"/>
</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-07-11T02:55:25.456445" elapsed="0.000017"/>
</return>
<status status="NOT RUN" start="2026-07-11T02:55:25.456275" elapsed="0.000223"/>
</branch>
<status status="PASS" start="2026-07-11T02:55:25.456230" elapsed="0.000291"/>
</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-07-11T02:55:25.456685" elapsed="0.000560"/>
</kw>
<kw name="Login" owner="SSHLibrary">
<msg time="2026-07-11T02:55:25.457692" level="INFO">Logging into '10.30.171.96:8101' as 'karaf'.</msg>
<msg time="2026-07-11T02:55:25.671539" 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-07-11T02:55:25.457403" elapsed="0.214344"/>
</kw>
<kw name="Write" owner="SSHLibrary">
<msg time="2026-07-11T02:55:25.775164" 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-07-11T02:55:25.672082" elapsed="0.103468"/>
</kw>
<kw name="Read Until Regexp" owner="SSHLibrary">
<msg time="2026-07-11T02:55:25.780157" 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-07-11T02:55:25.780442" 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-07-11T02:55:25.775928" elapsed="0.004546"/>
</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-07-11T02:55:25.780626" elapsed="0.000263"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-07-11T02:55:25.781066" elapsed="0.000268"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-07-11T02:55:25.781922" 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-07-11T02:55:25.781531" elapsed="0.000448"/>
</kw>
<return>
<value>${output}</value>
<status status="PASS" start="2026-07-11T02:55:25.782036" elapsed="0.000068"/>
</return>
<msg time="2026-07-11T02:55:25.782266" 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.96
Note that this keyword will open&amp;close new SSH connection, without switching back to previously current session.</doc>
<status status="PASS" start="2026-07-11T02:55:25.455573" elapsed="0.326726"/>
</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-07-11T02:55:25.782464" elapsed="0.000693"/>
</kw>
<return>
<value>${output}</value>
<status status="PASS" start="2026-07-11T02:55:25.783211" elapsed="0.000035"/>
</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-07-11T02:55:25.448599" elapsed="0.334753"/>
</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-07-11T02:55:25.787659" elapsed="0.000016"/>
</return>
<status status="NOT RUN" start="2026-07-11T02:55:25.787503" elapsed="0.000205"/>
</branch>
<status status="PASS" start="2026-07-11T02:55:25.787465" elapsed="0.000267"/>
</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-07-11T02:55:25.787902" elapsed="0.000523"/>
</kw>
<kw name="Login" owner="SSHLibrary">
<msg time="2026-07-11T02:55:25.788881" level="INFO">Logging into '10.30.171.96:8101' as 'karaf'.</msg>
<msg time="2026-07-11T02:55:26.041604" 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-07-11T02:55:25.788593" elapsed="0.253261"/>
</kw>
<kw name="Write" owner="SSHLibrary">
<msg time="2026-07-11T02:55:26.074456" 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-07-11T02:55:26.042159" elapsed="0.032432"/>
</kw>
<kw name="Read Until Regexp" owner="SSHLibrary">
<msg time="2026-07-11T02:55:26.076639" level="INFO">[?1l&gt;[?2004lDropAllFlows transitions to on
[?1h=[90m~[0m                                                                                [?2004hopendaylight-user@root&gt;</msg>
<msg time="2026-07-11T02:55:26.076774" 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-07-11T02:55:26.074875" elapsed="0.001931"/>
</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-07-11T02:55:26.076948" elapsed="0.000216"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-07-11T02:55:26.077312" elapsed="0.000228"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-07-11T02:55:26.078056" 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-07-11T02:55:26.077685" elapsed="0.000428"/>
</kw>
<return>
<value>${output}</value>
<status status="PASS" start="2026-07-11T02:55:26.078184" elapsed="0.000078"/>
</return>
<arg>dropallpacketsrpc on</arg>
<doc>Will execute the given ${cmd} by ssh'ing to the karaf console running on 10.30.171.96
Note that this keyword will open&amp;close new SSH connection, without switching back to previously current session.</doc>
<status status="PASS" start="2026-07-11T02:55:25.787037" elapsed="0.291368"/>
</kw>
<status status="PASS" start="2026-07-11T02:55:23.825398" elapsed="2.253076"/>
</kw>
<test id="s1-t1" name="Cbench Latency Test" line="37">
<kw name="Log" owner="BuiltIn">
<msg time="2026-07-11T02:55:26.081106" 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-07-11T02:55:26.079629" elapsed="0.001549"/>
</kw>
<kw name="Run Cbench And Log Results">
<kw name="Set Suite Variable" owner="BuiltIn">
<msg time="2026-07-11T02:55:26.082681" 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-07-11T02:55:26.082318" elapsed="0.000409"/>
</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-07-11T02:55:26.083111" elapsed="0.000023"/>
</kw>
<status status="NOT RUN" start="2026-07-11T02:55:26.082832" elapsed="0.000340"/>
</branch>
<branch type="ELSE">
<kw name="Run Command On Remote System" owner="Utils">
<if>
<branch type="IF" condition="&quot;${return_stdout}&quot;!=&quot;True&quot; and &quot;${return_stderr}&quot;!=&quot;True&quot;">
<kw name="Fail" owner="BuiltIn">
<arg>At least one of {return_stdout} or {return_stderr} args should be set to True</arg>
<doc>Fails the test with the given message and optionally alters its tags.</doc>
<status status="NOT RUN" start="2026-07-11T02:55:26.086145" elapsed="0.000026"/>
</kw>
<status status="NOT RUN" start="2026-07-11T02:55:26.085881" elapsed="0.000329"/>
</branch>
<status status="PASS" start="2026-07-11T02:55:26.085860" elapsed="0.000378"/>
</if>
<kw name="Get Connection" owner="SSHLibrary">
<msg time="2026-07-11T02:55:26.086613" 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-07-11T02:55:26.086742" 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-07-11T02:55:26.086375" elapsed="0.000411"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-07-11T02:55:26.087450" level="INFO">Attempting to execute command "/usr/local/bin/cbench -c 10.30.171.96 -m 60000 -M 100 -S 16 -l 10 -D 5000 -p 6633" on remote system "10.30.171.32" 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-07-11T02:55:26.086923" elapsed="0.000590"/>
</kw>
<kw name="Open Connection" owner="SSHLibrary">
<msg time="2026-07-11T02:55:26.088176" 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-07-11T02:55:26.087656" elapsed="0.000547"/>
</kw>
<kw name="Flexible_SSH_Login" owner="SSHKeywords">
<kw name="Get Length" owner="BuiltIn">
<msg time="2026-07-11T02:55:26.089165" level="INFO">Length is 0.</msg>
<msg time="2026-07-11T02:55:26.089257" 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-07-11T02:55:26.088827" elapsed="0.000455"/>
</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-07-11T02:55:26.089433" elapsed="0.000358"/>
</kw>
<kw name="Run Keyword And Return" owner="BuiltIn">
<kw name="Login With Public Key" owner="SSHLibrary">
<msg time="2026-07-11T02:55:26.090735" level="INFO">Logging into '10.30.171.32:22' as 'jenkins'.</msg>
<msg time="2026-07-11T02:55:26.419120" level="INFO">Read output: Welcome to Ubuntu 22.04.5 LTS (GNU/Linux 5.15.0-153-generic x86_64)

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

 System information as of Sat Jul 11 02:55:24 UTC 2026

  System load:  0.07               Processes:             112
  Usage of /:   19.3% of 38.58GB   Users logged in:       0
  Memory usage: 4%                 IPv4 address for ens3: 10.30.171.32
  Swap usage:   0%


Expanded Security Maintenance for Applications is not enabled.

0 updates can be applied immediately.

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


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


Last login: Sat Jul 11 02:55:25 2026 from 10.30.171.1
[?2004h[jenkins@releng-00446-22-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-07-11T02:55:26.090302" elapsed="0.329084"/>
</kw>
<msg time="2026-07-11T02:55:26.419486" 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-07-11T02:55:26.089947" elapsed="0.329656"/>
</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-07-11T02:55:26.088414" elapsed="0.331367"/>
</kw>
<kw name="Execute Command" owner="SSHLibrary">
<msg time="2026-07-11T02:55:26.420420" level="INFO">Executing command '/usr/local/bin/cbench -c 10.30.171.96 -m 60000 -M 100 -S 16 -l 10 -D 5000 -p 6633'.</msg>
<msg time="2026-07-11T03:05:32.551397" level="INFO">Command exited with return code 0.</msg>
<msg time="2026-07-11T03:05:32.552277" level="INFO">${stdout} = </msg>
<msg time="2026-07-11T03:05:32.552461" level="INFO">${stderr} = cbench: controller benchmarking tool
   running in mode 'latency'
   connecting to controller at 10.30.171.96:6633 
   faking 16 switches with 1 threads :: 10 tests each; 60000 ms per test
   with 100...</msg>
<var>${stdout}</var>
<var>${stderr}</var>
<arg>${cmd}</arg>
<arg>return_stderr=True</arg>
<doc>Executes ``command`` on the remote machine and returns its outputs.</doc>
<status status="PASS" start="2026-07-11T02:55:26.420048" elapsed="606.132494"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-07-11T03:05:32.553283" elapsed="0.000992"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-07-11T03:05:32.555640" level="INFO">cbench: controller benchmarking tool
   running in mode 'latency'
   connecting to controller at 10.30.171.96: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.96. So far 1 cbench instances have initialized their switches.  Waiting for other cbench-instances
Thread-0: Total switches from ALL cbench-instances initialized.
02:56:31.636 16  switches: flows:  91682 88384 89878 90971 88016 90050 88440 89181 87065 84685 86682 87194 85397 86338 88522 85155  total = 23.460667 per ms 
02:57:31.737 16  switches: flows:  112313 111815 109124 110037 111086 109421 107531 108467 107052 108023 108184 108535 106020 106681 108220 107124  total = 28.945417 per ms 
02:58:31.838 16  switches: flows:  106284 105756 104920 105558 105834 103567 102469 105254 103977 103279 104615 103265 101160 101271 103459 102159  total = 27.667610 per ms 
02:59:31.938 16  switches: flows:  109811 111326 110906 111399 112046 112205 108522 110176 108404 108500 108611 105861 107620 106264 106834 106844  total = 29.040326 per ms 
03:00:32.039 16  switches: flows:  111885 110966 111474 111117 110444 111650 108614 111170 108195 107955 108984 105666 107041 105461 107564 108178  total = 29.057575 per ms 
03:01:32.140 16  switches: flows:  110798 110947 110022 109673 109964 110586 106757 111487 107109 108721 108289 106761 107582 104053 106704 106973  total = 28.892181 per ms 
03:02:32.241 16  switches: flows:  110963 111029 111780 111616 112252 113401 106912 110712 108593 108516 110326 108299 109778 107114 108393 107853  total = 29.243461 per ms 
03:03:32.342 16  switches: flows:  79188 79099 78564 77350 78899 79428 76508 77828 77183 75469 76454 74798 77759 74979 76897 75932  total = 20.571240 per ms 
03:04:32.443 16  switches: flows:  113213 115455 113310 114264 113034 113500 111483 114027 111024 110875 112242 110517 110677 105900 108827 108434  total = 29.730070 per ms 
03:05:32.544 16  switches: flows:  112848 116513 113853 114078 112912 116271 113969 115367 113134 110600 112703 111335 112589 108837 111154 109925  total = 30.051251 per ms 
RESULT: 16 switches 9 tests min/max/avg/stdev = 20571.24/30051.25/28133.24/9771.01 responses/s</msg>
<arg>${stderr}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-07-11T03:05:32.554721" elapsed="0.001377"/>
</kw>
<if>
<branch type="IF" condition="&quot;${return_stdout}&quot;!=&quot;True&quot;">
<return>
<value>${stderr}</value>
<status status="PASS" start="2026-07-11T03:05:32.556666" elapsed="0.000124"/>
</return>
<status status="PASS" start="2026-07-11T03:05:32.556337" elapsed="0.000576"/>
</branch>
<status status="PASS" start="2026-07-11T03:05:32.556265" elapsed="0.000703"/>
</if>
<if>
<branch type="IF" condition="&quot;${return_stderr}&quot;!=&quot;True&quot;">
<return>
<value>${stdout}</value>
<status status="NOT RUN" start="2026-07-11T03:05:32.557114" elapsed="0.000018"/>
</return>
<status status="NOT RUN" start="2026-07-11T03:05:32.557060" elapsed="0.000110"/>
</branch>
<status status="NOT RUN" start="2026-07-11T03:05:32.557036" elapsed="0.000164"/>
</if>
<return>
<value>${stdout}</value>
<value>${stderr}</value>
<status status="NOT RUN" start="2026-07-11T03:05:32.557246" 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-07-11T03:05:32.561211" elapsed="0.000605"/>
</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-07-11T03:05:32.562067" elapsed="0.000290"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-07-11T03:05:32.562567" 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-07-11T03:05:32.557709" elapsed="0.005107"/>
</kw>
<msg time="2026-07-11T03:05:32.563002" level="INFO">${output} = cbench: controller benchmarking tool
   running in mode 'latency'
   connecting to controller at 10.30.171.96:6633 
   faking 16 switches with 1 threads :: 10 tests each; 60000 ms per test
   with 100...</msg>
<var>${output}</var>
<arg>${cbench_system}</arg>
<arg>${cbench_executable} -c ${ODL_SYSTEM_IP} ${cbench_args}</arg>
<arg>prompt_timeout=${test_timeout}</arg>
<arg>return_stdout=False</arg>
<arg>return_stderr=True</arg>
<doc>Reduces the common work of running a command on a remote system to a single higher level
robot keyword, taking care to log in with a public key and. The command given is written and the return value
depends on the passed argument values of return_stdout (default: True) and return_stderr (default: False).
At least one should be True, or the keyword will exit and FAIL. If both are True, the resulting return value
will be a two element list containing both. Otherwise the resulting return value is a string.
No test conditions are checked.</doc>
<status status="PASS" start="2026-07-11T02:55:26.083525" elapsed="606.479516"/>
</kw>
<status status="PASS" start="2026-07-11T02:55:26.083201" elapsed="606.479911"/>
</branch>
<status status="PASS" start="2026-07-11T02:55:26.082806" elapsed="606.480339"/>
</if>
<kw name="Log" owner="BuiltIn">
<msg time="2026-07-11T03:05:32.563848" level="INFO">cbench: controller benchmarking tool
   running in mode 'latency'
   connecting to controller at 10.30.171.96: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.96. So far 1 cbench instances have initialized their switches.  Waiting for other cbench-instances
Thread-0: Total switches from ALL cbench-instances initialized.
02:56:31.636 16  switches: flows:  91682 88384 89878 90971 88016 90050 88440 89181 87065 84685 86682 87194 85397 86338 88522 85155  total = 23.460667 per ms 
02:57:31.737 16  switches: flows:  112313 111815 109124 110037 111086 109421 107531 108467 107052 108023 108184 108535 106020 106681 108220 107124  total = 28.945417 per ms 
02:58:31.838 16  switches: flows:  106284 105756 104920 105558 105834 103567 102469 105254 103977 103279 104615 103265 101160 101271 103459 102159  total = 27.667610 per ms 
02:59:31.938 16  switches: flows:  109811 111326 110906 111399 112046 112205 108522 110176 108404 108500 108611 105861 107620 106264 106834 106844  total = 29.040326 per ms 
03:00:32.039 16  switches: flows:  111885 110966 111474 111117 110444 111650 108614 111170 108195 107955 108984 105666 107041 105461 107564 108178  total = 29.057575 per ms 
03:01:32.140 16  switches: flows:  110798 110947 110022 109673 109964 110586 106757 111487 107109 108721 108289 106761 107582 104053 106704 106973  total = 28.892181 per ms 
03:02:32.241 16  switches: flows:  110963 111029 111780 111616 112252 113401 106912 110712 108593 108516 110326 108299 109778 107114 108393 107853  total = 29.243461 per ms 
03:03:32.342 16  switches: flows:  79188 79099 78564 77350 78899 79428 76508 77828 77183 75469 76454 74798 77759 74979 76897 75932  total = 20.571240 per ms 
03:04:32.443 16  switches: flows:  113213 115455 113310 114264 113034 113500 111483 114027 111024 110875 112242 110517 110677 105900 108827 108434  total = 29.730070 per ms 
03:05:32.544 16  switches: flows:  112848 116513 113853 114078 112912 116271 113969 115367 113134 110600 112703 111335 112589 108837 111154 109925  total = 30.051251 per ms 
RESULT: 16 switches 9 tests min/max/avg/stdev = 20571.24/30051.25/28133.24/9771.01 responses/s</msg>
<arg>${output}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-07-11T03:05:32.563345" elapsed="0.000609"/>
</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-07-11T03:05:32.564217" elapsed="0.000788"/>
</kw>
<kw name="Get Lines Containing String" owner="String">
<msg time="2026-07-11T03:05:32.565415" level="INFO">1 out of 23 lines matched.</msg>
<msg time="2026-07-11T03:05:32.565510" level="INFO">${result_line} = RESULT: 16 switches 9 tests min/max/avg/stdev = 20571.24/30051.25/28133.24/9771.01 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-07-11T03:05:32.565173" elapsed="0.000362"/>
</kw>
<kw name="Split String" owner="String">
<msg time="2026-07-11T03:05:32.566001" level="INFO">@{results_list} = [ RESULT: | 16 | switches | 9 | tests | min/max/avg/stdev | = | 20571.24/30051.25/28133.24/9771.01 | 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-07-11T03:05:32.565691" elapsed="0.000338"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-07-11T03:05:32.568514" 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-07-11T03:05:32.566178" elapsed="0.002404"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-07-11T03:05:32.570942" level="INFO">20571.24/30051.25/28133.24/9771.01</msg>
<arg>${results_list[7]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-07-11T03:05:32.568740" elapsed="0.002260"/>
</kw>
<kw name="Split String" owner="String">
<msg time="2026-07-11T03:05:32.573575" 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-07-11T03:05:32.571149" elapsed="0.002465"/>
</kw>
<kw name="Split String" owner="String">
<msg time="2026-07-11T03:05:32.577040" level="INFO">@{result_value_list} = [ 20571.24 | 30051.25 | 28133.24 | 9771.01 ]</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-07-11T03:05:32.573916" elapsed="0.003162"/>
</kw>
<kw name="Get Length" owner="BuiltIn">
<msg time="2026-07-11T03:05:32.577734" level="INFO">Length is 4.</msg>
<msg time="2026-07-11T03:05:32.577881" 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-07-11T03:05:32.577296" elapsed="0.000624"/>
</kw>
<for flavor="IN RANGE">
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-07-11T03:05:32.583701" level="INFO">min :: 20571.24</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-07-11T03:05:32.578471" elapsed="0.005307"/>
</kw>
<var name="${i}">0</var>
<status status="PASS" start="2026-07-11T03:05:32.578287" elapsed="0.005528"/>
</iter>
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-07-11T03:05:32.588423" level="INFO">max :: 30051.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-07-11T03:05:32.584112" elapsed="0.004369"/>
</kw>
<var name="${i}">1</var>
<status status="PASS" start="2026-07-11T03:05:32.583945" elapsed="0.004571"/>
</iter>
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-07-11T03:05:32.593243" level="INFO">avg :: 28133.24</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-07-11T03:05:32.588736" elapsed="0.004565"/>
</kw>
<var name="${i}">2</var>
<status status="PASS" start="2026-07-11T03:05:32.588607" elapsed="0.004729"/>
</iter>
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-07-11T03:05:32.597963" level="INFO">stdev :: 9771.01</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-07-11T03:05:32.593560" elapsed="0.004464"/>
</kw>
<var name="${i}">3</var>
<status status="PASS" start="2026-07-11T03:05:32.593430" elapsed="0.004632"/>
</iter>
<var>${i}</var>
<value>0</value>
<value>${num_stats}</value>
<status status="PASS" start="2026-07-11T03:05:32.578015" elapsed="0.020080"/>
</for>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-07-11T03:05:32.601946" level="INFO">${min} = 20571.24</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-07-11T03:05:32.598268" elapsed="0.003705"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-07-11T03:05:32.606095" level="INFO">${max} = 30051.25</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-07-11T03:05:32.602127" elapsed="0.003995"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-07-11T03:05:32.609973" level="INFO">${average} = 28133.24</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-07-11T03:05:32.606274" elapsed="0.003726"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-07-11T03:05:32.613869" level="INFO">${stdev} = 9771.01</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-07-11T03:05:32.610154" elapsed="0.003742"/>
</kw>
<kw name="Get Time" owner="BuiltIn">
<msg time="2026-07-11T03:05:32.614422" level="INFO">${date} = 2026-07-11 03:05:32</msg>
<var>${date}</var>
<arg>d,m,s</arg>
<doc>Returns the given time in the requested format.</doc>
<status status="PASS" start="2026-07-11T03:05:32.614058" elapsed="0.000390"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-07-11T03:05:32.615018" level="INFO">CBench Result: 2026-07-11 03:05:32,-m 60000 -M 100 -S 16 -l 10 -D 5000 -p 6633,20571.24,30051.25,28133.24,9771.01</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-07-11T03:05:32.614595" elapsed="0.000478"/>
</kw>
<kw name="Log Results And Determine Status">
<kw name="Append To File" owner="OperatingSystem">
<msg time="2026-07-11T03:05:32.616247" 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-07-11T03:05:32.615737" elapsed="0.000579"/>
</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-07-11T03:05:32.616474" elapsed="0.000539"/>
</kw>
<arg>${min}</arg>
<arg>${max}</arg>
<arg>${average}</arg>
<arg>${average_threshold}</arg>
<arg>${output_filename}</arg>
<status status="PASS" start="2026-07-11T03:05:32.615248" elapsed="0.001834"/>
</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-07-11T02:55:26.081637" elapsed="606.535507"/>
</kw>
<kw name="Sleep" owner="BuiltIn">
<msg time="2026-07-11T03:05:32.617646" 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-07-11T03:05:32.617297" elapsed="0.000406"/>
</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-07-11T03:05:32.618249" elapsed="0.000270"/>
</kw>
<status status="PASS" start="2026-07-11T03:05:32.617946" elapsed="0.000642"/>
</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-07-11T02:55:26.078637" elapsed="606.539990"/>
</test>
<test id="s1-t2" name="Cbench Throughput Test" line="51">
<kw name="Log" owner="BuiltIn">
<msg time="2026-07-11T03:05:32.620529" 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-07-11T03:05:32.620006" elapsed="0.000581"/>
</kw>
<kw name="Run Cbench And Log Results">
<kw name="Set Suite Variable" owner="BuiltIn">
<msg time="2026-07-11T03:05:32.621907" 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-07-11T03:05:32.621523" elapsed="0.000436"/>
</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-07-11T03:05:32.622325" elapsed="0.000022"/>
</kw>
<status status="NOT RUN" start="2026-07-11T03:05:32.622091" elapsed="0.000294"/>
</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-07-11T03:05:32.625665" elapsed="0.000022"/>
</kw>
<status status="NOT RUN" start="2026-07-11T03:05:32.625403" elapsed="0.000319"/>
</branch>
<status status="PASS" start="2026-07-11T03:05:32.625383" elapsed="0.000362"/>
</if>
<kw name="Get Connection" owner="SSHLibrary">
<msg time="2026-07-11T03:05:32.626178" 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-07-11T03:05:32.626307" 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-07-11T03:05:32.625903" elapsed="0.000431"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-07-11T03:05:32.626927" level="INFO">Attempting to execute command "/usr/local/bin/cbench -c 10.30.171.96 -t -m 60000 -M 100 -S 16 -l 10 -D 5000 -p 6633" on remote system "10.30.171.32" 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-07-11T03:05:32.626469" elapsed="0.000517"/>
</kw>
<kw name="Open Connection" owner="SSHLibrary">
<msg time="2026-07-11T03:05:32.627545" 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-07-11T03:05:32.627128" elapsed="0.000444"/>
</kw>
<kw name="Flexible_SSH_Login" owner="SSHKeywords">
<kw name="Get Length" owner="BuiltIn">
<msg time="2026-07-11T03:05:32.628563" level="INFO">Length is 0.</msg>
<msg time="2026-07-11T03:05:32.628676" 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-07-11T03:05:32.628230" elapsed="0.000473"/>
</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-07-11T03:05:32.628877" elapsed="0.000341"/>
</kw>
<kw name="Run Keyword And Return" owner="BuiltIn">
<kw name="Login With Public Key" owner="SSHLibrary">
<msg time="2026-07-11T03:05:32.630097" level="INFO">Logging into '10.30.171.32:22' as 'jenkins'.</msg>
<msg time="2026-07-11T03:05:33.190950" level="INFO">Read output: Welcome to Ubuntu 22.04.5 LTS (GNU/Linux 5.15.0-153-generic x86_64)

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

 System information as of Sat Jul 11 03:05:32 UTC 2026

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


Expanded Security Maintenance for Applications is not enabled.

0 updates can be applied immediately.

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


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


Last login: Sat Jul 11 02:55:26 2026 from 10.30.171.1
[?2004h[jenkins@releng-00446-22-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-07-11T03:05:32.629713" elapsed="0.561500"/>
</kw>
<msg time="2026-07-11T03:05:33.191344" 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-07-11T03:05:32.629370" elapsed="0.562077"/>
</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-07-11T03:05:32.627801" elapsed="0.563786"/>
</kw>
<kw name="Execute Command" owner="SSHLibrary">
<msg time="2026-07-11T03:05:33.192253" level="INFO">Executing command '/usr/local/bin/cbench -c 10.30.171.96 -t -m 60000 -M 100 -S 16 -l 10 -D 5000 -p 6633'.</msg>
<msg time="2026-07-11T03:15:41.203747" level="INFO">Command exited with return code 0.</msg>
<msg time="2026-07-11T03:15:41.204554" level="INFO">${stdout} = </msg>
<msg time="2026-07-11T03:15:41.204689" level="INFO">${stderr} = cbench: controller benchmarking tool
   running in mode 'throughput'
   connecting to controller at 10.30.171.96: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-07-11T03:05:33.191865" elapsed="608.012956"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-07-11T03:15:41.205412" elapsed="0.000941"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-07-11T03:15:41.207629" level="INFO">cbench: controller benchmarking tool
   running in mode 'throughput'
   connecting to controller at 10.30.171.96: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.96. So far 1 cbench instances have initialized their switches.  Waiting for other cbench-instances
Thread-0: Total switches from ALL cbench-instances initialized.
03:06:38.322 16  switches: flows:  504468 484100 495065 492969 497971 489805 508897 496681 485279 488599 464291 479387 489388 483205 489323 474359  total = 130.396450 per ms 
03:07:38.425 16  switches: flows:  539880 523483 536022 536728 527625 543902 542310 537674 541613 542514 544545 538325 541494 536708 539882 535954  total = 143.234440 per ms 
03:08:38.527 16  switches: flows:  519426 526485 518192 519996 508219 527066 527258 536526 518284 520083 504102 514792 534958 521190 526813 510344  total = 138.661231 per ms 
03:09:40.557 16  switches: flows:  540796 546900 549755 543986 558306 556314 555882 543449 550063 553207 541602 542251 486366 535345 544203 547089  total = 140.182400 per ms 
03:10:40.659 16  switches: flows:  463178 453674 453913 451146 475055 456757 462419 445122 315362 462493 465764 474513 450378 465188 466760 474354  total = 120.397145 per ms 
03:11:40.769 16  switches: flows:  564164 555106 561049 524071 539916 531929 557268 560283 553429 553262 552404 560996 563208 556541 565331 555031  total = 147.299570 per ms 
03:12:40.871 16  switches: flows:  563605 557327 554147 565058 562876 562935 559223 560245 554953 553382 558024 556024 566196 562134 567683 550672  total = 148.990421 per ms 
03:13:40.972 16  switches: flows:  515054 517073 528471 516392 511981 516329 515290 517071 524681 519469 514552 519555 527544 525850 517936 523402  total = 138.278100 per ms 
03:14:41.074 16  switches: flows:  455514 479332 471575 468074 474774 470226 486793 466412 481855 460383 462249 462462 484492 466904 469576 477642  total = 125.427087 per ms 
03:15:41.175 16  switches: flows:  581394 589924 567302 577469 579924 586645 582554 573526 584929 573963 583867 583768 579259 574029 581957 577541  total = 154.374500 per ms 
RESULT: 16 switches 9 tests min/max/avg/stdev = 120397.15/154374.50/139649.43/47671.90 responses/s</msg>
<arg>${stderr}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-07-11T03:15:41.206816" elapsed="0.001202"/>
</kw>
<if>
<branch type="IF" condition="&quot;${return_stdout}&quot;!=&quot;True&quot;">
<return>
<value>${stderr}</value>
<status status="PASS" start="2026-07-11T03:15:41.208730" elapsed="0.000120"/>
</return>
<status status="PASS" start="2026-07-11T03:15:41.208265" elapsed="0.000677"/>
</branch>
<status status="PASS" start="2026-07-11T03:15:41.208195" elapsed="0.000804"/>
</if>
<if>
<branch type="IF" condition="&quot;${return_stderr}&quot;!=&quot;True&quot;">
<return>
<value>${stdout}</value>
<status status="NOT RUN" start="2026-07-11T03:15:41.209215" elapsed="0.000027"/>
</return>
<status status="NOT RUN" start="2026-07-11T03:15:41.209132" elapsed="0.000171"/>
</branch>
<status status="NOT RUN" start="2026-07-11T03:15:41.209097" elapsed="0.000252"/>
</if>
<return>
<value>${stdout}</value>
<value>${stderr}</value>
<status status="NOT RUN" start="2026-07-11T03:15:41.209415" 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-07-11T03:15:41.214195" elapsed="0.000366"/>
</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-07-11T03:15:41.214711" elapsed="0.000204"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-07-11T03:15:41.215047" 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-07-11T03:15:41.210205" elapsed="0.005000"/>
</kw>
<msg time="2026-07-11T03:15:41.215349" level="INFO">${output} = cbench: controller benchmarking tool
   running in mode 'throughput'
   connecting to controller at 10.30.171.96: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-07-11T03:05:32.622729" elapsed="608.592647"/>
</kw>
<status status="PASS" start="2026-07-11T03:05:32.622412" elapsed="608.593013"/>
</branch>
<status status="PASS" start="2026-07-11T03:05:32.622067" elapsed="608.593382"/>
</if>
<kw name="Log" owner="BuiltIn">
<msg time="2026-07-11T03:15:41.215915" level="INFO">cbench: controller benchmarking tool
   running in mode 'throughput'
   connecting to controller at 10.30.171.96: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.96. So far 1 cbench instances have initialized their switches.  Waiting for other cbench-instances
Thread-0: Total switches from ALL cbench-instances initialized.
03:06:38.322 16  switches: flows:  504468 484100 495065 492969 497971 489805 508897 496681 485279 488599 464291 479387 489388 483205 489323 474359  total = 130.396450 per ms 
03:07:38.425 16  switches: flows:  539880 523483 536022 536728 527625 543902 542310 537674 541613 542514 544545 538325 541494 536708 539882 535954  total = 143.234440 per ms 
03:08:38.527 16  switches: flows:  519426 526485 518192 519996 508219 527066 527258 536526 518284 520083 504102 514792 534958 521190 526813 510344  total = 138.661231 per ms 
03:09:40.557 16  switches: flows:  540796 546900 549755 543986 558306 556314 555882 543449 550063 553207 541602 542251 486366 535345 544203 547089  total = 140.182400 per ms 
03:10:40.659 16  switches: flows:  463178 453674 453913 451146 475055 456757 462419 445122 315362 462493 465764 474513 450378 465188 466760 474354  total = 120.397145 per ms 
03:11:40.769 16  switches: flows:  564164 555106 561049 524071 539916 531929 557268 560283 553429 553262 552404 560996 563208 556541 565331 555031  total = 147.299570 per ms 
03:12:40.871 16  switches: flows:  563605 557327 554147 565058 562876 562935 559223 560245 554953 553382 558024 556024 566196 562134 567683 550672  total = 148.990421 per ms 
03:13:40.972 16  switches: flows:  515054 517073 528471 516392 511981 516329 515290 517071 524681 519469 514552 519555 527544 525850 517936 523402  total = 138.278100 per ms 
03:14:41.074 16  switches: flows:  455514 479332 471575 468074 474774 470226 486793 466412 481855 460383 462249 462462 484492 466904 469576 477642  total = 125.427087 per ms 
03:15:41.175 16  switches: flows:  581394 589924 567302 577469 579924 586645 582554 573526 584929 573963 583867 583768 579259 574029 581957 577541  total = 154.374500 per ms 
RESULT: 16 switches 9 tests min/max/avg/stdev = 120397.15/154374.50/139649.43/47671.90 responses/s</msg>
<arg>${output}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-07-11T03:15:41.215603" elapsed="0.000386"/>
</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-07-11T03:15:41.216140" elapsed="0.000455"/>
</kw>
<kw name="Get Lines Containing String" owner="String">
<msg time="2026-07-11T03:15:41.217028" level="INFO">1 out of 23 lines matched.</msg>
<msg time="2026-07-11T03:15:41.217119" level="INFO">${result_line} = RESULT: 16 switches 9 tests min/max/avg/stdev = 120397.15/154374.50/139649.43/47671.90 responses/s</msg>
<var>${result_line}</var>
<arg>${output}</arg>
<arg>RESULT</arg>
<doc>Returns lines of the given ``string`` that contain the ``pattern``.</doc>
<status status="PASS" start="2026-07-11T03:15:41.216775" elapsed="0.000368"/>
</kw>
<kw name="Split String" owner="String">
<msg time="2026-07-11T03:15:41.217583" level="INFO">@{results_list} = [ RESULT: | 16 | switches | 9 | tests | min/max/avg/stdev | = | 120397.15/154374.50/139649.43/47671.90 | responses/s ]</msg>
<var>@{results_list}</var>
<arg>${result_line}</arg>
<doc>Splits the ``string`` using ``separator`` as a delimiter string.</doc>
<status status="PASS" start="2026-07-11T03:15:41.217310" elapsed="0.000300"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-07-11T03:15:41.220069" 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-07-11T03:15:41.217776" elapsed="0.002351"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-07-11T03:15:41.222586" level="INFO">120397.15/154374.50/139649.43/47671.90</msg>
<arg>${results_list[7]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-07-11T03:15:41.220274" elapsed="0.002370"/>
</kw>
<kw name="Split String" owner="String">
<msg time="2026-07-11T03:15:41.225165" 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-07-11T03:15:41.222816" elapsed="0.002377"/>
</kw>
<kw name="Split String" owner="String">
<msg time="2026-07-11T03:15:41.227609" level="INFO">@{result_value_list} = [ 120397.15 | 154374.50 | 139649.43 | 47671.90 ]</msg>
<var>@{result_value_list}</var>
<arg>${results_list[7]}</arg>
<arg>/</arg>
<doc>Splits the ``string`` using ``separator`` as a delimiter string.</doc>
<status status="PASS" start="2026-07-11T03:15:41.225407" elapsed="0.002229"/>
</kw>
<kw name="Get Length" owner="BuiltIn">
<msg time="2026-07-11T03:15:41.228114" level="INFO">Length is 4.</msg>
<msg time="2026-07-11T03:15:41.228203" 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-07-11T03:15:41.227802" elapsed="0.000425"/>
</kw>
<for flavor="IN RANGE">
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-07-11T03:15:41.233246" level="INFO">min :: 120397.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-07-11T03:15:41.228701" elapsed="0.004603"/>
</kw>
<var name="${i}">0</var>
<status status="PASS" start="2026-07-11T03:15:41.228566" elapsed="0.004774"/>
</iter>
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-07-11T03:15:41.237853" level="INFO">max :: 154374.50</msg>
<arg>${result_name_list[${i}]} :: ${result_value_list[${i}]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-07-11T03:15:41.233561" elapsed="0.004350"/>
</kw>
<var name="${i}">1</var>
<status status="PASS" start="2026-07-11T03:15:41.233432" elapsed="0.004514"/>
</iter>
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-07-11T03:15:41.242570" level="INFO">avg :: 139649.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-07-11T03:15:41.238168" elapsed="0.004459"/>
</kw>
<var name="${i}">2</var>
<status status="PASS" start="2026-07-11T03:15:41.238036" elapsed="0.004626"/>
</iter>
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-07-11T03:15:41.247187" level="INFO">stdev :: 47671.90</msg>
<arg>${result_name_list[${i}]} :: ${result_value_list[${i}]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-07-11T03:15:41.242907" elapsed="0.004337"/>
</kw>
<var name="${i}">3</var>
<status status="PASS" start="2026-07-11T03:15:41.242774" elapsed="0.004505"/>
</iter>
<var>${i}</var>
<value>0</value>
<value>${num_stats}</value>
<status status="PASS" start="2026-07-11T03:15:41.228308" elapsed="0.019003"/>
</for>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-07-11T03:15:41.251452" level="INFO">${min} = 120397.15</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-07-11T03:15:41.247470" elapsed="0.004009"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-07-11T03:15:41.255396" level="INFO">${max} = 154374.50</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-07-11T03:15:41.251651" elapsed="0.003773"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-07-11T03:15:41.259299" level="INFO">${average} = 139649.43</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-07-11T03:15:41.255579" elapsed="0.003748"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-07-11T03:15:41.263245" level="INFO">${stdev} = 47671.90</msg>
<var>${stdev}</var>
<arg>${result_value_list[${3}]}</arg>
<doc>Returns the given values which can then be assigned to a variables.</doc>
<status status="PASS" start="2026-07-11T03:15:41.259478" elapsed="0.003794"/>
</kw>
<kw name="Get Time" owner="BuiltIn">
<msg time="2026-07-11T03:15:41.263809" level="INFO">${date} = 2026-07-11 03:15:41</msg>
<var>${date}</var>
<arg>d,m,s</arg>
<doc>Returns the given time in the requested format.</doc>
<status status="PASS" start="2026-07-11T03:15:41.263431" elapsed="0.000404"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-07-11T03:15:41.264427" level="INFO">CBench Result: 2026-07-11 03:15:41,-t -m 60000 -M 100 -S 16 -l 10 -D 5000 -p 6633,120397.15,154374.50,139649.43,47671.90</msg>
<arg>CBench Result: ${date},${cbench_args},${min},${max},${average},${stdev}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-07-11T03:15:41.263983" elapsed="0.000503"/>
</kw>
<kw name="Log Results And Determine Status">
<kw name="Append To File" owner="OperatingSystem">
<msg time="2026-07-11T03:15:41.265643" 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-07-11T03:15:41.265159" elapsed="0.000552"/>
</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-07-11T03:15:41.265884" elapsed="0.000469"/>
</kw>
<arg>${min}</arg>
<arg>${max}</arg>
<arg>${average}</arg>
<arg>${average_threshold}</arg>
<arg>${output_filename}</arg>
<status status="PASS" start="2026-07-11T03:15:41.264658" elapsed="0.001761"/>
</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-07-11T03:05:32.620941" elapsed="608.645537"/>
</kw>
<kw name="Sleep" owner="BuiltIn">
<msg time="2026-07-11T03:15:41.266984" 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-07-11T03:15:41.266631" elapsed="0.000409"/>
</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-07-11T03:15:41.267567" elapsed="0.000285"/>
</kw>
<status status="PASS" start="2026-07-11T03:15:41.267265" elapsed="0.000658"/>
</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-07-11T03:05:32.619325" elapsed="608.648638"/>
</test>
<test id="s1-t3" name="Rerun Latency Test To Check Bug 6176" line="65">
<kw name="Log" owner="BuiltIn">
<msg time="2026-07-11T03:15:41.269946" 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-07-11T03:15:41.269495" elapsed="0.000509"/>
</kw>
<kw name="Run Cbench And Log Results">
<kw name="Set Suite Variable" owner="BuiltIn">
<msg time="2026-07-11T03:15:41.271242" 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-07-11T03:15:41.270907" elapsed="0.000377"/>
</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-07-11T03:15:41.271666" elapsed="0.000021"/>
</kw>
<status status="NOT RUN" start="2026-07-11T03:15:41.271435" elapsed="0.000289"/>
</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-07-11T03:15:41.275166" elapsed="0.000023"/>
</kw>
<status status="NOT RUN" start="2026-07-11T03:15:41.274897" elapsed="0.000329"/>
</branch>
<status status="PASS" start="2026-07-11T03:15:41.274872" elapsed="0.000378"/>
</if>
<kw name="Get Connection" owner="SSHLibrary">
<msg time="2026-07-11T03:15:41.275618" 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-07-11T03:15:41.275746" 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-07-11T03:15:41.275387" elapsed="0.000403"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-07-11T03:15:41.276374" level="INFO">Attempting to execute command "/usr/local/bin/cbench -c 10.30.171.96 -m 60000 -M 100 -S 16 -l 10 -D 5000 -p 6633" on remote system "10.30.171.32" 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-07-11T03:15:41.275925" elapsed="0.000547"/>
</kw>
<kw name="Open Connection" owner="SSHLibrary">
<msg time="2026-07-11T03:15:41.277064" 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-07-11T03:15:41.276615" elapsed="0.000476"/>
</kw>
<kw name="Flexible_SSH_Login" owner="SSHKeywords">
<kw name="Get Length" owner="BuiltIn">
<msg time="2026-07-11T03:15:41.278046" level="INFO">Length is 0.</msg>
<msg time="2026-07-11T03:15:41.278136" 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-07-11T03:15:41.277685" elapsed="0.000475"/>
</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-07-11T03:15:41.278304" elapsed="0.000336"/>
</kw>
<kw name="Run Keyword And Return" owner="BuiltIn">
<kw name="Login With Public Key" owner="SSHLibrary">
<msg time="2026-07-11T03:15:41.279556" level="INFO">Logging into '10.30.171.32:22' as 'jenkins'.</msg>
<msg time="2026-07-11T03:15:41.870622" level="INFO">Read output: Welcome to Ubuntu 22.04.5 LTS (GNU/Linux 5.15.0-153-generic x86_64)

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

 System information as of Sat Jul 11 03:15:41 UTC 2026

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


Expanded Security Maintenance for Applications is not enabled.

0 updates can be applied immediately.

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


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


Last login: Sat Jul 11 03:05:33 2026 from 10.30.171.1
[?2004h[jenkins@releng-00446-22-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-07-11T03:15:41.279160" elapsed="0.591717"/>
</kw>
<msg time="2026-07-11T03:15:41.870978" 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-07-11T03:15:41.278806" elapsed="0.592263"/>
</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-07-11T03:15:41.277300" elapsed="0.593918"/>
</kw>
<kw name="Execute Command" owner="SSHLibrary">
<msg time="2026-07-11T03:15:41.871893" level="INFO">Executing command '/usr/local/bin/cbench -c 10.30.171.96 -m 60000 -M 100 -S 16 -l 10 -D 5000 -p 6633'.</msg>
<msg time="2026-07-11T03:25:47.926202" level="INFO">Command exited with return code 0.</msg>
<msg time="2026-07-11T03:25:47.926877" level="INFO">${stdout} = </msg>
<msg time="2026-07-11T03:25:47.926993" level="INFO">${stderr} = cbench: controller benchmarking tool
   running in mode 'latency'
   connecting to controller at 10.30.171.96:6633 
   faking 16 switches with 1 threads :: 10 tests each; 60000 ms per test
   with 100...</msg>
<var>${stdout}</var>
<var>${stderr}</var>
<arg>${cmd}</arg>
<arg>return_stderr=True</arg>
<doc>Executes ``command`` on the remote machine and returns its outputs.</doc>
<status status="PASS" start="2026-07-11T03:15:41.871465" elapsed="606.055626"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-07-11T03:25:47.927594" elapsed="0.000883"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-07-11T03:25:47.929922" level="INFO">cbench: controller benchmarking tool
   running in mode 'latency'
   connecting to controller at 10.30.171.96: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.96. So far 1 cbench instances have initialized their switches.  Waiting for other cbench-instances
Thread-0: Total switches from ALL cbench-instances initialized.
03:16:47.013 16  switches: flows:  102377 102270 101162 101160 102843 102805 102541 102277 102035 100423 102296 114327 101897 112925 99254 101176  total = 27.529467 per ms 
03:17:47.115 16  switches: flows:  115918 117494 115664 114985 114587 116068 115688 116197 116777 112910 117058 115344 115408 116193 115809 114648  total = 30.793701 per ms 
03:18:47.215 16  switches: flows:  114844 117977 112932 115093 114352 115862 114747 117016 115758 113389 115512 114690 116149 115555 114536 113863  total = 30.653454 per ms 
03:19:47.316 16  switches: flows:  114208 114514 112690 114217 113362 113435 113818 111431 113124 111084 113130 109480 111033 111128 113349 112379  total = 29.989630 per ms 
03:20:47.416 16  switches: flows:  112821 115146 112259 111420 111381 112618 110052 110360 110677 111831 108103 110065 109436 108488 108808 109833  total = 29.505698 per ms 
03:21:47.516 16  switches: flows:  107999 110692 107362 107253 107484 108594 105338 105990 103632 104566 103115 104212 103557 102515 104980 104216  total = 28.144708 per ms 
03:22:47.617 16  switches: flows:  116244 120885 118581 118620 117640 119216 116693 115218 116517 113976 113407 115633 113740 116593 115784 114681  total = 31.005360 per ms 
03:23:47.717 16  switches: flows:  115063 114936 116603 115163 116184 116667 113762 116063 115914 112845 114782 112341 112180 111382 113057 112458  total = 30.438859 per ms 
03:24:47.818 16  switches: flows:  110234 111115 109179 109070 108711 109659 109934 110238 108129 106031 106762 104908 105945 106958 107019 106488  total = 28.791263 per ms 
03:25:47.919 16  switches: flows:  114162 113600 113607 112557 111006 113466 110965 112168 111654 109593 111019 109130 109179 109770 109144 109572  total = 29.627069 per ms 
RESULT: 16 switches 9 tests min/max/avg/stdev = 28144.71/31005.36/29883.30/10002.42 responses/s</msg>
<arg>${stderr}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-07-11T03:25:47.928977" elapsed="0.001347"/>
</kw>
<if>
<branch type="IF" condition="&quot;${return_stdout}&quot;!=&quot;True&quot;">
<return>
<value>${stderr}</value>
<status status="PASS" start="2026-07-11T03:25:47.931089" elapsed="0.000106"/>
</return>
<status status="PASS" start="2026-07-11T03:25:47.930578" elapsed="0.000733"/>
</branch>
<status status="PASS" start="2026-07-11T03:25:47.930492" elapsed="0.000895"/>
</if>
<if>
<branch type="IF" condition="&quot;${return_stderr}&quot;!=&quot;True&quot;">
<return>
<value>${stdout}</value>
<status status="NOT RUN" start="2026-07-11T03:25:47.931676" elapsed="0.000032"/>
</return>
<status status="NOT RUN" start="2026-07-11T03:25:47.931569" elapsed="0.000246"/>
</branch>
<status status="NOT RUN" start="2026-07-11T03:25:47.931518" elapsed="0.000348"/>
</if>
<return>
<value>${stdout}</value>
<value>${stderr}</value>
<status status="NOT RUN" start="2026-07-11T03:25:47.931941" elapsed="0.000030"/>
</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-07-11T03:25:47.936347" elapsed="0.000383"/>
</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-07-11T03:25:47.936925" elapsed="0.000176"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-07-11T03:25:47.937234" elapsed="0.000105"/>
</kw>
<arg>${current_ssh_connection.index}</arg>
<doc>Restore active SSH connection in SSHLibrary to given index.</doc>
<status status="PASS" start="2026-07-11T03:25:47.932738" elapsed="0.004658"/>
</kw>
<msg time="2026-07-11T03:25:47.937532" level="INFO">${output} = cbench: controller benchmarking tool
   running in mode 'latency'
   connecting to controller at 10.30.171.96:6633 
   faking 16 switches with 1 threads :: 10 tests each; 60000 ms per test
   with 100...</msg>
<var>${output}</var>
<arg>${cbench_system}</arg>
<arg>${cbench_executable} -c ${ODL_SYSTEM_IP} ${cbench_args}</arg>
<arg>prompt_timeout=${test_timeout}</arg>
<arg>return_stdout=False</arg>
<arg>return_stderr=True</arg>
<doc>Reduces the common work of running a command on a remote system to a single higher level
robot keyword, taking care to log in with a public key and. The command given is written and the return value
depends on the passed argument values of return_stdout (default: True) and return_stderr (default: False).
At least one should be True, or the keyword will exit and FAIL. If both are True, the resulting return value
will be a two element list containing both. Otherwise the resulting return value is a string.
No test conditions are checked.</doc>
<status status="PASS" start="2026-07-11T03:15:41.272091" elapsed="606.665475"/>
</kw>
<status status="PASS" start="2026-07-11T03:15:41.271766" elapsed="606.665868"/>
</branch>
<status status="PASS" start="2026-07-11T03:15:41.271411" elapsed="606.666254"/>
</if>
<kw name="Log" owner="BuiltIn">
<msg time="2026-07-11T03:25:47.938131" level="INFO">cbench: controller benchmarking tool
   running in mode 'latency'
   connecting to controller at 10.30.171.96: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.96. So far 1 cbench instances have initialized their switches.  Waiting for other cbench-instances
Thread-0: Total switches from ALL cbench-instances initialized.
03:16:47.013 16  switches: flows:  102377 102270 101162 101160 102843 102805 102541 102277 102035 100423 102296 114327 101897 112925 99254 101176  total = 27.529467 per ms 
03:17:47.115 16  switches: flows:  115918 117494 115664 114985 114587 116068 115688 116197 116777 112910 117058 115344 115408 116193 115809 114648  total = 30.793701 per ms 
03:18:47.215 16  switches: flows:  114844 117977 112932 115093 114352 115862 114747 117016 115758 113389 115512 114690 116149 115555 114536 113863  total = 30.653454 per ms 
03:19:47.316 16  switches: flows:  114208 114514 112690 114217 113362 113435 113818 111431 113124 111084 113130 109480 111033 111128 113349 112379  total = 29.989630 per ms 
03:20:47.416 16  switches: flows:  112821 115146 112259 111420 111381 112618 110052 110360 110677 111831 108103 110065 109436 108488 108808 109833  total = 29.505698 per ms 
03:21:47.516 16  switches: flows:  107999 110692 107362 107253 107484 108594 105338 105990 103632 104566 103115 104212 103557 102515 104980 104216  total = 28.144708 per ms 
03:22:47.617 16  switches: flows:  116244 120885 118581 118620 117640 119216 116693 115218 116517 113976 113407 115633 113740 116593 115784 114681  total = 31.005360 per ms 
03:23:47.717 16  switches: flows:  115063 114936 116603 115163 116184 116667 113762 116063 115914 112845 114782 112341 112180 111382 113057 112458  total = 30.438859 per ms 
03:24:47.818 16  switches: flows:  110234 111115 109179 109070 108711 109659 109934 110238 108129 106031 106762 104908 105945 106958 107019 106488  total = 28.791263 per ms 
03:25:47.919 16  switches: flows:  114162 113600 113607 112557 111006 113466 110965 112168 111654 109593 111019 109130 109179 109770 109144 109572  total = 29.627069 per ms 
RESULT: 16 switches 9 tests min/max/avg/stdev = 28144.71/31005.36/29883.30/10002.42 responses/s</msg>
<arg>${output}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-07-11T03:25:47.937829" elapsed="0.000380"/>
</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-07-11T03:25:47.938384" elapsed="0.000416"/>
</kw>
<kw name="Get Lines Containing String" owner="String">
<msg time="2026-07-11T03:25:47.939229" level="INFO">1 out of 23 lines matched.</msg>
<msg time="2026-07-11T03:25:47.939328" level="INFO">${result_line} = RESULT: 16 switches 9 tests min/max/avg/stdev = 28144.71/31005.36/29883.30/10002.42 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-07-11T03:25:47.938984" elapsed="0.000370"/>
</kw>
<kw name="Split String" owner="String">
<msg time="2026-07-11T03:25:47.939807" level="INFO">@{results_list} = [ RESULT: | 16 | switches | 9 | tests | min/max/avg/stdev | = | 28144.71/31005.36/29883.30/10002.42 | 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-07-11T03:25:47.939517" elapsed="0.000320"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-07-11T03:25:47.942382" 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-07-11T03:25:47.940000" elapsed="0.002444"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-07-11T03:25:47.945058" level="INFO">28144.71/31005.36/29883.30/10002.42</msg>
<arg>${results_list[7]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-07-11T03:25:47.942604" elapsed="0.002516"/>
</kw>
<kw name="Split String" owner="String">
<msg time="2026-07-11T03:25:47.947579" 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-07-11T03:25:47.945277" elapsed="0.002339"/>
</kw>
<kw name="Split String" owner="String">
<msg time="2026-07-11T03:25:47.950179" level="INFO">@{result_value_list} = [ 28144.71 | 31005.36 | 29883.30 | 10002.42 ]</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-07-11T03:25:47.947855" elapsed="0.002353"/>
</kw>
<kw name="Get Length" owner="BuiltIn">
<msg time="2026-07-11T03:25:47.950692" level="INFO">Length is 4.</msg>
<msg time="2026-07-11T03:25:47.950813" 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-07-11T03:25:47.950364" elapsed="0.000475"/>
</kw>
<for flavor="IN RANGE">
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-07-11T03:25:47.955564" level="INFO">min :: 28144.71</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-07-11T03:25:47.951310" elapsed="0.004311"/>
</kw>
<var name="${i}">0</var>
<status status="PASS" start="2026-07-11T03:25:47.951180" elapsed="0.004476"/>
</iter>
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-07-11T03:25:47.960147" level="INFO">max :: 31005.36</msg>
<arg>${result_name_list[${i}]} :: ${result_value_list[${i}]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-07-11T03:25:47.955888" elapsed="0.004317"/>
</kw>
<var name="${i}">1</var>
<status status="PASS" start="2026-07-11T03:25:47.955744" elapsed="0.004496"/>
</iter>
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-07-11T03:25:47.964973" level="INFO">avg :: 29883.30</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-07-11T03:25:47.960450" elapsed="0.004581"/>
</kw>
<var name="${i}">2</var>
<status status="PASS" start="2026-07-11T03:25:47.960324" elapsed="0.004743"/>
</iter>
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-07-11T03:25:47.969542" level="INFO">stdev :: 10002.42</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-07-11T03:25:47.965280" elapsed="0.004318"/>
</kw>
<var name="${i}">3</var>
<status status="PASS" start="2026-07-11T03:25:47.965152" elapsed="0.004480"/>
</iter>
<var>${i}</var>
<value>0</value>
<value>${num_stats}</value>
<status status="PASS" start="2026-07-11T03:25:47.950972" elapsed="0.018691"/>
</for>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-07-11T03:25:47.973691" level="INFO">${min} = 28144.71</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-07-11T03:25:47.969838" elapsed="0.003880"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-07-11T03:25:47.977549" level="INFO">${max} = 31005.36</msg>
<var>${max}</var>
<arg>${result_value_list[${1}]}</arg>
<doc>Returns the given values which can then be assigned to a variables.</doc>
<status status="PASS" start="2026-07-11T03:25:47.973891" elapsed="0.003684"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-07-11T03:25:47.981410" level="INFO">${average} = 29883.30</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-07-11T03:25:47.977726" elapsed="0.003711"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-07-11T03:25:47.985309" level="INFO">${stdev} = 10002.42</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-07-11T03:25:47.981589" elapsed="0.003746"/>
</kw>
<kw name="Get Time" owner="BuiltIn">
<msg time="2026-07-11T03:25:47.985860" level="INFO">${date} = 2026-07-11 03:25:47</msg>
<var>${date}</var>
<arg>d,m,s</arg>
<doc>Returns the given time in the requested format.</doc>
<status status="PASS" start="2026-07-11T03:25:47.985496" elapsed="0.000390"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-07-11T03:25:47.986473" level="INFO">CBench Result: 2026-07-11 03:25:47,-m 60000 -M 100 -S 16 -l 10 -D 5000 -p 6633,28144.71,31005.36,29883.30,10002.42</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-07-11T03:25:47.986044" elapsed="0.000487"/>
</kw>
<kw name="Log Results And Determine Status">
<kw name="Append To File" owner="OperatingSystem">
<msg time="2026-07-11T03:25:47.987709" 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-07-11T03:25:47.987208" elapsed="0.000584"/>
</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-07-11T03:25:47.987944" elapsed="0.000468"/>
</kw>
<arg>${min}</arg>
<arg>${max}</arg>
<arg>${average}</arg>
<arg>${average_threshold}</arg>
<arg>${output_filename}</arg>
<status status="PASS" start="2026-07-11T03:25:47.986709" elapsed="0.001770"/>
</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-07-11T03:15:41.270335" elapsed="606.718203"/>
</kw>
<kw name="Sleep" owner="BuiltIn">
<msg time="2026-07-11T03:25:47.989022" 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-07-11T03:25:47.988686" elapsed="0.000392"/>
</kw>
<kw name="Report Failure Due To Bug" owner="Utils" type="TEARDOWN">
<kw name="Evaluate" owner="BuiltIn">
<msg time="2026-07-11T03:25:47.990301" 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-07-11T03:25:47.989823" elapsed="0.000506"/>
</kw>
<if>
<branch type="IF" condition="('${TEST_STATUS}' != 'FAIL') or ${test_skipped}">
<return>
<status status="PASS" start="2026-07-11T03:25:47.990570" elapsed="0.000037"/>
</return>
<status status="PASS" start="2026-07-11T03:25:47.990417" elapsed="0.000222"/>
</branch>
<status status="PASS" start="2026-07-11T03:25:47.990394" elapsed="0.000289"/>
</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-07-11T03:25:47.990849" elapsed="0.000023"/>
</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-07-11T03:25:47.991006" elapsed="0.000020"/>
</kw>
<kw name="Set Variable If" owner="BuiltIn">
<var>${bug_url}</var>
<arg>${match}</arg>
<arg>https://jira.opendaylight.org/browse/${number}</arg>
<arg>https://bugs.opendaylight.org/show_bug.cgi?id=${number}</arg>
<doc>Sets variable based on the given condition.</doc>
<status status="NOT RUN" start="2026-07-11T03:25:47.991162" 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-07-11T03:25:47.991374" elapsed="0.000021"/>
</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-07-11T03:25:47.991523" 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-07-11T03:25:47.991668" 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-07-11T03:25:47.991827" elapsed="0.000026"/>
</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-07-11T03:25:47.992058" elapsed="0.000021"/>
</kw>
<status status="NOT RUN" start="2026-07-11T03:25:47.991919" elapsed="0.000191"/>
</branch>
<status status="NOT RUN" start="2026-07-11T03:25:47.991901" elapsed="0.000232"/>
</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-07-11T03:25:47.989462" elapsed="0.002721"/>
</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-07-11T03:15:41.268976" elapsed="606.723254"/>
</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-07-11T02:55:23.185630" elapsed="1824.807228"/>
</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>
