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

[?1h=[90m~[0m                                                                                [?2004hopendaylight-user</msg>
<arg>${KARAF_USER}</arg>
<arg>${KARAF_PASSWORD}</arg>
<arg>loglevel=${loglevel}</arg>
<doc>Logs into the SSH server with the given ``username`` and ``password``.</doc>
<status status="PASS" start="2026-06-13T00:45:57.016106" elapsed="0.862195"/>
</kw>
<kw name="Write" owner="SSHLibrary">
<msg time="2026-06-13T00:45:57.927986" level="INFO">@root&gt;log:set ERROR</msg>
<arg>${cmd}</arg>
<doc>Writes the given ``text`` on the remote machine and appends a newline.</doc>
<status status="PASS" start="2026-06-13T00:45:57.878612" elapsed="0.049447"/>
</kw>
<kw name="Read Until Regexp" owner="SSHLibrary">
<msg time="2026-06-13T00:45:57.929788" level="INFO">[?1l&gt;[?2004l[?1h=[90m~[0m                                                                                [?2004hopendaylight-user@root&gt;</msg>
<msg time="2026-06-13T00:45:57.929905" level="INFO">${output} = [?1l&gt;[?2004l[?1h=[90m~[0m                                                                                [?2004hopendaylight-user@root&gt;</msg>
<var>${output}</var>
<arg>${KARAF_PROMPT}</arg>
<doc>Consumes and returns the server output until a match to ``regexp`` is found.</doc>
<status status="PASS" start="2026-06-13T00:45:57.928229" elapsed="0.001711"/>
</kw>
<kw name="Write Bare" owner="SSHLibrary">
<arg>logout\n</arg>
<doc>Writes the given ``text`` on the remote machine without appending a newline.</doc>
<status status="PASS" start="2026-06-13T00:45:57.930120" elapsed="0.000214"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-06-13T00:45:57.930493" elapsed="0.000242"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-06-13T00:45:57.931253" level="INFO">[?1l&gt;[?2004l[?1h=[90m~[0m                                                                                [?2004hopendaylight-user@root&gt;</msg>
<arg>${output}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-06-13T00:45:57.930888" elapsed="0.000419"/>
</kw>
<return>
<value>${output}</value>
<status status="PASS" start="2026-06-13T00:45:57.931362" elapsed="0.000063"/>
</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.28
Note that this keyword will open&amp;close new SSH connection, without switching back to previously current session.</doc>
<status status="PASS" start="2026-06-13T00:45:57.014566" elapsed="0.916991"/>
</kw>
<arg>3x</arg>
<arg>1s</arg>
<arg>KarafKeywords.Issue Command On Karaf Console</arg>
<arg>log:set ${log_level}</arg>
<doc>Runs the specified keyword and retries if it fails.</doc>
<status status="PASS" start="2026-06-13T00:45:57.010997" elapsed="0.920626"/>
</kw>
<kw name="Append To File" owner="OperatingSystem">
<msg time="2026-06-13T00:45:57.932290" level="INFO" html="true">Appended to file '&lt;a href="file:///w/workspace/openflowplugin-csit-1node-cbench-only-vanadium/latency.csv"&gt;/w/workspace/openflowplugin-csit-1node-cbench-only-vanadium/latency.csv&lt;/a&gt;'.</msg>
<arg>${latency_results_file}</arg>
<arg>LATENCY_MIN,LATENCY_MAX,LATENCY_AVERAGE\n</arg>
<doc>Appends the given content to the specified file.</doc>
<status status="PASS" start="2026-06-13T00:45:57.931853" elapsed="0.000496"/>
</kw>
<kw name="Append To File" owner="OperatingSystem">
<msg time="2026-06-13T00:45:57.932783" level="INFO" html="true">Appended to file '&lt;a href="file:///w/workspace/openflowplugin-csit-1node-cbench-only-vanadium/throughput.csv"&gt;/w/workspace/openflowplugin-csit-1node-cbench-only-vanadium/throughput.csv&lt;/a&gt;'.</msg>
<arg>${throughput_results_file}</arg>
<arg>THROUGHPUT_MIN,THROUGHPUT_MAX,THROUGHPUT_AVERAGE\n</arg>
<doc>Appends the given content to the specified file.</doc>
<status status="PASS" start="2026-06-13T00:45:57.932502" elapsed="0.000338"/>
</kw>
<kw name="Evaluate" owner="BuiltIn">
<msg time="2026-06-13T00:45:57.933401" level="INFO">${duration_in_ms} = 60000</msg>
<var>${duration_in_ms}</var>
<arg>${duration_in_secs} * 1000</arg>
<doc>Evaluates the given expression in Python and returns the result.</doc>
<status status="PASS" start="2026-06-13T00:45:57.933002" elapsed="0.000426"/>
</kw>
<kw name="Set Suite Variable" owner="BuiltIn">
<msg time="2026-06-13T00:45:57.933966" level="INFO">${duration_in_ms} = 60000</msg>
<arg>${duration_in_ms}</arg>
<doc>Makes a variable available everywhere within the scope of the current suite.</doc>
<status status="PASS" start="2026-06-13T00:45:57.933596" elapsed="0.000446"/>
</kw>
<kw name="Evaluate" owner="BuiltIn">
<msg time="2026-06-13T00:45:57.934592" level="INFO">${test_timeout} = 900.0</msg>
<var>${test_timeout}</var>
<arg>(${loops} * ${duration_in_secs}) * 1.5</arg>
<doc>Evaluates the given expression in Python and returns the result.</doc>
<status status="PASS" start="2026-06-13T00:45:57.934192" elapsed="0.000427"/>
</kw>
<kw name="Set Suite Variable" owner="BuiltIn">
<msg time="2026-06-13T00:45:57.935116" level="INFO">${test_timeout} = 900.0</msg>
<arg>${test_timeout}</arg>
<doc>Makes a variable available everywhere within the scope of the current suite.</doc>
<status status="PASS" start="2026-06-13T00:45:57.934797" elapsed="0.000362"/>
</kw>
<if>
<branch type="IF" condition="&quot;${cbench_system}&quot; == &quot;localhost&quot;">
<kw name="File Should Exist" owner="OperatingSystem">
<arg>${cbench_executable}</arg>
<doc>Fails unless the given ``path`` points to an existing file.</doc>
<status status="NOT RUN" start="2026-06-13T00:45:57.935472" elapsed="0.000021"/>
</kw>
<status status="NOT RUN" start="2026-06-13T00:45:57.935253" elapsed="0.000273"/>
</branch>
<branch type="ELSE">
<kw name="Verify File Exists On Remote System" owner="Utils">
<kw name="Open Connection" owner="SSHLibrary">
<msg time="2026-06-13T00:45:57.940302" level="INFO">${conn_id} = 2</msg>
<var>${conn_id}</var>
<arg>${system}</arg>
<arg>prompt=${prompt}</arg>
<arg>timeout=${prompt_timeout}</arg>
<doc>Opens a new SSH connection to the given ``host`` and ``port``.</doc>
<status status="PASS" start="2026-06-13T00:45:57.939858" elapsed="0.000471"/>
</kw>
<kw name="Flexible_SSH_Login" owner="SSHKeywords">
<kw name="Get Length" owner="BuiltIn">
<msg time="2026-06-13T00:45:57.941378" level="INFO">Length is 0.</msg>
<msg time="2026-06-13T00:45:57.941461" level="INFO">${pwd_length} = 0</msg>
<var>${pwd_length}</var>
<arg>${password}</arg>
<doc>Returns and logs the length of the given item as an integer.</doc>
<status status="PASS" start="2026-06-13T00:45:57.940900" elapsed="0.000585"/>
</kw>
<kw name="Run Keyword And Return If" owner="BuiltIn">
<arg>${pwd_length} &gt; 0</arg>
<arg>SSHLibrary.Login</arg>
<arg>${user}</arg>
<arg>${password}</arg>
<arg>delay=${delay}</arg>
<doc>Runs the specified keyword and returns from the enclosing user keyword.</doc>
<status status="PASS" start="2026-06-13T00:45:57.941628" elapsed="0.000372"/>
</kw>
<kw name="Run Keyword And Return" owner="BuiltIn">
<kw name="Login With Public Key" owner="SSHLibrary">
<msg time="2026-06-13T00:45:57.943103" level="INFO">Logging into '10.30.171.231:22' as 'jenkins'.</msg>
<msg time="2026-06-13T00:45:58.677821" level="INFO">Read output: Welcome to Ubuntu 22.04.5 LTS (GNU/Linux 5.15.0-153-generic x86_64)

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

 System information as of Sat Jun 13 00:45:58 UTC 2026

  System load:  0.03               Processes:             110
  Usage of /:   19.3% of 38.58GB   Users logged in:       0
  Memory usage: 4%                 IPv4 address for ens3: 10.30.171.231
  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-301-1-mininet-ovs-217-0 ~]&gt;</msg>
<arg>${user}</arg>
<arg>${USER_HOME}/.ssh/${SSH_KEY}</arg>
<arg>${KEYFILE_PASS}</arg>
<arg>delay=${delay}</arg>
<doc>Logs into the SSH server using key-based authentication.</doc>
<status status="PASS" start="2026-06-13T00:45:57.942564" elapsed="0.735411"/>
</kw>
<msg time="2026-06-13T00:45:58.678066" level="INFO">Returning from the enclosing user keyword.</msg>
<arg>SSHLibrary.Login With Public Key</arg>
<arg>${user}</arg>
<arg>${USER_HOME}/.ssh/${SSH_KEY}</arg>
<arg>${KEYFILE_PASS}</arg>
<arg>delay=${delay}</arg>
<doc>Runs the specified keyword and returns from the enclosing user keyword.</doc>
<status status="PASS" start="2026-06-13T00:45:57.942189" elapsed="0.735967"/>
</kw>
<arg>${user}</arg>
<arg>${password}</arg>
<doc>On active SSH session: if given non-empty password, do Login, else do Login With Public Key.</doc>
<status status="PASS" start="2026-06-13T00:45:57.940533" elapsed="0.737743"/>
</kw>
<kw name="File Should Exist" owner="SSHLibrary">
<msg time="2026-06-13T00:45:58.685743" level="INFO">[chan 1] Opened sftp connection (server version 3)</msg>
<arg>${file}</arg>
<doc>Fails if the given ``path`` does NOT point to an existing file.</doc>
<status status="PASS" start="2026-06-13T00:45:58.678484" elapsed="0.008689"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-06-13T00:45:58.687371" elapsed="0.000285"/>
</kw>
<arg>${cbench_system}</arg>
<arg>${cbench_executable}</arg>
<doc>Will create connection with public key and will PASS if the given ${file} exists,
otherwise will FAIL</doc>
<status status="PASS" start="2026-06-13T00:45:57.939301" elapsed="0.748445"/>
</kw>
<status status="PASS" start="2026-06-13T00:45:57.935840" elapsed="0.751942"/>
</branch>
<status status="PASS" start="2026-06-13T00:45:57.935225" elapsed="0.752593"/>
</if>
<kw name="Should Be True" owner="BuiltIn">
<arg>${loops} &gt;= 2</arg>
<arg>If number of loops is less than 2, cbench will not run</arg>
<doc>Fails if the given condition is not true.</doc>
<status status="PASS" start="2026-06-13T00:45:58.687975" elapsed="0.000500"/>
</kw>
<kw name="Verify_Feature_Is_Installed" owner="KarafKeywords">
<if>
<branch type="IF" condition="'${IS_KARAF_APPL}' == 'False'">
<return>
<value>Not A Karaf App</value>
<status status="NOT RUN" start="2026-06-13T00:45:58.693175" elapsed="0.000025"/>
</return>
<status status="NOT RUN" start="2026-06-13T00:45:58.693009" elapsed="0.000238"/>
</branch>
<status status="PASS" start="2026-06-13T00:45:58.692975" elapsed="0.000306"/>
</if>
<kw name="Issue_Command_On_Karaf_Console" owner="KarafKeywords">
<if>
<branch type="IF" condition="'${IS_KARAF_APPL}' == 'False'">
<return>
<value>Not A Karaf App</value>
<status status="NOT RUN" start="2026-06-13T00:45:58.698170" elapsed="0.000021"/>
</return>
<status status="NOT RUN" start="2026-06-13T00:45:58.698013" elapsed="0.000222"/>
</branch>
<status status="PASS" start="2026-06-13T00:45:58.697985" elapsed="0.000282"/>
</if>
<kw name="Open Connection" owner="SSHLibrary">
<arg>${controller}</arg>
<arg>port=${karaf_port}</arg>
<arg>prompt=${KARAF_PROMPT_LOGIN}</arg>
<arg>timeout=${timeout}</arg>
<doc>Opens a new SSH connection to the given ``host`` and ``port``.</doc>
<status status="PASS" start="2026-06-13T00:45:58.698445" elapsed="0.000611"/>
</kw>
<kw name="Login" owner="SSHLibrary">
<msg time="2026-06-13T00:45:58.699650" level="INFO">Logging into '10.30.171.28:8101' as 'karaf'.</msg>
<msg time="2026-06-13T00:45:58.889705" level="INFO">Read output: [33m                                                                                           
[33m    ________                       ________                .__  .__       .__     __       
[33m    \_____  \ ______   ____   ____ \______ \ _____  ___.__.|  | |__| ____ |  |___/  |_     
[33m     /   |   \\____ \_/ __ \ /    \ |    |  \\__  \&lt;   |  ||  | |  |/ ___\|  |  \   __\    
[33m    /    |    \  |_&gt; &gt;  ___/|   |  \|    `   \/ __ \\___  ||  |_|  / /_/  &gt;   Y  \  |      
[33m    \_______  /   __/ \___  &gt;___|  /_______  (____  / ____||____/__\___  /|___|  /__|      
[33m            \/|__|        \/     \/        \/     \/\/            /_____/      \/          
[33m                                                                                           

Hit '[1m&lt;tab&gt;[0m' for a list of available commands
and '[1m[cmd] --help[0m' for help on a specific command.
Hit '[1m&lt;ctrl-d&gt;[0m' or type '[1msystem:shutdown[0m' or '[1mlogout[0m' to shutdown OpenDaylight.

[?1h=[90m~[0m                                                                                [?2004hopendaylight-user</msg>
<arg>${KARAF_USER}</arg>
<arg>${KARAF_PASSWORD}</arg>
<arg>loglevel=${loglevel}</arg>
<doc>Logs into the SSH server with the given ``username`` and ``password``.</doc>
<status status="PASS" start="2026-06-13T00:45:58.699258" elapsed="0.190538"/>
</kw>
<kw name="Write" owner="SSHLibrary">
<msg time="2026-06-13T00:45:58.994913" level="INFO">@root&gt;feature:list -i | 0[C 0g[Krep odl-openflowplugin-drop-test</msg>
<arg>${cmd}</arg>
<doc>Writes the given ``text`` on the remote machine and appends a newline.</doc>
<status status="PASS" start="2026-06-13T00:45:58.889956" elapsed="0.105044"/>
</kw>
<kw name="Read Until Regexp" owner="SSHLibrary">
<msg time="2026-06-13T00:45:59.006122" level="INFO">[?1l&gt;[?2004l[31;1modl-openflowplugin-drop-test[0m                                    x 0.21.3           x x        x Started x [31;1modl-openflowplugin-drop-test[0m                                    x OpenDaylight :: Openflow Plugin :: Drop Test
[?1h=[90m~[0m                                                                                [?2004hopendaylight-user@root&gt;</msg>
<msg time="2026-06-13T00:45:59.006310" level="INFO">${output} = [?1l&gt;[?2004l[31;1modl-openflowplugin-drop-test[0m                                    x 0.21.3           x x        x Started x [31;1modl-openflowplugin-drop-test[0m                     ...</msg>
<var>${output}</var>
<arg>${KARAF_PROMPT}</arg>
<doc>Consumes and returns the server output until a match to ``regexp`` is found.</doc>
<status status="PASS" start="2026-06-13T00:45:58.995161" elapsed="0.011180"/>
</kw>
<kw name="Write Bare" owner="SSHLibrary">
<arg>logout\n</arg>
<doc>Writes the given ``text`` on the remote machine without appending a newline.</doc>
<status status="PASS" start="2026-06-13T00:45:59.006485" elapsed="0.000219"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-06-13T00:45:59.006853" elapsed="0.000201"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-06-13T00:45:59.007497" level="INFO">[?1l&gt;[?2004l[31;1modl-openflowplugin-drop-test[0m                                    x 0.21.3           x x        x Started x [31;1modl-openflowplugin-drop-test[0m                                    x OpenDaylight :: Openflow Plugin :: Drop Test
[?1h=[90m~[0m                                                                                [?2004hopendaylight-user@root&gt;</msg>
<arg>${output}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-06-13T00:45:59.007197" elapsed="0.000355"/>
</kw>
<return>
<value>${output}</value>
<status status="PASS" start="2026-06-13T00:45:59.007600" elapsed="0.000046"/>
</return>
<msg time="2026-06-13T00:45:59.007818" 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.28
Note that this keyword will open&amp;close new SSH connection, without switching back to previously current session.</doc>
<status status="PASS" start="2026-06-13T00:45:58.697500" elapsed="0.310350"/>
</kw>
<kw name="Should Contain" owner="BuiltIn">
<arg>${output}</arg>
<arg>${feature_name}</arg>
<doc>Fails if ``container`` does not contain ``item`` one or more times.</doc>
<status status="PASS" start="2026-06-13T00:45:59.007998" elapsed="0.000579"/>
</kw>
<return>
<value>${output}</value>
<status status="PASS" start="2026-06-13T00:45:59.008630" elapsed="0.000035"/>
</return>
<arg>odl-openflowplugin-drop-test</arg>
<doc>Will Succeed if the given ${feature_name} is found in the output of "feature:list -i"</doc>
<status status="PASS" start="2026-06-13T00:45:58.692576" elapsed="0.316209"/>
</kw>
<kw name="Issue_Command_On_Karaf_Console" owner="KarafKeywords">
<if>
<branch type="IF" condition="'${IS_KARAF_APPL}' == 'False'">
<return>
<value>Not A Karaf App</value>
<status status="NOT RUN" start="2026-06-13T00:45:59.012456" elapsed="0.000017"/>
</return>
<status status="NOT RUN" start="2026-06-13T00:45:59.012329" elapsed="0.000176"/>
</branch>
<status status="PASS" start="2026-06-13T00:45:59.012306" elapsed="0.000225"/>
</if>
<kw name="Open Connection" owner="SSHLibrary">
<arg>${controller}</arg>
<arg>port=${karaf_port}</arg>
<arg>prompt=${KARAF_PROMPT_LOGIN}</arg>
<arg>timeout=${timeout}</arg>
<doc>Opens a new SSH connection to the given ``host`` and ``port``.</doc>
<status status="PASS" start="2026-06-13T00:45:59.012684" elapsed="0.000447"/>
</kw>
<kw name="Login" owner="SSHLibrary">
<msg time="2026-06-13T00:45:59.013577" level="INFO">Logging into '10.30.171.28:8101' as 'karaf'.</msg>
<msg time="2026-06-13T00:45:59.191746" level="INFO">Read output: [33m                                                                                           
[33m    ________                       ________                .__  .__       .__     __       
[33m    \_____  \ ______   ____   ____ \______ \ _____  ___.__.|  | |__| ____ |  |___/  |_     
[33m     /   |   \\____ \_/ __ \ /    \ |    |  \\__  \&lt;   |  ||  | |  |/ ___\|  |  \   __\    
[33m    /    |    \  |_&gt; &gt;  ___/|   |  \|    `   \/ __ \\___  ||  |_|  / /_/  &gt;   Y  \  |      
[33m    \_______  /   __/ \___  &gt;___|  /_______  (____  / ____||____/__\___  /|___|  /__|      
[33m            \/|__|        \/     \/        \/     \/\/            /_____/      \/          
[33m                                                                                           

Hit '[1m&lt;tab&gt;[0m' for a list of available commands
and '[1m[cmd] --help[0m' for help on a specific command.
Hit '[1m&lt;ctrl-d&gt;[0m' or type '[1msystem:shutdown[0m' or '[1mlogout[0m' to shutdown OpenDaylight.

[?1h=[90m~[0m                                                                                [?2004hopendaylight-user</msg>
<arg>${KARAF_USER}</arg>
<arg>${KARAF_PASSWORD}</arg>
<arg>loglevel=${loglevel}</arg>
<doc>Logs into the SSH server with the given ``username`` and ``password``.</doc>
<status status="PASS" start="2026-06-13T00:45:59.013312" elapsed="0.178633"/>
</kw>
<kw name="Write" owner="SSHLibrary">
<msg time="2026-06-13T00:45:59.236484" level="INFO">@root&gt;dropallpacketsrpc on</msg>
<arg>${cmd}</arg>
<doc>Writes the given ``text`` on the remote machine and appends a newline.</doc>
<status status="PASS" start="2026-06-13T00:45:59.192263" elapsed="0.044376"/>
</kw>
<kw name="Read Until Regexp" owner="SSHLibrary">
<msg time="2026-06-13T00:45:59.238624" level="INFO">[?1l&gt;[?2004lDropAllFlows transitions to on
[?1h=[90m~[0m                                                                                [?2004hopendaylight-user@root&gt;</msg>
<msg time="2026-06-13T00:45:59.238777" level="INFO">${output} = [?1l&gt;[?2004lDropAllFlows transitions to on
[?1h=[90m~[0m                                                                                [?2004hopendaylight-user@root&gt;</msg>
<var>${output}</var>
<arg>${KARAF_PROMPT}</arg>
<doc>Consumes and returns the server output until a match to ``regexp`` is found.</doc>
<status status="PASS" start="2026-06-13T00:45:59.236943" elapsed="0.001863"/>
</kw>
<kw name="Write Bare" owner="SSHLibrary">
<arg>logout\n</arg>
<doc>Writes the given ``text`` on the remote machine without appending a newline.</doc>
<status status="PASS" start="2026-06-13T00:45:59.238941" elapsed="0.000217"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-06-13T00:45:59.239293" elapsed="0.000204"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-06-13T00:45:59.240084" level="INFO">[?1l&gt;[?2004lDropAllFlows transitions to on
[?1h=[90m~[0m                                                                                [?2004hopendaylight-user@root&gt;</msg>
<arg>${output}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-06-13T00:45:59.239733" elapsed="0.000401"/>
</kw>
<return>
<value>${output}</value>
<status status="PASS" start="2026-06-13T00:45:59.240190" elapsed="0.000063"/>
</return>
<arg>dropallpacketsrpc on</arg>
<doc>Will execute the given ${cmd} by ssh'ing to the karaf console running on 10.30.171.28
Note that this keyword will open&amp;close new SSH connection, without switching back to previously current session.</doc>
<status status="PASS" start="2026-06-13T00:45:59.012005" elapsed="0.228375"/>
</kw>
<status status="PASS" start="2026-06-13T00:45:57.008924" elapsed="2.231523"/>
</kw>
<test id="s1-t1" name="Cbench Latency Test" line="37">
<kw name="Log" owner="BuiltIn">
<msg time="2026-06-13T00:45:59.242499" level="INFO">Cbench tests using 10 iterations of 60 second tests. Switch Count: 16. Unique MACS to cycle: 100</msg>
<arg>Cbench tests using ${loops} iterations of ${duration_in_secs} second tests. Switch Count: ${switch_count}. Unique MACS to cycle: ${num_of_unique_macs}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-06-13T00:45:59.241371" elapsed="0.001193"/>
</kw>
<kw name="Run Cbench And Log Results">
<kw name="Set Suite Variable" owner="BuiltIn">
<msg time="2026-06-13T00:45:59.244402" level="INFO">${output_filename} = latency.csv</msg>
<arg>${output_filename}</arg>
<doc>Makes a variable available everywhere within the scope of the current suite.</doc>
<status status="PASS" start="2026-06-13T00:45:59.243879" elapsed="0.000571"/>
</kw>
<if>
<branch type="IF" condition="&quot;${cbench_system}&quot; == &quot;localhost&quot;">
<kw name="Run" owner="OperatingSystem">
<var>${output}</var>
<arg>${cbench_executable} -c ${ODL_SYSTEM_IP} ${cbench_args}</arg>
<doc>_This keyword is considered deprecated. Use the
[http://robotframework.org/robotframework/latest/libraries/Process.html|
Process] library instead._</doc>
<status status="NOT RUN" start="2026-06-13T00:45:59.244854" elapsed="0.000031"/>
</kw>
<status status="NOT RUN" start="2026-06-13T00:45:59.244537" elapsed="0.000397"/>
</branch>
<branch type="ELSE">
<kw name="Run Command On Remote System" owner="Utils">
<if>
<branch type="IF" condition="&quot;${return_stdout}&quot;!=&quot;True&quot; and &quot;${return_stderr}&quot;!=&quot;True&quot;">
<kw name="Fail" owner="BuiltIn">
<arg>At least one of {return_stdout} or {return_stderr} args should be set to True</arg>
<doc>Fails the test with the given message and optionally alters its tags.</doc>
<status status="NOT RUN" start="2026-06-13T00:45:59.248286" elapsed="0.000023"/>
</kw>
<status status="NOT RUN" start="2026-06-13T00:45:59.247792" elapsed="0.000552"/>
</branch>
<status status="PASS" start="2026-06-13T00:45:59.247772" elapsed="0.000598"/>
</if>
<kw name="Get Connection" owner="SSHLibrary">
<msg time="2026-06-13T00:45:59.248751" level="INFO">index=None
host=None
alias=None
port=22
timeout=3 seconds
newline=

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

prompt=None
term_type=vt100
width=80
height=24
path_separator=/
encoding=utf8
escape_ansi=False
encoding_errors=strict</msg>
<var>${current_ssh_connection}</var>
<doc>Returns information about the connection.</doc>
<status status="PASS" start="2026-06-13T00:45:59.248505" elapsed="0.000403"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-06-13T00:45:59.249470" level="INFO">Attempting to execute command "/usr/local/bin/cbench -c 10.30.171.28 -m 60000 -M 100 -S 16 -l 10 -D 5000 -p 6633" on remote system "10.30.171.231" by user "jenkins" with keyfile pass "any" and prompt "&gt;" and password ""</msg>
<arg>Attempting to execute command "${cmd}" on remote system "${system}" by user "${user}" with keyfile pass "${keyfile_pass}" and prompt "${prompt}" and password "${password}"</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-06-13T00:45:59.249042" elapsed="0.000488"/>
</kw>
<kw name="Open Connection" owner="SSHLibrary">
<msg time="2026-06-13T00:45:59.250155" level="INFO">${conn_id} = 5</msg>
<var>${conn_id}</var>
<arg>${system}</arg>
<arg>prompt=${prompt}</arg>
<arg>timeout=${prompt_timeout}</arg>
<doc>Opens a new SSH connection to the given ``host`` and ``port``.</doc>
<status status="PASS" start="2026-06-13T00:45:59.249687" elapsed="0.000495"/>
</kw>
<kw name="Flexible_SSH_Login" owner="SSHKeywords">
<kw name="Get Length" owner="BuiltIn">
<msg time="2026-06-13T00:45:59.251116" level="INFO">Length is 0.</msg>
<msg time="2026-06-13T00:45:59.251206" level="INFO">${pwd_length} = 0</msg>
<var>${pwd_length}</var>
<arg>${password}</arg>
<doc>Returns and logs the length of the given item as an integer.</doc>
<status status="PASS" start="2026-06-13T00:45:59.250785" elapsed="0.000445"/>
</kw>
<kw name="Run Keyword And Return If" owner="BuiltIn">
<arg>${pwd_length} &gt; 0</arg>
<arg>SSHLibrary.Login</arg>
<arg>${user}</arg>
<arg>${password}</arg>
<arg>delay=${delay}</arg>
<doc>Runs the specified keyword and returns from the enclosing user keyword.</doc>
<status status="PASS" start="2026-06-13T00:45:59.251369" elapsed="0.000348"/>
</kw>
<kw name="Run Keyword And Return" owner="BuiltIn">
<kw name="Login With Public Key" owner="SSHLibrary">
<msg time="2026-06-13T00:45:59.252571" level="INFO">Logging into '10.30.171.231:22' as 'jenkins'.</msg>
<msg time="2026-06-13T00:45:59.569000" level="INFO">Read output: Welcome to Ubuntu 22.04.5 LTS (GNU/Linux 5.15.0-153-generic x86_64)

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

 System information as of Sat Jun 13 00:45:58 UTC 2026

  System load:  0.03               Processes:             110
  Usage of /:   19.3% of 38.58GB   Users logged in:       0
  Memory usage: 4%                 IPv4 address for ens3: 10.30.171.231
  Swap usage:   0%


Expanded Security Maintenance for Applications is not enabled.

0 updates can be applied immediately.

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


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


Last login: Sat Jun 13 00:45:58 2026 from 10.30.171.166
[?2004h[jenkins@releng-63164-301-1-mininet-ovs-217-0 ~]&gt;</msg>
<arg>${user}</arg>
<arg>${USER_HOME}/.ssh/${SSH_KEY}</arg>
<arg>${KEYFILE_PASS}</arg>
<arg>delay=${delay}</arg>
<doc>Logs into the SSH server using key-based authentication.</doc>
<status status="PASS" start="2026-06-13T00:45:59.252219" elapsed="0.317016"/>
</kw>
<msg time="2026-06-13T00:45:59.569335" level="INFO">Returning from the enclosing user keyword.</msg>
<arg>SSHLibrary.Login With Public Key</arg>
<arg>${user}</arg>
<arg>${USER_HOME}/.ssh/${SSH_KEY}</arg>
<arg>${KEYFILE_PASS}</arg>
<arg>delay=${delay}</arg>
<doc>Runs the specified keyword and returns from the enclosing user keyword.</doc>
<status status="PASS" start="2026-06-13T00:45:59.251870" elapsed="0.317569"/>
</kw>
<arg>${user}</arg>
<arg>${password}</arg>
<doc>On active SSH session: if given non-empty password, do Login, else do Login With Public Key.</doc>
<status status="PASS" start="2026-06-13T00:45:59.250381" elapsed="0.319196"/>
</kw>
<kw name="Execute Command" owner="SSHLibrary">
<msg time="2026-06-13T00:45:59.570238" level="INFO">Executing command '/usr/local/bin/cbench -c 10.30.171.28 -m 60000 -M 100 -S 16 -l 10 -D 5000 -p 6633'.</msg>
<msg time="2026-06-13T00:56:05.691043" level="INFO">Command exited with return code 0.</msg>
<msg time="2026-06-13T00:56:05.691635" level="INFO">${stdout} = </msg>
<msg time="2026-06-13T00:56:05.691809" level="INFO">${stderr} = cbench: controller benchmarking tool
   running in mode 'latency'
   connecting to controller at 10.30.171.28:6633 
   faking 16 switches with 1 threads :: 10 tests each; 60000 ms per test
   with 100...</msg>
<var>${stdout}</var>
<var>${stderr}</var>
<arg>${cmd}</arg>
<arg>return_stderr=True</arg>
<doc>Executes ``command`` on the remote machine and returns its outputs.</doc>
<status status="PASS" start="2026-06-13T00:45:59.569868" elapsed="606.122003"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-06-13T00:56:05.692319" elapsed="0.000830"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-06-13T00:56:05.694373" level="INFO">cbench: controller benchmarking tool
   running in mode 'latency'
   connecting to controller at 10.30.171.28: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.28. So far 1 cbench instances have initialized their switches.  Waiting for other cbench-instances
Thread-0: Total switches from ALL cbench-instances initialized.
00:47:04.781 16  switches: flows:  106437 102943 104680 103546 102069 103865 104763 105445 102302 101752 101653 100379 98767 100579 103376 101905  total = 27.407683 per ms 
00:48:04.882 16  switches: flows:  118801 112486 116897 117875 115353 116947 115454 117007 113731 113987 114243 113207 111316 113616 114555 112445  total = 30.580944 per ms 
00:49:04.982 16  switches: flows:  115969 111462 114428 113615 113054 115021 111846 114578 109809 111267 110902 109132 110046 110793 110599 109518  total = 29.817557 per ms 
00:50:05.083 16  switches: flows:  117830 111945 115450 115196 113994 117324 116106 115418 111077 111636 113180 111155 112236 109958 111714 112321  total = 30.225198 per ms 
00:51:05.183 16  switches: flows:  121740 116172 119986 118577 116277 120203 119419 117111 114768 116986 116825 113613 116683 113774 114372 116600  total = 31.166353 per ms 
00:52:05.283 16  switches: flows:  129975 125192 129011 127090 124914 128729 128808 125269 123574 123536 125339 122141 124650 122629 122769 124619  total = 33.414960 per ms 
00:53:05.384 16  switches: flows:  130981 127762 127354 129424 127973 132650 129372 129420 126898 127786 126993 126539 127099 124019 122352 128412  total = 34.027080 per ms 
00:54:05.484 16  switches: flows:  127821 127640 128237 128162 127772 132760 129010 127728 125020 128210 127305 128134 126545 123940 122573 127832  total = 33.921213 per ms 
00:55:05.585 16  switches: flows:  128985 128681 132576 130075 128896 133202 130798 126803 127686 127795 128220 129205 126412 124589 126417 126183  total = 34.218224 per ms 
00:56:05.685 16  switches: flows:  132158 127451 133180 130884 128781 134440 129513 130878 126784 127384 126363 130047 125152 125712 127955 127861  total = 34.351692 per ms 
RESULT: 16 switches 9 tests min/max/avg/stdev = 29817.56/34351.69/32413.69/10954.36 responses/s</msg>
<arg>${stderr}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-06-13T00:56:05.693540" elapsed="0.001236"/>
</kw>
<if>
<branch type="IF" condition="&quot;${return_stdout}&quot;!=&quot;True&quot;">
<return>
<value>${stderr}</value>
<status status="PASS" start="2026-06-13T00:56:05.695294" elapsed="0.000076"/>
</return>
<status status="PASS" start="2026-06-13T00:56:05.694985" elapsed="0.000465"/>
</branch>
<status status="PASS" start="2026-06-13T00:56:05.694925" elapsed="0.000579"/>
</if>
<if>
<branch type="IF" condition="&quot;${return_stderr}&quot;!=&quot;True&quot;">
<return>
<value>${stdout}</value>
<status status="NOT RUN" start="2026-06-13T00:56:05.695861" elapsed="0.000031"/>
</return>
<status status="NOT RUN" start="2026-06-13T00:56:05.695748" elapsed="0.000212"/>
</branch>
<status status="NOT RUN" start="2026-06-13T00:56:05.695642" elapsed="0.000365"/>
</if>
<return>
<value>${stdout}</value>
<value>${stderr}</value>
<status status="NOT RUN" start="2026-06-13T00:56:05.696081" elapsed="0.000030"/>
</return>
<kw name="Restore_Current_Ssh_Connection_From_Index" owner="SSHKeywords" type="TEARDOWN">
<kw name="Run Keyword And Return If" owner="BuiltIn">
<arg>${connection_index} is not None</arg>
<arg>SSHLibrary.Switch Connection</arg>
<arg>${connection_index}</arg>
<doc>Runs the specified keyword and returns from the enclosing user keyword.</doc>
<status status="PASS" start="2026-06-13T00:56:05.701388" elapsed="0.000364"/>
</kw>
<kw name="Open Connection" owner="SSHLibrary">
<arg>127.0.0.1</arg>
<doc>Opens a new SSH connection to the given ``host`` and ``port``.</doc>
<status status="PASS" start="2026-06-13T00:56:05.701932" elapsed="0.000193"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-06-13T00:56:05.702257" elapsed="0.000100"/>
</kw>
<arg>${current_ssh_connection.index}</arg>
<doc>Restore active SSH connection in SSHLibrary to given index.</doc>
<status status="PASS" start="2026-06-13T00:56:05.696918" elapsed="0.005492"/>
</kw>
<msg time="2026-06-13T00:56:05.702536" level="INFO">${output} = cbench: controller benchmarking tool
   running in mode 'latency'
   connecting to controller at 10.30.171.28:6633 
   faking 16 switches with 1 threads :: 10 tests each; 60000 ms per test
   with 100...</msg>
<var>${output}</var>
<arg>${cbench_system}</arg>
<arg>${cbench_executable} -c ${ODL_SYSTEM_IP} ${cbench_args}</arg>
<arg>prompt_timeout=${test_timeout}</arg>
<arg>return_stdout=False</arg>
<arg>return_stderr=True</arg>
<doc>Reduces the common work of running a command on a remote system to a single higher level
robot keyword, taking care to log in with a public key and. The command given is written and the return value
depends on the passed argument values of return_stdout (default: True) and return_stderr (default: False).
At least one should be True, or the keyword will exit and FAIL. If both are True, the resulting return value
will be a two element list containing both. Otherwise the resulting return value is a string.
No test conditions are checked.</doc>
<status status="PASS" start="2026-06-13T00:45:59.245291" elapsed="606.457271"/>
</kw>
<status status="PASS" start="2026-06-13T00:45:59.244966" elapsed="606.457645"/>
</branch>
<status status="PASS" start="2026-06-13T00:45:59.244511" elapsed="606.458123"/>
</if>
<kw name="Log" owner="BuiltIn">
<msg time="2026-06-13T00:56:05.703141" level="INFO">cbench: controller benchmarking tool
   running in mode 'latency'
   connecting to controller at 10.30.171.28: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.28. So far 1 cbench instances have initialized their switches.  Waiting for other cbench-instances
Thread-0: Total switches from ALL cbench-instances initialized.
00:47:04.781 16  switches: flows:  106437 102943 104680 103546 102069 103865 104763 105445 102302 101752 101653 100379 98767 100579 103376 101905  total = 27.407683 per ms 
00:48:04.882 16  switches: flows:  118801 112486 116897 117875 115353 116947 115454 117007 113731 113987 114243 113207 111316 113616 114555 112445  total = 30.580944 per ms 
00:49:04.982 16  switches: flows:  115969 111462 114428 113615 113054 115021 111846 114578 109809 111267 110902 109132 110046 110793 110599 109518  total = 29.817557 per ms 
00:50:05.083 16  switches: flows:  117830 111945 115450 115196 113994 117324 116106 115418 111077 111636 113180 111155 112236 109958 111714 112321  total = 30.225198 per ms 
00:51:05.183 16  switches: flows:  121740 116172 119986 118577 116277 120203 119419 117111 114768 116986 116825 113613 116683 113774 114372 116600  total = 31.166353 per ms 
00:52:05.283 16  switches: flows:  129975 125192 129011 127090 124914 128729 128808 125269 123574 123536 125339 122141 124650 122629 122769 124619  total = 33.414960 per ms 
00:53:05.384 16  switches: flows:  130981 127762 127354 129424 127973 132650 129372 129420 126898 127786 126993 126539 127099 124019 122352 128412  total = 34.027080 per ms 
00:54:05.484 16  switches: flows:  127821 127640 128237 128162 127772 132760 129010 127728 125020 128210 127305 128134 126545 123940 122573 127832  total = 33.921213 per ms 
00:55:05.585 16  switches: flows:  128985 128681 132576 130075 128896 133202 130798 126803 127686 127795 128220 129205 126412 124589 126417 126183  total = 34.218224 per ms 
00:56:05.685 16  switches: flows:  132158 127451 133180 130884 128781 134440 129513 130878 126784 127384 126363 130047 125152 125712 127955 127861  total = 34.351692 per ms 
RESULT: 16 switches 9 tests min/max/avg/stdev = 29817.56/34351.69/32413.69/10954.36 responses/s</msg>
<arg>${output}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-06-13T00:56:05.702811" elapsed="0.000404"/>
</kw>
<kw name="Should Contain" owner="BuiltIn">
<arg>${output}</arg>
<arg>RESULT</arg>
<doc>Fails if ``container`` does not contain ``item`` one or more times.</doc>
<status status="PASS" start="2026-06-13T00:56:05.703363" elapsed="0.000400"/>
</kw>
<kw name="Get Lines Containing String" owner="String">
<msg time="2026-06-13T00:56:05.704205" level="INFO">1 out of 23 lines matched.</msg>
<msg time="2026-06-13T00:56:05.704298" level="INFO">${result_line} = RESULT: 16 switches 9 tests min/max/avg/stdev = 29817.56/34351.69/32413.69/10954.36 responses/s</msg>
<var>${result_line}</var>
<arg>${output}</arg>
<arg>RESULT</arg>
<doc>Returns lines of the given ``string`` that contain the ``pattern``.</doc>
<status status="PASS" start="2026-06-13T00:56:05.703963" elapsed="0.000359"/>
</kw>
<kw name="Split String" owner="String">
<msg time="2026-06-13T00:56:05.704780" level="INFO">@{results_list} = [ RESULT: | 16 | switches | 9 | tests | min/max/avg/stdev | = | 29817.56/34351.69/32413.69/10954.36 | responses/s ]</msg>
<var>@{results_list}</var>
<arg>${result_line}</arg>
<doc>Splits the ``string`` using ``separator`` as a delimiter string.</doc>
<status status="PASS" start="2026-06-13T00:56:05.704495" elapsed="0.000328"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-06-13T00:56:05.707232" level="INFO">min/max/avg/stdev</msg>
<arg>${results_list[5]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-06-13T00:56:05.704995" elapsed="0.002294"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-06-13T00:56:05.709677" level="INFO">29817.56/34351.69/32413.69/10954.36</msg>
<arg>${results_list[7]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-06-13T00:56:05.707435" elapsed="0.002300"/>
</kw>
<kw name="Split String" owner="String">
<msg time="2026-06-13T00:56:05.712126" level="INFO">@{result_name_list} = [ min | max | avg | stdev ]</msg>
<var>@{result_name_list}</var>
<arg>${results_list[5]}</arg>
<arg>/</arg>
<doc>Splits the ``string`` using ``separator`` as a delimiter string.</doc>
<status status="PASS" start="2026-06-13T00:56:05.709894" elapsed="0.002261"/>
</kw>
<kw name="Split String" owner="String">
<msg time="2026-06-13T00:56:05.714578" level="INFO">@{result_value_list} = [ 29817.56 | 34351.69 | 32413.69 | 10954.36 ]</msg>
<var>@{result_value_list}</var>
<arg>${results_list[7]}</arg>
<arg>/</arg>
<doc>Splits the ``string`` using ``separator`` as a delimiter string.</doc>
<status status="PASS" start="2026-06-13T00:56:05.712341" elapsed="0.002264"/>
</kw>
<kw name="Get Length" owner="BuiltIn">
<msg time="2026-06-13T00:56:05.715127" level="INFO">Length is 4.</msg>
<msg time="2026-06-13T00:56:05.715222" level="INFO">${num_stats} = 4</msg>
<var>${num_stats}</var>
<arg>${result_name_list}</arg>
<doc>Returns and logs the length of the given item as an integer.</doc>
<status status="PASS" start="2026-06-13T00:56:05.714778" elapsed="0.000468"/>
</kw>
<for flavor="IN RANGE">
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-06-13T00:56:05.719950" level="INFO">min :: 29817.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-06-13T00:56:05.715647" elapsed="0.004360"/>
</kw>
<var name="${i}">0</var>
<status status="PASS" start="2026-06-13T00:56:05.715516" elapsed="0.004526"/>
</iter>
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-06-13T00:56:05.724789" level="INFO">max :: 34351.69</msg>
<arg>${result_name_list[${i}]} :: ${result_value_list[${i}]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-06-13T00:56:05.720390" elapsed="0.004456"/>
</kw>
<var name="${i}">1</var>
<status status="PASS" start="2026-06-13T00:56:05.720172" elapsed="0.004709"/>
</iter>
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-06-13T00:56:05.729443" level="INFO">avg :: 32413.69</msg>
<arg>${result_name_list[${i}]} :: ${result_value_list[${i}]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-06-13T00:56:05.725097" elapsed="0.004404"/>
</kw>
<var name="${i}">2</var>
<status status="PASS" start="2026-06-13T00:56:05.724971" elapsed="0.004564"/>
</iter>
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-06-13T00:56:05.734275" level="INFO">stdev :: 10954.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-06-13T00:56:05.729788" elapsed="0.004579"/>
</kw>
<var name="${i}">3</var>
<status status="PASS" start="2026-06-13T00:56:05.729628" elapsed="0.004780"/>
</iter>
<var>${i}</var>
<value>0</value>
<value>${num_stats}</value>
<status status="PASS" start="2026-06-13T00:56:05.715318" elapsed="0.019123"/>
</for>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-06-13T00:56:05.738481" level="INFO">${min} = 29817.56</msg>
<var>${min}</var>
<arg>${result_value_list[${0}]}</arg>
<doc>Returns the given values which can then be assigned to a variables.</doc>
<status status="PASS" start="2026-06-13T00:56:05.734602" elapsed="0.003908"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-06-13T00:56:05.742675" level="INFO">${max} = 34351.69</msg>
<var>${max}</var>
<arg>${result_value_list[${1}]}</arg>
<doc>Returns the given values which can then be assigned to a variables.</doc>
<status status="PASS" start="2026-06-13T00:56:05.738839" elapsed="0.003868"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-06-13T00:56:05.746555" level="INFO">${average} = 32413.69</msg>
<var>${average}</var>
<arg>${result_value_list[${2}]}</arg>
<doc>Returns the given values which can then be assigned to a variables.</doc>
<status status="PASS" start="2026-06-13T00:56:05.742861" elapsed="0.003722"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-06-13T00:56:05.750489" level="INFO">${stdev} = 10954.36</msg>
<var>${stdev}</var>
<arg>${result_value_list[${3}]}</arg>
<doc>Returns the given values which can then be assigned to a variables.</doc>
<status status="PASS" start="2026-06-13T00:56:05.746767" elapsed="0.003749"/>
</kw>
<kw name="Get Time" owner="BuiltIn">
<msg time="2026-06-13T00:56:05.751075" level="INFO">${date} = 2026-06-13 00:56:05</msg>
<var>${date}</var>
<arg>d,m,s</arg>
<doc>Returns the given time in the requested format.</doc>
<status status="PASS" start="2026-06-13T00:56:05.750710" elapsed="0.000391"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-06-13T00:56:05.751655" level="INFO">CBench Result: 2026-06-13 00:56:05,-m 60000 -M 100 -S 16 -l 10 -D 5000 -p 6633,29817.56,34351.69,32413.69,10954.36</msg>
<arg>CBench Result: ${date},${cbench_args},${min},${max},${average},${stdev}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-06-13T00:56:05.751245" elapsed="0.000488"/>
</kw>
<kw name="Log Results And Determine Status">
<kw name="Append To File" owner="OperatingSystem">
<msg time="2026-06-13T00:56:05.752835" level="INFO" html="true">Appended to file '&lt;a href="file:///w/workspace/openflowplugin-csit-1node-cbench-only-vanadium/latency.csv"&gt;/w/workspace/openflowplugin-csit-1node-cbench-only-vanadium/latency.csv&lt;/a&gt;'.</msg>
<arg>${output_file}</arg>
<arg>${min},${max},${average}\n</arg>
<doc>Appends the given content to the specified file.</doc>
<status status="PASS" start="2026-06-13T00:56:05.752397" elapsed="0.000504"/>
</kw>
<kw name="Should Be True" owner="BuiltIn">
<arg>${average} &gt; ${threshold}</arg>
<arg>${average} flow_mods per/sec did not exceed threshold of ${threshold}</arg>
<doc>Fails if the given condition is not true.</doc>
<status status="PASS" start="2026-06-13T00:56:05.753063" elapsed="0.000456"/>
</kw>
<arg>${min}</arg>
<arg>${max}</arg>
<arg>${average}</arg>
<arg>${average_threshold}</arg>
<arg>${output_filename}</arg>
<status status="PASS" start="2026-06-13T00:56:05.751874" elapsed="0.001708"/>
</kw>
<arg>-m ${duration_in_ms} -M ${num_of_unique_macs} -S ${switch_count} -l ${loops} -D ${start_delay} -p ${of_port}</arg>
<arg>${latency_threshold}</arg>
<arg>${latency_results_file}</arg>
<status status="PASS" start="2026-06-13T00:45:59.243222" elapsed="606.510425"/>
</kw>
<kw name="Sleep" owner="BuiltIn">
<msg time="2026-06-13T00:56:05.754141" level="INFO">Slept 0 seconds.</msg>
<arg>${test_delay}</arg>
<doc>Pauses the test executed for the given time.</doc>
<status status="PASS" start="2026-06-13T00:56:05.753822" elapsed="0.000375"/>
</kw>
<kw name="Log Results As Zero If Cbench Timed Out" type="TEARDOWN">
<kw name="Run Keyword If Timeout Occurred" owner="BuiltIn">
<arg>Log Results And Determine Status</arg>
<arg>0</arg>
<arg>0</arg>
<arg>0</arg>
<arg>0</arg>
<arg>${output_filename}</arg>
<doc>Runs the given keyword if either a test or a keyword timeout has occurred.</doc>
<status status="PASS" start="2026-06-13T00:56:05.754732" elapsed="0.000266"/>
</kw>
<status status="PASS" start="2026-06-13T00:56:05.754410" elapsed="0.000660"/>
</kw>
<doc>cbench executed in default latency mode. Test parameters have defaults, but can be overridden
on the pybot command line</doc>
<tag>cbench</tag>
<tag>latency</tag>
<timeout value="15 minutes"/>
<status status="PASS" start="2026-06-13T00:45:59.240617" elapsed="606.514491"/>
</test>
<test id="s1-t2" name="Cbench Throughput Test" line="51">
<kw name="Log" owner="BuiltIn">
<msg time="2026-06-13T00:56:05.756769" level="INFO">Cbench tests using 10 iterations of 60 second tests. Switch Count: 16. Unique MACS to cycle: 100</msg>
<arg>Cbench tests using ${loops} iterations of ${duration_in_secs} second tests. Switch Count: ${switch_count}. Unique MACS to cycle: ${num_of_unique_macs}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-06-13T00:56:05.756336" elapsed="0.000490"/>
</kw>
<kw name="Run Cbench And Log Results">
<kw name="Set Suite Variable" owner="BuiltIn">
<msg time="2026-06-13T00:56:05.758301" level="INFO">${output_filename} = throughput.csv</msg>
<arg>${output_filename}</arg>
<doc>Makes a variable available everywhere within the scope of the current suite.</doc>
<status status="PASS" start="2026-06-13T00:56:05.757969" elapsed="0.000373"/>
</kw>
<if>
<branch type="IF" condition="&quot;${cbench_system}&quot; == &quot;localhost&quot;">
<kw name="Run" owner="OperatingSystem">
<var>${output}</var>
<arg>${cbench_executable} -c ${ODL_SYSTEM_IP} ${cbench_args}</arg>
<doc>_This keyword is considered deprecated. Use the
[http://robotframework.org/robotframework/latest/libraries/Process.html|
Process] library instead._</doc>
<status status="NOT RUN" start="2026-06-13T00:56:05.758689" elapsed="0.000025"/>
</kw>
<status status="NOT RUN" start="2026-06-13T00:56:05.758452" elapsed="0.000306"/>
</branch>
<branch type="ELSE">
<kw name="Run Command On Remote System" owner="Utils">
<if>
<branch type="IF" condition="&quot;${return_stdout}&quot;!=&quot;True&quot; and &quot;${return_stderr}&quot;!=&quot;True&quot;">
<kw name="Fail" owner="BuiltIn">
<arg>At least one of {return_stdout} or {return_stderr} args should be set to True</arg>
<doc>Fails the test with the given message and optionally alters its tags.</doc>
<status status="NOT RUN" start="2026-06-13T00:56:05.761606" elapsed="0.000022"/>
</kw>
<status status="NOT RUN" start="2026-06-13T00:56:05.761363" elapsed="0.000314"/>
</branch>
<status status="PASS" start="2026-06-13T00:56:05.761345" elapsed="0.000358"/>
</if>
<kw name="Get Connection" owner="SSHLibrary">
<msg time="2026-06-13T00:56:05.762049" level="INFO">index=None
host=None
alias=None
port=22
timeout=3 seconds
newline=

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

prompt=None
term_type=vt100
width=80
height=24
path_separator=/
encoding=utf8
escape_ansi=False
encoding_errors=strict</msg>
<var>${current_ssh_connection}</var>
<doc>Returns information about the connection.</doc>
<status status="PASS" start="2026-06-13T00:56:05.761847" elapsed="0.000347"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-06-13T00:56:05.762754" level="INFO">Attempting to execute command "/usr/local/bin/cbench -c 10.30.171.28 -t -m 60000 -M 100 -S 16 -l 10 -D 5000 -p 6633" on remote system "10.30.171.231" by user "jenkins" with keyfile pass "any" and prompt "&gt;" and password ""</msg>
<arg>Attempting to execute command "${cmd}" on remote system "${system}" by user "${user}" with keyfile pass "${keyfile_pass}" and prompt "${prompt}" and password "${password}"</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-06-13T00:56:05.762326" elapsed="0.000494"/>
</kw>
<kw name="Open Connection" owner="SSHLibrary">
<msg time="2026-06-13T00:56:05.763351" level="INFO">${conn_id} = 7</msg>
<var>${conn_id}</var>
<arg>${system}</arg>
<arg>prompt=${prompt}</arg>
<arg>timeout=${prompt_timeout}</arg>
<doc>Opens a new SSH connection to the given ``host`` and ``port``.</doc>
<status status="PASS" start="2026-06-13T00:56:05.762960" elapsed="0.000418"/>
</kw>
<kw name="Flexible_SSH_Login" owner="SSHKeywords">
<kw name="Get Length" owner="BuiltIn">
<msg time="2026-06-13T00:56:05.764281" level="INFO">Length is 0.</msg>
<msg time="2026-06-13T00:56:05.764383" level="INFO">${pwd_length} = 0</msg>
<var>${pwd_length}</var>
<arg>${password}</arg>
<doc>Returns and logs the length of the given item as an integer.</doc>
<status status="PASS" start="2026-06-13T00:56:05.763974" elapsed="0.000434"/>
</kw>
<kw name="Run Keyword And Return If" owner="BuiltIn">
<arg>${pwd_length} &gt; 0</arg>
<arg>SSHLibrary.Login</arg>
<arg>${user}</arg>
<arg>${password}</arg>
<arg>delay=${delay}</arg>
<doc>Runs the specified keyword and returns from the enclosing user keyword.</doc>
<status status="PASS" start="2026-06-13T00:56:05.764548" elapsed="0.000356"/>
</kw>
<kw name="Run Keyword And Return" owner="BuiltIn">
<kw name="Login With Public Key" owner="SSHLibrary">
<msg time="2026-06-13T00:56:05.765768" level="INFO">Logging into '10.30.171.231:22' as 'jenkins'.</msg>
<msg time="2026-06-13T00:56:06.334829" level="INFO">Read output: Welcome to Ubuntu 22.04.5 LTS (GNU/Linux 5.15.0-153-generic x86_64)

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

 System information as of Sat Jun 13 00:56:05 UTC 2026

  System load:  1.0                Processes:             106
  Usage of /:   19.3% of 38.58GB   Users logged in:       0
  Memory usage: 4%                 IPv4 address for ens3: 10.30.171.231
  Swap usage:   0%


Expanded Security Maintenance for Applications is not enabled.

0 updates can be applied immediately.

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


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


Last login: Sat Jun 13 00:45:59 2026 from 10.30.171.166
[?2004h[jenkins@releng-63164-301-1-mininet-ovs-217-0 ~]&gt;</msg>
<arg>${user}</arg>
<arg>${USER_HOME}/.ssh/${SSH_KEY}</arg>
<arg>${KEYFILE_PASS}</arg>
<arg>delay=${delay}</arg>
<doc>Logs into the SSH server using key-based authentication.</doc>
<status status="PASS" start="2026-06-13T00:56:05.765398" elapsed="0.569778"/>
</kw>
<msg time="2026-06-13T00:56:06.335344" level="INFO">Returning from the enclosing user keyword.</msg>
<arg>SSHLibrary.Login With Public Key</arg>
<arg>${user}</arg>
<arg>${USER_HOME}/.ssh/${SSH_KEY}</arg>
<arg>${KEYFILE_PASS}</arg>
<arg>delay=${delay}</arg>
<doc>Runs the specified keyword and returns from the enclosing user keyword.</doc>
<status status="PASS" start="2026-06-13T00:56:05.765054" elapsed="0.570479"/>
</kw>
<arg>${user}</arg>
<arg>${password}</arg>
<doc>On active SSH session: if given non-empty password, do Login, else do Login With Public Key.</doc>
<status status="PASS" start="2026-06-13T00:56:05.763574" elapsed="0.572229"/>
</kw>
<kw name="Execute Command" owner="SSHLibrary">
<msg time="2026-06-13T00:56:06.337030" level="INFO">Executing command '/usr/local/bin/cbench -c 10.30.171.28 -t -m 60000 -M 100 -S 16 -l 10 -D 5000 -p 6633'.</msg>
<msg time="2026-06-13T01:06:12.394287" level="INFO">Command exited with return code 0.</msg>
<msg time="2026-06-13T01:06:12.394908" level="INFO">${stdout} = </msg>
<msg time="2026-06-13T01:06:12.395016" level="INFO">${stderr} = cbench: controller benchmarking tool
   running in mode 'throughput'
   connecting to controller at 10.30.171.28:6633 
   faking 16 switches with 1 threads :: 10 tests each; 60000 ms per test
   with ...</msg>
<var>${stdout}</var>
<var>${stderr}</var>
<arg>${cmd}</arg>
<arg>return_stderr=True</arg>
<doc>Executes ``command`` on the remote machine and returns its outputs.</doc>
<status status="PASS" start="2026-06-13T00:56:06.336356" elapsed="606.058716"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-06-13T01:06:12.395525" elapsed="0.000780"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-06-13T01:06:12.397304" level="INFO">cbench: controller benchmarking tool
   running in mode 'throughput'
   connecting to controller at 10.30.171.28: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.28. So far 1 cbench instances have initialized their switches.  Waiting for other cbench-instances
Thread-0: Total switches from ALL cbench-instances initialized.
00:57:11.469 16  switches: flows:  633411 635821 639402 647515 647016 641431 640269 643859 633423 632782 623115 630799 636763 623277 623154 628365  total = 169.340033 per ms 
00:58:11.574 16  switches: flows:  690603 690770 695858 686503 701631 693931 669526 676156 675769 687461 688721 664195 671318 685387 714385 685831  total = 182.651281 per ms 
00:59:11.675 16  switches: flows:  641265 653050 650585 646520 650878 640616 639258 653069 641298 648020 630230 654712 655208 656441 649418 662690  total = 172.598534 per ms 
01:00:11.778 16  switches: flows:  644096 642491 658439 636763 630935 649553 633999 640894 645144 649127 635956 627117 646068 643491 639192 632974  total = 170.648835 per ms 
01:01:11.880 16  switches: flows:  571135 575874 591017 572397 581716 560475 569366 564680 584145 579381 587140 569395 570408 565248 554265 597231  total = 152.972741 per ms 
01:02:11.982 16  switches: flows:  671824 674966 688310 659536 682090 680381 676359 685423 686905 659231 690203 667176 676221 684550 668142 683056  total = 180.269013 per ms 
01:03:12.084 16  switches: flows:  690276 699502 692123 703782 706375 688278 696104 698219 699977 701393 696248 694858 698488 693084 696920 691412  total = 185.471584 per ms 
01:04:12.186 16  switches: flows:  646123 639692 639155 652223 651300 656295 644008 649785 646342 645915 648925 639928 631193 621501 644569 624622  total = 171.070141 per ms 
01:05:12.288 16  switches: flows:  694382 697497 704782 699162 684578 690101 689894 698136 699996 695344 697333 693733 702222 698388 701107 696293  total = 185.403059 per ms 
01:06:12.391 16  switches: flows:  679437 670233 676845 685586 657759 680761 687620 671489 674742 690314 674407 688132 682673 688595 682659 669846  total = 180.713232 per ms 
RESULT: 16 switches 9 tests min/max/avg/stdev = 152972.74/185471.58/175755.38/59392.28 responses/s</msg>
<arg>${stderr}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-06-13T01:06:12.396771" elapsed="0.000735"/>
</kw>
<if>
<branch type="IF" condition="&quot;${return_stdout}&quot;!=&quot;True&quot;">
<return>
<value>${stderr}</value>
<status status="PASS" start="2026-06-13T01:06:12.397852" elapsed="0.000064"/>
</return>
<status status="PASS" start="2026-06-13T01:06:12.397630" elapsed="0.000339"/>
</branch>
<status status="PASS" start="2026-06-13T01:06:12.397595" elapsed="0.000408"/>
</if>
<if>
<branch type="IF" condition="&quot;${return_stderr}&quot;!=&quot;True&quot;">
<return>
<value>${stdout}</value>
<status status="NOT RUN" start="2026-06-13T01:06:12.398134" elapsed="0.000017"/>
</return>
<status status="NOT RUN" start="2026-06-13T01:06:12.398083" elapsed="0.000106"/>
</branch>
<status status="NOT RUN" start="2026-06-13T01:06:12.398062" elapsed="0.000157"/>
</if>
<return>
<value>${stdout}</value>
<value>${stderr}</value>
<status status="NOT RUN" start="2026-06-13T01:06:12.398262" elapsed="0.000019"/>
</return>
<kw name="Restore_Current_Ssh_Connection_From_Index" owner="SSHKeywords" type="TEARDOWN">
<kw name="Run Keyword And Return If" owner="BuiltIn">
<arg>${connection_index} is not None</arg>
<arg>SSHLibrary.Switch Connection</arg>
<arg>${connection_index}</arg>
<doc>Runs the specified keyword and returns from the enclosing user keyword.</doc>
<status status="PASS" start="2026-06-13T01:06:12.401715" elapsed="0.000461"/>
</kw>
<kw name="Open Connection" owner="SSHLibrary">
<arg>127.0.0.1</arg>
<doc>Opens a new SSH connection to the given ``host`` and ``port``.</doc>
<status status="PASS" start="2026-06-13T01:06:12.402380" elapsed="0.000220"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-06-13T01:06:12.402799" elapsed="0.000164"/>
</kw>
<arg>${current_ssh_connection.index}</arg>
<doc>Restore active SSH connection in SSHLibrary to given index.</doc>
<status status="PASS" start="2026-06-13T01:06:12.398722" elapsed="0.004330"/>
</kw>
<msg time="2026-06-13T01:06:12.403241" level="INFO">${output} = cbench: controller benchmarking tool
   running in mode 'throughput'
   connecting to controller at 10.30.171.28:6633 
   faking 16 switches with 1 threads :: 10 tests each; 60000 ms per test
   with ...</msg>
<var>${output}</var>
<arg>${cbench_system}</arg>
<arg>${cbench_executable} -c ${ODL_SYSTEM_IP} ${cbench_args}</arg>
<arg>prompt_timeout=${test_timeout}</arg>
<arg>return_stdout=False</arg>
<arg>return_stderr=True</arg>
<doc>Reduces the common work of running a command on a remote system to a single higher level
robot keyword, taking care to log in with a public key and. The command given is written and the return value
depends on the passed argument values of return_stdout (default: True) and return_stderr (default: False).
At least one should be True, or the keyword will exit and FAIL. If both are True, the resulting return value
will be a two element list containing both. Otherwise the resulting return value is a string.
No test conditions are checked.</doc>
<status status="PASS" start="2026-06-13T00:56:05.759095" elapsed="606.644182"/>
</kw>
<status status="PASS" start="2026-06-13T00:56:05.758784" elapsed="606.644569"/>
</branch>
<status status="PASS" start="2026-06-13T00:56:05.758431" elapsed="606.644955"/>
</if>
<kw name="Log" owner="BuiltIn">
<msg time="2026-06-13T01:06:12.404035" level="INFO">cbench: controller benchmarking tool
   running in mode 'throughput'
   connecting to controller at 10.30.171.28: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.28. So far 1 cbench instances have initialized their switches.  Waiting for other cbench-instances
Thread-0: Total switches from ALL cbench-instances initialized.
00:57:11.469 16  switches: flows:  633411 635821 639402 647515 647016 641431 640269 643859 633423 632782 623115 630799 636763 623277 623154 628365  total = 169.340033 per ms 
00:58:11.574 16  switches: flows:  690603 690770 695858 686503 701631 693931 669526 676156 675769 687461 688721 664195 671318 685387 714385 685831  total = 182.651281 per ms 
00:59:11.675 16  switches: flows:  641265 653050 650585 646520 650878 640616 639258 653069 641298 648020 630230 654712 655208 656441 649418 662690  total = 172.598534 per ms 
01:00:11.778 16  switches: flows:  644096 642491 658439 636763 630935 649553 633999 640894 645144 649127 635956 627117 646068 643491 639192 632974  total = 170.648835 per ms 
01:01:11.880 16  switches: flows:  571135 575874 591017 572397 581716 560475 569366 564680 584145 579381 587140 569395 570408 565248 554265 597231  total = 152.972741 per ms 
01:02:11.982 16  switches: flows:  671824 674966 688310 659536 682090 680381 676359 685423 686905 659231 690203 667176 676221 684550 668142 683056  total = 180.269013 per ms 
01:03:12.084 16  switches: flows:  690276 699502 692123 703782 706375 688278 696104 698219 699977 701393 696248 694858 698488 693084 696920 691412  total = 185.471584 per ms 
01:04:12.186 16  switches: flows:  646123 639692 639155 652223 651300 656295 644008 649785 646342 645915 648925 639928 631193 621501 644569 624622  total = 171.070141 per ms 
01:05:12.288 16  switches: flows:  694382 697497 704782 699162 684578 690101 689894 698136 699996 695344 697333 693733 702222 698388 701107 696293  total = 185.403059 per ms 
01:06:12.391 16  switches: flows:  679437 670233 676845 685586 657759 680761 687620 671489 674742 690314 674407 688132 682673 688595 682659 669846  total = 180.713232 per ms 
RESULT: 16 switches 9 tests min/max/avg/stdev = 152972.74/185471.58/175755.38/59392.28 responses/s</msg>
<arg>${output}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-06-13T01:06:12.403578" elapsed="0.000570"/>
</kw>
<kw name="Should Contain" owner="BuiltIn">
<arg>${output}</arg>
<arg>RESULT</arg>
<doc>Fails if ``container`` does not contain ``item`` one or more times.</doc>
<status status="PASS" start="2026-06-13T01:06:12.404366" elapsed="0.000526"/>
</kw>
<kw name="Get Lines Containing String" owner="String">
<msg time="2026-06-13T01:06:12.405408" level="INFO">1 out of 23 lines matched.</msg>
<msg time="2026-06-13T01:06:12.405531" level="INFO">${result_line} = RESULT: 16 switches 9 tests min/max/avg/stdev = 152972.74/185471.58/175755.38/59392.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-06-13T01:06:12.405111" elapsed="0.000453"/>
</kw>
<kw name="Split String" owner="String">
<msg time="2026-06-13T01:06:12.406139" level="INFO">@{results_list} = [ RESULT: | 16 | switches | 9 | tests | min/max/avg/stdev | = | 152972.74/185471.58/175755.38/59392.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-06-13T01:06:12.405792" elapsed="0.000384"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-06-13T01:06:12.409332" level="INFO">min/max/avg/stdev</msg>
<arg>${results_list[5]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-06-13T01:06:12.406371" elapsed="0.003016"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-06-13T01:06:12.411683" level="INFO">152972.74/185471.58/175755.38/59392.28</msg>
<arg>${results_list[7]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-06-13T01:06:12.409529" elapsed="0.002211"/>
</kw>
<kw name="Split String" owner="String">
<msg time="2026-06-13T01:06:12.414032" level="INFO">@{result_name_list} = [ min | max | avg | stdev ]</msg>
<var>@{result_name_list}</var>
<arg>${results_list[5]}</arg>
<arg>/</arg>
<doc>Splits the ``string`` using ``separator`` as a delimiter string.</doc>
<status status="PASS" start="2026-06-13T01:06:12.411885" elapsed="0.002174"/>
</kw>
<kw name="Split String" owner="String">
<msg time="2026-06-13T01:06:12.416468" level="INFO">@{result_value_list} = [ 152972.74 | 185471.58 | 175755.38 | 59392.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-06-13T01:06:12.414244" elapsed="0.002251"/>
</kw>
<kw name="Get Length" owner="BuiltIn">
<msg time="2026-06-13T01:06:12.416962" level="INFO">Length is 4.</msg>
<msg time="2026-06-13T01:06:12.417047" level="INFO">${num_stats} = 4</msg>
<var>${num_stats}</var>
<arg>${result_name_list}</arg>
<doc>Returns and logs the length of the given item as an integer.</doc>
<status status="PASS" start="2026-06-13T01:06:12.416645" elapsed="0.000426"/>
</kw>
<for flavor="IN RANGE">
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-06-13T01:06:12.421823" level="INFO">min :: 152972.74</msg>
<arg>${result_name_list[${i}]} :: ${result_value_list[${i}]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-06-13T01:06:12.417460" elapsed="0.004420"/>
</kw>
<var name="${i}">0</var>
<status status="PASS" start="2026-06-13T01:06:12.417334" elapsed="0.004581"/>
</iter>
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-06-13T01:06:12.426303" level="INFO">max :: 185471.58</msg>
<arg>${result_name_list[${i}]} :: ${result_value_list[${i}]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-06-13T01:06:12.422127" elapsed="0.004230"/>
</kw>
<var name="${i}">1</var>
<status status="PASS" start="2026-06-13T01:06:12.422004" elapsed="0.004387"/>
</iter>
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-06-13T01:06:12.430808" level="INFO">avg :: 175755.38</msg>
<arg>${result_name_list[${i}]} :: ${result_value_list[${i}]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-06-13T01:06:12.426599" elapsed="0.004264"/>
</kw>
<var name="${i}">2</var>
<status status="PASS" start="2026-06-13T01:06:12.426478" elapsed="0.004418"/>
</iter>
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-06-13T01:06:12.435367" level="INFO">stdev :: 59392.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-06-13T01:06:12.431106" elapsed="0.004316"/>
</kw>
<var name="${i}">3</var>
<status status="PASS" start="2026-06-13T01:06:12.430981" elapsed="0.004476"/>
</iter>
<var>${i}</var>
<value>0</value>
<value>${num_stats}</value>
<status status="PASS" start="2026-06-13T01:06:12.417135" elapsed="0.018352"/>
</for>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-06-13T01:06:12.439283" level="INFO">${min} = 152972.74</msg>
<var>${min}</var>
<arg>${result_value_list[${0}]}</arg>
<doc>Returns the given values which can then be assigned to a variables.</doc>
<status status="PASS" start="2026-06-13T01:06:12.435639" elapsed="0.003670"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-06-13T01:06:12.443308" level="INFO">${max} = 185471.58</msg>
<var>${max}</var>
<arg>${result_value_list[${1}]}</arg>
<doc>Returns the given values which can then be assigned to a variables.</doc>
<status status="PASS" start="2026-06-13T01:06:12.439458" elapsed="0.003876"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-06-13T01:06:12.447119" level="INFO">${average} = 175755.38</msg>
<var>${average}</var>
<arg>${result_value_list[${2}]}</arg>
<doc>Returns the given values which can then be assigned to a variables.</doc>
<status status="PASS" start="2026-06-13T01:06:12.443484" elapsed="0.003661"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-06-13T01:06:12.450940" level="INFO">${stdev} = 59392.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-06-13T01:06:12.447293" elapsed="0.003674"/>
</kw>
<kw name="Get Time" owner="BuiltIn">
<msg time="2026-06-13T01:06:12.451469" level="INFO">${date} = 2026-06-13 01:06:12</msg>
<var>${date}</var>
<arg>d,m,s</arg>
<doc>Returns the given time in the requested format.</doc>
<status status="PASS" start="2026-06-13T01:06:12.451122" elapsed="0.000372"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-06-13T01:06:12.452060" level="INFO">CBench Result: 2026-06-13 01:06:12,-t -m 60000 -M 100 -S 16 -l 10 -D 5000 -p 6633,152972.74,185471.58,175755.38,59392.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-06-13T01:06:12.451643" elapsed="0.000472"/>
</kw>
<kw name="Log Results And Determine Status">
<kw name="Append To File" owner="OperatingSystem">
<msg time="2026-06-13T01:06:12.453156" level="INFO" html="true">Appended to file '&lt;a href="file:///w/workspace/openflowplugin-csit-1node-cbench-only-vanadium/throughput.csv"&gt;/w/workspace/openflowplugin-csit-1node-cbench-only-vanadium/throughput.csv&lt;/a&gt;'.</msg>
<arg>${output_file}</arg>
<arg>${min},${max},${average}\n</arg>
<doc>Appends the given content to the specified file.</doc>
<status status="PASS" start="2026-06-13T01:06:12.452752" elapsed="0.000469"/>
</kw>
<kw name="Should Be True" owner="BuiltIn">
<arg>${average} &gt; ${threshold}</arg>
<arg>${average} flow_mods per/sec did not exceed threshold of ${threshold}</arg>
<doc>Fails if the given condition is not true.</doc>
<status status="PASS" start="2026-06-13T01:06:12.453376" elapsed="0.000474"/>
</kw>
<arg>${min}</arg>
<arg>${max}</arg>
<arg>${average}</arg>
<arg>${average_threshold}</arg>
<arg>${output_filename}</arg>
<status status="PASS" start="2026-06-13T01:06:12.452254" elapsed="0.001664"/>
</kw>
<arg>-t -m ${duration_in_ms} -M ${num_of_unique_macs} -S ${switch_count} -l ${loops} -D ${start_delay} -p ${of_port}</arg>
<arg>${throughput_threshold}</arg>
<arg>${throughput_results_file}</arg>
<status status="PASS" start="2026-06-13T00:56:05.757302" elapsed="606.696674"/>
</kw>
<kw name="Sleep" owner="BuiltIn">
<msg time="2026-06-13T01:06:12.454440" level="INFO">Slept 0 seconds.</msg>
<arg>${test_delay}</arg>
<doc>Pauses the test executed for the given time.</doc>
<status status="PASS" start="2026-06-13T01:06:12.454128" elapsed="0.000367"/>
</kw>
<kw name="Log Results As Zero If Cbench Timed Out" type="TEARDOWN">
<kw name="Run Keyword If Timeout Occurred" owner="BuiltIn">
<arg>Log Results And Determine Status</arg>
<arg>0</arg>
<arg>0</arg>
<arg>0</arg>
<arg>0</arg>
<arg>${output_filename}</arg>
<doc>Runs the given keyword if either a test or a keyword timeout has occurred.</doc>
<status status="PASS" start="2026-06-13T01:06:12.455008" elapsed="0.000261"/>
</kw>
<status status="PASS" start="2026-06-13T01:06:12.454714" elapsed="0.000624"/>
</kw>
<doc>cbench executed in throughput mode (-t). Test parameters have defaults, but can be overridden
on the pybot command line</doc>
<tag>cbench</tag>
<tag>throughput</tag>
<timeout value="15 minutes"/>
<status status="PASS" start="2026-06-13T00:56:05.755653" elapsed="606.699723"/>
</test>
<test id="s1-t3" name="Rerun Latency Test To Check Bug 6176" line="65">
<kw name="Log" owner="BuiltIn">
<msg time="2026-06-13T01:06:12.457216" level="INFO">Cbench tests using 10 iterations of 60 second tests. Switch Count: 16. Unique MACS to cycle: 100</msg>
<arg>Cbench tests using ${loops} iterations of ${duration_in_secs} second tests. Switch Count: ${switch_count}. Unique MACS to cycle: ${num_of_unique_macs}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-06-13T01:06:12.456816" elapsed="0.000455"/>
</kw>
<kw name="Run Cbench And Log Results">
<kw name="Set Suite Variable" owner="BuiltIn">
<msg time="2026-06-13T01:06:12.458787" level="INFO">${output_filename} = bug.csv</msg>
<arg>${output_filename}</arg>
<doc>Makes a variable available everywhere within the scope of the current suite.</doc>
<status status="PASS" start="2026-06-13T01:06:12.458420" elapsed="0.000410"/>
</kw>
<if>
<branch type="IF" condition="&quot;${cbench_system}&quot; == &quot;localhost&quot;">
<kw name="Run" owner="OperatingSystem">
<var>${output}</var>
<arg>${cbench_executable} -c ${ODL_SYSTEM_IP} ${cbench_args}</arg>
<doc>_This keyword is considered deprecated. Use the
[http://robotframework.org/robotframework/latest/libraries/Process.html|
Process] library instead._</doc>
<status status="NOT RUN" start="2026-06-13T01:06:12.459168" elapsed="0.000021"/>
</kw>
<status status="NOT RUN" start="2026-06-13T01:06:12.458952" elapsed="0.000273"/>
</branch>
<branch type="ELSE">
<kw name="Run Command On Remote System" owner="Utils">
<if>
<branch type="IF" condition="&quot;${return_stdout}&quot;!=&quot;True&quot; and &quot;${return_stderr}&quot;!=&quot;True&quot;">
<kw name="Fail" owner="BuiltIn">
<arg>At least one of {return_stdout} or {return_stderr} args should be set to True</arg>
<doc>Fails the test with the given message and optionally alters its tags.</doc>
<status status="NOT RUN" start="2026-06-13T01:06:12.462265" elapsed="0.000021"/>
</kw>
<status status="NOT RUN" start="2026-06-13T01:06:12.462019" elapsed="0.000301"/>
</branch>
<status status="PASS" start="2026-06-13T01:06:12.462000" elapsed="0.000343"/>
</if>
<kw name="Get Connection" owner="SSHLibrary">
<msg time="2026-06-13T01:06:12.462645" level="INFO">index=None
host=None
alias=None
port=22
timeout=3 seconds
newline=

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

prompt=None
term_type=vt100
width=80
height=24
path_separator=/
encoding=utf8
escape_ansi=False
encoding_errors=strict</msg>
<var>${current_ssh_connection}</var>
<doc>Returns information about the connection.</doc>
<status status="PASS" start="2026-06-13T01:06:12.462471" elapsed="0.000333"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-06-13T01:06:12.463342" level="INFO">Attempting to execute command "/usr/local/bin/cbench -c 10.30.171.28 -m 60000 -M 100 -S 16 -l 10 -D 5000 -p 6633" on remote system "10.30.171.231" by user "jenkins" with keyfile pass "any" and prompt "&gt;" and password ""</msg>
<arg>Attempting to execute command "${cmd}" on remote system "${system}" by user "${user}" with keyfile pass "${keyfile_pass}" and prompt "${prompt}" and password "${password}"</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-06-13T01:06:12.462934" elapsed="0.000464"/>
</kw>
<kw name="Open Connection" owner="SSHLibrary">
<msg time="2026-06-13T01:06:12.463931" level="INFO">${conn_id} = 9</msg>
<var>${conn_id}</var>
<arg>${system}</arg>
<arg>prompt=${prompt}</arg>
<arg>timeout=${prompt_timeout}</arg>
<doc>Opens a new SSH connection to the given ``host`` and ``port``.</doc>
<status status="PASS" start="2026-06-13T01:06:12.463531" elapsed="0.000426"/>
</kw>
<kw name="Flexible_SSH_Login" owner="SSHKeywords">
<kw name="Get Length" owner="BuiltIn">
<msg time="2026-06-13T01:06:12.464862" level="INFO">Length is 0.</msg>
<msg time="2026-06-13T01:06:12.464949" level="INFO">${pwd_length} = 0</msg>
<var>${pwd_length}</var>
<arg>${password}</arg>
<doc>Returns and logs the length of the given item as an integer.</doc>
<status status="PASS" start="2026-06-13T01:06:12.464541" elapsed="0.000431"/>
</kw>
<kw name="Run Keyword And Return If" owner="BuiltIn">
<arg>${pwd_length} &gt; 0</arg>
<arg>SSHLibrary.Login</arg>
<arg>${user}</arg>
<arg>${password}</arg>
<arg>delay=${delay}</arg>
<doc>Runs the specified keyword and returns from the enclosing user keyword.</doc>
<status status="PASS" start="2026-06-13T01:06:12.465107" elapsed="0.000313"/>
</kw>
<kw name="Run Keyword And Return" owner="BuiltIn">
<kw name="Login With Public Key" owner="SSHLibrary">
<msg time="2026-06-13T01:06:12.466282" level="INFO">Logging into '10.30.171.231:22' as 'jenkins'.</msg>
<msg time="2026-06-13T01:06:13.056947" level="INFO">Read output: Welcome to Ubuntu 22.04.5 LTS (GNU/Linux 5.15.0-153-generic x86_64)

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

 System information as of Sat Jun 13 01:06:12 UTC 2026

  System load:  0.38               Processes:             106
  Usage of /:   19.3% of 38.58GB   Users logged in:       0
  Memory usage: 4%                 IPv4 address for ens3: 10.30.171.231
  Swap usage:   0%


Expanded Security Maintenance for Applications is not enabled.

0 updates can be applied immediately.

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


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


Last login: Sat Jun 13 00:56:06 2026 from 10.30.171.166
[?2004h[jenkins@releng-63164-301-1-mininet-ovs-217-0 ~]&gt;</msg>
<arg>${user}</arg>
<arg>${USER_HOME}/.ssh/${SSH_KEY}</arg>
<arg>${KEYFILE_PASS}</arg>
<arg>delay=${delay}</arg>
<doc>Logs into the SSH server using key-based authentication.</doc>
<status status="PASS" start="2026-06-13T01:06:12.465923" elapsed="0.591268"/>
</kw>
<msg time="2026-06-13T01:06:13.057284" level="INFO">Returning from the enclosing user keyword.</msg>
<arg>SSHLibrary.Login With Public Key</arg>
<arg>${user}</arg>
<arg>${USER_HOME}/.ssh/${SSH_KEY}</arg>
<arg>${KEYFILE_PASS}</arg>
<arg>delay=${delay}</arg>
<doc>Runs the specified keyword and returns from the enclosing user keyword.</doc>
<status status="PASS" start="2026-06-13T01:06:12.465566" elapsed="0.591803"/>
</kw>
<arg>${user}</arg>
<arg>${password}</arg>
<doc>On active SSH session: if given non-empty password, do Login, else do Login With Public Key.</doc>
<status status="PASS" start="2026-06-13T01:06:12.464152" elapsed="0.593340"/>
</kw>
<kw name="Execute Command" owner="SSHLibrary">
<msg time="2026-06-13T01:06:13.058107" level="INFO">Executing command '/usr/local/bin/cbench -c 10.30.171.28 -m 60000 -M 100 -S 16 -l 10 -D 5000 -p 6633'.</msg>
<msg time="2026-06-13T01:16:19.094004" level="INFO">Command exited with return code 0.</msg>
<msg time="2026-06-13T01:16:19.094543" level="INFO">${stdout} = </msg>
<msg time="2026-06-13T01:16:19.094648" level="INFO">${stderr} = cbench: controller benchmarking tool
   running in mode 'latency'
   connecting to controller at 10.30.171.28:6633 
   faking 16 switches with 1 threads :: 10 tests each; 60000 ms per test
   with 100...</msg>
<var>${stdout}</var>
<var>${stderr}</var>
<arg>${cmd}</arg>
<arg>return_stderr=True</arg>
<doc>Executes ``command`` on the remote machine and returns its outputs.</doc>
<status status="PASS" start="2026-06-13T01:06:13.057757" elapsed="606.036985"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-06-13T01:16:19.095198" elapsed="0.000983"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-06-13T01:16:19.097330" level="INFO">cbench: controller benchmarking tool
   running in mode 'latency'
   connecting to controller at 10.30.171.28: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.28. So far 1 cbench instances have initialized their switches.  Waiting for other cbench-instances
Thread-0: Total switches from ALL cbench-instances initialized.
01:07:18.180 16  switches: flows:  119778 121721 119600 120056 119175 118589 119404 118509 117831 114529 115145 114999 113708 115911 115163 114913  total = 31.317183 per ms 
01:08:18.282 16  switches: flows:  129250 132181 130604 127654 127611 128666 130316 129747 128398 122280 125477 126231 127216 125822 125317 123328  total = 33.944945 per ms 
01:09:18.383 16  switches: flows:  130389 134018 132080 128632 128301 131266 133189 131956 129961 124984 130677 129065 130013 127646 125298 125132  total = 34.485905 per ms 
01:10:18.483 16  switches: flows:  129896 133156 129506 128211 126860 127663 130965 131439 129571 123778 128328 128280 127646 126356 125244 124210  total = 34.128188 per ms 
01:11:18.584 16  switches: flows:  129754 131658 127440 127900 127428 127452 130387 129741 128159 122784 125264 128072 130089 126637 124378 123594  total = 33.955581 per ms 
01:12:18.685 16  switches: flows:  129065 132977 128150 125955 128406 128339 130068 130205 127330 123268 126723 127214 128715 128106 122903 123694  total = 33.961889 per ms 
01:13:18.786 16  switches: flows:  127370 131392 127997 126543 125230 127225 130407 129531 127263 121111 125656 127182 125941 126109 122919 124132  total = 33.710529 per ms 
01:14:18.887 16  switches: flows:  127860 134258 129219 126956 125929 127360 130117 129464 126141 122344 127432 127688 127723 127460 124139 123279  total = 33.899573 per ms 
01:15:18.988 16  switches: flows:  133627 134596 131745 130773 130059 132168 132534 132622 132754 125518 127900 131066 130490 129685 125800 126587  total = 34.740733 per ms 
01:16:19.089 16  switches: flows:  131937 133593 130851 130939 130525 132005 132553 131244 131446 125459 129440 127419 129649 130324 125544 127669  total = 34.618760 per ms 
RESULT: 16 switches 9 tests min/max/avg/stdev = 33710.53/34740.73/34160.68/11392.02 responses/s</msg>
<arg>${stderr}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-06-13T01:16:19.096550" elapsed="0.001064"/>
</kw>
<if>
<branch type="IF" condition="&quot;${return_stdout}&quot;!=&quot;True&quot;">
<return>
<value>${stderr}</value>
<status status="PASS" start="2026-06-13T01:16:19.098140" elapsed="0.000071"/>
</return>
<status status="PASS" start="2026-06-13T01:16:19.097842" elapsed="0.000446"/>
</branch>
<status status="PASS" start="2026-06-13T01:16:19.097790" elapsed="0.000552"/>
</if>
<if>
<branch type="IF" condition="&quot;${return_stderr}&quot;!=&quot;True&quot;">
<return>
<value>${stdout}</value>
<status status="NOT RUN" start="2026-06-13T01:16:19.098549" elapsed="0.000030"/>
</return>
<status status="NOT RUN" start="2026-06-13T01:16:19.098468" elapsed="0.000171"/>
</branch>
<status status="NOT RUN" start="2026-06-13T01:16:19.098434" elapsed="0.000285"/>
</if>
<return>
<value>${stdout}</value>
<value>${stderr}</value>
<status status="NOT RUN" start="2026-06-13T01:16:19.098792" elapsed="0.000031"/>
</return>
<kw name="Restore_Current_Ssh_Connection_From_Index" owner="SSHKeywords" type="TEARDOWN">
<kw name="Run Keyword And Return If" owner="BuiltIn">
<arg>${connection_index} is not None</arg>
<arg>SSHLibrary.Switch Connection</arg>
<arg>${connection_index}</arg>
<doc>Runs the specified keyword and returns from the enclosing user keyword.</doc>
<status status="PASS" start="2026-06-13T01:16:19.103559" elapsed="0.000497"/>
</kw>
<kw name="Open Connection" owner="SSHLibrary">
<arg>127.0.0.1</arg>
<doc>Opens a new SSH connection to the given ``host`` and ``port``.</doc>
<status status="PASS" start="2026-06-13T01:16:19.104259" elapsed="0.000217"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-06-13T01:16:19.104654" elapsed="0.000156"/>
</kw>
<arg>${current_ssh_connection.index}</arg>
<doc>Restore active SSH connection in SSHLibrary to given index.</doc>
<status status="PASS" start="2026-06-13T01:16:19.099455" elapsed="0.005431"/>
</kw>
<msg time="2026-06-13T01:16:19.105062" level="INFO">${output} = cbench: controller benchmarking tool
   running in mode 'latency'
   connecting to controller at 10.30.171.28:6633 
   faking 16 switches with 1 threads :: 10 tests each; 60000 ms per test
   with 100...</msg>
<var>${output}</var>
<arg>${cbench_system}</arg>
<arg>${cbench_executable} -c ${ODL_SYSTEM_IP} ${cbench_args}</arg>
<arg>prompt_timeout=${test_timeout}</arg>
<arg>return_stdout=False</arg>
<arg>return_stderr=True</arg>
<doc>Reduces the common work of running a command on a remote system to a single higher level
robot keyword, taking care to log in with a public key and. The command given is written and the return value
depends on the passed argument values of return_stdout (default: True) and return_stderr (default: False).
At least one should be True, or the keyword will exit and FAIL. If both are True, the resulting return value
will be a two element list containing both. Otherwise the resulting return value is a string.
No test conditions are checked.</doc>
<status status="PASS" start="2026-06-13T01:06:12.459554" elapsed="606.645545"/>
</kw>
<status status="PASS" start="2026-06-13T01:06:12.459249" elapsed="606.645920"/>
</branch>
<status status="PASS" start="2026-06-13T01:06:12.458932" elapsed="606.646268"/>
</if>
<kw name="Log" owner="BuiltIn">
<msg time="2026-06-13T01:16:19.105825" level="INFO">cbench: controller benchmarking tool
   running in mode 'latency'
   connecting to controller at 10.30.171.28: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.28. So far 1 cbench instances have initialized their switches.  Waiting for other cbench-instances
Thread-0: Total switches from ALL cbench-instances initialized.
01:07:18.180 16  switches: flows:  119778 121721 119600 120056 119175 118589 119404 118509 117831 114529 115145 114999 113708 115911 115163 114913  total = 31.317183 per ms 
01:08:18.282 16  switches: flows:  129250 132181 130604 127654 127611 128666 130316 129747 128398 122280 125477 126231 127216 125822 125317 123328  total = 33.944945 per ms 
01:09:18.383 16  switches: flows:  130389 134018 132080 128632 128301 131266 133189 131956 129961 124984 130677 129065 130013 127646 125298 125132  total = 34.485905 per ms 
01:10:18.483 16  switches: flows:  129896 133156 129506 128211 126860 127663 130965 131439 129571 123778 128328 128280 127646 126356 125244 124210  total = 34.128188 per ms 
01:11:18.584 16  switches: flows:  129754 131658 127440 127900 127428 127452 130387 129741 128159 122784 125264 128072 130089 126637 124378 123594  total = 33.955581 per ms 
01:12:18.685 16  switches: flows:  129065 132977 128150 125955 128406 128339 130068 130205 127330 123268 126723 127214 128715 128106 122903 123694  total = 33.961889 per ms 
01:13:18.786 16  switches: flows:  127370 131392 127997 126543 125230 127225 130407 129531 127263 121111 125656 127182 125941 126109 122919 124132  total = 33.710529 per ms 
01:14:18.887 16  switches: flows:  127860 134258 129219 126956 125929 127360 130117 129464 126141 122344 127432 127688 127723 127460 124139 123279  total = 33.899573 per ms 
01:15:18.988 16  switches: flows:  133627 134596 131745 130773 130059 132168 132534 132622 132754 125518 127900 131066 130490 129685 125800 126587  total = 34.740733 per ms 
01:16:19.089 16  switches: flows:  131937 133593 130851 130939 130525 132005 132553 131244 131446 125459 129440 127419 129649 130324 125544 127669  total = 34.618760 per ms 
RESULT: 16 switches 9 tests min/max/avg/stdev = 33710.53/34740.73/34160.68/11392.02 responses/s</msg>
<arg>${output}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-06-13T01:16:19.105400" elapsed="0.000528"/>
</kw>
<kw name="Should Contain" owner="BuiltIn">
<arg>${output}</arg>
<arg>RESULT</arg>
<doc>Fails if ``container`` does not contain ``item`` one or more times.</doc>
<status status="PASS" start="2026-06-13T01:16:19.106130" elapsed="0.000501"/>
</kw>
<kw name="Get Lines Containing String" owner="String">
<msg time="2026-06-13T01:16:19.107173" level="INFO">1 out of 23 lines matched.</msg>
<msg time="2026-06-13T01:16:19.107296" level="INFO">${result_line} = RESULT: 16 switches 9 tests min/max/avg/stdev = 33710.53/34740.73/34160.68/11392.02 responses/s</msg>
<var>${result_line}</var>
<arg>${output}</arg>
<arg>RESULT</arg>
<doc>Returns lines of the given ``string`` that contain the ``pattern``.</doc>
<status status="PASS" start="2026-06-13T01:16:19.106868" elapsed="0.000461"/>
</kw>
<kw name="Split String" owner="String">
<msg time="2026-06-13T01:16:19.107915" level="INFO">@{results_list} = [ RESULT: | 16 | switches | 9 | tests | min/max/avg/stdev | = | 33710.53/34740.73/34160.68/11392.02 | responses/s ]</msg>
<var>@{results_list}</var>
<arg>${result_line}</arg>
<doc>Splits the ``string`` using ``separator`` as a delimiter string.</doc>
<status status="PASS" start="2026-06-13T01:16:19.107533" elapsed="0.000421"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-06-13T01:16:19.111191" level="INFO">min/max/avg/stdev</msg>
<arg>${results_list[5]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-06-13T01:16:19.108151" elapsed="0.003116"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-06-13T01:16:19.114074" level="INFO">33710.53/34740.73/34160.68/11392.02</msg>
<arg>${results_list[7]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-06-13T01:16:19.111472" elapsed="0.002657"/>
</kw>
<kw name="Split String" owner="String">
<msg time="2026-06-13T01:16:19.116426" level="INFO">@{result_name_list} = [ min | max | avg | stdev ]</msg>
<var>@{result_name_list}</var>
<arg>${results_list[5]}</arg>
<arg>/</arg>
<doc>Splits the ``string`` using ``separator`` as a delimiter string.</doc>
<status status="PASS" start="2026-06-13T01:16:19.114275" elapsed="0.002177"/>
</kw>
<kw name="Split String" owner="String">
<msg time="2026-06-13T01:16:19.118815" level="INFO">@{result_value_list} = [ 33710.53 | 34740.73 | 34160.68 | 11392.02 ]</msg>
<var>@{result_value_list}</var>
<arg>${results_list[7]}</arg>
<arg>/</arg>
<doc>Splits the ``string`` using ``separator`` as a delimiter string.</doc>
<status status="PASS" start="2026-06-13T01:16:19.116634" elapsed="0.002208"/>
</kw>
<kw name="Get Length" owner="BuiltIn">
<msg time="2026-06-13T01:16:19.119288" level="INFO">Length is 4.</msg>
<msg time="2026-06-13T01:16:19.119374" level="INFO">${num_stats} = 4</msg>
<var>${num_stats}</var>
<arg>${result_name_list}</arg>
<doc>Returns and logs the length of the given item as an integer.</doc>
<status status="PASS" start="2026-06-13T01:16:19.118991" elapsed="0.000407"/>
</kw>
<for flavor="IN RANGE">
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-06-13T01:16:19.124023" level="INFO">min :: 33710.53</msg>
<arg>${result_name_list[${i}]} :: ${result_value_list[${i}]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-06-13T01:16:19.119804" elapsed="0.004275"/>
</kw>
<var name="${i}">0</var>
<status status="PASS" start="2026-06-13T01:16:19.119650" elapsed="0.004463"/>
</iter>
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-06-13T01:16:19.128500" level="INFO">max :: 34740.73</msg>
<arg>${result_name_list[${i}]} :: ${result_value_list[${i}]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-06-13T01:16:19.124327" elapsed="0.004228"/>
</kw>
<var name="${i}">1</var>
<status status="PASS" start="2026-06-13T01:16:19.124198" elapsed="0.004391"/>
</iter>
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-06-13T01:16:19.133047" level="INFO">avg :: 34160.68</msg>
<arg>${result_name_list[${i}]} :: ${result_value_list[${i}]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-06-13T01:16:19.128809" elapsed="0.004293"/>
</kw>
<var name="${i}">2</var>
<status status="PASS" start="2026-06-13T01:16:19.128686" elapsed="0.004449"/>
</iter>
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-06-13T01:16:19.137550" level="INFO">stdev :: 11392.02</msg>
<arg>${result_name_list[${i}]} :: ${result_value_list[${i}]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-06-13T01:16:19.133345" elapsed="0.004260"/>
</kw>
<var name="${i}">3</var>
<status status="PASS" start="2026-06-13T01:16:19.133217" elapsed="0.004428"/>
</iter>
<var>${i}</var>
<value>0</value>
<value>${num_stats}</value>
<status status="PASS" start="2026-06-13T01:16:19.119461" elapsed="0.018228"/>
</for>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-06-13T01:16:19.141496" level="INFO">${min} = 33710.53</msg>
<var>${min}</var>
<arg>${result_value_list[${0}]}</arg>
<doc>Returns the given values which can then be assigned to a variables.</doc>
<status status="PASS" start="2026-06-13T01:16:19.137845" elapsed="0.003678"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-06-13T01:16:19.145499" level="INFO">${max} = 34740.73</msg>
<var>${max}</var>
<arg>${result_value_list[${1}]}</arg>
<doc>Returns the given values which can then be assigned to a variables.</doc>
<status status="PASS" start="2026-06-13T01:16:19.141691" elapsed="0.003834"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-06-13T01:16:19.149354" level="INFO">${average} = 34160.68</msg>
<var>${average}</var>
<arg>${result_value_list[${2}]}</arg>
<doc>Returns the given values which can then be assigned to a variables.</doc>
<status status="PASS" start="2026-06-13T01:16:19.145690" elapsed="0.003690"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-06-13T01:16:19.153165" level="INFO">${stdev} = 11392.02</msg>
<var>${stdev}</var>
<arg>${result_value_list[${3}]}</arg>
<doc>Returns the given values which can then be assigned to a variables.</doc>
<status status="PASS" start="2026-06-13T01:16:19.149529" elapsed="0.003662"/>
</kw>
<kw name="Get Time" owner="BuiltIn">
<msg time="2026-06-13T01:16:19.153696" level="INFO">${date} = 2026-06-13 01:16:19</msg>
<var>${date}</var>
<arg>d,m,s</arg>
<doc>Returns the given time in the requested format.</doc>
<status status="PASS" start="2026-06-13T01:16:19.153346" elapsed="0.000376"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-06-13T01:16:19.154275" level="INFO">CBench Result: 2026-06-13 01:16:19,-m 60000 -M 100 -S 16 -l 10 -D 5000 -p 6633,33710.53,34740.73,34160.68,11392.02</msg>
<arg>CBench Result: ${date},${cbench_args},${min},${max},${average},${stdev}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-06-13T01:16:19.153871" elapsed="0.000460"/>
</kw>
<kw name="Log Results And Determine Status">
<kw name="Append To File" owner="OperatingSystem">
<msg time="2026-06-13T01:16:19.155375" level="INFO" html="true">Appended to file '&lt;a href="file:///w/workspace/openflowplugin-csit-1node-cbench-only-vanadium/bug.csv"&gt;/w/workspace/openflowplugin-csit-1node-cbench-only-vanadium/bug.csv&lt;/a&gt;'.</msg>
<arg>${output_file}</arg>
<arg>${min},${max},${average}\n</arg>
<doc>Appends the given content to the specified file.</doc>
<status status="PASS" start="2026-06-13T01:16:19.154935" elapsed="0.000511"/>
</kw>
<kw name="Should Be True" owner="BuiltIn">
<arg>${average} &gt; ${threshold}</arg>
<arg>${average} flow_mods per/sec did not exceed threshold of ${threshold}</arg>
<doc>Fails if the given condition is not true.</doc>
<status status="PASS" start="2026-06-13T01:16:19.155592" elapsed="0.000487"/>
</kw>
<arg>${min}</arg>
<arg>${max}</arg>
<arg>${average}</arg>
<arg>${average_threshold}</arg>
<arg>${output_filename}</arg>
<status status="PASS" start="2026-06-13T01:16:19.154464" 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>bug.csv</arg>
<status status="PASS" start="2026-06-13T01:06:12.457571" elapsed="606.698629"/>
</kw>
<kw name="Sleep" owner="BuiltIn">
<msg time="2026-06-13T01:16:19.156645" level="INFO">Slept 0 seconds.</msg>
<arg>${test_delay}</arg>
<doc>Pauses the test executed for the given time.</doc>
<status status="PASS" start="2026-06-13T01:16:19.156342" elapsed="0.000376"/>
</kw>
<kw name="Report Failure Due To Bug" owner="Utils" type="TEARDOWN">
<kw name="Evaluate" owner="BuiltIn">
<msg time="2026-06-13T01:16:19.157876" level="INFO">${test_skipped} = False</msg>
<var>${test_skipped}</var>
<arg>len(re.findall('SKIPPED', """${TEST_MESSAGE}""")) &gt; 0</arg>
<arg>modules=re</arg>
<doc>Evaluates the given expression in Python and returns the result.</doc>
<status status="PASS" start="2026-06-13T01:16:19.157396" elapsed="0.000509"/>
</kw>
<if>
<branch type="IF" condition="('${TEST_STATUS}' != 'FAIL') or ${test_skipped}">
<return>
<status status="PASS" start="2026-06-13T01:16:19.158132" elapsed="0.000029"/>
</return>
<status status="PASS" start="2026-06-13T01:16:19.157981" elapsed="0.000211"/>
</branch>
<status status="PASS" start="2026-06-13T01:16:19.157962" elapsed="0.000253"/>
</if>
<kw name="Comment" owner="BuiltIn">
<arg>Jira tickets are {PROJECT}-{NUMBER} while Bugzilla tickets are {NUMBER}</arg>
<doc>Displays the given messages in the log file as keyword arguments.</doc>
<status status="NOT RUN" start="2026-06-13T01:16:19.158353" elapsed="0.000022"/>
</kw>
<kw name="Run Keyword And Return Status" owner="BuiltIn">
<var>${match}</var>
<arg>Should Contain</arg>
<arg>${number}</arg>
<arg>-</arg>
<doc>Runs the specified keyword and returns the status as a Boolean value.</doc>
<status status="NOT RUN" start="2026-06-13T01:16:19.158507" elapsed="0.000020"/>
</kw>
<kw name="Set Variable If" owner="BuiltIn">
<var>${bug_url}</var>
<arg>${match}</arg>
<arg>https://jira.opendaylight.org/browse/${number}</arg>
<arg>https://bugs.opendaylight.org/show_bug.cgi?id=${number}</arg>
<doc>Sets variable based on the given condition.</doc>
<status status="NOT RUN" start="2026-06-13T01:16:19.158677" elapsed="0.000021"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<var>${msg}</var>
<arg>This test fails due to ${bug_url}</arg>
<doc>Returns the given values which can then be assigned to a variables.</doc>
<status status="NOT RUN" start="2026-06-13T01:16:19.158868" elapsed="0.000021"/>
</kw>
<kw name="Evaluate" owner="BuiltIn">
<var>${newline}</var>
<arg>chr(10)</arg>
<doc>Evaluates the given expression in Python and returns the result.</doc>
<status status="NOT RUN" start="2026-06-13T01:16:19.159017" 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-06-13T01:16:19.159163" elapsed="0.000020"/>
</kw>
<kw name="Log" owner="BuiltIn">
<arg>${msg}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="NOT RUN" start="2026-06-13T01:16:19.159310" elapsed="0.000020"/>
</kw>
<if>
<branch type="IF" condition="&quot;${include_bug_in_tags}&quot;==&quot;True&quot;">
<kw name="Set Tags" owner="BuiltIn">
<arg>${bug_url}</arg>
<doc>Adds given ``tags`` for the current test or all tests in a suite.</doc>
<status status="NOT RUN" start="2026-06-13T01:16:19.159533" elapsed="0.000020"/>
</kw>
<status status="NOT RUN" start="2026-06-13T01:16:19.159397" elapsed="0.000187"/>
</branch>
<status status="NOT RUN" start="2026-06-13T01:16:19.159380" elapsed="0.000227"/>
</if>
<arg>6176</arg>
<doc>Report that a test failed due to a known Bugzilla bug whose
number is provided as an argument.
Not FAILED (incl. SKIPPED) test are not reported.
This keyword must be used in the [Teardown] setting of the affected test
or as the first line of the test if FastFail module is not being
used. It reports the URL of the bug on console and also puts it
into the Robot log file.</doc>
<status status="PASS" start="2026-06-13T01:16:19.157073" elapsed="0.002583"/>
</kw>
<doc>cbench executed in latency mode to see if controller is healthy</doc>
<tag>cbench</tag>
<tag>latency</tag>
<timeout value="15 minutes"/>
<status status="PASS" start="2026-06-13T01:06:12.455951" elapsed="606.703770"/>
</test>
<doc>Cbench Latency and Throughput tests can be run from an external
cbench.
If cbench is run with a medium number of switches or higher (e.g. 32+)
the normal openflow operations seem to break.
BUG: https://bugs.opendaylight.org/show_bug.cgi?id=2897</doc>
<status status="PASS" start="2026-06-13T00:45:56.444624" elapsed="1822.715521"/>
</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>
