<?xml version="1.0" encoding="UTF-8"?>
<robot generator="Robot 7.4.2 (Python 3.11.10 on linux)" generated="2026-07-01T00:41:48.074623" 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-01T00:41:48.659241" elapsed="0.000036"/>
</return>
<status status="NOT RUN" start="2026-07-01T00:41:48.659038" elapsed="0.000362"/>
</branch>
<status status="PASS" start="2026-07-01T00:41:48.659001" elapsed="0.000462"/>
</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-01T00:41:48.659684" elapsed="0.000589"/>
</kw>
<kw name="Login" owner="SSHLibrary">
<msg time="2026-07-01T00:41:48.660782" level="INFO">Logging into '10.30.171.217:8101' as 'karaf'.</msg>
<msg time="2026-07-01T00:41:49.465121" 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-01T00:41:48.660473" elapsed="0.804865"/>
</kw>
<kw name="Write" owner="SSHLibrary">
<msg time="2026-07-01T00:41:49.515975" 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-01T00:41:49.465637" elapsed="0.050435"/>
</kw>
<kw name="Read Until Regexp" owner="SSHLibrary">
<msg time="2026-07-01T00:41:49.518168" level="INFO">[?1l&gt;[?2004l[?1h=[90m~[0m                                                                                [?2004hopendaylight-user@root&gt;</msg>
<msg time="2026-07-01T00:41:49.518305" 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-01T00:41:49.516295" elapsed="0.002045"/>
</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-01T00:41:49.518521" elapsed="0.000247"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-07-01T00:41:49.518931" elapsed="0.000216"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-07-01T00:41:49.519716" 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-01T00:41:49.519303" elapsed="0.000490"/>
</kw>
<return>
<value>${output}</value>
<status status="PASS" start="2026-07-01T00:41:49.519857" 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.217
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-01T00:41:48.658633" elapsed="0.861411"/>
</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-01T00:41:48.654484" elapsed="0.865624"/>
</kw>
<kw name="Append To File" owner="OperatingSystem">
<msg time="2026-07-01T00:41:49.520723" 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-01T00:41:49.520298" elapsed="0.000490"/>
</kw>
<kw name="Append To File" owner="OperatingSystem">
<msg time="2026-07-01T00:41:49.521256" 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-01T00:41:49.520981" elapsed="0.000338"/>
</kw>
<kw name="Evaluate" owner="BuiltIn">
<msg time="2026-07-01T00:41:49.522001" 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-01T00:41:49.521500" elapsed="0.000530"/>
</kw>
<kw name="Set Suite Variable" owner="BuiltIn">
<msg time="2026-07-01T00:41:49.522584" 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-01T00:41:49.522204" elapsed="0.000424"/>
</kw>
<kw name="Evaluate" owner="BuiltIn">
<msg time="2026-07-01T00:41:49.523194" 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-01T00:41:49.522791" elapsed="0.000431"/>
</kw>
<kw name="Set Suite Variable" owner="BuiltIn">
<msg time="2026-07-01T00:41:49.523764" 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-01T00:41:49.523394" elapsed="0.000436"/>
</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-01T00:41:49.524156" elapsed="0.000023"/>
</kw>
<status status="NOT RUN" start="2026-07-01T00:41:49.523926" elapsed="0.000289"/>
</branch>
<branch type="ELSE">
<kw name="Verify File Exists On Remote System" owner="Utils">
<kw name="Open Connection" owner="SSHLibrary">
<msg time="2026-07-01T00:41:49.528814" 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-01T00:41:49.528327" elapsed="0.000515"/>
</kw>
<kw name="Flexible_SSH_Login" owner="SSHKeywords">
<kw name="Get Length" owner="BuiltIn">
<msg time="2026-07-01T00:41:49.530194" level="INFO">Length is 0.</msg>
<msg time="2026-07-01T00:41:49.530285" 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-01T00:41:49.529689" elapsed="0.000621"/>
</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-01T00:41:49.530480" elapsed="0.000397"/>
</kw>
<kw name="Run Keyword And Return" owner="BuiltIn">
<kw name="Login With Public Key" owner="SSHLibrary">
<msg time="2026-07-01T00:41:49.531997" level="INFO">Logging into '10.30.170.42:22' as 'jenkins'.</msg>
<msg time="2026-07-01T00:41:50.305878" 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 Wed Jul  1 00:41:49 UTC 2026

  System load:  0.12               Processes:             109
  Usage of /:   19.3% of 38.58GB   Users logged in:       0
  Memory usage: 4%                 IPv4 address for ens3: 10.30.170.42
  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-326-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-01T00:41:49.531409" elapsed="0.774629"/>
</kw>
<msg time="2026-07-01T00:41:50.306136" 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-01T00:41:49.531040" elapsed="0.775190"/>
</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-01T00:41:49.529082" elapsed="0.777274"/>
</kw>
<kw name="File Should Exist" owner="SSHLibrary">
<msg time="2026-07-01T00:41:50.314210" 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-01T00:41:50.306600" elapsed="0.009713"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-07-01T00:41:50.316586" elapsed="0.000387"/>
</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-01T00:41:49.527741" elapsed="0.789318"/>
</kw>
<status status="PASS" start="2026-07-01T00:41:49.524296" elapsed="0.792814"/>
</branch>
<status status="PASS" start="2026-07-01T00:41:49.523898" elapsed="0.793255"/>
</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-01T00:41:50.317410" elapsed="0.000691"/>
</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-01T00:41:50.326981" elapsed="0.000019"/>
</return>
<status status="NOT RUN" start="2026-07-01T00:41:50.326860" elapsed="0.000175"/>
</branch>
<status status="PASS" start="2026-07-01T00:41:50.326836" elapsed="0.000225"/>
</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-01T00:41:50.330653" elapsed="0.000015"/>
</return>
<status status="NOT RUN" start="2026-07-01T00:41:50.330540" elapsed="0.000161"/>
</branch>
<status status="PASS" start="2026-07-01T00:41:50.330520" elapsed="0.000205"/>
</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-01T00:41:50.330854" elapsed="0.000438"/>
</kw>
<kw name="Login" owner="SSHLibrary">
<msg time="2026-07-01T00:41:50.331718" level="INFO">Logging into '10.30.171.217:8101' as 'karaf'.</msg>
<msg time="2026-07-01T00:41:50.527893" 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-01T00:41:50.331458" elapsed="0.196603"/>
</kw>
<kw name="Write" owner="SSHLibrary">
<msg time="2026-07-01T00:41:50.615483" 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-01T00:41:50.528336" elapsed="0.087214"/>
</kw>
<kw name="Read Until Regexp" owner="SSHLibrary">
<msg time="2026-07-01T00:41:50.639954" 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-01T00:41:50.640150" 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-01T00:41:50.615699" elapsed="0.024484"/>
</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-01T00:41:50.640331" elapsed="0.000207"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-07-01T00:41:50.640685" elapsed="0.000187"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-07-01T00:41:50.641321" 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-01T00:41:50.641010" elapsed="0.000365"/>
</kw>
<return>
<value>${output}</value>
<status status="PASS" start="2026-07-01T00:41:50.641446" elapsed="0.000052"/>
</return>
<msg time="2026-07-01T00:41:50.641657" 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.217
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-01T00:41:50.330167" elapsed="0.311523"/>
</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-01T00:41:50.641839" elapsed="0.000566"/>
</kw>
<return>
<value>${output}</value>
<status status="PASS" start="2026-07-01T00:41:50.642476" elapsed="0.000033"/>
</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-01T00:41:50.326558" elapsed="0.316050"/>
</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-01T00:41:50.646352" elapsed="0.000015"/>
</return>
<status status="NOT RUN" start="2026-07-01T00:41:50.646218" elapsed="0.000220"/>
</branch>
<status status="PASS" start="2026-07-01T00:41:50.646194" 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-01T00:41:50.646665" elapsed="0.000620"/>
</kw>
<kw name="Login" owner="SSHLibrary">
<msg time="2026-07-01T00:41:50.647729" level="INFO">Logging into '10.30.171.217:8101' as 'karaf'.</msg>
<msg time="2026-07-01T00:41:50.860100" 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-01T00:41:50.647467" elapsed="0.212798"/>
</kw>
<kw name="Write" owner="SSHLibrary">
<msg time="2026-07-01T00:41:50.885731" 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-01T00:41:50.860547" elapsed="0.025245"/>
</kw>
<kw name="Read Until Regexp" owner="SSHLibrary">
<msg time="2026-07-01T00:41:50.887655" level="INFO">[?1l&gt;[?2004lDropAllFlows transitions to on
[?1h=[90m~[0m                                                                                [?2004hopendaylight-user@root&gt;</msg>
<msg time="2026-07-01T00:41:50.887767" 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-01T00:41:50.885951" elapsed="0.001845"/>
</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-01T00:41:50.887935" elapsed="0.000178"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-07-01T00:41:50.888267" elapsed="0.000202"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-07-01T00:41:50.888930" 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-01T00:41:50.888606" elapsed="0.000374"/>
</kw>
<return>
<value>${output}</value>
<status status="PASS" start="2026-07-01T00:41:50.889035" elapsed="0.000061"/>
</return>
<arg>dropallpacketsrpc on</arg>
<doc>Will execute the given ${cmd} by ssh'ing to the karaf console running on 10.30.171.217
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-01T00:41:50.645871" elapsed="0.243345"/>
</kw>
<status status="PASS" start="2026-07-01T00:41:48.652568" elapsed="2.236713"/>
</kw>
<test id="s1-t1" name="Cbench Latency Test" line="37">
<kw name="Log" owner="BuiltIn">
<msg time="2026-07-01T00:41:50.891464" 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-01T00:41:50.890189" elapsed="0.001344"/>
</kw>
<kw name="Run Cbench And Log Results">
<kw name="Set Suite Variable" owner="BuiltIn">
<msg time="2026-07-01T00:41:50.892964" 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-01T00:41:50.892613" elapsed="0.000396"/>
</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-01T00:41:50.893331" elapsed="0.000025"/>
</kw>
<status status="NOT RUN" start="2026-07-01T00:41:50.893091" elapsed="0.000319"/>
</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-01T00:41:50.896439" elapsed="0.000022"/>
</kw>
<status status="NOT RUN" start="2026-07-01T00:41:50.896160" elapsed="0.000337"/>
</branch>
<status status="PASS" start="2026-07-01T00:41:50.896135" elapsed="0.000388"/>
</if>
<kw name="Get Connection" owner="SSHLibrary">
<msg time="2026-07-01T00:41:50.896863" 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-01T00:41:50.896985" 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-01T00:41:50.896658" elapsed="0.000353"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-07-01T00:41:50.897649" level="INFO">Attempting to execute command "/usr/local/bin/cbench -c 10.30.171.217 -m 60000 -M 100 -S 16 -l 10 -D 5000 -p 6633" on remote system "10.30.170.42" 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-01T00:41:50.897147" elapsed="0.000564"/>
</kw>
<kw name="Open Connection" owner="SSHLibrary">
<msg time="2026-07-01T00:41:50.898319" 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-01T00:41:50.897854" elapsed="0.000496"/>
</kw>
<kw name="Flexible_SSH_Login" owner="SSHKeywords">
<kw name="Get Length" owner="BuiltIn">
<msg time="2026-07-01T00:41:50.899284" level="INFO">Length is 0.</msg>
<msg time="2026-07-01T00:41:50.899374" 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-01T00:41:50.898953" elapsed="0.000446"/>
</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-01T00:41:50.899560" elapsed="0.000330"/>
</kw>
<kw name="Run Keyword And Return" owner="BuiltIn">
<kw name="Login With Public Key" owner="SSHLibrary">
<msg time="2026-07-01T00:41:50.900759" level="INFO">Logging into '10.30.170.42:22' as 'jenkins'.</msg>
<msg time="2026-07-01T00:41:51.234690" 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 Wed Jul  1 00:41:49 UTC 2026

  System load:  0.12               Processes:             109
  Usage of /:   19.3% of 38.58GB   Users logged in:       0
  Memory usage: 4%                 IPv4 address for ens3: 10.30.170.42
  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: Wed Jul  1 00:41:50 2026 from 10.30.171.36
[?2004h[jenkins@releng-63164-326-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-01T00:41:50.900388" elapsed="0.334487"/>
</kw>
<msg time="2026-07-01T00:41:51.234959" 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-01T00:41:50.900043" elapsed="0.334998"/>
</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-01T00:41:50.898574" elapsed="0.336586"/>
</kw>
<kw name="Execute Command" owner="SSHLibrary">
<msg time="2026-07-01T00:41:51.235678" level="INFO">Executing command '/usr/local/bin/cbench -c 10.30.171.217 -m 60000 -M 100 -S 16 -l 10 -D 5000 -p 6633'.</msg>
<msg time="2026-07-01T00:51:57.332523" level="INFO">Command exited with return code 0.</msg>
<msg time="2026-07-01T00:51:57.333199" level="INFO">${stdout} = </msg>
<msg time="2026-07-01T00:51:57.333336" level="INFO">${stderr} = cbench: controller benchmarking tool
   running in mode 'latency'
   connecting to controller at 10.30.171.217: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-01T00:41:51.235369" elapsed="606.098058"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-07-01T00:51:57.334037" elapsed="0.000910"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-07-01T00:51:57.336383" level="INFO">cbench: controller benchmarking tool
   running in mode 'latency'
   connecting to controller at 10.30.171.217: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.217. So far 1 cbench instances have initialized their switches.  Waiting for other cbench-instances
Thread-0: Total switches from ALL cbench-instances initialized.
00:42:56.417 16  switches: flows:  115814 114720 111363 111598 113261 113298 114124 115187 111069 111100 111409 112343 112539 110463 110468 109704  total = 29.974333 per ms 
00:43:56.518 16  switches: flows:  116555 116389 114534 114979 113795 116290 116631 116136 113421 114385 113128 115837 114099 111931 112992 113173  total = 30.520284 per ms 
00:44:56.618 16  switches: flows:  123754 123188 120564 121019 121651 122095 122149 122378 118731 119788 118947 121865 121033 118881 118412 117107  total = 32.139022 per ms 
00:45:56.718 16  switches: flows:  123375 123326 121783 120753 121631 123558 124871 124114 118986 119324 121472 121380 120396 118433 118024 117196  total = 32.256517 per ms 
00:46:56.819 16  switches: flows:  120184 122081 119474 119740 119484 121811 122770 121669 117665 117890 118572 119293 119440 117835 116958 115991  total = 31.794556 per ms 
00:47:56.919 16  switches: flows:  121503 120581 118122 119774 118696 119830 120179 120113 117063 116552 117183 120572 118357 116874 115489 115201  total = 31.548842 per ms 
00:48:57.019 16  switches: flows:  122340 121878 122093 118865 119114 122516 121883 120746 117318 117037 118336 121497 119035 117764 116663 116447  total = 31.838879 per ms 
00:49:57.120 16  switches: flows:  124292 123529 121727 120150 121128 124212 121701 123398 118877 120055 117785 122561 120927 119832 120221 117154  total = 32.238569 per ms 
00:50:57.222 16  switches: flows:  121696 121283 122683 120525 120485 122814 122143 122064 117594 118552 119006 121518 120775 119514 121627 116671  total = 32.094663 per ms 
00:51:57.322 16  switches: flows:  119967 118483 118567 120525 118307 119567 119790 118161 115231 116419 115196 118707 118543 117495 118460 115054  total = 31.421953 per ms 
RESULT: 16 switches 9 tests min/max/avg/stdev = 30520.28/32256.52/31761.48/10599.93 responses/s</msg>
<arg>${stderr}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-07-01T00:51:57.335358" elapsed="0.001437"/>
</kw>
<if>
<branch type="IF" condition="&quot;${return_stdout}&quot;!=&quot;True&quot;">
<return>
<value>${stderr}</value>
<status status="PASS" start="2026-07-01T00:51:57.337401" elapsed="0.000140"/>
</return>
<status status="PASS" start="2026-07-01T00:51:57.337048" elapsed="0.000640"/>
</branch>
<status status="PASS" start="2026-07-01T00:51:57.336981" elapsed="0.000864"/>
</if>
<if>
<branch type="IF" condition="&quot;${return_stderr}&quot;!=&quot;True&quot;">
<return>
<value>${stdout}</value>
<status status="NOT RUN" start="2026-07-01T00:51:57.338147" elapsed="0.000032"/>
</return>
<status status="NOT RUN" start="2026-07-01T00:51:57.338048" elapsed="0.000202"/>
</branch>
<status status="NOT RUN" start="2026-07-01T00:51:57.338003" elapsed="0.000302"/>
</if>
<return>
<value>${stdout}</value>
<value>${stderr}</value>
<status status="NOT RUN" start="2026-07-01T00:51:57.338389" elapsed="0.000073"/>
</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-01T00:51:57.343798" elapsed="0.000430"/>
</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-01T00:51:57.344386" elapsed="0.000209"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-07-01T00:51:57.344731" elapsed="0.000102"/>
</kw>
<arg>${current_ssh_connection.index}</arg>
<doc>Restore active SSH connection in SSHLibrary to given index.</doc>
<status status="PASS" start="2026-07-01T00:51:57.339232" elapsed="0.005657"/>
</kw>
<msg time="2026-07-01T00:51:57.345023" level="INFO">${output} = cbench: controller benchmarking tool
   running in mode 'latency'
   connecting to controller at 10.30.171.217: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-01T00:41:50.893789" elapsed="606.451262"/>
</kw>
<status status="PASS" start="2026-07-01T00:41:50.893459" elapsed="606.451641"/>
</branch>
<status status="PASS" start="2026-07-01T00:41:50.893066" elapsed="606.452060"/>
</if>
<kw name="Log" owner="BuiltIn">
<msg time="2026-07-01T00:51:57.345608" level="INFO">cbench: controller benchmarking tool
   running in mode 'latency'
   connecting to controller at 10.30.171.217: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.217. So far 1 cbench instances have initialized their switches.  Waiting for other cbench-instances
Thread-0: Total switches from ALL cbench-instances initialized.
00:42:56.417 16  switches: flows:  115814 114720 111363 111598 113261 113298 114124 115187 111069 111100 111409 112343 112539 110463 110468 109704  total = 29.974333 per ms 
00:43:56.518 16  switches: flows:  116555 116389 114534 114979 113795 116290 116631 116136 113421 114385 113128 115837 114099 111931 112992 113173  total = 30.520284 per ms 
00:44:56.618 16  switches: flows:  123754 123188 120564 121019 121651 122095 122149 122378 118731 119788 118947 121865 121033 118881 118412 117107  total = 32.139022 per ms 
00:45:56.718 16  switches: flows:  123375 123326 121783 120753 121631 123558 124871 124114 118986 119324 121472 121380 120396 118433 118024 117196  total = 32.256517 per ms 
00:46:56.819 16  switches: flows:  120184 122081 119474 119740 119484 121811 122770 121669 117665 117890 118572 119293 119440 117835 116958 115991  total = 31.794556 per ms 
00:47:56.919 16  switches: flows:  121503 120581 118122 119774 118696 119830 120179 120113 117063 116552 117183 120572 118357 116874 115489 115201  total = 31.548842 per ms 
00:48:57.019 16  switches: flows:  122340 121878 122093 118865 119114 122516 121883 120746 117318 117037 118336 121497 119035 117764 116663 116447  total = 31.838879 per ms 
00:49:57.120 16  switches: flows:  124292 123529 121727 120150 121128 124212 121701 123398 118877 120055 117785 122561 120927 119832 120221 117154  total = 32.238569 per ms 
00:50:57.222 16  switches: flows:  121696 121283 122683 120525 120485 122814 122143 122064 117594 118552 119006 121518 120775 119514 121627 116671  total = 32.094663 per ms 
00:51:57.322 16  switches: flows:  119967 118483 118567 120525 118307 119567 119790 118161 115231 116419 115196 118707 118543 117495 118460 115054  total = 31.421953 per ms 
RESULT: 16 switches 9 tests min/max/avg/stdev = 30520.28/32256.52/31761.48/10599.93 responses/s</msg>
<arg>${output}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-07-01T00:51:57.345280" elapsed="0.000402"/>
</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-01T00:51:57.345835" elapsed="0.000458"/>
</kw>
<kw name="Get Lines Containing String" owner="String">
<msg time="2026-07-01T00:51:57.346814" level="INFO">1 out of 23 lines matched.</msg>
<msg time="2026-07-01T00:51:57.346925" level="INFO">${result_line} = RESULT: 16 switches 9 tests min/max/avg/stdev = 30520.28/32256.52/31761.48/10599.93 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-01T00:51:57.346524" elapsed="0.000428"/>
</kw>
<kw name="Split String" owner="String">
<msg time="2026-07-01T00:51:57.347409" level="INFO">@{results_list} = [ RESULT: | 16 | switches | 9 | tests | min/max/avg/stdev | = | 30520.28/32256.52/31761.48/10599.93 | 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-01T00:51:57.347113" elapsed="0.000340"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-07-01T00:51:57.349972" 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-01T00:51:57.347603" elapsed="0.002472"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-07-01T00:51:57.352591" level="INFO">30520.28/32256.52/31761.48/10599.93</msg>
<arg>${results_list[7]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-07-01T00:51:57.350258" elapsed="0.002391"/>
</kw>
<kw name="Split String" owner="String">
<msg time="2026-07-01T00:51:57.355074" 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-01T00:51:57.352801" elapsed="0.002302"/>
</kw>
<kw name="Split String" owner="String">
<msg time="2026-07-01T00:51:57.357566" level="INFO">@{result_value_list} = [ 30520.28 | 32256.52 | 31761.48 | 10599.93 ]</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-01T00:51:57.355302" elapsed="0.002293"/>
</kw>
<kw name="Get Length" owner="BuiltIn">
<msg time="2026-07-01T00:51:57.358067" level="INFO">Length is 4.</msg>
<msg time="2026-07-01T00:51:57.358157" 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-01T00:51:57.357753" elapsed="0.000428"/>
</kw>
<for flavor="IN RANGE">
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-07-01T00:51:57.363170" level="INFO">min :: 30520.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-01T00:51:57.358676" elapsed="0.004563"/>
</kw>
<var name="${i}">0</var>
<status status="PASS" start="2026-07-01T00:51:57.358526" elapsed="0.004756"/>
</iter>
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-07-01T00:51:57.368637" level="INFO">max :: 32256.52</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-01T00:51:57.363559" elapsed="0.005136"/>
</kw>
<var name="${i}">1</var>
<status status="PASS" start="2026-07-01T00:51:57.363394" elapsed="0.005337"/>
</iter>
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-07-01T00:51:57.374129" level="INFO">avg :: 31761.48</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-01T00:51:57.368955" elapsed="0.005247"/>
</kw>
<var name="${i}">2</var>
<status status="PASS" start="2026-07-01T00:51:57.368824" elapsed="0.005415"/>
</iter>
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-07-01T00:51:57.379839" level="INFO">stdev :: 10599.93</msg>
<arg>${result_name_list[${i}]} :: ${result_value_list[${i}]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-07-01T00:51:57.374502" elapsed="0.005395"/>
</kw>
<var name="${i}">3</var>
<status status="PASS" start="2026-07-01T00:51:57.374339" elapsed="0.005594"/>
</iter>
<var>${i}</var>
<value>0</value>
<value>${num_stats}</value>
<status status="PASS" start="2026-07-01T00:51:57.358292" elapsed="0.021674"/>
</for>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-07-01T00:51:57.384378" level="INFO">${min} = 30520.28</msg>
<var>${min}</var>
<arg>${result_value_list[${0}]}</arg>
<doc>Returns the given values which can then be assigned to a variables.</doc>
<status status="PASS" start="2026-07-01T00:51:57.380132" elapsed="0.004277"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-07-01T00:51:57.389221" level="INFO">${max} = 32256.52</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-01T00:51:57.384584" elapsed="0.004669"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-07-01T00:51:57.393966" level="INFO">${average} = 31761.48</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-01T00:51:57.389467" elapsed="0.004535"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-07-01T00:51:57.399119" level="INFO">${stdev} = 10599.93</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-01T00:51:57.394212" elapsed="0.004948"/>
</kw>
<kw name="Get Time" owner="BuiltIn">
<msg time="2026-07-01T00:51:57.399939" level="INFO">${date} = 2026-07-01 00:51:57</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-01T00:51:57.399422" elapsed="0.000554"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-07-01T00:51:57.400637" level="INFO">CBench Result: 2026-07-01 00:51:57,-m 60000 -M 100 -S 16 -l 10 -D 5000 -p 6633,30520.28,32256.52,31761.48,10599.93</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-01T00:51:57.400173" elapsed="0.000522"/>
</kw>
<kw name="Log Results And Determine Status">
<kw name="Append To File" owner="OperatingSystem">
<msg time="2026-07-01T00:51:57.401906" 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-01T00:51:57.401387" elapsed="0.000588"/>
</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-01T00:51:57.402131" elapsed="0.000594"/>
</kw>
<arg>${min}</arg>
<arg>${max}</arg>
<arg>${average}</arg>
<arg>${average_threshold}</arg>
<arg>${output_filename}</arg>
<status status="PASS" start="2026-07-01T00:51:57.400875" elapsed="0.001944"/>
</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-01T00:41:50.891953" elapsed="606.510952"/>
</kw>
<kw name="Sleep" owner="BuiltIn">
<msg time="2026-07-01T00:51:57.403565" 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-01T00:51:57.403112" elapsed="0.000525"/>
</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-01T00:51:57.404302" elapsed="0.000381"/>
</kw>
<status status="PASS" start="2026-07-01T00:51:57.403909" elapsed="0.000869"/>
</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-01T00:41:50.889490" elapsed="606.515337"/>
</test>
<test id="s1-t2" name="Cbench Throughput Test" line="51">
<kw name="Log" owner="BuiltIn">
<msg time="2026-07-01T00:51:57.406687" 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-01T00:51:57.406048" elapsed="0.000713"/>
</kw>
<kw name="Run Cbench And Log Results">
<kw name="Set Suite Variable" owner="BuiltIn">
<msg time="2026-07-01T00:51:57.408452" 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-01T00:51:57.407999" elapsed="0.000509"/>
</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-01T00:51:57.408970" elapsed="0.000030"/>
</kw>
<status status="NOT RUN" start="2026-07-01T00:51:57.408677" elapsed="0.000372"/>
</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-01T00:51:57.412673" elapsed="0.000028"/>
</kw>
<status status="NOT RUN" start="2026-07-01T00:51:57.412339" elapsed="0.000401"/>
</branch>
<status status="PASS" start="2026-07-01T00:51:57.412314" elapsed="0.000453"/>
</if>
<kw name="Get Connection" owner="SSHLibrary">
<msg time="2026-07-01T00:51:57.413212" 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-01T00:51:57.413372" 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-01T00:51:57.412927" elapsed="0.000483"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-07-01T00:51:57.414134" level="INFO">Attempting to execute command "/usr/local/bin/cbench -c 10.30.171.217 -t -m 60000 -M 100 -S 16 -l 10 -D 5000 -p 6633" on remote system "10.30.170.42" 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-01T00:51:57.413605" elapsed="0.000606"/>
</kw>
<kw name="Open Connection" owner="SSHLibrary">
<msg time="2026-07-01T00:51:57.414903" 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-01T00:51:57.414398" elapsed="0.000532"/>
</kw>
<kw name="Flexible_SSH_Login" owner="SSHKeywords">
<kw name="Get Length" owner="BuiltIn">
<msg time="2026-07-01T00:51:57.415942" level="INFO">Length is 0.</msg>
<msg time="2026-07-01T00:51:57.416040" 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-01T00:51:57.415562" elapsed="0.000514"/>
</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-01T00:51:57.416248" elapsed="0.000451"/>
</kw>
<kw name="Run Keyword And Return" owner="BuiltIn">
<kw name="Login With Public Key" owner="SSHLibrary">
<msg time="2026-07-01T00:51:57.417861" level="INFO">Logging into '10.30.170.42:22' as 'jenkins'.</msg>
<msg time="2026-07-01T00:51:57.985069" 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 Wed Jul  1 00:51:57 UTC 2026

  System load:  1.0                Processes:             107
  Usage of /:   19.3% of 38.58GB   Users logged in:       0
  Memory usage: 4%                 IPv4 address for ens3: 10.30.170.42
  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: Wed Jul  1 00:41:51 2026 from 10.30.171.36
[?2004h[jenkins@releng-63164-326-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-01T00:51:57.417370" elapsed="0.567945"/>
</kw>
<msg time="2026-07-01T00:51:57.985453" 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-01T00:51:57.416904" elapsed="0.568670"/>
</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-01T00:51:57.415149" elapsed="0.570578"/>
</kw>
<kw name="Execute Command" owner="SSHLibrary">
<msg time="2026-07-01T00:51:57.986418" level="INFO">Executing command '/usr/local/bin/cbench -c 10.30.171.217 -t -m 60000 -M 100 -S 16 -l 10 -D 5000 -p 6633'.</msg>
<msg time="2026-07-01T01:02:05.320276" level="INFO">Command exited with return code 0.</msg>
<msg time="2026-07-01T01:02:05.320823" level="INFO">${stdout} = </msg>
<msg time="2026-07-01T01:02:05.320928" level="INFO">${stderr} = cbench: controller benchmarking tool
   running in mode 'throughput'
   connecting to controller at 10.30.171.217: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-01T00:51:57.986084" elapsed="607.334901"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-07-01T01:02:05.321454" elapsed="0.000665"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-07-01T01:02:05.323286" level="INFO">cbench: controller benchmarking tool
   running in mode 'throughput'
   connecting to controller at 10.30.171.217: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.217. 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:03.124 16  switches: flows:  521171 522811 523791 517988 524962 521935 515398 524965 513525 507000 507570 504347 513882 506985 500744 484839  total = 136.865217 per ms 
00:54:03.226 16  switches: flows:  517669 502583 522087 525888 514488 513210 506419 518343 521592 526182 509717 502351 510322 510687 518976 447480  total = 135.904587 per ms 
00:55:03.327 16  switches: flows:  624597 617880 622302 625781 616195 625567 635078 620744 612876 622687 624262 618060 623944 620852 623715 627774  total = 165.758167 per ms 
00:56:03.429 16  switches: flows:  613611 617136 620088 614915 601653 607519 618965 601269 610745 617210 611971 615146 618382 620068 571330 615408  total = 162.648848 per ms 
00:57:04.796 16  switches: flows:  588685 584027 588078 597488 584063 595008 580930 593151 593431 587433 588396 583147 594008 582571 589899 599003  total = 153.654109 per ms 
00:58:04.897 16  switches: flows:  594513 492314 593173 595466 594629 602790 591854 594369 600291 604120 601955 590622 598009 598954 596083 595878  total = 157.152944 per ms 
00:59:05.009 16  switches: flows:  616582 633616 626794 625644 614870 625966 616867 615559 635026 622742 611794 621345 620125 619968 631978 627779  total = 165.803445 per ms 
01:00:05.110 16  switches: flows:  608507 625576 582720 619306 610538 606951 608359 615859 613747 602740 616117 594477 609972 608871 601985 599920  total = 161.820703 per ms 
01:01:05.212 16  switches: flows:  602857 605282 590202 592534 595000 604896 602809 601006 609560 597649 604457 610179 593748 601680 598845 597111  total = 159.859797 per ms 
01:02:05.313 16  switches: flows:  630154 628635 614032 627008 627179 622260 616465 621341 624456 620814 629423 619720 619353 641735 628449 633488  total = 166.461504 per ms 
RESULT: 16 switches 9 tests min/max/avg/stdev = 135904.59/166461.50/158784.90/53693.84 responses/s</msg>
<arg>${stderr}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-07-01T01:02:05.322531" elapsed="0.001079"/>
</kw>
<if>
<branch type="IF" condition="&quot;${return_stdout}&quot;!=&quot;True&quot;">
<return>
<value>${stderr}</value>
<status status="PASS" start="2026-07-01T01:02:05.324228" elapsed="0.000089"/>
</return>
<status status="PASS" start="2026-07-01T01:02:05.323796" elapsed="0.000610"/>
</branch>
<status status="PASS" start="2026-07-01T01:02:05.323742" elapsed="0.000801"/>
</if>
<if>
<branch type="IF" condition="&quot;${return_stderr}&quot;!=&quot;True&quot;">
<return>
<value>${stdout}</value>
<status status="NOT RUN" start="2026-07-01T01:02:05.324821" elapsed="0.000027"/>
</return>
<status status="NOT RUN" start="2026-07-01T01:02:05.324734" elapsed="0.000178"/>
</branch>
<status status="NOT RUN" start="2026-07-01T01:02:05.324692" elapsed="0.000265"/>
</if>
<return>
<value>${stdout}</value>
<value>${stderr}</value>
<status status="NOT RUN" start="2026-07-01T01:02:05.325002" elapsed="0.000019"/>
</return>
<kw name="Restore_Current_Ssh_Connection_From_Index" owner="SSHKeywords" type="TEARDOWN">
<kw name="Run Keyword And Return If" owner="BuiltIn">
<arg>${connection_index} is not None</arg>
<arg>SSHLibrary.Switch Connection</arg>
<arg>${connection_index}</arg>
<doc>Runs the specified keyword and returns from the enclosing user keyword.</doc>
<status status="PASS" start="2026-07-01T01:02:05.328562" elapsed="0.000468"/>
</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-01T01:02:05.329238" elapsed="0.000248"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-07-01T01:02:05.329669" elapsed="0.000142"/>
</kw>
<arg>${current_ssh_connection.index}</arg>
<doc>Restore active SSH connection in SSHLibrary to given index.</doc>
<status status="PASS" start="2026-07-01T01:02:05.325490" elapsed="0.004396"/>
</kw>
<msg time="2026-07-01T01:02:05.330065" level="INFO">${output} = cbench: controller benchmarking tool
   running in mode 'throughput'
   connecting to controller at 10.30.171.217: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-01T00:51:57.409546" elapsed="607.920557"/>
</kw>
<status status="PASS" start="2026-07-01T00:51:57.409089" elapsed="607.921082"/>
</branch>
<status status="PASS" start="2026-07-01T00:51:57.408645" elapsed="607.921557"/>
</if>
<kw name="Log" owner="BuiltIn">
<msg time="2026-07-01T01:02:05.330870" level="INFO">cbench: controller benchmarking tool
   running in mode 'throughput'
   connecting to controller at 10.30.171.217: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.217. 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:03.124 16  switches: flows:  521171 522811 523791 517988 524962 521935 515398 524965 513525 507000 507570 504347 513882 506985 500744 484839  total = 136.865217 per ms 
00:54:03.226 16  switches: flows:  517669 502583 522087 525888 514488 513210 506419 518343 521592 526182 509717 502351 510322 510687 518976 447480  total = 135.904587 per ms 
00:55:03.327 16  switches: flows:  624597 617880 622302 625781 616195 625567 635078 620744 612876 622687 624262 618060 623944 620852 623715 627774  total = 165.758167 per ms 
00:56:03.429 16  switches: flows:  613611 617136 620088 614915 601653 607519 618965 601269 610745 617210 611971 615146 618382 620068 571330 615408  total = 162.648848 per ms 
00:57:04.796 16  switches: flows:  588685 584027 588078 597488 584063 595008 580930 593151 593431 587433 588396 583147 594008 582571 589899 599003  total = 153.654109 per ms 
00:58:04.897 16  switches: flows:  594513 492314 593173 595466 594629 602790 591854 594369 600291 604120 601955 590622 598009 598954 596083 595878  total = 157.152944 per ms 
00:59:05.009 16  switches: flows:  616582 633616 626794 625644 614870 625966 616867 615559 635026 622742 611794 621345 620125 619968 631978 627779  total = 165.803445 per ms 
01:00:05.110 16  switches: flows:  608507 625576 582720 619306 610538 606951 608359 615859 613747 602740 616117 594477 609972 608871 601985 599920  total = 161.820703 per ms 
01:01:05.212 16  switches: flows:  602857 605282 590202 592534 595000 604896 602809 601006 609560 597649 604457 610179 593748 601680 598845 597111  total = 159.859797 per ms 
01:02:05.313 16  switches: flows:  630154 628635 614032 627008 627179 622260 616465 621341 624456 620814 629423 619720 619353 641735 628449 633488  total = 166.461504 per ms 
RESULT: 16 switches 9 tests min/max/avg/stdev = 135904.59/166461.50/158784.90/53693.84 responses/s</msg>
<arg>${output}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-07-01T01:02:05.330453" elapsed="0.000520"/>
</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-01T01:02:05.331181" elapsed="0.000521"/>
</kw>
<kw name="Get Lines Containing String" owner="String">
<msg time="2026-07-01T01:02:05.332283" level="INFO">1 out of 23 lines matched.</msg>
<msg time="2026-07-01T01:02:05.332445" level="INFO">${result_line} = RESULT: 16 switches 9 tests min/max/avg/stdev = 135904.59/166461.50/158784.90/53693.84 responses/s</msg>
<var>${result_line}</var>
<arg>${output}</arg>
<arg>RESULT</arg>
<doc>Returns lines of the given ``string`` that contain the ``pattern``.</doc>
<status status="PASS" start="2026-07-01T01:02:05.331923" elapsed="0.000580"/>
</kw>
<kw name="Split String" owner="String">
<msg time="2026-07-01T01:02:05.333123" level="INFO">@{results_list} = [ RESULT: | 16 | switches | 9 | tests | min/max/avg/stdev | = | 135904.59/166461.50/158784.90/53693.84 | responses/s ]</msg>
<var>@{results_list}</var>
<arg>${result_line}</arg>
<doc>Splits the ``string`` using ``separator`` as a delimiter string.</doc>
<status status="PASS" start="2026-07-01T01:02:05.332728" elapsed="0.000429"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-07-01T01:02:05.335708" 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-01T01:02:05.333304" elapsed="0.002460"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-07-01T01:02:05.338159" level="INFO">135904.59/166461.50/158784.90/53693.84</msg>
<arg>${results_list[7]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-07-01T01:02:05.335910" elapsed="0.002304"/>
</kw>
<kw name="Split String" owner="String">
<msg time="2026-07-01T01:02:05.340647" 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-01T01:02:05.338382" elapsed="0.002291"/>
</kw>
<kw name="Split String" owner="String">
<msg time="2026-07-01T01:02:05.343072" level="INFO">@{result_value_list} = [ 135904.59 | 166461.50 | 158784.90 | 53693.84 ]</msg>
<var>@{result_value_list}</var>
<arg>${results_list[7]}</arg>
<arg>/</arg>
<doc>Splits the ``string`` using ``separator`` as a delimiter string.</doc>
<status status="PASS" start="2026-07-01T01:02:05.340862" elapsed="0.002237"/>
</kw>
<kw name="Get Length" owner="BuiltIn">
<msg time="2026-07-01T01:02:05.343724" level="INFO">Length is 4.</msg>
<msg time="2026-07-01T01:02:05.343812" 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-01T01:02:05.343252" elapsed="0.000584"/>
</kw>
<for flavor="IN RANGE">
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-07-01T01:02:05.348784" level="INFO">min :: 135904.59</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-01T01:02:05.344238" elapsed="0.004604"/>
</kw>
<var name="${i}">0</var>
<status status="PASS" start="2026-07-01T01:02:05.344108" elapsed="0.004769"/>
</iter>
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-07-01T01:02:05.353402" level="INFO">max :: 166461.50</msg>
<arg>${result_name_list[${i}]} :: ${result_value_list[${i}]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-07-01T01:02:05.349102" elapsed="0.004372"/>
</kw>
<var name="${i}">1</var>
<status status="PASS" start="2026-07-01T01:02:05.348973" elapsed="0.004535"/>
</iter>
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-07-01T01:02:05.358049" level="INFO">avg :: 158784.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-01T01:02:05.353724" elapsed="0.004381"/>
</kw>
<var name="${i}">2</var>
<status status="PASS" start="2026-07-01T01:02:05.353597" elapsed="0.004542"/>
</iter>
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-07-01T01:02:05.362738" level="INFO">stdev :: 53693.84</msg>
<arg>${result_name_list[${i}]} :: ${result_value_list[${i}]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-07-01T01:02:05.358358" elapsed="0.004437"/>
</kw>
<var name="${i}">3</var>
<status status="PASS" start="2026-07-01T01:02:05.358229" elapsed="0.004601"/>
</iter>
<var>${i}</var>
<value>0</value>
<value>${num_stats}</value>
<status status="PASS" start="2026-07-01T01:02:05.343903" elapsed="0.018958"/>
</for>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-07-01T01:02:05.366811" level="INFO">${min} = 135904.59</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-01T01:02:05.363020" elapsed="0.003818"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-07-01T01:02:05.371098" level="INFO">${max} = 166461.50</msg>
<var>${max}</var>
<arg>${result_value_list[${1}]}</arg>
<doc>Returns the given values which can then be assigned to a variables.</doc>
<status status="PASS" start="2026-07-01T01:02:05.366991" elapsed="0.004135"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-07-01T01:02:05.375036" level="INFO">${average} = 158784.90</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-01T01:02:05.371281" elapsed="0.003781"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-07-01T01:02:05.378974" level="INFO">${stdev} = 53693.84</msg>
<var>${stdev}</var>
<arg>${result_value_list[${3}]}</arg>
<doc>Returns the given values which can then be assigned to a variables.</doc>
<status status="PASS" start="2026-07-01T01:02:05.375213" elapsed="0.003787"/>
</kw>
<kw name="Get Time" owner="BuiltIn">
<msg time="2026-07-01T01:02:05.379531" level="INFO">${date} = 2026-07-01 01:02:05</msg>
<var>${date}</var>
<arg>d,m,s</arg>
<doc>Returns the given time in the requested format.</doc>
<status status="PASS" start="2026-07-01T01:02:05.379160" elapsed="0.000397"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-07-01T01:02:05.380178" level="INFO">CBench Result: 2026-07-01 01:02:05,-t -m 60000 -M 100 -S 16 -l 10 -D 5000 -p 6633,135904.59,166461.50,158784.90,53693.84</msg>
<arg>CBench Result: ${date},${cbench_args},${min},${max},${average},${stdev}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-07-01T01:02:05.379709" elapsed="0.000526"/>
</kw>
<kw name="Log Results And Determine Status">
<kw name="Append To File" owner="OperatingSystem">
<msg time="2026-07-01T01:02:05.381250" 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-01T01:02:05.380855" elapsed="0.000460"/>
</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-01T01:02:05.381482" elapsed="0.000458"/>
</kw>
<arg>${min}</arg>
<arg>${max}</arg>
<arg>${average}</arg>
<arg>${average_threshold}</arg>
<arg>${output_filename}</arg>
<status status="PASS" start="2026-07-01T01:02:05.380373" elapsed="0.001632"/>
</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-01T00:51:57.407179" elapsed="607.974885"/>
</kw>
<kw name="Sleep" owner="BuiltIn">
<msg time="2026-07-01T01:02:05.382544" 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-01T01:02:05.382215" elapsed="0.000385"/>
</kw>
<kw name="Log Results As Zero If Cbench Timed Out" type="TEARDOWN">
<kw name="Run Keyword If Timeout Occurred" owner="BuiltIn">
<arg>Log Results And Determine Status</arg>
<arg>0</arg>
<arg>0</arg>
<arg>0</arg>
<arg>0</arg>
<arg>${output_filename}</arg>
<doc>Runs the given keyword if either a test or a keyword timeout has occurred.</doc>
<status status="PASS" start="2026-07-01T01:02:05.383103" elapsed="0.000261"/>
</kw>
<status status="PASS" start="2026-07-01T01:02:05.382807" elapsed="0.000646"/>
</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-01T00:51:57.405241" elapsed="607.978251"/>
</test>
<test id="s1-t3" name="Rerun Latency Test To Check Bug 6176" line="65">
<kw name="Log" owner="BuiltIn">
<msg time="2026-07-01T01:02:05.384944" 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-01T01:02:05.384556" elapsed="0.000445"/>
</kw>
<kw name="Run Cbench And Log Results">
<kw name="Set Suite Variable" owner="BuiltIn">
<msg time="2026-07-01T01:02:05.386243" 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-01T01:02:05.385891" elapsed="0.000395"/>
</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-01T01:02:05.386668" elapsed="0.000022"/>
</kw>
<status status="NOT RUN" start="2026-07-01T01:02:05.386444" elapsed="0.000283"/>
</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-01T01:02:05.392208" elapsed="0.000051"/>
</kw>
<status status="NOT RUN" start="2026-07-01T01:02:05.391582" elapsed="0.000757"/>
</branch>
<status status="PASS" start="2026-07-01T01:02:05.391535" elapsed="0.000859"/>
</if>
<kw name="Get Connection" owner="SSHLibrary">
<msg time="2026-07-01T01:02:05.393065" 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-01T01:02:05.393241" 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-01T01:02:05.392724" elapsed="0.000556"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-07-01T01:02:05.394142" level="INFO">Attempting to execute command "/usr/local/bin/cbench -c 10.30.171.217 -m 60000 -M 100 -S 16 -l 10 -D 5000 -p 6633" on remote system "10.30.170.42" 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-01T01:02:05.393504" elapsed="0.000723"/>
</kw>
<kw name="Open Connection" owner="SSHLibrary">
<msg time="2026-07-01T01:02:05.395043" 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-01T01:02:05.394455" elapsed="0.000628"/>
</kw>
<kw name="Flexible_SSH_Login" owner="SSHKeywords">
<kw name="Get Length" owner="BuiltIn">
<msg time="2026-07-01T01:02:05.396457" level="INFO">Length is 0.</msg>
<msg time="2026-07-01T01:02:05.396589" 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-01T01:02:05.395958" elapsed="0.000667"/>
</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-01T01:02:05.396834" elapsed="0.000508"/>
</kw>
<kw name="Run Keyword And Return" owner="BuiltIn">
<kw name="Login With Public Key" owner="SSHLibrary">
<msg time="2026-07-01T01:02:05.398640" level="INFO">Logging into '10.30.170.42:22' as 'jenkins'.</msg>
<msg time="2026-07-01T01:02:06.083287" 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 Wed Jul  1 01:02:05 UTC 2026

  System load:  0.35               Processes:             105
  Usage of /:   19.3% of 38.58GB   Users logged in:       0
  Memory usage: 4%                 IPv4 address for ens3: 10.30.170.42
  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: Wed Jul  1 00:51:57 2026 from 10.30.171.36
[?2004h[jenkins@releng-63164-326-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-01T01:02:05.398058" elapsed="0.685447"/>
</kw>
<msg time="2026-07-01T01:02:06.083595" 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-01T01:02:05.397577" elapsed="0.686098"/>
</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-01T01:02:05.395380" elapsed="0.688409"/>
</kw>
<kw name="Execute Command" owner="SSHLibrary">
<msg time="2026-07-01T01:02:06.084337" level="INFO">Executing command '/usr/local/bin/cbench -c 10.30.171.217 -m 60000 -M 100 -S 16 -l 10 -D 5000 -p 6633'.</msg>
<msg time="2026-07-01T01:12:12.118326" level="INFO">Command exited with return code 0.</msg>
<msg time="2026-07-01T01:12:12.118912" level="INFO">${stdout} = </msg>
<msg time="2026-07-01T01:12:12.119023" level="INFO">${stderr} = cbench: controller benchmarking tool
   running in mode 'latency'
   connecting to controller at 10.30.171.217: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-01T01:02:06.084041" elapsed="606.035039"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-07-01T01:12:12.119571" elapsed="0.000688"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-07-01T01:12:12.121470" level="INFO">cbench: controller benchmarking tool
   running in mode 'latency'
   connecting to controller at 10.30.171.217: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.217. 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:11.207 16  switches: flows:  115909 118275 112186 115185 117181 116442 115544 114777 114846 113334 113971 114277 113946 113423 111003 114108  total = 30.573450 per ms 
01:04:11.308 16  switches: flows:  120992 121635 116107 117507 119781 120265 119829 118306 117551 116376 117588 118605 115922 119488 117093 116340  total = 31.503826 per ms 
01:05:11.409 16  switches: flows:  121838 122821 119283 118595 122360 122443 123040 119812 119456 117051 121164 118595 117650 120102 119817 119307  total = 32.002099 per ms 
01:06:11.510 16  switches: flows:  122707 124916 119535 120280 122165 122402 123334 121106 121139 119442 122084 121958 120401 122486 119813 120710  total = 32.353554 per ms 
01:07:11.611 16  switches: flows:  122516 126219 118965 121304 121919 122902 122533 121931 119553 119715 121901 121061 120464 120864 119969 120035  total = 32.310238 per ms 
01:08:11.712 16  switches: flows:  122447 125043 120345 121435 121032 122546 123876 121578 121097 119664 121713 120227 119943 121611 119368 121138  total = 32.330405 per ms 
01:09:11.812 16  switches: flows:  125875 127727 123330 123543 124466 125798 125339 124198 124542 122549 125084 123054 123635 124274 123326 122760  total = 33.103061 per ms 
01:10:11.913 16  switches: flows:  123214 126137 121562 121158 122540 122435 123505 121077 122456 120842 122791 122245 123435 121482 120617 121302  total = 32.558871 per ms 
01:11:12.015 16  switches: flows:  124295 125474 121258 121719 121709 122520 124623 120971 121258 119923 124078 123627 122079 123225 122006 120694  total = 32.603185 per ms 
01:12:12.116 16  switches: flows:  122865 124101 118380 120542 120619 121901 123033 121926 120332 119103 122848 121097 120495 121918 120005 121216  total = 32.285724 per ms 
RESULT: 16 switches 9 tests min/max/avg/stdev = 31503.83/33103.06/32339.00/10787.48 responses/s</msg>
<arg>${stderr}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-07-01T01:12:12.120676" elapsed="0.001091"/>
</kw>
<if>
<branch type="IF" condition="&quot;${return_stdout}&quot;!=&quot;True&quot;">
<return>
<value>${stderr}</value>
<status status="PASS" start="2026-07-01T01:12:12.122306" elapsed="0.000076"/>
</return>
<status status="PASS" start="2026-07-01T01:12:12.121955" elapsed="0.000545"/>
</branch>
<status status="PASS" start="2026-07-01T01:12:12.121902" elapsed="0.000657"/>
</if>
<if>
<branch type="IF" condition="&quot;${return_stderr}&quot;!=&quot;True&quot;">
<return>
<value>${stdout}</value>
<status status="NOT RUN" start="2026-07-01T01:12:12.122774" elapsed="0.000028"/>
</return>
<status status="NOT RUN" start="2026-07-01T01:12:12.122691" elapsed="0.000172"/>
</branch>
<status status="NOT RUN" start="2026-07-01T01:12:12.122654" elapsed="0.000258"/>
</if>
<return>
<value>${stdout}</value>
<value>${stderr}</value>
<status status="NOT RUN" start="2026-07-01T01:12:12.122982" elapsed="0.000029"/>
</return>
<kw name="Restore_Current_Ssh_Connection_From_Index" owner="SSHKeywords" type="TEARDOWN">
<kw name="Run Keyword And Return If" owner="BuiltIn">
<arg>${connection_index} is not None</arg>
<arg>SSHLibrary.Switch Connection</arg>
<arg>${connection_index}</arg>
<doc>Runs the specified keyword and returns from the enclosing user keyword.</doc>
<status status="PASS" start="2026-07-01T01:12:12.128208" elapsed="0.000353"/>
</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-01T01:12:12.128711" elapsed="0.000161"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-07-01T01:12:12.129010" elapsed="0.000099"/>
</kw>
<arg>${current_ssh_connection.index}</arg>
<doc>Restore active SSH connection in SSHLibrary to given index.</doc>
<status status="PASS" start="2026-07-01T01:12:12.123716" elapsed="0.005448"/>
</kw>
<msg time="2026-07-01T01:12:12.129296" level="INFO">${output} = cbench: controller benchmarking tool
   running in mode 'latency'
   connecting to controller at 10.30.171.217: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-01T01:02:05.387117" elapsed="606.742206"/>
</kw>
<status status="PASS" start="2026-07-01T01:02:05.386752" elapsed="606.742622"/>
</branch>
<status status="PASS" start="2026-07-01T01:02:05.386404" elapsed="606.742994"/>
</if>
<kw name="Log" owner="BuiltIn">
<msg time="2026-07-01T01:12:12.129863" level="INFO">cbench: controller benchmarking tool
   running in mode 'latency'
   connecting to controller at 10.30.171.217: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.217. 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:11.207 16  switches: flows:  115909 118275 112186 115185 117181 116442 115544 114777 114846 113334 113971 114277 113946 113423 111003 114108  total = 30.573450 per ms 
01:04:11.308 16  switches: flows:  120992 121635 116107 117507 119781 120265 119829 118306 117551 116376 117588 118605 115922 119488 117093 116340  total = 31.503826 per ms 
01:05:11.409 16  switches: flows:  121838 122821 119283 118595 122360 122443 123040 119812 119456 117051 121164 118595 117650 120102 119817 119307  total = 32.002099 per ms 
01:06:11.510 16  switches: flows:  122707 124916 119535 120280 122165 122402 123334 121106 121139 119442 122084 121958 120401 122486 119813 120710  total = 32.353554 per ms 
01:07:11.611 16  switches: flows:  122516 126219 118965 121304 121919 122902 122533 121931 119553 119715 121901 121061 120464 120864 119969 120035  total = 32.310238 per ms 
01:08:11.712 16  switches: flows:  122447 125043 120345 121435 121032 122546 123876 121578 121097 119664 121713 120227 119943 121611 119368 121138  total = 32.330405 per ms 
01:09:11.812 16  switches: flows:  125875 127727 123330 123543 124466 125798 125339 124198 124542 122549 125084 123054 123635 124274 123326 122760  total = 33.103061 per ms 
01:10:11.913 16  switches: flows:  123214 126137 121562 121158 122540 122435 123505 121077 122456 120842 122791 122245 123435 121482 120617 121302  total = 32.558871 per ms 
01:11:12.015 16  switches: flows:  124295 125474 121258 121719 121709 122520 124623 120971 121258 119923 124078 123627 122079 123225 122006 120694  total = 32.603185 per ms 
01:12:12.116 16  switches: flows:  122865 124101 118380 120542 120619 121901 123033 121926 120332 119103 122848 121097 120495 121918 120005 121216  total = 32.285724 per ms 
RESULT: 16 switches 9 tests min/max/avg/stdev = 31503.83/33103.06/32339.00/10787.48 responses/s</msg>
<arg>${output}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-07-01T01:12:12.129565" elapsed="0.000374"/>
</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-01T01:12:12.130090" elapsed="0.000440"/>
</kw>
<kw name="Get Lines Containing String" owner="String">
<msg time="2026-07-01T01:12:12.130946" level="INFO">1 out of 23 lines matched.</msg>
<msg time="2026-07-01T01:12:12.131039" level="INFO">${result_line} = RESULT: 16 switches 9 tests min/max/avg/stdev = 31503.83/33103.06/32339.00/10787.48 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-01T01:12:12.130706" elapsed="0.000359"/>
</kw>
<kw name="Split String" owner="String">
<msg time="2026-07-01T01:12:12.131498" level="INFO">@{results_list} = [ RESULT: | 16 | switches | 9 | tests | min/max/avg/stdev | = | 31503.83/33103.06/32339.00/10787.48 | 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-01T01:12:12.131226" elapsed="0.000300"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-07-01T01:12:12.133908" 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-01T01:12:12.131672" elapsed="0.002292"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-07-01T01:12:12.136373" level="INFO">31503.83/33103.06/32339.00/10787.48</msg>
<arg>${results_list[7]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-07-01T01:12:12.134110" elapsed="0.002334"/>
</kw>
<kw name="Split String" owner="String">
<msg time="2026-07-01T01:12:12.138833" 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-01T01:12:12.136595" elapsed="0.002265"/>
</kw>
<kw name="Split String" owner="String">
<msg time="2026-07-01T01:12:12.141502" level="INFO">@{result_value_list} = [ 31503.83 | 33103.06 | 32339.00 | 10787.48 ]</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-01T01:12:12.139049" elapsed="0.002481"/>
</kw>
<kw name="Get Length" owner="BuiltIn">
<msg time="2026-07-01T01:12:12.141989" level="INFO">Length is 4.</msg>
<msg time="2026-07-01T01:12:12.142077" 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-01T01:12:12.141685" elapsed="0.000416"/>
</kw>
<for flavor="IN RANGE">
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-07-01T01:12:12.146855" level="INFO">min :: 31503.83</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-01T01:12:12.142546" elapsed="0.004365"/>
</kw>
<var name="${i}">0</var>
<status status="PASS" start="2026-07-01T01:12:12.142400" elapsed="0.004546"/>
</iter>
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-07-01T01:12:12.151483" level="INFO">max :: 33103.06</msg>
<arg>${result_name_list[${i}]} :: ${result_value_list[${i}]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-07-01T01:12:12.147167" elapsed="0.004372"/>
</kw>
<var name="${i}">1</var>
<status status="PASS" start="2026-07-01T01:12:12.147040" elapsed="0.004534"/>
</iter>
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-07-01T01:12:12.156114" level="INFO">avg :: 32339.00</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-01T01:12:12.151783" elapsed="0.004387"/>
</kw>
<var name="${i}">2</var>
<status status="PASS" start="2026-07-01T01:12:12.151657" elapsed="0.004547"/>
</iter>
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-07-01T01:12:12.160951" level="INFO">stdev :: 10787.48</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-01T01:12:12.156434" elapsed="0.004573"/>
</kw>
<var name="${i}">3</var>
<status status="PASS" start="2026-07-01T01:12:12.156289" elapsed="0.004753"/>
</iter>
<var>${i}</var>
<value>0</value>
<value>${num_stats}</value>
<status status="PASS" start="2026-07-01T01:12:12.142168" elapsed="0.018904"/>
</for>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-07-01T01:12:12.165061" level="INFO">${min} = 31503.83</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-01T01:12:12.161229" elapsed="0.003859"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-07-01T01:12:12.169033" level="INFO">${max} = 33103.06</msg>
<var>${max}</var>
<arg>${result_value_list[${1}]}</arg>
<doc>Returns the given values which can then be assigned to a variables.</doc>
<status status="PASS" start="2026-07-01T01:12:12.165248" elapsed="0.003812"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-07-01T01:12:12.173170" level="INFO">${average} = 32339.00</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-01T01:12:12.169212" elapsed="0.003985"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-07-01T01:12:12.177135" level="INFO">${stdev} = 10787.48</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-01T01:12:12.173352" elapsed="0.003810"/>
</kw>
<kw name="Get Time" owner="BuiltIn">
<msg time="2026-07-01T01:12:12.177682" level="INFO">${date} = 2026-07-01 01:12:12</msg>
<var>${date}</var>
<arg>d,m,s</arg>
<doc>Returns the given time in the requested format.</doc>
<status status="PASS" start="2026-07-01T01:12:12.177320" elapsed="0.000388"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-07-01T01:12:12.178297" level="INFO">CBench Result: 2026-07-01 01:12:12,-m 60000 -M 100 -S 16 -l 10 -D 5000 -p 6633,31503.83,33103.06,32339.00,10787.48</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-01T01:12:12.177858" elapsed="0.000499"/>
</kw>
<kw name="Log Results And Determine Status">
<kw name="Append To File" owner="OperatingSystem">
<msg time="2026-07-01T01:12:12.179451" 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-01T01:12:12.178971" elapsed="0.000549"/>
</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-01T01:12:12.179681" elapsed="0.000460"/>
</kw>
<arg>${min}</arg>
<arg>${max}</arg>
<arg>${average}</arg>
<arg>${average_threshold}</arg>
<arg>${output_filename}</arg>
<status status="PASS" start="2026-07-01T01:12:12.178509" elapsed="0.001696"/>
</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-01T01:02:05.385311" elapsed="606.794954"/>
</kw>
<kw name="Sleep" owner="BuiltIn">
<msg time="2026-07-01T01:12:12.180737" 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-01T01:12:12.180429" elapsed="0.000366"/>
</kw>
<kw name="Report Failure Due To Bug" owner="Utils" type="TEARDOWN">
<kw name="Evaluate" owner="BuiltIn">
<msg time="2026-07-01T01:12:12.181975" 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-01T01:12:12.181505" elapsed="0.000497"/>
</kw>
<if>
<branch type="IF" condition="('${TEST_STATUS}' != 'FAIL') or ${test_skipped}">
<return>
<status status="PASS" start="2026-07-01T01:12:12.182261" elapsed="0.000031"/>
</return>
<status status="PASS" start="2026-07-01T01:12:12.182077" elapsed="0.000247"/>
</branch>
<status status="PASS" start="2026-07-01T01:12:12.182057" elapsed="0.000291"/>
</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-01T01:12:12.182507" elapsed="0.000022"/>
</kw>
<kw name="Run Keyword And Return Status" owner="BuiltIn">
<var>${match}</var>
<arg>Should Contain</arg>
<arg>${number}</arg>
<arg>-</arg>
<doc>Runs the specified keyword and returns the status as a Boolean value.</doc>
<status status="NOT RUN" start="2026-07-01T01:12:12.182665" 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-01T01:12:12.182825" elapsed="0.000019"/>
</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-01T01:12:12.183018" elapsed="0.000021"/>
</kw>
<kw name="Evaluate" owner="BuiltIn">
<var>${newline}</var>
<arg>chr(10)</arg>
<doc>Evaluates the given expression in Python and returns the result.</doc>
<status status="NOT RUN" start="2026-07-01T01:12:12.183170" 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-01T01:12:12.183317" 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-01T01:12:12.183482" elapsed="0.000021"/>
</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-01T01:12:12.183710" elapsed="0.000019"/>
</kw>
<status status="NOT RUN" start="2026-07-01T01:12:12.183573" elapsed="0.000187"/>
</branch>
<status status="NOT RUN" start="2026-07-01T01:12:12.183555" elapsed="0.000229"/>
</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-01T01:12:12.181152" elapsed="0.002683"/>
</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-01T01:02:05.383946" elapsed="606.799934"/>
</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-01T00:41:48.076284" elapsed="1824.108285"/>
</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>
