<?xml version="1.0" encoding="UTF-8"?>
<robot generator="Robot 7.4.2 (Python 3.11.10 on linux)" generated="2026-05-10T00:37:06.015714" rpa="false" schemaversion="5">
<suite id="s1" name="openflowplugin-cbench.txt" source="/w/workspace/openflowplugin-csit-1node-cbench-only-vanadium/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-05-10T00:37:06.592348" elapsed="0.000025"/>
</return>
<status status="NOT RUN" start="2026-05-10T00:37:06.592212" elapsed="0.000212"/>
</branch>
<status status="PASS" start="2026-05-10T00:37:06.592182" elapsed="0.000268"/>
</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-05-10T00:37:06.592594" elapsed="0.000516"/>
</kw>
<kw name="Login" owner="SSHLibrary">
<msg time="2026-05-10T00:37:06.593582" level="INFO">Logging into '10.30.170.198:8101' as 'karaf'.</msg>
<msg time="2026-05-10T00:37:07.418219" 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-05-10T00:37:06.593282" elapsed="0.825145"/>
</kw>
<kw name="Write" owner="SSHLibrary">
<msg time="2026-05-10T00:37:07.468306" 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-05-10T00:37:07.418717" elapsed="0.049658"/>
</kw>
<kw name="Read Until Regexp" owner="SSHLibrary">
<msg time="2026-05-10T00:37:07.470063" level="INFO">[?1l&gt;[?2004l[?1h=[90m~[0m                                                                                [?2004hopendaylight-user@root&gt;</msg>
<msg time="2026-05-10T00:37:07.470177" 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-05-10T00:37:07.468543" elapsed="0.001664"/>
</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-05-10T00:37:07.470397" elapsed="0.000217"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-05-10T00:37:07.470775" elapsed="0.000237"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-05-10T00:37:07.471505" 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-05-10T00:37:07.471164" elapsed="0.000394"/>
</kw>
<return>
<value>${output}</value>
<status status="PASS" start="2026-05-10T00:37:07.471611" elapsed="0.000057"/>
</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.198
Note that this keyword will open&amp;close new SSH connection, without switching back to previously current session.</doc>
<status status="PASS" start="2026-05-10T00:37:06.591819" elapsed="0.879973"/>
</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-05-10T00:37:06.588076" elapsed="0.883781"/>
</kw>
<kw name="Append To File" owner="OperatingSystem">
<msg time="2026-05-10T00:37:07.472446" level="INFO" html="true">Appended to file '&lt;a href="file:///w/workspace/openflowplugin-csit-1node-cbench-only-vanadium/latency.csv"&gt;/w/workspace/openflowplugin-csit-1node-cbench-only-vanadium/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-05-10T00:37:07.472066" elapsed="0.000451"/>
</kw>
<kw name="Append To File" owner="OperatingSystem">
<msg time="2026-05-10T00:37:07.472934" level="INFO" html="true">Appended to file '&lt;a href="file:///w/workspace/openflowplugin-csit-1node-cbench-only-vanadium/throughput.csv"&gt;/w/workspace/openflowplugin-csit-1node-cbench-only-vanadium/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-05-10T00:37:07.472672" elapsed="0.000324"/>
</kw>
<kw name="Evaluate" owner="BuiltIn">
<msg time="2026-05-10T00:37:07.473565" 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-05-10T00:37:07.473151" elapsed="0.000443"/>
</kw>
<kw name="Set Suite Variable" owner="BuiltIn">
<msg time="2026-05-10T00:37:07.474119" 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-05-10T00:37:07.473763" elapsed="0.000399"/>
</kw>
<kw name="Evaluate" owner="BuiltIn">
<msg time="2026-05-10T00:37:07.474692" 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-05-10T00:37:07.474308" elapsed="0.000411"/>
</kw>
<kw name="Set Suite Variable" owner="BuiltIn">
<msg time="2026-05-10T00:37:07.475209" 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-05-10T00:37:07.474878" elapsed="0.000373"/>
</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-05-10T00:37:07.475574" elapsed="0.000021"/>
</kw>
<status status="NOT RUN" start="2026-05-10T00:37:07.475350" elapsed="0.000278"/>
</branch>
<branch type="ELSE">
<kw name="Verify File Exists On Remote System" owner="Utils">
<kw name="Open Connection" owner="SSHLibrary">
<msg time="2026-05-10T00:37:07.479997" 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-05-10T00:37:07.479572" elapsed="0.000452"/>
</kw>
<kw name="Flexible_SSH_Login" owner="SSHKeywords">
<kw name="Get Length" owner="BuiltIn">
<msg time="2026-05-10T00:37:07.481336" level="INFO">Length is 0.</msg>
<msg time="2026-05-10T00:37:07.481428" 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-05-10T00:37:07.480580" elapsed="0.000873"/>
</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-05-10T00:37:07.481603" elapsed="0.000365"/>
</kw>
<kw name="Run Keyword And Return" owner="BuiltIn">
<kw name="Login With Public Key" owner="SSHLibrary">
<msg time="2026-05-10T00:37:07.483004" level="INFO">Logging into '10.30.171.173:22' as 'jenkins'.</msg>
<msg time="2026-05-10T00:37:08.165865" 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 Sun May 10 00:37:07 UTC 2026

  System load:  0.02               Processes:             107
  Usage of /:   19.3% of 38.58GB   Users logged in:       0
  Memory usage: 4%                 IPv4 address for ens3: 10.30.171.173
  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-63164-233-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-05-10T00:37:07.482481" elapsed="0.683555"/>
</kw>
<msg time="2026-05-10T00:37:08.166128" 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-05-10T00:37:07.482123" elapsed="0.684092"/>
</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-05-10T00:37:07.480230" elapsed="0.686099"/>
</kw>
<kw name="File Should Exist" owner="SSHLibrary">
<msg time="2026-05-10T00:37:08.172645" 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-05-10T00:37:08.166533" elapsed="0.007558"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-05-10T00:37:08.174322" elapsed="0.000305"/>
</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-05-10T00:37:07.479050" elapsed="0.695647"/>
</kw>
<status status="PASS" start="2026-05-10T00:37:07.475707" elapsed="0.699073"/>
</branch>
<status status="PASS" start="2026-05-10T00:37:07.475319" elapsed="0.699497"/>
</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-05-10T00:37:08.174994" elapsed="0.000539"/>
</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-05-10T00:37:08.184511" elapsed="0.000022"/>
</return>
<status status="NOT RUN" start="2026-05-10T00:37:08.184370" elapsed="0.000203"/>
</branch>
<status status="PASS" start="2026-05-10T00:37:08.184341" elapsed="0.000257"/>
</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-05-10T00:37:08.188298" elapsed="0.000016"/>
</return>
<status status="NOT RUN" start="2026-05-10T00:37:08.188172" elapsed="0.000179"/>
</branch>
<status status="PASS" start="2026-05-10T00:37:08.188150" elapsed="0.000224"/>
</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-05-10T00:37:08.188536" elapsed="0.000494"/>
</kw>
<kw name="Login" owner="SSHLibrary">
<msg time="2026-05-10T00:37:08.189453" level="INFO">Logging into '10.30.170.198:8101' as 'karaf'.</msg>
<msg time="2026-05-10T00:37:08.427568" 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-05-10T00:37:08.189182" elapsed="0.238551"/>
</kw>
<kw name="Write" owner="SSHLibrary">
<msg time="2026-05-10T00:37:08.524992" 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-05-10T00:37:08.427994" elapsed="0.097103"/>
</kw>
<kw name="Read Until Regexp" owner="SSHLibrary">
<msg time="2026-05-10T00:37:08.552047" level="INFO">[?1l&gt;[?2004l[31;1modl-openflowplugin-drop-test[0m                                    x 0.21.3           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-05-10T00:37:08.552242" level="INFO">${output} = [?1l&gt;[?2004l[31;1modl-openflowplugin-drop-test[0m                                    x 0.21.3           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-05-10T00:37:08.525334" elapsed="0.026942"/>
</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-05-10T00:37:08.552420" elapsed="0.000199"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-05-10T00:37:08.552767" elapsed="0.000243"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-05-10T00:37:08.553483" level="INFO">[?1l&gt;[?2004l[31;1modl-openflowplugin-drop-test[0m                                    x 0.21.3           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-05-10T00:37:08.553151" elapsed="0.000392"/>
</kw>
<return>
<value>${output}</value>
<status status="PASS" start="2026-05-10T00:37:08.553611" elapsed="0.000055"/>
</return>
<msg time="2026-05-10T00:37:08.553817" level="INFO">${output} = [?1l&gt;[?2004l[31;1modl-openflowplugin-drop-test[0m                                    x 0.21.3           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.198
Note that this keyword will open&amp;close new SSH connection, without switching back to previously current session.</doc>
<status status="PASS" start="2026-05-10T00:37:08.187767" elapsed="0.366082"/>
</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-05-10T00:37:08.554011" elapsed="0.000537"/>
</kw>
<return>
<value>${output}</value>
<status status="PASS" start="2026-05-10T00:37:08.554601" elapsed="0.000032"/>
</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-05-10T00:37:08.183995" elapsed="0.370739"/>
</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-05-10T00:37:08.558510" elapsed="0.000015"/>
</return>
<status status="NOT RUN" start="2026-05-10T00:37:08.558372" elapsed="0.000186"/>
</branch>
<status status="PASS" start="2026-05-10T00:37:08.558347" elapsed="0.000235"/>
</if>
<kw name="Open Connection" owner="SSHLibrary">
<arg>${controller}</arg>
<arg>port=${karaf_port}</arg>
<arg>prompt=${KARAF_PROMPT_LOGIN}</arg>
<arg>timeout=${timeout}</arg>
<doc>Opens a new SSH connection to the given ``host`` and ``port``.</doc>
<status status="PASS" start="2026-05-10T00:37:08.558714" elapsed="0.000489"/>
</kw>
<kw name="Login" owner="SSHLibrary">
<msg time="2026-05-10T00:37:08.559787" level="INFO">Logging into '10.30.170.198:8101' as 'karaf'.</msg>
<msg time="2026-05-10T00:37:08.762744" 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-05-10T00:37:08.559366" elapsed="0.203489"/>
</kw>
<kw name="Write" owner="SSHLibrary">
<msg time="2026-05-10T00:37:08.787554" 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-05-10T00:37:08.763092" elapsed="0.024526"/>
</kw>
<kw name="Read Until Regexp" owner="SSHLibrary">
<msg time="2026-05-10T00:37:08.789628" level="INFO">[?1l&gt;[?2004lDropAllFlows transitions to on
[?1h=[90m~[0m                                                                                [?2004hopendaylight-user@root&gt;</msg>
<msg time="2026-05-10T00:37:08.789739" 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-05-10T00:37:08.787772" elapsed="0.001997"/>
</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-05-10T00:37:08.789923" elapsed="0.000197"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-05-10T00:37:08.790272" elapsed="0.000203"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-05-10T00:37:08.790947" 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-05-10T00:37:08.790626" elapsed="0.000376"/>
</kw>
<return>
<value>${output}</value>
<status status="PASS" start="2026-05-10T00:37:08.791075" elapsed="0.000070"/>
</return>
<arg>dropallpacketsrpc on</arg>
<doc>Will execute the given ${cmd} by ssh'ing to the karaf console running on 10.30.170.198
Note that this keyword will open&amp;close new SSH connection, without switching back to previously current session.</doc>
<status status="PASS" start="2026-05-10T00:37:08.558035" elapsed="0.233232"/>
</kw>
<status status="PASS" start="2026-05-10T00:37:06.586336" elapsed="2.204995"/>
</kw>
<test id="s1-t1" name="Cbench Latency Test" line="37">
<kw name="Log" owner="BuiltIn">
<msg time="2026-05-10T00:37:08.793374" 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-05-10T00:37:08.792347" elapsed="0.001095"/>
</kw>
<kw name="Run Cbench And Log Results">
<kw name="Set Suite Variable" owner="BuiltIn">
<msg time="2026-05-10T00:37:08.794932" 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-05-10T00:37:08.794551" elapsed="0.000429"/>
</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-05-10T00:37:08.795373" elapsed="0.000028"/>
</kw>
<status status="NOT RUN" start="2026-05-10T00:37:08.795090" elapsed="0.000356"/>
</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-05-10T00:37:08.798396" elapsed="0.000021"/>
</kw>
<status status="NOT RUN" start="2026-05-10T00:37:08.798145" elapsed="0.000307"/>
</branch>
<status status="PASS" start="2026-05-10T00:37:08.798125" elapsed="0.000354"/>
</if>
<kw name="Get Connection" owner="SSHLibrary">
<msg time="2026-05-10T00:37:08.798811" 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-05-10T00:37:08.798949" 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-05-10T00:37:08.798611" elapsed="0.000366"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-05-10T00:37:08.799557" level="INFO">Attempting to execute command "/usr/local/bin/cbench -c 10.30.170.198 -m 60000 -M 100 -S 16 -l 10 -D 5000 -p 6633" on remote system "10.30.171.173" 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-05-10T00:37:08.799126" elapsed="0.000492"/>
</kw>
<kw name="Open Connection" owner="SSHLibrary">
<msg time="2026-05-10T00:37:08.800240" 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-05-10T00:37:08.799760" elapsed="0.000507"/>
</kw>
<kw name="Flexible_SSH_Login" owner="SSHKeywords">
<kw name="Get Length" owner="BuiltIn">
<msg time="2026-05-10T00:37:08.801193" level="INFO">Length is 0.</msg>
<msg time="2026-05-10T00:37:08.801288" 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-05-10T00:37:08.800851" 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-05-10T00:37:08.801464" elapsed="0.000331"/>
</kw>
<kw name="Run Keyword And Return" owner="BuiltIn">
<kw name="Login With Public Key" owner="SSHLibrary">
<msg time="2026-05-10T00:37:08.802667" level="INFO">Logging into '10.30.171.173:22' as 'jenkins'.</msg>
<msg time="2026-05-10T00:37:09.105894" 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 Sun May 10 00:37:07 UTC 2026

  System load:  0.02               Processes:             107
  Usage of /:   19.3% of 38.58GB   Users logged in:       0
  Memory usage: 4%                 IPv4 address for ens3: 10.30.171.173
  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: Sun May 10 00:37:08 2026 from 10.30.171.50
[?2004h[jenkins@releng-63164-233-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-05-10T00:37:08.802311" elapsed="0.303730"/>
</kw>
<msg time="2026-05-10T00:37:09.106110" 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-05-10T00:37:08.801965" elapsed="0.304214"/>
</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-05-10T00:37:08.800470" elapsed="0.305811"/>
</kw>
<kw name="Execute Command" owner="SSHLibrary">
<msg time="2026-05-10T00:37:09.106897" level="INFO">Executing command '/usr/local/bin/cbench -c 10.30.170.198 -m 60000 -M 100 -S 16 -l 10 -D 5000 -p 6633'.</msg>
<msg time="2026-05-10T00:47:15.180030" level="INFO">Command exited with return code 0.</msg>
<msg time="2026-05-10T00:47:15.180670" level="INFO">${stdout} = </msg>
<msg time="2026-05-10T00:47:15.180781" level="INFO">${stderr} = cbench: controller benchmarking tool
   running in mode 'latency'
   connecting to controller at 10.30.170.198:6633 
   faking 16 switches with 1 threads :: 10 tests each; 60000 ms per test
   with 10...</msg>
<var>${stdout}</var>
<var>${stderr}</var>
<arg>${cmd}</arg>
<arg>return_stderr=True</arg>
<doc>Executes ``command`` on the remote machine and returns its outputs.</doc>
<status status="PASS" start="2026-05-10T00:37:09.106458" elapsed="606.074382"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-05-10T00:47:15.181319" elapsed="0.000824"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-05-10T00:47:15.183417" level="INFO">cbench: controller benchmarking tool
   running in mode 'latency'
   connecting to controller at 10.30.170.198:6633 
   faking 16 switches with 1 threads :: 10 tests each; 60000 ms per test
   with 100 unique source MACs per switch
   learning destination mac addresses before the test
   starting test with 5000 ms delay after features_reply
   ignoring first 1 "warmup" and last 0 "cooldown" loops
   debugging info is off
Master Thread: Creating thread-0! 
Thread-0: All switches initialized. Running at node 10.30.170.198. So far 1 cbench instances have initialized their switches.  Waiting for other cbench-instances
Thread-0: Total switches from ALL cbench-instances initialized.
00:38:14.272 16  switches: flows:  113835 117158 115180 117846 116042 116640 115487 113582 110052 111023 109484 113561 112372 110533 112125 110437  total = 30.255950 per ms 
00:39:14.372 16  switches: flows:  127542 128951 126338 126068 128441 130517 128132 124947 121597 122390 121404 121816 121144 122946 123035 121835  total = 33.229548 per ms 
00:40:14.473 16  switches: flows:  121876 127461 124133 123621 126056 125074 125007 124593 120618 119989 117747 119792 118988 120421 119451 118988  total = 32.509266 per ms 
00:41:14.573 16  switches: flows:  124225 127919 127876 126042 128652 128557 128792 126253 122278 123071 118352 123089 121013 121410 121801 120187  total = 33.103342 per ms 
00:42:14.673 16  switches: flows:  120712 123613 122218 122592 124439 122838 122563 124494 121049 118869 114230 115539 118517 119294 117706 118320  total = 32.063005 per ms 
00:43:14.773 16  switches: flows:  111567 113275 110492 111916 111490 109786 113891 112345 106741 107204 105933 107142 106470 107143 109117 105554  total = 29.119150 per ms 
00:44:14.874 16  switches: flows:  109647 111329 109247 110301 111352 109615 110336 110624 105465 105917 104143 104465 104957 107564 107838 105737  total = 28.760892 per ms 
00:45:14.974 16  switches: flows:  124668 124570 123694 124555 124252 121725 120819 123139 120498 120439 117281 118008 119940 119682 121355 120201  total = 32.359747 per ms 
00:46:15.074 16  switches: flows:  119338 122932 121703 122566 120200 119284 118549 118810 115720 116246 112796 114978 114339 117243 118399 117289  total = 31.454026 per ms 
00:47:15.174 16  switches: flows:  120985 125101 123279 123887 123735 121960 122470 122163 118346 117071 113773 116065 115987 120026 120416 119236  total = 32.021569 per ms 
RESULT: 16 switches 9 tests min/max/avg/stdev = 28760.89/33229.55/31624.51/10651.30 responses/s</msg>
<arg>${stderr}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-05-10T00:47:15.182521" elapsed="0.001118"/>
</kw>
<if>
<branch type="IF" condition="&quot;${return_stdout}&quot;!=&quot;True&quot;">
<return>
<value>${stderr}</value>
<status status="PASS" start="2026-05-10T00:47:15.184031" elapsed="0.000055"/>
</return>
<status status="PASS" start="2026-05-10T00:47:15.183787" elapsed="0.000354"/>
</branch>
<status status="PASS" start="2026-05-10T00:47:15.183730" elapsed="0.000447"/>
</if>
<if>
<branch type="IF" condition="&quot;${return_stderr}&quot;!=&quot;True&quot;">
<return>
<value>${stdout}</value>
<status status="NOT RUN" start="2026-05-10T00:47:15.184315" elapsed="0.000018"/>
</return>
<status status="NOT RUN" start="2026-05-10T00:47:15.184264" elapsed="0.000108"/>
</branch>
<status status="NOT RUN" start="2026-05-10T00:47:15.184242" elapsed="0.000160"/>
</if>
<return>
<value>${stdout}</value>
<value>${stderr}</value>
<status status="NOT RUN" start="2026-05-10T00:47:15.184448" 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-05-10T00:47:15.188062" elapsed="0.000465"/>
</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-05-10T00:47:15.188736" elapsed="0.000270"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-05-10T00:47:15.189194" elapsed="0.000139"/>
</kw>
<arg>${current_ssh_connection.index}</arg>
<doc>Restore active SSH connection in SSHLibrary to given index.</doc>
<status status="PASS" start="2026-05-10T00:47:15.184892" elapsed="0.004516"/>
</kw>
<msg time="2026-05-10T00:47:15.189598" level="INFO">${output} = cbench: controller benchmarking tool
   running in mode 'latency'
   connecting to controller at 10.30.170.198:6633 
   faking 16 switches with 1 threads :: 10 tests each; 60000 ms per test
   with 10...</msg>
<var>${output}</var>
<arg>${cbench_system}</arg>
<arg>${cbench_executable} -c ${ODL_SYSTEM_IP} ${cbench_args}</arg>
<arg>prompt_timeout=${test_timeout}</arg>
<arg>return_stdout=False</arg>
<arg>return_stderr=True</arg>
<doc>Reduces the common work of running a command on a remote system to a single higher level
robot keyword, taking care to log in with a public key and. The command given is written and the return value
depends on the passed argument values of return_stdout (default: True) and return_stderr (default: False).
At least one should be True, or the keyword will exit and FAIL. If both are True, the resulting return value
will be a two element list containing both. Otherwise the resulting return value is a string.
No test conditions are checked.</doc>
<status status="PASS" start="2026-05-10T00:37:08.795814" elapsed="606.393827"/>
</kw>
<status status="PASS" start="2026-05-10T00:37:08.795476" elapsed="606.394241"/>
</branch>
<status status="PASS" start="2026-05-10T00:37:08.795064" elapsed="606.394686"/>
</if>
<kw name="Log" owner="BuiltIn">
<msg time="2026-05-10T00:47:15.190394" level="INFO">cbench: controller benchmarking tool
   running in mode 'latency'
   connecting to controller at 10.30.170.198:6633 
   faking 16 switches with 1 threads :: 10 tests each; 60000 ms per test
   with 100 unique source MACs per switch
   learning destination mac addresses before the test
   starting test with 5000 ms delay after features_reply
   ignoring first 1 "warmup" and last 0 "cooldown" loops
   debugging info is off
Master Thread: Creating thread-0! 
Thread-0: All switches initialized. Running at node 10.30.170.198. So far 1 cbench instances have initialized their switches.  Waiting for other cbench-instances
Thread-0: Total switches from ALL cbench-instances initialized.
00:38:14.272 16  switches: flows:  113835 117158 115180 117846 116042 116640 115487 113582 110052 111023 109484 113561 112372 110533 112125 110437  total = 30.255950 per ms 
00:39:14.372 16  switches: flows:  127542 128951 126338 126068 128441 130517 128132 124947 121597 122390 121404 121816 121144 122946 123035 121835  total = 33.229548 per ms 
00:40:14.473 16  switches: flows:  121876 127461 124133 123621 126056 125074 125007 124593 120618 119989 117747 119792 118988 120421 119451 118988  total = 32.509266 per ms 
00:41:14.573 16  switches: flows:  124225 127919 127876 126042 128652 128557 128792 126253 122278 123071 118352 123089 121013 121410 121801 120187  total = 33.103342 per ms 
00:42:14.673 16  switches: flows:  120712 123613 122218 122592 124439 122838 122563 124494 121049 118869 114230 115539 118517 119294 117706 118320  total = 32.063005 per ms 
00:43:14.773 16  switches: flows:  111567 113275 110492 111916 111490 109786 113891 112345 106741 107204 105933 107142 106470 107143 109117 105554  total = 29.119150 per ms 
00:44:14.874 16  switches: flows:  109647 111329 109247 110301 111352 109615 110336 110624 105465 105917 104143 104465 104957 107564 107838 105737  total = 28.760892 per ms 
00:45:14.974 16  switches: flows:  124668 124570 123694 124555 124252 121725 120819 123139 120498 120439 117281 118008 119940 119682 121355 120201  total = 32.359747 per ms 
00:46:15.074 16  switches: flows:  119338 122932 121703 122566 120200 119284 118549 118810 115720 116246 112796 114978 114339 117243 118399 117289  total = 31.454026 per ms 
00:47:15.174 16  switches: flows:  120985 125101 123279 123887 123735 121960 122470 122163 118346 117071 113773 116065 115987 120026 120416 119236  total = 32.021569 per ms 
RESULT: 16 switches 9 tests min/max/avg/stdev = 28760.89/33229.55/31624.51/10651.30 responses/s</msg>
<arg>${output}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-05-10T00:47:15.189982" elapsed="0.000514"/>
</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-05-10T00:47:15.190706" elapsed="0.000599"/>
</kw>
<kw name="Get Lines Containing String" owner="String">
<msg time="2026-05-10T00:47:15.191755" level="INFO">1 out of 23 lines matched.</msg>
<msg time="2026-05-10T00:47:15.191846" level="INFO">${result_line} = RESULT: 16 switches 9 tests min/max/avg/stdev = 28760.89/33229.55/31624.51/10651.30 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-05-10T00:47:15.191523" elapsed="0.000348"/>
</kw>
<kw name="Split String" owner="String">
<msg time="2026-05-10T00:47:15.192347" level="INFO">@{results_list} = [ RESULT: | 16 | switches | 9 | tests | min/max/avg/stdev | = | 28760.89/33229.55/31624.51/10651.30 | 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-05-10T00:47:15.192058" elapsed="0.000317"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-05-10T00:47:15.194778" 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-05-10T00:47:15.192527" elapsed="0.002324"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-05-10T00:47:15.197237" level="INFO">28760.89/33229.55/31624.51/10651.30</msg>
<arg>${results_list[7]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-05-10T00:47:15.195014" elapsed="0.002279"/>
</kw>
<kw name="Split String" owner="String">
<msg time="2026-05-10T00:47:15.199671" 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-05-10T00:47:15.197445" elapsed="0.002253"/>
</kw>
<kw name="Split String" owner="String">
<msg time="2026-05-10T00:47:15.202186" level="INFO">@{result_value_list} = [ 28760.89 | 33229.55 | 31624.51 | 10651.30 ]</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-05-10T00:47:15.199890" elapsed="0.002324"/>
</kw>
<kw name="Get Length" owner="BuiltIn">
<msg time="2026-05-10T00:47:15.202728" level="INFO">Length is 4.</msg>
<msg time="2026-05-10T00:47:15.202867" 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-05-10T00:47:15.202401" elapsed="0.000500"/>
</kw>
<for flavor="IN RANGE">
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-05-10T00:47:15.208105" level="INFO">min :: 28760.89</msg>
<arg>${result_name_list[${i}]} :: ${result_value_list[${i}]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-05-10T00:47:15.203424" elapsed="0.004759"/>
</kw>
<var name="${i}">0</var>
<status status="PASS" start="2026-05-10T00:47:15.203254" elapsed="0.004973"/>
</iter>
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-05-10T00:47:15.212873" level="INFO">max :: 33229.55</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-05-10T00:47:15.208481" elapsed="0.004467"/>
</kw>
<var name="${i}">1</var>
<status status="PASS" start="2026-05-10T00:47:15.208339" elapsed="0.004645"/>
</iter>
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-05-10T00:47:15.217563" level="INFO">avg :: 31624.51</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-05-10T00:47:15.213207" elapsed="0.004413"/>
</kw>
<var name="${i}">2</var>
<status status="PASS" start="2026-05-10T00:47:15.213075" elapsed="0.004580"/>
</iter>
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-05-10T00:47:15.222252" level="INFO">stdev :: 10651.30</msg>
<arg>${result_name_list[${i}]} :: ${result_value_list[${i}]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-05-10T00:47:15.217878" elapsed="0.004470"/>
</kw>
<var name="${i}">3</var>
<status status="PASS" start="2026-05-10T00:47:15.217748" elapsed="0.004634"/>
</iter>
<var>${i}</var>
<value>0</value>
<value>${num_stats}</value>
<status status="PASS" start="2026-05-10T00:47:15.203008" elapsed="0.019407"/>
</for>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-05-10T00:47:15.226412" level="INFO">${min} = 28760.89</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-05-10T00:47:15.222575" elapsed="0.003865"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-05-10T00:47:15.230791" level="INFO">${max} = 33229.55</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-05-10T00:47:15.226652" elapsed="0.004166"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-05-10T00:47:15.234824" level="INFO">${average} = 31624.51</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-05-10T00:47:15.230999" elapsed="0.003875"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-05-10T00:47:15.238760" level="INFO">${stdev} = 10651.30</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-05-10T00:47:15.235056" elapsed="0.003730"/>
</kw>
<kw name="Get Time" owner="BuiltIn">
<msg time="2026-05-10T00:47:15.239328" level="INFO">${date} = 2026-05-10 00:47:15</msg>
<var>${date}</var>
<arg>d,m,s</arg>
<doc>Returns the given time in the requested format.</doc>
<status status="PASS" start="2026-05-10T00:47:15.238971" elapsed="0.000382"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-05-10T00:47:15.239902" level="INFO">CBench Result: 2026-05-10 00:47:15,-m 60000 -M 100 -S 16 -l 10 -D 5000 -p 6633,28760.89,33229.55,31624.51,10651.30</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-05-10T00:47:15.239497" elapsed="0.000477"/>
</kw>
<kw name="Log Results And Determine Status">
<kw name="Append To File" owner="OperatingSystem">
<msg time="2026-05-10T00:47:15.241019" level="INFO" html="true">Appended to file '&lt;a href="file:///w/workspace/openflowplugin-csit-1node-cbench-only-vanadium/latency.csv"&gt;/w/workspace/openflowplugin-csit-1node-cbench-only-vanadium/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-05-10T00:47:15.240601" elapsed="0.000484"/>
</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-05-10T00:47:15.241236" elapsed="0.000473"/>
</kw>
<arg>${min}</arg>
<arg>${max}</arg>
<arg>${average}</arg>
<arg>${average_threshold}</arg>
<arg>${output_filename}</arg>
<status status="PASS" start="2026-05-10T00:47:15.240123" elapsed="0.001650"/>
</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-05-10T00:37:08.793861" elapsed="606.447972"/>
</kw>
<kw name="Sleep" owner="BuiltIn">
<msg time="2026-05-10T00:47:15.242321" 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-05-10T00:47:15.242002" elapsed="0.000383"/>
</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-05-10T00:47:15.242960" elapsed="0.000270"/>
</kw>
<status status="PASS" start="2026-05-10T00:47:15.242602" elapsed="0.000699"/>
</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-05-10T00:37:08.791488" elapsed="606.451851"/>
</test>
<test id="s1-t2" name="Cbench Throughput Test" line="51">
<kw name="Log" owner="BuiltIn">
<msg time="2026-05-10T00:47:15.244804" 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-05-10T00:47:15.244424" elapsed="0.000436"/>
</kw>
<kw name="Run Cbench And Log Results">
<kw name="Set Suite Variable" owner="BuiltIn">
<msg time="2026-05-10T00:47:15.246113" 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-05-10T00:47:15.245768" elapsed="0.000388"/>
</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-05-10T00:47:15.246486" elapsed="0.000021"/>
</kw>
<status status="NOT RUN" start="2026-05-10T00:47:15.246266" elapsed="0.000278"/>
</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-05-10T00:47:15.249440" elapsed="0.000021"/>
</kw>
<status status="NOT RUN" start="2026-05-10T00:47:15.249193" elapsed="0.000303"/>
</branch>
<status status="PASS" start="2026-05-10T00:47:15.249174" elapsed="0.000346"/>
</if>
<kw name="Get Connection" owner="SSHLibrary">
<msg time="2026-05-10T00:47:15.249848" 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-05-10T00:47:15.249984" 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-05-10T00:47:15.249651" elapsed="0.000361"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-05-10T00:47:15.250569" level="INFO">Attempting to execute command "/usr/local/bin/cbench -c 10.30.170.198 -t -m 60000 -M 100 -S 16 -l 10 -D 5000 -p 6633" on remote system "10.30.171.173" 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-05-10T00:47:15.250146" elapsed="0.000481"/>
</kw>
<kw name="Open Connection" owner="SSHLibrary">
<msg time="2026-05-10T00:47:15.251212" 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-05-10T00:47:15.250766" elapsed="0.000472"/>
</kw>
<kw name="Flexible_SSH_Login" owner="SSHKeywords">
<kw name="Get Length" owner="BuiltIn">
<msg time="2026-05-10T00:47:15.252142" level="INFO">Length is 0.</msg>
<msg time="2026-05-10T00:47:15.252230" 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-05-10T00:47:15.251816" elapsed="0.000438"/>
</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-05-10T00:47:15.252403" elapsed="0.000324"/>
</kw>
<kw name="Run Keyword And Return" owner="BuiltIn">
<kw name="Login With Public Key" owner="SSHLibrary">
<msg time="2026-05-10T00:47:15.253608" level="INFO">Logging into '10.30.171.173:22' as 'jenkins'.</msg>
<msg time="2026-05-10T00:47:15.914660" 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 Sun May 10 00:47:15 UTC 2026

  System load:  1.02               Processes:             104
  Usage of /:   19.3% of 38.58GB   Users logged in:       0
  Memory usage: 4%                 IPv4 address for ens3: 10.30.171.173
  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: Sun May 10 00:37:09 2026 from 10.30.171.50
[?2004h[jenkins@releng-63164-233-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-05-10T00:47:15.253249" elapsed="0.661631"/>
</kw>
<msg time="2026-05-10T00:47:15.915000" 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-05-10T00:47:15.252881" elapsed="0.662216"/>
</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-05-10T00:47:15.251438" elapsed="0.663830"/>
</kw>
<kw name="Execute Command" owner="SSHLibrary">
<msg time="2026-05-10T00:47:15.915830" level="INFO">Executing command '/usr/local/bin/cbench -c 10.30.170.198 -t -m 60000 -M 100 -S 16 -l 10 -D 5000 -p 6633'.</msg>
<msg time="2026-05-10T00:57:24.471127" level="INFO">Command exited with return code 0.</msg>
<msg time="2026-05-10T00:57:24.471845" level="INFO">${stdout} = </msg>
<msg time="2026-05-10T00:57:24.471980" level="INFO">${stderr} = cbench: controller benchmarking tool
   running in mode 'throughput'
   connecting to controller at 10.30.170.198:6633 
   faking 16 switches with 1 threads :: 10 tests each; 60000 ms per test
   with...</msg>
<var>${stdout}</var>
<var>${stderr}</var>
<arg>${cmd}</arg>
<arg>return_stderr=True</arg>
<doc>Executes ``command`` on the remote machine and returns its outputs.</doc>
<status status="PASS" start="2026-05-10T00:47:15.915502" elapsed="608.556539"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-05-10T00:57:24.472533" elapsed="0.000818"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-05-10T00:57:24.474603" level="INFO">cbench: controller benchmarking tool
   running in mode 'throughput'
   connecting to controller at 10.30.170.198:6633 
   faking 16 switches with 1 threads :: 10 tests each; 60000 ms per test
   with 100 unique source MACs per switch
   learning destination mac addresses before the test
   starting test with 5000 ms delay after features_reply
   ignoring first 1 "warmup" and last 0 "cooldown" loops
   debugging info is off
Master Thread: Creating thread-0! 
Thread-0: All switches initialized. Running at node 10.30.170.198. So far 1 cbench instances have initialized their switches.  Waiting for other cbench-instances
Thread-0: Total switches from ALL cbench-instances initialized.
00:48:23.543 16  switches: flows:  514454 509026 448354 498428 518708 509710 449697 433369 491534 490779 511501 465054 484690 498170 517491 499908  total = 130.681217 per ms 
00:49:23.644 16  switches: flows:  530733 520541 525069 545824 530322 536600 523424 541003 524274 540211 540944 526445 530418 527748 532083 538632  total = 141.667846 per ms 
00:50:23.745 16  switches: flows:  598520 595378 601284 602666 609710 607111 597231 598747 613463 612520 599619 610998 606254 593444 596539 607818  total = 160.585298 per ms 
00:51:23.848 16  switches: flows:  607861 594499 609003 596935 604262 613168 617361 596765 613020 616096 620860 614179 595972 600764 606092 599350  total = 161.495913 per ms 
00:52:23.949 16  switches: flows:  653565 666477 662949 657246 656788 664500 658606 659836 649471 657686 643790 658936 659115 662502 658600 647891  total = 175.004400 per ms 
00:53:24.052 16  switches: flows:  507917 549021 498946 524040 520049 494038 492407 507162 482679 481997 521270 554574 483216 487867 488709 490581  total = 134.513342 per ms 
00:54:24.153 16  switches: flows:  692037 698091 699149 692613 685402 655533 658050 695758 694476 640509 699503 686892 681055 652391 646260 691771  total = 180.853444 per ms 
00:55:24.254 16  switches: flows:  495097 505331 490519 495005 490687 493231 489010 504095 513351 495697 510924 500773 498674 496258 503610 502717  total = 132.860024 per ms 
00:56:24.356 16  switches: flows:  631557 629354 637899 641791 620023 635648 632230 627114 639636 630620 627681 630172 634431 644234 621012 626437  total = 168.211315 per ms 
00:57:24.458 16  switches: flows:  680808 694973 690659 689591 677187 683602 683746 689976 680735 690128 676805 675418 674606 684457 687228 688811  total = 182.170225 per ms 
RESULT: 16 switches 9 tests min/max/avg/stdev = 132860.02/182170.22/159706.87/56223.02 responses/s</msg>
<arg>${stderr}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-05-10T00:57:24.473748" elapsed="0.001209"/>
</kw>
<if>
<branch type="IF" condition="&quot;${return_stdout}&quot;!=&quot;True&quot;">
<return>
<value>${stderr}</value>
<status status="PASS" start="2026-05-10T00:57:24.475529" elapsed="0.000085"/>
</return>
<status status="PASS" start="2026-05-10T00:57:24.475159" elapsed="0.000542"/>
</branch>
<status status="PASS" start="2026-05-10T00:57:24.475093" elapsed="0.000669"/>
</if>
<if>
<branch type="IF" condition="&quot;${return_stderr}&quot;!=&quot;True&quot;">
<return>
<value>${stdout}</value>
<status status="NOT RUN" start="2026-05-10T00:57:24.476024" elapsed="0.000032"/>
</return>
<status status="NOT RUN" start="2026-05-10T00:57:24.475900" elapsed="0.000249"/>
</branch>
<status status="NOT RUN" start="2026-05-10T00:57:24.475862" elapsed="0.000339"/>
</if>
<return>
<value>${stdout}</value>
<value>${stderr}</value>
<status status="NOT RUN" start="2026-05-10T00:57:24.476276" elapsed="0.000033"/>
</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-05-10T00:57:24.483105" elapsed="0.000465"/>
</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-05-10T00:57:24.483722" elapsed="0.000216"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-05-10T00:57:24.484070" elapsed="0.000107"/>
</kw>
<arg>${current_ssh_connection.index}</arg>
<doc>Restore active SSH connection in SSHLibrary to given index.</doc>
<status status="PASS" start="2026-05-10T00:57:24.477657" elapsed="0.006575"/>
</kw>
<msg time="2026-05-10T00:57:24.484373" level="INFO">${output} = cbench: controller benchmarking tool
   running in mode 'throughput'
   connecting to controller at 10.30.170.198:6633 
   faking 16 switches with 1 threads :: 10 tests each; 60000 ms per test
   with...</msg>
<var>${output}</var>
<arg>${cbench_system}</arg>
<arg>${cbench_executable} -c ${ODL_SYSTEM_IP} ${cbench_args}</arg>
<arg>prompt_timeout=${test_timeout}</arg>
<arg>return_stdout=False</arg>
<arg>return_stderr=True</arg>
<doc>Reduces the common work of running a command on a remote system to a single higher level
robot keyword, taking care to log in with a public key and. The command given is written and the return value
depends on the passed argument values of return_stdout (default: True) and return_stderr (default: False).
At least one should be True, or the keyword will exit and FAIL. If both are True, the resulting return value
will be a two element list containing both. Otherwise the resulting return value is a string.
No test conditions are checked.</doc>
<status status="PASS" start="2026-05-10T00:47:15.246896" elapsed="609.237504"/>
</kw>
<status status="PASS" start="2026-05-10T00:47:15.246570" elapsed="609.237881"/>
</branch>
<status status="PASS" start="2026-05-10T00:47:15.246246" elapsed="609.238231"/>
</if>
<kw name="Log" owner="BuiltIn">
<msg time="2026-05-10T00:57:24.484961" level="INFO">cbench: controller benchmarking tool
   running in mode 'throughput'
   connecting to controller at 10.30.170.198:6633 
   faking 16 switches with 1 threads :: 10 tests each; 60000 ms per test
   with 100 unique source MACs per switch
   learning destination mac addresses before the test
   starting test with 5000 ms delay after features_reply
   ignoring first 1 "warmup" and last 0 "cooldown" loops
   debugging info is off
Master Thread: Creating thread-0! 
Thread-0: All switches initialized. Running at node 10.30.170.198. So far 1 cbench instances have initialized their switches.  Waiting for other cbench-instances
Thread-0: Total switches from ALL cbench-instances initialized.
00:48:23.543 16  switches: flows:  514454 509026 448354 498428 518708 509710 449697 433369 491534 490779 511501 465054 484690 498170 517491 499908  total = 130.681217 per ms 
00:49:23.644 16  switches: flows:  530733 520541 525069 545824 530322 536600 523424 541003 524274 540211 540944 526445 530418 527748 532083 538632  total = 141.667846 per ms 
00:50:23.745 16  switches: flows:  598520 595378 601284 602666 609710 607111 597231 598747 613463 612520 599619 610998 606254 593444 596539 607818  total = 160.585298 per ms 
00:51:23.848 16  switches: flows:  607861 594499 609003 596935 604262 613168 617361 596765 613020 616096 620860 614179 595972 600764 606092 599350  total = 161.495913 per ms 
00:52:23.949 16  switches: flows:  653565 666477 662949 657246 656788 664500 658606 659836 649471 657686 643790 658936 659115 662502 658600 647891  total = 175.004400 per ms 
00:53:24.052 16  switches: flows:  507917 549021 498946 524040 520049 494038 492407 507162 482679 481997 521270 554574 483216 487867 488709 490581  total = 134.513342 per ms 
00:54:24.153 16  switches: flows:  692037 698091 699149 692613 685402 655533 658050 695758 694476 640509 699503 686892 681055 652391 646260 691771  total = 180.853444 per ms 
00:55:24.254 16  switches: flows:  495097 505331 490519 495005 490687 493231 489010 504095 513351 495697 510924 500773 498674 496258 503610 502717  total = 132.860024 per ms 
00:56:24.356 16  switches: flows:  631557 629354 637899 641791 620023 635648 632230 627114 639636 630620 627681 630172 634431 644234 621012 626437  total = 168.211315 per ms 
00:57:24.458 16  switches: flows:  680808 694973 690659 689591 677187 683602 683746 689976 680735 690128 676805 675418 674606 684457 687228 688811  total = 182.170225 per ms 
RESULT: 16 switches 9 tests min/max/avg/stdev = 132860.02/182170.22/159706.87/56223.02 responses/s</msg>
<arg>${output}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-05-10T00:57:24.484640" elapsed="0.000396"/>
</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-05-10T00:57:24.485191" elapsed="0.000419"/>
</kw>
<kw name="Get Lines Containing String" owner="String">
<msg time="2026-05-10T00:57:24.486041" level="INFO">1 out of 23 lines matched.</msg>
<msg time="2026-05-10T00:57:24.486131" level="INFO">${result_line} = RESULT: 16 switches 9 tests min/max/avg/stdev = 132860.02/182170.22/159706.87/56223.02 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-05-10T00:57:24.485776" elapsed="0.000379"/>
</kw>
<kw name="Split String" owner="String">
<msg time="2026-05-10T00:57:24.486606" level="INFO">@{results_list} = [ RESULT: | 16 | switches | 9 | tests | min/max/avg/stdev | = | 132860.02/182170.22/159706.87/56223.02 | 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-05-10T00:57:24.486319" elapsed="0.000314"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-05-10T00:57:24.489094" 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-05-10T00:57:24.486781" elapsed="0.002371"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-05-10T00:57:24.491507" level="INFO">132860.02/182170.22/159706.87/56223.02</msg>
<arg>${results_list[7]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-05-10T00:57:24.489303" elapsed="0.002261"/>
</kw>
<kw name="Split String" owner="String">
<msg time="2026-05-10T00:57:24.493896" 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-05-10T00:57:24.491713" elapsed="0.002224"/>
</kw>
<kw name="Split String" owner="String">
<msg time="2026-05-10T00:57:24.496349" level="INFO">@{result_value_list} = [ 132860.02 | 182170.22 | 159706.87 | 56223.02 ]</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-05-10T00:57:24.494147" elapsed="0.002229"/>
</kw>
<kw name="Get Length" owner="BuiltIn">
<msg time="2026-05-10T00:57:24.496854" level="INFO">Length is 4.</msg>
<msg time="2026-05-10T00:57:24.496959" 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-05-10T00:57:24.496534" elapsed="0.000450"/>
</kw>
<for flavor="IN RANGE">
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-05-10T00:57:24.501751" level="INFO">min :: 132860.02</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-05-10T00:57:24.497453" elapsed="0.004357"/>
</kw>
<var name="${i}">0</var>
<status status="PASS" start="2026-05-10T00:57:24.497318" elapsed="0.004527"/>
</iter>
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-05-10T00:57:24.506695" level="INFO">max :: 182170.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-05-10T00:57:24.502093" elapsed="0.004663"/>
</kw>
<var name="${i}">1</var>
<status status="PASS" start="2026-05-10T00:57:24.501959" elapsed="0.004833"/>
</iter>
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-05-10T00:57:24.511435" level="INFO">avg :: 159706.87</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-05-10T00:57:24.507033" elapsed="0.004463"/>
</kw>
<var name="${i}">2</var>
<status status="PASS" start="2026-05-10T00:57:24.506885" elapsed="0.004648"/>
</iter>
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-05-10T00:57:24.516371" level="INFO">stdev :: 56223.02</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-05-10T00:57:24.511762" elapsed="0.004670"/>
</kw>
<var name="${i}">3</var>
<status status="PASS" start="2026-05-10T00:57:24.511627" elapsed="0.004843"/>
</iter>
<var>${i}</var>
<value>0</value>
<value>${num_stats}</value>
<status status="PASS" start="2026-05-10T00:57:24.497075" elapsed="0.019428"/>
</for>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-05-10T00:57:24.520418" level="INFO">${min} = 132860.02</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-05-10T00:57:24.516684" elapsed="0.003761"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-05-10T00:57:24.524345" level="INFO">${max} = 182170.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-05-10T00:57:24.520600" elapsed="0.003772"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-05-10T00:57:24.528299" level="INFO">${average} = 159706.87</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-05-10T00:57:24.524528" elapsed="0.003797"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-05-10T00:57:24.532228" level="INFO">${stdev} = 56223.02</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-05-10T00:57:24.528478" elapsed="0.003777"/>
</kw>
<kw name="Get Time" owner="BuiltIn">
<msg time="2026-05-10T00:57:24.532792" level="INFO">${date} = 2026-05-10 00:57:24</msg>
<var>${date}</var>
<arg>d,m,s</arg>
<doc>Returns the given time in the requested format.</doc>
<status status="PASS" start="2026-05-10T00:57:24.532420" elapsed="0.000398"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-05-10T00:57:24.533393" level="INFO">CBench Result: 2026-05-10 00:57:24,-t -m 60000 -M 100 -S 16 -l 10 -D 5000 -p 6633,132860.02,182170.22,159706.87,56223.02</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-05-10T00:57:24.532982" elapsed="0.000468"/>
</kw>
<kw name="Log Results And Determine Status">
<kw name="Append To File" owner="OperatingSystem">
<msg time="2026-05-10T00:57:24.534648" level="INFO" html="true">Appended to file '&lt;a href="file:///w/workspace/openflowplugin-csit-1node-cbench-only-vanadium/throughput.csv"&gt;/w/workspace/openflowplugin-csit-1node-cbench-only-vanadium/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-05-10T00:57:24.534163" elapsed="0.000554"/>
</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-05-10T00:57:24.534875" elapsed="0.000523"/>
</kw>
<arg>${min}</arg>
<arg>${max}</arg>
<arg>${average}</arg>
<arg>${average_threshold}</arg>
<arg>${output_filename}</arg>
<status status="PASS" start="2026-05-10T00:57:24.533638" elapsed="0.001828"/>
</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-05-10T00:47:15.245188" elapsed="609.290339"/>
</kw>
<kw name="Sleep" owner="BuiltIn">
<msg time="2026-05-10T00:57:24.536031" 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-05-10T00:57:24.535684" elapsed="0.000404"/>
</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-05-10T00:57:24.536643" elapsed="0.000286"/>
</kw>
<status status="PASS" start="2026-05-10T00:57:24.536317" elapsed="0.000684"/>
</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-05-10T00:47:15.243653" elapsed="609.293388"/>
</test>
<test id="s1-t3" name="Rerun Latency Test To Check Bug 6176" line="65">
<kw name="Log" owner="BuiltIn">
<msg time="2026-05-10T00:57:24.539055" 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-05-10T00:57:24.538323" elapsed="0.000794"/>
</kw>
<kw name="Run Cbench And Log Results">
<kw name="Set Suite Variable" owner="BuiltIn">
<msg time="2026-05-10T00:57:24.540546" 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-05-10T00:57:24.540204" elapsed="0.000385"/>
</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-05-10T00:57:24.541030" elapsed="0.000021"/>
</kw>
<status status="NOT RUN" start="2026-05-10T00:57:24.540759" elapsed="0.000330"/>
</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-05-10T00:57:24.544068" elapsed="0.000022"/>
</kw>
<status status="NOT RUN" start="2026-05-10T00:57:24.543791" elapsed="0.000334"/>
</branch>
<status status="PASS" start="2026-05-10T00:57:24.543772" elapsed="0.000377"/>
</if>
<kw name="Get Connection" owner="SSHLibrary">
<msg time="2026-05-10T00:57:24.544527" 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-05-10T00:57:24.544653" 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-05-10T00:57:24.544288" elapsed="0.000392"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-05-10T00:57:24.545260" level="INFO">Attempting to execute command "/usr/local/bin/cbench -c 10.30.170.198 -m 60000 -M 100 -S 16 -l 10 -D 5000 -p 6633" on remote system "10.30.171.173" 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-05-10T00:57:24.544813" elapsed="0.000508"/>
</kw>
<kw name="Open Connection" owner="SSHLibrary">
<msg time="2026-05-10T00:57:24.545872" 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-05-10T00:57:24.545464" elapsed="0.000436"/>
</kw>
<kw name="Flexible_SSH_Login" owner="SSHKeywords">
<kw name="Get Length" owner="BuiltIn">
<msg time="2026-05-10T00:57:24.547118" level="INFO">Length is 0.</msg>
<msg time="2026-05-10T00:57:24.547214" 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-05-10T00:57:24.546512" elapsed="0.000726"/>
</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-05-10T00:57:24.547387" elapsed="0.000342"/>
</kw>
<kw name="Run Keyword And Return" owner="BuiltIn">
<kw name="Login With Public Key" owner="SSHLibrary">
<msg time="2026-05-10T00:57:24.548615" level="INFO">Logging into '10.30.171.173:22' as 'jenkins'.</msg>
<msg time="2026-05-10T00:57:25.142953" 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 Sun May 10 00:57:24 UTC 2026

  System load:  0.53               Processes:             105
  Usage of /:   19.3% of 38.58GB   Users logged in:       0
  Memory usage: 4%                 IPv4 address for ens3: 10.30.171.173
  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: Sun May 10 00:47:15 2026 from 10.30.171.50
[?2004h[jenkins@releng-63164-233-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-05-10T00:57:24.548253" elapsed="0.595008"/>
</kw>
<msg time="2026-05-10T00:57:25.143372" 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-05-10T00:57:24.547884" elapsed="0.595596"/>
</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-05-10T00:57:24.546122" elapsed="0.597501"/>
</kw>
<kw name="Execute Command" owner="SSHLibrary">
<msg time="2026-05-10T00:57:25.144332" level="INFO">Executing command '/usr/local/bin/cbench -c 10.30.170.198 -m 60000 -M 100 -S 16 -l 10 -D 5000 -p 6633'.</msg>
<msg time="2026-05-10T01:07:31.228802" level="INFO">Command exited with return code 0.</msg>
<msg time="2026-05-10T01:07:31.230646" level="INFO">${stdout} = </msg>
<msg time="2026-05-10T01:07:31.230755" level="INFO">${stderr} = cbench: controller benchmarking tool
   running in mode 'latency'
   connecting to controller at 10.30.170.198:6633 
   faking 16 switches with 1 threads :: 10 tests each; 60000 ms per test
   with 10...</msg>
<var>${stdout}</var>
<var>${stderr}</var>
<arg>${cmd}</arg>
<arg>return_stderr=True</arg>
<doc>Executes ``command`` on the remote machine and returns its outputs.</doc>
<status status="PASS" start="2026-05-10T00:57:25.143907" elapsed="606.086906"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-05-10T01:07:31.231321" elapsed="0.000760"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-05-10T01:07:31.232834" level="INFO">cbench: controller benchmarking tool
   running in mode 'latency'
   connecting to controller at 10.30.170.198:6633 
   faking 16 switches with 1 threads :: 10 tests each; 60000 ms per test
   with 100 unique source MACs per switch
   learning destination mac addresses before the test
   starting test with 5000 ms delay after features_reply
   ignoring first 1 "warmup" and last 0 "cooldown" loops
   debugging info is off
Master Thread: Creating thread-0! 
Thread-0: All switches initialized. Running at node 10.30.170.198. So far 1 cbench instances have initialized their switches.  Waiting for other cbench-instances
Thread-0: Total switches from ALL cbench-instances initialized.
00:58:30.311 16  switches: flows:  101199 101683 101761 101624 101094 101759 102316 102526 110790 98135 102713 101119 101936 102824 100869 100826  total = 27.219567 per ms 
00:59:30.412 16  switches: flows:  118414 119844 117260 120290 119517 118018 120669 119757 117926 117558 119341 116289 116305 119674 116518 116743  total = 31.516076 per ms 
01:00:30.514 16  switches: flows:  112107 112782 110999 111827 112590 110845 112136 112178 111133 109251 111107 109013 108160 110908 110664 111477  total = 29.570130 per ms 
01:01:30.615 16  switches: flows:  118767 120183 118507 119672 120059 119221 119850 120555 116602 114513 117044 117551 115935 118632 121678 117138  total = 31.545710 per ms 
01:02:30.716 16  switches: flows:  123258 122239 121361 121703 121979 119146 123446 121076 119070 116707 120081 120646 118282 120974 121958 120167  total = 32.147837 per ms 
01:03:30.817 16  switches: flows:  122549 121831 122522 119749 122205 120346 125096 121099 119180 118461 118888 120219 118347 122149 122428 120398  total = 32.204007 per ms 
01:04:30.918 16  switches: flows:  121066 118263 118713 117400 119841 117649 118141 118710 118791 115187 119615 114477 118279 118362 117380 117309  total = 31.433871 per ms 
01:05:31.019 16  switches: flows:  123157 122796 121711 120847 122646 121934 121028 121760 119914 117710 122069 119983 119677 121210 122924 119746  total = 32.264646 per ms 
01:06:31.120 16  switches: flows:  123734 123177 120214 119838 123719 121566 121571 122523 119653 118091 122498 120142 119554 122566 122668 119639  total = 32.298628 per ms 
01:07:31.221 16  switches: flows:  124615 124060 120182 119827 122065 121141 122192 122688 120291 118848 123029 120168 117862 122463 123728 120535  total = 32.340894 per ms 
RESULT: 16 switches 9 tests min/max/avg/stdev = 29570.13/32340.89/31702.42/10600.06 responses/s</msg>
<arg>${stderr}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-05-10T01:07:31.232321" elapsed="0.000737"/>
</kw>
<if>
<branch type="IF" condition="&quot;${return_stdout}&quot;!=&quot;True&quot;">
<return>
<value>${stderr}</value>
<status status="PASS" start="2026-05-10T01:07:31.233399" elapsed="0.000051"/>
</return>
<status status="PASS" start="2026-05-10T01:07:31.233189" elapsed="0.000311"/>
</branch>
<status status="PASS" start="2026-05-10T01:07:31.233147" elapsed="0.000388"/>
</if>
<if>
<branch type="IF" condition="&quot;${return_stderr}&quot;!=&quot;True&quot;">
<return>
<value>${stdout}</value>
<status status="NOT RUN" start="2026-05-10T01:07:31.233663" elapsed="0.000017"/>
</return>
<status status="NOT RUN" start="2026-05-10T01:07:31.233613" elapsed="0.000105"/>
</branch>
<status status="NOT RUN" start="2026-05-10T01:07:31.233592" elapsed="0.000155"/>
</if>
<return>
<value>${stdout}</value>
<value>${stderr}</value>
<status status="NOT RUN" start="2026-05-10T01:07:31.233789" elapsed="0.000017"/>
</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-05-10T01:07:31.237365" elapsed="0.000463"/>
</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-05-10T01:07:31.238055" elapsed="0.000233"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-05-10T01:07:31.238468" elapsed="0.000137"/>
</kw>
<arg>${current_ssh_connection.index}</arg>
<doc>Restore active SSH connection in SSHLibrary to given index.</doc>
<status status="PASS" start="2026-05-10T01:07:31.234290" elapsed="0.004388"/>
</kw>
<msg time="2026-05-10T01:07:31.238857" level="INFO">${output} = cbench: controller benchmarking tool
   running in mode 'latency'
   connecting to controller at 10.30.170.198:6633 
   faking 16 switches with 1 threads :: 10 tests each; 60000 ms per test
   with 10...</msg>
<var>${output}</var>
<arg>${cbench_system}</arg>
<arg>${cbench_executable} -c ${ODL_SYSTEM_IP} ${cbench_args}</arg>
<arg>prompt_timeout=${test_timeout}</arg>
<arg>return_stdout=False</arg>
<arg>return_stderr=True</arg>
<doc>Reduces the common work of running a command on a remote system to a single higher level
robot keyword, taking care to log in with a public key and. The command given is written and the return value
depends on the passed argument values of return_stdout (default: True) and return_stderr (default: False).
At least one should be True, or the keyword will exit and FAIL. If both are True, the resulting return value
will be a two element list containing both. Otherwise the resulting return value is a string.
No test conditions are checked.</doc>
<status status="PASS" start="2026-05-10T00:57:24.541450" elapsed="606.697444"/>
</kw>
<status status="PASS" start="2026-05-10T00:57:24.541119" elapsed="606.697871"/>
</branch>
<status status="PASS" start="2026-05-10T00:57:24.540731" elapsed="606.698293"/>
</if>
<kw name="Log" owner="BuiltIn">
<msg time="2026-05-10T01:07:31.239645" level="INFO">cbench: controller benchmarking tool
   running in mode 'latency'
   connecting to controller at 10.30.170.198:6633 
   faking 16 switches with 1 threads :: 10 tests each; 60000 ms per test
   with 100 unique source MACs per switch
   learning destination mac addresses before the test
   starting test with 5000 ms delay after features_reply
   ignoring first 1 "warmup" and last 0 "cooldown" loops
   debugging info is off
Master Thread: Creating thread-0! 
Thread-0: All switches initialized. Running at node 10.30.170.198. So far 1 cbench instances have initialized their switches.  Waiting for other cbench-instances
Thread-0: Total switches from ALL cbench-instances initialized.
00:58:30.311 16  switches: flows:  101199 101683 101761 101624 101094 101759 102316 102526 110790 98135 102713 101119 101936 102824 100869 100826  total = 27.219567 per ms 
00:59:30.412 16  switches: flows:  118414 119844 117260 120290 119517 118018 120669 119757 117926 117558 119341 116289 116305 119674 116518 116743  total = 31.516076 per ms 
01:00:30.514 16  switches: flows:  112107 112782 110999 111827 112590 110845 112136 112178 111133 109251 111107 109013 108160 110908 110664 111477  total = 29.570130 per ms 
01:01:30.615 16  switches: flows:  118767 120183 118507 119672 120059 119221 119850 120555 116602 114513 117044 117551 115935 118632 121678 117138  total = 31.545710 per ms 
01:02:30.716 16  switches: flows:  123258 122239 121361 121703 121979 119146 123446 121076 119070 116707 120081 120646 118282 120974 121958 120167  total = 32.147837 per ms 
01:03:30.817 16  switches: flows:  122549 121831 122522 119749 122205 120346 125096 121099 119180 118461 118888 120219 118347 122149 122428 120398  total = 32.204007 per ms 
01:04:30.918 16  switches: flows:  121066 118263 118713 117400 119841 117649 118141 118710 118791 115187 119615 114477 118279 118362 117380 117309  total = 31.433871 per ms 
01:05:31.019 16  switches: flows:  123157 122796 121711 120847 122646 121934 121028 121760 119914 117710 122069 119983 119677 121210 122924 119746  total = 32.264646 per ms 
01:06:31.120 16  switches: flows:  123734 123177 120214 119838 123719 121566 121571 122523 119653 118091 122498 120142 119554 122566 122668 119639  total = 32.298628 per ms 
01:07:31.221 16  switches: flows:  124615 124060 120182 119827 122065 121141 122192 122688 120291 118848 123029 120168 117862 122463 123728 120535  total = 32.340894 per ms 
RESULT: 16 switches 9 tests min/max/avg/stdev = 29570.13/32340.89/31702.42/10600.06 responses/s</msg>
<arg>${output}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-05-10T01:07:31.239216" elapsed="0.000530"/>
</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-05-10T01:07:31.239974" elapsed="0.000394"/>
</kw>
<kw name="Get Lines Containing String" owner="String">
<msg time="2026-05-10T01:07:31.240747" level="INFO">1 out of 23 lines matched.</msg>
<msg time="2026-05-10T01:07:31.240842" level="INFO">${result_line} = RESULT: 16 switches 9 tests min/max/avg/stdev = 29570.13/32340.89/31702.42/10600.06 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-05-10T01:07:31.240527" elapsed="0.000340"/>
</kw>
<kw name="Split String" owner="String">
<msg time="2026-05-10T01:07:31.241286" level="INFO">@{results_list} = [ RESULT: | 16 | switches | 9 | tests | min/max/avg/stdev | = | 29570.13/32340.89/31702.42/10600.06 | 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-05-10T01:07:31.241034" elapsed="0.000278"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-05-10T01:07:31.243699" 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-05-10T01:07:31.241461" elapsed="0.002293"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-05-10T01:07:31.246351" level="INFO">29570.13/32340.89/31702.42/10600.06</msg>
<arg>${results_list[7]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-05-10T01:07:31.243897" elapsed="0.002509"/>
</kw>
<kw name="Split String" owner="String">
<msg time="2026-05-10T01:07:31.248777" 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-05-10T01:07:31.246557" elapsed="0.002247"/>
</kw>
<kw name="Split String" owner="String">
<msg time="2026-05-10T01:07:31.251204" level="INFO">@{result_value_list} = [ 29570.13 | 32340.89 | 31702.42 | 10600.06 ]</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-05-10T01:07:31.249012" elapsed="0.002218"/>
</kw>
<kw name="Get Length" owner="BuiltIn">
<msg time="2026-05-10T01:07:31.251697" level="INFO">Length is 4.</msg>
<msg time="2026-05-10T01:07:31.251792" 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-05-10T01:07:31.251395" elapsed="0.000421"/>
</kw>
<for flavor="IN RANGE">
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-05-10T01:07:31.256500" level="INFO">min :: 29570.13</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-05-10T01:07:31.252220" elapsed="0.004335"/>
</kw>
<var name="${i}">0</var>
<status status="PASS" start="2026-05-10T01:07:31.252091" elapsed="0.004498"/>
</iter>
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-05-10T01:07:31.261068" level="INFO">max :: 32340.89</msg>
<arg>${result_name_list[${i}]} :: ${result_value_list[${i}]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-05-10T01:07:31.256800" elapsed="0.004322"/>
</kw>
<var name="${i}">1</var>
<status status="PASS" start="2026-05-10T01:07:31.256676" elapsed="0.004480"/>
</iter>
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-05-10T01:07:31.265676" level="INFO">avg :: 31702.42</msg>
<arg>${result_name_list[${i}]} :: ${result_value_list[${i}]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-05-10T01:07:31.261362" elapsed="0.004369"/>
</kw>
<var name="${i}">2</var>
<status status="PASS" start="2026-05-10T01:07:31.261238" elapsed="0.004526"/>
</iter>
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-05-10T01:07:31.270308" level="INFO">stdev :: 10600.06</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-05-10T01:07:31.265994" elapsed="0.004368"/>
</kw>
<var name="${i}">3</var>
<status status="PASS" start="2026-05-10T01:07:31.265846" elapsed="0.004550"/>
</iter>
<var>${i}</var>
<value>0</value>
<value>${num_stats}</value>
<status status="PASS" start="2026-05-10T01:07:31.251887" elapsed="0.018538"/>
</for>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-05-10T01:07:31.274464" level="INFO">${min} = 29570.13</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-05-10T01:07:31.270584" elapsed="0.003908"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-05-10T01:07:31.278338" level="INFO">${max} = 32340.89</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-05-10T01:07:31.274646" elapsed="0.003719"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-05-10T01:07:31.282231" level="INFO">${average} = 31702.42</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-05-10T01:07:31.278518" elapsed="0.003739"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-05-10T01:07:31.286164" level="INFO">${stdev} = 10600.06</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-05-10T01:07:31.282409" elapsed="0.003782"/>
</kw>
<kw name="Get Time" owner="BuiltIn">
<msg time="2026-05-10T01:07:31.286697" level="INFO">${date} = 2026-05-10 01:07:31</msg>
<var>${date}</var>
<arg>d,m,s</arg>
<doc>Returns the given time in the requested format.</doc>
<status status="PASS" start="2026-05-10T01:07:31.286354" elapsed="0.000368"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-05-10T01:07:31.287285" level="INFO">CBench Result: 2026-05-10 01:07:31,-m 60000 -M 100 -S 16 -l 10 -D 5000 -p 6633,29570.13,32340.89,31702.42,10600.06</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-05-10T01:07:31.286866" elapsed="0.000475"/>
</kw>
<kw name="Log Results And Determine Status">
<kw name="Append To File" owner="OperatingSystem">
<msg time="2026-05-10T01:07:31.288422" level="INFO" html="true">Appended to file '&lt;a href="file:///w/workspace/openflowplugin-csit-1node-cbench-only-vanadium/bug.csv"&gt;/w/workspace/openflowplugin-csit-1node-cbench-only-vanadium/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-05-10T01:07:31.287987" elapsed="0.000501"/>
</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-05-10T01:07:31.288638" elapsed="0.000480"/>
</kw>
<arg>${min}</arg>
<arg>${max}</arg>
<arg>${average}</arg>
<arg>${average_threshold}</arg>
<arg>${output_filename}</arg>
<status status="PASS" start="2026-05-10T01:07:31.287503" elapsed="0.001678"/>
</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-05-10T00:57:24.539612" elapsed="606.749628"/>
</kw>
<kw name="Sleep" owner="BuiltIn">
<msg time="2026-05-10T01:07:31.289693" 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-05-10T01:07:31.289388" elapsed="0.000360"/>
</kw>
<kw name="Report Failure Due To Bug" owner="Utils" type="TEARDOWN">
<kw name="Evaluate" owner="BuiltIn">
<msg time="2026-05-10T01:07:31.291030" 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-05-10T01:07:31.290471" elapsed="0.000587"/>
</kw>
<if>
<branch type="IF" condition="('${TEST_STATUS}' != 'FAIL') or ${test_skipped}">
<return>
<status status="PASS" start="2026-05-10T01:07:31.291279" elapsed="0.000029"/>
</return>
<status status="PASS" start="2026-05-10T01:07:31.291132" elapsed="0.000206"/>
</branch>
<status status="PASS" start="2026-05-10T01:07:31.291113" elapsed="0.000249"/>
</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-05-10T01:07:31.291516" elapsed="0.000022"/>
</kw>
<kw name="Run Keyword And Return Status" owner="BuiltIn">
<var>${match}</var>
<arg>Should Contain</arg>
<arg>${number}</arg>
<arg>-</arg>
<doc>Runs the specified keyword and returns the status as a Boolean value.</doc>
<status status="NOT RUN" start="2026-05-10T01:07:31.291673" elapsed="0.000020"/>
</kw>
<kw name="Set Variable If" owner="BuiltIn">
<var>${bug_url}</var>
<arg>${match}</arg>
<arg>https://jira.opendaylight.org/browse/${number}</arg>
<arg>https://bugs.opendaylight.org/show_bug.cgi?id=${number}</arg>
<doc>Sets variable based on the given condition.</doc>
<status status="NOT RUN" start="2026-05-10T01:07:31.291830" elapsed="0.000026"/>
</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-05-10T01:07:31.292048" elapsed="0.000021"/>
</kw>
<kw name="Evaluate" owner="BuiltIn">
<var>${newline}</var>
<arg>chr(10)</arg>
<doc>Evaluates the given expression in Python and returns the result.</doc>
<status status="NOT RUN" start="2026-05-10T01:07:31.292231" elapsed="0.000026"/>
</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-05-10T01:07:31.292427" elapsed="0.000026"/>
</kw>
<kw name="Log" owner="BuiltIn">
<arg>${msg}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="NOT RUN" start="2026-05-10T01:07:31.292591" elapsed="0.000020"/>
</kw>
<if>
<branch type="IF" condition="&quot;${include_bug_in_tags}&quot;==&quot;True&quot;">
<kw name="Set Tags" owner="BuiltIn">
<arg>${bug_url}</arg>
<doc>Adds given ``tags`` for the current test or all tests in a suite.</doc>
<status status="NOT RUN" start="2026-05-10T01:07:31.292831" elapsed="0.000020"/>
</kw>
<status status="NOT RUN" start="2026-05-10T01:07:31.292685" elapsed="0.000198"/>
</branch>
<status status="NOT RUN" start="2026-05-10T01:07:31.292665" elapsed="0.000242"/>
</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-05-10T01:07:31.290138" elapsed="0.002840"/>
</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-05-10T00:57:24.537666" elapsed="606.755358"/>
</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-05-10T00:37:06.017300" elapsed="1825.276348"/>
</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>
