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

[?1h=[90m~[0m                                                                                [?2004hopendaylight-user</msg>
<arg>${KARAF_USER}</arg>
<arg>${KARAF_PASSWORD}</arg>
<arg>loglevel=${loglevel}</arg>
<doc>Logs into the SSH server with the given ``username`` and ``password``.</doc>
<status status="PASS" start="2026-05-16T02:54:52.098469" elapsed="0.665259"/>
</kw>
<kw name="Write" owner="SSHLibrary">
<msg time="2026-05-16T02:54:52.814445" level="INFO">@root&gt;log:set ERROR</msg>
<arg>${cmd}</arg>
<doc>Writes the given ``text`` on the remote machine and appends a newline.</doc>
<status status="PASS" start="2026-05-16T02:54:52.764074" elapsed="0.050468"/>
</kw>
<kw name="Read Until Regexp" owner="SSHLibrary">
<msg time="2026-05-16T02:54:52.816311" level="INFO">[?1l&gt;[?2004l[?1h=[90m~[0m                                                                                [?2004hopendaylight-user@root&gt;</msg>
<msg time="2026-05-16T02:54:52.816423" level="INFO">${output} = [?1l&gt;[?2004l[?1h=[90m~[0m                                                                                [?2004hopendaylight-user@root&gt;</msg>
<var>${output}</var>
<arg>${KARAF_PROMPT}</arg>
<doc>Consumes and returns the server output until a match to ``regexp`` is found.</doc>
<status status="PASS" start="2026-05-16T02:54:52.814751" elapsed="0.001703"/>
</kw>
<kw name="Write Bare" owner="SSHLibrary">
<arg>logout\n</arg>
<doc>Writes the given ``text`` on the remote machine without appending a newline.</doc>
<status status="PASS" start="2026-05-16T02:54:52.816612" elapsed="0.000251"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-05-16T02:54:52.817040" elapsed="0.000236"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-05-16T02:54:52.817791" level="INFO">[?1l&gt;[?2004l[?1h=[90m~[0m                                                                                [?2004hopendaylight-user@root&gt;</msg>
<arg>${output}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-05-16T02:54:52.817436" elapsed="0.000410"/>
</kw>
<return>
<value>${output}</value>
<status status="PASS" start="2026-05-16T02:54:52.817902" elapsed="0.000142"/>
</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.169
Note that this keyword will open&amp;close new SSH connection, without switching back to previously current session.</doc>
<status status="PASS" start="2026-05-16T02:54:52.097024" elapsed="0.721159"/>
</kw>
<arg>3x</arg>
<arg>1s</arg>
<arg>KarafKeywords.Issue Command On Karaf Console</arg>
<arg>log:set ${log_level}</arg>
<doc>Runs the specified keyword and retries if it fails.</doc>
<status status="PASS" start="2026-05-16T02:54:52.093441" elapsed="0.724810"/>
</kw>
<kw name="Append To File" owner="OperatingSystem">
<msg time="2026-05-16T02:54:52.818832" level="INFO" html="true">Appended to file '&lt;a href="file:///w/workspace/openflowplugin-csit-1node-cbench-only-vanadium/latency.csv"&gt;/w/workspace/openflowplugin-csit-1node-cbench-only-vanadium/latency.csv&lt;/a&gt;'.</msg>
<arg>${latency_results_file}</arg>
<arg>LATENCY_MIN,LATENCY_MAX,LATENCY_AVERAGE\n</arg>
<doc>Appends the given content to the specified file.</doc>
<status status="PASS" start="2026-05-16T02:54:52.818448" elapsed="0.000442"/>
</kw>
<kw name="Append To File" owner="OperatingSystem">
<msg time="2026-05-16T02:54:52.819315" level="INFO" html="true">Appended to file '&lt;a href="file:///w/workspace/openflowplugin-csit-1node-cbench-only-vanadium/throughput.csv"&gt;/w/workspace/openflowplugin-csit-1node-cbench-only-vanadium/throughput.csv&lt;/a&gt;'.</msg>
<arg>${throughput_results_file}</arg>
<arg>THROUGHPUT_MIN,THROUGHPUT_MAX,THROUGHPUT_AVERAGE\n</arg>
<doc>Appends the given content to the specified file.</doc>
<status status="PASS" start="2026-05-16T02:54:52.819065" elapsed="0.000308"/>
</kw>
<kw name="Evaluate" owner="BuiltIn">
<msg time="2026-05-16T02:54:52.819986" level="INFO">${duration_in_ms} = 60000</msg>
<var>${duration_in_ms}</var>
<arg>${duration_in_secs} * 1000</arg>
<doc>Evaluates the given expression in Python and returns the result.</doc>
<status status="PASS" start="2026-05-16T02:54:52.819531" elapsed="0.000483"/>
</kw>
<kw name="Set Suite Variable" owner="BuiltIn">
<msg time="2026-05-16T02:54:52.820527" level="INFO">${duration_in_ms} = 60000</msg>
<arg>${duration_in_ms}</arg>
<doc>Makes a variable available everywhere within the scope of the current suite.</doc>
<status status="PASS" start="2026-05-16T02:54:52.820186" elapsed="0.000384"/>
</kw>
<kw name="Evaluate" owner="BuiltIn">
<msg time="2026-05-16T02:54:52.821114" level="INFO">${test_timeout} = 900.0</msg>
<var>${test_timeout}</var>
<arg>(${loops} * ${duration_in_secs}) * 1.5</arg>
<doc>Evaluates the given expression in Python and returns the result.</doc>
<status status="PASS" start="2026-05-16T02:54:52.820717" elapsed="0.000425"/>
</kw>
<kw name="Set Suite Variable" owner="BuiltIn">
<msg time="2026-05-16T02:54:52.821611" level="INFO">${test_timeout} = 900.0</msg>
<arg>${test_timeout}</arg>
<doc>Makes a variable available everywhere within the scope of the current suite.</doc>
<status status="PASS" start="2026-05-16T02:54:52.821300" elapsed="0.000353"/>
</kw>
<if>
<branch type="IF" condition="&quot;${cbench_system}&quot; == &quot;localhost&quot;">
<kw name="File Should Exist" owner="OperatingSystem">
<arg>${cbench_executable}</arg>
<doc>Fails unless the given ``path`` points to an existing file.</doc>
<status status="NOT RUN" start="2026-05-16T02:54:52.821988" elapsed="0.000023"/>
</kw>
<status status="NOT RUN" start="2026-05-16T02:54:52.821741" elapsed="0.000329"/>
</branch>
<branch type="ELSE">
<kw name="Verify File Exists On Remote System" owner="Utils">
<kw name="Open Connection" owner="SSHLibrary">
<msg time="2026-05-16T02:54:52.826631" level="INFO">${conn_id} = 2</msg>
<var>${conn_id}</var>
<arg>${system}</arg>
<arg>prompt=${prompt}</arg>
<arg>timeout=${prompt_timeout}</arg>
<doc>Opens a new SSH connection to the given ``host`` and ``port``.</doc>
<status status="PASS" start="2026-05-16T02:54:52.826203" elapsed="0.000456"/>
</kw>
<kw name="Flexible_SSH_Login" owner="SSHKeywords">
<kw name="Get Length" owner="BuiltIn">
<msg time="2026-05-16T02:54:52.828060" level="INFO">Length is 0.</msg>
<msg time="2026-05-16T02:54:52.828147" level="INFO">${pwd_length} = 0</msg>
<var>${pwd_length}</var>
<arg>${password}</arg>
<doc>Returns and logs the length of the given item as an integer.</doc>
<status status="PASS" start="2026-05-16T02:54:52.827246" elapsed="0.000925"/>
</kw>
<kw name="Run Keyword And Return If" owner="BuiltIn">
<arg>${pwd_length} &gt; 0</arg>
<arg>SSHLibrary.Login</arg>
<arg>${user}</arg>
<arg>${password}</arg>
<arg>delay=${delay}</arg>
<doc>Runs the specified keyword and returns from the enclosing user keyword.</doc>
<status status="PASS" start="2026-05-16T02:54:52.828327" elapsed="0.000349"/>
</kw>
<kw name="Run Keyword And Return" owner="BuiltIn">
<kw name="Login With Public Key" owner="SSHLibrary">
<msg time="2026-05-16T02:54:52.829827" level="INFO">Logging into '10.30.171.31:22' as 'jenkins'.</msg>
<msg time="2026-05-16T02:54:53.593795" level="INFO">Read output: Welcome to Ubuntu 22.04.5 LTS (GNU/Linux 5.15.0-153-generic x86_64)

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

 System information as of Sat May 16 02:54:53 UTC 2026

  System load:  0.02               Processes:             109
  Usage of /:   19.3% of 38.58GB   Users logged in:       0
  Memory usage: 4%                 IPv4 address for ens3: 10.30.171.31
  Swap usage:   0%


Expanded Security Maintenance for Applications is not enabled.

0 updates can be applied immediately.

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


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


[?2004h[jenkins@releng-63164-246-1-mininet-ovs-217-0 ~]&gt;</msg>
<arg>${user}</arg>
<arg>${USER_HOME}/.ssh/${SSH_KEY}</arg>
<arg>${KEYFILE_PASS}</arg>
<arg>delay=${delay}</arg>
<doc>Logs into the SSH server using key-based authentication.</doc>
<status status="PASS" start="2026-05-16T02:54:52.829253" elapsed="0.764736"/>
</kw>
<msg time="2026-05-16T02:54:53.594087" level="INFO">Returning from the enclosing user keyword.</msg>
<arg>SSHLibrary.Login With Public Key</arg>
<arg>${user}</arg>
<arg>${USER_HOME}/.ssh/${SSH_KEY}</arg>
<arg>${KEYFILE_PASS}</arg>
<arg>delay=${delay}</arg>
<doc>Runs the specified keyword and returns from the enclosing user keyword.</doc>
<status status="PASS" start="2026-05-16T02:54:52.828834" elapsed="0.765357"/>
</kw>
<arg>${user}</arg>
<arg>${password}</arg>
<doc>On active SSH session: if given non-empty password, do Login, else do Login With Public Key.</doc>
<status status="PASS" start="2026-05-16T02:54:52.826866" elapsed="0.767463"/>
</kw>
<kw name="File Should Exist" owner="SSHLibrary">
<msg time="2026-05-16T02:54:53.600520" level="INFO">[chan 1] Opened sftp connection (server version 3)</msg>
<arg>${file}</arg>
<doc>Fails if the given ``path`` does NOT point to an existing file.</doc>
<status status="PASS" start="2026-05-16T02:54:53.594559" elapsed="0.007247"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-05-16T02:54:53.602084" elapsed="0.000383"/>
</kw>
<arg>${cbench_system}</arg>
<arg>${cbench_executable}</arg>
<doc>Will create connection with public key and will PASS if the given ${file} exists,
otherwise will FAIL</doc>
<status status="PASS" start="2026-05-16T02:54:52.825511" elapsed="0.777043"/>
</kw>
<status status="PASS" start="2026-05-16T02:54:52.822150" elapsed="0.780454"/>
</branch>
<status status="PASS" start="2026-05-16T02:54:52.821716" elapsed="0.780936"/>
</if>
<kw name="Should Be True" owner="BuiltIn">
<arg>${loops} &gt;= 2</arg>
<arg>If number of loops is less than 2, cbench will not run</arg>
<doc>Fails if the given condition is not true.</doc>
<status status="PASS" start="2026-05-16T02:54:53.602865" elapsed="0.000701"/>
</kw>
<kw name="Verify_Feature_Is_Installed" owner="KarafKeywords">
<if>
<branch type="IF" condition="'${IS_KARAF_APPL}' == 'False'">
<return>
<value>Not A Karaf App</value>
<status status="NOT RUN" start="2026-05-16T02:54:53.609610" elapsed="0.000025"/>
</return>
<status status="NOT RUN" start="2026-05-16T02:54:53.609443" elapsed="0.000240"/>
</branch>
<status status="PASS" start="2026-05-16T02:54:53.609413" elapsed="0.000304"/>
</if>
<kw name="Issue_Command_On_Karaf_Console" owner="KarafKeywords">
<if>
<branch type="IF" condition="'${IS_KARAF_APPL}' == 'False'">
<return>
<value>Not A Karaf App</value>
<status status="NOT RUN" start="2026-05-16T02:54:53.614708" elapsed="0.000020"/>
</return>
<status status="NOT RUN" start="2026-05-16T02:54:53.614549" elapsed="0.000224"/>
</branch>
<status status="PASS" start="2026-05-16T02:54:53.614523" elapsed="0.000281"/>
</if>
<kw name="Open Connection" owner="SSHLibrary">
<arg>${controller}</arg>
<arg>port=${karaf_port}</arg>
<arg>prompt=${KARAF_PROMPT_LOGIN}</arg>
<arg>timeout=${timeout}</arg>
<doc>Opens a new SSH connection to the given ``host`` and ``port``.</doc>
<status status="PASS" start="2026-05-16T02:54:53.615005" elapsed="0.000637"/>
</kw>
<kw name="Login" owner="SSHLibrary">
<msg time="2026-05-16T02:54:53.616229" level="INFO">Logging into '10.30.171.169:8101' as 'karaf'.</msg>
<msg time="2026-05-16T02:54:53.830657" level="INFO">Read output: [33m                                                                                           
[33m    ________                       ________                .__  .__       .__     __       
[33m    \_____  \ ______   ____   ____ \______ \ _____  ___.__.|  | |__| ____ |  |___/  |_     
[33m     /   |   \\____ \_/ __ \ /    \ |    |  \\__  \&lt;   |  ||  | |  |/ ___\|  |  \   __\    
[33m    /    |    \  |_&gt; &gt;  ___/|   |  \|    `   \/ __ \\___  ||  |_|  / /_/  &gt;   Y  \  |      
[33m    \_______  /   __/ \___  &gt;___|  /_______  (____  / ____||____/__\___  /|___|  /__|      
[33m            \/|__|        \/     \/        \/     \/\/            /_____/      \/          
[33m                                                                                           

Hit '[1m&lt;tab&gt;[0m' for a list of available commands
and '[1m[cmd] --help[0m' for help on a specific command.
Hit '[1m&lt;ctrl-d&gt;[0m' or type '[1msystem:shutdown[0m' or '[1mlogout[0m' to shutdown OpenDaylight.

[?1h=[90m~[0m                                                                                [?2004hopendaylight-user</msg>
<arg>${KARAF_USER}</arg>
<arg>${KARAF_PASSWORD}</arg>
<arg>loglevel=${loglevel}</arg>
<doc>Logs into the SSH server with the given ``username`` and ``password``.</doc>
<status status="PASS" start="2026-05-16T02:54:53.615847" elapsed="0.214902"/>
</kw>
<kw name="Write" owner="SSHLibrary">
<msg time="2026-05-16T02:54:53.927832" level="INFO">@root&gt;feature:list -i | 0[C 0g[Krep odl-openflowplugin-drop-test</msg>
<arg>${cmd}</arg>
<doc>Writes the given ``text`` on the remote machine and appends a newline.</doc>
<status status="PASS" start="2026-05-16T02:54:53.830917" elapsed="0.096981"/>
</kw>
<kw name="Read Until Regexp" owner="SSHLibrary">
<msg time="2026-05-16T02:54:53.938034" level="INFO">[?1l&gt;[?2004l[31;1modl-openflowplugin-drop-test[0m                                    x 0.21.2           x x        x Started x [31;1modl-openflowplugin-drop-test[0m                                    x OpenDaylight :: Openflow Plugin :: Drop Test
[?1h=[90m~[0m                                                                                [?2004hopendaylight-user@root&gt;</msg>
<msg time="2026-05-16T02:54:53.938213" level="INFO">${output} = [?1l&gt;[?2004l[31;1modl-openflowplugin-drop-test[0m                                    x 0.21.2           x x        x Started x [31;1modl-openflowplugin-drop-test[0m                     ...</msg>
<var>${output}</var>
<arg>${KARAF_PROMPT}</arg>
<doc>Consumes and returns the server output until a match to ``regexp`` is found.</doc>
<status status="PASS" start="2026-05-16T02:54:53.928127" elapsed="0.010118"/>
</kw>
<kw name="Write Bare" owner="SSHLibrary">
<arg>logout\n</arg>
<doc>Writes the given ``text`` on the remote machine without appending a newline.</doc>
<status status="PASS" start="2026-05-16T02:54:53.938389" elapsed="0.000190"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-05-16T02:54:53.938725" elapsed="0.000226"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-05-16T02:54:53.939392" level="INFO">[?1l&gt;[?2004l[31;1modl-openflowplugin-drop-test[0m                                    x 0.21.2           x x        x Started x [31;1modl-openflowplugin-drop-test[0m                                    x OpenDaylight :: Openflow Plugin :: Drop Test
[?1h=[90m~[0m                                                                                [?2004hopendaylight-user@root&gt;</msg>
<arg>${output}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-05-16T02:54:53.939093" elapsed="0.000353"/>
</kw>
<return>
<value>${output}</value>
<status status="PASS" start="2026-05-16T02:54:53.939493" elapsed="0.000046"/>
</return>
<msg time="2026-05-16T02:54:53.939675" level="INFO">${output} = [?1l&gt;[?2004l[31;1modl-openflowplugin-drop-test[0m                                    x 0.21.2           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.169
Note that this keyword will open&amp;close new SSH connection, without switching back to previously current session.</doc>
<status status="PASS" start="2026-05-16T02:54:53.614057" elapsed="0.325650"/>
</kw>
<kw name="Should Contain" owner="BuiltIn">
<arg>${output}</arg>
<arg>${feature_name}</arg>
<doc>Fails if ``container`` does not contain ``item`` one or more times.</doc>
<status status="PASS" start="2026-05-16T02:54:53.939878" elapsed="0.000538"/>
</kw>
<return>
<value>${output}</value>
<status status="PASS" start="2026-05-16T02:54:53.940468" elapsed="0.000031"/>
</return>
<arg>odl-openflowplugin-drop-test</arg>
<doc>Will Succeed if the given ${feature_name} is found in the output of "feature:list -i"</doc>
<status status="PASS" start="2026-05-16T02:54:53.609023" elapsed="0.331573"/>
</kw>
<kw name="Issue_Command_On_Karaf_Console" owner="KarafKeywords">
<if>
<branch type="IF" condition="'${IS_KARAF_APPL}' == 'False'">
<return>
<value>Not A Karaf App</value>
<status status="NOT RUN" start="2026-05-16T02:54:53.944276" elapsed="0.000017"/>
</return>
<status status="NOT RUN" start="2026-05-16T02:54:53.944150" elapsed="0.000177"/>
</branch>
<status status="PASS" start="2026-05-16T02:54:53.944128" elapsed="0.000223"/>
</if>
<kw name="Open Connection" owner="SSHLibrary">
<arg>${controller}</arg>
<arg>port=${karaf_port}</arg>
<arg>prompt=${KARAF_PROMPT_LOGIN}</arg>
<arg>timeout=${timeout}</arg>
<doc>Opens a new SSH connection to the given ``host`` and ``port``.</doc>
<status status="PASS" start="2026-05-16T02:54:53.944480" elapsed="0.000431"/>
</kw>
<kw name="Login" owner="SSHLibrary">
<msg time="2026-05-16T02:54:53.945328" level="INFO">Logging into '10.30.171.169:8101' as 'karaf'.</msg>
<msg time="2026-05-16T02:54:54.121618" level="INFO">Read output: [33m                                                                                           
[33m    ________                       ________                .__  .__       .__     __       
[33m    \_____  \ ______   ____   ____ \______ \ _____  ___.__.|  | |__| ____ |  |___/  |_     
[33m     /   |   \\____ \_/ __ \ /    \ |    |  \\__  \&lt;   |  ||  | |  |/ ___\|  |  \   __\    
[33m    /    |    \  |_&gt; &gt;  ___/|   |  \|    `   \/ __ \\___  ||  |_|  / /_/  &gt;   Y  \  |      
[33m    \_______  /   __/ \___  &gt;___|  /_______  (____  / ____||____/__\___  /|___|  /__|      
[33m            \/|__|        \/     \/        \/     \/\/            /_____/      \/          
[33m                                                                                           

Hit '[1m&lt;tab&gt;[0m' for a list of available commands
and '[1m[cmd] --help[0m' for help on a specific command.
Hit '[1m&lt;ctrl-d&gt;[0m' or type '[1msystem:shutdown[0m' or '[1mlogout[0m' to shutdown OpenDaylight.

[?1h=[90m~[0m                                                                                [?2004hopendaylight-user</msg>
<arg>${KARAF_USER}</arg>
<arg>${KARAF_PASSWORD}</arg>
<arg>loglevel=${loglevel}</arg>
<doc>Logs into the SSH server with the given ``username`` and ``password``.</doc>
<status status="PASS" start="2026-05-16T02:54:53.945075" elapsed="0.176657"/>
</kw>
<kw name="Write" owner="SSHLibrary">
<msg time="2026-05-16T02:54:54.147815" level="INFO">@root&gt;dropallpacketsrpc on</msg>
<arg>${cmd}</arg>
<doc>Writes the given ``text`` on the remote machine and appends a newline.</doc>
<status status="PASS" start="2026-05-16T02:54:54.121942" elapsed="0.025934"/>
</kw>
<kw name="Read Until Regexp" owner="SSHLibrary">
<msg time="2026-05-16T02:54:54.149656" level="INFO">[?1l&gt;[?2004lDropAllFlows transitions to on
[?1h=[90m~[0m                                                                                [?2004hopendaylight-user@root&gt;</msg>
<msg time="2026-05-16T02:54:54.149755" level="INFO">${output} = [?1l&gt;[?2004lDropAllFlows transitions to on
[?1h=[90m~[0m                                                                                [?2004hopendaylight-user@root&gt;</msg>
<var>${output}</var>
<arg>${KARAF_PROMPT}</arg>
<doc>Consumes and returns the server output until a match to ``regexp`` is found.</doc>
<status status="PASS" start="2026-05-16T02:54:54.148045" elapsed="0.001738"/>
</kw>
<kw name="Write Bare" owner="SSHLibrary">
<arg>logout\n</arg>
<doc>Writes the given ``text`` on the remote machine without appending a newline.</doc>
<status status="PASS" start="2026-05-16T02:54:54.149917" elapsed="0.000197"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-05-16T02:54:54.150258" elapsed="0.000178"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-05-16T02:54:54.150869" level="INFO">[?1l&gt;[?2004lDropAllFlows transitions to on
[?1h=[90m~[0m                                                                                [?2004hopendaylight-user@root&gt;</msg>
<arg>${output}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-05-16T02:54:54.150573" elapsed="0.000377"/>
</kw>
<return>
<value>${output}</value>
<status status="PASS" start="2026-05-16T02:54:54.151002" elapsed="0.000048"/>
</return>
<arg>dropallpacketsrpc on</arg>
<doc>Will execute the given ${cmd} by ssh'ing to the karaf console running on 10.30.171.169
Note that this keyword will open&amp;close new SSH connection, without switching back to previously current session.</doc>
<status status="PASS" start="2026-05-16T02:54:53.943813" elapsed="0.207350"/>
</kw>
<status status="PASS" start="2026-05-16T02:54:52.091568" elapsed="2.059659"/>
</kw>
<test id="s1-t1" name="Cbench Latency Test" line="37">
<kw name="Log" owner="BuiltIn">
<msg time="2026-05-16T02:54:54.154808" level="INFO">Cbench tests using 10 iterations of 60 second tests. Switch Count: 16. Unique MACS to cycle: 100</msg>
<arg>Cbench tests using ${loops} iterations of ${duration_in_secs} second tests. Switch Count: ${switch_count}. Unique MACS to cycle: ${num_of_unique_macs}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-05-16T02:54:54.152686" elapsed="0.002303"/>
</kw>
<kw name="Run Cbench And Log Results">
<kw name="Set Suite Variable" owner="BuiltIn">
<msg time="2026-05-16T02:54:54.158246" level="INFO">${output_filename} = latency.csv</msg>
<arg>${output_filename}</arg>
<doc>Makes a variable available everywhere within the scope of the current suite.</doc>
<status status="PASS" start="2026-05-16T02:54:54.157462" elapsed="0.000883"/>
</kw>
<if>
<branch type="IF" condition="&quot;${cbench_system}&quot; == &quot;localhost&quot;">
<kw name="Run" owner="OperatingSystem">
<var>${output}</var>
<arg>${cbench_executable} -c ${ODL_SYSTEM_IP} ${cbench_args}</arg>
<doc>_This keyword is considered deprecated. Use the
[http://robotframework.org/robotframework/latest/libraries/Process.html|
Process] library instead._</doc>
<status status="NOT RUN" start="2026-05-16T02:54:54.159035" elapsed="0.000048"/>
</kw>
<status status="NOT RUN" start="2026-05-16T02:54:54.158510" elapsed="0.000653"/>
</branch>
<branch type="ELSE">
<kw name="Run Command On Remote System" owner="Utils">
<if>
<branch type="IF" condition="&quot;${return_stdout}&quot;!=&quot;True&quot; and &quot;${return_stderr}&quot;!=&quot;True&quot;">
<kw name="Fail" owner="BuiltIn">
<arg>At least one of {return_stdout} or {return_stderr} args should be set to True</arg>
<doc>Fails the test with the given message and optionally alters its tags.</doc>
<status status="NOT RUN" start="2026-05-16T02:54:54.162722" elapsed="0.000021"/>
</kw>
<status status="NOT RUN" start="2026-05-16T02:54:54.162472" elapsed="0.000306"/>
</branch>
<status status="PASS" start="2026-05-16T02:54:54.162452" elapsed="0.000351"/>
</if>
<kw name="Get Connection" owner="SSHLibrary">
<msg time="2026-05-16T02:54:54.163154" level="INFO">index=None
host=None
alias=None
port=22
timeout=3 seconds
newline=

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

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

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

 System information as of Sat May 16 02:54:53 UTC 2026

  System load:  0.02               Processes:             109
  Usage of /:   19.3% of 38.58GB   Users logged in:       0
  Memory usage: 4%                 IPv4 address for ens3: 10.30.171.31
  Swap usage:   0%


Expanded Security Maintenance for Applications is not enabled.

0 updates can be applied immediately.

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


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


Last login: Sat May 16 02:54:53 2026 from 10.30.171.84
[?2004h[jenkins@releng-63164-246-1-mininet-ovs-217-0 ~]&gt;</msg>
<arg>${user}</arg>
<arg>${USER_HOME}/.ssh/${SSH_KEY}</arg>
<arg>${KEYFILE_PASS}</arg>
<arg>delay=${delay}</arg>
<doc>Logs into the SSH server using key-based authentication.</doc>
<status status="PASS" start="2026-05-16T02:54:54.166617" elapsed="0.329867"/>
</kw>
<msg time="2026-05-16T02:54:54.496673" level="INFO">Returning from the enclosing user keyword.</msg>
<arg>SSHLibrary.Login With Public Key</arg>
<arg>${user}</arg>
<arg>${USER_HOME}/.ssh/${SSH_KEY}</arg>
<arg>${KEYFILE_PASS}</arg>
<arg>delay=${delay}</arg>
<doc>Runs the specified keyword and returns from the enclosing user keyword.</doc>
<status status="PASS" start="2026-05-16T02:54:54.166271" elapsed="0.330546"/>
</kw>
<arg>${user}</arg>
<arg>${password}</arg>
<doc>On active SSH session: if given non-empty password, do Login, else do Login With Public Key.</doc>
<status status="PASS" start="2026-05-16T02:54:54.164789" elapsed="0.332266"/>
</kw>
<kw name="Execute Command" owner="SSHLibrary">
<msg time="2026-05-16T02:54:54.497842" level="INFO">Executing command '/usr/local/bin/cbench -c 10.30.171.169 -m 60000 -M 100 -S 16 -l 10 -D 5000 -p 6633'.</msg>
<msg time="2026-05-16T03:05:00.684116" level="INFO">Command exited with return code 0.</msg>
<msg time="2026-05-16T03:05:00.684735" level="INFO">${stdout} = </msg>
<msg time="2026-05-16T03:05:00.684845" level="INFO">${stderr} = cbench: controller benchmarking tool
   running in mode 'latency'
   connecting to controller at 10.30.171.169:6633 
   faking 16 switches with 1 threads :: 10 tests each; 60000 ms per test
   with 10...</msg>
<var>${stdout}</var>
<var>${stderr}</var>
<arg>${cmd}</arg>
<arg>return_stderr=True</arg>
<doc>Executes ``command`` on the remote machine and returns its outputs.</doc>
<status status="PASS" start="2026-05-16T02:54:54.497352" elapsed="606.187554"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-05-16T03:05:00.685448" elapsed="0.000798"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-05-16T03:05:00.687436" level="INFO">cbench: controller benchmarking tool
   running in mode 'latency'
   connecting to controller at 10.30.171.169: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.169. So far 1 cbench instances have initialized their switches.  Waiting for other cbench-instances
Thread-0: Total switches from ALL cbench-instances initialized.
02:55:59.775 16  switches: flows:  109327 108895 107255 108140 109245 106753 105425 107161 105735 103321 103516 103690 104321 105845 103517 104279  total = 28.273750 per ms 
02:56:59.881 16  switches: flows:  111329 114524 110800 113141 113042 110426 109871 111724 109045 108538 108543 108587 107796 107954 109250 107354  total = 29.316451 per ms 
02:57:59.982 16  switches: flows:  118408 122495 118976 116845 117245 115915 117719 118219 116447 114313 114807 114454 116336 113378 114246 114423  total = 31.018649 per ms 
02:59:00.085 16  switches: flows:  121273 124168 121465 121103 120526 120548 120700 120791 119950 115014 119146 119392 118936 118248 116162 116269  total = 31.841677 per ms 
03:00:00.186 16  switches: flows:  117777 117715 116711 118874 117426 116213 116687 116970 116667 114855 113694 113314 114526 115035 113329 112696  total = 30.823339 per ms 
03:01:00.286 16  switches: flows:  118119 118382 117978 118126 114296 115664 116441 115471 113805 111251 111696 111440 112609 111462 113049 113465  total = 30.503312 per ms 
03:02:00.386 16  switches: flows:  123021 123533 122097 119902 119766 120753 118945 118194 116680 115140 116161 117590 119111 115966 115564 118749  total = 31.633337 per ms 
03:03:00.486 16  switches: flows:  124323 122573 122741 122452 120557 123053 119707 120825 119225 117789 116094 120137 119925 116502 116597 119428  total = 31.978752 per ms 
03:04:00.587 16  switches: flows:  117823 117514 119601 118997 116286 116789 118459 115850 113982 114277 113819 113737 115402 111653 113034 115769  total = 30.831373 per ms 
03:05:00.688 16  switches: flows:  121336 117206 117187 116931 115457 115984 115242 115654 112055 115670 112940 113755 116072 114830 113030 115893  total = 30.769292 per ms 
RESULT: 16 switches 9 tests min/max/avg/stdev = 29316.45/31978.75/30968.46/10351.05 responses/s</msg>
<arg>${stderr}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-05-16T03:05:00.686625" elapsed="0.001115"/>
</kw>
<if>
<branch type="IF" condition="&quot;${return_stdout}&quot;!=&quot;True&quot;">
<return>
<value>${stderr}</value>
<status status="PASS" start="2026-05-16T03:05:00.688324" elapsed="0.000088"/>
</return>
<status status="PASS" start="2026-05-16T03:05:00.687994" elapsed="0.000500"/>
</branch>
<status status="PASS" start="2026-05-16T03:05:00.687898" elapsed="0.000691"/>
</if>
<if>
<branch type="IF" condition="&quot;${return_stderr}&quot;!=&quot;True&quot;">
<return>
<value>${stdout}</value>
<status status="NOT RUN" start="2026-05-16T03:05:00.688824" elapsed="0.000029"/>
</return>
<status status="NOT RUN" start="2026-05-16T03:05:00.688726" elapsed="0.000189"/>
</branch>
<status status="NOT RUN" start="2026-05-16T03:05:00.688690" elapsed="0.000303"/>
</if>
<return>
<value>${stdout}</value>
<value>${stderr}</value>
<status status="NOT RUN" start="2026-05-16T03:05:00.689070" elapsed="0.000030"/>
</return>
<kw name="Restore_Current_Ssh_Connection_From_Index" owner="SSHKeywords" type="TEARDOWN">
<kw name="Run Keyword And Return If" owner="BuiltIn">
<arg>${connection_index} is not None</arg>
<arg>SSHLibrary.Switch Connection</arg>
<arg>${connection_index}</arg>
<doc>Runs the specified keyword and returns from the enclosing user keyword.</doc>
<status status="PASS" start="2026-05-16T03:05:00.694217" elapsed="0.000478"/>
</kw>
<kw name="Open Connection" owner="SSHLibrary">
<arg>127.0.0.1</arg>
<doc>Opens a new SSH connection to the given ``host`` and ``port``.</doc>
<status status="PASS" start="2026-05-16T03:05:00.694898" elapsed="0.000266"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-05-16T03:05:00.695347" elapsed="0.000137"/>
</kw>
<arg>${current_ssh_connection.index}</arg>
<doc>Restore active SSH connection in SSHLibrary to given index.</doc>
<status status="PASS" start="2026-05-16T03:05:00.689781" elapsed="0.005789"/>
</kw>
<msg time="2026-05-16T03:05:00.695749" level="INFO">${output} = cbench: controller benchmarking tool
   running in mode 'latency'
   connecting to controller at 10.30.171.169:6633 
   faking 16 switches with 1 threads :: 10 tests each; 60000 ms per test
   with 10...</msg>
<var>${output}</var>
<arg>${cbench_system}</arg>
<arg>${cbench_executable} -c ${ODL_SYSTEM_IP} ${cbench_args}</arg>
<arg>prompt_timeout=${test_timeout}</arg>
<arg>return_stdout=False</arg>
<arg>return_stderr=True</arg>
<doc>Reduces the common work of running a command on a remote system to a single higher level
robot keyword, taking care to log in with a public key and. The command given is written and the return value
depends on the passed argument values of return_stdout (default: True) and return_stderr (default: False).
At least one should be True, or the keyword will exit and FAIL. If both are True, the resulting return value
will be a two element list containing both. Otherwise the resulting return value is a string.
No test conditions are checked.</doc>
<status status="PASS" start="2026-05-16T02:54:54.159914" elapsed="606.535872"/>
</kw>
<status status="PASS" start="2026-05-16T02:54:54.159225" elapsed="606.536630"/>
</branch>
<status status="PASS" start="2026-05-16T02:54:54.158463" elapsed="606.537427"/>
</if>
<kw name="Log" owner="BuiltIn">
<msg time="2026-05-16T03:05:00.696555" level="INFO">cbench: controller benchmarking tool
   running in mode 'latency'
   connecting to controller at 10.30.171.169: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.169. So far 1 cbench instances have initialized their switches.  Waiting for other cbench-instances
Thread-0: Total switches from ALL cbench-instances initialized.
02:55:59.775 16  switches: flows:  109327 108895 107255 108140 109245 106753 105425 107161 105735 103321 103516 103690 104321 105845 103517 104279  total = 28.273750 per ms 
02:56:59.881 16  switches: flows:  111329 114524 110800 113141 113042 110426 109871 111724 109045 108538 108543 108587 107796 107954 109250 107354  total = 29.316451 per ms 
02:57:59.982 16  switches: flows:  118408 122495 118976 116845 117245 115915 117719 118219 116447 114313 114807 114454 116336 113378 114246 114423  total = 31.018649 per ms 
02:59:00.085 16  switches: flows:  121273 124168 121465 121103 120526 120548 120700 120791 119950 115014 119146 119392 118936 118248 116162 116269  total = 31.841677 per ms 
03:00:00.186 16  switches: flows:  117777 117715 116711 118874 117426 116213 116687 116970 116667 114855 113694 113314 114526 115035 113329 112696  total = 30.823339 per ms 
03:01:00.286 16  switches: flows:  118119 118382 117978 118126 114296 115664 116441 115471 113805 111251 111696 111440 112609 111462 113049 113465  total = 30.503312 per ms 
03:02:00.386 16  switches: flows:  123021 123533 122097 119902 119766 120753 118945 118194 116680 115140 116161 117590 119111 115966 115564 118749  total = 31.633337 per ms 
03:03:00.486 16  switches: flows:  124323 122573 122741 122452 120557 123053 119707 120825 119225 117789 116094 120137 119925 116502 116597 119428  total = 31.978752 per ms 
03:04:00.587 16  switches: flows:  117823 117514 119601 118997 116286 116789 118459 115850 113982 114277 113819 113737 115402 111653 113034 115769  total = 30.831373 per ms 
03:05:00.688 16  switches: flows:  121336 117206 117187 116931 115457 115984 115242 115654 112055 115670 112940 113755 116072 114830 113030 115893  total = 30.769292 per ms 
RESULT: 16 switches 9 tests min/max/avg/stdev = 29316.45/31978.75/30968.46/10351.05 responses/s</msg>
<arg>${output}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-05-16T03:05:00.696112" elapsed="0.000562"/>
</kw>
<kw name="Should Contain" owner="BuiltIn">
<arg>${output}</arg>
<arg>RESULT</arg>
<doc>Fails if ``container`` does not contain ``item`` one or more times.</doc>
<status status="PASS" start="2026-05-16T03:05:00.696884" elapsed="0.000534"/>
</kw>
<kw name="Get Lines Containing String" owner="String">
<msg time="2026-05-16T03:05:00.697985" level="INFO">1 out of 23 lines matched.</msg>
<msg time="2026-05-16T03:05:00.698118" level="INFO">${result_line} = RESULT: 16 switches 9 tests min/max/avg/stdev = 29316.45/31978.75/30968.46/10351.05 responses/s</msg>
<var>${result_line}</var>
<arg>${output}</arg>
<arg>RESULT</arg>
<doc>Returns lines of the given ``string`` that contain the ``pattern``.</doc>
<status status="PASS" start="2026-05-16T03:05:00.697641" elapsed="0.000523"/>
</kw>
<kw name="Split String" owner="String">
<msg time="2026-05-16T03:05:00.698747" level="INFO">@{results_list} = [ RESULT: | 16 | switches | 9 | tests | min/max/avg/stdev | = | 29316.45/31978.75/30968.46/10351.05 | responses/s ]</msg>
<var>@{results_list}</var>
<arg>${result_line}</arg>
<doc>Splits the ``string`` using ``separator`` as a delimiter string.</doc>
<status status="PASS" start="2026-05-16T03:05:00.698380" elapsed="0.000404"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-05-16T03:05:00.702189" level="INFO">min/max/avg/stdev</msg>
<arg>${results_list[5]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-05-16T03:05:00.699005" elapsed="0.003263"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-05-16T03:05:00.705453" level="INFO">29316.45/31978.75/30968.46/10351.05</msg>
<arg>${results_list[7]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-05-16T03:05:00.702485" elapsed="0.003023"/>
</kw>
<kw name="Split String" owner="String">
<msg time="2026-05-16T03:05:00.707892" level="INFO">@{result_name_list} = [ min | max | avg | stdev ]</msg>
<var>@{result_name_list}</var>
<arg>${results_list[5]}</arg>
<arg>/</arg>
<doc>Splits the ``string`` using ``separator`` as a delimiter string.</doc>
<status status="PASS" start="2026-05-16T03:05:00.705669" elapsed="0.002250"/>
</kw>
<kw name="Split String" owner="String">
<msg time="2026-05-16T03:05:00.710430" level="INFO">@{result_value_list} = [ 29316.45 | 31978.75 | 30968.46 | 10351.05 ]</msg>
<var>@{result_value_list}</var>
<arg>${results_list[7]}</arg>
<arg>/</arg>
<doc>Splits the ``string`` using ``separator`` as a delimiter string.</doc>
<status status="PASS" start="2026-05-16T03:05:00.708132" elapsed="0.002326"/>
</kw>
<kw name="Get Length" owner="BuiltIn">
<msg time="2026-05-16T03:05:00.710945" level="INFO">Length is 4.</msg>
<msg time="2026-05-16T03:05:00.711036" level="INFO">${num_stats} = 4</msg>
<var>${num_stats}</var>
<arg>${result_name_list}</arg>
<doc>Returns and logs the length of the given item as an integer.</doc>
<status status="PASS" start="2026-05-16T03:05:00.710615" elapsed="0.000445"/>
</kw>
<for flavor="IN RANGE">
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-05-16T03:05:00.715841" level="INFO">min :: 29316.45</msg>
<arg>${result_name_list[${i}]} :: ${result_value_list[${i}]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-05-16T03:05:00.711474" elapsed="0.004423"/>
</kw>
<var name="${i}">0</var>
<status status="PASS" start="2026-05-16T03:05:00.711341" elapsed="0.004615"/>
</iter>
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-05-16T03:05:00.720522" level="INFO">max :: 31978.75</msg>
<arg>${result_name_list[${i}]} :: ${result_value_list[${i}]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-05-16T03:05:00.716183" elapsed="0.004395"/>
</kw>
<var name="${i}">1</var>
<status status="PASS" start="2026-05-16T03:05:00.716051" elapsed="0.004562"/>
</iter>
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-05-16T03:05:00.725076" level="INFO">avg :: 30968.46</msg>
<arg>${result_name_list[${i}]} :: ${result_value_list[${i}]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-05-16T03:05:00.720828" elapsed="0.004304"/>
</kw>
<var name="${i}">2</var>
<status status="PASS" start="2026-05-16T03:05:00.720702" elapsed="0.004464"/>
</iter>
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-05-16T03:05:00.729787" level="INFO">stdev :: 10351.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-05-16T03:05:00.725386" elapsed="0.004457"/>
</kw>
<var name="${i}">3</var>
<status status="PASS" start="2026-05-16T03:05:00.725259" elapsed="0.004618"/>
</iter>
<var>${i}</var>
<value>0</value>
<value>${num_stats}</value>
<status status="PASS" start="2026-05-16T03:05:00.711130" elapsed="0.018781"/>
</for>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-05-16T03:05:00.734231" level="INFO">${min} = 29316.45</msg>
<var>${min}</var>
<arg>${result_value_list[${0}]}</arg>
<doc>Returns the given values which can then be assigned to a variables.</doc>
<status status="PASS" start="2026-05-16T03:05:00.730134" elapsed="0.004125"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-05-16T03:05:00.738187" level="INFO">${max} = 31978.75</msg>
<var>${max}</var>
<arg>${result_value_list[${1}]}</arg>
<doc>Returns the given values which can then be assigned to a variables.</doc>
<status status="PASS" start="2026-05-16T03:05:00.734413" elapsed="0.003801"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-05-16T03:05:00.742347" level="INFO">${average} = 30968.46</msg>
<var>${average}</var>
<arg>${result_value_list[${2}]}</arg>
<doc>Returns the given values which can then be assigned to a variables.</doc>
<status status="PASS" start="2026-05-16T03:05:00.738374" elapsed="0.003999"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-05-16T03:05:00.746292" level="INFO">${stdev} = 10351.05</msg>
<var>${stdev}</var>
<arg>${result_value_list[${3}]}</arg>
<doc>Returns the given values which can then be assigned to a variables.</doc>
<status status="PASS" start="2026-05-16T03:05:00.742534" elapsed="0.003784"/>
</kw>
<kw name="Get Time" owner="BuiltIn">
<msg time="2026-05-16T03:05:00.746851" level="INFO">${date} = 2026-05-16 03:05:00</msg>
<var>${date}</var>
<arg>d,m,s</arg>
<doc>Returns the given time in the requested format.</doc>
<status status="PASS" start="2026-05-16T03:05:00.746484" elapsed="0.000392"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-05-16T03:05:00.747454" level="INFO">CBench Result: 2026-05-16 03:05:00,-m 60000 -M 100 -S 16 -l 10 -D 5000 -p 6633,29316.45,31978.75,30968.46,10351.05</msg>
<arg>CBench Result: ${date},${cbench_args},${min},${max},${average},${stdev}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-05-16T03:05:00.747049" elapsed="0.000460"/>
</kw>
<kw name="Log Results And Determine Status">
<kw name="Append To File" owner="OperatingSystem">
<msg time="2026-05-16T03:05:00.748602" level="INFO" html="true">Appended to file '&lt;a href="file:///w/workspace/openflowplugin-csit-1node-cbench-only-vanadium/latency.csv"&gt;/w/workspace/openflowplugin-csit-1node-cbench-only-vanadium/latency.csv&lt;/a&gt;'.</msg>
<arg>${output_file}</arg>
<arg>${min},${max},${average}\n</arg>
<doc>Appends the given content to the specified file.</doc>
<status status="PASS" start="2026-05-16T03:05:00.748159" elapsed="0.000510"/>
</kw>
<kw name="Should Be True" owner="BuiltIn">
<arg>${average} &gt; ${threshold}</arg>
<arg>${average} flow_mods per/sec did not exceed threshold of ${threshold}</arg>
<doc>Fails if the given condition is not true.</doc>
<status status="PASS" start="2026-05-16T03:05:00.748820" elapsed="0.000492"/>
</kw>
<arg>${min}</arg>
<arg>${max}</arg>
<arg>${average}</arg>
<arg>${average_threshold}</arg>
<arg>${output_filename}</arg>
<status status="PASS" start="2026-05-16T03:05:00.747663" elapsed="0.001713"/>
</kw>
<arg>-m ${duration_in_ms} -M ${num_of_unique_macs} -S ${switch_count} -l ${loops} -D ${start_delay} -p ${of_port}</arg>
<arg>${latency_threshold}</arg>
<arg>${latency_results_file}</arg>
<status status="PASS" start="2026-05-16T02:54:54.156014" elapsed="606.593422"/>
</kw>
<kw name="Sleep" owner="BuiltIn">
<msg time="2026-05-16T03:05:00.749973" level="INFO">Slept 0 seconds.</msg>
<arg>${test_delay}</arg>
<doc>Pauses the test executed for the given time.</doc>
<status status="PASS" start="2026-05-16T03:05:00.749637" elapsed="0.000403"/>
</kw>
<kw name="Log Results As Zero If Cbench Timed Out" type="TEARDOWN">
<kw name="Run Keyword If Timeout Occurred" owner="BuiltIn">
<arg>Log Results And Determine Status</arg>
<arg>0</arg>
<arg>0</arg>
<arg>0</arg>
<arg>0</arg>
<arg>${output_filename}</arg>
<doc>Runs the given keyword if either a test or a keyword timeout has occurred.</doc>
<status status="PASS" start="2026-05-16T03:05:00.750561" elapsed="0.000263"/>
</kw>
<status status="PASS" start="2026-05-16T03:05:00.750255" elapsed="0.000639"/>
</kw>
<doc>cbench executed in default latency mode. Test parameters have defaults, but can be overridden
on the pybot command line</doc>
<tag>cbench</tag>
<tag>latency</tag>
<timeout value="15 minutes"/>
<status status="PASS" start="2026-05-16T02:54:54.151380" elapsed="606.599564"/>
</test>
<test id="s1-t2" name="Cbench Throughput Test" line="51">
<kw name="Log" owner="BuiltIn">
<msg time="2026-05-16T03:05:00.752259" level="INFO">Cbench tests using 10 iterations of 60 second tests. Switch Count: 16. Unique MACS to cycle: 100</msg>
<arg>Cbench tests using ${loops} iterations of ${duration_in_secs} second tests. Switch Count: ${switch_count}. Unique MACS to cycle: ${num_of_unique_macs}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-05-16T03:05:00.751851" elapsed="0.000463"/>
</kw>
<kw name="Run Cbench And Log Results">
<kw name="Set Suite Variable" owner="BuiltIn">
<msg time="2026-05-16T03:05:00.753575" level="INFO">${output_filename} = throughput.csv</msg>
<arg>${output_filename}</arg>
<doc>Makes a variable available everywhere within the scope of the current suite.</doc>
<status status="PASS" start="2026-05-16T03:05:00.753250" elapsed="0.000367"/>
</kw>
<if>
<branch type="IF" condition="&quot;${cbench_system}&quot; == &quot;localhost&quot;">
<kw name="Run" owner="OperatingSystem">
<var>${output}</var>
<arg>${cbench_executable} -c ${ODL_SYSTEM_IP} ${cbench_args}</arg>
<doc>_This keyword is considered deprecated. Use the
[http://robotframework.org/robotframework/latest/libraries/Process.html|
Process] library instead._</doc>
<status status="NOT RUN" start="2026-05-16T03:05:00.753965" elapsed="0.000022"/>
</kw>
<status status="NOT RUN" start="2026-05-16T03:05:00.753732" elapsed="0.000292"/>
</branch>
<branch type="ELSE">
<kw name="Run Command On Remote System" owner="Utils">
<if>
<branch type="IF" condition="&quot;${return_stdout}&quot;!=&quot;True&quot; and &quot;${return_stderr}&quot;!=&quot;True&quot;">
<kw name="Fail" owner="BuiltIn">
<arg>At least one of {return_stdout} or {return_stderr} args should be set to True</arg>
<doc>Fails the test with the given message and optionally alters its tags.</doc>
<status status="NOT RUN" start="2026-05-16T03:05:00.756973" elapsed="0.000022"/>
</kw>
<status status="NOT RUN" start="2026-05-16T03:05:00.756699" elapsed="0.000330"/>
</branch>
<status status="PASS" start="2026-05-16T03:05:00.756674" elapsed="0.000379"/>
</if>
<kw name="Get Connection" owner="SSHLibrary">
<msg time="2026-05-16T03:05:00.757373" level="INFO">index=None
host=None
alias=None
port=22
timeout=3 seconds
newline=

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

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

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

 System information as of Sat May 16 03:05:00 UTC 2026

  System load:  0.9                Processes:             104
  Usage of /:   19.3% of 38.58GB   Users logged in:       0
  Memory usage: 4%                 IPv4 address for ens3: 10.30.171.31
  Swap usage:   0%


Expanded Security Maintenance for Applications is not enabled.

0 updates can be applied immediately.

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


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


Last login: Sat May 16 02:54:54 2026 from 10.30.171.84
[?2004h[jenkins@releng-63164-246-1-mininet-ovs-217-0 ~]&gt;</msg>
<arg>${user}</arg>
<arg>${USER_HOME}/.ssh/${SSH_KEY}</arg>
<arg>${KEYFILE_PASS}</arg>
<arg>delay=${delay}</arg>
<doc>Logs into the SSH server using key-based authentication.</doc>
<status status="PASS" start="2026-05-16T03:05:00.760776" elapsed="0.598078"/>
</kw>
<msg time="2026-05-16T03:05:01.358963" level="INFO">Returning from the enclosing user keyword.</msg>
<arg>SSHLibrary.Login With Public Key</arg>
<arg>${user}</arg>
<arg>${USER_HOME}/.ssh/${SSH_KEY}</arg>
<arg>${KEYFILE_PASS}</arg>
<arg>delay=${delay}</arg>
<doc>Runs the specified keyword and returns from the enclosing user keyword.</doc>
<status status="PASS" start="2026-05-16T03:05:00.760395" elapsed="0.598661"/>
</kw>
<arg>${user}</arg>
<arg>${password}</arg>
<doc>On active SSH session: if given non-empty password, do Login, else do Login With Public Key.</doc>
<status status="PASS" start="2026-05-16T03:05:00.758961" elapsed="0.600213"/>
</kw>
<kw name="Execute Command" owner="SSHLibrary">
<msg time="2026-05-16T03:05:01.359694" level="INFO">Executing command '/usr/local/bin/cbench -c 10.30.171.169 -t -m 60000 -M 100 -S 16 -l 10 -D 5000 -p 6633'.</msg>
<msg time="2026-05-16T03:15:07.444120" level="INFO">Command exited with return code 0.</msg>
<msg time="2026-05-16T03:15:07.444535" level="INFO">${stdout} = </msg>
<msg time="2026-05-16T03:15:07.444605" level="INFO">${stderr} = cbench: controller benchmarking tool
   running in mode 'throughput'
   connecting to controller at 10.30.171.169:6633 
   faking 16 switches with 1 threads :: 10 tests each; 60000 ms per test
   with...</msg>
<var>${stdout}</var>
<var>${stderr}</var>
<arg>${cmd}</arg>
<arg>return_stderr=True</arg>
<doc>Executes ``command`` on the remote machine and returns its outputs.</doc>
<status status="PASS" start="2026-05-16T03:05:01.359392" elapsed="606.085270"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-05-16T03:15:07.445006" elapsed="0.000529"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-05-16T03:15:07.446306" level="INFO">cbench: controller benchmarking tool
   running in mode 'throughput'
   connecting to controller at 10.30.171.169: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.169. So far 1 cbench instances have initialized their switches.  Waiting for other cbench-instances
Thread-0: Total switches from ALL cbench-instances initialized.
03:06:06.487 16  switches: flows:  533813 526410 514104 526593 515704 518592 533555 525687 519203 505836 502771 520916 522460 503300 522302 513670  total = 138.415267 per ms 
03:07:06.588 16  switches: flows:  573206 565320 550947 562203 564014 567584 567993 552884 552446 542425 549839 553757 558597 547663 558562 551073  total = 148.391734 per ms 
03:08:06.694 16  switches: flows:  567453 579245 579505 580340 567624 575279 580069 576969 589974 584254 579126 566903 574465 582231 592894 569671  total = 153.834592 per ms 
03:09:06.795 16  switches: flows:  621867 627416 623661 635455 629778 638370 647007 625676 630824 626510 635858 614495 628422 619739 634082 626547  total = 167.481236 per ms 
03:10:06.897 16  switches: flows:  637699 637058 649180 635835 638234 644211 632620 629813 645672 637148 637640 651278 633368 654232 647906 654947  total = 170.823878 per ms 
03:11:06.999 16  switches: flows:  663311 669406 669697 657718 669994 661863 673516 658749 671410 676117 664603 664197 667746 663989 662358 663996  total = 177.345578 per ms 
03:12:07.101 16  switches: flows:  622684 625072 627119 620992 612839 618732 630316 618425 629023 625191 617860 628457 608857 631527 611770 619682  total = 165.528521 per ms 
03:13:07.203 16  switches: flows:  648540 641043 638608 638154 650753 634139 651184 648056 642008 634157 643830 650431 632087 644655 642684 645679  total = 171.141812 per ms 
03:14:07.305 16  switches: flows:  625532 630958 626879 634256 610005 618473 625749 621627 618058 630961 622076 634144 617465 640997 628426 628372  total = 166.621176 per ms 
03:15:07.406 16  switches: flows:  621493 631894 626256 626211 633907 631298 609925 622845 623790 619250 640493 631221 617753 621441 621703 624435  total = 166.451224 per ms 
RESULT: 16 switches 9 tests min/max/avg/stdev = 148391.73/177345.58/165291.08/55733.60 responses/s</msg>
<arg>${stderr}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-05-16T03:15:07.445776" elapsed="0.000734"/>
</kw>
<if>
<branch type="IF" condition="&quot;${return_stdout}&quot;!=&quot;True&quot;">
<return>
<value>${stderr}</value>
<status status="PASS" start="2026-05-16T03:15:07.446856" elapsed="0.000056"/>
</return>
<status status="PASS" start="2026-05-16T03:15:07.446649" elapsed="0.000336"/>
</branch>
<status status="PASS" start="2026-05-16T03:15:07.446599" elapsed="0.000423"/>
</if>
<if>
<branch type="IF" condition="&quot;${return_stderr}&quot;!=&quot;True&quot;">
<return>
<value>${stdout}</value>
<status status="NOT RUN" start="2026-05-16T03:15:07.447158" elapsed="0.000017"/>
</return>
<status status="NOT RUN" start="2026-05-16T03:15:07.447106" elapsed="0.000109"/>
</branch>
<status status="NOT RUN" start="2026-05-16T03:15:07.447083" elapsed="0.000161"/>
</if>
<return>
<value>${stdout}</value>
<value>${stderr}</value>
<status status="NOT RUN" start="2026-05-16T03:15:07.447286" elapsed="0.000018"/>
</return>
<kw name="Restore_Current_Ssh_Connection_From_Index" owner="SSHKeywords" type="TEARDOWN">
<kw name="Run Keyword And Return If" owner="BuiltIn">
<arg>${connection_index} is not None</arg>
<arg>SSHLibrary.Switch Connection</arg>
<arg>${connection_index}</arg>
<doc>Runs the specified keyword and returns from the enclosing user keyword.</doc>
<status status="PASS" start="2026-05-16T03:15:07.450962" elapsed="0.000475"/>
</kw>
<kw name="Open Connection" owner="SSHLibrary">
<arg>127.0.0.1</arg>
<doc>Opens a new SSH connection to the given ``host`` and ``port``.</doc>
<status status="PASS" start="2026-05-16T03:15:07.451643" elapsed="0.000226"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-05-16T03:15:07.452071" elapsed="0.000146"/>
</kw>
<arg>${current_ssh_connection.index}</arg>
<doc>Restore active SSH connection in SSHLibrary to given index.</doc>
<status status="PASS" start="2026-05-16T03:15:07.447737" elapsed="0.004554"/>
</kw>
<msg time="2026-05-16T03:15:07.452465" level="INFO">${output} = cbench: controller benchmarking tool
   running in mode 'throughput'
   connecting to controller at 10.30.171.169:6633 
   faking 16 switches with 1 threads :: 10 tests each; 60000 ms per test
   with...</msg>
<var>${output}</var>
<arg>${cbench_system}</arg>
<arg>${cbench_executable} -c ${ODL_SYSTEM_IP} ${cbench_args}</arg>
<arg>prompt_timeout=${test_timeout}</arg>
<arg>return_stdout=False</arg>
<arg>return_stderr=True</arg>
<doc>Reduces the common work of running a command on a remote system to a single higher level
robot keyword, taking care to log in with a public key and. The command given is written and the return value
depends on the passed argument values of return_stdout (default: True) and return_stderr (default: False).
At least one should be True, or the keyword will exit and FAIL. If both are True, the resulting return value
will be a two element list containing both. Otherwise the resulting return value is a string.
No test conditions are checked.</doc>
<status status="PASS" start="2026-05-16T03:05:00.754371" elapsed="606.698130"/>
</kw>
<status status="PASS" start="2026-05-16T03:05:00.754049" elapsed="606.698519"/>
</branch>
<status status="PASS" start="2026-05-16T03:05:00.753711" elapsed="606.698890"/>
</if>
<kw name="Log" owner="BuiltIn">
<msg time="2026-05-16T03:15:07.453242" level="INFO">cbench: controller benchmarking tool
   running in mode 'throughput'
   connecting to controller at 10.30.171.169: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.169. So far 1 cbench instances have initialized their switches.  Waiting for other cbench-instances
Thread-0: Total switches from ALL cbench-instances initialized.
03:06:06.487 16  switches: flows:  533813 526410 514104 526593 515704 518592 533555 525687 519203 505836 502771 520916 522460 503300 522302 513670  total = 138.415267 per ms 
03:07:06.588 16  switches: flows:  573206 565320 550947 562203 564014 567584 567993 552884 552446 542425 549839 553757 558597 547663 558562 551073  total = 148.391734 per ms 
03:08:06.694 16  switches: flows:  567453 579245 579505 580340 567624 575279 580069 576969 589974 584254 579126 566903 574465 582231 592894 569671  total = 153.834592 per ms 
03:09:06.795 16  switches: flows:  621867 627416 623661 635455 629778 638370 647007 625676 630824 626510 635858 614495 628422 619739 634082 626547  total = 167.481236 per ms 
03:10:06.897 16  switches: flows:  637699 637058 649180 635835 638234 644211 632620 629813 645672 637148 637640 651278 633368 654232 647906 654947  total = 170.823878 per ms 
03:11:06.999 16  switches: flows:  663311 669406 669697 657718 669994 661863 673516 658749 671410 676117 664603 664197 667746 663989 662358 663996  total = 177.345578 per ms 
03:12:07.101 16  switches: flows:  622684 625072 627119 620992 612839 618732 630316 618425 629023 625191 617860 628457 608857 631527 611770 619682  total = 165.528521 per ms 
03:13:07.203 16  switches: flows:  648540 641043 638608 638154 650753 634139 651184 648056 642008 634157 643830 650431 632087 644655 642684 645679  total = 171.141812 per ms 
03:14:07.305 16  switches: flows:  625532 630958 626879 634256 610005 618473 625749 621627 618058 630961 622076 634144 617465 640997 628426 628372  total = 166.621176 per ms 
03:15:07.406 16  switches: flows:  621493 631894 626256 626211 633907 631298 609925 622845 623790 619250 640493 631221 617753 621441 621703 624435  total = 166.451224 per ms 
RESULT: 16 switches 9 tests min/max/avg/stdev = 148391.73/177345.58/165291.08/55733.60 responses/s</msg>
<arg>${output}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-05-16T03:15:07.452796" elapsed="0.000548"/>
</kw>
<kw name="Should Contain" owner="BuiltIn">
<arg>${output}</arg>
<arg>RESULT</arg>
<doc>Fails if ``container`` does not contain ``item`` one or more times.</doc>
<status status="PASS" start="2026-05-16T03:15:07.453549" elapsed="0.000518"/>
</kw>
<kw name="Get Lines Containing String" owner="String">
<msg time="2026-05-16T03:15:07.454597" level="INFO">1 out of 23 lines matched.</msg>
<msg time="2026-05-16T03:15:07.454721" level="INFO">${result_line} = RESULT: 16 switches 9 tests min/max/avg/stdev = 148391.73/177345.58/165291.08/55733.60 responses/s</msg>
<var>${result_line}</var>
<arg>${output}</arg>
<arg>RESULT</arg>
<doc>Returns lines of the given ``string`` that contain the ``pattern``.</doc>
<status status="PASS" start="2026-05-16T03:15:07.454294" elapsed="0.000461"/>
</kw>
<kw name="Split String" owner="String">
<msg time="2026-05-16T03:15:07.455340" level="INFO">@{results_list} = [ RESULT: | 16 | switches | 9 | tests | min/max/avg/stdev | = | 148391.73/177345.58/165291.08/55733.60 | responses/s ]</msg>
<var>@{results_list}</var>
<arg>${result_line}</arg>
<doc>Splits the ``string`` using ``separator`` as a delimiter string.</doc>
<status status="PASS" start="2026-05-16T03:15:07.454987" elapsed="0.000389"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-05-16T03:15:07.458554" level="INFO">min/max/avg/stdev</msg>
<arg>${results_list[5]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-05-16T03:15:07.455576" elapsed="0.003035"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-05-16T03:15:07.461006" level="INFO">148391.73/177345.58/165291.08/55733.60</msg>
<arg>${results_list[7]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-05-16T03:15:07.458756" elapsed="0.002318"/>
</kw>
<kw name="Split String" owner="String">
<msg time="2026-05-16T03:15:07.463515" level="INFO">@{result_name_list} = [ min | max | avg | stdev ]</msg>
<var>@{result_name_list}</var>
<arg>${results_list[5]}</arg>
<arg>/</arg>
<doc>Splits the ``string`` using ``separator`` as a delimiter string.</doc>
<status status="PASS" start="2026-05-16T03:15:07.461226" elapsed="0.002319"/>
</kw>
<kw name="Split String" owner="String">
<msg time="2026-05-16T03:15:07.466054" level="INFO">@{result_value_list} = [ 148391.73 | 177345.58 | 165291.08 | 55733.60 ]</msg>
<var>@{result_value_list}</var>
<arg>${results_list[7]}</arg>
<arg>/</arg>
<doc>Splits the ``string`` using ``separator`` as a delimiter string.</doc>
<status status="PASS" start="2026-05-16T03:15:07.463737" elapsed="0.002345"/>
</kw>
<kw name="Get Length" owner="BuiltIn">
<msg time="2026-05-16T03:15:07.466552" level="INFO">Length is 4.</msg>
<msg time="2026-05-16T03:15:07.466645" level="INFO">${num_stats} = 4</msg>
<var>${num_stats}</var>
<arg>${result_name_list}</arg>
<doc>Returns and logs the length of the given item as an integer.</doc>
<status status="PASS" start="2026-05-16T03:15:07.466244" elapsed="0.000425"/>
</kw>
<for flavor="IN RANGE">
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-05-16T03:15:07.471336" level="INFO">min :: 148391.73</msg>
<arg>${result_name_list[${i}]} :: ${result_value_list[${i}]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-05-16T03:15:07.467073" elapsed="0.004319"/>
</kw>
<var name="${i}">0</var>
<status status="PASS" start="2026-05-16T03:15:07.466940" elapsed="0.004487"/>
</iter>
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-05-16T03:15:07.476386" level="INFO">max :: 177345.58</msg>
<arg>${result_name_list[${i}]} :: ${result_value_list[${i}]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-05-16T03:15:07.471644" elapsed="0.004839"/>
</kw>
<var name="${i}">1</var>
<status status="PASS" start="2026-05-16T03:15:07.471517" elapsed="0.005037"/>
</iter>
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-05-16T03:15:07.482958" level="INFO">avg :: 165291.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-05-16T03:15:07.476910" elapsed="0.006108"/>
</kw>
<var name="${i}">2</var>
<status status="PASS" start="2026-05-16T03:15:07.476722" elapsed="0.006330"/>
</iter>
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-05-16T03:15:07.487665" level="INFO">stdev :: 55733.60</msg>
<arg>${result_name_list[${i}]} :: ${result_value_list[${i}]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-05-16T03:15:07.483299" elapsed="0.004423"/>
</kw>
<var name="${i}">3</var>
<status status="PASS" start="2026-05-16T03:15:07.483141" elapsed="0.004623"/>
</iter>
<var>${i}</var>
<value>0</value>
<value>${num_stats}</value>
<status status="PASS" start="2026-05-16T03:15:07.466738" elapsed="0.021065"/>
</for>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-05-16T03:15:07.492047" level="INFO">${min} = 148391.73</msg>
<var>${min}</var>
<arg>${result_value_list[${0}]}</arg>
<doc>Returns the given values which can then be assigned to a variables.</doc>
<status status="PASS" start="2026-05-16T03:15:07.487989" elapsed="0.004101"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-05-16T03:15:07.497001" level="INFO">${max} = 177345.58</msg>
<var>${max}</var>
<arg>${result_value_list[${1}]}</arg>
<doc>Returns the given values which can then be assigned to a variables.</doc>
<status status="PASS" start="2026-05-16T03:15:07.492327" elapsed="0.004704"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-05-16T03:15:07.501100" level="INFO">${average} = 165291.08</msg>
<var>${average}</var>
<arg>${result_value_list[${2}]}</arg>
<doc>Returns the given values which can then be assigned to a variables.</doc>
<status status="PASS" start="2026-05-16T03:15:07.497255" elapsed="0.003875"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-05-16T03:15:07.506015" level="INFO">${stdev} = 55733.60</msg>
<var>${stdev}</var>
<arg>${result_value_list[${3}]}</arg>
<doc>Returns the given values which can then be assigned to a variables.</doc>
<status status="PASS" start="2026-05-16T03:15:07.501285" elapsed="0.004769"/>
</kw>
<kw name="Get Time" owner="BuiltIn">
<msg time="2026-05-16T03:15:07.507062" level="INFO">${date} = 2026-05-16 03:15:07</msg>
<var>${date}</var>
<arg>d,m,s</arg>
<doc>Returns the given time in the requested format.</doc>
<status status="PASS" start="2026-05-16T03:15:07.506362" elapsed="0.000755"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-05-16T03:15:07.508279" level="INFO">CBench Result: 2026-05-16 03:15:07,-t -m 60000 -M 100 -S 16 -l 10 -D 5000 -p 6633,148391.73,177345.58,165291.08,55733.60</msg>
<arg>CBench Result: ${date},${cbench_args},${min},${max},${average},${stdev}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-05-16T03:15:07.507415" elapsed="0.000975"/>
</kw>
<kw name="Log Results And Determine Status">
<kw name="Append To File" owner="OperatingSystem">
<msg time="2026-05-16T03:15:07.510347" level="INFO" html="true">Appended to file '&lt;a href="file:///w/workspace/openflowplugin-csit-1node-cbench-only-vanadium/throughput.csv"&gt;/w/workspace/openflowplugin-csit-1node-cbench-only-vanadium/throughput.csv&lt;/a&gt;'.</msg>
<arg>${output_file}</arg>
<arg>${min},${max},${average}\n</arg>
<doc>Appends the given content to the specified file.</doc>
<status status="PASS" start="2026-05-16T03:15:07.509691" elapsed="0.000746"/>
</kw>
<kw name="Should Be True" owner="BuiltIn">
<arg>${average} &gt; ${threshold}</arg>
<arg>${average} flow_mods per/sec did not exceed threshold of ${threshold}</arg>
<doc>Fails if the given condition is not true.</doc>
<status status="PASS" start="2026-05-16T03:15:07.510605" elapsed="0.000509"/>
</kw>
<arg>${min}</arg>
<arg>${max}</arg>
<arg>${average}</arg>
<arg>${average_threshold}</arg>
<arg>${output_filename}</arg>
<status status="PASS" start="2026-05-16T03:15:07.508683" elapsed="0.002518"/>
</kw>
<arg>-t -m ${duration_in_ms} -M ${num_of_unique_macs} -S ${switch_count} -l ${loops} -D ${start_delay} -p ${of_port}</arg>
<arg>${throughput_threshold}</arg>
<arg>${throughput_results_file}</arg>
<status status="PASS" start="2026-05-16T03:05:00.752649" elapsed="606.758642"/>
</kw>
<kw name="Sleep" owner="BuiltIn">
<msg time="2026-05-16T03:15:07.511859" level="INFO">Slept 0 seconds.</msg>
<arg>${test_delay}</arg>
<doc>Pauses the test executed for the given time.</doc>
<status status="PASS" start="2026-05-16T03:15:07.511499" elapsed="0.000420"/>
</kw>
<kw name="Log Results As Zero If Cbench Timed Out" type="TEARDOWN">
<kw name="Run Keyword If Timeout Occurred" owner="BuiltIn">
<arg>Log Results And Determine Status</arg>
<arg>0</arg>
<arg>0</arg>
<arg>0</arg>
<arg>0</arg>
<arg>${output_filename}</arg>
<doc>Runs the given keyword if either a test or a keyword timeout has occurred.</doc>
<status status="PASS" start="2026-05-16T03:15:07.512467" elapsed="0.000276"/>
</kw>
<status status="PASS" start="2026-05-16T03:15:07.512159" elapsed="0.000666"/>
</kw>
<doc>cbench executed in throughput mode (-t). Test parameters have defaults, but can be overridden
on the pybot command line</doc>
<tag>cbench</tag>
<tag>throughput</tag>
<timeout value="15 minutes"/>
<status status="PASS" start="2026-05-16T03:05:00.751270" elapsed="606.761595"/>
</test>
<test id="s1-t3" name="Rerun Latency Test To Check Bug 6176" line="65">
<kw name="Log" owner="BuiltIn">
<msg time="2026-05-16T03:15:07.514387" level="INFO">Cbench tests using 10 iterations of 60 second tests. Switch Count: 16. Unique MACS to cycle: 100</msg>
<arg>Cbench tests using ${loops} iterations of ${duration_in_secs} second tests. Switch Count: ${switch_count}. Unique MACS to cycle: ${num_of_unique_macs}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-05-16T03:15:07.513713" elapsed="0.000733"/>
</kw>
<kw name="Run Cbench And Log Results">
<kw name="Set Suite Variable" owner="BuiltIn">
<msg time="2026-05-16T03:15:07.515685" level="INFO">${output_filename} = bug.csv</msg>
<arg>${output_filename}</arg>
<doc>Makes a variable available everywhere within the scope of the current suite.</doc>
<status status="PASS" start="2026-05-16T03:15:07.515352" elapsed="0.000375"/>
</kw>
<if>
<branch type="IF" condition="&quot;${cbench_system}&quot; == &quot;localhost&quot;">
<kw name="Run" owner="OperatingSystem">
<var>${output}</var>
<arg>${cbench_executable} -c ${ODL_SYSTEM_IP} ${cbench_args}</arg>
<doc>_This keyword is considered deprecated. Use the
[http://robotframework.org/robotframework/latest/libraries/Process.html|
Process] library instead._</doc>
<status status="NOT RUN" start="2026-05-16T03:15:07.516106" elapsed="0.000025"/>
</kw>
<status status="NOT RUN" start="2026-05-16T03:15:07.515862" elapsed="0.000308"/>
</branch>
<branch type="ELSE">
<kw name="Run Command On Remote System" owner="Utils">
<if>
<branch type="IF" condition="&quot;${return_stdout}&quot;!=&quot;True&quot; and &quot;${return_stderr}&quot;!=&quot;True&quot;">
<kw name="Fail" owner="BuiltIn">
<arg>At least one of {return_stdout} or {return_stderr} args should be set to True</arg>
<doc>Fails the test with the given message and optionally alters its tags.</doc>
<status status="NOT RUN" start="2026-05-16T03:15:07.519276" elapsed="0.000022"/>
</kw>
<status status="NOT RUN" start="2026-05-16T03:15:07.519006" elapsed="0.000327"/>
</branch>
<status status="PASS" start="2026-05-16T03:15:07.518844" elapsed="0.000512"/>
</if>
<kw name="Get Connection" owner="SSHLibrary">
<msg time="2026-05-16T03:15:07.519731" level="INFO">index=None
host=None
alias=None
port=22
timeout=3 seconds
newline=

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

prompt=None
term_type=vt100
width=80
height=24
path_separator=/
encoding=utf8
escape_ansi=False
encoding_errors=strict</msg>
<var>${current_ssh_connection}</var>
<doc>Returns information about the connection.</doc>
<status status="PASS" start="2026-05-16T03:15:07.519489" elapsed="0.000555"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-05-16T03:15:07.520653" level="INFO">Attempting to execute command "/usr/local/bin/cbench -c 10.30.171.169 -m 60000 -M 100 -S 16 -l 10 -D 5000 -p 6633" on remote system "10.30.171.31" by user "jenkins" with keyfile pass "any" and prompt "&gt;" and password ""</msg>
<arg>Attempting to execute command "${cmd}" on remote system "${system}" by user "${user}" with keyfile pass "${keyfile_pass}" and prompt "${prompt}" and password "${password}"</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-05-16T03:15:07.520227" elapsed="0.000485"/>
</kw>
<kw name="Open Connection" owner="SSHLibrary">
<msg time="2026-05-16T03:15:07.521308" level="INFO">${conn_id} = 9</msg>
<var>${conn_id}</var>
<arg>${system}</arg>
<arg>prompt=${prompt}</arg>
<arg>timeout=${prompt_timeout}</arg>
<doc>Opens a new SSH connection to the given ``host`` and ``port``.</doc>
<status status="PASS" start="2026-05-16T03:15:07.520853" elapsed="0.000483"/>
</kw>
<kw name="Flexible_SSH_Login" owner="SSHKeywords">
<kw name="Get Length" owner="BuiltIn">
<msg time="2026-05-16T03:15:07.522417" level="INFO">Length is 0.</msg>
<msg time="2026-05-16T03:15:07.522510" level="INFO">${pwd_length} = 0</msg>
<var>${pwd_length}</var>
<arg>${password}</arg>
<doc>Returns and logs the length of the given item as an integer.</doc>
<status status="PASS" start="2026-05-16T03:15:07.521909" elapsed="0.000626"/>
</kw>
<kw name="Run Keyword And Return If" owner="BuiltIn">
<arg>${pwd_length} &gt; 0</arg>
<arg>SSHLibrary.Login</arg>
<arg>${user}</arg>
<arg>${password}</arg>
<arg>delay=${delay}</arg>
<doc>Runs the specified keyword and returns from the enclosing user keyword.</doc>
<status status="PASS" start="2026-05-16T03:15:07.522678" elapsed="0.000338"/>
</kw>
<kw name="Run Keyword And Return" owner="BuiltIn">
<kw name="Login With Public Key" owner="SSHLibrary">
<msg time="2026-05-16T03:15:07.523875" level="INFO">Logging into '10.30.171.31:22' as 'jenkins'.</msg>
<msg time="2026-05-16T03:15:08.149526" level="INFO">Read output: Welcome to Ubuntu 22.04.5 LTS (GNU/Linux 5.15.0-153-generic x86_64)

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

 System information as of Sat May 16 03:15:07 UTC 2026

  System load:  0.3                Processes:             103
  Usage of /:   19.3% of 38.58GB   Users logged in:       0
  Memory usage: 4%                 IPv4 address for ens3: 10.30.171.31
  Swap usage:   0%


Expanded Security Maintenance for Applications is not enabled.

0 updates can be applied immediately.

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


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


Last login: Sat May 16 03:05:01 2026 from 10.30.171.84
[?2004h[jenkins@releng-63164-246-1-mininet-ovs-217-0 ~]&gt;</msg>
<arg>${user}</arg>
<arg>${USER_HOME}/.ssh/${SSH_KEY}</arg>
<arg>${KEYFILE_PASS}</arg>
<arg>delay=${delay}</arg>
<doc>Logs into the SSH server using key-based authentication.</doc>
<status status="PASS" start="2026-05-16T03:15:07.523517" elapsed="0.626213"/>
</kw>
<msg time="2026-05-16T03:15:08.149815" level="INFO">Returning from the enclosing user keyword.</msg>
<arg>SSHLibrary.Login With Public Key</arg>
<arg>${user}</arg>
<arg>${USER_HOME}/.ssh/${SSH_KEY}</arg>
<arg>${KEYFILE_PASS}</arg>
<arg>delay=${delay}</arg>
<doc>Runs the specified keyword and returns from the enclosing user keyword.</doc>
<status status="PASS" start="2026-05-16T03:15:07.523169" elapsed="0.626779"/>
</kw>
<arg>${user}</arg>
<arg>${password}</arg>
<doc>On active SSH session: if given non-empty password, do Login, else do Login With Public Key.</doc>
<status status="PASS" start="2026-05-16T03:15:07.521537" elapsed="0.628541"/>
</kw>
<kw name="Execute Command" owner="SSHLibrary">
<msg time="2026-05-16T03:15:08.150600" level="INFO">Executing command '/usr/local/bin/cbench -c 10.30.171.169 -m 60000 -M 100 -S 16 -l 10 -D 5000 -p 6633'.</msg>
<msg time="2026-05-16T03:25:14.232863" level="INFO">Command exited with return code 0.</msg>
<msg time="2026-05-16T03:25:14.233281" level="INFO">${stdout} = </msg>
<msg time="2026-05-16T03:25:14.233347" level="INFO">${stderr} = cbench: controller benchmarking tool
   running in mode 'latency'
   connecting to controller at 10.30.171.169:6633 
   faking 16 switches with 1 threads :: 10 tests each; 60000 ms per test
   with 10...</msg>
<var>${stdout}</var>
<var>${stderr}</var>
<arg>${cmd}</arg>
<arg>return_stderr=True</arg>
<doc>Executes ``command`` on the remote machine and returns its outputs.</doc>
<status status="PASS" start="2026-05-16T03:15:08.150299" elapsed="606.083084"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-05-16T03:25:14.233717" elapsed="0.000506"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-05-16T03:25:14.234978" level="INFO">cbench: controller benchmarking tool
   running in mode 'latency'
   connecting to controller at 10.30.171.169: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.169. So far 1 cbench instances have initialized their switches.  Waiting for other cbench-instances
Thread-0: Total switches from ALL cbench-instances initialized.
03:16:13.265 16  switches: flows:  114438 114192 114971 113783 113277 110627 111639 114048 111153 109780 112374 109878 111010 107679 110517 111576  total = 29.849033 per ms 
03:17:13.368 16  switches: flows:  111178 110828 109672 109414 109635 108205 110884 109385 107167 106284 107975 106327 107328 105567 107550 108482  total = 28.882931 per ms 
03:18:13.470 16  switches: flows:  127184 124407 122442 123166 124190 118530 120940 120488 118108 116985 119636 119589 117622 120023 119973 120026  total = 32.168113 per ms 
03:19:13.571 16  switches: flows:  126818 125000 120803 120676 124252 118626 120529 120378 117147 116446 118058 117256 116422 117875 118626 118845  total = 31.909358 per ms 
03:20:13.672 16  switches: flows:  110951 110843 110367 108715 109097 108066 107983 108718 106637 105009 108265 106526 104681 106312 106575 107298  total = 28.719471 per ms 
03:21:13.773 16  switches: flows:  123454 123230 127306 122070 122429 121092 124604 124645 121626 119891 119924 123056 121181 119727 120382 119575  total = 32.515561 per ms 
03:22:13.874 16  switches: flows:  122003 119928 123721 117372 119258 117532 119437 122976 120260 116933 114752 119407 117697 117282 116449 114777  total = 31.610303 per ms 
03:23:13.974 16  switches: flows:  124437 123455 126607 120952 122785 119379 123394 124481 122179 119911 118484 121261 120425 118264 121417 118171  total = 32.372658 per ms 
03:24:14.075 16  switches: flows:  124035 123795 125253 120707 122733 119442 122929 124780 121087 119654 117571 120837 120571 118274 119124 120202  total = 32.295948 per ms 
03:25:14.176 16  switches: flows:  123976 125531 127815 123070 121900 120498 125255 123017 120860 121369 119542 123411 120704 121216 121809 118705  total = 32.590198 per ms 
RESULT: 16 switches 9 tests min/max/avg/stdev = 28719.47/32590.20/31451.62/10583.03 responses/s</msg>
<arg>${stderr}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-05-16T03:25:14.234463" elapsed="0.000723"/>
</kw>
<if>
<branch type="IF" condition="&quot;${return_stdout}&quot;!=&quot;True&quot;">
<return>
<value>${stderr}</value>
<status status="PASS" start="2026-05-16T03:25:14.235520" elapsed="0.000054"/>
</return>
<status status="PASS" start="2026-05-16T03:25:14.235317" elapsed="0.000309"/>
</branch>
<status status="PASS" start="2026-05-16T03:25:14.235273" elapsed="0.000389"/>
</if>
<if>
<branch type="IF" condition="&quot;${return_stderr}&quot;!=&quot;True&quot;">
<return>
<value>${stdout}</value>
<status status="NOT RUN" start="2026-05-16T03:25:14.235793" elapsed="0.000017"/>
</return>
<status status="NOT RUN" start="2026-05-16T03:25:14.235742" elapsed="0.000106"/>
</branch>
<status status="NOT RUN" start="2026-05-16T03:25:14.235720" elapsed="0.000158"/>
</if>
<return>
<value>${stdout}</value>
<value>${stderr}</value>
<status status="NOT RUN" start="2026-05-16T03:25:14.235921" elapsed="0.000038"/>
</return>
<kw name="Restore_Current_Ssh_Connection_From_Index" owner="SSHKeywords" type="TEARDOWN">
<kw name="Run Keyword And Return If" owner="BuiltIn">
<arg>${connection_index} is not None</arg>
<arg>SSHLibrary.Switch Connection</arg>
<arg>${connection_index}</arg>
<doc>Runs the specified keyword and returns from the enclosing user keyword.</doc>
<status status="PASS" start="2026-05-16T03:25:14.239448" elapsed="0.000467"/>
</kw>
<kw name="Open Connection" owner="SSHLibrary">
<arg>127.0.0.1</arg>
<doc>Opens a new SSH connection to the given ``host`` and ``port``.</doc>
<status status="PASS" start="2026-05-16T03:25:14.240166" elapsed="0.000226"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-05-16T03:25:14.240574" elapsed="0.000136"/>
</kw>
<arg>${current_ssh_connection.index}</arg>
<doc>Restore active SSH connection in SSHLibrary to given index.</doc>
<status status="PASS" start="2026-05-16T03:25:14.236383" elapsed="0.004402"/>
</kw>
<msg time="2026-05-16T03:25:14.240983" level="INFO">${output} = cbench: controller benchmarking tool
   running in mode 'latency'
   connecting to controller at 10.30.171.169:6633 
   faking 16 switches with 1 threads :: 10 tests each; 60000 ms per test
   with 10...</msg>
<var>${output}</var>
<arg>${cbench_system}</arg>
<arg>${cbench_executable} -c ${ODL_SYSTEM_IP} ${cbench_args}</arg>
<arg>prompt_timeout=${test_timeout}</arg>
<arg>return_stdout=False</arg>
<arg>return_stderr=True</arg>
<doc>Reduces the common work of running a command on a remote system to a single higher level
robot keyword, taking care to log in with a public key and. The command given is written and the return value
depends on the passed argument values of return_stdout (default: True) and return_stderr (default: False).
At least one should be True, or the keyword will exit and FAIL. If both are True, the resulting return value
will be a two element list containing both. Otherwise the resulting return value is a string.
No test conditions are checked.</doc>
<status status="PASS" start="2026-05-16T03:15:07.516515" elapsed="606.724507"/>
</kw>
<status status="PASS" start="2026-05-16T03:15:07.516196" elapsed="606.724894"/>
</branch>
<status status="PASS" start="2026-05-16T03:15:07.515837" elapsed="606.725286"/>
</if>
<kw name="Log" owner="BuiltIn">
<msg time="2026-05-16T03:25:14.241725" level="INFO">cbench: controller benchmarking tool
   running in mode 'latency'
   connecting to controller at 10.30.171.169: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.169. So far 1 cbench instances have initialized their switches.  Waiting for other cbench-instances
Thread-0: Total switches from ALL cbench-instances initialized.
03:16:13.265 16  switches: flows:  114438 114192 114971 113783 113277 110627 111639 114048 111153 109780 112374 109878 111010 107679 110517 111576  total = 29.849033 per ms 
03:17:13.368 16  switches: flows:  111178 110828 109672 109414 109635 108205 110884 109385 107167 106284 107975 106327 107328 105567 107550 108482  total = 28.882931 per ms 
03:18:13.470 16  switches: flows:  127184 124407 122442 123166 124190 118530 120940 120488 118108 116985 119636 119589 117622 120023 119973 120026  total = 32.168113 per ms 
03:19:13.571 16  switches: flows:  126818 125000 120803 120676 124252 118626 120529 120378 117147 116446 118058 117256 116422 117875 118626 118845  total = 31.909358 per ms 
03:20:13.672 16  switches: flows:  110951 110843 110367 108715 109097 108066 107983 108718 106637 105009 108265 106526 104681 106312 106575 107298  total = 28.719471 per ms 
03:21:13.773 16  switches: flows:  123454 123230 127306 122070 122429 121092 124604 124645 121626 119891 119924 123056 121181 119727 120382 119575  total = 32.515561 per ms 
03:22:13.874 16  switches: flows:  122003 119928 123721 117372 119258 117532 119437 122976 120260 116933 114752 119407 117697 117282 116449 114777  total = 31.610303 per ms 
03:23:13.974 16  switches: flows:  124437 123455 126607 120952 122785 119379 123394 124481 122179 119911 118484 121261 120425 118264 121417 118171  total = 32.372658 per ms 
03:24:14.075 16  switches: flows:  124035 123795 125253 120707 122733 119442 122929 124780 121087 119654 117571 120837 120571 118274 119124 120202  total = 32.295948 per ms 
03:25:14.176 16  switches: flows:  123976 125531 127815 123070 121900 120498 125255 123017 120860 121369 119542 123411 120704 121216 121809 118705  total = 32.590198 per ms 
RESULT: 16 switches 9 tests min/max/avg/stdev = 28719.47/32590.20/31451.62/10583.03 responses/s</msg>
<arg>${output}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-05-16T03:25:14.241326" elapsed="0.000501"/>
</kw>
<kw name="Should Contain" owner="BuiltIn">
<arg>${output}</arg>
<arg>RESULT</arg>
<doc>Fails if ``container`` does not contain ``item`` one or more times.</doc>
<status status="PASS" start="2026-05-16T03:25:14.242083" elapsed="0.000514"/>
</kw>
<kw name="Get Lines Containing String" owner="String">
<msg time="2026-05-16T03:25:14.243147" level="INFO">1 out of 23 lines matched.</msg>
<msg time="2026-05-16T03:25:14.243271" level="INFO">${result_line} = RESULT: 16 switches 9 tests min/max/avg/stdev = 28719.47/32590.20/31451.62/10583.03 responses/s</msg>
<var>${result_line}</var>
<arg>${output}</arg>
<arg>RESULT</arg>
<doc>Returns lines of the given ``string`` that contain the ``pattern``.</doc>
<status status="PASS" start="2026-05-16T03:25:14.242821" elapsed="0.000483"/>
</kw>
<kw name="Split String" owner="String">
<msg time="2026-05-16T03:25:14.243867" level="INFO">@{results_list} = [ RESULT: | 16 | switches | 9 | tests | min/max/avg/stdev | = | 28719.47/32590.20/31451.62/10583.03 | responses/s ]</msg>
<var>@{results_list}</var>
<arg>${result_line}</arg>
<doc>Splits the ``string`` using ``separator`` as a delimiter string.</doc>
<status status="PASS" start="2026-05-16T03:25:14.243516" elapsed="0.000387"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-05-16T03:25:14.247346" level="INFO">min/max/avg/stdev</msg>
<arg>${results_list[5]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-05-16T03:25:14.244125" elapsed="0.003302"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-05-16T03:25:14.251053" level="INFO">28719.47/32590.20/31451.62/10583.03</msg>
<arg>${results_list[7]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-05-16T03:25:14.247631" elapsed="0.003483"/>
</kw>
<kw name="Split String" owner="String">
<msg time="2026-05-16T03:25:14.253536" level="INFO">@{result_name_list} = [ min | max | avg | stdev ]</msg>
<var>@{result_name_list}</var>
<arg>${results_list[5]}</arg>
<arg>/</arg>
<doc>Splits the ``string`` using ``separator`` as a delimiter string.</doc>
<status status="PASS" start="2026-05-16T03:25:14.251289" elapsed="0.002274"/>
</kw>
<kw name="Split String" owner="String">
<msg time="2026-05-16T03:25:14.255984" level="INFO">@{result_value_list} = [ 28719.47 | 32590.20 | 31451.62 | 10583.03 ]</msg>
<var>@{result_value_list}</var>
<arg>${results_list[7]}</arg>
<arg>/</arg>
<doc>Splits the ``string`` using ``separator`` as a delimiter string.</doc>
<status status="PASS" start="2026-05-16T03:25:14.253758" elapsed="0.002253"/>
</kw>
<kw name="Get Length" owner="BuiltIn">
<msg time="2026-05-16T03:25:14.256471" level="INFO">Length is 4.</msg>
<msg time="2026-05-16T03:25:14.256557" level="INFO">${num_stats} = 4</msg>
<var>${num_stats}</var>
<arg>${result_name_list}</arg>
<doc>Returns and logs the length of the given item as an integer.</doc>
<status status="PASS" start="2026-05-16T03:25:14.256169" elapsed="0.000411"/>
</kw>
<for flavor="IN RANGE">
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-05-16T03:25:14.261268" level="INFO">min :: 28719.47</msg>
<arg>${result_name_list[${i}]} :: ${result_value_list[${i}]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-05-16T03:25:14.256977" elapsed="0.004353"/>
</kw>
<var name="${i}">0</var>
<status status="PASS" start="2026-05-16T03:25:14.256832" elapsed="0.004533"/>
</iter>
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-05-16T03:25:14.265855" level="INFO">max :: 32590.20</msg>
<arg>${result_name_list[${i}]} :: ${result_value_list[${i}]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-05-16T03:25:14.261580" elapsed="0.004330"/>
</kw>
<var name="${i}">1</var>
<status status="PASS" start="2026-05-16T03:25:14.261453" elapsed="0.004506"/>
</iter>
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-05-16T03:25:14.270457" level="INFO">avg :: 31451.62</msg>
<arg>${result_name_list[${i}]} :: ${result_value_list[${i}]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-05-16T03:25:14.266184" elapsed="0.004329"/>
</kw>
<var name="${i}">2</var>
<status status="PASS" start="2026-05-16T03:25:14.266058" elapsed="0.004489"/>
</iter>
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-05-16T03:25:14.275217" level="INFO">stdev :: 10583.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-05-16T03:25:14.270757" elapsed="0.004516"/>
</kw>
<var name="${i}">3</var>
<status status="PASS" start="2026-05-16T03:25:14.270630" elapsed="0.004678"/>
</iter>
<var>${i}</var>
<value>0</value>
<value>${num_stats}</value>
<status status="PASS" start="2026-05-16T03:25:14.256647" elapsed="0.018691"/>
</for>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-05-16T03:25:14.279245" level="INFO">${min} = 28719.47</msg>
<var>${min}</var>
<arg>${result_value_list[${0}]}</arg>
<doc>Returns the given values which can then be assigned to a variables.</doc>
<status status="PASS" start="2026-05-16T03:25:14.275497" elapsed="0.003775"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-05-16T03:25:14.283307" level="INFO">${max} = 32590.20</msg>
<var>${max}</var>
<arg>${result_value_list[${1}]}</arg>
<doc>Returns the given values which can then be assigned to a variables.</doc>
<status status="PASS" start="2026-05-16T03:25:14.279426" elapsed="0.003908"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-05-16T03:25:14.287274" level="INFO">${average} = 31451.62</msg>
<var>${average}</var>
<arg>${result_value_list[${2}]}</arg>
<doc>Returns the given values which can then be assigned to a variables.</doc>
<status status="PASS" start="2026-05-16T03:25:14.283487" elapsed="0.003814"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-05-16T03:25:14.291200" level="INFO">${stdev} = 10583.03</msg>
<var>${stdev}</var>
<arg>${result_value_list[${3}]}</arg>
<doc>Returns the given values which can then be assigned to a variables.</doc>
<status status="PASS" start="2026-05-16T03:25:14.287456" elapsed="0.003778"/>
</kw>
<kw name="Get Time" owner="BuiltIn">
<msg time="2026-05-16T03:25:14.291745" level="INFO">${date} = 2026-05-16 03:25:14</msg>
<var>${date}</var>
<arg>d,m,s</arg>
<doc>Returns the given time in the requested format.</doc>
<status status="PASS" start="2026-05-16T03:25:14.291400" elapsed="0.000371"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-05-16T03:25:14.292485" level="INFO">CBench Result: 2026-05-16 03:25:14,-m 60000 -M 100 -S 16 -l 10 -D 5000 -p 6633,28719.47,32590.20,31451.62,10583.03</msg>
<arg>CBench Result: ${date},${cbench_args},${min},${max},${average},${stdev}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-05-16T03:25:14.291961" elapsed="0.000600"/>
</kw>
<kw name="Log Results And Determine Status">
<kw name="Append To File" owner="OperatingSystem">
<msg time="2026-05-16T03:25:14.293840" level="INFO" html="true">Appended to file '&lt;a href="file:///w/workspace/openflowplugin-csit-1node-cbench-only-vanadium/bug.csv"&gt;/w/workspace/openflowplugin-csit-1node-cbench-only-vanadium/bug.csv&lt;/a&gt;'.</msg>
<arg>${output_file}</arg>
<arg>${min},${max},${average}\n</arg>
<doc>Appends the given content to the specified file.</doc>
<status status="PASS" start="2026-05-16T03:25:14.293353" elapsed="0.000555"/>
</kw>
<kw name="Should Be True" owner="BuiltIn">
<arg>${average} &gt; ${threshold}</arg>
<arg>${average} flow_mods per/sec did not exceed threshold of ${threshold}</arg>
<doc>Fails if the given condition is not true.</doc>
<status status="PASS" start="2026-05-16T03:25:14.294119" elapsed="0.000472"/>
</kw>
<arg>${min}</arg>
<arg>${max}</arg>
<arg>${average}</arg>
<arg>${average_threshold}</arg>
<arg>${output_filename}</arg>
<status status="PASS" start="2026-05-16T03:25:14.292737" elapsed="0.001919"/>
</kw>
<arg>-m ${duration_in_ms} -M ${num_of_unique_macs} -S ${switch_count} -l ${loops} -D ${start_delay} -p ${of_port}</arg>
<arg>${latency_threshold}</arg>
<arg>bug.csv</arg>
<status status="PASS" start="2026-05-16T03:15:07.514772" elapsed="606.779943"/>
</kw>
<kw name="Sleep" owner="BuiltIn">
<msg time="2026-05-16T03:25:14.295195" level="INFO">Slept 0 seconds.</msg>
<arg>${test_delay}</arg>
<doc>Pauses the test executed for the given time.</doc>
<status status="PASS" start="2026-05-16T03:25:14.294863" elapsed="0.000393"/>
</kw>
<kw name="Report Failure Due To Bug" owner="Utils" type="TEARDOWN">
<kw name="Evaluate" owner="BuiltIn">
<msg time="2026-05-16T03:25:14.296476" level="INFO">${test_skipped} = False</msg>
<var>${test_skipped}</var>
<arg>len(re.findall('SKIPPED', """${TEST_MESSAGE}""")) &gt; 0</arg>
<arg>modules=re</arg>
<doc>Evaluates the given expression in Python and returns the result.</doc>
<status status="PASS" start="2026-05-16T03:25:14.295992" elapsed="0.000511"/>
</kw>
<if>
<branch type="IF" condition="('${TEST_STATUS}' != 'FAIL') or ${test_skipped}">
<return>
<status status="PASS" start="2026-05-16T03:25:14.296725" elapsed="0.000030"/>
</return>
<status status="PASS" start="2026-05-16T03:25:14.296578" elapsed="0.000209"/>
</branch>
<status status="PASS" start="2026-05-16T03:25:14.296559" elapsed="0.000253"/>
</if>
<kw name="Comment" owner="BuiltIn">
<arg>Jira tickets are {PROJECT}-{NUMBER} while Bugzilla tickets are {NUMBER}</arg>
<doc>Displays the given messages in the log file as keyword arguments.</doc>
<status status="NOT RUN" start="2026-05-16T03:25:14.296971" elapsed="0.000023"/>
</kw>
<kw name="Run Keyword And Return Status" owner="BuiltIn">
<var>${match}</var>
<arg>Should Contain</arg>
<arg>${number}</arg>
<arg>-</arg>
<doc>Runs the specified keyword and returns the status as a Boolean value.</doc>
<status status="NOT RUN" start="2026-05-16T03:25:14.297167" elapsed="0.000022"/>
</kw>
<kw name="Set Variable If" owner="BuiltIn">
<var>${bug_url}</var>
<arg>${match}</arg>
<arg>https://jira.opendaylight.org/browse/${number}</arg>
<arg>https://bugs.opendaylight.org/show_bug.cgi?id=${number}</arg>
<doc>Sets variable based on the given condition.</doc>
<status status="NOT RUN" start="2026-05-16T03:25:14.297332" elapsed="0.000020"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<var>${msg}</var>
<arg>This test fails due to ${bug_url}</arg>
<doc>Returns the given values which can then be assigned to a variables.</doc>
<status status="NOT RUN" start="2026-05-16T03:25:14.297528" elapsed="0.000021"/>
</kw>
<kw name="Evaluate" owner="BuiltIn">
<var>${newline}</var>
<arg>chr(10)</arg>
<doc>Evaluates the given expression in Python and returns the result.</doc>
<status status="NOT RUN" start="2026-05-16T03:25:14.297682" elapsed="0.000021"/>
</kw>
<kw name="Set Test Message" owner="BuiltIn">
<arg>${msg}${newline}${newline}${TEST_MESSAGE}</arg>
<doc>Sets message for the current test case.</doc>
<status status="NOT RUN" start="2026-05-16T03:25:14.297832" elapsed="0.000020"/>
</kw>
<kw name="Log" owner="BuiltIn">
<arg>${msg}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="NOT RUN" start="2026-05-16T03:25:14.298015" elapsed="0.000024"/>
</kw>
<if>
<branch type="IF" condition="&quot;${include_bug_in_tags}&quot;==&quot;True&quot;">
<kw name="Set Tags" owner="BuiltIn">
<arg>${bug_url}</arg>
<doc>Adds given ``tags`` for the current test or all tests in a suite.</doc>
<status status="NOT RUN" start="2026-05-16T03:25:14.298266" elapsed="0.000020"/>
</kw>
<status status="NOT RUN" start="2026-05-16T03:25:14.298111" elapsed="0.000209"/>
</branch>
<status status="NOT RUN" start="2026-05-16T03:25:14.298092" elapsed="0.000251"/>
</if>
<arg>6176</arg>
<doc>Report that a test failed due to a known Bugzilla bug whose
number is provided as an argument.
Not FAILED (incl. SKIPPED) test are not reported.
This keyword must be used in the [Teardown] setting of the affected test
or as the first line of the test if FastFail module is not being
used. It reports the URL of the bug on console and also puts it
into the Robot log file.</doc>
<status status="PASS" start="2026-05-16T03:25:14.295636" elapsed="0.002759"/>
</kw>
<doc>cbench executed in latency mode to see if controller is healthy</doc>
<tag>cbench</tag>
<tag>latency</tag>
<timeout value="15 minutes"/>
<status status="PASS" start="2026-05-16T03:15:07.513204" elapsed="606.785239"/>
</test>
<doc>Cbench Latency and Throughput tests can be run from an external
cbench.
If cbench is run with a medium number of switches or higher (e.g. 32+)
the normal openflow operations seem to break.
BUG: https://bugs.opendaylight.org/show_bug.cgi?id=2897</doc>
<status status="PASS" start="2026-05-16T02:54:51.538441" elapsed="1822.760616"/>
</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>
