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

[?1h=[90m~[0m                                                                                [?2004hopendaylight-user</msg>
<arg>${KARAF_USER}</arg>
<arg>${KARAF_PASSWORD}</arg>
<arg>loglevel=${loglevel}</arg>
<doc>Logs into the SSH server with the given ``username`` and ``password``.</doc>
<status status="PASS" start="2026-05-08T00:41:14.676302" elapsed="1.004041"/>
</kw>
<kw name="Write" owner="SSHLibrary">
<msg time="2026-05-08T00:41:15.731124" level="INFO">@root&gt;log:set ERROR</msg>
<arg>${cmd}</arg>
<doc>Writes the given ``text`` on the remote machine and appends a newline.</doc>
<status status="PASS" start="2026-05-08T00:41:15.680583" elapsed="0.050613"/>
</kw>
<kw name="Read Until Regexp" owner="SSHLibrary">
<msg time="2026-05-08T00:41:15.740285" level="INFO">[?1l&gt;[?2004l[?1h=[90m~[0m                                                                                [?2004hopendaylight-user@root&gt;</msg>
<msg time="2026-05-08T00:41:15.740403" level="INFO">${output} = [?1l&gt;[?2004l[?1h=[90m~[0m                                                                                [?2004hopendaylight-user@root&gt;</msg>
<var>${output}</var>
<arg>${KARAF_PROMPT}</arg>
<doc>Consumes and returns the server output until a match to ``regexp`` is found.</doc>
<status status="PASS" start="2026-05-08T00:41:15.731365" elapsed="0.009069"/>
</kw>
<kw name="Write Bare" owner="SSHLibrary">
<arg>logout\n</arg>
<doc>Writes the given ``text`` on the remote machine without appending a newline.</doc>
<status status="PASS" start="2026-05-08T00:41:15.740597" elapsed="0.000215"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-05-08T00:41:15.740963" elapsed="0.000205"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-05-08T00:41:15.741627" level="INFO">[?1l&gt;[?2004l[?1h=[90m~[0m                                                                                [?2004hopendaylight-user@root&gt;</msg>
<arg>${output}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-05-08T00:41:15.741318" elapsed="0.000394"/>
</kw>
<return>
<value>${output}</value>
<status status="PASS" start="2026-05-08T00:41:15.741765" elapsed="0.000046"/>
</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.121
Note that this keyword will open&amp;close new SSH connection, without switching back to previously current session.</doc>
<status status="PASS" start="2026-05-08T00:41:14.674845" elapsed="1.067083"/>
</kw>
<arg>3x</arg>
<arg>1s</arg>
<arg>KarafKeywords.Issue Command On Karaf Console</arg>
<arg>log:set ${log_level}</arg>
<doc>Runs the specified keyword and retries if it fails.</doc>
<status status="PASS" start="2026-05-08T00:41:14.671271" elapsed="1.070744"/>
</kw>
<kw name="Append To File" owner="OperatingSystem">
<msg time="2026-05-08T00:41:15.742543" level="INFO" html="true">Appended to file '&lt;a href="file:///w/workspace/openflowplugin-csit-1node-cbench-only-vanadium/latency.csv"&gt;/w/workspace/openflowplugin-csit-1node-cbench-only-vanadium/latency.csv&lt;/a&gt;'.</msg>
<arg>${latency_results_file}</arg>
<arg>LATENCY_MIN,LATENCY_MAX,LATENCY_AVERAGE\n</arg>
<doc>Appends the given content to the specified file.</doc>
<status status="PASS" start="2026-05-08T00:41:15.742201" elapsed="0.000397"/>
</kw>
<kw name="Append To File" owner="OperatingSystem">
<msg time="2026-05-08T00:41:15.743015" level="INFO" html="true">Appended to file '&lt;a href="file:///w/workspace/openflowplugin-csit-1node-cbench-only-vanadium/throughput.csv"&gt;/w/workspace/openflowplugin-csit-1node-cbench-only-vanadium/throughput.csv&lt;/a&gt;'.</msg>
<arg>${throughput_results_file}</arg>
<arg>THROUGHPUT_MIN,THROUGHPUT_MAX,THROUGHPUT_AVERAGE\n</arg>
<doc>Appends the given content to the specified file.</doc>
<status status="PASS" start="2026-05-08T00:41:15.742750" elapsed="0.000322"/>
</kw>
<kw name="Evaluate" owner="BuiltIn">
<msg time="2026-05-08T00:41:15.743604" level="INFO">${duration_in_ms} = 60000</msg>
<var>${duration_in_ms}</var>
<arg>${duration_in_secs} * 1000</arg>
<doc>Evaluates the given expression in Python and returns the result.</doc>
<status status="PASS" start="2026-05-08T00:41:15.743225" elapsed="0.000406"/>
</kw>
<kw name="Set Suite Variable" owner="BuiltIn">
<msg time="2026-05-08T00:41:15.744170" level="INFO">${duration_in_ms} = 60000</msg>
<arg>${duration_in_ms}</arg>
<doc>Makes a variable available everywhere within the scope of the current suite.</doc>
<status status="PASS" start="2026-05-08T00:41:15.743797" elapsed="0.000417"/>
</kw>
<kw name="Evaluate" owner="BuiltIn">
<msg time="2026-05-08T00:41:15.744730" level="INFO">${test_timeout} = 900.0</msg>
<var>${test_timeout}</var>
<arg>(${loops} * ${duration_in_secs}) * 1.5</arg>
<doc>Evaluates the given expression in Python and returns the result.</doc>
<status status="PASS" start="2026-05-08T00:41:15.744361" elapsed="0.000396"/>
</kw>
<kw name="Set Suite Variable" owner="BuiltIn">
<msg time="2026-05-08T00:41:15.745242" level="INFO">${test_timeout} = 900.0</msg>
<arg>${test_timeout}</arg>
<doc>Makes a variable available everywhere within the scope of the current suite.</doc>
<status status="PASS" start="2026-05-08T00:41:15.744913" elapsed="0.000371"/>
</kw>
<if>
<branch type="IF" condition="&quot;${cbench_system}&quot; == &quot;localhost&quot;">
<kw name="File Should Exist" owner="OperatingSystem">
<arg>${cbench_executable}</arg>
<doc>Fails unless the given ``path`` points to an existing file.</doc>
<status status="NOT RUN" start="2026-05-08T00:41:15.745580" elapsed="0.000020"/>
</kw>
<status status="NOT RUN" start="2026-05-08T00:41:15.745371" elapsed="0.000263"/>
</branch>
<branch type="ELSE">
<kw name="Verify File Exists On Remote System" owner="Utils">
<kw name="Open Connection" owner="SSHLibrary">
<msg time="2026-05-08T00:41:15.749942" level="INFO">${conn_id} = 2</msg>
<var>${conn_id}</var>
<arg>${system}</arg>
<arg>prompt=${prompt}</arg>
<arg>timeout=${prompt_timeout}</arg>
<doc>Opens a new SSH connection to the given ``host`` and ``port``.</doc>
<status status="PASS" start="2026-05-08T00:41:15.749516" elapsed="0.000475"/>
</kw>
<kw name="Flexible_SSH_Login" owner="SSHKeywords">
<kw name="Get Length" owner="BuiltIn">
<msg time="2026-05-08T00:41:15.751279" level="INFO">Length is 0.</msg>
<msg time="2026-05-08T00:41:15.751366" level="INFO">${pwd_length} = 0</msg>
<var>${pwd_length}</var>
<arg>${password}</arg>
<doc>Returns and logs the length of the given item as an integer.</doc>
<status status="PASS" start="2026-05-08T00:41:15.750538" elapsed="0.000853"/>
</kw>
<kw name="Run Keyword And Return If" owner="BuiltIn">
<arg>${pwd_length} &gt; 0</arg>
<arg>SSHLibrary.Login</arg>
<arg>${user}</arg>
<arg>${password}</arg>
<arg>delay=${delay}</arg>
<doc>Runs the specified keyword and returns from the enclosing user keyword.</doc>
<status status="PASS" start="2026-05-08T00:41:15.751538" elapsed="0.000345"/>
</kw>
<kw name="Run Keyword And Return" owner="BuiltIn">
<kw name="Login With Public Key" owner="SSHLibrary">
<msg time="2026-05-08T00:41:15.752904" level="INFO">Logging into '10.30.170.148:22' as 'jenkins'.</msg>
<msg time="2026-05-08T00:41:16.447991" level="INFO">Read output: Welcome to Ubuntu 22.04.5 LTS (GNU/Linux 5.15.0-153-generic x86_64)

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

 System information as of Fri May  8 00:41:16 UTC 2026

  System load:  0.18               Processes:             110
  Usage of /:   19.3% of 38.58GB   Users logged in:       0
  Memory usage: 4%                 IPv4 address for ens3: 10.30.170.148
  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-229-1-mininet-ovs-217-0 ~]&gt;</msg>
<arg>${user}</arg>
<arg>${USER_HOME}/.ssh/${SSH_KEY}</arg>
<arg>${KEYFILE_PASS}</arg>
<arg>delay=${delay}</arg>
<doc>Logs into the SSH server using key-based authentication.</doc>
<status status="PASS" start="2026-05-08T00:41:15.752401" elapsed="0.695810"/>
</kw>
<msg time="2026-05-08T00:41:16.448360" level="INFO">Returning from the enclosing user keyword.</msg>
<arg>SSHLibrary.Login With Public Key</arg>
<arg>${user}</arg>
<arg>${USER_HOME}/.ssh/${SSH_KEY}</arg>
<arg>${KEYFILE_PASS}</arg>
<arg>delay=${delay}</arg>
<doc>Runs the specified keyword and returns from the enclosing user keyword.</doc>
<status status="PASS" start="2026-05-08T00:41:15.752055" elapsed="0.696441"/>
</kw>
<arg>${user}</arg>
<arg>${password}</arg>
<doc>On active SSH session: if given non-empty password, do Login, else do Login With Public Key.</doc>
<status status="PASS" start="2026-05-08T00:41:15.750200" elapsed="0.698473"/>
</kw>
<kw name="File Should Exist" owner="SSHLibrary">
<msg time="2026-05-08T00:41:16.457466" level="INFO">[chan 1] Opened sftp connection (server version 3)</msg>
<arg>${file}</arg>
<doc>Fails if the given ``path`` does NOT point to an existing file.</doc>
<status status="PASS" start="2026-05-08T00:41:16.449007" elapsed="0.010276"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-05-08T00:41:16.459550" elapsed="0.000402"/>
</kw>
<arg>${cbench_system}</arg>
<arg>${cbench_executable}</arg>
<doc>Will create connection with public key and will PASS if the given ${file} exists,
otherwise will FAIL</doc>
<status status="PASS" start="2026-05-08T00:41:15.749000" elapsed="0.711066"/>
</kw>
<status status="PASS" start="2026-05-08T00:41:15.745723" elapsed="0.714398"/>
</branch>
<status status="PASS" start="2026-05-08T00:41:15.745347" elapsed="0.714825"/>
</if>
<kw name="Should Be True" owner="BuiltIn">
<arg>${loops} &gt;= 2</arg>
<arg>If number of loops is less than 2, cbench will not run</arg>
<doc>Fails if the given condition is not true.</doc>
<status status="PASS" start="2026-05-08T00:41:16.460397" elapsed="0.000721"/>
</kw>
<kw name="Verify_Feature_Is_Installed" owner="KarafKeywords">
<if>
<branch type="IF" condition="'${IS_KARAF_APPL}' == 'False'">
<return>
<value>Not A Karaf App</value>
<status status="NOT RUN" start="2026-05-08T00:41:16.467588" elapsed="0.000026"/>
</return>
<status status="NOT RUN" start="2026-05-08T00:41:16.467414" elapsed="0.000251"/>
</branch>
<status status="PASS" start="2026-05-08T00:41:16.467378" elapsed="0.000320"/>
</if>
<kw name="Issue_Command_On_Karaf_Console" owner="KarafKeywords">
<if>
<branch type="IF" condition="'${IS_KARAF_APPL}' == 'False'">
<return>
<value>Not A Karaf App</value>
<status status="NOT RUN" start="2026-05-08T00:41:16.472075" elapsed="0.000015"/>
</return>
<status status="NOT RUN" start="2026-05-08T00:41:16.471947" elapsed="0.000175"/>
</branch>
<status status="PASS" start="2026-05-08T00:41:16.471928" elapsed="0.000217"/>
</if>
<kw name="Open Connection" owner="SSHLibrary">
<arg>${controller}</arg>
<arg>port=${karaf_port}</arg>
<arg>prompt=${KARAF_PROMPT_LOGIN}</arg>
<arg>timeout=${timeout}</arg>
<doc>Opens a new SSH connection to the given ``host`` and ``port``.</doc>
<status status="PASS" start="2026-05-08T00:41:16.472279" elapsed="0.000456"/>
</kw>
<kw name="Login" owner="SSHLibrary">
<msg time="2026-05-08T00:41:16.473162" level="INFO">Logging into '10.30.170.121:8101' as 'karaf'.</msg>
<msg time="2026-05-08T00:41:16.658191" level="INFO">Read output: [33m                                                                                           
[33m    ________                       ________                .__  .__       .__     __       
[33m    \_____  \ ______   ____   ____ \______ \ _____  ___.__.|  | |__| ____ |  |___/  |_     
[33m     /   |   \\____ \_/ __ \ /    \ |    |  \\__  \&lt;   |  ||  | |  |/ ___\|  |  \   __\    
[33m    /    |    \  |_&gt; &gt;  ___/|   |  \|    `   \/ __ \\___  ||  |_|  / /_/  &gt;   Y  \  |      
[33m    \_______  /   __/ \___  &gt;___|  /_______  (____  / ____||____/__\___  /|___|  /__|      
[33m            \/|__|        \/     \/        \/     \/\/            /_____/      \/          
[33m                                                                                           

Hit '[1m&lt;tab&gt;[0m' for a list of available commands
and '[1m[cmd] --help[0m' for help on a specific command.
Hit '[1m&lt;ctrl-d&gt;[0m' or type '[1msystem:shutdown[0m' or '[1mlogout[0m' to shutdown OpenDaylight.

[?1h=[90m~[0m                                                                                [?2004hopendaylight-user</msg>
<arg>${KARAF_USER}</arg>
<arg>${KARAF_PASSWORD}</arg>
<arg>loglevel=${loglevel}</arg>
<doc>Logs into the SSH server with the given ``username`` and ``password``.</doc>
<status status="PASS" start="2026-05-08T00:41:16.472880" elapsed="0.185506"/>
</kw>
<kw name="Write" owner="SSHLibrary">
<msg time="2026-05-08T00:41:16.760072" level="INFO">@root&gt;feature:list -i | 0[C 0g[Krep odl-openflowplugin-drop-test</msg>
<arg>${cmd}</arg>
<doc>Writes the given ``text`` on the remote machine and appends a newline.</doc>
<status status="PASS" start="2026-05-08T00:41:16.658689" elapsed="0.101548"/>
</kw>
<kw name="Read Until Regexp" owner="SSHLibrary">
<msg time="2026-05-08T00:41:16.776191" level="INFO">[?1l&gt;[?2004l[31;1modl-openflowplugin-drop-test[0m                                    x 0.21.3           x x        x Started x [31;1modl-openflowplugin-drop-test[0m                                    x OpenDaylight :: Openflow Plugin :: Drop Test
[?1h=[90m~[0m                                                                                [?2004hopendaylight-user@root&gt;</msg>
<msg time="2026-05-08T00:41:16.776508" level="INFO">${output} = [?1l&gt;[?2004l[31;1modl-openflowplugin-drop-test[0m                                    x 0.21.3           x x        x Started x [31;1modl-openflowplugin-drop-test[0m                     ...</msg>
<var>${output}</var>
<arg>${KARAF_PROMPT}</arg>
<doc>Consumes and returns the server output until a match to ``regexp`` is found.</doc>
<status status="PASS" start="2026-05-08T00:41:16.760509" elapsed="0.016034"/>
</kw>
<kw name="Write Bare" owner="SSHLibrary">
<arg>logout\n</arg>
<doc>Writes the given ``text`` on the remote machine without appending a newline.</doc>
<status status="PASS" start="2026-05-08T00:41:16.776792" elapsed="0.000371"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-05-08T00:41:16.777324" elapsed="0.000224"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-05-08T00:41:16.778076" level="INFO">[?1l&gt;[?2004l[31;1modl-openflowplugin-drop-test[0m                                    x 0.21.3           x x        x Started x [31;1modl-openflowplugin-drop-test[0m                                    x OpenDaylight :: Openflow Plugin :: Drop Test
[?1h=[90m~[0m                                                                                [?2004hopendaylight-user@root&gt;</msg>
<arg>${output}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-05-08T00:41:16.777689" elapsed="0.000444"/>
</kw>
<return>
<value>${output}</value>
<status status="PASS" start="2026-05-08T00:41:16.778188" elapsed="0.000056"/>
</return>
<msg time="2026-05-08T00:41:16.778402" 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.121
Note that this keyword will open&amp;close new SSH connection, without switching back to previously current session.</doc>
<status status="PASS" start="2026-05-08T00:41:16.471582" elapsed="0.306852"/>
</kw>
<kw name="Should Contain" owner="BuiltIn">
<arg>${output}</arg>
<arg>${feature_name}</arg>
<doc>Fails if ``container`` does not contain ``item`` one or more times.</doc>
<status status="PASS" start="2026-05-08T00:41:16.778587" elapsed="0.000591"/>
</kw>
<return>
<value>${output}</value>
<status status="PASS" start="2026-05-08T00:41:16.779230" elapsed="0.000031"/>
</return>
<arg>odl-openflowplugin-drop-test</arg>
<doc>Will Succeed if the given ${feature_name} is found in the output of "feature:list -i"</doc>
<status status="PASS" start="2026-05-08T00:41:16.466944" elapsed="0.312420"/>
</kw>
<kw name="Issue_Command_On_Karaf_Console" owner="KarafKeywords">
<if>
<branch type="IF" condition="'${IS_KARAF_APPL}' == 'False'">
<return>
<value>Not A Karaf App</value>
<status status="NOT RUN" start="2026-05-08T00:41:16.783295" elapsed="0.000019"/>
</return>
<status status="NOT RUN" start="2026-05-08T00:41:16.783153" elapsed="0.000198"/>
</branch>
<status status="PASS" start="2026-05-08T00:41:16.783127" elapsed="0.000249"/>
</if>
<kw name="Open Connection" owner="SSHLibrary">
<arg>${controller}</arg>
<arg>port=${karaf_port}</arg>
<arg>prompt=${KARAF_PROMPT_LOGIN}</arg>
<arg>timeout=${timeout}</arg>
<doc>Opens a new SSH connection to the given ``host`` and ``port``.</doc>
<status status="PASS" start="2026-05-08T00:41:16.783521" elapsed="0.000503"/>
</kw>
<kw name="Login" owner="SSHLibrary">
<msg time="2026-05-08T00:41:16.784457" level="INFO">Logging into '10.30.170.121:8101' as 'karaf'.</msg>
<msg time="2026-05-08T00:41:16.964838" level="INFO">Read output: [33m                                                                                           
[33m    ________                       ________                .__  .__       .__     __       
[33m    \_____  \ ______   ____   ____ \______ \ _____  ___.__.|  | |__| ____ |  |___/  |_     
[33m     /   |   \\____ \_/ __ \ /    \ |    |  \\__  \&lt;   |  ||  | |  |/ ___\|  |  \   __\    
[33m    /    |    \  |_&gt; &gt;  ___/|   |  \|    `   \/ __ \\___  ||  |_|  / /_/  &gt;   Y  \  |      
[33m    \_______  /   __/ \___  &gt;___|  /_______  (____  / ____||____/__\___  /|___|  /__|      
[33m            \/|__|        \/     \/        \/     \/\/            /_____/      \/          
[33m                                                                                           

Hit '[1m&lt;tab&gt;[0m' for a list of available commands
and '[1m[cmd] --help[0m' for help on a specific command.
Hit '[1m&lt;ctrl-d&gt;[0m' or type '[1msystem:shutdown[0m' or '[1mlogout[0m' to shutdown OpenDaylight.

[?1h=[90m~[0m                                                                                [?2004hopendaylight-user</msg>
<arg>${KARAF_USER}</arg>
<arg>${KARAF_PASSWORD}</arg>
<arg>loglevel=${loglevel}</arg>
<doc>Logs into the SSH server with the given ``username`` and ``password``.</doc>
<status status="PASS" start="2026-05-08T00:41:16.784183" elapsed="0.180837"/>
</kw>
<kw name="Write" owner="SSHLibrary">
<msg time="2026-05-08T00:41:16.991265" level="INFO">@root&gt;dropallpacketsrpc on</msg>
<arg>${cmd}</arg>
<doc>Writes the given ``text`` on the remote machine and appends a newline.</doc>
<status status="PASS" start="2026-05-08T00:41:16.965303" elapsed="0.026113"/>
</kw>
<kw name="Read Until Regexp" owner="SSHLibrary">
<msg time="2026-05-08T00:41:16.993365" level="INFO">[?1l&gt;[?2004lDropAllFlows transitions to on
[?1h=[90m~[0m                                                                                [?2004hopendaylight-user@root&gt;</msg>
<msg time="2026-05-08T00:41:16.993473" level="INFO">${output} = [?1l&gt;[?2004lDropAllFlows transitions to on
[?1h=[90m~[0m                                                                                [?2004hopendaylight-user@root&gt;</msg>
<var>${output}</var>
<arg>${KARAF_PROMPT}</arg>
<doc>Consumes and returns the server output until a match to ``regexp`` is found.</doc>
<status status="PASS" start="2026-05-08T00:41:16.991680" elapsed="0.001832"/>
</kw>
<kw name="Write Bare" owner="SSHLibrary">
<arg>logout\n</arg>
<doc>Writes the given ``text`` on the remote machine without appending a newline.</doc>
<status status="PASS" start="2026-05-08T00:41:16.993664" elapsed="0.000322"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-05-08T00:41:16.994191" elapsed="0.000227"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-05-08T00:41:16.994890" level="INFO">[?1l&gt;[?2004lDropAllFlows transitions to on
[?1h=[90m~[0m                                                                                [?2004hopendaylight-user@root&gt;</msg>
<arg>${output}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-05-08T00:41:16.994560" elapsed="0.000380"/>
</kw>
<return>
<value>${output}</value>
<status status="PASS" start="2026-05-08T00:41:16.995016" elapsed="0.000058"/>
</return>
<arg>dropallpacketsrpc on</arg>
<doc>Will execute the given ${cmd} by ssh'ing to the karaf console running on 10.30.170.121
Note that this keyword will open&amp;close new SSH connection, without switching back to previously current session.</doc>
<status status="PASS" start="2026-05-08T00:41:16.782783" elapsed="0.212416"/>
</kw>
<status status="PASS" start="2026-05-08T00:41:14.669553" elapsed="2.325711"/>
</kw>
<test id="s1-t1" name="Cbench Latency Test" line="37">
<kw name="Log" owner="BuiltIn">
<msg time="2026-05-08T00:41:16.997611" level="INFO">Cbench tests using 10 iterations of 60 second tests. Switch Count: 16. Unique MACS to cycle: 100</msg>
<arg>Cbench tests using ${loops} iterations of ${duration_in_secs} second tests. Switch Count: ${switch_count}. Unique MACS to cycle: ${num_of_unique_macs}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-05-08T00:41:16.996415" elapsed="0.001266"/>
</kw>
<kw name="Run Cbench And Log Results">
<kw name="Set Suite Variable" owner="BuiltIn">
<msg time="2026-05-08T00:41:16.999704" level="INFO">${output_filename} = latency.csv</msg>
<arg>${output_filename}</arg>
<doc>Makes a variable available everywhere within the scope of the current suite.</doc>
<status status="PASS" start="2026-05-08T00:41:16.999336" elapsed="0.000412"/>
</kw>
<if>
<branch type="IF" condition="&quot;${cbench_system}&quot; == &quot;localhost&quot;">
<kw name="Run" owner="OperatingSystem">
<var>${output}</var>
<arg>${cbench_executable} -c ${ODL_SYSTEM_IP} ${cbench_args}</arg>
<doc>_This keyword is considered deprecated. Use the
[http://robotframework.org/robotframework/latest/libraries/Process.html|
Process] library instead._</doc>
<status status="NOT RUN" start="2026-05-08T00:41:17.000091" elapsed="0.000021"/>
</kw>
<status status="NOT RUN" start="2026-05-08T00:41:16.999831" elapsed="0.000318"/>
</branch>
<branch type="ELSE">
<kw name="Run Command On Remote System" owner="Utils">
<if>
<branch type="IF" condition="&quot;${return_stdout}&quot;!=&quot;True&quot; and &quot;${return_stderr}&quot;!=&quot;True&quot;">
<kw name="Fail" owner="BuiltIn">
<arg>At least one of {return_stdout} or {return_stderr} args should be set to True</arg>
<doc>Fails the test with the given message and optionally alters its tags.</doc>
<status status="NOT RUN" start="2026-05-08T00:41:17.003390" elapsed="0.000021"/>
</kw>
<status status="NOT RUN" start="2026-05-08T00:41:17.003140" elapsed="0.000307"/>
</branch>
<status status="PASS" start="2026-05-08T00:41:17.003120" elapsed="0.000352"/>
</if>
<kw name="Get Connection" owner="SSHLibrary">
<msg time="2026-05-08T00:41:17.003848" level="INFO">index=None
host=None
alias=None
port=22
timeout=3 seconds
newline=

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

prompt=None
term_type=vt100
width=80
height=24
path_separator=/
encoding=utf8
escape_ansi=False
encoding_errors=strict</msg>
<var>${current_ssh_connection}</var>
<doc>Returns information about the connection.</doc>
<status status="PASS" start="2026-05-08T00:41:17.003608" elapsed="0.000410"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-05-08T00:41:17.004783" level="INFO">Attempting to execute command "/usr/local/bin/cbench -c 10.30.170.121 -m 60000 -M 100 -S 16 -l 10 -D 5000 -p 6633" on remote system "10.30.170.148" by user "jenkins" with keyfile pass "any" and prompt "&gt;" and password ""</msg>
<arg>Attempting to execute command "${cmd}" on remote system "${system}" by user "${user}" with keyfile pass "${keyfile_pass}" and prompt "${prompt}" and password "${password}"</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-05-08T00:41:17.004155" elapsed="0.000688"/>
</kw>
<kw name="Open Connection" owner="SSHLibrary">
<msg time="2026-05-08T00:41:17.005460" level="INFO">${conn_id} = 5</msg>
<var>${conn_id}</var>
<arg>${system}</arg>
<arg>prompt=${prompt}</arg>
<arg>timeout=${prompt_timeout}</arg>
<doc>Opens a new SSH connection to the given ``host`` and ``port``.</doc>
<status status="PASS" start="2026-05-08T00:41:17.005002" elapsed="0.000485"/>
</kw>
<kw name="Flexible_SSH_Login" owner="SSHKeywords">
<kw name="Get Length" owner="BuiltIn">
<msg time="2026-05-08T00:41:17.006499" level="INFO">Length is 0.</msg>
<msg time="2026-05-08T00:41:17.006594" level="INFO">${pwd_length} = 0</msg>
<var>${pwd_length}</var>
<arg>${password}</arg>
<doc>Returns and logs the length of the given item as an integer.</doc>
<status status="PASS" start="2026-05-08T00:41:17.006141" elapsed="0.000477"/>
</kw>
<kw name="Run Keyword And Return If" owner="BuiltIn">
<arg>${pwd_length} &gt; 0</arg>
<arg>SSHLibrary.Login</arg>
<arg>${user}</arg>
<arg>${password}</arg>
<arg>delay=${delay}</arg>
<doc>Runs the specified keyword and returns from the enclosing user keyword.</doc>
<status status="PASS" start="2026-05-08T00:41:17.006763" elapsed="0.000354"/>
</kw>
<kw name="Run Keyword And Return" owner="BuiltIn">
<kw name="Login With Public Key" owner="SSHLibrary">
<msg time="2026-05-08T00:41:17.008000" level="INFO">Logging into '10.30.170.148:22' as 'jenkins'.</msg>
<msg time="2026-05-08T00:41:17.343844" level="INFO">Read output: Welcome to Ubuntu 22.04.5 LTS (GNU/Linux 5.15.0-153-generic x86_64)

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

 System information as of Fri May  8 00:41:16 UTC 2026

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


Expanded Security Maintenance for Applications is not enabled.

0 updates can be applied immediately.

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


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


Last login: Fri May  8 00:41:16 2026 from 10.30.171.45
[?2004h[jenkins@releng-63164-229-1-mininet-ovs-217-0 ~]&gt;</msg>
<arg>${user}</arg>
<arg>${USER_HOME}/.ssh/${SSH_KEY}</arg>
<arg>${KEYFILE_PASS}</arg>
<arg>delay=${delay}</arg>
<doc>Logs into the SSH server using key-based authentication.</doc>
<status status="PASS" start="2026-05-08T00:41:17.007614" elapsed="0.336458"/>
</kw>
<msg time="2026-05-08T00:41:17.344169" level="INFO">Returning from the enclosing user keyword.</msg>
<arg>SSHLibrary.Login With Public Key</arg>
<arg>${user}</arg>
<arg>${USER_HOME}/.ssh/${SSH_KEY}</arg>
<arg>${KEYFILE_PASS}</arg>
<arg>delay=${delay}</arg>
<doc>Runs the specified keyword and returns from the enclosing user keyword.</doc>
<status status="PASS" start="2026-05-08T00:41:17.007271" elapsed="0.336997"/>
</kw>
<arg>${user}</arg>
<arg>${password}</arg>
<doc>On active SSH session: if given non-empty password, do Login, else do Login With Public Key.</doc>
<status status="PASS" start="2026-05-08T00:41:17.005693" elapsed="0.338724"/>
</kw>
<kw name="Execute Command" owner="SSHLibrary">
<msg time="2026-05-08T00:41:17.345351" level="INFO">Executing command '/usr/local/bin/cbench -c 10.30.170.121 -m 60000 -M 100 -S 16 -l 10 -D 5000 -p 6633'.</msg>
<msg time="2026-05-08T00:51:23.444727" level="INFO">Command exited with return code 0.</msg>
<msg time="2026-05-08T00:51:23.445240" level="INFO">${stdout} = </msg>
<msg time="2026-05-08T00:51:23.445350" level="INFO">${stderr} = cbench: controller benchmarking tool
   running in mode 'latency'
   connecting to controller at 10.30.170.121:6633 
   faking 16 switches with 1 threads :: 10 tests each; 60000 ms per test
   with 10...</msg>
<var>${stdout}</var>
<var>${stderr}</var>
<arg>${cmd}</arg>
<arg>return_stderr=True</arg>
<doc>Executes ``command`` on the remote machine and returns its outputs.</doc>
<status status="PASS" start="2026-05-08T00:41:17.344677" elapsed="606.100732"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-05-08T00:51:23.445828" elapsed="0.000712"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-05-08T00:51:23.447666" level="INFO">cbench: controller benchmarking tool
   running in mode 'latency'
   connecting to controller at 10.30.170.121: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.121. So far 1 cbench instances have initialized their switches.  Waiting for other cbench-instances
Thread-0: Total switches from ALL cbench-instances initialized.
00:42:22.533 16  switches: flows:  92986 94084 94757 95093 91669 93308 93906 94037 92263 91127 92669 92302 88966 90905 89206 89161  total = 24.607317 per ms 
00:43:22.635 16  switches: flows:  118133 119909 118007 118065 115883 118630 118367 116607 116257 114800 115871 113518 114191 115656 113027 110648  total = 30.907903 per ms 
00:44:22.735 16  switches: flows:  116116 119437 117296 117839 116362 116838 115483 117811 114933 113692 116099 112121 113738 113774 113573 110843  total = 30.714658 per ms 
00:45:22.835 16  switches: flows:  116357 119937 117255 118984 115502 117693 116634 117735 115251 115997 116536 113536 113411 114652 113396 110866  total = 30.844199 per ms 
00:46:22.936 16  switches: flows:  115733 118229 117604 118262 114745 115807 115876 117384 113238 112509 114569 112073 110908 112920 110587 111480  total = 30.481182 per ms 
00:47:23.036 16  switches: flows:  125246 124965 124324 125107 121922 122669 124409 123740 121146 118662 118402 117105 112088 119828 117658 117731  total = 32.196296 per ms 
00:48:23.136 16  switches: flows:  114582 115413 114055 114506 112532 112163 114407 112965 109244 109796 109133 107118 108073 109783 107522 109766  total = 29.634814 per ms 
00:49:23.236 16  switches: flows:  121120 122073 119439 122373 117326 119938 120119 119025 115041 117831 117777 113736 114654 116166 113831 114821  total = 31.368798 per ms 
00:50:23.337 16  switches: flows:  107447 108755 105475 108637 103186 105157 107521 103842 102338 103447 104045 101217 101659 102732 101548 101906  total = 27.768827 per ms 
00:51:23.437 16  switches: flows:  114924 115003 114063 116904 114321 117289 114911 115765 111130 110740 113532 111108 111305 110477 109572 109949  total = 30.132930 per ms 
RESULT: 16 switches 9 tests min/max/avg/stdev = 27768.83/32196.30/30449.96/10217.00 responses/s</msg>
<arg>${stderr}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-05-08T00:51:23.446920" elapsed="0.001073"/>
</kw>
<if>
<branch type="IF" condition="&quot;${return_stdout}&quot;!=&quot;True&quot;">
<return>
<value>${stderr}</value>
<status status="PASS" start="2026-05-08T00:51:23.448481" elapsed="0.000072"/>
</return>
<status status="PASS" start="2026-05-08T00:51:23.448183" elapsed="0.000448"/>
</branch>
<status status="PASS" start="2026-05-08T00:51:23.448128" elapsed="0.000558"/>
</if>
<if>
<branch type="IF" condition="&quot;${return_stderr}&quot;!=&quot;True&quot;">
<return>
<value>${stdout}</value>
<status status="NOT RUN" start="2026-05-08T00:51:23.448899" elapsed="0.000029"/>
</return>
<status status="NOT RUN" start="2026-05-08T00:51:23.448816" elapsed="0.000205"/>
</branch>
<status status="NOT RUN" start="2026-05-08T00:51:23.448780" elapsed="0.000291"/>
</if>
<return>
<value>${stdout}</value>
<value>${stderr}</value>
<status status="NOT RUN" start="2026-05-08T00:51:23.449146" 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-05-08T00:51:23.454839" elapsed="0.000498"/>
</kw>
<kw name="Open Connection" owner="SSHLibrary">
<arg>127.0.0.1</arg>
<doc>Opens a new SSH connection to the given ``host`` and ``port``.</doc>
<status status="PASS" start="2026-05-08T00:51:23.455484" elapsed="0.000166"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-05-08T00:51:23.455780" elapsed="0.000095"/>
</kw>
<arg>${current_ssh_connection.index}</arg>
<doc>Restore active SSH connection in SSHLibrary to given index.</doc>
<status status="PASS" start="2026-05-08T00:51:23.449818" elapsed="0.006108"/>
</kw>
<msg time="2026-05-08T00:51:23.456092" level="INFO">${output} = cbench: controller benchmarking tool
   running in mode 'latency'
   connecting to controller at 10.30.170.121:6633 
   faking 16 switches with 1 threads :: 10 tests each; 60000 ms per test
   with 10...</msg>
<var>${output}</var>
<arg>${cbench_system}</arg>
<arg>${cbench_executable} -c ${ODL_SYSTEM_IP} ${cbench_args}</arg>
<arg>prompt_timeout=${test_timeout}</arg>
<arg>return_stdout=False</arg>
<arg>return_stderr=True</arg>
<doc>Reduces the common work of running a command on a remote system to a single higher level
robot keyword, taking care to log in with a public key and. The command given is written and the return value
depends on the passed argument values of return_stdout (default: True) and return_stderr (default: False).
At least one should be True, or the keyword will exit and FAIL. If both are True, the resulting return value
will be a two element list containing both. Otherwise the resulting return value is a string.
No test conditions are checked.</doc>
<status status="PASS" start="2026-05-08T00:41:17.000501" elapsed="606.455619"/>
</kw>
<status status="PASS" start="2026-05-08T00:41:17.000177" elapsed="606.455993"/>
</branch>
<status status="PASS" start="2026-05-08T00:41:16.999807" elapsed="606.456386"/>
</if>
<kw name="Log" owner="BuiltIn">
<msg time="2026-05-08T00:51:23.456623" level="INFO">cbench: controller benchmarking tool
   running in mode 'latency'
   connecting to controller at 10.30.170.121: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.121. So far 1 cbench instances have initialized their switches.  Waiting for other cbench-instances
Thread-0: Total switches from ALL cbench-instances initialized.
00:42:22.533 16  switches: flows:  92986 94084 94757 95093 91669 93308 93906 94037 92263 91127 92669 92302 88966 90905 89206 89161  total = 24.607317 per ms 
00:43:22.635 16  switches: flows:  118133 119909 118007 118065 115883 118630 118367 116607 116257 114800 115871 113518 114191 115656 113027 110648  total = 30.907903 per ms 
00:44:22.735 16  switches: flows:  116116 119437 117296 117839 116362 116838 115483 117811 114933 113692 116099 112121 113738 113774 113573 110843  total = 30.714658 per ms 
00:45:22.835 16  switches: flows:  116357 119937 117255 118984 115502 117693 116634 117735 115251 115997 116536 113536 113411 114652 113396 110866  total = 30.844199 per ms 
00:46:22.936 16  switches: flows:  115733 118229 117604 118262 114745 115807 115876 117384 113238 112509 114569 112073 110908 112920 110587 111480  total = 30.481182 per ms 
00:47:23.036 16  switches: flows:  125246 124965 124324 125107 121922 122669 124409 123740 121146 118662 118402 117105 112088 119828 117658 117731  total = 32.196296 per ms 
00:48:23.136 16  switches: flows:  114582 115413 114055 114506 112532 112163 114407 112965 109244 109796 109133 107118 108073 109783 107522 109766  total = 29.634814 per ms 
00:49:23.236 16  switches: flows:  121120 122073 119439 122373 117326 119938 120119 119025 115041 117831 117777 113736 114654 116166 113831 114821  total = 31.368798 per ms 
00:50:23.337 16  switches: flows:  107447 108755 105475 108637 103186 105157 107521 103842 102338 103447 104045 101217 101659 102732 101548 101906  total = 27.768827 per ms 
00:51:23.437 16  switches: flows:  114924 115003 114063 116904 114321 117289 114911 115765 111130 110740 113532 111108 111305 110477 109572 109949  total = 30.132930 per ms 
RESULT: 16 switches 9 tests min/max/avg/stdev = 27768.83/32196.30/30449.96/10217.00 responses/s</msg>
<arg>${output}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-05-08T00:51:23.456337" elapsed="0.000359"/>
</kw>
<kw name="Should Contain" owner="BuiltIn">
<arg>${output}</arg>
<arg>RESULT</arg>
<doc>Fails if ``container`` does not contain ``item`` one or more times.</doc>
<status status="PASS" start="2026-05-08T00:51:23.456862" elapsed="0.000392"/>
</kw>
<kw name="Get Lines Containing String" owner="String">
<msg time="2026-05-08T00:51:23.457643" level="INFO">1 out of 23 lines matched.</msg>
<msg time="2026-05-08T00:51:23.457734" level="INFO">${result_line} = RESULT: 16 switches 9 tests min/max/avg/stdev = 27768.83/32196.30/30449.96/10217.00 responses/s</msg>
<var>${result_line}</var>
<arg>${output}</arg>
<arg>RESULT</arg>
<doc>Returns lines of the given ``string`` that contain the ``pattern``.</doc>
<status status="PASS" start="2026-05-08T00:51:23.457414" elapsed="0.000344"/>
</kw>
<kw name="Split String" owner="String">
<msg time="2026-05-08T00:51:23.458183" level="INFO">@{results_list} = [ RESULT: | 16 | switches | 9 | tests | min/max/avg/stdev | = | 27768.83/32196.30/30449.96/10217.00 | responses/s ]</msg>
<var>@{results_list}</var>
<arg>${result_line}</arg>
<doc>Splits the ``string`` using ``separator`` as a delimiter string.</doc>
<status status="PASS" start="2026-05-08T00:51:23.457914" elapsed="0.000296"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-05-08T00:51:23.460694" level="INFO">min/max/avg/stdev</msg>
<arg>${results_list[5]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-05-08T00:51:23.458354" elapsed="0.002396"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-05-08T00:51:23.463100" level="INFO">27768.83/32196.30/30449.96/10217.00</msg>
<arg>${results_list[7]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-05-08T00:51:23.460893" elapsed="0.002263"/>
</kw>
<kw name="Split String" owner="String">
<msg time="2026-05-08T00:51:23.465452" level="INFO">@{result_name_list} = [ min | max | avg | stdev ]</msg>
<var>@{result_name_list}</var>
<arg>${results_list[5]}</arg>
<arg>/</arg>
<doc>Splits the ``string`` using ``separator`` as a delimiter string.</doc>
<status status="PASS" start="2026-05-08T00:51:23.463304" elapsed="0.002176"/>
</kw>
<kw name="Split String" owner="String">
<msg time="2026-05-08T00:51:23.467920" level="INFO">@{result_value_list} = [ 27768.83 | 32196.30 | 30449.96 | 10217.00 ]</msg>
<var>@{result_value_list}</var>
<arg>${results_list[7]}</arg>
<arg>/</arg>
<doc>Splits the ``string`` using ``separator`` as a delimiter string.</doc>
<status status="PASS" start="2026-05-08T00:51:23.465666" elapsed="0.002280"/>
</kw>
<kw name="Get Length" owner="BuiltIn">
<msg time="2026-05-08T00:51:23.468419" level="INFO">Length is 4.</msg>
<msg time="2026-05-08T00:51:23.468505" level="INFO">${num_stats} = 4</msg>
<var>${num_stats}</var>
<arg>${result_name_list}</arg>
<doc>Returns and logs the length of the given item as an integer.</doc>
<status status="PASS" start="2026-05-08T00:51:23.468115" elapsed="0.000414"/>
</kw>
<for flavor="IN RANGE">
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-05-08T00:51:23.473171" level="INFO">min :: 27768.83</msg>
<arg>${result_name_list[${i}]} :: ${result_value_list[${i}]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-05-08T00:51:23.468912" elapsed="0.004315"/>
</kw>
<var name="${i}">0</var>
<status status="PASS" start="2026-05-08T00:51:23.468781" elapsed="0.004480"/>
</iter>
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-05-08T00:51:23.477719" level="INFO">max :: 32196.30</msg>
<arg>${result_name_list[${i}]} :: ${result_value_list[${i}]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-05-08T00:51:23.473484" elapsed="0.004291"/>
</kw>
<var name="${i}">1</var>
<status status="PASS" start="2026-05-08T00:51:23.473354" elapsed="0.004456"/>
</iter>
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-05-08T00:51:23.482269" level="INFO">avg :: 30449.96</msg>
<arg>${result_name_list[${i}]} :: ${result_value_list[${i}]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-05-08T00:51:23.478041" elapsed="0.004284"/>
</kw>
<var name="${i}">2</var>
<status status="PASS" start="2026-05-08T00:51:23.477898" elapsed="0.004461"/>
</iter>
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-05-08T00:51:23.486983" level="INFO">stdev :: 10217.00</msg>
<arg>${result_name_list[${i}]} :: ${result_value_list[${i}]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-05-08T00:51:23.482592" elapsed="0.004450"/>
</kw>
<var name="${i}">3</var>
<status status="PASS" start="2026-05-08T00:51:23.482463" elapsed="0.004613"/>
</iter>
<var>${i}</var>
<value>0</value>
<value>${num_stats}</value>
<status status="PASS" start="2026-05-08T00:51:23.468597" elapsed="0.018513"/>
</for>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-05-08T00:51:23.491165" level="INFO">${min} = 27768.83</msg>
<var>${min}</var>
<arg>${result_value_list[${0}]}</arg>
<doc>Returns the given values which can then be assigned to a variables.</doc>
<status status="PASS" start="2026-05-08T00:51:23.487267" elapsed="0.003932"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-05-08T00:51:23.495337" level="INFO">${max} = 32196.30</msg>
<var>${max}</var>
<arg>${result_value_list[${1}]}</arg>
<doc>Returns the given values which can then be assigned to a variables.</doc>
<status status="PASS" start="2026-05-08T00:51:23.491366" elapsed="0.003998"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-05-08T00:51:23.499430" level="INFO">${average} = 30449.96</msg>
<var>${average}</var>
<arg>${result_value_list[${2}]}</arg>
<doc>Returns the given values which can then be assigned to a variables.</doc>
<status status="PASS" start="2026-05-08T00:51:23.495515" elapsed="0.003942"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-05-08T00:51:23.503360" level="INFO">${stdev} = 10217.00</msg>
<var>${stdev}</var>
<arg>${result_value_list[${3}]}</arg>
<doc>Returns the given values which can then be assigned to a variables.</doc>
<status status="PASS" start="2026-05-08T00:51:23.499607" elapsed="0.003779"/>
</kw>
<kw name="Get Time" owner="BuiltIn">
<msg time="2026-05-08T00:51:23.503898" level="INFO">${date} = 2026-05-08 00:51:23</msg>
<var>${date}</var>
<arg>d,m,s</arg>
<doc>Returns the given time in the requested format.</doc>
<status status="PASS" start="2026-05-08T00:51:23.503543" elapsed="0.000381"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-05-08T00:51:23.504495" level="INFO">CBench Result: 2026-05-08 00:51:23,-m 60000 -M 100 -S 16 -l 10 -D 5000 -p 6633,27768.83,32196.30,30449.96,10217.00</msg>
<arg>CBench Result: ${date},${cbench_args},${min},${max},${average},${stdev}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-05-08T00:51:23.504084" elapsed="0.000465"/>
</kw>
<kw name="Log Results And Determine Status">
<kw name="Append To File" owner="OperatingSystem">
<msg time="2026-05-08T00:51:23.505559" level="INFO" html="true">Appended to file '&lt;a href="file:///w/workspace/openflowplugin-csit-1node-cbench-only-vanadium/latency.csv"&gt;/w/workspace/openflowplugin-csit-1node-cbench-only-vanadium/latency.csv&lt;/a&gt;'.</msg>
<arg>${output_file}</arg>
<arg>${min},${max},${average}\n</arg>
<doc>Appends the given content to the specified file.</doc>
<status status="PASS" start="2026-05-08T00:51:23.505174" elapsed="0.000451"/>
</kw>
<kw name="Should Be True" owner="BuiltIn">
<arg>${average} &gt; ${threshold}</arg>
<arg>${average} flow_mods per/sec did not exceed threshold of ${threshold}</arg>
<doc>Fails if the given condition is not true.</doc>
<status status="PASS" start="2026-05-08T00:51:23.505798" elapsed="0.000510"/>
</kw>
<arg>${min}</arg>
<arg>${max}</arg>
<arg>${average}</arg>
<arg>${average_threshold}</arg>
<arg>${output_filename}</arg>
<status status="PASS" start="2026-05-08T00:51:23.504685" elapsed="0.001687"/>
</kw>
<arg>-m ${duration_in_ms} -M ${num_of_unique_macs} -S ${switch_count} -l ${loops} -D ${start_delay} -p ${of_port}</arg>
<arg>${latency_threshold}</arg>
<arg>${latency_results_file}</arg>
<status status="PASS" start="2026-05-08T00:41:16.998590" elapsed="606.507845"/>
</kw>
<kw name="Sleep" owner="BuiltIn">
<msg time="2026-05-08T00:51:23.506895" level="INFO">Slept 0 seconds.</msg>
<arg>${test_delay}</arg>
<doc>Pauses the test executed for the given time.</doc>
<status status="PASS" start="2026-05-08T00:51:23.506586" elapsed="0.000364"/>
</kw>
<kw name="Log Results As Zero If Cbench Timed Out" type="TEARDOWN">
<kw name="Run Keyword If Timeout Occurred" owner="BuiltIn">
<arg>Log Results And Determine Status</arg>
<arg>0</arg>
<arg>0</arg>
<arg>0</arg>
<arg>0</arg>
<arg>${output_filename}</arg>
<doc>Runs the given keyword if either a test or a keyword timeout has occurred.</doc>
<status status="PASS" start="2026-05-08T00:51:23.507526" elapsed="0.000263"/>
</kw>
<status status="PASS" start="2026-05-08T00:51:23.507180" elapsed="0.000678"/>
</kw>
<doc>cbench executed in default latency mode. Test parameters have defaults, but can be overridden
on the pybot command line</doc>
<tag>cbench</tag>
<tag>latency</tag>
<timeout value="15 minutes"/>
<status status="PASS" start="2026-05-08T00:41:16.995423" elapsed="606.512472"/>
</test>
<test id="s1-t2" name="Cbench Throughput Test" line="51">
<kw name="Log" owner="BuiltIn">
<msg time="2026-05-08T00:51:23.509499" level="INFO">Cbench tests using 10 iterations of 60 second tests. Switch Count: 16. Unique MACS to cycle: 100</msg>
<arg>Cbench tests using ${loops} iterations of ${duration_in_secs} second tests. Switch Count: ${switch_count}. Unique MACS to cycle: ${num_of_unique_macs}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-05-08T00:51:23.509116" elapsed="0.000438"/>
</kw>
<kw name="Run Cbench And Log Results">
<kw name="Set Suite Variable" owner="BuiltIn">
<msg time="2026-05-08T00:51:23.511159" level="INFO">${output_filename} = throughput.csv</msg>
<arg>${output_filename}</arg>
<doc>Makes a variable available everywhere within the scope of the current suite.</doc>
<status status="PASS" start="2026-05-08T00:51:23.510719" elapsed="0.000483"/>
</kw>
<if>
<branch type="IF" condition="&quot;${cbench_system}&quot; == &quot;localhost&quot;">
<kw name="Run" owner="OperatingSystem">
<var>${output}</var>
<arg>${cbench_executable} -c ${ODL_SYSTEM_IP} ${cbench_args}</arg>
<doc>_This keyword is considered deprecated. Use the
[http://robotframework.org/robotframework/latest/libraries/Process.html|
Process] library instead._</doc>
<status status="NOT RUN" start="2026-05-08T00:51:23.511547" elapsed="0.000022"/>
</kw>
<status status="NOT RUN" start="2026-05-08T00:51:23.511326" elapsed="0.000280"/>
</branch>
<branch type="ELSE">
<kw name="Run Command On Remote System" owner="Utils">
<if>
<branch type="IF" condition="&quot;${return_stdout}&quot;!=&quot;True&quot; and &quot;${return_stderr}&quot;!=&quot;True&quot;">
<kw name="Fail" owner="BuiltIn">
<arg>At least one of {return_stdout} or {return_stderr} args should be set to True</arg>
<doc>Fails the test with the given message and optionally alters its tags.</doc>
<status status="NOT RUN" start="2026-05-08T00:51:23.514553" elapsed="0.000022"/>
</kw>
<status status="NOT RUN" start="2026-05-08T00:51:23.514309" elapsed="0.000302"/>
</branch>
<status status="PASS" start="2026-05-08T00:51:23.514291" elapsed="0.000344"/>
</if>
<kw name="Get Connection" owner="SSHLibrary">
<msg time="2026-05-08T00:51:23.514976" level="INFO">index=None
host=None
alias=None
port=22
timeout=3 seconds
newline=

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

prompt=None
term_type=vt100
width=80
height=24
path_separator=/
encoding=utf8
escape_ansi=False
encoding_errors=strict</msg>
<var>${current_ssh_connection}</var>
<doc>Returns information about the connection.</doc>
<status status="PASS" start="2026-05-08T00:51:23.514766" elapsed="0.000359"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-05-08T00:51:23.515674" level="INFO">Attempting to execute command "/usr/local/bin/cbench -c 10.30.170.121 -t -m 60000 -M 100 -S 16 -l 10 -D 5000 -p 6633" on remote system "10.30.170.148" by user "jenkins" with keyfile pass "any" and prompt "&gt;" and password ""</msg>
<arg>Attempting to execute command "${cmd}" on remote system "${system}" by user "${user}" with keyfile pass "${keyfile_pass}" and prompt "${prompt}" and password "${password}"</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-05-08T00:51:23.515260" elapsed="0.000470"/>
</kw>
<kw name="Open Connection" owner="SSHLibrary">
<msg time="2026-05-08T00:51:23.516271" level="INFO">${conn_id} = 7</msg>
<var>${conn_id}</var>
<arg>${system}</arg>
<arg>prompt=${prompt}</arg>
<arg>timeout=${prompt_timeout}</arg>
<doc>Opens a new SSH connection to the given ``host`` and ``port``.</doc>
<status status="PASS" start="2026-05-08T00:51:23.515869" elapsed="0.000428"/>
</kw>
<kw name="Flexible_SSH_Login" owner="SSHKeywords">
<kw name="Get Length" owner="BuiltIn">
<msg time="2026-05-08T00:51:23.517195" level="INFO">Length is 0.</msg>
<msg time="2026-05-08T00:51:23.517282" level="INFO">${pwd_length} = 0</msg>
<var>${pwd_length}</var>
<arg>${password}</arg>
<doc>Returns and logs the length of the given item as an integer.</doc>
<status status="PASS" start="2026-05-08T00:51:23.516872" elapsed="0.000434"/>
</kw>
<kw name="Run Keyword And Return If" owner="BuiltIn">
<arg>${pwd_length} &gt; 0</arg>
<arg>SSHLibrary.Login</arg>
<arg>${user}</arg>
<arg>${password}</arg>
<arg>delay=${delay}</arg>
<doc>Runs the specified keyword and returns from the enclosing user keyword.</doc>
<status status="PASS" start="2026-05-08T00:51:23.517444" elapsed="0.000316"/>
</kw>
<kw name="Run Keyword And Return" owner="BuiltIn">
<kw name="Login With Public Key" owner="SSHLibrary">
<msg time="2026-05-08T00:51:23.518629" level="INFO">Logging into '10.30.170.148:22' as 'jenkins'.</msg>
<msg time="2026-05-08T00:51:24.103947" level="INFO">Read output: Welcome to Ubuntu 22.04.5 LTS (GNU/Linux 5.15.0-153-generic x86_64)

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

 System information as of Fri May  8 00:51:23 UTC 2026

  System load:  1.01               Processes:             105
  Usage of /:   19.3% of 38.58GB   Users logged in:       0
  Memory usage: 4%                 IPv4 address for ens3: 10.30.170.148
  Swap usage:   0%


Expanded Security Maintenance for Applications is not enabled.

0 updates can be applied immediately.

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


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


Last login: Fri May  8 00:41:17 2026 from 10.30.171.45
[?2004h[jenkins@releng-63164-229-1-mininet-ovs-217-0 ~]&gt;</msg>
<arg>${user}</arg>
<arg>${USER_HOME}/.ssh/${SSH_KEY}</arg>
<arg>${KEYFILE_PASS}</arg>
<arg>delay=${delay}</arg>
<doc>Logs into the SSH server using key-based authentication.</doc>
<status status="PASS" start="2026-05-08T00:51:23.518280" elapsed="0.585869"/>
</kw>
<msg time="2026-05-08T00:51:24.104237" level="INFO">Returning from the enclosing user keyword.</msg>
<arg>SSHLibrary.Login With Public Key</arg>
<arg>${user}</arg>
<arg>${USER_HOME}/.ssh/${SSH_KEY}</arg>
<arg>${KEYFILE_PASS}</arg>
<arg>delay=${delay}</arg>
<doc>Runs the specified keyword and returns from the enclosing user keyword.</doc>
<status status="PASS" start="2026-05-08T00:51:23.517911" elapsed="0.586414"/>
</kw>
<arg>${user}</arg>
<arg>${password}</arg>
<doc>On active SSH session: if given non-empty password, do Login, else do Login With Public Key.</doc>
<status status="PASS" start="2026-05-08T00:51:23.516496" elapsed="0.587945"/>
</kw>
<kw name="Execute Command" owner="SSHLibrary">
<msg time="2026-05-08T00:51:24.105004" level="INFO">Executing command '/usr/local/bin/cbench -c 10.30.170.121 -t -m 60000 -M 100 -S 16 -l 10 -D 5000 -p 6633'.</msg>
<msg time="2026-05-08T01:01:30.164037" level="INFO">Command exited with return code 0.</msg>
<msg time="2026-05-08T01:01:30.164600" level="INFO">${stdout} = </msg>
<msg time="2026-05-08T01:01:30.164707" level="INFO">${stderr} = cbench: controller benchmarking tool
   running in mode 'throughput'
   connecting to controller at 10.30.170.121:6633 
   faking 16 switches with 1 threads :: 10 tests each; 60000 ms per test
   with...</msg>
<var>${stdout}</var>
<var>${stderr}</var>
<arg>${cmd}</arg>
<arg>return_stderr=True</arg>
<doc>Executes ``command`` on the remote machine and returns its outputs.</doc>
<status status="PASS" start="2026-05-08T00:51:24.104676" elapsed="606.060088"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-05-08T01:01:30.165278" elapsed="0.000736"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-05-08T01:01:30.167126" level="INFO">cbench: controller benchmarking tool
   running in mode 'throughput'
   connecting to controller at 10.30.170.121: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.121. So far 1 cbench instances have initialized their switches.  Waiting for other cbench-instances
Thread-0: Total switches from ALL cbench-instances initialized.
00:52:29.236 16  switches: flows:  567461 583697 587934 575937 578837 577224 574535 579516 579793 582658 568151 559060 571896 562035 564786 558537  total = 152.867617 per ms 
00:53:29.337 16  switches: flows:  526100 522951 560174 564661 565861 558542 509899 554559 569047 566512 550201 564280 520936 551168 555347 567542  total = 146.549551 per ms 
00:54:29.439 16  switches: flows:  620592 639274 628127 620617 631499 621573 596102 641176 626442 604606 612780 634703 604053 621885 635948 626783  total = 165.819480 per ms 
00:55:29.542 16  switches: flows:  663725 645719 636895 625736 652368 639071 647783 643126 643045 662131 656602 654127 649252 650890 653956 662238  total = 172.819063 per ms 
00:56:29.646 16  switches: flows:  637917 647701 626454 642943 664993 636812 628701 654790 652768 643251 659949 661505 635623 635526 641406 631078  total = 171.393521 per ms 
00:57:29.748 16  switches: flows:  667298 676007 669441 666654 669334 675009 668539 666939 681194 670963 673851 683883 671030 673522 660882 673040  total = 178.826119 per ms 
00:58:29.850 16  switches: flows:  679759 674768 681121 684514 683329 675385 687298 686981 693301 692315 695408 689521 688914 676638 687127 690664  total = 182.476595 per ms 
00:59:29.953 16  switches: flows:  675939 676448 671193 651186 677147 649634 677443 677839 671620 678539 682901 680076 681063 684422 681199 682591  total = 179.685946 per ms 
01:00:30.055 16  switches: flows:  623220 635613 629687 639970 636960 616381 629316 630508 646252 635241 651218 642227 644197 656336 633857 639858  total = 169.561757 per ms 
01:01:30.156 16  switches: flows:  623442 637914 630017 639603 639274 618388 624698 620010 631245 625865 617830 632415 625478 635810 624987 617983  total = 167.134963 per ms 
RESULT: 16 switches 9 tests min/max/avg/stdev = 146549.55/182476.60/170474.11/57708.53 responses/s</msg>
<arg>${stderr}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-05-08T01:01:30.166378" elapsed="0.001046"/>
</kw>
<if>
<branch type="IF" condition="&quot;${return_stdout}&quot;!=&quot;True&quot;">
<return>
<value>${stderr}</value>
<status status="PASS" start="2026-05-08T01:01:30.167915" elapsed="0.000100"/>
</return>
<status status="PASS" start="2026-05-08T01:01:30.167600" elapsed="0.000498"/>
</branch>
<status status="PASS" start="2026-05-08T01:01:30.167550" elapsed="0.000603"/>
</if>
<if>
<branch type="IF" condition="&quot;${return_stderr}&quot;!=&quot;True&quot;">
<return>
<value>${stdout}</value>
<status status="NOT RUN" start="2026-05-08T01:01:30.168359" elapsed="0.000028"/>
</return>
<status status="NOT RUN" start="2026-05-08T01:01:30.168279" elapsed="0.000168"/>
</branch>
<status status="NOT RUN" start="2026-05-08T01:01:30.168244" elapsed="0.000250"/>
</if>
<return>
<value>${stdout}</value>
<value>${stderr}</value>
<status status="NOT RUN" start="2026-05-08T01:01:30.168562" 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-05-08T01:01:30.172587" elapsed="0.000490"/>
</kw>
<kw name="Open Connection" owner="SSHLibrary">
<arg>127.0.0.1</arg>
<doc>Opens a new SSH connection to the given ``host`` and ``port``.</doc>
<status status="PASS" start="2026-05-08T01:01:30.173283" elapsed="0.000224"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-05-08T01:01:30.173688" elapsed="0.000139"/>
</kw>
<arg>${current_ssh_connection.index}</arg>
<doc>Restore active SSH connection in SSHLibrary to given index.</doc>
<status status="PASS" start="2026-05-08T01:01:30.169444" elapsed="0.004454"/>
</kw>
<msg time="2026-05-08T01:01:30.174098" level="INFO">${output} = cbench: controller benchmarking tool
   running in mode 'throughput'
   connecting to controller at 10.30.170.121:6633 
   faking 16 switches with 1 threads :: 10 tests each; 60000 ms per test
   with...</msg>
<var>${output}</var>
<arg>${cbench_system}</arg>
<arg>${cbench_executable} -c ${ODL_SYSTEM_IP} ${cbench_args}</arg>
<arg>prompt_timeout=${test_timeout}</arg>
<arg>return_stdout=False</arg>
<arg>return_stderr=True</arg>
<doc>Reduces the common work of running a command on a remote system to a single higher level
robot keyword, taking care to log in with a public key and. The command given is written and the return value
depends on the passed argument values of return_stdout (default: True) and return_stderr (default: False).
At least one should be True, or the keyword will exit and FAIL. If both are True, the resulting return value
will be a two element list containing both. Otherwise the resulting return value is a string.
No test conditions are checked.</doc>
<status status="PASS" start="2026-05-08T00:51:23.511949" elapsed="606.662185"/>
</kw>
<status status="PASS" start="2026-05-08T00:51:23.511632" elapsed="606.662570"/>
</branch>
<status status="PASS" start="2026-05-08T00:51:23.511306" elapsed="606.662928"/>
</if>
<kw name="Log" owner="BuiltIn">
<msg time="2026-05-08T01:01:30.174824" level="INFO">cbench: controller benchmarking tool
   running in mode 'throughput'
   connecting to controller at 10.30.170.121: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.121. So far 1 cbench instances have initialized their switches.  Waiting for other cbench-instances
Thread-0: Total switches from ALL cbench-instances initialized.
00:52:29.236 16  switches: flows:  567461 583697 587934 575937 578837 577224 574535 579516 579793 582658 568151 559060 571896 562035 564786 558537  total = 152.867617 per ms 
00:53:29.337 16  switches: flows:  526100 522951 560174 564661 565861 558542 509899 554559 569047 566512 550201 564280 520936 551168 555347 567542  total = 146.549551 per ms 
00:54:29.439 16  switches: flows:  620592 639274 628127 620617 631499 621573 596102 641176 626442 604606 612780 634703 604053 621885 635948 626783  total = 165.819480 per ms 
00:55:29.542 16  switches: flows:  663725 645719 636895 625736 652368 639071 647783 643126 643045 662131 656602 654127 649252 650890 653956 662238  total = 172.819063 per ms 
00:56:29.646 16  switches: flows:  637917 647701 626454 642943 664993 636812 628701 654790 652768 643251 659949 661505 635623 635526 641406 631078  total = 171.393521 per ms 
00:57:29.748 16  switches: flows:  667298 676007 669441 666654 669334 675009 668539 666939 681194 670963 673851 683883 671030 673522 660882 673040  total = 178.826119 per ms 
00:58:29.850 16  switches: flows:  679759 674768 681121 684514 683329 675385 687298 686981 693301 692315 695408 689521 688914 676638 687127 690664  total = 182.476595 per ms 
00:59:29.953 16  switches: flows:  675939 676448 671193 651186 677147 649634 677443 677839 671620 678539 682901 680076 681063 684422 681199 682591  total = 179.685946 per ms 
01:00:30.055 16  switches: flows:  623220 635613 629687 639970 636960 616381 629316 630508 646252 635241 651218 642227 644197 656336 633857 639858  total = 169.561757 per ms 
01:01:30.156 16  switches: flows:  623442 637914 630017 639603 639274 618388 624698 620010 631245 625865 617830 632415 625478 635810 624987 617983  total = 167.134963 per ms 
RESULT: 16 switches 9 tests min/max/avg/stdev = 146549.55/182476.60/170474.11/57708.53 responses/s</msg>
<arg>${output}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-05-08T01:01:30.174428" elapsed="0.000497"/>
</kw>
<kw name="Should Contain" owner="BuiltIn">
<arg>${output}</arg>
<arg>RESULT</arg>
<doc>Fails if ``container`` does not contain ``item`` one or more times.</doc>
<status status="PASS" start="2026-05-08T01:01:30.175152" elapsed="0.000495"/>
</kw>
<kw name="Get Lines Containing String" owner="String">
<msg time="2026-05-08T01:01:30.176187" level="INFO">1 out of 23 lines matched.</msg>
<msg time="2026-05-08T01:01:30.176313" level="INFO">${result_line} = RESULT: 16 switches 9 tests min/max/avg/stdev = 146549.55/182476.60/170474.11/57708.53 responses/s</msg>
<var>${result_line}</var>
<arg>${output}</arg>
<arg>RESULT</arg>
<doc>Returns lines of the given ``string`` that contain the ``pattern``.</doc>
<status status="PASS" start="2026-05-08T01:01:30.175869" elapsed="0.000477"/>
</kw>
<kw name="Split String" owner="String">
<msg time="2026-05-08T01:01:30.176902" level="INFO">@{results_list} = [ RESULT: | 16 | switches | 9 | tests | min/max/avg/stdev | = | 146549.55/182476.60/170474.11/57708.53 | responses/s ]</msg>
<var>@{results_list}</var>
<arg>${result_line}</arg>
<doc>Splits the ``string`` using ``separator`` as a delimiter string.</doc>
<status status="PASS" start="2026-05-08T01:01:30.176559" elapsed="0.000381"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-05-08T01:01:30.180241" level="INFO">min/max/avg/stdev</msg>
<arg>${results_list[5]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-05-08T01:01:30.177174" elapsed="0.003144"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-05-08T01:01:30.183111" level="INFO">146549.55/182476.60/170474.11/57708.53</msg>
<arg>${results_list[7]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-05-08T01:01:30.180576" elapsed="0.002591"/>
</kw>
<kw name="Split String" owner="String">
<msg time="2026-05-08T01:01:30.185485" level="INFO">@{result_name_list} = [ min | max | avg | stdev ]</msg>
<var>@{result_name_list}</var>
<arg>${results_list[5]}</arg>
<arg>/</arg>
<doc>Splits the ``string`` using ``separator`` as a delimiter string.</doc>
<status status="PASS" start="2026-05-08T01:01:30.183315" elapsed="0.002197"/>
</kw>
<kw name="Split String" owner="String">
<msg time="2026-05-08T01:01:30.187866" level="INFO">@{result_value_list} = [ 146549.55 | 182476.60 | 170474.11 | 57708.53 ]</msg>
<var>@{result_value_list}</var>
<arg>${results_list[7]}</arg>
<arg>/</arg>
<doc>Splits the ``string`` using ``separator`` as a delimiter string.</doc>
<status status="PASS" start="2026-05-08T01:01:30.185696" elapsed="0.002197"/>
</kw>
<kw name="Get Length" owner="BuiltIn">
<msg time="2026-05-08T01:01:30.188361" level="INFO">Length is 4.</msg>
<msg time="2026-05-08T01:01:30.188447" level="INFO">${num_stats} = 4</msg>
<var>${num_stats}</var>
<arg>${result_name_list}</arg>
<doc>Returns and logs the length of the given item as an integer.</doc>
<status status="PASS" start="2026-05-08T01:01:30.188059" elapsed="0.000411"/>
</kw>
<for flavor="IN RANGE">
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-05-08T01:01:30.193192" level="INFO">min :: 146549.55</msg>
<arg>${result_name_list[${i}]} :: ${result_value_list[${i}]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-05-08T01:01:30.188857" elapsed="0.004391"/>
</kw>
<var name="${i}">0</var>
<status status="PASS" start="2026-05-08T01:01:30.188729" elapsed="0.004554"/>
</iter>
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-05-08T01:01:30.197921" level="INFO">max :: 182476.60</msg>
<arg>${result_name_list[${i}]} :: ${result_value_list[${i}]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-05-08T01:01:30.193501" elapsed="0.004491"/>
</kw>
<var name="${i}">1</var>
<status status="PASS" start="2026-05-08T01:01:30.193373" elapsed="0.004656"/>
</iter>
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-05-08T01:01:30.202464" level="INFO">avg :: 170474.11</msg>
<arg>${result_name_list[${i}]} :: ${result_value_list[${i}]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-05-08T01:01:30.198245" elapsed="0.004274"/>
</kw>
<var name="${i}">2</var>
<status status="PASS" start="2026-05-08T01:01:30.198118" elapsed="0.004434"/>
</iter>
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-05-08T01:01:30.207141" level="INFO">stdev :: 57708.53</msg>
<arg>${result_name_list[${i}]} :: ${result_value_list[${i}]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-05-08T01:01:30.202766" elapsed="0.004432"/>
</kw>
<var name="${i}">3</var>
<status status="PASS" start="2026-05-08T01:01:30.202640" elapsed="0.004595"/>
</iter>
<var>${i}</var>
<value>0</value>
<value>${num_stats}</value>
<status status="PASS" start="2026-05-08T01:01:30.188540" elapsed="0.018727"/>
</for>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-05-08T01:01:30.211167" level="INFO">${min} = 146549.55</msg>
<var>${min}</var>
<arg>${result_value_list[${0}]}</arg>
<doc>Returns the given values which can then be assigned to a variables.</doc>
<status status="PASS" start="2026-05-08T01:01:30.207429" elapsed="0.003765"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-05-08T01:01:30.215313" level="INFO">${max} = 182476.60</msg>
<var>${max}</var>
<arg>${result_value_list[${1}]}</arg>
<doc>Returns the given values which can then be assigned to a variables.</doc>
<status status="PASS" start="2026-05-08T01:01:30.211351" elapsed="0.003988"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-05-08T01:01:30.219181" level="INFO">${average} = 170474.11</msg>
<var>${average}</var>
<arg>${result_value_list[${2}]}</arg>
<doc>Returns the given values which can then be assigned to a variables.</doc>
<status status="PASS" start="2026-05-08T01:01:30.215492" elapsed="0.003715"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-05-08T01:01:30.223048" level="INFO">${stdev} = 57708.53</msg>
<var>${stdev}</var>
<arg>${result_value_list[${3}]}</arg>
<doc>Returns the given values which can then be assigned to a variables.</doc>
<status status="PASS" start="2026-05-08T01:01:30.219357" elapsed="0.003718"/>
</kw>
<kw name="Get Time" owner="BuiltIn">
<msg time="2026-05-08T01:01:30.223578" level="INFO">${date} = 2026-05-08 01:01:30</msg>
<var>${date}</var>
<arg>d,m,s</arg>
<doc>Returns the given time in the requested format.</doc>
<status status="PASS" start="2026-05-08T01:01:30.223234" elapsed="0.000369"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-05-08T01:01:30.224174" level="INFO">CBench Result: 2026-05-08 01:01:30,-t -m 60000 -M 100 -S 16 -l 10 -D 5000 -p 6633,146549.55,182476.60,170474.11,57708.53</msg>
<arg>CBench Result: ${date},${cbench_args},${min},${max},${average},${stdev}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-05-08T01:01:30.223750" elapsed="0.000480"/>
</kw>
<kw name="Log Results And Determine Status">
<kw name="Append To File" owner="OperatingSystem">
<msg time="2026-05-08T01:01:30.225283" level="INFO" html="true">Appended to file '&lt;a href="file:///w/workspace/openflowplugin-csit-1node-cbench-only-vanadium/throughput.csv"&gt;/w/workspace/openflowplugin-csit-1node-cbench-only-vanadium/throughput.csv&lt;/a&gt;'.</msg>
<arg>${output_file}</arg>
<arg>${min},${max},${average}\n</arg>
<doc>Appends the given content to the specified file.</doc>
<status status="PASS" start="2026-05-08T01:01:30.224852" elapsed="0.000496"/>
</kw>
<kw name="Should Be True" owner="BuiltIn">
<arg>${average} &gt; ${threshold}</arg>
<arg>${average} flow_mods per/sec did not exceed threshold of ${threshold}</arg>
<doc>Fails if the given condition is not true.</doc>
<status status="PASS" start="2026-05-08T01:01:30.225499" elapsed="0.000479"/>
</kw>
<arg>${min}</arg>
<arg>${max}</arg>
<arg>${average}</arg>
<arg>${average_threshold}</arg>
<arg>${output_filename}</arg>
<status status="PASS" start="2026-05-08T01:01:30.224377" elapsed="0.001668"/>
</kw>
<arg>-t -m ${duration_in_ms} -M ${num_of_unique_macs} -S ${switch_count} -l ${loops} -D ${start_delay} -p ${of_port}</arg>
<arg>${throughput_threshold}</arg>
<arg>${throughput_results_file}</arg>
<status status="PASS" start="2026-05-08T00:51:23.510040" elapsed="606.716066"/>
</kw>
<kw name="Sleep" owner="BuiltIn">
<msg time="2026-05-08T01:01:30.226569" level="INFO">Slept 0 seconds.</msg>
<arg>${test_delay}</arg>
<doc>Pauses the test executed for the given time.</doc>
<status status="PASS" start="2026-05-08T01:01:30.226256" elapsed="0.000368"/>
</kw>
<kw name="Log Results As Zero If Cbench Timed Out" type="TEARDOWN">
<kw name="Run Keyword If Timeout Occurred" owner="BuiltIn">
<arg>Log Results And Determine Status</arg>
<arg>0</arg>
<arg>0</arg>
<arg>0</arg>
<arg>0</arg>
<arg>${output_filename}</arg>
<doc>Runs the given keyword if either a test or a keyword timeout has occurred.</doc>
<status status="PASS" start="2026-05-08T01:01:30.227155" elapsed="0.000261"/>
</kw>
<status status="PASS" start="2026-05-08T01:01:30.226838" elapsed="0.000650"/>
</kw>
<doc>cbench executed in throughput mode (-t). Test parameters have defaults, but can be overridden
on the pybot command line</doc>
<tag>cbench</tag>
<tag>throughput</tag>
<timeout value="15 minutes"/>
<status status="PASS" start="2026-05-08T00:51:23.508455" elapsed="606.719070"/>
</test>
<test id="s1-t3" name="Rerun Latency Test To Check Bug 6176" line="65">
<kw name="Log" owner="BuiltIn">
<msg time="2026-05-08T01:01:30.229016" level="INFO">Cbench tests using 10 iterations of 60 second tests. Switch Count: 16. Unique MACS to cycle: 100</msg>
<arg>Cbench tests using ${loops} iterations of ${duration_in_secs} second tests. Switch Count: ${switch_count}. Unique MACS to cycle: ${num_of_unique_macs}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-05-08T01:01:30.228578" elapsed="0.000499"/>
</kw>
<kw name="Run Cbench And Log Results">
<kw name="Set Suite Variable" owner="BuiltIn">
<msg time="2026-05-08T01:01:30.230300" level="INFO">${output_filename} = bug.csv</msg>
<arg>${output_filename}</arg>
<doc>Makes a variable available everywhere within the scope of the current suite.</doc>
<status status="PASS" start="2026-05-08T01:01:30.229950" elapsed="0.000391"/>
</kw>
<if>
<branch type="IF" condition="&quot;${cbench_system}&quot; == &quot;localhost&quot;">
<kw name="Run" owner="OperatingSystem">
<var>${output}</var>
<arg>${cbench_executable} -c ${ODL_SYSTEM_IP} ${cbench_args}</arg>
<doc>_This keyword is considered deprecated. Use the
[http://robotframework.org/robotframework/latest/libraries/Process.html|
Process] library instead._</doc>
<status status="NOT RUN" start="2026-05-08T01:01:30.230671" elapsed="0.000022"/>
</kw>
<status status="NOT RUN" start="2026-05-08T01:01:30.230456" elapsed="0.000273"/>
</branch>
<branch type="ELSE">
<kw name="Run Command On Remote System" owner="Utils">
<if>
<branch type="IF" condition="&quot;${return_stdout}&quot;!=&quot;True&quot; and &quot;${return_stderr}&quot;!=&quot;True&quot;">
<kw name="Fail" owner="BuiltIn">
<arg>At least one of {return_stdout} or {return_stderr} args should be set to True</arg>
<doc>Fails the test with the given message and optionally alters its tags.</doc>
<status status="NOT RUN" start="2026-05-08T01:01:30.233640" elapsed="0.000020"/>
</kw>
<status status="NOT RUN" start="2026-05-08T01:01:30.233396" elapsed="0.000299"/>
</branch>
<status status="PASS" start="2026-05-08T01:01:30.233377" elapsed="0.000340"/>
</if>
<kw name="Get Connection" owner="SSHLibrary">
<msg time="2026-05-08T01:01:30.234055" level="INFO">index=None
host=None
alias=None
port=22
timeout=3 seconds
newline=

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

prompt=None
term_type=vt100
width=80
height=24
path_separator=/
encoding=utf8
escape_ansi=False
encoding_errors=strict</msg>
<var>${current_ssh_connection}</var>
<doc>Returns information about the connection.</doc>
<status status="PASS" start="2026-05-08T01:01:30.233849" elapsed="0.000350"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-05-08T01:01:30.234744" level="INFO">Attempting to execute command "/usr/local/bin/cbench -c 10.30.170.121 -m 60000 -M 100 -S 16 -l 10 -D 5000 -p 6633" on remote system "10.30.170.148" by user "jenkins" with keyfile pass "any" and prompt "&gt;" and password ""</msg>
<arg>Attempting to execute command "${cmd}" on remote system "${system}" by user "${user}" with keyfile pass "${keyfile_pass}" and prompt "${prompt}" and password "${password}"</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-05-08T01:01:30.234331" elapsed="0.000470"/>
</kw>
<kw name="Open Connection" owner="SSHLibrary">
<msg time="2026-05-08T01:01:30.235354" level="INFO">${conn_id} = 9</msg>
<var>${conn_id}</var>
<arg>${system}</arg>
<arg>prompt=${prompt}</arg>
<arg>timeout=${prompt_timeout}</arg>
<doc>Opens a new SSH connection to the given ``host`` and ``port``.</doc>
<status status="PASS" start="2026-05-08T01:01:30.234939" elapsed="0.000442"/>
</kw>
<kw name="Flexible_SSH_Login" owner="SSHKeywords">
<kw name="Get Length" owner="BuiltIn">
<msg time="2026-05-08T01:01:30.236416" level="INFO">Length is 0.</msg>
<msg time="2026-05-08T01:01:30.236509" level="INFO">${pwd_length} = 0</msg>
<var>${pwd_length}</var>
<arg>${password}</arg>
<doc>Returns and logs the length of the given item as an integer.</doc>
<status status="PASS" start="2026-05-08T01:01:30.235948" elapsed="0.000586"/>
</kw>
<kw name="Run Keyword And Return If" owner="BuiltIn">
<arg>${pwd_length} &gt; 0</arg>
<arg>SSHLibrary.Login</arg>
<arg>${user}</arg>
<arg>${password}</arg>
<arg>delay=${delay}</arg>
<doc>Runs the specified keyword and returns from the enclosing user keyword.</doc>
<status status="PASS" start="2026-05-08T01:01:30.236678" elapsed="0.000344"/>
</kw>
<kw name="Run Keyword And Return" owner="BuiltIn">
<kw name="Login With Public Key" owner="SSHLibrary">
<msg time="2026-05-08T01:01:30.237871" level="INFO">Logging into '10.30.170.148:22' as 'jenkins'.</msg>
<msg time="2026-05-08T01:01:30.821077" level="INFO">Read output: Welcome to Ubuntu 22.04.5 LTS (GNU/Linux 5.15.0-153-generic x86_64)

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

 System information as of Fri May  8 01:01:30 UTC 2026

  System load:  0.39               Processes:             105
  Usage of /:   19.3% of 38.58GB   Users logged in:       0
  Memory usage: 4%                 IPv4 address for ens3: 10.30.170.148
  Swap usage:   0%


Expanded Security Maintenance for Applications is not enabled.

0 updates can be applied immediately.

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


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


Last login: Fri May  8 00:51:24 2026 from 10.30.171.45
[?2004h[jenkins@releng-63164-229-1-mininet-ovs-217-0 ~]&gt;</msg>
<arg>${user}</arg>
<arg>${USER_HOME}/.ssh/${SSH_KEY}</arg>
<arg>${KEYFILE_PASS}</arg>
<arg>delay=${delay}</arg>
<doc>Logs into the SSH server using key-based authentication.</doc>
<status status="PASS" start="2026-05-08T01:01:30.237517" elapsed="0.583750"/>
</kw>
<msg time="2026-05-08T01:01:30.821359" level="INFO">Returning from the enclosing user keyword.</msg>
<arg>SSHLibrary.Login With Public Key</arg>
<arg>${user}</arg>
<arg>${USER_HOME}/.ssh/${SSH_KEY}</arg>
<arg>${KEYFILE_PASS}</arg>
<arg>delay=${delay}</arg>
<doc>Runs the specified keyword and returns from the enclosing user keyword.</doc>
<status status="PASS" start="2026-05-08T01:01:30.237175" elapsed="0.584265"/>
</kw>
<arg>${user}</arg>
<arg>${password}</arg>
<doc>On active SSH session: if given non-empty password, do Login, else do Login With Public Key.</doc>
<status status="PASS" start="2026-05-08T01:01:30.235579" elapsed="0.585975"/>
</kw>
<kw name="Execute Command" owner="SSHLibrary">
<msg time="2026-05-08T01:01:30.822104" level="INFO">Executing command '/usr/local/bin/cbench -c 10.30.170.121 -m 60000 -M 100 -S 16 -l 10 -D 5000 -p 6633'.</msg>
<msg time="2026-05-08T01:11:36.912595" level="INFO">Command exited with return code 0.</msg>
<msg time="2026-05-08T01:11:36.913358" level="INFO">${stdout} = </msg>
<msg time="2026-05-08T01:11:36.913466" level="INFO">${stderr} = cbench: controller benchmarking tool
   running in mode 'latency'
   connecting to controller at 10.30.170.121:6633 
   faking 16 switches with 1 threads :: 10 tests each; 60000 ms per test
   with 10...</msg>
<var>${stdout}</var>
<var>${stderr}</var>
<arg>${cmd}</arg>
<arg>return_stderr=True</arg>
<doc>Executes ``command`` on the remote machine and returns its outputs.</doc>
<status status="PASS" start="2026-05-08T01:01:30.821782" elapsed="606.091742"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-05-08T01:11:36.914049" elapsed="0.001133"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-05-08T01:11:36.916323" level="INFO">cbench: controller benchmarking tool
   running in mode 'latency'
   connecting to controller at 10.30.170.121: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.121. So far 1 cbench instances have initialized their switches.  Waiting for other cbench-instances
Thread-0: Total switches from ALL cbench-instances initialized.
01:02:36.006 16  switches: flows:  116652 118272 118779 119199 117609 114450 113326 116005 115733 114595 113681 117203 114041 114883 116703 116158  total = 30.954817 per ms 
01:03:36.106 16  switches: flows:  115014 116022 115899 114061 114316 113373 111167 112713 116533 113602 111003 113997 115900 116875 114092 114304  total = 30.430411 per ms 
01:04:36.206 16  switches: flows:  119233 121494 118972 120849 118885 118033 118182 119624 118417 119647 117928 119106 119233 119542 115265 117470  total = 31.645169 per ms 
01:05:36.307 16  switches: flows:  119656 122487 122591 122595 120848 121466 120683 121116 121357 122156 120118 122447 121465 122446 118569 118880  total = 32.260830 per ms 
01:06:36.407 16  switches: flows:  119994 123643 124888 123701 122230 120167 121875 122213 121630 122018 123768 122247 122229 123045 118670 121010  total = 32.501192 per ms 
01:07:36.507 16  switches: flows:  119518 120935 122972 123049 122601 119423 121286 121199 122113 121791 121681 122240 122493 121056 119325 120848  total = 32.321512 per ms 
01:08:36.607 16  switches: flows:  116060 118604 119458 120725 120142 115629 117327 117773 117039 116482 118633 118660 118348 118437 115906 118519  total = 31.409913 per ms 
01:09:36.708 16  switches: flows:  120944 124647 125521 123523 123896 120585 118316 119882 122152 117578 118920 121789 122879 121998 121514 119821  total = 32.345366 per ms 
01:10:36.808 16  switches: flows:  117582 122957 123920 121979 120412 118616 116843 119760 120103 119058 116977 121120 120685 120645 119954 118632  total = 31.933972 per ms 
01:11:36.909 16  switches: flows:  120055 126251 126235 125693 122911 120824 120287 121521 122730 120794 119553 124454 122984 123026 122970 122493  total = 32.658373 per ms 
RESULT: 16 switches 9 tests min/max/avg/stdev = 30430.41/32658.37/31945.19/10668.68 responses/s</msg>
<arg>${stderr}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-05-08T01:11:36.915546" elapsed="0.001110"/>
</kw>
<if>
<branch type="IF" condition="&quot;${return_stdout}&quot;!=&quot;True&quot;">
<return>
<value>${stderr}</value>
<status status="PASS" start="2026-05-08T01:11:36.917175" elapsed="0.000073"/>
</return>
<status status="PASS" start="2026-05-08T01:11:36.916838" elapsed="0.000500"/>
</branch>
<status status="PASS" start="2026-05-08T01:11:36.916787" 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-05-08T01:11:36.917603" elapsed="0.000028"/>
</return>
<status status="NOT RUN" start="2026-05-08T01:11:36.917523" elapsed="0.000167"/>
</branch>
<status status="NOT RUN" start="2026-05-08T01:11:36.917489" elapsed="0.000249"/>
</if>
<return>
<value>${stdout}</value>
<value>${stderr}</value>
<status status="NOT RUN" start="2026-05-08T01:11:36.917804" elapsed="0.000027"/>
</return>
<kw name="Restore_Current_Ssh_Connection_From_Index" owner="SSHKeywords" type="TEARDOWN">
<kw name="Run Keyword And Return If" owner="BuiltIn">
<arg>${connection_index} is not None</arg>
<arg>SSHLibrary.Switch Connection</arg>
<arg>${connection_index}</arg>
<doc>Runs the specified keyword and returns from the enclosing user keyword.</doc>
<status status="PASS" start="2026-05-08T01:11:36.923570" elapsed="0.000377"/>
</kw>
<kw name="Open Connection" owner="SSHLibrary">
<arg>127.0.0.1</arg>
<doc>Opens a new SSH connection to the given ``host`` and ``port``.</doc>
<status status="PASS" start="2026-05-08T01:11:36.924136" elapsed="0.000199"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-05-08T01:11:36.924485" elapsed="0.000110"/>
</kw>
<arg>${current_ssh_connection.index}</arg>
<doc>Restore active SSH connection in SSHLibrary to given index.</doc>
<status status="PASS" start="2026-05-08T01:11:36.918583" elapsed="0.006073"/>
</kw>
<msg time="2026-05-08T01:11:36.924799" level="INFO">${output} = cbench: controller benchmarking tool
   running in mode 'latency'
   connecting to controller at 10.30.170.121:6633 
   faking 16 switches with 1 threads :: 10 tests each; 60000 ms per test
   with 10...</msg>
<var>${output}</var>
<arg>${cbench_system}</arg>
<arg>${cbench_executable} -c ${ODL_SYSTEM_IP} ${cbench_args}</arg>
<arg>prompt_timeout=${test_timeout}</arg>
<arg>return_stdout=False</arg>
<arg>return_stderr=True</arg>
<doc>Reduces the common work of running a command on a remote system to a single higher level
robot keyword, taking care to log in with a public key and. The command given is written and the return value
depends on the passed argument values of return_stdout (default: True) and return_stderr (default: False).
At least one should be True, or the keyword will exit and FAIL. If both are True, the resulting return value
will be a two element list containing both. Otherwise the resulting return value is a string.
No test conditions are checked.</doc>
<status status="PASS" start="2026-05-08T01:01:30.231095" elapsed="606.693734"/>
</kw>
<status status="PASS" start="2026-05-08T01:01:30.230755" elapsed="606.694133"/>
</branch>
<status status="PASS" start="2026-05-08T01:01:30.230435" elapsed="606.694479"/>
</if>
<kw name="Log" owner="BuiltIn">
<msg time="2026-05-08T01:11:36.925588" level="INFO">cbench: controller benchmarking tool
   running in mode 'latency'
   connecting to controller at 10.30.170.121: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.121. So far 1 cbench instances have initialized their switches.  Waiting for other cbench-instances
Thread-0: Total switches from ALL cbench-instances initialized.
01:02:36.006 16  switches: flows:  116652 118272 118779 119199 117609 114450 113326 116005 115733 114595 113681 117203 114041 114883 116703 116158  total = 30.954817 per ms 
01:03:36.106 16  switches: flows:  115014 116022 115899 114061 114316 113373 111167 112713 116533 113602 111003 113997 115900 116875 114092 114304  total = 30.430411 per ms 
01:04:36.206 16  switches: flows:  119233 121494 118972 120849 118885 118033 118182 119624 118417 119647 117928 119106 119233 119542 115265 117470  total = 31.645169 per ms 
01:05:36.307 16  switches: flows:  119656 122487 122591 122595 120848 121466 120683 121116 121357 122156 120118 122447 121465 122446 118569 118880  total = 32.260830 per ms 
01:06:36.407 16  switches: flows:  119994 123643 124888 123701 122230 120167 121875 122213 121630 122018 123768 122247 122229 123045 118670 121010  total = 32.501192 per ms 
01:07:36.507 16  switches: flows:  119518 120935 122972 123049 122601 119423 121286 121199 122113 121791 121681 122240 122493 121056 119325 120848  total = 32.321512 per ms 
01:08:36.607 16  switches: flows:  116060 118604 119458 120725 120142 115629 117327 117773 117039 116482 118633 118660 118348 118437 115906 118519  total = 31.409913 per ms 
01:09:36.708 16  switches: flows:  120944 124647 125521 123523 123896 120585 118316 119882 122152 117578 118920 121789 122879 121998 121514 119821  total = 32.345366 per ms 
01:10:36.808 16  switches: flows:  117582 122957 123920 121979 120412 118616 116843 119760 120103 119058 116977 121120 120685 120645 119954 118632  total = 31.933972 per ms 
01:11:36.909 16  switches: flows:  120055 126251 126235 125693 122911 120824 120287 121521 122730 120794 119553 124454 122984 123026 122970 122493  total = 32.658373 per ms 
RESULT: 16 switches 9 tests min/max/avg/stdev = 30430.41/32658.37/31945.19/10668.68 responses/s</msg>
<arg>${output}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-05-08T01:11:36.925116" elapsed="0.000553"/>
</kw>
<kw name="Should Contain" owner="BuiltIn">
<arg>${output}</arg>
<arg>RESULT</arg>
<doc>Fails if ``container`` does not contain ``item`` one or more times.</doc>
<status status="PASS" start="2026-05-08T01:11:36.925845" elapsed="0.000465"/>
</kw>
<kw name="Get Lines Containing String" owner="String">
<msg time="2026-05-08T01:11:36.926775" level="INFO">1 out of 23 lines matched.</msg>
<msg time="2026-05-08T01:11:36.926877" level="INFO">${result_line} = RESULT: 16 switches 9 tests min/max/avg/stdev = 30430.41/32658.37/31945.19/10668.68 responses/s</msg>
<var>${result_line}</var>
<arg>${output}</arg>
<arg>RESULT</arg>
<doc>Returns lines of the given ``string`` that contain the ``pattern``.</doc>
<status status="PASS" start="2026-05-08T01:11:36.926521" elapsed="0.000383"/>
</kw>
<kw name="Split String" owner="String">
<msg time="2026-05-08T01:11:36.927410" level="INFO">@{results_list} = [ RESULT: | 16 | switches | 9 | tests | min/max/avg/stdev | = | 30430.41/32658.37/31945.19/10668.68 | responses/s ]</msg>
<var>@{results_list}</var>
<arg>${result_line}</arg>
<doc>Splits the ``string`` using ``separator`` as a delimiter string.</doc>
<status status="PASS" start="2026-05-08T01:11:36.927124" elapsed="0.000317"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-05-08T01:11:36.930372" level="INFO">min/max/avg/stdev</msg>
<arg>${results_list[5]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-05-08T01:11:36.927626" elapsed="0.002819"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-05-08T01:11:36.933007" level="INFO">30430.41/32658.37/31945.19/10668.68</msg>
<arg>${results_list[7]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-05-08T01:11:36.930614" elapsed="0.002451"/>
</kw>
<kw name="Split String" owner="String">
<msg time="2026-05-08T01:11:36.935464" level="INFO">@{result_name_list} = [ min | max | avg | stdev ]</msg>
<var>@{result_name_list}</var>
<arg>${results_list[5]}</arg>
<arg>/</arg>
<doc>Splits the ``string`` using ``separator`` as a delimiter string.</doc>
<status status="PASS" start="2026-05-08T01:11:36.933221" elapsed="0.002269"/>
</kw>
<kw name="Split String" owner="String">
<msg time="2026-05-08T01:11:36.937854" level="INFO">@{result_value_list} = [ 30430.41 | 32658.37 | 31945.19 | 10668.68 ]</msg>
<var>@{result_value_list}</var>
<arg>${results_list[7]}</arg>
<arg>/</arg>
<doc>Splits the ``string`` using ``separator`` as a delimiter string.</doc>
<status status="PASS" start="2026-05-08T01:11:36.935682" elapsed="0.002199"/>
</kw>
<kw name="Get Length" owner="BuiltIn">
<msg time="2026-05-08T01:11:36.938422" level="INFO">Length is 4.</msg>
<msg time="2026-05-08T01:11:36.938510" level="INFO">${num_stats} = 4</msg>
<var>${num_stats}</var>
<arg>${result_name_list}</arg>
<doc>Returns and logs the length of the given item as an integer.</doc>
<status status="PASS" start="2026-05-08T01:11:36.938087" elapsed="0.000447"/>
</kw>
<for flavor="IN RANGE">
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-05-08T01:11:36.943225" level="INFO">min :: 30430.41</msg>
<arg>${result_name_list[${i}]} :: ${result_value_list[${i}]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-05-08T01:11:36.938921" elapsed="0.004360"/>
</kw>
<var name="${i}">0</var>
<status status="PASS" start="2026-05-08T01:11:36.938794" elapsed="0.004521"/>
</iter>
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-05-08T01:11:36.947791" level="INFO">max :: 32658.37</msg>
<arg>${result_name_list[${i}]} :: ${result_value_list[${i}]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-05-08T01:11:36.943528" elapsed="0.004319"/>
</kw>
<var name="${i}">1</var>
<status status="PASS" start="2026-05-08T01:11:36.943404" elapsed="0.004477"/>
</iter>
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-05-08T01:11:36.952378" level="INFO">avg :: 31945.19</msg>
<arg>${result_name_list[${i}]} :: ${result_value_list[${i}]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-05-08T01:11:36.948118" elapsed="0.004315"/>
</kw>
<var name="${i}">2</var>
<status status="PASS" start="2026-05-08T01:11:36.947979" elapsed="0.004488"/>
</iter>
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-05-08T01:11:36.956876" level="INFO">stdev :: 10668.68</msg>
<arg>${result_name_list[${i}]} :: ${result_value_list[${i}]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-05-08T01:11:36.952675" elapsed="0.004255"/>
</kw>
<var name="${i}">3</var>
<status status="PASS" start="2026-05-08T01:11:36.952551" elapsed="0.004426"/>
</iter>
<var>${i}</var>
<value>0</value>
<value>${num_stats}</value>
<status status="PASS" start="2026-05-08T01:11:36.938604" elapsed="0.018406"/>
</for>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-05-08T01:11:36.960991" level="INFO">${min} = 30430.41</msg>
<var>${min}</var>
<arg>${result_value_list[${0}]}</arg>
<doc>Returns the given values which can then be assigned to a variables.</doc>
<status status="PASS" start="2026-05-08T01:11:36.957192" elapsed="0.003827"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-05-08T01:11:36.964904" level="INFO">${max} = 32658.37</msg>
<var>${max}</var>
<arg>${result_value_list[${1}]}</arg>
<doc>Returns the given values which can then be assigned to a variables.</doc>
<status status="PASS" start="2026-05-08T01:11:36.961172" elapsed="0.003759"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-05-08T01:11:36.969136" level="INFO">${average} = 31945.19</msg>
<var>${average}</var>
<arg>${result_value_list[${2}]}</arg>
<doc>Returns the given values which can then be assigned to a variables.</doc>
<status status="PASS" start="2026-05-08T01:11:36.965104" elapsed="0.004059"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-05-08T01:11:36.973016" level="INFO">${stdev} = 10668.68</msg>
<var>${stdev}</var>
<arg>${result_value_list[${3}]}</arg>
<doc>Returns the given values which can then be assigned to a variables.</doc>
<status status="PASS" start="2026-05-08T01:11:36.969316" elapsed="0.003726"/>
</kw>
<kw name="Get Time" owner="BuiltIn">
<msg time="2026-05-08T01:11:36.973556" level="INFO">${date} = 2026-05-08 01:11:36</msg>
<var>${date}</var>
<arg>d,m,s</arg>
<doc>Returns the given time in the requested format.</doc>
<status status="PASS" start="2026-05-08T01:11:36.973202" elapsed="0.000379"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-05-08T01:11:36.974198" level="INFO">CBench Result: 2026-05-08 01:11:36,-m 60000 -M 100 -S 16 -l 10 -D 5000 -p 6633,30430.41,32658.37,31945.19,10668.68</msg>
<arg>CBench Result: ${date},${cbench_args},${min},${max},${average},${stdev}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-05-08T01:11:36.973732" elapsed="0.000521"/>
</kw>
<kw name="Log Results And Determine Status">
<kw name="Append To File" owner="OperatingSystem">
<msg time="2026-05-08T01:11:36.975383" level="INFO" html="true">Appended to file '&lt;a href="file:///w/workspace/openflowplugin-csit-1node-cbench-only-vanadium/bug.csv"&gt;/w/workspace/openflowplugin-csit-1node-cbench-only-vanadium/bug.csv&lt;/a&gt;'.</msg>
<arg>${output_file}</arg>
<arg>${min},${max},${average}\n</arg>
<doc>Appends the given content to the specified file.</doc>
<status status="PASS" start="2026-05-08T01:11:36.974891" elapsed="0.000559"/>
</kw>
<kw name="Should Be True" owner="BuiltIn">
<arg>${average} &gt; ${threshold}</arg>
<arg>${average} flow_mods per/sec did not exceed threshold of ${threshold}</arg>
<doc>Fails if the given condition is not true.</doc>
<status status="PASS" start="2026-05-08T01:11:36.975601" elapsed="0.000484"/>
</kw>
<arg>${min}</arg>
<arg>${max}</arg>
<arg>${average}</arg>
<arg>${average_threshold}</arg>
<arg>${output_filename}</arg>
<status status="PASS" start="2026-05-08T01:11:36.974413" elapsed="0.001749"/>
</kw>
<arg>-m ${duration_in_ms} -M ${num_of_unique_macs} -S ${switch_count} -l ${loops} -D ${start_delay} -p ${of_port}</arg>
<arg>${latency_threshold}</arg>
<arg>bug.csv</arg>
<status status="PASS" start="2026-05-08T01:01:30.229387" elapsed="606.746843"/>
</kw>
<kw name="Sleep" owner="BuiltIn">
<msg time="2026-05-08T01:11:36.976696" level="INFO">Slept 0 seconds.</msg>
<arg>${test_delay}</arg>
<doc>Pauses the test executed for the given time.</doc>
<status status="PASS" start="2026-05-08T01:11:36.976383" elapsed="0.000368"/>
</kw>
<kw name="Report Failure Due To Bug" owner="Utils" type="TEARDOWN">
<kw name="Evaluate" owner="BuiltIn">
<msg time="2026-05-08T01:11:36.977991" level="INFO">${test_skipped} = False</msg>
<var>${test_skipped}</var>
<arg>len(re.findall('SKIPPED', """${TEST_MESSAGE}""")) &gt; 0</arg>
<arg>modules=re</arg>
<doc>Evaluates the given expression in Python and returns the result.</doc>
<status status="PASS" start="2026-05-08T01:11:36.977476" elapsed="0.000549"/>
</kw>
<if>
<branch type="IF" condition="('${TEST_STATUS}' != 'FAIL') or ${test_skipped}">
<return>
<status status="PASS" start="2026-05-08T01:11:36.978313" elapsed="0.000030"/>
</return>
<status status="PASS" start="2026-05-08T01:11:36.978118" elapsed="0.000257"/>
</branch>
<status status="PASS" start="2026-05-08T01:11:36.978096" elapsed="0.000303"/>
</if>
<kw name="Comment" owner="BuiltIn">
<arg>Jira tickets are {PROJECT}-{NUMBER} while Bugzilla tickets are {NUMBER}</arg>
<doc>Displays the given messages in the log file as keyword arguments.</doc>
<status status="NOT RUN" start="2026-05-08T01:11:36.978538" elapsed="0.000022"/>
</kw>
<kw name="Run Keyword And Return Status" owner="BuiltIn">
<var>${match}</var>
<arg>Should Contain</arg>
<arg>${number}</arg>
<arg>-</arg>
<doc>Runs the specified keyword and returns the status as a Boolean value.</doc>
<status status="NOT RUN" start="2026-05-08T01:11:36.978700" elapsed="0.000021"/>
</kw>
<kw name="Set Variable If" owner="BuiltIn">
<var>${bug_url}</var>
<arg>${match}</arg>
<arg>https://jira.opendaylight.org/browse/${number}</arg>
<arg>https://bugs.opendaylight.org/show_bug.cgi?id=${number}</arg>
<doc>Sets variable based on the given condition.</doc>
<status status="NOT RUN" start="2026-05-08T01:11:36.978860" elapsed="0.000019"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<var>${msg}</var>
<arg>This test fails due to ${bug_url}</arg>
<doc>Returns the given values which can then be assigned to a variables.</doc>
<status status="NOT RUN" start="2026-05-08T01:11:36.979076" elapsed="0.000021"/>
</kw>
<kw name="Evaluate" owner="BuiltIn">
<var>${newline}</var>
<arg>chr(10)</arg>
<doc>Evaluates the given expression in Python and returns the result.</doc>
<status status="NOT RUN" start="2026-05-08T01:11:36.979228" elapsed="0.000020"/>
</kw>
<kw name="Set Test Message" owner="BuiltIn">
<arg>${msg}${newline}${newline}${TEST_MESSAGE}</arg>
<doc>Sets message for the current test case.</doc>
<status status="NOT RUN" start="2026-05-08T01:11:36.979377" elapsed="0.000020"/>
</kw>
<kw name="Log" owner="BuiltIn">
<arg>${msg}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="NOT RUN" start="2026-05-08T01:11:36.979519" elapsed="0.000019"/>
</kw>
<if>
<branch type="IF" condition="&quot;${include_bug_in_tags}&quot;==&quot;True&quot;">
<kw name="Set Tags" owner="BuiltIn">
<arg>${bug_url}</arg>
<doc>Adds given ``tags`` for the current test or all tests in a suite.</doc>
<status status="NOT RUN" start="2026-05-08T01:11:36.979740" elapsed="0.000020"/>
</kw>
<status status="NOT RUN" start="2026-05-08T01:11:36.979599" elapsed="0.000193"/>
</branch>
<status status="NOT RUN" start="2026-05-08T01:11:36.979582" elapsed="0.000233"/>
</if>
<arg>6176</arg>
<doc>Report that a test failed due to a known Bugzilla bug whose
number is provided as an argument.
Not FAILED (incl. SKIPPED) test are not reported.
This keyword must be used in the [Teardown] setting of the affected test
or as the first line of the test if FastFail module is not being
used. It reports the URL of the bug on console and also puts it
into the Robot log file.</doc>
<status status="PASS" start="2026-05-08T01:11:36.977145" elapsed="0.002720"/>
</kw>
<doc>cbench executed in latency mode to see if controller is healthy</doc>
<tag>cbench</tag>
<tag>latency</tag>
<timeout value="15 minutes"/>
<status status="PASS" start="2026-05-08T01:01:30.228051" elapsed="606.751859"/>
</test>
<doc>Cbench Latency and Throughput tests can be run from an external
cbench.
If cbench is run with a medium number of switches or higher (e.g. 32+)
the normal openflow operations seem to break.
BUG: https://bugs.opendaylight.org/show_bug.cgi?id=2897</doc>
<status status="PASS" start="2026-05-08T00:41:14.120162" elapsed="1822.860356"/>
</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>
