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

[?1h=[90m~[0m                                                                                [?2004hopendaylight-user</msg>
<arg>${KARAF_USER}</arg>
<arg>${KARAF_PASSWORD}</arg>
<arg>loglevel=${loglevel}</arg>
<doc>Logs into the SSH server with the given ``username`` and ``password``.</doc>
<status status="PASS" start="2026-05-03T00:39:33.913662" elapsed="0.629215"/>
</kw>
<kw name="Write" owner="SSHLibrary">
<msg time="2026-05-03T00:39:34.592259" level="INFO">@root&gt;log:set ERROR</msg>
<arg>${cmd}</arg>
<doc>Writes the given ``text`` on the remote machine and appends a newline.</doc>
<status status="PASS" start="2026-05-03T00:39:34.543121" elapsed="0.049208"/>
</kw>
<kw name="Read Until Regexp" owner="SSHLibrary">
<msg time="2026-05-03T00:39:34.593991" level="INFO">[?1l&gt;[?2004l[?1h=[90m~[0m                                                                                [?2004hopendaylight-user@root&gt;</msg>
<msg time="2026-05-03T00:39:34.594101" level="INFO">${output} = [?1l&gt;[?2004l[?1h=[90m~[0m                                                                                [?2004hopendaylight-user@root&gt;</msg>
<var>${output}</var>
<arg>${KARAF_PROMPT}</arg>
<doc>Consumes and returns the server output until a match to ``regexp`` is found.</doc>
<status status="PASS" start="2026-05-03T00:39:34.592498" elapsed="0.001632"/>
</kw>
<kw name="Write Bare" owner="SSHLibrary">
<arg>logout\n</arg>
<doc>Writes the given ``text`` on the remote machine without appending a newline.</doc>
<status status="PASS" start="2026-05-03T00:39:34.594285" elapsed="0.000204"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-05-03T00:39:34.594649" elapsed="0.000218"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-05-03T00:39:34.595355" level="INFO">[?1l&gt;[?2004l[?1h=[90m~[0m                                                                                [?2004hopendaylight-user@root&gt;</msg>
<arg>${output}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-05-03T00:39:34.595016" elapsed="0.000399"/>
</kw>
<return>
<value>${output}</value>
<status status="PASS" start="2026-05-03T00:39:34.595471" elapsed="0.000059"/>
</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.33
Note that this keyword will open&amp;close new SSH connection, without switching back to previously current session.</doc>
<status status="PASS" start="2026-05-03T00:39:33.912199" elapsed="0.683455"/>
</kw>
<arg>3x</arg>
<arg>1s</arg>
<arg>KarafKeywords.Issue Command On Karaf Console</arg>
<arg>log:set ${log_level}</arg>
<doc>Runs the specified keyword and retries if it fails.</doc>
<status status="PASS" start="2026-05-03T00:39:33.908490" elapsed="0.687290"/>
</kw>
<kw name="Append To File" owner="OperatingSystem">
<msg time="2026-05-03T00:39:34.596316" level="INFO" html="true">Appended to file '&lt;a href="file:///w/workspace/openflowplugin-csit-1node-cbench-only-vanadium/latency.csv"&gt;/w/workspace/openflowplugin-csit-1node-cbench-only-vanadium/latency.csv&lt;/a&gt;'.</msg>
<arg>${latency_results_file}</arg>
<arg>LATENCY_MIN,LATENCY_MAX,LATENCY_AVERAGE\n</arg>
<doc>Appends the given content to the specified file.</doc>
<status status="PASS" start="2026-05-03T00:39:34.595976" elapsed="0.000396"/>
</kw>
<kw name="Append To File" owner="OperatingSystem">
<msg time="2026-05-03T00:39:34.596790" level="INFO" html="true">Appended to file '&lt;a href="file:///w/workspace/openflowplugin-csit-1node-cbench-only-vanadium/throughput.csv"&gt;/w/workspace/openflowplugin-csit-1node-cbench-only-vanadium/throughput.csv&lt;/a&gt;'.</msg>
<arg>${throughput_results_file}</arg>
<arg>THROUGHPUT_MIN,THROUGHPUT_MAX,THROUGHPUT_AVERAGE\n</arg>
<doc>Appends the given content to the specified file.</doc>
<status status="PASS" start="2026-05-03T00:39:34.596525" elapsed="0.000322"/>
</kw>
<kw name="Evaluate" owner="BuiltIn">
<msg time="2026-05-03T00:39:34.597419" level="INFO">${duration_in_ms} = 60000</msg>
<var>${duration_in_ms}</var>
<arg>${duration_in_secs} * 1000</arg>
<doc>Evaluates the given expression in Python and returns the result.</doc>
<status status="PASS" start="2026-05-03T00:39:34.597003" elapsed="0.000443"/>
</kw>
<kw name="Set Suite Variable" owner="BuiltIn">
<msg time="2026-05-03T00:39:34.597982" level="INFO">${duration_in_ms} = 60000</msg>
<arg>${duration_in_ms}</arg>
<doc>Makes a variable available everywhere within the scope of the current suite.</doc>
<status status="PASS" start="2026-05-03T00:39:34.597617" elapsed="0.000408"/>
</kw>
<kw name="Evaluate" owner="BuiltIn">
<msg time="2026-05-03T00:39:34.598539" level="INFO">${test_timeout} = 900.0</msg>
<var>${test_timeout}</var>
<arg>(${loops} * ${duration_in_secs}) * 1.5</arg>
<doc>Evaluates the given expression in Python and returns the result.</doc>
<status status="PASS" start="2026-05-03T00:39:34.598170" elapsed="0.000395"/>
</kw>
<kw name="Set Suite Variable" owner="BuiltIn">
<msg time="2026-05-03T00:39:34.599052" level="INFO">${test_timeout} = 900.0</msg>
<arg>${test_timeout}</arg>
<doc>Makes a variable available everywhere within the scope of the current suite.</doc>
<status status="PASS" start="2026-05-03T00:39:34.598743" elapsed="0.000351"/>
</kw>
<if>
<branch type="IF" condition="&quot;${cbench_system}&quot; == &quot;localhost&quot;">
<kw name="File Should Exist" owner="OperatingSystem">
<arg>${cbench_executable}</arg>
<doc>Fails unless the given ``path`` points to an existing file.</doc>
<status status="NOT RUN" start="2026-05-03T00:39:34.599417" elapsed="0.000022"/>
</kw>
<status status="NOT RUN" start="2026-05-03T00:39:34.599181" elapsed="0.000292"/>
</branch>
<branch type="ELSE">
<kw name="Verify File Exists On Remote System" owner="Utils">
<kw name="Open Connection" owner="SSHLibrary">
<msg time="2026-05-03T00:39:34.603910" level="INFO">${conn_id} = 2</msg>
<var>${conn_id}</var>
<arg>${system}</arg>
<arg>prompt=${prompt}</arg>
<arg>timeout=${prompt_timeout}</arg>
<doc>Opens a new SSH connection to the given ``host`` and ``port``.</doc>
<status status="PASS" start="2026-05-03T00:39:34.603493" elapsed="0.000444"/>
</kw>
<kw name="Flexible_SSH_Login" owner="SSHKeywords">
<kw name="Get Length" owner="BuiltIn">
<msg time="2026-05-03T00:39:34.605237" level="INFO">Length is 0.</msg>
<msg time="2026-05-03T00:39:34.605323" level="INFO">${pwd_length} = 0</msg>
<var>${pwd_length}</var>
<arg>${password}</arg>
<doc>Returns and logs the length of the given item as an integer.</doc>
<status status="PASS" start="2026-05-03T00:39:34.604484" elapsed="0.000863"/>
</kw>
<kw name="Run Keyword And Return If" owner="BuiltIn">
<arg>${pwd_length} &gt; 0</arg>
<arg>SSHLibrary.Login</arg>
<arg>${user}</arg>
<arg>${password}</arg>
<arg>delay=${delay}</arg>
<doc>Runs the specified keyword and returns from the enclosing user keyword.</doc>
<status status="PASS" start="2026-05-03T00:39:34.605495" elapsed="0.000367"/>
</kw>
<kw name="Run Keyword And Return" owner="BuiltIn">
<kw name="Login With Public Key" owner="SSHLibrary">
<msg time="2026-05-03T00:39:34.606885" level="INFO">Logging into '10.30.170.250:22' as 'jenkins'.</msg>
<msg time="2026-05-03T00:39:35.287881" 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 Sun May  3 00:39:34 UTC 2026

  System load:  0.04               Processes:             109
  Usage of /:   19.3% of 38.58GB   Users logged in:       0
  Memory usage: 4%                 IPv4 address for ens3: 10.30.170.250
  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-219-1-mininet-ovs-217-0 ~]&gt;</msg>
<arg>${user}</arg>
<arg>${USER_HOME}/.ssh/${SSH_KEY}</arg>
<arg>${KEYFILE_PASS}</arg>
<arg>delay=${delay}</arg>
<doc>Logs into the SSH server using key-based authentication.</doc>
<status status="PASS" start="2026-05-03T00:39:34.606362" elapsed="0.681618"/>
</kw>
<msg time="2026-05-03T00:39:35.288053" level="INFO">Returning from the enclosing user keyword.</msg>
<arg>SSHLibrary.Login With Public Key</arg>
<arg>${user}</arg>
<arg>${USER_HOME}/.ssh/${SSH_KEY}</arg>
<arg>${KEYFILE_PASS}</arg>
<arg>delay=${delay}</arg>
<doc>Runs the specified keyword and returns from the enclosing user keyword.</doc>
<status status="PASS" start="2026-05-03T00:39:34.606018" elapsed="0.682113"/>
</kw>
<arg>${user}</arg>
<arg>${password}</arg>
<doc>On active SSH session: if given non-empty password, do Login, else do Login With Public Key.</doc>
<status status="PASS" start="2026-05-03T00:39:34.604142" elapsed="0.684088"/>
</kw>
<kw name="File Should Exist" owner="SSHLibrary">
<msg time="2026-05-03T00:39:35.296445" level="INFO">[chan 1] Opened sftp connection (server version 3)</msg>
<arg>${file}</arg>
<doc>Fails if the given ``path`` does NOT point to an existing file.</doc>
<status status="PASS" start="2026-05-03T00:39:35.288416" elapsed="0.010480"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-05-03T00:39:35.299266" elapsed="0.000606"/>
</kw>
<arg>${cbench_system}</arg>
<arg>${cbench_executable}</arg>
<doc>Will create connection with public key and will PASS if the given ${file} exists,
otherwise will FAIL</doc>
<status status="PASS" start="2026-05-03T00:39:34.602943" elapsed="0.697065"/>
</kw>
<status status="PASS" start="2026-05-03T00:39:34.599550" elapsed="0.700539"/>
</branch>
<status status="PASS" start="2026-05-03T00:39:34.599155" elapsed="0.700999"/>
</if>
<kw name="Should Be True" owner="BuiltIn">
<arg>${loops} &gt;= 2</arg>
<arg>If number of loops is less than 2, cbench will not run</arg>
<doc>Fails if the given condition is not true.</doc>
<status status="PASS" start="2026-05-03T00:39:35.300516" elapsed="0.000988"/>
</kw>
<kw name="Verify_Feature_Is_Installed" owner="KarafKeywords">
<if>
<branch type="IF" condition="'${IS_KARAF_APPL}' == 'False'">
<return>
<value>Not A Karaf App</value>
<status status="NOT RUN" start="2026-05-03T00:39:35.310168" elapsed="0.000027"/>
</return>
<status status="NOT RUN" start="2026-05-03T00:39:35.309997" elapsed="0.000246"/>
</branch>
<status status="PASS" start="2026-05-03T00:39:35.309964" elapsed="0.000314"/>
</if>
<kw name="Issue_Command_On_Karaf_Console" owner="KarafKeywords">
<if>
<branch type="IF" condition="'${IS_KARAF_APPL}' == 'False'">
<return>
<value>Not A Karaf App</value>
<status status="NOT RUN" start="2026-05-03T00:39:35.315379" elapsed="0.000020"/>
</return>
<status status="NOT RUN" start="2026-05-03T00:39:35.315220" elapsed="0.000224"/>
</branch>
<status status="PASS" start="2026-05-03T00:39:35.315192" elapsed="0.000284"/>
</if>
<kw name="Open Connection" owner="SSHLibrary">
<arg>${controller}</arg>
<arg>port=${karaf_port}</arg>
<arg>prompt=${KARAF_PROMPT_LOGIN}</arg>
<arg>timeout=${timeout}</arg>
<doc>Opens a new SSH connection to the given ``host`` and ``port``.</doc>
<status status="PASS" start="2026-05-03T00:39:35.315659" elapsed="0.000618"/>
</kw>
<kw name="Login" owner="SSHLibrary">
<msg time="2026-05-03T00:39:35.316871" level="INFO">Logging into '10.30.171.33:8101' as 'karaf'.</msg>
<msg time="2026-05-03T00:39:35.511671" level="INFO">Read output: [33m                                                                                           
[33m    ________                       ________                .__  .__       .__     __       
[33m    \_____  \ ______   ____   ____ \______ \ _____  ___.__.|  | |__| ____ |  |___/  |_     
[33m     /   |   \\____ \_/ __ \ /    \ |    |  \\__  \&lt;   |  ||  | |  |/ ___\|  |  \   __\    
[33m    /    |    \  |_&gt; &gt;  ___/|   |  \|    `   \/ __ \\___  ||  |_|  / /_/  &gt;   Y  \  |      
[33m    \_______  /   __/ \___  &gt;___|  /_______  (____  / ____||____/__\___  /|___|  /__|      
[33m            \/|__|        \/     \/        \/     \/\/            /_____/      \/          
[33m                                                                                           

Hit '[1m&lt;tab&gt;[0m' for a list of available commands
and '[1m[cmd] --help[0m' for help on a specific command.
Hit '[1m&lt;ctrl-d&gt;[0m' or type '[1msystem:shutdown[0m' or '[1mlogout[0m' to shutdown OpenDaylight.

[?1h=[90m~[0m                                                                                [?2004hopendaylight-user</msg>
<arg>${KARAF_USER}</arg>
<arg>${KARAF_PASSWORD}</arg>
<arg>loglevel=${loglevel}</arg>
<doc>Logs into the SSH server with the given ``username`` and ``password``.</doc>
<status status="PASS" start="2026-05-03T00:39:35.316483" elapsed="0.195337"/>
</kw>
<kw name="Write" owner="SSHLibrary">
<msg time="2026-05-03T00:39:35.606580" level="INFO">@root&gt;feature:list -i | 0[C 0g[Krep odl-openflowplugin-drop-test</msg>
<arg>${cmd}</arg>
<doc>Writes the given ``text`` on the remote machine and appends a newline.</doc>
<status status="PASS" start="2026-05-03T00:39:35.512045" elapsed="0.094605"/>
</kw>
<kw name="Read Until Regexp" owner="SSHLibrary">
<msg time="2026-05-03T00:39:35.612251" level="INFO">[?1l&gt;[?2004l[31;1modl-openflowplugin-drop-test[0m                                    x 0.21.3           x x        x Started x [31;1modl-openflowplugin-drop-test[0m                                    x OpenDaylight :: Openflow Plugin :: Drop Test
[?1h=[90m~[0m                                                                                [?2004hopendaylight-user@root&gt;</msg>
<msg time="2026-05-03T00:39:35.612427" level="INFO">${output} = [?1l&gt;[?2004l[31;1modl-openflowplugin-drop-test[0m                                    x 0.21.3           x x        x Started x [31;1modl-openflowplugin-drop-test[0m                     ...</msg>
<var>${output}</var>
<arg>${KARAF_PROMPT}</arg>
<doc>Consumes and returns the server output until a match to ``regexp`` is found.</doc>
<status status="PASS" start="2026-05-03T00:39:35.606829" elapsed="0.005630"/>
</kw>
<kw name="Write Bare" owner="SSHLibrary">
<arg>logout\n</arg>
<doc>Writes the given ``text`` on the remote machine without appending a newline.</doc>
<status status="PASS" start="2026-05-03T00:39:35.612604" elapsed="0.000209"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-05-03T00:39:35.612962" elapsed="0.000190"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-05-03T00:39:35.613596" level="INFO">[?1l&gt;[?2004l[31;1modl-openflowplugin-drop-test[0m                                    x 0.21.3           x x        x Started x [31;1modl-openflowplugin-drop-test[0m                                    x OpenDaylight :: Openflow Plugin :: Drop Test
[?1h=[90m~[0m                                                                                [?2004hopendaylight-user@root&gt;</msg>
<arg>${output}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-05-03T00:39:35.613288" elapsed="0.000362"/>
</kw>
<return>
<value>${output}</value>
<status status="PASS" start="2026-05-03T00:39:35.613723" elapsed="0.000056"/>
</return>
<msg time="2026-05-03T00:39:35.613929" 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.33
Note that this keyword will open&amp;close new SSH connection, without switching back to previously current session.</doc>
<status status="PASS" start="2026-05-03T00:39:35.314708" elapsed="0.299252"/>
</kw>
<kw name="Should Contain" owner="BuiltIn">
<arg>${output}</arg>
<arg>${feature_name}</arg>
<doc>Fails if ``container`` does not contain ``item`` one or more times.</doc>
<status status="PASS" start="2026-05-03T00:39:35.614106" elapsed="0.000544"/>
</kw>
<return>
<value>${output}</value>
<status status="PASS" start="2026-05-03T00:39:35.614739" elapsed="0.000035"/>
</return>
<arg>odl-openflowplugin-drop-test</arg>
<doc>Will Succeed if the given ${feature_name} is found in the output of "feature:list -i"</doc>
<status status="PASS" start="2026-05-03T00:39:35.309558" elapsed="0.305315"/>
</kw>
<kw name="Issue_Command_On_Karaf_Console" owner="KarafKeywords">
<if>
<branch type="IF" condition="'${IS_KARAF_APPL}' == 'False'">
<return>
<value>Not A Karaf App</value>
<status status="NOT RUN" start="2026-05-03T00:39:35.618574" elapsed="0.000015"/>
</return>
<status status="NOT RUN" start="2026-05-03T00:39:35.618422" elapsed="0.000200"/>
</branch>
<status status="PASS" start="2026-05-03T00:39:35.618398" elapsed="0.000249"/>
</if>
<kw name="Open Connection" owner="SSHLibrary">
<arg>${controller}</arg>
<arg>port=${karaf_port}</arg>
<arg>prompt=${KARAF_PROMPT_LOGIN}</arg>
<arg>timeout=${timeout}</arg>
<doc>Opens a new SSH connection to the given ``host`` and ``port``.</doc>
<status status="PASS" start="2026-05-03T00:39:35.618798" elapsed="0.000451"/>
</kw>
<kw name="Login" owner="SSHLibrary">
<msg time="2026-05-03T00:39:35.619653" level="INFO">Logging into '10.30.171.33:8101' as 'karaf'.</msg>
<msg time="2026-05-03T00:39:35.793944" level="INFO">Read output: [33m                                                                                           
[33m    ________                       ________                .__  .__       .__     __       
[33m    \_____  \ ______   ____   ____ \______ \ _____  ___.__.|  | |__| ____ |  |___/  |_     
[33m     /   |   \\____ \_/ __ \ /    \ |    |  \\__  \&lt;   |  ||  | |  |/ ___\|  |  \   __\    
[33m    /    |    \  |_&gt; &gt;  ___/|   |  \|    `   \/ __ \\___  ||  |_|  / /_/  &gt;   Y  \  |      
[33m    \_______  /   __/ \___  &gt;___|  /_______  (____  / ____||____/__\___  /|___|  /__|      
[33m            \/|__|        \/     \/        \/     \/\/            /_____/      \/          
[33m                                                                                           

Hit '[1m&lt;tab&gt;[0m' for a list of available commands
and '[1m[cmd] --help[0m' for help on a specific command.
Hit '[1m&lt;ctrl-d&gt;[0m' or type '[1msystem:shutdown[0m' or '[1mlogout[0m' to shutdown OpenDaylight.

[?1h=[90m~[0m                                                                                [?2004hopendaylight-user</msg>
<arg>${KARAF_USER}</arg>
<arg>${KARAF_PASSWORD}</arg>
<arg>loglevel=${loglevel}</arg>
<doc>Logs into the SSH server with the given ``username`` and ``password``.</doc>
<status status="PASS" start="2026-05-03T00:39:35.619396" elapsed="0.174720"/>
</kw>
<kw name="Write" owner="SSHLibrary">
<msg time="2026-05-03T00:39:35.820352" level="INFO">@root&gt;dropallpacketsrpc on</msg>
<arg>${cmd}</arg>
<doc>Writes the given ``text`` on the remote machine and appends a newline.</doc>
<status status="PASS" start="2026-05-03T00:39:35.794386" elapsed="0.026106"/>
</kw>
<kw name="Read Until Regexp" owner="SSHLibrary">
<msg time="2026-05-03T00:39:35.824860" level="INFO">[?1l&gt;[?2004lDropAllFlows transitions to on
[?1h=[90m~[0m                                                                                [?2004hopendaylight-user@root&gt;</msg>
<msg time="2026-05-03T00:39:35.825087" level="INFO">${output} = [?1l&gt;[?2004lDropAllFlows transitions to on
[?1h=[90m~[0m                                                                                [?2004hopendaylight-user@root&gt;</msg>
<var>${output}</var>
<arg>${KARAF_PROMPT}</arg>
<doc>Consumes and returns the server output until a match to ``regexp`` is found.</doc>
<status status="PASS" start="2026-05-03T00:39:35.820862" elapsed="0.004289"/>
</kw>
<kw name="Write Bare" owner="SSHLibrary">
<arg>logout\n</arg>
<doc>Writes the given ``text`` on the remote machine without appending a newline.</doc>
<status status="PASS" start="2026-05-03T00:39:35.825454" elapsed="0.000421"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-05-03T00:39:35.826194" elapsed="0.000543"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-05-03T00:39:35.827273" level="INFO">[?1l&gt;[?2004lDropAllFlows transitions to on
[?1h=[90m~[0m                                                                                [?2004hopendaylight-user@root&gt;</msg>
<arg>${output}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-05-03T00:39:35.826931" elapsed="0.000392"/>
</kw>
<return>
<value>${output}</value>
<status status="PASS" start="2026-05-03T00:39:35.827380" elapsed="0.000066"/>
</return>
<arg>dropallpacketsrpc on</arg>
<doc>Will execute the given ${cmd} by ssh'ing to the karaf console running on 10.30.171.33
Note that this keyword will open&amp;close new SSH connection, without switching back to previously current session.</doc>
<status status="PASS" start="2026-05-03T00:39:35.618088" elapsed="0.209493"/>
</kw>
<status status="PASS" start="2026-05-03T00:39:33.906720" elapsed="1.920928"/>
</kw>
<test id="s1-t1" name="Cbench Latency Test" line="37">
<kw name="Log" owner="BuiltIn">
<msg time="2026-05-03T00:39:35.830021" level="INFO">Cbench tests using 10 iterations of 60 second tests. Switch Count: 16. Unique MACS to cycle: 100</msg>
<arg>Cbench tests using ${loops} iterations of ${duration_in_secs} second tests. Switch Count: ${switch_count}. Unique MACS to cycle: ${num_of_unique_macs}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-05-03T00:39:35.828588" elapsed="0.001506"/>
</kw>
<kw name="Run Cbench And Log Results">
<kw name="Set Suite Variable" owner="BuiltIn">
<msg time="2026-05-03T00:39:35.831662" level="INFO">${output_filename} = latency.csv</msg>
<arg>${output_filename}</arg>
<doc>Makes a variable available everywhere within the scope of the current suite.</doc>
<status status="PASS" start="2026-05-03T00:39:35.831304" elapsed="0.000419"/>
</kw>
<if>
<branch type="IF" condition="&quot;${cbench_system}&quot; == &quot;localhost&quot;">
<kw name="Run" owner="OperatingSystem">
<var>${output}</var>
<arg>${cbench_executable} -c ${ODL_SYSTEM_IP} ${cbench_args}</arg>
<doc>_This keyword is considered deprecated. Use the
[http://robotframework.org/robotframework/latest/libraries/Process.html|
Process] library instead._</doc>
<status status="NOT RUN" start="2026-05-03T00:39:35.832062" elapsed="0.000022"/>
</kw>
<status status="NOT RUN" start="2026-05-03T00:39:35.831808" elapsed="0.000313"/>
</branch>
<branch type="ELSE">
<kw name="Run Command On Remote System" owner="Utils">
<if>
<branch type="IF" condition="&quot;${return_stdout}&quot;!=&quot;True&quot; and &quot;${return_stderr}&quot;!=&quot;True&quot;">
<kw name="Fail" owner="BuiltIn">
<arg>At least one of {return_stdout} or {return_stderr} args should be set to True</arg>
<doc>Fails the test with the given message and optionally alters its tags.</doc>
<status status="NOT RUN" start="2026-05-03T00:39:35.835168" elapsed="0.000026"/>
</kw>
<status status="NOT RUN" start="2026-05-03T00:39:35.834920" elapsed="0.000308"/>
</branch>
<status status="PASS" start="2026-05-03T00:39:35.834901" elapsed="0.000353"/>
</if>
<kw name="Get Connection" owner="SSHLibrary">
<msg time="2026-05-03T00:39:35.835599" level="INFO">index=None
host=None
alias=None
port=22
timeout=3 seconds
newline=

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

prompt=None
term_type=vt100
width=80
height=24
path_separator=/
encoding=utf8
escape_ansi=False
encoding_errors=strict</msg>
<var>${current_ssh_connection}</var>
<doc>Returns information about the connection.</doc>
<status status="PASS" start="2026-05-03T00:39:35.835387" elapsed="0.000379"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-05-03T00:39:35.836329" level="INFO">Attempting to execute command "/usr/local/bin/cbench -c 10.30.171.33 -m 60000 -M 100 -S 16 -l 10 -D 5000 -p 6633" on remote system "10.30.170.250" by user "jenkins" with keyfile pass "any" and prompt "&gt;" and password ""</msg>
<arg>Attempting to execute command "${cmd}" on remote system "${system}" by user "${user}" with keyfile pass "${keyfile_pass}" and prompt "${prompt}" and password "${password}"</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-05-03T00:39:35.835903" elapsed="0.000486"/>
</kw>
<kw name="Open Connection" owner="SSHLibrary">
<msg time="2026-05-03T00:39:35.837022" level="INFO">${conn_id} = 5</msg>
<var>${conn_id}</var>
<arg>${system}</arg>
<arg>prompt=${prompt}</arg>
<arg>timeout=${prompt_timeout}</arg>
<doc>Opens a new SSH connection to the given ``host`` and ``port``.</doc>
<status status="PASS" start="2026-05-03T00:39:35.836530" elapsed="0.000518"/>
</kw>
<kw name="Flexible_SSH_Login" owner="SSHKeywords">
<kw name="Get Length" owner="BuiltIn">
<msg time="2026-05-03T00:39:35.837984" level="INFO">Length is 0.</msg>
<msg time="2026-05-03T00:39:35.838075" level="INFO">${pwd_length} = 0</msg>
<var>${pwd_length}</var>
<arg>${password}</arg>
<doc>Returns and logs the length of the given item as an integer.</doc>
<status status="PASS" start="2026-05-03T00:39:35.837628" elapsed="0.000471"/>
</kw>
<kw name="Run Keyword And Return If" owner="BuiltIn">
<arg>${pwd_length} &gt; 0</arg>
<arg>SSHLibrary.Login</arg>
<arg>${user}</arg>
<arg>${password}</arg>
<arg>delay=${delay}</arg>
<doc>Runs the specified keyword and returns from the enclosing user keyword.</doc>
<status status="PASS" start="2026-05-03T00:39:35.838242" elapsed="0.000386"/>
</kw>
<kw name="Run Keyword And Return" owner="BuiltIn">
<kw name="Login With Public Key" owner="SSHLibrary">
<msg time="2026-05-03T00:39:35.839513" level="INFO">Logging into '10.30.170.250:22' as 'jenkins'.</msg>
<msg time="2026-05-03T00:39:36.168313" 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 Sun May  3 00:39:34 UTC 2026

  System load:  0.04               Processes:             109
  Usage of /:   19.3% of 38.58GB   Users logged in:       0
  Memory usage: 4%                 IPv4 address for ens3: 10.30.170.250
  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: Sun May  3 00:39:35 2026 from 10.30.171.109
[?2004h[jenkins@releng-63164-219-1-mininet-ovs-217-0 ~]&gt;</msg>
<arg>${user}</arg>
<arg>${USER_HOME}/.ssh/${SSH_KEY}</arg>
<arg>${KEYFILE_PASS}</arg>
<arg>delay=${delay}</arg>
<doc>Logs into the SSH server using key-based authentication.</doc>
<status status="PASS" start="2026-05-03T00:39:35.839156" elapsed="0.329370"/>
</kw>
<msg time="2026-05-03T00:39:36.168621" level="INFO">Returning from the enclosing user keyword.</msg>
<arg>SSHLibrary.Login With Public Key</arg>
<arg>${user}</arg>
<arg>${USER_HOME}/.ssh/${SSH_KEY}</arg>
<arg>${KEYFILE_PASS}</arg>
<arg>delay=${delay}</arg>
<doc>Runs the specified keyword and returns from the enclosing user keyword.</doc>
<status status="PASS" start="2026-05-03T00:39:35.838803" elapsed="0.329947"/>
</kw>
<arg>${user}</arg>
<arg>${password}</arg>
<doc>On active SSH session: if given non-empty password, do Login, else do Login With Public Key.</doc>
<status status="PASS" start="2026-05-03T00:39:35.837251" elapsed="0.331638"/>
</kw>
<kw name="Execute Command" owner="SSHLibrary">
<msg time="2026-05-03T00:39:36.169832" level="INFO">Executing command '/usr/local/bin/cbench -c 10.30.171.33 -m 60000 -M 100 -S 16 -l 10 -D 5000 -p 6633'.</msg>
<msg time="2026-05-03T00:49:42.271896" level="INFO">Command exited with return code 0.</msg>
<msg time="2026-05-03T00:49:42.272572" level="INFO">${stdout} = </msg>
<msg time="2026-05-03T00:49:42.272736" level="INFO">${stderr} = cbench: controller benchmarking tool
   running in mode 'latency'
   connecting to controller at 10.30.171.33:6633 
   faking 16 switches with 1 threads :: 10 tests each; 60000 ms per test
   with 100...</msg>
<var>${stdout}</var>
<var>${stderr}</var>
<arg>${cmd}</arg>
<arg>return_stderr=True</arg>
<doc>Executes ``command`` on the remote machine and returns its outputs.</doc>
<status status="PASS" start="2026-05-03T00:39:36.169153" elapsed="606.103649"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-05-03T00:49:42.273289" elapsed="0.000762"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-05-03T00:49:42.275300" level="INFO">cbench: controller benchmarking tool
   running in mode 'latency'
   connecting to controller at 10.30.171.33: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.33. So far 1 cbench instances have initialized their switches.  Waiting for other cbench-instances
Thread-0: Total switches from ALL cbench-instances initialized.
00:40:41.364 16  switches: flows:  115847 116528 114185 114779 113032 111674 113536 116013 112533 113808 110808 113560 111012 113265 108775 112734  total = 30.201483 per ms 
00:41:41.464 16  switches: flows:  122233 121873 121273 119402 120402 117696 120288 118129 118294 118558 119006 118985 118848 119655 118045 116053  total = 31.759327 per ms 
00:42:41.564 16  switches: flows:  122621 119705 120678 121670 122106 116696 122492 120277 119304 119841 119642 118604 119613 119826 118818 118844  total = 31.958882 per ms 
00:43:41.664 16  switches: flows:  125623 122625 123532 125277 123780 118618 124363 124893 120809 121872 122761 119992 122745 120208 119944 121954  total = 32.595504 per ms 
00:44:41.765 16  switches: flows:  118886 118204 119255 119494 116355 114791 120712 118195 118474 118384 119288 114799 117358 117001 115917 117373  total = 31.355766 per ms 
00:45:41.865 16  switches: flows:  123299 123095 123693 125274 122518 119415 125960 124058 122990 122437 124444 120408 122162 121463 117958 122191  total = 32.634945 per ms 
00:46:41.965 16  switches: flows:  124338 122815 122865 127166 123570 122924 124057 124062 122300 122202 123297 121821 122476 121918 118323 122643  total = 32.724953 per ms 
00:47:42.065 16  switches: flows:  124758 125708 125126 124906 124683 123854 126152 124110 123326 120308 123190 122434 122155 121745 120266 122319  total = 32.862456 per ms 
00:48:42.166 16  switches: flows:  126993 125732 125887 123858 126915 123557 126090 123267 123479 119224 122420 124668 121287 120901 120231 120393  total = 32.860167 per ms 
00:49:42.266 16  switches: flows:  126680 128753 127342 124081 127104 121531 125705 124887 123619 122283 122984 124090 123040 120821 119139 121610  total = 33.006059 per ms 
RESULT: 16 switches 9 tests min/max/avg/stdev = 31355.77/33006.06/32417.56/10819.65 responses/s</msg>
<arg>${stderr}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-05-03T00:49:42.274433" elapsed="0.001214"/>
</kw>
<if>
<branch type="IF" condition="&quot;${return_stdout}&quot;!=&quot;True&quot;">
<return>
<value>${stderr}</value>
<status status="PASS" start="2026-05-03T00:49:42.276203" elapsed="0.000099"/>
</return>
<status status="PASS" start="2026-05-03T00:49:42.275897" elapsed="0.000498"/>
</branch>
<status status="PASS" start="2026-05-03T00:49:42.275838" elapsed="0.000615"/>
</if>
<if>
<branch type="IF" condition="&quot;${return_stderr}&quot;!=&quot;True&quot;">
<return>
<value>${stdout}</value>
<status status="NOT RUN" start="2026-05-03T00:49:42.276666" elapsed="0.000067"/>
</return>
<status status="NOT RUN" start="2026-05-03T00:49:42.276583" elapsed="0.000233"/>
</branch>
<status status="NOT RUN" start="2026-05-03T00:49:42.276548" elapsed="0.000319"/>
</if>
<return>
<value>${stdout}</value>
<value>${stderr}</value>
<status status="NOT RUN" start="2026-05-03T00:49:42.276945" elapsed="0.000032"/>
</return>
<kw name="Restore_Current_Ssh_Connection_From_Index" owner="SSHKeywords" type="TEARDOWN">
<kw name="Run Keyword And Return If" owner="BuiltIn">
<arg>${connection_index} is not None</arg>
<arg>SSHLibrary.Switch Connection</arg>
<arg>${connection_index}</arg>
<doc>Runs the specified keyword and returns from the enclosing user keyword.</doc>
<status status="PASS" start="2026-05-03T00:49:42.288429" elapsed="0.000371"/>
</kw>
<kw name="Open Connection" owner="SSHLibrary">
<arg>127.0.0.1</arg>
<doc>Opens a new SSH connection to the given ``host`` and ``port``.</doc>
<status status="PASS" start="2026-05-03T00:49:42.288951" elapsed="0.000189"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-05-03T00:49:42.289271" 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-05-03T00:49:42.277624" elapsed="0.011798"/>
</kw>
<msg time="2026-05-03T00:49:42.289554" level="INFO">${output} = cbench: controller benchmarking tool
   running in mode 'latency'
   connecting to controller at 10.30.171.33:6633 
   faking 16 switches with 1 threads :: 10 tests each; 60000 ms per test
   with 100...</msg>
<var>${output}</var>
<arg>${cbench_system}</arg>
<arg>${cbench_executable} -c ${ODL_SYSTEM_IP} ${cbench_args}</arg>
<arg>prompt_timeout=${test_timeout}</arg>
<arg>return_stdout=False</arg>
<arg>return_stderr=True</arg>
<doc>Reduces the common work of running a command on a remote system to a single higher level
robot keyword, taking care to log in with a public key and. The command given is written and the return value
depends on the passed argument values of return_stdout (default: True) and return_stderr (default: False).
At least one should be True, or the keyword will exit and FAIL. If both are True, the resulting return value
will be a two element list containing both. Otherwise the resulting return value is a string.
No test conditions are checked.</doc>
<status status="PASS" start="2026-05-03T00:39:35.832480" elapsed="606.457101"/>
</kw>
<status status="PASS" start="2026-05-03T00:39:35.832150" elapsed="606.457480"/>
</branch>
<status status="PASS" start="2026-05-03T00:39:35.831783" elapsed="606.457872"/>
</if>
<kw name="Log" owner="BuiltIn">
<msg time="2026-05-03T00:49:42.290118" level="INFO">cbench: controller benchmarking tool
   running in mode 'latency'
   connecting to controller at 10.30.171.33: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.33. So far 1 cbench instances have initialized their switches.  Waiting for other cbench-instances
Thread-0: Total switches from ALL cbench-instances initialized.
00:40:41.364 16  switches: flows:  115847 116528 114185 114779 113032 111674 113536 116013 112533 113808 110808 113560 111012 113265 108775 112734  total = 30.201483 per ms 
00:41:41.464 16  switches: flows:  122233 121873 121273 119402 120402 117696 120288 118129 118294 118558 119006 118985 118848 119655 118045 116053  total = 31.759327 per ms 
00:42:41.564 16  switches: flows:  122621 119705 120678 121670 122106 116696 122492 120277 119304 119841 119642 118604 119613 119826 118818 118844  total = 31.958882 per ms 
00:43:41.664 16  switches: flows:  125623 122625 123532 125277 123780 118618 124363 124893 120809 121872 122761 119992 122745 120208 119944 121954  total = 32.595504 per ms 
00:44:41.765 16  switches: flows:  118886 118204 119255 119494 116355 114791 120712 118195 118474 118384 119288 114799 117358 117001 115917 117373  total = 31.355766 per ms 
00:45:41.865 16  switches: flows:  123299 123095 123693 125274 122518 119415 125960 124058 122990 122437 124444 120408 122162 121463 117958 122191  total = 32.634945 per ms 
00:46:41.965 16  switches: flows:  124338 122815 122865 127166 123570 122924 124057 124062 122300 122202 123297 121821 122476 121918 118323 122643  total = 32.724953 per ms 
00:47:42.065 16  switches: flows:  124758 125708 125126 124906 124683 123854 126152 124110 123326 120308 123190 122434 122155 121745 120266 122319  total = 32.862456 per ms 
00:48:42.166 16  switches: flows:  126993 125732 125887 123858 126915 123557 126090 123267 123479 119224 122420 124668 121287 120901 120231 120393  total = 32.860167 per ms 
00:49:42.266 16  switches: flows:  126680 128753 127342 124081 127104 121531 125705 124887 123619 122283 122984 124090 123040 120821 119139 121610  total = 33.006059 per ms 
RESULT: 16 switches 9 tests min/max/avg/stdev = 31355.77/33006.06/32417.56/10819.65 responses/s</msg>
<arg>${output}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-05-03T00:49:42.289823" elapsed="0.000367"/>
</kw>
<kw name="Should Contain" owner="BuiltIn">
<arg>${output}</arg>
<arg>RESULT</arg>
<doc>Fails if ``container`` does not contain ``item`` one or more times.</doc>
<status status="PASS" start="2026-05-03T00:49:42.290336" elapsed="0.000414"/>
</kw>
<kw name="Get Lines Containing String" owner="String">
<msg time="2026-05-03T00:49:42.291181" level="INFO">1 out of 23 lines matched.</msg>
<msg time="2026-05-03T00:49:42.291273" level="INFO">${result_line} = RESULT: 16 switches 9 tests min/max/avg/stdev = 31355.77/33006.06/32417.56/10819.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-05-03T00:49:42.290913" elapsed="0.000384"/>
</kw>
<kw name="Split String" owner="String">
<msg time="2026-05-03T00:49:42.291743" level="INFO">@{results_list} = [ RESULT: | 16 | switches | 9 | tests | min/max/avg/stdev | = | 31355.77/33006.06/32417.56/10819.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-05-03T00:49:42.291449" elapsed="0.000324"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-05-03T00:49:42.294138" level="INFO">min/max/avg/stdev</msg>
<arg>${results_list[5]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-05-03T00:49:42.291922" elapsed="0.002271"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-05-03T00:49:42.296571" level="INFO">31355.77/33006.06/32417.56/10819.65</msg>
<arg>${results_list[7]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-05-03T00:49:42.294335" elapsed="0.002298"/>
</kw>
<kw name="Split String" owner="String">
<msg time="2026-05-03T00:49:42.298957" level="INFO">@{result_name_list} = [ min | max | avg | stdev ]</msg>
<var>@{result_name_list}</var>
<arg>${results_list[5]}</arg>
<arg>/</arg>
<doc>Splits the ``string`` using ``separator`` as a delimiter string.</doc>
<status status="PASS" start="2026-05-03T00:49:42.296796" elapsed="0.002200"/>
</kw>
<kw name="Split String" owner="String">
<msg time="2026-05-03T00:49:42.301376" level="INFO">@{result_value_list} = [ 31355.77 | 33006.06 | 32417.56 | 10819.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-05-03T00:49:42.299193" elapsed="0.002210"/>
</kw>
<kw name="Get Length" owner="BuiltIn">
<msg time="2026-05-03T00:49:42.301874" level="INFO">Length is 4.</msg>
<msg time="2026-05-03T00:49:42.301963" level="INFO">${num_stats} = 4</msg>
<var>${num_stats}</var>
<arg>${result_name_list}</arg>
<doc>Returns and logs the length of the given item as an integer.</doc>
<status status="PASS" start="2026-05-03T00:49:42.301555" elapsed="0.000432"/>
</kw>
<for flavor="IN RANGE">
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-05-03T00:49:42.306620" level="INFO">min :: 31355.77</msg>
<arg>${result_name_list[${i}]} :: ${result_value_list[${i}]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-05-03T00:49:42.302378" elapsed="0.004299"/>
</kw>
<var name="${i}">0</var>
<status status="PASS" start="2026-05-03T00:49:42.302246" elapsed="0.004482"/>
</iter>
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-05-03T00:49:42.311214" level="INFO">max :: 33006.06</msg>
<arg>${result_name_list[${i}]} :: ${result_value_list[${i}]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-05-03T00:49:42.306948" elapsed="0.004321"/>
</kw>
<var name="${i}">1</var>
<status status="PASS" start="2026-05-03T00:49:42.306821" elapsed="0.004483"/>
</iter>
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-05-03T00:49:42.315795" level="INFO">avg :: 32417.56</msg>
<arg>${result_name_list[${i}]} :: ${result_value_list[${i}]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-05-03T00:49:42.311520" elapsed="0.004337"/>
</kw>
<var name="${i}">2</var>
<status status="PASS" start="2026-05-03T00:49:42.311393" elapsed="0.004498"/>
</iter>
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-05-03T00:49:42.320968" level="INFO">stdev :: 10819.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-05-03T00:49:42.316108" elapsed="0.004917"/>
</kw>
<var name="${i}">3</var>
<status status="PASS" start="2026-05-03T00:49:42.315982" elapsed="0.005078"/>
</iter>
<var>${i}</var>
<value>0</value>
<value>${num_stats}</value>
<status status="PASS" start="2026-05-03T00:49:42.302057" elapsed="0.019037"/>
</for>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-05-03T00:49:42.324972" level="INFO">${min} = 31355.77</msg>
<var>${min}</var>
<arg>${result_value_list[${0}]}</arg>
<doc>Returns the given values which can then be assigned to a variables.</doc>
<status status="PASS" start="2026-05-03T00:49:42.321252" elapsed="0.003748"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-05-03T00:49:42.328841" level="INFO">${max} = 33006.06</msg>
<var>${max}</var>
<arg>${result_value_list[${1}]}</arg>
<doc>Returns the given values which can then be assigned to a variables.</doc>
<status status="PASS" start="2026-05-03T00:49:42.325152" elapsed="0.003716"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-05-03T00:49:42.332860" level="INFO">${average} = 32417.56</msg>
<var>${average}</var>
<arg>${result_value_list[${2}]}</arg>
<doc>Returns the given values which can then be assigned to a variables.</doc>
<status status="PASS" start="2026-05-03T00:49:42.329020" elapsed="0.003866"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-05-03T00:49:42.336742" level="INFO">${stdev} = 10819.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-05-03T00:49:42.333036" elapsed="0.003733"/>
</kw>
<kw name="Get Time" owner="BuiltIn">
<msg time="2026-05-03T00:49:42.337283" level="INFO">${date} = 2026-05-03 00:49:42</msg>
<var>${date}</var>
<arg>d,m,s</arg>
<doc>Returns the given time in the requested format.</doc>
<status status="PASS" start="2026-05-03T00:49:42.336928" elapsed="0.000380"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-05-03T00:49:42.337878" level="INFO">CBench Result: 2026-05-03 00:49:42,-m 60000 -M 100 -S 16 -l 10 -D 5000 -p 6633,31355.77,33006.06,32417.56,10819.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-05-03T00:49:42.337453" elapsed="0.000480"/>
</kw>
<kw name="Log Results And Determine Status">
<kw name="Append To File" owner="OperatingSystem">
<msg time="2026-05-03T00:49:42.339008" level="INFO" html="true">Appended to file '&lt;a href="file:///w/workspace/openflowplugin-csit-1node-cbench-only-vanadium/latency.csv"&gt;/w/workspace/openflowplugin-csit-1node-cbench-only-vanadium/latency.csv&lt;/a&gt;'.</msg>
<arg>${output_file}</arg>
<arg>${min},${max},${average}\n</arg>
<doc>Appends the given content to the specified file.</doc>
<status status="PASS" start="2026-05-03T00:49:42.338549" elapsed="0.000527"/>
</kw>
<kw name="Should Be True" owner="BuiltIn">
<arg>${average} &gt; ${threshold}</arg>
<arg>${average} flow_mods per/sec did not exceed threshold of ${threshold}</arg>
<doc>Fails if the given condition is not true.</doc>
<status status="PASS" start="2026-05-03T00:49:42.339229" elapsed="0.000469"/>
</kw>
<arg>${min}</arg>
<arg>${max}</arg>
<arg>${average}</arg>
<arg>${average_threshold}</arg>
<arg>${output_filename}</arg>
<status status="PASS" start="2026-05-03T00:49:42.338086" elapsed="0.001678"/>
</kw>
<arg>-m ${duration_in_ms} -M ${num_of_unique_macs} -S ${switch_count} -l ${loops} -D ${start_delay} -p ${of_port}</arg>
<arg>${latency_threshold}</arg>
<arg>${latency_results_file}</arg>
<status status="PASS" start="2026-05-03T00:39:35.830612" elapsed="606.509211"/>
</kw>
<kw name="Sleep" owner="BuiltIn">
<msg time="2026-05-03T00:49:42.340291" level="INFO">Slept 0 seconds.</msg>
<arg>${test_delay}</arg>
<doc>Pauses the test executed for the given time.</doc>
<status status="PASS" start="2026-05-03T00:49:42.339977" elapsed="0.000368"/>
</kw>
<kw name="Log Results As Zero If Cbench Timed Out" type="TEARDOWN">
<kw name="Run Keyword If Timeout Occurred" owner="BuiltIn">
<arg>Log Results And Determine Status</arg>
<arg>0</arg>
<arg>0</arg>
<arg>0</arg>
<arg>0</arg>
<arg>${output_filename}</arg>
<doc>Runs the given keyword if either a test or a keyword timeout has occurred.</doc>
<status status="PASS" start="2026-05-03T00:49:42.340877" elapsed="0.000262"/>
</kw>
<status status="PASS" start="2026-05-03T00:49:42.340561" elapsed="0.000648"/>
</kw>
<doc>cbench executed in default latency mode. Test parameters have defaults, but can be overridden
on the pybot command line</doc>
<tag>cbench</tag>
<tag>latency</tag>
<timeout value="15 minutes"/>
<status status="PASS" start="2026-05-03T00:39:35.827839" elapsed="606.513408"/>
</test>
<test id="s1-t2" name="Cbench Throughput Test" line="51">
<kw name="Log" owner="BuiltIn">
<msg time="2026-05-03T00:49:42.342584" level="INFO">Cbench tests using 10 iterations of 60 second tests. Switch Count: 16. Unique MACS to cycle: 100</msg>
<arg>Cbench tests using ${loops} iterations of ${duration_in_secs} second tests. Switch Count: ${switch_count}. Unique MACS to cycle: ${num_of_unique_macs}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-05-03T00:49:42.342209" elapsed="0.000430"/>
</kw>
<kw name="Run Cbench And Log Results">
<kw name="Set Suite Variable" owner="BuiltIn">
<msg time="2026-05-03T00:49:42.343909" level="INFO">${output_filename} = throughput.csv</msg>
<arg>${output_filename}</arg>
<doc>Makes a variable available everywhere within the scope of the current suite.</doc>
<status status="PASS" start="2026-05-03T00:49:42.343561" elapsed="0.000389"/>
</kw>
<if>
<branch type="IF" condition="&quot;${cbench_system}&quot; == &quot;localhost&quot;">
<kw name="Run" owner="OperatingSystem">
<var>${output}</var>
<arg>${cbench_executable} -c ${ODL_SYSTEM_IP} ${cbench_args}</arg>
<doc>_This keyword is considered deprecated. Use the
[http://robotframework.org/robotframework/latest/libraries/Process.html|
Process] library instead._</doc>
<status status="NOT RUN" start="2026-05-03T00:49:42.344280" elapsed="0.000021"/>
</kw>
<status status="NOT RUN" start="2026-05-03T00:49:42.344060" elapsed="0.000277"/>
</branch>
<branch type="ELSE">
<kw name="Run Command On Remote System" owner="Utils">
<if>
<branch type="IF" condition="&quot;${return_stdout}&quot;!=&quot;True&quot; and &quot;${return_stderr}&quot;!=&quot;True&quot;">
<kw name="Fail" owner="BuiltIn">
<arg>At least one of {return_stdout} or {return_stderr} args should be set to True</arg>
<doc>Fails the test with the given message and optionally alters its tags.</doc>
<status status="NOT RUN" start="2026-05-03T00:49:42.347198" elapsed="0.000021"/>
</kw>
<status status="NOT RUN" start="2026-05-03T00:49:42.346955" elapsed="0.000297"/>
</branch>
<status status="PASS" start="2026-05-03T00:49:42.346926" elapsed="0.000350"/>
</if>
<kw name="Get Connection" owner="SSHLibrary">
<msg time="2026-05-03T00:49:42.347587" level="INFO">index=None
host=None
alias=None
port=22
timeout=3 seconds
newline=

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

prompt=None
term_type=vt100
width=80
height=24
path_separator=/
encoding=utf8
escape_ansi=False
encoding_errors=strict</msg>
<var>${current_ssh_connection}</var>
<doc>Returns information about the connection.</doc>
<status status="PASS" start="2026-05-03T00:49:42.347402" elapsed="0.000349"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-05-03T00:49:42.348293" level="INFO">Attempting to execute command "/usr/local/bin/cbench -c 10.30.171.33 -t -m 60000 -M 100 -S 16 -l 10 -D 5000 -p 6633" on remote system "10.30.170.250" by user "jenkins" with keyfile pass "any" and prompt "&gt;" and password ""</msg>
<arg>Attempting to execute command "${cmd}" on remote system "${system}" by user "${user}" with keyfile pass "${keyfile_pass}" and prompt "${prompt}" and password "${password}"</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-05-03T00:49:42.347883" elapsed="0.000467"/>
</kw>
<kw name="Open Connection" owner="SSHLibrary">
<msg time="2026-05-03T00:49:42.348899" level="INFO">${conn_id} = 7</msg>
<var>${conn_id}</var>
<arg>${system}</arg>
<arg>prompt=${prompt}</arg>
<arg>timeout=${prompt_timeout}</arg>
<doc>Opens a new SSH connection to the given ``host`` and ``port``.</doc>
<status status="PASS" start="2026-05-03T00:49:42.348487" elapsed="0.000439"/>
</kw>
<kw name="Flexible_SSH_Login" owner="SSHKeywords">
<kw name="Get Length" owner="BuiltIn">
<msg time="2026-05-03T00:49:42.349877" level="INFO">Length is 0.</msg>
<msg time="2026-05-03T00:49:42.349966" level="INFO">${pwd_length} = 0</msg>
<var>${pwd_length}</var>
<arg>${password}</arg>
<doc>Returns and logs the length of the given item as an integer.</doc>
<status status="PASS" start="2026-05-03T00:49:42.349494" elapsed="0.000496"/>
</kw>
<kw name="Run Keyword And Return If" owner="BuiltIn">
<arg>${pwd_length} &gt; 0</arg>
<arg>SSHLibrary.Login</arg>
<arg>${user}</arg>
<arg>${password}</arg>
<arg>delay=${delay}</arg>
<doc>Runs the specified keyword and returns from the enclosing user keyword.</doc>
<status status="PASS" start="2026-05-03T00:49:42.350129" elapsed="0.000315"/>
</kw>
<kw name="Run Keyword And Return" owner="BuiltIn">
<kw name="Login With Public Key" owner="SSHLibrary">
<msg time="2026-05-03T00:49:42.351332" level="INFO">Logging into '10.30.170.250:22' as 'jenkins'.</msg>
<msg time="2026-05-03T00:49:42.960456" 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 Sun May  3 00:49:42 UTC 2026

  System load:  1.04               Processes:             105
  Usage of /:   19.3% of 38.58GB   Users logged in:       0
  Memory usage: 4%                 IPv4 address for ens3: 10.30.170.250
  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: Sun May  3 00:39:36 2026 from 10.30.171.109
[?2004h[jenkins@releng-63164-219-1-mininet-ovs-217-0 ~]&gt;</msg>
<arg>${user}</arg>
<arg>${USER_HOME}/.ssh/${SSH_KEY}</arg>
<arg>${KEYFILE_PASS}</arg>
<arg>delay=${delay}</arg>
<doc>Logs into the SSH server using key-based authentication.</doc>
<status status="PASS" start="2026-05-03T00:49:42.350983" elapsed="0.609667"/>
</kw>
<msg time="2026-05-03T00:49:42.960784" level="INFO">Returning from the enclosing user keyword.</msg>
<arg>SSHLibrary.Login With Public Key</arg>
<arg>${user}</arg>
<arg>${USER_HOME}/.ssh/${SSH_KEY}</arg>
<arg>${KEYFILE_PASS}</arg>
<arg>delay=${delay}</arg>
<doc>Runs the specified keyword and returns from the enclosing user keyword.</doc>
<status status="PASS" start="2026-05-03T00:49:42.350594" elapsed="0.610286"/>
</kw>
<arg>${user}</arg>
<arg>${password}</arg>
<doc>On active SSH session: if given non-empty password, do Login, else do Login With Public Key.</doc>
<status status="PASS" start="2026-05-03T00:49:42.349125" elapsed="0.611875"/>
</kw>
<kw name="Execute Command" owner="SSHLibrary">
<msg time="2026-05-03T00:49:42.961560" level="INFO">Executing command '/usr/local/bin/cbench -c 10.30.171.33 -t -m 60000 -M 100 -S 16 -l 10 -D 5000 -p 6633'.</msg>
<msg time="2026-05-03T00:59:49.029362" level="INFO">Command exited with return code 0.</msg>
<msg time="2026-05-03T00:59:49.030037" level="INFO">${stdout} = </msg>
<msg time="2026-05-03T00:59:49.030148" level="INFO">${stderr} = cbench: controller benchmarking tool
   running in mode 'throughput'
   connecting to controller at 10.30.171.33:6633 
   faking 16 switches with 1 threads :: 10 tests each; 60000 ms per test
   with ...</msg>
<var>${stdout}</var>
<var>${stderr}</var>
<arg>${cmd}</arg>
<arg>return_stderr=True</arg>
<doc>Executes ``command`` on the remote machine and returns its outputs.</doc>
<status status="PASS" start="2026-05-03T00:49:42.961233" elapsed="606.068989"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-05-03T00:59:49.030781" elapsed="0.000845"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-05-03T00:59:49.032944" level="INFO">cbench: controller benchmarking tool
   running in mode 'throughput'
   connecting to controller at 10.30.171.33: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.33. So far 1 cbench instances have initialized their switches.  Waiting for other cbench-instances
Thread-0: Total switches from ALL cbench-instances initialized.
00:50:48.088 16  switches: flows:  601617 593240 590217 583565 582115 582907 594675 578825 581334 581431 573531 588589 576724 591755 570505 579232  total = 155.837700 per ms 
00:51:48.205 16  switches: flows:  655443 654833 646528 654675 660860 644738 653263 648473 664859 648257 651321 655747 650487 663504 650790 643960  total = 173.793508 per ms 
00:52:48.306 16  switches: flows:  627308 643045 641775 636616 634501 632599 637700 633421 629489 622096 637411 624135 642305 636967 640107 637064  total = 168.991696 per ms 
00:53:48.408 16  switches: flows:  638865 646246 654648 635558 638846 632687 650104 637062 644767 645752 651759 652240 651827 652881 651674 645561  total = 171.884158 per ms 
00:54:48.509 16  switches: flows:  661260 666088 668868 676465 674845 661689 674964 673990 670692 670026 661458 663050 660501 674340 666472 664621  total = 177.855708 per ms 
00:55:48.611 16  switches: flows:  664715 680652 688750 673098 681001 660582 660771 675867 673863 674957 681701 677915 668898 682232 686704 677664  total = 179.852863 per ms 
00:56:48.714 16  switches: flows:  679309 685652 688734 683342 680824 678016 681670 669265 679812 670001 694903 681908 675558 685989 678217 668322  total = 181.048365 per ms 
00:57:48.817 16  switches: flows:  638728 629051 644596 638692 646386 636254 642861 611787 603378 629473 607738 638948 599234 609563 636970 613021  total = 166.828276 per ms 
00:58:48.918 16  switches: flows:  658354 670331 673471 659709 660744 663635 664092 662552 672358 667808 667447 663272 654599 668940 664270 663942  total = 176.960478 per ms 
00:59:49.021 16  switches: flows:  675131 671153 684412 673691 673761 677084 666641 675260 677473 674242 677468 661874 672023 688001 673395 671484  total = 179.581734 per ms 
RESULT: 16 switches 9 tests min/max/avg/stdev = 166828.28/181048.36/175199.64/58596.28 responses/s</msg>
<arg>${stderr}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-05-03T00:59:49.032059" elapsed="0.001215"/>
</kw>
<if>
<branch type="IF" condition="&quot;${return_stdout}&quot;!=&quot;True&quot;">
<return>
<value>${stderr}</value>
<status status="PASS" start="2026-05-03T00:59:49.033848" elapsed="0.000100"/>
</return>
<status status="PASS" start="2026-05-03T00:59:49.033492" elapsed="0.000545"/>
</branch>
<status status="PASS" start="2026-05-03T00:59:49.033434" elapsed="0.000660"/>
</if>
<if>
<branch type="IF" condition="&quot;${return_stderr}&quot;!=&quot;True&quot;">
<return>
<value>${stdout}</value>
<status status="NOT RUN" start="2026-05-03T00:59:49.034303" elapsed="0.000028"/>
</return>
<status status="NOT RUN" start="2026-05-03T00:59:49.034221" elapsed="0.000188"/>
</branch>
<status status="NOT RUN" start="2026-05-03T00:59:49.034186" elapsed="0.000284"/>
</if>
<return>
<value>${stdout}</value>
<value>${stderr}</value>
<status status="NOT RUN" start="2026-05-03T00:59:49.034542" elapsed="0.000032"/>
</return>
<kw name="Restore_Current_Ssh_Connection_From_Index" owner="SSHKeywords" type="TEARDOWN">
<kw name="Run Keyword And Return If" owner="BuiltIn">
<arg>${connection_index} is not None</arg>
<arg>SSHLibrary.Switch Connection</arg>
<arg>${connection_index}</arg>
<doc>Runs the specified keyword and returns from the enclosing user keyword.</doc>
<status status="PASS" start="2026-05-03T00:59:49.040477" elapsed="0.000619"/>
</kw>
<kw name="Open Connection" owner="SSHLibrary">
<arg>127.0.0.1</arg>
<doc>Opens a new SSH connection to the given ``host`` and ``port``.</doc>
<status status="PASS" start="2026-05-03T00:59:49.041305" elapsed="0.000245"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-05-03T00:59:49.041775" elapsed="0.000149"/>
</kw>
<arg>${current_ssh_connection.index}</arg>
<doc>Restore active SSH connection in SSHLibrary to given index.</doc>
<status status="PASS" start="2026-05-03T00:59:49.035277" elapsed="0.006722"/>
</kw>
<msg time="2026-05-03T00:59:49.042185" level="INFO">${output} = cbench: controller benchmarking tool
   running in mode 'throughput'
   connecting to controller at 10.30.171.33:6633 
   faking 16 switches with 1 threads :: 10 tests each; 60000 ms per test
   with ...</msg>
<var>${output}</var>
<arg>${cbench_system}</arg>
<arg>${cbench_executable} -c ${ODL_SYSTEM_IP} ${cbench_args}</arg>
<arg>prompt_timeout=${test_timeout}</arg>
<arg>return_stdout=False</arg>
<arg>return_stderr=True</arg>
<doc>Reduces the common work of running a command on a remote system to a single higher level
robot keyword, taking care to log in with a public key and. The command given is written and the return value
depends on the passed argument values of return_stdout (default: True) and return_stderr (default: False).
At least one should be True, or the keyword will exit and FAIL. If both are True, the resulting return value
will be a two element list containing both. Otherwise the resulting return value is a string.
No test conditions are checked.</doc>
<status status="PASS" start="2026-05-03T00:49:42.344672" elapsed="606.697551"/>
</kw>
<status status="PASS" start="2026-05-03T00:49:42.344361" elapsed="606.697932"/>
</branch>
<status status="PASS" start="2026-05-03T00:49:42.344038" elapsed="606.698288"/>
</if>
<kw name="Log" owner="BuiltIn">
<msg time="2026-05-03T00:59:49.042967" level="INFO">cbench: controller benchmarking tool
   running in mode 'throughput'
   connecting to controller at 10.30.171.33: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.33. So far 1 cbench instances have initialized their switches.  Waiting for other cbench-instances
Thread-0: Total switches from ALL cbench-instances initialized.
00:50:48.088 16  switches: flows:  601617 593240 590217 583565 582115 582907 594675 578825 581334 581431 573531 588589 576724 591755 570505 579232  total = 155.837700 per ms 
00:51:48.205 16  switches: flows:  655443 654833 646528 654675 660860 644738 653263 648473 664859 648257 651321 655747 650487 663504 650790 643960  total = 173.793508 per ms 
00:52:48.306 16  switches: flows:  627308 643045 641775 636616 634501 632599 637700 633421 629489 622096 637411 624135 642305 636967 640107 637064  total = 168.991696 per ms 
00:53:48.408 16  switches: flows:  638865 646246 654648 635558 638846 632687 650104 637062 644767 645752 651759 652240 651827 652881 651674 645561  total = 171.884158 per ms 
00:54:48.509 16  switches: flows:  661260 666088 668868 676465 674845 661689 674964 673990 670692 670026 661458 663050 660501 674340 666472 664621  total = 177.855708 per ms 
00:55:48.611 16  switches: flows:  664715 680652 688750 673098 681001 660582 660771 675867 673863 674957 681701 677915 668898 682232 686704 677664  total = 179.852863 per ms 
00:56:48.714 16  switches: flows:  679309 685652 688734 683342 680824 678016 681670 669265 679812 670001 694903 681908 675558 685989 678217 668322  total = 181.048365 per ms 
00:57:48.817 16  switches: flows:  638728 629051 644596 638692 646386 636254 642861 611787 603378 629473 607738 638948 599234 609563 636970 613021  total = 166.828276 per ms 
00:58:48.918 16  switches: flows:  658354 670331 673471 659709 660744 663635 664092 662552 672358 667808 667447 663272 654599 668940 664270 663942  total = 176.960478 per ms 
00:59:49.021 16  switches: flows:  675131 671153 684412 673691 673761 677084 666641 675260 677473 674242 677468 661874 672023 688001 673395 671484  total = 179.581734 per ms 
RESULT: 16 switches 9 tests min/max/avg/stdev = 166828.28/181048.36/175199.64/58596.28 responses/s</msg>
<arg>${output}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-05-03T00:59:49.042524" elapsed="0.000547"/>
</kw>
<kw name="Should Contain" owner="BuiltIn">
<arg>${output}</arg>
<arg>RESULT</arg>
<doc>Fails if ``container`` does not contain ``item`` one or more times.</doc>
<status status="PASS" start="2026-05-03T00:59:49.043274" elapsed="0.000564"/>
</kw>
<kw name="Get Lines Containing String" owner="String">
<msg time="2026-05-03T00:59:49.044416" level="INFO">1 out of 23 lines matched.</msg>
<msg time="2026-05-03T00:59:49.044545" level="INFO">${result_line} = RESULT: 16 switches 9 tests min/max/avg/stdev = 166828.28/181048.36/175199.64/58596.28 responses/s</msg>
<var>${result_line}</var>
<arg>${output}</arg>
<arg>RESULT</arg>
<doc>Returns lines of the given ``string`` that contain the ``pattern``.</doc>
<status status="PASS" start="2026-05-03T00:59:49.044064" elapsed="0.000515"/>
</kw>
<kw name="Split String" owner="String">
<msg time="2026-05-03T00:59:49.045115" level="INFO">@{results_list} = [ RESULT: | 16 | switches | 9 | tests | min/max/avg/stdev | = | 166828.28/181048.36/175199.64/58596.28 | responses/s ]</msg>
<var>@{results_list}</var>
<arg>${result_line}</arg>
<doc>Splits the ``string`` using ``separator`` as a delimiter string.</doc>
<status status="PASS" start="2026-05-03T00:59:49.044848" elapsed="0.000294"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-05-03T00:59:49.047531" level="INFO">min/max/avg/stdev</msg>
<arg>${results_list[5]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-05-03T00:59:49.045287" elapsed="0.002301"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-05-03T00:59:49.050007" level="INFO">166828.28/181048.36/175199.64/58596.28</msg>
<arg>${results_list[7]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-05-03T00:59:49.047764" elapsed="0.002300"/>
</kw>
<kw name="Split String" owner="String">
<msg time="2026-05-03T00:59:49.052454" level="INFO">@{result_name_list} = [ min | max | avg | stdev ]</msg>
<var>@{result_name_list}</var>
<arg>${results_list[5]}</arg>
<arg>/</arg>
<doc>Splits the ``string`` using ``separator`` as a delimiter string.</doc>
<status status="PASS" start="2026-05-03T00:59:49.050212" elapsed="0.002270"/>
</kw>
<kw name="Split String" owner="String">
<msg time="2026-05-03T00:59:49.054939" level="INFO">@{result_value_list} = [ 166828.28 | 181048.36 | 175199.64 | 58596.28 ]</msg>
<var>@{result_value_list}</var>
<arg>${results_list[7]}</arg>
<arg>/</arg>
<doc>Splits the ``string`` using ``separator`` as a delimiter string.</doc>
<status status="PASS" start="2026-05-03T00:59:49.052667" elapsed="0.002300"/>
</kw>
<kw name="Get Length" owner="BuiltIn">
<msg time="2026-05-03T00:59:49.055424" level="INFO">Length is 4.</msg>
<msg time="2026-05-03T00:59:49.055511" level="INFO">${num_stats} = 4</msg>
<var>${num_stats}</var>
<arg>${result_name_list}</arg>
<doc>Returns and logs the length of the given item as an integer.</doc>
<status status="PASS" start="2026-05-03T00:59:49.055122" elapsed="0.000413"/>
</kw>
<for flavor="IN RANGE">
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-05-03T00:59:49.060262" level="INFO">min :: 166828.28</msg>
<arg>${result_name_list[${i}]} :: ${result_value_list[${i}]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-05-03T00:59:49.055954" elapsed="0.004397"/>
</kw>
<var name="${i}">0</var>
<status status="PASS" start="2026-05-03T00:59:49.055817" elapsed="0.004569"/>
</iter>
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-05-03T00:59:49.065137" level="INFO">max :: 181048.36</msg>
<arg>${result_name_list[${i}]} :: ${result_value_list[${i}]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-05-03T00:59:49.060609" elapsed="0.004586"/>
</kw>
<var name="${i}">1</var>
<status status="PASS" start="2026-05-03T00:59:49.060479" elapsed="0.004752"/>
</iter>
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-05-03T00:59:49.069794" level="INFO">avg :: 175199.64</msg>
<arg>${result_name_list[${i}]} :: ${result_value_list[${i}]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-05-03T00:59:49.065452" elapsed="0.004399"/>
</kw>
<var name="${i}">2</var>
<status status="PASS" start="2026-05-03T00:59:49.065321" elapsed="0.004565"/>
</iter>
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-05-03T00:59:49.074681" level="INFO">stdev :: 58596.28</msg>
<arg>${result_name_list[${i}]} :: ${result_value_list[${i}]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-05-03T00:59:49.070111" elapsed="0.004675"/>
</kw>
<var name="${i}">3</var>
<status status="PASS" start="2026-05-03T00:59:49.069975" elapsed="0.004846"/>
</iter>
<var>${i}</var>
<value>0</value>
<value>${num_stats}</value>
<status status="PASS" start="2026-05-03T00:59:49.055603" elapsed="0.019250"/>
</for>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-05-03T00:59:49.078804" level="INFO">${min} = 166828.28</msg>
<var>${min}</var>
<arg>${result_value_list[${0}]}</arg>
<doc>Returns the given values which can then be assigned to a variables.</doc>
<status status="PASS" start="2026-05-03T00:59:49.075013" elapsed="0.003818"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-05-03T00:59:49.082763" level="INFO">${max} = 181048.36</msg>
<var>${max}</var>
<arg>${result_value_list[${1}]}</arg>
<doc>Returns the given values which can then be assigned to a variables.</doc>
<status status="PASS" start="2026-05-03T00:59:49.078984" elapsed="0.003807"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-05-03T00:59:49.086670" level="INFO">${average} = 175199.64</msg>
<var>${average}</var>
<arg>${result_value_list[${2}]}</arg>
<doc>Returns the given values which can then be assigned to a variables.</doc>
<status status="PASS" start="2026-05-03T00:59:49.082943" elapsed="0.003772"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-05-03T00:59:49.090623" level="INFO">${stdev} = 58596.28</msg>
<var>${stdev}</var>
<arg>${result_value_list[${3}]}</arg>
<doc>Returns the given values which can then be assigned to a variables.</doc>
<status status="PASS" start="2026-05-03T00:59:49.086866" elapsed="0.003784"/>
</kw>
<kw name="Get Time" owner="BuiltIn">
<msg time="2026-05-03T00:59:49.091180" level="INFO">${date} = 2026-05-03 00:59:49</msg>
<var>${date}</var>
<arg>d,m,s</arg>
<doc>Returns the given time in the requested format.</doc>
<status status="PASS" start="2026-05-03T00:59:49.090826" elapsed="0.000380"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-05-03T00:59:49.091790" level="INFO">CBench Result: 2026-05-03 00:59:49,-t -m 60000 -M 100 -S 16 -l 10 -D 5000 -p 6633,166828.28,181048.36,175199.64,58596.28</msg>
<arg>CBench Result: ${date},${cbench_args},${min},${max},${average},${stdev}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-05-03T00:59:49.091351" elapsed="0.000496"/>
</kw>
<kw name="Log Results And Determine Status">
<kw name="Append To File" owner="OperatingSystem">
<msg time="2026-05-03T00:59:49.092905" level="INFO" html="true">Appended to file '&lt;a href="file:///w/workspace/openflowplugin-csit-1node-cbench-only-vanadium/throughput.csv"&gt;/w/workspace/openflowplugin-csit-1node-cbench-only-vanadium/throughput.csv&lt;/a&gt;'.</msg>
<arg>${output_file}</arg>
<arg>${min},${max},${average}\n</arg>
<doc>Appends the given content to the specified file.</doc>
<status status="PASS" start="2026-05-03T00:59:49.092465" elapsed="0.000508"/>
</kw>
<kw name="Should Be True" owner="BuiltIn">
<arg>${average} &gt; ${threshold}</arg>
<arg>${average} flow_mods per/sec did not exceed threshold of ${threshold}</arg>
<doc>Fails if the given condition is not true.</doc>
<status status="PASS" start="2026-05-03T00:59:49.093128" elapsed="0.000462"/>
</kw>
<arg>${min}</arg>
<arg>${max}</arg>
<arg>${average}</arg>
<arg>${average_threshold}</arg>
<arg>${output_filename}</arg>
<status status="PASS" start="2026-05-03T00:59:49.091985" elapsed="0.001671"/>
</kw>
<arg>-t -m ${duration_in_ms} -M ${num_of_unique_macs} -S ${switch_count} -l ${loops} -D ${start_delay} -p ${of_port}</arg>
<arg>${throughput_threshold}</arg>
<arg>${throughput_results_file}</arg>
<status status="PASS" start="2026-05-03T00:49:42.342990" elapsed="606.750746"/>
</kw>
<kw name="Sleep" owner="BuiltIn">
<msg time="2026-05-03T00:59:49.094206" level="INFO">Slept 0 seconds.</msg>
<arg>${test_delay}</arg>
<doc>Pauses the test executed for the given time.</doc>
<status status="PASS" start="2026-05-03T00:59:49.093888" elapsed="0.000374"/>
</kw>
<kw name="Log Results As Zero If Cbench Timed Out" type="TEARDOWN">
<kw name="Run Keyword If Timeout Occurred" owner="BuiltIn">
<arg>Log Results And Determine Status</arg>
<arg>0</arg>
<arg>0</arg>
<arg>0</arg>
<arg>0</arg>
<arg>${output_filename}</arg>
<doc>Runs the given keyword if either a test or a keyword timeout has occurred.</doc>
<status status="PASS" start="2026-05-03T00:59:49.094801" elapsed="0.000261"/>
</kw>
<status status="PASS" start="2026-05-03T00:59:49.094476" elapsed="0.000656"/>
</kw>
<doc>cbench executed in throughput mode (-t). Test parameters have defaults, but can be overridden
on the pybot command line</doc>
<tag>cbench</tag>
<tag>throughput</tag>
<timeout value="15 minutes"/>
<status status="PASS" start="2026-05-03T00:49:42.341552" elapsed="606.753620"/>
</test>
<test id="s1-t3" name="Rerun Latency Test To Check Bug 6176" line="65">
<kw name="Log" owner="BuiltIn">
<msg time="2026-05-03T00:59:49.096442" level="INFO">Cbench tests using 10 iterations of 60 second tests. Switch Count: 16. Unique MACS to cycle: 100</msg>
<arg>Cbench tests using ${loops} iterations of ${duration_in_secs} second tests. Switch Count: ${switch_count}. Unique MACS to cycle: ${num_of_unique_macs}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-05-03T00:59:49.096021" elapsed="0.000479"/>
</kw>
<kw name="Run Cbench And Log Results">
<kw name="Set Suite Variable" owner="BuiltIn">
<msg time="2026-05-03T00:59:49.097770" level="INFO">${output_filename} = bug.csv</msg>
<arg>${output_filename}</arg>
<doc>Makes a variable available everywhere within the scope of the current suite.</doc>
<status status="PASS" start="2026-05-03T00:59:49.097411" 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-05-03T00:59:49.098141" elapsed="0.000021"/>
</kw>
<status status="NOT RUN" start="2026-05-03T00:59:49.097923" 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-05-03T00:59:49.101246" elapsed="0.000021"/>
</kw>
<status status="NOT RUN" start="2026-05-03T00:59:49.100997" elapsed="0.000305"/>
</branch>
<status status="PASS" start="2026-05-03T00:59:49.100977" elapsed="0.000349"/>
</if>
<kw name="Get Connection" owner="SSHLibrary">
<msg time="2026-05-03T00:59:49.101644" level="INFO">index=None
host=None
alias=None
port=22
timeout=3 seconds
newline=

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

prompt=None
term_type=vt100
width=80
height=24
path_separator=/
encoding=utf8
escape_ansi=False
encoding_errors=strict</msg>
<var>${current_ssh_connection}</var>
<doc>Returns information about the connection.</doc>
<status status="PASS" start="2026-05-03T00:59:49.101456" elapsed="0.000366"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-05-03T00:59:49.102377" level="INFO">Attempting to execute command "/usr/local/bin/cbench -c 10.30.171.33 -m 60000 -M 100 -S 16 -l 10 -D 5000 -p 6633" on remote system "10.30.170.250" by user "jenkins" with keyfile pass "any" and prompt "&gt;" and password ""</msg>
<arg>Attempting to execute command "${cmd}" on remote system "${system}" by user "${user}" with keyfile pass "${keyfile_pass}" and prompt "${prompt}" and password "${password}"</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-05-03T00:59:49.101957" elapsed="0.000480"/>
</kw>
<kw name="Open Connection" owner="SSHLibrary">
<msg time="2026-05-03T00:59:49.103005" level="INFO">${conn_id} = 9</msg>
<var>${conn_id}</var>
<arg>${system}</arg>
<arg>prompt=${prompt}</arg>
<arg>timeout=${prompt_timeout}</arg>
<doc>Opens a new SSH connection to the given ``host`` and ``port``.</doc>
<status status="PASS" start="2026-05-03T00:59:49.102577" elapsed="0.000455"/>
</kw>
<kw name="Flexible_SSH_Login" owner="SSHKeywords">
<kw name="Get Length" owner="BuiltIn">
<msg time="2026-05-03T00:59:49.104090" level="INFO">Length is 0.</msg>
<msg time="2026-05-03T00:59:49.104185" level="INFO">${pwd_length} = 0</msg>
<var>${pwd_length}</var>
<arg>${password}</arg>
<doc>Returns and logs the length of the given item as an integer.</doc>
<status status="PASS" start="2026-05-03T00:59:49.103604" elapsed="0.000606"/>
</kw>
<kw name="Run Keyword And Return If" owner="BuiltIn">
<arg>${pwd_length} &gt; 0</arg>
<arg>SSHLibrary.Login</arg>
<arg>${user}</arg>
<arg>${password}</arg>
<arg>delay=${delay}</arg>
<doc>Runs the specified keyword and returns from the enclosing user keyword.</doc>
<status status="PASS" start="2026-05-03T00:59:49.104384" elapsed="0.000417"/>
</kw>
<kw name="Run Keyword And Return" owner="BuiltIn">
<kw name="Login With Public Key" owner="SSHLibrary">
<msg time="2026-05-03T00:59:49.105805" level="INFO">Logging into '10.30.170.250:22' as 'jenkins'.</msg>
<msg time="2026-05-03T00:59:49.702541" 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 Sun May  3 00:59:49 UTC 2026

  System load:  0.37               Processes:             104
  Usage of /:   19.3% of 38.58GB   Users logged in:       0
  Memory usage: 4%                 IPv4 address for ens3: 10.30.170.250
  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: Sun May  3 00:49:42 2026 from 10.30.171.109
[?2004h[jenkins@releng-63164-219-1-mininet-ovs-217-0 ~]&gt;</msg>
<arg>${user}</arg>
<arg>${USER_HOME}/.ssh/${SSH_KEY}</arg>
<arg>${KEYFILE_PASS}</arg>
<arg>delay=${delay}</arg>
<doc>Logs into the SSH server using key-based authentication.</doc>
<status status="PASS" start="2026-05-03T00:59:49.105381" elapsed="0.597423"/>
</kw>
<msg time="2026-05-03T00:59:49.702903" level="INFO">Returning from the enclosing user keyword.</msg>
<arg>SSHLibrary.Login With Public Key</arg>
<arg>${user}</arg>
<arg>${USER_HOME}/.ssh/${SSH_KEY}</arg>
<arg>${KEYFILE_PASS}</arg>
<arg>delay=${delay}</arg>
<doc>Runs the specified keyword and returns from the enclosing user keyword.</doc>
<status status="PASS" start="2026-05-03T00:59:49.104982" elapsed="0.598009"/>
</kw>
<arg>${user}</arg>
<arg>${password}</arg>
<doc>On active SSH session: if given non-empty password, do Login, else do Login With Public Key.</doc>
<status status="PASS" start="2026-05-03T00:59:49.103233" elapsed="0.599891"/>
</kw>
<kw name="Execute Command" owner="SSHLibrary">
<msg time="2026-05-03T00:59:49.703732" level="INFO">Executing command '/usr/local/bin/cbench -c 10.30.171.33 -m 60000 -M 100 -S 16 -l 10 -D 5000 -p 6633'.</msg>
<msg time="2026-05-03T01:09:55.767238" level="INFO">Command exited with return code 0.</msg>
<msg time="2026-05-03T01:09:55.767943" level="INFO">${stdout} = </msg>
<msg time="2026-05-03T01:09:55.768050" level="INFO">${stderr} = cbench: controller benchmarking tool
   running in mode 'latency'
   connecting to controller at 10.30.171.33:6633 
   faking 16 switches with 1 threads :: 10 tests each; 60000 ms per test
   with 100...</msg>
<var>${stdout}</var>
<var>${stderr}</var>
<arg>${cmd}</arg>
<arg>return_stderr=True</arg>
<doc>Executes ``command`` on the remote machine and returns its outputs.</doc>
<status status="PASS" start="2026-05-03T00:59:49.703372" elapsed="606.064735"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-05-03T01:09:55.768586" elapsed="0.000713"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-05-03T01:09:55.770507" level="INFO">cbench: controller benchmarking tool
   running in mode 'latency'
   connecting to controller at 10.30.171.33: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.33. So far 1 cbench instances have initialized their switches.  Waiting for other cbench-instances
Thread-0: Total switches from ALL cbench-instances initialized.
01:00:54.862 16  switches: flows:  110569 112662 110118 110339 112264 109439 110892 110344 107156 109935 109753 106099 108271 107554 106243 107337  total = 29.149583 per ms 
01:01:54.963 16  switches: flows:  129178 130921 130869 129612 130471 128594 129548 127640 126685 128537 127984 127103 125262 122249 122434 125201  total = 33.981376 per ms 
01:02:55.063 16  switches: flows:  126658 125580 125104 124405 126471 123424 125781 123168 121811 124179 122071 124658 121404 119975 119208 120686  total = 32.854876 per ms 
01:03:55.163 16  switches: flows:  131749 129486 127919 127660 129340 125665 130687 128643 124207 128614 129219 126679 127787 125724 127894 125046  total = 34.048498 per ms 
01:04:55.264 16  switches: flows:  133201 132205 128229 128789 128758 127227 129391 129512 125397 129664 129919 129444 129238 126762 126737 128542  total = 34.326032 per ms 
01:05:55.364 16  switches: flows:  129805 127880 125668 127398 126734 126769 126622 127000 124036 126148 126209 126997 126200 124816 123795 124773  total = 33.624702 per ms 
01:06:55.464 16  switches: flows:  134578 128732 132389 128077 131781 127581 130229 132075 126772 129760 126322 126718 128762 126872 129004 126898  total = 34.385090 per ms 
01:07:55.565 16  switches: flows:  132659 128413 132240 128267 128933 127639 127107 131095 124844 128967 126583 128203 127587 126274 125939 125479  total = 34.113552 per ms 
01:08:55.665 16  switches: flows:  132533 128530 131457 128208 128662 125840 127794 129742 124722 129830 125415 128460 125860 124427 125161 125789  total = 33.983740 per ms 
01:09:55.765 16  switches: flows:  129988 126946 126850 125216 128502 123474 127180 126202 123159 127617 127163 126786 125157 123636 124117 124339  total = 33.549524 per ms 
RESULT: 16 switches 9 tests min/max/avg/stdev = 32854.88/34385.09/33874.15/11300.15 responses/s</msg>
<arg>${stderr}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-05-03T01:09:55.769676" elapsed="0.001219"/>
</kw>
<if>
<branch type="IF" condition="&quot;${return_stdout}&quot;!=&quot;True&quot;">
<return>
<value>${stderr}</value>
<status status="PASS" start="2026-05-03T01:09:55.771387" elapsed="0.000094"/>
</return>
<status status="PASS" start="2026-05-03T01:09:55.771082" elapsed="0.000485"/>
</branch>
<status status="PASS" start="2026-05-03T01:09:55.771027" elapsed="0.000596"/>
</if>
<if>
<branch type="IF" condition="&quot;${return_stderr}&quot;!=&quot;True&quot;">
<return>
<value>${stdout}</value>
<status status="NOT RUN" start="2026-05-03T01:09:55.771866" elapsed="0.000028"/>
</return>
<status status="NOT RUN" start="2026-05-03T01:09:55.771784" elapsed="0.000171"/>
</branch>
<status status="NOT RUN" start="2026-05-03T01:09:55.771746" elapsed="0.000257"/>
</if>
<return>
<value>${stdout}</value>
<value>${stderr}</value>
<status status="NOT RUN" start="2026-05-03T01:09:55.772071" elapsed="0.000029"/>
</return>
<kw name="Restore_Current_Ssh_Connection_From_Index" owner="SSHKeywords" type="TEARDOWN">
<kw name="Run Keyword And Return If" owner="BuiltIn">
<arg>${connection_index} is not None</arg>
<arg>SSHLibrary.Switch Connection</arg>
<arg>${connection_index}</arg>
<doc>Runs the specified keyword and returns from the enclosing user keyword.</doc>
<status status="PASS" start="2026-05-03T01:09:55.776239" elapsed="0.000334"/>
</kw>
<kw name="Open Connection" owner="SSHLibrary">
<arg>127.0.0.1</arg>
<doc>Opens a new SSH connection to the given ``host`` and ``port``.</doc>
<status status="PASS" start="2026-05-03T01:09:55.776736" elapsed="0.000174"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-05-03T01:09:55.777042" elapsed="0.000096"/>
</kw>
<arg>${current_ssh_connection.index}</arg>
<doc>Restore active SSH connection in SSHLibrary to given index.</doc>
<status status="PASS" start="2026-05-03T01:09:55.772822" elapsed="0.004368"/>
</kw>
<msg time="2026-05-03T01:09:55.777317" level="INFO">${output} = cbench: controller benchmarking tool
   running in mode 'latency'
   connecting to controller at 10.30.171.33:6633 
   faking 16 switches with 1 threads :: 10 tests each; 60000 ms per test
   with 100...</msg>
<var>${output}</var>
<arg>${cbench_system}</arg>
<arg>${cbench_executable} -c ${ODL_SYSTEM_IP} ${cbench_args}</arg>
<arg>prompt_timeout=${test_timeout}</arg>
<arg>return_stdout=False</arg>
<arg>return_stderr=True</arg>
<doc>Reduces the common work of running a command on a remote system to a single higher level
robot keyword, taking care to log in with a public key and. The command given is written and the return value
depends on the passed argument values of return_stdout (default: True) and return_stderr (default: False).
At least one should be True, or the keyword will exit and FAIL. If both are True, the resulting return value
will be a two element list containing both. Otherwise the resulting return value is a string.
No test conditions are checked.</doc>
<status status="PASS" start="2026-05-03T00:59:49.098540" elapsed="606.678802"/>
</kw>
<status status="PASS" start="2026-05-03T00:59:49.098224" elapsed="606.679167"/>
</branch>
<status status="PASS" start="2026-05-03T00:59:49.097902" elapsed="606.679513"/>
</if>
<kw name="Log" owner="BuiltIn">
<msg time="2026-05-03T01:09:55.777861" level="INFO">cbench: controller benchmarking tool
   running in mode 'latency'
   connecting to controller at 10.30.171.33: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.33. So far 1 cbench instances have initialized their switches.  Waiting for other cbench-instances
Thread-0: Total switches from ALL cbench-instances initialized.
01:00:54.862 16  switches: flows:  110569 112662 110118 110339 112264 109439 110892 110344 107156 109935 109753 106099 108271 107554 106243 107337  total = 29.149583 per ms 
01:01:54.963 16  switches: flows:  129178 130921 130869 129612 130471 128594 129548 127640 126685 128537 127984 127103 125262 122249 122434 125201  total = 33.981376 per ms 
01:02:55.063 16  switches: flows:  126658 125580 125104 124405 126471 123424 125781 123168 121811 124179 122071 124658 121404 119975 119208 120686  total = 32.854876 per ms 
01:03:55.163 16  switches: flows:  131749 129486 127919 127660 129340 125665 130687 128643 124207 128614 129219 126679 127787 125724 127894 125046  total = 34.048498 per ms 
01:04:55.264 16  switches: flows:  133201 132205 128229 128789 128758 127227 129391 129512 125397 129664 129919 129444 129238 126762 126737 128542  total = 34.326032 per ms 
01:05:55.364 16  switches: flows:  129805 127880 125668 127398 126734 126769 126622 127000 124036 126148 126209 126997 126200 124816 123795 124773  total = 33.624702 per ms 
01:06:55.464 16  switches: flows:  134578 128732 132389 128077 131781 127581 130229 132075 126772 129760 126322 126718 128762 126872 129004 126898  total = 34.385090 per ms 
01:07:55.565 16  switches: flows:  132659 128413 132240 128267 128933 127639 127107 131095 124844 128967 126583 128203 127587 126274 125939 125479  total = 34.113552 per ms 
01:08:55.665 16  switches: flows:  132533 128530 131457 128208 128662 125840 127794 129742 124722 129830 125415 128460 125860 124427 125161 125789  total = 33.983740 per ms 
01:09:55.765 16  switches: flows:  129988 126946 126850 125216 128502 123474 127180 126202 123159 127617 127163 126786 125157 123636 124117 124339  total = 33.549524 per ms 
RESULT: 16 switches 9 tests min/max/avg/stdev = 32854.88/34385.09/33874.15/11300.15 responses/s</msg>
<arg>${output}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-05-03T01:09:55.777559" elapsed="0.000376"/>
</kw>
<kw name="Should Contain" owner="BuiltIn">
<arg>${output}</arg>
<arg>RESULT</arg>
<doc>Fails if ``container`` does not contain ``item`` one or more times.</doc>
<status status="PASS" start="2026-05-03T01:09:55.778092" elapsed="0.000369"/>
</kw>
<kw name="Get Lines Containing String" owner="String">
<msg time="2026-05-03T01:09:55.778863" level="INFO">1 out of 23 lines matched.</msg>
<msg time="2026-05-03T01:09:55.778953" level="INFO">${result_line} = RESULT: 16 switches 9 tests min/max/avg/stdev = 32854.88/34385.09/33874.15/11300.15 responses/s</msg>
<var>${result_line}</var>
<arg>${output}</arg>
<arg>RESULT</arg>
<doc>Returns lines of the given ``string`` that contain the ``pattern``.</doc>
<status status="PASS" start="2026-05-03T01:09:55.778620" elapsed="0.000358"/>
</kw>
<kw name="Split String" owner="String">
<msg time="2026-05-03T01:09:55.779379" level="INFO">@{results_list} = [ RESULT: | 16 | switches | 9 | tests | min/max/avg/stdev | = | 32854.88/34385.09/33874.15/11300.15 | responses/s ]</msg>
<var>@{results_list}</var>
<arg>${result_line}</arg>
<doc>Splits the ``string`` using ``separator`` as a delimiter string.</doc>
<status status="PASS" start="2026-05-03T01:09:55.779130" elapsed="0.000275"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-05-03T01:09:55.781780" level="INFO">min/max/avg/stdev</msg>
<arg>${results_list[5]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-05-03T01:09:55.779548" elapsed="0.002289"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-05-03T01:09:55.784360" level="INFO">32854.88/34385.09/33874.15/11300.15</msg>
<arg>${results_list[7]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-05-03T01:09:55.781983" elapsed="0.002433"/>
</kw>
<kw name="Split String" owner="String">
<msg time="2026-05-03T01:09:55.786810" level="INFO">@{result_name_list} = [ min | max | avg | stdev ]</msg>
<var>@{result_name_list}</var>
<arg>${results_list[5]}</arg>
<arg>/</arg>
<doc>Splits the ``string`` using ``separator`` as a delimiter string.</doc>
<status status="PASS" start="2026-05-03T01:09:55.784564" elapsed="0.002273"/>
</kw>
<kw name="Split String" owner="String">
<msg time="2026-05-03T01:09:55.789229" level="INFO">@{result_value_list} = [ 32854.88 | 34385.09 | 33874.15 | 11300.15 ]</msg>
<var>@{result_value_list}</var>
<arg>${results_list[7]}</arg>
<arg>/</arg>
<doc>Splits the ``string`` using ``separator`` as a delimiter string.</doc>
<status status="PASS" start="2026-05-03T01:09:55.787031" elapsed="0.002225"/>
</kw>
<kw name="Get Length" owner="BuiltIn">
<msg time="2026-05-03T01:09:55.789726" level="INFO">Length is 4.</msg>
<msg time="2026-05-03T01:09:55.789814" level="INFO">${num_stats} = 4</msg>
<var>${num_stats}</var>
<arg>${result_name_list}</arg>
<doc>Returns and logs the length of the given item as an integer.</doc>
<status status="PASS" start="2026-05-03T01:09:55.789409" elapsed="0.000429"/>
</kw>
<for flavor="IN RANGE">
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-05-03T01:09:55.794476" level="INFO">min :: 32854.88</msg>
<arg>${result_name_list[${i}]} :: ${result_value_list[${i}]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-05-03T01:09:55.790223" elapsed="0.004308"/>
</kw>
<var name="${i}">0</var>
<status status="PASS" start="2026-05-03T01:09:55.790094" elapsed="0.004471"/>
</iter>
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-05-03T01:09:55.799061" level="INFO">max :: 34385.09</msg>
<arg>${result_name_list[${i}]} :: ${result_value_list[${i}]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-05-03T01:09:55.794791" elapsed="0.004324"/>
</kw>
<var name="${i}">1</var>
<status status="PASS" start="2026-05-03T01:09:55.794650" elapsed="0.004499"/>
</iter>
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-05-03T01:09:55.803600" level="INFO">avg :: 33874.15</msg>
<arg>${result_name_list[${i}]} :: ${result_value_list[${i}]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-05-03T01:09:55.799360" elapsed="0.004296"/>
</kw>
<var name="${i}">2</var>
<status status="PASS" start="2026-05-03T01:09:55.799232" elapsed="0.004474"/>
</iter>
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-05-03T01:09:55.808219" level="INFO">stdev :: 11300.15</msg>
<arg>${result_name_list[${i}]} :: ${result_value_list[${i}]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-05-03T01:09:55.803915" elapsed="0.004359"/>
</kw>
<var name="${i}">3</var>
<status status="PASS" start="2026-05-03T01:09:55.803791" elapsed="0.004534"/>
</iter>
<var>${i}</var>
<value>0</value>
<value>${num_stats}</value>
<status status="PASS" start="2026-05-03T01:09:55.789901" elapsed="0.018455"/>
</for>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-05-03T01:09:55.812309" level="INFO">${min} = 32854.88</msg>
<var>${min}</var>
<arg>${result_value_list[${0}]}</arg>
<doc>Returns the given values which can then be assigned to a variables.</doc>
<status status="PASS" start="2026-05-03T01:09:55.808513" elapsed="0.003823"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-05-03T01:09:55.816355" level="INFO">${max} = 34385.09</msg>
<var>${max}</var>
<arg>${result_value_list[${1}]}</arg>
<doc>Returns the given values which can then be assigned to a variables.</doc>
<status status="PASS" start="2026-05-03T01:09:55.812490" elapsed="0.003892"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-05-03T01:09:55.820242" level="INFO">${average} = 33874.15</msg>
<var>${average}</var>
<arg>${result_value_list[${2}]}</arg>
<doc>Returns the given values which can then be assigned to a variables.</doc>
<status status="PASS" start="2026-05-03T01:09:55.816533" elapsed="0.003736"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-05-03T01:09:55.824154" level="INFO">${stdev} = 11300.15</msg>
<var>${stdev}</var>
<arg>${result_value_list[${3}]}</arg>
<doc>Returns the given values which can then be assigned to a variables.</doc>
<status status="PASS" start="2026-05-03T01:09:55.820419" elapsed="0.003761"/>
</kw>
<kw name="Get Time" owner="BuiltIn">
<msg time="2026-05-03T01:09:55.824680" level="INFO">${date} = 2026-05-03 01:09:55</msg>
<var>${date}</var>
<arg>d,m,s</arg>
<doc>Returns the given time in the requested format.</doc>
<status status="PASS" start="2026-05-03T01:09:55.824339" elapsed="0.000384"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-05-03T01:09:55.825266" level="INFO">CBench Result: 2026-05-03 01:09:55,-m 60000 -M 100 -S 16 -l 10 -D 5000 -p 6633,32854.88,34385.09,33874.15,11300.15</msg>
<arg>CBench Result: ${date},${cbench_args},${min},${max},${average},${stdev}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-05-03T01:09:55.824867" elapsed="0.000455"/>
</kw>
<kw name="Log Results And Determine Status">
<kw name="Append To File" owner="OperatingSystem">
<msg time="2026-05-03T01:09:55.826397" level="INFO" html="true">Appended to file '&lt;a href="file:///w/workspace/openflowplugin-csit-1node-cbench-only-vanadium/bug.csv"&gt;/w/workspace/openflowplugin-csit-1node-cbench-only-vanadium/bug.csv&lt;/a&gt;'.</msg>
<arg>${output_file}</arg>
<arg>${min},${max},${average}\n</arg>
<doc>Appends the given content to the specified file.</doc>
<status status="PASS" start="2026-05-03T01:09:55.825946" elapsed="0.000517"/>
</kw>
<kw name="Should Be True" owner="BuiltIn">
<arg>${average} &gt; ${threshold}</arg>
<arg>${average} flow_mods per/sec did not exceed threshold of ${threshold}</arg>
<doc>Fails if the given condition is not true.</doc>
<status status="PASS" start="2026-05-03T01:09:55.826617" elapsed="0.000471"/>
</kw>
<arg>${min}</arg>
<arg>${max}</arg>
<arg>${average}</arg>
<arg>${average_threshold}</arg>
<arg>${output_filename}</arg>
<status status="PASS" start="2026-05-03T01:09:55.825458" elapsed="0.001693"/>
</kw>
<arg>-m ${duration_in_ms} -M ${num_of_unique_macs} -S ${switch_count} -l ${loops} -D ${start_delay} -p ${of_port}</arg>
<arg>${latency_threshold}</arg>
<arg>bug.csv</arg>
<status status="PASS" start="2026-05-03T00:59:49.096848" elapsed="606.730360"/>
</kw>
<kw name="Sleep" owner="BuiltIn">
<msg time="2026-05-03T01:09:55.827658" level="INFO">Slept 0 seconds.</msg>
<arg>${test_delay}</arg>
<doc>Pauses the test executed for the given time.</doc>
<status status="PASS" start="2026-05-03T01:09:55.827356" elapsed="0.000377"/>
</kw>
<kw name="Report Failure Due To Bug" owner="Utils" type="TEARDOWN">
<kw name="Evaluate" owner="BuiltIn">
<msg time="2026-05-03T01:09:55.828924" level="INFO">${test_skipped} = False</msg>
<var>${test_skipped}</var>
<arg>len(re.findall('SKIPPED', """${TEST_MESSAGE}""")) &gt; 0</arg>
<arg>modules=re</arg>
<doc>Evaluates the given expression in Python and returns the result.</doc>
<status status="PASS" start="2026-05-03T01:09:55.828431" elapsed="0.000520"/>
</kw>
<if>
<branch type="IF" condition="('${TEST_STATUS}' != 'FAIL') or ${test_skipped}">
<return>
<status status="PASS" start="2026-05-03T01:09:55.829167" elapsed="0.000029"/>
</return>
<status status="PASS" start="2026-05-03T01:09:55.829024" elapsed="0.000202"/>
</branch>
<status status="PASS" start="2026-05-03T01:09:55.829005" elapsed="0.000245"/>
</if>
<kw name="Comment" owner="BuiltIn">
<arg>Jira tickets are {PROJECT}-{NUMBER} while Bugzilla tickets are {NUMBER}</arg>
<doc>Displays the given messages in the log file as keyword arguments.</doc>
<status status="NOT RUN" start="2026-05-03T01:09:55.829393" elapsed="0.000022"/>
</kw>
<kw name="Run Keyword And Return Status" owner="BuiltIn">
<var>${match}</var>
<arg>Should Contain</arg>
<arg>${number}</arg>
<arg>-</arg>
<doc>Runs the specified keyword and returns the status as a Boolean value.</doc>
<status status="NOT RUN" start="2026-05-03T01:09:55.829549" elapsed="0.000020"/>
</kw>
<kw name="Set Variable If" owner="BuiltIn">
<var>${bug_url}</var>
<arg>${match}</arg>
<arg>https://jira.opendaylight.org/browse/${number}</arg>
<arg>https://bugs.opendaylight.org/show_bug.cgi?id=${number}</arg>
<doc>Sets variable based on the given condition.</doc>
<status status="NOT RUN" start="2026-05-03T01:09:55.829735" elapsed="0.000029"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<var>${msg}</var>
<arg>This test fails due to ${bug_url}</arg>
<doc>Returns the given values which can then be assigned to a variables.</doc>
<status status="NOT RUN" start="2026-05-03T01:09:55.829936" elapsed="0.000020"/>
</kw>
<kw name="Evaluate" owner="BuiltIn">
<var>${newline}</var>
<arg>chr(10)</arg>
<doc>Evaluates the given expression in Python and returns the result.</doc>
<status status="NOT RUN" start="2026-05-03T01:09:55.830085" elapsed="0.000021"/>
</kw>
<kw name="Set Test Message" owner="BuiltIn">
<arg>${msg}${newline}${newline}${TEST_MESSAGE}</arg>
<doc>Sets message for the current test case.</doc>
<status status="NOT RUN" start="2026-05-03T01:09:55.830230" elapsed="0.000020"/>
</kw>
<kw name="Log" owner="BuiltIn">
<arg>${msg}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="NOT RUN" start="2026-05-03T01:09:55.830372" elapsed="0.000019"/>
</kw>
<if>
<branch type="IF" condition="&quot;${include_bug_in_tags}&quot;==&quot;True&quot;">
<kw name="Set Tags" owner="BuiltIn">
<arg>${bug_url}</arg>
<doc>Adds given ``tags`` for the current test or all tests in a suite.</doc>
<status status="NOT RUN" start="2026-05-03T01:09:55.830589" elapsed="0.000025"/>
</kw>
<status status="NOT RUN" start="2026-05-03T01:09:55.830453" elapsed="0.000192"/>
</branch>
<status status="NOT RUN" start="2026-05-03T01:09:55.830436" elapsed="0.000233"/>
</if>
<arg>6176</arg>
<doc>Report that a test failed due to a known Bugzilla bug whose
number is provided as an argument.
Not FAILED (incl. SKIPPED) test are not reported.
This keyword must be used in the [Teardown] setting of the affected test
or as the first line of the test if FastFail module is not being
used. It reports the URL of the bug on console and also puts it
into the Robot log file.</doc>
<status status="PASS" start="2026-05-03T01:09:55.828099" elapsed="0.002637"/>
</kw>
<doc>cbench executed in latency mode to see if controller is healthy</doc>
<tag>cbench</tag>
<tag>latency</tag>
<timeout value="15 minutes"/>
<status status="PASS" start="2026-05-03T00:59:49.095467" elapsed="606.735315"/>
</test>
<doc>Cbench Latency and Throughput tests can be run from an external
cbench.
If cbench is run with a medium number of switches or higher (e.g. 32+)
the normal openflow operations seem to break.
BUG: https://bugs.opendaylight.org/show_bug.cgi?id=2897</doc>
<status status="PASS" start="2026-05-03T00:39:33.348833" elapsed="1822.482368"/>
</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>
