<?xml version="1.0" encoding="UTF-8"?>
<robot generator="Robot 7.4.2 (Python 3.11.10 on linux)" generated="2026-04-30T00:46:44.433949" 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-04-30T00:46:45.001900" elapsed="0.000023"/>
</return>
<status status="NOT RUN" start="2026-04-30T00:46:45.001761" elapsed="0.000213"/>
</branch>
<status status="PASS" start="2026-04-30T00:46:45.001733" elapsed="0.000269"/>
</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-04-30T00:46:45.002146" elapsed="0.000533"/>
</kw>
<kw name="Login" owner="SSHLibrary">
<msg time="2026-04-30T00:46:45.003154" level="INFO">Logging into '10.30.171.147:8101' as 'karaf'.</msg>
<msg time="2026-04-30T00:46:45.949436" 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-04-30T00:46:45.002857" elapsed="0.946756"/>
</kw>
<kw name="Write" owner="SSHLibrary">
<msg time="2026-04-30T00:46:45.997070" 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-04-30T00:46:45.949881" elapsed="0.047259"/>
</kw>
<kw name="Read Until Regexp" owner="SSHLibrary">
<msg time="2026-04-30T00:46:45.998848" level="INFO">[?1l&gt;[?2004l[?1h=[90m~[0m                                                                                [?2004hopendaylight-user@root&gt;</msg>
<msg time="2026-04-30T00:46:45.998955" 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-04-30T00:46:45.997306" elapsed="0.001678"/>
</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-04-30T00:46:45.999139" elapsed="0.000212"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-04-30T00:46:45.999511" elapsed="0.000237"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-30T00:46:46.000244" 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-04-30T00:46:45.999903" elapsed="0.000396"/>
</kw>
<return>
<value>${output}</value>
<status status="PASS" start="2026-04-30T00:46:46.000414" elapsed="0.000069"/>
</return>
<arg>log:set ${log_level}</arg>
<doc>Will execute the given ${cmd} by ssh'ing to the karaf console running on 10.30.171.147
Note that this keyword will open&amp;close new SSH connection, without switching back to previously current session.</doc>
<status status="PASS" start="2026-04-30T00:46:45.001378" elapsed="0.999247"/>
</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-04-30T00:46:44.997712" elapsed="1.002976"/>
</kw>
<kw name="Append To File" owner="OperatingSystem">
<msg time="2026-04-30T00:46:46.001769" 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-04-30T00:46:46.000879" elapsed="0.000951"/>
</kw>
<kw name="Append To File" owner="OperatingSystem">
<msg time="2026-04-30T00:46:46.002242" 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-04-30T00:46:46.001990" elapsed="0.000310"/>
</kw>
<kw name="Evaluate" owner="BuiltIn">
<msg time="2026-04-30T00:46:46.002889" 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-04-30T00:46:46.002488" elapsed="0.000431"/>
</kw>
<kw name="Set Suite Variable" owner="BuiltIn">
<msg time="2026-04-30T00:46:46.003450" 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-04-30T00:46:46.003089" elapsed="0.000407"/>
</kw>
<kw name="Evaluate" owner="BuiltIn">
<msg time="2026-04-30T00:46:46.004094" 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-04-30T00:46:46.003665" elapsed="0.000460"/>
</kw>
<kw name="Set Suite Variable" owner="BuiltIn">
<msg time="2026-04-30T00:46:46.004672" 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-04-30T00:46:46.004334" elapsed="0.000379"/>
</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-04-30T00:46:46.005022" elapsed="0.000021"/>
</kw>
<status status="NOT RUN" start="2026-04-30T00:46:46.004801" elapsed="0.000276"/>
</branch>
<branch type="ELSE">
<kw name="Verify File Exists On Remote System" owner="Utils">
<kw name="Open Connection" owner="SSHLibrary">
<msg time="2026-04-30T00:46:46.009627" 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-04-30T00:46:46.009190" elapsed="0.000465"/>
</kw>
<kw name="Flexible_SSH_Login" owner="SSHKeywords">
<kw name="Get Length" owner="BuiltIn">
<msg time="2026-04-30T00:46:46.010661" level="INFO">Length is 0.</msg>
<msg time="2026-04-30T00:46:46.010744" 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-04-30T00:46:46.010203" elapsed="0.000566"/>
</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-04-30T00:46:46.010914" elapsed="0.000346"/>
</kw>
<kw name="Run Keyword And Return" owner="BuiltIn">
<kw name="Login With Public Key" owner="SSHLibrary">
<msg time="2026-04-30T00:46:46.012360" level="INFO">Logging into '10.30.170.150:22' as 'jenkins'.</msg>
<msg time="2026-04-30T00:46:46.692450" 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 Apr 30 00:46:46 UTC 2026

  System load:  0.08               Processes:             109
  Usage of /:   19.3% of 38.58GB   Users logged in:       0
  Memory usage: 4%                 IPv4 address for ens3: 10.30.170.150
  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-213-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-04-30T00:46:46.011851" elapsed="0.680754"/>
</kw>
<msg time="2026-04-30T00:46:46.692697" 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-04-30T00:46:46.011441" elapsed="0.681347"/>
</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-04-30T00:46:46.009861" elapsed="0.683051"/>
</kw>
<kw name="File Should Exist" owner="SSHLibrary">
<msg time="2026-04-30T00:46:46.700204" 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-04-30T00:46:46.693140" elapsed="0.008435"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-04-30T00:46:46.701769" elapsed="0.000305"/>
</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-04-30T00:46:46.008663" elapsed="0.693476"/>
</kw>
<status status="PASS" start="2026-04-30T00:46:46.005265" elapsed="0.696913"/>
</branch>
<status status="PASS" start="2026-04-30T00:46:46.004776" elapsed="0.697440"/>
</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-04-30T00:46:46.702399" elapsed="0.000520"/>
</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-04-30T00:46:46.708244" elapsed="0.000026"/>
</return>
<status status="NOT RUN" start="2026-04-30T00:46:46.708072" elapsed="0.000267"/>
</branch>
<status status="PASS" start="2026-04-30T00:46:46.708037" elapsed="0.000339"/>
</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-04-30T00:46:46.713400" elapsed="0.000020"/>
</return>
<status status="NOT RUN" start="2026-04-30T00:46:46.713215" elapsed="0.000251"/>
</branch>
<status status="PASS" start="2026-04-30T00:46:46.713187" elapsed="0.000315"/>
</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-04-30T00:46:46.713685" elapsed="0.000600"/>
</kw>
<kw name="Login" owner="SSHLibrary">
<msg time="2026-04-30T00:46:46.714877" level="INFO">Logging into '10.30.171.147:8101' as 'karaf'.</msg>
<msg time="2026-04-30T00:46:46.922542" 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-04-30T00:46:46.714513" elapsed="0.208200"/>
</kw>
<kw name="Write" owner="SSHLibrary">
<msg time="2026-04-30T00:46:47.014637" 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-04-30T00:46:46.922998" elapsed="0.091797"/>
</kw>
<kw name="Read Until Regexp" owner="SSHLibrary">
<msg time="2026-04-30T00:46:47.033370" 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-04-30T00:46:47.033566" 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-04-30T00:46:47.015069" elapsed="0.018530"/>
</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-04-30T00:46:47.033760" elapsed="0.000293"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-04-30T00:46:47.034203" elapsed="0.000216"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-30T00:46:47.034883" 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-04-30T00:46:47.034560" elapsed="0.000377"/>
</kw>
<return>
<value>${output}</value>
<status status="PASS" start="2026-04-30T00:46:47.034988" elapsed="0.000054"/>
</return>
<msg time="2026-04-30T00:46:47.035190" 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.171.147
Note that this keyword will open&amp;close new SSH connection, without switching back to previously current session.</doc>
<status status="PASS" start="2026-04-30T00:46:46.712706" elapsed="0.322516"/>
</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-04-30T00:46:47.035392" elapsed="0.000517"/>
</kw>
<return>
<value>${output}</value>
<status status="PASS" start="2026-04-30T00:46:47.035960" elapsed="0.000031"/>
</return>
<arg>odl-openflowplugin-drop-test</arg>
<doc>Will Succeed if the given ${feature_name} is found in the output of "feature:list -i"</doc>
<status status="PASS" start="2026-04-30T00:46:46.707645" elapsed="0.328481"/>
</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-04-30T00:46:47.039870" elapsed="0.000016"/>
</return>
<status status="NOT RUN" start="2026-04-30T00:46:47.039733" elapsed="0.000186"/>
</branch>
<status status="PASS" start="2026-04-30T00:46:47.039709" elapsed="0.000233"/>
</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-04-30T00:46:47.040071" elapsed="0.000466"/>
</kw>
<kw name="Login" owner="SSHLibrary">
<msg time="2026-04-30T00:46:47.040948" level="INFO">Logging into '10.30.171.147:8101' as 'karaf'.</msg>
<msg time="2026-04-30T00:46:47.200380" 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-04-30T00:46:47.040685" elapsed="0.159815"/>
</kw>
<kw name="Write" owner="SSHLibrary">
<msg time="2026-04-30T00:46:47.225358" 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-04-30T00:46:47.200693" elapsed="0.024726"/>
</kw>
<kw name="Read Until Regexp" owner="SSHLibrary">
<msg time="2026-04-30T00:46:47.227165" level="INFO">[?1l&gt;[?2004lDropAllFlows transitions to on
[?1h=[90m~[0m                                                                                [?2004hopendaylight-user@root&gt;</msg>
<msg time="2026-04-30T00:46:47.227262" 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-04-30T00:46:47.225568" elapsed="0.001722"/>
</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-04-30T00:46:47.227441" elapsed="0.000182"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-04-30T00:46:47.227769" elapsed="0.000178"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-30T00:46:47.228413" 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-04-30T00:46:47.228081" elapsed="0.000383"/>
</kw>
<return>
<value>${output}</value>
<status status="PASS" start="2026-04-30T00:46:47.228515" elapsed="0.000048"/>
</return>
<arg>dropallpacketsrpc on</arg>
<doc>Will execute the given ${cmd} by ssh'ing to the karaf console running on 10.30.171.147
Note that this keyword will open&amp;close new SSH connection, without switching back to previously current session.</doc>
<status status="PASS" start="2026-04-30T00:46:47.039406" elapsed="0.189268"/>
</kw>
<status status="PASS" start="2026-04-30T00:46:44.995973" elapsed="2.232763"/>
</kw>
<test id="s1-t1" name="Cbench Latency Test" line="37">
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-30T00:46:47.231184" 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-04-30T00:46:47.229586" elapsed="0.001673"/>
</kw>
<kw name="Run Cbench And Log Results">
<kw name="Set Suite Variable" owner="BuiltIn">
<msg time="2026-04-30T00:46:47.232797" 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-04-30T00:46:47.232438" elapsed="0.000402"/>
</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-04-30T00:46:47.233163" elapsed="0.000022"/>
</kw>
<status status="NOT RUN" start="2026-04-30T00:46:47.232921" elapsed="0.000300"/>
</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-04-30T00:46:47.236258" elapsed="0.000022"/>
</kw>
<status status="NOT RUN" start="2026-04-30T00:46:47.235987" elapsed="0.000358"/>
</branch>
<status status="PASS" start="2026-04-30T00:46:47.235967" elapsed="0.000404"/>
</if>
<kw name="Get Connection" owner="SSHLibrary">
<msg time="2026-04-30T00:46:47.236718" 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-04-30T00:46:47.236839" 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-04-30T00:46:47.236511" elapsed="0.000355"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-30T00:46:47.237440" level="INFO">Attempting to execute command "/usr/local/bin/cbench -c 10.30.171.147 -m 60000 -M 100 -S 16 -l 10 -D 5000 -p 6633" on remote system "10.30.170.150" 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-04-30T00:46:47.237001" elapsed="0.000500"/>
</kw>
<kw name="Open Connection" owner="SSHLibrary">
<msg time="2026-04-30T00:46:47.238097" 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-04-30T00:46:47.237641" elapsed="0.000482"/>
</kw>
<kw name="Flexible_SSH_Login" owner="SSHKeywords">
<kw name="Get Length" owner="BuiltIn">
<msg time="2026-04-30T00:46:47.239043" level="INFO">Length is 0.</msg>
<msg time="2026-04-30T00:46:47.239132" 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-04-30T00:46:47.238718" elapsed="0.000437"/>
</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-04-30T00:46:47.239297" elapsed="0.000346"/>
</kw>
<kw name="Run Keyword And Return" owner="BuiltIn">
<kw name="Login With Public Key" owner="SSHLibrary">
<msg time="2026-04-30T00:46:47.240545" level="INFO">Logging into '10.30.170.150:22' as 'jenkins'.</msg>
<msg time="2026-04-30T00:46:47.552370" 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 Apr 30 00:46:46 UTC 2026

  System load:  0.08               Processes:             109
  Usage of /:   19.3% of 38.58GB   Users logged in:       0
  Memory usage: 4%                 IPv4 address for ens3: 10.30.170.150
  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 Apr 30 00:46:46 2026 from 10.30.171.238
[?2004h[jenkins@releng-63164-213-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-04-30T00:46:47.240162" elapsed="0.312385"/>
</kw>
<msg time="2026-04-30T00:46:47.552627" 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-04-30T00:46:47.239795" elapsed="0.312919"/>
</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-04-30T00:46:47.238340" elapsed="0.314489"/>
</kw>
<kw name="Execute Command" owner="SSHLibrary">
<msg time="2026-04-30T00:46:47.553604" level="INFO">Executing command '/usr/local/bin/cbench -c 10.30.171.147 -m 60000 -M 100 -S 16 -l 10 -D 5000 -p 6633'.</msg>
<msg time="2026-04-30T00:56:53.639401" level="INFO">Command exited with return code 0.</msg>
<msg time="2026-04-30T00:56:53.639934" level="INFO">${stdout} = </msg>
<msg time="2026-04-30T00:56:53.640042" level="INFO">${stderr} = cbench: controller benchmarking tool
   running in mode 'latency'
   connecting to controller at 10.30.171.147:6633 
   faking 16 switches with 1 threads :: 10 tests each; 60000 ms per test
   with 10...</msg>
<var>${stdout}</var>
<var>${stderr}</var>
<arg>${cmd}</arg>
<arg>return_stderr=True</arg>
<doc>Executes ``command`` on the remote machine and returns its outputs.</doc>
<status status="PASS" start="2026-04-30T00:46:47.553035" elapsed="606.087065"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-04-30T00:56:53.640592" elapsed="0.000855"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-30T00:56:53.642660" level="INFO">cbench: controller benchmarking tool
   running in mode 'latency'
   connecting to controller at 10.30.171.147:6633 
   faking 16 switches with 1 threads :: 10 tests each; 60000 ms per test
   with 100 unique source MACs per switch
   learning destination mac addresses before the test
   starting test with 5000 ms delay after features_reply
   ignoring first 1 "warmup" and last 0 "cooldown" loops
   debugging info is off
Master Thread: Creating thread-0! 
Thread-0: All switches initialized. Running at node 10.30.171.147. So far 1 cbench instances have initialized their switches.  Waiting for other cbench-instances
Thread-0: Total switches from ALL cbench-instances initialized.
00:47:52.733 16  switches: flows:  119227 123217 118559 120752 119316 119034 115726 122134 111357 115605 112649 114097 112036 112636 114151 117456  total = 31.132533 per ms 
00:48:52.834 16  switches: flows:  131420 130537 129402 131797 129738 128755 128736 126292 121929 121620 123185 121602 121903 122491 124756 126910  total = 33.628375 per ms 
00:49:52.934 16  switches: flows:  131382 129257 129144 132464 126401 129026 127951 127737 121502 124216 123471 122494 122143 121611 124821 126451  total = 33.611742 per ms 
00:50:53.034 16  switches: flows:  131620 130687 131426 131869 129827 130620 129190 128877 124111 125330 124110 122727 123914 122277 123879 125345  total = 33.873596 per ms 
00:51:53.135 16  switches: flows:  130095 130300 131025 130334 130509 127231 130020 131466 126244 126332 124261 125713 124503 124062 125430 124776  total = 33.981290 per ms 
00:52:53.235 16  switches: flows:  126392 124193 125960 126306 126510 122432 125570 125943 121467 119902 119481 121458 118380 118785 119871 119423  total = 32.646727 per ms 
00:53:53.336 16  switches: flows:  137493 136654 133877 135969 133626 132617 133505 134853 128738 128485 130713 129609 128060 128586 130885 128442  total = 35.143185 per ms 
00:54:53.436 16  switches: flows:  136332 135504 129283 134048 131228 131861 133091 133305 125776 126903 127955 129133 128803 127094 130634 128504  total = 34.766174 per ms 
00:55:53.536 16  switches: flows:  136498 136464 131898 133541 132958 131725 134261 133721 127278 126504 129897 127952 129763 127765 129222 130852  total = 34.946643 per ms 
00:56:53.637 16  switches: flows:  135945 136543 130622 135421 131938 131977 132898 135337 127295 126902 128951 128163 128454 128462 125957 130513  total = 34.864760 per ms 
RESULT: 16 switches 9 tests min/max/avg/stdev = 32646.73/35143.18/34162.50/11413.99 responses/s</msg>
<arg>${stderr}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-04-30T00:56:53.641862" elapsed="0.001100"/>
</kw>
<if>
<branch type="IF" condition="&quot;${return_stdout}&quot;!=&quot;True&quot;">
<return>
<value>${stderr}</value>
<status status="PASS" start="2026-04-30T00:56:53.643537" elapsed="0.000075"/>
</return>
<status status="PASS" start="2026-04-30T00:56:53.643190" elapsed="0.000507"/>
</branch>
<status status="PASS" start="2026-04-30T00:56:53.643125" elapsed="0.000628"/>
</if>
<if>
<branch type="IF" condition="&quot;${return_stderr}&quot;!=&quot;True&quot;">
<return>
<value>${stdout}</value>
<status status="NOT RUN" start="2026-04-30T00:56:53.643967" elapsed="0.000028"/>
</return>
<status status="NOT RUN" start="2026-04-30T00:56:53.643884" elapsed="0.000172"/>
</branch>
<status status="NOT RUN" start="2026-04-30T00:56:53.643849" elapsed="0.000258"/>
</if>
<return>
<value>${stdout}</value>
<value>${stderr}</value>
<status status="NOT RUN" start="2026-04-30T00:56:53.644192" elapsed="0.000030"/>
</return>
<kw name="Restore_Current_Ssh_Connection_From_Index" owner="SSHKeywords" type="TEARDOWN">
<kw name="Run Keyword And Return If" owner="BuiltIn">
<arg>${connection_index} is not None</arg>
<arg>SSHLibrary.Switch Connection</arg>
<arg>${connection_index}</arg>
<doc>Runs the specified keyword and returns from the enclosing user keyword.</doc>
<status status="PASS" start="2026-04-30T00:56:53.649997" elapsed="0.000679"/>
</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-04-30T00:56:53.650828" elapsed="0.000169"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-04-30T00:56:53.651128" elapsed="0.000099"/>
</kw>
<arg>${current_ssh_connection.index}</arg>
<doc>Restore active SSH connection in SSHLibrary to given index.</doc>
<status status="PASS" start="2026-04-30T00:56:53.644906" elapsed="0.006373"/>
</kw>
<msg time="2026-04-30T00:56:53.651424" level="INFO">${output} = cbench: controller benchmarking tool
   running in mode 'latency'
   connecting to controller at 10.30.171.147:6633 
   faking 16 switches with 1 threads :: 10 tests each; 60000 ms per test
   with 10...</msg>
<var>${output}</var>
<arg>${cbench_system}</arg>
<arg>${cbench_executable} -c ${ODL_SYSTEM_IP} ${cbench_args}</arg>
<arg>prompt_timeout=${test_timeout}</arg>
<arg>return_stdout=False</arg>
<arg>return_stderr=True</arg>
<doc>Reduces the common work of running a command on a remote system to a single higher level
robot keyword, taking care to log in with a public key and. The command given is written and the return value
depends on the passed argument values of return_stdout (default: True) and return_stderr (default: False).
At least one should be True, or the keyword will exit and FAIL. If both are True, the resulting return value
will be a two element list containing both. Otherwise the resulting return value is a string.
No test conditions are checked.</doc>
<status status="PASS" start="2026-04-30T00:46:47.233593" elapsed="606.417859"/>
</kw>
<status status="PASS" start="2026-04-30T00:46:47.233250" elapsed="606.418251"/>
</branch>
<status status="PASS" start="2026-04-30T00:46:47.232898" elapsed="606.418627"/>
</if>
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-30T00:56:53.651976" level="INFO">cbench: controller benchmarking tool
   running in mode 'latency'
   connecting to controller at 10.30.171.147:6633 
   faking 16 switches with 1 threads :: 10 tests each; 60000 ms per test
   with 100 unique source MACs per switch
   learning destination mac addresses before the test
   starting test with 5000 ms delay after features_reply
   ignoring first 1 "warmup" and last 0 "cooldown" loops
   debugging info is off
Master Thread: Creating thread-0! 
Thread-0: All switches initialized. Running at node 10.30.171.147. So far 1 cbench instances have initialized their switches.  Waiting for other cbench-instances
Thread-0: Total switches from ALL cbench-instances initialized.
00:47:52.733 16  switches: flows:  119227 123217 118559 120752 119316 119034 115726 122134 111357 115605 112649 114097 112036 112636 114151 117456  total = 31.132533 per ms 
00:48:52.834 16  switches: flows:  131420 130537 129402 131797 129738 128755 128736 126292 121929 121620 123185 121602 121903 122491 124756 126910  total = 33.628375 per ms 
00:49:52.934 16  switches: flows:  131382 129257 129144 132464 126401 129026 127951 127737 121502 124216 123471 122494 122143 121611 124821 126451  total = 33.611742 per ms 
00:50:53.034 16  switches: flows:  131620 130687 131426 131869 129827 130620 129190 128877 124111 125330 124110 122727 123914 122277 123879 125345  total = 33.873596 per ms 
00:51:53.135 16  switches: flows:  130095 130300 131025 130334 130509 127231 130020 131466 126244 126332 124261 125713 124503 124062 125430 124776  total = 33.981290 per ms 
00:52:53.235 16  switches: flows:  126392 124193 125960 126306 126510 122432 125570 125943 121467 119902 119481 121458 118380 118785 119871 119423  total = 32.646727 per ms 
00:53:53.336 16  switches: flows:  137493 136654 133877 135969 133626 132617 133505 134853 128738 128485 130713 129609 128060 128586 130885 128442  total = 35.143185 per ms 
00:54:53.436 16  switches: flows:  136332 135504 129283 134048 131228 131861 133091 133305 125776 126903 127955 129133 128803 127094 130634 128504  total = 34.766174 per ms 
00:55:53.536 16  switches: flows:  136498 136464 131898 133541 132958 131725 134261 133721 127278 126504 129897 127952 129763 127765 129222 130852  total = 34.946643 per ms 
00:56:53.637 16  switches: flows:  135945 136543 130622 135421 131938 131977 132898 135337 127295 126902 128951 128163 128454 128462 125957 130513  total = 34.864760 per ms 
RESULT: 16 switches 9 tests min/max/avg/stdev = 32646.73/35143.18/34162.50/11413.99 responses/s</msg>
<arg>${output}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-04-30T00:56:53.651667" elapsed="0.000382"/>
</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-04-30T00:56:53.652199" elapsed="0.000384"/>
</kw>
<kw name="Get Lines Containing String" owner="String">
<msg time="2026-04-30T00:56:53.652984" level="INFO">1 out of 23 lines matched.</msg>
<msg time="2026-04-30T00:56:53.653077" level="INFO">${result_line} = RESULT: 16 switches 9 tests min/max/avg/stdev = 32646.73/35143.18/34162.50/11413.99 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-04-30T00:56:53.652750" elapsed="0.000352"/>
</kw>
<kw name="Split String" owner="String">
<msg time="2026-04-30T00:56:53.653545" level="INFO">@{results_list} = [ RESULT: | 16 | switches | 9 | tests | min/max/avg/stdev | = | 32646.73/35143.18/34162.50/11413.99 | 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-04-30T00:56:53.653259" elapsed="0.000314"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-30T00:56:53.655960" 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-04-30T00:56:53.653719" elapsed="0.002298"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-30T00:56:53.658452" level="INFO">32646.73/35143.18/34162.50/11413.99</msg>
<arg>${results_list[7]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-04-30T00:56:53.656176" elapsed="0.002340"/>
</kw>
<kw name="Split String" owner="String">
<msg time="2026-04-30T00:56:53.660909" 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-04-30T00:56:53.658669" elapsed="0.002268"/>
</kw>
<kw name="Split String" owner="String">
<msg time="2026-04-30T00:56:53.663373" level="INFO">@{result_value_list} = [ 32646.73 | 35143.18 | 34162.50 | 11413.99 ]</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-04-30T00:56:53.661128" elapsed="0.002274"/>
</kw>
<kw name="Get Length" owner="BuiltIn">
<msg time="2026-04-30T00:56:53.663868" level="INFO">Length is 4.</msg>
<msg time="2026-04-30T00:56:53.663956" 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-04-30T00:56:53.663560" elapsed="0.000420"/>
</kw>
<for flavor="IN RANGE">
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-30T00:56:53.668694" level="INFO">min :: 32646.73</msg>
<arg>${result_name_list[${i}]} :: ${result_value_list[${i}]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-04-30T00:56:53.664401" elapsed="0.004349"/>
</kw>
<var name="${i}">0</var>
<status status="PASS" start="2026-04-30T00:56:53.664253" elapsed="0.004532"/>
</iter>
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-30T00:56:53.673282" level="INFO">max :: 35143.18</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-04-30T00:56:53.669003" elapsed="0.004349"/>
</kw>
<var name="${i}">1</var>
<status status="PASS" start="2026-04-30T00:56:53.668876" elapsed="0.004512"/>
</iter>
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-30T00:56:53.677882" level="INFO">avg :: 34162.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-04-30T00:56:53.673626" elapsed="0.004317"/>
</kw>
<var name="${i}">2</var>
<status status="PASS" start="2026-04-30T00:56:53.673496" elapsed="0.004482"/>
</iter>
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-30T00:56:53.682515" level="INFO">stdev :: 11413.99</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-04-30T00:56:53.678197" elapsed="0.004376"/>
</kw>
<var name="${i}">3</var>
<status status="PASS" start="2026-04-30T00:56:53.678069" elapsed="0.004538"/>
</iter>
<var>${i}</var>
<value>0</value>
<value>${num_stats}</value>
<status status="PASS" start="2026-04-30T00:56:53.664050" elapsed="0.018590"/>
</for>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-04-30T00:56:53.686514" level="INFO">${min} = 32646.73</msg>
<var>${min}</var>
<arg>${result_value_list[${0}]}</arg>
<doc>Returns the given values which can then be assigned to a variables.</doc>
<status status="PASS" start="2026-04-30T00:56:53.682799" elapsed="0.003742"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-04-30T00:56:53.690737" level="INFO">${max} = 35143.18</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-04-30T00:56:53.686693" elapsed="0.004071"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-04-30T00:56:53.694765" level="INFO">${average} = 34162.50</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-04-30T00:56:53.690917" elapsed="0.003874"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-04-30T00:56:53.698738" level="INFO">${stdev} = 11413.99</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-04-30T00:56:53.694942" elapsed="0.003823"/>
</kw>
<kw name="Get Time" owner="BuiltIn">
<msg time="2026-04-30T00:56:53.699284" level="INFO">${date} = 2026-04-30 00:56:53</msg>
<var>${date}</var>
<arg>d,m,s</arg>
<doc>Returns the given time in the requested format.</doc>
<status status="PASS" start="2026-04-30T00:56:53.698925" elapsed="0.000399"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-30T00:56:53.699879" level="INFO">CBench Result: 2026-04-30 00:56:53,-m 60000 -M 100 -S 16 -l 10 -D 5000 -p 6633,32646.73,35143.18,34162.50,11413.99</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-04-30T00:56:53.699473" elapsed="0.000462"/>
</kw>
<kw name="Log Results And Determine Status">
<kw name="Append To File" owner="OperatingSystem">
<msg time="2026-04-30T00:56:53.700974" 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-04-30T00:56:53.700562" elapsed="0.000479"/>
</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-04-30T00:56:53.701192" elapsed="0.000485"/>
</kw>
<arg>${min}</arg>
<arg>${max}</arg>
<arg>${average}</arg>
<arg>${average_threshold}</arg>
<arg>${output_filename}</arg>
<status status="PASS" start="2026-04-30T00:56:53.700079" elapsed="0.001662"/>
</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-04-30T00:46:47.231740" elapsed="606.470062"/>
</kw>
<kw name="Sleep" owner="BuiltIn">
<msg time="2026-04-30T00:56:53.702270" 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-04-30T00:56:53.701952" elapsed="0.000389"/>
</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-04-30T00:56:53.702859" elapsed="0.000264"/>
</kw>
<status status="PASS" start="2026-04-30T00:56:53.702561" elapsed="0.000633"/>
</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-04-30T00:46:47.228883" elapsed="606.474348"/>
</test>
<test id="s1-t2" name="Cbench Throughput Test" line="51">
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-30T00:56:53.704532" 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-04-30T00:56:53.704137" elapsed="0.000451"/>
</kw>
<kw name="Run Cbench And Log Results">
<kw name="Set Suite Variable" owner="BuiltIn">
<msg time="2026-04-30T00:56:53.705862" 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-04-30T00:56:53.705524" 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-04-30T00:56:53.706243" elapsed="0.000021"/>
</kw>
<status status="NOT RUN" start="2026-04-30T00:56:53.706025" elapsed="0.000276"/>
</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-04-30T00:56:53.709176" elapsed="0.000022"/>
</kw>
<status status="NOT RUN" start="2026-04-30T00:56:53.708933" elapsed="0.000299"/>
</branch>
<status status="PASS" start="2026-04-30T00:56:53.708914" elapsed="0.000342"/>
</if>
<kw name="Get Connection" owner="SSHLibrary">
<msg time="2026-04-30T00:56:53.709597" 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-04-30T00:56:53.709716" 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-04-30T00:56:53.709400" elapsed="0.000343"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-30T00:56:53.710291" level="INFO">Attempting to execute command "/usr/local/bin/cbench -c 10.30.171.147 -t -m 60000 -M 100 -S 16 -l 10 -D 5000 -p 6633" on remote system "10.30.170.150" 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-04-30T00:56:53.709877" elapsed="0.000491"/>
</kw>
<kw name="Open Connection" owner="SSHLibrary">
<msg time="2026-04-30T00:56:53.710909" 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-04-30T00:56:53.710506" elapsed="0.000429"/>
</kw>
<kw name="Flexible_SSH_Login" owner="SSHKeywords">
<kw name="Get Length" owner="BuiltIn">
<msg time="2026-04-30T00:56:53.711831" level="INFO">Length is 0.</msg>
<msg time="2026-04-30T00:56:53.711919" 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-04-30T00:56:53.711527" elapsed="0.000416"/>
</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-04-30T00:56:53.712082" elapsed="0.000340"/>
</kw>
<kw name="Run Keyword And Return" owner="BuiltIn">
<kw name="Login With Public Key" owner="SSHLibrary">
<msg time="2026-04-30T00:56:53.713270" level="INFO">Logging into '10.30.170.150:22' as 'jenkins'.</msg>
<msg time="2026-04-30T00:56:54.298455" 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 Apr 30 00:56:53 UTC 2026

  System load:  1.0                Processes:             104
  Usage of /:   19.5% of 38.58GB   Users logged in:       0
  Memory usage: 4%                 IPv4 address for ens3: 10.30.170.150
  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 Apr 30 00:46:47 2026 from 10.30.171.238
[?2004h[jenkins@releng-63164-213-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-04-30T00:56:53.712919" elapsed="0.585808"/>
</kw>
<msg time="2026-04-30T00:56:54.298837" 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-04-30T00:56:53.712576" elapsed="0.586373"/>
</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-04-30T00:56:53.711136" elapsed="0.587951"/>
</kw>
<kw name="Execute Command" owner="SSHLibrary">
<msg time="2026-04-30T00:56:54.299688" level="INFO">Executing command '/usr/local/bin/cbench -c 10.30.171.147 -t -m 60000 -M 100 -S 16 -l 10 -D 5000 -p 6633'.</msg>
<msg time="2026-04-30T01:07:00.364394" level="INFO">Command exited with return code 0.</msg>
<msg time="2026-04-30T01:07:00.365082" level="INFO">${stdout} = </msg>
<msg time="2026-04-30T01:07:00.365194" level="INFO">${stderr} = cbench: controller benchmarking tool
   running in mode 'throughput'
   connecting to controller at 10.30.171.147: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-04-30T00:56:54.299344" elapsed="606.065908"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-04-30T01:07:00.365798" elapsed="0.000824"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-30T01:07:00.367758" level="INFO">cbench: controller benchmarking tool
   running in mode 'throughput'
   connecting to controller at 10.30.171.147:6633 
   faking 16 switches with 1 threads :: 10 tests each; 60000 ms per test
   with 100 unique source MACs per switch
   learning destination mac addresses before the test
   starting test with 5000 ms delay after features_reply
   ignoring first 1 "warmup" and last 0 "cooldown" loops
   debugging info is off
Master Thread: Creating thread-0! 
Thread-0: All switches initialized. Running at node 10.30.171.147. So far 1 cbench instances have initialized their switches.  Waiting for other cbench-instances
Thread-0: Total switches from ALL cbench-instances initialized.
00:57:59.441 16  switches: flows:  561112 554029 566416 553021 534783 557059 555196 562668 545962 555452 541337 554750 558261 540642 549027 564408  total = 147.568717 per ms 
00:58:59.543 16  switches: flows:  506400 490539 501326 494354 494258 480360 508959 458621 489482 517222 502138 495019 504866 507369 485464 504438  total = 132.124100 per ms 
00:59:59.645 16  switches: flows:  555300 551419 553714 545679 551638 553343 542944 542020 556844 545805 549160 548280 547558 541106 551848 545048  total = 146.114971 per ms 
01:00:59.746 16  switches: flows:  629956 627032 633539 625607 628934 625281 624957 627422 625895 628996 628735 624292 632699 610336 623456 632457  total = 166.879412 per ms 
01:01:59.848 16  switches: flows:  668411 662602 677750 660870 663125 658442 660848 669045 670809 670429 671551 673646 663096 665189 659001 664839  total = 177.361323 per ms 
01:02:59.950 16  switches: flows:  677997 671534 674558 680738 673900 665625 682960 669040 667977 671344 676324 672926 669179 676583 680356 679244  total = 179.532761 per ms 
01:04:00.052 16  switches: flows:  677828 684481 682067 675630 689221 678848 683892 676649 687348 682007 686467 684756 680911 678272 680481 683254  total = 181.563102 per ms 
01:05:00.154 16  switches: flows:  661366 669503 664530 675093 678665 663490 679486 670345 686701 682051 680979 669998 664279 656399 667254 660115  total = 178.535562 per ms 
01:06:00.255 16  switches: flows:  668416 680437 682846 675769 676176 678585 680878 673374 689198 679179 636821 672284 688293 676429 676681 670815  total = 179.800733 per ms 
01:07:00.357 16  switches: flows:  614049 638962 618267 613872 627092 633366 551101 612010 619973 614001 630408 639927 629154 605302 588371 630360  total = 164.158255 per ms 
RESULT: 16 switches 9 tests min/max/avg/stdev = 132124.10/181563.10/167341.14/58153.10 responses/s</msg>
<arg>${stderr}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-04-30T01:07:00.366990" elapsed="0.001094"/>
</kw>
<if>
<branch type="IF" condition="&quot;${return_stdout}&quot;!=&quot;True&quot;">
<return>
<value>${stderr}</value>
<status status="PASS" start="2026-04-30T01:07:00.368684" elapsed="0.000093"/>
</return>
<status status="PASS" start="2026-04-30T01:07:00.368277" elapsed="0.000600"/>
</branch>
<status status="PASS" start="2026-04-30T01:07:00.368214" elapsed="0.000752"/>
</if>
<if>
<branch type="IF" condition="&quot;${return_stderr}&quot;!=&quot;True&quot;">
<return>
<value>${stdout}</value>
<status status="NOT RUN" start="2026-04-30T01:07:00.369217" elapsed="0.000029"/>
</return>
<status status="NOT RUN" start="2026-04-30T01:07:00.369131" elapsed="0.000208"/>
</branch>
<status status="NOT RUN" start="2026-04-30T01:07:00.369089" elapsed="0.000304"/>
</if>
<return>
<value>${stdout}</value>
<value>${stderr}</value>
<status status="NOT RUN" start="2026-04-30T01:07:00.369465" elapsed="0.000031"/>
</return>
<kw name="Restore_Current_Ssh_Connection_From_Index" owner="SSHKeywords" type="TEARDOWN">
<kw name="Run Keyword And Return If" owner="BuiltIn">
<arg>${connection_index} is not None</arg>
<arg>SSHLibrary.Switch Connection</arg>
<arg>${connection_index}</arg>
<doc>Runs the specified keyword and returns from the enclosing user keyword.</doc>
<status status="PASS" start="2026-04-30T01:07:00.374534" elapsed="0.000529"/>
</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-04-30T01:07:00.375272" elapsed="0.000262"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-04-30T01:07:00.375721" elapsed="0.000173"/>
</kw>
<arg>${current_ssh_connection.index}</arg>
<doc>Restore active SSH connection in SSHLibrary to given index.</doc>
<status status="PASS" start="2026-04-30T01:07:00.370172" elapsed="0.005808"/>
</kw>
<msg time="2026-04-30T01:07:00.376174" level="INFO">${output} = cbench: controller benchmarking tool
   running in mode 'throughput'
   connecting to controller at 10.30.171.147: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-04-30T00:56:53.706663" elapsed="606.669549"/>
</kw>
<status status="PASS" start="2026-04-30T00:56:53.706344" elapsed="606.669937"/>
</branch>
<status status="PASS" start="2026-04-30T00:56:53.705996" elapsed="606.670342"/>
</if>
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-30T01:07:00.377069" level="INFO">cbench: controller benchmarking tool
   running in mode 'throughput'
   connecting to controller at 10.30.171.147:6633 
   faking 16 switches with 1 threads :: 10 tests each; 60000 ms per test
   with 100 unique source MACs per switch
   learning destination mac addresses before the test
   starting test with 5000 ms delay after features_reply
   ignoring first 1 "warmup" and last 0 "cooldown" loops
   debugging info is off
Master Thread: Creating thread-0! 
Thread-0: All switches initialized. Running at node 10.30.171.147. So far 1 cbench instances have initialized their switches.  Waiting for other cbench-instances
Thread-0: Total switches from ALL cbench-instances initialized.
00:57:59.441 16  switches: flows:  561112 554029 566416 553021 534783 557059 555196 562668 545962 555452 541337 554750 558261 540642 549027 564408  total = 147.568717 per ms 
00:58:59.543 16  switches: flows:  506400 490539 501326 494354 494258 480360 508959 458621 489482 517222 502138 495019 504866 507369 485464 504438  total = 132.124100 per ms 
00:59:59.645 16  switches: flows:  555300 551419 553714 545679 551638 553343 542944 542020 556844 545805 549160 548280 547558 541106 551848 545048  total = 146.114971 per ms 
01:00:59.746 16  switches: flows:  629956 627032 633539 625607 628934 625281 624957 627422 625895 628996 628735 624292 632699 610336 623456 632457  total = 166.879412 per ms 
01:01:59.848 16  switches: flows:  668411 662602 677750 660870 663125 658442 660848 669045 670809 670429 671551 673646 663096 665189 659001 664839  total = 177.361323 per ms 
01:02:59.950 16  switches: flows:  677997 671534 674558 680738 673900 665625 682960 669040 667977 671344 676324 672926 669179 676583 680356 679244  total = 179.532761 per ms 
01:04:00.052 16  switches: flows:  677828 684481 682067 675630 689221 678848 683892 676649 687348 682007 686467 684756 680911 678272 680481 683254  total = 181.563102 per ms 
01:05:00.154 16  switches: flows:  661366 669503 664530 675093 678665 663490 679486 670345 686701 682051 680979 669998 664279 656399 667254 660115  total = 178.535562 per ms 
01:06:00.255 16  switches: flows:  668416 680437 682846 675769 676176 678585 680878 673374 689198 679179 636821 672284 688293 676429 676681 670815  total = 179.800733 per ms 
01:07:00.357 16  switches: flows:  614049 638962 618267 613872 627092 633366 551101 612010 619973 614001 630408 639927 629154 605302 588371 630360  total = 164.158255 per ms 
RESULT: 16 switches 9 tests min/max/avg/stdev = 132124.10/181563.10/167341.14/58153.10 responses/s</msg>
<arg>${output}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-04-30T01:07:00.376550" elapsed="0.000601"/>
</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-04-30T01:07:00.377303" elapsed="0.000394"/>
</kw>
<kw name="Get Lines Containing String" owner="String">
<msg time="2026-04-30T01:07:00.378096" level="INFO">1 out of 23 lines matched.</msg>
<msg time="2026-04-30T01:07:00.378189" level="INFO">${result_line} = RESULT: 16 switches 9 tests min/max/avg/stdev = 132124.10/181563.10/167341.14/58153.10 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-04-30T01:07:00.377868" elapsed="0.000346"/>
</kw>
<kw name="Split String" owner="String">
<msg time="2026-04-30T01:07:00.378649" level="INFO">@{results_list} = [ RESULT: | 16 | switches | 9 | tests | min/max/avg/stdev | = | 132124.10/181563.10/167341.14/58153.10 | 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-04-30T01:07:00.378388" elapsed="0.000289"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-30T01:07:00.381093" 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-04-30T01:07:00.378825" elapsed="0.002326"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-30T01:07:00.383526" level="INFO">132124.10/181563.10/167341.14/58153.10</msg>
<arg>${results_list[7]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-04-30T01:07:00.381299" elapsed="0.002283"/>
</kw>
<kw name="Split String" owner="String">
<msg time="2026-04-30T01:07:00.387712" 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-04-30T01:07:00.383732" elapsed="0.004043"/>
</kw>
<kw name="Split String" owner="String">
<msg time="2026-04-30T01:07:00.393244" level="INFO">@{result_value_list} = [ 132124.10 | 181563.10 | 167341.14 | 58153.10 ]</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-04-30T01:07:00.388208" elapsed="0.005077"/>
</kw>
<kw name="Get Length" owner="BuiltIn">
<msg time="2026-04-30T01:07:00.393991" level="INFO">Length is 4.</msg>
<msg time="2026-04-30T01:07:00.394122" 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-04-30T01:07:00.393536" elapsed="0.000620"/>
</kw>
<for flavor="IN RANGE">
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-30T01:07:00.401167" level="INFO">min :: 132124.10</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-04-30T01:07:00.394745" elapsed="0.006480"/>
</kw>
<var name="${i}">0</var>
<status status="PASS" start="2026-04-30T01:07:00.394554" elapsed="0.006705"/>
</iter>
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-30T01:07:00.405958" level="INFO">max :: 181563.10</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-04-30T01:07:00.401492" elapsed="0.004523"/>
</kw>
<var name="${i}">1</var>
<status status="PASS" start="2026-04-30T01:07:00.401364" elapsed="0.004687"/>
</iter>
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-30T01:07:00.410892" level="INFO">avg :: 167341.14</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-04-30T01:07:00.406275" elapsed="0.004673"/>
</kw>
<var name="${i}">2</var>
<status status="PASS" start="2026-04-30T01:07:00.406146" elapsed="0.004837"/>
</iter>
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-30T01:07:00.415530" level="INFO">stdev :: 58153.10</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-04-30T01:07:00.411203" elapsed="0.004383"/>
</kw>
<var name="${i}">3</var>
<status status="PASS" start="2026-04-30T01:07:00.411072" elapsed="0.004549"/>
</iter>
<var>${i}</var>
<value>0</value>
<value>${num_stats}</value>
<status status="PASS" start="2026-04-30T01:07:00.394248" elapsed="0.021404"/>
</for>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-04-30T01:07:00.419520" level="INFO">${min} = 132124.10</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-04-30T01:07:00.415809" elapsed="0.003738"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-04-30T01:07:00.423425" level="INFO">${max} = 181563.10</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-04-30T01:07:00.419703" elapsed="0.003749"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-04-30T01:07:00.427575" level="INFO">${average} = 167341.14</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-04-30T01:07:00.423604" elapsed="0.003998"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-04-30T01:07:00.431488" level="INFO">${stdev} = 58153.10</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-04-30T01:07:00.427755" elapsed="0.003759"/>
</kw>
<kw name="Get Time" owner="BuiltIn">
<msg time="2026-04-30T01:07:00.432021" level="INFO">${date} = 2026-04-30 01:07:00</msg>
<var>${date}</var>
<arg>d,m,s</arg>
<doc>Returns the given time in the requested format.</doc>
<status status="PASS" start="2026-04-30T01:07:00.431672" elapsed="0.000374"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-30T01:07:00.432615" level="INFO">CBench Result: 2026-04-30 01:07:00,-t -m 60000 -M 100 -S 16 -l 10 -D 5000 -p 6633,132124.10,181563.10,167341.14,58153.10</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-04-30T01:07:00.432192" elapsed="0.000501"/>
</kw>
<kw name="Log Results And Determine Status">
<kw name="Append To File" owner="OperatingSystem">
<msg time="2026-04-30T01:07:00.433786" 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-04-30T01:07:00.433343" elapsed="0.000510"/>
</kw>
<kw name="Should Be True" owner="BuiltIn">
<arg>${average} &gt; ${threshold}</arg>
<arg>${average} flow_mods per/sec did not exceed threshold of ${threshold}</arg>
<doc>Fails if the given condition is not true.</doc>
<status status="PASS" start="2026-04-30T01:07:00.434003" elapsed="0.000491"/>
</kw>
<arg>${min}</arg>
<arg>${max}</arg>
<arg>${average}</arg>
<arg>${average_threshold}</arg>
<arg>${output_filename}</arg>
<status status="PASS" start="2026-04-30T01:07:00.432849" elapsed="0.001711"/>
</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-04-30T00:56:53.704905" elapsed="606.729714"/>
</kw>
<kw name="Sleep" owner="BuiltIn">
<msg time="2026-04-30T01:07:00.435084" 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-04-30T01:07:00.434768" elapsed="0.000373"/>
</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-04-30T01:07:00.435668" elapsed="0.000274"/>
</kw>
<status status="PASS" start="2026-04-30T01:07:00.435366" elapsed="0.000647"/>
</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-04-30T00:56:53.703556" elapsed="606.732495"/>
</test>
<test id="s1-t3" name="Rerun Latency Test To Check Bug 6176" line="65">
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-30T01:07:00.437258" 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-04-30T01:07:00.436873" elapsed="0.000459"/>
</kw>
<kw name="Run Cbench And Log Results">
<kw name="Set Suite Variable" owner="BuiltIn">
<msg time="2026-04-30T01:07:00.438569" 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-04-30T01:07:00.438222" elapsed="0.000387"/>
</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-04-30T01:07:00.438970" elapsed="0.000022"/>
</kw>
<status status="NOT RUN" start="2026-04-30T01:07:00.438736" elapsed="0.000293"/>
</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-04-30T01:07:00.442020" elapsed="0.000024"/>
</kw>
<status status="NOT RUN" start="2026-04-30T01:07:00.441755" elapsed="0.000324"/>
</branch>
<status status="PASS" start="2026-04-30T01:07:00.441734" elapsed="0.000370"/>
</if>
<kw name="Get Connection" owner="SSHLibrary">
<msg time="2026-04-30T01:07:00.442460" 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-04-30T01:07:00.442581" 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-04-30T01:07:00.442239" elapsed="0.000369"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-30T01:07:00.443168" level="INFO">Attempting to execute command "/usr/local/bin/cbench -c 10.30.171.147 -m 60000 -M 100 -S 16 -l 10 -D 5000 -p 6633" on remote system "10.30.170.150" 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-04-30T01:07:00.442741" elapsed="0.000487"/>
</kw>
<kw name="Open Connection" owner="SSHLibrary">
<msg time="2026-04-30T01:07:00.443792" 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-04-30T01:07:00.443384" elapsed="0.000435"/>
</kw>
<kw name="Flexible_SSH_Login" owner="SSHKeywords">
<kw name="Get Length" owner="BuiltIn">
<msg time="2026-04-30T01:07:00.444906" level="INFO">Length is 0.</msg>
<msg time="2026-04-30T01:07:00.445012" 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-04-30T01:07:00.444423" elapsed="0.000614"/>
</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-04-30T01:07:00.445179" elapsed="0.000348"/>
</kw>
<kw name="Run Keyword And Return" owner="BuiltIn">
<kw name="Login With Public Key" owner="SSHLibrary">
<msg time="2026-04-30T01:07:00.446414" level="INFO">Logging into '10.30.170.150:22' as 'jenkins'.</msg>
<msg time="2026-04-30T01:07:01.023308" 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 Apr 30 01:07:00 UTC 2026

  System load:  0.15               Processes:             105
  Usage of /:   19.5% of 38.58GB   Users logged in:       0
  Memory usage: 4%                 IPv4 address for ens3: 10.30.170.150
  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 Apr 30 00:56:54 2026 from 10.30.171.238
[?2004h[jenkins@releng-63164-213-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-04-30T01:07:00.446041" elapsed="0.577627"/>
</kw>
<msg time="2026-04-30T01:07:01.023800" 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-04-30T01:07:00.445680" elapsed="0.578245"/>
</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-04-30T01:07:00.444030" elapsed="0.580071"/>
</kw>
<kw name="Execute Command" owner="SSHLibrary">
<msg time="2026-04-30T01:07:01.024991" level="INFO">Executing command '/usr/local/bin/cbench -c 10.30.171.147 -m 60000 -M 100 -S 16 -l 10 -D 5000 -p 6633'.</msg>
<msg time="2026-04-30T01:17:07.105503" level="INFO">Command exited with return code 0.</msg>
<msg time="2026-04-30T01:17:07.106035" level="INFO">${stdout} = </msg>
<msg time="2026-04-30T01:17:07.106144" level="INFO">${stderr} = cbench: controller benchmarking tool
   running in mode 'latency'
   connecting to controller at 10.30.171.147:6633 
   faking 16 switches with 1 threads :: 10 tests each; 60000 ms per test
   with 10...</msg>
<var>${stdout}</var>
<var>${stderr}</var>
<arg>${cmd}</arg>
<arg>return_stderr=True</arg>
<doc>Executes ``command`` on the remote machine and returns its outputs.</doc>
<status status="PASS" start="2026-04-30T01:07:01.024473" elapsed="606.081729"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-04-30T01:17:07.106666" elapsed="0.000731"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-30T01:17:07.108528" level="INFO">cbench: controller benchmarking tool
   running in mode 'latency'
   connecting to controller at 10.30.171.147:6633 
   faking 16 switches with 1 threads :: 10 tests each; 60000 ms per test
   with 100 unique source MACs per switch
   learning destination mac addresses before the test
   starting test with 5000 ms delay after features_reply
   ignoring first 1 "warmup" and last 0 "cooldown" loops
   debugging info is off
Master Thread: Creating thread-0! 
Thread-0: All switches initialized. Running at node 10.30.171.147. 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:06.195 16  switches: flows:  132056 131429 134412 132462 132146 131705 132898 134088 133264 131268 130857 133368 131806 132173 133294 129687  total = 35.281883 per ms 
01:09:06.295 16  switches: flows:  127370 127511 132021 131393 128673 130260 126928 131021 130538 128181 127763 128959 130237 128549 127422 127189  total = 34.342926 per ms 
01:10:06.396 16  switches: flows:  135963 136816 138772 138816 134753 136982 133119 137694 135543 135101 132413 134049 136277 133029 133999 131479  total = 36.019938 per ms 
01:11:06.496 16  switches: flows:  135726 136508 138811 136637 134044 137299 133492 138210 137451 134439 133975 134359 135377 131860 133706 129450  total = 35.962389 per ms 
01:12:06.597 16  switches: flows:  132745 133879 136337 133678 133395 131884 131601 135539 131480 130281 130735 132373 133452 130387 130966 129388  total = 35.243181 per ms 
01:13:06.698 16  switches: flows:  134705 135093 133468 132990 132109 130679 133387 131789 131183 129166 129664 131937 131575 129448 131806 128882  total = 35.072812 per ms 
01:14:06.804 16  switches: flows:  138138 138937 134599 135715 134697 133140 135266 134306 133578 131381 135804 136353 134944 135729 135752 132919  total = 35.957809 per ms 
01:15:06.905 16  switches: flows:  138027 139047 133895 134848 133278 133951 133354 134496 132743 129583 135400 135279 133598 135303 134124 132995  total = 35.772286 per ms 
01:16:07.006 16  switches: flows:  139892 138081 133536 134375 133386 134093 133559 135693 135333 129634 134489 136889 133555 136861 134245 133795  total = 35.897006 per ms 
01:17:07.107 16  switches: flows:  137417 139353 134979 134594 135002 133496 133096 135066 131870 131675 136357 136745 134080 134697 132669 132384  total = 35.831519 per ms 
RESULT: 16 switches 9 tests min/max/avg/stdev = 34342.93/36019.94/35566.65/11867.65 responses/s</msg>
<arg>${stderr}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-04-30T01:17:07.107769" elapsed="0.001050"/>
</kw>
<if>
<branch type="IF" condition="&quot;${return_stdout}&quot;!=&quot;True&quot;">
<return>
<value>${stderr}</value>
<status status="PASS" start="2026-04-30T01:17:07.109362" elapsed="0.000075"/>
</return>
<status status="PASS" start="2026-04-30T01:17:07.108997" elapsed="0.000521"/>
</branch>
<status status="PASS" start="2026-04-30T01:17:07.108946" elapsed="0.000641"/>
</if>
<if>
<branch type="IF" condition="&quot;${return_stderr}&quot;!=&quot;True&quot;">
<return>
<value>${stdout}</value>
<status status="NOT RUN" start="2026-04-30T01:17:07.109802" elapsed="0.000029"/>
</return>
<status status="NOT RUN" start="2026-04-30T01:17:07.109719" elapsed="0.000174"/>
</branch>
<status status="NOT RUN" start="2026-04-30T01:17:07.109682" elapsed="0.000261"/>
</if>
<return>
<value>${stdout}</value>
<value>${stderr}</value>
<status status="NOT RUN" start="2026-04-30T01:17:07.110012" elapsed="0.000030"/>
</return>
<kw name="Restore_Current_Ssh_Connection_From_Index" owner="SSHKeywords" type="TEARDOWN">
<kw name="Run Keyword And Return If" owner="BuiltIn">
<arg>${connection_index} is not None</arg>
<arg>SSHLibrary.Switch Connection</arg>
<arg>${connection_index}</arg>
<doc>Runs the specified keyword and returns from the enclosing user keyword.</doc>
<status status="PASS" start="2026-04-30T01:17:07.115660" elapsed="0.000460"/>
</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-04-30T01:17:07.116347" elapsed="0.000223"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-04-30T01:17:07.116753" elapsed="0.000140"/>
</kw>
<arg>${current_ssh_connection.index}</arg>
<doc>Restore active SSH connection in SSHLibrary to given index.</doc>
<status status="PASS" start="2026-04-30T01:17:07.110729" elapsed="0.006239"/>
</kw>
<msg time="2026-04-30T01:17:07.117147" level="INFO">${output} = cbench: controller benchmarking tool
   running in mode 'latency'
   connecting to controller at 10.30.171.147:6633 
   faking 16 switches with 1 threads :: 10 tests each; 60000 ms per test
   with 10...</msg>
<var>${output}</var>
<arg>${cbench_system}</arg>
<arg>${cbench_executable} -c ${ODL_SYSTEM_IP} ${cbench_args}</arg>
<arg>prompt_timeout=${test_timeout}</arg>
<arg>return_stdout=False</arg>
<arg>return_stderr=True</arg>
<doc>Reduces the common work of running a command on a remote system to a single higher level
robot keyword, taking care to log in with a public key and. The command given is written and the return value
depends on the passed argument values of return_stdout (default: True) and return_stderr (default: False).
At least one should be True, or the keyword will exit and FAIL. If both are True, the resulting return value
will be a two element list containing both. Otherwise the resulting return value is a string.
No test conditions are checked.</doc>
<status status="PASS" start="2026-04-30T01:07:00.439389" elapsed="606.677795"/>
</kw>
<status status="PASS" start="2026-04-30T01:07:00.439055" elapsed="606.678198"/>
</branch>
<status status="PASS" start="2026-04-30T01:07:00.438713" elapsed="606.678573"/>
</if>
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-30T01:17:07.117922" level="INFO">cbench: controller benchmarking tool
   running in mode 'latency'
   connecting to controller at 10.30.171.147:6633 
   faking 16 switches with 1 threads :: 10 tests each; 60000 ms per test
   with 100 unique source MACs per switch
   learning destination mac addresses before the test
   starting test with 5000 ms delay after features_reply
   ignoring first 1 "warmup" and last 0 "cooldown" loops
   debugging info is off
Master Thread: Creating thread-0! 
Thread-0: All switches initialized. Running at node 10.30.171.147. 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:06.195 16  switches: flows:  132056 131429 134412 132462 132146 131705 132898 134088 133264 131268 130857 133368 131806 132173 133294 129687  total = 35.281883 per ms 
01:09:06.295 16  switches: flows:  127370 127511 132021 131393 128673 130260 126928 131021 130538 128181 127763 128959 130237 128549 127422 127189  total = 34.342926 per ms 
01:10:06.396 16  switches: flows:  135963 136816 138772 138816 134753 136982 133119 137694 135543 135101 132413 134049 136277 133029 133999 131479  total = 36.019938 per ms 
01:11:06.496 16  switches: flows:  135726 136508 138811 136637 134044 137299 133492 138210 137451 134439 133975 134359 135377 131860 133706 129450  total = 35.962389 per ms 
01:12:06.597 16  switches: flows:  132745 133879 136337 133678 133395 131884 131601 135539 131480 130281 130735 132373 133452 130387 130966 129388  total = 35.243181 per ms 
01:13:06.698 16  switches: flows:  134705 135093 133468 132990 132109 130679 133387 131789 131183 129166 129664 131937 131575 129448 131806 128882  total = 35.072812 per ms 
01:14:06.804 16  switches: flows:  138138 138937 134599 135715 134697 133140 135266 134306 133578 131381 135804 136353 134944 135729 135752 132919  total = 35.957809 per ms 
01:15:06.905 16  switches: flows:  138027 139047 133895 134848 133278 133951 133354 134496 132743 129583 135400 135279 133598 135303 134124 132995  total = 35.772286 per ms 
01:16:07.006 16  switches: flows:  139892 138081 133536 134375 133386 134093 133559 135693 135333 129634 134489 136889 133555 136861 134245 133795  total = 35.897006 per ms 
01:17:07.107 16  switches: flows:  137417 139353 134979 134594 135002 133496 133096 135066 131870 131675 136357 136745 134080 134697 132669 132384  total = 35.831519 per ms 
RESULT: 16 switches 9 tests min/max/avg/stdev = 34342.93/36019.94/35566.65/11867.65 responses/s</msg>
<arg>${output}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-04-30T01:17:07.117510" elapsed="0.000514"/>
</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-04-30T01:17:07.118232" elapsed="0.000523"/>
</kw>
<kw name="Get Lines Containing String" owner="String">
<msg time="2026-04-30T01:17:07.119299" level="INFO">1 out of 23 lines matched.</msg>
<msg time="2026-04-30T01:17:07.119450" level="INFO">${result_line} = RESULT: 16 switches 9 tests min/max/avg/stdev = 34342.93/36019.94/35566.65/11867.65 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-04-30T01:17:07.118985" elapsed="0.000499"/>
</kw>
<kw name="Split String" owner="String">
<msg time="2026-04-30T01:17:07.120050" level="INFO">@{results_list} = [ RESULT: | 16 | switches | 9 | tests | min/max/avg/stdev | = | 34342.93/36019.94/35566.65/11867.65 | 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-04-30T01:17:07.119699" elapsed="0.000388"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-30T01:17:07.123570" 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-04-30T01:17:07.120291" elapsed="0.003358"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-30T01:17:07.127175" level="INFO">34342.93/36019.94/35566.65/11867.65</msg>
<arg>${results_list[7]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-04-30T01:17:07.123857" elapsed="0.003434"/>
</kw>
<kw name="Split String" owner="String">
<msg time="2026-04-30T01:17:07.129777" 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-04-30T01:17:07.127527" elapsed="0.002277"/>
</kw>
<kw name="Split String" owner="String">
<msg time="2026-04-30T01:17:07.132244" level="INFO">@{result_value_list} = [ 34342.93 | 36019.94 | 35566.65 | 11867.65 ]</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-04-30T01:17:07.129997" elapsed="0.002274"/>
</kw>
<kw name="Get Length" owner="BuiltIn">
<msg time="2026-04-30T01:17:07.132754" level="INFO">Length is 4.</msg>
<msg time="2026-04-30T01:17:07.132841" 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-04-30T01:17:07.132446" elapsed="0.000418"/>
</kw>
<for flavor="IN RANGE">
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-30T01:17:07.139741" level="INFO">min :: 34342.93</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-04-30T01:17:07.133260" elapsed="0.006543"/>
</kw>
<var name="${i}">0</var>
<status status="PASS" start="2026-04-30T01:17:07.133130" elapsed="0.006709"/>
</iter>
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-30T01:17:07.146482" level="INFO">max :: 36019.94</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-04-30T01:17:07.140066" elapsed="0.006473"/>
</kw>
<var name="${i}">1</var>
<status status="PASS" start="2026-04-30T01:17:07.139931" elapsed="0.006645"/>
</iter>
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-30T01:17:07.155126" level="INFO">avg :: 35566.65</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-04-30T01:17:07.146828" elapsed="0.008374"/>
</kw>
<var name="${i}">2</var>
<status status="PASS" start="2026-04-30T01:17:07.146689" elapsed="0.008548"/>
</iter>
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-30T01:17:07.159929" level="INFO">stdev :: 11867.65</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-04-30T01:17:07.155480" elapsed="0.004507"/>
</kw>
<var name="${i}">3</var>
<status status="PASS" start="2026-04-30T01:17:07.155351" elapsed="0.004671"/>
</iter>
<var>${i}</var>
<value>0</value>
<value>${num_stats}</value>
<status status="PASS" start="2026-04-30T01:17:07.132937" elapsed="0.027116"/>
</for>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-04-30T01:17:07.169143" level="INFO">${min} = 34342.93</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-04-30T01:17:07.160220" elapsed="0.008963"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-04-30T01:17:07.175077" level="INFO">${max} = 36019.94</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-04-30T01:17:07.169436" elapsed="0.005722"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-04-30T01:17:07.183598" level="INFO">${average} = 35566.65</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-04-30T01:17:07.175410" elapsed="0.008222"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-04-30T01:17:07.187823" level="INFO">${stdev} = 11867.65</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-04-30T01:17:07.183794" elapsed="0.004065"/>
</kw>
<kw name="Get Time" owner="BuiltIn">
<msg time="2026-04-30T01:17:07.188572" level="INFO">${date} = 2026-04-30 01:17:07</msg>
<var>${date}</var>
<arg>d,m,s</arg>
<doc>Returns the given time in the requested format.</doc>
<status status="PASS" start="2026-04-30T01:17:07.188085" elapsed="0.000524"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-30T01:17:07.189286" level="INFO">CBench Result: 2026-04-30 01:17:07,-m 60000 -M 100 -S 16 -l 10 -D 5000 -p 6633,34342.93,36019.94,35566.65,11867.65</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-04-30T01:17:07.188817" elapsed="0.000545"/>
</kw>
<kw name="Log Results And Determine Status">
<kw name="Append To File" owner="OperatingSystem">
<msg time="2026-04-30T01:17:07.190571" 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-04-30T01:17:07.190032" elapsed="0.000609"/>
</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-04-30T01:17:07.190999" elapsed="0.000538"/>
</kw>
<arg>${min}</arg>
<arg>${max}</arg>
<arg>${average}</arg>
<arg>${average_threshold}</arg>
<arg>${output_filename}</arg>
<status status="PASS" start="2026-04-30T01:17:07.189535" elapsed="0.002072"/>
</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-04-30T01:07:00.437646" elapsed="606.754020"/>
</kw>
<kw name="Sleep" owner="BuiltIn">
<msg time="2026-04-30T01:17:07.192337" 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-04-30T01:17:07.192001" elapsed="0.000396"/>
</kw>
<kw name="Report Failure Due To Bug" owner="Utils" type="TEARDOWN">
<kw name="Evaluate" owner="BuiltIn">
<msg time="2026-04-30T01:17:07.193664" 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-04-30T01:17:07.193150" elapsed="0.000541"/>
</kw>
<if>
<branch type="IF" condition="('${TEST_STATUS}' != 'FAIL') or ${test_skipped}">
<return>
<status status="PASS" start="2026-04-30T01:17:07.193936" elapsed="0.000039"/>
</return>
<status status="PASS" start="2026-04-30T01:17:07.193779" elapsed="0.000231"/>
</branch>
<status status="PASS" start="2026-04-30T01:17:07.193754" elapsed="0.000282"/>
</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-04-30T01:17:07.194190" 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-04-30T01:17:07.194365" elapsed="0.000021"/>
</kw>
<kw name="Set Variable If" owner="BuiltIn">
<var>${bug_url}</var>
<arg>${match}</arg>
<arg>https://jira.opendaylight.org/browse/${number}</arg>
<arg>https://bugs.opendaylight.org/show_bug.cgi?id=${number}</arg>
<doc>Sets variable based on the given condition.</doc>
<status status="NOT RUN" start="2026-04-30T01:17:07.194526" 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-04-30T01:17:07.194738" elapsed="0.000026"/>
</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-04-30T01:17:07.194939" elapsed="0.000030"/>
</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-04-30T01:17:07.195249" elapsed="0.000029"/>
</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-04-30T01:17:07.195476" elapsed="0.000028"/>
</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-04-30T01:17:07.195781" elapsed="0.000035"/>
</kw>
<status status="NOT RUN" start="2026-04-30T01:17:07.195590" elapsed="0.000269"/>
</branch>
<status status="NOT RUN" start="2026-04-30T01:17:07.195567" elapsed="0.000327"/>
</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-04-30T01:17:07.192800" elapsed="0.003170"/>
</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-04-30T01:07:00.436358" elapsed="606.759678"/>
</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-04-30T00:46:44.435535" elapsed="1822.761104"/>
</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>
