<?xml version="1.0" encoding="UTF-8"?>
<robot generator="Robot 7.4.2 (Python 3.11.10 on linux)" generated="2026-08-07T03:44:46.213054" 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-08-07T03:44:46.777914" elapsed="0.000023"/>
</return>
<status status="NOT RUN" start="2026-08-07T03:44:46.777763" elapsed="0.000222"/>
</branch>
<status status="PASS" start="2026-08-07T03:44:46.777734" elapsed="0.000278"/>
</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-08-07T03:44:46.778155" elapsed="0.000493"/>
</kw>
<kw name="Login" owner="SSHLibrary">
<msg time="2026-08-07T03:44:46.779126" level="INFO">Logging into '10.30.170.167:8101' as 'karaf'.</msg>
<msg time="2026-08-07T03:44:47.455010" 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-08-07T03:44:46.778815" elapsed="0.676423"/>
</kw>
<kw name="Write" owner="SSHLibrary">
<msg time="2026-08-07T03:44:47.505422" 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-08-07T03:44:47.455557" elapsed="0.049937"/>
</kw>
<kw name="Read Until Regexp" owner="SSHLibrary">
<msg time="2026-08-07T03:44:47.507374" level="INFO">[?1l&gt;[?2004l[?1h=[90m~[0m                                                                                [?2004hopendaylight-user@root&gt;</msg>
<msg time="2026-08-07T03:44:47.507489" 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-08-07T03:44:47.505669" elapsed="0.001851"/>
</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-08-07T03:44:47.507678" elapsed="0.000232"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-08-07T03:44:47.508071" elapsed="0.000230"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-08-07T03:44:47.508804" 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-08-07T03:44:47.508450" elapsed="0.000433"/>
</kw>
<return>
<value>${output}</value>
<status status="PASS" start="2026-08-07T03:44:47.508942" elapsed="0.000061"/>
</return>
<arg>log:set ${log_level}</arg>
<doc>Will execute the given ${cmd} by ssh'ing to the karaf console running on 10.30.170.167
Note that this keyword will open&amp;close new SSH connection, without switching back to previously current session.</doc>
<status status="PASS" start="2026-08-07T03:44:46.777389" elapsed="0.731747"/>
</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-08-07T03:44:46.773772" elapsed="0.735431"/>
</kw>
<kw name="Append To File" owner="OperatingSystem">
<msg time="2026-08-07T03:44:47.509794" 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-08-07T03:44:47.509400" elapsed="0.000518"/>
</kw>
<kw name="Append To File" owner="OperatingSystem">
<msg time="2026-08-07T03:44:47.510332" 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-08-07T03:44:47.510076" elapsed="0.000322"/>
</kw>
<kw name="Evaluate" owner="BuiltIn">
<msg time="2026-08-07T03:44:47.510979" 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-08-07T03:44:47.510551" elapsed="0.000457"/>
</kw>
<kw name="Set Suite Variable" owner="BuiltIn">
<msg time="2026-08-07T03:44:47.511728" 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-08-07T03:44:47.511178" elapsed="0.000592"/>
</kw>
<kw name="Evaluate" owner="BuiltIn">
<msg time="2026-08-07T03:44:47.512376" 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-08-07T03:44:47.511991" elapsed="0.000412"/>
</kw>
<kw name="Set Suite Variable" owner="BuiltIn">
<msg time="2026-08-07T03:44:47.512898" 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-08-07T03:44:47.512563" elapsed="0.000378"/>
</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-08-07T03:44:47.513255" elapsed="0.000022"/>
</kw>
<status status="NOT RUN" start="2026-08-07T03:44:47.513035" elapsed="0.000276"/>
</branch>
<branch type="ELSE">
<kw name="Verify File Exists On Remote System" owner="Utils">
<kw name="Open Connection" owner="SSHLibrary">
<msg time="2026-08-07T03:44:47.517809" 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-08-07T03:44:47.517399" elapsed="0.000437"/>
</kw>
<kw name="Flexible_SSH_Login" owner="SSHKeywords">
<kw name="Get Length" owner="BuiltIn">
<msg time="2026-08-07T03:44:47.518886" level="INFO">Length is 0.</msg>
<msg time="2026-08-07T03:44:47.518970" 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-08-07T03:44:47.518402" elapsed="0.000593"/>
</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-08-07T03:44:47.519138" elapsed="0.000344"/>
</kw>
<kw name="Run Keyword And Return" owner="BuiltIn">
<kw name="Login With Public Key" owner="SSHLibrary">
<msg time="2026-08-07T03:44:47.520532" level="INFO">Logging into '10.30.170.88:22' as 'jenkins'.</msg>
<msg time="2026-08-07T03:44:48.202252" 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 Fri Aug  7 03:44:47 UTC 2026

  System load:  0.16               Processes:             111
  Usage of /:   19.3% of 38.58GB   Users logged in:       0
  Memory usage: 4%                 IPv4 address for ens3: 10.30.170.88
  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-49-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-08-07T03:44:47.520023" elapsed="0.682408"/>
</kw>
<msg time="2026-08-07T03:44:48.202528" 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-08-07T03:44:47.519634" elapsed="0.682997"/>
</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-08-07T03:44:47.518058" elapsed="0.684704"/>
</kw>
<kw name="File Should Exist" owner="SSHLibrary">
<msg time="2026-08-07T03:44:48.210145" 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-08-07T03:44:48.203005" elapsed="0.008434"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-08-07T03:44:48.211628" elapsed="0.000315"/>
</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-08-07T03:44:47.516864" elapsed="0.695144"/>
</kw>
<status status="PASS" start="2026-08-07T03:44:47.513540" elapsed="0.698507"/>
</branch>
<status status="PASS" start="2026-08-07T03:44:47.513006" elapsed="0.699081"/>
</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-08-07T03:44:48.212247" elapsed="0.000574"/>
</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-08-07T03:44:48.221928" elapsed="0.000021"/>
</return>
<status status="NOT RUN" start="2026-08-07T03:44:48.221784" elapsed="0.000201"/>
</branch>
<status status="PASS" start="2026-08-07T03:44:48.221757" elapsed="0.000252"/>
</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-08-07T03:44:48.225707" elapsed="0.000015"/>
</return>
<status status="NOT RUN" start="2026-08-07T03:44:48.225587" elapsed="0.000168"/>
</branch>
<status status="PASS" start="2026-08-07T03:44:48.225567" elapsed="0.000211"/>
</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-08-07T03:44:48.225929" elapsed="0.000462"/>
</kw>
<kw name="Login" owner="SSHLibrary">
<msg time="2026-08-07T03:44:48.226807" level="INFO">Logging into '10.30.170.167:8101' as 'karaf'.</msg>
<msg time="2026-08-07T03:44:48.472028" 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-08-07T03:44:48.226541" elapsed="0.245643"/>
</kw>
<kw name="Write" owner="SSHLibrary">
<msg time="2026-08-07T03:44:48.572654" 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-08-07T03:44:48.472444" elapsed="0.100413"/>
</kw>
<kw name="Read Until Regexp" owner="SSHLibrary">
<msg time="2026-08-07T03:44:48.588673" 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-08-07T03:44:48.588925" 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-08-07T03:44:48.573113" elapsed="0.015844"/>
</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-08-07T03:44:48.589100" elapsed="0.000222"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-08-07T03:44:48.589470" elapsed="0.000264"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-08-07T03:44:48.590218" 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-08-07T03:44:48.589897" elapsed="0.000376"/>
</kw>
<return>
<value>${output}</value>
<status status="PASS" start="2026-08-07T03:44:48.590326" elapsed="0.000057"/>
</return>
<msg time="2026-08-07T03:44:48.590538" 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.170.167
Note that this keyword will open&amp;close new SSH connection, without switching back to previously current session.</doc>
<status status="PASS" start="2026-08-07T03:44:48.225210" elapsed="0.365360"/>
</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-08-07T03:44:48.590715" elapsed="0.000546"/>
</kw>
<return>
<value>${output}</value>
<status status="PASS" start="2026-08-07T03:44:48.591312" elapsed="0.000031"/>
</return>
<arg>odl-openflowplugin-drop-test</arg>
<doc>Will Succeed if the given ${feature_name} is found in the output of "feature:list -i"</doc>
<status status="PASS" start="2026-08-07T03:44:48.221460" elapsed="0.369985"/>
</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-08-07T03:44:48.595372" elapsed="0.000015"/>
</return>
<status status="NOT RUN" start="2026-08-07T03:44:48.595232" elapsed="0.000187"/>
</branch>
<status status="PASS" start="2026-08-07T03:44:48.595208" elapsed="0.000235"/>
</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-08-07T03:44:48.595737" elapsed="0.000469"/>
</kw>
<kw name="Login" owner="SSHLibrary">
<msg time="2026-08-07T03:44:48.596616" level="INFO">Logging into '10.30.170.167:8101' as 'karaf'.</msg>
<msg time="2026-08-07T03:44:48.777599" 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-08-07T03:44:48.596352" elapsed="0.181461"/>
</kw>
<kw name="Write" owner="SSHLibrary">
<msg time="2026-08-07T03:44:48.803502" 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-08-07T03:44:48.778129" elapsed="0.025474"/>
</kw>
<kw name="Read Until Regexp" owner="SSHLibrary">
<msg time="2026-08-07T03:44:48.805945" level="INFO">[?1l&gt;[?2004lDropAllFlows transitions to on
[?1h=[90m~[0m                                                                                [?2004hopendaylight-user@root&gt;</msg>
<msg time="2026-08-07T03:44:48.806062" 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-08-07T03:44:48.803855" elapsed="0.002237"/>
</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-08-07T03:44:48.806232" elapsed="0.000251"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-08-07T03:44:48.806633" elapsed="0.000284"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-08-07T03:44:48.807466" 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-08-07T03:44:48.807096" elapsed="0.000423"/>
</kw>
<return>
<value>${output}</value>
<status status="PASS" start="2026-08-07T03:44:48.807579" elapsed="0.000064"/>
</return>
<arg>dropallpacketsrpc on</arg>
<doc>Will execute the given ${cmd} by ssh'ing to the karaf console running on 10.30.170.167
Note that this keyword will open&amp;close new SSH connection, without switching back to previously current session.</doc>
<status status="PASS" start="2026-08-07T03:44:48.594896" elapsed="0.212880"/>
</kw>
<status status="PASS" start="2026-08-07T03:44:46.772061" elapsed="2.035806"/>
</kw>
<test id="s1-t1" name="Cbench Latency Test" line="37">
<kw name="Log" owner="BuiltIn">
<msg time="2026-08-07T03:44:48.810288" 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-08-07T03:44:48.808820" elapsed="0.001568"/>
</kw>
<kw name="Run Cbench And Log Results">
<kw name="Set Suite Variable" owner="BuiltIn">
<msg time="2026-08-07T03:44:48.812146" 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-08-07T03:44:48.811657" elapsed="0.000543"/>
</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-08-07T03:44:48.812545" elapsed="0.000022"/>
</kw>
<status status="NOT RUN" start="2026-08-07T03:44:48.812290" elapsed="0.000313"/>
</branch>
<branch type="ELSE">
<kw name="Run Command On Remote System" owner="Utils">
<if>
<branch type="IF" condition="&quot;${return_stdout}&quot;!=&quot;True&quot; and &quot;${return_stderr}&quot;!=&quot;True&quot;">
<kw name="Fail" owner="BuiltIn">
<arg>At least one of {return_stdout} or {return_stderr} args should be set to True</arg>
<doc>Fails the test with the given message and optionally alters its tags.</doc>
<status status="NOT RUN" start="2026-08-07T03:44:48.815680" elapsed="0.000021"/>
</kw>
<status status="NOT RUN" start="2026-08-07T03:44:48.815425" elapsed="0.000312"/>
</branch>
<status status="PASS" start="2026-08-07T03:44:48.815406" elapsed="0.000356"/>
</if>
<kw name="Get Connection" owner="SSHLibrary">
<msg time="2026-08-07T03:44:48.816148" 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-08-07T03:44:48.816280" 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-08-07T03:44:48.815912" elapsed="0.000395"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-08-07T03:44:48.816903" level="INFO">Attempting to execute command "/usr/local/bin/cbench -c 10.30.170.167 -m 60000 -M 100 -S 16 -l 10 -D 5000 -p 6633" on remote system "10.30.170.88" 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-08-07T03:44:48.816441" elapsed="0.000525"/>
</kw>
<kw name="Open Connection" owner="SSHLibrary">
<msg time="2026-08-07T03:44:48.817596" 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-08-07T03:44:48.817107" elapsed="0.000516"/>
</kw>
<kw name="Flexible_SSH_Login" owner="SSHKeywords">
<kw name="Get Length" owner="BuiltIn">
<msg time="2026-08-07T03:44:48.818557" level="INFO">Length is 0.</msg>
<msg time="2026-08-07T03:44:48.818649" 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-08-07T03:44:48.818222" elapsed="0.000452"/>
</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-08-07T03:44:48.818817" elapsed="0.000374"/>
</kw>
<kw name="Run Keyword And Return" owner="BuiltIn">
<kw name="Login With Public Key" owner="SSHLibrary">
<msg time="2026-08-07T03:44:48.820127" level="INFO">Logging into '10.30.170.88:22' as 'jenkins'.</msg>
<msg time="2026-08-07T03:44:49.135565" 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 Fri Aug  7 03:44:47 UTC 2026

  System load:  0.16               Processes:             111
  Usage of /:   19.3% of 38.58GB   Users logged in:       0
  Memory usage: 4%                 IPv4 address for ens3: 10.30.170.88
  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: Fri Aug  7 03:44:48 2026 from 10.30.171.202
[?2004h[jenkins@releng-00446-49-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-08-07T03:44:48.819696" elapsed="0.316079"/>
</kw>
<msg time="2026-08-07T03:44:49.135880" 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-08-07T03:44:48.819345" elapsed="0.316622"/>
</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-08-07T03:44:48.817826" elapsed="0.318261"/>
</kw>
<kw name="Execute Command" owner="SSHLibrary">
<msg time="2026-08-07T03:44:49.136602" level="INFO">Executing command '/usr/local/bin/cbench -c 10.30.170.167 -m 60000 -M 100 -S 16 -l 10 -D 5000 -p 6633'.</msg>
<msg time="2026-08-07T03:54:55.241626" level="INFO">Command exited with return code 0.</msg>
<msg time="2026-08-07T03:54:55.242293" level="INFO">${stdout} = </msg>
<msg time="2026-08-07T03:54:55.242414" level="INFO">${stderr} = cbench: controller benchmarking tool
   running in mode 'latency'
   connecting to controller at 10.30.170.167:6633 
   faking 16 switches with 1 threads :: 10 tests each; 60000 ms per test
   with 10...</msg>
<var>${stdout}</var>
<var>${stderr}</var>
<arg>${cmd}</arg>
<arg>return_stderr=True</arg>
<doc>Executes ``command`` on the remote machine and returns its outputs.</doc>
<status status="PASS" start="2026-08-07T03:44:49.136306" elapsed="606.106171"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-08-07T03:54:55.243048" elapsed="0.000847"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-08-07T03:54:55.245299" level="INFO">cbench: controller benchmarking tool
   running in mode 'latency'
   connecting to controller at 10.30.170.167:6633 
   faking 16 switches with 1 threads :: 10 tests each; 60000 ms per test
   with 100 unique source MACs per switch
   learning destination mac addresses before the test
   starting test with 5000 ms delay after features_reply
   ignoring first 1 "warmup" and last 0 "cooldown" loops
   debugging info is off
Master Thread: Creating thread-0! 
Thread-0: All switches initialized. Running at node 10.30.170.167. So far 1 cbench instances have initialized their switches.  Waiting for other cbench-instances
Thread-0: Total switches from ALL cbench-instances initialized.
03:45:54.335 16  switches: flows:  89394 87956 86549 86126 88120 86113 86899 85092 89571 85791 83705 85753 87718 85961 85351 84951  total = 23.084167 per ms 
03:46:54.435 16  switches: flows:  114789 116349 114799 114693 113494 112371 111683 112674 114508 113106 110741 112146 114036 113621 112869 111634  total = 30.174862 per ms 
03:47:54.536 16  switches: flows:  109164 110589 108427 108134 109173 107097 109078 107727 107706 106170 107092 108420 109225 108469 109145 107136  total = 28.830622 per ms 
03:48:54.638 16  switches: flows:  113848 116634 116387 113872 115607 112451 112763 113983 114731 112732 111554 114075 112127 114388 114773 111979  total = 30.313515 per ms 
03:49:54.739 16  switches: flows:  117541 119199 118433 116472 121975 117227 116653 115923 117583 115156 114852 115488 116148 116186 118797 114232  total = 31.145759 per ms 
03:50:54.839 16  switches: flows:  109597 109541 109480 109198 111750 109745 109282 107371 107941 108295 107430 106556 110273 107825 108897 106442  total = 28.945389 per ms 
03:51:54.939 16  switches: flows:  109825 108633 108271 109733 109336 110640 109947 109259 108422 109047 108541 108023 109230 110069 108429 107958  total = 29.040789 per ms 
03:52:55.040 16  switches: flows:  114274 115456 115982 115099 113872 113550 112444 114360 114151 112846 111389 110824 112190 111141 112537 110585  total = 30.128059 per ms 
03:53:55.140 16  switches: flows:  110611 110943 109430 110308 108260 109600 108917 108963 109102 109514 105798 106078 108311 107198 108694 104339  total = 28.886214 per ms 
03:54:55.240 16  switches: flows:  118571 119014 118353 116605 117511 115805 117844 115164 116163 118096 113612 115703 118986 116243 115590 115763  total = 31.098470 per ms 
RESULT: 16 switches 9 tests min/max/avg/stdev = 28830.62/31145.76/29840.41/9986.24 responses/s</msg>
<arg>${stderr}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-08-07T03:54:55.244292" elapsed="0.001308"/>
</kw>
<if>
<branch type="IF" condition="&quot;${return_stdout}&quot;!=&quot;True&quot;">
<return>
<value>${stderr}</value>
<status status="PASS" start="2026-08-07T03:54:55.246193" elapsed="0.000089"/>
</return>
<status status="PASS" start="2026-08-07T03:54:55.245822" elapsed="0.000547"/>
</branch>
<status status="PASS" start="2026-08-07T03:54:55.245746" elapsed="0.000683"/>
</if>
<if>
<branch type="IF" condition="&quot;${return_stderr}&quot;!=&quot;True&quot;">
<return>
<value>${stdout}</value>
<status status="NOT RUN" start="2026-08-07T03:54:55.246731" elapsed="0.000034"/>
</return>
<status status="NOT RUN" start="2026-08-07T03:54:55.246633" elapsed="0.000252"/>
</branch>
<status status="NOT RUN" start="2026-08-07T03:54:55.246533" elapsed="0.000413"/>
</if>
<return>
<value>${stdout}</value>
<value>${stderr}</value>
<status status="NOT RUN" start="2026-08-07T03:54:55.247052" elapsed="0.000037"/>
</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-08-07T03:54:55.250886" elapsed="0.000478"/>
</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-08-07T03:54:55.251527" elapsed="0.000182"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-08-07T03:54:55.251873" elapsed="0.000117"/>
</kw>
<arg>${current_ssh_connection.index}</arg>
<doc>Restore active SSH connection in SSHLibrary to given index.</doc>
<status status="PASS" start="2026-08-07T03:54:55.247570" elapsed="0.004477"/>
</kw>
<msg time="2026-08-07T03:54:55.252181" level="INFO">${output} = cbench: controller benchmarking tool
   running in mode 'latency'
   connecting to controller at 10.30.170.167:6633 
   faking 16 switches with 1 threads :: 10 tests each; 60000 ms per test
   with 10...</msg>
<var>${output}</var>
<arg>${cbench_system}</arg>
<arg>${cbench_executable} -c ${ODL_SYSTEM_IP} ${cbench_args}</arg>
<arg>prompt_timeout=${test_timeout}</arg>
<arg>return_stdout=False</arg>
<arg>return_stderr=True</arg>
<doc>Reduces the common work of running a command on a remote system to a single higher level
robot keyword, taking care to log in with a public key and. The command given is written and the return value
depends on the passed argument values of return_stdout (default: True) and return_stderr (default: False).
At least one should be True, or the keyword will exit and FAIL. If both are True, the resulting return value
will be a two element list containing both. Otherwise the resulting return value is a string.
No test conditions are checked.</doc>
<status status="PASS" start="2026-08-07T03:44:48.813045" elapsed="606.439165"/>
</kw>
<status status="PASS" start="2026-08-07T03:44:48.812633" elapsed="606.439628"/>
</branch>
<status status="PASS" start="2026-08-07T03:44:48.812263" elapsed="606.440024"/>
</if>
<kw name="Log" owner="BuiltIn">
<msg time="2026-08-07T03:54:55.252765" level="INFO">cbench: controller benchmarking tool
   running in mode 'latency'
   connecting to controller at 10.30.170.167:6633 
   faking 16 switches with 1 threads :: 10 tests each; 60000 ms per test
   with 100 unique source MACs per switch
   learning destination mac addresses before the test
   starting test with 5000 ms delay after features_reply
   ignoring first 1 "warmup" and last 0 "cooldown" loops
   debugging info is off
Master Thread: Creating thread-0! 
Thread-0: All switches initialized. Running at node 10.30.170.167. So far 1 cbench instances have initialized their switches.  Waiting for other cbench-instances
Thread-0: Total switches from ALL cbench-instances initialized.
03:45:54.335 16  switches: flows:  89394 87956 86549 86126 88120 86113 86899 85092 89571 85791 83705 85753 87718 85961 85351 84951  total = 23.084167 per ms 
03:46:54.435 16  switches: flows:  114789 116349 114799 114693 113494 112371 111683 112674 114508 113106 110741 112146 114036 113621 112869 111634  total = 30.174862 per ms 
03:47:54.536 16  switches: flows:  109164 110589 108427 108134 109173 107097 109078 107727 107706 106170 107092 108420 109225 108469 109145 107136  total = 28.830622 per ms 
03:48:54.638 16  switches: flows:  113848 116634 116387 113872 115607 112451 112763 113983 114731 112732 111554 114075 112127 114388 114773 111979  total = 30.313515 per ms 
03:49:54.739 16  switches: flows:  117541 119199 118433 116472 121975 117227 116653 115923 117583 115156 114852 115488 116148 116186 118797 114232  total = 31.145759 per ms 
03:50:54.839 16  switches: flows:  109597 109541 109480 109198 111750 109745 109282 107371 107941 108295 107430 106556 110273 107825 108897 106442  total = 28.945389 per ms 
03:51:54.939 16  switches: flows:  109825 108633 108271 109733 109336 110640 109947 109259 108422 109047 108541 108023 109230 110069 108429 107958  total = 29.040789 per ms 
03:52:55.040 16  switches: flows:  114274 115456 115982 115099 113872 113550 112444 114360 114151 112846 111389 110824 112190 111141 112537 110585  total = 30.128059 per ms 
03:53:55.140 16  switches: flows:  110611 110943 109430 110308 108260 109600 108917 108963 109102 109514 105798 106078 108311 107198 108694 104339  total = 28.886214 per ms 
03:54:55.240 16  switches: flows:  118571 119014 118353 116605 117511 115805 117844 115164 116163 118096 113612 115703 118986 116243 115590 115763  total = 31.098470 per ms 
RESULT: 16 switches 9 tests min/max/avg/stdev = 28830.62/31145.76/29840.41/9986.24 responses/s</msg>
<arg>${output}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-08-07T03:54:55.252446" elapsed="0.000410"/>
</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-08-07T03:54:55.253019" elapsed="0.000414"/>
</kw>
<kw name="Get Lines Containing String" owner="String">
<msg time="2026-08-07T03:54:55.253880" level="INFO">1 out of 23 lines matched.</msg>
<msg time="2026-08-07T03:54:55.253989" level="INFO">${result_line} = RESULT: 16 switches 9 tests min/max/avg/stdev = 28830.62/31145.76/29840.41/9986.24 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-08-07T03:54:55.253611" elapsed="0.000406"/>
</kw>
<kw name="Split String" owner="String">
<msg time="2026-08-07T03:54:55.254447" level="INFO">@{results_list} = [ RESULT: | 16 | switches | 9 | tests | min/max/avg/stdev | = | 28830.62/31145.76/29840.41/9986.24 | 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-08-07T03:54:55.254176" elapsed="0.000306"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-08-07T03:54:55.257034" 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-08-07T03:54:55.254649" elapsed="0.002449"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-08-07T03:54:55.259741" level="INFO">28830.62/31145.76/29840.41/9986.24</msg>
<arg>${results_list[7]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-08-07T03:54:55.257248" elapsed="0.002552"/>
</kw>
<kw name="Split String" owner="String">
<msg time="2026-08-07T03:54:55.262257" 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-08-07T03:54:55.259968" elapsed="0.002324"/>
</kw>
<kw name="Split String" owner="String">
<msg time="2026-08-07T03:54:55.264882" level="INFO">@{result_value_list} = [ 28830.62 | 31145.76 | 29840.41 | 9986.24 ]</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-08-07T03:54:55.262503" elapsed="0.002413"/>
</kw>
<kw name="Get Length" owner="BuiltIn">
<msg time="2026-08-07T03:54:55.265426" level="INFO">Length is 4.</msg>
<msg time="2026-08-07T03:54:55.265518" 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-08-07T03:54:55.265086" elapsed="0.000457"/>
</kw>
<for flavor="IN RANGE">
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-08-07T03:54:55.270518" level="INFO">min :: 28830.62</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-08-07T03:54:55.265997" elapsed="0.004605"/>
</kw>
<var name="${i}">0</var>
<status status="PASS" start="2026-08-07T03:54:55.265859" elapsed="0.004781"/>
</iter>
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-08-07T03:54:55.275340" level="INFO">max :: 31145.76</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-08-07T03:54:55.270878" elapsed="0.004528"/>
</kw>
<var name="${i}">1</var>
<status status="PASS" start="2026-08-07T03:54:55.270734" elapsed="0.004714"/>
</iter>
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-08-07T03:54:55.280218" level="INFO">avg :: 29840.41</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-08-07T03:54:55.275692" elapsed="0.004588"/>
</kw>
<var name="${i}">2</var>
<status status="PASS" start="2026-08-07T03:54:55.275539" elapsed="0.004778"/>
</iter>
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-08-07T03:54:55.285208" level="INFO">stdev :: 9986.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-08-07T03:54:55.280563" elapsed="0.004708"/>
</kw>
<var name="${i}">3</var>
<status status="PASS" start="2026-08-07T03:54:55.280420" elapsed="0.004889"/>
</iter>
<var>${i}</var>
<value>0</value>
<value>${num_stats}</value>
<status status="PASS" start="2026-08-07T03:54:55.265627" elapsed="0.019714"/>
</for>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-08-07T03:54:55.289620" level="INFO">${min} = 28830.62</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-08-07T03:54:55.285514" elapsed="0.004135"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-08-07T03:54:55.293976" level="INFO">${max} = 31145.76</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-08-07T03:54:55.289823" elapsed="0.004184"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-08-07T03:54:55.298098" level="INFO">${average} = 29840.41</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-08-07T03:54:55.294164" elapsed="0.003961"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-08-07T03:54:55.302203" level="INFO">${stdev} = 9986.24</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-08-07T03:54:55.298291" elapsed="0.003940"/>
</kw>
<kw name="Get Time" owner="BuiltIn">
<msg time="2026-08-07T03:54:55.302862" level="INFO">${date} = 2026-08-07 03:54:55</msg>
<var>${date}</var>
<arg>d,m,s</arg>
<doc>Returns the given time in the requested format.</doc>
<status status="PASS" start="2026-08-07T03:54:55.302417" elapsed="0.000474"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-08-07T03:54:55.303469" level="INFO">CBench Result: 2026-08-07 03:54:55,-m 60000 -M 100 -S 16 -l 10 -D 5000 -p 6633,28830.62,31145.76,29840.41,9986.24</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-08-07T03:54:55.303042" elapsed="0.000494"/>
</kw>
<kw name="Log Results And Determine Status">
<kw name="Append To File" owner="OperatingSystem">
<msg time="2026-08-07T03:54:55.304708" 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-08-07T03:54:55.304259" elapsed="0.000520"/>
</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-08-07T03:54:55.304974" elapsed="0.000524"/>
</kw>
<arg>${min}</arg>
<arg>${max}</arg>
<arg>${average}</arg>
<arg>${average_threshold}</arg>
<arg>${output_filename}</arg>
<status status="PASS" start="2026-08-07T03:54:55.303723" elapsed="0.001846"/>
</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-08-07T03:44:48.810904" elapsed="606.494731"/>
</kw>
<kw name="Sleep" owner="BuiltIn">
<msg time="2026-08-07T03:54:55.306145" 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-08-07T03:54:55.305788" elapsed="0.000425"/>
</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-08-07T03:54:55.306799" elapsed="0.000304"/>
</kw>
<status status="PASS" start="2026-08-07T03:54:55.306449" elapsed="0.000727"/>
</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-08-07T03:44:48.808035" elapsed="606.499182"/>
</test>
<test id="s1-t2" name="Cbench Throughput Test" line="51">
<kw name="Log" owner="BuiltIn">
<msg time="2026-08-07T03:54:55.308582" 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-08-07T03:54:55.308180" elapsed="0.000462"/>
</kw>
<kw name="Run Cbench And Log Results">
<kw name="Set Suite Variable" owner="BuiltIn">
<msg time="2026-08-07T03:54:55.310024" 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-08-07T03:54:55.309624" elapsed="0.000448"/>
</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-08-07T03:54:55.310446" elapsed="0.000023"/>
</kw>
<status status="NOT RUN" start="2026-08-07T03:54:55.310208" elapsed="0.000299"/>
</branch>
<branch type="ELSE">
<kw name="Run Command On Remote System" owner="Utils">
<if>
<branch type="IF" condition="&quot;${return_stdout}&quot;!=&quot;True&quot; and &quot;${return_stderr}&quot;!=&quot;True&quot;">
<kw name="Fail" owner="BuiltIn">
<arg>At least one of {return_stdout} or {return_stderr} args should be set to True</arg>
<doc>Fails the test with the given message and optionally alters its tags.</doc>
<status status="NOT RUN" start="2026-08-07T03:54:55.313559" elapsed="0.000022"/>
</kw>
<status status="NOT RUN" start="2026-08-07T03:54:55.313302" elapsed="0.000316"/>
</branch>
<status status="PASS" start="2026-08-07T03:54:55.313276" elapsed="0.000367"/>
</if>
<kw name="Get Connection" owner="SSHLibrary">
<msg time="2026-08-07T03:54:55.314032" 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-08-07T03:54:55.314162" 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-08-07T03:54:55.313785" elapsed="0.000404"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-08-07T03:54:55.314861" level="INFO">Attempting to execute command "/usr/local/bin/cbench -c 10.30.170.167 -t -m 60000 -M 100 -S 16 -l 10 -D 5000 -p 6633" on remote system "10.30.170.88" 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-08-07T03:54:55.314331" elapsed="0.000597"/>
</kw>
<kw name="Open Connection" owner="SSHLibrary">
<msg time="2026-08-07T03:54:55.315496" 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-08-07T03:54:55.315080" elapsed="0.000444"/>
</kw>
<kw name="Flexible_SSH_Login" owner="SSHKeywords">
<kw name="Get Length" owner="BuiltIn">
<msg time="2026-08-07T03:54:55.316507" level="INFO">Length is 0.</msg>
<msg time="2026-08-07T03:54:55.316614" 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-08-07T03:54:55.316153" elapsed="0.000488"/>
</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-08-07T03:54:55.316786" elapsed="0.000371"/>
</kw>
<kw name="Run Keyword And Return" owner="BuiltIn">
<kw name="Login With Public Key" owner="SSHLibrary">
<msg time="2026-08-07T03:54:55.318075" level="INFO">Logging into '10.30.170.88:22' as 'jenkins'.</msg>
<msg time="2026-08-07T03:54:55.939515" 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 Fri Aug  7 03:54:55 UTC 2026

  System load:  0.92               Processes:             104
  Usage of /:   19.3% of 38.58GB   Users logged in:       0
  Memory usage: 4%                 IPv4 address for ens3: 10.30.170.88
  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: Fri Aug  7 03:44:49 2026 from 10.30.171.202
[?2004h[jenkins@releng-00446-49-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-08-07T03:54:55.317662" elapsed="0.622050"/>
</kw>
<msg time="2026-08-07T03:54:55.939825" 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-08-07T03:54:55.317314" elapsed="0.622617"/>
</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-08-07T03:54:55.315731" elapsed="0.624317"/>
</kw>
<kw name="Execute Command" owner="SSHLibrary">
<msg time="2026-08-07T03:54:55.940573" level="INFO">Executing command '/usr/local/bin/cbench -c 10.30.170.167 -t -m 60000 -M 100 -S 16 -l 10 -D 5000 -p 6633'.</msg>
<msg time="2026-08-07T04:05:02.003248" level="INFO">Command exited with return code 0.</msg>
<msg time="2026-08-07T04:05:02.003665" level="INFO">${stdout} = </msg>
<msg time="2026-08-07T04:05:02.003734" level="INFO">${stderr} = cbench: controller benchmarking tool
   running in mode 'throughput'
   connecting to controller at 10.30.170.167: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-08-07T03:54:55.940273" elapsed="606.063499"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-08-07T04:05:02.004350" elapsed="0.000740"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-08-07T04:05:02.005968" level="INFO">cbench: controller benchmarking tool
   running in mode 'throughput'
   connecting to controller at 10.30.170.167:6633 
   faking 16 switches with 1 threads :: 10 tests each; 60000 ms per test
   with 100 unique source MACs per switch
   learning destination mac addresses before the test
   starting test with 5000 ms delay after features_reply
   ignoring first 1 "warmup" and last 0 "cooldown" loops
   debugging info is off
Master Thread: Creating thread-0! 
Thread-0: All switches initialized. Running at node 10.30.170.167. So far 1 cbench instances have initialized their switches.  Waiting for other cbench-instances
Thread-0: Total switches from ALL cbench-instances initialized.
03:56:01.075 16  switches: flows:  508927 512808 506823 500632 512872 518907 514152 503531 498612 497607 495248 510543 501340 500153 503129 490881  total = 134.602750 per ms 
03:57:01.177 16  switches: flows:  548721 556315 547824 551149 552893 547110 558014 545100 549056 564217 545838 547912 544523 548223 551711 556685  total = 146.672294 per ms 
03:58:01.278 16  switches: flows:  579205 595087 588950 583046 581173 576467 589242 581296 585625 583974 581331 572527 580049 588165 587686 580460  total = 155.310074 per ms 
03:59:01.380 16  switches: flows:  598708 602246 597646 594134 590237 603004 598265 599107 599326 598099 605023 592105 603864 598569 605454 606777  total = 159.607134 per ms 
04:00:01.482 16  switches: flows:  548222 557827 554215 555857 555169 563296 560922 554110 553932 558695 556867 551737 561227 555697 555111 555546  total = 148.057039 per ms 
04:01:01.584 16  switches: flows:  576713 583326 584023 584490 582577 591212 578145 583154 589007 581779 579561 582878 580630 579522 594742 574955  total = 155.183764 per ms 
04:02:01.685 16  switches: flows:  608156 601696 606337 598808 600597 599831 604231 602331 604496 594476 596471 608971 595578 595243 605895 603232  total = 160.170072 per ms 
04:03:01.787 16  switches: flows:  527771 515019 524566 525800 525860 513429 516273 514669 515839 527083 505237 511427 521405 517443 510177 522053  total = 138.001400 per ms 
04:04:01.889 16  switches: flows:  606729 602845 607694 601976 599922 613750 607950 600143 604221 600569 606922 604370 591306 599713 606925 596605  total = 160.588143 per ms 
04:05:01.990 16  switches: flows:  547817 545164 548627 538649 549005 542309 545360 545038 543059 547984 546914 541346 541626 544123 542891 532970  total = 144.804453 per ms 
RESULT: 16 switches 9 tests min/max/avg/stdev = 138001.40/160588.14/152043.82/51238.49 responses/s</msg>
<arg>${stderr}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-08-07T04:05:02.005398" elapsed="0.000788"/>
</kw>
<if>
<branch type="IF" condition="&quot;${return_stdout}&quot;!=&quot;True&quot;">
<return>
<value>${stderr}</value>
<status status="PASS" start="2026-08-07T04:05:02.006573" elapsed="0.000078"/>
</return>
<status status="PASS" start="2026-08-07T04:05:02.006318" elapsed="0.000405"/>
</branch>
<status status="PASS" start="2026-08-07T04:05:02.006281" elapsed="0.000483"/>
</if>
<if>
<branch type="IF" condition="&quot;${return_stderr}&quot;!=&quot;True&quot;">
<return>
<value>${stdout}</value>
<status status="NOT RUN" start="2026-08-07T04:05:02.006927" elapsed="0.000019"/>
</return>
<status status="NOT RUN" start="2026-08-07T04:05:02.006871" elapsed="0.000116"/>
</branch>
<status status="NOT RUN" start="2026-08-07T04:05:02.006825" elapsed="0.000192"/>
</if>
<return>
<value>${stdout}</value>
<value>${stderr}</value>
<status status="NOT RUN" start="2026-08-07T04:05:02.007059" elapsed="0.000019"/>
</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-08-07T04:05:02.010755" elapsed="0.000684"/>
</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-08-07T04:05:02.011650" elapsed="0.000252"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-08-07T04:05:02.012095" elapsed="0.000176"/>
</kw>
<arg>${current_ssh_connection.index}</arg>
<doc>Restore active SSH connection in SSHLibrary to given index.</doc>
<status status="PASS" start="2026-08-07T04:05:02.007501" elapsed="0.004849"/>
</kw>
<msg time="2026-08-07T04:05:02.012534" level="INFO">${output} = cbench: controller benchmarking tool
   running in mode 'throughput'
   connecting to controller at 10.30.170.167: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-08-07T03:54:55.310926" elapsed="606.701648"/>
</kw>
<status status="PASS" start="2026-08-07T03:54:55.310573" elapsed="606.702071"/>
</branch>
<status status="PASS" start="2026-08-07T03:54:55.310180" elapsed="606.702497"/>
</if>
<kw name="Log" owner="BuiltIn">
<msg time="2026-08-07T04:05:02.013302" level="INFO">cbench: controller benchmarking tool
   running in mode 'throughput'
   connecting to controller at 10.30.170.167:6633 
   faking 16 switches with 1 threads :: 10 tests each; 60000 ms per test
   with 100 unique source MACs per switch
   learning destination mac addresses before the test
   starting test with 5000 ms delay after features_reply
   ignoring first 1 "warmup" and last 0 "cooldown" loops
   debugging info is off
Master Thread: Creating thread-0! 
Thread-0: All switches initialized. Running at node 10.30.170.167. So far 1 cbench instances have initialized their switches.  Waiting for other cbench-instances
Thread-0: Total switches from ALL cbench-instances initialized.
03:56:01.075 16  switches: flows:  508927 512808 506823 500632 512872 518907 514152 503531 498612 497607 495248 510543 501340 500153 503129 490881  total = 134.602750 per ms 
03:57:01.177 16  switches: flows:  548721 556315 547824 551149 552893 547110 558014 545100 549056 564217 545838 547912 544523 548223 551711 556685  total = 146.672294 per ms 
03:58:01.278 16  switches: flows:  579205 595087 588950 583046 581173 576467 589242 581296 585625 583974 581331 572527 580049 588165 587686 580460  total = 155.310074 per ms 
03:59:01.380 16  switches: flows:  598708 602246 597646 594134 590237 603004 598265 599107 599326 598099 605023 592105 603864 598569 605454 606777  total = 159.607134 per ms 
04:00:01.482 16  switches: flows:  548222 557827 554215 555857 555169 563296 560922 554110 553932 558695 556867 551737 561227 555697 555111 555546  total = 148.057039 per ms 
04:01:01.584 16  switches: flows:  576713 583326 584023 584490 582577 591212 578145 583154 589007 581779 579561 582878 580630 579522 594742 574955  total = 155.183764 per ms 
04:02:01.685 16  switches: flows:  608156 601696 606337 598808 600597 599831 604231 602331 604496 594476 596471 608971 595578 595243 605895 603232  total = 160.170072 per ms 
04:03:01.787 16  switches: flows:  527771 515019 524566 525800 525860 513429 516273 514669 515839 527083 505237 511427 521405 517443 510177 522053  total = 138.001400 per ms 
04:04:01.889 16  switches: flows:  606729 602845 607694 601976 599922 613750 607950 600143 604221 600569 606922 604370 591306 599713 606925 596605  total = 160.588143 per ms 
04:05:01.990 16  switches: flows:  547817 545164 548627 538649 549005 542309 545360 545038 543059 547984 546914 541346 541626 544123 542891 532970  total = 144.804453 per ms 
RESULT: 16 switches 9 tests min/max/avg/stdev = 138001.40/160588.14/152043.82/51238.49 responses/s</msg>
<arg>${output}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-08-07T04:05:02.012893" elapsed="0.000513"/>
</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-08-07T04:05:02.013608" elapsed="0.000536"/>
</kw>
<kw name="Get Lines Containing String" owner="String">
<msg time="2026-08-07T04:05:02.014674" level="INFO">1 out of 23 lines matched.</msg>
<msg time="2026-08-07T04:05:02.014800" level="INFO">${result_line} = RESULT: 16 switches 9 tests min/max/avg/stdev = 138001.40/160588.14/152043.82/51238.49 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-08-07T04:05:02.014365" elapsed="0.000470"/>
</kw>
<kw name="Split String" owner="String">
<msg time="2026-08-07T04:05:02.015432" level="INFO">@{results_list} = [ RESULT: | 16 | switches | 9 | tests | min/max/avg/stdev | = | 138001.40/160588.14/152043.82/51238.49 | 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-08-07T04:05:02.015073" elapsed="0.000397"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-08-07T04:05:02.018887" 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-08-07T04:05:02.015669" elapsed="0.003301"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-08-07T04:05:02.022310" level="INFO">138001.40/160588.14/152043.82/51238.49</msg>
<arg>${results_list[7]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-08-07T04:05:02.019174" elapsed="0.003217"/>
</kw>
<kw name="Split String" owner="String">
<msg time="2026-08-07T04:05:02.025570" 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-08-07T04:05:02.022599" elapsed="0.003000"/>
</kw>
<kw name="Split String" owner="String">
<msg time="2026-08-07T04:05:02.028107" level="INFO">@{result_value_list} = [ 138001.40 | 160588.14 | 152043.82 | 51238.49 ]</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-08-07T04:05:02.025794" elapsed="0.002347"/>
</kw>
<kw name="Get Length" owner="BuiltIn">
<msg time="2026-08-07T04:05:02.028700" level="INFO">Length is 4.</msg>
<msg time="2026-08-07T04:05:02.028792" 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-08-07T04:05:02.028360" elapsed="0.000457"/>
</kw>
<for flavor="IN RANGE">
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-08-07T04:05:02.034199" level="INFO">min :: 138001.40</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-08-07T04:05:02.029225" elapsed="0.005044"/>
</kw>
<var name="${i}">0</var>
<status status="PASS" start="2026-08-07T04:05:02.029093" elapsed="0.005220"/>
</iter>
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-08-07T04:05:02.039659" level="INFO">max :: 160588.14</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-08-07T04:05:02.034592" elapsed="0.005129"/>
</kw>
<var name="${i}">1</var>
<status status="PASS" start="2026-08-07T04:05:02.034424" elapsed="0.005335"/>
</iter>
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-08-07T04:05:02.045711" level="INFO">avg :: 152043.82</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-08-07T04:05:02.040014" elapsed="0.005777"/>
</kw>
<var name="${i}">2</var>
<status status="PASS" start="2026-08-07T04:05:02.039872" elapsed="0.005987"/>
</iter>
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-08-07T04:05:02.051015" level="INFO">stdev :: 51238.49</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-08-07T04:05:02.046160" elapsed="0.004923"/>
</kw>
<var name="${i}">3</var>
<status status="PASS" start="2026-08-07T04:05:02.045981" elapsed="0.005144"/>
</iter>
<var>${i}</var>
<value>0</value>
<value>${num_stats}</value>
<status status="PASS" start="2026-08-07T04:05:02.028902" elapsed="0.022258"/>
</for>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-08-07T04:05:02.056103" level="INFO">${min} = 138001.40</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-08-07T04:05:02.051350" elapsed="0.004794"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-08-07T04:05:02.060173" level="INFO">${max} = 160588.14</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-08-07T04:05:02.056430" elapsed="0.003770"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-08-07T04:05:02.064127" level="INFO">${average} = 152043.82</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-08-07T04:05:02.060407" elapsed="0.003747"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-08-07T04:05:02.068041" level="INFO">${stdev} = 51238.49</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-08-07T04:05:02.064307" elapsed="0.003761"/>
</kw>
<kw name="Get Time" owner="BuiltIn">
<msg time="2026-08-07T04:05:02.068627" level="INFO">${date} = 2026-08-07 04:05:02</msg>
<var>${date}</var>
<arg>d,m,s</arg>
<doc>Returns the given time in the requested format.</doc>
<status status="PASS" start="2026-08-07T04:05:02.068230" elapsed="0.000424"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-08-07T04:05:02.069233" level="INFO">CBench Result: 2026-08-07 04:05:02,-t -m 60000 -M 100 -S 16 -l 10 -D 5000 -p 6633,138001.40,160588.14,152043.82,51238.49</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-08-07T04:05:02.068802" elapsed="0.000487"/>
</kw>
<kw name="Log Results And Determine Status">
<kw name="Append To File" owner="OperatingSystem">
<msg time="2026-08-07T04:05:02.070430" 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-08-07T04:05:02.069958" elapsed="0.000539"/>
</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-08-07T04:05:02.070654" elapsed="0.000497"/>
</kw>
<arg>${min}</arg>
<arg>${max}</arg>
<arg>${average}</arg>
<arg>${average_threshold}</arg>
<arg>${output_filename}</arg>
<status status="PASS" start="2026-08-07T04:05:02.069454" elapsed="0.001764"/>
</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-08-07T03:54:55.309000" elapsed="606.762280"/>
</kw>
<kw name="Sleep" owner="BuiltIn">
<msg time="2026-08-07T04:05:02.071746" 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-08-07T04:05:02.071430" elapsed="0.000376"/>
</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-08-07T04:05:02.072328" elapsed="0.000320"/>
</kw>
<status status="PASS" start="2026-08-07T04:05:02.072025" elapsed="0.000694"/>
</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-08-07T03:54:55.307534" elapsed="606.765222"/>
</test>
<test id="s1-t3" name="Rerun Latency Test To Check Bug 6176" line="65">
<kw name="Log" owner="BuiltIn">
<msg time="2026-08-07T04:05:02.074384" 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-08-07T04:05:02.073994" elapsed="0.000447"/>
</kw>
<kw name="Run Cbench And Log Results">
<kw name="Set Suite Variable" owner="BuiltIn">
<msg time="2026-08-07T04:05:02.076133" 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-08-07T04:05:02.075383" elapsed="0.000794"/>
</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-08-07T04:05:02.076574" elapsed="0.000023"/>
</kw>
<status status="NOT RUN" start="2026-08-07T04:05:02.076310" elapsed="0.000325"/>
</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-08-07T04:05:02.079682" elapsed="0.000021"/>
</kw>
<status status="NOT RUN" start="2026-08-07T04:05:02.079433" elapsed="0.000305"/>
</branch>
<status status="PASS" start="2026-08-07T04:05:02.079414" elapsed="0.000348"/>
</if>
<kw name="Get Connection" owner="SSHLibrary">
<msg time="2026-08-07T04:05:02.080114" 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-08-07T04:05:02.080234" 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-08-07T04:05:02.079912" elapsed="0.000349"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-08-07T04:05:02.080830" level="INFO">Attempting to execute command "/usr/local/bin/cbench -c 10.30.170.167 -m 60000 -M 100 -S 16 -l 10 -D 5000 -p 6633" on remote system "10.30.170.88" 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-08-07T04:05:02.080408" elapsed="0.000497"/>
</kw>
<kw name="Open Connection" owner="SSHLibrary">
<msg time="2026-08-07T04:05:02.081440" 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-08-07T04:05:02.081044" elapsed="0.000423"/>
</kw>
<kw name="Flexible_SSH_Login" owner="SSHKeywords">
<kw name="Get Length" owner="BuiltIn">
<msg time="2026-08-07T04:05:02.082377" level="INFO">Length is 0.</msg>
<msg time="2026-08-07T04:05:02.082464" 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-08-07T04:05:02.082061" elapsed="0.000427"/>
</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-08-07T04:05:02.082627" elapsed="0.000337"/>
</kw>
<kw name="Run Keyword And Return" owner="BuiltIn">
<kw name="Login With Public Key" owner="SSHLibrary">
<msg time="2026-08-07T04:05:02.083810" level="INFO">Logging into '10.30.170.88:22' as 'jenkins'.</msg>
<msg time="2026-08-07T04:05:02.658836" 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 Fri Aug  7 04:05:02 UTC 2026

  System load:  0.15               Processes:             106
  Usage of /:   19.3% of 38.58GB   Users logged in:       0
  Memory usage: 4%                 IPv4 address for ens3: 10.30.170.88
  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: Fri Aug  7 03:54:55 2026 from 10.30.171.202
[?2004h[jenkins@releng-00446-49-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-08-07T04:05:02.083457" elapsed="0.575790"/>
</kw>
<msg time="2026-08-07T04:05:02.659426" 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-08-07T04:05:02.083116" elapsed="0.576481"/>
</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-08-07T04:05:02.081668" elapsed="0.578222"/>
</kw>
<kw name="Execute Command" owner="SSHLibrary">
<msg time="2026-08-07T04:05:02.661050" level="INFO">Executing command '/usr/local/bin/cbench -c 10.30.170.167 -m 60000 -M 100 -S 16 -l 10 -D 5000 -p 6633'.</msg>
<msg time="2026-08-07T04:15:08.731606" level="INFO">Command exited with return code 0.</msg>
<msg time="2026-08-07T04:15:08.732066" level="INFO">${stdout} = </msg>
<msg time="2026-08-07T04:15:08.732150" level="INFO">${stderr} = cbench: controller benchmarking tool
   running in mode 'latency'
   connecting to controller at 10.30.170.167:6633 
   faking 16 switches with 1 threads :: 10 tests each; 60000 ms per test
   with 10...</msg>
<var>${stdout}</var>
<var>${stderr}</var>
<arg>${cmd}</arg>
<arg>return_stderr=True</arg>
<doc>Executes ``command`` on the remote machine and returns its outputs.</doc>
<status status="PASS" start="2026-08-07T04:05:02.660376" elapsed="606.071814"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-08-07T04:15:08.732590" elapsed="0.000723"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-08-07T04:15:08.734306" level="INFO">cbench: controller benchmarking tool
   running in mode 'latency'
   connecting to controller at 10.30.170.167:6633 
   faking 16 switches with 1 threads :: 10 tests each; 60000 ms per test
   with 100 unique source MACs per switch
   learning destination mac addresses before the test
   starting test with 5000 ms delay after features_reply
   ignoring first 1 "warmup" and last 0 "cooldown" loops
   debugging info is off
Master Thread: Creating thread-0! 
Thread-0: All switches initialized. Running at node 10.30.170.167. So far 1 cbench instances have initialized their switches.  Waiting for other cbench-instances
Thread-0: Total switches from ALL cbench-instances initialized.
04:06:07.811 16  switches: flows:  116499 115942 113643 114826 116408 117359 115791 116562 116134 116559 115770 115715 115735 116417 112700 114057  total = 30.835283 per ms 
04:07:07.912 16  switches: flows:  117587 116337 115688 114179 118869 117483 116725 118972 118514 118638 117344 115477 117855 118535 113206 115615  total = 31.131770 per ms 
04:08:08.013 16  switches: flows:  114923 112989 113172 113524 114424 112957 113662 113546 113000 111813 113722 112173 110071 113276 112302 111990  total = 30.075499 per ms 
04:09:08.114 16  switches: flows:  122565 121056 118711 119991 122527 119376 118584 118952 118276 117757 119621 119074 117981 120368 118521 119729  total = 31.831641 per ms 
04:10:08.215 16  switches: flows:  117921 117086 115908 115913 120191 115331 115340 116055 114129 114632 118189 116504 113678 118222 116000 117515  total = 30.991800 per ms 
04:11:08.316 16  switches: flows:  117568 116180 114540 112896 117919 113612 113289 114086 113698 113541 114857 113589 114127 114705 112782 113632  total = 30.466037 per ms 
04:12:08.418 16  switches: flows:  115718 116669 113752 114959 116307 116945 116056 115700 115917 113679 115203 114804 113568 115785 112824 113622  total = 30.640641 per ms 
04:13:08.520 16  switches: flows:  116642 118055 114099 114342 116812 119129 117562 117685 117822 115058 115201 114757 116802 118882 113219 116838  total = 30.996273 per ms 
04:14:08.621 16  switches: flows:  120894 121422 119051 119182 121633 122255 121441 121003 120740 119069 119929 120269 119160 122417 117630 120331  total = 32.053558 per ms 
04:15:08.722 16  switches: flows:  119773 120995 118286 118913 119962 121672 121894 117601 119786 117766 118922 117784 118590 121366 116587 118065  total = 31.746282 per ms 
RESULT: 16 switches 9 tests min/max/avg/stdev = 30075.50/32053.56/31103.72/10386.90 responses/s</msg>
<arg>${stderr}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-08-07T04:15:08.733660" elapsed="0.000910"/>
</kw>
<if>
<branch type="IF" condition="&quot;${return_stdout}&quot;!=&quot;True&quot;">
<return>
<value>${stderr}</value>
<status status="PASS" start="2026-08-07T04:15:08.734953" elapsed="0.000065"/>
</return>
<status status="PASS" start="2026-08-07T04:15:08.734707" elapsed="0.000369"/>
</branch>
<status status="PASS" start="2026-08-07T04:15:08.734665" elapsed="0.000449"/>
</if>
<if>
<branch type="IF" condition="&quot;${return_stderr}&quot;!=&quot;True&quot;">
<return>
<value>${stdout}</value>
<status status="NOT RUN" start="2026-08-07T04:15:08.735282" elapsed="0.000019"/>
</return>
<status status="NOT RUN" start="2026-08-07T04:15:08.735222" elapsed="0.000123"/>
</branch>
<status status="NOT RUN" start="2026-08-07T04:15:08.735197" elapsed="0.000181"/>
</if>
<return>
<value>${stdout}</value>
<value>${stderr}</value>
<status status="NOT RUN" start="2026-08-07T04:15:08.735425" elapsed="0.000020"/>
</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-08-07T04:15:08.739438" elapsed="0.000381"/>
</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-08-07T04:15:08.739993" elapsed="0.000183"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-08-07T04:15:08.740308" elapsed="0.000106"/>
</kw>
<arg>${current_ssh_connection.index}</arg>
<doc>Restore active SSH connection in SSHLibrary to given index.</doc>
<status status="PASS" start="2026-08-07T04:15:08.735927" elapsed="0.004542"/>
</kw>
<msg time="2026-08-07T04:15:08.740612" level="INFO">${output} = cbench: controller benchmarking tool
   running in mode 'latency'
   connecting to controller at 10.30.170.167:6633 
   faking 16 switches with 1 threads :: 10 tests each; 60000 ms per test
   with 10...</msg>
<var>${output}</var>
<arg>${cbench_system}</arg>
<arg>${cbench_executable} -c ${ODL_SYSTEM_IP} ${cbench_args}</arg>
<arg>prompt_timeout=${test_timeout}</arg>
<arg>return_stdout=False</arg>
<arg>return_stderr=True</arg>
<doc>Reduces the common work of running a command on a remote system to a single higher level
robot keyword, taking care to log in with a public key and. The command given is written and the return value
depends on the passed argument values of return_stdout (default: True) and return_stderr (default: False).
At least one should be True, or the keyword will exit and FAIL. If both are True, the resulting return value
will be a two element list containing both. Otherwise the resulting return value is a string.
No test conditions are checked.</doc>
<status status="PASS" start="2026-08-07T04:05:02.076995" elapsed="606.663654"/>
</kw>
<status status="PASS" start="2026-08-07T04:05:02.076660" elapsed="606.664052"/>
</branch>
<status status="PASS" start="2026-08-07T04:05:02.076288" elapsed="606.664452"/>
</if>
<kw name="Log" owner="BuiltIn">
<msg time="2026-08-07T04:15:08.741234" level="INFO">cbench: controller benchmarking tool
   running in mode 'latency'
   connecting to controller at 10.30.170.167:6633 
   faking 16 switches with 1 threads :: 10 tests each; 60000 ms per test
   with 100 unique source MACs per switch
   learning destination mac addresses before the test
   starting test with 5000 ms delay after features_reply
   ignoring first 1 "warmup" and last 0 "cooldown" loops
   debugging info is off
Master Thread: Creating thread-0! 
Thread-0: All switches initialized. Running at node 10.30.170.167. So far 1 cbench instances have initialized their switches.  Waiting for other cbench-instances
Thread-0: Total switches from ALL cbench-instances initialized.
04:06:07.811 16  switches: flows:  116499 115942 113643 114826 116408 117359 115791 116562 116134 116559 115770 115715 115735 116417 112700 114057  total = 30.835283 per ms 
04:07:07.912 16  switches: flows:  117587 116337 115688 114179 118869 117483 116725 118972 118514 118638 117344 115477 117855 118535 113206 115615  total = 31.131770 per ms 
04:08:08.013 16  switches: flows:  114923 112989 113172 113524 114424 112957 113662 113546 113000 111813 113722 112173 110071 113276 112302 111990  total = 30.075499 per ms 
04:09:08.114 16  switches: flows:  122565 121056 118711 119991 122527 119376 118584 118952 118276 117757 119621 119074 117981 120368 118521 119729  total = 31.831641 per ms 
04:10:08.215 16  switches: flows:  117921 117086 115908 115913 120191 115331 115340 116055 114129 114632 118189 116504 113678 118222 116000 117515  total = 30.991800 per ms 
04:11:08.316 16  switches: flows:  117568 116180 114540 112896 117919 113612 113289 114086 113698 113541 114857 113589 114127 114705 112782 113632  total = 30.466037 per ms 
04:12:08.418 16  switches: flows:  115718 116669 113752 114959 116307 116945 116056 115700 115917 113679 115203 114804 113568 115785 112824 113622  total = 30.640641 per ms 
04:13:08.520 16  switches: flows:  116642 118055 114099 114342 116812 119129 117562 117685 117822 115058 115201 114757 116802 118882 113219 116838  total = 30.996273 per ms 
04:14:08.621 16  switches: flows:  120894 121422 119051 119182 121633 122255 121441 121003 120740 119069 119929 120269 119160 122417 117630 120331  total = 32.053558 per ms 
04:15:08.722 16  switches: flows:  119773 120995 118286 118913 119962 121672 121894 117601 119786 117766 118922 117784 118590 121366 116587 118065  total = 31.746282 per ms 
RESULT: 16 switches 9 tests min/max/avg/stdev = 30075.50/32053.56/31103.72/10386.90 responses/s</msg>
<arg>${output}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-08-07T04:15:08.740922" elapsed="0.000389"/>
</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-08-07T04:15:08.741461" elapsed="0.000411"/>
</kw>
<kw name="Get Lines Containing String" owner="String">
<msg time="2026-08-07T04:15:08.742268" level="INFO">1 out of 23 lines matched.</msg>
<msg time="2026-08-07T04:15:08.742360" level="INFO">${result_line} = RESULT: 16 switches 9 tests min/max/avg/stdev = 30075.50/32053.56/31103.72/10386.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-08-07T04:15:08.742038" elapsed="0.000347"/>
</kw>
<kw name="Split String" owner="String">
<msg time="2026-08-07T04:15:08.742829" level="INFO">@{results_list} = [ RESULT: | 16 | switches | 9 | tests | min/max/avg/stdev | = | 30075.50/32053.56/31103.72/10386.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-08-07T04:15:08.742563" elapsed="0.000309"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-08-07T04:15:08.745511" 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-08-07T04:15:08.743056" elapsed="0.002515"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-08-07T04:15:08.748024" level="INFO">30075.50/32053.56/31103.72/10386.90</msg>
<arg>${results_list[7]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-08-07T04:15:08.745726" elapsed="0.002364"/>
</kw>
<kw name="Split String" owner="String">
<msg time="2026-08-07T04:15:08.750588" 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-08-07T04:15:08.748264" elapsed="0.002359"/>
</kw>
<kw name="Split String" owner="String">
<msg time="2026-08-07T04:15:08.753118" level="INFO">@{result_value_list} = [ 30075.50 | 32053.56 | 31103.72 | 10386.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-08-07T04:15:08.750880" elapsed="0.002267"/>
</kw>
<kw name="Get Length" owner="BuiltIn">
<msg time="2026-08-07T04:15:08.753649" level="INFO">Length is 4.</msg>
<msg time="2026-08-07T04:15:08.753739" 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-08-07T04:15:08.753303" elapsed="0.000471"/>
</kw>
<for flavor="IN RANGE">
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-08-07T04:15:08.758623" level="INFO">min :: 30075.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-08-07T04:15:08.754229" elapsed="0.004456"/>
</kw>
<var name="${i}">0</var>
<status status="PASS" start="2026-08-07T04:15:08.754099" elapsed="0.004622"/>
</iter>
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-08-07T04:15:08.765270" level="INFO">max :: 32053.56</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-08-07T04:15:08.758958" elapsed="0.006379"/>
</kw>
<var name="${i}">1</var>
<status status="PASS" start="2026-08-07T04:15:08.758813" elapsed="0.006565"/>
</iter>
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-08-07T04:15:08.770127" level="INFO">avg :: 31103.72</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-08-07T04:15:08.765623" elapsed="0.004568"/>
</kw>
<var name="${i}">2</var>
<status status="PASS" start="2026-08-07T04:15:08.765473" elapsed="0.004757"/>
</iter>
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-08-07T04:15:08.775558" level="INFO">stdev :: 10386.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-08-07T04:15:08.770529" elapsed="0.005103"/>
</kw>
<var name="${i}">3</var>
<status status="PASS" start="2026-08-07T04:15:08.770323" elapsed="0.005352"/>
</iter>
<var>${i}</var>
<value>0</value>
<value>${num_stats}</value>
<status status="PASS" start="2026-08-07T04:15:08.753888" elapsed="0.021823"/>
</for>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-08-07T04:15:08.780268" level="INFO">${min} = 30075.50</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-08-07T04:15:08.775933" elapsed="0.004370"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-08-07T04:15:08.784818" level="INFO">${max} = 32053.56</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-08-07T04:15:08.780496" elapsed="0.004387"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-08-07T04:15:08.789266" level="INFO">${average} = 31103.72</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-08-07T04:15:08.785109" elapsed="0.004192"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-08-07T04:15:08.793666" level="INFO">${stdev} = 10386.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-08-07T04:15:08.789522" elapsed="0.004175"/>
</kw>
<kw name="Get Time" owner="BuiltIn">
<msg time="2026-08-07T04:15:08.794434" level="INFO">${date} = 2026-08-07 04:15:08</msg>
<var>${date}</var>
<arg>d,m,s</arg>
<doc>Returns the given time in the requested format.</doc>
<status status="PASS" start="2026-08-07T04:15:08.793908" elapsed="0.000558"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-08-07T04:15:08.795224" level="INFO">CBench Result: 2026-08-07 04:15:08,-m 60000 -M 100 -S 16 -l 10 -D 5000 -p 6633,30075.50,32053.56,31103.72,10386.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-08-07T04:15:08.794669" elapsed="0.000633"/>
</kw>
<kw name="Log Results And Determine Status">
<kw name="Append To File" owner="OperatingSystem">
<msg time="2026-08-07T04:15:08.796832" 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-08-07T04:15:08.796166" elapsed="0.000773"/>
</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-08-07T04:15:08.797149" elapsed="0.000499"/>
</kw>
<arg>${min}</arg>
<arg>${max}</arg>
<arg>${average}</arg>
<arg>${average_threshold}</arg>
<arg>${output_filename}</arg>
<status status="PASS" start="2026-08-07T04:15:08.795503" elapsed="0.002214"/>
</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-08-07T04:05:02.074753" elapsed="606.723026"/>
</kw>
<kw name="Sleep" owner="BuiltIn">
<msg time="2026-08-07T04:15:08.798271" 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-08-07T04:15:08.797945" elapsed="0.000411"/>
</kw>
<kw name="Report Failure Due To Bug" owner="Utils" type="TEARDOWN">
<kw name="Evaluate" owner="BuiltIn">
<msg time="2026-08-07T04:15:08.799652" 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-08-07T04:15:08.799154" elapsed="0.000525"/>
</kw>
<if>
<branch type="IF" condition="('${TEST_STATUS}' != 'FAIL') or ${test_skipped}">
<return>
<status status="PASS" start="2026-08-07T04:15:08.799943" elapsed="0.000039"/>
</return>
<status status="PASS" start="2026-08-07T04:15:08.799767" elapsed="0.000252"/>
</branch>
<status status="PASS" start="2026-08-07T04:15:08.799742" elapsed="0.000307"/>
</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-08-07T04:15:08.800194" elapsed="0.000022"/>
</kw>
<kw name="Run Keyword And Return Status" owner="BuiltIn">
<var>${match}</var>
<arg>Should Contain</arg>
<arg>${number}</arg>
<arg>-</arg>
<doc>Runs the specified keyword and returns the status as a Boolean value.</doc>
<status status="NOT RUN" start="2026-08-07T04:15:08.800350" 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-08-07T04:15:08.800509" 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-08-07T04:15:08.800774" elapsed="0.000024"/>
</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-08-07T04:15:08.800948" elapsed="0.000034"/>
</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-08-07T04:15:08.801110" elapsed="0.000021"/>
</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-08-07T04:15:08.801255" elapsed="0.000020"/>
</kw>
<if>
<branch type="IF" condition="&quot;${include_bug_in_tags}&quot;==&quot;True&quot;">
<kw name="Set Tags" owner="BuiltIn">
<arg>${bug_url}</arg>
<doc>Adds given ``tags`` for the current test or all tests in a suite.</doc>
<status status="NOT RUN" start="2026-08-07T04:15:08.801476" elapsed="0.000019"/>
</kw>
<status status="NOT RUN" start="2026-08-07T04:15:08.801339" elapsed="0.000188"/>
</branch>
<status status="NOT RUN" start="2026-08-07T04:15:08.801321" elapsed="0.000229"/>
</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-08-07T04:15:08.798768" elapsed="0.002834"/>
</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-08-07T04:05:02.073397" elapsed="606.728252"/>
</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-08-07T03:44:46.214639" elapsed="1822.587797"/>
</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>
