<?xml version="1.0" encoding="UTF-8"?>
<robot generator="Robot 7.4.2 (Python 3.11.10 on linux)" generated="2026-07-09T00:42:24.642774" 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-07-09T00:42:25.186065" elapsed="0.000023"/>
</return>
<status status="NOT RUN" start="2026-07-09T00:42:25.185930" elapsed="0.000208"/>
</branch>
<status status="PASS" start="2026-07-09T00:42:25.185901" elapsed="0.000264"/>
</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-07-09T00:42:25.186311" elapsed="0.000515"/>
</kw>
<kw name="Login" owner="SSHLibrary">
<msg time="2026-07-09T00:42:25.187289" level="INFO">Logging into '10.30.171.184:8101' as 'karaf'.</msg>
<msg time="2026-07-09T00:42:25.941311" 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-07-09T00:42:25.186997" elapsed="0.754537"/>
</kw>
<kw name="Write" owner="SSHLibrary">
<msg time="2026-07-09T00:42:25.990768" 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-07-09T00:42:25.941847" elapsed="0.048996"/>
</kw>
<kw name="Read Until Regexp" owner="SSHLibrary">
<msg time="2026-07-09T00:42:25.992751" level="INFO">[?1l&gt;[?2004l[?1h=[90m~[0m                                                                                [?2004hopendaylight-user@root&gt;</msg>
<msg time="2026-07-09T00:42:25.992872" 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-07-09T00:42:25.991022" elapsed="0.001881"/>
</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-07-09T00:42:25.993069" elapsed="0.000222"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-07-09T00:42:25.993472" elapsed="0.000240"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-07-09T00:42:25.994226" 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-07-09T00:42:25.993872" elapsed="0.000409"/>
</kw>
<return>
<value>${output}</value>
<status status="PASS" start="2026-07-09T00:42:25.994339" elapsed="0.000057"/>
</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.184
Note that this keyword will open&amp;close new SSH connection, without switching back to previously current session.</doc>
<status status="PASS" start="2026-07-09T00:42:25.185558" elapsed="0.808993"/>
</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-07-09T00:42:25.181902" elapsed="0.812728"/>
</kw>
<kw name="Append To File" owner="OperatingSystem">
<msg time="2026-07-09T00:42:25.995244" 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-07-09T00:42:25.994825" elapsed="0.000478"/>
</kw>
<kw name="Append To File" owner="OperatingSystem">
<msg time="2026-07-09T00:42:25.995743" 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-07-09T00:42:25.995478" elapsed="0.000324"/>
</kw>
<kw name="Evaluate" owner="BuiltIn">
<msg time="2026-07-09T00:42:25.996382" 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-07-09T00:42:25.995961" elapsed="0.000453"/>
</kw>
<kw name="Set Suite Variable" owner="BuiltIn">
<msg time="2026-07-09T00:42:25.996972" 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-07-09T00:42:25.996625" elapsed="0.000417"/>
</kw>
<kw name="Evaluate" owner="BuiltIn">
<msg time="2026-07-09T00:42:25.997617" 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-07-09T00:42:25.997194" elapsed="0.000452"/>
</kw>
<kw name="Set Suite Variable" owner="BuiltIn">
<msg time="2026-07-09T00:42:25.998128" 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-07-09T00:42:25.997809" 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-07-09T00:42:25.998509" elapsed="0.000023"/>
</kw>
<status status="NOT RUN" start="2026-07-09T00:42:25.998264" elapsed="0.000302"/>
</branch>
<branch type="ELSE">
<kw name="Verify File Exists On Remote System" owner="Utils">
<kw name="Open Connection" owner="SSHLibrary">
<msg time="2026-07-09T00:42:26.002989" 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-07-09T00:42:26.002568" elapsed="0.000448"/>
</kw>
<kw name="Flexible_SSH_Login" owner="SSHKeywords">
<kw name="Get Length" owner="BuiltIn">
<msg time="2026-07-09T00:42:26.004329" level="INFO">Length is 0.</msg>
<msg time="2026-07-09T00:42:26.004415" 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-07-09T00:42:26.003584" elapsed="0.000855"/>
</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-07-09T00:42:26.004627" elapsed="0.000360"/>
</kw>
<kw name="Run Keyword And Return" owner="BuiltIn">
<kw name="Login With Public Key" owner="SSHLibrary">
<msg time="2026-07-09T00:42:26.006020" level="INFO">Logging into '10.30.171.198:22' as 'jenkins'.</msg>
<msg time="2026-07-09T00:42:26.714122" level="INFO">Read output: Welcome to Ubuntu 22.04.5 LTS (GNU/Linux 5.15.0-153-generic x86_64)

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

 System information as of Thu Jul  9 00:42:26 UTC 2026

  System load:  0.09               Processes:             110
  Usage of /:   19.3% of 38.58GB   Users logged in:       0
  Memory usage: 4%                 IPv4 address for ens3: 10.30.171.198
  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-334-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-07-09T00:42:26.005516" elapsed="0.708957"/>
</kw>
<msg time="2026-07-09T00:42:26.714686" 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-07-09T00:42:26.005145" elapsed="0.709782"/>
</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-07-09T00:42:26.003225" elapsed="0.711947"/>
</kw>
<kw name="File Should Exist" owner="SSHLibrary">
<msg time="2026-07-09T00:42:26.723800" 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-07-09T00:42:26.715612" elapsed="0.010193"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-07-09T00:42:26.726119" elapsed="0.000530"/>
</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-07-09T00:42:26.002013" elapsed="0.724734"/>
</kw>
<status status="PASS" start="2026-07-09T00:42:25.998647" elapsed="0.728156"/>
</branch>
<status status="PASS" start="2026-07-09T00:42:25.998235" elapsed="0.728627"/>
</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-07-09T00:42:26.727106" elapsed="0.000858"/>
</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-07-09T00:42:26.734627" elapsed="0.000029"/>
</return>
<status status="NOT RUN" start="2026-07-09T00:42:26.734419" elapsed="0.000289"/>
</branch>
<status status="PASS" start="2026-07-09T00:42:26.734374" elapsed="0.000368"/>
</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-07-09T00:42:26.739766" elapsed="0.000020"/>
</return>
<status status="NOT RUN" start="2026-07-09T00:42:26.739605" elapsed="0.000227"/>
</branch>
<status status="PASS" start="2026-07-09T00:42:26.739577" elapsed="0.000287"/>
</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-07-09T00:42:26.740053" elapsed="0.000741"/>
</kw>
<kw name="Login" owner="SSHLibrary">
<msg time="2026-07-09T00:42:26.741363" level="INFO">Logging into '10.30.171.184:8101' as 'karaf'.</msg>
<msg time="2026-07-09T00:42:26.935383" 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-07-09T00:42:26.741005" elapsed="0.194641"/>
</kw>
<kw name="Write" owner="SSHLibrary">
<msg time="2026-07-09T00:42:27.023429" 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-07-09T00:42:26.936046" elapsed="0.087475"/>
</kw>
<kw name="Read Until Regexp" owner="SSHLibrary">
<msg time="2026-07-09T00:42:27.027221" 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-07-09T00:42:27.027498" 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-07-09T00:42:27.023687" elapsed="0.003849"/>
</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-07-09T00:42:27.027683" elapsed="0.000196"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-07-09T00:42:27.028033" elapsed="0.000249"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-07-09T00:42:27.028865" 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-07-09T00:42:27.028433" elapsed="0.000488"/>
</kw>
<return>
<value>${output}</value>
<status status="PASS" start="2026-07-09T00:42:27.028980" elapsed="0.000074"/>
</return>
<msg time="2026-07-09T00:42:27.029256" 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.184
Note that this keyword will open&amp;close new SSH connection, without switching back to previously current session.</doc>
<status status="PASS" start="2026-07-09T00:42:26.739083" elapsed="0.290208"/>
</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-07-09T00:42:27.029501" elapsed="0.000648"/>
</kw>
<return>
<value>${output}</value>
<status status="PASS" start="2026-07-09T00:42:27.030205" elapsed="0.000034"/>
</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-07-09T00:42:26.733922" elapsed="0.296418"/>
</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-07-09T00:42:27.034544" elapsed="0.000016"/>
</return>
<status status="NOT RUN" start="2026-07-09T00:42:27.034363" elapsed="0.000230"/>
</branch>
<status status="PASS" start="2026-07-09T00:42:27.034331" elapsed="0.000511"/>
</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-07-09T00:42:27.034994" elapsed="0.000532"/>
</kw>
<kw name="Login" owner="SSHLibrary">
<msg time="2026-07-09T00:42:27.035983" level="INFO">Logging into '10.30.171.184:8101' as 'karaf'.</msg>
<msg time="2026-07-09T00:42:27.239461" 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-07-09T00:42:27.035682" elapsed="0.203966"/>
</kw>
<kw name="Write" owner="SSHLibrary">
<msg time="2026-07-09T00:42:27.264584" 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-07-09T00:42:27.239942" elapsed="0.024716"/>
</kw>
<kw name="Read Until Regexp" owner="SSHLibrary">
<msg time="2026-07-09T00:42:27.266716" level="INFO">[?1l&gt;[?2004lDropAllFlows transitions to on
[?1h=[90m~[0m                                                                                [?2004hopendaylight-user@root&gt;</msg>
<msg time="2026-07-09T00:42:27.266834" 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-07-09T00:42:27.264809" elapsed="0.002060"/>
</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-07-09T00:42:27.267023" elapsed="0.000183"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-07-09T00:42:27.267354" elapsed="0.000220"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-07-09T00:42:27.268072" 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-07-09T00:42:27.267720" elapsed="0.000404"/>
</kw>
<return>
<value>${output}</value>
<status status="PASS" start="2026-07-09T00:42:27.268182" 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.184
Note that this keyword will open&amp;close new SSH connection, without switching back to previously current session.</doc>
<status status="PASS" start="2026-07-09T00:42:27.033966" elapsed="0.234415"/>
</kw>
<status status="PASS" start="2026-07-09T00:42:25.179955" elapsed="2.088533"/>
</kw>
<test id="s1-t1" name="Cbench Latency Test" line="37">
<kw name="Log" owner="BuiltIn">
<msg time="2026-07-09T00:42:27.270984" 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-07-09T00:42:27.269624" elapsed="0.001426"/>
</kw>
<kw name="Run Cbench And Log Results">
<kw name="Set Suite Variable" owner="BuiltIn">
<msg time="2026-07-09T00:42:27.272537" 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-07-09T00:42:27.272166" elapsed="0.000415"/>
</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-07-09T00:42:27.272936" elapsed="0.000021"/>
</kw>
<status status="NOT RUN" start="2026-07-09T00:42:27.272689" elapsed="0.000305"/>
</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-07-09T00:42:27.275987" elapsed="0.000021"/>
</kw>
<status status="NOT RUN" start="2026-07-09T00:42:27.275739" elapsed="0.000304"/>
</branch>
<status status="PASS" start="2026-07-09T00:42:27.275719" elapsed="0.000349"/>
</if>
<kw name="Get Connection" owner="SSHLibrary">
<msg time="2026-07-09T00:42:27.276414" 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-07-09T00:42:27.276550" 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-07-09T00:42:27.276201" elapsed="0.000376"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-07-09T00:42:27.277149" level="INFO">Attempting to execute command "/usr/local/bin/cbench -c 10.30.171.184 -m 60000 -M 100 -S 16 -l 10 -D 5000 -p 6633" on remote system "10.30.171.198" 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-07-09T00:42:27.276726" elapsed="0.000483"/>
</kw>
<kw name="Open Connection" owner="SSHLibrary">
<msg time="2026-07-09T00:42:27.277837" 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-07-09T00:42:27.277348" elapsed="0.000515"/>
</kw>
<kw name="Flexible_SSH_Login" owner="SSHKeywords">
<kw name="Get Length" owner="BuiltIn">
<msg time="2026-07-09T00:42:27.278806" level="INFO">Length is 0.</msg>
<msg time="2026-07-09T00:42:27.278900" 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-07-09T00:42:27.278470" elapsed="0.000454"/>
</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-07-09T00:42:27.279071" elapsed="0.000335"/>
</kw>
<kw name="Run Keyword And Return" owner="BuiltIn">
<kw name="Login With Public Key" owner="SSHLibrary">
<msg time="2026-07-09T00:42:27.280370" level="INFO">Logging into '10.30.171.198:22' as 'jenkins'.</msg>
<msg time="2026-07-09T00:42:27.608635" level="INFO">Read output: Welcome to Ubuntu 22.04.5 LTS (GNU/Linux 5.15.0-153-generic x86_64)

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

 System information as of Thu Jul  9 00:42:26 UTC 2026

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


Expanded Security Maintenance for Applications is not enabled.

0 updates can be applied immediately.

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


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


Last login: Thu Jul  9 00:42:26 2026 from 10.30.171.99
[?2004h[jenkins@releng-63164-334-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-07-09T00:42:27.280009" elapsed="0.328882"/>
</kw>
<msg time="2026-07-09T00:42:27.608985" 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-07-09T00:42:27.279653" elapsed="0.329442"/>
</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-07-09T00:42:27.278064" elapsed="0.331176"/>
</kw>
<kw name="Execute Command" owner="SSHLibrary">
<msg time="2026-07-09T00:42:27.609861" level="INFO">Executing command '/usr/local/bin/cbench -c 10.30.171.184 -m 60000 -M 100 -S 16 -l 10 -D 5000 -p 6633'.</msg>
<msg time="2026-07-09T00:52:33.710583" level="INFO">Command exited with return code 0.</msg>
<msg time="2026-07-09T00:52:33.711280" level="INFO">${stdout} = </msg>
<msg time="2026-07-09T00:52:33.711389" level="INFO">${stderr} = cbench: controller benchmarking tool
   running in mode 'latency'
   connecting to controller at 10.30.171.184:6633 
   faking 16 switches with 1 threads :: 10 tests each; 60000 ms per test
   with 10...</msg>
<var>${stdout}</var>
<var>${stderr}</var>
<arg>${cmd}</arg>
<arg>return_stderr=True</arg>
<doc>Executes ``command`` on the remote machine and returns its outputs.</doc>
<status status="PASS" start="2026-07-09T00:42:27.609527" elapsed="606.101950"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-07-09T00:52:33.711970" elapsed="0.000884"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-07-09T00:52:33.714027" level="INFO">cbench: controller benchmarking tool
   running in mode 'latency'
   connecting to controller at 10.30.171.184: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.184. So far 1 cbench instances have initialized their switches.  Waiting for other cbench-instances
Thread-0: Total switches from ALL cbench-instances initialized.
00:43:32.796 16  switches: flows:  107233 106980 110013 108201 107307 106873 108358 106320 105637 104488 106826 105367 103197 104696 106762 104954  total = 28.386867 per ms 
00:44:32.897 16  switches: flows:  124431 121173 127212 121472 122975 122315 120937 120966 119375 120398 121064 120972 119195 121109 121017 120948  total = 32.371904 per ms 
00:45:32.997 16  switches: flows:  127982 126330 128200 127868 126873 126991 126316 125062 122739 126317 123764 124101 122094 124135 125283 125144  total = 33.430853 per ms 
00:46:33.097 16  switches: flows:  129575 126270 126376 127922 126628 125799 126734 123113 121793 124525 123295 122167 120613 123156 124603 123722  total = 33.216037 per ms 
00:47:33.199 16  switches: flows:  130837 125508 126940 126691 128037 126101 126746 124779 123508 122698 125260 124291 120478 124409 126400 124804  total = 33.402323 per ms 
00:48:33.300 16  switches: flows:  130126 128270 128561 127904 128515 128928 129542 126996 123396 124658 124523 125687 122502 125419 125834 124979  total = 33.707715 per ms 
00:49:33.401 16  switches: flows:  133240 129924 130737 129067 128848 129415 131136 128182 125387 127669 128505 125645 126483 126514 127653 127159  total = 34.202308 per ms 
00:50:33.502 16  switches: flows:  133613 129666 131781 128459 129007 131406 132044 127986 126846 127497 128043 125965 128150 127382 125632 128841  total = 34.314712 per ms 
00:51:33.602 16  switches: flows:  130737 130124 130555 129879 128984 131649 133653 129355 125092 126371 128064 127538 127091 126497 125320 127484  total = 34.249376 per ms 
00:52:33.703 16  switches: flows:  133930 133588 132167 131736 129548 131892 135551 128514 126691 128484 128851 128865 129428 128330 126905 127950  total = 34.649280 per ms 
RESULT: 16 switches 9 tests min/max/avg/stdev = 32371.90/34649.28/33727.17/11262.07 responses/s</msg>
<arg>${stderr}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-07-09T00:52:33.713231" elapsed="0.001109"/>
</kw>
<if>
<branch type="IF" condition="&quot;${return_stdout}&quot;!=&quot;True&quot;">
<return>
<value>${stderr}</value>
<status status="PASS" start="2026-07-09T00:52:33.714900" elapsed="0.000073"/>
</return>
<status status="PASS" start="2026-07-09T00:52:33.714573" elapsed="0.000483"/>
</branch>
<status status="PASS" start="2026-07-09T00:52:33.714504" elapsed="0.000609"/>
</if>
<if>
<branch type="IF" condition="&quot;${return_stderr}&quot;!=&quot;True&quot;">
<return>
<value>${stdout}</value>
<status status="NOT RUN" start="2026-07-09T00:52:33.715331" elapsed="0.000029"/>
</return>
<status status="NOT RUN" start="2026-07-09T00:52:33.715247" elapsed="0.000175"/>
</branch>
<status status="NOT RUN" start="2026-07-09T00:52:33.715211" elapsed="0.000292"/>
</if>
<return>
<value>${stdout}</value>
<value>${stderr}</value>
<status status="NOT RUN" start="2026-07-09T00:52:33.715581" 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-07-09T00:52:33.720508" elapsed="0.000340"/>
</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-07-09T00:52:33.720998" elapsed="0.000178"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-07-09T00:52:33.721307" elapsed="0.000098"/>
</kw>
<arg>${current_ssh_connection.index}</arg>
<doc>Restore active SSH connection in SSHLibrary to given index.</doc>
<status status="PASS" start="2026-07-09T00:52:33.716265" elapsed="0.005209"/>
</kw>
<msg time="2026-07-09T00:52:33.721606" level="INFO">${output} = cbench: controller benchmarking tool
   running in mode 'latency'
   connecting to controller at 10.30.171.184:6633 
   faking 16 switches with 1 threads :: 10 tests each; 60000 ms per test
   with 10...</msg>
<var>${output}</var>
<arg>${cbench_system}</arg>
<arg>${cbench_executable} -c ${ODL_SYSTEM_IP} ${cbench_args}</arg>
<arg>prompt_timeout=${test_timeout}</arg>
<arg>return_stdout=False</arg>
<arg>return_stderr=True</arg>
<doc>Reduces the common work of running a command on a remote system to a single higher level
robot keyword, taking care to log in with a public key and. The command given is written and the return value
depends on the passed argument values of return_stdout (default: True) and return_stderr (default: False).
At least one should be True, or the keyword will exit and FAIL. If both are True, the resulting return value
will be a two element list containing both. Otherwise the resulting return value is a string.
No test conditions are checked.</doc>
<status status="PASS" start="2026-07-09T00:42:27.273344" elapsed="606.448289"/>
</kw>
<status status="PASS" start="2026-07-09T00:42:27.273024" elapsed="606.448658"/>
</branch>
<status status="PASS" start="2026-07-09T00:42:27.272663" elapsed="606.449043"/>
</if>
<kw name="Log" owner="BuiltIn">
<msg time="2026-07-09T00:52:33.722138" level="INFO">cbench: controller benchmarking tool
   running in mode 'latency'
   connecting to controller at 10.30.171.184: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.184. So far 1 cbench instances have initialized their switches.  Waiting for other cbench-instances
Thread-0: Total switches from ALL cbench-instances initialized.
00:43:32.796 16  switches: flows:  107233 106980 110013 108201 107307 106873 108358 106320 105637 104488 106826 105367 103197 104696 106762 104954  total = 28.386867 per ms 
00:44:32.897 16  switches: flows:  124431 121173 127212 121472 122975 122315 120937 120966 119375 120398 121064 120972 119195 121109 121017 120948  total = 32.371904 per ms 
00:45:32.997 16  switches: flows:  127982 126330 128200 127868 126873 126991 126316 125062 122739 126317 123764 124101 122094 124135 125283 125144  total = 33.430853 per ms 
00:46:33.097 16  switches: flows:  129575 126270 126376 127922 126628 125799 126734 123113 121793 124525 123295 122167 120613 123156 124603 123722  total = 33.216037 per ms 
00:47:33.199 16  switches: flows:  130837 125508 126940 126691 128037 126101 126746 124779 123508 122698 125260 124291 120478 124409 126400 124804  total = 33.402323 per ms 
00:48:33.300 16  switches: flows:  130126 128270 128561 127904 128515 128928 129542 126996 123396 124658 124523 125687 122502 125419 125834 124979  total = 33.707715 per ms 
00:49:33.401 16  switches: flows:  133240 129924 130737 129067 128848 129415 131136 128182 125387 127669 128505 125645 126483 126514 127653 127159  total = 34.202308 per ms 
00:50:33.502 16  switches: flows:  133613 129666 131781 128459 129007 131406 132044 127986 126846 127497 128043 125965 128150 127382 125632 128841  total = 34.314712 per ms 
00:51:33.602 16  switches: flows:  130737 130124 130555 129879 128984 131649 133653 129355 125092 126371 128064 127538 127091 126497 125320 127484  total = 34.249376 per ms 
00:52:33.703 16  switches: flows:  133930 133588 132167 131736 129548 131892 135551 128514 126691 128484 128851 128865 129428 128330 126905 127950  total = 34.649280 per ms 
RESULT: 16 switches 9 tests min/max/avg/stdev = 32371.90/34649.28/33727.17/11262.07 responses/s</msg>
<arg>${output}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-07-09T00:52:33.721846" elapsed="0.000365"/>
</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-07-09T00:52:33.722360" elapsed="0.000395"/>
</kw>
<kw name="Get Lines Containing String" owner="String">
<msg time="2026-07-09T00:52:33.723160" level="INFO">1 out of 23 lines matched.</msg>
<msg time="2026-07-09T00:52:33.723250" level="INFO">${result_line} = RESULT: 16 switches 9 tests min/max/avg/stdev = 32371.90/34649.28/33727.17/11262.07 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-07-09T00:52:33.722932" elapsed="0.000342"/>
</kw>
<kw name="Split String" owner="String">
<msg time="2026-07-09T00:52:33.723701" level="INFO">@{results_list} = [ RESULT: | 16 | switches | 9 | tests | min/max/avg/stdev | = | 32371.90/34649.28/33727.17/11262.07 | 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-07-09T00:52:33.723428" elapsed="0.000300"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-07-09T00:52:33.726077" 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-07-09T00:52:33.723872" elapsed="0.002262"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-07-09T00:52:33.728515" level="INFO">32371.90/34649.28/33727.17/11262.07</msg>
<arg>${results_list[7]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-07-09T00:52:33.726280" elapsed="0.002291"/>
</kw>
<kw name="Split String" owner="String">
<msg time="2026-07-09T00:52:33.730987" 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-07-09T00:52:33.728721" elapsed="0.002299"/>
</kw>
<kw name="Split String" owner="String">
<msg time="2026-07-09T00:52:33.733470" level="INFO">@{result_value_list} = [ 32371.90 | 34649.28 | 33727.17 | 11262.07 ]</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-07-09T00:52:33.731229" elapsed="0.002269"/>
</kw>
<kw name="Get Length" owner="BuiltIn">
<msg time="2026-07-09T00:52:33.733955" level="INFO">Length is 4.</msg>
<msg time="2026-07-09T00:52:33.734048" 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-07-09T00:52:33.733652" elapsed="0.000420"/>
</kw>
<for flavor="IN RANGE">
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-07-09T00:52:33.738819" level="INFO">min :: 32371.90</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-07-09T00:52:33.734486" elapsed="0.004389"/>
</kw>
<var name="${i}">0</var>
<status status="PASS" start="2026-07-09T00:52:33.734339" elapsed="0.004571"/>
</iter>
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-07-09T00:52:33.743419" level="INFO">max :: 34649.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-07-09T00:52:33.739128" elapsed="0.004362"/>
</kw>
<var name="${i}">1</var>
<status status="PASS" start="2026-07-09T00:52:33.739001" elapsed="0.004525"/>
</iter>
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-07-09T00:52:33.748027" level="INFO">avg :: 33727.17</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-07-09T00:52:33.743742" elapsed="0.004343"/>
</kw>
<var name="${i}">2</var>
<status status="PASS" start="2026-07-09T00:52:33.743614" elapsed="0.004509"/>
</iter>
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-07-09T00:52:33.752699" level="INFO">stdev :: 11262.07</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-07-09T00:52:33.748343" elapsed="0.004412"/>
</kw>
<var name="${i}">3</var>
<status status="PASS" start="2026-07-09T00:52:33.748215" elapsed="0.004574"/>
</iter>
<var>${i}</var>
<value>0</value>
<value>${num_stats}</value>
<status status="PASS" start="2026-07-09T00:52:33.734142" elapsed="0.018680"/>
</for>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-07-09T00:52:33.757019" level="INFO">${min} = 32371.90</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-07-09T00:52:33.752982" elapsed="0.004065"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-07-09T00:52:33.761159" level="INFO">${max} = 34649.28</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-07-09T00:52:33.757212" elapsed="0.003974"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-07-09T00:52:33.765151" level="INFO">${average} = 33727.17</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-07-09T00:52:33.761337" elapsed="0.003841"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-07-09T00:52:33.769469" level="INFO">${stdev} = 11262.07</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-07-09T00:52:33.765331" elapsed="0.004169"/>
</kw>
<kw name="Get Time" owner="BuiltIn">
<msg time="2026-07-09T00:52:33.770049" level="INFO">${date} = 2026-07-09 00:52:33</msg>
<var>${date}</var>
<arg>d,m,s</arg>
<doc>Returns the given time in the requested format.</doc>
<status status="PASS" start="2026-07-09T00:52:33.769671" elapsed="0.000404"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-07-09T00:52:33.770658" level="INFO">CBench Result: 2026-07-09 00:52:33,-m 60000 -M 100 -S 16 -l 10 -D 5000 -p 6633,32371.90,34649.28,33727.17,11262.07</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-07-09T00:52:33.770225" elapsed="0.000497"/>
</kw>
<kw name="Log Results And Determine Status">
<kw name="Append To File" owner="OperatingSystem">
<msg time="2026-07-09T00:52:33.771804" 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-07-09T00:52:33.771378" elapsed="0.000503"/>
</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-07-09T00:52:33.772038" elapsed="0.000468"/>
</kw>
<arg>${min}</arg>
<arg>${max}</arg>
<arg>${average}</arg>
<arg>${average_threshold}</arg>
<arg>${output_filename}</arg>
<status status="PASS" start="2026-07-09T00:52:33.770892" elapsed="0.001679"/>
</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-07-09T00:42:27.271515" elapsed="606.501114"/>
</kw>
<kw name="Sleep" owner="BuiltIn">
<msg time="2026-07-09T00:52:33.773096" 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-07-09T00:52:33.772781" elapsed="0.000370"/>
</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-07-09T00:52:33.773679" elapsed="0.000265"/>
</kw>
<status status="PASS" start="2026-07-09T00:52:33.773364" elapsed="0.000650"/>
</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-07-09T00:42:27.268690" elapsed="606.505362"/>
</test>
<test id="s1-t2" name="Cbench Throughput Test" line="51">
<kw name="Log" owner="BuiltIn">
<msg time="2026-07-09T00:52:33.775778" 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-07-09T00:52:33.775169" elapsed="0.000669"/>
</kw>
<kw name="Run Cbench And Log Results">
<kw name="Set Suite Variable" owner="BuiltIn">
<msg time="2026-07-09T00:52:33.777095" 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-07-09T00:52:33.776758" elapsed="0.000380"/>
</kw>
<if>
<branch type="IF" condition="&quot;${cbench_system}&quot; == &quot;localhost&quot;">
<kw name="Run" owner="OperatingSystem">
<var>${output}</var>
<arg>${cbench_executable} -c ${ODL_SYSTEM_IP} ${cbench_args}</arg>
<doc>_This keyword is considered deprecated. Use the
[http://robotframework.org/robotframework/latest/libraries/Process.html|
Process] library instead._</doc>
<status status="NOT RUN" start="2026-07-09T00:52:33.777833" elapsed="0.000028"/>
</kw>
<status status="NOT RUN" start="2026-07-09T00:52:33.777292" elapsed="0.000609"/>
</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-07-09T00:52:33.780817" elapsed="0.000021"/>
</kw>
<status status="NOT RUN" start="2026-07-09T00:52:33.780571" elapsed="0.000301"/>
</branch>
<status status="PASS" start="2026-07-09T00:52:33.780551" elapsed="0.000345"/>
</if>
<kw name="Get Connection" owner="SSHLibrary">
<msg time="2026-07-09T00:52:33.781232" 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-07-09T00:52:33.781350" 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-07-09T00:52:33.781039" elapsed="0.000338"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-07-09T00:52:33.781956" level="INFO">Attempting to execute command "/usr/local/bin/cbench -c 10.30.171.184 -t -m 60000 -M 100 -S 16 -l 10 -D 5000 -p 6633" on remote system "10.30.171.198" 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-07-09T00:52:33.781527" elapsed="0.000487"/>
</kw>
<kw name="Open Connection" owner="SSHLibrary">
<msg time="2026-07-09T00:52:33.782567" 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-07-09T00:52:33.782154" elapsed="0.000440"/>
</kw>
<kw name="Flexible_SSH_Login" owner="SSHKeywords">
<kw name="Get Length" owner="BuiltIn">
<msg time="2026-07-09T00:52:33.783510" level="INFO">Length is 0.</msg>
<msg time="2026-07-09T00:52:33.783599" 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-07-09T00:52:33.783191" elapsed="0.000432"/>
</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-07-09T00:52:33.783770" elapsed="0.000317"/>
</kw>
<kw name="Run Keyword And Return" owner="BuiltIn">
<kw name="Login With Public Key" owner="SSHLibrary">
<msg time="2026-07-09T00:52:33.784936" level="INFO">Logging into '10.30.171.198:22' as 'jenkins'.</msg>
<msg time="2026-07-09T00:52:34.366034" level="INFO">Read output: Welcome to Ubuntu 22.04.5 LTS (GNU/Linux 5.15.0-153-generic x86_64)

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

 System information as of Thu Jul  9 00:52:33 UTC 2026

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


Expanded Security Maintenance for Applications is not enabled.

0 updates can be applied immediately.

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


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


Last login: Thu Jul  9 00:42:27 2026 from 10.30.171.99
[?2004h[jenkins@releng-63164-334-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-07-09T00:52:33.784587" elapsed="0.581681"/>
</kw>
<msg time="2026-07-09T00:52:34.366366" 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-07-09T00:52:33.784238" elapsed="0.582237"/>
</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-07-09T00:52:33.782794" elapsed="0.583802"/>
</kw>
<kw name="Execute Command" owner="SSHLibrary">
<msg time="2026-07-09T00:52:34.367146" level="INFO">Executing command '/usr/local/bin/cbench -c 10.30.171.184 -t -m 60000 -M 100 -S 16 -l 10 -D 5000 -p 6633'.</msg>
<msg time="2026-07-09T01:02:41.014788" level="INFO">Command exited with return code 0.</msg>
<msg time="2026-07-09T01:02:41.015482" level="INFO">${stdout} = </msg>
<msg time="2026-07-09T01:02:41.015613" level="INFO">${stderr} = cbench: controller benchmarking tool
   running in mode 'throughput'
   connecting to controller at 10.30.171.184: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-07-09T00:52:34.366826" elapsed="606.648847"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-07-09T01:02:41.016146" elapsed="0.000763"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-07-09T01:02:41.018029" level="INFO">cbench: controller benchmarking tool
   running in mode 'throughput'
   connecting to controller at 10.30.171.184: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.184. So far 1 cbench instances have initialized their switches.  Waiting for other cbench-instances
Thread-0: Total switches from ALL cbench-instances initialized.
00:53:39.497 16  switches: flows:  642424 636936 638077 634670 640127 631044 635832 631993 639399 624853 628125 633382 626461 634504 630321 649651  total = 169.296650 per ms 
00:54:39.599 16  switches: flows:  688146 676825 689976 698362 679792 688476 688349 689450 685647 680662 688118 691716 693915 681236 689668 682678  total = 182.906182 per ms 
00:55:39.700 16  switches: flows:  644337 623656 631198 636128 638549 633886 635595 643641 627335 638582 644209 635101 642230 644155 642480 617054  total = 169.351028 per ms 
00:56:39.802 16  switches: flows:  612327 606317 631044 620405 604327 620772 597150 622297 597021 583297 603996 608024 608541 609770 622540 613651  total = 162.417429 per ms 
00:57:39.904 16  switches: flows:  699694 696681 690141 688490 694407 696024 698732 693743 692683 698979 688713 693250 693102 692078 691925 692962  total = 184.714538 per ms 
00:58:40.007 16  switches: flows:  642315 645733 646063 664379 652424 648014 651317 656228 641789 651832 633127 644705 633720 647580 642738 633031  total = 171.958089 per ms 
00:59:40.710 16  switches: flows:  666580 679731 668406 673263 670004 662114 666116 677325 662948 666308 659756 674175 671210 672941 664521 670285  total = 176.363384 per ms 
01:00:40.812 16  switches: flows:  673359 665236 681526 677783 669558 674763 667502 675994 666180 681694 672007 671716 683052 678864 659000 673144  total = 179.221266 per ms 
01:01:40.913 16  switches: flows:  690845 691871 693421 685101 675243 679515 683705 679837 675290 679588 689058 675523 681305 686156 687347 677000  total = 181.874313 per ms 
01:02:41.017 16  switches: flows:  656541 653786 659313 657221 647241 641262 647136 644846 656401 652223 652329 664071 660897 655267 663609 652014  total = 174.105013 per ms 
RESULT: 16 switches 9 tests min/max/avg/stdev = 162417.43/184714.54/175879.03/59020.31 responses/s</msg>
<arg>${stderr}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-07-09T01:02:41.017279" elapsed="0.001049"/>
</kw>
<if>
<branch type="IF" condition="&quot;${return_stdout}&quot;!=&quot;True&quot;">
<return>
<value>${stderr}</value>
<status status="PASS" start="2026-07-09T01:02:41.018843" elapsed="0.000069"/>
</return>
<status status="PASS" start="2026-07-09T01:02:41.018545" elapsed="0.000446"/>
</branch>
<status status="PASS" start="2026-07-09T01:02:41.018481" elapsed="0.000565"/>
</if>
<if>
<branch type="IF" condition="&quot;${return_stderr}&quot;!=&quot;True&quot;">
<return>
<value>${stdout}</value>
<status status="NOT RUN" start="2026-07-09T01:02:41.019258" elapsed="0.000028"/>
</return>
<status status="NOT RUN" start="2026-07-09T01:02:41.019176" elapsed="0.000197"/>
</branch>
<status status="NOT RUN" start="2026-07-09T01:02:41.019141" elapsed="0.000281"/>
</if>
<return>
<value>${stdout}</value>
<value>${stderr}</value>
<status status="NOT RUN" start="2026-07-09T01:02:41.019522" 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-07-09T01:02:41.024536" elapsed="0.000336"/>
</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-07-09T01:02:41.025021" elapsed="0.000171"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-07-09T01:02:41.025323" elapsed="0.000104"/>
</kw>
<arg>${current_ssh_connection.index}</arg>
<doc>Restore active SSH connection in SSHLibrary to given index.</doc>
<status status="PASS" start="2026-07-09T01:02:41.020201" elapsed="0.005301"/>
</kw>
<msg time="2026-07-09T01:02:41.025630" level="INFO">${output} = cbench: controller benchmarking tool
   running in mode 'throughput'
   connecting to controller at 10.30.171.184: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-07-09T00:52:33.778276" elapsed="607.247381"/>
</kw>
<status status="PASS" start="2026-07-09T00:52:33.777927" elapsed="607.247779"/>
</branch>
<status status="PASS" start="2026-07-09T00:52:33.777269" elapsed="607.248461"/>
</if>
<kw name="Log" owner="BuiltIn">
<msg time="2026-07-09T01:02:41.026159" level="INFO">cbench: controller benchmarking tool
   running in mode 'throughput'
   connecting to controller at 10.30.171.184: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.184. So far 1 cbench instances have initialized their switches.  Waiting for other cbench-instances
Thread-0: Total switches from ALL cbench-instances initialized.
00:53:39.497 16  switches: flows:  642424 636936 638077 634670 640127 631044 635832 631993 639399 624853 628125 633382 626461 634504 630321 649651  total = 169.296650 per ms 
00:54:39.599 16  switches: flows:  688146 676825 689976 698362 679792 688476 688349 689450 685647 680662 688118 691716 693915 681236 689668 682678  total = 182.906182 per ms 
00:55:39.700 16  switches: flows:  644337 623656 631198 636128 638549 633886 635595 643641 627335 638582 644209 635101 642230 644155 642480 617054  total = 169.351028 per ms 
00:56:39.802 16  switches: flows:  612327 606317 631044 620405 604327 620772 597150 622297 597021 583297 603996 608024 608541 609770 622540 613651  total = 162.417429 per ms 
00:57:39.904 16  switches: flows:  699694 696681 690141 688490 694407 696024 698732 693743 692683 698979 688713 693250 693102 692078 691925 692962  total = 184.714538 per ms 
00:58:40.007 16  switches: flows:  642315 645733 646063 664379 652424 648014 651317 656228 641789 651832 633127 644705 633720 647580 642738 633031  total = 171.958089 per ms 
00:59:40.710 16  switches: flows:  666580 679731 668406 673263 670004 662114 666116 677325 662948 666308 659756 674175 671210 672941 664521 670285  total = 176.363384 per ms 
01:00:40.812 16  switches: flows:  673359 665236 681526 677783 669558 674763 667502 675994 666180 681694 672007 671716 683052 678864 659000 673144  total = 179.221266 per ms 
01:01:40.913 16  switches: flows:  690845 691871 693421 685101 675243 679515 683705 679837 675290 679588 689058 675523 681305 686156 687347 677000  total = 181.874313 per ms 
01:02:41.017 16  switches: flows:  656541 653786 659313 657221 647241 641262 647136 644846 656401 652223 652329 664071 660897 655267 663609 652014  total = 174.105013 per ms 
RESULT: 16 switches 9 tests min/max/avg/stdev = 162417.43/184714.54/175879.03/59020.31 responses/s</msg>
<arg>${output}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-07-09T01:02:41.025871" elapsed="0.000362"/>
</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-07-09T01:02:41.026379" elapsed="0.000378"/>
</kw>
<kw name="Get Lines Containing String" owner="String">
<msg time="2026-07-09T01:02:41.027143" level="INFO">1 out of 23 lines matched.</msg>
<msg time="2026-07-09T01:02:41.027235" level="INFO">${result_line} = RESULT: 16 switches 9 tests min/max/avg/stdev = 162417.43/184714.54/175879.03/59020.31 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-07-09T01:02:41.026924" elapsed="0.000336"/>
</kw>
<kw name="Split String" owner="String">
<msg time="2026-07-09T01:02:41.027697" level="INFO">@{results_list} = [ RESULT: | 16 | switches | 9 | tests | min/max/avg/stdev | = | 162417.43/184714.54/175879.03/59020.31 | 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-07-09T01:02:41.027426" elapsed="0.000298"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-07-09T01:02:41.030076" 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-07-09T01:02:41.027868" elapsed="0.002264"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-07-09T01:02:41.032499" level="INFO">162417.43/184714.54/175879.03/59020.31</msg>
<arg>${results_list[7]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-07-09T01:02:41.030278" elapsed="0.002278"/>
</kw>
<kw name="Split String" owner="String">
<msg time="2026-07-09T01:02:41.034894" 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-07-09T01:02:41.032706" elapsed="0.002215"/>
</kw>
<kw name="Split String" owner="String">
<msg time="2026-07-09T01:02:41.037321" level="INFO">@{result_value_list} = [ 162417.43 | 184714.54 | 175879.03 | 59020.31 ]</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-07-09T01:02:41.035106" elapsed="0.002242"/>
</kw>
<kw name="Get Length" owner="BuiltIn">
<msg time="2026-07-09T01:02:41.037816" level="INFO">Length is 4.</msg>
<msg time="2026-07-09T01:02:41.037904" 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-07-09T01:02:41.037515" elapsed="0.000412"/>
</kw>
<for flavor="IN RANGE">
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-07-09T01:02:41.042767" level="INFO">min :: 162417.43</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-07-09T01:02:41.038309" elapsed="0.004516"/>
</kw>
<var name="${i}">0</var>
<status status="PASS" start="2026-07-09T01:02:41.038180" elapsed="0.004680"/>
</iter>
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-07-09T01:02:41.047366" level="INFO">max :: 184714.54</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-07-09T01:02:41.043079" elapsed="0.004344"/>
</kw>
<var name="${i}">1</var>
<status status="PASS" start="2026-07-09T01:02:41.042950" elapsed="0.004522"/>
</iter>
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-07-09T01:02:41.051943" level="INFO">avg :: 175879.03</msg>
<arg>${result_name_list[${i}]} :: ${result_value_list[${i}]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-07-09T01:02:41.047695" elapsed="0.004303"/>
</kw>
<var name="${i}">2</var>
<status status="PASS" start="2026-07-09T01:02:41.047562" elapsed="0.004471"/>
</iter>
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-07-09T01:02:41.056647" level="INFO">stdev :: 59020.31</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-07-09T01:02:41.052250" elapsed="0.004452"/>
</kw>
<var name="${i}">3</var>
<status status="PASS" start="2026-07-09T01:02:41.052120" elapsed="0.004617"/>
</iter>
<var>${i}</var>
<value>0</value>
<value>${num_stats}</value>
<status status="PASS" start="2026-07-09T01:02:41.037993" elapsed="0.018776"/>
</for>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-07-09T01:02:41.060617" level="INFO">${min} = 162417.43</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-07-09T01:02:41.056924" elapsed="0.003720"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-07-09T01:02:41.064916" level="INFO">${max} = 184714.54</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-07-09T01:02:41.060797" elapsed="0.004146"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-07-09T01:02:41.068819" level="INFO">${average} = 175879.03</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-07-09T01:02:41.065098" elapsed="0.003748"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-07-09T01:02:41.072751" level="INFO">${stdev} = 59020.31</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-07-09T01:02:41.068997" elapsed="0.003781"/>
</kw>
<kw name="Get Time" owner="BuiltIn">
<msg time="2026-07-09T01:02:41.073287" level="INFO">${date} = 2026-07-09 01:02:41</msg>
<var>${date}</var>
<arg>d,m,s</arg>
<doc>Returns the given time in the requested format.</doc>
<status status="PASS" start="2026-07-09T01:02:41.072937" elapsed="0.000376"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-07-09T01:02:41.073878" level="INFO">CBench Result: 2026-07-09 01:02:41,-t -m 60000 -M 100 -S 16 -l 10 -D 5000 -p 6633,162417.43,184714.54,175879.03,59020.31</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-07-09T01:02:41.073472" elapsed="0.000461"/>
</kw>
<kw name="Log Results And Determine Status">
<kw name="Append To File" owner="OperatingSystem">
<msg time="2026-07-09T01:02:41.074923" 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-07-09T01:02:41.074547" elapsed="0.000440"/>
</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-07-09T01:02:41.075137" elapsed="0.000477"/>
</kw>
<arg>${min}</arg>
<arg>${max}</arg>
<arg>${average}</arg>
<arg>${average_threshold}</arg>
<arg>${output_filename}</arg>
<status status="PASS" start="2026-07-09T01:02:41.074070" elapsed="0.001608"/>
</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-07-09T00:52:33.776155" elapsed="607.299582"/>
</kw>
<kw name="Sleep" owner="BuiltIn">
<msg time="2026-07-09T01:02:41.076192" 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-07-09T01:02:41.075885" elapsed="0.000362"/>
</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-07-09T01:02:41.076762" elapsed="0.000257"/>
</kw>
<status status="PASS" start="2026-07-09T01:02:41.076465" 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-07-09T00:52:33.774561" elapsed="607.302565"/>
</test>
<test id="s1-t3" name="Rerun Latency Test To Check Bug 6176" line="65">
<kw name="Log" owner="BuiltIn">
<msg time="2026-07-09T01:02:41.078479" 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-07-09T01:02:41.078084" elapsed="0.000453"/>
</kw>
<kw name="Run Cbench And Log Results">
<kw name="Set Suite Variable" owner="BuiltIn">
<msg time="2026-07-09T01:02:41.079752" 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-07-09T01:02:41.079408" elapsed="0.000386"/>
</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-07-09T01:02:41.080127" elapsed="0.000024"/>
</kw>
<status status="NOT RUN" start="2026-07-09T01:02:41.079904" elapsed="0.000284"/>
</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-07-09T01:02:41.083211" elapsed="0.000022"/>
</kw>
<status status="NOT RUN" start="2026-07-09T01:02:41.082962" elapsed="0.000306"/>
</branch>
<status status="PASS" start="2026-07-09T01:02:41.082941" elapsed="0.000351"/>
</if>
<kw name="Get Connection" owner="SSHLibrary">
<msg time="2026-07-09T01:02:41.083645" 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-07-09T01:02:41.083763" 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-07-09T01:02:41.083466" elapsed="0.000323"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-07-09T01:02:41.084344" level="INFO">Attempting to execute command "/usr/local/bin/cbench -c 10.30.171.184 -m 60000 -M 100 -S 16 -l 10 -D 5000 -p 6633" on remote system "10.30.171.198" 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-07-09T01:02:41.083927" elapsed="0.000476"/>
</kw>
<kw name="Open Connection" owner="SSHLibrary">
<msg time="2026-07-09T01:02:41.084950" 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-07-09T01:02:41.084561" elapsed="0.000415"/>
</kw>
<kw name="Flexible_SSH_Login" owner="SSHKeywords">
<kw name="Get Length" owner="BuiltIn">
<msg time="2026-07-09T01:02:41.085858" level="INFO">Length is 0.</msg>
<msg time="2026-07-09T01:02:41.085944" 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-07-09T01:02:41.085559" elapsed="0.000409"/>
</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-07-09T01:02:41.086109" elapsed="0.000314"/>
</kw>
<kw name="Run Keyword And Return" owner="BuiltIn">
<kw name="Login With Public Key" owner="SSHLibrary">
<msg time="2026-07-09T01:02:41.087268" level="INFO">Logging into '10.30.171.198:22' as 'jenkins'.</msg>
<msg time="2026-07-09T01:02:41.674350" level="INFO">Read output: Welcome to Ubuntu 22.04.5 LTS (GNU/Linux 5.15.0-153-generic x86_64)

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

 System information as of Thu Jul  9 01:02:41 UTC 2026

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


Expanded Security Maintenance for Applications is not enabled.

0 updates can be applied immediately.

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


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


Last login: Thu Jul  9 00:52:34 2026 from 10.30.171.99
[?2004h[jenkins@releng-63164-334-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-07-09T01:02:41.086923" elapsed="0.587663"/>
</kw>
<msg time="2026-07-09T01:02:41.674682" 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-07-09T01:02:41.086589" elapsed="0.588184"/>
</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-07-09T01:02:41.085176" elapsed="0.589717"/>
</kw>
<kw name="Execute Command" owner="SSHLibrary">
<msg time="2026-07-09T01:02:41.675483" level="INFO">Executing command '/usr/local/bin/cbench -c 10.30.171.184 -m 60000 -M 100 -S 16 -l 10 -D 5000 -p 6633'.</msg>
<msg time="2026-07-09T01:12:47.747776" level="INFO">Command exited with return code 0.</msg>
<msg time="2026-07-09T01:12:47.748411" level="INFO">${stdout} = </msg>
<msg time="2026-07-09T01:12:47.748546" level="INFO">${stderr} = cbench: controller benchmarking tool
   running in mode 'latency'
   connecting to controller at 10.30.171.184:6633 
   faking 16 switches with 1 threads :: 10 tests each; 60000 ms per test
   with 10...</msg>
<var>${stdout}</var>
<var>${stderr}</var>
<arg>${cmd}</arg>
<arg>return_stderr=True</arg>
<doc>Executes ``command`` on the remote machine and returns its outputs.</doc>
<status status="PASS" start="2026-07-09T01:02:41.675128" elapsed="606.073477"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-07-09T01:12:47.749092" elapsed="0.000757"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-07-09T01:12:47.751002" level="INFO">cbench: controller benchmarking tool
   running in mode 'latency'
   connecting to controller at 10.30.171.184: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.184. So far 1 cbench instances have initialized their switches.  Waiting for other cbench-instances
Thread-0: Total switches from ALL cbench-instances initialized.
01:03:46.847 16  switches: flows:  128400 128284 130674 126874 126802 127254 127224 126650 128010 126949 126938 128403 128316 128509 125917 127377  total = 34.043017 per ms 
01:04:46.948 16  switches: flows:  121877 125420 124503 121826 122281 122246 123671 122729 124376 123599 119857 122961 123637 124857 124326 123563  total = 32.807392 per ms 
01:05:47.049 16  switches: flows:  123665 128804 129096 126465 125206 126490 125310 124985 126032 125857 122645 126917 125271 128816 126260 126560  total = 33.583581 per ms 
01:06:47.150 16  switches: flows:  118251 117882 119133 119908 118677 117683 119212 119488 117366 118132 117993 115930 117453 117706 117747 118016  total = 31.457119 per ms 
01:07:47.251 16  switches: flows:  124147 127894 126354 127727 128193 125928 125527 127419 124828 129240 127334 123258 123938 125554 124516 123279  total = 33.529645 per ms 
01:08:47.351 16  switches: flows:  126167 127654 125769 126834 128113 125706 127267 126871 126926 128952 127404 122832 126461 124430 124609 125780  total = 33.640128 per ms 
01:09:47.452 16  switches: flows:  125706 125610 125894 128664 125245 126357 126216 127040 127057 127559 127384 124327 124460 124651 124788 124171  total = 33.529470 per ms 
01:10:47.553 16  switches: flows:  125200 125999 125488 128283 128101 124925 126523 127169 126488 129141 127439 123177 125759 124041 124240 125666  total = 33.571206 per ms 
01:11:47.653 16  switches: flows:  125017 126739 126256 128220 127392 126063 126460 128055 126620 129637 128532 123843 126859 124670 123144 125306  total = 33.657365 per ms 
01:12:47.754 16  switches: flows:  124797 126354 126620 129551 125367 124675 126374 126160 125618 129386 128464 123949 125047 123633 124813 123508  total = 33.516003 per ms 
RESULT: 16 switches 9 tests min/max/avg/stdev = 31457.12/33657.37/33254.66/11105.76 responses/s</msg>
<arg>${stderr}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-07-09T01:12:47.750215" elapsed="0.001094"/>
</kw>
<if>
<branch type="IF" condition="&quot;${return_stdout}&quot;!=&quot;True&quot;">
<return>
<value>${stderr}</value>
<status status="PASS" start="2026-07-09T01:12:47.751836" elapsed="0.000068"/>
</return>
<status status="PASS" start="2026-07-09T01:12:47.751540" elapsed="0.000443"/>
</branch>
<status status="PASS" start="2026-07-09T01:12:47.751477" elapsed="0.000560"/>
</if>
<if>
<branch type="IF" condition="&quot;${return_stderr}&quot;!=&quot;True&quot;">
<return>
<value>${stdout}</value>
<status status="NOT RUN" start="2026-07-09T01:12:47.752263" elapsed="0.000030"/>
</return>
<status status="NOT RUN" start="2026-07-09T01:12:47.752162" elapsed="0.000194"/>
</branch>
<status status="NOT RUN" start="2026-07-09T01:12:47.752128" elapsed="0.000276"/>
</if>
<return>
<value>${stdout}</value>
<value>${stderr}</value>
<status status="NOT RUN" start="2026-07-09T01:12:47.752504" 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-07-09T01:12:47.757314" elapsed="0.000352"/>
</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-07-09T01:12:47.757815" elapsed="0.000171"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-07-09T01:12:47.758117" elapsed="0.000098"/>
</kw>
<arg>${current_ssh_connection.index}</arg>
<doc>Restore active SSH connection in SSHLibrary to given index.</doc>
<status status="PASS" start="2026-07-09T01:12:47.753186" elapsed="0.005082"/>
</kw>
<msg time="2026-07-09T01:12:47.758399" level="INFO">${output} = cbench: controller benchmarking tool
   running in mode 'latency'
   connecting to controller at 10.30.171.184:6633 
   faking 16 switches with 1 threads :: 10 tests each; 60000 ms per test
   with 10...</msg>
<var>${output}</var>
<arg>${cbench_system}</arg>
<arg>${cbench_executable} -c ${ODL_SYSTEM_IP} ${cbench_args}</arg>
<arg>prompt_timeout=${test_timeout}</arg>
<arg>return_stdout=False</arg>
<arg>return_stderr=True</arg>
<doc>Reduces the common work of running a command on a remote system to a single higher level
robot keyword, taking care to log in with a public key and. The command given is written and the return value
depends on the passed argument values of return_stdout (default: True) and return_stderr (default: False).
At least one should be True, or the keyword will exit and FAIL. If both are True, the resulting return value
will be a two element list containing both. Otherwise the resulting return value is a string.
No test conditions are checked.</doc>
<status status="PASS" start="2026-07-09T01:02:41.080555" elapsed="606.677873"/>
</kw>
<status status="PASS" start="2026-07-09T01:02:41.080213" elapsed="606.678281"/>
</branch>
<status status="PASS" start="2026-07-09T01:02:41.079883" elapsed="606.678635"/>
</if>
<kw name="Log" owner="BuiltIn">
<msg time="2026-07-09T01:12:47.758944" level="INFO">cbench: controller benchmarking tool
   running in mode 'latency'
   connecting to controller at 10.30.171.184: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.184. So far 1 cbench instances have initialized their switches.  Waiting for other cbench-instances
Thread-0: Total switches from ALL cbench-instances initialized.
01:03:46.847 16  switches: flows:  128400 128284 130674 126874 126802 127254 127224 126650 128010 126949 126938 128403 128316 128509 125917 127377  total = 34.043017 per ms 
01:04:46.948 16  switches: flows:  121877 125420 124503 121826 122281 122246 123671 122729 124376 123599 119857 122961 123637 124857 124326 123563  total = 32.807392 per ms 
01:05:47.049 16  switches: flows:  123665 128804 129096 126465 125206 126490 125310 124985 126032 125857 122645 126917 125271 128816 126260 126560  total = 33.583581 per ms 
01:06:47.150 16  switches: flows:  118251 117882 119133 119908 118677 117683 119212 119488 117366 118132 117993 115930 117453 117706 117747 118016  total = 31.457119 per ms 
01:07:47.251 16  switches: flows:  124147 127894 126354 127727 128193 125928 125527 127419 124828 129240 127334 123258 123938 125554 124516 123279  total = 33.529645 per ms 
01:08:47.351 16  switches: flows:  126167 127654 125769 126834 128113 125706 127267 126871 126926 128952 127404 122832 126461 124430 124609 125780  total = 33.640128 per ms 
01:09:47.452 16  switches: flows:  125706 125610 125894 128664 125245 126357 126216 127040 127057 127559 127384 124327 124460 124651 124788 124171  total = 33.529470 per ms 
01:10:47.553 16  switches: flows:  125200 125999 125488 128283 128101 124925 126523 127169 126488 129141 127439 123177 125759 124041 124240 125666  total = 33.571206 per ms 
01:11:47.653 16  switches: flows:  125017 126739 126256 128220 127392 126063 126460 128055 126620 129637 128532 123843 126859 124670 123144 125306  total = 33.657365 per ms 
01:12:47.754 16  switches: flows:  124797 126354 126620 129551 125367 124675 126374 126160 125618 129386 128464 123949 125047 123633 124813 123508  total = 33.516003 per ms 
RESULT: 16 switches 9 tests min/max/avg/stdev = 31457.12/33657.37/33254.66/11105.76 responses/s</msg>
<arg>${output}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-07-09T01:12:47.758656" elapsed="0.000361"/>
</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-07-09T01:12:47.759163" elapsed="0.000375"/>
</kw>
<kw name="Get Lines Containing String" owner="String">
<msg time="2026-07-09T01:12:47.759922" level="INFO">1 out of 23 lines matched.</msg>
<msg time="2026-07-09T01:12:47.760012" level="INFO">${result_line} = RESULT: 16 switches 9 tests min/max/avg/stdev = 31457.12/33657.37/33254.66/11105.76 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-07-09T01:12:47.759705" elapsed="0.000332"/>
</kw>
<kw name="Split String" owner="String">
<msg time="2026-07-09T01:12:47.760468" level="INFO">@{results_list} = [ RESULT: | 16 | switches | 9 | tests | min/max/avg/stdev | = | 31457.12/33657.37/33254.66/11105.76 | 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-07-09T01:12:47.760189" elapsed="0.000306"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-07-09T01:12:47.762877" 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-07-09T01:12:47.760641" elapsed="0.002293"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-07-09T01:12:47.765296" level="INFO">31457.12/33657.37/33254.66/11105.76</msg>
<arg>${results_list[7]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-07-09T01:12:47.763081" elapsed="0.002271"/>
</kw>
<kw name="Split String" owner="String">
<msg time="2026-07-09T01:12:47.767709" 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-07-09T01:12:47.765516" elapsed="0.002219"/>
</kw>
<kw name="Split String" owner="String">
<msg time="2026-07-09T01:12:47.770158" level="INFO">@{result_value_list} = [ 31457.12 | 33657.37 | 33254.66 | 11105.76 ]</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-07-09T01:12:47.767933" elapsed="0.002252"/>
</kw>
<kw name="Get Length" owner="BuiltIn">
<msg time="2026-07-09T01:12:47.770661" level="INFO">Length is 4.</msg>
<msg time="2026-07-09T01:12:47.770748" 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-07-09T01:12:47.770337" elapsed="0.000435"/>
</kw>
<for flavor="IN RANGE">
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-07-09T01:12:47.775409" level="INFO">min :: 31457.12</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-07-09T01:12:47.771143" elapsed="0.004336"/>
</kw>
<var name="${i}">0</var>
<status status="PASS" start="2026-07-09T01:12:47.771016" elapsed="0.004498"/>
</iter>
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-07-09T01:12:47.779957" level="INFO">max :: 33657.37</msg>
<arg>${result_name_list[${i}]} :: ${result_value_list[${i}]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-07-09T01:12:47.775726" elapsed="0.004287"/>
</kw>
<var name="${i}">1</var>
<status status="PASS" start="2026-07-09T01:12:47.775602" elapsed="0.004445"/>
</iter>
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-07-09T01:12:47.784785" level="INFO">avg :: 33254.66</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-07-09T01:12:47.780276" elapsed="0.004566"/>
</kw>
<var name="${i}">2</var>
<status status="PASS" start="2026-07-09T01:12:47.780129" elapsed="0.004747"/>
</iter>
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-07-09T01:12:47.789349" level="INFO">stdev :: 11105.76</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-07-09T01:12:47.785086" elapsed="0.004323"/>
</kw>
<var name="${i}">3</var>
<status status="PASS" start="2026-07-09T01:12:47.784959" elapsed="0.004500"/>
</iter>
<var>${i}</var>
<value>0</value>
<value>${num_stats}</value>
<status status="PASS" start="2026-07-09T01:12:47.770838" elapsed="0.018654"/>
</for>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-07-09T01:12:47.793574" level="INFO">${min} = 31457.12</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-07-09T01:12:47.789648" elapsed="0.003953"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-07-09T01:12:47.797435" level="INFO">${max} = 33657.37</msg>
<var>${max}</var>
<arg>${result_value_list[${1}]}</arg>
<doc>Returns the given values which can then be assigned to a variables.</doc>
<status status="PASS" start="2026-07-09T01:12:47.793756" elapsed="0.003730"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-07-09T01:12:47.801332" level="INFO">${average} = 33254.66</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-07-09T01:12:47.797644" elapsed="0.003714"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-07-09T01:12:47.805224" level="INFO">${stdev} = 11105.76</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-07-09T01:12:47.801524" elapsed="0.003726"/>
</kw>
<kw name="Get Time" owner="BuiltIn">
<msg time="2026-07-09T01:12:47.805763" level="INFO">${date} = 2026-07-09 01:12:47</msg>
<var>${date}</var>
<arg>d,m,s</arg>
<doc>Returns the given time in the requested format.</doc>
<status status="PASS" start="2026-07-09T01:12:47.805406" elapsed="0.000382"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-07-09T01:12:47.806337" level="INFO">CBench Result: 2026-07-09 01:12:47,-m 60000 -M 100 -S 16 -l 10 -D 5000 -p 6633,31457.12,33657.37,33254.66,11105.76</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-07-09T01:12:47.805937" elapsed="0.000457"/>
</kw>
<kw name="Log Results And Determine Status">
<kw name="Append To File" owner="OperatingSystem">
<msg time="2026-07-09T01:12:47.807472" 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-07-09T01:12:47.807012" elapsed="0.000529"/>
</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-07-09T01:12:47.807691" 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-07-09T01:12:47.806547" elapsed="0.001663"/>
</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-07-09T01:02:41.078845" elapsed="606.729422"/>
</kw>
<kw name="Sleep" owner="BuiltIn">
<msg time="2026-07-09T01:12:47.808740" 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-07-09T01:12:47.808418" elapsed="0.000379"/>
</kw>
<kw name="Report Failure Due To Bug" owner="Utils" type="TEARDOWN">
<kw name="Evaluate" owner="BuiltIn">
<msg time="2026-07-09T01:12:47.809973" 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-07-09T01:12:47.809507" elapsed="0.000493"/>
</kw>
<if>
<branch type="IF" condition="('${TEST_STATUS}' != 'FAIL') or ${test_skipped}">
<return>
<status status="PASS" start="2026-07-09T01:12:47.810219" elapsed="0.000029"/>
</return>
<status status="PASS" start="2026-07-09T01:12:47.810076" elapsed="0.000202"/>
</branch>
<status status="PASS" start="2026-07-09T01:12:47.810057" elapsed="0.000245"/>
</if>
<kw name="Comment" owner="BuiltIn">
<arg>Jira tickets are {PROJECT}-{NUMBER} while Bugzilla tickets are {NUMBER}</arg>
<doc>Displays the given messages in the log file as keyword arguments.</doc>
<status status="NOT RUN" start="2026-07-09T01:12:47.810441" elapsed="0.000036"/>
</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-07-09T01:12:47.810613" 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-07-09T01:12:47.810771" 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-07-09T01:12:47.810972" elapsed="0.000022"/>
</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-07-09T01:12:47.811125" elapsed="0.000020"/>
</kw>
<kw name="Set Test Message" owner="BuiltIn">
<arg>${msg}${newline}${newline}${TEST_MESSAGE}</arg>
<doc>Sets message for the current test case.</doc>
<status status="NOT RUN" start="2026-07-09T01:12:47.811272" 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-07-09T01:12:47.811423" elapsed="0.000033"/>
</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-07-09T01:12:47.811669" elapsed="0.000020"/>
</kw>
<status status="NOT RUN" start="2026-07-09T01:12:47.811522" elapsed="0.000198"/>
</branch>
<status status="NOT RUN" start="2026-07-09T01:12:47.811504" elapsed="0.000240"/>
</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-07-09T01:12:47.809158" elapsed="0.002637"/>
</kw>
<doc>cbench executed in latency mode to see if controller is healthy</doc>
<tag>cbench</tag>
<tag>latency</tag>
<timeout value="15 minutes"/>
<status status="PASS" start="2026-07-09T01:02:41.077545" elapsed="606.734295"/>
</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-07-09T00:42:24.644415" elapsed="1823.167990"/>
</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>
