<?xml version="1.0" encoding="UTF-8"?>
<robot generator="Robot 7.4.2 (Python 3.11.10 on linux)" generated="2026-05-11T00:44:47.010397" 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-11T00:44:47.575371" elapsed="0.000023"/>
</return>
<status status="NOT RUN" start="2026-05-11T00:44:47.575239" elapsed="0.000204"/>
</branch>
<status status="PASS" start="2026-05-11T00:44:47.575209" elapsed="0.000260"/>
</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-11T00:44:47.575611" elapsed="0.000507"/>
</kw>
<kw name="Login" owner="SSHLibrary">
<msg time="2026-05-11T00:44:47.576589" level="INFO">Logging into '10.30.170.50:8101' as 'karaf'.</msg>
<msg time="2026-05-11T00:44:48.302294" 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-11T00:44:47.576289" elapsed="0.726116"/>
</kw>
<kw name="Write" owner="SSHLibrary">
<msg time="2026-05-11T00:44:48.349618" 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-11T00:44:48.302605" elapsed="0.047082"/>
</kw>
<kw name="Read Until Regexp" owner="SSHLibrary">
<msg time="2026-05-11T00:44:48.351328" level="INFO">[?1l&gt;[?2004l[?1h=[90m~[0m                                                                                [?2004hopendaylight-user@root&gt;</msg>
<msg time="2026-05-11T00:44:48.351433" 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-11T00:44:48.349850" elapsed="0.001619"/>
</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-11T00:44:48.351624" elapsed="0.000202"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-05-11T00:44:48.351986" elapsed="0.000205"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-05-11T00:44:48.352635" 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-11T00:44:48.352340" elapsed="0.000349"/>
</kw>
<return>
<value>${output}</value>
<status status="PASS" start="2026-05-11T00:44:48.352738" elapsed="0.000049"/>
</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.50
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-11T00:44:47.574856" elapsed="0.778047"/>
</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-11T00:44:47.571263" elapsed="0.781707"/>
</kw>
<kw name="Append To File" owner="OperatingSystem">
<msg time="2026-05-11T00:44:48.353568" 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-11T00:44:48.353237" elapsed="0.000394"/>
</kw>
<kw name="Append To File" owner="OperatingSystem">
<msg time="2026-05-11T00:44:48.354105" 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-11T00:44:48.353784" elapsed="0.000383"/>
</kw>
<kw name="Evaluate" owner="BuiltIn">
<msg time="2026-05-11T00:44:48.354712" 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-11T00:44:48.354321" elapsed="0.000419"/>
</kw>
<kw name="Set Suite Variable" owner="BuiltIn">
<msg time="2026-05-11T00:44:48.355252" 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-11T00:44:48.354903" elapsed="0.000391"/>
</kw>
<kw name="Evaluate" owner="BuiltIn">
<msg time="2026-05-11T00:44:48.355802" 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-11T00:44:48.355441" elapsed="0.000388"/>
</kw>
<kw name="Set Suite Variable" owner="BuiltIn">
<msg time="2026-05-11T00:44:48.356310" 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-11T00:44:48.355985" elapsed="0.000366"/>
</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-11T00:44:48.356658" elapsed="0.000021"/>
</kw>
<status status="NOT RUN" start="2026-05-11T00:44:48.356437" elapsed="0.000275"/>
</branch>
<branch type="ELSE">
<kw name="Verify File Exists On Remote System" owner="Utils">
<kw name="Open Connection" owner="SSHLibrary">
<msg time="2026-05-11T00:44:48.360919" 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-11T00:44:48.360539" elapsed="0.000406"/>
</kw>
<kw name="Flexible_SSH_Login" owner="SSHKeywords">
<kw name="Get Length" owner="BuiltIn">
<msg time="2026-05-11T00:44:48.362199" level="INFO">Length is 0.</msg>
<msg time="2026-05-11T00:44:48.362295" 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-11T00:44:48.361510" elapsed="0.000810"/>
</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-11T00:44:48.362469" elapsed="0.000344"/>
</kw>
<kw name="Run Keyword And Return" owner="BuiltIn">
<kw name="Login With Public Key" owner="SSHLibrary">
<msg time="2026-05-11T00:44:48.363850" level="INFO">Logging into '10.30.170.24:22' as 'jenkins'.</msg>
<msg time="2026-05-11T00:44:49.063196" 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 Mon May 11 00:44:48 UTC 2026

  System load:  0.06               Processes:             109
  Usage of /:   19.3% of 38.58GB   Users logged in:       0
  Memory usage: 4%                 IPv4 address for ens3: 10.30.170.24
  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-235-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-11T00:44:48.363358" elapsed="0.699930"/>
</kw>
<msg time="2026-05-11T00:44:49.063357" 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-11T00:44:48.362985" elapsed="0.700443"/>
</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-11T00:44:48.361165" elapsed="0.702358"/>
</kw>
<kw name="File Should Exist" owner="SSHLibrary">
<msg time="2026-05-11T00:44:49.070520" 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-11T00:44:49.063684" elapsed="0.008318"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-05-11T00:44:49.072404" elapsed="0.000564"/>
</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-11T00:44:48.360024" elapsed="0.713109"/>
</kw>
<status status="PASS" start="2026-05-11T00:44:48.356790" elapsed="0.716425"/>
</branch>
<status status="PASS" start="2026-05-11T00:44:48.356406" elapsed="0.716870"/>
</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-11T00:44:49.073606" elapsed="0.000976"/>
</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-11T00:44:49.083537" elapsed="0.000018"/>
</return>
<status status="NOT RUN" start="2026-05-11T00:44:49.083419" elapsed="0.000170"/>
</branch>
<status status="PASS" start="2026-05-11T00:44:49.083396" elapsed="0.000217"/>
</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-11T00:44:49.087122" elapsed="0.000015"/>
</return>
<status status="NOT RUN" start="2026-05-11T00:44:49.086994" elapsed="0.000175"/>
</branch>
<status status="PASS" start="2026-05-11T00:44:49.086974" elapsed="0.000218"/>
</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-11T00:44:49.087322" elapsed="0.000418"/>
</kw>
<kw name="Login" owner="SSHLibrary">
<msg time="2026-05-11T00:44:49.088158" level="INFO">Logging into '10.30.170.50:8101' as 'karaf'.</msg>
<msg time="2026-05-11T00:44:49.278285" 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-11T00:44:49.087886" elapsed="0.190493"/>
</kw>
<kw name="Write" owner="SSHLibrary">
<msg time="2026-05-11T00:44:49.383851" 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-11T00:44:49.278537" elapsed="0.105381"/>
</kw>
<kw name="Read Until Regexp" owner="SSHLibrary">
<msg time="2026-05-11T00:44:49.389187" 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-11T00:44:49.389344" 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-11T00:44:49.384088" elapsed="0.005289"/>
</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-11T00:44:49.389519" elapsed="0.000190"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-05-11T00:44:49.389880" elapsed="0.000214"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-05-11T00:44:49.390499" 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-11T00:44:49.390234" elapsed="0.000319"/>
</kw>
<return>
<value>${output}</value>
<status status="PASS" start="2026-05-11T00:44:49.390598" elapsed="0.000035"/>
</return>
<msg time="2026-05-11T00:44:49.390764" 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.50
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-11T00:44:49.086642" elapsed="0.304153"/>
</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-11T00:44:49.390938" elapsed="0.000493"/>
</kw>
<return>
<value>${output}</value>
<status status="PASS" start="2026-05-11T00:44:49.391481" 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-11T00:44:49.083128" elapsed="0.308481"/>
</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-11T00:44:49.395224" elapsed="0.000016"/>
</return>
<status status="NOT RUN" start="2026-05-11T00:44:49.395109" elapsed="0.000164"/>
</branch>
<status status="PASS" start="2026-05-11T00:44:49.395088" elapsed="0.000207"/>
</if>
<kw name="Open Connection" owner="SSHLibrary">
<arg>${controller}</arg>
<arg>port=${karaf_port}</arg>
<arg>prompt=${KARAF_PROMPT_LOGIN}</arg>
<arg>timeout=${timeout}</arg>
<doc>Opens a new SSH connection to the given ``host`` and ``port``.</doc>
<status status="PASS" start="2026-05-11T00:44:49.395425" elapsed="0.000407"/>
</kw>
<kw name="Login" owner="SSHLibrary">
<msg time="2026-05-11T00:44:49.396258" level="INFO">Logging into '10.30.170.50:8101' as 'karaf'.</msg>
<msg time="2026-05-11T00:44:49.606865" 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-11T00:44:49.395978" elapsed="0.210977"/>
</kw>
<kw name="Write" owner="SSHLibrary">
<msg time="2026-05-11T00:44:49.635556" 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-11T00:44:49.607125" elapsed="0.028490"/>
</kw>
<kw name="Read Until Regexp" owner="SSHLibrary">
<msg time="2026-05-11T00:44:49.637334" level="INFO">[?1l&gt;[?2004lDropAllFlows transitions to on
[?1h=[90m~[0m                                                                                [?2004hopendaylight-user@root&gt;</msg>
<msg time="2026-05-11T00:44:49.637425" 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-11T00:44:49.635759" elapsed="0.001695"/>
</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-11T00:44:49.637586" elapsed="0.000198"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-05-11T00:44:49.637930" elapsed="0.000170"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-05-11T00:44:49.638490" 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-11T00:44:49.638233" elapsed="0.000307"/>
</kw>
<return>
<value>${output}</value>
<status status="PASS" start="2026-05-11T00:44:49.638586" elapsed="0.000036"/>
</return>
<arg>dropallpacketsrpc on</arg>
<doc>Will execute the given ${cmd} by ssh'ing to the karaf console running on 10.30.170.50
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-11T00:44:49.394786" elapsed="0.243936"/>
</kw>
<status status="PASS" start="2026-05-11T00:44:47.569469" elapsed="2.069310"/>
</kw>
<test id="s1-t1" name="Cbench Latency Test" line="37">
<kw name="Log" owner="BuiltIn">
<msg time="2026-05-11T00:44:49.641232" 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-11T00:44:49.639631" elapsed="0.001675"/>
</kw>
<kw name="Run Cbench And Log Results">
<kw name="Set Suite Variable" owner="BuiltIn">
<msg time="2026-05-11T00:44:49.642744" 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-11T00:44:49.642400" elapsed="0.000386"/>
</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-11T00:44:49.643107" elapsed="0.000022"/>
</kw>
<status status="NOT RUN" start="2026-05-11T00:44:49.642862" elapsed="0.000304"/>
</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-11T00:44:49.646110" elapsed="0.000022"/>
</kw>
<status status="NOT RUN" start="2026-05-11T00:44:49.645843" elapsed="0.000324"/>
</branch>
<status status="PASS" start="2026-05-11T00:44:49.645823" elapsed="0.000370"/>
</if>
<kw name="Get Connection" owner="SSHLibrary">
<msg time="2026-05-11T00:44:49.646519" 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-11T00:44:49.646639" 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-11T00:44:49.646324" elapsed="0.000341"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-05-11T00:44:49.647237" level="INFO">Attempting to execute command "/usr/local/bin/cbench -c 10.30.170.50 -m 60000 -M 100 -S 16 -l 10 -D 5000 -p 6633" on remote system "10.30.170.24" 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-11T00:44:49.646798" elapsed="0.000499"/>
</kw>
<kw name="Open Connection" owner="SSHLibrary">
<msg time="2026-05-11T00:44:49.647894" 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-11T00:44:49.647439" elapsed="0.000481"/>
</kw>
<kw name="Flexible_SSH_Login" owner="SSHKeywords">
<kw name="Get Length" owner="BuiltIn">
<msg time="2026-05-11T00:44:49.648813" level="INFO">Length is 0.</msg>
<msg time="2026-05-11T00:44:49.648903" 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-11T00:44:49.648506" elapsed="0.000421"/>
</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-11T00:44:49.649081" elapsed="0.000323"/>
</kw>
<kw name="Run Keyword And Return" owner="BuiltIn">
<kw name="Login With Public Key" owner="SSHLibrary">
<msg time="2026-05-11T00:44:49.650279" level="INFO">Logging into '10.30.170.24:22' as 'jenkins'.</msg>
<msg time="2026-05-11T00:44:49.968394" 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 Mon May 11 00:44:48 UTC 2026

  System load:  0.06               Processes:             109
  Usage of /:   19.3% of 38.58GB   Users logged in:       0
  Memory usage: 4%                 IPv4 address for ens3: 10.30.170.24
  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: Mon May 11 00:44:48 2026 from 10.30.171.188
[?2004h[jenkins@releng-63164-235-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-11T00:44:49.649907" elapsed="0.318596"/>
</kw>
<msg time="2026-05-11T00:44:49.968565" 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-11T00:44:49.649555" elapsed="0.319077"/>
</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-11T00:44:49.648134" elapsed="0.320588"/>
</kw>
<kw name="Execute Command" owner="SSHLibrary">
<msg time="2026-05-11T00:44:49.969279" level="INFO">Executing command '/usr/local/bin/cbench -c 10.30.170.50 -m 60000 -M 100 -S 16 -l 10 -D 5000 -p 6633'.</msg>
<msg time="2026-05-11T00:54:56.078536" level="INFO">Command exited with return code 0.</msg>
<msg time="2026-05-11T00:54:56.079063" level="INFO">${stdout} = </msg>
<msg time="2026-05-11T00:54:56.079178" level="INFO">${stderr} = cbench: controller benchmarking tool
   running in mode 'latency'
   connecting to controller at 10.30.170.50:6633 
   faking 16 switches with 1 threads :: 10 tests each; 60000 ms per test
   with 100...</msg>
<var>${stdout}</var>
<var>${stderr}</var>
<arg>${cmd}</arg>
<arg>return_stderr=True</arg>
<doc>Executes ``command`` on the remote machine and returns its outputs.</doc>
<status status="PASS" start="2026-05-11T00:44:49.968877" elapsed="606.110359"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-05-11T00:54:56.079675" elapsed="0.000723"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-05-11T00:54:56.081565" level="INFO">cbench: controller benchmarking tool
   running in mode 'latency'
   connecting to controller at 10.30.170.50: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.50. So far 1 cbench instances have initialized their switches.  Waiting for other cbench-instances
Thread-0: Total switches from ALL cbench-instances initialized.
00:45:55.173 16  switches: flows:  113987 116463 113954 112560 113103 113734 109283 108693 109422 111676 110863 107613 109383 108963 111135 111481  total = 29.705217 per ms 
00:46:55.273 16  switches: flows:  117025 118006 118890 118584 116246 116954 117173 115975 114761 112314 112869 112619 114125 114696 113969 115766  total = 30.781495 per ms 
00:47:55.374 16  switches: flows:  119428 119061 120264 118323 117296 117999 116866 117135 115942 115645 115180 113616 114804 114013 115333 113970  total = 31.029471 per ms 
00:48:55.474 16  switches: flows:  122277 121607 125730 124217 122927 124741 122284 122115 120371 119063 118546 115691 118330 118038 120777 117916  total = 32.190101 per ms 
00:49:55.574 16  switches: flows:  121115 120797 122765 121293 120662 123481 119603 118689 117690 115386 115312 117644 117626 116365 116913 118168  total = 31.672267 per ms 
00:50:55.675 16  switches: flows:  126053 125912 129191 124365 126042 126421 125208 126113 124281 122702 121737 124645 122216 121418 124602 121410  total = 33.149932 per ms 
00:51:55.777 16  switches: flows:  126590 125985 127883 124580 126577 127124 124733 126091 124458 123051 120839 124847 122689 122003 123227 121084  total = 33.140692 per ms 
00:52:55.878 16  switches: flows:  126006 125935 127693 125147 127155 126691 126632 125036 123680 123198 121117 124480 124200 123496 122143 123255  total = 33.208939 per ms 
00:53:55.979 16  switches: flows:  125755 127481 129840 125885 126499 126253 126757 126098 125484 123760 123515 124563 123352 122893 122320 121830  total = 33.315834 per ms 
00:54:56.079 16  switches: flows:  128378 128531 127543 127313 126015 127284 128694 129323 127716 125101 123306 125193 126993 125059 124404 123704  total = 33.686399 per ms 
RESULT: 16 switches 9 tests min/max/avg/stdev = 30781.50/33686.40/32463.90/10868.91 responses/s</msg>
<arg>${stderr}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-05-11T00:54:56.080777" elapsed="0.001078"/>
</kw>
<if>
<branch type="IF" condition="&quot;${return_stdout}&quot;!=&quot;True&quot;">
<return>
<value>${stderr}</value>
<status status="PASS" start="2026-05-11T00:54:56.082419" elapsed="0.000079"/>
</return>
<status status="PASS" start="2026-05-11T00:54:56.082102" elapsed="0.000479"/>
</branch>
<status status="PASS" start="2026-05-11T00:54:56.082006" elapsed="0.000633"/>
</if>
<if>
<branch type="IF" condition="&quot;${return_stderr}&quot;!=&quot;True&quot;">
<return>
<value>${stdout}</value>
<status status="NOT RUN" start="2026-05-11T00:54:56.082856" elapsed="0.000031"/>
</return>
<status status="NOT RUN" start="2026-05-11T00:54:56.082772" elapsed="0.000237"/>
</branch>
<status status="NOT RUN" start="2026-05-11T00:54:56.082737" elapsed="0.000383"/>
</if>
<return>
<value>${stdout}</value>
<value>${stderr}</value>
<status status="NOT RUN" start="2026-05-11T00:54:56.083210" elapsed="0.000035"/>
</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-11T00:54:56.087550" elapsed="0.000371"/>
</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-11T00:54:56.088092" elapsed="0.000188"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-05-11T00:54:56.088413" elapsed="0.000099"/>
</kw>
<arg>${current_ssh_connection.index}</arg>
<doc>Restore active SSH connection in SSHLibrary to given index.</doc>
<status status="PASS" start="2026-05-11T00:54:56.083935" elapsed="0.004650"/>
</kw>
<msg time="2026-05-11T00:54:56.088722" level="INFO">${output} = cbench: controller benchmarking tool
   running in mode 'latency'
   connecting to controller at 10.30.170.50:6633 
   faking 16 switches with 1 threads :: 10 tests each; 60000 ms per test
   with 100...</msg>
<var>${output}</var>
<arg>${cbench_system}</arg>
<arg>${cbench_executable} -c ${ODL_SYSTEM_IP} ${cbench_args}</arg>
<arg>prompt_timeout=${test_timeout}</arg>
<arg>return_stdout=False</arg>
<arg>return_stderr=True</arg>
<doc>Reduces the common work of running a command on a remote system to a single higher level
robot keyword, taking care to log in with a public key and. The command given is written and the return value
depends on the passed argument values of return_stdout (default: True) and return_stderr (default: False).
At least one should be True, or the keyword will exit and FAIL. If both are True, the resulting return value
will be a two element list containing both. Otherwise the resulting return value is a string.
No test conditions are checked.</doc>
<status status="PASS" start="2026-05-11T00:44:49.643516" elapsed="606.445233"/>
</kw>
<status status="PASS" start="2026-05-11T00:44:49.643194" elapsed="606.445605"/>
</branch>
<status status="PASS" start="2026-05-11T00:44:49.642839" elapsed="606.445983"/>
</if>
<kw name="Log" owner="BuiltIn">
<msg time="2026-05-11T00:54:56.089311" level="INFO">cbench: controller benchmarking tool
   running in mode 'latency'
   connecting to controller at 10.30.170.50: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.50. So far 1 cbench instances have initialized their switches.  Waiting for other cbench-instances
Thread-0: Total switches from ALL cbench-instances initialized.
00:45:55.173 16  switches: flows:  113987 116463 113954 112560 113103 113734 109283 108693 109422 111676 110863 107613 109383 108963 111135 111481  total = 29.705217 per ms 
00:46:55.273 16  switches: flows:  117025 118006 118890 118584 116246 116954 117173 115975 114761 112314 112869 112619 114125 114696 113969 115766  total = 30.781495 per ms 
00:47:55.374 16  switches: flows:  119428 119061 120264 118323 117296 117999 116866 117135 115942 115645 115180 113616 114804 114013 115333 113970  total = 31.029471 per ms 
00:48:55.474 16  switches: flows:  122277 121607 125730 124217 122927 124741 122284 122115 120371 119063 118546 115691 118330 118038 120777 117916  total = 32.190101 per ms 
00:49:55.574 16  switches: flows:  121115 120797 122765 121293 120662 123481 119603 118689 117690 115386 115312 117644 117626 116365 116913 118168  total = 31.672267 per ms 
00:50:55.675 16  switches: flows:  126053 125912 129191 124365 126042 126421 125208 126113 124281 122702 121737 124645 122216 121418 124602 121410  total = 33.149932 per ms 
00:51:55.777 16  switches: flows:  126590 125985 127883 124580 126577 127124 124733 126091 124458 123051 120839 124847 122689 122003 123227 121084  total = 33.140692 per ms 
00:52:55.878 16  switches: flows:  126006 125935 127693 125147 127155 126691 126632 125036 123680 123198 121117 124480 124200 123496 122143 123255  total = 33.208939 per ms 
00:53:55.979 16  switches: flows:  125755 127481 129840 125885 126499 126253 126757 126098 125484 123760 123515 124563 123352 122893 122320 121830  total = 33.315834 per ms 
00:54:56.079 16  switches: flows:  128378 128531 127543 127313 126015 127284 128694 129323 127716 125101 123306 125193 126993 125059 124404 123704  total = 33.686399 per ms 
RESULT: 16 switches 9 tests min/max/avg/stdev = 30781.50/33686.40/32463.90/10868.91 responses/s</msg>
<arg>${output}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-05-11T00:54:56.088975" elapsed="0.000411"/>
</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-11T00:54:56.089535" elapsed="0.000457"/>
</kw>
<kw name="Get Lines Containing String" owner="String">
<msg time="2026-05-11T00:54:56.090427" level="INFO">1 out of 23 lines matched.</msg>
<msg time="2026-05-11T00:54:56.090520" level="INFO">${result_line} = RESULT: 16 switches 9 tests min/max/avg/stdev = 30781.50/33686.40/32463.90/10868.91 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-11T00:54:56.090192" elapsed="0.000353"/>
</kw>
<kw name="Split String" owner="String">
<msg time="2026-05-11T00:54:56.090995" level="INFO">@{results_list} = [ RESULT: | 16 | switches | 9 | tests | min/max/avg/stdev | = | 30781.50/33686.40/32463.90/10868.91 | 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-11T00:54:56.090709" elapsed="0.000335"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-05-11T00:54:56.093456" 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-11T00:54:56.091195" elapsed="0.002320"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-05-11T00:54:56.095917" level="INFO">30781.50/33686.40/32463.90/10868.91</msg>
<arg>${results_list[7]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-05-11T00:54:56.093661" elapsed="0.002313"/>
</kw>
<kw name="Split String" owner="String">
<msg time="2026-05-11T00:54:56.098374" 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-11T00:54:56.096140" elapsed="0.002263"/>
</kw>
<kw name="Split String" owner="String">
<msg time="2026-05-11T00:54:56.100858" level="INFO">@{result_value_list} = [ 30781.50 | 33686.40 | 32463.90 | 10868.91 ]</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-11T00:54:56.098619" elapsed="0.002268"/>
</kw>
<kw name="Get Length" owner="BuiltIn">
<msg time="2026-05-11T00:54:56.101388" level="INFO">Length is 4.</msg>
<msg time="2026-05-11T00:54:56.101477" 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-11T00:54:56.101072" elapsed="0.000430"/>
</kw>
<for flavor="IN RANGE">
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-05-11T00:54:56.106343" level="INFO">min :: 30781.50</msg>
<arg>${result_name_list[${i}]} :: ${result_value_list[${i}]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-05-11T00:54:56.101926" elapsed="0.004475"/>
</kw>
<var name="${i}">0</var>
<status status="PASS" start="2026-05-11T00:54:56.101768" elapsed="0.004668"/>
</iter>
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-05-11T00:54:56.111000" level="INFO">max :: 33686.40</msg>
<arg>${result_name_list[${i}]} :: ${result_value_list[${i}]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-05-11T00:54:56.106659" elapsed="0.004415"/>
</kw>
<var name="${i}">1</var>
<status status="PASS" start="2026-05-11T00:54:56.106530" elapsed="0.004581"/>
</iter>
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-05-11T00:54:56.115727" level="INFO">avg :: 32463.90</msg>
<arg>${result_name_list[${i}]} :: ${result_value_list[${i}]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-05-11T00:54:56.111330" elapsed="0.004455"/>
</kw>
<var name="${i}">2</var>
<status status="PASS" start="2026-05-11T00:54:56.111201" elapsed="0.004618"/>
</iter>
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-05-11T00:54:56.120581" level="INFO">stdev :: 10868.91</msg>
<arg>${result_name_list[${i}]} :: ${result_value_list[${i}]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-05-11T00:54:56.116135" elapsed="0.004503"/>
</kw>
<var name="${i}">3</var>
<status status="PASS" start="2026-05-11T00:54:56.115913" elapsed="0.004760"/>
</iter>
<var>${i}</var>
<value>0</value>
<value>${num_stats}</value>
<status status="PASS" start="2026-05-11T00:54:56.101574" elapsed="0.019133"/>
</for>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-05-11T00:54:56.124883" level="INFO">${min} = 30781.50</msg>
<var>${min}</var>
<arg>${result_value_list[${0}]}</arg>
<doc>Returns the given values which can then be assigned to a variables.</doc>
<status status="PASS" start="2026-05-11T00:54:56.120875" elapsed="0.004037"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-05-11T00:54:56.128891" level="INFO">${max} = 33686.40</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-11T00:54:56.125102" elapsed="0.003817"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-05-11T00:54:56.133108" level="INFO">${average} = 32463.90</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-11T00:54:56.129113" elapsed="0.004025"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-05-11T00:54:56.137114" level="INFO">${stdev} = 10868.91</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-11T00:54:56.133292" elapsed="0.003851"/>
</kw>
<kw name="Get Time" owner="BuiltIn">
<msg time="2026-05-11T00:54:56.137679" level="INFO">${date} = 2026-05-11 00:54:56</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-11T00:54:56.137305" elapsed="0.000401"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-05-11T00:54:56.138317" level="INFO">CBench Result: 2026-05-11 00:54:56,-m 60000 -M 100 -S 16 -l 10 -D 5000 -p 6633,30781.50,33686.40,32463.90,10868.91</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-11T00:54:56.137854" elapsed="0.000520"/>
</kw>
<kw name="Log Results And Determine Status">
<kw name="Append To File" owner="OperatingSystem">
<msg time="2026-05-11T00:54:56.139470" 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-11T00:54:56.139044" elapsed="0.000492"/>
</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-11T00:54:56.139689" elapsed="0.000505"/>
</kw>
<arg>${min}</arg>
<arg>${max}</arg>
<arg>${average}</arg>
<arg>${average_threshold}</arg>
<arg>${output_filename}</arg>
<status status="PASS" start="2026-05-11T00:54:56.138529" elapsed="0.001734"/>
</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-11T00:44:49.641747" elapsed="606.498578"/>
</kw>
<kw name="Sleep" owner="BuiltIn">
<msg time="2026-05-11T00:54:56.140801" 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-11T00:54:56.140478" elapsed="0.000381"/>
</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-11T00:54:56.141432" elapsed="0.000271"/>
</kw>
<status status="PASS" start="2026-05-11T00:54:56.141104" elapsed="0.000671"/>
</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-11T00:44:49.638917" elapsed="606.502897"/>
</test>
<test id="s1-t2" name="Cbench Throughput Test" line="51">
<kw name="Log" owner="BuiltIn">
<msg time="2026-05-11T00:54:56.143178" 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-11T00:54:56.142773" elapsed="0.000462"/>
</kw>
<kw name="Run Cbench And Log Results">
<kw name="Set Suite Variable" owner="BuiltIn">
<msg time="2026-05-11T00:54:56.144850" 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-11T00:54:56.144497" elapsed="0.000396"/>
</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-11T00:54:56.145298" elapsed="0.000023"/>
</kw>
<status status="NOT RUN" start="2026-05-11T00:54:56.145024" elapsed="0.000335"/>
</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-11T00:54:56.148365" elapsed="0.000021"/>
</kw>
<status status="NOT RUN" start="2026-05-11T00:54:56.148103" elapsed="0.000318"/>
</branch>
<status status="PASS" start="2026-05-11T00:54:56.148083" elapsed="0.000362"/>
</if>
<kw name="Get Connection" owner="SSHLibrary">
<msg time="2026-05-11T00:54:56.148918" 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-11T00:54:56.149081" 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-11T00:54:56.148662" elapsed="0.000448"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-05-11T00:54:56.149670" level="INFO">Attempting to execute command "/usr/local/bin/cbench -c 10.30.170.50 -t -m 60000 -M 100 -S 16 -l 10 -D 5000 -p 6633" on remote system "10.30.170.24" 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-11T00:54:56.149249" elapsed="0.000479"/>
</kw>
<kw name="Open Connection" owner="SSHLibrary">
<msg time="2026-05-11T00:54:56.150583" 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-11T00:54:56.150166" elapsed="0.000444"/>
</kw>
<kw name="Flexible_SSH_Login" owner="SSHKeywords">
<kw name="Get Length" owner="BuiltIn">
<msg time="2026-05-11T00:54:56.151605" level="INFO">Length is 0.</msg>
<msg time="2026-05-11T00:54:56.151696" 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-11T00:54:56.151263" elapsed="0.000458"/>
</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-11T00:54:56.151864" elapsed="0.000389"/>
</kw>
<kw name="Run Keyword And Return" owner="BuiltIn">
<kw name="Login With Public Key" owner="SSHLibrary">
<msg time="2026-05-11T00:54:56.153154" level="INFO">Logging into '10.30.170.24:22' as 'jenkins'.</msg>
<msg time="2026-05-11T00:54:56.753248" 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 Mon May 11 00:54:56 UTC 2026

  System load:  1.0                Processes:             104
  Usage of /:   19.3% of 38.58GB   Users logged in:       0
  Memory usage: 4%                 IPv4 address for ens3: 10.30.170.24
  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: Mon May 11 00:44:49 2026 from 10.30.171.188
[?2004h[jenkins@releng-63164-235-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-11T00:54:56.152760" elapsed="0.600687"/>
</kw>
<msg time="2026-05-11T00:54:56.753536" 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-11T00:54:56.152412" elapsed="0.601224"/>
</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-11T00:54:56.150815" elapsed="0.602946"/>
</kw>
<kw name="Execute Command" owner="SSHLibrary">
<msg time="2026-05-11T00:54:56.754293" level="INFO">Executing command '/usr/local/bin/cbench -c 10.30.170.50 -t -m 60000 -M 100 -S 16 -l 10 -D 5000 -p 6633'.</msg>
<msg time="2026-05-11T01:05:02.829280" level="INFO">Command exited with return code 0.</msg>
<msg time="2026-05-11T01:05:02.829855" level="INFO">${stdout} = </msg>
<msg time="2026-05-11T01:05:02.829967" level="INFO">${stderr} = cbench: controller benchmarking tool
   running in mode 'throughput'
   connecting to controller at 10.30.170.50: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-11T00:54:56.753973" elapsed="606.076088"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-05-11T01:05:02.830599" elapsed="0.000775"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-05-11T01:05:02.832707" level="INFO">cbench: controller benchmarking tool
   running in mode 'throughput'
   connecting to controller at 10.30.170.50: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.50. So far 1 cbench instances have initialized their switches.  Waiting for other cbench-instances
Thread-0: Total switches from ALL cbench-instances initialized.
00:56:01.897 16  switches: flows:  572707 569570 570394 578659 577010 561808 571648 568930 561522 572735 568314 564721 555793 558998 564619 565776  total = 151.386733 per ms 
00:57:01.999 16  switches: flows:  489495 489701 510726 488420 477647 480712 493605 495915 482354 494000 480923 510183 508225 497087 502059 483229  total = 131.183556 per ms 
00:58:02.100 16  switches: flows:  586145 584051 584103 584139 586022 585103 575376 584899 585223 596376 579266 588628 579166 589382 571776 582110  total = 155.434580 per ms 
00:59:02.204 16  switches: flows:  660770 660121 659304 661296 659219 665045 659982 659100 654991 658675 660270 662686 649983 664177 658728 655802  total = 175.531229 per ms 
01:00:02.306 16  switches: flows:  659927 659019 669673 665663 658788 660464 666435 655230 659874 662379 666261 663196 659443 662858 661332 660481  total = 176.221157 per ms 
01:01:02.409 16  switches: flows:  646106 648509 652964 659660 646085 653675 653397 654295 660133 655018 660305 647265 656626 639434 659335 656290  total = 173.852411 per ms 
01:02:02.511 16  switches: flows:  602121 610915 608480 585207 610962 605196 603043 613341 611935 605969 624083 616080 609731 584871 610725 601619  total = 161.466571 per ms 
01:03:02.612 16  switches: flows:  566305 565944 566279 564060 557302 557506 558568 555413 564955 568887 567934 562253 557639 566911 567614 554618  total = 149.785541 per ms 
01:04:02.713 16  switches: flows:  568879 566550 563309 576491 562745 566582 572323 554186 520097 570800 571237 565728 573004 570731 560940 560131  total = 150.143806 per ms 
01:05:02.814 16  switches: flows:  569986 533901 570662 578788 570276 577298 578675 578050 581547 590426 580222 568824 568026 574938 584015 566591  total = 152.612895 per ms 
RESULT: 16 switches 9 tests min/max/avg/stdev = 131183.56/176221.16/158470.19/54668.09 responses/s</msg>
<arg>${stderr}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-05-11T01:05:02.831817" elapsed="0.001251"/>
</kw>
<if>
<branch type="IF" condition="&quot;${return_stdout}&quot;!=&quot;True&quot;">
<return>
<value>${stderr}</value>
<status status="PASS" start="2026-05-11T01:05:02.833605" elapsed="0.000089"/>
</return>
<status status="PASS" start="2026-05-11T01:05:02.833271" elapsed="0.000511"/>
</branch>
<status status="PASS" start="2026-05-11T01:05:02.833218" elapsed="0.000624"/>
</if>
<if>
<branch type="IF" condition="&quot;${return_stderr}&quot;!=&quot;True&quot;">
<return>
<value>${stdout}</value>
<status status="NOT RUN" start="2026-05-11T01:05:02.834098" elapsed="0.000033"/>
</return>
<status status="NOT RUN" start="2026-05-11T01:05:02.833978" elapsed="0.000220"/>
</branch>
<status status="NOT RUN" start="2026-05-11T01:05:02.833941" elapsed="0.000309"/>
</if>
<return>
<value>${stdout}</value>
<value>${stderr}</value>
<status status="NOT RUN" start="2026-05-11T01:05:02.834323" elapsed="0.000032"/>
</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-11T01:05:02.840134" elapsed="0.000616"/>
</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-11T01:05:02.840899" elapsed="0.000189"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-05-11T01:05:02.841221" elapsed="0.000103"/>
</kw>
<arg>${current_ssh_connection.index}</arg>
<doc>Restore active SSH connection in SSHLibrary to given index.</doc>
<status status="PASS" start="2026-05-11T01:05:02.835108" elapsed="0.006270"/>
</kw>
<msg time="2026-05-11T01:05:02.841509" level="INFO">${output} = cbench: controller benchmarking tool
   running in mode 'throughput'
   connecting to controller at 10.30.170.50: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-11T00:54:56.145727" elapsed="606.695809"/>
</kw>
<status status="PASS" start="2026-05-11T00:54:56.145386" elapsed="606.696200"/>
</branch>
<status status="PASS" start="2026-05-11T00:54:56.145000" elapsed="606.696609"/>
</if>
<kw name="Log" owner="BuiltIn">
<msg time="2026-05-11T01:05:02.842055" level="INFO">cbench: controller benchmarking tool
   running in mode 'throughput'
   connecting to controller at 10.30.170.50: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.50. So far 1 cbench instances have initialized their switches.  Waiting for other cbench-instances
Thread-0: Total switches from ALL cbench-instances initialized.
00:56:01.897 16  switches: flows:  572707 569570 570394 578659 577010 561808 571648 568930 561522 572735 568314 564721 555793 558998 564619 565776  total = 151.386733 per ms 
00:57:01.999 16  switches: flows:  489495 489701 510726 488420 477647 480712 493605 495915 482354 494000 480923 510183 508225 497087 502059 483229  total = 131.183556 per ms 
00:58:02.100 16  switches: flows:  586145 584051 584103 584139 586022 585103 575376 584899 585223 596376 579266 588628 579166 589382 571776 582110  total = 155.434580 per ms 
00:59:02.204 16  switches: flows:  660770 660121 659304 661296 659219 665045 659982 659100 654991 658675 660270 662686 649983 664177 658728 655802  total = 175.531229 per ms 
01:00:02.306 16  switches: flows:  659927 659019 669673 665663 658788 660464 666435 655230 659874 662379 666261 663196 659443 662858 661332 660481  total = 176.221157 per ms 
01:01:02.409 16  switches: flows:  646106 648509 652964 659660 646085 653675 653397 654295 660133 655018 660305 647265 656626 639434 659335 656290  total = 173.852411 per ms 
01:02:02.511 16  switches: flows:  602121 610915 608480 585207 610962 605196 603043 613341 611935 605969 624083 616080 609731 584871 610725 601619  total = 161.466571 per ms 
01:03:02.612 16  switches: flows:  566305 565944 566279 564060 557302 557506 558568 555413 564955 568887 567934 562253 557639 566911 567614 554618  total = 149.785541 per ms 
01:04:02.713 16  switches: flows:  568879 566550 563309 576491 562745 566582 572323 554186 520097 570800 571237 565728 573004 570731 560940 560131  total = 150.143806 per ms 
01:05:02.814 16  switches: flows:  569986 533901 570662 578788 570276 577298 578675 578050 581547 590426 580222 568824 568026 574938 584015 566591  total = 152.612895 per ms 
RESULT: 16 switches 9 tests min/max/avg/stdev = 131183.56/176221.16/158470.19/54668.09 responses/s</msg>
<arg>${output}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-05-11T01:05:02.841750" elapsed="0.000381"/>
</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-11T01:05:02.842281" elapsed="0.000396"/>
</kw>
<kw name="Get Lines Containing String" owner="String">
<msg time="2026-05-11T01:05:02.843096" level="INFO">1 out of 23 lines matched.</msg>
<msg time="2026-05-11T01:05:02.843194" level="INFO">${result_line} = RESULT: 16 switches 9 tests min/max/avg/stdev = 131183.56/176221.16/158470.19/54668.09 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-11T01:05:02.842837" elapsed="0.000382"/>
</kw>
<kw name="Split String" owner="String">
<msg time="2026-05-11T01:05:02.843678" level="INFO">@{results_list} = [ RESULT: | 16 | switches | 9 | tests | min/max/avg/stdev | = | 131183.56/176221.16/158470.19/54668.09 | 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-11T01:05:02.843375" elapsed="0.000339"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-05-11T01:05:02.846136" 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-11T01:05:02.843863" elapsed="0.002331"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-05-11T01:05:02.848552" level="INFO">131183.56/176221.16/158470.19/54668.09</msg>
<arg>${results_list[7]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-05-11T01:05:02.846340" elapsed="0.002268"/>
</kw>
<kw name="Split String" owner="String">
<msg time="2026-05-11T01:05:02.850943" 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-11T01:05:02.848762" elapsed="0.002208"/>
</kw>
<kw name="Split String" owner="String">
<msg time="2026-05-11T01:05:02.853440" level="INFO">@{result_value_list} = [ 131183.56 | 176221.16 | 158470.19 | 54668.09 ]</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-11T01:05:02.851178" elapsed="0.002290"/>
</kw>
<kw name="Get Length" owner="BuiltIn">
<msg time="2026-05-11T01:05:02.853942" level="INFO">Length is 4.</msg>
<msg time="2026-05-11T01:05:02.854045" 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-11T01:05:02.853626" elapsed="0.000445"/>
</kw>
<for flavor="IN RANGE">
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-05-11T01:05:02.858709" level="INFO">min :: 131183.56</msg>
<arg>${result_name_list[${i}]} :: ${result_value_list[${i}]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-05-11T01:05:02.854456" elapsed="0.004311"/>
</kw>
<var name="${i}">0</var>
<status status="PASS" start="2026-05-11T01:05:02.854327" elapsed="0.004475"/>
</iter>
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-05-11T01:05:02.864636" level="INFO">max :: 176221.16</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-11T01:05:02.859018" elapsed="0.005696"/>
</kw>
<var name="${i}">1</var>
<status status="PASS" start="2026-05-11T01:05:02.858892" elapsed="0.005872"/>
</iter>
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-05-11T01:05:02.871697" level="INFO">avg :: 158470.19</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-11T01:05:02.865086" elapsed="0.006669"/>
</kw>
<var name="${i}">2</var>
<status status="PASS" start="2026-05-11T01:05:02.864887" elapsed="0.006903"/>
</iter>
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-05-11T01:05:02.876301" level="INFO">stdev :: 54668.09</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-11T01:05:02.872040" elapsed="0.004316"/>
</kw>
<var name="${i}">3</var>
<status status="PASS" start="2026-05-11T01:05:02.871879" elapsed="0.004512"/>
</iter>
<var>${i}</var>
<value>0</value>
<value>${num_stats}</value>
<status status="PASS" start="2026-05-11T01:05:02.854137" elapsed="0.022285"/>
</for>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-05-11T01:05:02.880283" level="INFO">${min} = 131183.56</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-11T01:05:02.876578" elapsed="0.003732"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-05-11T01:05:02.884133" level="INFO">${max} = 176221.16</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-11T01:05:02.880464" elapsed="0.003696"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-05-11T01:05:02.887944" level="INFO">${average} = 158470.19</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-11T01:05:02.884312" elapsed="0.003658"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-05-11T01:05:02.891797" level="INFO">${stdev} = 54668.09</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-11T01:05:02.888145" elapsed="0.003678"/>
</kw>
<kw name="Get Time" owner="BuiltIn">
<msg time="2026-05-11T01:05:02.892389" level="INFO">${date} = 2026-05-11 01:05:02</msg>
<var>${date}</var>
<arg>d,m,s</arg>
<doc>Returns the given time in the requested format.</doc>
<status status="PASS" start="2026-05-11T01:05:02.891980" elapsed="0.000435"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-05-11T01:05:02.892962" level="INFO">CBench Result: 2026-05-11 01:05:02,-t -m 60000 -M 100 -S 16 -l 10 -D 5000 -p 6633,131183.56,176221.16,158470.19,54668.09</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-11T01:05:02.892561" elapsed="0.000456"/>
</kw>
<kw name="Log Results And Determine Status">
<kw name="Append To File" owner="OperatingSystem">
<msg time="2026-05-11T01:05:02.894098" 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-11T01:05:02.893673" elapsed="0.000492"/>
</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-11T01:05:02.894315" elapsed="0.000459"/>
</kw>
<arg>${min}</arg>
<arg>${max}</arg>
<arg>${average}</arg>
<arg>${average_threshold}</arg>
<arg>${output_filename}</arg>
<status status="PASS" start="2026-05-11T01:05:02.893204" elapsed="0.001636"/>
</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-11T00:54:56.143578" elapsed="606.751325"/>
</kw>
<kw name="Sleep" owner="BuiltIn">
<msg time="2026-05-11T01:05:02.895398" 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-11T01:05:02.895071" 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-11T01:05:02.895962" elapsed="0.000289"/>
</kw>
<status status="PASS" start="2026-05-11T01:05:02.895664" elapsed="0.000656"/>
</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-11T00:54:56.142175" elapsed="606.754184"/>
</test>
<test id="s1-t3" name="Rerun Latency Test To Check Bug 6176" line="65">
<kw name="Log" owner="BuiltIn">
<msg time="2026-05-11T01:05:02.897709" 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-11T01:05:02.897328" elapsed="0.000436"/>
</kw>
<kw name="Run Cbench And Log Results">
<kw name="Set Suite Variable" owner="BuiltIn">
<msg time="2026-05-11T01:05:02.898957" 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-11T01:05:02.898635" elapsed="0.000364"/>
</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-11T01:05:02.899347" elapsed="0.000022"/>
</kw>
<status status="NOT RUN" start="2026-05-11T01:05:02.899129" elapsed="0.000276"/>
</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-11T01:05:02.902269" elapsed="0.000020"/>
</kw>
<status status="NOT RUN" start="2026-05-11T01:05:02.902009" elapsed="0.000315"/>
</branch>
<status status="PASS" start="2026-05-11T01:05:02.901989" elapsed="0.000358"/>
</if>
<kw name="Get Connection" owner="SSHLibrary">
<msg time="2026-05-11T01:05:02.902653" 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-11T01:05:02.902767" 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-11T01:05:02.902476" elapsed="0.000317"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-05-11T01:05:02.903362" level="INFO">Attempting to execute command "/usr/local/bin/cbench -c 10.30.170.50 -m 60000 -M 100 -S 16 -l 10 -D 5000 -p 6633" on remote system "10.30.170.24" 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-11T01:05:02.902926" elapsed="0.000494"/>
</kw>
<kw name="Open Connection" owner="SSHLibrary">
<msg time="2026-05-11T01:05:02.903944" 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-11T01:05:02.903558" elapsed="0.000412"/>
</kw>
<kw name="Flexible_SSH_Login" owner="SSHKeywords">
<kw name="Get Length" owner="BuiltIn">
<msg time="2026-05-11T01:05:02.905042" level="INFO">Length is 0.</msg>
<msg time="2026-05-11T01:05:02.905138" 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-11T01:05:02.904582" elapsed="0.000580"/>
</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-11T01:05:02.905303" elapsed="0.000321"/>
</kw>
<kw name="Run Keyword And Return" owner="BuiltIn">
<kw name="Login With Public Key" owner="SSHLibrary">
<msg time="2026-05-11T01:05:02.906493" level="INFO">Logging into '10.30.170.24:22' as 'jenkins'.</msg>
<msg time="2026-05-11T01:05:03.493797" 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 Mon May 11 01:05:03 UTC 2026

  System load:  0.19               Processes:             106
  Usage of /:   19.3% of 38.58GB   Users logged in:       0
  Memory usage: 4%                 IPv4 address for ens3: 10.30.170.24
  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: Mon May 11 00:54:56 2026 from 10.30.171.188
[?2004h[jenkins@releng-63164-235-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-11T01:05:02.906130" elapsed="0.587892"/>
</kw>
<msg time="2026-05-11T01:05:03.494137" 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-11T01:05:02.905774" elapsed="0.588454"/>
</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-11T01:05:02.904214" elapsed="0.590137"/>
</kw>
<kw name="Execute Command" owner="SSHLibrary">
<msg time="2026-05-11T01:05:03.494936" level="INFO">Executing command '/usr/local/bin/cbench -c 10.30.170.50 -m 60000 -M 100 -S 16 -l 10 -D 5000 -p 6633'.</msg>
<msg time="2026-05-11T01:15:09.630585" level="INFO">Command exited with return code 0.</msg>
<msg time="2026-05-11T01:15:09.631240" level="INFO">${stdout} = </msg>
<msg time="2026-05-11T01:15:09.631363" level="INFO">${stderr} = cbench: controller benchmarking tool
   running in mode 'latency'
   connecting to controller at 10.30.170.50:6633 
   faking 16 switches with 1 threads :: 10 tests each; 60000 ms per test
   with 100...</msg>
<var>${stdout}</var>
<var>${stderr}</var>
<arg>${cmd}</arg>
<arg>return_stderr=True</arg>
<doc>Executes ``command`` on the remote machine and returns its outputs.</doc>
<status status="PASS" start="2026-05-11T01:05:03.494597" elapsed="606.136858"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-05-11T01:15:09.631955" elapsed="0.001547"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-05-11T01:15:09.634798" level="INFO">cbench: controller benchmarking tool
   running in mode 'latency'
   connecting to controller at 10.30.170.50: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.50. So far 1 cbench instances have initialized their switches.  Waiting for other cbench-instances
Thread-0: Total switches from ALL cbench-instances initialized.
01:06:08.720 16  switches: flows:  127446 127194 127062 127388 127585 125301 126464 126977 122391 122843 121024 124273 122188 120548 123269 125436  total = 33.289817 per ms 
01:07:08.821 16  switches: flows:  129843 128306 128759 127647 129009 126959 129240 126609 122872 123773 123097 127632 123113 123046 125001 124326  total = 33.597754 per ms 
01:08:08.921 16  switches: flows:  128479 128611 126876 125664 130161 126062 128829 127012 123357 123977 122178 124638 123402 121488 123790 124546  total = 33.428705 per ms 
01:09:09.021 16  switches: flows:  120532 118417 118645 119250 119884 118153 120022 118361 114655 118439 118130 116693 117669 116773 117676 116557  total = 31.445063 per ms 
01:10:09.121 16  switches: flows:  127028 123190 123005 128119 124556 123632 126463 123606 121172 123213 127196 125195 124924 123166 121180 121573  total = 33.065082 per ms 
01:11:09.222 16  switches: flows:  125822 121862 122031 124123 123021 122770 124403 124148 120036 122531 123487 124227 122784 122059 121000 121781  total = 32.713468 per ms 
01:12:09.322 16  switches: flows:  125903 124870 126485 128650 128530 126453 124606 126033 125911 127216 129623 126243 127333 122303 125061 123543  total = 33.589903 per ms 
01:13:09.422 16  switches: flows:  126564 126882 126896 127789 129290 127812 125978 127159 127328 127507 128207 126424 128801 124780 125986 124806  total = 33.813684 per ms 
01:14:09.523 16  switches: flows:  126371 127544 127773 127789 128775 128867 125538 127535 126756 128394 129043 127514 127073 124791 127320 124611  total = 33.871672 per ms 
01:15:09.623 16  switches: flows:  125715 125078 125493 127715 127430 126632 123923 127593 126512 127126 128250 128278 126302 122123 127365 123541  total = 33.595204 per ms 
RESULT: 16 switches 9 tests min/max/avg/stdev = 31445.06/33871.67/33235.62/11101.93 responses/s</msg>
<arg>${stderr}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-05-11T01:15:09.633918" elapsed="0.001268"/>
</kw>
<if>
<branch type="IF" condition="&quot;${return_stdout}&quot;!=&quot;True&quot;">
<return>
<value>${stderr}</value>
<status status="PASS" start="2026-05-11T01:15:09.635707" elapsed="0.000091"/>
</return>
<status status="PASS" start="2026-05-11T01:15:09.635385" elapsed="0.000527"/>
</branch>
<status status="PASS" start="2026-05-11T01:15:09.635330" elapsed="0.000665"/>
</if>
<if>
<branch type="IF" condition="&quot;${return_stderr}&quot;!=&quot;True&quot;">
<return>
<value>${stdout}</value>
<status status="NOT RUN" start="2026-05-11T01:15:09.636292" elapsed="0.000028"/>
</return>
<status status="NOT RUN" start="2026-05-11T01:15:09.636206" elapsed="0.000179"/>
</branch>
<status status="NOT RUN" start="2026-05-11T01:15:09.636164" elapsed="0.000268"/>
</if>
<return>
<value>${stdout}</value>
<value>${stderr}</value>
<status status="NOT RUN" start="2026-05-11T01:15:09.636502" elapsed="0.000028"/>
</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-11T01:15:09.641300" elapsed="0.000542"/>
</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-11T01:15:09.642098" elapsed="0.000263"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-05-11T01:15:09.642559" elapsed="0.000186"/>
</kw>
<arg>${current_ssh_connection.index}</arg>
<doc>Restore active SSH connection in SSHLibrary to given index.</doc>
<status status="PASS" start="2026-05-11T01:15:09.637410" elapsed="0.005425"/>
</kw>
<msg time="2026-05-11T01:15:09.643082" level="INFO">${output} = cbench: controller benchmarking tool
   running in mode 'latency'
   connecting to controller at 10.30.170.50:6633 
   faking 16 switches with 1 threads :: 10 tests each; 60000 ms per test
   with 100...</msg>
<var>${output}</var>
<arg>${cbench_system}</arg>
<arg>${cbench_executable} -c ${ODL_SYSTEM_IP} ${cbench_args}</arg>
<arg>prompt_timeout=${test_timeout}</arg>
<arg>return_stdout=False</arg>
<arg>return_stderr=True</arg>
<doc>Reduces the common work of running a command on a remote system to a single higher level
robot keyword, taking care to log in with a public key and. The command given is written and the return value
depends on the passed argument values of return_stdout (default: True) and return_stderr (default: False).
At least one should be True, or the keyword will exit and FAIL. If both are True, the resulting return value
will be a two element list containing both. Otherwise the resulting return value is a string.
No test conditions are checked.</doc>
<status status="PASS" start="2026-05-11T01:05:02.899754" elapsed="606.743371"/>
</kw>
<status status="PASS" start="2026-05-11T01:05:02.899430" elapsed="606.743769"/>
</branch>
<status status="PASS" start="2026-05-11T01:05:02.899108" elapsed="606.744127"/>
</if>
<kw name="Log" owner="BuiltIn">
<msg time="2026-05-11T01:15:09.643894" level="INFO">cbench: controller benchmarking tool
   running in mode 'latency'
   connecting to controller at 10.30.170.50: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.50. So far 1 cbench instances have initialized their switches.  Waiting for other cbench-instances
Thread-0: Total switches from ALL cbench-instances initialized.
01:06:08.720 16  switches: flows:  127446 127194 127062 127388 127585 125301 126464 126977 122391 122843 121024 124273 122188 120548 123269 125436  total = 33.289817 per ms 
01:07:08.821 16  switches: flows:  129843 128306 128759 127647 129009 126959 129240 126609 122872 123773 123097 127632 123113 123046 125001 124326  total = 33.597754 per ms 
01:08:08.921 16  switches: flows:  128479 128611 126876 125664 130161 126062 128829 127012 123357 123977 122178 124638 123402 121488 123790 124546  total = 33.428705 per ms 
01:09:09.021 16  switches: flows:  120532 118417 118645 119250 119884 118153 120022 118361 114655 118439 118130 116693 117669 116773 117676 116557  total = 31.445063 per ms 
01:10:09.121 16  switches: flows:  127028 123190 123005 128119 124556 123632 126463 123606 121172 123213 127196 125195 124924 123166 121180 121573  total = 33.065082 per ms 
01:11:09.222 16  switches: flows:  125822 121862 122031 124123 123021 122770 124403 124148 120036 122531 123487 124227 122784 122059 121000 121781  total = 32.713468 per ms 
01:12:09.322 16  switches: flows:  125903 124870 126485 128650 128530 126453 124606 126033 125911 127216 129623 126243 127333 122303 125061 123543  total = 33.589903 per ms 
01:13:09.422 16  switches: flows:  126564 126882 126896 127789 129290 127812 125978 127159 127328 127507 128207 126424 128801 124780 125986 124806  total = 33.813684 per ms 
01:14:09.523 16  switches: flows:  126371 127544 127773 127789 128775 128867 125538 127535 126756 128394 129043 127514 127073 124791 127320 124611  total = 33.871672 per ms 
01:15:09.623 16  switches: flows:  125715 125078 125493 127715 127430 126632 123923 127593 126512 127126 128250 128278 126302 122123 127365 123541  total = 33.595204 per ms 
RESULT: 16 switches 9 tests min/max/avg/stdev = 31445.06/33871.67/33235.62/11101.93 responses/s</msg>
<arg>${output}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-05-11T01:15:09.643455" elapsed="0.000597"/>
</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-11T01:15:09.644284" elapsed="0.000568"/>
</kw>
<kw name="Get Lines Containing String" owner="String">
<msg time="2026-05-11T01:15:09.645445" level="INFO">1 out of 23 lines matched.</msg>
<msg time="2026-05-11T01:15:09.645617" level="INFO">${result_line} = RESULT: 16 switches 9 tests min/max/avg/stdev = 31445.06/33871.67/33235.62/11101.93 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-11T01:15:09.645116" elapsed="0.000553"/>
</kw>
<kw name="Split String" owner="String">
<msg time="2026-05-11T01:15:09.646365" level="INFO">@{results_list} = [ RESULT: | 16 | switches | 9 | tests | min/max/avg/stdev | = | 31445.06/33871.67/33235.62/11101.93 | 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-11T01:15:09.645923" elapsed="0.000483"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-05-11T01:15:09.649972" 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-11T01:15:09.646625" elapsed="0.003420"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-05-11T01:15:09.652666" level="INFO">31445.06/33871.67/33235.62/11101.93</msg>
<arg>${results_list[7]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-05-11T01:15:09.650198" elapsed="0.002556"/>
</kw>
<kw name="Split String" owner="String">
<msg time="2026-05-11T01:15:09.655467" 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-11T01:15:09.652931" elapsed="0.002569"/>
</kw>
<kw name="Split String" owner="String">
<msg time="2026-05-11T01:15:09.658824" level="INFO">@{result_value_list} = [ 31445.06 | 33871.67 | 33235.62 | 11101.93 ]</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-11T01:15:09.655759" elapsed="0.003101"/>
</kw>
<kw name="Get Length" owner="BuiltIn">
<msg time="2026-05-11T01:15:09.659531" level="INFO">Length is 4.</msg>
<msg time="2026-05-11T01:15:09.659645" 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-11T01:15:09.659085" elapsed="0.000592"/>
</kw>
<for flavor="IN RANGE">
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-05-11T01:15:09.665875" level="INFO">min :: 31445.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-11T01:15:09.660236" elapsed="0.005714"/>
</kw>
<var name="${i}">0</var>
<status status="PASS" start="2026-05-11T01:15:09.660055" elapsed="0.005942"/>
</iter>
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-05-11T01:15:09.671881" level="INFO">max :: 33871.67</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-11T01:15:09.666309" elapsed="0.005649"/>
</kw>
<var name="${i}">1</var>
<status status="PASS" start="2026-05-11T01:15:09.666137" elapsed="0.005868"/>
</iter>
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-05-11T01:15:09.676787" level="INFO">avg :: 33235.62</msg>
<arg>${result_name_list[${i}]} :: ${result_value_list[${i}]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-05-11T01:15:09.672310" elapsed="0.004536"/>
</kw>
<var name="${i}">2</var>
<status status="PASS" start="2026-05-11T01:15:09.672136" elapsed="0.004745"/>
</iter>
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-05-11T01:15:09.681723" level="INFO">stdev :: 11101.93</msg>
<arg>${result_name_list[${i}]} :: ${result_value_list[${i}]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-05-11T01:15:09.677126" elapsed="0.004656"/>
</kw>
<var name="${i}">3</var>
<status status="PASS" start="2026-05-11T01:15:09.676968" elapsed="0.004850"/>
</iter>
<var>${i}</var>
<value>0</value>
<value>${num_stats}</value>
<status status="PASS" start="2026-05-11T01:15:09.659772" elapsed="0.022078"/>
</for>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-05-11T01:15:09.685723" level="INFO">${min} = 31445.06</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-11T01:15:09.682021" elapsed="0.003729"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-05-11T01:15:09.689613" level="INFO">${max} = 33871.67</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-11T01:15:09.685905" elapsed="0.003735"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-05-11T01:15:09.693527" level="INFO">${average} = 33235.62</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-11T01:15:09.689799" elapsed="0.003755"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-05-11T01:15:09.697398" level="INFO">${stdev} = 11101.93</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-11T01:15:09.693708" elapsed="0.003717"/>
</kw>
<kw name="Get Time" owner="BuiltIn">
<msg time="2026-05-11T01:15:09.697939" level="INFO">${date} = 2026-05-11 01:15:09</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-11T01:15:09.697586" elapsed="0.000380"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-05-11T01:15:09.698527" level="INFO">CBench Result: 2026-05-11 01:15:09,-m 60000 -M 100 -S 16 -l 10 -D 5000 -p 6633,31445.06,33871.67,33235.62,11101.93</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-11T01:15:09.698126" elapsed="0.000457"/>
</kw>
<kw name="Log Results And Determine Status">
<kw name="Append To File" owner="OperatingSystem">
<msg time="2026-05-11T01:15:09.699760" 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-11T01:15:09.699238" elapsed="0.000590"/>
</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-11T01:15:09.699981" elapsed="0.000490"/>
</kw>
<arg>${min}</arg>
<arg>${max}</arg>
<arg>${average}</arg>
<arg>${average_threshold}</arg>
<arg>${output_filename}</arg>
<status status="PASS" start="2026-05-11T01:15:09.698743" elapsed="0.001795"/>
</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-11T01:05:02.898092" elapsed="606.802506"/>
</kw>
<kw name="Sleep" owner="BuiltIn">
<msg time="2026-05-11T01:15:09.701103" 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-11T01:15:09.700778" elapsed="0.000382"/>
</kw>
<kw name="Report Failure Due To Bug" owner="Utils" type="TEARDOWN">
<kw name="Evaluate" owner="BuiltIn">
<msg time="2026-05-11T01:15:09.702387" 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-11T01:15:09.701889" elapsed="0.000525"/>
</kw>
<if>
<branch type="IF" condition="('${TEST_STATUS}' != 'FAIL') or ${test_skipped}">
<return>
<status status="PASS" start="2026-05-11T01:15:09.702652" elapsed="0.000038"/>
</return>
<status status="PASS" start="2026-05-11T01:15:09.702497" elapsed="0.000231"/>
</branch>
<status status="PASS" start="2026-05-11T01:15:09.702475" elapsed="0.000278"/>
</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-11T01:15:09.702900" elapsed="0.000021"/>
</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-11T01:15:09.703072" elapsed="0.000022"/>
</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-11T01:15:09.703233" elapsed="0.000020"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<var>${msg}</var>
<arg>This test fails due to ${bug_url}</arg>
<doc>Returns the given values which can then be assigned to a variables.</doc>
<status status="NOT RUN" start="2026-05-11T01:15:09.703434" 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-11T01:15:09.703584" elapsed="0.000021"/>
</kw>
<kw name="Set Test Message" owner="BuiltIn">
<arg>${msg}${newline}${newline}${TEST_MESSAGE}</arg>
<doc>Sets message for the current test case.</doc>
<status status="NOT RUN" start="2026-05-11T01:15:09.703729" elapsed="0.000020"/>
</kw>
<kw name="Log" owner="BuiltIn">
<arg>${msg}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="NOT RUN" start="2026-05-11T01:15:09.703873" elapsed="0.000019"/>
</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-11T01:15:09.704118" elapsed="0.000021"/>
</kw>
<status status="NOT RUN" start="2026-05-11T01:15:09.703956" elapsed="0.000216"/>
</branch>
<status status="NOT RUN" start="2026-05-11T01:15:09.703939" elapsed="0.000256"/>
</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-11T01:15:09.701551" elapsed="0.002694"/>
</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-11T01:05:02.896775" elapsed="606.807515"/>
</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-11T00:44:47.011985" elapsed="1822.692919"/>
</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>
