<?xml version="1.0" encoding="UTF-8"?>
<robot generator="Robot 7.4.2 (Python 3.11.10 on linux)" generated="2026-06-11T00:46:56.320040" 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-06-11T00:46:56.928016" elapsed="0.000025"/>
</return>
<status status="NOT RUN" start="2026-06-11T00:46:56.927866" elapsed="0.000230"/>
</branch>
<status status="PASS" start="2026-06-11T00:46:56.927834" elapsed="0.000289"/>
</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-06-11T00:46:56.928270" elapsed="0.000552"/>
</kw>
<kw name="Login" owner="SSHLibrary">
<msg time="2026-06-11T00:46:56.929304" level="INFO">Logging into '10.30.170.78:8101' as 'karaf'.</msg>
<msg time="2026-06-11T00:46:57.915976" 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-06-11T00:46:56.929000" elapsed="0.987209"/>
</kw>
<kw name="Write" owner="SSHLibrary">
<msg time="2026-06-11T00:46:57.965454" 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-06-11T00:46:57.916537" elapsed="0.049094"/>
</kw>
<kw name="Read Until Regexp" owner="SSHLibrary">
<msg time="2026-06-11T00:46:57.967876" level="INFO">[?1l&gt;[?2004l[?1h=[90m~[0m                                                                                [?2004hopendaylight-user@root&gt;</msg>
<msg time="2026-06-11T00:46:57.967992" 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-06-11T00:46:57.965942" elapsed="0.002080"/>
</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-06-11T00:46:57.968179" elapsed="0.000236"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-06-11T00:46:57.968585" elapsed="0.000249"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-06-11T00:46:57.969330" 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-06-11T00:46:57.968986" elapsed="0.000398"/>
</kw>
<return>
<value>${output}</value>
<status status="PASS" start="2026-06-11T00:46:57.969438" elapsed="0.000056"/>
</return>
<arg>log:set ${log_level}</arg>
<doc>Will execute the given ${cmd} by ssh'ing to the karaf console running on 10.30.170.78
Note that this keyword will open&amp;close new SSH connection, without switching back to previously current session.</doc>
<status status="PASS" start="2026-06-11T00:46:56.927461" elapsed="1.042181"/>
</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-06-11T00:46:56.923790" elapsed="1.045920"/>
</kw>
<kw name="Append To File" owner="OperatingSystem">
<msg time="2026-06-11T00:46:57.970330" 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-06-11T00:46:57.969906" elapsed="0.000483"/>
</kw>
<kw name="Append To File" owner="OperatingSystem">
<msg time="2026-06-11T00:46:57.970808" 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-06-11T00:46:57.970544" elapsed="0.000320"/>
</kw>
<kw name="Evaluate" owner="BuiltIn">
<msg time="2026-06-11T00:46:57.971429" 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-06-11T00:46:57.971017" elapsed="0.000440"/>
</kw>
<kw name="Set Suite Variable" owner="BuiltIn">
<msg time="2026-06-11T00:46:57.971990" 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-06-11T00:46:57.971647" elapsed="0.000386"/>
</kw>
<kw name="Evaluate" owner="BuiltIn">
<msg time="2026-06-11T00:46:57.972615" 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-06-11T00:46:57.972218" elapsed="0.000425"/>
</kw>
<kw name="Set Suite Variable" owner="BuiltIn">
<msg time="2026-06-11T00:46:57.973115" 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-06-11T00:46:57.972804" 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-06-11T00:46:57.973464" elapsed="0.000021"/>
</kw>
<status status="NOT RUN" start="2026-06-11T00:46:57.973248" elapsed="0.000272"/>
</branch>
<branch type="ELSE">
<kw name="Verify File Exists On Remote System" owner="Utils">
<kw name="Open Connection" owner="SSHLibrary">
<msg time="2026-06-11T00:46:57.977921" 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-06-11T00:46:57.977488" elapsed="0.000460"/>
</kw>
<kw name="Flexible_SSH_Login" owner="SSHKeywords">
<kw name="Get Length" owner="BuiltIn">
<msg time="2026-06-11T00:46:57.979262" level="INFO">Length is 0.</msg>
<msg time="2026-06-11T00:46:57.979347" 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-06-11T00:46:57.978544" elapsed="0.000828"/>
</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-06-11T00:46:57.979521" elapsed="0.000371"/>
</kw>
<kw name="Run Keyword And Return" owner="BuiltIn">
<kw name="Login With Public Key" owner="SSHLibrary">
<msg time="2026-06-11T00:46:57.980927" level="INFO">Logging into '10.30.170.81:22' as 'jenkins'.</msg>
<msg time="2026-06-11T00:46:58.717550" 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 Thu Jun 11 00:46:58 UTC 2026

  System load:  0.06               Processes:             110
  Usage of /:   19.3% of 38.58GB   Users logged in:       0
  Memory usage: 4%                 IPv4 address for ens3: 10.30.170.81
  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-297-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-06-11T00:46:57.980402" elapsed="0.737336"/>
</kw>
<msg time="2026-06-11T00:46:58.717930" 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-06-11T00:46:57.980048" elapsed="0.737982"/>
</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-06-11T00:46:57.978154" elapsed="0.740009"/>
</kw>
<kw name="File Should Exist" owner="SSHLibrary">
<msg time="2026-06-11T00:46:58.727249" 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-06-11T00:46:58.718408" elapsed="0.011037"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-06-11T00:46:58.730028" elapsed="0.000750"/>
</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-06-11T00:46:57.976959" elapsed="0.753979"/>
</kw>
<status status="PASS" start="2026-06-11T00:46:57.973616" elapsed="0.757414"/>
</branch>
<status status="PASS" start="2026-06-11T00:46:57.973222" elapsed="0.757880"/>
</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-06-11T00:46:58.731469" elapsed="0.001164"/>
</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-06-11T00:46:58.740659" elapsed="0.000021"/>
</return>
<status status="NOT RUN" start="2026-06-11T00:46:58.740486" elapsed="0.000245"/>
</branch>
<status status="PASS" start="2026-06-11T00:46:58.740452" elapsed="0.000305"/>
</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-06-11T00:46:58.744661" elapsed="0.000016"/>
</return>
<status status="NOT RUN" start="2026-06-11T00:46:58.744509" elapsed="0.000210"/>
</branch>
<status status="PASS" start="2026-06-11T00:46:58.744485" elapsed="0.000258"/>
</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-06-11T00:46:58.744918" elapsed="0.000514"/>
</kw>
<kw name="Login" owner="SSHLibrary">
<msg time="2026-06-11T00:46:58.745907" level="INFO">Logging into '10.30.170.78:8101' as 'karaf'.</msg>
<msg time="2026-06-11T00:46:58.956630" 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-06-11T00:46:58.745586" elapsed="0.211276"/>
</kw>
<kw name="Write" owner="SSHLibrary">
<msg time="2026-06-11T00:46:59.052774" 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-06-11T00:46:58.957215" elapsed="0.095727"/>
</kw>
<kw name="Read Until Regexp" owner="SSHLibrary">
<msg time="2026-06-11T00:46:59.061837" level="INFO">[?1l&gt;[?2004l[31;1modl-openflowplugin-drop-test[0m                                    x 0.21.3           x x        x Started x [31;1modl-openflowplugin-drop-test[0m                                    x OpenDaylight :: Openflow Plugin :: Drop Test
[?1h=[90m~[0m                                                                                [?2004hopendaylight-user@root&gt;</msg>
<msg time="2026-06-11T00:46:59.062107" level="INFO">${output} = [?1l&gt;[?2004l[31;1modl-openflowplugin-drop-test[0m                                    x 0.21.3           x x        x Started x [31;1modl-openflowplugin-drop-test[0m                     ...</msg>
<var>${output}</var>
<arg>${KARAF_PROMPT}</arg>
<doc>Consumes and returns the server output until a match to ``regexp`` is found.</doc>
<status status="PASS" start="2026-06-11T00:46:59.053234" elapsed="0.008908"/>
</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-06-11T00:46:59.062330" elapsed="0.000320"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-06-11T00:46:59.062813" elapsed="0.000227"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-06-11T00:46:59.063562" level="INFO">[?1l&gt;[?2004l[31;1modl-openflowplugin-drop-test[0m                                    x 0.21.3           x x        x Started x [31;1modl-openflowplugin-drop-test[0m                                    x OpenDaylight :: Openflow Plugin :: Drop Test
[?1h=[90m~[0m                                                                                [?2004hopendaylight-user@root&gt;</msg>
<arg>${output}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-06-11T00:46:59.063197" elapsed="0.000451"/>
</kw>
<return>
<value>${output}</value>
<status status="PASS" start="2026-06-11T00:46:59.063703" elapsed="0.000055"/>
</return>
<msg time="2026-06-11T00:46:59.063913" level="INFO">${output} = [?1l&gt;[?2004l[31;1modl-openflowplugin-drop-test[0m                                    x 0.21.3           x x        x Started x [31;1modl-openflowplugin-drop-test[0m                     ...</msg>
<var>${output}</var>
<arg>feature:list -i | grep ${feature_name}</arg>
<arg>${controller}</arg>
<arg>${karaf_port}</arg>
<doc>Will execute the given ${cmd} by ssh'ing to the karaf console running on 10.30.170.78
Note that this keyword will open&amp;close new SSH connection, without switching back to previously current session.</doc>
<status status="PASS" start="2026-06-11T00:46:58.744073" elapsed="0.319874"/>
</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-06-11T00:46:59.064097" elapsed="0.000565"/>
</kw>
<return>
<value>${output}</value>
<status status="PASS" start="2026-06-11T00:46:59.064717" elapsed="0.000035"/>
</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-06-11T00:46:58.740022" elapsed="0.324878"/>
</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-06-11T00:46:59.069012" elapsed="0.000016"/>
</return>
<status status="NOT RUN" start="2026-06-11T00:46:59.068846" elapsed="0.000218"/>
</branch>
<status status="PASS" start="2026-06-11T00:46:59.068816" elapsed="0.000274"/>
</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-06-11T00:46:59.069235" elapsed="0.000530"/>
</kw>
<kw name="Login" owner="SSHLibrary">
<msg time="2026-06-11T00:46:59.070514" level="INFO">Logging into '10.30.170.78:8101' as 'karaf'.</msg>
<msg time="2026-06-11T00:46:59.259660" 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-06-11T00:46:59.069927" elapsed="0.189935"/>
</kw>
<kw name="Write" owner="SSHLibrary">
<msg time="2026-06-11T00:46:59.285310" 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-06-11T00:46:59.260167" elapsed="0.025234"/>
</kw>
<kw name="Read Until Regexp" owner="SSHLibrary">
<msg time="2026-06-11T00:46:59.287570" level="INFO">[?1l&gt;[?2004lDropAllFlows transitions to on
[?1h=[90m~[0m                                                                                [?2004hopendaylight-user@root&gt;</msg>
<msg time="2026-06-11T00:46:59.287705" 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-06-11T00:46:59.285620" elapsed="0.002117"/>
</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-06-11T00:46:59.287884" elapsed="0.000203"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-06-11T00:46:59.288233" elapsed="0.000269"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-06-11T00:46:59.289006" 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-06-11T00:46:59.288669" elapsed="0.000391"/>
</kw>
<return>
<value>${output}</value>
<status status="PASS" start="2026-06-11T00:46:59.289115" elapsed="0.000056"/>
</return>
<arg>dropallpacketsrpc on</arg>
<doc>Will execute the given ${cmd} by ssh'ing to the karaf console running on 10.30.170.78
Note that this keyword will open&amp;close new SSH connection, without switching back to previously current session.</doc>
<status status="PASS" start="2026-06-11T00:46:59.068418" elapsed="0.220886"/>
</kw>
<status status="PASS" start="2026-06-11T00:46:56.921882" elapsed="2.367489"/>
</kw>
<test id="s1-t1" name="Cbench Latency Test" line="37">
<kw name="Log" owner="BuiltIn">
<msg time="2026-06-11T00:46:59.291852" 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-06-11T00:46:59.290320" elapsed="0.001607"/>
</kw>
<kw name="Run Cbench And Log Results">
<kw name="Set Suite Variable" owner="BuiltIn">
<msg time="2026-06-11T00:46:59.293464" 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-06-11T00:46:59.293098" elapsed="0.000410"/>
</kw>
<if>
<branch type="IF" condition="&quot;${cbench_system}&quot; == &quot;localhost&quot;">
<kw name="Run" owner="OperatingSystem">
<var>${output}</var>
<arg>${cbench_executable} -c ${ODL_SYSTEM_IP} ${cbench_args}</arg>
<doc>_This keyword is considered deprecated. Use the
[http://robotframework.org/robotframework/latest/libraries/Process.html|
Process] library instead._</doc>
<status status="NOT RUN" start="2026-06-11T00:46:59.293875" elapsed="0.000022"/>
</kw>
<status status="NOT RUN" start="2026-06-11T00:46:59.293626" 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-06-11T00:46:59.296965" elapsed="0.000022"/>
</kw>
<status status="NOT RUN" start="2026-06-11T00:46:59.296707" elapsed="0.000315"/>
</branch>
<status status="PASS" start="2026-06-11T00:46:59.296682" elapsed="0.000367"/>
</if>
<kw name="Get Connection" owner="SSHLibrary">
<msg time="2026-06-11T00:46:59.297412" 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-06-11T00:46:59.297538" 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-06-11T00:46:59.297184" elapsed="0.000424"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-06-11T00:46:59.298184" level="INFO">Attempting to execute command "/usr/local/bin/cbench -c 10.30.170.78 -m 60000 -M 100 -S 16 -l 10 -D 5000 -p 6633" on remote system "10.30.170.81" 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-06-11T00:46:59.297753" elapsed="0.000496"/>
</kw>
<kw name="Open Connection" owner="SSHLibrary">
<msg time="2026-06-11T00:46:59.298896" 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-06-11T00:46:59.298395" elapsed="0.000529"/>
</kw>
<kw name="Flexible_SSH_Login" owner="SSHKeywords">
<kw name="Get Length" owner="BuiltIn">
<msg time="2026-06-11T00:46:59.299867" level="INFO">Length is 0.</msg>
<msg time="2026-06-11T00:46:59.299959" 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-06-11T00:46:59.299512" elapsed="0.000471"/>
</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-06-11T00:46:59.300129" elapsed="0.000338"/>
</kw>
<kw name="Run Keyword And Return" owner="BuiltIn">
<kw name="Login With Public Key" owner="SSHLibrary">
<msg time="2026-06-11T00:46:59.301351" level="INFO">Logging into '10.30.170.81:22' as 'jenkins'.</msg>
<msg time="2026-06-11T00:46:59.610962" 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 Thu Jun 11 00:46:58 UTC 2026

  System load:  0.06               Processes:             110
  Usage of /:   19.3% of 38.58GB   Users logged in:       0
  Memory usage: 4%                 IPv4 address for ens3: 10.30.170.81
  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: Thu Jun 11 00:46:58 2026 from 10.30.170.179
[?2004h[jenkins@releng-63164-297-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-06-11T00:46:59.300988" elapsed="0.310237"/>
</kw>
<msg time="2026-06-11T00:46:59.611320" 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-06-11T00:46:59.300636" elapsed="0.310782"/>
</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-06-11T00:46:59.299129" elapsed="0.312423"/>
</kw>
<kw name="Execute Command" owner="SSHLibrary">
<msg time="2026-06-11T00:46:59.612892" level="INFO">Executing command '/usr/local/bin/cbench -c 10.30.170.78 -m 60000 -M 100 -S 16 -l 10 -D 5000 -p 6633'.</msg>
<msg time="2026-06-11T00:57:05.713767" level="INFO">Command exited with return code 0.</msg>
<msg time="2026-06-11T00:57:05.715819" level="INFO">${stdout} = </msg>
<msg time="2026-06-11T00:57:05.715948" level="INFO">${stderr} = cbench: controller benchmarking tool
   running in mode 'latency'
   connecting to controller at 10.30.170.78:6633 
   faking 16 switches with 1 threads :: 10 tests each; 60000 ms per test
   with 100...</msg>
<var>${stdout}</var>
<var>${stderr}</var>
<arg>${cmd}</arg>
<arg>return_stderr=True</arg>
<doc>Executes ``command`` on the remote machine and returns its outputs.</doc>
<status status="PASS" start="2026-06-11T00:46:59.612265" elapsed="606.103757"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-06-11T00:57:05.716538" elapsed="0.001416"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-06-11T00:57:05.719692" level="INFO">cbench: controller benchmarking tool
   running in mode 'latency'
   connecting to controller at 10.30.170.78:6633 
   faking 16 switches with 1 threads :: 10 tests each; 60000 ms per test
   with 100 unique source MACs per switch
   learning destination mac addresses before the test
   starting test with 5000 ms delay after features_reply
   ignoring first 1 "warmup" and last 0 "cooldown" loops
   debugging info is off
Master Thread: Creating thread-0! 
Thread-0: All switches initialized. Running at node 10.30.170.78. So far 1 cbench instances have initialized their switches.  Waiting for other cbench-instances
Thread-0: Total switches from ALL cbench-instances initialized.
00:48:04.811 16  switches: flows:  100170 101649 101952 101364 101606 100987 100235 101575 100005 99126 99224 100505 100605 98615 99510 98967  total = 26.768250 per ms 
00:49:04.912 16  switches: flows:  108454 110000 109384 108082 108178 109704 108260 110246 107932 107402 106050 107223 109154 107600 107345 107209  total = 28.822235 per ms 
00:50:05.012 16  switches: flows:  112019 113517 116863 114109 112085 112932 113197 117681 115632 112003 112524 114365 114760 113419 113518 115865  total = 30.357415 per ms 
00:51:05.113 16  switches: flows:  117145 117912 120317 117599 116384 116261 116880 120288 118503 116338 115834 117600 118671 116904 117757 116091  total = 31.289062 per ms 
00:52:05.214 16  switches: flows:  112250 117439 118963 114301 114714 115005 115192 118598 115848 115897 112346 116065 115527 116832 115304 114513  total = 30.761790 per ms 
00:53:05.314 16  switches: flows:  116867 117023 121548 116908 116620 117409 116635 120206 117282 116210 112879 117108 118968 118542 117326 116190  total = 31.243158 per ms 
00:54:05.414 16  switches: flows:  120211 121273 124274 119938 121460 121802 119555 123802 120971 119888 117687 121374 121122 121291 120801 118416  total = 32.177371 per ms 
00:55:05.516 16  switches: flows:  119730 120060 125230 116872 118358 119197 117314 121264 119817 117965 116774 119274 118164 118577 118488 116673  total = 31.675648 per ms 
00:56:05.617 16  switches: flows:  120508 120523 124372 118057 119712 118616 119110 122861 121464 119658 115177 120542 119944 120666 121159 117339  total = 31.941576 per ms 
00:57:05.717 16  switches: flows:  119916 121615 123423 121989 120209 119605 119394 122696 121242 122247 116556 118182 122315 120400 119632 119561  total = 32.096128 per ms 
RESULT: 16 switches 9 tests min/max/avg/stdev = 28822.24/32177.37/31151.60/10432.33 responses/s</msg>
<arg>${stderr}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-06-11T00:57:05.718361" elapsed="0.001635"/>
</kw>
<if>
<branch type="IF" condition="&quot;${return_stdout}&quot;!=&quot;True&quot;">
<return>
<value>${stderr}</value>
<status status="PASS" start="2026-06-11T00:57:05.720590" elapsed="0.000112"/>
</return>
<status status="PASS" start="2026-06-11T00:57:05.720218" elapsed="0.000569"/>
</branch>
<status status="PASS" start="2026-06-11T00:57:05.720139" elapsed="0.000705"/>
</if>
<if>
<branch type="IF" condition="&quot;${return_stderr}&quot;!=&quot;True&quot;">
<return>
<value>${stdout}</value>
<status status="NOT RUN" start="2026-06-11T00:57:05.721054" elapsed="0.000026"/>
</return>
<status status="NOT RUN" start="2026-06-11T00:57:05.720974" elapsed="0.000137"/>
</branch>
<status status="NOT RUN" start="2026-06-11T00:57:05.720940" elapsed="0.000192"/>
</if>
<return>
<value>${stdout}</value>
<value>${stderr}</value>
<status status="NOT RUN" start="2026-06-11T00:57:05.721165" elapsed="0.000013"/>
</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-06-11T00:57:05.723781" elapsed="0.000804"/>
</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-06-11T00:57:05.724754" elapsed="0.000195"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-06-11T00:57:05.725081" elapsed="0.000104"/>
</kw>
<arg>${current_ssh_connection.index}</arg>
<doc>Restore active SSH connection in SSHLibrary to given index.</doc>
<status status="PASS" start="2026-06-11T00:57:05.721523" elapsed="0.003716"/>
</kw>
<msg time="2026-06-11T00:57:05.725373" level="INFO">${output} = cbench: controller benchmarking tool
   running in mode 'latency'
   connecting to controller at 10.30.170.78:6633 
   faking 16 switches with 1 threads :: 10 tests each; 60000 ms per test
   with 100...</msg>
<var>${output}</var>
<arg>${cbench_system}</arg>
<arg>${cbench_executable} -c ${ODL_SYSTEM_IP} ${cbench_args}</arg>
<arg>prompt_timeout=${test_timeout}</arg>
<arg>return_stdout=False</arg>
<arg>return_stderr=True</arg>
<doc>Reduces the common work of running a command on a remote system to a single higher level
robot keyword, taking care to log in with a public key and. The command given is written and the return value
depends on the passed argument values of return_stdout (default: True) and return_stderr (default: False).
At least one should be True, or the keyword will exit and FAIL. If both are True, the resulting return value
will be a two element list containing both. Otherwise the resulting return value is a string.
No test conditions are checked.</doc>
<status status="PASS" start="2026-06-11T00:46:59.294302" elapsed="606.431098"/>
</kw>
<status status="PASS" start="2026-06-11T00:46:59.293964" elapsed="606.431485"/>
</branch>
<status status="PASS" start="2026-06-11T00:46:59.293587" elapsed="606.431887"/>
</if>
<kw name="Log" owner="BuiltIn">
<msg time="2026-06-11T00:57:05.725959" level="INFO">cbench: controller benchmarking tool
   running in mode 'latency'
   connecting to controller at 10.30.170.78:6633 
   faking 16 switches with 1 threads :: 10 tests each; 60000 ms per test
   with 100 unique source MACs per switch
   learning destination mac addresses before the test
   starting test with 5000 ms delay after features_reply
   ignoring first 1 "warmup" and last 0 "cooldown" loops
   debugging info is off
Master Thread: Creating thread-0! 
Thread-0: All switches initialized. Running at node 10.30.170.78. So far 1 cbench instances have initialized their switches.  Waiting for other cbench-instances
Thread-0: Total switches from ALL cbench-instances initialized.
00:48:04.811 16  switches: flows:  100170 101649 101952 101364 101606 100987 100235 101575 100005 99126 99224 100505 100605 98615 99510 98967  total = 26.768250 per ms 
00:49:04.912 16  switches: flows:  108454 110000 109384 108082 108178 109704 108260 110246 107932 107402 106050 107223 109154 107600 107345 107209  total = 28.822235 per ms 
00:50:05.012 16  switches: flows:  112019 113517 116863 114109 112085 112932 113197 117681 115632 112003 112524 114365 114760 113419 113518 115865  total = 30.357415 per ms 
00:51:05.113 16  switches: flows:  117145 117912 120317 117599 116384 116261 116880 120288 118503 116338 115834 117600 118671 116904 117757 116091  total = 31.289062 per ms 
00:52:05.214 16  switches: flows:  112250 117439 118963 114301 114714 115005 115192 118598 115848 115897 112346 116065 115527 116832 115304 114513  total = 30.761790 per ms 
00:53:05.314 16  switches: flows:  116867 117023 121548 116908 116620 117409 116635 120206 117282 116210 112879 117108 118968 118542 117326 116190  total = 31.243158 per ms 
00:54:05.414 16  switches: flows:  120211 121273 124274 119938 121460 121802 119555 123802 120971 119888 117687 121374 121122 121291 120801 118416  total = 32.177371 per ms 
00:55:05.516 16  switches: flows:  119730 120060 125230 116872 118358 119197 117314 121264 119817 117965 116774 119274 118164 118577 118488 116673  total = 31.675648 per ms 
00:56:05.617 16  switches: flows:  120508 120523 124372 118057 119712 118616 119110 122861 121464 119658 115177 120542 119944 120666 121159 117339  total = 31.941576 per ms 
00:57:05.717 16  switches: flows:  119916 121615 123423 121989 120209 119605 119394 122696 121242 122247 116556 118182 122315 120400 119632 119561  total = 32.096128 per ms 
RESULT: 16 switches 9 tests min/max/avg/stdev = 28822.24/32177.37/31151.60/10432.33 responses/s</msg>
<arg>${output}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-06-11T00:57:05.725655" elapsed="0.000378"/>
</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-06-11T00:57:05.726185" elapsed="0.000377"/>
</kw>
<kw name="Get Lines Containing String" owner="String">
<msg time="2026-06-11T00:57:05.726979" level="INFO">1 out of 23 lines matched.</msg>
<msg time="2026-06-11T00:57:05.727075" level="INFO">${result_line} = RESULT: 16 switches 9 tests min/max/avg/stdev = 28822.24/32177.37/31151.60/10432.33 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-06-11T00:57:05.726739" elapsed="0.000364"/>
</kw>
<kw name="Split String" owner="String">
<msg time="2026-06-11T00:57:05.727514" level="INFO">@{results_list} = [ RESULT: | 16 | switches | 9 | tests | min/max/avg/stdev | = | 28822.24/32177.37/31151.60/10432.33 | 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-06-11T00:57:05.727258" elapsed="0.000283"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-06-11T00:57:05.730005" 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-06-11T00:57:05.727703" elapsed="0.002358"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-06-11T00:57:05.732457" level="INFO">28822.24/32177.37/31151.60/10432.33</msg>
<arg>${results_list[7]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-06-11T00:57:05.730211" elapsed="0.002303"/>
</kw>
<kw name="Split String" owner="String">
<msg time="2026-06-11T00:57:05.734888" 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-06-11T00:57:05.732678" elapsed="0.002238"/>
</kw>
<kw name="Split String" owner="String">
<msg time="2026-06-11T00:57:05.737371" level="INFO">@{result_value_list} = [ 28822.24 | 32177.37 | 31151.60 | 10432.33 ]</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-06-11T00:57:05.735135" elapsed="0.002264"/>
</kw>
<kw name="Get Length" owner="BuiltIn">
<msg time="2026-06-11T00:57:05.737907" level="INFO">Length is 4.</msg>
<msg time="2026-06-11T00:57:05.737995" 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-06-11T00:57:05.737558" elapsed="0.000460"/>
</kw>
<for flavor="IN RANGE">
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-06-11T00:57:05.742826" level="INFO">min :: 28822.24</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-06-11T00:57:05.738455" elapsed="0.004436"/>
</kw>
<var name="${i}">0</var>
<status status="PASS" start="2026-06-11T00:57:05.738317" elapsed="0.004615"/>
</iter>
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-06-11T00:57:05.747568" level="INFO">max :: 32177.37</msg>
<arg>${result_name_list[${i}]} :: ${result_value_list[${i}]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-06-11T00:57:05.743209" elapsed="0.004433"/>
</kw>
<var name="${i}">1</var>
<status status="PASS" start="2026-06-11T00:57:05.743048" elapsed="0.004630"/>
</iter>
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-06-11T00:57:05.757951" level="INFO">avg :: 31151.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-06-11T00:57:05.747906" elapsed="0.010217"/>
</kw>
<var name="${i}">2</var>
<status status="PASS" start="2026-06-11T00:57:05.747771" elapsed="0.010457"/>
</iter>
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-06-11T00:57:05.765347" level="INFO">stdev :: 10432.33</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-06-11T00:57:05.759036" elapsed="0.006391"/>
</kw>
<var name="${i}">3</var>
<status status="PASS" start="2026-06-11T00:57:05.758515" elapsed="0.006949"/>
</iter>
<var>${i}</var>
<value>0</value>
<value>${num_stats}</value>
<status status="PASS" start="2026-06-11T00:57:05.738100" elapsed="0.027400"/>
</for>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-06-11T00:57:05.769477" level="INFO">${min} = 28822.24</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-06-11T00:57:05.765700" elapsed="0.003805"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-06-11T00:57:05.773419" level="INFO">${max} = 32177.37</msg>
<var>${max}</var>
<arg>${result_value_list[${1}]}</arg>
<doc>Returns the given values which can then be assigned to a variables.</doc>
<status status="PASS" start="2026-06-11T00:57:05.769678" elapsed="0.003768"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-06-11T00:57:05.777661" level="INFO">${average} = 31151.60</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-06-11T00:57:05.773615" elapsed="0.004074"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-06-11T00:57:05.781611" level="INFO">${stdev} = 10432.33</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-06-11T00:57:05.777845" elapsed="0.003795"/>
</kw>
<kw name="Get Time" owner="BuiltIn">
<msg time="2026-06-11T00:57:05.782189" level="INFO">${date} = 2026-06-11 00:57:05</msg>
<var>${date}</var>
<arg>d,m,s</arg>
<doc>Returns the given time in the requested format.</doc>
<status status="PASS" start="2026-06-11T00:57:05.781810" elapsed="0.000405"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-06-11T00:57:05.782799" level="INFO">CBench Result: 2026-06-11 00:57:05,-m 60000 -M 100 -S 16 -l 10 -D 5000 -p 6633,28822.24,32177.37,31151.60,10432.33</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-06-11T00:57:05.782365" elapsed="0.000490"/>
</kw>
<kw name="Log Results And Determine Status">
<kw name="Append To File" owner="OperatingSystem">
<msg time="2026-06-11T00:57:05.784010" 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-06-11T00:57:05.783533" elapsed="0.000547"/>
</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-06-11T00:57:05.784238" elapsed="0.000532"/>
</kw>
<arg>${min}</arg>
<arg>${max}</arg>
<arg>${average}</arg>
<arg>${average_threshold}</arg>
<arg>${output_filename}</arg>
<status status="PASS" start="2026-06-11T00:57:05.783030" elapsed="0.001810"/>
</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-06-11T00:46:59.292408" elapsed="606.492496"/>
</kw>
<kw name="Sleep" owner="BuiltIn">
<msg time="2026-06-11T00:57:05.785388" 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-06-11T00:57:05.785060" elapsed="0.000385"/>
</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-06-11T00:57:05.786001" elapsed="0.000276"/>
</kw>
<status status="PASS" start="2026-06-11T00:57:05.785690" elapsed="0.000658"/>
</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-06-11T00:46:59.289535" elapsed="606.496850"/>
</test>
<test id="s1-t2" name="Cbench Throughput Test" line="51">
<kw name="Log" owner="BuiltIn">
<msg time="2026-06-11T00:57:05.787725" 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-06-11T00:57:05.787322" elapsed="0.000461"/>
</kw>
<kw name="Run Cbench And Log Results">
<kw name="Set Suite Variable" owner="BuiltIn">
<msg time="2026-06-11T00:57:05.789067" 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-06-11T00:57:05.788730" elapsed="0.000380"/>
</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-06-11T00:57:05.789676" elapsed="0.000022"/>
</kw>
<status status="NOT RUN" start="2026-06-11T00:57:05.789429" elapsed="0.000307"/>
</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-06-11T00:57:05.792692" elapsed="0.000023"/>
</kw>
<status status="NOT RUN" start="2026-06-11T00:57:05.792423" elapsed="0.000327"/>
</branch>
<status status="PASS" start="2026-06-11T00:57:05.792399" elapsed="0.000374"/>
</if>
<kw name="Get Connection" owner="SSHLibrary">
<msg time="2026-06-11T00:57:05.800235" 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-06-11T00:57:05.800458" 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-06-11T00:57:05.798850" elapsed="0.001642"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-06-11T00:57:05.801242" level="INFO">Attempting to execute command "/usr/local/bin/cbench -c 10.30.170.78 -t -m 60000 -M 100 -S 16 -l 10 -D 5000 -p 6633" on remote system "10.30.170.81" 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-06-11T00:57:05.800697" elapsed="0.000606"/>
</kw>
<kw name="Open Connection" owner="SSHLibrary">
<msg time="2026-06-11T00:57:05.801914" 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-06-11T00:57:05.801452" elapsed="0.000488"/>
</kw>
<kw name="Flexible_SSH_Login" owner="SSHKeywords">
<kw name="Get Length" owner="BuiltIn">
<msg time="2026-06-11T00:57:05.802998" level="INFO">Length is 0.</msg>
<msg time="2026-06-11T00:57:05.803088" 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-06-11T00:57:05.802648" elapsed="0.000467"/>
</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-06-11T00:57:05.803266" elapsed="0.000383"/>
</kw>
<kw name="Run Keyword And Return" owner="BuiltIn">
<kw name="Login With Public Key" owner="SSHLibrary">
<msg time="2026-06-11T00:57:05.804616" level="INFO">Logging into '10.30.170.81:22' as 'jenkins'.</msg>
<msg time="2026-06-11T00:57:06.433891" 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 Thu Jun 11 00:57:06 UTC 2026

  System load:  1.01               Processes:             103
  Usage of /:   19.3% of 38.58GB   Users logged in:       0
  Memory usage: 4%                 IPv4 address for ens3: 10.30.170.81
  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: Thu Jun 11 00:46:59 2026 from 10.30.170.179
[?2004h[jenkins@releng-63164-297-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-06-11T00:57:05.804168" elapsed="0.629948"/>
</kw>
<msg time="2026-06-11T00:57:06.434210" 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-06-11T00:57:05.803806" elapsed="0.630508"/>
</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-06-11T00:57:05.802197" elapsed="0.632277"/>
</kw>
<kw name="Execute Command" owner="SSHLibrary">
<msg time="2026-06-11T00:57:06.435221" level="INFO">Executing command '/usr/local/bin/cbench -c 10.30.170.78 -t -m 60000 -M 100 -S 16 -l 10 -D 5000 -p 6633'.</msg>
<msg time="2026-06-11T01:07:15.522838" level="INFO">Command exited with return code 0.</msg>
<msg time="2026-06-11T01:07:15.524219" level="INFO">${stdout} = </msg>
<msg time="2026-06-11T01:07:15.524297" level="INFO">${stderr} = cbench: controller benchmarking tool
   running in mode 'throughput'
   connecting to controller at 10.30.170.78: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-06-11T00:57:06.434803" elapsed="609.090011"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-06-11T01:07:15.525730" elapsed="0.000573"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-06-11T01:07:15.527133" level="INFO">cbench: controller benchmarking tool
   running in mode 'throughput'
   connecting to controller at 10.30.170.78:6633 
   faking 16 switches with 1 threads :: 10 tests each; 60000 ms per test
   with 100 unique source MACs per switch
   learning destination mac addresses before the test
   starting test with 5000 ms delay after features_reply
   ignoring first 1 "warmup" and last 0 "cooldown" loops
   debugging info is off
Master Thread: Creating thread-0! 
Thread-0: All switches initialized. Running at node 10.30.170.78. So far 1 cbench instances have initialized their switches.  Waiting for other cbench-instances
Thread-0: Total switches from ALL cbench-instances initialized.
00:58:11.587 16  switches: flows:  524468 526459 524967 541128 533871 513741 527620 538771 531989 511996 520202 507448 517558 520746 524006 515392  total = 139.672700 per ms 
00:59:11.689 16  switches: flows:  565561 564507 557575 566380 569992 556470 571855 566246 567063 572146 552474 565075 560382 562379 563178 562370  total = 150.141139 per ms 
01:00:11.790 16  switches: flows:  610134 608514 625841 620814 604208 609601 602265 616385 611687 617544 619433 617288 623574 616132 618489 616197  total = 163.692505 per ms 
01:01:11.944 16  switches: flows:  610985 585641 608398 600519 598102 590668 603508 601192 600470 604796 594852 613641 595796 604522 596314 594066  total = 159.647672 per ms 
01:02:15.017 16  switches: flows:  587473 586733 580828 582577 558337 593524 589754 574927 572373 591684 571137 584600 590384 562964 583194 578051  total = 147.268329 per ms 
01:03:15.119 16  switches: flows:  578217 597841 579590 586142 593677 633690 481706 577288 639281 586052 480235 498705 648420 625909 595475 634578  total = 155.352320 per ms 
01:04:15.221 16  switches: flows:  600053 611294 602207 603571 590613 587630 590416 584607 603284 598410 611988 593521 595125 610224 606869 608226  total = 159.698060 per ms 
01:05:15.327 16  switches: flows:  602704 601611 611727 604924 604111 612818 599829 605216 615313 599000 605349 615479 612502 608025 610020 609327  total = 161.684362 per ms 
01:06:15.428 16  switches: flows:  623258 621976 619342 612538 618671 617310 617747 619337 617022 627148 616735 627321 617319 612680 612027 617578  total = 164.688496 per ms 
01:07:15.529 16  switches: flows:  607055 585607 597878 583642 581970 602498 586330 594637 590479 580976 588622 598655 605555 579106 593862 585785  total = 157.445686 per ms 
RESULT: 16 switches 9 tests min/max/avg/stdev = 147268.33/164688.50/157735.40/52873.42 responses/s</msg>
<arg>${stderr}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-06-11T01:07:15.526566" elapsed="0.000800"/>
</kw>
<if>
<branch type="IF" condition="&quot;${return_stdout}&quot;!=&quot;True&quot;">
<return>
<value>${stderr}</value>
<status status="PASS" start="2026-06-11T01:07:15.527743" elapsed="0.000051"/>
</return>
<status status="PASS" start="2026-06-11T01:07:15.527498" elapsed="0.000351"/>
</branch>
<status status="PASS" start="2026-06-11T01:07:15.527454" elapsed="0.000434"/>
</if>
<if>
<branch type="IF" condition="&quot;${return_stderr}&quot;!=&quot;True&quot;">
<return>
<value>${stdout}</value>
<status status="NOT RUN" start="2026-06-11T01:07:15.528030" elapsed="0.000019"/>
</return>
<status status="NOT RUN" start="2026-06-11T01:07:15.527974" elapsed="0.000117"/>
</branch>
<status status="NOT RUN" start="2026-06-11T01:07:15.527950" elapsed="0.000175"/>
</if>
<return>
<value>${stdout}</value>
<value>${stderr}</value>
<status status="NOT RUN" start="2026-06-11T01:07:15.528170" elapsed="0.000020"/>
</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-06-11T01:07:15.531586" elapsed="0.000390"/>
</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-06-11T01:07:15.532128" elapsed="0.000176"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-06-11T01:07:15.532437" elapsed="0.000107"/>
</kw>
<arg>${current_ssh_connection.index}</arg>
<doc>Restore active SSH connection in SSHLibrary to given index.</doc>
<status status="PASS" start="2026-06-11T01:07:15.528695" elapsed="0.003921"/>
</kw>
<msg time="2026-06-11T01:07:15.532760" level="INFO">${output} = cbench: controller benchmarking tool
   running in mode 'throughput'
   connecting to controller at 10.30.170.78: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-06-11T00:57:05.790085" elapsed="609.742703"/>
</kw>
<status status="PASS" start="2026-06-11T00:57:05.789763" elapsed="609.743076"/>
</branch>
<status status="PASS" start="2026-06-11T00:57:05.789402" elapsed="609.743461"/>
</if>
<kw name="Log" owner="BuiltIn">
<msg time="2026-06-11T01:07:15.533306" level="INFO">cbench: controller benchmarking tool
   running in mode 'throughput'
   connecting to controller at 10.30.170.78:6633 
   faking 16 switches with 1 threads :: 10 tests each; 60000 ms per test
   with 100 unique source MACs per switch
   learning destination mac addresses before the test
   starting test with 5000 ms delay after features_reply
   ignoring first 1 "warmup" and last 0 "cooldown" loops
   debugging info is off
Master Thread: Creating thread-0! 
Thread-0: All switches initialized. Running at node 10.30.170.78. So far 1 cbench instances have initialized their switches.  Waiting for other cbench-instances
Thread-0: Total switches from ALL cbench-instances initialized.
00:58:11.587 16  switches: flows:  524468 526459 524967 541128 533871 513741 527620 538771 531989 511996 520202 507448 517558 520746 524006 515392  total = 139.672700 per ms 
00:59:11.689 16  switches: flows:  565561 564507 557575 566380 569992 556470 571855 566246 567063 572146 552474 565075 560382 562379 563178 562370  total = 150.141139 per ms 
01:00:11.790 16  switches: flows:  610134 608514 625841 620814 604208 609601 602265 616385 611687 617544 619433 617288 623574 616132 618489 616197  total = 163.692505 per ms 
01:01:11.944 16  switches: flows:  610985 585641 608398 600519 598102 590668 603508 601192 600470 604796 594852 613641 595796 604522 596314 594066  total = 159.647672 per ms 
01:02:15.017 16  switches: flows:  587473 586733 580828 582577 558337 593524 589754 574927 572373 591684 571137 584600 590384 562964 583194 578051  total = 147.268329 per ms 
01:03:15.119 16  switches: flows:  578217 597841 579590 586142 593677 633690 481706 577288 639281 586052 480235 498705 648420 625909 595475 634578  total = 155.352320 per ms 
01:04:15.221 16  switches: flows:  600053 611294 602207 603571 590613 587630 590416 584607 603284 598410 611988 593521 595125 610224 606869 608226  total = 159.698060 per ms 
01:05:15.327 16  switches: flows:  602704 601611 611727 604924 604111 612818 599829 605216 615313 599000 605349 615479 612502 608025 610020 609327  total = 161.684362 per ms 
01:06:15.428 16  switches: flows:  623258 621976 619342 612538 618671 617310 617747 619337 617022 627148 616735 627321 617319 612680 612027 617578  total = 164.688496 per ms 
01:07:15.529 16  switches: flows:  607055 585607 597878 583642 581970 602498 586330 594637 590479 580976 588622 598655 605555 579106 593862 585785  total = 157.445686 per ms 
RESULT: 16 switches 9 tests min/max/avg/stdev = 147268.33/164688.50/157735.40/52873.42 responses/s</msg>
<arg>${output}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-06-11T01:07:15.533012" elapsed="0.000370"/>
</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-06-11T01:07:15.533535" elapsed="0.000429"/>
</kw>
<kw name="Get Lines Containing String" owner="String">
<msg time="2026-06-11T01:07:15.534355" level="INFO">1 out of 23 lines matched.</msg>
<msg time="2026-06-11T01:07:15.534448" level="INFO">${result_line} = RESULT: 16 switches 9 tests min/max/avg/stdev = 147268.33/164688.50/157735.40/52873.42 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-06-11T01:07:15.534128" elapsed="0.000346"/>
</kw>
<kw name="Split String" owner="String">
<msg time="2026-06-11T01:07:15.534946" level="INFO">@{results_list} = [ RESULT: | 16 | switches | 9 | tests | min/max/avg/stdev | = | 147268.33/164688.50/157735.40/52873.42 | 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-06-11T01:07:15.534672" elapsed="0.000301"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-06-11T01:07:15.537401" 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-06-11T01:07:15.535124" elapsed="0.002336"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-06-11T01:07:15.539991" level="INFO">147268.33/164688.50/157735.40/52873.42</msg>
<arg>${results_list[7]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-06-11T01:07:15.537674" elapsed="0.002376"/>
</kw>
<kw name="Split String" owner="String">
<msg time="2026-06-11T01:07:15.542485" 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-06-11T01:07:15.540206" elapsed="0.002307"/>
</kw>
<kw name="Split String" owner="String">
<msg time="2026-06-11T01:07:15.544995" level="INFO">@{result_value_list} = [ 147268.33 | 164688.50 | 157735.40 | 52873.42 ]</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-06-11T01:07:15.542731" elapsed="0.002293"/>
</kw>
<kw name="Get Length" owner="BuiltIn">
<msg time="2026-06-11T01:07:15.545495" level="INFO">Length is 4.</msg>
<msg time="2026-06-11T01:07:15.545587" 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-06-11T01:07:15.545182" elapsed="0.000474"/>
</kw>
<for flavor="IN RANGE">
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-06-11T01:07:15.550479" level="INFO">min :: 147268.33</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-06-11T01:07:15.546068" elapsed="0.004471"/>
</kw>
<var name="${i}">0</var>
<status status="PASS" start="2026-06-11T01:07:15.545926" elapsed="0.004648"/>
</iter>
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-06-11T01:07:15.555372" level="INFO">max :: 164688.50</msg>
<arg>${result_name_list[${i}]} :: ${result_value_list[${i}]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-06-11T01:07:15.550815" elapsed="0.004616"/>
</kw>
<var name="${i}">1</var>
<status status="PASS" start="2026-06-11T01:07:15.550683" elapsed="0.004784"/>
</iter>
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-06-11T01:07:15.560172" level="INFO">avg :: 157735.40</msg>
<arg>${result_name_list[${i}]} :: ${result_value_list[${i}]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-06-11T01:07:15.555704" elapsed="0.004535"/>
</kw>
<var name="${i}">2</var>
<status status="PASS" start="2026-06-11T01:07:15.555555" elapsed="0.004721"/>
</iter>
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-06-11T01:07:15.565025" level="INFO">stdev :: 52873.42</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-06-11T01:07:15.560499" elapsed="0.004586"/>
</kw>
<var name="${i}">3</var>
<status status="PASS" start="2026-06-11T01:07:15.560365" elapsed="0.004756"/>
</iter>
<var>${i}</var>
<value>0</value>
<value>${num_stats}</value>
<status status="PASS" start="2026-06-11T01:07:15.545727" elapsed="0.019427"/>
</for>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-06-11T01:07:15.569164" level="INFO">${min} = 147268.33</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-06-11T01:07:15.565327" elapsed="0.003865"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-06-11T01:07:15.573650" level="INFO">${max} = 164688.50</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-06-11T01:07:15.569361" elapsed="0.004341"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-06-11T01:07:15.578000" level="INFO">${average} = 157735.40</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-06-11T01:07:15.573888" elapsed="0.004140"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-06-11T01:07:15.582024" level="INFO">${stdev} = 52873.42</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-06-11T01:07:15.578184" elapsed="0.003868"/>
</kw>
<kw name="Get Time" owner="BuiltIn">
<msg time="2026-06-11T01:07:15.582583" level="INFO">${date} = 2026-06-11 01:07:15</msg>
<var>${date}</var>
<arg>d,m,s</arg>
<doc>Returns the given time in the requested format.</doc>
<status status="PASS" start="2026-06-11T01:07:15.582216" elapsed="0.000411"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-06-11T01:07:15.583211" level="INFO">CBench Result: 2026-06-11 01:07:15,-t -m 60000 -M 100 -S 16 -l 10 -D 5000 -p 6633,147268.33,164688.50,157735.40,52873.42</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-06-11T01:07:15.582779" elapsed="0.000491"/>
</kw>
<kw name="Log Results And Determine Status">
<kw name="Append To File" owner="OperatingSystem">
<msg time="2026-06-11T01:07:15.584419" 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-06-11T01:07:15.583951" elapsed="0.000537"/>
</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-06-11T01:07:15.584659" elapsed="0.000490"/>
</kw>
<arg>${min}</arg>
<arg>${max}</arg>
<arg>${average}</arg>
<arg>${average_threshold}</arg>
<arg>${output_filename}</arg>
<status status="PASS" start="2026-06-11T01:07:15.583427" elapsed="0.001791"/>
</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-06-11T00:57:05.788118" elapsed="609.797162"/>
</kw>
<kw name="Sleep" owner="BuiltIn">
<msg time="2026-06-11T01:07:15.585810" 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-06-11T01:07:15.585433" elapsed="0.000438"/>
</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-06-11T01:07:15.586402" elapsed="0.000301"/>
</kw>
<status status="PASS" start="2026-06-11T01:07:15.586091" elapsed="0.000685"/>
</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-06-11T00:57:05.786726" elapsed="609.800089"/>
</test>
<test id="s1-t3" name="Rerun Latency Test To Check Bug 6176" line="65">
<kw name="Log" owner="BuiltIn">
<msg time="2026-06-11T01:07:15.588027" 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-06-11T01:07:15.587636" elapsed="0.000455"/>
</kw>
<kw name="Run Cbench And Log Results">
<kw name="Set Suite Variable" owner="BuiltIn">
<msg time="2026-06-11T01:07:15.590227" 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-06-11T01:07:15.589865" elapsed="0.000406"/>
</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-06-11T01:07:15.590644" elapsed="0.000023"/>
</kw>
<status status="NOT RUN" start="2026-06-11T01:07:15.590402" elapsed="0.000303"/>
</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-06-11T01:07:15.594255" elapsed="0.000022"/>
</kw>
<status status="NOT RUN" start="2026-06-11T01:07:15.594001" elapsed="0.000311"/>
</branch>
<status status="PASS" start="2026-06-11T01:07:15.593980" elapsed="0.000357"/>
</if>
<kw name="Get Connection" owner="SSHLibrary">
<msg time="2026-06-11T01:07:15.594701" 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-06-11T01:07:15.594825" 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-06-11T01:07:15.594474" elapsed="0.000378"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-06-11T01:07:15.595412" level="INFO">Attempting to execute command "/usr/local/bin/cbench -c 10.30.170.78 -m 60000 -M 100 -S 16 -l 10 -D 5000 -p 6633" on remote system "10.30.170.81" 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-06-11T01:07:15.594987" elapsed="0.000484"/>
</kw>
<kw name="Open Connection" owner="SSHLibrary">
<msg time="2026-06-11T01:07:15.596032" 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-06-11T01:07:15.595630" elapsed="0.000429"/>
</kw>
<kw name="Flexible_SSH_Login" owner="SSHKeywords">
<kw name="Get Length" owner="BuiltIn">
<msg time="2026-06-11T01:07:15.597147" level="INFO">Length is 0.</msg>
<msg time="2026-06-11T01:07:15.597242" 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-06-11T01:07:15.596658" elapsed="0.000609"/>
</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-06-11T01:07:15.597412" elapsed="0.000391"/>
</kw>
<kw name="Run Keyword And Return" owner="BuiltIn">
<kw name="Login With Public Key" owner="SSHLibrary">
<msg time="2026-06-11T01:07:15.598683" level="INFO">Logging into '10.30.170.81:22' as 'jenkins'.</msg>
<msg time="2026-06-11T01:07:16.192032" 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 Thu Jun 11 01:07:15 UTC 2026

  System load:  0.42               Processes:             104
  Usage of /:   19.3% of 38.58GB   Users logged in:       0
  Memory usage: 4%                 IPv4 address for ens3: 10.30.170.81
  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: Thu Jun 11 00:57:06 2026 from 10.30.170.179
[?2004h[jenkins@releng-63164-297-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-06-11T01:07:15.598309" elapsed="0.593926"/>
</kw>
<msg time="2026-06-11T01:07:16.192325" 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-06-11T01:07:15.597959" elapsed="0.594448"/>
</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-06-11T01:07:15.596261" elapsed="0.596262"/>
</kw>
<kw name="Execute Command" owner="SSHLibrary">
<msg time="2026-06-11T01:07:16.193068" level="INFO">Executing command '/usr/local/bin/cbench -c 10.30.170.78 -m 60000 -M 100 -S 16 -l 10 -D 5000 -p 6633'.</msg>
<msg time="2026-06-11T01:17:22.204724" level="INFO">Command exited with return code 0.</msg>
<msg time="2026-06-11T01:17:22.205231" level="INFO">${stdout} = </msg>
<msg time="2026-06-11T01:17:22.205338" level="INFO">${stderr} = cbench: controller benchmarking tool
   running in mode 'latency'
   connecting to controller at 10.30.170.78:6633 
   faking 16 switches with 1 threads :: 10 tests each; 60000 ms per test
   with 100...</msg>
<var>${stdout}</var>
<var>${stderr}</var>
<arg>${cmd}</arg>
<arg>return_stderr=True</arg>
<doc>Executes ``command`` on the remote machine and returns its outputs.</doc>
<status status="PASS" start="2026-06-11T01:07:16.192756" elapsed="606.012638"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-06-11T01:17:22.205918" elapsed="0.000655"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-06-11T01:17:22.207736" level="INFO">cbench: controller benchmarking tool
   running in mode 'latency'
   connecting to controller at 10.30.170.78:6633 
   faking 16 switches with 1 threads :: 10 tests each; 60000 ms per test
   with 100 unique source MACs per switch
   learning destination mac addresses before the test
   starting test with 5000 ms delay after features_reply
   ignoring first 1 "warmup" and last 0 "cooldown" loops
   debugging info is off
Master Thread: Creating thread-0! 
Thread-0: All switches initialized. Running at node 10.30.170.78. So far 1 cbench instances have initialized their switches.  Waiting for other cbench-instances
Thread-0: Total switches from ALL cbench-instances initialized.
01:08:21.321 16  switches: flows:  102075 103257 102666 104058 103525 102525 101862 104610 101218 101481 100354 101507 99861 102466 101544 100921  total = 27.232167 per ms 
01:09:21.422 16  switches: flows:  121957 122766 124450 122336 123754 122802 120671 124071 123247 118863 121015 122383 117761 122325 121607 119892  total = 32.444053 per ms 
01:10:21.522 16  switches: flows:  121080 123811 124302 125003 123656 120202 119978 124002 122207 118889 118896 122659 118676 121474 120116 119536  total = 32.354094 per ms 
01:11:21.623 16  switches: flows:  115089 113573 113028 112101 114712 112688 112680 115325 114069 110693 112310 113374 112398 111347 113363 111281  total = 30.083473 per ms 
01:12:21.723 16  switches: flows:  124238 122058 120328 120359 120904 122223 122186 124868 121851 120345 122474 121180 122368 119457 121049 120525  total = 32.386007 per ms 
01:13:21.825 16  switches: flows:  122727 121499 120404 120826 121055 122437 121686 124494 120083 120002 121005 120181 121769 119408 120633 120633  total = 32.259379 per ms 
01:14:21.926 16  switches: flows:  120328 118869 120519 120807 120571 119957 117852 122782 117537 118910 117299 120222 119723 119656 118731 117774  total = 31.805320 per ms 
01:15:22.027 16  switches: flows:  121158 118284 122047 117961 119156 117775 117690 121851 117926 117945 116053 119710 119326 118667 121550 116479  total = 31.673432 per ms 
01:16:22.127 16  switches: flows:  119529 116785 120694 116424 118514 116170 115726 119444 115423 117862 115305 116774 117900 118577 118338 115432  total = 31.262791 per ms 
01:17:22.227 16  switches: flows:  123522 121645 125617 121337 122526 120120 121028 124499 120412 121878 121562 122905 124213 122521 124661 118584  total = 32.562805 per ms 
RESULT: 16 switches 9 tests min/max/avg/stdev = 30083.47/32562.81/31870.15/10649.84 responses/s</msg>
<arg>${stderr}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-06-11T01:17:22.206982" elapsed="0.001063"/>
</kw>
<if>
<branch type="IF" condition="&quot;${return_stdout}&quot;!=&quot;True&quot;">
<return>
<value>${stderr}</value>
<status status="PASS" start="2026-06-11T01:17:22.208533" elapsed="0.000100"/>
</return>
<status status="PASS" start="2026-06-11T01:17:22.208236" elapsed="0.000480"/>
</branch>
<status status="PASS" start="2026-06-11T01:17:22.208171" elapsed="0.000602"/>
</if>
<if>
<branch type="IF" condition="&quot;${return_stderr}&quot;!=&quot;True&quot;">
<return>
<value>${stdout}</value>
<status status="NOT RUN" start="2026-06-11T01:17:22.208976" elapsed="0.000028"/>
</return>
<status status="NOT RUN" start="2026-06-11T01:17:22.208898" elapsed="0.000166"/>
</branch>
<status status="NOT RUN" start="2026-06-11T01:17:22.208864" elapsed="0.000247"/>
</if>
<return>
<value>${stdout}</value>
<value>${stderr}</value>
<status status="NOT RUN" start="2026-06-11T01:17:22.209177" elapsed="0.000028"/>
</return>
<kw name="Restore_Current_Ssh_Connection_From_Index" owner="SSHKeywords" type="TEARDOWN">
<kw name="Run Keyword And Return If" owner="BuiltIn">
<arg>${connection_index} is not None</arg>
<arg>SSHLibrary.Switch Connection</arg>
<arg>${connection_index}</arg>
<doc>Runs the specified keyword and returns from the enclosing user keyword.</doc>
<status status="PASS" start="2026-06-11T01:17:22.214522" elapsed="0.000429"/>
</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-06-11T01:17:22.215112" elapsed="0.000186"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-06-11T01:17:22.215430" elapsed="0.000100"/>
</kw>
<arg>${current_ssh_connection.index}</arg>
<doc>Restore active SSH connection in SSHLibrary to given index.</doc>
<status status="PASS" start="2026-06-11T01:17:22.209931" elapsed="0.005653"/>
</kw>
<msg time="2026-06-11T01:17:22.215751" level="INFO">${output} = cbench: controller benchmarking tool
   running in mode 'latency'
   connecting to controller at 10.30.170.78:6633 
   faking 16 switches with 1 threads :: 10 tests each; 60000 ms per test
   with 100...</msg>
<var>${output}</var>
<arg>${cbench_system}</arg>
<arg>${cbench_executable} -c ${ODL_SYSTEM_IP} ${cbench_args}</arg>
<arg>prompt_timeout=${test_timeout}</arg>
<arg>return_stdout=False</arg>
<arg>return_stderr=True</arg>
<doc>Reduces the common work of running a command on a remote system to a single higher level
robot keyword, taking care to log in with a public key and. The command given is written and the return value
depends on the passed argument values of return_stdout (default: True) and return_stderr (default: False).
At least one should be True, or the keyword will exit and FAIL. If both are True, the resulting return value
will be a two element list containing both. Otherwise the resulting return value is a string.
No test conditions are checked.</doc>
<status status="PASS" start="2026-06-11T01:07:15.591059" elapsed="606.624720"/>
</kw>
<status status="PASS" start="2026-06-11T01:07:15.590731" elapsed="606.625100"/>
</branch>
<status status="PASS" start="2026-06-11T01:07:15.590378" elapsed="606.625481"/>
</if>
<kw name="Log" owner="BuiltIn">
<msg time="2026-06-11T01:17:22.216348" level="INFO">cbench: controller benchmarking tool
   running in mode 'latency'
   connecting to controller at 10.30.170.78:6633 
   faking 16 switches with 1 threads :: 10 tests each; 60000 ms per test
   with 100 unique source MACs per switch
   learning destination mac addresses before the test
   starting test with 5000 ms delay after features_reply
   ignoring first 1 "warmup" and last 0 "cooldown" loops
   debugging info is off
Master Thread: Creating thread-0! 
Thread-0: All switches initialized. Running at node 10.30.170.78. So far 1 cbench instances have initialized their switches.  Waiting for other cbench-instances
Thread-0: Total switches from ALL cbench-instances initialized.
01:08:21.321 16  switches: flows:  102075 103257 102666 104058 103525 102525 101862 104610 101218 101481 100354 101507 99861 102466 101544 100921  total = 27.232167 per ms 
01:09:21.422 16  switches: flows:  121957 122766 124450 122336 123754 122802 120671 124071 123247 118863 121015 122383 117761 122325 121607 119892  total = 32.444053 per ms 
01:10:21.522 16  switches: flows:  121080 123811 124302 125003 123656 120202 119978 124002 122207 118889 118896 122659 118676 121474 120116 119536  total = 32.354094 per ms 
01:11:21.623 16  switches: flows:  115089 113573 113028 112101 114712 112688 112680 115325 114069 110693 112310 113374 112398 111347 113363 111281  total = 30.083473 per ms 
01:12:21.723 16  switches: flows:  124238 122058 120328 120359 120904 122223 122186 124868 121851 120345 122474 121180 122368 119457 121049 120525  total = 32.386007 per ms 
01:13:21.825 16  switches: flows:  122727 121499 120404 120826 121055 122437 121686 124494 120083 120002 121005 120181 121769 119408 120633 120633  total = 32.259379 per ms 
01:14:21.926 16  switches: flows:  120328 118869 120519 120807 120571 119957 117852 122782 117537 118910 117299 120222 119723 119656 118731 117774  total = 31.805320 per ms 
01:15:22.027 16  switches: flows:  121158 118284 122047 117961 119156 117775 117690 121851 117926 117945 116053 119710 119326 118667 121550 116479  total = 31.673432 per ms 
01:16:22.127 16  switches: flows:  119529 116785 120694 116424 118514 116170 115726 119444 115423 117862 115305 116774 117900 118577 118338 115432  total = 31.262791 per ms 
01:17:22.227 16  switches: flows:  123522 121645 125617 121337 122526 120120 121028 124499 120412 121878 121562 122905 124213 122521 124661 118584  total = 32.562805 per ms 
RESULT: 16 switches 9 tests min/max/avg/stdev = 30083.47/32562.81/31870.15/10649.84 responses/s</msg>
<arg>${output}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-06-11T01:17:22.216030" elapsed="0.000393"/>
</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-06-11T01:17:22.216573" elapsed="0.000398"/>
</kw>
<kw name="Get Lines Containing String" owner="String">
<msg time="2026-06-11T01:17:22.217355" level="INFO">1 out of 23 lines matched.</msg>
<msg time="2026-06-11T01:17:22.217445" level="INFO">${result_line} = RESULT: 16 switches 9 tests min/max/avg/stdev = 30083.47/32562.81/31870.15/10649.84 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-06-11T01:17:22.217132" elapsed="0.000337"/>
</kw>
<kw name="Split String" owner="String">
<msg time="2026-06-11T01:17:22.217954" level="INFO">@{results_list} = [ RESULT: | 16 | switches | 9 | tests | min/max/avg/stdev | = | 30083.47/32562.81/31870.15/10649.84 | 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-06-11T01:17:22.217678" elapsed="0.000306"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-06-11T01:17:22.220436" 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-06-11T01:17:22.218131" elapsed="0.002362"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-06-11T01:17:22.223222" level="INFO">30083.47/32562.81/31870.15/10649.84</msg>
<arg>${results_list[7]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-06-11T01:17:22.220659" elapsed="0.002621"/>
</kw>
<kw name="Split String" owner="String">
<msg time="2026-06-11T01:17:22.225683" 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-06-11T01:17:22.223438" elapsed="0.002273"/>
</kw>
<kw name="Split String" owner="String">
<msg time="2026-06-11T01:17:22.228278" level="INFO">@{result_value_list} = [ 30083.47 | 32562.81 | 31870.15 | 10649.84 ]</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-06-11T01:17:22.226028" elapsed="0.002279"/>
</kw>
<kw name="Get Length" owner="BuiltIn">
<msg time="2026-06-11T01:17:22.228829" level="INFO">Length is 4.</msg>
<msg time="2026-06-11T01:17:22.228916" 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-06-11T01:17:22.228464" elapsed="0.000476"/>
</kw>
<for flavor="IN RANGE">
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-06-11T01:17:22.233728" level="INFO">min :: 30083.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-06-11T01:17:22.229337" elapsed="0.004454"/>
</kw>
<var name="${i}">0</var>
<status status="PASS" start="2026-06-11T01:17:22.229203" elapsed="0.004642"/>
</iter>
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-06-11T01:17:22.238441" level="INFO">max :: 32562.81</msg>
<arg>${result_name_list[${i}]} :: ${result_value_list[${i}]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-06-11T01:17:22.234102" elapsed="0.004401"/>
</kw>
<var name="${i}">1</var>
<status status="PASS" start="2026-06-11T01:17:22.233951" elapsed="0.004591"/>
</iter>
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-06-11T01:17:22.244283" level="INFO">avg :: 31870.15</msg>
<arg>${result_name_list[${i}]} :: ${result_value_list[${i}]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-06-11T01:17:22.238805" elapsed="0.005534"/>
</kw>
<var name="${i}">2</var>
<status status="PASS" start="2026-06-11T01:17:22.238660" elapsed="0.005713"/>
</iter>
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-06-11T01:17:22.248991" level="INFO">stdev :: 10649.84</msg>
<arg>${result_name_list[${i}]} :: ${result_value_list[${i}]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-06-11T01:17:22.244583" elapsed="0.004465"/>
</kw>
<var name="${i}">3</var>
<status status="PASS" start="2026-06-11T01:17:22.244456" elapsed="0.004626"/>
</iter>
<var>${i}</var>
<value>0</value>
<value>${num_stats}</value>
<status status="PASS" start="2026-06-11T01:17:22.229011" elapsed="0.020102"/>
</for>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-06-11T01:17:22.253110" level="INFO">${min} = 30083.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-06-11T01:17:22.249282" elapsed="0.003856"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-06-11T01:17:22.257271" level="INFO">${max} = 32562.81</msg>
<var>${max}</var>
<arg>${result_value_list[${1}]}</arg>
<doc>Returns the given values which can then be assigned to a variables.</doc>
<status status="PASS" start="2026-06-11T01:17:22.253292" elapsed="0.004006"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-06-11T01:17:22.261193" level="INFO">${average} = 31870.15</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-06-11T01:17:22.257459" elapsed="0.003761"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-06-11T01:17:22.265143" level="INFO">${stdev} = 10649.84</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-06-11T01:17:22.261372" elapsed="0.003799"/>
</kw>
<kw name="Get Time" owner="BuiltIn">
<msg time="2026-06-11T01:17:22.265695" level="INFO">${date} = 2026-06-11 01:17:22</msg>
<var>${date}</var>
<arg>d,m,s</arg>
<doc>Returns the given time in the requested format.</doc>
<status status="PASS" start="2026-06-11T01:17:22.265332" elapsed="0.000389"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-06-11T01:17:22.266315" level="INFO">CBench Result: 2026-06-11 01:17:22,-m 60000 -M 100 -S 16 -l 10 -D 5000 -p 6633,30083.47,32562.81,31870.15,10649.84</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-06-11T01:17:22.265896" elapsed="0.000476"/>
</kw>
<kw name="Log Results And Determine Status">
<kw name="Append To File" owner="OperatingSystem">
<msg time="2026-06-11T01:17:22.268605" 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-06-11T01:17:22.267017" elapsed="0.001665"/>
</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-06-11T01:17:22.268838" elapsed="0.000470"/>
</kw>
<arg>${min}</arg>
<arg>${max}</arg>
<arg>${average}</arg>
<arg>${average_threshold}</arg>
<arg>${output_filename}</arg>
<status status="PASS" start="2026-06-11T01:17:22.266522" elapsed="0.002852"/>
</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-06-11T01:07:15.588406" elapsed="606.681029"/>
</kw>
<kw name="Sleep" owner="BuiltIn">
<msg time="2026-06-11T01:17:22.269930" 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-06-11T01:17:22.269583" elapsed="0.000404"/>
</kw>
<kw name="Report Failure Due To Bug" owner="Utils" type="TEARDOWN">
<kw name="Evaluate" owner="BuiltIn">
<msg time="2026-06-11T01:17:22.271198" 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-06-11T01:17:22.270713" elapsed="0.000512"/>
</kw>
<if>
<branch type="IF" condition="('${TEST_STATUS}' != 'FAIL') or ${test_skipped}">
<return>
<status status="PASS" start="2026-06-11T01:17:22.271453" elapsed="0.000035"/>
</return>
<status status="PASS" start="2026-06-11T01:17:22.271305" elapsed="0.000215"/>
</branch>
<status status="PASS" start="2026-06-11T01:17:22.271283" elapsed="0.000261"/>
</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-06-11T01:17:22.271707" elapsed="0.000022"/>
</kw>
<kw name="Run Keyword And Return Status" owner="BuiltIn">
<var>${match}</var>
<arg>Should Contain</arg>
<arg>${number}</arg>
<arg>-</arg>
<doc>Runs the specified keyword and returns the status as a Boolean value.</doc>
<status status="NOT RUN" start="2026-06-11T01:17:22.271867" elapsed="0.000020"/>
</kw>
<kw name="Set Variable If" owner="BuiltIn">
<var>${bug_url}</var>
<arg>${match}</arg>
<arg>https://jira.opendaylight.org/browse/${number}</arg>
<arg>https://bugs.opendaylight.org/show_bug.cgi?id=${number}</arg>
<doc>Sets variable based on the given condition.</doc>
<status status="NOT RUN" start="2026-06-11T01:17:22.272027" 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-06-11T01:17:22.272230" 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-06-11T01:17:22.272383" elapsed="0.000020"/>
</kw>
<kw name="Set Test Message" owner="BuiltIn">
<arg>${msg}${newline}${newline}${TEST_MESSAGE}</arg>
<doc>Sets message for the current test case.</doc>
<status status="NOT RUN" start="2026-06-11T01:17:22.272531" 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-06-11T01:17:22.272730" elapsed="0.000023"/>
</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-06-11T01:17:22.272961" elapsed="0.000020"/>
</kw>
<status status="NOT RUN" start="2026-06-11T01:17:22.272819" elapsed="0.000194"/>
</branch>
<status status="NOT RUN" start="2026-06-11T01:17:22.272802" elapsed="0.000235"/>
</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-06-11T01:17:22.270361" elapsed="0.002728"/>
</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-06-11T01:07:15.587115" elapsed="606.686020"/>
</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-06-11T00:46:56.322236" elapsed="1825.951320"/>
</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>
