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

[?1h=[90m~[0m                                                                                [?2004hopendaylight-user</msg>
<arg>${KARAF_USER}</arg>
<arg>${KARAF_PASSWORD}</arg>
<arg>loglevel=${loglevel}</arg>
<doc>Logs into the SSH server with the given ``username`` and ``password``.</doc>
<status status="PASS" start="2026-07-21T03:16:10.218109" elapsed="1.099807"/>
</kw>
<kw name="Write" owner="SSHLibrary">
<msg time="2026-07-21T03:16:11.372673" level="INFO">@root&gt;log:set ERROR</msg>
<arg>${cmd}</arg>
<doc>Writes the given ``text`` on the remote machine and appends a newline.</doc>
<status status="PASS" start="2026-07-21T03:16:11.318271" elapsed="0.054561"/>
</kw>
<kw name="Read Until Regexp" owner="SSHLibrary">
<msg time="2026-07-21T03:16:11.383587" level="INFO">[?1l&gt;[?2004l[?1h=[90m~[0m                                                                                [?2004hopendaylight-user@root&gt;</msg>
<msg time="2026-07-21T03:16:11.383784" level="INFO">${output} = [?1l&gt;[?2004l[?1h=[90m~[0m                                                                                [?2004hopendaylight-user@root&gt;</msg>
<var>${output}</var>
<arg>${KARAF_PROMPT}</arg>
<doc>Consumes and returns the server output until a match to ``regexp`` is found.</doc>
<status status="PASS" start="2026-07-21T03:16:11.373356" elapsed="0.010482"/>
</kw>
<kw name="Write Bare" owner="SSHLibrary">
<arg>logout\n</arg>
<doc>Writes the given ``text`` on the remote machine without appending a newline.</doc>
<status status="PASS" start="2026-07-21T03:16:11.384109" elapsed="0.000324"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-07-21T03:16:11.384605" elapsed="0.000238"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-07-21T03:16:11.385426" level="INFO">[?1l&gt;[?2004l[?1h=[90m~[0m                                                                                [?2004hopendaylight-user@root&gt;</msg>
<arg>${output}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-07-21T03:16:11.385005" elapsed="0.000485"/>
</kw>
<return>
<value>${output}</value>
<status status="PASS" start="2026-07-21T03:16:11.385546" elapsed="0.000054"/>
</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.118
Note that this keyword will open&amp;close new SSH connection, without switching back to previously current session.</doc>
<status status="PASS" start="2026-07-21T03:16:10.216415" elapsed="1.169357"/>
</kw>
<arg>3x</arg>
<arg>1s</arg>
<arg>KarafKeywords.Issue Command On Karaf Console</arg>
<arg>log:set ${log_level}</arg>
<doc>Runs the specified keyword and retries if it fails.</doc>
<status status="PASS" start="2026-07-21T03:16:10.212550" elapsed="1.173293"/>
</kw>
<kw name="Append To File" owner="OperatingSystem">
<msg time="2026-07-21T03:16:11.386807" level="INFO" html="true">Appended to file '&lt;a href="file:///w/workspace/openflowplugin-csit-1node-cbench-only-chromium/latency.csv"&gt;/w/workspace/openflowplugin-csit-1node-cbench-only-chromium/latency.csv&lt;/a&gt;'.</msg>
<arg>${latency_results_file}</arg>
<arg>LATENCY_MIN,LATENCY_MAX,LATENCY_AVERAGE\n</arg>
<doc>Appends the given content to the specified file.</doc>
<status status="PASS" start="2026-07-21T03:16:11.386106" elapsed="0.000769"/>
</kw>
<kw name="Append To File" owner="OperatingSystem">
<msg time="2026-07-21T03:16:11.387346" level="INFO" html="true">Appended to file '&lt;a href="file:///w/workspace/openflowplugin-csit-1node-cbench-only-chromium/throughput.csv"&gt;/w/workspace/openflowplugin-csit-1node-cbench-only-chromium/throughput.csv&lt;/a&gt;'.</msg>
<arg>${throughput_results_file}</arg>
<arg>THROUGHPUT_MIN,THROUGHPUT_MAX,THROUGHPUT_AVERAGE\n</arg>
<doc>Appends the given content to the specified file.</doc>
<status status="PASS" start="2026-07-21T03:16:11.387035" elapsed="0.000393"/>
</kw>
<kw name="Evaluate" owner="BuiltIn">
<msg time="2026-07-21T03:16:11.388105" level="INFO">${duration_in_ms} = 60000</msg>
<var>${duration_in_ms}</var>
<arg>${duration_in_secs} * 1000</arg>
<doc>Evaluates the given expression in Python and returns the result.</doc>
<status status="PASS" start="2026-07-21T03:16:11.387621" elapsed="0.000541"/>
</kw>
<kw name="Set Suite Variable" owner="BuiltIn">
<msg time="2026-07-21T03:16:11.388827" level="INFO">${duration_in_ms} = 60000</msg>
<arg>${duration_in_ms}</arg>
<doc>Makes a variable available everywhere within the scope of the current suite.</doc>
<status status="PASS" start="2026-07-21T03:16:11.388383" elapsed="0.000495"/>
</kw>
<kw name="Evaluate" owner="BuiltIn">
<msg time="2026-07-21T03:16:11.389511" level="INFO">${test_timeout} = 900.0</msg>
<var>${test_timeout}</var>
<arg>(${loops} * ${duration_in_secs}) * 1.5</arg>
<doc>Evaluates the given expression in Python and returns the result.</doc>
<status status="PASS" start="2026-07-21T03:16:11.389035" elapsed="0.000508"/>
</kw>
<kw name="Set Suite Variable" owner="BuiltIn">
<msg time="2026-07-21T03:16:11.390382" level="INFO">${test_timeout} = 900.0</msg>
<arg>${test_timeout}</arg>
<doc>Makes a variable available everywhere within the scope of the current suite.</doc>
<status status="PASS" start="2026-07-21T03:16:11.389742" elapsed="0.000693"/>
</kw>
<if>
<branch type="IF" condition="&quot;${cbench_system}&quot; == &quot;localhost&quot;">
<kw name="File Should Exist" owner="OperatingSystem">
<arg>${cbench_executable}</arg>
<doc>Fails unless the given ``path`` points to an existing file.</doc>
<status status="NOT RUN" start="2026-07-21T03:16:11.390830" elapsed="0.000026"/>
</kw>
<status status="NOT RUN" start="2026-07-21T03:16:11.390551" elapsed="0.000351"/>
</branch>
<branch type="ELSE">
<kw name="Verify File Exists On Remote System" owner="Utils">
<kw name="Open Connection" owner="SSHLibrary">
<msg time="2026-07-21T03:16:11.396630" level="INFO">${conn_id} = 2</msg>
<var>${conn_id}</var>
<arg>${system}</arg>
<arg>prompt=${prompt}</arg>
<arg>timeout=${prompt_timeout}</arg>
<doc>Opens a new SSH connection to the given ``host`` and ``port``.</doc>
<status status="PASS" start="2026-07-21T03:16:11.396102" elapsed="0.000561"/>
</kw>
<kw name="Flexible_SSH_Login" owner="SSHKeywords">
<kw name="Get Length" owner="BuiltIn">
<msg time="2026-07-21T03:16:11.397973" level="INFO">Length is 0.</msg>
<msg time="2026-07-21T03:16:11.398066" level="INFO">${pwd_length} = 0</msg>
<var>${pwd_length}</var>
<arg>${password}</arg>
<doc>Returns and logs the length of the given item as an integer.</doc>
<status status="PASS" start="2026-07-21T03:16:11.397401" elapsed="0.000697"/>
</kw>
<kw name="Run Keyword And Return If" owner="BuiltIn">
<arg>${pwd_length} &gt; 0</arg>
<arg>SSHLibrary.Login</arg>
<arg>${user}</arg>
<arg>${password}</arg>
<arg>delay=${delay}</arg>
<doc>Runs the specified keyword and returns from the enclosing user keyword.</doc>
<status status="PASS" start="2026-07-21T03:16:11.398304" elapsed="0.000427"/>
</kw>
<kw name="Run Keyword And Return" owner="BuiltIn">
<kw name="Login With Public Key" owner="SSHLibrary">
<msg time="2026-07-21T03:16:11.399924" level="INFO">Logging into '10.30.171.211:22' as 'jenkins'.</msg>
<msg time="2026-07-21T03:16:12.223935" level="INFO">Read output: Welcome to Ubuntu 22.04.5 LTS (GNU/Linux 5.15.0-153-generic x86_64)

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

 System information as of Tue Jul 21 03:16:11 UTC 2026

  System load:  0.04               Processes:             110
  Usage of /:   19.3% of 38.58GB   Users logged in:       0
  Memory usage: 4%                 IPv4 address for ens3: 10.30.171.211
  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-32-1-mininet-ovs-217-0 ~]&gt;</msg>
<arg>${user}</arg>
<arg>${USER_HOME}/.ssh/${SSH_KEY}</arg>
<arg>${KEYFILE_PASS}</arg>
<arg>delay=${delay}</arg>
<doc>Logs into the SSH server using key-based authentication.</doc>
<status status="PASS" start="2026-07-21T03:16:11.399376" elapsed="0.824720"/>
</kw>
<msg time="2026-07-21T03:16:12.224213" level="INFO">Returning from the enclosing user keyword.</msg>
<arg>SSHLibrary.Login With Public Key</arg>
<arg>${user}</arg>
<arg>${USER_HOME}/.ssh/${SSH_KEY}</arg>
<arg>${KEYFILE_PASS}</arg>
<arg>delay=${delay}</arg>
<doc>Runs the specified keyword and returns from the enclosing user keyword.</doc>
<status status="PASS" start="2026-07-21T03:16:11.398919" elapsed="0.825399"/>
</kw>
<arg>${user}</arg>
<arg>${password}</arg>
<doc>On active SSH session: if given non-empty password, do Login, else do Login With Public Key.</doc>
<status status="PASS" start="2026-07-21T03:16:11.396922" elapsed="0.827538"/>
</kw>
<kw name="File Should Exist" owner="SSHLibrary">
<msg time="2026-07-21T03:16:12.233210" level="INFO">[chan 1] Opened sftp connection (server version 3)</msg>
<arg>${file}</arg>
<doc>Fails if the given ``path`` does NOT point to an existing file.</doc>
<status status="PASS" start="2026-07-21T03:16:12.224715" elapsed="0.010537"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-07-21T03:16:12.235571" elapsed="0.000387"/>
</kw>
<arg>${cbench_system}</arg>
<arg>${cbench_executable}</arg>
<doc>Will create connection with public key and will PASS if the given ${file} exists,
otherwise will FAIL</doc>
<status status="PASS" start="2026-07-21T03:16:11.395444" elapsed="0.840592"/>
</kw>
<status status="PASS" start="2026-07-21T03:16:11.391166" elapsed="0.844912"/>
</branch>
<status status="PASS" start="2026-07-21T03:16:11.390514" elapsed="0.845600"/>
</if>
<kw name="Should Be True" owner="BuiltIn">
<arg>${loops} &gt;= 2</arg>
<arg>If number of loops is less than 2, cbench will not run</arg>
<doc>Fails if the given condition is not true.</doc>
<status status="PASS" start="2026-07-21T03:16:12.236295" elapsed="0.000528"/>
</kw>
<kw name="Verify_Feature_Is_Installed" owner="KarafKeywords">
<if>
<branch type="IF" condition="'${IS_KARAF_APPL}' == 'False'">
<return>
<value>Not A Karaf App</value>
<status status="NOT RUN" start="2026-07-21T03:16:12.242230" elapsed="0.000036"/>
</return>
<status status="NOT RUN" start="2026-07-21T03:16:12.242018" elapsed="0.000304"/>
</branch>
<status status="PASS" start="2026-07-21T03:16:12.241984" elapsed="0.000373"/>
</if>
<kw name="Issue_Command_On_Karaf_Console" owner="KarafKeywords">
<if>
<branch type="IF" condition="'${IS_KARAF_APPL}' == 'False'">
<return>
<value>Not A Karaf App</value>
<status status="NOT RUN" start="2026-07-21T03:16:12.248092" elapsed="0.000032"/>
</return>
<status status="NOT RUN" start="2026-07-21T03:16:12.247857" elapsed="0.000365"/>
</branch>
<status status="PASS" start="2026-07-21T03:16:12.247814" elapsed="0.000459"/>
</if>
<kw name="Open Connection" owner="SSHLibrary">
<arg>${controller}</arg>
<arg>port=${karaf_port}</arg>
<arg>prompt=${KARAF_PROMPT_LOGIN}</arg>
<arg>timeout=${timeout}</arg>
<doc>Opens a new SSH connection to the given ``host`` and ``port``.</doc>
<status status="PASS" start="2026-07-21T03:16:12.248577" elapsed="0.000796"/>
</kw>
<kw name="Login" owner="SSHLibrary">
<msg time="2026-07-21T03:16:12.250154" level="INFO">Logging into '10.30.170.118:8101' as 'karaf'.</msg>
<msg time="2026-07-21T03:16:12.496664" level="INFO">Read output: [33m                                                                                           
[33m    ________                       ________                .__  .__       .__     __       
[33m    \_____  \ ______   ____   ____ \______ \ _____  ___.__.|  | |__| ____ |  |___/  |_     
[33m     /   |   \\____ \_/ __ \ /    \ |    |  \\__  \&lt;   |  ||  | |  |/ ___\|  |  \   __\    
[33m    /    |    \  |_&gt; &gt;  ___/|   |  \|    `   \/ __ \\___  ||  |_|  / /_/  &gt;   Y  \  |      
[33m    \_______  /   __/ \___  &gt;___|  /_______  (____  / ____||____/__\___  /|___|  /__|      
[33m            \/|__|        \/     \/        \/     \/\/            /_____/      \/          
[33m                                                                                           

Hit '[1m&lt;tab&gt;[0m' for a list of available commands
and '[1m[cmd] --help[0m' for help on a specific command.
Hit '[1m&lt;ctrl-d&gt;[0m' or type '[1msystem:shutdown[0m' or '[1mlogout[0m' to shutdown OpenDaylight.

[?1h=[90m~[0m                                                                                [?2004hopendaylight-user</msg>
<arg>${KARAF_USER}</arg>
<arg>${KARAF_PASSWORD}</arg>
<arg>loglevel=${loglevel}</arg>
<doc>Logs into the SSH server with the given ``username`` and ``password``.</doc>
<status status="PASS" start="2026-07-21T03:16:12.249681" elapsed="0.247155"/>
</kw>
<kw name="Write" owner="SSHLibrary">
<msg time="2026-07-21T03:16:12.598648" level="INFO">@root&gt;feature:list -i | 0[C 0g[Krep odl-openflowplugin-drop-test</msg>
<arg>${cmd}</arg>
<doc>Writes the given ``text`` on the remote machine and appends a newline.</doc>
<status status="PASS" start="2026-07-21T03:16:12.497111" elapsed="0.101727"/>
</kw>
<kw name="Read Until Regexp" owner="SSHLibrary">
<msg time="2026-07-21T03:16:12.608997" level="INFO">[?1l&gt;[?2004l[31;1modl-openflowplugin-drop-test[0m                                    x 1.0.0            x x        x Started x [31;1modl-openflowplugin-drop-test[0m                                    x OpenDaylight :: Openflow Plugin :: Drop Test
[?1h=[90m~[0m                                                                                [?2004hopendaylight-user@root&gt;</msg>
<msg time="2026-07-21T03:16:12.609300" level="INFO">${output} = [?1l&gt;[?2004l[31;1modl-openflowplugin-drop-test[0m                                    x 1.0.0            x x        x Started x [31;1modl-openflowplugin-drop-test[0m                     ...</msg>
<var>${output}</var>
<arg>${KARAF_PROMPT}</arg>
<doc>Consumes and returns the server output until a match to ``regexp`` is found.</doc>
<status status="PASS" start="2026-07-21T03:16:12.599126" elapsed="0.010209"/>
</kw>
<kw name="Write Bare" owner="SSHLibrary">
<arg>logout\n</arg>
<doc>Writes the given ``text`` on the remote machine without appending a newline.</doc>
<status status="PASS" start="2026-07-21T03:16:12.609513" elapsed="0.000348"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-07-21T03:16:12.610041" elapsed="0.000265"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-07-21T03:16:12.610933" level="INFO">[?1l&gt;[?2004l[31;1modl-openflowplugin-drop-test[0m                                    x 1.0.0            x x        x Started x [31;1modl-openflowplugin-drop-test[0m                                    x OpenDaylight :: Openflow Plugin :: Drop Test
[?1h=[90m~[0m                                                                                [?2004hopendaylight-user@root&gt;</msg>
<arg>${output}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-07-21T03:16:12.610496" elapsed="0.000515"/>
</kw>
<return>
<value>${output}</value>
<status status="PASS" start="2026-07-21T03:16:12.611081" elapsed="0.000097"/>
</return>
<msg time="2026-07-21T03:16:12.611381" 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.118
Note that this keyword will open&amp;close new SSH connection, without switching back to previously current session.</doc>
<status status="PASS" start="2026-07-21T03:16:12.247180" elapsed="0.364238"/>
</kw>
<kw name="Should Contain" owner="BuiltIn">
<arg>${output}</arg>
<arg>${feature_name}</arg>
<doc>Fails if ``container`` does not contain ``item`` one or more times.</doc>
<status status="PASS" start="2026-07-21T03:16:12.611572" elapsed="0.000655"/>
</kw>
<return>
<value>${output}</value>
<status status="PASS" start="2026-07-21T03:16:12.612284" elapsed="0.000035"/>
</return>
<arg>odl-openflowplugin-drop-test</arg>
<doc>Will Succeed if the given ${feature_name} is found in the output of "feature:list -i"</doc>
<status status="PASS" start="2026-07-21T03:16:12.241569" elapsed="0.370895"/>
</kw>
<kw name="Issue_Command_On_Karaf_Console" owner="KarafKeywords">
<if>
<branch type="IF" condition="'${IS_KARAF_APPL}' == 'False'">
<return>
<value>Not A Karaf App</value>
<status status="NOT RUN" start="2026-07-21T03:16:12.616530" elapsed="0.000016"/>
</return>
<status status="NOT RUN" start="2026-07-21T03:16:12.616384" elapsed="0.000196"/>
</branch>
<status status="PASS" start="2026-07-21T03:16:12.616358" elapsed="0.000247"/>
</if>
<kw name="Open Connection" owner="SSHLibrary">
<arg>${controller}</arg>
<arg>port=${karaf_port}</arg>
<arg>prompt=${KARAF_PROMPT_LOGIN}</arg>
<arg>timeout=${timeout}</arg>
<doc>Opens a new SSH connection to the given ``host`` and ``port``.</doc>
<status status="PASS" start="2026-07-21T03:16:12.616789" elapsed="0.000503"/>
</kw>
<kw name="Login" owner="SSHLibrary">
<msg time="2026-07-21T03:16:12.618026" level="INFO">Logging into '10.30.170.118:8101' as 'karaf'.</msg>
<msg time="2026-07-21T03:16:12.801263" level="INFO">Read output: [33m                                                                                           
[33m    ________                       ________                .__  .__       .__     __       
[33m    \_____  \ ______   ____   ____ \______ \ _____  ___.__.|  | |__| ____ |  |___/  |_     
[33m     /   |   \\____ \_/ __ \ /    \ |    |  \\__  \&lt;   |  ||  | |  |/ ___\|  |  \   __\    
[33m    /    |    \  |_&gt; &gt;  ___/|   |  \|    `   \/ __ \\___  ||  |_|  / /_/  &gt;   Y  \  |      
[33m    \_______  /   __/ \___  &gt;___|  /_______  (____  / ____||____/__\___  /|___|  /__|      
[33m            \/|__|        \/     \/        \/     \/\/            /_____/      \/          
[33m                                                                                           

Hit '[1m&lt;tab&gt;[0m' for a list of available commands
and '[1m[cmd] --help[0m' for help on a specific command.
Hit '[1m&lt;ctrl-d&gt;[0m' or type '[1msystem:shutdown[0m' or '[1mlogout[0m' to shutdown OpenDaylight.

[?1h=[90m~[0m                                                                                [?2004hopendaylight-user</msg>
<arg>${KARAF_USER}</arg>
<arg>${KARAF_PASSWORD}</arg>
<arg>loglevel=${loglevel}</arg>
<doc>Logs into the SSH server with the given ``username`` and ``password``.</doc>
<status status="PASS" start="2026-07-21T03:16:12.617447" elapsed="0.184027"/>
</kw>
<kw name="Write" owner="SSHLibrary">
<msg time="2026-07-21T03:16:12.832827" level="INFO">@root&gt;dropallpacketsrpc on</msg>
<arg>${cmd}</arg>
<doc>Writes the given ``text`` on the remote machine and appends a newline.</doc>
<status status="PASS" start="2026-07-21T03:16:12.801776" elapsed="0.031182"/>
</kw>
<kw name="Read Until Regexp" owner="SSHLibrary">
<msg time="2026-07-21T03:16:12.834916" level="INFO">[?1l&gt;[?2004lDropAllFlows transitions to on
[?1h=[90m~[0m                                                                                [?2004hopendaylight-user@root&gt;</msg>
<msg time="2026-07-21T03:16:12.835041" level="INFO">${output} = [?1l&gt;[?2004lDropAllFlows transitions to on
[?1h=[90m~[0m                                                                                [?2004hopendaylight-user@root&gt;</msg>
<var>${output}</var>
<arg>${KARAF_PROMPT}</arg>
<doc>Consumes and returns the server output until a match to ``regexp`` is found.</doc>
<status status="PASS" start="2026-07-21T03:16:12.833255" elapsed="0.001816"/>
</kw>
<kw name="Write Bare" owner="SSHLibrary">
<arg>logout\n</arg>
<doc>Writes the given ``text`` on the remote machine without appending a newline.</doc>
<status status="PASS" start="2026-07-21T03:16:12.835227" elapsed="0.000257"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-07-21T03:16:12.835638" elapsed="0.000194"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-07-21T03:16:12.836328" level="INFO">[?1l&gt;[?2004lDropAllFlows transitions to on
[?1h=[90m~[0m                                                                                [?2004hopendaylight-user@root&gt;</msg>
<arg>${output}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-07-21T03:16:12.835975" elapsed="0.000405"/>
</kw>
<return>
<value>${output}</value>
<status status="PASS" start="2026-07-21T03:16:12.836434" elapsed="0.000057"/>
</return>
<arg>dropallpacketsrpc on</arg>
<doc>Will execute the given ${cmd} by ssh'ing to the karaf console running on 10.30.170.118
Note that this keyword will open&amp;close new SSH connection, without switching back to previously current session.</doc>
<status status="PASS" start="2026-07-21T03:16:12.615973" elapsed="0.220637"/>
</kw>
<status status="PASS" start="2026-07-21T03:16:10.210289" elapsed="2.626384"/>
</kw>
<test id="s1-t1" name="Cbench Latency Test" line="37">
<kw name="Log" owner="BuiltIn">
<msg time="2026-07-21T03:16:12.839180" level="INFO">Cbench tests using 10 iterations of 60 second tests. Switch Count: 16. Unique MACS to cycle: 100</msg>
<arg>Cbench tests using ${loops} iterations of ${duration_in_secs} second tests. Switch Count: ${switch_count}. Unique MACS to cycle: ${num_of_unique_macs}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-07-21T03:16:12.837578" elapsed="0.001693"/>
</kw>
<kw name="Run Cbench And Log Results">
<kw name="Set Suite Variable" owner="BuiltIn">
<msg time="2026-07-21T03:16:12.841013" level="INFO">${output_filename} = latency.csv</msg>
<arg>${output_filename}</arg>
<doc>Makes a variable available everywhere within the scope of the current suite.</doc>
<status status="PASS" start="2026-07-21T03:16:12.840481" elapsed="0.000586"/>
</kw>
<if>
<branch type="IF" condition="&quot;${cbench_system}&quot; == &quot;localhost&quot;">
<kw name="Run" owner="OperatingSystem">
<var>${output}</var>
<arg>${cbench_executable} -c ${ODL_SYSTEM_IP} ${cbench_args}</arg>
<doc>_This keyword is considered deprecated. Use the
[http://robotframework.org/robotframework/latest/libraries/Process.html|
Process] library instead._</doc>
<status status="NOT RUN" start="2026-07-21T03:16:12.841512" elapsed="0.000024"/>
</kw>
<status status="NOT RUN" start="2026-07-21T03:16:12.841200" elapsed="0.000375"/>
</branch>
<branch type="ELSE">
<kw name="Run Command On Remote System" owner="Utils">
<if>
<branch type="IF" condition="&quot;${return_stdout}&quot;!=&quot;True&quot; and &quot;${return_stderr}&quot;!=&quot;True&quot;">
<kw name="Fail" owner="BuiltIn">
<arg>At least one of {return_stdout} or {return_stderr} args should be set to True</arg>
<doc>Fails the test with the given message and optionally alters its tags.</doc>
<status status="NOT RUN" start="2026-07-21T03:16:12.844880" elapsed="0.000027"/>
</kw>
<status status="NOT RUN" start="2026-07-21T03:16:12.844538" elapsed="0.000444"/>
</branch>
<status status="PASS" start="2026-07-21T03:16:12.844510" elapsed="0.000504"/>
</if>
<kw name="Get Connection" owner="SSHLibrary">
<msg time="2026-07-21T03:16:12.845478" level="INFO">index=None
host=None
alias=None
port=22
timeout=3 seconds
newline=

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

prompt=None
term_type=vt100
width=80
height=24
path_separator=/
encoding=utf8
escape_ansi=False
encoding_errors=strict</msg>
<var>${current_ssh_connection}</var>
<doc>Returns information about the connection.</doc>
<status status="PASS" start="2026-07-21T03:16:12.845184" elapsed="0.000464"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-07-21T03:16:12.846312" level="INFO">Attempting to execute command "/usr/local/bin/cbench -c 10.30.170.118 -m 60000 -M 100 -S 16 -l 10 -D 5000 -p 6633" on remote system "10.30.171.211" by user "jenkins" with keyfile pass "any" and prompt "&gt;" and password ""</msg>
<arg>Attempting to execute command "${cmd}" on remote system "${system}" by user "${user}" with keyfile pass "${keyfile_pass}" and prompt "${prompt}" and password "${password}"</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-07-21T03:16:12.845804" elapsed="0.000595"/>
</kw>
<kw name="Open Connection" owner="SSHLibrary">
<msg time="2026-07-21T03:16:12.847066" level="INFO">${conn_id} = 5</msg>
<var>${conn_id}</var>
<arg>${system}</arg>
<arg>prompt=${prompt}</arg>
<arg>timeout=${prompt_timeout}</arg>
<doc>Opens a new SSH connection to the given ``host`` and ``port``.</doc>
<status status="PASS" start="2026-07-21T03:16:12.846565" elapsed="0.000528"/>
</kw>
<kw name="Flexible_SSH_Login" owner="SSHKeywords">
<kw name="Get Length" owner="BuiltIn">
<msg time="2026-07-21T03:16:12.848101" level="INFO">Length is 0.</msg>
<msg time="2026-07-21T03:16:12.848406" level="INFO">${pwd_length} = 0</msg>
<var>${pwd_length}</var>
<arg>${password}</arg>
<doc>Returns and logs the length of the given item as an integer.</doc>
<status status="PASS" start="2026-07-21T03:16:12.847763" elapsed="0.000684"/>
</kw>
<kw name="Run Keyword And Return If" owner="BuiltIn">
<arg>${pwd_length} &gt; 0</arg>
<arg>SSHLibrary.Login</arg>
<arg>${user}</arg>
<arg>${password}</arg>
<arg>delay=${delay}</arg>
<doc>Runs the specified keyword and returns from the enclosing user keyword.</doc>
<status status="PASS" start="2026-07-21T03:16:12.848602" elapsed="0.000413"/>
</kw>
<kw name="Run Keyword And Return" owner="BuiltIn">
<kw name="Login With Public Key" owner="SSHLibrary">
<msg time="2026-07-21T03:16:12.850148" level="INFO">Logging into '10.30.171.211:22' as 'jenkins'.</msg>
<msg time="2026-07-21T03:16:13.195716" level="INFO">Read output: Welcome to Ubuntu 22.04.5 LTS (GNU/Linux 5.15.0-153-generic x86_64)

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

 System information as of Tue Jul 21 03:16:11 UTC 2026

  System load:  0.04               Processes:             110
  Usage of /:   19.3% of 38.58GB   Users logged in:       0
  Memory usage: 4%                 IPv4 address for ens3: 10.30.171.211
  Swap usage:   0%


Expanded Security Maintenance for Applications is not enabled.

0 updates can be applied immediately.

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


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


Last login: Tue Jul 21 03:16:12 2026 from 10.30.170.148
[?2004h[jenkins@releng-00446-32-1-mininet-ovs-217-0 ~]&gt;</msg>
<arg>${user}</arg>
<arg>${USER_HOME}/.ssh/${SSH_KEY}</arg>
<arg>${KEYFILE_PASS}</arg>
<arg>delay=${delay}</arg>
<doc>Logs into the SSH server using key-based authentication.</doc>
<status status="PASS" start="2026-07-21T03:16:12.849748" elapsed="0.346314"/>
</kw>
<msg time="2026-07-21T03:16:13.196219" level="INFO">Returning from the enclosing user keyword.</msg>
<arg>SSHLibrary.Login With Public Key</arg>
<arg>${user}</arg>
<arg>${USER_HOME}/.ssh/${SSH_KEY}</arg>
<arg>${KEYFILE_PASS}</arg>
<arg>delay=${delay}</arg>
<doc>Runs the specified keyword and returns from the enclosing user keyword.</doc>
<status status="PASS" start="2026-07-21T03:16:12.849344" elapsed="0.347010"/>
</kw>
<arg>${user}</arg>
<arg>${password}</arg>
<doc>On active SSH session: if given non-empty password, do Login, else do Login With Public Key.</doc>
<status status="PASS" start="2026-07-21T03:16:12.847334" elapsed="0.349207"/>
</kw>
<kw name="Execute Command" owner="SSHLibrary">
<msg time="2026-07-21T03:16:13.197352" level="INFO">Executing command '/usr/local/bin/cbench -c 10.30.170.118 -m 60000 -M 100 -S 16 -l 10 -D 5000 -p 6633'.</msg>
<msg time="2026-07-21T03:26:19.387509" level="INFO">Command exited with return code 0.</msg>
<msg time="2026-07-21T03:26:19.388354" level="INFO">${stdout} = </msg>
<msg time="2026-07-21T03:26:19.388508" level="INFO">${stderr} = cbench: controller benchmarking tool
   running in mode 'latency'
   connecting to controller at 10.30.170.118: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-07-21T03:16:13.196903" elapsed="606.191687"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-07-21T03:26:19.389579" elapsed="0.001137"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-07-21T03:26:19.392272" level="INFO">cbench: controller benchmarking tool
   running in mode 'latency'
   connecting to controller at 10.30.170.118: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.118. So far 1 cbench instances have initialized their switches.  Waiting for other cbench-instances
Thread-0: Total switches from ALL cbench-instances initialized.
03:17:18.480 16  switches: flows:  102436 105524 103005 103312 103478 104982 103187 105697 102253 103676 103302 98886 104351 100986 103525 101751  total = 27.505850 per ms 
03:18:18.581 16  switches: flows:  119643 119464 120797 122291 118008 121542 119912 122505 117699 117409 118909 116900 118609 114709 117218 117475  total = 31.665285 per ms 
03:19:18.682 16  switches: flows:  102118 103263 101837 101870 101930 101606 100679 101981 100106 99821 98698 98645 98414 98399 98788 99643  total = 26.751942 per ms 
03:20:18.782 16  switches: flows:  126813 128350 126520 129139 129655 129442 126644 126872 124989 122291 123545 124420 123219 124385 125831 122645  total = 33.523332 per ms 
03:21:18.882 16  switches: flows:  126674 128679 129231 127406 129029 128777 126056 127030 124661 122899 126915 125332 122589 122665 124988 124106  total = 33.561222 per ms 
03:22:18.983 16  switches: flows:  123038 125501 123226 121350 125947 125298 123579 123931 122220 119131 121754 120560 118693 118162 120820 121792  total = 32.528796 per ms 
03:23:19.084 16  switches: flows:  122669 128299 124382 125267 127080 127240 124286 125549 123319 122650 122376 122377 121077 120029 122705 123636  total = 32.993879 per ms 
03:24:19.184 16  switches: flows:  121976 123235 123174 123051 122480 122700 122055 119751 118082 119471 120382 120875 117133 119268 118197 118554  total = 32.119392 per ms 
03:25:19.284 16  switches: flows:  130621 127896 126736 124962 123543 125170 126462 124908 121723 122769 120363 123346 126438 122834 120855 127024  total = 33.205374 per ms 
03:26:19.385 16  switches: flows:  125112 125836 124093 124285 122922 124888 121631 122862 119495 123855 117473 120482 121767 120795 120645 120928  total = 32.563399 per ms 
RESULT: 16 switches 9 tests min/max/avg/stdev = 26751.94/33561.22/32101.40/10882.56 responses/s</msg>
<arg>${stderr}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-07-21T03:26:19.391231" elapsed="0.001435"/>
</kw>
<if>
<branch type="IF" condition="&quot;${return_stdout}&quot;!=&quot;True&quot;">
<return>
<value>${stderr}</value>
<status status="PASS" start="2026-07-21T03:26:19.393487" elapsed="0.000106"/>
</return>
<status status="PASS" start="2026-07-21T03:26:19.392973" elapsed="0.000710"/>
</branch>
<status status="PASS" start="2026-07-21T03:26:19.392888" elapsed="0.000856"/>
</if>
<if>
<branch type="IF" condition="&quot;${return_stderr}&quot;!=&quot;True&quot;">
<return>
<value>${stdout}</value>
<status status="NOT RUN" start="2026-07-21T03:26:19.393965" elapsed="0.000029"/>
</return>
<status status="NOT RUN" start="2026-07-21T03:26:19.393881" elapsed="0.000168"/>
</branch>
<status status="NOT RUN" start="2026-07-21T03:26:19.393845" elapsed="0.000236"/>
</if>
<return>
<value>${stdout}</value>
<value>${stderr}</value>
<status status="NOT RUN" start="2026-07-21T03:26:19.394152" elapsed="0.000023"/>
</return>
<kw name="Restore_Current_Ssh_Connection_From_Index" owner="SSHKeywords" type="TEARDOWN">
<kw name="Run Keyword And Return If" owner="BuiltIn">
<arg>${connection_index} is not None</arg>
<arg>SSHLibrary.Switch Connection</arg>
<arg>${connection_index}</arg>
<doc>Runs the specified keyword and returns from the enclosing user keyword.</doc>
<status status="PASS" start="2026-07-21T03:26:19.398102" elapsed="0.000533"/>
</kw>
<kw name="Open Connection" owner="SSHLibrary">
<arg>127.0.0.1</arg>
<doc>Opens a new SSH connection to the given ``host`` and ``port``.</doc>
<status status="PASS" start="2026-07-21T03:26:19.398896" elapsed="0.000327"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-07-21T03:26:19.399435" elapsed="0.000207"/>
</kw>
<arg>${current_ssh_connection.index}</arg>
<doc>Restore active SSH connection in SSHLibrary to given index.</doc>
<status status="PASS" start="2026-07-21T03:26:19.394652" elapsed="0.005074"/>
</kw>
<msg time="2026-07-21T03:26:19.399923" level="INFO">${output} = cbench: controller benchmarking tool
   running in mode 'latency'
   connecting to controller at 10.30.170.118: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-07-21T03:16:12.841950" elapsed="606.558012"/>
</kw>
<status status="PASS" start="2026-07-21T03:16:12.841607" elapsed="606.558429"/>
</branch>
<status status="PASS" start="2026-07-21T03:16:12.841163" elapsed="606.558909"/>
</if>
<kw name="Log" owner="BuiltIn">
<msg time="2026-07-21T03:26:19.400802" level="INFO">cbench: controller benchmarking tool
   running in mode 'latency'
   connecting to controller at 10.30.170.118: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.118. So far 1 cbench instances have initialized their switches.  Waiting for other cbench-instances
Thread-0: Total switches from ALL cbench-instances initialized.
03:17:18.480 16  switches: flows:  102436 105524 103005 103312 103478 104982 103187 105697 102253 103676 103302 98886 104351 100986 103525 101751  total = 27.505850 per ms 
03:18:18.581 16  switches: flows:  119643 119464 120797 122291 118008 121542 119912 122505 117699 117409 118909 116900 118609 114709 117218 117475  total = 31.665285 per ms 
03:19:18.682 16  switches: flows:  102118 103263 101837 101870 101930 101606 100679 101981 100106 99821 98698 98645 98414 98399 98788 99643  total = 26.751942 per ms 
03:20:18.782 16  switches: flows:  126813 128350 126520 129139 129655 129442 126644 126872 124989 122291 123545 124420 123219 124385 125831 122645  total = 33.523332 per ms 
03:21:18.882 16  switches: flows:  126674 128679 129231 127406 129029 128777 126056 127030 124661 122899 126915 125332 122589 122665 124988 124106  total = 33.561222 per ms 
03:22:18.983 16  switches: flows:  123038 125501 123226 121350 125947 125298 123579 123931 122220 119131 121754 120560 118693 118162 120820 121792  total = 32.528796 per ms 
03:23:19.084 16  switches: flows:  122669 128299 124382 125267 127080 127240 124286 125549 123319 122650 122376 122377 121077 120029 122705 123636  total = 32.993879 per ms 
03:24:19.184 16  switches: flows:  121976 123235 123174 123051 122480 122700 122055 119751 118082 119471 120382 120875 117133 119268 118197 118554  total = 32.119392 per ms 
03:25:19.284 16  switches: flows:  130621 127896 126736 124962 123543 125170 126462 124908 121723 122769 120363 123346 126438 122834 120855 127024  total = 33.205374 per ms 
03:26:19.385 16  switches: flows:  125112 125836 124093 124285 122922 124888 121631 122862 119495 123855 117473 120482 121767 120795 120645 120928  total = 32.563399 per ms 
RESULT: 16 switches 9 tests min/max/avg/stdev = 26751.94/33561.22/32101.40/10882.56 responses/s</msg>
<arg>${output}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-07-21T03:26:19.400328" elapsed="0.000604"/>
</kw>
<kw name="Should Contain" owner="BuiltIn">
<arg>${output}</arg>
<arg>RESULT</arg>
<doc>Fails if ``container`` does not contain ``item`` one or more times.</doc>
<status status="PASS" start="2026-07-21T03:26:19.401223" elapsed="0.000585"/>
</kw>
<kw name="Get Lines Containing String" owner="String">
<msg time="2026-07-21T03:26:19.402331" level="INFO">1 out of 23 lines matched.</msg>
<msg time="2026-07-21T03:26:19.402429" level="INFO">${result_line} = RESULT: 16 switches 9 tests min/max/avg/stdev = 26751.94/33561.22/32101.40/10882.56 responses/s</msg>
<var>${result_line}</var>
<arg>${output}</arg>
<arg>RESULT</arg>
<doc>Returns lines of the given ``string`` that contain the ``pattern``.</doc>
<status status="PASS" start="2026-07-21T03:26:19.402055" elapsed="0.000400"/>
</kw>
<kw name="Split String" owner="String">
<msg time="2026-07-21T03:26:19.402894" level="INFO">@{results_list} = [ RESULT: | 16 | switches | 9 | tests | min/max/avg/stdev | = | 26751.94/33561.22/32101.40/10882.56 | responses/s ]</msg>
<var>@{results_list}</var>
<arg>${result_line}</arg>
<doc>Splits the ``string`` using ``separator`` as a delimiter string.</doc>
<status status="PASS" start="2026-07-21T03:26:19.402615" elapsed="0.000306"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-07-21T03:26:19.405415" level="INFO">min/max/avg/stdev</msg>
<arg>${results_list[5]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-07-21T03:26:19.403071" elapsed="0.002403"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-07-21T03:26:19.407855" level="INFO">26751.94/33561.22/32101.40/10882.56</msg>
<arg>${results_list[7]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-07-21T03:26:19.405627" elapsed="0.002288"/>
</kw>
<kw name="Split String" owner="String">
<msg time="2026-07-21T03:26:19.410494" level="INFO">@{result_name_list} = [ min | max | avg | stdev ]</msg>
<var>@{result_name_list}</var>
<arg>${results_list[5]}</arg>
<arg>/</arg>
<doc>Splits the ``string`` using ``separator`` as a delimiter string.</doc>
<status status="PASS" start="2026-07-21T03:26:19.408069" elapsed="0.002460"/>
</kw>
<kw name="Split String" owner="String">
<msg time="2026-07-21T03:26:19.413191" level="INFO">@{result_value_list} = [ 26751.94 | 33561.22 | 32101.40 | 10882.56 ]</msg>
<var>@{result_value_list}</var>
<arg>${results_list[7]}</arg>
<arg>/</arg>
<doc>Splits the ``string`` using ``separator`` as a delimiter string.</doc>
<status status="PASS" start="2026-07-21T03:26:19.410752" elapsed="0.002473"/>
</kw>
<kw name="Get Length" owner="BuiltIn">
<msg time="2026-07-21T03:26:19.413721" level="INFO">Length is 4.</msg>
<msg time="2026-07-21T03:26:19.413824" level="INFO">${num_stats} = 4</msg>
<var>${num_stats}</var>
<arg>${result_name_list}</arg>
<doc>Returns and logs the length of the given item as an integer.</doc>
<status status="PASS" start="2026-07-21T03:26:19.413389" elapsed="0.000460"/>
</kw>
<for flavor="IN RANGE">
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-07-21T03:26:19.418983" level="INFO">min :: 26751.94</msg>
<arg>${result_name_list[${i}]} :: ${result_value_list[${i}]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-07-21T03:26:19.414299" elapsed="0.004750"/>
</kw>
<var name="${i}">0</var>
<status status="PASS" start="2026-07-21T03:26:19.414159" elapsed="0.004927"/>
</iter>
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-07-21T03:26:19.423714" level="INFO">max :: 33561.22</msg>
<arg>${result_name_list[${i}]} :: ${result_value_list[${i}]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-07-21T03:26:19.419332" elapsed="0.004451"/>
</kw>
<var name="${i}">1</var>
<status status="PASS" start="2026-07-21T03:26:19.419200" elapsed="0.004620"/>
</iter>
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-07-21T03:26:19.428835" level="INFO">avg :: 32101.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-07-21T03:26:19.424044" elapsed="0.004852"/>
</kw>
<var name="${i}">2</var>
<status status="PASS" start="2026-07-21T03:26:19.423912" elapsed="0.005021"/>
</iter>
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-07-21T03:26:19.433791" level="INFO">stdev :: 10882.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-07-21T03:26:19.429219" elapsed="0.004631"/>
</kw>
<var name="${i}">3</var>
<status status="PASS" start="2026-07-21T03:26:19.429027" elapsed="0.004859"/>
</iter>
<var>${i}</var>
<value>0</value>
<value>${num_stats}</value>
<status status="PASS" start="2026-07-21T03:26:19.413922" elapsed="0.019999"/>
</for>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-07-21T03:26:19.438193" level="INFO">${min} = 26751.94</msg>
<var>${min}</var>
<arg>${result_value_list[${0}]}</arg>
<doc>Returns the given values which can then be assigned to a variables.</doc>
<status status="PASS" start="2026-07-21T03:26:19.434156" elapsed="0.004076"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-07-21T03:26:19.442622" level="INFO">${max} = 33561.22</msg>
<var>${max}</var>
<arg>${result_value_list[${1}]}</arg>
<doc>Returns the given values which can then be assigned to a variables.</doc>
<status status="PASS" start="2026-07-21T03:26:19.438448" elapsed="0.004201"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-07-21T03:26:19.446687" level="INFO">${average} = 32101.40</msg>
<var>${average}</var>
<arg>${result_value_list[${2}]}</arg>
<doc>Returns the given values which can then be assigned to a variables.</doc>
<status status="PASS" start="2026-07-21T03:26:19.442809" elapsed="0.003905"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-07-21T03:26:19.450649" level="INFO">${stdev} = 10882.56</msg>
<var>${stdev}</var>
<arg>${result_value_list[${3}]}</arg>
<doc>Returns the given values which can then be assigned to a variables.</doc>
<status status="PASS" start="2026-07-21T03:26:19.446869" elapsed="0.003806"/>
</kw>
<kw name="Get Time" owner="BuiltIn">
<msg time="2026-07-21T03:26:19.451229" level="INFO">${date} = 2026-07-21 03:26:19</msg>
<var>${date}</var>
<arg>d,m,s</arg>
<doc>Returns the given time in the requested format.</doc>
<status status="PASS" start="2026-07-21T03:26:19.450838" elapsed="0.000416"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-07-21T03:26:19.451813" level="INFO">CBench Result: 2026-07-21 03:26:19,-m 60000 -M 100 -S 16 -l 10 -D 5000 -p 6633,26751.94,33561.22,32101.40,10882.56</msg>
<arg>CBench Result: ${date},${cbench_args},${min},${max},${average},${stdev}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-07-21T03:26:19.451404" elapsed="0.000465"/>
</kw>
<kw name="Log Results And Determine Status">
<kw name="Append To File" owner="OperatingSystem">
<msg time="2026-07-21T03:26:19.452987" level="INFO" html="true">Appended to file '&lt;a href="file:///w/workspace/openflowplugin-csit-1node-cbench-only-chromium/latency.csv"&gt;/w/workspace/openflowplugin-csit-1node-cbench-only-chromium/latency.csv&lt;/a&gt;'.</msg>
<arg>${output_file}</arg>
<arg>${min},${max},${average}\n</arg>
<doc>Appends the given content to the specified file.</doc>
<status status="PASS" start="2026-07-21T03:26:19.452523" elapsed="0.000540"/>
</kw>
<kw name="Should Be True" owner="BuiltIn">
<arg>${average} &gt; ${threshold}</arg>
<arg>${average} flow_mods per/sec did not exceed threshold of ${threshold}</arg>
<doc>Fails if the given condition is not true.</doc>
<status status="PASS" start="2026-07-21T03:26:19.453258" elapsed="0.000474"/>
</kw>
<arg>${min}</arg>
<arg>${max}</arg>
<arg>${average}</arg>
<arg>${average_threshold}</arg>
<arg>${output_filename}</arg>
<status status="PASS" start="2026-07-21T03:26:19.452020" elapsed="0.001778"/>
</kw>
<arg>-m ${duration_in_ms} -M ${num_of_unique_macs} -S ${switch_count} -l ${loops} -D ${start_delay} -p ${of_port}</arg>
<arg>${latency_threshold}</arg>
<arg>${latency_results_file}</arg>
<status status="PASS" start="2026-07-21T03:16:12.839744" elapsed="606.614117"/>
</kw>
<kw name="Sleep" owner="BuiltIn">
<msg time="2026-07-21T03:26:19.454357" level="INFO">Slept 0 seconds.</msg>
<arg>${test_delay}</arg>
<doc>Pauses the test executed for the given time.</doc>
<status status="PASS" start="2026-07-21T03:26:19.454014" elapsed="0.000400"/>
</kw>
<kw name="Log Results As Zero If Cbench Timed Out" type="TEARDOWN">
<kw name="Run Keyword If Timeout Occurred" owner="BuiltIn">
<arg>Log Results And Determine Status</arg>
<arg>0</arg>
<arg>0</arg>
<arg>0</arg>
<arg>0</arg>
<arg>${output_filename}</arg>
<doc>Runs the given keyword if either a test or a keyword timeout has occurred.</doc>
<status status="PASS" start="2026-07-21T03:26:19.454932" elapsed="0.000282"/>
</kw>
<status status="PASS" start="2026-07-21T03:26:19.454631" elapsed="0.000681"/>
</kw>
<doc>cbench executed in default latency mode. Test parameters have defaults, but can be overridden
on the pybot command line</doc>
<tag>cbench</tag>
<tag>latency</tag>
<timeout value="15 minutes"/>
<status status="PASS" start="2026-07-21T03:16:12.836825" elapsed="606.618542"/>
</test>
<test id="s1-t2" name="Cbench Throughput Test" line="51">
<kw name="Log" owner="BuiltIn">
<msg time="2026-07-21T03:26:19.456659" level="INFO">Cbench tests using 10 iterations of 60 second tests. Switch Count: 16. Unique MACS to cycle: 100</msg>
<arg>Cbench tests using ${loops} iterations of ${duration_in_secs} second tests. Switch Count: ${switch_count}. Unique MACS to cycle: ${num_of_unique_macs}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-07-21T03:26:19.456275" elapsed="0.000441"/>
</kw>
<kw name="Run Cbench And Log Results">
<kw name="Set Suite Variable" owner="BuiltIn">
<msg time="2026-07-21T03:26:19.458069" level="INFO">${output_filename} = throughput.csv</msg>
<arg>${output_filename}</arg>
<doc>Makes a variable available everywhere within the scope of the current suite.</doc>
<status status="PASS" start="2026-07-21T03:26:19.457732" elapsed="0.000380"/>
</kw>
<if>
<branch type="IF" condition="&quot;${cbench_system}&quot; == &quot;localhost&quot;">
<kw name="Run" owner="OperatingSystem">
<var>${output}</var>
<arg>${cbench_executable} -c ${ODL_SYSTEM_IP} ${cbench_args}</arg>
<doc>_This keyword is considered deprecated. Use the
[http://robotframework.org/robotframework/latest/libraries/Process.html|
Process] library instead._</doc>
<status status="NOT RUN" start="2026-07-21T03:26:19.458489" elapsed="0.000022"/>
</kw>
<status status="NOT RUN" start="2026-07-21T03:26:19.458258" elapsed="0.000290"/>
</branch>
<branch type="ELSE">
<kw name="Run Command On Remote System" owner="Utils">
<if>
<branch type="IF" condition="&quot;${return_stdout}&quot;!=&quot;True&quot; and &quot;${return_stderr}&quot;!=&quot;True&quot;">
<kw name="Fail" owner="BuiltIn">
<arg>At least one of {return_stdout} or {return_stderr} args should be set to True</arg>
<doc>Fails the test with the given message and optionally alters its tags.</doc>
<status status="NOT RUN" start="2026-07-21T03:26:19.461607" elapsed="0.000022"/>
</kw>
<status status="NOT RUN" start="2026-07-21T03:26:19.461351" elapsed="0.000314"/>
</branch>
<status status="PASS" start="2026-07-21T03:26:19.461324" elapsed="0.000366"/>
</if>
<kw name="Get Connection" owner="SSHLibrary">
<msg time="2026-07-21T03:26:19.462104" level="INFO">index=None
host=None
alias=None
port=22
timeout=3 seconds
newline=

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

prompt=None
term_type=vt100
width=80
height=24
path_separator=/
encoding=utf8
escape_ansi=False
encoding_errors=strict</msg>
<var>${current_ssh_connection}</var>
<doc>Returns information about the connection.</doc>
<status status="PASS" start="2026-07-21T03:26:19.461858" elapsed="0.000419"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-07-21T03:26:19.462845" level="INFO">Attempting to execute command "/usr/local/bin/cbench -c 10.30.170.118 -t -m 60000 -M 100 -S 16 -l 10 -D 5000 -p 6633" on remote system "10.30.171.211" by user "jenkins" with keyfile pass "any" and prompt "&gt;" and password ""</msg>
<arg>Attempting to execute command "${cmd}" on remote system "${system}" by user "${user}" with keyfile pass "${keyfile_pass}" and prompt "${prompt}" and password "${password}"</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-07-21T03:26:19.462417" elapsed="0.000487"/>
</kw>
<kw name="Open Connection" owner="SSHLibrary">
<msg time="2026-07-21T03:26:19.463516" level="INFO">${conn_id} = 7</msg>
<var>${conn_id}</var>
<arg>${system}</arg>
<arg>prompt=${prompt}</arg>
<arg>timeout=${prompt_timeout}</arg>
<doc>Opens a new SSH connection to the given ``host`` and ``port``.</doc>
<status status="PASS" start="2026-07-21T03:26:19.463074" elapsed="0.000471"/>
</kw>
<kw name="Flexible_SSH_Login" owner="SSHKeywords">
<kw name="Get Length" owner="BuiltIn">
<msg time="2026-07-21T03:26:19.464463" level="INFO">Length is 0.</msg>
<msg time="2026-07-21T03:26:19.464553" level="INFO">${pwd_length} = 0</msg>
<var>${pwd_length}</var>
<arg>${password}</arg>
<doc>Returns and logs the length of the given item as an integer.</doc>
<status status="PASS" start="2026-07-21T03:26:19.464127" elapsed="0.000450"/>
</kw>
<kw name="Run Keyword And Return If" owner="BuiltIn">
<arg>${pwd_length} &gt; 0</arg>
<arg>SSHLibrary.Login</arg>
<arg>${user}</arg>
<arg>${password}</arg>
<arg>delay=${delay}</arg>
<doc>Runs the specified keyword and returns from the enclosing user keyword.</doc>
<status status="PASS" start="2026-07-21T03:26:19.464720" elapsed="0.000325"/>
</kw>
<kw name="Run Keyword And Return" owner="BuiltIn">
<kw name="Login With Public Key" owner="SSHLibrary">
<msg time="2026-07-21T03:26:19.465977" level="INFO">Logging into '10.30.171.211:22' as 'jenkins'.</msg>
<msg time="2026-07-21T03:26:20.183936" level="INFO">Read output: Welcome to Ubuntu 22.04.5 LTS (GNU/Linux 5.15.0-153-generic x86_64)

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

 System information as of Tue Jul 21 03:26:19 UTC 2026

  System load:  1.02               Processes:             105
  Usage of /:   19.8% of 38.58GB   Users logged in:       0
  Memory usage: 4%                 IPv4 address for ens3: 10.30.171.211
  Swap usage:   0%


Expanded Security Maintenance for Applications is not enabled.

0 updates can be applied immediately.

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


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


Last login: Tue Jul 21 03:16:13 2026 from 10.30.170.148
[?2004h[jenkins@releng-00446-32-1-mininet-ovs-217-0 ~]&gt;</msg>
<arg>${user}</arg>
<arg>${USER_HOME}/.ssh/${SSH_KEY}</arg>
<arg>${KEYFILE_PASS}</arg>
<arg>delay=${delay}</arg>
<doc>Logs into the SSH server using key-based authentication.</doc>
<status status="PASS" start="2026-07-21T03:26:19.465622" elapsed="0.718557"/>
</kw>
<msg time="2026-07-21T03:26:20.184271" level="INFO">Returning from the enclosing user keyword.</msg>
<arg>SSHLibrary.Login With Public Key</arg>
<arg>${user}</arg>
<arg>${USER_HOME}/.ssh/${SSH_KEY}</arg>
<arg>${KEYFILE_PASS}</arg>
<arg>delay=${delay}</arg>
<doc>Runs the specified keyword and returns from the enclosing user keyword.</doc>
<status status="PASS" start="2026-07-21T03:26:19.465272" elapsed="0.719129"/>
</kw>
<arg>${user}</arg>
<arg>${password}</arg>
<doc>On active SSH session: if given non-empty password, do Login, else do Login With Public Key.</doc>
<status status="PASS" start="2026-07-21T03:26:19.463750" elapsed="0.720808"/>
</kw>
<kw name="Execute Command" owner="SSHLibrary">
<msg time="2026-07-21T03:26:20.185290" level="INFO">Executing command '/usr/local/bin/cbench -c 10.30.170.118 -t -m 60000 -M 100 -S 16 -l 10 -D 5000 -p 6633'.</msg>
<msg time="2026-07-21T03:36:26.252873" level="INFO">Command exited with return code 0.</msg>
<msg time="2026-07-21T03:36:26.253461" level="INFO">${stdout} = </msg>
<msg time="2026-07-21T03:36:26.253568" level="INFO">${stderr} = cbench: controller benchmarking tool
   running in mode 'throughput'
   connecting to controller at 10.30.170.118:6633 
   faking 16 switches with 1 threads :: 10 tests each; 60000 ms per test
   with...</msg>
<var>${stdout}</var>
<var>${stderr}</var>
<arg>${cmd}</arg>
<arg>return_stderr=True</arg>
<doc>Executes ``command`` on the remote machine and returns its outputs.</doc>
<status status="PASS" start="2026-07-21T03:26:20.184852" elapsed="606.068773"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-07-21T03:36:26.254077" elapsed="0.000702"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-07-21T03:36:26.255926" level="INFO">cbench: controller benchmarking tool
   running in mode 'throughput'
   connecting to controller at 10.30.170.118: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.118. So far 1 cbench instances have initialized their switches.  Waiting for other cbench-instances
Thread-0: Total switches from ALL cbench-instances initialized.
03:27:25.333 16  switches: flows:  553447 551438 539582 546147 562163 554961 553040 546128 537809 533654 531652 534667 532491 529982 550167 556607  total = 145.232250 per ms 
03:28:25.435 16  switches: flows:  549073 545540 537521 535686 529096 546116 523083 525729 539153 524164 534242 532070 526797 540824 533237 530729  total = 142.310633 per ms 
03:29:25.537 16  switches: flows:  580840 585392 579503 575801 577495 592410 594133 580021 578726 578140 584715 576452 581191 581876 587920 574915  total = 154.896498 per ms 
03:30:25.641 16  switches: flows:  586469 596725 584503 578339 590928 588153 572047 568163 580115 586556 564371 575166 579932 581315 575906 572365  total = 154.418380 per ms 
03:31:25.742 16  switches: flows:  583838 594112 581782 588842 581321 582901 573097 577799 587410 587566 582296 581488 580814 582981 581597 581675  total = 155.230934 per ms 
03:32:25.844 16  switches: flows:  577391 576884 576201 583119 576547 581218 563472 584124 577334 580346 573678 574707 579322 581038 568320 584732  total = 153.714700 per ms 
03:33:25.945 16  switches: flows:  598501 599767 595273 591616 604659 592261 582942 602234 602615 604686 588272 587527 602720 597527 591718 595087  total = 158.691109 per ms 
03:34:26.047 16  switches: flows:  605237 595732 589992 603093 606621 596039 605317 593082 598993 602307 587582 601838 588414 594374 601250 598000  total = 159.197349 per ms 
03:35:26.149 16  switches: flows:  651473 658955 657712 655225 646977 654556 657448 656227 647921 657747 663486 660506 641930 655898 645005 653817  total = 174.120714 per ms 
03:36:26.258 16  switches: flows:  674316 666450 674082 669784 661302 671208 678884 678489 676216 669368 666026 662771 657179 661320 679671 671804  total = 178.323926 per ms 
RESULT: 16 switches 9 tests min/max/avg/stdev = 142310.63/178323.93/158989.36/53994.14 responses/s</msg>
<arg>${stderr}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-07-21T03:36:26.255169" elapsed="0.001090"/>
</kw>
<if>
<branch type="IF" condition="&quot;${return_stdout}&quot;!=&quot;True&quot;">
<return>
<value>${stderr}</value>
<status status="PASS" start="2026-07-21T03:36:26.256734" elapsed="0.000080"/>
</return>
<status status="PASS" start="2026-07-21T03:36:26.256438" elapsed="0.000463"/>
</branch>
<status status="PASS" start="2026-07-21T03:36:26.256389" elapsed="0.000589"/>
</if>
<if>
<branch type="IF" condition="&quot;${return_stderr}&quot;!=&quot;True&quot;">
<return>
<value>${stdout}</value>
<status status="NOT RUN" start="2026-07-21T03:36:26.257247" elapsed="0.000029"/>
</return>
<status status="NOT RUN" start="2026-07-21T03:36:26.257129" elapsed="0.000211"/>
</branch>
<status status="NOT RUN" start="2026-07-21T03:36:26.257091" elapsed="0.000297"/>
</if>
<return>
<value>${stdout}</value>
<value>${stderr}</value>
<status status="NOT RUN" start="2026-07-21T03:36:26.257456" elapsed="0.000030"/>
</return>
<kw name="Restore_Current_Ssh_Connection_From_Index" owner="SSHKeywords" type="TEARDOWN">
<kw name="Run Keyword And Return If" owner="BuiltIn">
<arg>${connection_index} is not None</arg>
<arg>SSHLibrary.Switch Connection</arg>
<arg>${connection_index}</arg>
<doc>Runs the specified keyword and returns from the enclosing user keyword.</doc>
<status status="PASS" start="2026-07-21T03:36:26.262131" elapsed="0.000516"/>
</kw>
<kw name="Open Connection" owner="SSHLibrary">
<arg>127.0.0.1</arg>
<doc>Opens a new SSH connection to the given ``host`` and ``port``.</doc>
<status status="PASS" start="2026-07-21T03:36:26.262867" elapsed="0.000251"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-07-21T03:36:26.263350" elapsed="0.000154"/>
</kw>
<arg>${current_ssh_connection.index}</arg>
<doc>Restore active SSH connection in SSHLibrary to given index.</doc>
<status status="PASS" start="2026-07-21T03:36:26.258172" elapsed="0.005409"/>
</kw>
<msg time="2026-07-21T03:36:26.263768" level="INFO">${output} = cbench: controller benchmarking tool
   running in mode 'throughput'
   connecting to controller at 10.30.170.118:6633 
   faking 16 switches with 1 threads :: 10 tests each; 60000 ms per test
   with...</msg>
<var>${output}</var>
<arg>${cbench_system}</arg>
<arg>${cbench_executable} -c ${ODL_SYSTEM_IP} ${cbench_args}</arg>
<arg>prompt_timeout=${test_timeout}</arg>
<arg>return_stdout=False</arg>
<arg>return_stderr=True</arg>
<doc>Reduces the common work of running a command on a remote system to a single higher level
robot keyword, taking care to log in with a public key and. The command given is written and the return value
depends on the passed argument values of return_stdout (default: True) and return_stderr (default: False).
At least one should be True, or the keyword will exit and FAIL. If both are True, the resulting return value
will be a two element list containing both. Otherwise the resulting return value is a string.
No test conditions are checked.</doc>
<status status="PASS" start="2026-07-21T03:26:19.458891" elapsed="606.804916"/>
</kw>
<status status="PASS" start="2026-07-21T03:26:19.458575" elapsed="606.805303"/>
</branch>
<status status="PASS" start="2026-07-21T03:26:19.458234" elapsed="606.805678"/>
</if>
<kw name="Log" owner="BuiltIn">
<msg time="2026-07-21T03:36:26.264573" level="INFO">cbench: controller benchmarking tool
   running in mode 'throughput'
   connecting to controller at 10.30.170.118: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.118. So far 1 cbench instances have initialized their switches.  Waiting for other cbench-instances
Thread-0: Total switches from ALL cbench-instances initialized.
03:27:25.333 16  switches: flows:  553447 551438 539582 546147 562163 554961 553040 546128 537809 533654 531652 534667 532491 529982 550167 556607  total = 145.232250 per ms 
03:28:25.435 16  switches: flows:  549073 545540 537521 535686 529096 546116 523083 525729 539153 524164 534242 532070 526797 540824 533237 530729  total = 142.310633 per ms 
03:29:25.537 16  switches: flows:  580840 585392 579503 575801 577495 592410 594133 580021 578726 578140 584715 576452 581191 581876 587920 574915  total = 154.896498 per ms 
03:30:25.641 16  switches: flows:  586469 596725 584503 578339 590928 588153 572047 568163 580115 586556 564371 575166 579932 581315 575906 572365  total = 154.418380 per ms 
03:31:25.742 16  switches: flows:  583838 594112 581782 588842 581321 582901 573097 577799 587410 587566 582296 581488 580814 582981 581597 581675  total = 155.230934 per ms 
03:32:25.844 16  switches: flows:  577391 576884 576201 583119 576547 581218 563472 584124 577334 580346 573678 574707 579322 581038 568320 584732  total = 153.714700 per ms 
03:33:25.945 16  switches: flows:  598501 599767 595273 591616 604659 592261 582942 602234 602615 604686 588272 587527 602720 597527 591718 595087  total = 158.691109 per ms 
03:34:26.047 16  switches: flows:  605237 595732 589992 603093 606621 596039 605317 593082 598993 602307 587582 601838 588414 594374 601250 598000  total = 159.197349 per ms 
03:35:26.149 16  switches: flows:  651473 658955 657712 655225 646977 654556 657448 656227 647921 657747 663486 660506 641930 655898 645005 653817  total = 174.120714 per ms 
03:36:26.258 16  switches: flows:  674316 666450 674082 669784 661302 671208 678884 678489 676216 669368 666026 662771 657179 661320 679671 671804  total = 178.323926 per ms 
RESULT: 16 switches 9 tests min/max/avg/stdev = 142310.63/178323.93/158989.36/53994.14 responses/s</msg>
<arg>${output}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-07-21T03:36:26.264119" elapsed="0.000565"/>
</kw>
<kw name="Should Contain" owner="BuiltIn">
<arg>${output}</arg>
<arg>RESULT</arg>
<doc>Fails if ``container`` does not contain ``item`` one or more times.</doc>
<status status="PASS" start="2026-07-21T03:36:26.264902" elapsed="0.000586"/>
</kw>
<kw name="Get Lines Containing String" owner="String">
<msg time="2026-07-21T03:36:26.266072" level="INFO">1 out of 23 lines matched.</msg>
<msg time="2026-07-21T03:36:26.266231" level="INFO">${result_line} = RESULT: 16 switches 9 tests min/max/avg/stdev = 142310.63/178323.93/158989.36/53994.14 responses/s</msg>
<var>${result_line}</var>
<arg>${output}</arg>
<arg>RESULT</arg>
<doc>Returns lines of the given ``string`` that contain the ``pattern``.</doc>
<status status="PASS" start="2026-07-21T03:36:26.265730" elapsed="0.000539"/>
</kw>
<kw name="Split String" owner="String">
<msg time="2026-07-21T03:36:26.266883" level="INFO">@{results_list} = [ RESULT: | 16 | switches | 9 | tests | min/max/avg/stdev | = | 142310.63/178323.93/158989.36/53994.14 | responses/s ]</msg>
<var>@{results_list}</var>
<arg>${result_line}</arg>
<doc>Splits the ``string`` using ``separator`` as a delimiter string.</doc>
<status status="PASS" start="2026-07-21T03:36:26.266501" elapsed="0.000423"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-07-21T03:36:26.269774" level="INFO">min/max/avg/stdev</msg>
<arg>${results_list[5]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-07-21T03:36:26.267163" elapsed="0.002669"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-07-21T03:36:26.272329" level="INFO">142310.63/178323.93/158989.36/53994.14</msg>
<arg>${results_list[7]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-07-21T03:36:26.269980" elapsed="0.002409"/>
</kw>
<kw name="Split String" owner="String">
<msg time="2026-07-21T03:36:26.274768" level="INFO">@{result_name_list} = [ min | max | avg | stdev ]</msg>
<var>@{result_name_list}</var>
<arg>${results_list[5]}</arg>
<arg>/</arg>
<doc>Splits the ``string`` using ``separator`` as a delimiter string.</doc>
<status status="PASS" start="2026-07-21T03:36:26.272542" elapsed="0.002253"/>
</kw>
<kw name="Split String" owner="String">
<msg time="2026-07-21T03:36:26.277313" level="INFO">@{result_value_list} = [ 142310.63 | 178323.93 | 158989.36 | 53994.14 ]</msg>
<var>@{result_value_list}</var>
<arg>${results_list[7]}</arg>
<arg>/</arg>
<doc>Splits the ``string`` using ``separator`` as a delimiter string.</doc>
<status status="PASS" start="2026-07-21T03:36:26.275017" elapsed="0.002325"/>
</kw>
<kw name="Get Length" owner="BuiltIn">
<msg time="2026-07-21T03:36:26.277823" level="INFO">Length is 4.</msg>
<msg time="2026-07-21T03:36:26.277914" level="INFO">${num_stats} = 4</msg>
<var>${num_stats}</var>
<arg>${result_name_list}</arg>
<doc>Returns and logs the length of the given item as an integer.</doc>
<status status="PASS" start="2026-07-21T03:36:26.277499" elapsed="0.000439"/>
</kw>
<for flavor="IN RANGE">
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-07-21T03:36:26.282976" level="INFO">min :: 142310.63</msg>
<arg>${result_name_list[${i}]} :: ${result_value_list[${i}]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-07-21T03:36:26.278347" elapsed="0.004689"/>
</kw>
<var name="${i}">0</var>
<status status="PASS" start="2026-07-21T03:36:26.278215" elapsed="0.004858"/>
</iter>
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-07-21T03:36:26.287773" level="INFO">max :: 178323.93</msg>
<arg>${result_name_list[${i}]} :: ${result_value_list[${i}]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-07-21T03:36:26.283333" elapsed="0.004499"/>
</kw>
<var name="${i}">1</var>
<status status="PASS" start="2026-07-21T03:36:26.283182" elapsed="0.004686"/>
</iter>
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-07-21T03:36:26.292484" level="INFO">avg :: 158989.36</msg>
<arg>${result_name_list[${i}]} :: ${result_value_list[${i}]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-07-21T03:36:26.288093" elapsed="0.004450"/>
</kw>
<var name="${i}">2</var>
<status status="PASS" start="2026-07-21T03:36:26.287961" elapsed="0.004617"/>
</iter>
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-07-21T03:36:26.297156" level="INFO">stdev :: 53994.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-07-21T03:36:26.292800" elapsed="0.004416"/>
</kw>
<var name="${i}">3</var>
<status status="PASS" start="2026-07-21T03:36:26.292667" elapsed="0.004586"/>
</iter>
<var>${i}</var>
<value>0</value>
<value>${num_stats}</value>
<status status="PASS" start="2026-07-21T03:36:26.278006" elapsed="0.019278"/>
</for>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-07-21T03:36:26.301457" level="INFO">${min} = 142310.63</msg>
<var>${min}</var>
<arg>${result_value_list[${0}]}</arg>
<doc>Returns the given values which can then be assigned to a variables.</doc>
<status status="PASS" start="2026-07-21T03:36:26.297442" elapsed="0.004043"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-07-21T03:36:26.305520" level="INFO">${max} = 178323.93</msg>
<var>${max}</var>
<arg>${result_value_list[${1}]}</arg>
<doc>Returns the given values which can then be assigned to a variables.</doc>
<status status="PASS" start="2026-07-21T03:36:26.301639" elapsed="0.003909"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-07-21T03:36:26.309635" level="INFO">${average} = 158989.36</msg>
<var>${average}</var>
<arg>${result_value_list[${2}]}</arg>
<doc>Returns the given values which can then be assigned to a variables.</doc>
<status status="PASS" start="2026-07-21T03:36:26.305705" elapsed="0.003958"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-07-21T03:36:26.313720" level="INFO">${stdev} = 53994.14</msg>
<var>${stdev}</var>
<arg>${result_value_list[${3}]}</arg>
<doc>Returns the given values which can then be assigned to a variables.</doc>
<status status="PASS" start="2026-07-21T03:36:26.309818" elapsed="0.003930"/>
</kw>
<kw name="Get Time" owner="BuiltIn">
<msg time="2026-07-21T03:36:26.314293" level="INFO">${date} = 2026-07-21 03:36:26</msg>
<var>${date}</var>
<arg>d,m,s</arg>
<doc>Returns the given time in the requested format.</doc>
<status status="PASS" start="2026-07-21T03:36:26.313911" elapsed="0.000408"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-07-21T03:36:26.314880" level="INFO">CBench Result: 2026-07-21 03:36:26,-t -m 60000 -M 100 -S 16 -l 10 -D 5000 -p 6633,142310.63,178323.93,158989.36,53994.14</msg>
<arg>CBench Result: ${date},${cbench_args},${min},${max},${average},${stdev}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-07-21T03:36:26.314469" elapsed="0.000481"/>
</kw>
<kw name="Log Results And Determine Status">
<kw name="Append To File" owner="OperatingSystem">
<msg time="2026-07-21T03:36:26.316216" level="INFO" html="true">Appended to file '&lt;a href="file:///w/workspace/openflowplugin-csit-1node-cbench-only-chromium/throughput.csv"&gt;/w/workspace/openflowplugin-csit-1node-cbench-only-chromium/throughput.csv&lt;/a&gt;'.</msg>
<arg>${output_file}</arg>
<arg>${min},${max},${average}\n</arg>
<doc>Appends the given content to the specified file.</doc>
<status status="PASS" start="2026-07-21T03:36:26.315787" elapsed="0.000496"/>
</kw>
<kw name="Should Be True" owner="BuiltIn">
<arg>${average} &gt; ${threshold}</arg>
<arg>${average} flow_mods per/sec did not exceed threshold of ${threshold}</arg>
<doc>Fails if the given condition is not true.</doc>
<status status="PASS" start="2026-07-21T03:36:26.316437" elapsed="0.000467"/>
</kw>
<arg>${min}</arg>
<arg>${max}</arg>
<arg>${average}</arg>
<arg>${average_threshold}</arg>
<arg>${output_filename}</arg>
<status status="PASS" start="2026-07-21T03:36:26.315112" elapsed="0.001859"/>
</kw>
<arg>-t -m ${duration_in_ms} -M ${num_of_unique_macs} -S ${switch_count} -l ${loops} -D ${start_delay} -p ${of_port}</arg>
<arg>${throughput_threshold}</arg>
<arg>${throughput_results_file}</arg>
<status status="PASS" start="2026-07-21T03:26:19.457077" elapsed="606.859953"/>
</kw>
<kw name="Sleep" owner="BuiltIn">
<msg time="2026-07-21T03:36:26.317521" level="INFO">Slept 0 seconds.</msg>
<arg>${test_delay}</arg>
<doc>Pauses the test executed for the given time.</doc>
<status status="PASS" start="2026-07-21T03:36:26.317198" elapsed="0.000380"/>
</kw>
<kw name="Log Results As Zero If Cbench Timed Out" type="TEARDOWN">
<kw name="Run Keyword If Timeout Occurred" owner="BuiltIn">
<arg>Log Results And Determine Status</arg>
<arg>0</arg>
<arg>0</arg>
<arg>0</arg>
<arg>0</arg>
<arg>${output_filename}</arg>
<doc>Runs the given keyword if either a test or a keyword timeout has occurred.</doc>
<status status="PASS" start="2026-07-21T03:36:26.318085" elapsed="0.000284"/>
</kw>
<status status="PASS" start="2026-07-21T03:36:26.317783" elapsed="0.000657"/>
</kw>
<doc>cbench executed in throughput mode (-t). Test parameters have defaults, but can be overridden
on the pybot command line</doc>
<tag>cbench</tag>
<tag>throughput</tag>
<timeout value="15 minutes"/>
<status status="PASS" start="2026-07-21T03:26:19.455692" elapsed="606.862786"/>
</test>
<test id="s1-t3" name="Rerun Latency Test To Check Bug 6176" line="65">
<kw name="Log" owner="BuiltIn">
<msg time="2026-07-21T03:36:26.319892" level="INFO">Cbench tests using 10 iterations of 60 second tests. Switch Count: 16. Unique MACS to cycle: 100</msg>
<arg>Cbench tests using ${loops} iterations of ${duration_in_secs} second tests. Switch Count: ${switch_count}. Unique MACS to cycle: ${num_of_unique_macs}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-07-21T03:36:26.319446" elapsed="0.000504"/>
</kw>
<kw name="Run Cbench And Log Results">
<kw name="Set Suite Variable" owner="BuiltIn">
<msg time="2026-07-21T03:36:26.321184" level="INFO">${output_filename} = bug.csv</msg>
<arg>${output_filename}</arg>
<doc>Makes a variable available everywhere within the scope of the current suite.</doc>
<status status="PASS" start="2026-07-21T03:36:26.320836" elapsed="0.000392"/>
</kw>
<if>
<branch type="IF" condition="&quot;${cbench_system}&quot; == &quot;localhost&quot;">
<kw name="Run" owner="OperatingSystem">
<var>${output}</var>
<arg>${cbench_executable} -c ${ODL_SYSTEM_IP} ${cbench_args}</arg>
<doc>_This keyword is considered deprecated. Use the
[http://robotframework.org/robotframework/latest/libraries/Process.html|
Process] library instead._</doc>
<status status="NOT RUN" start="2026-07-21T03:36:26.321582" elapsed="0.000021"/>
</kw>
<status status="NOT RUN" start="2026-07-21T03:36:26.321354" elapsed="0.000286"/>
</branch>
<branch type="ELSE">
<kw name="Run Command On Remote System" owner="Utils">
<if>
<branch type="IF" condition="&quot;${return_stdout}&quot;!=&quot;True&quot; and &quot;${return_stderr}&quot;!=&quot;True&quot;">
<kw name="Fail" owner="BuiltIn">
<arg>At least one of {return_stdout} or {return_stderr} args should be set to True</arg>
<doc>Fails the test with the given message and optionally alters its tags.</doc>
<status status="NOT RUN" start="2026-07-21T03:36:26.324804" elapsed="0.000022"/>
</kw>
<status status="NOT RUN" start="2026-07-21T03:36:26.324545" elapsed="0.000316"/>
</branch>
<status status="PASS" start="2026-07-21T03:36:26.324524" elapsed="0.000361"/>
</if>
<kw name="Get Connection" owner="SSHLibrary">
<msg time="2026-07-21T03:36:26.325245" level="INFO">index=None
host=None
alias=None
port=22
timeout=3 seconds
newline=

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

prompt=None
term_type=vt100
width=80
height=24
path_separator=/
encoding=utf8
escape_ansi=False
encoding_errors=strict</msg>
<var>${current_ssh_connection}</var>
<doc>Returns information about the connection.</doc>
<status status="PASS" start="2026-07-21T03:36:26.325024" elapsed="0.000369"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-07-21T03:36:26.325955" level="INFO">Attempting to execute command "/usr/local/bin/cbench -c 10.30.170.118 -m 60000 -M 100 -S 16 -l 10 -D 5000 -p 6633" on remote system "10.30.171.211" by user "jenkins" with keyfile pass "any" and prompt "&gt;" and password ""</msg>
<arg>Attempting to execute command "${cmd}" on remote system "${system}" by user "${user}" with keyfile pass "${keyfile_pass}" and prompt "${prompt}" and password "${password}"</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-07-21T03:36:26.325529" elapsed="0.000485"/>
</kw>
<kw name="Open Connection" owner="SSHLibrary">
<msg time="2026-07-21T03:36:26.326604" level="INFO">${conn_id} = 9</msg>
<var>${conn_id}</var>
<arg>${system}</arg>
<arg>prompt=${prompt}</arg>
<arg>timeout=${prompt_timeout}</arg>
<doc>Opens a new SSH connection to the given ``host`` and ``port``.</doc>
<status status="PASS" start="2026-07-21T03:36:26.326192" elapsed="0.000439"/>
</kw>
<kw name="Flexible_SSH_Login" owner="SSHKeywords">
<kw name="Get Length" owner="BuiltIn">
<msg time="2026-07-21T03:36:26.327585" level="INFO">Length is 0.</msg>
<msg time="2026-07-21T03:36:26.327675" level="INFO">${pwd_length} = 0</msg>
<var>${pwd_length}</var>
<arg>${password}</arg>
<doc>Returns and logs the length of the given item as an integer.</doc>
<status status="PASS" start="2026-07-21T03:36:26.327232" elapsed="0.000467"/>
</kw>
<kw name="Run Keyword And Return If" owner="BuiltIn">
<arg>${pwd_length} &gt; 0</arg>
<arg>SSHLibrary.Login</arg>
<arg>${user}</arg>
<arg>${password}</arg>
<arg>delay=${delay}</arg>
<doc>Runs the specified keyword and returns from the enclosing user keyword.</doc>
<status status="PASS" start="2026-07-21T03:36:26.327843" elapsed="0.000340"/>
</kw>
<kw name="Run Keyword And Return" owner="BuiltIn">
<kw name="Login With Public Key" owner="SSHLibrary">
<msg time="2026-07-21T03:36:26.329039" level="INFO">Logging into '10.30.171.211:22' as 'jenkins'.</msg>
<msg time="2026-07-21T03:36:26.947169" level="INFO">Read output: Welcome to Ubuntu 22.04.5 LTS (GNU/Linux 5.15.0-153-generic x86_64)

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

 System information as of Tue Jul 21 03:36:26 UTC 2026

  System load:  0.22               Processes:             104
  Usage of /:   19.8% of 38.58GB   Users logged in:       0
  Memory usage: 4%                 IPv4 address for ens3: 10.30.171.211
  Swap usage:   0%


Expanded Security Maintenance for Applications is not enabled.

0 updates can be applied immediately.

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


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


Last login: Tue Jul 21 03:26:20 2026 from 10.30.170.148
[?2004h[jenkins@releng-00446-32-1-mininet-ovs-217-0 ~]&gt;</msg>
<arg>${user}</arg>
<arg>${USER_HOME}/.ssh/${SSH_KEY}</arg>
<arg>${KEYFILE_PASS}</arg>
<arg>delay=${delay}</arg>
<doc>Logs into the SSH server using key-based authentication.</doc>
<status status="PASS" start="2026-07-21T03:36:26.328684" elapsed="0.618694"/>
</kw>
<msg time="2026-07-21T03:36:26.947466" level="INFO">Returning from the enclosing user keyword.</msg>
<arg>SSHLibrary.Login With Public Key</arg>
<arg>${user}</arg>
<arg>${USER_HOME}/.ssh/${SSH_KEY}</arg>
<arg>${KEYFILE_PASS}</arg>
<arg>delay=${delay}</arg>
<doc>Runs the specified keyword and returns from the enclosing user keyword.</doc>
<status status="PASS" start="2026-07-21T03:36:26.328340" elapsed="0.619210"/>
</kw>
<arg>${user}</arg>
<arg>${password}</arg>
<doc>On active SSH session: if given non-empty password, do Login, else do Login With Public Key.</doc>
<status status="PASS" start="2026-07-21T03:36:26.326837" elapsed="0.620904"/>
</kw>
<kw name="Execute Command" owner="SSHLibrary">
<msg time="2026-07-21T03:36:26.948310" level="INFO">Executing command '/usr/local/bin/cbench -c 10.30.170.118 -m 60000 -M 100 -S 16 -l 10 -D 5000 -p 6633'.</msg>
<msg time="2026-07-21T03:46:32.989130" level="INFO">Command exited with return code 0.</msg>
<msg time="2026-07-21T03:46:32.990977" level="INFO">${stdout} = </msg>
<msg time="2026-07-21T03:46:32.991086" level="INFO">${stderr} = cbench: controller benchmarking tool
   running in mode 'latency'
   connecting to controller at 10.30.170.118: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-07-21T03:36:26.947978" elapsed="606.043190"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-07-21T03:46:32.991649" elapsed="0.001098"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-07-21T03:46:32.993565" level="INFO">cbench: controller benchmarking tool
   running in mode 'latency'
   connecting to controller at 10.30.170.118: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.118. So far 1 cbench instances have initialized their switches.  Waiting for other cbench-instances
Thread-0: Total switches from ALL cbench-instances initialized.
03:37:32.098 16  switches: flows:  138499 137165 135331 135657 136418 135799 132704 135639 124735 126694 125645 125328 126445 126108 124474 125951  total = 34.876533 per ms 
03:38:32.199 16  switches: flows:  142638 141383 139722 140377 140321 139284 137482 140144 129543 129852 129094 128074 127701 129182 128263 131792  total = 35.853919 per ms 
03:39:32.300 16  switches: flows:  145901 146295 145521 144424 145365 144806 139712 143512 133275 134064 134877 132989 132371 132809 132099 133967  total = 36.971369 per ms 
03:40:32.400 16  switches: flows:  147604 148971 147390 145928 147063 146104 145321 143954 134427 136227 136068 134994 135313 136122 135806 135657  total = 37.553135 per ms 
03:41:32.500 16  switches: flows:  147410 145964 145946 147263 146276 144533 142124 142849 133737 134958 135495 136406 134443 133306 134662 135460  total = 37.284956 per ms 
03:42:32.600 16  switches: flows:  144497 146849 146962 142555 144998 146973 140047 141628 133823 134422 135478 133166 133321 133751 130280 133933  total = 36.982923 per ms 
03:43:32.701 16  switches: flows:  140314 141967 140908 140927 143766 139798 138607 140066 128076 130501 129647 132116 131620 128643 130095 131962  total = 36.089889 per ms 
03:44:32.801 16  switches: flows:  146125 145228 145923 141682 145026 142491 141513 142668 132975 133048 132752 132455 132710 132347 130801 136108  total = 36.835978 per ms 
03:45:32.902 16  switches: flows:  145912 145512 143875 144118 145089 142147 141167 141622 133401 133826 132293 134264 135687 133237 133044 136967  total = 36.974100 per ms 
03:46:33.002 16  switches: flows:  146588 148228 146210 147976 146865 143898 143804 147318 136228 138897 138140 138946 137067 137026 136913 142584  total = 37.881436 per ms 
RESULT: 16 switches 9 tests min/max/avg/stdev = 35853.92/37881.44/36936.41/12327.01 responses/s</msg>
<arg>${stderr}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-07-21T03:46:32.992995" elapsed="0.000796"/>
</kw>
<if>
<branch type="IF" condition="&quot;${return_stdout}&quot;!=&quot;True&quot;">
<return>
<value>${stderr}</value>
<status status="PASS" start="2026-07-21T03:46:32.994107" elapsed="0.000076"/>
</return>
<status status="PASS" start="2026-07-21T03:46:32.993912" elapsed="0.000323"/>
</branch>
<status status="PASS" start="2026-07-21T03:46:32.993877" elapsed="0.000393"/>
</if>
<if>
<branch type="IF" condition="&quot;${return_stderr}&quot;!=&quot;True&quot;">
<return>
<value>${stdout}</value>
<status status="NOT RUN" start="2026-07-21T03:46:32.994404" elapsed="0.000018"/>
</return>
<status status="NOT RUN" start="2026-07-21T03:46:32.994352" elapsed="0.000108"/>
</branch>
<status status="NOT RUN" start="2026-07-21T03:46:32.994329" elapsed="0.000161"/>
</if>
<return>
<value>${stdout}</value>
<value>${stderr}</value>
<status status="NOT RUN" start="2026-07-21T03:46:32.994533" elapsed="0.000018"/>
</return>
<kw name="Restore_Current_Ssh_Connection_From_Index" owner="SSHKeywords" type="TEARDOWN">
<kw name="Run Keyword And Return If" owner="BuiltIn">
<arg>${connection_index} is not None</arg>
<arg>SSHLibrary.Switch Connection</arg>
<arg>${connection_index}</arg>
<doc>Runs the specified keyword and returns from the enclosing user keyword.</doc>
<status status="PASS" start="2026-07-21T03:46:32.998403" elapsed="0.000459"/>
</kw>
<kw name="Open Connection" owner="SSHLibrary">
<arg>127.0.0.1</arg>
<doc>Opens a new SSH connection to the given ``host`` and ``port``.</doc>
<status status="PASS" start="2026-07-21T03:46:32.999067" elapsed="0.000239"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-07-21T03:46:32.999488" elapsed="0.000135"/>
</kw>
<arg>${current_ssh_connection.index}</arg>
<doc>Restore active SSH connection in SSHLibrary to given index.</doc>
<status status="PASS" start="2026-07-21T03:46:32.994978" elapsed="0.004719"/>
</kw>
<msg time="2026-07-21T03:46:32.999875" level="INFO">${output} = cbench: controller benchmarking tool
   running in mode 'latency'
   connecting to controller at 10.30.170.118: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-07-21T03:36:26.321987" elapsed="606.677926"/>
</kw>
<status status="PASS" start="2026-07-21T03:36:26.321667" elapsed="606.678325"/>
</branch>
<status status="PASS" start="2026-07-21T03:36:26.321331" elapsed="606.678695"/>
</if>
<kw name="Log" owner="BuiltIn">
<msg time="2026-07-21T03:46:33.000645" level="INFO">cbench: controller benchmarking tool
   running in mode 'latency'
   connecting to controller at 10.30.170.118: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.118. So far 1 cbench instances have initialized their switches.  Waiting for other cbench-instances
Thread-0: Total switches from ALL cbench-instances initialized.
03:37:32.098 16  switches: flows:  138499 137165 135331 135657 136418 135799 132704 135639 124735 126694 125645 125328 126445 126108 124474 125951  total = 34.876533 per ms 
03:38:32.199 16  switches: flows:  142638 141383 139722 140377 140321 139284 137482 140144 129543 129852 129094 128074 127701 129182 128263 131792  total = 35.853919 per ms 
03:39:32.300 16  switches: flows:  145901 146295 145521 144424 145365 144806 139712 143512 133275 134064 134877 132989 132371 132809 132099 133967  total = 36.971369 per ms 
03:40:32.400 16  switches: flows:  147604 148971 147390 145928 147063 146104 145321 143954 134427 136227 136068 134994 135313 136122 135806 135657  total = 37.553135 per ms 
03:41:32.500 16  switches: flows:  147410 145964 145946 147263 146276 144533 142124 142849 133737 134958 135495 136406 134443 133306 134662 135460  total = 37.284956 per ms 
03:42:32.600 16  switches: flows:  144497 146849 146962 142555 144998 146973 140047 141628 133823 134422 135478 133166 133321 133751 130280 133933  total = 36.982923 per ms 
03:43:32.701 16  switches: flows:  140314 141967 140908 140927 143766 139798 138607 140066 128076 130501 129647 132116 131620 128643 130095 131962  total = 36.089889 per ms 
03:44:32.801 16  switches: flows:  146125 145228 145923 141682 145026 142491 141513 142668 132975 133048 132752 132455 132710 132347 130801 136108  total = 36.835978 per ms 
03:45:32.902 16  switches: flows:  145912 145512 143875 144118 145089 142147 141167 141622 133401 133826 132293 134264 135687 133237 133044 136967  total = 36.974100 per ms 
03:46:33.002 16  switches: flows:  146588 148228 146210 147976 146865 143898 143804 147318 136228 138897 138140 138946 137067 137026 136913 142584  total = 37.881436 per ms 
RESULT: 16 switches 9 tests min/max/avg/stdev = 35853.92/37881.44/36936.41/12327.01 responses/s</msg>
<arg>${output}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-07-21T03:46:33.000242" elapsed="0.000507"/>
</kw>
<kw name="Should Contain" owner="BuiltIn">
<arg>${output}</arg>
<arg>RESULT</arg>
<doc>Fails if ``container`` does not contain ``item`` one or more times.</doc>
<status status="PASS" start="2026-07-21T03:46:33.000955" elapsed="0.000565"/>
</kw>
<kw name="Get Lines Containing String" owner="String">
<msg time="2026-07-21T03:46:33.001959" level="INFO">1 out of 23 lines matched.</msg>
<msg time="2026-07-21T03:46:33.002050" level="INFO">${result_line} = RESULT: 16 switches 9 tests min/max/avg/stdev = 35853.92/37881.44/36936.41/12327.01 responses/s</msg>
<var>${result_line}</var>
<arg>${output}</arg>
<arg>RESULT</arg>
<doc>Returns lines of the given ``string`` that contain the ``pattern``.</doc>
<status status="PASS" start="2026-07-21T03:46:33.001735" elapsed="0.000340"/>
</kw>
<kw name="Split String" owner="String">
<msg time="2026-07-21T03:46:33.002496" level="INFO">@{results_list} = [ RESULT: | 16 | switches | 9 | tests | min/max/avg/stdev | = | 35853.92/37881.44/36936.41/12327.01 | responses/s ]</msg>
<var>@{results_list}</var>
<arg>${result_line}</arg>
<doc>Splits the ``string`` using ``separator`` as a delimiter string.</doc>
<status status="PASS" start="2026-07-21T03:46:33.002243" elapsed="0.000280"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-07-21T03:46:33.004892" level="INFO">min/max/avg/stdev</msg>
<arg>${results_list[5]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-07-21T03:46:33.002677" elapsed="0.002271"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-07-21T03:46:33.007573" level="INFO">35853.92/37881.44/36936.41/12327.01</msg>
<arg>${results_list[7]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-07-21T03:46:33.005094" elapsed="0.002551"/>
</kw>
<kw name="Split String" owner="String">
<msg time="2026-07-21T03:46:33.010538" level="INFO">@{result_name_list} = [ min | max | avg | stdev ]</msg>
<var>@{result_name_list}</var>
<arg>${results_list[5]}</arg>
<arg>/</arg>
<doc>Splits the ``string`` using ``separator`` as a delimiter string.</doc>
<status status="PASS" start="2026-07-21T03:46:33.007904" elapsed="0.002671"/>
</kw>
<kw name="Split String" owner="String">
<msg time="2026-07-21T03:46:33.013377" level="INFO">@{result_value_list} = [ 35853.92 | 37881.44 | 36936.41 | 12327.01 ]</msg>
<var>@{result_value_list}</var>
<arg>${results_list[7]}</arg>
<arg>/</arg>
<doc>Splits the ``string`` using ``separator`` as a delimiter string.</doc>
<status status="PASS" start="2026-07-21T03:46:33.010893" elapsed="0.002513"/>
</kw>
<kw name="Get Length" owner="BuiltIn">
<msg time="2026-07-21T03:46:33.013917" level="INFO">Length is 4.</msg>
<msg time="2026-07-21T03:46:33.014008" level="INFO">${num_stats} = 4</msg>
<var>${num_stats}</var>
<arg>${result_name_list}</arg>
<doc>Returns and logs the length of the given item as an integer.</doc>
<status status="PASS" start="2026-07-21T03:46:33.013563" elapsed="0.000470"/>
</kw>
<for flavor="IN RANGE">
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-07-21T03:46:33.018820" level="INFO">min :: 35853.92</msg>
<arg>${result_name_list[${i}]} :: ${result_value_list[${i}]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-07-21T03:46:33.014464" elapsed="0.004414"/>
</kw>
<var name="${i}">0</var>
<status status="PASS" start="2026-07-21T03:46:33.014332" elapsed="0.004582"/>
</iter>
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-07-21T03:46:33.023546" level="INFO">max :: 37881.44</msg>
<arg>${result_name_list[${i}]} :: ${result_value_list[${i}]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-07-21T03:46:33.019147" elapsed="0.004457"/>
</kw>
<var name="${i}">1</var>
<status status="PASS" start="2026-07-21T03:46:33.019001" elapsed="0.004638"/>
</iter>
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-07-21T03:46:33.028191" level="INFO">avg :: 36936.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-07-21T03:46:33.023849" elapsed="0.004402"/>
</kw>
<var name="${i}">2</var>
<status status="PASS" start="2026-07-21T03:46:33.023722" elapsed="0.004565"/>
</iter>
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-07-21T03:46:33.034388" level="INFO">stdev :: 12327.01</msg>
<arg>${result_name_list[${i}]} :: ${result_value_list[${i}]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-07-21T03:46:33.028502" elapsed="0.005968"/>
</kw>
<var name="${i}">3</var>
<status status="PASS" start="2026-07-21T03:46:33.028373" elapsed="0.006150"/>
</iter>
<var>${i}</var>
<value>0</value>
<value>${num_stats}</value>
<status status="PASS" start="2026-07-21T03:46:33.014103" elapsed="0.020466"/>
</for>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-07-21T03:46:33.039532" level="INFO">${min} = 35853.92</msg>
<var>${min}</var>
<arg>${result_value_list[${0}]}</arg>
<doc>Returns the given values which can then be assigned to a variables.</doc>
<status status="PASS" start="2026-07-21T03:46:33.034806" elapsed="0.004753"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-07-21T03:46:33.043445" level="INFO">${max} = 37881.44</msg>
<var>${max}</var>
<arg>${result_value_list[${1}]}</arg>
<doc>Returns the given values which can then be assigned to a variables.</doc>
<status status="PASS" start="2026-07-21T03:46:33.039714" elapsed="0.003758"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-07-21T03:46:33.047349" level="INFO">${average} = 36936.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-07-21T03:46:33.043627" elapsed="0.003749"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-07-21T03:46:33.051291" level="INFO">${stdev} = 12327.01</msg>
<var>${stdev}</var>
<arg>${result_value_list[${3}]}</arg>
<doc>Returns the given values which can then be assigned to a variables.</doc>
<status status="PASS" start="2026-07-21T03:46:33.047529" elapsed="0.003789"/>
</kw>
<kw name="Get Time" owner="BuiltIn">
<msg time="2026-07-21T03:46:33.051847" level="INFO">${date} = 2026-07-21 03:46:33</msg>
<var>${date}</var>
<arg>d,m,s</arg>
<doc>Returns the given time in the requested format.</doc>
<status status="PASS" start="2026-07-21T03:46:33.051480" elapsed="0.000393"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-07-21T03:46:33.052445" level="INFO">CBench Result: 2026-07-21 03:46:33,-m 60000 -M 100 -S 16 -l 10 -D 5000 -p 6633,35853.92,37881.44,36936.41,12327.01</msg>
<arg>CBench Result: ${date},${cbench_args},${min},${max},${average},${stdev}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-07-21T03:46:33.052019" elapsed="0.000483"/>
</kw>
<kw name="Log Results And Determine Status">
<kw name="Append To File" owner="OperatingSystem">
<msg time="2026-07-21T03:46:33.053672" level="INFO" html="true">Appended to file '&lt;a href="file:///w/workspace/openflowplugin-csit-1node-cbench-only-chromium/bug.csv"&gt;/w/workspace/openflowplugin-csit-1node-cbench-only-chromium/bug.csv&lt;/a&gt;'.</msg>
<arg>${output_file}</arg>
<arg>${min},${max},${average}\n</arg>
<doc>Appends the given content to the specified file.</doc>
<status status="PASS" start="2026-07-21T03:46:33.053149" elapsed="0.000594"/>
</kw>
<kw name="Should Be True" owner="BuiltIn">
<arg>${average} &gt; ${threshold}</arg>
<arg>${average} flow_mods per/sec did not exceed threshold of ${threshold}</arg>
<doc>Fails if the given condition is not true.</doc>
<status status="PASS" start="2026-07-21T03:46:33.053899" elapsed="0.000487"/>
</kw>
<arg>${min}</arg>
<arg>${max}</arg>
<arg>${average}</arg>
<arg>${average_threshold}</arg>
<arg>${output_filename}</arg>
<status status="PASS" start="2026-07-21T03:46:33.052652" elapsed="0.001800"/>
</kw>
<arg>-m ${duration_in_ms} -M ${num_of_unique_macs} -S ${switch_count} -l ${loops} -D ${start_delay} -p ${of_port}</arg>
<arg>${latency_threshold}</arg>
<arg>bug.csv</arg>
<status status="PASS" start="2026-07-21T03:36:26.320284" elapsed="606.734229"/>
</kw>
<kw name="Sleep" owner="BuiltIn">
<msg time="2026-07-21T03:46:33.054981" level="INFO">Slept 0 seconds.</msg>
<arg>${test_delay}</arg>
<doc>Pauses the test executed for the given time.</doc>
<status status="PASS" start="2026-07-21T03:46:33.054661" elapsed="0.000379"/>
</kw>
<kw name="Report Failure Due To Bug" owner="Utils" type="TEARDOWN">
<kw name="Evaluate" owner="BuiltIn">
<msg time="2026-07-21T03:46:33.056268" level="INFO">${test_skipped} = False</msg>
<var>${test_skipped}</var>
<arg>len(re.findall('SKIPPED', """${TEST_MESSAGE}""")) &gt; 0</arg>
<arg>modules=re</arg>
<doc>Evaluates the given expression in Python and returns the result.</doc>
<status status="PASS" start="2026-07-21T03:46:33.055770" elapsed="0.000527"/>
</kw>
<if>
<branch type="IF" condition="('${TEST_STATUS}' != 'FAIL') or ${test_skipped}">
<return>
<status status="PASS" start="2026-07-21T03:46:33.056534" elapsed="0.000036"/>
</return>
<status status="PASS" start="2026-07-21T03:46:33.056380" elapsed="0.000222"/>
</branch>
<status status="PASS" start="2026-07-21T03:46:33.056359" elapsed="0.000269"/>
</if>
<kw name="Comment" owner="BuiltIn">
<arg>Jira tickets are {PROJECT}-{NUMBER} while Bugzilla tickets are {NUMBER}</arg>
<doc>Displays the given messages in the log file as keyword arguments.</doc>
<status status="NOT RUN" start="2026-07-21T03:46:33.056782" elapsed="0.000023"/>
</kw>
<kw name="Run Keyword And Return Status" owner="BuiltIn">
<var>${match}</var>
<arg>Should Contain</arg>
<arg>${number}</arg>
<arg>-</arg>
<doc>Runs the specified keyword and returns the status as a Boolean value.</doc>
<status status="NOT RUN" start="2026-07-21T03:46:33.056943" elapsed="0.000021"/>
</kw>
<kw name="Set Variable If" owner="BuiltIn">
<var>${bug_url}</var>
<arg>${match}</arg>
<arg>https://jira.opendaylight.org/browse/${number}</arg>
<arg>https://bugs.opendaylight.org/show_bug.cgi?id=${number}</arg>
<doc>Sets variable based on the given condition.</doc>
<status status="NOT RUN" start="2026-07-21T03:46:33.057105" elapsed="0.000020"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<var>${msg}</var>
<arg>This test fails due to ${bug_url}</arg>
<doc>Returns the given values which can then be assigned to a variables.</doc>
<status status="NOT RUN" start="2026-07-21T03:46:33.057383" 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-07-21T03:46:33.057545" elapsed="0.000021"/>
</kw>
<kw name="Set Test Message" owner="BuiltIn">
<arg>${msg}${newline}${newline}${TEST_MESSAGE}</arg>
<doc>Sets message for the current test case.</doc>
<status status="NOT RUN" start="2026-07-21T03:46:33.057694" 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-07-21T03:46:33.057845" elapsed="0.000031"/>
</kw>
<if>
<branch type="IF" condition="&quot;${include_bug_in_tags}&quot;==&quot;True&quot;">
<kw name="Set Tags" owner="BuiltIn">
<arg>${bug_url}</arg>
<doc>Adds given ``tags`` for the current test or all tests in a suite.</doc>
<status status="NOT RUN" start="2026-07-21T03:46:33.058084" elapsed="0.000021"/>
</kw>
<status status="NOT RUN" start="2026-07-21T03:46:33.057942" elapsed="0.000211"/>
</branch>
<status status="NOT RUN" start="2026-07-21T03:46:33.057924" elapsed="0.000255"/>
</if>
<arg>6176</arg>
<doc>Report that a test failed due to a known Bugzilla bug whose
number is provided as an argument.
Not FAILED (incl. SKIPPED) test are not reported.
This keyword must be used in the [Teardown] setting of the affected test
or as the first line of the test if FastFail module is not being
used. It reports the URL of the bug on console and also puts it
into the Robot log file.</doc>
<status status="PASS" start="2026-07-21T03:46:33.055432" elapsed="0.002799"/>
</kw>
<doc>cbench executed in latency mode to see if controller is healthy</doc>
<tag>cbench</tag>
<tag>latency</tag>
<timeout value="15 minutes"/>
<status status="PASS" start="2026-07-21T03:36:26.318774" elapsed="606.739503"/>
</test>
<doc>Cbench Latency and Throughput tests can be run from an external
cbench.
If cbench is run with a medium number of switches or higher (e.g. 32+)
the normal openflow operations seem to break.
BUG: https://bugs.opendaylight.org/show_bug.cgi?id=2897</doc>
<status status="PASS" start="2026-07-21T03:16:09.579985" elapsed="1823.479025"/>
</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>
