<?xml version="1.0" encoding="UTF-8"?>
<robot generator="Robot 7.4.2 (Python 3.11.10 on linux)" generated="2026-08-05T00:46:38.627329" 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-08-05T00:46:39.181193" elapsed="0.000023"/>
</return>
<status status="NOT RUN" start="2026-08-05T00:46:39.181041" elapsed="0.000228"/>
</branch>
<status status="PASS" start="2026-08-05T00:46:39.181010" elapsed="0.000286"/>
</if>
<kw name="Open Connection" owner="SSHLibrary">
<arg>${controller}</arg>
<arg>port=${karaf_port}</arg>
<arg>prompt=${KARAF_PROMPT_LOGIN}</arg>
<arg>timeout=${timeout}</arg>
<doc>Opens a new SSH connection to the given ``host`` and ``port``.</doc>
<status status="PASS" start="2026-08-05T00:46:39.181457" elapsed="0.000522"/>
</kw>
<kw name="Login" owner="SSHLibrary">
<msg time="2026-08-05T00:46:39.182464" level="INFO">Logging into '10.30.170.21:8101' as 'karaf'.</msg>
<msg time="2026-08-05T00:46:39.903697" level="INFO">Read output: [33m                                                                                           
[33m    ________                       ________                .__  .__       .__     __       
[33m    \_____  \ ______   ____   ____ \______ \ _____  ___.__.|  | |__| ____ |  |___/  |_     
[33m     /   |   \\____ \_/ __ \ /    \ |    |  \\__  \&lt;   |  ||  | |  |/ ___\|  |  \   __\    
[33m    /    |    \  |_&gt; &gt;  ___/|   |  \|    `   \/ __ \\___  ||  |_|  / /_/  &gt;   Y  \  |      
[33m    \_______  /   __/ \___  &gt;___|  /_______  (____  / ____||____/__\___  /|___|  /__|      
[33m            \/|__|        \/     \/        \/     \/\/            /_____/      \/          
[33m                                                                                           

Hit '[1m&lt;tab&gt;[0m' for a list of available commands
and '[1m[cmd] --help[0m' for help on a specific command.
Hit '[1m&lt;ctrl-d&gt;[0m' or type '[1msystem:shutdown[0m' or '[1mlogout[0m' to shutdown OpenDaylight.

[?1h=[90m~[0m                                                                                [?2004hopendaylight-user</msg>
<arg>${KARAF_USER}</arg>
<arg>${KARAF_PASSWORD}</arg>
<arg>loglevel=${loglevel}</arg>
<doc>Logs into the SSH server with the given ``username`` and ``password``.</doc>
<status status="PASS" start="2026-08-05T00:46:39.182151" elapsed="0.721783"/>
</kw>
<kw name="Write" owner="SSHLibrary">
<msg time="2026-08-05T00:46:39.954964" level="INFO">@root&gt;log:set ERROR</msg>
<arg>${cmd}</arg>
<doc>Writes the given ``text`` on the remote machine and appends a newline.</doc>
<status status="PASS" start="2026-08-05T00:46:39.904265" elapsed="0.050778"/>
</kw>
<kw name="Read Until Regexp" owner="SSHLibrary">
<msg time="2026-08-05T00:46:39.957074" level="INFO">[?1l&gt;[?2004l[?1h=[90m~[0m                                                                                [?2004hopendaylight-user@root&gt;</msg>
<msg time="2026-08-05T00:46:39.957192" level="INFO">${output} = [?1l&gt;[?2004l[?1h=[90m~[0m                                                                                [?2004hopendaylight-user@root&gt;</msg>
<var>${output}</var>
<arg>${KARAF_PROMPT}</arg>
<doc>Consumes and returns the server output until a match to ``regexp`` is found.</doc>
<status status="PASS" start="2026-08-05T00:46:39.955221" elapsed="0.002001"/>
</kw>
<kw name="Write Bare" owner="SSHLibrary">
<arg>logout\n</arg>
<doc>Writes the given ``text`` on the remote machine without appending a newline.</doc>
<status status="PASS" start="2026-08-05T00:46:39.957381" elapsed="0.000226"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-08-05T00:46:39.957775" elapsed="0.000224"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-08-05T00:46:39.958520" level="INFO">[?1l&gt;[?2004l[?1h=[90m~[0m                                                                                [?2004hopendaylight-user@root&gt;</msg>
<arg>${output}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-08-05T00:46:39.958147" elapsed="0.000427"/>
</kw>
<return>
<value>${output}</value>
<status status="PASS" start="2026-08-05T00:46:39.958627" elapsed="0.000062"/>
</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.21
Note that this keyword will open&amp;close new SSH connection, without switching back to previously current session.</doc>
<status status="PASS" start="2026-08-05T00:46:39.180650" elapsed="0.778170"/>
</kw>
<arg>3x</arg>
<arg>1s</arg>
<arg>KarafKeywords.Issue Command On Karaf Console</arg>
<arg>log:set ${log_level}</arg>
<doc>Runs the specified keyword and retries if it fails.</doc>
<status status="PASS" start="2026-08-05T00:46:39.176823" elapsed="0.782068"/>
</kw>
<kw name="Append To File" owner="OperatingSystem">
<msg time="2026-08-05T00:46:39.959497" 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-08-05T00:46:39.959081" elapsed="0.000474"/>
</kw>
<kw name="Append To File" owner="OperatingSystem">
<msg time="2026-08-05T00:46:39.959963" 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-08-05T00:46:39.959710" elapsed="0.000319"/>
</kw>
<kw name="Evaluate" owner="BuiltIn">
<msg time="2026-08-05T00:46:39.960642" level="INFO">${duration_in_ms} = 60000</msg>
<var>${duration_in_ms}</var>
<arg>${duration_in_secs} * 1000</arg>
<doc>Evaluates the given expression in Python and returns the result.</doc>
<status status="PASS" start="2026-08-05T00:46:39.960183" elapsed="0.000487"/>
</kw>
<kw name="Set Suite Variable" owner="BuiltIn">
<msg time="2026-08-05T00:46:39.961201" level="INFO">${duration_in_ms} = 60000</msg>
<arg>${duration_in_ms}</arg>
<doc>Makes a variable available everywhere within the scope of the current suite.</doc>
<status status="PASS" start="2026-08-05T00:46:39.960864" elapsed="0.000380"/>
</kw>
<kw name="Evaluate" owner="BuiltIn">
<msg time="2026-08-05T00:46:39.961788" level="INFO">${test_timeout} = 900.0</msg>
<var>${test_timeout}</var>
<arg>(${loops} * ${duration_in_secs}) * 1.5</arg>
<doc>Evaluates the given expression in Python and returns the result.</doc>
<status status="PASS" start="2026-08-05T00:46:39.961390" elapsed="0.000425"/>
</kw>
<kw name="Set Suite Variable" owner="BuiltIn">
<msg time="2026-08-05T00:46:39.962286" level="INFO">${test_timeout} = 900.0</msg>
<arg>${test_timeout}</arg>
<doc>Makes a variable available everywhere within the scope of the current suite.</doc>
<status status="PASS" start="2026-08-05T00:46:39.961974" elapsed="0.000355"/>
</kw>
<if>
<branch type="IF" condition="&quot;${cbench_system}&quot; == &quot;localhost&quot;">
<kw name="File Should Exist" owner="OperatingSystem">
<arg>${cbench_executable}</arg>
<doc>Fails unless the given ``path`` points to an existing file.</doc>
<status status="NOT RUN" start="2026-08-05T00:46:39.962658" elapsed="0.000021"/>
</kw>
<status status="NOT RUN" start="2026-08-05T00:46:39.962440" elapsed="0.000273"/>
</branch>
<branch type="ELSE">
<kw name="Verify File Exists On Remote System" owner="Utils">
<kw name="Open Connection" owner="SSHLibrary">
<msg time="2026-08-05T00:46:39.967313" level="INFO">${conn_id} = 2</msg>
<var>${conn_id}</var>
<arg>${system}</arg>
<arg>prompt=${prompt}</arg>
<arg>timeout=${prompt_timeout}</arg>
<doc>Opens a new SSH connection to the given ``host`` and ``port``.</doc>
<status status="PASS" start="2026-08-05T00:46:39.966893" elapsed="0.000447"/>
</kw>
<kw name="Flexible_SSH_Login" owner="SSHKeywords">
<kw name="Get Length" owner="BuiltIn">
<msg time="2026-08-05T00:46:39.968382" level="INFO">Length is 0.</msg>
<msg time="2026-08-05T00:46:39.968482" level="INFO">${pwd_length} = 0</msg>
<var>${pwd_length}</var>
<arg>${password}</arg>
<doc>Returns and logs the length of the given item as an integer.</doc>
<status status="PASS" start="2026-08-05T00:46:39.967920" elapsed="0.000587"/>
</kw>
<kw name="Run Keyword And Return If" owner="BuiltIn">
<arg>${pwd_length} &gt; 0</arg>
<arg>SSHLibrary.Login</arg>
<arg>${user}</arg>
<arg>${password}</arg>
<arg>delay=${delay}</arg>
<doc>Runs the specified keyword and returns from the enclosing user keyword.</doc>
<status status="PASS" start="2026-08-05T00:46:39.968682" elapsed="0.000353"/>
</kw>
<kw name="Run Keyword And Return" owner="BuiltIn">
<kw name="Login With Public Key" owner="SSHLibrary">
<msg time="2026-08-05T00:46:39.970049" level="INFO">Logging into '10.30.170.104:22' as 'jenkins'.</msg>
<msg time="2026-08-05T00:46:40.778300" 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 Wed Aug  5 00:46:40 UTC 2026

  System load:  0.05               Processes:             110
  Usage of /:   19.3% of 38.58GB   Users logged in:       0
  Memory usage: 4%                 IPv4 address for ens3: 10.30.170.104
  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-361-1-mininet-ovs-217-0 ~]&gt;</msg>
<arg>${user}</arg>
<arg>${USER_HOME}/.ssh/${SSH_KEY}</arg>
<arg>${KEYFILE_PASS}</arg>
<arg>delay=${delay}</arg>
<doc>Logs into the SSH server using key-based authentication.</doc>
<status status="PASS" start="2026-08-05T00:46:39.969546" elapsed="0.808950"/>
</kw>
<msg time="2026-08-05T00:46:40.778603" level="INFO">Returning from the enclosing user keyword.</msg>
<arg>SSHLibrary.Login With Public Key</arg>
<arg>${user}</arg>
<arg>${USER_HOME}/.ssh/${SSH_KEY}</arg>
<arg>${KEYFILE_PASS}</arg>
<arg>delay=${delay}</arg>
<doc>Runs the specified keyword and returns from the enclosing user keyword.</doc>
<status status="PASS" start="2026-08-05T00:46:39.969188" elapsed="0.809523"/>
</kw>
<arg>${user}</arg>
<arg>${password}</arg>
<doc>On active SSH session: if given non-empty password, do Login, else do Login With Public Key.</doc>
<status status="PASS" start="2026-08-05T00:46:39.967569" elapsed="0.811284"/>
</kw>
<kw name="File Should Exist" owner="SSHLibrary">
<msg time="2026-08-05T00:46:40.787250" level="INFO">[chan 1] Opened sftp connection (server version 3)</msg>
<arg>${file}</arg>
<doc>Fails if the given ``path`` does NOT point to an existing file.</doc>
<status status="PASS" start="2026-08-05T00:46:40.779105" elapsed="0.010094"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-08-05T00:46:40.789702" elapsed="0.000667"/>
</kw>
<arg>${cbench_system}</arg>
<arg>${cbench_executable}</arg>
<doc>Will create connection with public key and will PASS if the given ${file} exists,
otherwise will FAIL</doc>
<status status="PASS" start="2026-08-05T00:46:39.966353" elapsed="0.824211"/>
</kw>
<status status="PASS" start="2026-08-05T00:46:39.963009" elapsed="0.827670"/>
</branch>
<status status="PASS" start="2026-08-05T00:46:39.962400" elapsed="0.828358"/>
</if>
<kw name="Should Be True" owner="BuiltIn">
<arg>${loops} &gt;= 2</arg>
<arg>If number of loops is less than 2, cbench will not run</arg>
<doc>Fails if the given condition is not true.</doc>
<status status="PASS" start="2026-08-05T00:46:40.791141" elapsed="0.001173"/>
</kw>
<kw name="Verify_Feature_Is_Installed" owner="KarafKeywords">
<if>
<branch type="IF" condition="'${IS_KARAF_APPL}' == 'False'">
<return>
<value>Not A Karaf App</value>
<status status="NOT RUN" start="2026-08-05T00:46:40.800134" elapsed="0.000028"/>
</return>
<status status="NOT RUN" start="2026-08-05T00:46:40.799993" elapsed="0.000215"/>
</branch>
<status status="PASS" start="2026-08-05T00:46:40.799964" elapsed="0.000273"/>
</if>
<kw name="Issue_Command_On_Karaf_Console" owner="KarafKeywords">
<if>
<branch type="IF" condition="'${IS_KARAF_APPL}' == 'False'">
<return>
<value>Not A Karaf App</value>
<status status="NOT RUN" start="2026-08-05T00:46:40.803967" elapsed="0.000015"/>
</return>
<status status="NOT RUN" start="2026-08-05T00:46:40.803850" elapsed="0.000165"/>
</branch>
<status status="PASS" start="2026-08-05T00:46:40.803831" 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-08-05T00:46:40.804179" elapsed="0.000559"/>
</kw>
<kw name="Login" owner="SSHLibrary">
<msg time="2026-08-05T00:46:40.805211" level="INFO">Logging into '10.30.170.21:8101' as 'karaf'.</msg>
<msg time="2026-08-05T00:46:41.006278" level="INFO">Read output: [33m                                                                                           
[33m    ________                       ________                .__  .__       .__     __       
[33m    \_____  \ ______   ____   ____ \______ \ _____  ___.__.|  | |__| ____ |  |___/  |_     
[33m     /   |   \\____ \_/ __ \ /    \ |    |  \\__  \&lt;   |  ||  | |  |/ ___\|  |  \   __\    
[33m    /    |    \  |_&gt; &gt;  ___/|   |  \|    `   \/ __ \\___  ||  |_|  / /_/  &gt;   Y  \  |      
[33m    \_______  /   __/ \___  &gt;___|  /_______  (____  / ____||____/__\___  /|___|  /__|      
[33m            \/|__|        \/     \/        \/     \/\/            /_____/      \/          
[33m                                                                                           

Hit '[1m&lt;tab&gt;[0m' for a list of available commands
and '[1m[cmd] --help[0m' for help on a specific command.
Hit '[1m&lt;ctrl-d&gt;[0m' or type '[1msystem:shutdown[0m' or '[1mlogout[0m' to shutdown OpenDaylight.

[?1h=[90m~[0m                                                                                [?2004hopendaylight-user</msg>
<arg>${KARAF_USER}</arg>
<arg>${KARAF_PASSWORD}</arg>
<arg>loglevel=${loglevel}</arg>
<doc>Logs into the SSH server with the given ``username`` and ``password``.</doc>
<status status="PASS" start="2026-08-05T00:46:40.804897" elapsed="0.201609"/>
</kw>
<kw name="Write" owner="SSHLibrary">
<msg time="2026-08-05T00:46:41.103391" level="INFO">@root&gt;feature:list -i | 0[C 0g[Krep odl-openflowplugin-drop-test</msg>
<arg>${cmd}</arg>
<doc>Writes the given ``text`` on the remote machine and appends a newline.</doc>
<status status="PASS" start="2026-08-05T00:46:41.006849" elapsed="0.096768"/>
</kw>
<kw name="Read Until Regexp" owner="SSHLibrary">
<msg time="2026-08-05T00:46:41.117457" 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-08-05T00:46:41.117683" 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-08-05T00:46:41.104042" elapsed="0.013674"/>
</kw>
<kw name="Write Bare" owner="SSHLibrary">
<arg>logout\n</arg>
<doc>Writes the given ``text`` on the remote machine without appending a newline.</doc>
<status status="PASS" start="2026-08-05T00:46:41.117861" elapsed="0.000253"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-08-05T00:46:41.118267" elapsed="0.000244"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-08-05T00:46:41.118981" 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-08-05T00:46:41.118653" elapsed="0.000384"/>
</kw>
<return>
<value>${output}</value>
<status status="PASS" start="2026-08-05T00:46:41.119090" elapsed="0.000057"/>
</return>
<msg time="2026-08-05T00:46:41.119304" 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.21
Note that this keyword will open&amp;close new SSH connection, without switching back to previously current session.</doc>
<status status="PASS" start="2026-08-05T00:46:40.803484" elapsed="0.315852"/>
</kw>
<kw name="Should Contain" owner="BuiltIn">
<arg>${output}</arg>
<arg>${feature_name}</arg>
<doc>Fails if ``container`` does not contain ``item`` one or more times.</doc>
<status status="PASS" start="2026-08-05T00:46:41.119511" elapsed="0.000559"/>
</kw>
<return>
<value>${output}</value>
<status status="PASS" start="2026-08-05T00:46:41.120124" elapsed="0.000034"/>
</return>
<arg>odl-openflowplugin-drop-test</arg>
<doc>Will Succeed if the given ${feature_name} is found in the output of "feature:list -i"</doc>
<status status="PASS" start="2026-08-05T00:46:40.799654" elapsed="0.320610"/>
</kw>
<kw name="Issue_Command_On_Karaf_Console" owner="KarafKeywords">
<if>
<branch type="IF" condition="'${IS_KARAF_APPL}' == 'False'">
<return>
<value>Not A Karaf App</value>
<status status="NOT RUN" start="2026-08-05T00:46:41.124149" elapsed="0.000015"/>
</return>
<status status="NOT RUN" start="2026-08-05T00:46:41.124005" elapsed="0.000192"/>
</branch>
<status status="PASS" start="2026-08-05T00:46:41.123979" elapsed="0.000243"/>
</if>
<kw name="Open Connection" owner="SSHLibrary">
<arg>${controller}</arg>
<arg>port=${karaf_port}</arg>
<arg>prompt=${KARAF_PROMPT_LOGIN}</arg>
<arg>timeout=${timeout}</arg>
<doc>Opens a new SSH connection to the given ``host`` and ``port``.</doc>
<status status="PASS" start="2026-08-05T00:46:41.124358" elapsed="0.000488"/>
</kw>
<kw name="Login" owner="SSHLibrary">
<msg time="2026-08-05T00:46:41.125617" level="INFO">Logging into '10.30.170.21:8101' as 'karaf'.</msg>
<msg time="2026-08-05T00:46:41.296596" level="INFO">Read output: [33m                                                                                           
[33m    ________                       ________                .__  .__       .__     __       
[33m    \_____  \ ______   ____   ____ \______ \ _____  ___.__.|  | |__| ____ |  |___/  |_     
[33m     /   |   \\____ \_/ __ \ /    \ |    |  \\__  \&lt;   |  ||  | |  |/ ___\|  |  \   __\    
[33m    /    |    \  |_&gt; &gt;  ___/|   |  \|    `   \/ __ \\___  ||  |_|  / /_/  &gt;   Y  \  |      
[33m    \_______  /   __/ \___  &gt;___|  /_______  (____  / ____||____/__\___  /|___|  /__|      
[33m            \/|__|        \/     \/        \/     \/\/            /_____/      \/          
[33m                                                                                           

Hit '[1m&lt;tab&gt;[0m' for a list of available commands
and '[1m[cmd] --help[0m' for help on a specific command.
Hit '[1m&lt;ctrl-d&gt;[0m' or type '[1msystem:shutdown[0m' or '[1mlogout[0m' to shutdown OpenDaylight.

[?1h=[90m~[0m                                                                                [?2004hopendaylight-user</msg>
<arg>${KARAF_USER}</arg>
<arg>${KARAF_PASSWORD}</arg>
<arg>loglevel=${loglevel}</arg>
<doc>Logs into the SSH server with the given ``username`` and ``password``.</doc>
<status status="PASS" start="2026-08-05T00:46:41.125308" elapsed="0.171410"/>
</kw>
<kw name="Write" owner="SSHLibrary">
<msg time="2026-08-05T00:46:41.325990" level="INFO">@root&gt;dropallpacketsrpc on</msg>
<arg>${cmd}</arg>
<doc>Writes the given ``text`` on the remote machine and appends a newline.</doc>
<status status="PASS" start="2026-08-05T00:46:41.296930" elapsed="0.029130"/>
</kw>
<kw name="Read Until Regexp" owner="SSHLibrary">
<msg time="2026-08-05T00:46:41.327852" level="INFO">[?1l&gt;[?2004lDropAllFlows transitions to on
[?1h=[90m~[0m                                                                                [?2004hopendaylight-user@root&gt;</msg>
<msg time="2026-08-05T00:46:41.327956" level="INFO">${output} = [?1l&gt;[?2004lDropAllFlows transitions to on
[?1h=[90m~[0m                                                                                [?2004hopendaylight-user@root&gt;</msg>
<var>${output}</var>
<arg>${KARAF_PROMPT}</arg>
<doc>Consumes and returns the server output until a match to ``regexp`` is found.</doc>
<status status="PASS" start="2026-08-05T00:46:41.326218" elapsed="0.001767"/>
</kw>
<kw name="Write Bare" owner="SSHLibrary">
<arg>logout\n</arg>
<doc>Writes the given ``text`` on the remote machine without appending a newline.</doc>
<status status="PASS" start="2026-08-05T00:46:41.328121" elapsed="0.000204"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-08-05T00:46:41.328487" elapsed="0.000209"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-08-05T00:46:41.329148" level="INFO">[?1l&gt;[?2004lDropAllFlows transitions to on
[?1h=[90m~[0m                                                                                [?2004hopendaylight-user@root&gt;</msg>
<arg>${output}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-08-05T00:46:41.328837" elapsed="0.000360"/>
</kw>
<return>
<value>${output}</value>
<status status="PASS" start="2026-08-05T00:46:41.329250" elapsed="0.000081"/>
</return>
<arg>dropallpacketsrpc on</arg>
<doc>Will execute the given ${cmd} by ssh'ing to the karaf console running on 10.30.170.21
Note that this keyword will open&amp;close new SSH connection, without switching back to previously current session.</doc>
<status status="PASS" start="2026-08-05T00:46:41.123659" elapsed="0.205816"/>
</kw>
<status status="PASS" start="2026-08-05T00:46:39.174957" elapsed="2.154589"/>
</kw>
<test id="s1-t1" name="Cbench Latency Test" line="37">
<kw name="Log" owner="BuiltIn">
<msg time="2026-08-05T00:46:41.332215" level="INFO">Cbench tests using 10 iterations of 60 second tests. Switch Count: 16. Unique MACS to cycle: 100</msg>
<arg>Cbench tests using ${loops} iterations of ${duration_in_secs} second tests. Switch Count: ${switch_count}. Unique MACS to cycle: ${num_of_unique_macs}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-08-05T00:46:41.330914" elapsed="0.001367"/>
</kw>
<kw name="Run Cbench And Log Results">
<kw name="Set Suite Variable" owner="BuiltIn">
<msg time="2026-08-05T00:46:41.333829" level="INFO">${output_filename} = latency.csv</msg>
<arg>${output_filename}</arg>
<doc>Makes a variable available everywhere within the scope of the current suite.</doc>
<status status="PASS" start="2026-08-05T00:46:41.333468" elapsed="0.000404"/>
</kw>
<if>
<branch type="IF" condition="&quot;${cbench_system}&quot; == &quot;localhost&quot;">
<kw name="Run" owner="OperatingSystem">
<var>${output}</var>
<arg>${cbench_executable} -c ${ODL_SYSTEM_IP} ${cbench_args}</arg>
<doc>_This keyword is considered deprecated. Use the
[http://robotframework.org/robotframework/latest/libraries/Process.html|
Process] library instead._</doc>
<status status="NOT RUN" start="2026-08-05T00:46:41.334211" elapsed="0.000022"/>
</kw>
<status status="NOT RUN" start="2026-08-05T00:46:41.333958" elapsed="0.000311"/>
</branch>
<branch type="ELSE">
<kw name="Run Command On Remote System" owner="Utils">
<if>
<branch type="IF" condition="&quot;${return_stdout}&quot;!=&quot;True&quot; and &quot;${return_stderr}&quot;!=&quot;True&quot;">
<kw name="Fail" owner="BuiltIn">
<arg>At least one of {return_stdout} or {return_stderr} args should be set to True</arg>
<doc>Fails the test with the given message and optionally alters its tags.</doc>
<status status="NOT RUN" start="2026-08-05T00:46:41.337320" elapsed="0.000023"/>
</kw>
<status status="NOT RUN" start="2026-08-05T00:46:41.337054" elapsed="0.000323"/>
</branch>
<status status="PASS" start="2026-08-05T00:46:41.337034" elapsed="0.000369"/>
</if>
<kw name="Get Connection" owner="SSHLibrary">
<msg time="2026-08-05T00:46:41.337761" level="INFO">index=None
host=None
alias=None
port=22
timeout=3 seconds
newline=

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

prompt=None
term_type=vt100
width=80
height=24
path_separator=/
encoding=utf8
escape_ansi=False
encoding_errors=strict</msg>
<var>${current_ssh_connection}</var>
<doc>Returns information about the connection.</doc>
<status status="PASS" start="2026-08-05T00:46:41.337553" elapsed="0.000361"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-08-05T00:46:41.338484" level="INFO">Attempting to execute command "/usr/local/bin/cbench -c 10.30.170.21 -m 60000 -M 100 -S 16 -l 10 -D 5000 -p 6633" on remote system "10.30.170.104" by user "jenkins" with keyfile pass "any" and prompt "&gt;" and password ""</msg>
<arg>Attempting to execute command "${cmd}" on remote system "${system}" by user "${user}" with keyfile pass "${keyfile_pass}" and prompt "${prompt}" and password "${password}"</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-08-05T00:46:41.338048" elapsed="0.000498"/>
</kw>
<kw name="Open Connection" owner="SSHLibrary">
<msg time="2026-08-05T00:46:41.339176" level="INFO">${conn_id} = 5</msg>
<var>${conn_id}</var>
<arg>${system}</arg>
<arg>prompt=${prompt}</arg>
<arg>timeout=${prompt_timeout}</arg>
<doc>Opens a new SSH connection to the given ``host`` and ``port``.</doc>
<status status="PASS" start="2026-08-05T00:46:41.338686" elapsed="0.000516"/>
</kw>
<kw name="Flexible_SSH_Login" owner="SSHKeywords">
<kw name="Get Length" owner="BuiltIn">
<msg time="2026-08-05T00:46:41.340126" level="INFO">Length is 0.</msg>
<msg time="2026-08-05T00:46:41.340217" level="INFO">${pwd_length} = 0</msg>
<var>${pwd_length}</var>
<arg>${password}</arg>
<doc>Returns and logs the length of the given item as an integer.</doc>
<status status="PASS" start="2026-08-05T00:46:41.339797" elapsed="0.000444"/>
</kw>
<kw name="Run Keyword And Return If" owner="BuiltIn">
<arg>${pwd_length} &gt; 0</arg>
<arg>SSHLibrary.Login</arg>
<arg>${user}</arg>
<arg>${password}</arg>
<arg>delay=${delay}</arg>
<doc>Runs the specified keyword and returns from the enclosing user keyword.</doc>
<status status="PASS" start="2026-08-05T00:46:41.340383" elapsed="0.000352"/>
</kw>
<kw name="Run Keyword And Return" owner="BuiltIn">
<kw name="Login With Public Key" owner="SSHLibrary">
<msg time="2026-08-05T00:46:41.341635" level="INFO">Logging into '10.30.170.104:22' as 'jenkins'.</msg>
<msg time="2026-08-05T00:46:41.700354" 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 Wed Aug  5 00:46:40 UTC 2026

  System load:  0.05               Processes:             110
  Usage of /:   19.3% of 38.58GB   Users logged in:       0
  Memory usage: 4%                 IPv4 address for ens3: 10.30.170.104
  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: Wed Aug  5 00:46:40 2026 from 10.30.171.142
[?2004h[jenkins@releng-63164-361-1-mininet-ovs-217-0 ~]&gt;</msg>
<arg>${user}</arg>
<arg>${USER_HOME}/.ssh/${SSH_KEY}</arg>
<arg>${KEYFILE_PASS}</arg>
<arg>delay=${delay}</arg>
<doc>Logs into the SSH server using key-based authentication.</doc>
<status status="PASS" start="2026-08-05T00:46:41.341236" elapsed="0.359367"/>
</kw>
<msg time="2026-08-05T00:46:41.700707" level="INFO">Returning from the enclosing user keyword.</msg>
<arg>SSHLibrary.Login With Public Key</arg>
<arg>${user}</arg>
<arg>${USER_HOME}/.ssh/${SSH_KEY}</arg>
<arg>${KEYFILE_PASS}</arg>
<arg>delay=${delay}</arg>
<doc>Runs the specified keyword and returns from the enclosing user keyword.</doc>
<status status="PASS" start="2026-08-05T00:46:41.340889" elapsed="0.359924"/>
</kw>
<arg>${user}</arg>
<arg>${password}</arg>
<doc>On active SSH session: if given non-empty password, do Login, else do Login With Public Key.</doc>
<status status="PASS" start="2026-08-05T00:46:41.339404" elapsed="0.361556"/>
</kw>
<kw name="Execute Command" owner="SSHLibrary">
<msg time="2026-08-05T00:46:41.701655" level="INFO">Executing command '/usr/local/bin/cbench -c 10.30.170.21 -m 60000 -M 100 -S 16 -l 10 -D 5000 -p 6633'.</msg>
<msg time="2026-08-05T00:56:47.816736" level="INFO">Command exited with return code 0.</msg>
<msg time="2026-08-05T00:56:47.817392" level="INFO">${stdout} = </msg>
<msg time="2026-08-05T00:56:47.817544" level="INFO">${stderr} = cbench: controller benchmarking tool
   running in mode 'latency'
   connecting to controller at 10.30.170.21: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-08-05T00:46:41.701237" elapsed="606.116370"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-08-05T00:56:47.818061" elapsed="0.000748"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-08-05T00:56:47.819932" level="INFO">cbench: controller benchmarking tool
   running in mode 'latency'
   connecting to controller at 10.30.170.21: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.21. So far 1 cbench instances have initialized their switches.  Waiting for other cbench-instances
Thread-0: Total switches from ALL cbench-instances initialized.
00:47:46.899 16  switches: flows:  102339 103049 102462 104635 104615 104374 100959 100755 97918 98197 99221 98796 100643 99101 95817 99110  total = 26.866517 per ms 
00:48:47.000 16  switches: flows:  116687 117367 117523 117153 116404 116595 115217 114976 111326 110679 110324 110201 110527 109902 109409 111080  total = 30.205691 per ms 
00:49:47.100 16  switches: flows:  117921 118190 117018 118061 118685 116604 115753 115746 112876 111242 111235 114513 111769 110922 112132 110262  total = 30.497868 per ms 
00:50:47.200 16  switches: flows:  119202 119363 117699 116256 118893 118427 115422 117238 112038 111492 111477 113773 113249 111373 112111 112225  total = 30.619468 per ms 
00:51:47.301 16  switches: flows:  112965 113919 112423 111928 112818 111297 112188 109995 107709 108129 109819 107844 108156 108567 107211 109150  total = 29.352840 per ms 
00:52:47.401 16  switches: flows:  116808 115057 115795 116273 116284 114900 116999 113691 109936 112335 113507 114383 112357 112675 109023 113616  total = 30.343345 per ms 
00:53:47.503 16  switches: flows:  118337 116278 116563 115544 116150 116475 118173 112862 111792 113903 117001 115476 113246 113864 109417 113991  total = 30.599503 per ms 
00:54:47.603 16  switches: flows:  118292 116914 117584 117194 117004 118064 118715 117010 112617 112865 116679 114759 114223 114158 111872 114563  total = 30.823779 per ms 
00:55:47.703 16  switches: flows:  119515 117729 118487 118344 117375 119347 115838 117504 111517 113896 115037 116613 113540 112047 113255 116010  total = 30.882664 per ms 
00:56:47.803 16  switches: flows:  119054 123806 119120 119378 117392 118769 115993 116448 113956 110421 111965 116772 116131 113546 112717 115483  total = 30.964147 per ms 
RESULT: 16 switches 9 tests min/max/avg/stdev = 29352.84/30964.15/30476.59/10169.32 responses/s</msg>
<arg>${stderr}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-08-05T00:56:47.819159" elapsed="0.001596"/>
</kw>
<if>
<branch type="IF" condition="&quot;${return_stdout}&quot;!=&quot;True&quot;">
<return>
<value>${stderr}</value>
<status status="PASS" start="2026-08-05T00:56:47.821389" elapsed="0.000112"/>
</return>
<status status="PASS" start="2026-08-05T00:56:47.821050" elapsed="0.000538"/>
</branch>
<status status="PASS" start="2026-08-05T00:56:47.820972" elapsed="0.000676"/>
</if>
<if>
<branch type="IF" condition="&quot;${return_stderr}&quot;!=&quot;True&quot;">
<return>
<value>${stdout}</value>
<status status="NOT RUN" start="2026-08-05T00:56:47.821944" elapsed="0.000030"/>
</return>
<status status="NOT RUN" start="2026-08-05T00:56:47.821855" elapsed="0.000183"/>
</branch>
<status status="NOT RUN" start="2026-08-05T00:56:47.821813" elapsed="0.000273"/>
</if>
<return>
<value>${stdout}</value>
<value>${stderr}</value>
<status status="NOT RUN" start="2026-08-05T00:56:47.822161" elapsed="0.000030"/>
</return>
<kw name="Restore_Current_Ssh_Connection_From_Index" owner="SSHKeywords" type="TEARDOWN">
<kw name="Run Keyword And Return If" owner="BuiltIn">
<arg>${connection_index} is not None</arg>
<arg>SSHLibrary.Switch Connection</arg>
<arg>${connection_index}</arg>
<doc>Runs the specified keyword and returns from the enclosing user keyword.</doc>
<status status="PASS" start="2026-08-05T00:56:47.826248" elapsed="0.000532"/>
</kw>
<kw name="Open Connection" owner="SSHLibrary">
<arg>127.0.0.1</arg>
<doc>Opens a new SSH connection to the given ``host`` and ``port``.</doc>
<status status="PASS" start="2026-08-05T00:56:47.826986" elapsed="0.000254"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-08-05T00:56:47.827451" elapsed="0.000159"/>
</kw>
<arg>${current_ssh_connection.index}</arg>
<doc>Restore active SSH connection in SSHLibrary to given index.</doc>
<status status="PASS" start="2026-08-05T00:56:47.822904" elapsed="0.004787"/>
</kw>
<msg time="2026-08-05T00:56:47.827869" level="INFO">${output} = cbench: controller benchmarking tool
   running in mode 'latency'
   connecting to controller at 10.30.170.21: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-08-05T00:46:41.334654" elapsed="606.493253"/>
</kw>
<status status="PASS" start="2026-08-05T00:46:41.334299" elapsed="606.493662"/>
</branch>
<status status="PASS" start="2026-08-05T00:46:41.333933" elapsed="606.494053"/>
</if>
<kw name="Log" owner="BuiltIn">
<msg time="2026-08-05T00:56:47.828524" level="INFO">cbench: controller benchmarking tool
   running in mode 'latency'
   connecting to controller at 10.30.170.21: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.21. So far 1 cbench instances have initialized their switches.  Waiting for other cbench-instances
Thread-0: Total switches from ALL cbench-instances initialized.
00:47:46.899 16  switches: flows:  102339 103049 102462 104635 104615 104374 100959 100755 97918 98197 99221 98796 100643 99101 95817 99110  total = 26.866517 per ms 
00:48:47.000 16  switches: flows:  116687 117367 117523 117153 116404 116595 115217 114976 111326 110679 110324 110201 110527 109902 109409 111080  total = 30.205691 per ms 
00:49:47.100 16  switches: flows:  117921 118190 117018 118061 118685 116604 115753 115746 112876 111242 111235 114513 111769 110922 112132 110262  total = 30.497868 per ms 
00:50:47.200 16  switches: flows:  119202 119363 117699 116256 118893 118427 115422 117238 112038 111492 111477 113773 113249 111373 112111 112225  total = 30.619468 per ms 
00:51:47.301 16  switches: flows:  112965 113919 112423 111928 112818 111297 112188 109995 107709 108129 109819 107844 108156 108567 107211 109150  total = 29.352840 per ms 
00:52:47.401 16  switches: flows:  116808 115057 115795 116273 116284 114900 116999 113691 109936 112335 113507 114383 112357 112675 109023 113616  total = 30.343345 per ms 
00:53:47.503 16  switches: flows:  118337 116278 116563 115544 116150 116475 118173 112862 111792 113903 117001 115476 113246 113864 109417 113991  total = 30.599503 per ms 
00:54:47.603 16  switches: flows:  118292 116914 117584 117194 117004 118064 118715 117010 112617 112865 116679 114759 114223 114158 111872 114563  total = 30.823779 per ms 
00:55:47.703 16  switches: flows:  119515 117729 118487 118344 117375 119347 115838 117504 111517 113896 115037 116613 113540 112047 113255 116010  total = 30.882664 per ms 
00:56:47.803 16  switches: flows:  119054 123806 119120 119378 117392 118769 115993 116448 113956 110421 111965 116772 116131 113546 112717 115483  total = 30.964147 per ms 
RESULT: 16 switches 9 tests min/max/avg/stdev = 29352.84/30964.15/30476.59/10169.32 responses/s</msg>
<arg>${output}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-08-05T00:56:47.828167" elapsed="0.000437"/>
</kw>
<kw name="Should Contain" owner="BuiltIn">
<arg>${output}</arg>
<arg>RESULT</arg>
<doc>Fails if ``container`` does not contain ``item`` one or more times.</doc>
<status status="PASS" start="2026-08-05T00:56:47.828776" elapsed="0.000403"/>
</kw>
<kw name="Get Lines Containing String" owner="String">
<msg time="2026-08-05T00:56:47.829608" level="INFO">1 out of 23 lines matched.</msg>
<msg time="2026-08-05T00:56:47.829708" level="INFO">${result_line} = RESULT: 16 switches 9 tests min/max/avg/stdev = 29352.84/30964.15/30476.59/10169.32 responses/s</msg>
<var>${result_line}</var>
<arg>${output}</arg>
<arg>RESULT</arg>
<doc>Returns lines of the given ``string`` that contain the ``pattern``.</doc>
<status status="PASS" start="2026-08-05T00:56:47.829344" elapsed="0.000395"/>
</kw>
<kw name="Split String" owner="String">
<msg time="2026-08-05T00:56:47.830170" level="INFO">@{results_list} = [ RESULT: | 16 | switches | 9 | tests | min/max/avg/stdev | = | 29352.84/30964.15/30476.59/10169.32 | responses/s ]</msg>
<var>@{results_list}</var>
<arg>${result_line}</arg>
<doc>Splits the ``string`` using ``separator`` as a delimiter string.</doc>
<status status="PASS" start="2026-08-05T00:56:47.829901" elapsed="0.000297"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-08-05T00:56:47.832694" level="INFO">min/max/avg/stdev</msg>
<arg>${results_list[5]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-08-05T00:56:47.830345" elapsed="0.002591"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-08-05T00:56:47.835376" level="INFO">29352.84/30964.15/30476.59/10169.32</msg>
<arg>${results_list[7]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-08-05T00:56:47.833087" elapsed="0.002364"/>
</kw>
<kw name="Split String" owner="String">
<msg time="2026-08-05T00:56:47.837997" level="INFO">@{result_name_list} = [ min | max | avg | stdev ]</msg>
<var>@{result_name_list}</var>
<arg>${results_list[5]}</arg>
<arg>/</arg>
<doc>Splits the ``string`` using ``separator`` as a delimiter string.</doc>
<status status="PASS" start="2026-08-05T00:56:47.835610" elapsed="0.002416"/>
</kw>
<kw name="Split String" owner="String">
<msg time="2026-08-05T00:56:47.840578" level="INFO">@{result_value_list} = [ 29352.84 | 30964.15 | 30476.59 | 10169.32 ]</msg>
<var>@{result_value_list}</var>
<arg>${results_list[7]}</arg>
<arg>/</arg>
<doc>Splits the ``string`` using ``separator`` as a delimiter string.</doc>
<status status="PASS" start="2026-08-05T00:56:47.838249" elapsed="0.002359"/>
</kw>
<kw name="Get Length" owner="BuiltIn">
<msg time="2026-08-05T00:56:47.841119" level="INFO">Length is 4.</msg>
<msg time="2026-08-05T00:56:47.841207" level="INFO">${num_stats} = 4</msg>
<var>${num_stats}</var>
<arg>${result_name_list}</arg>
<doc>Returns and logs the length of the given item as an integer.</doc>
<status status="PASS" start="2026-08-05T00:56:47.840786" elapsed="0.000445"/>
</kw>
<for flavor="IN RANGE">
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-08-05T00:56:47.846556" level="INFO">min :: 29352.84</msg>
<arg>${result_name_list[${i}]} :: ${result_value_list[${i}]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-08-05T00:56:47.841672" elapsed="0.004955"/>
</kw>
<var name="${i}">0</var>
<status status="PASS" start="2026-08-05T00:56:47.841528" elapsed="0.005143"/>
</iter>
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-08-05T00:56:47.851740" level="INFO">max :: 30964.15</msg>
<arg>${result_name_list[${i}]} :: ${result_value_list[${i}]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-08-05T00:56:47.846944" elapsed="0.004858"/>
</kw>
<var name="${i}">1</var>
<status status="PASS" start="2026-08-05T00:56:47.846787" elapsed="0.005051"/>
</iter>
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-08-05T00:56:47.856594" level="INFO">avg :: 30476.59</msg>
<arg>${result_name_list[${i}]} :: ${result_value_list[${i}]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-08-05T00:56:47.852064" elapsed="0.004591"/>
</kw>
<var name="${i}">2</var>
<status status="PASS" start="2026-08-05T00:56:47.851930" elapsed="0.004761"/>
</iter>
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-08-05T00:56:47.861574" level="INFO">stdev :: 10169.32</msg>
<arg>${result_name_list[${i}]} :: ${result_value_list[${i}]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-08-05T00:56:47.856919" elapsed="0.004716"/>
</kw>
<var name="${i}">3</var>
<status status="PASS" start="2026-08-05T00:56:47.856788" elapsed="0.004881"/>
</iter>
<var>${i}</var>
<value>0</value>
<value>${num_stats}</value>
<status status="PASS" start="2026-08-05T00:56:47.841307" elapsed="0.020396"/>
</for>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-08-05T00:56:47.865683" level="INFO">${min} = 29352.84</msg>
<var>${min}</var>
<arg>${result_value_list[${0}]}</arg>
<doc>Returns the given values which can then be assigned to a variables.</doc>
<status status="PASS" start="2026-08-05T00:56:47.861877" elapsed="0.003834"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-08-05T00:56:47.869823" level="INFO">${max} = 30964.15</msg>
<var>${max}</var>
<arg>${result_value_list[${1}]}</arg>
<doc>Returns the given values which can then be assigned to a variables.</doc>
<status status="PASS" start="2026-08-05T00:56:47.865880" elapsed="0.003971"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-08-05T00:56:47.873809" level="INFO">${average} = 30476.59</msg>
<var>${average}</var>
<arg>${result_value_list[${2}]}</arg>
<doc>Returns the given values which can then be assigned to a variables.</doc>
<status status="PASS" start="2026-08-05T00:56:47.870008" elapsed="0.003828"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-08-05T00:56:47.877808" level="INFO">${stdev} = 10169.32</msg>
<var>${stdev}</var>
<arg>${result_value_list[${3}]}</arg>
<doc>Returns the given values which can then be assigned to a variables.</doc>
<status status="PASS" start="2026-08-05T00:56:47.873992" elapsed="0.003847"/>
</kw>
<kw name="Get Time" owner="BuiltIn">
<msg time="2026-08-05T00:56:47.878435" level="INFO">${date} = 2026-08-05 00:56:47</msg>
<var>${date}</var>
<arg>d,m,s</arg>
<doc>Returns the given time in the requested format.</doc>
<status status="PASS" start="2026-08-05T00:56:47.878045" elapsed="0.000417"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-08-05T00:56:47.879045" level="INFO">CBench Result: 2026-08-05 00:56:47,-m 60000 -M 100 -S 16 -l 10 -D 5000 -p 6633,29352.84,30964.15,30476.59,10169.32</msg>
<arg>CBench Result: ${date},${cbench_args},${min},${max},${average},${stdev}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-08-05T00:56:47.878613" elapsed="0.000491"/>
</kw>
<kw name="Log Results And Determine Status">
<kw name="Append To File" owner="OperatingSystem">
<msg time="2026-08-05T00:56:47.880241" 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-08-05T00:56:47.879779" elapsed="0.000531"/>
</kw>
<kw name="Should Be True" owner="BuiltIn">
<arg>${average} &gt; ${threshold}</arg>
<arg>${average} flow_mods per/sec did not exceed threshold of ${threshold}</arg>
<doc>Fails if the given condition is not true.</doc>
<status status="PASS" start="2026-08-05T00:56:47.880478" elapsed="0.000480"/>
</kw>
<arg>${min}</arg>
<arg>${max}</arg>
<arg>${average}</arg>
<arg>${average_threshold}</arg>
<arg>${output_filename}</arg>
<status status="PASS" start="2026-08-05T00:56:47.879263" elapsed="0.001761"/>
</kw>
<arg>-m ${duration_in_ms} -M ${num_of_unique_macs} -S ${switch_count} -l ${loops} -D ${start_delay} -p ${of_port}</arg>
<arg>${latency_threshold}</arg>
<arg>${latency_results_file}</arg>
<status status="PASS" start="2026-08-05T00:46:41.332767" elapsed="606.548334"/>
</kw>
<kw name="Sleep" owner="BuiltIn">
<msg time="2026-08-05T00:56:47.881631" level="INFO">Slept 0 seconds.</msg>
<arg>${test_delay}</arg>
<doc>Pauses the test executed for the given time.</doc>
<status status="PASS" start="2026-08-05T00:56:47.881253" elapsed="0.000443"/>
</kw>
<kw name="Log Results As Zero If Cbench Timed Out" type="TEARDOWN">
<kw name="Run Keyword If Timeout Occurred" owner="BuiltIn">
<arg>Log Results And Determine Status</arg>
<arg>0</arg>
<arg>0</arg>
<arg>0</arg>
<arg>0</arg>
<arg>${output_filename}</arg>
<doc>Runs the given keyword if either a test or a keyword timeout has occurred.</doc>
<status status="PASS" start="2026-08-05T00:56:47.882239" elapsed="0.000292"/>
</kw>
<status status="PASS" start="2026-08-05T00:56:47.881933" elapsed="0.000670"/>
</kw>
<doc>cbench executed in default latency mode. Test parameters have defaults, but can be overridden
on the pybot command line</doc>
<tag>cbench</tag>
<tag>latency</tag>
<timeout value="15 minutes"/>
<status status="PASS" start="2026-08-05T00:46:41.329775" elapsed="606.552866"/>
</test>
<test id="s1-t2" name="Cbench Throughput Test" line="51">
<kw name="Log" owner="BuiltIn">
<msg time="2026-08-05T00:56:47.884170" level="INFO">Cbench tests using 10 iterations of 60 second tests. Switch Count: 16. Unique MACS to cycle: 100</msg>
<arg>Cbench tests using ${loops} iterations of ${duration_in_secs} second tests. Switch Count: ${switch_count}. Unique MACS to cycle: ${num_of_unique_macs}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-08-05T00:56:47.883743" elapsed="0.000488"/>
</kw>
<kw name="Run Cbench And Log Results">
<kw name="Set Suite Variable" owner="BuiltIn">
<msg time="2026-08-05T00:56:47.885510" level="INFO">${output_filename} = throughput.csv</msg>
<arg>${output_filename}</arg>
<doc>Makes a variable available everywhere within the scope of the current suite.</doc>
<status status="PASS" start="2026-08-05T00:56:47.885149" elapsed="0.000410"/>
</kw>
<if>
<branch type="IF" condition="&quot;${cbench_system}&quot; == &quot;localhost&quot;">
<kw name="Run" owner="OperatingSystem">
<var>${output}</var>
<arg>${cbench_executable} -c ${ODL_SYSTEM_IP} ${cbench_args}</arg>
<doc>_This keyword is considered deprecated. Use the
[http://robotframework.org/robotframework/latest/libraries/Process.html|
Process] library instead._</doc>
<status status="NOT RUN" start="2026-08-05T00:56:47.885930" elapsed="0.000021"/>
</kw>
<status status="NOT RUN" start="2026-08-05T00:56:47.885697" elapsed="0.000291"/>
</branch>
<branch type="ELSE">
<kw name="Run Command On Remote System" owner="Utils">
<if>
<branch type="IF" condition="&quot;${return_stdout}&quot;!=&quot;True&quot; and &quot;${return_stderr}&quot;!=&quot;True&quot;">
<kw name="Fail" owner="BuiltIn">
<arg>At least one of {return_stdout} or {return_stderr} args should be set to True</arg>
<doc>Fails the test with the given message and optionally alters its tags.</doc>
<status status="NOT RUN" start="2026-08-05T00:56:47.888925" elapsed="0.000023"/>
</kw>
<status status="NOT RUN" start="2026-08-05T00:56:47.888649" elapsed="0.000334"/>
</branch>
<status status="PASS" start="2026-08-05T00:56:47.888630" elapsed="0.000376"/>
</if>
<kw name="Get Connection" owner="SSHLibrary">
<msg time="2026-08-05T00:56:47.889369" level="INFO">index=None
host=None
alias=None
port=22
timeout=3 seconds
newline=

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

prompt=None
term_type=vt100
width=80
height=24
path_separator=/
encoding=utf8
escape_ansi=False
encoding_errors=strict</msg>
<var>${current_ssh_connection}</var>
<doc>Returns information about the connection.</doc>
<status status="PASS" start="2026-08-05T00:56:47.889154" elapsed="0.000414"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-08-05T00:56:47.890128" level="INFO">Attempting to execute command "/usr/local/bin/cbench -c 10.30.170.21 -t -m 60000 -M 100 -S 16 -l 10 -D 5000 -p 6633" on remote system "10.30.170.104" by user "jenkins" with keyfile pass "any" and prompt "&gt;" and password ""</msg>
<arg>Attempting to execute command "${cmd}" on remote system "${system}" by user "${user}" with keyfile pass "${keyfile_pass}" and prompt "${prompt}" and password "${password}"</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-08-05T00:56:47.889702" elapsed="0.000491"/>
</kw>
<kw name="Open Connection" owner="SSHLibrary">
<msg time="2026-08-05T00:56:47.890755" level="INFO">${conn_id} = 7</msg>
<var>${conn_id}</var>
<arg>${system}</arg>
<arg>prompt=${prompt}</arg>
<arg>timeout=${prompt_timeout}</arg>
<doc>Opens a new SSH connection to the given ``host`` and ``port``.</doc>
<status status="PASS" start="2026-08-05T00:56:47.890334" elapsed="0.000447"/>
</kw>
<kw name="Flexible_SSH_Login" owner="SSHKeywords">
<kw name="Get Length" owner="BuiltIn">
<msg time="2026-08-05T00:56:47.891704" level="INFO">Length is 0.</msg>
<msg time="2026-08-05T00:56:47.891795" level="INFO">${pwd_length} = 0</msg>
<var>${pwd_length}</var>
<arg>${password}</arg>
<doc>Returns and logs the length of the given item as an integer.</doc>
<status status="PASS" start="2026-08-05T00:56:47.891357" elapsed="0.000463"/>
</kw>
<kw name="Run Keyword And Return If" owner="BuiltIn">
<arg>${pwd_length} &gt; 0</arg>
<arg>SSHLibrary.Login</arg>
<arg>${user}</arg>
<arg>${password}</arg>
<arg>delay=${delay}</arg>
<doc>Runs the specified keyword and returns from the enclosing user keyword.</doc>
<status status="PASS" start="2026-08-05T00:56:47.891961" elapsed="0.000375"/>
</kw>
<kw name="Run Keyword And Return" owner="BuiltIn">
<kw name="Login With Public Key" owner="SSHLibrary">
<msg time="2026-08-05T00:56:47.893217" level="INFO">Logging into '10.30.170.104:22' as 'jenkins'.</msg>
<msg time="2026-08-05T00:56:48.494050" 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 Wed Aug  5 00:56:48 UTC 2026

  System load:  1.06               Processes:             103
  Usage of /:   19.3% of 38.58GB   Users logged in:       0
  Memory usage: 4%                 IPv4 address for ens3: 10.30.170.104
  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: Wed Aug  5 00:46:41 2026 from 10.30.171.142
[?2004h[jenkins@releng-63164-361-1-mininet-ovs-217-0 ~]&gt;</msg>
<arg>${user}</arg>
<arg>${USER_HOME}/.ssh/${SSH_KEY}</arg>
<arg>${KEYFILE_PASS}</arg>
<arg>delay=${delay}</arg>
<doc>Logs into the SSH server using key-based authentication.</doc>
<status status="PASS" start="2026-08-05T00:56:47.892858" elapsed="0.601393"/>
</kw>
<msg time="2026-08-05T00:56:48.494340" level="INFO">Returning from the enclosing user keyword.</msg>
<arg>SSHLibrary.Login With Public Key</arg>
<arg>${user}</arg>
<arg>${USER_HOME}/.ssh/${SSH_KEY}</arg>
<arg>${KEYFILE_PASS}</arg>
<arg>delay=${delay}</arg>
<doc>Runs the specified keyword and returns from the enclosing user keyword.</doc>
<status status="PASS" start="2026-08-05T00:56:47.892505" elapsed="0.601958"/>
</kw>
<arg>${user}</arg>
<arg>${password}</arg>
<doc>On active SSH session: if given non-empty password, do Login, else do Login With Public Key.</doc>
<status status="PASS" start="2026-08-05T00:56:47.890981" elapsed="0.603617"/>
</kw>
<kw name="Execute Command" owner="SSHLibrary">
<msg time="2026-08-05T00:56:48.495155" level="INFO">Executing command '/usr/local/bin/cbench -c 10.30.170.21 -t -m 60000 -M 100 -S 16 -l 10 -D 5000 -p 6633'.</msg>
<msg time="2026-08-05T01:06:58.774731" level="INFO">Command exited with return code 0.</msg>
<msg time="2026-08-05T01:06:58.775343" level="INFO">${stdout} = </msg>
<msg time="2026-08-05T01:06:58.775481" level="INFO">${stderr} = cbench: controller benchmarking tool
   running in mode 'throughput'
   connecting to controller at 10.30.170.21:6633 
   faking 16 switches with 1 threads :: 10 tests each; 60000 ms per test
   with ...</msg>
<var>${stdout}</var>
<var>${stderr}</var>
<arg>${cmd}</arg>
<arg>return_stderr=True</arg>
<doc>Executes ``command`` on the remote machine and returns its outputs.</doc>
<status status="PASS" start="2026-08-05T00:56:48.494840" elapsed="610.280700"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-08-05T01:06:58.775990" elapsed="0.000714"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-08-05T01:06:58.777886" level="INFO">cbench: controller benchmarking tool
   running in mode 'throughput'
   connecting to controller at 10.30.170.21: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.21. So far 1 cbench instances have initialized their switches.  Waiting for other cbench-instances
Thread-0: Total switches from ALL cbench-instances initialized.
00:57:53.667 16  switches: flows:  473376 469710 470654 476403 466802 466853 417944 466297 465690 394529 469593 482420 460672 461676 477604 450854  total = 122.851283 per ms 
00:58:54.127 16  switches: flows:  427651 421171 415973 415040 420166 407170 420263 424246 409016 416176 413919 425035 412767 418891 414163 274352  total = 108.103949 per ms 
00:59:56.894 16  switches: flows:  441181 442883 437521 434832 436151 448036 435282 442491 434603 444653 440187 434432 437120 427436 432833 313421  total = 109.660360 per ms 
01:00:56.997 16  switches: flows:  555609 558817 548047 556774 521064 501720 528531 425127 561844 567563 536008 556169 568272 523146 561996 514229  total = 142.840716 per ms 
01:01:57.099 16  switches: flows:  393336 486546 561882 556104 416218 444422 441533 438456 477927 447377 464175 506747 467423 597397 396306 391558  total = 124.577948 per ms 
01:02:57.200 16  switches: flows:  451627 529130 540404 526947 495138 524280 523284 544212 527817 539494 519062 523667 529421 526861 491021 344910  total = 135.393930 per ms 
01:03:57.301 16  switches: flows:  541112 547836 549262 535512 549136 555466 537605 550878 548320 546758 540335 549029 548381 538832 521377 537692  total = 144.715253 per ms 
01:04:57.404 16  switches: flows:  533923 536941 456756 428007 445431 459476 529722 436133 435953 525151 469689 531248 400043 441961 529782 527065  total = 127.903939 per ms 
01:05:57.955 16  switches: flows:  517297 513221 512282 504541 507793 514405 511453 514478 494406 515812 509843 510985 512961 511517 509530 513622  total = 134.996365 per ms 
01:06:58.755 16  switches: flows:  479519 486671 474593 500730 484844 466029 491942 466776 480245 495726 483560 477374 474465 493499 465006 479299  total = 126.650601 per ms 
RESULT: 16 switches 9 tests min/max/avg/stdev = 108103.95/144715.25/128315.90/44488.54 responses/s</msg>
<arg>${stderr}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-08-05T01:06:58.777068" elapsed="0.001136"/>
</kw>
<if>
<branch type="IF" condition="&quot;${return_stdout}&quot;!=&quot;True&quot;">
<return>
<value>${stderr}</value>
<status status="PASS" start="2026-08-05T01:06:58.778746" elapsed="0.000072"/>
</return>
<status status="PASS" start="2026-08-05T01:06:58.778396" elapsed="0.000503"/>
</branch>
<status status="PASS" start="2026-08-05T01:06:58.778345" elapsed="0.000610"/>
</if>
<if>
<branch type="IF" condition="&quot;${return_stderr}&quot;!=&quot;True&quot;">
<return>
<value>${stdout}</value>
<status status="NOT RUN" start="2026-08-05T01:06:58.779164" elapsed="0.000028"/>
</return>
<status status="NOT RUN" start="2026-08-05T01:06:58.779082" elapsed="0.000170"/>
</branch>
<status status="NOT RUN" start="2026-08-05T01:06:58.779048" elapsed="0.000251"/>
</if>
<return>
<value>${stdout}</value>
<value>${stderr}</value>
<status status="NOT RUN" start="2026-08-05T01:06:58.779365" elapsed="0.000030"/>
</return>
<kw name="Restore_Current_Ssh_Connection_From_Index" owner="SSHKeywords" type="TEARDOWN">
<kw name="Run Keyword And Return If" owner="BuiltIn">
<arg>${connection_index} is not None</arg>
<arg>SSHLibrary.Switch Connection</arg>
<arg>${connection_index}</arg>
<doc>Runs the specified keyword and returns from the enclosing user keyword.</doc>
<status status="PASS" start="2026-08-05T01:06:58.784212" elapsed="0.000518"/>
</kw>
<kw name="Open Connection" owner="SSHLibrary">
<arg>127.0.0.1</arg>
<doc>Opens a new SSH connection to the given ``host`` and ``port``.</doc>
<status status="PASS" start="2026-08-05T01:06:58.784951" elapsed="0.000252"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-08-05T01:06:58.785397" elapsed="0.000216"/>
</kw>
<arg>${current_ssh_connection.index}</arg>
<doc>Restore active SSH connection in SSHLibrary to given index.</doc>
<status status="PASS" start="2026-08-05T01:06:58.780070" elapsed="0.005630"/>
</kw>
<msg time="2026-08-05T01:06:58.785891" level="INFO">${output} = cbench: controller benchmarking tool
   running in mode 'throughput'
   connecting to controller at 10.30.170.21:6633 
   faking 16 switches with 1 threads :: 10 tests each; 60000 ms per test
   with ...</msg>
<var>${output}</var>
<arg>${cbench_system}</arg>
<arg>${cbench_executable} -c ${ODL_SYSTEM_IP} ${cbench_args}</arg>
<arg>prompt_timeout=${test_timeout}</arg>
<arg>return_stdout=False</arg>
<arg>return_stderr=True</arg>
<doc>Reduces the common work of running a command on a remote system to a single higher level
robot keyword, taking care to log in with a public key and. The command given is written and the return value
depends on the passed argument values of return_stdout (default: True) and return_stderr (default: False).
At least one should be True, or the keyword will exit and FAIL. If both are True, the resulting return value
will be a two element list containing both. Otherwise the resulting return value is a string.
No test conditions are checked.</doc>
<status status="PASS" start="2026-08-05T00:56:47.886334" elapsed="610.899597"/>
</kw>
<status status="PASS" start="2026-08-05T00:56:47.886015" elapsed="610.899987"/>
</branch>
<status status="PASS" start="2026-08-05T00:56:47.885668" elapsed="610.900367"/>
</if>
<kw name="Log" owner="BuiltIn">
<msg time="2026-08-05T01:06:58.786691" level="INFO">cbench: controller benchmarking tool
   running in mode 'throughput'
   connecting to controller at 10.30.170.21: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.21. So far 1 cbench instances have initialized their switches.  Waiting for other cbench-instances
Thread-0: Total switches from ALL cbench-instances initialized.
00:57:53.667 16  switches: flows:  473376 469710 470654 476403 466802 466853 417944 466297 465690 394529 469593 482420 460672 461676 477604 450854  total = 122.851283 per ms 
00:58:54.127 16  switches: flows:  427651 421171 415973 415040 420166 407170 420263 424246 409016 416176 413919 425035 412767 418891 414163 274352  total = 108.103949 per ms 
00:59:56.894 16  switches: flows:  441181 442883 437521 434832 436151 448036 435282 442491 434603 444653 440187 434432 437120 427436 432833 313421  total = 109.660360 per ms 
01:00:56.997 16  switches: flows:  555609 558817 548047 556774 521064 501720 528531 425127 561844 567563 536008 556169 568272 523146 561996 514229  total = 142.840716 per ms 
01:01:57.099 16  switches: flows:  393336 486546 561882 556104 416218 444422 441533 438456 477927 447377 464175 506747 467423 597397 396306 391558  total = 124.577948 per ms 
01:02:57.200 16  switches: flows:  451627 529130 540404 526947 495138 524280 523284 544212 527817 539494 519062 523667 529421 526861 491021 344910  total = 135.393930 per ms 
01:03:57.301 16  switches: flows:  541112 547836 549262 535512 549136 555466 537605 550878 548320 546758 540335 549029 548381 538832 521377 537692  total = 144.715253 per ms 
01:04:57.404 16  switches: flows:  533923 536941 456756 428007 445431 459476 529722 436133 435953 525151 469689 531248 400043 441961 529782 527065  total = 127.903939 per ms 
01:05:57.955 16  switches: flows:  517297 513221 512282 504541 507793 514405 511453 514478 494406 515812 509843 510985 512961 511517 509530 513622  total = 134.996365 per ms 
01:06:58.755 16  switches: flows:  479519 486671 474593 500730 484844 466029 491942 466776 480245 495726 483560 477374 474465 493499 465006 479299  total = 126.650601 per ms 
RESULT: 16 switches 9 tests min/max/avg/stdev = 108103.95/144715.25/128315.90/44488.54 responses/s</msg>
<arg>${output}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-08-05T01:06:58.786239" elapsed="0.000561"/>
</kw>
<kw name="Should Contain" owner="BuiltIn">
<arg>${output}</arg>
<arg>RESULT</arg>
<doc>Fails if ``container`` does not contain ``item`` one or more times.</doc>
<status status="PASS" start="2026-08-05T01:06:58.787014" elapsed="0.000555"/>
</kw>
<kw name="Get Lines Containing String" owner="String">
<msg time="2026-08-05T01:06:58.788119" level="INFO">1 out of 23 lines matched.</msg>
<msg time="2026-08-05T01:06:58.788251" level="INFO">${result_line} = RESULT: 16 switches 9 tests min/max/avg/stdev = 108103.95/144715.25/128315.90/44488.54 responses/s</msg>
<var>${result_line}</var>
<arg>${output}</arg>
<arg>RESULT</arg>
<doc>Returns lines of the given ``string`` that contain the ``pattern``.</doc>
<status status="PASS" start="2026-08-05T01:06:58.787802" elapsed="0.000484"/>
</kw>
<kw name="Split String" owner="String">
<msg time="2026-08-05T01:06:58.788904" level="INFO">@{results_list} = [ RESULT: | 16 | switches | 9 | tests | min/max/avg/stdev | = | 108103.95/144715.25/128315.90/44488.54 | responses/s ]</msg>
<var>@{results_list}</var>
<arg>${result_line}</arg>
<doc>Splits the ``string`` using ``separator`` as a delimiter string.</doc>
<status status="PASS" start="2026-08-05T01:06:58.788532" elapsed="0.000412"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-08-05T01:06:58.791879" level="INFO">min/max/avg/stdev</msg>
<arg>${results_list[5]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-08-05T01:06:58.789157" elapsed="0.002778"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-08-05T01:06:58.794363" level="INFO">108103.95/144715.25/128315.90/44488.54</msg>
<arg>${results_list[7]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-08-05T01:06:58.792080" elapsed="0.002354"/>
</kw>
<kw name="Split String" owner="String">
<msg time="2026-08-05T01:06:58.796788" level="INFO">@{result_name_list} = [ min | max | avg | stdev ]</msg>
<var>@{result_name_list}</var>
<arg>${results_list[5]}</arg>
<arg>/</arg>
<doc>Splits the ``string`` using ``separator`` as a delimiter string.</doc>
<status status="PASS" start="2026-08-05T01:06:58.794584" elapsed="0.002231"/>
</kw>
<kw name="Split String" owner="String">
<msg time="2026-08-05T01:06:58.799325" level="INFO">@{result_value_list} = [ 108103.95 | 144715.25 | 128315.90 | 44488.54 ]</msg>
<var>@{result_value_list}</var>
<arg>${results_list[7]}</arg>
<arg>/</arg>
<doc>Splits the ``string`` using ``separator`` as a delimiter string.</doc>
<status status="PASS" start="2026-08-05T01:06:58.797022" elapsed="0.002331"/>
</kw>
<kw name="Get Length" owner="BuiltIn">
<msg time="2026-08-05T01:06:58.799842" level="INFO">Length is 4.</msg>
<msg time="2026-08-05T01:06:58.799931" level="INFO">${num_stats} = 4</msg>
<var>${num_stats}</var>
<arg>${result_name_list}</arg>
<doc>Returns and logs the length of the given item as an integer.</doc>
<status status="PASS" start="2026-08-05T01:06:58.799531" elapsed="0.000424"/>
</kw>
<for flavor="IN RANGE">
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-08-05T01:06:58.804887" level="INFO">min :: 108103.95</msg>
<arg>${result_name_list[${i}]} :: ${result_value_list[${i}]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-08-05T01:06:58.800342" elapsed="0.004603"/>
</kw>
<var name="${i}">0</var>
<status status="PASS" start="2026-08-05T01:06:58.800212" elapsed="0.004768"/>
</iter>
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-08-05T01:06:58.809592" level="INFO">max :: 144715.25</msg>
<arg>${result_name_list[${i}]} :: ${result_value_list[${i}]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-08-05T01:06:58.805199" elapsed="0.004479"/>
</kw>
<var name="${i}">1</var>
<status status="PASS" start="2026-08-05T01:06:58.805070" elapsed="0.004649"/>
</iter>
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-08-05T01:06:58.814317" level="INFO">avg :: 128315.90</msg>
<arg>${result_name_list[${i}]} :: ${result_value_list[${i}]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-08-05T01:06:58.809957" elapsed="0.004417"/>
</kw>
<var name="${i}">2</var>
<status status="PASS" start="2026-08-05T01:06:58.809823" elapsed="0.004587"/>
</iter>
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-08-05T01:06:58.819000" level="INFO">stdev :: 44488.54</msg>
<arg>${result_name_list[${i}]} :: ${result_value_list[${i}]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-08-05T01:06:58.814648" elapsed="0.004409"/>
</kw>
<var name="${i}">3</var>
<status status="PASS" start="2026-08-05T01:06:58.814515" elapsed="0.004577"/>
</iter>
<var>${i}</var>
<value>0</value>
<value>${num_stats}</value>
<status status="PASS" start="2026-08-05T01:06:58.800022" elapsed="0.019101"/>
</for>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-08-05T01:06:58.823040" level="INFO">${min} = 108103.95</msg>
<var>${min}</var>
<arg>${result_value_list[${0}]}</arg>
<doc>Returns the given values which can then be assigned to a variables.</doc>
<status status="PASS" start="2026-08-05T01:06:58.819292" elapsed="0.003775"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-08-05T01:06:58.827006" level="INFO">${max} = 144715.25</msg>
<var>${max}</var>
<arg>${result_value_list[${1}]}</arg>
<doc>Returns the given values which can then be assigned to a variables.</doc>
<status status="PASS" start="2026-08-05T01:06:58.823221" elapsed="0.003812"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-08-05T01:06:58.830986" level="INFO">${average} = 128315.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-08-05T01:06:58.827185" elapsed="0.003828"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-08-05T01:06:58.835364" level="INFO">${stdev} = 44488.54</msg>
<var>${stdev}</var>
<arg>${result_value_list[${3}]}</arg>
<doc>Returns the given values which can then be assigned to a variables.</doc>
<status status="PASS" start="2026-08-05T01:06:58.831164" elapsed="0.004228"/>
</kw>
<kw name="Get Time" owner="BuiltIn">
<msg time="2026-08-05T01:06:58.836025" level="INFO">${date} = 2026-08-05 01:06:58</msg>
<var>${date}</var>
<arg>d,m,s</arg>
<doc>Returns the given time in the requested format.</doc>
<status status="PASS" start="2026-08-05T01:06:58.835574" elapsed="0.000479"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-08-05T01:06:58.836643" level="INFO">CBench Result: 2026-08-05 01:06:58,-t -m 60000 -M 100 -S 16 -l 10 -D 5000 -p 6633,108103.95,144715.25,128315.90,44488.54</msg>
<arg>CBench Result: ${date},${cbench_args},${min},${max},${average},${stdev}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-08-05T01:06:58.836203" elapsed="0.000498"/>
</kw>
<kw name="Log Results And Determine Status">
<kw name="Append To File" owner="OperatingSystem">
<msg time="2026-08-05T01:06:58.837827" 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-08-05T01:06:58.837328" elapsed="0.000578"/>
</kw>
<kw name="Should Be True" owner="BuiltIn">
<arg>${average} &gt; ${threshold}</arg>
<arg>${average} flow_mods per/sec did not exceed threshold of ${threshold}</arg>
<doc>Fails if the given condition is not true.</doc>
<status status="PASS" start="2026-08-05T01:06:58.838060" elapsed="0.000537"/>
</kw>
<arg>${min}</arg>
<arg>${max}</arg>
<arg>${average}</arg>
<arg>${average_threshold}</arg>
<arg>${output_filename}</arg>
<status status="PASS" start="2026-08-05T01:06:58.836851" elapsed="0.001814"/>
</kw>
<arg>-t -m ${duration_in_ms} -M ${num_of_unique_macs} -S ${switch_count} -l ${loops} -D ${start_delay} -p ${of_port}</arg>
<arg>${throughput_threshold}</arg>
<arg>${throughput_results_file}</arg>
<status status="PASS" start="2026-08-05T00:56:47.884572" elapsed="610.954154"/>
</kw>
<kw name="Sleep" owner="BuiltIn">
<msg time="2026-08-05T01:06:58.839210" level="INFO">Slept 0 seconds.</msg>
<arg>${test_delay}</arg>
<doc>Pauses the test executed for the given time.</doc>
<status status="PASS" start="2026-08-05T01:06:58.838876" elapsed="0.000392"/>
</kw>
<kw name="Log Results As Zero If Cbench Timed Out" type="TEARDOWN">
<kw name="Run Keyword If Timeout Occurred" owner="BuiltIn">
<arg>Log Results And Determine Status</arg>
<arg>0</arg>
<arg>0</arg>
<arg>0</arg>
<arg>0</arg>
<arg>${output_filename}</arg>
<doc>Runs the given keyword if either a test or a keyword timeout has occurred.</doc>
<status status="PASS" start="2026-08-05T01:06:58.839810" elapsed="0.000266"/>
</kw>
<status status="PASS" start="2026-08-05T01:06:58.839505" elapsed="0.000643"/>
</kw>
<doc>cbench executed in throughput mode (-t). Test parameters have defaults, but can be overridden
on the pybot command line</doc>
<tag>cbench</tag>
<tag>throughput</tag>
<timeout value="15 minutes"/>
<status status="PASS" start="2026-08-05T00:56:47.883115" elapsed="610.957080"/>
</test>
<test id="s1-t3" name="Rerun Latency Test To Check Bug 6176" line="65">
<kw name="Log" owner="BuiltIn">
<msg time="2026-08-05T01:06:58.841952" level="INFO">Cbench tests using 10 iterations of 60 second tests. Switch Count: 16. Unique MACS to cycle: 100</msg>
<arg>Cbench tests using ${loops} iterations of ${duration_in_secs} second tests. Switch Count: ${switch_count}. Unique MACS to cycle: ${num_of_unique_macs}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-08-05T01:06:58.841505" elapsed="0.000509"/>
</kw>
<kw name="Run Cbench And Log Results">
<kw name="Set Suite Variable" owner="BuiltIn">
<msg time="2026-08-05T01:06:58.843278" level="INFO">${output_filename} = bug.csv</msg>
<arg>${output_filename}</arg>
<doc>Makes a variable available everywhere within the scope of the current suite.</doc>
<status status="PASS" start="2026-08-05T01:06:58.842949" elapsed="0.000371"/>
</kw>
<if>
<branch type="IF" condition="&quot;${cbench_system}&quot; == &quot;localhost&quot;">
<kw name="Run" owner="OperatingSystem">
<var>${output}</var>
<arg>${cbench_executable} -c ${ODL_SYSTEM_IP} ${cbench_args}</arg>
<doc>_This keyword is considered deprecated. Use the
[http://robotframework.org/robotframework/latest/libraries/Process.html|
Process] library instead._</doc>
<status status="NOT RUN" start="2026-08-05T01:06:58.843702" elapsed="0.000022"/>
</kw>
<status status="NOT RUN" start="2026-08-05T01:06:58.843476" elapsed="0.000285"/>
</branch>
<branch type="ELSE">
<kw name="Run Command On Remote System" owner="Utils">
<if>
<branch type="IF" condition="&quot;${return_stdout}&quot;!=&quot;True&quot; and &quot;${return_stderr}&quot;!=&quot;True&quot;">
<kw name="Fail" owner="BuiltIn">
<arg>At least one of {return_stdout} or {return_stderr} args should be set to True</arg>
<doc>Fails the test with the given message and optionally alters its tags.</doc>
<status status="NOT RUN" start="2026-08-05T01:06:58.847063" elapsed="0.000029"/>
</kw>
<status status="NOT RUN" start="2026-08-05T01:06:58.846769" elapsed="0.000366"/>
</branch>
<status status="PASS" start="2026-08-05T01:06:58.846749" elapsed="0.000418"/>
</if>
<kw name="Get Connection" owner="SSHLibrary">
<msg time="2026-08-05T01:06:58.847574" level="INFO">index=None
host=None
alias=None
port=22
timeout=3 seconds
newline=

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

prompt=None
term_type=vt100
width=80
height=24
path_separator=/
encoding=utf8
escape_ansi=False
encoding_errors=strict</msg>
<var>${current_ssh_connection}</var>
<doc>Returns information about the connection.</doc>
<status status="PASS" start="2026-08-05T01:06:58.847339" elapsed="0.000385"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-08-05T01:06:58.848280" level="INFO">Attempting to execute command "/usr/local/bin/cbench -c 10.30.170.21 -m 60000 -M 100 -S 16 -l 10 -D 5000 -p 6633" on remote system "10.30.170.104" by user "jenkins" with keyfile pass "any" and prompt "&gt;" and password ""</msg>
<arg>Attempting to execute command "${cmd}" on remote system "${system}" by user "${user}" with keyfile pass "${keyfile_pass}" and prompt "${prompt}" and password "${password}"</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-08-05T01:06:58.847859" elapsed="0.000480"/>
</kw>
<kw name="Open Connection" owner="SSHLibrary">
<msg time="2026-08-05T01:06:58.848901" level="INFO">${conn_id} = 9</msg>
<var>${conn_id}</var>
<arg>${system}</arg>
<arg>prompt=${prompt}</arg>
<arg>timeout=${prompt_timeout}</arg>
<doc>Opens a new SSH connection to the given ``host`` and ``port``.</doc>
<status status="PASS" start="2026-08-05T01:06:58.848494" elapsed="0.000434"/>
</kw>
<kw name="Flexible_SSH_Login" owner="SSHKeywords">
<kw name="Get Length" owner="BuiltIn">
<msg time="2026-08-05T01:06:58.849898" level="INFO">Length is 0.</msg>
<msg time="2026-08-05T01:06:58.850003" level="INFO">${pwd_length} = 0</msg>
<var>${pwd_length}</var>
<arg>${password}</arg>
<doc>Returns and logs the length of the given item as an integer.</doc>
<status status="PASS" start="2026-08-05T01:06:58.849528" elapsed="0.000500"/>
</kw>
<kw name="Run Keyword And Return If" owner="BuiltIn">
<arg>${pwd_length} &gt; 0</arg>
<arg>SSHLibrary.Login</arg>
<arg>${user}</arg>
<arg>${password}</arg>
<arg>delay=${delay}</arg>
<doc>Runs the specified keyword and returns from the enclosing user keyword.</doc>
<status status="PASS" start="2026-08-05T01:06:58.850178" elapsed="0.000366"/>
</kw>
<kw name="Run Keyword And Return" owner="BuiltIn">
<kw name="Login With Public Key" owner="SSHLibrary">
<msg time="2026-08-05T01:06:58.851534" level="INFO">Logging into '10.30.170.104:22' as 'jenkins'.</msg>
<msg time="2026-08-05T01:06:59.477915" 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 Wed Aug  5 01:06:59 UTC 2026

  System load:  0.3                Processes:             104
  Usage of /:   19.3% of 38.58GB   Users logged in:       0
  Memory usage: 4%                 IPv4 address for ens3: 10.30.170.104
  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: Wed Aug  5 00:56:48 2026 from 10.30.171.142
[?2004h[jenkins@releng-63164-361-1-mininet-ovs-217-0 ~]&gt;</msg>
<arg>${user}</arg>
<arg>${USER_HOME}/.ssh/${SSH_KEY}</arg>
<arg>${KEYFILE_PASS}</arg>
<arg>delay=${delay}</arg>
<doc>Logs into the SSH server using key-based authentication.</doc>
<status status="PASS" start="2026-08-05T01:06:58.851074" elapsed="0.627065"/>
</kw>
<msg time="2026-08-05T01:06:59.478239" level="INFO">Returning from the enclosing user keyword.</msg>
<arg>SSHLibrary.Login With Public Key</arg>
<arg>${user}</arg>
<arg>${USER_HOME}/.ssh/${SSH_KEY}</arg>
<arg>${KEYFILE_PASS}</arg>
<arg>delay=${delay}</arg>
<doc>Runs the specified keyword and returns from the enclosing user keyword.</doc>
<status status="PASS" start="2026-08-05T01:06:58.850699" elapsed="0.627646"/>
</kw>
<arg>${user}</arg>
<arg>${password}</arg>
<doc>On active SSH session: if given non-empty password, do Login, else do Login With Public Key.</doc>
<status status="PASS" start="2026-08-05T01:06:58.849130" elapsed="0.629369"/>
</kw>
<kw name="Execute Command" owner="SSHLibrary">
<msg time="2026-08-05T01:06:59.479160" level="INFO">Executing command '/usr/local/bin/cbench -c 10.30.170.21 -m 60000 -M 100 -S 16 -l 10 -D 5000 -p 6633'.</msg>
<msg time="2026-08-05T01:17:05.531063" level="INFO">Command exited with return code 0.</msg>
<msg time="2026-08-05T01:17:05.531702" level="INFO">${stdout} = </msg>
<msg time="2026-08-05T01:17:05.531809" level="INFO">${stderr} = cbench: controller benchmarking tool
   running in mode 'latency'
   connecting to controller at 10.30.170.21: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-08-05T01:06:59.478772" elapsed="606.053095"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-08-05T01:17:05.532329" elapsed="0.000733"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-08-05T01:17:05.534194" level="INFO">cbench: controller benchmarking tool
   running in mode 'latency'
   connecting to controller at 10.30.170.21: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.21. So far 1 cbench instances have initialized their switches.  Waiting for other cbench-instances
Thread-0: Total switches from ALL cbench-instances initialized.
01:08:04.617 16  switches: flows:  112081 110082 110819 110051 111251 109239 110142 110940 109896 109403 109536 107479 107484 107283 107386 108861  total = 29.198883 per ms 
01:09:04.717 16  switches: flows:  107409 104621 107160 106464 106454 105036 106552 106273 104937 103293 104412 104530 103934 103207 102663 104003  total = 27.969093 per ms 
01:10:04.817 16  switches: flows:  116479 116700 117067 117344 118380 117226 117834 117343 116341 116258 117615 116553 114520 116668 115262 116808  total = 31.088060 per ms 
01:11:04.918 16  switches: flows:  114881 114762 115603 116626 117059 114773 115011 113751 115297 114448 115889 114496 112912 113670 114260 114757  total = 30.585250 per ms 
01:12:05.018 16  switches: flows:  116675 117774 115551 118098 117805 115827 116783 116043 116340 114907 116343 116199 113614 115447 117683 117132  total = 30.985264 per ms 
01:13:05.119 16  switches: flows:  115759 116857 112828 114704 115793 112586 115630 114509 114576 114592 114887 113699 112704 112772 114769 113797  total = 30.456843 per ms 
01:14:05.219 16  switches: flows:  119914 115178 114553 117313 115419 116498 119539 118300 114360 117455 117352 118138 115310 113347 115086 113174  total = 30.963885 per ms 
01:15:05.319 16  switches: flows:  117888 112237 113110 116355 115125 114526 115189 116014 112042 112248 113256 114479 113235 113911 113210 112751  total = 30.375529 per ms 
01:16:05.420 16  switches: flows:  117625 115936 116054 117010 115857 113566 115679 115733 113275 112538 112838 112213 111760 114111 114442 111561  total = 30.452393 per ms 
01:17:05.520 16  switches: flows:  115625 113950 115182 116021 114465 114780 113463 113876 112937 113981 115441 113492 115197 113571 114118 111066  total = 30.401948 per ms 
RESULT: 16 switches 9 tests min/max/avg/stdev = 27969.09/31088.06/30364.25/10160.16 responses/s</msg>
<arg>${stderr}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-08-05T01:17:05.533445" elapsed="0.001106"/>
</kw>
<if>
<branch type="IF" condition="&quot;${return_stdout}&quot;!=&quot;True&quot;">
<return>
<value>${stderr}</value>
<status status="PASS" start="2026-08-05T01:17:05.535086" elapsed="0.000079"/>
</return>
<status status="PASS" start="2026-08-05T01:17:05.534765" elapsed="0.000482"/>
</branch>
<status status="PASS" start="2026-08-05T01:17:05.534710" elapsed="0.000595"/>
</if>
<if>
<branch type="IF" condition="&quot;${return_stderr}&quot;!=&quot;True&quot;">
<return>
<value>${stdout}</value>
<status status="NOT RUN" start="2026-08-05T01:17:05.535545" elapsed="0.000029"/>
</return>
<status status="NOT RUN" start="2026-08-05T01:17:05.535462" elapsed="0.000173"/>
</branch>
<status status="NOT RUN" start="2026-08-05T01:17:05.535397" elapsed="0.000284"/>
</if>
<return>
<value>${stdout}</value>
<value>${stderr}</value>
<status status="NOT RUN" start="2026-08-05T01:17:05.535747" elapsed="0.000029"/>
</return>
<kw name="Restore_Current_Ssh_Connection_From_Index" owner="SSHKeywords" type="TEARDOWN">
<kw name="Run Keyword And Return If" owner="BuiltIn">
<arg>${connection_index} is not None</arg>
<arg>SSHLibrary.Switch Connection</arg>
<arg>${connection_index}</arg>
<doc>Runs the specified keyword and returns from the enclosing user keyword.</doc>
<status status="PASS" start="2026-08-05T01:17:05.540616" elapsed="0.000335"/>
</kw>
<kw name="Open Connection" owner="SSHLibrary">
<arg>127.0.0.1</arg>
<doc>Opens a new SSH connection to the given ``host`` and ``port``.</doc>
<status status="PASS" start="2026-08-05T01:17:05.541096" elapsed="0.000161"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-08-05T01:17:05.541386" elapsed="0.000116"/>
</kw>
<arg>${current_ssh_connection.index}</arg>
<doc>Restore active SSH connection in SSHLibrary to given index.</doc>
<status status="PASS" start="2026-08-05T01:17:05.536456" elapsed="0.005100"/>
</kw>
<msg time="2026-08-05T01:17:05.541688" level="INFO">${output} = cbench: controller benchmarking tool
   running in mode 'latency'
   connecting to controller at 10.30.170.21: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-08-05T01:06:58.844158" elapsed="606.697556"/>
</kw>
<status status="PASS" start="2026-08-05T01:06:58.843787" elapsed="606.697977"/>
</branch>
<status status="PASS" start="2026-08-05T01:06:58.843452" elapsed="606.698335"/>
</if>
<kw name="Log" owner="BuiltIn">
<msg time="2026-08-05T01:17:05.542214" level="INFO">cbench: controller benchmarking tool
   running in mode 'latency'
   connecting to controller at 10.30.170.21: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.21. So far 1 cbench instances have initialized their switches.  Waiting for other cbench-instances
Thread-0: Total switches from ALL cbench-instances initialized.
01:08:04.617 16  switches: flows:  112081 110082 110819 110051 111251 109239 110142 110940 109896 109403 109536 107479 107484 107283 107386 108861  total = 29.198883 per ms 
01:09:04.717 16  switches: flows:  107409 104621 107160 106464 106454 105036 106552 106273 104937 103293 104412 104530 103934 103207 102663 104003  total = 27.969093 per ms 
01:10:04.817 16  switches: flows:  116479 116700 117067 117344 118380 117226 117834 117343 116341 116258 117615 116553 114520 116668 115262 116808  total = 31.088060 per ms 
01:11:04.918 16  switches: flows:  114881 114762 115603 116626 117059 114773 115011 113751 115297 114448 115889 114496 112912 113670 114260 114757  total = 30.585250 per ms 
01:12:05.018 16  switches: flows:  116675 117774 115551 118098 117805 115827 116783 116043 116340 114907 116343 116199 113614 115447 117683 117132  total = 30.985264 per ms 
01:13:05.119 16  switches: flows:  115759 116857 112828 114704 115793 112586 115630 114509 114576 114592 114887 113699 112704 112772 114769 113797  total = 30.456843 per ms 
01:14:05.219 16  switches: flows:  119914 115178 114553 117313 115419 116498 119539 118300 114360 117455 117352 118138 115310 113347 115086 113174  total = 30.963885 per ms 
01:15:05.319 16  switches: flows:  117888 112237 113110 116355 115125 114526 115189 116014 112042 112248 113256 114479 113235 113911 113210 112751  total = 30.375529 per ms 
01:16:05.420 16  switches: flows:  117625 115936 116054 117010 115857 113566 115679 115733 113275 112538 112838 112213 111760 114111 114442 111561  total = 30.452393 per ms 
01:17:05.520 16  switches: flows:  115625 113950 115182 116021 114465 114780 113463 113876 112937 113981 115441 113492 115197 113571 114118 111066  total = 30.401948 per ms 
RESULT: 16 switches 9 tests min/max/avg/stdev = 27969.09/31088.06/30364.25/10160.16 responses/s</msg>
<arg>${output}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-08-05T01:17:05.541927" elapsed="0.000360"/>
</kw>
<kw name="Should Contain" owner="BuiltIn">
<arg>${output}</arg>
<arg>RESULT</arg>
<doc>Fails if ``container`` does not contain ``item`` one or more times.</doc>
<status status="PASS" start="2026-08-05T01:17:05.542446" elapsed="0.000396"/>
</kw>
<kw name="Get Lines Containing String" owner="String">
<msg time="2026-08-05T01:17:05.543228" level="INFO">1 out of 23 lines matched.</msg>
<msg time="2026-08-05T01:17:05.543318" level="INFO">${result_line} = RESULT: 16 switches 9 tests min/max/avg/stdev = 27969.09/31088.06/30364.25/10160.16 responses/s</msg>
<var>${result_line}</var>
<arg>${output}</arg>
<arg>RESULT</arg>
<doc>Returns lines of the given ``string`` that contain the ``pattern``.</doc>
<status status="PASS" start="2026-08-05T01:17:05.543002" elapsed="0.000340"/>
</kw>
<kw name="Split String" owner="String">
<msg time="2026-08-05T01:17:05.543766" level="INFO">@{results_list} = [ RESULT: | 16 | switches | 9 | tests | min/max/avg/stdev | = | 27969.09/31088.06/30364.25/10160.16 | responses/s ]</msg>
<var>@{results_list}</var>
<arg>${result_line}</arg>
<doc>Splits the ``string`` using ``separator`` as a delimiter string.</doc>
<status status="PASS" start="2026-08-05T01:17:05.543514" elapsed="0.000278"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-08-05T01:17:05.546181" level="INFO">min/max/avg/stdev</msg>
<arg>${results_list[5]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-08-05T01:17:05.543937" elapsed="0.002299"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-08-05T01:17:05.548612" level="INFO">27969.09/31088.06/30364.25/10160.16</msg>
<arg>${results_list[7]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-08-05T01:17:05.546379" elapsed="0.002288"/>
</kw>
<kw name="Split String" owner="String">
<msg time="2026-08-05T01:17:05.551055" level="INFO">@{result_name_list} = [ min | max | avg | stdev ]</msg>
<var>@{result_name_list}</var>
<arg>${results_list[5]}</arg>
<arg>/</arg>
<doc>Splits the ``string`` using ``separator`` as a delimiter string.</doc>
<status status="PASS" start="2026-08-05T01:17:05.548820" elapsed="0.002262"/>
</kw>
<kw name="Split String" owner="String">
<msg time="2026-08-05T01:17:05.553492" level="INFO">@{result_value_list} = [ 27969.09 | 31088.06 | 30364.25 | 10160.16 ]</msg>
<var>@{result_value_list}</var>
<arg>${results_list[7]}</arg>
<arg>/</arg>
<doc>Splits the ``string`` using ``separator`` as a delimiter string.</doc>
<status status="PASS" start="2026-08-05T01:17:05.551265" elapsed="0.002255"/>
</kw>
<kw name="Get Length" owner="BuiltIn">
<msg time="2026-08-05T01:17:05.553974" level="INFO">Length is 4.</msg>
<msg time="2026-08-05T01:17:05.554061" level="INFO">${num_stats} = 4</msg>
<var>${num_stats}</var>
<arg>${result_name_list}</arg>
<doc>Returns and logs the length of the given item as an integer.</doc>
<status status="PASS" start="2026-08-05T01:17:05.553670" elapsed="0.000415"/>
</kw>
<for flavor="IN RANGE">
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-08-05T01:17:05.558888" level="INFO">min :: 27969.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-08-05T01:17:05.554480" elapsed="0.004467"/>
</kw>
<var name="${i}">0</var>
<status status="PASS" start="2026-08-05T01:17:05.554337" elapsed="0.004644"/>
</iter>
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-08-05T01:17:05.563505" level="INFO">max :: 31088.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-08-05T01:17:05.559195" elapsed="0.004366"/>
</kw>
<var name="${i}">1</var>
<status status="PASS" start="2026-08-05T01:17:05.559069" elapsed="0.004526"/>
</iter>
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-08-05T01:17:05.568101" level="INFO">avg :: 30364.25</msg>
<arg>${result_name_list[${i}]} :: ${result_value_list[${i}]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-08-05T01:17:05.563806" elapsed="0.004352"/>
</kw>
<var name="${i}">2</var>
<status status="PASS" start="2026-08-05T01:17:05.563677" elapsed="0.004515"/>
</iter>
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-08-05T01:17:05.572678" level="INFO">stdev :: 10160.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-08-05T01:17:05.568401" elapsed="0.004332"/>
</kw>
<var name="${i}">3</var>
<status status="PASS" start="2026-08-05T01:17:05.568275" elapsed="0.004492"/>
</iter>
<var>${i}</var>
<value>0</value>
<value>${num_stats}</value>
<status status="PASS" start="2026-08-05T01:17:05.554152" elapsed="0.018645"/>
</for>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-08-05T01:17:05.576820" level="INFO">${min} = 27969.09</msg>
<var>${min}</var>
<arg>${result_value_list[${0}]}</arg>
<doc>Returns the given values which can then be assigned to a variables.</doc>
<status status="PASS" start="2026-08-05T01:17:05.572961" elapsed="0.003886"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-08-05T01:17:05.580729" level="INFO">${max} = 31088.06</msg>
<var>${max}</var>
<arg>${result_value_list[${1}]}</arg>
<doc>Returns the given values which can then be assigned to a variables.</doc>
<status status="PASS" start="2026-08-05T01:17:05.576999" elapsed="0.003757"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-08-05T01:17:05.585022" level="INFO">${average} = 30364.25</msg>
<var>${average}</var>
<arg>${result_value_list[${2}]}</arg>
<doc>Returns the given values which can then be assigned to a variables.</doc>
<status status="PASS" start="2026-08-05T01:17:05.580906" elapsed="0.004144"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-08-05T01:17:05.588923" level="INFO">${stdev} = 10160.16</msg>
<var>${stdev}</var>
<arg>${result_value_list[${3}]}</arg>
<doc>Returns the given values which can then be assigned to a variables.</doc>
<status status="PASS" start="2026-08-05T01:17:05.585204" elapsed="0.003744"/>
</kw>
<kw name="Get Time" owner="BuiltIn">
<msg time="2026-08-05T01:17:05.589476" level="INFO">${date} = 2026-08-05 01:17:05</msg>
<var>${date}</var>
<arg>d,m,s</arg>
<doc>Returns the given time in the requested format.</doc>
<status status="PASS" start="2026-08-05T01:17:05.589106" elapsed="0.000396"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-08-05T01:17:05.590058" level="INFO">CBench Result: 2026-08-05 01:17:05,-m 60000 -M 100 -S 16 -l 10 -D 5000 -p 6633,27969.09,31088.06,30364.25,10160.16</msg>
<arg>CBench Result: ${date},${cbench_args},${min},${max},${average},${stdev}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-08-05T01:17:05.589646" elapsed="0.000469"/>
</kw>
<kw name="Log Results And Determine Status">
<kw name="Append To File" owner="OperatingSystem">
<msg time="2026-08-05T01:17:05.591214" 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-08-05T01:17:05.590745" elapsed="0.000536"/>
</kw>
<kw name="Should Be True" owner="BuiltIn">
<arg>${average} &gt; ${threshold}</arg>
<arg>${average} flow_mods per/sec did not exceed threshold of ${threshold}</arg>
<doc>Fails if the given condition is not true.</doc>
<status status="PASS" start="2026-08-05T01:17:05.591446" elapsed="0.000471"/>
</kw>
<arg>${min}</arg>
<arg>${max}</arg>
<arg>${average}</arg>
<arg>${average_threshold}</arg>
<arg>${output_filename}</arg>
<status status="PASS" start="2026-08-05T01:17:05.590251" elapsed="0.001730"/>
</kw>
<arg>-m ${duration_in_ms} -M ${num_of_unique_macs} -S ${switch_count} -l ${loops} -D ${start_delay} -p ${of_port}</arg>
<arg>${latency_threshold}</arg>
<arg>bug.csv</arg>
<status status="PASS" start="2026-08-05T01:06:58.842355" elapsed="606.749684"/>
</kw>
<kw name="Sleep" owner="BuiltIn">
<msg time="2026-08-05T01:17:05.592515" level="INFO">Slept 0 seconds.</msg>
<arg>${test_delay}</arg>
<doc>Pauses the test executed for the given time.</doc>
<status status="PASS" start="2026-08-05T01:17:05.592190" elapsed="0.000381"/>
</kw>
<kw name="Report Failure Due To Bug" owner="Utils" type="TEARDOWN">
<kw name="Evaluate" owner="BuiltIn">
<msg time="2026-08-05T01:17:05.593771" level="INFO">${test_skipped} = False</msg>
<var>${test_skipped}</var>
<arg>len(re.findall('SKIPPED', """${TEST_MESSAGE}""")) &gt; 0</arg>
<arg>modules=re</arg>
<doc>Evaluates the given expression in Python and returns the result.</doc>
<status status="PASS" start="2026-08-05T01:17:05.593273" elapsed="0.000525"/>
</kw>
<if>
<branch type="IF" condition="('${TEST_STATUS}' != 'FAIL') or ${test_skipped}">
<return>
<status status="PASS" start="2026-08-05T01:17:05.594016" elapsed="0.000029"/>
</return>
<status status="PASS" start="2026-08-05T01:17:05.593871" elapsed="0.000204"/>
</branch>
<status status="PASS" start="2026-08-05T01:17:05.593853" elapsed="0.000246"/>
</if>
<kw name="Comment" owner="BuiltIn">
<arg>Jira tickets are {PROJECT}-{NUMBER} while Bugzilla tickets are {NUMBER}</arg>
<doc>Displays the given messages in the log file as keyword arguments.</doc>
<status status="NOT RUN" start="2026-08-05T01:17:05.594236" 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-08-05T01:17:05.594389" elapsed="0.000020"/>
</kw>
<kw name="Set Variable If" owner="BuiltIn">
<var>${bug_url}</var>
<arg>${match}</arg>
<arg>https://jira.opendaylight.org/browse/${number}</arg>
<arg>https://bugs.opendaylight.org/show_bug.cgi?id=${number}</arg>
<doc>Sets variable based on the given condition.</doc>
<status status="NOT RUN" start="2026-08-05T01:17:05.594584" elapsed="0.000020"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<var>${msg}</var>
<arg>This test fails due to ${bug_url}</arg>
<doc>Returns the given values which can then be assigned to a variables.</doc>
<status status="NOT RUN" start="2026-08-05T01:17:05.594777" 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-08-05T01:17:05.594927" elapsed="0.000026"/>
</kw>
<kw name="Set Test Message" owner="BuiltIn">
<arg>${msg}${newline}${newline}${TEST_MESSAGE}</arg>
<doc>Sets message for the current test case.</doc>
<status status="NOT RUN" start="2026-08-05T01:17:05.595079" 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-08-05T01:17:05.595222" 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-08-05T01:17:05.595455" elapsed="0.000020"/>
</kw>
<status status="NOT RUN" start="2026-08-05T01:17:05.595303" elapsed="0.000204"/>
</branch>
<status status="NOT RUN" start="2026-08-05T01:17:05.595287" elapsed="0.000244"/>
</if>
<arg>6176</arg>
<doc>Report that a test failed due to a known Bugzilla bug whose
number is provided as an argument.
Not FAILED (incl. SKIPPED) test are not reported.
This keyword must be used in the [Teardown] setting of the affected test
or as the first line of the test if FastFail module is not being
used. It reports the URL of the bug on console and also puts it
into the Robot log file.</doc>
<status status="PASS" start="2026-08-05T01:17:05.592943" elapsed="0.002638"/>
</kw>
<doc>cbench executed in latency mode to see if controller is healthy</doc>
<tag>cbench</tag>
<tag>latency</tag>
<timeout value="15 minutes"/>
<status status="PASS" start="2026-08-05T01:06:58.840903" elapsed="606.754722"/>
</test>
<doc>Cbench Latency and Throughput tests can be run from an external
cbench.
If cbench is run with a medium number of switches or higher (e.g. 32+)
the normal openflow operations seem to break.
BUG: https://bugs.opendaylight.org/show_bug.cgi?id=2897</doc>
<status status="PASS" start="2026-08-05T00:46:38.628948" elapsed="1826.967325"/>
</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>
