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

[?1h=[90m~[0m                                                                                [?2004hopendaylight-user</msg>
<arg>${KARAF_USER}</arg>
<arg>${KARAF_PASSWORD}</arg>
<arg>loglevel=${loglevel}</arg>
<doc>Logs into the SSH server with the given ``username`` and ``password``.</doc>
<status status="PASS" start="2026-05-02T00:45:19.781420" elapsed="0.650106"/>
</kw>
<kw name="Write" owner="SSHLibrary">
<msg time="2026-05-02T00:45:20.479242" level="INFO">@root&gt;log:set ERROR</msg>
<arg>${cmd}</arg>
<doc>Writes the given ``text`` on the remote machine and appends a newline.</doc>
<status status="PASS" start="2026-05-02T00:45:20.431753" elapsed="0.047559"/>
</kw>
<kw name="Read Until Regexp" owner="SSHLibrary">
<msg time="2026-05-02T00:45:20.481001" level="INFO">[?1l&gt;[?2004l[?1h=[90m~[0m                                                                                [?2004hopendaylight-user@root&gt;</msg>
<msg time="2026-05-02T00:45:20.481110" level="INFO">${output} = [?1l&gt;[?2004l[?1h=[90m~[0m                                                                                [?2004hopendaylight-user@root&gt;</msg>
<var>${output}</var>
<arg>${KARAF_PROMPT}</arg>
<doc>Consumes and returns the server output until a match to ``regexp`` is found.</doc>
<status status="PASS" start="2026-05-02T00:45:20.479477" elapsed="0.001662"/>
</kw>
<kw name="Write Bare" owner="SSHLibrary">
<arg>logout\n</arg>
<doc>Writes the given ``text`` on the remote machine without appending a newline.</doc>
<status status="PASS" start="2026-05-02T00:45:20.481293" elapsed="0.000205"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-05-02T00:45:20.481678" elapsed="0.000193"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-05-02T00:45:20.482329" level="INFO">[?1l&gt;[?2004l[?1h=[90m~[0m                                                                                [?2004hopendaylight-user@root&gt;</msg>
<arg>${output}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-05-02T00:45:20.482022" elapsed="0.000361"/>
</kw>
<return>
<value>${output}</value>
<status status="PASS" start="2026-05-02T00:45:20.482434" elapsed="0.000054"/>
</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.82
Note that this keyword will open&amp;close new SSH connection, without switching back to previously current session.</doc>
<status status="PASS" start="2026-05-02T00:45:19.779894" elapsed="0.702733"/>
</kw>
<arg>3x</arg>
<arg>1s</arg>
<arg>KarafKeywords.Issue Command On Karaf Console</arg>
<arg>log:set ${log_level}</arg>
<doc>Runs the specified keyword and retries if it fails.</doc>
<status status="PASS" start="2026-05-02T00:45:19.776242" elapsed="0.706451"/>
</kw>
<kw name="Append To File" owner="OperatingSystem">
<msg time="2026-05-02T00:45:20.483192" level="INFO" html="true">Appended to file '&lt;a href="file:///w/workspace/openflowplugin-csit-1node-cbench-only-vanadium/latency.csv"&gt;/w/workspace/openflowplugin-csit-1node-cbench-only-vanadium/latency.csv&lt;/a&gt;'.</msg>
<arg>${latency_results_file}</arg>
<arg>LATENCY_MIN,LATENCY_MAX,LATENCY_AVERAGE\n</arg>
<doc>Appends the given content to the specified file.</doc>
<status status="PASS" start="2026-05-02T00:45:20.482881" elapsed="0.000367"/>
</kw>
<kw name="Append To File" owner="OperatingSystem">
<msg time="2026-05-02T00:45:20.483663" level="INFO" html="true">Appended to file '&lt;a href="file:///w/workspace/openflowplugin-csit-1node-cbench-only-vanadium/throughput.csv"&gt;/w/workspace/openflowplugin-csit-1node-cbench-only-vanadium/throughput.csv&lt;/a&gt;'.</msg>
<arg>${throughput_results_file}</arg>
<arg>THROUGHPUT_MIN,THROUGHPUT_MAX,THROUGHPUT_AVERAGE\n</arg>
<doc>Appends the given content to the specified file.</doc>
<status status="PASS" start="2026-05-02T00:45:20.483400" elapsed="0.000320"/>
</kw>
<kw name="Evaluate" owner="BuiltIn">
<msg time="2026-05-02T00:45:20.484279" level="INFO">${duration_in_ms} = 60000</msg>
<var>${duration_in_ms}</var>
<arg>${duration_in_secs} * 1000</arg>
<doc>Evaluates the given expression in Python and returns the result.</doc>
<status status="PASS" start="2026-05-02T00:45:20.483878" elapsed="0.000428"/>
</kw>
<kw name="Set Suite Variable" owner="BuiltIn">
<msg time="2026-05-02T00:45:20.484856" level="INFO">${duration_in_ms} = 60000</msg>
<arg>${duration_in_ms}</arg>
<doc>Makes a variable available everywhere within the scope of the current suite.</doc>
<status status="PASS" start="2026-05-02T00:45:20.484473" elapsed="0.000426"/>
</kw>
<kw name="Evaluate" owner="BuiltIn">
<msg time="2026-05-02T00:45:20.485413" level="INFO">${test_timeout} = 900.0</msg>
<var>${test_timeout}</var>
<arg>(${loops} * ${duration_in_secs}) * 1.5</arg>
<doc>Evaluates the given expression in Python and returns the result.</doc>
<status status="PASS" start="2026-05-02T00:45:20.485045" elapsed="0.000395"/>
</kw>
<kw name="Set Suite Variable" owner="BuiltIn">
<msg time="2026-05-02T00:45:20.485924" level="INFO">${test_timeout} = 900.0</msg>
<arg>${test_timeout}</arg>
<doc>Makes a variable available everywhere within the scope of the current suite.</doc>
<status status="PASS" start="2026-05-02T00:45:20.485615" elapsed="0.000351"/>
</kw>
<if>
<branch type="IF" condition="&quot;${cbench_system}&quot; == &quot;localhost&quot;">
<kw name="File Should Exist" owner="OperatingSystem">
<arg>${cbench_executable}</arg>
<doc>Fails unless the given ``path`` points to an existing file.</doc>
<status status="NOT RUN" start="2026-05-02T00:45:20.486261" elapsed="0.000021"/>
</kw>
<status status="NOT RUN" start="2026-05-02T00:45:20.486050" elapsed="0.000266"/>
</branch>
<branch type="ELSE">
<kw name="Verify File Exists On Remote System" owner="Utils">
<kw name="Open Connection" owner="SSHLibrary">
<msg time="2026-05-02T00:45:20.490664" level="INFO">${conn_id} = 2</msg>
<var>${conn_id}</var>
<arg>${system}</arg>
<arg>prompt=${prompt}</arg>
<arg>timeout=${prompt_timeout}</arg>
<doc>Opens a new SSH connection to the given ``host`` and ``port``.</doc>
<status status="PASS" start="2026-05-02T00:45:20.490219" elapsed="0.000472"/>
</kw>
<kw name="Flexible_SSH_Login" owner="SSHKeywords">
<kw name="Get Length" owner="BuiltIn">
<msg time="2026-05-02T00:45:20.491980" level="INFO">Length is 0.</msg>
<msg time="2026-05-02T00:45:20.492067" level="INFO">${pwd_length} = 0</msg>
<var>${pwd_length}</var>
<arg>${password}</arg>
<doc>Returns and logs the length of the given item as an integer.</doc>
<status status="PASS" start="2026-05-02T00:45:20.491236" elapsed="0.000855"/>
</kw>
<kw name="Run Keyword And Return If" owner="BuiltIn">
<arg>${pwd_length} &gt; 0</arg>
<arg>SSHLibrary.Login</arg>
<arg>${user}</arg>
<arg>${password}</arg>
<arg>delay=${delay}</arg>
<doc>Runs the specified keyword and returns from the enclosing user keyword.</doc>
<status status="PASS" start="2026-05-02T00:45:20.492240" elapsed="0.000345"/>
</kw>
<kw name="Run Keyword And Return" owner="BuiltIn">
<kw name="Login With Public Key" owner="SSHLibrary">
<msg time="2026-05-02T00:45:20.493630" level="INFO">Logging into '10.30.170.69:22' as 'jenkins'.</msg>
<msg time="2026-05-02T00:45:21.242848" level="INFO">Read output: Welcome to Ubuntu 22.04.5 LTS (GNU/Linux 5.15.0-153-generic x86_64)

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

 System information as of Sat May  2 00:45:20 UTC 2026

  System load:  0.01               Processes:             111
  Usage of /:   19.3% of 38.58GB   Users logged in:       0
  Memory usage: 4%                 IPv4 address for ens3: 10.30.170.69
  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-217-1-mininet-ovs-217-0 ~]&gt;</msg>
<arg>${user}</arg>
<arg>${USER_HOME}/.ssh/${SSH_KEY}</arg>
<arg>${KEYFILE_PASS}</arg>
<arg>delay=${delay}</arg>
<doc>Logs into the SSH server using key-based authentication.</doc>
<status status="PASS" start="2026-05-02T00:45:20.493117" elapsed="0.749825"/>
</kw>
<msg time="2026-05-02T00:45:21.243015" level="INFO">Returning from the enclosing user keyword.</msg>
<arg>SSHLibrary.Login With Public Key</arg>
<arg>${user}</arg>
<arg>${USER_HOME}/.ssh/${SSH_KEY}</arg>
<arg>${KEYFILE_PASS}</arg>
<arg>delay=${delay}</arg>
<doc>Runs the specified keyword and returns from the enclosing user keyword.</doc>
<status status="PASS" start="2026-05-02T00:45:20.492767" elapsed="0.750325"/>
</kw>
<arg>${user}</arg>
<arg>${password}</arg>
<doc>On active SSH session: if given non-empty password, do Login, else do Login With Public Key.</doc>
<status status="PASS" start="2026-05-02T00:45:20.490896" elapsed="0.752294"/>
</kw>
<kw name="File Should Exist" owner="SSHLibrary">
<msg time="2026-05-02T00:45:21.250541" level="INFO">[chan 1] Opened sftp connection (server version 3)</msg>
<arg>${file}</arg>
<doc>Fails if the given ``path`` does NOT point to an existing file.</doc>
<status status="PASS" start="2026-05-02T00:45:21.243358" elapsed="0.008782"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-05-02T00:45:21.252316" elapsed="0.000346"/>
</kw>
<arg>${cbench_system}</arg>
<arg>${cbench_executable}</arg>
<doc>Will create connection with public key and will PASS if the given ${file} exists,
otherwise will FAIL</doc>
<status status="PASS" start="2026-05-02T00:45:20.489701" elapsed="0.763024"/>
</kw>
<status status="PASS" start="2026-05-02T00:45:20.486399" elapsed="0.766363"/>
</branch>
<status status="PASS" start="2026-05-02T00:45:20.486023" elapsed="0.766773"/>
</if>
<kw name="Should Be True" owner="BuiltIn">
<arg>${loops} &gt;= 2</arg>
<arg>If number of loops is less than 2, cbench will not run</arg>
<doc>Fails if the given condition is not true.</doc>
<status status="PASS" start="2026-05-02T00:45:21.252952" elapsed="0.000441"/>
</kw>
<kw name="Verify_Feature_Is_Installed" owner="KarafKeywords">
<if>
<branch type="IF" condition="'${IS_KARAF_APPL}' == 'False'">
<return>
<value>Not A Karaf App</value>
<status status="NOT RUN" start="2026-05-02T00:45:21.262876" elapsed="0.000039"/>
</return>
<status status="NOT RUN" start="2026-05-02T00:45:21.262580" elapsed="0.000412"/>
</branch>
<status status="PASS" start="2026-05-02T00:45:21.262531" elapsed="0.000515"/>
</if>
<kw name="Issue_Command_On_Karaf_Console" owner="KarafKeywords">
<if>
<branch type="IF" condition="'${IS_KARAF_APPL}' == 'False'">
<return>
<value>Not A Karaf App</value>
<status status="NOT RUN" start="2026-05-02T00:45:21.268039" elapsed="0.000015"/>
</return>
<status status="NOT RUN" start="2026-05-02T00:45:21.267924" elapsed="0.000162"/>
</branch>
<status status="PASS" start="2026-05-02T00:45:21.267905" elapsed="0.000204"/>
</if>
<kw name="Open Connection" owner="SSHLibrary">
<arg>${controller}</arg>
<arg>port=${karaf_port}</arg>
<arg>prompt=${KARAF_PROMPT_LOGIN}</arg>
<arg>timeout=${timeout}</arg>
<doc>Opens a new SSH connection to the given ``host`` and ``port``.</doc>
<status status="PASS" start="2026-05-02T00:45:21.268240" elapsed="0.000468"/>
</kw>
<kw name="Login" owner="SSHLibrary">
<msg time="2026-05-02T00:45:21.269118" level="INFO">Logging into '10.30.171.82:8101' as 'karaf'.</msg>
<msg time="2026-05-02T00:45:21.462630" level="INFO">Read output: [33m                                                                                           
[33m    ________                       ________                .__  .__       .__     __       
[33m    \_____  \ ______   ____   ____ \______ \ _____  ___.__.|  | |__| ____ |  |___/  |_     
[33m     /   |   \\____ \_/ __ \ /    \ |    |  \\__  \&lt;   |  ||  | |  |/ ___\|  |  \   __\    
[33m    /    |    \  |_&gt; &gt;  ___/|   |  \|    `   \/ __ \\___  ||  |_|  / /_/  &gt;   Y  \  |      
[33m    \_______  /   __/ \___  &gt;___|  /_______  (____  / ____||____/__\___  /|___|  /__|      
[33m            \/|__|        \/     \/        \/     \/\/            /_____/      \/          
[33m                                                                                           

Hit '[1m&lt;tab&gt;[0m' for a list of available commands
and '[1m[cmd] --help[0m' for help on a specific command.
Hit '[1m&lt;ctrl-d&gt;[0m' or type '[1msystem:shutdown[0m' or '[1mlogout[0m' to shutdown OpenDaylight.

[?1h=[90m~[0m                                                                                [?2004hopendaylight-user</msg>
<arg>${KARAF_USER}</arg>
<arg>${KARAF_PASSWORD}</arg>
<arg>loglevel=${loglevel}</arg>
<doc>Logs into the SSH server with the given ``username`` and ``password``.</doc>
<status status="PASS" start="2026-05-02T00:45:21.268858" elapsed="0.193875"/>
</kw>
<kw name="Write" owner="SSHLibrary">
<msg time="2026-05-02T00:45:21.562449" level="INFO">@root&gt;feature:list -i | 0[C 0g[Krep odl-openflowplugin-drop-test</msg>
<arg>${cmd}</arg>
<doc>Writes the given ``text`` on the remote machine and appends a newline.</doc>
<status status="PASS" start="2026-05-02T00:45:21.462910" elapsed="0.099613"/>
</kw>
<kw name="Read Until Regexp" owner="SSHLibrary">
<msg time="2026-05-02T00:45:21.568273" level="INFO">[?1l&gt;[?2004l[31;1modl-openflowplugin-drop-test[0m                                    x 0.21.3           x x        x Started x [31;1modl-openflowplugin-drop-test[0m                                    x OpenDaylight :: Openflow Plugin :: Drop Test
[?1h=[90m~[0m                                                                                [?2004hopendaylight-user@root&gt;</msg>
<msg time="2026-05-02T00:45:21.568447" level="INFO">${output} = [?1l&gt;[?2004l[31;1modl-openflowplugin-drop-test[0m                                    x 0.21.3           x x        x Started x [31;1modl-openflowplugin-drop-test[0m                     ...</msg>
<var>${output}</var>
<arg>${KARAF_PROMPT}</arg>
<doc>Consumes and returns the server output until a match to ``regexp`` is found.</doc>
<status status="PASS" start="2026-05-02T00:45:21.562702" elapsed="0.005778"/>
</kw>
<kw name="Write Bare" owner="SSHLibrary">
<arg>logout\n</arg>
<doc>Writes the given ``text`` on the remote machine without appending a newline.</doc>
<status status="PASS" start="2026-05-02T00:45:21.568645" elapsed="0.000210"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-05-02T00:45:21.569006" elapsed="0.000193"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-05-02T00:45:21.569650" level="INFO">[?1l&gt;[?2004l[31;1modl-openflowplugin-drop-test[0m                                    x 0.21.3           x x        x Started x [31;1modl-openflowplugin-drop-test[0m                                    x OpenDaylight :: Openflow Plugin :: Drop Test
[?1h=[90m~[0m                                                                                [?2004hopendaylight-user@root&gt;</msg>
<arg>${output}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-05-02T00:45:21.569336" elapsed="0.000371"/>
</kw>
<return>
<value>${output}</value>
<status status="PASS" start="2026-05-02T00:45:21.569756" elapsed="0.000044"/>
</return>
<msg time="2026-05-02T00:45:21.569942" 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.82
Note that this keyword will open&amp;close new SSH connection, without switching back to previously current session.</doc>
<status status="PASS" start="2026-05-02T00:45:21.267554" elapsed="0.302420"/>
</kw>
<kw name="Should Contain" owner="BuiltIn">
<arg>${output}</arg>
<arg>${feature_name}</arg>
<doc>Fails if ``container`` does not contain ``item`` one or more times.</doc>
<status status="PASS" start="2026-05-02T00:45:21.570118" elapsed="0.000538"/>
</kw>
<return>
<value>${output}</value>
<status status="PASS" start="2026-05-02T00:45:21.570708" elapsed="0.000032"/>
</return>
<arg>odl-openflowplugin-drop-test</arg>
<doc>Will Succeed if the given ${feature_name} is found in the output of "feature:list -i"</doc>
<status status="PASS" start="2026-05-02T00:45:21.261943" elapsed="0.308896"/>
</kw>
<kw name="Issue_Command_On_Karaf_Console" owner="KarafKeywords">
<if>
<branch type="IF" condition="'${IS_KARAF_APPL}' == 'False'">
<return>
<value>Not A Karaf App</value>
<status status="NOT RUN" start="2026-05-02T00:45:21.574519" elapsed="0.000016"/>
</return>
<status status="NOT RUN" start="2026-05-02T00:45:21.574393" elapsed="0.000174"/>
</branch>
<status status="PASS" start="2026-05-02T00:45:21.574367" elapsed="0.000241"/>
</if>
<kw name="Open Connection" owner="SSHLibrary">
<arg>${controller}</arg>
<arg>port=${karaf_port}</arg>
<arg>prompt=${KARAF_PROMPT_LOGIN}</arg>
<arg>timeout=${timeout}</arg>
<doc>Opens a new SSH connection to the given ``host`` and ``port``.</doc>
<status status="PASS" start="2026-05-02T00:45:21.574742" elapsed="0.000432"/>
</kw>
<kw name="Login" owner="SSHLibrary">
<msg time="2026-05-02T00:45:21.575578" level="INFO">Logging into '10.30.171.82:8101' as 'karaf'.</msg>
<msg time="2026-05-02T00:45:21.753826" level="INFO">Read output: [33m                                                                                           
[33m    ________                       ________                .__  .__       .__     __       
[33m    \_____  \ ______   ____   ____ \______ \ _____  ___.__.|  | |__| ____ |  |___/  |_     
[33m     /   |   \\____ \_/ __ \ /    \ |    |  \\__  \&lt;   |  ||  | |  |/ ___\|  |  \   __\    
[33m    /    |    \  |_&gt; &gt;  ___/|   |  \|    `   \/ __ \\___  ||  |_|  / /_/  &gt;   Y  \  |      
[33m    \_______  /   __/ \___  &gt;___|  /_______  (____  / ____||____/__\___  /|___|  /__|      
[33m            \/|__|        \/     \/        \/     \/\/            /_____/      \/          
[33m                                                                                           

Hit '[1m&lt;tab&gt;[0m' for a list of available commands
and '[1m[cmd] --help[0m' for help on a specific command.
Hit '[1m&lt;ctrl-d&gt;[0m' or type '[1msystem:shutdown[0m' or '[1mlogout[0m' to shutdown OpenDaylight.

[?1h=[90m~[0m                                                                                [?2004hopendaylight-user</msg>
<arg>${KARAF_USER}</arg>
<arg>${KARAF_PASSWORD}</arg>
<arg>loglevel=${loglevel}</arg>
<doc>Logs into the SSH server with the given ``username`` and ``password``.</doc>
<status status="PASS" start="2026-05-02T00:45:21.575322" elapsed="0.178605"/>
</kw>
<kw name="Write" owner="SSHLibrary">
<msg time="2026-05-02T00:45:21.778644" level="INFO">@root&gt;dropallpacketsrpc on</msg>
<arg>${cmd}</arg>
<doc>Writes the given ``text`` on the remote machine and appends a newline.</doc>
<status status="PASS" start="2026-05-02T00:45:21.754098" elapsed="0.024613"/>
</kw>
<kw name="Read Until Regexp" owner="SSHLibrary">
<msg time="2026-05-02T00:45:21.780856" level="INFO">[?1l&gt;[?2004lDropAllFlows transitions to on
[?1h=[90m~[0m                                                                                [?2004hopendaylight-user@root&gt;</msg>
<msg time="2026-05-02T00:45:21.780963" level="INFO">${output} = [?1l&gt;[?2004lDropAllFlows transitions to on
[?1h=[90m~[0m                                                                                [?2004hopendaylight-user@root&gt;</msg>
<var>${output}</var>
<arg>${KARAF_PROMPT}</arg>
<doc>Consumes and returns the server output until a match to ``regexp`` is found.</doc>
<status status="PASS" start="2026-05-02T00:45:21.778917" elapsed="0.002075"/>
</kw>
<kw name="Write Bare" owner="SSHLibrary">
<arg>logout\n</arg>
<doc>Writes the given ``text`` on the remote machine without appending a newline.</doc>
<status status="PASS" start="2026-05-02T00:45:21.781130" elapsed="0.000210"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-05-02T00:45:21.781488" elapsed="0.000206"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-05-02T00:45:21.782108" level="INFO">[?1l&gt;[?2004lDropAllFlows transitions to on
[?1h=[90m~[0m                                                                                [?2004hopendaylight-user@root&gt;</msg>
<arg>${output}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-05-02T00:45:21.781834" elapsed="0.000323"/>
</kw>
<return>
<value>${output}</value>
<status status="PASS" start="2026-05-02T00:45:21.782204" elapsed="0.000043"/>
</return>
<arg>dropallpacketsrpc on</arg>
<doc>Will execute the given ${cmd} by ssh'ing to the karaf console running on 10.30.171.82
Note that this keyword will open&amp;close new SSH connection, without switching back to previously current session.</doc>
<status status="PASS" start="2026-05-02T00:45:21.574069" elapsed="0.208282"/>
</kw>
<status status="PASS" start="2026-05-02T00:45:19.774452" elapsed="2.007958"/>
</kw>
<test id="s1-t1" name="Cbench Latency Test" line="37">
<kw name="Log" owner="BuiltIn">
<msg time="2026-05-02T00:45:21.784748" level="INFO">Cbench tests using 10 iterations of 60 second tests. Switch Count: 16. Unique MACS to cycle: 100</msg>
<arg>Cbench tests using ${loops} iterations of ${duration_in_secs} second tests. Switch Count: ${switch_count}. Unique MACS to cycle: ${num_of_unique_macs}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-05-02T00:45:21.783465" elapsed="0.001350"/>
</kw>
<kw name="Run Cbench And Log Results">
<kw name="Set Suite Variable" owner="BuiltIn">
<msg time="2026-05-02T00:45:21.786233" level="INFO">${output_filename} = latency.csv</msg>
<arg>${output_filename}</arg>
<doc>Makes a variable available everywhere within the scope of the current suite.</doc>
<status status="PASS" start="2026-05-02T00:45:21.785886" elapsed="0.000389"/>
</kw>
<if>
<branch type="IF" condition="&quot;${cbench_system}&quot; == &quot;localhost&quot;">
<kw name="Run" owner="OperatingSystem">
<var>${output}</var>
<arg>${cbench_executable} -c ${ODL_SYSTEM_IP} ${cbench_args}</arg>
<doc>_This keyword is considered deprecated. Use the
[http://robotframework.org/robotframework/latest/libraries/Process.html|
Process] library instead._</doc>
<status status="NOT RUN" start="2026-05-02T00:45:21.786580" elapsed="0.000045"/>
</kw>
<status status="NOT RUN" start="2026-05-02T00:45:21.786354" elapsed="0.000309"/>
</branch>
<branch type="ELSE">
<kw name="Run Command On Remote System" owner="Utils">
<if>
<branch type="IF" condition="&quot;${return_stdout}&quot;!=&quot;True&quot; and &quot;${return_stderr}&quot;!=&quot;True&quot;">
<kw name="Fail" owner="BuiltIn">
<arg>At least one of {return_stdout} or {return_stderr} args should be set to True</arg>
<doc>Fails the test with the given message and optionally alters its tags.</doc>
<status status="NOT RUN" start="2026-05-02T00:45:21.789648" elapsed="0.000022"/>
</kw>
<status status="NOT RUN" start="2026-05-02T00:45:21.789382" elapsed="0.000323"/>
</branch>
<status status="PASS" start="2026-05-02T00:45:21.789362" elapsed="0.000369"/>
</if>
<kw name="Get Connection" owner="SSHLibrary">
<msg time="2026-05-02T00:45:21.790069" level="INFO">index=None
host=None
alias=None
port=22
timeout=3 seconds
newline=

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

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

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

 System information as of Sat May  2 00:45:20 UTC 2026

  System load:  0.01               Processes:             111
  Usage of /:   19.3% of 38.58GB   Users logged in:       0
  Memory usage: 4%                 IPv4 address for ens3: 10.30.170.69
  Swap usage:   0%


Expanded Security Maintenance for Applications is not enabled.

0 updates can be applied immediately.

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


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


Last login: Sat May  2 00:45:21 2026 from 10.30.171.86
[?2004h[jenkins@releng-63164-217-1-mininet-ovs-217-0 ~]&gt;</msg>
<arg>${user}</arg>
<arg>${USER_HOME}/.ssh/${SSH_KEY}</arg>
<arg>${KEYFILE_PASS}</arg>
<arg>delay=${delay}</arg>
<doc>Logs into the SSH server using key-based authentication.</doc>
<status status="PASS" start="2026-05-02T00:45:21.793517" elapsed="0.331721"/>
</kw>
<msg time="2026-05-02T00:45:22.125306" level="INFO">Returning from the enclosing user keyword.</msg>
<arg>SSHLibrary.Login With Public Key</arg>
<arg>${user}</arg>
<arg>${USER_HOME}/.ssh/${SSH_KEY}</arg>
<arg>${KEYFILE_PASS}</arg>
<arg>delay=${delay}</arg>
<doc>Runs the specified keyword and returns from the enclosing user keyword.</doc>
<status status="PASS" start="2026-05-02T00:45:21.793174" elapsed="0.332204"/>
</kw>
<arg>${user}</arg>
<arg>${password}</arg>
<doc>On active SSH session: if given non-empty password, do Login, else do Login With Public Key.</doc>
<status status="PASS" start="2026-05-02T00:45:21.791698" elapsed="0.333781"/>
</kw>
<kw name="Execute Command" owner="SSHLibrary">
<msg time="2026-05-02T00:45:22.126141" level="INFO">Executing command '/usr/local/bin/cbench -c 10.30.171.82 -m 60000 -M 100 -S 16 -l 10 -D 5000 -p 6633'.</msg>
<msg time="2026-05-02T00:55:28.235856" level="INFO">Command exited with return code 0.</msg>
<msg time="2026-05-02T00:55:28.236372" level="INFO">${stdout} = </msg>
<msg time="2026-05-02T00:55:28.236497" level="INFO">${stderr} = cbench: controller benchmarking tool
   running in mode 'latency'
   connecting to controller at 10.30.171.82:6633 
   faking 16 switches with 1 threads :: 10 tests each; 60000 ms per test
   with 100...</msg>
<var>${stdout}</var>
<var>${stderr}</var>
<arg>${cmd}</arg>
<arg>return_stderr=True</arg>
<doc>Executes ``command`` on the remote machine and returns its outputs.</doc>
<status status="PASS" start="2026-05-02T00:45:22.125670" elapsed="606.110889"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-05-02T00:55:28.237091" elapsed="0.000969"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-05-02T00:55:28.239359" level="INFO">cbench: controller benchmarking tool
   running in mode 'latency'
   connecting to controller at 10.30.171.82: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.82. So far 1 cbench instances have initialized their switches.  Waiting for other cbench-instances
Thread-0: Total switches from ALL cbench-instances initialized.
00:46:27.322 16  switches: flows:  135454 134682 135971 137437 133116 136922 137001 132622 132611 132034 131202 135493 131398 134745 133264 130995  total = 35.749117 per ms 
00:47:27.425 16  switches: flows:  149252 148511 149124 147591 146540 145879 148307 147269 144230 144667 143320 145449 145660 148501 142851 145124  total = 38.971986 per ms 
00:48:27.525 16  switches: flows:  149715 148632 148777 147026 150096 142820 146313 146628 145610 143691 145186 144988 146046 145737 144295 143195  total = 38.914267 per ms 
00:49:27.626 16  switches: flows:  147340 147529 145734 148969 145630 142740 142140 144534 146836 139921 144856 142498 140119 144377 143756 137843  total = 38.349675 per ms 
00:50:27.726 16  switches: flows:  147484 149400 144304 148691 147500 144451 147344 147744 147099 142045 145567 141766 139541 144391 143468 141331  total = 38.637588 per ms 
00:51:27.826 16  switches: flows:  143563 149411 146495 149982 149143 144649 147694 147299 144742 140251 142454 143155 141421 142545 141563 141145  total = 38.527510 per ms 
00:52:27.926 16  switches: flows:  148067 148411 147003 147265 147528 145903 146419 148213 148577 141640 142378 140900 138834 144196 139898 139957  total = 38.522189 per ms 
00:53:28.027 16  switches: flows:  145245 149963 147446 147657 147373 146857 145985 149329 145520 142544 144412 140239 139890 145622 139960 141541  total = 38.595268 per ms 
00:54:28.127 16  switches: flows:  143330 149770 146274 148929 149502 147949 148578 148088 144579 142888 146689 141915 141986 146741 142972 140934  total = 38.787244 per ms 
00:55:28.227 16  switches: flows:  145860 151888 146172 150312 149333 148015 148191 149590 147745 143734 145380 142911 141570 148950 142389 142800  total = 39.015511 per ms 
RESULT: 16 switches 9 tests min/max/avg/stdev = 38349.68/39015.51/38702.36/12902.62 responses/s</msg>
<arg>${stderr}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-05-02T00:55:28.238488" elapsed="0.001280"/>
</kw>
<if>
<branch type="IF" condition="&quot;${return_stdout}&quot;!=&quot;True&quot;">
<return>
<value>${stderr}</value>
<status status="PASS" start="2026-05-02T00:55:28.240329" elapsed="0.000076"/>
</return>
<status status="PASS" start="2026-05-02T00:55:28.240014" elapsed="0.000496"/>
</branch>
<status status="PASS" start="2026-05-02T00:55:28.239950" elapsed="0.000690"/>
</if>
<if>
<branch type="IF" condition="&quot;${return_stderr}&quot;!=&quot;True&quot;">
<return>
<value>${stdout}</value>
<status status="NOT RUN" start="2026-05-02T00:55:28.240934" elapsed="0.000064"/>
</return>
<status status="NOT RUN" start="2026-05-02T00:55:28.240832" elapsed="0.000259"/>
</branch>
<status status="NOT RUN" start="2026-05-02T00:55:28.240782" elapsed="0.000362"/>
</if>
<return>
<value>${stdout}</value>
<value>${stderr}</value>
<status status="NOT RUN" start="2026-05-02T00:55:28.241227" elapsed="0.000033"/>
</return>
<kw name="Restore_Current_Ssh_Connection_From_Index" owner="SSHKeywords" type="TEARDOWN">
<kw name="Run Keyword And Return If" owner="BuiltIn">
<arg>${connection_index} is not None</arg>
<arg>SSHLibrary.Switch Connection</arg>
<arg>${connection_index}</arg>
<doc>Runs the specified keyword and returns from the enclosing user keyword.</doc>
<status status="PASS" start="2026-05-02T00:55:28.246617" elapsed="0.000366"/>
</kw>
<kw name="Open Connection" owner="SSHLibrary">
<arg>127.0.0.1</arg>
<doc>Opens a new SSH connection to the given ``host`` and ``port``.</doc>
<status status="PASS" start="2026-05-02T00:55:28.247134" elapsed="0.000187"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-05-02T00:55:28.247452" elapsed="0.000098"/>
</kw>
<arg>${current_ssh_connection.index}</arg>
<doc>Restore active SSH connection in SSHLibrary to given index.</doc>
<status status="PASS" start="2026-05-02T00:55:28.242083" elapsed="0.005535"/>
</kw>
<msg time="2026-05-02T00:55:28.247759" level="INFO">${output} = cbench: controller benchmarking tool
   running in mode 'latency'
   connecting to controller at 10.30.171.82:6633 
   faking 16 switches with 1 threads :: 10 tests each; 60000 ms per test
   with 100...</msg>
<var>${output}</var>
<arg>${cbench_system}</arg>
<arg>${cbench_executable} -c ${ODL_SYSTEM_IP} ${cbench_args}</arg>
<arg>prompt_timeout=${test_timeout}</arg>
<arg>return_stdout=False</arg>
<arg>return_stderr=True</arg>
<doc>Reduces the common work of running a command on a remote system to a single higher level
robot keyword, taking care to log in with a public key and. The command given is written and the return value
depends on the passed argument values of return_stdout (default: True) and return_stderr (default: False).
At least one should be True, or the keyword will exit and FAIL. If both are True, the resulting return value
will be a two element list containing both. Otherwise the resulting return value is a string.
No test conditions are checked.</doc>
<status status="PASS" start="2026-05-02T00:45:21.787021" elapsed="606.460765"/>
</kw>
<status status="PASS" start="2026-05-02T00:45:21.786691" elapsed="606.461145"/>
</branch>
<status status="PASS" start="2026-05-02T00:45:21.786331" elapsed="606.461528"/>
</if>
<kw name="Log" owner="BuiltIn">
<msg time="2026-05-02T00:55:28.248290" level="INFO">cbench: controller benchmarking tool
   running in mode 'latency'
   connecting to controller at 10.30.171.82: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.82. So far 1 cbench instances have initialized their switches.  Waiting for other cbench-instances
Thread-0: Total switches from ALL cbench-instances initialized.
00:46:27.322 16  switches: flows:  135454 134682 135971 137437 133116 136922 137001 132622 132611 132034 131202 135493 131398 134745 133264 130995  total = 35.749117 per ms 
00:47:27.425 16  switches: flows:  149252 148511 149124 147591 146540 145879 148307 147269 144230 144667 143320 145449 145660 148501 142851 145124  total = 38.971986 per ms 
00:48:27.525 16  switches: flows:  149715 148632 148777 147026 150096 142820 146313 146628 145610 143691 145186 144988 146046 145737 144295 143195  total = 38.914267 per ms 
00:49:27.626 16  switches: flows:  147340 147529 145734 148969 145630 142740 142140 144534 146836 139921 144856 142498 140119 144377 143756 137843  total = 38.349675 per ms 
00:50:27.726 16  switches: flows:  147484 149400 144304 148691 147500 144451 147344 147744 147099 142045 145567 141766 139541 144391 143468 141331  total = 38.637588 per ms 
00:51:27.826 16  switches: flows:  143563 149411 146495 149982 149143 144649 147694 147299 144742 140251 142454 143155 141421 142545 141563 141145  total = 38.527510 per ms 
00:52:27.926 16  switches: flows:  148067 148411 147003 147265 147528 145903 146419 148213 148577 141640 142378 140900 138834 144196 139898 139957  total = 38.522189 per ms 
00:53:28.027 16  switches: flows:  145245 149963 147446 147657 147373 146857 145985 149329 145520 142544 144412 140239 139890 145622 139960 141541  total = 38.595268 per ms 
00:54:28.127 16  switches: flows:  143330 149770 146274 148929 149502 147949 148578 148088 144579 142888 146689 141915 141986 146741 142972 140934  total = 38.787244 per ms 
00:55:28.227 16  switches: flows:  145860 151888 146172 150312 149333 148015 148191 149590 147745 143734 145380 142911 141570 148950 142389 142800  total = 39.015511 per ms 
RESULT: 16 switches 9 tests min/max/avg/stdev = 38349.68/39015.51/38702.36/12902.62 responses/s</msg>
<arg>${output}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-05-02T00:55:28.247999" elapsed="0.000365"/>
</kw>
<kw name="Should Contain" owner="BuiltIn">
<arg>${output}</arg>
<arg>RESULT</arg>
<doc>Fails if ``container`` does not contain ``item`` one or more times.</doc>
<status status="PASS" start="2026-05-02T00:55:28.248514" elapsed="0.000475"/>
</kw>
<kw name="Get Lines Containing String" owner="String">
<msg time="2026-05-02T00:55:28.249398" level="INFO">1 out of 23 lines matched.</msg>
<msg time="2026-05-02T00:55:28.249492" level="INFO">${result_line} = RESULT: 16 switches 9 tests min/max/avg/stdev = 38349.68/39015.51/38702.36/12902.62 responses/s</msg>
<var>${result_line}</var>
<arg>${output}</arg>
<arg>RESULT</arg>
<doc>Returns lines of the given ``string`` that contain the ``pattern``.</doc>
<status status="PASS" start="2026-05-02T00:55:28.249154" elapsed="0.000363"/>
</kw>
<kw name="Split String" owner="String">
<msg time="2026-05-02T00:55:28.249960" level="INFO">@{results_list} = [ RESULT: | 16 | switches | 9 | tests | min/max/avg/stdev | = | 38349.68/39015.51/38702.36/12902.62 | responses/s ]</msg>
<var>@{results_list}</var>
<arg>${result_line}</arg>
<doc>Splits the ``string`` using ``separator`` as a delimiter string.</doc>
<status status="PASS" start="2026-05-02T00:55:28.249688" elapsed="0.000299"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-05-02T00:55:28.252352" level="INFO">min/max/avg/stdev</msg>
<arg>${results_list[5]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-05-02T00:55:28.250131" elapsed="0.002278"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-05-02T00:55:28.254787" level="INFO">38349.68/39015.51/38702.36/12902.62</msg>
<arg>${results_list[7]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-05-02T00:55:28.252555" elapsed="0.002303"/>
</kw>
<kw name="Split String" owner="String">
<msg time="2026-05-02T00:55:28.257216" level="INFO">@{result_name_list} = [ min | max | avg | stdev ]</msg>
<var>@{result_name_list}</var>
<arg>${results_list[5]}</arg>
<arg>/</arg>
<doc>Splits the ``string`` using ``separator`` as a delimiter string.</doc>
<status status="PASS" start="2026-05-02T00:55:28.255014" elapsed="0.002230"/>
</kw>
<kw name="Split String" owner="String">
<msg time="2026-05-02T00:55:28.259717" level="INFO">@{result_value_list} = [ 38349.68 | 39015.51 | 38702.36 | 12902.62 ]</msg>
<var>@{result_value_list}</var>
<arg>${results_list[7]}</arg>
<arg>/</arg>
<doc>Splits the ``string`` using ``separator`` as a delimiter string.</doc>
<status status="PASS" start="2026-05-02T00:55:28.257468" elapsed="0.002277"/>
</kw>
<kw name="Get Length" owner="BuiltIn">
<msg time="2026-05-02T00:55:28.260214" level="INFO">Length is 4.</msg>
<msg time="2026-05-02T00:55:28.260303" level="INFO">${num_stats} = 4</msg>
<var>${num_stats}</var>
<arg>${result_name_list}</arg>
<doc>Returns and logs the length of the given item as an integer.</doc>
<status status="PASS" start="2026-05-02T00:55:28.259907" elapsed="0.000420"/>
</kw>
<for flavor="IN RANGE">
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-05-02T00:55:28.265009" level="INFO">min :: 38349.68</msg>
<arg>${result_name_list[${i}]} :: ${result_value_list[${i}]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-05-02T00:55:28.260733" elapsed="0.004334"/>
</kw>
<var name="${i}">0</var>
<status status="PASS" start="2026-05-02T00:55:28.260583" elapsed="0.004520"/>
</iter>
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-05-02T00:55:28.269636" level="INFO">max :: 39015.51</msg>
<arg>${result_name_list[${i}]} :: ${result_value_list[${i}]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-05-02T00:55:28.265340" elapsed="0.004355"/>
</kw>
<var name="${i}">1</var>
<status status="PASS" start="2026-05-02T00:55:28.265197" elapsed="0.004532"/>
</iter>
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-05-02T00:55:28.274240" level="INFO">avg :: 38702.36</msg>
<arg>${result_name_list[${i}]} :: ${result_value_list[${i}]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-05-02T00:55:28.269950" elapsed="0.004348"/>
</kw>
<var name="${i}">2</var>
<status status="PASS" start="2026-05-02T00:55:28.269821" elapsed="0.004512"/>
</iter>
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-05-02T00:55:28.278836" level="INFO">stdev :: 12902.62</msg>
<arg>${result_name_list[${i}]} :: ${result_value_list[${i}]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-05-02T00:55:28.274554" elapsed="0.004339"/>
</kw>
<var name="${i}">3</var>
<status status="PASS" start="2026-05-02T00:55:28.274426" elapsed="0.004502"/>
</iter>
<var>${i}</var>
<value>0</value>
<value>${num_stats}</value>
<status status="PASS" start="2026-05-02T00:55:28.260395" elapsed="0.018566"/>
</for>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-05-02T00:55:28.283002" level="INFO">${min} = 38349.68</msg>
<var>${min}</var>
<arg>${result_value_list[${0}]}</arg>
<doc>Returns the given values which can then be assigned to a variables.</doc>
<status status="PASS" start="2026-05-02T00:55:28.279119" elapsed="0.003910"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-05-02T00:55:28.286929" level="INFO">${max} = 39015.51</msg>
<var>${max}</var>
<arg>${result_value_list[${1}]}</arg>
<doc>Returns the given values which can then be assigned to a variables.</doc>
<status status="PASS" start="2026-05-02T00:55:28.283184" elapsed="0.003772"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-05-02T00:55:28.290961" level="INFO">${average} = 38702.36</msg>
<var>${average}</var>
<arg>${result_value_list[${2}]}</arg>
<doc>Returns the given values which can then be assigned to a variables.</doc>
<status status="PASS" start="2026-05-02T00:55:28.287111" elapsed="0.003877"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-05-02T00:55:28.294908" level="INFO">${stdev} = 12902.62</msg>
<var>${stdev}</var>
<arg>${result_value_list[${3}]}</arg>
<doc>Returns the given values which can then be assigned to a variables.</doc>
<status status="PASS" start="2026-05-02T00:55:28.291140" elapsed="0.003795"/>
</kw>
<kw name="Get Time" owner="BuiltIn">
<msg time="2026-05-02T00:55:28.295446" level="INFO">${date} = 2026-05-02 00:55:28</msg>
<var>${date}</var>
<arg>d,m,s</arg>
<doc>Returns the given time in the requested format.</doc>
<status status="PASS" start="2026-05-02T00:55:28.295094" elapsed="0.000378"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-05-02T00:55:28.296047" level="INFO">CBench Result: 2026-05-02 00:55:28,-m 60000 -M 100 -S 16 -l 10 -D 5000 -p 6633,38349.68,39015.51,38702.36,12902.62</msg>
<arg>CBench Result: ${date},${cbench_args},${min},${max},${average},${stdev}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-05-02T00:55:28.295632" elapsed="0.000471"/>
</kw>
<kw name="Log Results And Determine Status">
<kw name="Append To File" owner="OperatingSystem">
<msg time="2026-05-02T00:55:28.297125" level="INFO" html="true">Appended to file '&lt;a href="file:///w/workspace/openflowplugin-csit-1node-cbench-only-vanadium/latency.csv"&gt;/w/workspace/openflowplugin-csit-1node-cbench-only-vanadium/latency.csv&lt;/a&gt;'.</msg>
<arg>${output_file}</arg>
<arg>${min},${max},${average}\n</arg>
<doc>Appends the given content to the specified file.</doc>
<status status="PASS" start="2026-05-02T00:55:28.296727" elapsed="0.000464"/>
</kw>
<kw name="Should Be True" owner="BuiltIn">
<arg>${average} &gt; ${threshold}</arg>
<arg>${average} flow_mods per/sec did not exceed threshold of ${threshold}</arg>
<doc>Fails if the given condition is not true.</doc>
<status status="PASS" start="2026-05-02T00:55:28.297372" elapsed="0.000480"/>
</kw>
<arg>${min}</arg>
<arg>${max}</arg>
<arg>${average}</arg>
<arg>${average_threshold}</arg>
<arg>${output_filename}</arg>
<status status="PASS" start="2026-05-02T00:55:28.296242" elapsed="0.001674"/>
</kw>
<arg>-m ${duration_in_ms} -M ${num_of_unique_macs} -S ${switch_count} -l ${loops} -D ${start_delay} -p ${of_port}</arg>
<arg>${latency_threshold}</arg>
<arg>${latency_results_file}</arg>
<status status="PASS" start="2026-05-02T00:45:21.785244" elapsed="606.512732"/>
</kw>
<kw name="Sleep" owner="BuiltIn">
<msg time="2026-05-02T00:55:28.298441" level="INFO">Slept 0 seconds.</msg>
<arg>${test_delay}</arg>
<doc>Pauses the test executed for the given time.</doc>
<status status="PASS" start="2026-05-02T00:55:28.298129" elapsed="0.000367"/>
</kw>
<kw name="Log Results As Zero If Cbench Timed Out" type="TEARDOWN">
<kw name="Run Keyword If Timeout Occurred" owner="BuiltIn">
<arg>Log Results And Determine Status</arg>
<arg>0</arg>
<arg>0</arg>
<arg>0</arg>
<arg>0</arg>
<arg>${output_filename}</arg>
<doc>Runs the given keyword if either a test or a keyword timeout has occurred.</doc>
<status status="PASS" start="2026-05-02T00:55:28.299041" elapsed="0.000263"/>
</kw>
<status status="PASS" start="2026-05-02T00:55:28.298740" elapsed="0.000635"/>
</kw>
<doc>cbench executed in default latency mode. Test parameters have defaults, but can be overridden
on the pybot command line</doc>
<tag>cbench</tag>
<tag>latency</tag>
<timeout value="15 minutes"/>
<status status="PASS" start="2026-05-02T00:45:21.782563" elapsed="606.516849"/>
</test>
<test id="s1-t2" name="Cbench Throughput Test" line="51">
<kw name="Log" owner="BuiltIn">
<msg time="2026-05-02T00:55:28.300690" level="INFO">Cbench tests using 10 iterations of 60 second tests. Switch Count: 16. Unique MACS to cycle: 100</msg>
<arg>Cbench tests using ${loops} iterations of ${duration_in_secs} second tests. Switch Count: ${switch_count}. Unique MACS to cycle: ${num_of_unique_macs}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-05-02T00:55:28.300298" elapsed="0.000447"/>
</kw>
<kw name="Run Cbench And Log Results">
<kw name="Set Suite Variable" owner="BuiltIn">
<msg time="2026-05-02T00:55:28.301982" level="INFO">${output_filename} = throughput.csv</msg>
<arg>${output_filename}</arg>
<doc>Makes a variable available everywhere within the scope of the current suite.</doc>
<status status="PASS" start="2026-05-02T00:55:28.301654" elapsed="0.000370"/>
</kw>
<if>
<branch type="IF" condition="&quot;${cbench_system}&quot; == &quot;localhost&quot;">
<kw name="Run" owner="OperatingSystem">
<var>${output}</var>
<arg>${cbench_executable} -c ${ODL_SYSTEM_IP} ${cbench_args}</arg>
<doc>_This keyword is considered deprecated. Use the
[http://robotframework.org/robotframework/latest/libraries/Process.html|
Process] library instead._</doc>
<status status="NOT RUN" start="2026-05-02T00:55:28.302350" elapsed="0.000021"/>
</kw>
<status status="NOT RUN" start="2026-05-02T00:55:28.302133" elapsed="0.000274"/>
</branch>
<branch type="ELSE">
<kw name="Run Command On Remote System" owner="Utils">
<if>
<branch type="IF" condition="&quot;${return_stdout}&quot;!=&quot;True&quot; and &quot;${return_stderr}&quot;!=&quot;True&quot;">
<kw name="Fail" owner="BuiltIn">
<arg>At least one of {return_stdout} or {return_stderr} args should be set to True</arg>
<doc>Fails the test with the given message and optionally alters its tags.</doc>
<status status="NOT RUN" start="2026-05-02T00:55:28.305227" elapsed="0.000020"/>
</kw>
<status status="NOT RUN" start="2026-05-02T00:55:28.304983" elapsed="0.000309"/>
</branch>
<status status="PASS" start="2026-05-02T00:55:28.304964" elapsed="0.000353"/>
</if>
<kw name="Get Connection" owner="SSHLibrary">
<msg time="2026-05-02T00:55:28.305670" level="INFO">index=None
host=None
alias=None
port=22
timeout=3 seconds
newline=

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

prompt=None
term_type=vt100
width=80
height=24
path_separator=/
encoding=utf8
escape_ansi=False
encoding_errors=strict</msg>
<var>${current_ssh_connection}</var>
<doc>Returns information about the connection.</doc>
<status status="PASS" start="2026-05-02T00:55:28.305443" elapsed="0.000377"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-05-02T00:55:28.306371" level="INFO">Attempting to execute command "/usr/local/bin/cbench -c 10.30.171.82 -t -m 60000 -M 100 -S 16 -l 10 -D 5000 -p 6633" on remote system "10.30.170.69" by user "jenkins" with keyfile pass "any" and prompt "&gt;" and password ""</msg>
<arg>Attempting to execute command "${cmd}" on remote system "${system}" by user "${user}" with keyfile pass "${keyfile_pass}" and prompt "${prompt}" and password "${password}"</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-05-02T00:55:28.305957" elapsed="0.000471"/>
</kw>
<kw name="Open Connection" owner="SSHLibrary">
<msg time="2026-05-02T00:55:28.306973" level="INFO">${conn_id} = 7</msg>
<var>${conn_id}</var>
<arg>${system}</arg>
<arg>prompt=${prompt}</arg>
<arg>timeout=${prompt_timeout}</arg>
<doc>Opens a new SSH connection to the given ``host`` and ``port``.</doc>
<status status="PASS" start="2026-05-02T00:55:28.306566" elapsed="0.000434"/>
</kw>
<kw name="Flexible_SSH_Login" owner="SSHKeywords">
<kw name="Get Length" owner="BuiltIn">
<msg time="2026-05-02T00:55:28.307893" level="INFO">Length is 0.</msg>
<msg time="2026-05-02T00:55:28.307981" level="INFO">${pwd_length} = 0</msg>
<var>${pwd_length}</var>
<arg>${password}</arg>
<doc>Returns and logs the length of the given item as an integer.</doc>
<status status="PASS" start="2026-05-02T00:55:28.307571" elapsed="0.000435"/>
</kw>
<kw name="Run Keyword And Return If" owner="BuiltIn">
<arg>${pwd_length} &gt; 0</arg>
<arg>SSHLibrary.Login</arg>
<arg>${user}</arg>
<arg>${password}</arg>
<arg>delay=${delay}</arg>
<doc>Runs the specified keyword and returns from the enclosing user keyword.</doc>
<status status="PASS" start="2026-05-02T00:55:28.308143" elapsed="0.000317"/>
</kw>
<kw name="Run Keyword And Return" owner="BuiltIn">
<kw name="Login With Public Key" owner="SSHLibrary">
<msg time="2026-05-02T00:55:28.309344" level="INFO">Logging into '10.30.170.69:22' as 'jenkins'.</msg>
<msg time="2026-05-02T00:55:28.873525" level="INFO">Read output: Welcome to Ubuntu 22.04.5 LTS (GNU/Linux 5.15.0-153-generic x86_64)

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

 System information as of Sat May  2 00:55:28 UTC 2026

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


Expanded Security Maintenance for Applications is not enabled.

0 updates can be applied immediately.

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


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


Last login: Sat May  2 00:45:22 2026 from 10.30.171.86
[?2004h[jenkins@releng-63164-217-1-mininet-ovs-217-0 ~]&gt;</msg>
<arg>${user}</arg>
<arg>${USER_HOME}/.ssh/${SSH_KEY}</arg>
<arg>${KEYFILE_PASS}</arg>
<arg>delay=${delay}</arg>
<doc>Logs into the SSH server using key-based authentication.</doc>
<status status="PASS" start="2026-05-02T00:55:28.308971" elapsed="0.564785"/>
</kw>
<msg time="2026-05-02T00:55:28.873845" level="INFO">Returning from the enclosing user keyword.</msg>
<arg>SSHLibrary.Login With Public Key</arg>
<arg>${user}</arg>
<arg>${USER_HOME}/.ssh/${SSH_KEY}</arg>
<arg>${KEYFILE_PASS}</arg>
<arg>delay=${delay}</arg>
<doc>Runs the specified keyword and returns from the enclosing user keyword.</doc>
<status status="PASS" start="2026-05-02T00:55:28.308627" elapsed="0.565314"/>
</kw>
<arg>${user}</arg>
<arg>${password}</arg>
<doc>On active SSH session: if given non-empty password, do Login, else do Login With Public Key.</doc>
<status status="PASS" start="2026-05-02T00:55:28.307199" elapsed="0.566865"/>
</kw>
<kw name="Execute Command" owner="SSHLibrary">
<msg time="2026-05-02T00:55:28.874651" level="INFO">Executing command '/usr/local/bin/cbench -c 10.30.171.82 -t -m 60000 -M 100 -S 16 -l 10 -D 5000 -p 6633'.</msg>
<msg time="2026-05-02T01:05:34.931231" level="INFO">Command exited with return code 0.</msg>
<msg time="2026-05-02T01:05:34.931823" level="INFO">${stdout} = </msg>
<msg time="2026-05-02T01:05:34.931932" level="INFO">${stderr} = cbench: controller benchmarking tool
   running in mode 'throughput'
   connecting to controller at 10.30.171.82:6633 
   faking 16 switches with 1 threads :: 10 tests each; 60000 ms per test
   with ...</msg>
<var>${stdout}</var>
<var>${stderr}</var>
<arg>${cmd}</arg>
<arg>return_stderr=True</arg>
<doc>Executes ``command`` on the remote machine and returns its outputs.</doc>
<status status="PASS" start="2026-05-02T00:55:28.874302" elapsed="606.057685"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-05-02T01:05:34.932428" elapsed="0.000752"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-05-02T01:05:34.934378" level="INFO">cbench: controller benchmarking tool
   running in mode 'throughput'
   connecting to controller at 10.30.171.82: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.82. So far 1 cbench instances have initialized their switches.  Waiting for other cbench-instances
Thread-0: Total switches from ALL cbench-instances initialized.
00:56:34.000 16  switches: flows:  545674 542165 542186 543584 533426 541983 548145 542614 541077 540197 539814 534149 533717 536912 532489 528725  total = 143.780950 per ms 
00:57:34.102 16  switches: flows:  529139 529464 537743 532353 528490 538675 536536 526094 535276 536142 539246 533574 535599 529046 536554 532738  total = 142.038959 per ms 
00:58:34.202 16  switches: flows:  565462 552844 560387 564421 565339 563850 563675 563161 561110 560599 570017 564565 565191 561178 567170 560526  total = 149.906679 per ms 
00:59:34.303 16  switches: flows:  603088 604785 602220 607406 598134 602432 603303 600813 607115 602090 601887 601916 598876 608742 597376 600965  total = 160.416023 per ms 
01:00:34.405 16  switches: flows:  571369 565697 569529 574687 568743 574106 576271 567916 573598 569108 574955 567773 571703 571661 564234 570278  total = 151.938634 per ms 
01:01:34.507 16  switches: flows:  584877 586263 578937 589832 580769 587551 586948 581748 589635 579980 587617 582650 584913 579358 578947 579128  total = 155.391588 per ms 
01:02:34.609 16  switches: flows:  552342 551805 540933 547301 553922 547782 549337 543927 550081 550859 552528 549203 552554 545212 546927 551701  total = 146.194974 per ms 
01:03:34.711 16  switches: flows:  575714 575864 575381 578212 574221 584797 580642 574705 577094 579764 567114 572547 584320 586707 577873 577590  total = 153.778814 per ms 
01:04:34.813 16  switches: flows:  601848 608851 601221 609287 614471 615544 608246 611844 605963 610682 603714 605585 611220 611769 600167 614009  total = 161.968044 per ms 
01:05:34.914 16  switches: flows:  565313 559499 567561 573167 572018 577589 570515 560651 566298 565731 566745 571616 563847 572603 569839 562363  total = 151.170066 per ms 
RESULT: 16 switches 9 tests min/max/avg/stdev = 142038.96/161968.04/152533.75/51193.35 responses/s</msg>
<arg>${stderr}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-05-02T01:05:34.933576" elapsed="0.001138"/>
</kw>
<if>
<branch type="IF" condition="&quot;${return_stdout}&quot;!=&quot;True&quot;">
<return>
<value>${stderr}</value>
<status status="PASS" start="2026-05-02T01:05:34.935231" elapsed="0.000079"/>
</return>
<status status="PASS" start="2026-05-02T01:05:34.934922" elapsed="0.000480"/>
</branch>
<status status="PASS" start="2026-05-02T01:05:34.934854" elapsed="0.000613"/>
</if>
<if>
<branch type="IF" condition="&quot;${return_stderr}&quot;!=&quot;True&quot;">
<return>
<value>${stdout}</value>
<status status="NOT RUN" start="2026-05-02T01:05:34.935715" elapsed="0.000029"/>
</return>
<status status="NOT RUN" start="2026-05-02T01:05:34.935624" elapsed="0.000182"/>
</branch>
<status status="NOT RUN" start="2026-05-02T01:05:34.935560" elapsed="0.000294"/>
</if>
<return>
<value>${stdout}</value>
<value>${stderr}</value>
<status status="NOT RUN" start="2026-05-02T01:05:34.935922" elapsed="0.000030"/>
</return>
<kw name="Restore_Current_Ssh_Connection_From_Index" owner="SSHKeywords" type="TEARDOWN">
<kw name="Run Keyword And Return If" owner="BuiltIn">
<arg>${connection_index} is not None</arg>
<arg>SSHLibrary.Switch Connection</arg>
<arg>${connection_index}</arg>
<doc>Runs the specified keyword and returns from the enclosing user keyword.</doc>
<status status="PASS" start="2026-05-02T01:05:34.940451" elapsed="0.000482"/>
</kw>
<kw name="Open Connection" owner="SSHLibrary">
<arg>127.0.0.1</arg>
<doc>Opens a new SSH connection to the given ``host`` and ``port``.</doc>
<status status="PASS" start="2026-05-02T01:05:34.941137" elapsed="0.000267"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-05-02T01:05:34.941588" elapsed="0.000166"/>
</kw>
<arg>${current_ssh_connection.index}</arg>
<doc>Restore active SSH connection in SSHLibrary to given index.</doc>
<status status="PASS" start="2026-05-02T01:05:34.936627" elapsed="0.005200"/>
</kw>
<msg time="2026-05-02T01:05:34.942004" level="INFO">${output} = cbench: controller benchmarking tool
   running in mode 'throughput'
   connecting to controller at 10.30.171.82:6633 
   faking 16 switches with 1 threads :: 10 tests each; 60000 ms per test
   with ...</msg>
<var>${output}</var>
<arg>${cbench_system}</arg>
<arg>${cbench_executable} -c ${ODL_SYSTEM_IP} ${cbench_args}</arg>
<arg>prompt_timeout=${test_timeout}</arg>
<arg>return_stdout=False</arg>
<arg>return_stderr=True</arg>
<doc>Reduces the common work of running a command on a remote system to a single higher level
robot keyword, taking care to log in with a public key and. The command given is written and the return value
depends on the passed argument values of return_stdout (default: True) and return_stderr (default: False).
At least one should be True, or the keyword will exit and FAIL. If both are True, the resulting return value
will be a two element list containing both. Otherwise the resulting return value is a string.
No test conditions are checked.</doc>
<status status="PASS" start="2026-05-02T00:55:28.302757" elapsed="606.639284"/>
</kw>
<status status="PASS" start="2026-05-02T00:55:28.302431" elapsed="606.639678"/>
</branch>
<status status="PASS" start="2026-05-02T00:55:28.302113" elapsed="606.640028"/>
</if>
<kw name="Log" owner="BuiltIn">
<msg time="2026-05-02T01:05:34.942860" level="INFO">cbench: controller benchmarking tool
   running in mode 'throughput'
   connecting to controller at 10.30.171.82: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.82. So far 1 cbench instances have initialized their switches.  Waiting for other cbench-instances
Thread-0: Total switches from ALL cbench-instances initialized.
00:56:34.000 16  switches: flows:  545674 542165 542186 543584 533426 541983 548145 542614 541077 540197 539814 534149 533717 536912 532489 528725  total = 143.780950 per ms 
00:57:34.102 16  switches: flows:  529139 529464 537743 532353 528490 538675 536536 526094 535276 536142 539246 533574 535599 529046 536554 532738  total = 142.038959 per ms 
00:58:34.202 16  switches: flows:  565462 552844 560387 564421 565339 563850 563675 563161 561110 560599 570017 564565 565191 561178 567170 560526  total = 149.906679 per ms 
00:59:34.303 16  switches: flows:  603088 604785 602220 607406 598134 602432 603303 600813 607115 602090 601887 601916 598876 608742 597376 600965  total = 160.416023 per ms 
01:00:34.405 16  switches: flows:  571369 565697 569529 574687 568743 574106 576271 567916 573598 569108 574955 567773 571703 571661 564234 570278  total = 151.938634 per ms 
01:01:34.507 16  switches: flows:  584877 586263 578937 589832 580769 587551 586948 581748 589635 579980 587617 582650 584913 579358 578947 579128  total = 155.391588 per ms 
01:02:34.609 16  switches: flows:  552342 551805 540933 547301 553922 547782 549337 543927 550081 550859 552528 549203 552554 545212 546927 551701  total = 146.194974 per ms 
01:03:34.711 16  switches: flows:  575714 575864 575381 578212 574221 584797 580642 574705 577094 579764 567114 572547 584320 586707 577873 577590  total = 153.778814 per ms 
01:04:34.813 16  switches: flows:  601848 608851 601221 609287 614471 615544 608246 611844 605963 610682 603714 605585 611220 611769 600167 614009  total = 161.968044 per ms 
01:05:34.914 16  switches: flows:  565313 559499 567561 573167 572018 577589 570515 560651 566298 565731 566745 571616 563847 572603 569839 562363  total = 151.170066 per ms 
RESULT: 16 switches 9 tests min/max/avg/stdev = 142038.96/161968.04/152533.75/51193.35 responses/s</msg>
<arg>${output}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-05-02T01:05:34.942379" elapsed="0.000583"/>
</kw>
<kw name="Should Contain" owner="BuiltIn">
<arg>${output}</arg>
<arg>RESULT</arg>
<doc>Fails if ``container`` does not contain ``item`` one or more times.</doc>
<status status="PASS" start="2026-05-02T01:05:34.943166" elapsed="0.000593"/>
</kw>
<kw name="Get Lines Containing String" owner="String">
<msg time="2026-05-02T01:05:34.944280" level="INFO">1 out of 23 lines matched.</msg>
<msg time="2026-05-02T01:05:34.944408" level="INFO">${result_line} = RESULT: 16 switches 9 tests min/max/avg/stdev = 142038.96/161968.04/152533.75/51193.35 responses/s</msg>
<var>${result_line}</var>
<arg>${output}</arg>
<arg>RESULT</arg>
<doc>Returns lines of the given ``string`` that contain the ``pattern``.</doc>
<status status="PASS" start="2026-05-02T01:05:34.943981" elapsed="0.000462"/>
</kw>
<kw name="Split String" owner="String">
<msg time="2026-05-02T01:05:34.945025" level="INFO">@{results_list} = [ RESULT: | 16 | switches | 9 | tests | min/max/avg/stdev | = | 142038.96/161968.04/152533.75/51193.35 | responses/s ]</msg>
<var>@{results_list}</var>
<arg>${result_line}</arg>
<doc>Splits the ``string`` using ``separator`` as a delimiter string.</doc>
<status status="PASS" start="2026-05-02T01:05:34.944673" elapsed="0.000390"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-05-02T01:05:34.948476" level="INFO">min/max/avg/stdev</msg>
<arg>${results_list[5]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-05-02T01:05:34.945285" elapsed="0.003270"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-05-02T01:05:34.951455" level="INFO">142038.96/161968.04/152533.75/51193.35</msg>
<arg>${results_list[7]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-05-02T01:05:34.948776" elapsed="0.002735"/>
</kw>
<kw name="Split String" owner="String">
<msg time="2026-05-02T01:05:34.954030" level="INFO">@{result_name_list} = [ min | max | avg | stdev ]</msg>
<var>@{result_name_list}</var>
<arg>${results_list[5]}</arg>
<arg>/</arg>
<doc>Splits the ``string`` using ``separator`` as a delimiter string.</doc>
<status status="PASS" start="2026-05-02T01:05:34.951678" elapsed="0.002379"/>
</kw>
<kw name="Split String" owner="String">
<msg time="2026-05-02T01:05:34.956444" level="INFO">@{result_value_list} = [ 142038.96 | 161968.04 | 152533.75 | 51193.35 ]</msg>
<var>@{result_value_list}</var>
<arg>${results_list[7]}</arg>
<arg>/</arg>
<doc>Splits the ``string`` using ``separator`` as a delimiter string.</doc>
<status status="PASS" start="2026-05-02T01:05:34.954251" elapsed="0.002220"/>
</kw>
<kw name="Get Length" owner="BuiltIn">
<msg time="2026-05-02T01:05:34.956951" level="INFO">Length is 4.</msg>
<msg time="2026-05-02T01:05:34.957039" level="INFO">${num_stats} = 4</msg>
<var>${num_stats}</var>
<arg>${result_name_list}</arg>
<doc>Returns and logs the length of the given item as an integer.</doc>
<status status="PASS" start="2026-05-02T01:05:34.956638" elapsed="0.000424"/>
</kw>
<for flavor="IN RANGE">
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-05-02T01:05:34.961784" level="INFO">min :: 142038.96</msg>
<arg>${result_name_list[${i}]} :: ${result_value_list[${i}]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-05-02T01:05:34.957484" elapsed="0.004357"/>
</kw>
<var name="${i}">0</var>
<status status="PASS" start="2026-05-02T01:05:34.957353" elapsed="0.004522"/>
</iter>
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-05-02T01:05:34.966532" level="INFO">max :: 161968.04</msg>
<arg>${result_name_list[${i}]} :: ${result_value_list[${i}]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-05-02T01:05:34.962089" elapsed="0.004513"/>
</kw>
<var name="${i}">1</var>
<status status="PASS" start="2026-05-02T01:05:34.961965" elapsed="0.004675"/>
</iter>
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-05-02T01:05:34.971091" level="INFO">avg :: 152533.75</msg>
<arg>${result_name_list[${i}]} :: ${result_value_list[${i}]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-05-02T01:05:34.966855" elapsed="0.004293"/>
</kw>
<var name="${i}">2</var>
<status status="PASS" start="2026-05-02T01:05:34.966729" elapsed="0.004454"/>
</iter>
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-05-02T01:05:34.975816" level="INFO">stdev :: 51193.35</msg>
<arg>${result_name_list[${i}]} :: ${result_value_list[${i}]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-05-02T01:05:34.971438" elapsed="0.004435"/>
</kw>
<var name="${i}">3</var>
<status status="PASS" start="2026-05-02T01:05:34.971291" elapsed="0.004617"/>
</iter>
<var>${i}</var>
<value>0</value>
<value>${num_stats}</value>
<status status="PASS" start="2026-05-02T01:05:34.957129" elapsed="0.018809"/>
</for>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-05-02T01:05:34.979868" level="INFO">${min} = 142038.96</msg>
<var>${min}</var>
<arg>${result_value_list[${0}]}</arg>
<doc>Returns the given values which can then be assigned to a variables.</doc>
<status status="PASS" start="2026-05-02T01:05:34.976094" elapsed="0.003800"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-05-02T01:05:34.983918" level="INFO">${max} = 161968.04</msg>
<var>${max}</var>
<arg>${result_value_list[${1}]}</arg>
<doc>Returns the given values which can then be assigned to a variables.</doc>
<status status="PASS" start="2026-05-02T01:05:34.980046" elapsed="0.003899"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-05-02T01:05:34.987827" level="INFO">${average} = 152533.75</msg>
<var>${average}</var>
<arg>${result_value_list[${2}]}</arg>
<doc>Returns the given values which can then be assigned to a variables.</doc>
<status status="PASS" start="2026-05-02T01:05:34.984096" elapsed="0.003758"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-05-02T01:05:34.991736" level="INFO">${stdev} = 51193.35</msg>
<var>${stdev}</var>
<arg>${result_value_list[${3}]}</arg>
<doc>Returns the given values which can then be assigned to a variables.</doc>
<status status="PASS" start="2026-05-02T01:05:34.988003" elapsed="0.003760"/>
</kw>
<kw name="Get Time" owner="BuiltIn">
<msg time="2026-05-02T01:05:34.992263" level="INFO">${date} = 2026-05-02 01:05:34</msg>
<var>${date}</var>
<arg>d,m,s</arg>
<doc>Returns the given time in the requested format.</doc>
<status status="PASS" start="2026-05-02T01:05:34.991919" elapsed="0.000370"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-05-02T01:05:34.992867" level="INFO">CBench Result: 2026-05-02 01:05:34,-t -m 60000 -M 100 -S 16 -l 10 -D 5000 -p 6633,142038.96,161968.04,152533.75,51193.35</msg>
<arg>CBench Result: ${date},${cbench_args},${min},${max},${average},${stdev}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-05-02T01:05:34.992432" elapsed="0.000491"/>
</kw>
<kw name="Log Results And Determine Status">
<kw name="Append To File" owner="OperatingSystem">
<msg time="2026-05-02T01:05:34.993967" level="INFO" html="true">Appended to file '&lt;a href="file:///w/workspace/openflowplugin-csit-1node-cbench-only-vanadium/throughput.csv"&gt;/w/workspace/openflowplugin-csit-1node-cbench-only-vanadium/throughput.csv&lt;/a&gt;'.</msg>
<arg>${output_file}</arg>
<arg>${min},${max},${average}\n</arg>
<doc>Appends the given content to the specified file.</doc>
<status status="PASS" start="2026-05-02T01:05:34.993552" elapsed="0.000480"/>
</kw>
<kw name="Should Be True" owner="BuiltIn">
<arg>${average} &gt; ${threshold}</arg>
<arg>${average} flow_mods per/sec did not exceed threshold of ${threshold}</arg>
<doc>Fails if the given condition is not true.</doc>
<status status="PASS" start="2026-05-02T01:05:34.994182" elapsed="0.000486"/>
</kw>
<arg>${min}</arg>
<arg>${max}</arg>
<arg>${average}</arg>
<arg>${average_threshold}</arg>
<arg>${output_filename}</arg>
<status status="PASS" start="2026-05-02T01:05:34.993059" elapsed="0.001675"/>
</kw>
<arg>-t -m ${duration_in_ms} -M ${num_of_unique_macs} -S ${switch_count} -l ${loops} -D ${start_delay} -p ${of_port}</arg>
<arg>${throughput_threshold}</arg>
<arg>${throughput_results_file}</arg>
<status status="PASS" start="2026-05-02T00:55:28.301052" elapsed="606.693743"/>
</kw>
<kw name="Sleep" owner="BuiltIn">
<msg time="2026-05-02T01:05:34.995283" level="INFO">Slept 0 seconds.</msg>
<arg>${test_delay}</arg>
<doc>Pauses the test executed for the given time.</doc>
<status status="PASS" start="2026-05-02T01:05:34.994943" elapsed="0.000411"/>
</kw>
<kw name="Log Results As Zero If Cbench Timed Out" type="TEARDOWN">
<kw name="Run Keyword If Timeout Occurred" owner="BuiltIn">
<arg>Log Results And Determine Status</arg>
<arg>0</arg>
<arg>0</arg>
<arg>0</arg>
<arg>0</arg>
<arg>${output_filename}</arg>
<doc>Runs the given keyword if either a test or a keyword timeout has occurred.</doc>
<status status="PASS" start="2026-05-02T01:05:34.995868" elapsed="0.000259"/>
</kw>
<status status="PASS" start="2026-05-02T01:05:34.995557" elapsed="0.000639"/>
</kw>
<doc>cbench executed in throughput mode (-t). Test parameters have defaults, but can be overridden
on the pybot command line</doc>
<tag>cbench</tag>
<tag>throughput</tag>
<timeout value="15 minutes"/>
<status status="PASS" start="2026-05-02T00:55:28.299730" elapsed="606.696504"/>
</test>
<test id="s1-t3" name="Rerun Latency Test To Check Bug 6176" line="65">
<kw name="Log" owner="BuiltIn">
<msg time="2026-05-02T01:05:34.997439" level="INFO">Cbench tests using 10 iterations of 60 second tests. Switch Count: 16. Unique MACS to cycle: 100</msg>
<arg>Cbench tests using ${loops} iterations of ${duration_in_secs} second tests. Switch Count: ${switch_count}. Unique MACS to cycle: ${num_of_unique_macs}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-05-02T01:05:34.997031" elapsed="0.000464"/>
</kw>
<kw name="Run Cbench And Log Results">
<kw name="Set Suite Variable" owner="BuiltIn">
<msg time="2026-05-02T01:05:34.998938" level="INFO">${output_filename} = bug.csv</msg>
<arg>${output_filename}</arg>
<doc>Makes a variable available everywhere within the scope of the current suite.</doc>
<status status="PASS" start="2026-05-02T01:05:34.998374" elapsed="0.000611"/>
</kw>
<if>
<branch type="IF" condition="&quot;${cbench_system}&quot; == &quot;localhost&quot;">
<kw name="Run" owner="OperatingSystem">
<var>${output}</var>
<arg>${cbench_executable} -c ${ODL_SYSTEM_IP} ${cbench_args}</arg>
<doc>_This keyword is considered deprecated. Use the
[http://robotframework.org/robotframework/latest/libraries/Process.html|
Process] library instead._</doc>
<status status="NOT RUN" start="2026-05-02T01:05:34.999327" elapsed="0.000022"/>
</kw>
<status status="NOT RUN" start="2026-05-02T01:05:34.999100" elapsed="0.000285"/>
</branch>
<branch type="ELSE">
<kw name="Run Command On Remote System" owner="Utils">
<if>
<branch type="IF" condition="&quot;${return_stdout}&quot;!=&quot;True&quot; and &quot;${return_stderr}&quot;!=&quot;True&quot;">
<kw name="Fail" owner="BuiltIn">
<arg>At least one of {return_stdout} or {return_stderr} args should be set to True</arg>
<doc>Fails the test with the given message and optionally alters its tags.</doc>
<status status="NOT RUN" start="2026-05-02T01:05:35.002476" elapsed="0.000022"/>
</kw>
<status status="NOT RUN" start="2026-05-02T01:05:35.002229" elapsed="0.000303"/>
</branch>
<status status="PASS" start="2026-05-02T01:05:35.002209" elapsed="0.000347"/>
</if>
<kw name="Get Connection" owner="SSHLibrary">
<msg time="2026-05-02T01:05:35.002897" level="INFO">index=None
host=None
alias=None
port=22
timeout=3 seconds
newline=

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

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

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

 System information as of Sat May  2 01:05:35 UTC 2026

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


Expanded Security Maintenance for Applications is not enabled.

0 updates can be applied immediately.

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


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


Last login: Sat May  2 00:55:28 2026 from 10.30.171.86
[?2004h[jenkins@releng-63164-217-1-mininet-ovs-217-0 ~]&gt;</msg>
<arg>${user}</arg>
<arg>${USER_HOME}/.ssh/${SSH_KEY}</arg>
<arg>${KEYFILE_PASS}</arg>
<arg>delay=${delay}</arg>
<doc>Logs into the SSH server using key-based authentication.</doc>
<status status="PASS" start="2026-05-02T01:05:35.006460" elapsed="0.591039"/>
</kw>
<msg time="2026-05-02T01:05:35.597573" level="INFO">Returning from the enclosing user keyword.</msg>
<arg>SSHLibrary.Login With Public Key</arg>
<arg>${user}</arg>
<arg>${USER_HOME}/.ssh/${SSH_KEY}</arg>
<arg>${KEYFILE_PASS}</arg>
<arg>delay=${delay}</arg>
<doc>Runs the specified keyword and returns from the enclosing user keyword.</doc>
<status status="PASS" start="2026-05-02T01:05:35.006112" elapsed="0.591554"/>
</kw>
<arg>${user}</arg>
<arg>${password}</arg>
<doc>On active SSH session: if given non-empty password, do Login, else do Login With Public Key.</doc>
<status status="PASS" start="2026-05-02T01:05:35.004469" elapsed="0.593303"/>
</kw>
<kw name="Execute Command" owner="SSHLibrary">
<msg time="2026-05-02T01:05:35.598268" level="INFO">Executing command '/usr/local/bin/cbench -c 10.30.171.82 -m 60000 -M 100 -S 16 -l 10 -D 5000 -p 6633'.</msg>
<msg time="2026-05-02T01:15:41.825184" level="INFO">Command exited with return code 0.</msg>
<msg time="2026-05-02T01:15:41.825787" level="INFO">${stdout} = </msg>
<msg time="2026-05-02T01:15:41.825895" level="INFO">${stderr} = cbench: controller benchmarking tool
   running in mode 'latency'
   connecting to controller at 10.30.171.82:6633 
   faking 16 switches with 1 threads :: 10 tests each; 60000 ms per test
   with 100...</msg>
<var>${stdout}</var>
<var>${stderr}</var>
<arg>${cmd}</arg>
<arg>return_stderr=True</arg>
<doc>Executes ``command`` on the remote machine and returns its outputs.</doc>
<status status="PASS" start="2026-05-02T01:05:35.597975" elapsed="606.227977"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-05-02T01:15:41.826408" elapsed="0.000817"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-05-02T01:15:41.828342" level="INFO">cbench: controller benchmarking tool
   running in mode 'latency'
   connecting to controller at 10.30.171.82: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.82. So far 1 cbench instances have initialized their switches.  Waiting for other cbench-instances
Thread-0: Total switches from ALL cbench-instances initialized.
01:06:40.898 16  switches: flows:  149573 151061 149605 146236 149762 153643 148443 148316 146470 138580 144946 144727 144945 140628 148352 140282  total = 39.092817 per ms 
01:07:40.998 16  switches: flows:  148227 152447 149032 146749 146201 147958 144227 148855 145679 140966 144823 145900 143647 138578 144318 140430  total = 38.735953 per ms 
01:08:41.099 16  switches: flows:  150908 154769 151156 150099 149585 150492 145886 151192 148710 142328 148429 148709 146591 140211 146900 142608  total = 39.410376 per ms 
01:09:41.199 16  switches: flows:  147784 151269 150398 148913 149142 149546 144897 151350 146424 139639 141838 147415 145246 140696 144704 141465  total = 38.947088 per ms 
01:10:41.299 16  switches: flows:  149208 152333 152565 148466 149237 147756 146321 150509 146222 139765 143442 146569 146137 139807 146047 140824  total = 39.021692 per ms 
01:11:41.400 16  switches: flows:  149229 152054 150936 149728 147214 148399 143339 149765 146205 139252 140503 146911 142919 140101 144838 140990  total = 38.807831 per ms 
01:12:41.500 16  switches: flows:  147786 153220 153331 148087 149470 150465 148728 149825 146051 140224 142948 145566 146266 141498 147544 140431  total = 39.125273 per ms 
01:13:41.601 16  switches: flows:  150416 152224 150972 150832 149280 148795 148863 150213 145338 140505 144168 146779 146363 142086 146540 140988  total = 39.173959 per ms 
01:14:41.701 16  switches: flows:  154152 153506 149058 148889 149115 148377 148613 150214 147223 142466 143978 145524 145206 143505 144462 141448  total = 39.196847 per ms 
01:15:41.801 16  switches: flows:  151660 152006 149658 147529 148239 147582 147768 150217 145579 142246 143485 144681 145016 143062 145700 142264  total = 39.046351 per ms 
RESULT: 16 switches 9 tests min/max/avg/stdev = 38735.95/39410.38/39051.71/13018.69 responses/s</msg>
<arg>${stderr}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-05-02T01:15:41.827623" elapsed="0.001063"/>
</kw>
<if>
<branch type="IF" condition="&quot;${return_stdout}&quot;!=&quot;True&quot;">
<return>
<value>${stderr}</value>
<status status="PASS" start="2026-05-02T01:15:41.829182" elapsed="0.000069"/>
</return>
<status status="PASS" start="2026-05-02T01:15:41.828879" elapsed="0.000451"/>
</branch>
<status status="PASS" start="2026-05-02T01:15:41.828828" elapsed="0.000557"/>
</if>
<if>
<branch type="IF" condition="&quot;${return_stderr}&quot;!=&quot;True&quot;">
<return>
<value>${stdout}</value>
<status status="NOT RUN" start="2026-05-02T01:15:41.829622" elapsed="0.000031"/>
</return>
<status status="NOT RUN" start="2026-05-02T01:15:41.829510" elapsed="0.000207"/>
</branch>
<status status="NOT RUN" start="2026-05-02T01:15:41.829476" elapsed="0.000289"/>
</if>
<return>
<value>${stdout}</value>
<value>${stderr}</value>
<status status="NOT RUN" start="2026-05-02T01:15:41.829835" elapsed="0.000030"/>
</return>
<kw name="Restore_Current_Ssh_Connection_From_Index" owner="SSHKeywords" type="TEARDOWN">
<kw name="Run Keyword And Return If" owner="BuiltIn">
<arg>${connection_index} is not None</arg>
<arg>SSHLibrary.Switch Connection</arg>
<arg>${connection_index}</arg>
<doc>Runs the specified keyword and returns from the enclosing user keyword.</doc>
<status status="PASS" start="2026-05-02T01:15:41.835123" elapsed="0.000324"/>
</kw>
<kw name="Open Connection" owner="SSHLibrary">
<arg>127.0.0.1</arg>
<doc>Opens a new SSH connection to the given ``host`` and ``port``.</doc>
<status status="PASS" start="2026-05-02T01:15:41.835607" elapsed="0.000166"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-05-02T01:15:41.835901" elapsed="0.000096"/>
</kw>
<arg>${current_ssh_connection.index}</arg>
<doc>Restore active SSH connection in SSHLibrary to given index.</doc>
<status status="PASS" start="2026-05-02T01:15:41.830547" elapsed="0.005503"/>
</kw>
<msg time="2026-05-02T01:15:41.836178" level="INFO">${output} = cbench: controller benchmarking tool
   running in mode 'latency'
   connecting to controller at 10.30.171.82:6633 
   faking 16 switches with 1 threads :: 10 tests each; 60000 ms per test
   with 100...</msg>
<var>${output}</var>
<arg>${cbench_system}</arg>
<arg>${cbench_executable} -c ${ODL_SYSTEM_IP} ${cbench_args}</arg>
<arg>prompt_timeout=${test_timeout}</arg>
<arg>return_stdout=False</arg>
<arg>return_stderr=True</arg>
<doc>Reduces the common work of running a command on a remote system to a single higher level
robot keyword, taking care to log in with a public key and. The command given is written and the return value
depends on the passed argument values of return_stdout (default: True) and return_stderr (default: False).
At least one should be True, or the keyword will exit and FAIL. If both are True, the resulting return value
will be a two element list containing both. Otherwise the resulting return value is a string.
No test conditions are checked.</doc>
<status status="PASS" start="2026-05-02T01:05:34.999754" elapsed="606.836451"/>
</kw>
<status status="PASS" start="2026-05-02T01:05:34.999411" elapsed="606.836843"/>
</branch>
<status status="PASS" start="2026-05-02T01:05:34.999079" elapsed="606.837198"/>
</if>
<kw name="Log" owner="BuiltIn">
<msg time="2026-05-02T01:15:41.836725" level="INFO">cbench: controller benchmarking tool
   running in mode 'latency'
   connecting to controller at 10.30.171.82: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.82. So far 1 cbench instances have initialized their switches.  Waiting for other cbench-instances
Thread-0: Total switches from ALL cbench-instances initialized.
01:06:40.898 16  switches: flows:  149573 151061 149605 146236 149762 153643 148443 148316 146470 138580 144946 144727 144945 140628 148352 140282  total = 39.092817 per ms 
01:07:40.998 16  switches: flows:  148227 152447 149032 146749 146201 147958 144227 148855 145679 140966 144823 145900 143647 138578 144318 140430  total = 38.735953 per ms 
01:08:41.099 16  switches: flows:  150908 154769 151156 150099 149585 150492 145886 151192 148710 142328 148429 148709 146591 140211 146900 142608  total = 39.410376 per ms 
01:09:41.199 16  switches: flows:  147784 151269 150398 148913 149142 149546 144897 151350 146424 139639 141838 147415 145246 140696 144704 141465  total = 38.947088 per ms 
01:10:41.299 16  switches: flows:  149208 152333 152565 148466 149237 147756 146321 150509 146222 139765 143442 146569 146137 139807 146047 140824  total = 39.021692 per ms 
01:11:41.400 16  switches: flows:  149229 152054 150936 149728 147214 148399 143339 149765 146205 139252 140503 146911 142919 140101 144838 140990  total = 38.807831 per ms 
01:12:41.500 16  switches: flows:  147786 153220 153331 148087 149470 150465 148728 149825 146051 140224 142948 145566 146266 141498 147544 140431  total = 39.125273 per ms 
01:13:41.601 16  switches: flows:  150416 152224 150972 150832 149280 148795 148863 150213 145338 140505 144168 146779 146363 142086 146540 140988  total = 39.173959 per ms 
01:14:41.701 16  switches: flows:  154152 153506 149058 148889 149115 148377 148613 150214 147223 142466 143978 145524 145206 143505 144462 141448  total = 39.196847 per ms 
01:15:41.801 16  switches: flows:  151660 152006 149658 147529 148239 147582 147768 150217 145579 142246 143485 144681 145016 143062 145700 142264  total = 39.046351 per ms 
RESULT: 16 switches 9 tests min/max/avg/stdev = 38735.95/39410.38/39051.71/13018.69 responses/s</msg>
<arg>${output}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-05-02T01:15:41.836420" elapsed="0.000378"/>
</kw>
<kw name="Should Contain" owner="BuiltIn">
<arg>${output}</arg>
<arg>RESULT</arg>
<doc>Fails if ``container`` does not contain ``item`` one or more times.</doc>
<status status="PASS" start="2026-05-02T01:15:41.836944" elapsed="0.000382"/>
</kw>
<kw name="Get Lines Containing String" owner="String">
<msg time="2026-05-02T01:15:41.837715" level="INFO">1 out of 23 lines matched.</msg>
<msg time="2026-05-02T01:15:41.837805" level="INFO">${result_line} = RESULT: 16 switches 9 tests min/max/avg/stdev = 38735.95/39410.38/39051.71/13018.69 responses/s</msg>
<var>${result_line}</var>
<arg>${output}</arg>
<arg>RESULT</arg>
<doc>Returns lines of the given ``string`` that contain the ``pattern``.</doc>
<status status="PASS" start="2026-05-02T01:15:41.837483" elapsed="0.000346"/>
</kw>
<kw name="Split String" owner="String">
<msg time="2026-05-02T01:15:41.838227" level="INFO">@{results_list} = [ RESULT: | 16 | switches | 9 | tests | min/max/avg/stdev | = | 38735.95/39410.38/39051.71/13018.69 | responses/s ]</msg>
<var>@{results_list}</var>
<arg>${result_line}</arg>
<doc>Splits the ``string`` using ``separator`` as a delimiter string.</doc>
<status status="PASS" start="2026-05-02T01:15:41.837979" elapsed="0.000274"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-05-02T01:15:41.840626" level="INFO">min/max/avg/stdev</msg>
<arg>${results_list[5]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-05-02T01:15:41.838403" elapsed="0.002285"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-05-02T01:15:41.843178" level="INFO">38735.95/39410.38/39051.71/13018.69</msg>
<arg>${results_list[7]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-05-02T01:15:41.840832" elapsed="0.002402"/>
</kw>
<kw name="Split String" owner="String">
<msg time="2026-05-02T01:15:41.845577" level="INFO">@{result_name_list} = [ min | max | avg | stdev ]</msg>
<var>@{result_name_list}</var>
<arg>${results_list[5]}</arg>
<arg>/</arg>
<doc>Splits the ``string`` using ``separator`` as a delimiter string.</doc>
<status status="PASS" start="2026-05-02T01:15:41.843383" elapsed="0.002236"/>
</kw>
<kw name="Split String" owner="String">
<msg time="2026-05-02T01:15:41.848029" level="INFO">@{result_value_list} = [ 38735.95 | 39410.38 | 39051.71 | 13018.69 ]</msg>
<var>@{result_value_list}</var>
<arg>${results_list[7]}</arg>
<arg>/</arg>
<doc>Splits the ``string`` using ``separator`` as a delimiter string.</doc>
<status status="PASS" start="2026-05-02T01:15:41.845811" elapsed="0.002245"/>
</kw>
<kw name="Get Length" owner="BuiltIn">
<msg time="2026-05-02T01:15:41.848510" level="INFO">Length is 4.</msg>
<msg time="2026-05-02T01:15:41.848611" level="INFO">${num_stats} = 4</msg>
<var>${num_stats}</var>
<arg>${result_name_list}</arg>
<doc>Returns and logs the length of the given item as an integer.</doc>
<status status="PASS" start="2026-05-02T01:15:41.848209" elapsed="0.000427"/>
</kw>
<for flavor="IN RANGE">
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-05-02T01:15:41.853318" level="INFO">min :: 38735.95</msg>
<arg>${result_name_list[${i}]} :: ${result_value_list[${i}]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-05-02T01:15:41.849017" elapsed="0.004357"/>
</kw>
<var name="${i}">0</var>
<status status="PASS" start="2026-05-02T01:15:41.848891" elapsed="0.004518"/>
</iter>
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-05-02T01:15:41.857899" level="INFO">max :: 39410.38</msg>
<arg>${result_name_list[${i}]} :: ${result_value_list[${i}]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-05-02T01:15:41.853634" elapsed="0.004322"/>
</kw>
<var name="${i}">1</var>
<status status="PASS" start="2026-05-02T01:15:41.853495" elapsed="0.004496"/>
</iter>
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-05-02T01:15:41.862474" level="INFO">avg :: 39051.71</msg>
<arg>${result_name_list[${i}]} :: ${result_value_list[${i}]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-05-02T01:15:41.858234" elapsed="0.004295"/>
</kw>
<var name="${i}">2</var>
<status status="PASS" start="2026-05-02T01:15:41.858095" elapsed="0.004468"/>
</iter>
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-05-02T01:15:41.867031" level="INFO">stdev :: 13018.69</msg>
<arg>${result_name_list[${i}]} :: ${result_value_list[${i}]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-05-02T01:15:41.862801" elapsed="0.004286"/>
</kw>
<var name="${i}">3</var>
<status status="PASS" start="2026-05-02T01:15:41.862666" elapsed="0.004455"/>
</iter>
<var>${i}</var>
<value>0</value>
<value>${num_stats}</value>
<status status="PASS" start="2026-05-02T01:15:41.848703" elapsed="0.018448"/>
</for>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-05-02T01:15:41.871149" level="INFO">${min} = 38735.95</msg>
<var>${min}</var>
<arg>${result_value_list[${0}]}</arg>
<doc>Returns the given values which can then be assigned to a variables.</doc>
<status status="PASS" start="2026-05-02T01:15:41.867308" elapsed="0.003874"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-05-02T01:15:41.875002" level="INFO">${max} = 39410.38</msg>
<var>${max}</var>
<arg>${result_value_list[${1}]}</arg>
<doc>Returns the given values which can then be assigned to a variables.</doc>
<status status="PASS" start="2026-05-02T01:15:41.871335" elapsed="0.003694"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-05-02T01:15:41.879061" level="INFO">${average} = 39051.71</msg>
<var>${average}</var>
<arg>${result_value_list[${2}]}</arg>
<doc>Returns the given values which can then be assigned to a variables.</doc>
<status status="PASS" start="2026-05-02T01:15:41.875187" elapsed="0.003901"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-05-02T01:15:41.882965" level="INFO">${stdev} = 13018.69</msg>
<var>${stdev}</var>
<arg>${result_value_list[${3}]}</arg>
<doc>Returns the given values which can then be assigned to a variables.</doc>
<status status="PASS" start="2026-05-02T01:15:41.879242" elapsed="0.003749"/>
</kw>
<kw name="Get Time" owner="BuiltIn">
<msg time="2026-05-02T01:15:41.883491" level="INFO">${date} = 2026-05-02 01:15:41</msg>
<var>${date}</var>
<arg>d,m,s</arg>
<doc>Returns the given time in the requested format.</doc>
<status status="PASS" start="2026-05-02T01:15:41.883150" elapsed="0.000367"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-05-02T01:15:41.884085" level="INFO">CBench Result: 2026-05-02 01:15:41,-m 60000 -M 100 -S 16 -l 10 -D 5000 -p 6633,38735.95,39410.38,39051.71,13018.69</msg>
<arg>CBench Result: ${date},${cbench_args},${min},${max},${average},${stdev}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-05-02T01:15:41.883682" elapsed="0.000458"/>
</kw>
<kw name="Log Results And Determine Status">
<kw name="Append To File" owner="OperatingSystem">
<msg time="2026-05-02T01:15:41.885258" level="INFO" html="true">Appended to file '&lt;a href="file:///w/workspace/openflowplugin-csit-1node-cbench-only-vanadium/bug.csv"&gt;/w/workspace/openflowplugin-csit-1node-cbench-only-vanadium/bug.csv&lt;/a&gt;'.</msg>
<arg>${output_file}</arg>
<arg>${min},${max},${average}\n</arg>
<doc>Appends the given content to the specified file.</doc>
<status status="PASS" start="2026-05-02T01:15:41.884798" elapsed="0.000527"/>
</kw>
<kw name="Should Be True" owner="BuiltIn">
<arg>${average} &gt; ${threshold}</arg>
<arg>${average} flow_mods per/sec did not exceed threshold of ${threshold}</arg>
<doc>Fails if the given condition is not true.</doc>
<status status="PASS" start="2026-05-02T01:15:41.885474" elapsed="0.000480"/>
</kw>
<arg>${min}</arg>
<arg>${max}</arg>
<arg>${average}</arg>
<arg>${average_threshold}</arg>
<arg>${output_filename}</arg>
<status status="PASS" start="2026-05-02T01:15:41.884277" elapsed="0.001740"/>
</kw>
<arg>-m ${duration_in_ms} -M ${num_of_unique_macs} -S ${switch_count} -l ${loops} -D ${start_delay} -p ${of_port}</arg>
<arg>${latency_threshold}</arg>
<arg>bug.csv</arg>
<status status="PASS" start="2026-05-02T01:05:34.997819" elapsed="606.888257"/>
</kw>
<kw name="Sleep" owner="BuiltIn">
<msg time="2026-05-02T01:15:41.886530" level="INFO">Slept 0 seconds.</msg>
<arg>${test_delay}</arg>
<doc>Pauses the test executed for the given time.</doc>
<status status="PASS" start="2026-05-02T01:15:41.886223" elapsed="0.000363"/>
</kw>
<kw name="Report Failure Due To Bug" owner="Utils" type="TEARDOWN">
<kw name="Evaluate" owner="BuiltIn">
<msg time="2026-05-02T01:15:41.887827" level="INFO">${test_skipped} = False</msg>
<var>${test_skipped}</var>
<arg>len(re.findall('SKIPPED', """${TEST_MESSAGE}""")) &gt; 0</arg>
<arg>modules=re</arg>
<doc>Evaluates the given expression in Python and returns the result.</doc>
<status status="PASS" start="2026-05-02T01:15:41.887308" elapsed="0.000546"/>
</kw>
<if>
<branch type="IF" condition="('${TEST_STATUS}' != 'FAIL') or ${test_skipped}">
<return>
<status status="PASS" start="2026-05-02T01:15:41.888073" elapsed="0.000030"/>
</return>
<status status="PASS" start="2026-05-02T01:15:41.887928" elapsed="0.000206"/>
</branch>
<status status="PASS" start="2026-05-02T01:15:41.887909" elapsed="0.000250"/>
</if>
<kw name="Comment" owner="BuiltIn">
<arg>Jira tickets are {PROJECT}-{NUMBER} while Bugzilla tickets are {NUMBER}</arg>
<doc>Displays the given messages in the log file as keyword arguments.</doc>
<status status="NOT RUN" start="2026-05-02T01:15:41.888297" elapsed="0.000022"/>
</kw>
<kw name="Run Keyword And Return Status" owner="BuiltIn">
<var>${match}</var>
<arg>Should Contain</arg>
<arg>${number}</arg>
<arg>-</arg>
<doc>Runs the specified keyword and returns the status as a Boolean value.</doc>
<status status="NOT RUN" start="2026-05-02T01:15:41.888458" elapsed="0.000021"/>
</kw>
<kw name="Set Variable If" owner="BuiltIn">
<var>${bug_url}</var>
<arg>${match}</arg>
<arg>https://jira.opendaylight.org/browse/${number}</arg>
<arg>https://bugs.opendaylight.org/show_bug.cgi?id=${number}</arg>
<doc>Sets variable based on the given condition.</doc>
<status status="NOT RUN" start="2026-05-02T01:15:41.888633" elapsed="0.000020"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<var>${msg}</var>
<arg>This test fails due to ${bug_url}</arg>
<doc>Returns the given values which can then be assigned to a variables.</doc>
<status status="NOT RUN" start="2026-05-02T01:15:41.888824" 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-05-02T01:15:41.888973" 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-05-02T01:15:41.889137" elapsed="0.000025"/>
</kw>
<kw name="Log" owner="BuiltIn">
<arg>${msg}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="NOT RUN" start="2026-05-02T01:15:41.889315" elapsed="0.000026"/>
</kw>
<if>
<branch type="IF" condition="&quot;${include_bug_in_tags}&quot;==&quot;True&quot;">
<kw name="Set Tags" owner="BuiltIn">
<arg>${bug_url}</arg>
<doc>Adds given ``tags`` for the current test or all tests in a suite.</doc>
<status status="NOT RUN" start="2026-05-02T01:15:41.889588" elapsed="0.000061"/>
</kw>
<status status="NOT RUN" start="2026-05-02T01:15:41.889420" elapsed="0.000265"/>
</branch>
<status status="NOT RUN" start="2026-05-02T01:15:41.889400" elapsed="0.000309"/>
</if>
<arg>6176</arg>
<doc>Report that a test failed due to a known Bugzilla bug whose
number is provided as an argument.
Not FAILED (incl. SKIPPED) test are not reported.
This keyword must be used in the [Teardown] setting of the affected test
or as the first line of the test if FastFail module is not being
used. It reports the URL of the bug on console and also puts it
into the Robot log file.</doc>
<status status="PASS" start="2026-05-02T01:15:41.886976" elapsed="0.002785"/>
</kw>
<doc>cbench executed in latency mode to see if controller is healthy</doc>
<tag>cbench</tag>
<tag>latency</tag>
<timeout value="15 minutes"/>
<status status="PASS" start="2026-05-02T01:05:34.996518" elapsed="606.893289"/>
</test>
<doc>Cbench Latency and Throughput tests can be run from an external
cbench.
If cbench is run with a medium number of switches or higher (e.g. 32+)
the normal openflow operations seem to break.
BUG: https://bugs.opendaylight.org/show_bug.cgi?id=2897</doc>
<status status="PASS" start="2026-05-02T00:45:19.197094" elapsed="1822.693406"/>
</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>
