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

[?1h=[90m~[0m                                                                                [?2004hopendaylight-user</msg>
<arg>${KARAF_USER}</arg>
<arg>${KARAF_PASSWORD}</arg>
<arg>loglevel=${loglevel}</arg>
<doc>Logs into the SSH server with the given ``username`` and ``password``.</doc>
<status status="PASS" start="2026-08-22T00:45:40.918104" elapsed="0.753807"/>
</kw>
<kw name="Write" owner="SSHLibrary">
<msg time="2026-08-22T00:45:41.720314" level="INFO">@root&gt;log:set ERROR</msg>
<arg>${cmd}</arg>
<doc>Writes the given ``text`` on the remote machine and appends a newline.</doc>
<status status="PASS" start="2026-08-22T00:45:41.672250" elapsed="0.048139"/>
</kw>
<kw name="Read Until Regexp" owner="SSHLibrary">
<msg time="2026-08-22T00:45:41.722424" level="INFO">[?1l&gt;[?2004l[?1h=[90m~[0m                                                                                [?2004hopendaylight-user@root&gt;</msg>
<msg time="2026-08-22T00:45:41.722547" level="INFO">${output} = [?1l&gt;[?2004l[?1h=[90m~[0m                                                                                [?2004hopendaylight-user@root&gt;</msg>
<var>${output}</var>
<arg>${KARAF_PROMPT}</arg>
<doc>Consumes and returns the server output until a match to ``regexp`` is found.</doc>
<status status="PASS" start="2026-08-22T00:45:41.720565" elapsed="0.002013"/>
</kw>
<kw name="Write Bare" owner="SSHLibrary">
<arg>logout\n</arg>
<doc>Writes the given ``text`` on the remote machine without appending a newline.</doc>
<status status="PASS" start="2026-08-22T00:45:41.722739" elapsed="0.000214"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-08-22T00:45:41.723113" elapsed="0.000243"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-08-22T00:45:41.723863" level="INFO">[?1l&gt;[?2004l[?1h=[90m~[0m                                                                                [?2004hopendaylight-user@root&gt;</msg>
<arg>${output}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-08-22T00:45:41.723509" elapsed="0.000409"/>
</kw>
<return>
<value>${output}</value>
<status status="PASS" start="2026-08-22T00:45:41.723974" elapsed="0.000060"/>
</return>
<arg>log:set ${log_level}</arg>
<doc>Will execute the given ${cmd} by ssh'ing to the karaf console running on 10.30.171.179
Note that this keyword will open&amp;close new SSH connection, without switching back to previously current session.</doc>
<status status="PASS" start="2026-08-22T00:45:40.916628" elapsed="0.807561"/>
</kw>
<arg>3x</arg>
<arg>1s</arg>
<arg>KarafKeywords.Issue Command On Karaf Console</arg>
<arg>log:set ${log_level}</arg>
<doc>Runs the specified keyword and retries if it fails.</doc>
<status status="PASS" start="2026-08-22T00:45:40.913003" elapsed="0.811260"/>
</kw>
<kw name="Append To File" owner="OperatingSystem">
<msg time="2026-08-22T00:45:41.724878" level="INFO" html="true">Appended to file '&lt;a href="file:///w/workspace/openflowplugin-csit-1node-cbench-only-vanadium/latency.csv"&gt;/w/workspace/openflowplugin-csit-1node-cbench-only-vanadium/latency.csv&lt;/a&gt;'.</msg>
<arg>${latency_results_file}</arg>
<arg>LATENCY_MIN,LATENCY_MAX,LATENCY_AVERAGE\n</arg>
<doc>Appends the given content to the specified file.</doc>
<status status="PASS" start="2026-08-22T00:45:41.724462" elapsed="0.000474"/>
</kw>
<kw name="Append To File" owner="OperatingSystem">
<msg time="2026-08-22T00:45:41.725427" level="INFO" html="true">Appended to file '&lt;a href="file:///w/workspace/openflowplugin-csit-1node-cbench-only-vanadium/throughput.csv"&gt;/w/workspace/openflowplugin-csit-1node-cbench-only-vanadium/throughput.csv&lt;/a&gt;'.</msg>
<arg>${throughput_results_file}</arg>
<arg>THROUGHPUT_MIN,THROUGHPUT_MAX,THROUGHPUT_AVERAGE\n</arg>
<doc>Appends the given content to the specified file.</doc>
<status status="PASS" start="2026-08-22T00:45:41.725088" elapsed="0.000408"/>
</kw>
<kw name="Evaluate" owner="BuiltIn">
<msg time="2026-08-22T00:45:41.726095" level="INFO">${duration_in_ms} = 60000</msg>
<var>${duration_in_ms}</var>
<arg>${duration_in_secs} * 1000</arg>
<doc>Evaluates the given expression in Python and returns the result.</doc>
<status status="PASS" start="2026-08-22T00:45:41.725655" elapsed="0.000469"/>
</kw>
<kw name="Set Suite Variable" owner="BuiltIn">
<msg time="2026-08-22T00:45:41.726653" level="INFO">${duration_in_ms} = 60000</msg>
<arg>${duration_in_ms}</arg>
<doc>Makes a variable available everywhere within the scope of the current suite.</doc>
<status status="PASS" start="2026-08-22T00:45:41.726318" elapsed="0.000377"/>
</kw>
<kw name="Evaluate" owner="BuiltIn">
<msg time="2026-08-22T00:45:41.727240" level="INFO">${test_timeout} = 900.0</msg>
<var>${test_timeout}</var>
<arg>(${loops} * ${duration_in_secs}) * 1.5</arg>
<doc>Evaluates the given expression in Python and returns the result.</doc>
<status status="PASS" start="2026-08-22T00:45:41.726839" elapsed="0.000428"/>
</kw>
<kw name="Set Suite Variable" owner="BuiltIn">
<msg time="2026-08-22T00:45:41.727763" level="INFO">${test_timeout} = 900.0</msg>
<arg>${test_timeout}</arg>
<doc>Makes a variable available everywhere within the scope of the current suite.</doc>
<status status="PASS" start="2026-08-22T00:45:41.727437" elapsed="0.000369"/>
</kw>
<if>
<branch type="IF" condition="&quot;${cbench_system}&quot; == &quot;localhost&quot;">
<kw name="File Should Exist" owner="OperatingSystem">
<arg>${cbench_executable}</arg>
<doc>Fails unless the given ``path`` points to an existing file.</doc>
<status status="NOT RUN" start="2026-08-22T00:45:41.728122" elapsed="0.000083"/>
</kw>
<status status="NOT RUN" start="2026-08-22T00:45:41.727899" elapsed="0.000355"/>
</branch>
<branch type="ELSE">
<kw name="Verify File Exists On Remote System" owner="Utils">
<kw name="Open Connection" owner="SSHLibrary">
<msg time="2026-08-22T00:45:41.732854" level="INFO">${conn_id} = 2</msg>
<var>${conn_id}</var>
<arg>${system}</arg>
<arg>prompt=${prompt}</arg>
<arg>timeout=${prompt_timeout}</arg>
<doc>Opens a new SSH connection to the given ``host`` and ``port``.</doc>
<status status="PASS" start="2026-08-22T00:45:41.732395" elapsed="0.000486"/>
</kw>
<kw name="Flexible_SSH_Login" owner="SSHKeywords">
<kw name="Get Length" owner="BuiltIn">
<msg time="2026-08-22T00:45:41.734233" level="INFO">Length is 0.</msg>
<msg time="2026-08-22T00:45:41.734319" level="INFO">${pwd_length} = 0</msg>
<var>${pwd_length}</var>
<arg>${password}</arg>
<doc>Returns and logs the length of the given item as an integer.</doc>
<status status="PASS" start="2026-08-22T00:45:41.733723" elapsed="0.000621"/>
</kw>
<kw name="Run Keyword And Return If" owner="BuiltIn">
<arg>${pwd_length} &gt; 0</arg>
<arg>SSHLibrary.Login</arg>
<arg>${user}</arg>
<arg>${password}</arg>
<arg>delay=${delay}</arg>
<doc>Runs the specified keyword and returns from the enclosing user keyword.</doc>
<status status="PASS" start="2026-08-22T00:45:41.734492" elapsed="0.000348"/>
</kw>
<kw name="Run Keyword And Return" owner="BuiltIn">
<kw name="Login With Public Key" owner="SSHLibrary">
<msg time="2026-08-22T00:45:41.735909" level="INFO">Logging into '10.30.170.49:22' as 'jenkins'.</msg>
<msg time="2026-08-22T00:45:42.225336" level="INFO">Read output: Welcome to Ubuntu 22.04.5 LTS (GNU/Linux 5.15.0-186-generic x86_64)

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

 System information as of Sat Aug 22 00:45:01 UTC 2026

  System load:  0.27               Processes:             112
  Usage of /:   19.7% of 38.58GB   Users logged in:       0
  Memory usage: 4%                 IPv4 address for ens3: 10.30.170.49
  Swap usage:   0%


Expanded Security Maintenance for Applications is not enabled.

0 updates can be applied immediately.

14 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-378-1-mininet-ovs-217-0 ~]&gt;</msg>
<arg>${user}</arg>
<arg>${USER_HOME}/.ssh/${SSH_KEY}</arg>
<arg>${KEYFILE_PASS}</arg>
<arg>delay=${delay}</arg>
<doc>Logs into the SSH server using key-based authentication.</doc>
<status status="PASS" start="2026-08-22T00:45:41.735358" elapsed="0.490105"/>
</kw>
<msg time="2026-08-22T00:45:42.225546" level="INFO">Returning from the enclosing user keyword.</msg>
<arg>SSHLibrary.Login With Public Key</arg>
<arg>${user}</arg>
<arg>${USER_HOME}/.ssh/${SSH_KEY}</arg>
<arg>${KEYFILE_PASS}</arg>
<arg>delay=${delay}</arg>
<doc>Runs the specified keyword and returns from the enclosing user keyword.</doc>
<status status="PASS" start="2026-08-22T00:45:41.734994" elapsed="0.490651"/>
</kw>
<arg>${user}</arg>
<arg>${password}</arg>
<doc>On active SSH session: if given non-empty password, do Login, else do Login With Public Key.</doc>
<status status="PASS" start="2026-08-22T00:45:41.733089" elapsed="0.492670"/>
</kw>
<kw name="File Should Exist" owner="SSHLibrary">
<msg time="2026-08-22T00:45:42.234090" level="INFO">[chan 1] Opened sftp connection (server version 3)</msg>
<arg>${file}</arg>
<doc>Fails if the given ``path`` does NOT point to an existing file.</doc>
<status status="PASS" start="2026-08-22T00:45:42.225957" elapsed="0.009494"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-08-22T00:45:42.235706" elapsed="0.000378"/>
</kw>
<arg>${cbench_system}</arg>
<arg>${cbench_executable}</arg>
<doc>Will create connection with public key and will PASS if the given ${file} exists,
otherwise will FAIL</doc>
<status status="PASS" start="2026-08-22T00:45:41.731850" elapsed="0.504345"/>
</kw>
<status status="PASS" start="2026-08-22T00:45:41.728342" elapsed="0.507908"/>
</branch>
<status status="PASS" start="2026-08-22T00:45:41.727870" elapsed="0.508424"/>
</if>
<kw name="Should Be True" owner="BuiltIn">
<arg>${loops} &gt;= 2</arg>
<arg>If number of loops is less than 2, cbench will not run</arg>
<doc>Fails if the given condition is not true.</doc>
<status status="PASS" start="2026-08-22T00:45:42.236512" elapsed="0.000633"/>
</kw>
<kw name="Verify_Feature_Is_Installed" owner="KarafKeywords">
<if>
<branch type="IF" condition="'${IS_KARAF_APPL}' == 'False'">
<return>
<value>Not A Karaf App</value>
<status status="NOT RUN" start="2026-08-22T00:45:42.243562" elapsed="0.000031"/>
</return>
<status status="NOT RUN" start="2026-08-22T00:45:42.243375" elapsed="0.000270"/>
</branch>
<status status="PASS" start="2026-08-22T00:45:42.243339" elapsed="0.000330"/>
</if>
<kw name="Issue_Command_On_Karaf_Console" owner="KarafKeywords">
<if>
<branch type="IF" condition="'${IS_KARAF_APPL}' == 'False'">
<return>
<value>Not A Karaf App</value>
<status status="NOT RUN" start="2026-08-22T00:45:42.247330" elapsed="0.000015"/>
</return>
<status status="NOT RUN" start="2026-08-22T00:45:42.247191" elapsed="0.000188"/>
</branch>
<status status="PASS" start="2026-08-22T00:45:42.247156" elapsed="0.000245"/>
</if>
<kw name="Open Connection" owner="SSHLibrary">
<arg>${controller}</arg>
<arg>port=${karaf_port}</arg>
<arg>prompt=${KARAF_PROMPT_LOGIN}</arg>
<arg>timeout=${timeout}</arg>
<doc>Opens a new SSH connection to the given ``host`` and ``port``.</doc>
<status status="PASS" start="2026-08-22T00:45:42.247544" elapsed="0.000463"/>
</kw>
<kw name="Login" owner="SSHLibrary">
<msg time="2026-08-22T00:45:42.248442" level="INFO">Logging into '10.30.171.179:8101' as 'karaf'.</msg>
<msg time="2026-08-22T00:45:42.443298" level="INFO">Read output: [33m                                                                                           
[33m    ________                       ________                .__  .__       .__     __       
[33m    \_____  \ ______   ____   ____ \______ \ _____  ___.__.|  | |__| ____ |  |___/  |_     
[33m     /   |   \\____ \_/ __ \ /    \ |    |  \\__  \&lt;   |  ||  | |  |/ ___\|  |  \   __\    
[33m    /    |    \  |_&gt; &gt;  ___/|   |  \|    `   \/ __ \\___  ||  |_|  / /_/  &gt;   Y  \  |      
[33m    \_______  /   __/ \___  &gt;___|  /_______  (____  / ____||____/__\___  /|___|  /__|      
[33m            \/|__|        \/     \/        \/     \/\/            /_____/      \/          
[33m                                                                                           

Hit '[1m&lt;tab&gt;[0m' for a list of available commands
and '[1m[cmd] --help[0m' for help on a specific command.
Hit '[1m&lt;ctrl-d&gt;[0m' or type '[1msystem:shutdown[0m' or '[1mlogout[0m' to shutdown OpenDaylight.

[?1h=[90m~[0m                                                                                [?2004hopendaylight-user</msg>
<arg>${KARAF_USER}</arg>
<arg>${KARAF_PASSWORD}</arg>
<arg>loglevel=${loglevel}</arg>
<doc>Logs into the SSH server with the given ``username`` and ``password``.</doc>
<status status="PASS" start="2026-08-22T00:45:42.248156" elapsed="0.195264"/>
</kw>
<kw name="Write" owner="SSHLibrary">
<msg time="2026-08-22T00:45:42.540615" level="INFO">@root&gt;feature:list -i | 0[C 0g[Krep odl-openflowplugin-drop-test</msg>
<arg>${cmd}</arg>
<doc>Writes the given ``text`` on the remote machine and appends a newline.</doc>
<status status="PASS" start="2026-08-22T00:45:42.443660" elapsed="0.097053"/>
</kw>
<kw name="Read Until Regexp" owner="SSHLibrary">
<msg time="2026-08-22T00:45:42.546183" level="INFO">[?1l&gt;[?2004l[31;1modl-openflowplugin-drop-test[0m                                    x 0.21.4           x x        x Started x [31;1modl-openflowplugin-drop-test[0m                                    x OpenDaylight :: Openflow Plugin :: Drop Test
[?1h=[90m~[0m                                                                                [?2004hopendaylight-user@root&gt;</msg>
<msg time="2026-08-22T00:45:42.546396" level="INFO">${output} = [?1l&gt;[?2004l[31;1modl-openflowplugin-drop-test[0m                                    x 0.21.4           x x        x Started x [31;1modl-openflowplugin-drop-test[0m                     ...</msg>
<var>${output}</var>
<arg>${KARAF_PROMPT}</arg>
<doc>Consumes and returns the server output until a match to ``regexp`` is found.</doc>
<status status="PASS" start="2026-08-22T00:45:42.540901" elapsed="0.005527"/>
</kw>
<kw name="Write Bare" owner="SSHLibrary">
<arg>logout\n</arg>
<doc>Writes the given ``text`` on the remote machine without appending a newline.</doc>
<status status="PASS" start="2026-08-22T00:45:42.546570" elapsed="0.000205"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-08-22T00:45:42.546921" elapsed="0.000269"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-08-22T00:45:42.547686" level="INFO">[?1l&gt;[?2004l[31;1modl-openflowplugin-drop-test[0m                                    x 0.21.4           x x        x Started x [31;1modl-openflowplugin-drop-test[0m                                    x OpenDaylight :: Openflow Plugin :: Drop Test
[?1h=[90m~[0m                                                                                [?2004hopendaylight-user@root&gt;</msg>
<arg>${output}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-08-22T00:45:42.547353" elapsed="0.000389"/>
</kw>
<return>
<value>${output}</value>
<status status="PASS" start="2026-08-22T00:45:42.547794" elapsed="0.000059"/>
</return>
<msg time="2026-08-22T00:45:42.548010" level="INFO">${output} = [?1l&gt;[?2004l[31;1modl-openflowplugin-drop-test[0m                                    x 0.21.4           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.171.179
Note that this keyword will open&amp;close new SSH connection, without switching back to previously current session.</doc>
<status status="PASS" start="2026-08-22T00:45:42.246801" elapsed="0.301240"/>
</kw>
<kw name="Should Contain" owner="BuiltIn">
<arg>${output}</arg>
<arg>${feature_name}</arg>
<doc>Fails if ``container`` does not contain ``item`` one or more times.</doc>
<status status="PASS" start="2026-08-22T00:45:42.548207" elapsed="0.000573"/>
</kw>
<return>
<value>${output}</value>
<status status="PASS" start="2026-08-22T00:45:42.548831" elapsed="0.000032"/>
</return>
<arg>odl-openflowplugin-drop-test</arg>
<doc>Will Succeed if the given ${feature_name} is found in the output of "feature:list -i"</doc>
<status status="PASS" start="2026-08-22T00:45:42.242904" elapsed="0.306058"/>
</kw>
<kw name="Issue_Command_On_Karaf_Console" owner="KarafKeywords">
<if>
<branch type="IF" condition="'${IS_KARAF_APPL}' == 'False'">
<return>
<value>Not A Karaf App</value>
<status status="NOT RUN" start="2026-08-22T00:45:42.552822" elapsed="0.000015"/>
</return>
<status status="NOT RUN" start="2026-08-22T00:45:42.552684" elapsed="0.000186"/>
</branch>
<status status="PASS" start="2026-08-22T00:45:42.552658" elapsed="0.000237"/>
</if>
<kw name="Open Connection" owner="SSHLibrary">
<arg>${controller}</arg>
<arg>port=${karaf_port}</arg>
<arg>prompt=${KARAF_PROMPT_LOGIN}</arg>
<arg>timeout=${timeout}</arg>
<doc>Opens a new SSH connection to the given ``host`` and ``port``.</doc>
<status status="PASS" start="2026-08-22T00:45:42.553029" elapsed="0.000494"/>
</kw>
<kw name="Login" owner="SSHLibrary">
<msg time="2026-08-22T00:45:42.553931" level="INFO">Logging into '10.30.171.179:8101' as 'karaf'.</msg>
<msg time="2026-08-22T00:45:42.784613" level="INFO">Read output: [33m                                                                                           
[33m    ________                       ________                .__  .__       .__     __       
[33m    \_____  \ ______   ____   ____ \______ \ _____  ___.__.|  | |__| ____ |  |___/  |_     
[33m     /   |   \\____ \_/ __ \ /    \ |    |  \\__  \&lt;   |  ||  | |  |/ ___\|  |  \   __\    
[33m    /    |    \  |_&gt; &gt;  ___/|   |  \|    `   \/ __ \\___  ||  |_|  / /_/  &gt;   Y  \  |      
[33m    \_______  /   __/ \___  &gt;___|  /_______  (____  / ____||____/__\___  /|___|  /__|      
[33m            \/|__|        \/     \/        \/     \/\/            /_____/      \/          
[33m                                                                                           

Hit '[1m&lt;tab&gt;[0m' for a list of available commands
and '[1m[cmd] --help[0m' for help on a specific command.
Hit '[1m&lt;ctrl-d&gt;[0m' or type '[1msystem:shutdown[0m' or '[1mlogout[0m' to shutdown OpenDaylight.

[?1h=[90m~[0m                                                                                [?2004hopendaylight-user</msg>
<arg>${KARAF_USER}</arg>
<arg>${KARAF_PASSWORD}</arg>
<arg>loglevel=${loglevel}</arg>
<doc>Logs into the SSH server with the given ``username`` and ``password``.</doc>
<status status="PASS" start="2026-08-22T00:45:42.553671" elapsed="0.231078"/>
</kw>
<kw name="Write" owner="SSHLibrary">
<msg time="2026-08-22T00:45:42.812395" level="INFO">@root&gt;dropallpacketsrpc on</msg>
<arg>${cmd}</arg>
<doc>Writes the given ``text`` on the remote machine and appends a newline.</doc>
<status status="PASS" start="2026-08-22T00:45:42.784982" elapsed="0.027475"/>
</kw>
<kw name="Read Until Regexp" owner="SSHLibrary">
<msg time="2026-08-22T00:45:42.814519" level="INFO">[?1l&gt;[?2004lDropAllFlows transitions to on
[?1h=[90m~[0m                                                                                [?2004hopendaylight-user@root&gt;</msg>
<msg time="2026-08-22T00:45:42.814638" level="INFO">${output} = [?1l&gt;[?2004lDropAllFlows transitions to on
[?1h=[90m~[0m                                                                                [?2004hopendaylight-user@root&gt;</msg>
<var>${output}</var>
<arg>${KARAF_PROMPT}</arg>
<doc>Consumes and returns the server output until a match to ``regexp`` is found.</doc>
<status status="PASS" start="2026-08-22T00:45:42.812609" elapsed="0.002064"/>
</kw>
<kw name="Write Bare" owner="SSHLibrary">
<arg>logout\n</arg>
<doc>Writes the given ``text`` on the remote machine without appending a newline.</doc>
<status status="PASS" start="2026-08-22T00:45:42.814811" elapsed="0.000188"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-08-22T00:45:42.815144" elapsed="0.000225"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-08-22T00:45:42.815938" level="INFO">[?1l&gt;[?2004lDropAllFlows transitions to on
[?1h=[90m~[0m                                                                                [?2004hopendaylight-user@root&gt;</msg>
<arg>${output}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-08-22T00:45:42.815517" elapsed="0.000522"/>
</kw>
<return>
<value>${output}</value>
<status status="PASS" start="2026-08-22T00:45:42.816106" elapsed="0.000053"/>
</return>
<arg>dropallpacketsrpc on</arg>
<doc>Will execute the given ${cmd} by ssh'ing to the karaf console running on 10.30.171.179
Note that this keyword will open&amp;close new SSH connection, without switching back to previously current session.</doc>
<status status="PASS" start="2026-08-22T00:45:42.552339" elapsed="0.263967"/>
</kw>
<status status="PASS" start="2026-08-22T00:45:40.911190" elapsed="1.905194"/>
</kw>
<test id="s1-t1" name="Cbench Latency Test" line="37">
<kw name="Log" owner="BuiltIn">
<msg time="2026-08-22T00:45:42.818875" level="INFO">Cbench tests using 10 iterations of 60 second tests. Switch Count: 16. Unique MACS to cycle: 100</msg>
<arg>Cbench tests using ${loops} iterations of ${duration_in_secs} second tests. Switch Count: ${switch_count}. Unique MACS to cycle: ${num_of_unique_macs}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-08-22T00:45:42.817456" elapsed="0.001487"/>
</kw>
<kw name="Run Cbench And Log Results">
<kw name="Set Suite Variable" owner="BuiltIn">
<msg time="2026-08-22T00:45:42.820502" level="INFO">${output_filename} = latency.csv</msg>
<arg>${output_filename}</arg>
<doc>Makes a variable available everywhere within the scope of the current suite.</doc>
<status status="PASS" start="2026-08-22T00:45:42.820116" elapsed="0.000430"/>
</kw>
<if>
<branch type="IF" condition="&quot;${cbench_system}&quot; == &quot;localhost&quot;">
<kw name="Run" owner="OperatingSystem">
<var>${output}</var>
<arg>${cbench_executable} -c ${ODL_SYSTEM_IP} ${cbench_args}</arg>
<doc>_This keyword is considered deprecated. Use the
[http://robotframework.org/robotframework/latest/libraries/Process.html|
Process] library instead._</doc>
<status status="NOT RUN" start="2026-08-22T00:45:42.820876" elapsed="0.000022"/>
</kw>
<status status="NOT RUN" start="2026-08-22T00:45:42.820630" elapsed="0.000305"/>
</branch>
<branch type="ELSE">
<kw name="Run Command On Remote System" owner="Utils">
<if>
<branch type="IF" condition="&quot;${return_stdout}&quot;!=&quot;True&quot; and &quot;${return_stderr}&quot;!=&quot;True&quot;">
<kw name="Fail" owner="BuiltIn">
<arg>At least one of {return_stdout} or {return_stderr} args should be set to True</arg>
<doc>Fails the test with the given message and optionally alters its tags.</doc>
<status status="NOT RUN" start="2026-08-22T00:45:42.823949" elapsed="0.000021"/>
</kw>
<status status="NOT RUN" start="2026-08-22T00:45:42.823697" elapsed="0.000328"/>
</branch>
<status status="PASS" start="2026-08-22T00:45:42.823677" elapsed="0.000374"/>
</if>
<kw name="Get Connection" owner="SSHLibrary">
<msg time="2026-08-22T00:45:42.824438" level="INFO">index=None
host=None
alias=None
port=22
timeout=3 seconds
newline=

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

prompt=None
term_type=vt100
width=80
height=24
path_separator=/
encoding=utf8
escape_ansi=False
encoding_errors=strict</msg>
<var>${current_ssh_connection}</var>
<doc>Returns information about the connection.</doc>
<status status="PASS" start="2026-08-22T00:45:42.824214" elapsed="0.000378"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-08-22T00:45:42.825162" level="INFO">Attempting to execute command "/usr/local/bin/cbench -c 10.30.171.179 -m 60000 -M 100 -S 16 -l 10 -D 5000 -p 6633" on remote system "10.30.170.49" by user "jenkins" with keyfile pass "any" and prompt "&gt;" and password ""</msg>
<arg>Attempting to execute command "${cmd}" on remote system "${system}" by user "${user}" with keyfile pass "${keyfile_pass}" and prompt "${prompt}" and password "${password}"</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-08-22T00:45:42.824733" elapsed="0.000509"/>
</kw>
<kw name="Open Connection" owner="SSHLibrary">
<msg time="2026-08-22T00:45:42.825884" level="INFO">${conn_id} = 5</msg>
<var>${conn_id}</var>
<arg>${system}</arg>
<arg>prompt=${prompt}</arg>
<arg>timeout=${prompt_timeout}</arg>
<doc>Opens a new SSH connection to the given ``host`` and ``port``.</doc>
<status status="PASS" start="2026-08-22T00:45:42.825389" elapsed="0.000522"/>
</kw>
<kw name="Flexible_SSH_Login" owner="SSHKeywords">
<kw name="Get Length" owner="BuiltIn">
<msg time="2026-08-22T00:45:42.826836" level="INFO">Length is 0.</msg>
<msg time="2026-08-22T00:45:42.826927" level="INFO">${pwd_length} = 0</msg>
<var>${pwd_length}</var>
<arg>${password}</arg>
<doc>Returns and logs the length of the given item as an integer.</doc>
<status status="PASS" start="2026-08-22T00:45:42.826505" elapsed="0.000447"/>
</kw>
<kw name="Run Keyword And Return If" owner="BuiltIn">
<arg>${pwd_length} &gt; 0</arg>
<arg>SSHLibrary.Login</arg>
<arg>${user}</arg>
<arg>${password}</arg>
<arg>delay=${delay}</arg>
<doc>Runs the specified keyword and returns from the enclosing user keyword.</doc>
<status status="PASS" start="2026-08-22T00:45:42.827093" elapsed="0.000369"/>
</kw>
<kw name="Run Keyword And Return" owner="BuiltIn">
<kw name="Login With Public Key" owner="SSHLibrary">
<msg time="2026-08-22T00:45:42.828380" level="INFO">Logging into '10.30.170.49:22' as 'jenkins'.</msg>
<msg time="2026-08-22T00:45:43.180909" level="INFO">Read output: Welcome to Ubuntu 22.04.5 LTS (GNU/Linux 5.15.0-186-generic x86_64)

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

 System information as of Sat Aug 22 00:45:01 UTC 2026

  System load:  0.27               Processes:             112
  Usage of /:   19.7% of 38.58GB   Users logged in:       0
  Memory usage: 4%                 IPv4 address for ens3: 10.30.170.49
  Swap usage:   0%


Expanded Security Maintenance for Applications is not enabled.

0 updates can be applied immediately.

14 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: Sat Aug 22 00:45:42 2026 from 10.30.171.94
[?2004h[jenkins@releng-63164-378-1-mininet-ovs-217-0 ~]&gt;</msg>
<arg>${user}</arg>
<arg>${USER_HOME}/.ssh/${SSH_KEY}</arg>
<arg>${KEYFILE_PASS}</arg>
<arg>delay=${delay}</arg>
<doc>Logs into the SSH server using key-based authentication.</doc>
<status status="PASS" start="2026-08-22T00:45:42.827967" elapsed="0.353130"/>
</kw>
<msg time="2026-08-22T00:45:43.181205" level="INFO">Returning from the enclosing user keyword.</msg>
<arg>SSHLibrary.Login With Public Key</arg>
<arg>${user}</arg>
<arg>${USER_HOME}/.ssh/${SSH_KEY}</arg>
<arg>${KEYFILE_PASS}</arg>
<arg>delay=${delay}</arg>
<doc>Runs the specified keyword and returns from the enclosing user keyword.</doc>
<status status="PASS" start="2026-08-22T00:45:42.827618" elapsed="0.353688"/>
</kw>
<arg>${user}</arg>
<arg>${password}</arg>
<doc>On active SSH session: if given non-empty password, do Login, else do Login With Public Key.</doc>
<status status="PASS" start="2026-08-22T00:45:42.826113" elapsed="0.355321"/>
</kw>
<kw name="Execute Command" owner="SSHLibrary">
<msg time="2026-08-22T00:45:43.181995" level="INFO">Executing command '/usr/local/bin/cbench -c 10.30.171.179 -m 60000 -M 100 -S 16 -l 10 -D 5000 -p 6633'.</msg>
<msg time="2026-08-22T00:55:49.354553" level="INFO">Command exited with return code 0.</msg>
<msg time="2026-08-22T00:55:49.355077" level="INFO">${stdout} = </msg>
<msg time="2026-08-22T00:55:49.355222" level="INFO">${stderr} = cbench: controller benchmarking tool
   running in mode 'latency'
   connecting to controller at 10.30.171.179: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-08-22T00:45:43.181668" elapsed="606.173617"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-08-22T00:55:49.355721" elapsed="0.000800"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-08-22T00:55:49.357724" level="INFO">cbench: controller benchmarking tool
   running in mode 'latency'
   connecting to controller at 10.30.171.179: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.171.179. So far 1 cbench instances have initialized their switches.  Waiting for other cbench-instances
Thread-0: Total switches from ALL cbench-instances initialized.
00:46:48.431 16  switches: flows:  101438 101871 101691 100053 100499 100506 100261 99705 99394 102142 99307 98636 98598 100521 97352 98729  total = 26.678383 per ms 
00:47:48.533 16  switches: flows:  111273 109346 111167 108895 109330 108912 110091 108498 110207 110716 106296 106745 108758 108391 108727 107221  total = 29.027757 per ms 
00:48:48.634 16  switches: flows:  112988 111078 112626 110219 109946 109662 109577 109082 109933 111255 106807 109109 108636 107656 110685 107267  total = 29.226658 per ms 
00:49:48.734 16  switches: flows:  109400 110516 108073 108283 108188 107661 108924 106455 107542 106787 105081 106243 106512 106916 107312 106711  total = 28.628924 per ms 
00:50:48.837 16  switches: flows:  114827 114647 113718 113060 113929 114860 113034 111717 111574 112560 110489 109420 111403 111449 112734 111219  total = 29.959273 per ms 
00:51:48.937 16  switches: flows:  113802 115494 113731 113640 114240 113430 113098 111474 114161 113654 109642 109090 111061 111503 110995 111778  total = 29.963138 per ms 
00:52:49.037 16  switches: flows:  116855 114251 113587 113681 113240 112977 112460 111824 112785 112550 110871 110663 110707 111595 111369 111852  total = 29.971045 per ms 
00:53:49.138 16  switches: flows:  115300 114834 113434 113951 114509 112181 112949 110324 110738 111403 109421 109089 110233 109933 111257 109504  total = 29.767962 per ms 
00:54:49.239 16  switches: flows:  115218 114286 111951 112436 113540 109968 111986 110519 109856 109355 106946 107888 109184 107613 108691 107996  total = 29.408102 per ms 
00:55:49.339 16  switches: flows:  116479 111646 111963 110178 112006 110462 110391 111404 106371 110316 106721 106750 109283 108226 109143 108970  total = 29.289523 per ms 
RESULT: 16 switches 9 tests min/max/avg/stdev = 28628.92/29971.05/29471.38/9834.08 responses/s</msg>
<arg>${stderr}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-08-22T00:55:49.356944" elapsed="0.001069"/>
</kw>
<if>
<branch type="IF" condition="&quot;${return_stdout}&quot;!=&quot;True&quot;">
<return>
<value>${stderr}</value>
<status status="PASS" start="2026-08-22T00:55:49.358557" elapsed="0.000103"/>
</return>
<status status="PASS" start="2026-08-22T00:55:49.358238" elapsed="0.000506"/>
</branch>
<status status="PASS" start="2026-08-22T00:55:49.358147" elapsed="0.000653"/>
</if>
<if>
<branch type="IF" condition="&quot;${return_stderr}&quot;!=&quot;True&quot;">
<return>
<value>${stdout}</value>
<status status="NOT RUN" start="2026-08-22T00:55:49.359016" elapsed="0.000028"/>
</return>
<status status="NOT RUN" start="2026-08-22T00:55:49.358934" elapsed="0.000171"/>
</branch>
<status status="NOT RUN" start="2026-08-22T00:55:49.358900" elapsed="0.000252"/>
</if>
<return>
<value>${stdout}</value>
<value>${stderr}</value>
<status status="NOT RUN" start="2026-08-22T00:55:49.359260" elapsed="0.000031"/>
</return>
<kw name="Restore_Current_Ssh_Connection_From_Index" owner="SSHKeywords" type="TEARDOWN">
<kw name="Run Keyword And Return If" owner="BuiltIn">
<arg>${connection_index} is not None</arg>
<arg>SSHLibrary.Switch Connection</arg>
<arg>${connection_index}</arg>
<doc>Runs the specified keyword and returns from the enclosing user keyword.</doc>
<status status="PASS" start="2026-08-22T00:55:49.364148" elapsed="0.000486"/>
</kw>
<kw name="Open Connection" owner="SSHLibrary">
<arg>127.0.0.1</arg>
<doc>Opens a new SSH connection to the given ``host`` and ``port``.</doc>
<status status="PASS" start="2026-08-22T00:55:49.364847" elapsed="0.000229"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-08-22T00:55:49.365289" 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-08-22T00:55:49.359943" elapsed="0.005561"/>
</kw>
<msg time="2026-08-22T00:55:49.365684" level="INFO">${output} = cbench: controller benchmarking tool
   running in mode 'latency'
   connecting to controller at 10.30.171.179: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-08-22T00:45:42.821314" elapsed="606.544409"/>
</kw>
<status status="PASS" start="2026-08-22T00:45:42.820964" elapsed="606.544827"/>
</branch>
<status status="PASS" start="2026-08-22T00:45:42.820606" elapsed="606.545217"/>
</if>
<kw name="Log" owner="BuiltIn">
<msg time="2026-08-22T00:55:49.366451" level="INFO">cbench: controller benchmarking tool
   running in mode 'latency'
   connecting to controller at 10.30.171.179: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.171.179. So far 1 cbench instances have initialized their switches.  Waiting for other cbench-instances
Thread-0: Total switches from ALL cbench-instances initialized.
00:46:48.431 16  switches: flows:  101438 101871 101691 100053 100499 100506 100261 99705 99394 102142 99307 98636 98598 100521 97352 98729  total = 26.678383 per ms 
00:47:48.533 16  switches: flows:  111273 109346 111167 108895 109330 108912 110091 108498 110207 110716 106296 106745 108758 108391 108727 107221  total = 29.027757 per ms 
00:48:48.634 16  switches: flows:  112988 111078 112626 110219 109946 109662 109577 109082 109933 111255 106807 109109 108636 107656 110685 107267  total = 29.226658 per ms 
00:49:48.734 16  switches: flows:  109400 110516 108073 108283 108188 107661 108924 106455 107542 106787 105081 106243 106512 106916 107312 106711  total = 28.628924 per ms 
00:50:48.837 16  switches: flows:  114827 114647 113718 113060 113929 114860 113034 111717 111574 112560 110489 109420 111403 111449 112734 111219  total = 29.959273 per ms 
00:51:48.937 16  switches: flows:  113802 115494 113731 113640 114240 113430 113098 111474 114161 113654 109642 109090 111061 111503 110995 111778  total = 29.963138 per ms 
00:52:49.037 16  switches: flows:  116855 114251 113587 113681 113240 112977 112460 111824 112785 112550 110871 110663 110707 111595 111369 111852  total = 29.971045 per ms 
00:53:49.138 16  switches: flows:  115300 114834 113434 113951 114509 112181 112949 110324 110738 111403 109421 109089 110233 109933 111257 109504  total = 29.767962 per ms 
00:54:49.239 16  switches: flows:  115218 114286 111951 112436 113540 109968 111986 110519 109856 109355 106946 107888 109184 107613 108691 107996  total = 29.408102 per ms 
00:55:49.339 16  switches: flows:  116479 111646 111963 110178 112006 110462 110391 111404 106371 110316 106721 106750 109283 108226 109143 108970  total = 29.289523 per ms 
RESULT: 16 switches 9 tests min/max/avg/stdev = 28628.92/29971.05/29471.38/9834.08 responses/s</msg>
<arg>${output}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-08-22T00:55:49.366015" elapsed="0.000558"/>
</kw>
<kw name="Should Contain" owner="BuiltIn">
<arg>${output}</arg>
<arg>RESULT</arg>
<doc>Fails if ``container`` does not contain ``item`` one or more times.</doc>
<status status="PASS" start="2026-08-22T00:55:49.366777" elapsed="0.000522"/>
</kw>
<kw name="Get Lines Containing String" owner="String">
<msg time="2026-08-22T00:55:49.367831" level="INFO">1 out of 23 lines matched.</msg>
<msg time="2026-08-22T00:55:49.367967" level="INFO">${result_line} = RESULT: 16 switches 9 tests min/max/avg/stdev = 28628.92/29971.05/29471.38/9834.08 responses/s</msg>
<var>${result_line}</var>
<arg>${output}</arg>
<arg>RESULT</arg>
<doc>Returns lines of the given ``string`` that contain the ``pattern``.</doc>
<status status="PASS" start="2026-08-22T00:55:49.367520" elapsed="0.000482"/>
</kw>
<kw name="Split String" owner="String">
<msg time="2026-08-22T00:55:49.368593" level="INFO">@{results_list} = [ RESULT: | 16 | switches | 9 | tests | min/max/avg/stdev | = | 28628.92/29971.05/29471.38/9834.08 | responses/s ]</msg>
<var>@{results_list}</var>
<arg>${result_line}</arg>
<doc>Splits the ``string`` using ``separator`` as a delimiter string.</doc>
<status status="PASS" start="2026-08-22T00:55:49.368236" elapsed="0.000395"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-08-22T00:55:49.372053" level="INFO">min/max/avg/stdev</msg>
<arg>${results_list[5]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-08-22T00:55:49.368832" elapsed="0.003300"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-08-22T00:55:49.375369" level="INFO">28628.92/29971.05/29471.38/9834.08</msg>
<arg>${results_list[7]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-08-22T00:55:49.372356" elapsed="0.003070"/>
</kw>
<kw name="Split String" owner="String">
<msg time="2026-08-22T00:55:49.377744" level="INFO">@{result_name_list} = [ min | max | avg | stdev ]</msg>
<var>@{result_name_list}</var>
<arg>${results_list[5]}</arg>
<arg>/</arg>
<doc>Splits the ``string`` using ``separator`` as a delimiter string.</doc>
<status status="PASS" start="2026-08-22T00:55:49.375575" elapsed="0.002197"/>
</kw>
<kw name="Split String" owner="String">
<msg time="2026-08-22T00:55:49.380202" level="INFO">@{result_value_list} = [ 28628.92 | 29971.05 | 29471.38 | 9834.08 ]</msg>
<var>@{result_value_list}</var>
<arg>${results_list[7]}</arg>
<arg>/</arg>
<doc>Splits the ``string`` using ``separator`` as a delimiter string.</doc>
<status status="PASS" start="2026-08-22T00:55:49.377963" elapsed="0.002267"/>
</kw>
<kw name="Get Length" owner="BuiltIn">
<msg time="2026-08-22T00:55:49.380722" level="INFO">Length is 4.</msg>
<msg time="2026-08-22T00:55:49.380819" level="INFO">${num_stats} = 4</msg>
<var>${num_stats}</var>
<arg>${result_name_list}</arg>
<doc>Returns and logs the length of the given item as an integer.</doc>
<status status="PASS" start="2026-08-22T00:55:49.380383" elapsed="0.000463"/>
</kw>
<for flavor="IN RANGE">
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-08-22T00:55:49.385608" level="INFO">min :: 28628.92</msg>
<arg>${result_name_list[${i}]} :: ${result_value_list[${i}]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-08-22T00:55:49.381248" elapsed="0.004416"/>
</kw>
<var name="${i}">0</var>
<status status="PASS" start="2026-08-22T00:55:49.381102" elapsed="0.004597"/>
</iter>
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-08-22T00:55:49.390174" level="INFO">max :: 29971.05</msg>
<arg>${result_name_list[${i}]} :: ${result_value_list[${i}]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-08-22T00:55:49.385916" elapsed="0.004317"/>
</kw>
<var name="${i}">1</var>
<status status="PASS" start="2026-08-22T00:55:49.385789" elapsed="0.004479"/>
</iter>
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-08-22T00:55:49.394758" level="INFO">avg :: 29471.38</msg>
<arg>${result_name_list[${i}]} :: ${result_value_list[${i}]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-08-22T00:55:49.390493" elapsed="0.004322"/>
</kw>
<var name="${i}">2</var>
<status status="PASS" start="2026-08-22T00:55:49.390367" elapsed="0.004483"/>
</iter>
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-08-22T00:55:49.399423" level="INFO">stdev :: 9834.08</msg>
<arg>${result_name_list[${i}]} :: ${result_value_list[${i}]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-08-22T00:55:49.395067" elapsed="0.004412"/>
</kw>
<var name="${i}">3</var>
<status status="PASS" start="2026-08-22T00:55:49.394940" elapsed="0.004574"/>
</iter>
<var>${i}</var>
<value>0</value>
<value>${num_stats}</value>
<status status="PASS" start="2026-08-22T00:55:49.380916" elapsed="0.018630"/>
</for>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-08-22T00:55:49.403815" level="INFO">${min} = 28628.92</msg>
<var>${min}</var>
<arg>${result_value_list[${0}]}</arg>
<doc>Returns the given values which can then be assigned to a variables.</doc>
<status status="PASS" start="2026-08-22T00:55:49.399702" elapsed="0.004140"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-08-22T00:55:49.408810" level="INFO">${max} = 29971.05</msg>
<var>${max}</var>
<arg>${result_value_list[${1}]}</arg>
<doc>Returns the given values which can then be assigned to a variables.</doc>
<status status="PASS" start="2026-08-22T00:55:49.403998" elapsed="0.004840"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-08-22T00:55:49.412716" level="INFO">${average} = 29471.38</msg>
<var>${average}</var>
<arg>${result_value_list[${2}]}</arg>
<doc>Returns the given values which can then be assigned to a variables.</doc>
<status status="PASS" start="2026-08-22T00:55:49.408989" elapsed="0.003754"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-08-22T00:55:49.416691" level="INFO">${stdev} = 9834.08</msg>
<var>${stdev}</var>
<arg>${result_value_list[${3}]}</arg>
<doc>Returns the given values which can then be assigned to a variables.</doc>
<status status="PASS" start="2026-08-22T00:55:49.412896" elapsed="0.003822"/>
</kw>
<kw name="Get Time" owner="BuiltIn">
<msg time="2026-08-22T00:55:49.417246" level="INFO">${date} = 2026-08-22 00:55:49</msg>
<var>${date}</var>
<arg>d,m,s</arg>
<doc>Returns the given time in the requested format.</doc>
<status status="PASS" start="2026-08-22T00:55:49.416877" elapsed="0.000395"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-08-22T00:55:49.417825" level="INFO">CBench Result: 2026-08-22 00:55:49,-m 60000 -M 100 -S 16 -l 10 -D 5000 -p 6633,28628.92,29971.05,29471.38,9834.08</msg>
<arg>CBench Result: ${date},${cbench_args},${min},${max},${average},${stdev}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-08-22T00:55:49.417419" elapsed="0.000461"/>
</kw>
<kw name="Log Results And Determine Status">
<kw name="Append To File" owner="OperatingSystem">
<msg time="2026-08-22T00:55:49.418918" level="INFO" html="true">Appended to file '&lt;a href="file:///w/workspace/openflowplugin-csit-1node-cbench-only-vanadium/latency.csv"&gt;/w/workspace/openflowplugin-csit-1node-cbench-only-vanadium/latency.csv&lt;/a&gt;'.</msg>
<arg>${output_file}</arg>
<arg>${min},${max},${average}\n</arg>
<doc>Appends the given content to the specified file.</doc>
<status status="PASS" start="2026-08-22T00:55:49.418516" elapsed="0.000467"/>
</kw>
<kw name="Should Be True" owner="BuiltIn">
<arg>${average} &gt; ${threshold}</arg>
<arg>${average} flow_mods per/sec did not exceed threshold of ${threshold}</arg>
<doc>Fails if the given condition is not true.</doc>
<status status="PASS" start="2026-08-22T00:55:49.419131" elapsed="0.000469"/>
</kw>
<arg>${min}</arg>
<arg>${max}</arg>
<arg>${average}</arg>
<arg>${average_threshold}</arg>
<arg>${output_filename}</arg>
<status status="PASS" start="2026-08-22T00:55:49.418018" elapsed="0.001646"/>
</kw>
<arg>-m ${duration_in_ms} -M ${num_of_unique_macs} -S ${switch_count} -l ${loops} -D ${start_delay} -p ${of_port}</arg>
<arg>${latency_threshold}</arg>
<arg>${latency_results_file}</arg>
<status status="PASS" start="2026-08-22T00:45:42.819437" elapsed="606.600285"/>
</kw>
<kw name="Sleep" owner="BuiltIn">
<msg time="2026-08-22T00:55:49.420191" level="INFO">Slept 0 seconds.</msg>
<arg>${test_delay}</arg>
<doc>Pauses the test executed for the given time.</doc>
<status status="PASS" start="2026-08-22T00:55:49.419866" elapsed="0.000383"/>
</kw>
<kw name="Log Results As Zero If Cbench Timed Out" type="TEARDOWN">
<kw name="Run Keyword If Timeout Occurred" owner="BuiltIn">
<arg>Log Results And Determine Status</arg>
<arg>0</arg>
<arg>0</arg>
<arg>0</arg>
<arg>0</arg>
<arg>${output_filename}</arg>
<doc>Runs the given keyword if either a test or a keyword timeout has occurred.</doc>
<status status="PASS" start="2026-08-22T00:55:49.420751" elapsed="0.000261"/>
</kw>
<status status="PASS" start="2026-08-22T00:55:49.420457" elapsed="0.000624"/>
</kw>
<doc>cbench executed in default latency mode. Test parameters have defaults, but can be overridden
on the pybot command line</doc>
<tag>cbench</tag>
<tag>latency</tag>
<timeout value="15 minutes"/>
<status status="PASS" start="2026-08-22T00:45:42.816560" elapsed="606.604567"/>
</test>
<test id="s1-t2" name="Cbench Throughput Test" line="51">
<kw name="Log" owner="BuiltIn">
<msg time="2026-08-22T00:55:49.422428" level="INFO">Cbench tests using 10 iterations of 60 second tests. Switch Count: 16. Unique MACS to cycle: 100</msg>
<arg>Cbench tests using ${loops} iterations of ${duration_in_secs} second tests. Switch Count: ${switch_count}. Unique MACS to cycle: ${num_of_unique_macs}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-08-22T00:55:49.422004" elapsed="0.000480"/>
</kw>
<kw name="Run Cbench And Log Results">
<kw name="Set Suite Variable" owner="BuiltIn">
<msg time="2026-08-22T00:55:49.423692" level="INFO">${output_filename} = throughput.csv</msg>
<arg>${output_filename}</arg>
<doc>Makes a variable available everywhere within the scope of the current suite.</doc>
<status status="PASS" start="2026-08-22T00:55:49.423371" elapsed="0.000363"/>
</kw>
<if>
<branch type="IF" condition="&quot;${cbench_system}&quot; == &quot;localhost&quot;">
<kw name="Run" owner="OperatingSystem">
<var>${output}</var>
<arg>${cbench_executable} -c ${ODL_SYSTEM_IP} ${cbench_args}</arg>
<doc>_This keyword is considered deprecated. Use the
[http://robotframework.org/robotframework/latest/libraries/Process.html|
Process] library instead._</doc>
<status status="NOT RUN" start="2026-08-22T00:55:49.424060" elapsed="0.000021"/>
</kw>
<status status="NOT RUN" start="2026-08-22T00:55:49.423847" elapsed="0.000270"/>
</branch>
<branch type="ELSE">
<kw name="Run Command On Remote System" owner="Utils">
<if>
<branch type="IF" condition="&quot;${return_stdout}&quot;!=&quot;True&quot; and &quot;${return_stderr}&quot;!=&quot;True&quot;">
<kw name="Fail" owner="BuiltIn">
<arg>At least one of {return_stdout} or {return_stderr} args should be set to True</arg>
<doc>Fails the test with the given message and optionally alters its tags.</doc>
<status status="NOT RUN" start="2026-08-22T00:55:49.427065" elapsed="0.000022"/>
</kw>
<status status="NOT RUN" start="2026-08-22T00:55:49.426823" elapsed="0.000299"/>
</branch>
<status status="PASS" start="2026-08-22T00:55:49.426805" elapsed="0.000340"/>
</if>
<kw name="Get Connection" owner="SSHLibrary">
<msg time="2026-08-22T00:55:49.427507" level="INFO">index=None
host=None
alias=None
port=22
timeout=3 seconds
newline=

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

prompt=None
term_type=vt100
width=80
height=24
path_separator=/
encoding=utf8
escape_ansi=False
encoding_errors=strict</msg>
<var>${current_ssh_connection}</var>
<doc>Returns information about the connection.</doc>
<status status="PASS" start="2026-08-22T00:55:49.427289" elapsed="0.000364"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-08-22T00:55:49.428219" level="INFO">Attempting to execute command "/usr/local/bin/cbench -c 10.30.171.179 -t -m 60000 -M 100 -S 16 -l 10 -D 5000 -p 6633" on remote system "10.30.170.49" by user "jenkins" with keyfile pass "any" and prompt "&gt;" and password ""</msg>
<arg>Attempting to execute command "${cmd}" on remote system "${system}" by user "${user}" with keyfile pass "${keyfile_pass}" and prompt "${prompt}" and password "${password}"</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-08-22T00:55:49.427787" elapsed="0.000490"/>
</kw>
<kw name="Open Connection" owner="SSHLibrary">
<msg time="2026-08-22T00:55:49.428804" level="INFO">${conn_id} = 7</msg>
<var>${conn_id}</var>
<arg>${system}</arg>
<arg>prompt=${prompt}</arg>
<arg>timeout=${prompt_timeout}</arg>
<doc>Opens a new SSH connection to the given ``host`` and ``port``.</doc>
<status status="PASS" start="2026-08-22T00:55:49.428414" elapsed="0.000416"/>
</kw>
<kw name="Flexible_SSH_Login" owner="SSHKeywords">
<kw name="Get Length" owner="BuiltIn">
<msg time="2026-08-22T00:55:49.429719" level="INFO">Length is 0.</msg>
<msg time="2026-08-22T00:55:49.429806" level="INFO">${pwd_length} = 0</msg>
<var>${pwd_length}</var>
<arg>${password}</arg>
<doc>Returns and logs the length of the given item as an integer.</doc>
<status status="PASS" start="2026-08-22T00:55:49.429418" elapsed="0.000412"/>
</kw>
<kw name="Run Keyword And Return If" owner="BuiltIn">
<arg>${pwd_length} &gt; 0</arg>
<arg>SSHLibrary.Login</arg>
<arg>${user}</arg>
<arg>${password}</arg>
<arg>delay=${delay}</arg>
<doc>Runs the specified keyword and returns from the enclosing user keyword.</doc>
<status status="PASS" start="2026-08-22T00:55:49.429969" elapsed="0.000359"/>
</kw>
<kw name="Run Keyword And Return" owner="BuiltIn">
<kw name="Login With Public Key" owner="SSHLibrary">
<msg time="2026-08-22T00:55:49.431176" level="INFO">Logging into '10.30.170.49:22' as 'jenkins'.</msg>
<msg time="2026-08-22T00:55:50.016119" level="INFO">Read output: Welcome to Ubuntu 22.04.5 LTS (GNU/Linux 5.15.0-186-generic x86_64)

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

 System information as of Sat Aug 22 00:55:49 UTC 2026

  System load:  1.02               Processes:             104
  Usage of /:   20.2% of 38.58GB   Users logged in:       0
  Memory usage: 4%                 IPv4 address for ens3: 10.30.170.49
  Swap usage:   0%


Expanded Security Maintenance for Applications is not enabled.

0 updates can be applied immediately.

14 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: Sat Aug 22 00:45:43 2026 from 10.30.171.94
[?2004h[jenkins@releng-63164-378-1-mininet-ovs-217-0 ~]&gt;</msg>
<arg>${user}</arg>
<arg>${USER_HOME}/.ssh/${SSH_KEY}</arg>
<arg>${KEYFILE_PASS}</arg>
<arg>delay=${delay}</arg>
<doc>Logs into the SSH server using key-based authentication.</doc>
<status status="PASS" start="2026-08-22T00:55:49.430814" elapsed="0.585520"/>
</kw>
<msg time="2026-08-22T00:55:50.016429" level="INFO">Returning from the enclosing user keyword.</msg>
<arg>SSHLibrary.Login With Public Key</arg>
<arg>${user}</arg>
<arg>${USER_HOME}/.ssh/${SSH_KEY}</arg>
<arg>${KEYFILE_PASS}</arg>
<arg>delay=${delay}</arg>
<doc>Runs the specified keyword and returns from the enclosing user keyword.</doc>
<status status="PASS" start="2026-08-22T00:55:49.430478" elapsed="0.586048"/>
</kw>
<arg>${user}</arg>
<arg>${password}</arg>
<doc>On active SSH session: if given non-empty password, do Login, else do Login With Public Key.</doc>
<status status="PASS" start="2026-08-22T00:55:49.429028" elapsed="0.587616"/>
</kw>
<kw name="Execute Command" owner="SSHLibrary">
<msg time="2026-08-22T00:55:50.017375" level="INFO">Executing command '/usr/local/bin/cbench -c 10.30.171.179 -t -m 60000 -M 100 -S 16 -l 10 -D 5000 -p 6633'.</msg>
<msg time="2026-08-22T01:05:56.108711" level="INFO">Command exited with return code 0.</msg>
<msg time="2026-08-22T01:05:56.109128" level="INFO">${stdout} = </msg>
<msg time="2026-08-22T01:05:56.109222" level="INFO">${stderr} = cbench: controller benchmarking tool
   running in mode 'throughput'
   connecting to controller at 10.30.171.179:6633 
   faking 16 switches with 1 threads :: 10 tests each; 60000 ms per test
   with...</msg>
<var>${stdout}</var>
<var>${stderr}</var>
<arg>${cmd}</arg>
<arg>return_stderr=True</arg>
<doc>Executes ``command`` on the remote machine and returns its outputs.</doc>
<status status="PASS" start="2026-08-22T00:55:50.016881" elapsed="606.092380"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-08-22T01:05:56.109666" elapsed="0.000490"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-08-22T01:05:56.110929" level="INFO">cbench: controller benchmarking tool
   running in mode 'throughput'
   connecting to controller at 10.30.171.179: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.171.179. So far 1 cbench instances have initialized their switches.  Waiting for other cbench-instances
Thread-0: Total switches from ALL cbench-instances initialized.
00:56:55.128 16  switches: flows:  604457 606632 610218 596650 602254 596550 601285 600438 586853 588565 597832 552717 593532 592424 587240 596463  total = 158.568500 per ms 
00:57:55.228 16  switches: flows:  629634 631750 634854 634425 629984 634586 638228 633496 637827 633301 633406 631506 632402 637974 633937 634860  total = 168.753165 per ms 
00:58:55.330 16  switches: flows:  632496 628981 628931 619563 626451 629817 633345 624949 628120 629777 628150 621259 631078 631651 624756 629382  total = 167.196537 per ms 
00:59:55.431 16  switches: flows:  646526 645307 635693 640113 632307 637591 642340 638544 646332 641519 642259 642181 638127 636499 634869 642132  total = 170.416811 per ms 
01:00:55.533 16  switches: flows:  558076 545665 416927 542056 558652 535969 542589 551637 546890 544337 546500 534996 425469 553406 534020 547300  total = 141.170123 per ms 
01:01:55.634 16  switches: flows:  598876 612262 606700 600524 605700 601093 609201 599044 607629 605253 605655 599043 595502 605185 601968 603598  total = 160.683854 per ms 
01:02:55.746 16  switches: flows:  630082 633315 624171 624446 632901 623858 621993 629918 625536 624771 625377 623990 629158 631033 622484 633356  total = 166.963125 per ms 
01:03:55.848 16  switches: flows:  628325 628982 634485 633143 631488 636267 639268 626634 622998 634241 637757 629735 630462 626936 630339 632460  total = 168.108829 per ms 
01:04:55.950 16  switches: flows:  621526 628887 632561 627670 625567 633261 631229 632192 626835 631893 629735 632688 629604 631577 635486 630610  total = 167.739387 per ms 
01:05:56.086 16  switches: flows:  632683 634040 624679 620123 628099 626477 630523 633153 631454 628878 629966 629615 627532 629878 624721 627201  total = 167.272395 per ms 
RESULT: 16 switches 9 tests min/max/avg/stdev = 141170.12/170416.81/164256.03/55413.59 responses/s</msg>
<arg>${stderr}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-08-22T01:05:56.110431" elapsed="0.000722"/>
</kw>
<if>
<branch type="IF" condition="&quot;${return_stdout}&quot;!=&quot;True&quot;">
<return>
<value>${stderr}</value>
<status status="PASS" start="2026-08-22T01:05:56.111507" elapsed="0.000053"/>
</return>
<status status="PASS" start="2026-08-22T01:05:56.111297" elapsed="0.000315"/>
</branch>
<status status="PASS" start="2026-08-22T01:05:56.111261" elapsed="0.000385"/>
</if>
<if>
<branch type="IF" condition="&quot;${return_stderr}&quot;!=&quot;True&quot;">
<return>
<value>${stdout}</value>
<status status="NOT RUN" start="2026-08-22T01:05:56.111777" elapsed="0.000018"/>
</return>
<status status="NOT RUN" start="2026-08-22T01:05:56.111726" elapsed="0.000107"/>
</branch>
<status status="NOT RUN" start="2026-08-22T01:05:56.111704" elapsed="0.000158"/>
</if>
<return>
<value>${stdout}</value>
<value>${stderr}</value>
<status status="NOT RUN" start="2026-08-22T01:05:56.111905" elapsed="0.000018"/>
</return>
<kw name="Restore_Current_Ssh_Connection_From_Index" owner="SSHKeywords" type="TEARDOWN">
<kw name="Run Keyword And Return If" owner="BuiltIn">
<arg>${connection_index} is not None</arg>
<arg>SSHLibrary.Switch Connection</arg>
<arg>${connection_index}</arg>
<doc>Runs the specified keyword and returns from the enclosing user keyword.</doc>
<status status="PASS" start="2026-08-22T01:05:56.115538" elapsed="0.000459"/>
</kw>
<kw name="Open Connection" owner="SSHLibrary">
<arg>127.0.0.1</arg>
<doc>Opens a new SSH connection to the given ``host`` and ``port``.</doc>
<status status="PASS" start="2026-08-22T01:05:56.116223" elapsed="0.000231"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-08-22T01:05:56.116634" elapsed="0.000143"/>
</kw>
<arg>${current_ssh_connection.index}</arg>
<doc>Restore active SSH connection in SSHLibrary to given index.</doc>
<status status="PASS" start="2026-08-22T01:05:56.112361" elapsed="0.004490"/>
</kw>
<msg time="2026-08-22T01:05:56.117031" level="INFO">${output} = cbench: controller benchmarking tool
   running in mode 'throughput'
   connecting to controller at 10.30.171.179:6633 
   faking 16 switches with 1 threads :: 10 tests each; 60000 ms per test
   with...</msg>
<var>${output}</var>
<arg>${cbench_system}</arg>
<arg>${cbench_executable} -c ${ODL_SYSTEM_IP} ${cbench_args}</arg>
<arg>prompt_timeout=${test_timeout}</arg>
<arg>return_stdout=False</arg>
<arg>return_stderr=True</arg>
<doc>Reduces the common work of running a command on a remote system to a single higher level
robot keyword, taking care to log in with a public key and. The command given is written and the return value
depends on the passed argument values of return_stdout (default: True) and return_stderr (default: False).
At least one should be True, or the keyword will exit and FAIL. If both are True, the resulting return value
will be a two element list containing both. Otherwise the resulting return value is a string.
No test conditions are checked.</doc>
<status status="PASS" start="2026-08-22T00:55:49.424461" elapsed="606.692606"/>
</kw>
<status status="PASS" start="2026-08-22T00:55:49.424141" elapsed="606.692992"/>
</branch>
<status status="PASS" start="2026-08-22T00:55:49.423827" elapsed="606.693343"/>
</if>
<kw name="Log" owner="BuiltIn">
<msg time="2026-08-22T01:05:56.117822" level="INFO">cbench: controller benchmarking tool
   running in mode 'throughput'
   connecting to controller at 10.30.171.179: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.171.179. So far 1 cbench instances have initialized their switches.  Waiting for other cbench-instances
Thread-0: Total switches from ALL cbench-instances initialized.
00:56:55.128 16  switches: flows:  604457 606632 610218 596650 602254 596550 601285 600438 586853 588565 597832 552717 593532 592424 587240 596463  total = 158.568500 per ms 
00:57:55.228 16  switches: flows:  629634 631750 634854 634425 629984 634586 638228 633496 637827 633301 633406 631506 632402 637974 633937 634860  total = 168.753165 per ms 
00:58:55.330 16  switches: flows:  632496 628981 628931 619563 626451 629817 633345 624949 628120 629777 628150 621259 631078 631651 624756 629382  total = 167.196537 per ms 
00:59:55.431 16  switches: flows:  646526 645307 635693 640113 632307 637591 642340 638544 646332 641519 642259 642181 638127 636499 634869 642132  total = 170.416811 per ms 
01:00:55.533 16  switches: flows:  558076 545665 416927 542056 558652 535969 542589 551637 546890 544337 546500 534996 425469 553406 534020 547300  total = 141.170123 per ms 
01:01:55.634 16  switches: flows:  598876 612262 606700 600524 605700 601093 609201 599044 607629 605253 605655 599043 595502 605185 601968 603598  total = 160.683854 per ms 
01:02:55.746 16  switches: flows:  630082 633315 624171 624446 632901 623858 621993 629918 625536 624771 625377 623990 629158 631033 622484 633356  total = 166.963125 per ms 
01:03:55.848 16  switches: flows:  628325 628982 634485 633143 631488 636267 639268 626634 622998 634241 637757 629735 630462 626936 630339 632460  total = 168.108829 per ms 
01:04:55.950 16  switches: flows:  621526 628887 632561 627670 625567 633261 631229 632192 626835 631893 629735 632688 629604 631577 635486 630610  total = 167.739387 per ms 
01:05:56.086 16  switches: flows:  632683 634040 624679 620123 628099 626477 630523 633153 631454 628878 629966 629615 627532 629878 624721 627201  total = 167.272395 per ms 
RESULT: 16 switches 9 tests min/max/avg/stdev = 141170.12/170416.81/164256.03/55413.59 responses/s</msg>
<arg>${output}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-08-22T01:05:56.117383" elapsed="0.000546"/>
</kw>
<kw name="Should Contain" owner="BuiltIn">
<arg>${output}</arg>
<arg>RESULT</arg>
<doc>Fails if ``container`` does not contain ``item`` one or more times.</doc>
<status status="PASS" start="2026-08-22T01:05:56.118134" elapsed="0.000537"/>
</kw>
<kw name="Get Lines Containing String" owner="String">
<msg time="2026-08-22T01:05:56.119234" level="INFO">1 out of 23 lines matched.</msg>
<msg time="2026-08-22T01:05:56.119367" level="INFO">${result_line} = RESULT: 16 switches 9 tests min/max/avg/stdev = 141170.12/170416.81/164256.03/55413.59 responses/s</msg>
<var>${result_line}</var>
<arg>${output}</arg>
<arg>RESULT</arg>
<doc>Returns lines of the given ``string`` that contain the ``pattern``.</doc>
<status status="PASS" start="2026-08-22T01:05:56.118893" elapsed="0.000510"/>
</kw>
<kw name="Split String" owner="String">
<msg time="2026-08-22T01:05:56.119972" level="INFO">@{results_list} = [ RESULT: | 16 | switches | 9 | tests | min/max/avg/stdev | = | 141170.12/170416.81/164256.03/55413.59 | responses/s ]</msg>
<var>@{results_list}</var>
<arg>${result_line}</arg>
<doc>Splits the ``string`` using ``separator`` as a delimiter string.</doc>
<status status="PASS" start="2026-08-22T01:05:56.119617" elapsed="0.000393"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-08-22T01:05:56.123342" level="INFO">min/max/avg/stdev</msg>
<arg>${results_list[5]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-08-22T01:05:56.120234" elapsed="0.003166"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-08-22T01:05:56.125746" level="INFO">141170.12/170416.81/164256.03/55413.59</msg>
<arg>${results_list[7]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-08-22T01:05:56.123547" elapsed="0.002258"/>
</kw>
<kw name="Split String" owner="String">
<msg time="2026-08-22T01:05:56.128171" level="INFO">@{result_name_list} = [ min | max | avg | stdev ]</msg>
<var>@{result_name_list}</var>
<arg>${results_list[5]}</arg>
<arg>/</arg>
<doc>Splits the ``string`` using ``separator`` as a delimiter string.</doc>
<status status="PASS" start="2026-08-22T01:05:56.125980" elapsed="0.002231"/>
</kw>
<kw name="Split String" owner="String">
<msg time="2026-08-22T01:05:56.130698" level="INFO">@{result_value_list} = [ 141170.12 | 170416.81 | 164256.03 | 55413.59 ]</msg>
<var>@{result_value_list}</var>
<arg>${results_list[7]}</arg>
<arg>/</arg>
<doc>Splits the ``string`` using ``separator`` as a delimiter string.</doc>
<status status="PASS" start="2026-08-22T01:05:56.128397" elapsed="0.002329"/>
</kw>
<kw name="Get Length" owner="BuiltIn">
<msg time="2026-08-22T01:05:56.131199" level="INFO">Length is 4.</msg>
<msg time="2026-08-22T01:05:56.131291" level="INFO">${num_stats} = 4</msg>
<var>${num_stats}</var>
<arg>${result_name_list}</arg>
<doc>Returns and logs the length of the given item as an integer.</doc>
<status status="PASS" start="2026-08-22T01:05:56.130879" elapsed="0.000436"/>
</kw>
<for flavor="IN RANGE">
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-08-22T01:05:56.136117" level="INFO">min :: 141170.12</msg>
<arg>${result_name_list[${i}]} :: ${result_value_list[${i}]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-08-22T01:05:56.131691" elapsed="0.004487"/>
</kw>
<var name="${i}">0</var>
<status status="PASS" start="2026-08-22T01:05:56.131564" elapsed="0.004664"/>
</iter>
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-08-22T01:05:56.140758" level="INFO">max :: 170416.81</msg>
<arg>${result_name_list[${i}]} :: ${result_value_list[${i}]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-08-22T01:05:56.136445" elapsed="0.004369"/>
</kw>
<var name="${i}">1</var>
<status status="PASS" start="2026-08-22T01:05:56.136319" elapsed="0.004530"/>
</iter>
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-08-22T01:05:56.145428" level="INFO">avg :: 164256.03</msg>
<arg>${result_name_list[${i}]} :: ${result_value_list[${i}]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-08-22T01:05:56.141061" elapsed="0.004424"/>
</kw>
<var name="${i}">2</var>
<status status="PASS" start="2026-08-22T01:05:56.140936" elapsed="0.004584"/>
</iter>
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-08-22T01:05:56.150038" level="INFO">stdev :: 55413.59</msg>
<arg>${result_name_list[${i}]} :: ${result_value_list[${i}]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-08-22T01:05:56.145732" elapsed="0.004362"/>
</kw>
<var name="${i}">3</var>
<status status="PASS" start="2026-08-22T01:05:56.145605" elapsed="0.004525"/>
</iter>
<var>${i}</var>
<value>0</value>
<value>${num_stats}</value>
<status status="PASS" start="2026-08-22T01:05:56.131381" elapsed="0.018780"/>
</for>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-08-22T01:05:56.154348" level="INFO">${min} = 141170.12</msg>
<var>${min}</var>
<arg>${result_value_list[${0}]}</arg>
<doc>Returns the given values which can then be assigned to a variables.</doc>
<status status="PASS" start="2026-08-22T01:05:56.150349" elapsed="0.004141"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-08-22T01:05:56.158431" level="INFO">${max} = 170416.81</msg>
<var>${max}</var>
<arg>${result_value_list[${1}]}</arg>
<doc>Returns the given values which can then be assigned to a variables.</doc>
<status status="PASS" start="2026-08-22T01:05:56.154732" elapsed="0.003744"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-08-22T01:05:56.162318" level="INFO">${average} = 164256.03</msg>
<var>${average}</var>
<arg>${result_value_list[${2}]}</arg>
<doc>Returns the given values which can then be assigned to a variables.</doc>
<status status="PASS" start="2026-08-22T01:05:56.158628" elapsed="0.003717"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-08-22T01:05:56.166264" level="INFO">${stdev} = 55413.59</msg>
<var>${stdev}</var>
<arg>${result_value_list[${3}]}</arg>
<doc>Returns the given values which can then be assigned to a variables.</doc>
<status status="PASS" start="2026-08-22T01:05:56.162496" elapsed="0.003796"/>
</kw>
<kw name="Get Time" owner="BuiltIn">
<msg time="2026-08-22T01:05:56.166815" level="INFO">${date} = 2026-08-22 01:05:56</msg>
<var>${date}</var>
<arg>d,m,s</arg>
<doc>Returns the given time in the requested format.</doc>
<status status="PASS" start="2026-08-22T01:05:56.166452" elapsed="0.000388"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-08-22T01:05:56.167405" level="INFO">CBench Result: 2026-08-22 01:05:56,-t -m 60000 -M 100 -S 16 -l 10 -D 5000 -p 6633,141170.12,170416.81,164256.03,55413.59</msg>
<arg>CBench Result: ${date},${cbench_args},${min},${max},${average},${stdev}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-08-22T01:05:56.166984" elapsed="0.000477"/>
</kw>
<kw name="Log Results And Determine Status">
<kw name="Append To File" owner="OperatingSystem">
<msg time="2026-08-22T01:05:56.168491" level="INFO" html="true">Appended to file '&lt;a href="file:///w/workspace/openflowplugin-csit-1node-cbench-only-vanadium/throughput.csv"&gt;/w/workspace/openflowplugin-csit-1node-cbench-only-vanadium/throughput.csv&lt;/a&gt;'.</msg>
<arg>${output_file}</arg>
<arg>${min},${max},${average}\n</arg>
<doc>Appends the given content to the specified file.</doc>
<status status="PASS" start="2026-08-22T01:05:56.168071" elapsed="0.000486"/>
</kw>
<kw name="Should Be True" owner="BuiltIn">
<arg>${average} &gt; ${threshold}</arg>
<arg>${average} flow_mods per/sec did not exceed threshold of ${threshold}</arg>
<doc>Fails if the given condition is not true.</doc>
<status status="PASS" start="2026-08-22T01:05:56.168705" elapsed="0.000448"/>
</kw>
<arg>${min}</arg>
<arg>${max}</arg>
<arg>${average}</arg>
<arg>${average_threshold}</arg>
<arg>${output_filename}</arg>
<status status="PASS" start="2026-08-22T01:05:56.167604" elapsed="0.001632"/>
</kw>
<arg>-t -m ${duration_in_ms} -M ${num_of_unique_macs} -S ${switch_count} -l ${loops} -D ${start_delay} -p ${of_port}</arg>
<arg>${throughput_threshold}</arg>
<arg>${throughput_results_file}</arg>
<status status="PASS" start="2026-08-22T00:55:49.422789" elapsed="606.746507"/>
</kw>
<kw name="Sleep" owner="BuiltIn">
<msg time="2026-08-22T01:05:56.169755" level="INFO">Slept 0 seconds.</msg>
<arg>${test_delay}</arg>
<doc>Pauses the test executed for the given time.</doc>
<status status="PASS" start="2026-08-22T01:05:56.169443" 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-08-22T01:05:56.170327" elapsed="0.000260"/>
</kw>
<status status="PASS" start="2026-08-22T01:05:56.170014" elapsed="0.000644"/>
</kw>
<doc>cbench executed in throughput mode (-t). Test parameters have defaults, but can be overridden
on the pybot command line</doc>
<tag>cbench</tag>
<tag>throughput</tag>
<timeout value="15 minutes"/>
<status status="PASS" start="2026-08-22T00:55:49.421438" elapsed="606.749295"/>
</test>
<test id="s1-t3" name="Rerun Latency Test To Check Bug 6176" line="65">
<kw name="Log" owner="BuiltIn">
<msg time="2026-08-22T01:05:56.171915" level="INFO">Cbench tests using 10 iterations of 60 second tests. Switch Count: 16. Unique MACS to cycle: 100</msg>
<arg>Cbench tests using ${loops} iterations of ${duration_in_secs} second tests. Switch Count: ${switch_count}. Unique MACS to cycle: ${num_of_unique_macs}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-08-22T01:05:56.171540" elapsed="0.000433"/>
</kw>
<kw name="Run Cbench And Log Results">
<kw name="Set Suite Variable" owner="BuiltIn">
<msg time="2026-08-22T01:05:56.173218" level="INFO">${output_filename} = bug.csv</msg>
<arg>${output_filename}</arg>
<doc>Makes a variable available everywhere within the scope of the current suite.</doc>
<status status="PASS" start="2026-08-22T01:05:56.172853" elapsed="0.000408"/>
</kw>
<if>
<branch type="IF" condition="&quot;${cbench_system}&quot; == &quot;localhost&quot;">
<kw name="Run" owner="OperatingSystem">
<var>${output}</var>
<arg>${cbench_executable} -c ${ODL_SYSTEM_IP} ${cbench_args}</arg>
<doc>_This keyword is considered deprecated. Use the
[http://robotframework.org/robotframework/latest/libraries/Process.html|
Process] library instead._</doc>
<status status="NOT RUN" start="2026-08-22T01:05:56.173584" elapsed="0.000021"/>
</kw>
<status status="NOT RUN" start="2026-08-22T01:05:56.173367" elapsed="0.000275"/>
</branch>
<branch type="ELSE">
<kw name="Run Command On Remote System" owner="Utils">
<if>
<branch type="IF" condition="&quot;${return_stdout}&quot;!=&quot;True&quot; and &quot;${return_stderr}&quot;!=&quot;True&quot;">
<kw name="Fail" owner="BuiltIn">
<arg>At least one of {return_stdout} or {return_stderr} args should be set to True</arg>
<doc>Fails the test with the given message and optionally alters its tags.</doc>
<status status="NOT RUN" start="2026-08-22T01:05:56.176699" elapsed="0.000022"/>
</kw>
<status status="NOT RUN" start="2026-08-22T01:05:56.176452" elapsed="0.000304"/>
</branch>
<status status="PASS" start="2026-08-22T01:05:56.176434" elapsed="0.000345"/>
</if>
<kw name="Get Connection" owner="SSHLibrary">
<msg time="2026-08-22T01:05:56.177084" level="INFO">index=None
host=None
alias=None
port=22
timeout=3 seconds
newline=

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

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

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

 System information as of Sat Aug 22 01:05:56 UTC 2026

  System load:  0.19               Processes:             104
  Usage of /:   20.2% of 38.58GB   Users logged in:       0
  Memory usage: 4%                 IPv4 address for ens3: 10.30.170.49
  Swap usage:   0%


Expanded Security Maintenance for Applications is not enabled.

0 updates can be applied immediately.

14 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: Sat Aug 22 00:55:49 2026 from 10.30.171.94
[?2004h[jenkins@releng-63164-378-1-mininet-ovs-217-0 ~]&gt;</msg>
<arg>${user}</arg>
<arg>${USER_HOME}/.ssh/${SSH_KEY}</arg>
<arg>${KEYFILE_PASS}</arg>
<arg>delay=${delay}</arg>
<doc>Logs into the SSH server using key-based authentication.</doc>
<status status="PASS" start="2026-08-22T01:05:56.180468" elapsed="0.631700"/>
</kw>
<msg time="2026-08-22T01:05:56.812284" level="INFO">Returning from the enclosing user keyword.</msg>
<arg>SSHLibrary.Login With Public Key</arg>
<arg>${user}</arg>
<arg>${USER_HOME}/.ssh/${SSH_KEY}</arg>
<arg>${KEYFILE_PASS}</arg>
<arg>delay=${delay}</arg>
<doc>Runs the specified keyword and returns from the enclosing user keyword.</doc>
<status status="PASS" start="2026-08-22T01:05:56.180108" elapsed="0.632278"/>
</kw>
<arg>${user}</arg>
<arg>${password}</arg>
<doc>On active SSH session: if given non-empty password, do Login, else do Login With Public Key.</doc>
<status status="PASS" start="2026-08-22T01:05:56.178635" elapsed="0.633882"/>
</kw>
<kw name="Execute Command" owner="SSHLibrary">
<msg time="2026-08-22T01:05:56.813114" level="INFO">Executing command '/usr/local/bin/cbench -c 10.30.171.179 -m 60000 -M 100 -S 16 -l 10 -D 5000 -p 6633'.</msg>
<msg time="2026-08-22T01:16:02.871324" level="INFO">Command exited with return code 0.</msg>
<msg time="2026-08-22T01:16:02.871909" level="INFO">${stdout} = </msg>
<msg time="2026-08-22T01:16:02.872021" level="INFO">${stderr} = cbench: controller benchmarking tool
   running in mode 'latency'
   connecting to controller at 10.30.171.179: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-08-22T01:05:56.812777" elapsed="606.059302"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-08-22T01:16:02.872633" elapsed="0.000810"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-08-22T01:16:02.874557" level="INFO">cbench: controller benchmarking tool
   running in mode 'latency'
   connecting to controller at 10.30.171.179: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.171.179. So far 1 cbench instances have initialized their switches.  Waiting for other cbench-instances
Thread-0: Total switches from ALL cbench-instances initialized.
01:07:01.943 16  switches: flows:  108788 108162 109803 107766 108816 108517 107465 110333 107167 108369 107355 106886 106130 106180 106874 105027  total = 28.727300 per ms 
01:08:02.044 16  switches: flows:  112089 110178 110280 108422 109382 107624 109436 109377 105609 107657 106779 107901 109661 107739 106219 107554  total = 28.883597 per ms 
01:09:02.144 16  switches: flows:  112719 111489 113345 111410 109560 110068 110785 113414 107501 108688 108745 109197 110055 108592 108084 108430  total = 29.319071 per ms 
01:10:02.244 16  switches: flows:  109649 109620 111499 108327 107907 107343 107895 110137 105987 108026 108164 108435 107358 105982 105751 107926  total = 28.785380 per ms 
01:11:02.344 16  switches: flows:  108620 106724 109202 105430 106072 106783 106523 108341 104501 103773 106437 105446 106052 104590 105661 104220  total = 28.259090 per ms 
01:12:02.445 16  switches: flows:  111146 111304 112844 109522 108028 111713 111761 110932 109566 109310 109398 108613 109403 109432 108466 108236  total = 29.279012 per ms 
01:13:02.545 16  switches: flows:  109743 112839 110543 110734 108129 111538 109802 113062 109472 110597 108925 108704 109937 109813 106972 108954  total = 29.280508 per ms 
01:14:02.645 16  switches: flows:  112112 113855 113958 112639 110019 114221 111921 118872 111830 111606 111991 109935 114332 112077 110732 110230  total = 29.955496 per ms 
01:15:02.745 16  switches: flows:  115309 114459 114847 113876 110653 114649 112884 118430 112521 113620 111829 110933 112964 112709 111248 111557  total = 30.157762 per ms 
01:16:02.846 16  switches: flows:  112575 112362 111988 111849 109802 112846 112147 113345 111483 113120 111521 110655 111462 110369 110398 110095  total = 29.717337 per ms 
RESULT: 16 switches 9 tests min/max/avg/stdev = 28259.09/30157.76/29293.03/9780.61 responses/s</msg>
<arg>${stderr}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-08-22T01:16:02.873805" elapsed="0.001074"/>
</kw>
<if>
<branch type="IF" condition="&quot;${return_stdout}&quot;!=&quot;True&quot;">
<return>
<value>${stderr}</value>
<status status="PASS" start="2026-08-22T01:16:02.875414" elapsed="0.000075"/>
</return>
<status status="PASS" start="2026-08-22T01:16:02.875062" elapsed="0.000508"/>
</branch>
<status status="PASS" start="2026-08-22T01:16:02.875011" elapsed="0.000614"/>
</if>
<if>
<branch type="IF" condition="&quot;${return_stderr}&quot;!=&quot;True&quot;">
<return>
<value>${stdout}</value>
<status status="NOT RUN" start="2026-08-22T01:16:02.875837" elapsed="0.000028"/>
</return>
<status status="NOT RUN" start="2026-08-22T01:16:02.875753" elapsed="0.000175"/>
</branch>
<status status="NOT RUN" start="2026-08-22T01:16:02.875719" elapsed="0.000256"/>
</if>
<return>
<value>${stdout}</value>
<value>${stderr}</value>
<status status="NOT RUN" start="2026-08-22T01:16:02.876044" elapsed="0.000029"/>
</return>
<kw name="Restore_Current_Ssh_Connection_From_Index" owner="SSHKeywords" type="TEARDOWN">
<kw name="Run Keyword And Return If" owner="BuiltIn">
<arg>${connection_index} is not None</arg>
<arg>SSHLibrary.Switch Connection</arg>
<arg>${connection_index}</arg>
<doc>Runs the specified keyword and returns from the enclosing user keyword.</doc>
<status status="PASS" start="2026-08-22T01:16:02.881929" elapsed="0.000349"/>
</kw>
<kw name="Open Connection" owner="SSHLibrary">
<arg>127.0.0.1</arg>
<doc>Opens a new SSH connection to the given ``host`` and ``port``.</doc>
<status status="PASS" start="2026-08-22T01:16:02.882427" elapsed="0.000172"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-08-22T01:16:02.882732" elapsed="0.000100"/>
</kw>
<arg>${current_ssh_connection.index}</arg>
<doc>Restore active SSH connection in SSHLibrary to given index.</doc>
<status status="PASS" start="2026-08-22T01:16:02.876784" elapsed="0.006104"/>
</kw>
<msg time="2026-08-22T01:16:02.883019" level="INFO">${output} = cbench: controller benchmarking tool
   running in mode 'latency'
   connecting to controller at 10.30.171.179: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-08-22T01:05:56.174011" elapsed="606.709035"/>
</kw>
<status status="PASS" start="2026-08-22T01:05:56.173667" elapsed="606.709430"/>
</branch>
<status status="PASS" start="2026-08-22T01:05:56.173347" elapsed="606.709773"/>
</if>
<kw name="Log" owner="BuiltIn">
<msg time="2026-08-22T01:16:02.883581" level="INFO">cbench: controller benchmarking tool
   running in mode 'latency'
   connecting to controller at 10.30.171.179: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.171.179. So far 1 cbench instances have initialized their switches.  Waiting for other cbench-instances
Thread-0: Total switches from ALL cbench-instances initialized.
01:07:01.943 16  switches: flows:  108788 108162 109803 107766 108816 108517 107465 110333 107167 108369 107355 106886 106130 106180 106874 105027  total = 28.727300 per ms 
01:08:02.044 16  switches: flows:  112089 110178 110280 108422 109382 107624 109436 109377 105609 107657 106779 107901 109661 107739 106219 107554  total = 28.883597 per ms 
01:09:02.144 16  switches: flows:  112719 111489 113345 111410 109560 110068 110785 113414 107501 108688 108745 109197 110055 108592 108084 108430  total = 29.319071 per ms 
01:10:02.244 16  switches: flows:  109649 109620 111499 108327 107907 107343 107895 110137 105987 108026 108164 108435 107358 105982 105751 107926  total = 28.785380 per ms 
01:11:02.344 16  switches: flows:  108620 106724 109202 105430 106072 106783 106523 108341 104501 103773 106437 105446 106052 104590 105661 104220  total = 28.259090 per ms 
01:12:02.445 16  switches: flows:  111146 111304 112844 109522 108028 111713 111761 110932 109566 109310 109398 108613 109403 109432 108466 108236  total = 29.279012 per ms 
01:13:02.545 16  switches: flows:  109743 112839 110543 110734 108129 111538 109802 113062 109472 110597 108925 108704 109937 109813 106972 108954  total = 29.280508 per ms 
01:14:02.645 16  switches: flows:  112112 113855 113958 112639 110019 114221 111921 118872 111830 111606 111991 109935 114332 112077 110732 110230  total = 29.955496 per ms 
01:15:02.745 16  switches: flows:  115309 114459 114847 113876 110653 114649 112884 118430 112521 113620 111829 110933 112964 112709 111248 111557  total = 30.157762 per ms 
01:16:02.846 16  switches: flows:  112575 112362 111988 111849 109802 112846 112147 113345 111483 113120 111521 110655 111462 110369 110398 110095  total = 29.717337 per ms 
RESULT: 16 switches 9 tests min/max/avg/stdev = 28259.09/30157.76/29293.03/9780.61 responses/s</msg>
<arg>${output}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-08-22T01:16:02.883279" elapsed="0.000386"/>
</kw>
<kw name="Should Contain" owner="BuiltIn">
<arg>${output}</arg>
<arg>RESULT</arg>
<doc>Fails if ``container`` does not contain ``item`` one or more times.</doc>
<status status="PASS" start="2026-08-22T01:16:02.883816" elapsed="0.000400"/>
</kw>
<kw name="Get Lines Containing String" owner="String">
<msg time="2026-08-22T01:16:02.884620" level="INFO">1 out of 23 lines matched.</msg>
<msg time="2026-08-22T01:16:02.884714" level="INFO">${result_line} = RESULT: 16 switches 9 tests min/max/avg/stdev = 28259.09/30157.76/29293.03/9780.61 responses/s</msg>
<var>${result_line}</var>
<arg>${output}</arg>
<arg>RESULT</arg>
<doc>Returns lines of the given ``string`` that contain the ``pattern``.</doc>
<status status="PASS" start="2026-08-22T01:16:02.884386" elapsed="0.000354"/>
</kw>
<kw name="Split String" owner="String">
<msg time="2026-08-22T01:16:02.885208" level="INFO">@{results_list} = [ RESULT: | 16 | switches | 9 | tests | min/max/avg/stdev | = | 28259.09/30157.76/29293.03/9780.61 | responses/s ]</msg>
<var>@{results_list}</var>
<arg>${result_line}</arg>
<doc>Splits the ``string`` using ``separator`` as a delimiter string.</doc>
<status status="PASS" start="2026-08-22T01:16:02.884900" elapsed="0.000337"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-08-22T01:16:02.887644" level="INFO">min/max/avg/stdev</msg>
<arg>${results_list[5]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-08-22T01:16:02.885390" elapsed="0.002310"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-08-22T01:16:02.890074" level="INFO">28259.09/30157.76/29293.03/9780.61</msg>
<arg>${results_list[7]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-08-22T01:16:02.887848" elapsed="0.002283"/>
</kw>
<kw name="Split String" owner="String">
<msg time="2026-08-22T01:16:02.892478" level="INFO">@{result_name_list} = [ min | max | avg | stdev ]</msg>
<var>@{result_name_list}</var>
<arg>${results_list[5]}</arg>
<arg>/</arg>
<doc>Splits the ``string`` using ``separator`` as a delimiter string.</doc>
<status status="PASS" start="2026-08-22T01:16:02.890298" elapsed="0.002206"/>
</kw>
<kw name="Split String" owner="String">
<msg time="2026-08-22T01:16:02.894966" level="INFO">@{result_value_list} = [ 28259.09 | 30157.76 | 29293.03 | 9780.61 ]</msg>
<var>@{result_value_list}</var>
<arg>${results_list[7]}</arg>
<arg>/</arg>
<doc>Splits the ``string`` using ``separator`` as a delimiter string.</doc>
<status status="PASS" start="2026-08-22T01:16:02.892691" elapsed="0.002302"/>
</kw>
<kw name="Get Length" owner="BuiltIn">
<msg time="2026-08-22T01:16:02.895488" level="INFO">Length is 4.</msg>
<msg time="2026-08-22T01:16:02.895578" level="INFO">${num_stats} = 4</msg>
<var>${num_stats}</var>
<arg>${result_name_list}</arg>
<doc>Returns and logs the length of the given item as an integer.</doc>
<status status="PASS" start="2026-08-22T01:16:02.895149" elapsed="0.000453"/>
</kw>
<for flavor="IN RANGE">
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-08-22T01:16:02.900383" level="INFO">min :: 28259.09</msg>
<arg>${result_name_list[${i}]} :: ${result_value_list[${i}]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-08-22T01:16:02.895985" elapsed="0.004458"/>
</kw>
<var name="${i}">0</var>
<status status="PASS" start="2026-08-22T01:16:02.895854" elapsed="0.004625"/>
</iter>
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-08-22T01:16:02.905256" level="INFO">max :: 30157.76</msg>
<arg>${result_name_list[${i}]} :: ${result_value_list[${i}]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-08-22T01:16:02.900720" elapsed="0.004593"/>
</kw>
<var name="${i}">1</var>
<status status="PASS" start="2026-08-22T01:16:02.900569" elapsed="0.004780"/>
</iter>
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-08-22T01:16:02.909929" level="INFO">avg :: 29293.03</msg>
<arg>${result_name_list[${i}]} :: ${result_value_list[${i}]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-08-22T01:16:02.905557" elapsed="0.004428"/>
</kw>
<var name="${i}">2</var>
<status status="PASS" start="2026-08-22T01:16:02.905432" elapsed="0.004587"/>
</iter>
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-08-22T01:16:02.914772" level="INFO">stdev :: 9780.61</msg>
<arg>${result_name_list[${i}]} :: ${result_value_list[${i}]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-08-22T01:16:02.910258" elapsed="0.004571"/>
</kw>
<var name="${i}">3</var>
<status status="PASS" start="2026-08-22T01:16:02.910110" elapsed="0.004755"/>
</iter>
<var>${i}</var>
<value>0</value>
<value>${num_stats}</value>
<status status="PASS" start="2026-08-22T01:16:02.895667" elapsed="0.019227"/>
</for>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-08-22T01:16:02.918912" level="INFO">${min} = 28259.09</msg>
<var>${min}</var>
<arg>${result_value_list[${0}]}</arg>
<doc>Returns the given values which can then be assigned to a variables.</doc>
<status status="PASS" start="2026-08-22T01:16:02.915052" elapsed="0.003887"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-08-22T01:16:02.922893" level="INFO">${max} = 30157.76</msg>
<var>${max}</var>
<arg>${result_value_list[${1}]}</arg>
<doc>Returns the given values which can then be assigned to a variables.</doc>
<status status="PASS" start="2026-08-22T01:16:02.919093" elapsed="0.003827"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-08-22T01:16:02.926792" level="INFO">${average} = 29293.03</msg>
<var>${average}</var>
<arg>${result_value_list[${2}]}</arg>
<doc>Returns the given values which can then be assigned to a variables.</doc>
<status status="PASS" start="2026-08-22T01:16:02.923073" elapsed="0.003746"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-08-22T01:16:02.930704" level="INFO">${stdev} = 9780.61</msg>
<var>${stdev}</var>
<arg>${result_value_list[${3}]}</arg>
<doc>Returns the given values which can then be assigned to a variables.</doc>
<status status="PASS" start="2026-08-22T01:16:02.926971" elapsed="0.003760"/>
</kw>
<kw name="Get Time" owner="BuiltIn">
<msg time="2026-08-22T01:16:02.931258" level="INFO">${date} = 2026-08-22 01:16:02</msg>
<var>${date}</var>
<arg>d,m,s</arg>
<doc>Returns the given time in the requested format.</doc>
<status status="PASS" start="2026-08-22T01:16:02.930892" elapsed="0.000392"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-08-22T01:16:02.931838" level="INFO">CBench Result: 2026-08-22 01:16:02,-m 60000 -M 100 -S 16 -l 10 -D 5000 -p 6633,28259.09,30157.76,29293.03,9780.61</msg>
<arg>CBench Result: ${date},${cbench_args},${min},${max},${average},${stdev}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-08-22T01:16:02.931429" elapsed="0.000473"/>
</kw>
<kw name="Log Results And Determine Status">
<kw name="Append To File" owner="OperatingSystem">
<msg time="2026-08-22T01:16:02.933018" level="INFO" html="true">Appended to file '&lt;a href="file:///w/workspace/openflowplugin-csit-1node-cbench-only-vanadium/bug.csv"&gt;/w/workspace/openflowplugin-csit-1node-cbench-only-vanadium/bug.csv&lt;/a&gt;'.</msg>
<arg>${output_file}</arg>
<arg>${min},${max},${average}\n</arg>
<doc>Appends the given content to the specified file.</doc>
<status status="PASS" start="2026-08-22T01:16:02.932543" elapsed="0.000546"/>
</kw>
<kw name="Should Be True" owner="BuiltIn">
<arg>${average} &gt; ${threshold}</arg>
<arg>${average} flow_mods per/sec did not exceed threshold of ${threshold}</arg>
<doc>Fails if the given condition is not true.</doc>
<status status="PASS" start="2026-08-22T01:16:02.933269" elapsed="0.000473"/>
</kw>
<arg>${min}</arg>
<arg>${max}</arg>
<arg>${average}</arg>
<arg>${average_threshold}</arg>
<arg>${output_filename}</arg>
<status status="PASS" start="2026-08-22T01:16:02.932036" elapsed="0.001772"/>
</kw>
<arg>-m ${duration_in_ms} -M ${num_of_unique_macs} -S ${switch_count} -l ${loops} -D ${start_delay} -p ${of_port}</arg>
<arg>${latency_threshold}</arg>
<arg>bug.csv</arg>
<status status="PASS" start="2026-08-22T01:05:56.172297" elapsed="606.761570"/>
</kw>
<kw name="Sleep" owner="BuiltIn">
<msg time="2026-08-22T01:16:02.934365" level="INFO">Slept 0 seconds.</msg>
<arg>${test_delay}</arg>
<doc>Pauses the test executed for the given time.</doc>
<status status="PASS" start="2026-08-22T01:16:02.934025" elapsed="0.000396"/>
</kw>
<kw name="Report Failure Due To Bug" owner="Utils" type="TEARDOWN">
<kw name="Evaluate" owner="BuiltIn">
<msg time="2026-08-22T01:16:02.935640" level="INFO">${test_skipped} = False</msg>
<var>${test_skipped}</var>
<arg>len(re.findall('SKIPPED', """${TEST_MESSAGE}""")) &gt; 0</arg>
<arg>modules=re</arg>
<doc>Evaluates the given expression in Python and returns the result.</doc>
<status status="PASS" start="2026-08-22T01:16:02.935142" elapsed="0.000526"/>
</kw>
<if>
<branch type="IF" condition="('${TEST_STATUS}' != 'FAIL') or ${test_skipped}">
<return>
<status status="PASS" start="2026-08-22T01:16:02.935890" elapsed="0.000030"/>
</return>
<status status="PASS" start="2026-08-22T01:16:02.935743" elapsed="0.000208"/>
</branch>
<status status="PASS" start="2026-08-22T01:16:02.935724" elapsed="0.000250"/>
</if>
<kw name="Comment" owner="BuiltIn">
<arg>Jira tickets are {PROJECT}-{NUMBER} while Bugzilla tickets are {NUMBER}</arg>
<doc>Displays the given messages in the log file as keyword arguments.</doc>
<status status="NOT RUN" start="2026-08-22T01:16:02.936115" elapsed="0.000021"/>
</kw>
<kw name="Run Keyword And Return Status" owner="BuiltIn">
<var>${match}</var>
<arg>Should Contain</arg>
<arg>${number}</arg>
<arg>-</arg>
<doc>Runs the specified keyword and returns the status as a Boolean value.</doc>
<status status="NOT RUN" start="2026-08-22T01:16:02.936289" elapsed="0.000020"/>
</kw>
<kw name="Set Variable If" owner="BuiltIn">
<var>${bug_url}</var>
<arg>${match}</arg>
<arg>https://jira.opendaylight.org/browse/${number}</arg>
<arg>https://bugs.opendaylight.org/show_bug.cgi?id=${number}</arg>
<doc>Sets variable based on the given condition.</doc>
<status status="NOT RUN" start="2026-08-22T01:16:02.936447" elapsed="0.000020"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<var>${msg}</var>
<arg>This test fails due to ${bug_url}</arg>
<doc>Returns the given values which can then be assigned to a variables.</doc>
<status status="NOT RUN" start="2026-08-22T01:16:02.936640" elapsed="0.000021"/>
</kw>
<kw name="Evaluate" owner="BuiltIn">
<var>${newline}</var>
<arg>chr(10)</arg>
<doc>Evaluates the given expression in Python and returns the result.</doc>
<status status="NOT RUN" start="2026-08-22T01:16:02.936789" 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-08-22T01:16:02.936932" elapsed="0.000020"/>
</kw>
<kw name="Log" owner="BuiltIn">
<arg>${msg}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="NOT RUN" start="2026-08-22T01:16:02.937106" elapsed="0.000021"/>
</kw>
<if>
<branch type="IF" condition="&quot;${include_bug_in_tags}&quot;==&quot;True&quot;">
<kw name="Set Tags" owner="BuiltIn">
<arg>${bug_url}</arg>
<doc>Adds given ``tags`` for the current test or all tests in a suite.</doc>
<status status="NOT RUN" start="2026-08-22T01:16:02.937346" elapsed="0.000024"/>
</kw>
<status status="NOT RUN" start="2026-08-22T01:16:02.937206" elapsed="0.000197"/>
</branch>
<status status="NOT RUN" start="2026-08-22T01:16:02.937188" elapsed="0.000242"/>
</if>
<arg>6176</arg>
<doc>Report that a test failed due to a known Bugzilla bug whose
number is provided as an argument.
Not FAILED (incl. SKIPPED) test are not reported.
This keyword must be used in the [Teardown] setting of the affected test
or as the first line of the test if FastFail module is not being
used. It reports the URL of the bug on console and also puts it
into the Robot log file.</doc>
<status status="PASS" start="2026-08-22T01:16:02.934801" elapsed="0.002679"/>
</kw>
<doc>cbench executed in latency mode to see if controller is healthy</doc>
<tag>cbench</tag>
<tag>latency</tag>
<timeout value="15 minutes"/>
<status status="PASS" start="2026-08-22T01:05:56.171024" elapsed="606.766510"/>
</test>
<doc>Cbench Latency and Throughput tests can be run from an external
cbench.
If cbench is run with a medium number of switches or higher (e.g. 32+)
the normal openflow operations seem to break.
BUG: https://bugs.opendaylight.org/show_bug.cgi?id=2897</doc>
<status status="PASS" start="2026-08-22T00:45:40.363141" elapsed="1822.574816"/>
</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>
