<?xml version="1.0" encoding="UTF-8"?>
<robot generator="Robot 7.5 (Python 3.11.10 on linux)" generated="2026-09-15T00:44:12.864234" 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-09-15T00:44:13.384874" elapsed="0.000021"/>
</return>
<status status="NOT RUN" start="2026-09-15T00:44:13.384753" elapsed="0.000188"/>
</branch>
<status status="PASS" start="2026-09-15T00:44:13.384714" elapsed="0.000251"/>
</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-09-15T00:44:13.385191" elapsed="0.000429"/>
</kw>
<kw name="Login" owner="SSHLibrary">
<msg time="2026-09-15T00:44:13.386120" level="INFO">Logging into '10.30.170.242:8101' as 'karaf'.</msg>
<msg time="2026-09-15T00:44:14.065439" 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-09-15T00:44:13.385847" elapsed="0.679771"/>
</kw>
<kw name="Write" owner="SSHLibrary">
<msg time="2026-09-15T00:44:14.116047" 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-09-15T00:44:14.065907" elapsed="0.050222"/>
</kw>
<kw name="Read Until Regexp" owner="SSHLibrary">
<msg time="2026-09-15T00:44:14.117884" level="INFO">[?1l&gt;[?2004l[?1h=[90m~[0m                                                                                [?2004hopendaylight-user@root&gt;</msg>
<msg time="2026-09-15T00:44:14.117990" 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-09-15T00:44:14.116314" elapsed="0.001703"/>
</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-09-15T00:44:14.118186" elapsed="0.000185"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-09-15T00:44:14.118517" elapsed="0.000206"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-09-15T00:44:14.119221" 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-09-15T00:44:14.118903" elapsed="0.000369"/>
</kw>
<return>
<value>${output}</value>
<status status="PASS" start="2026-09-15T00:44:14.119319" elapsed="0.000049"/>
</return>
<arg>log:set ${log_level}</arg>
<doc>Will execute the given ${cmd} by ssh'ing to the karaf console running on 10.30.170.242
Note that this keyword will open&amp;close new SSH connection, without switching back to previously current session.</doc>
<status status="PASS" start="2026-09-15T00:44:13.384388" elapsed="0.735075"/>
</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-09-15T00:44:13.382777" elapsed="0.736744"/>
</kw>
<kw name="Append To File" owner="OperatingSystem">
<msg time="2026-09-15T00:44:14.120049" 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-09-15T00:44:14.119708" elapsed="0.000443"/>
</kw>
<kw name="Append To File" owner="OperatingSystem">
<msg time="2026-09-15T00:44:14.120511" 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-09-15T00:44:14.120297" elapsed="0.000267"/>
</kw>
<kw name="Evaluate" owner="BuiltIn">
<msg time="2026-09-15T00:44:14.121177" 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-09-15T00:44:14.120756" elapsed="0.000448"/>
</kw>
<kw name="Set Suite Variable" owner="BuiltIn">
<msg time="2026-09-15T00:44:14.121707" level="INFO">${duration_in_ms} = 60000</msg>
<arg>${duration_in_ms}</arg>
<doc>Makes the variable available everywhere within the scope of the current suite.</doc>
<status status="PASS" start="2026-09-15T00:44:14.121391" elapsed="0.000377"/>
</kw>
<kw name="Evaluate" owner="BuiltIn">
<msg time="2026-09-15T00:44:14.122266" 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-09-15T00:44:14.121927" elapsed="0.000364"/>
</kw>
<kw name="Set Suite Variable" owner="BuiltIn">
<msg time="2026-09-15T00:44:14.122769" level="INFO">${test_timeout} = 900.0</msg>
<arg>${test_timeout}</arg>
<doc>Makes the variable available everywhere within the scope of the current suite.</doc>
<status status="PASS" start="2026-09-15T00:44:14.122468" elapsed="0.000341"/>
</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-09-15T00:44:14.123071" elapsed="0.000034"/>
</kw>
<status status="NOT RUN" start="2026-09-15T00:44:14.122886" elapsed="0.000250"/>
</branch>
<branch type="ELSE">
<kw name="Verify File Exists On Remote System" owner="Utils">
<kw name="Open Connection" owner="SSHLibrary">
<msg time="2026-09-15T00:44:14.125308" 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-09-15T00:44:14.124954" elapsed="0.000379"/>
</kw>
<kw name="Flexible_SSH_Login" owner="SSHKeywords">
<kw name="Get Length" owner="BuiltIn">
<msg time="2026-09-15T00:44:14.126381" level="INFO">Length is 0.</msg>
<msg time="2026-09-15T00:44:14.126459" 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-09-15T00:44:14.125828" elapsed="0.000654"/>
</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>Conditionally runs the specified keyword and returns from the enclosing user keyword.</doc>
<status status="PASS" start="2026-09-15T00:44:14.126617" elapsed="0.000332"/>
</kw>
<kw name="Run Keyword And Return" owner="BuiltIn">
<kw name="Login With Public Key" owner="SSHLibrary">
<msg time="2026-09-15T00:44:14.127717" level="INFO">Logging into '10.30.171.190:22' as 'jenkins'.</msg>
<msg time="2026-09-15T00:44:14.531611" level="INFO">Read output: Welcome to Ubuntu 22.04.5 LTS (GNU/Linux 5.15.0-187-generic x86_64)

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

 System information as of Tue Sep 15 00:43:44 UTC 2026

  System load:  0.12               Processes:             110
  Usage of /:   19.8% of 38.58GB   Users logged in:       0
  Memory usage: 4%                 IPv4 address for ens3: 10.30.171.190
  Swap usage:   0%


Expanded Security Maintenance for Applications is not enabled.

5 updates can be applied immediately.
To see these additional updates run: apt list --upgradable

14 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.5 LTS' available.
Run 'do-release-upgrade' to upgrade to it.


[?2004h[jenkins@releng-63164-399-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-09-15T00:44:14.127465" elapsed="0.404309"/>
</kw>
<msg time="2026-09-15T00:44:14.531856" 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-09-15T00:44:14.127112" elapsed="0.404827"/>
</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-09-15T00:44:14.125511" elapsed="0.406537"/>
</kw>
<kw name="File Should Exist" owner="SSHLibrary">
<msg time="2026-09-15T00:44:14.539108" 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-09-15T00:44:14.532266" elapsed="0.008807"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-09-15T00:44:14.541456" elapsed="0.000446"/>
</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-09-15T00:44:14.124501" elapsed="0.417477"/>
</kw>
<status status="PASS" start="2026-09-15T00:44:14.123352" elapsed="0.418670"/>
</branch>
<status status="PASS" start="2026-09-15T00:44:14.122862" elapsed="0.419198"/>
</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-09-15T00:44:14.542299" elapsed="0.000590"/>
</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-09-15T00:44:14.545405" elapsed="0.000025"/>
</return>
<status status="NOT RUN" start="2026-09-15T00:44:14.545272" elapsed="0.000202"/>
</branch>
<status status="PASS" start="2026-09-15T00:44:14.545241" elapsed="0.000263"/>
</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-09-15T00:44:14.547509" elapsed="0.000019"/>
</return>
<status status="NOT RUN" start="2026-09-15T00:44:14.547383" elapsed="0.000186"/>
</branch>
<status status="PASS" start="2026-09-15T00:44:14.547358" elapsed="0.000239"/>
</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-09-15T00:44:14.547825" elapsed="0.000549"/>
</kw>
<kw name="Login" owner="SSHLibrary">
<msg time="2026-09-15T00:44:14.548958" level="INFO">Logging into '10.30.170.242:8101' as 'karaf'.</msg>
<msg time="2026-09-15T00:44:14.733019" 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-09-15T00:44:14.548617" elapsed="0.184601"/>
</kw>
<kw name="Write" owner="SSHLibrary">
<msg time="2026-09-15T00:44:14.831345" 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-09-15T00:44:14.733544" elapsed="0.097930"/>
</kw>
<kw name="Read Until Regexp" owner="SSHLibrary">
<msg time="2026-09-15T00:44:14.844758" level="INFO">[?1l&gt;[?2004l[31;1modl-openflowplugin-drop-test[0m                                    x 0.21.5           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-09-15T00:44:14.844939" level="INFO">${output} = [?1l&gt;[?2004l[31;1modl-openflowplugin-drop-test[0m                                    x 0.21.5           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-09-15T00:44:14.831725" elapsed="0.013244"/>
</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-09-15T00:44:14.845118" elapsed="0.000181"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-09-15T00:44:14.845435" elapsed="0.000205"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-09-15T00:44:14.846125" level="INFO">[?1l&gt;[?2004l[31;1modl-openflowplugin-drop-test[0m                                    x 0.21.5           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-09-15T00:44:14.845833" elapsed="0.000345"/>
</kw>
<return>
<value>${output}</value>
<status status="PASS" start="2026-09-15T00:44:14.846223" elapsed="0.000046"/>
</return>
<msg time="2026-09-15T00:44:14.846387" level="INFO">${output} = [?1l&gt;[?2004l[31;1modl-openflowplugin-drop-test[0m                                    x 0.21.5           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.170.242
Note that this keyword will open&amp;close new SSH connection, without switching back to previously current session.</doc>
<status status="PASS" start="2026-09-15T00:44:14.546975" elapsed="0.299443"/>
</kw>
<kw name="Should Contain" owner="BuiltIn">
<arg>${output}</arg>
<arg>${feature_name}</arg>
<doc>Fails if the `container` does not contain the `item` one or more times.</doc>
<status status="PASS" start="2026-09-15T00:44:14.846566" elapsed="0.000467"/>
</kw>
<return>
<value>${output}</value>
<status status="PASS" start="2026-09-15T00:44:14.847112" 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-09-15T00:44:14.544906" elapsed="0.302317"/>
</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-09-15T00:44:14.848806" elapsed="0.000015"/>
</return>
<status status="NOT RUN" start="2026-09-15T00:44:14.848630" elapsed="0.000221"/>
</branch>
<status status="PASS" start="2026-09-15T00:44:14.848607" elapsed="0.000265"/>
</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-09-15T00:44:14.849023" elapsed="0.000368"/>
</kw>
<kw name="Login" owner="SSHLibrary">
<msg time="2026-09-15T00:44:14.849803" level="INFO">Logging into '10.30.170.242:8101' as 'karaf'.</msg>
<msg time="2026-09-15T00:44:15.070319" 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-09-15T00:44:14.849575" elapsed="0.220891"/>
</kw>
<kw name="Write" owner="SSHLibrary">
<msg time="2026-09-15T00:44:15.093416" 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-09-15T00:44:15.070714" elapsed="0.022767"/>
</kw>
<kw name="Read Until Regexp" owner="SSHLibrary">
<msg time="2026-09-15T00:44:15.095954" level="INFO">[?1l&gt;[?2004lDropAllFlows transitions to on
[?1h=[90m~[0m                                                                                [?2004hopendaylight-user@root&gt;</msg>
<msg time="2026-09-15T00:44:15.096054" 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-09-15T00:44:15.093647" elapsed="0.002435"/>
</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-09-15T00:44:15.096229" elapsed="0.000168"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-09-15T00:44:15.096534" elapsed="0.000231"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-09-15T00:44:15.097229" 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-09-15T00:44:15.096939" elapsed="0.000337"/>
</kw>
<return>
<value>${output}</value>
<status status="PASS" start="2026-09-15T00:44:15.097322" elapsed="0.000044"/>
</return>
<arg>dropallpacketsrpc on</arg>
<doc>Will execute the given ${cmd} by ssh'ing to the karaf console running on 10.30.170.242
Note that this keyword will open&amp;close new SSH connection, without switching back to previously current session.</doc>
<status status="PASS" start="2026-09-15T00:44:14.848359" elapsed="0.249093"/>
</kw>
<status status="PASS" start="2026-09-15T00:44:13.380881" elapsed="1.716627"/>
</kw>
<test id="s1-t1" name="Cbench Latency Test" line="37">
<kw name="Log" owner="BuiltIn">
<msg time="2026-09-15T00:44:15.099297" 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-09-15T00:44:15.098491" elapsed="0.000866"/>
</kw>
<kw name="Run Cbench And Log Results">
<kw name="Set Suite Variable" owner="BuiltIn">
<msg time="2026-09-15T00:44:15.100563" level="INFO">${output_filename} = latency.csv</msg>
<arg>${output_filename}</arg>
<doc>Makes the variable available everywhere within the scope of the current suite.</doc>
<status status="PASS" start="2026-09-15T00:44:15.100259" elapsed="0.000344"/>
</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 [Process] library instead.*</doc>
<status status="NOT RUN" start="2026-09-15T00:44:15.100913" elapsed="0.000021"/>
</kw>
<status status="NOT RUN" start="2026-09-15T00:44:15.100674" elapsed="0.000292"/>
</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 or task with the given message and optionally alters its tags.</doc>
<status status="NOT RUN" start="2026-09-15T00:44:15.102018" elapsed="0.000019"/>
</kw>
<status status="NOT RUN" start="2026-09-15T00:44:15.101806" elapsed="0.000262"/>
</branch>
<status status="PASS" start="2026-09-15T00:44:15.101788" elapsed="0.000317"/>
</if>
<kw name="Get Connection" owner="SSHLibrary">
<msg time="2026-09-15T00:44:15.102457" 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-09-15T00:44:15.102565" 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-09-15T00:44:15.102279" elapsed="0.000311"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-09-15T00:44:15.103111" level="INFO">Attempting to execute command "/usr/local/bin/cbench -c 10.30.170.242 -m 60000 -M 100 -S 16 -l 10 -D 5000 -p 6633" on remote system "10.30.171.190" 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-09-15T00:44:15.102775" elapsed="0.000393"/>
</kw>
<kw name="Open Connection" owner="SSHLibrary">
<msg time="2026-09-15T00:44:15.103726" 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-09-15T00:44:15.103324" elapsed="0.000430"/>
</kw>
<kw name="Flexible_SSH_Login" owner="SSHKeywords">
<kw name="Get Length" owner="BuiltIn">
<msg time="2026-09-15T00:44:15.104564" level="INFO">Length is 0.</msg>
<msg time="2026-09-15T00:44:15.104649" 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-09-15T00:44:15.104276" elapsed="0.000395"/>
</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>Conditionally runs the specified keyword and returns from the enclosing user keyword.</doc>
<status status="PASS" start="2026-09-15T00:44:15.104820" elapsed="0.000313"/>
</kw>
<kw name="Run Keyword And Return" owner="BuiltIn">
<kw name="Login With Public Key" owner="SSHLibrary">
<msg time="2026-09-15T00:44:15.106010" level="INFO">Logging into '10.30.171.190:22' as 'jenkins'.</msg>
<msg time="2026-09-15T00:44:15.442232" level="INFO">Read output: Welcome to Ubuntu 22.04.5 LTS (GNU/Linux 5.15.0-187-generic x86_64)

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

 System information as of Tue Sep 15 00:43:44 UTC 2026

  System load:  0.12               Processes:             110
  Usage of /:   19.8% of 38.58GB   Users logged in:       0
  Memory usage: 4%                 IPv4 address for ens3: 10.30.171.190
  Swap usage:   0%


Expanded Security Maintenance for Applications is not enabled.

5 updates can be applied immediately.
To see these additional updates run: apt list --upgradable

14 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.5 LTS' available.
Run 'do-release-upgrade' to upgrade to it.


Last login: Tue Sep 15 00:44:14 2026 from 10.30.171.227
[?2004h[jenkins@releng-63164-399-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-09-15T00:44:15.105743" elapsed="0.336663"/>
</kw>
<msg time="2026-09-15T00:44:15.442478" 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-09-15T00:44:15.105334" elapsed="0.337224"/>
</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-09-15T00:44:15.103930" elapsed="0.338737"/>
</kw>
<kw name="Execute Command" owner="SSHLibrary">
<msg time="2026-09-15T00:44:15.443293" level="INFO">Executing command '/usr/local/bin/cbench -c 10.30.170.242 -m 60000 -M 100 -S 16 -l 10 -D 5000 -p 6633'.</msg>
<msg time="2026-09-15T00:54:21.566381" level="INFO">Command exited with return code 0.</msg>
<msg time="2026-09-15T00:54:21.566955" level="INFO">${stdout} = </msg>
<msg time="2026-09-15T00:54:21.567053" level="INFO">${stderr} = cbench: controller benchmarking tool
   running in mode 'latency'
   connecting to controller at 10.30.170.242:6633 
   faking 16 switches with 1 threads :: 10 tests each; 60000 ms per test
   with 10...</msg>
<var>${stdout}</var>
<var>${stderr}</var>
<arg>${cmd}</arg>
<arg>return_stderr=True</arg>
<doc>Executes ``command`` on the remote machine and returns its outputs.</doc>
<status status="PASS" start="2026-09-15T00:44:15.442915" elapsed="606.124191"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-09-15T00:54:21.567559" elapsed="0.000645"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-09-15T00:54:21.569426" level="INFO">cbench: controller benchmarking tool
   running in mode 'latency'
   connecting to controller at 10.30.170.242: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.170.242. So far 1 cbench instances have initialized their switches.  Waiting for other cbench-instances
Thread-0: Total switches from ALL cbench-instances initialized.
00:45:20.664 16  switches: flows:  82334 81453 83760 81928 81806 82035 80928 81183 80932 80751 81539 80380 79569 81090 79639 79665  total = 21.649867 per ms 
00:46:20.764 16  switches: flows:  93988 92548 92813 92343 90806 93004 90997 91086 92130 91124 90806 89526 88407 91073 89812 89963  total = 24.299835 per ms 
00:47:20.865 16  switches: flows:  89939 89306 88889 90605 90552 87973 88442 88648 88125 87846 87495 88191 86551 87346 87374 87591  total = 23.541928 per ms 
00:48:20.965 16  switches: flows:  91563 89876 90853 91755 91977 90408 88812 90848 90128 88979 89765 88407 88442 88746 88571 89107  total = 23.930670 per ms 
00:49:21.065 16  switches: flows:  94346 93117 93090 94914 93401 92525 91789 93099 93275 90694 91126 90547 90056 89822 90517 91348  total = 24.520169 per ms 
00:50:21.165 16  switches: flows:  90861 89677 89906 91318 91725 89987 87641 89516 90251 88965 87844 86865 87133 87009 87497 86834  total = 23.677624 per ms 
00:51:21.265 16  switches: flows:  93925 92654 91452 93798 93776 93356 90604 91591 92230 91299 90049 89511 89122 90313 90398 88456  total = 24.334943 per ms 
00:52:21.366 16  switches: flows:  93535 93411 92553 94403 95070 93742 92406 92562 93253 91246 89760 90953 91502 89449 91221 90008  total = 24.543583 per ms 
00:53:21.466 16  switches: flows:  91618 93129 91480 90565 93017 92033 89271 91327 92475 88620 87491 89050 89197 89582 89180 89589  total = 24.086863 per ms 
00:54:21.566 16  switches: flows:  93843 94120 93913 92299 93687 93006 92016 91609 94303 89832 90892 90730 90518 89108 91722 89621  total = 24.479464 per ms 
RESULT: 16 switches 9 tests min/max/avg/stdev = 23541.93/24543.58/24157.23/8060.01 responses/s</msg>
<arg>${stderr}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-09-15T00:54:21.568667" elapsed="0.001084"/>
</kw>
<if>
<branch type="IF" condition="&quot;${return_stdout}&quot;!=&quot;True&quot;">
<return>
<value>${stderr}</value>
<status status="PASS" start="2026-09-15T00:54:21.570172" elapsed="0.000096"/>
</return>
<status status="PASS" start="2026-09-15T00:54:21.569928" elapsed="0.000416"/>
</branch>
<status status="PASS" start="2026-09-15T00:54:21.569875" elapsed="0.000520"/>
</if>
<if>
<branch type="IF" condition="&quot;${return_stderr}&quot;!=&quot;True&quot;">
<return>
<value>${stdout}</value>
<status status="NOT RUN" start="2026-09-15T00:54:21.570590" elapsed="0.000028"/>
</return>
<status status="NOT RUN" start="2026-09-15T00:54:21.570516" elapsed="0.000162"/>
</branch>
<status status="NOT RUN" start="2026-09-15T00:54:21.570484" elapsed="0.000268"/>
</if>
<return>
<value>${stdout}</value>
<value>${stderr}</value>
<status status="NOT RUN" start="2026-09-15T00:54:21.570831" elapsed="0.000041"/>
</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>Conditionally runs the specified keyword and returns from the enclosing user keyword.</doc>
<status status="PASS" start="2026-09-15T00:54:21.572419" elapsed="0.000669"/>
</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-09-15T00:54:21.573540" elapsed="0.000398"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-09-15T00:54:21.574222" elapsed="0.000248"/>
</kw>
<arg>${current_ssh_connection.index}</arg>
<doc>Restore active SSH connection in SSHLibrary to given index.</doc>
<status status="PASS" start="2026-09-15T00:54:21.571512" elapsed="0.003085"/>
</kw>
<msg time="2026-09-15T00:54:21.574870" level="INFO">${output} = cbench: controller benchmarking tool
   running in mode 'latency'
   connecting to controller at 10.30.170.242:6633 
   faking 16 switches with 1 threads :: 10 tests each; 60000 ms per test
   with 10...</msg>
<var>${output}</var>
<arg>${cbench_system}</arg>
<arg>${cbench_executable} -c ${ODL_SYSTEM_IP} ${cbench_args}</arg>
<arg>prompt_timeout=${test_timeout}</arg>
<arg>return_stdout=False</arg>
<arg>return_stderr=True</arg>
<doc>Reduces the common work of running a command on a remote system to a single higher level
robot keyword, taking care to log in with a public key and. The command given is written and the return value
depends on the passed argument values of return_stdout (default: True) and return_stderr (default: False).
At least one should be True, or the keyword will exit and FAIL. If both are True, the resulting return value
will be a two element list containing both. Otherwise the resulting return value is a string.
No test conditions are checked.</doc>
<status status="PASS" start="2026-09-15T00:44:15.101299" elapsed="606.473627"/>
</kw>
<status status="PASS" start="2026-09-15T00:44:15.100992" elapsed="606.474030"/>
</branch>
<status status="PASS" start="2026-09-15T00:44:15.100651" elapsed="606.474419"/>
</if>
<kw name="Log" owner="BuiltIn">
<msg time="2026-09-15T00:54:21.576157" level="INFO">cbench: controller benchmarking tool
   running in mode 'latency'
   connecting to controller at 10.30.170.242: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.170.242. So far 1 cbench instances have initialized their switches.  Waiting for other cbench-instances
Thread-0: Total switches from ALL cbench-instances initialized.
00:45:20.664 16  switches: flows:  82334 81453 83760 81928 81806 82035 80928 81183 80932 80751 81539 80380 79569 81090 79639 79665  total = 21.649867 per ms 
00:46:20.764 16  switches: flows:  93988 92548 92813 92343 90806 93004 90997 91086 92130 91124 90806 89526 88407 91073 89812 89963  total = 24.299835 per ms 
00:47:20.865 16  switches: flows:  89939 89306 88889 90605 90552 87973 88442 88648 88125 87846 87495 88191 86551 87346 87374 87591  total = 23.541928 per ms 
00:48:20.965 16  switches: flows:  91563 89876 90853 91755 91977 90408 88812 90848 90128 88979 89765 88407 88442 88746 88571 89107  total = 23.930670 per ms 
00:49:21.065 16  switches: flows:  94346 93117 93090 94914 93401 92525 91789 93099 93275 90694 91126 90547 90056 89822 90517 91348  total = 24.520169 per ms 
00:50:21.165 16  switches: flows:  90861 89677 89906 91318 91725 89987 87641 89516 90251 88965 87844 86865 87133 87009 87497 86834  total = 23.677624 per ms 
00:51:21.265 16  switches: flows:  93925 92654 91452 93798 93776 93356 90604 91591 92230 91299 90049 89511 89122 90313 90398 88456  total = 24.334943 per ms 
00:52:21.366 16  switches: flows:  93535 93411 92553 94403 95070 93742 92406 92562 93253 91246 89760 90953 91502 89449 91221 90008  total = 24.543583 per ms 
00:53:21.466 16  switches: flows:  91618 93129 91480 90565 93017 92033 89271 91327 92475 88620 87491 89050 89197 89582 89180 89589  total = 24.086863 per ms 
00:54:21.566 16  switches: flows:  93843 94120 93913 92299 93687 93006 92016 91609 94303 89832 90892 90730 90518 89108 91722 89621  total = 24.479464 per ms 
RESULT: 16 switches 9 tests min/max/avg/stdev = 23541.93/24543.58/24157.23/8060.01 responses/s</msg>
<arg>${output}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-09-15T00:54:21.575491" elapsed="0.000850"/>
</kw>
<kw name="Should Contain" owner="BuiltIn">
<arg>${output}</arg>
<arg>RESULT</arg>
<doc>Fails if the `container` does not contain the `item` one or more times.</doc>
<status status="PASS" start="2026-09-15T00:54:21.576784" elapsed="0.000773"/>
</kw>
<kw name="Get Lines Containing String" owner="String">
<msg time="2026-09-15T00:54:21.578442" level="INFO">1 out of 23 lines matched.</msg>
<msg time="2026-09-15T00:54:21.578632" level="INFO">${result_line} = RESULT: 16 switches 9 tests min/max/avg/stdev = 23541.93/24543.58/24157.23/8060.01 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-09-15T00:54:21.577984" elapsed="0.000743"/>
</kw>
<kw name="Split String" owner="String">
<msg time="2026-09-15T00:54:21.579637" level="INFO">@{results_list} = [ RESULT: | 16 | switches | 9 | tests | min/max/avg/stdev | = | 23541.93/24543.58/24157.23/8060.01 | 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-09-15T00:54:21.579091" elapsed="0.000642"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-09-15T00:54:21.580972" 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-09-15T00:54:21.580157" elapsed="0.000936"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-09-15T00:54:21.582322" level="INFO">23541.93/24543.58/24157.23/8060.01</msg>
<arg>${results_list[7]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-09-15T00:54:21.581526" elapsed="0.000910"/>
</kw>
<kw name="Split String" owner="String">
<msg time="2026-09-15T00:54:21.583488" 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-09-15T00:54:21.582802" elapsed="0.000741"/>
</kw>
<kw name="Split String" owner="String">
<msg time="2026-09-15T00:54:21.584727" level="INFO">@{result_value_list} = [ 23541.93 | 24543.58 | 24157.23 | 8060.01 ]</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-09-15T00:54:21.584027" elapsed="0.000759"/>
</kw>
<kw name="Get Length" owner="BuiltIn">
<msg time="2026-09-15T00:54:21.585824" level="INFO">Length is 4.</msg>
<msg time="2026-09-15T00:54:21.586017" 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-09-15T00:54:21.585146" elapsed="0.000933"/>
</kw>
<for flavor="IN RANGE">
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-09-15T00:54:21.587993" level="INFO">min :: 23541.93</msg>
<arg>${result_name_list[${i}]} :: ${result_value_list[${i}]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-09-15T00:54:21.586986" elapsed="0.001143"/>
</kw>
<var name="${i}">0</var>
<status status="PASS" start="2026-09-15T00:54:21.586576" elapsed="0.001628"/>
</iter>
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-09-15T00:54:21.589821" level="INFO">max :: 24543.58</msg>
<arg>${result_name_list[${i}]} :: ${result_value_list[${i}]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-09-15T00:54:21.588817" elapsed="0.001120"/>
</kw>
<var name="${i}">1</var>
<status status="PASS" start="2026-09-15T00:54:21.588418" elapsed="0.001587"/>
</iter>
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-09-15T00:54:21.591669" level="INFO">avg :: 24157.23</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-09-15T00:54:21.590601" elapsed="0.001221"/>
</kw>
<var name="${i}">2</var>
<status status="PASS" start="2026-09-15T00:54:21.590194" elapsed="0.001695"/>
</iter>
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-09-15T00:54:21.593467" level="INFO">stdev :: 8060.01</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-09-15T00:54:21.592481" elapsed="0.001099"/>
</kw>
<var name="${i}">3</var>
<status status="PASS" start="2026-09-15T00:54:21.592073" elapsed="0.001577"/>
</iter>
<var>${i}</var>
<value>0</value>
<value>${num_stats}</value>
<status status="PASS" start="2026-09-15T00:54:21.586207" elapsed="0.007545"/>
</for>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-09-15T00:54:21.595043" level="INFO">${min} = 23541.93</msg>
<var>${min}</var>
<arg>${result_value_list[${0}]}</arg>
<doc>Returns the given values which can then be assigned to a variable.</doc>
<status status="PASS" start="2026-09-15T00:54:21.594096" elapsed="0.001004"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-09-15T00:54:21.596399" level="INFO">${max} = 24543.58</msg>
<var>${max}</var>
<arg>${result_value_list[${1}]}</arg>
<doc>Returns the given values which can then be assigned to a variable.</doc>
<status status="PASS" start="2026-09-15T00:54:21.595478" elapsed="0.000988"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-09-15T00:54:21.597801" level="INFO">${average} = 24157.23</msg>
<var>${average}</var>
<arg>${result_value_list[${2}]}</arg>
<doc>Returns the given values which can then be assigned to a variable.</doc>
<status status="PASS" start="2026-09-15T00:54:21.596845" elapsed="0.001012"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-09-15T00:54:21.599340" level="INFO">${stdev} = 8060.01</msg>
<var>${stdev}</var>
<arg>${result_value_list[${3}]}</arg>
<doc>Returns the given values which can then be assigned to a variable.</doc>
<status status="PASS" start="2026-09-15T00:54:21.598399" elapsed="0.000998"/>
</kw>
<kw name="Get Time" owner="BuiltIn">
<msg time="2026-09-15T00:54:21.600629" level="INFO">${date} = 2026-09-15 00:54:21</msg>
<var>${date}</var>
<arg>d,m,s</arg>
<doc>Returns the given time in the requested format.</doc>
<status status="PASS" start="2026-09-15T00:54:21.599866" elapsed="0.000861"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-09-15T00:54:21.601923" level="INFO">CBench Result: 2026-09-15 00:54:21,-m 60000 -M 100 -S 16 -l 10 -D 5000 -p 6633,23541.93,24543.58,24157.23,8060.01</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-09-15T00:54:21.601138" elapsed="0.000902"/>
</kw>
<kw name="Log Results And Determine Status">
<kw name="Append To File" owner="OperatingSystem">
<msg time="2026-09-15T00:54:21.604418" 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-09-15T00:54:21.603296" elapsed="0.001264"/>
</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-09-15T00:54:21.604976" elapsed="0.000953"/>
</kw>
<arg>${min}</arg>
<arg>${max}</arg>
<arg>${average}</arg>
<arg>${average_threshold}</arg>
<arg>${output_filename}</arg>
<status status="PASS" start="2026-09-15T00:54:21.602334" elapsed="0.003729"/>
</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-09-15T00:44:15.099739" elapsed="606.506440"/>
</kw>
<kw name="Sleep" owner="BuiltIn">
<msg time="2026-09-15T00:54:21.607206" level="INFO">Slept 0 seconds.</msg>
<arg>${test_delay}</arg>
<doc>Pauses execution for the given time.</doc>
<status status="PASS" start="2026-09-15T00:54:21.606525" elapsed="0.000828"/>
</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-09-15T00:54:21.608511" elapsed="0.000628"/>
</kw>
<status status="PASS" start="2026-09-15T00:54:21.607784" elapsed="0.001534"/>
</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-09-15T00:44:15.097631" elapsed="606.511762"/>
</test>
<test id="s1-t2" name="Cbench Throughput Test" line="51">
<kw name="Log" owner="BuiltIn">
<msg time="2026-09-15T00:54:21.611414" 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-09-15T00:54:21.610940" elapsed="0.000549"/>
</kw>
<kw name="Run Cbench And Log Results">
<kw name="Set Suite Variable" owner="BuiltIn">
<msg time="2026-09-15T00:54:21.613137" level="INFO">${output_filename} = throughput.csv</msg>
<arg>${output_filename}</arg>
<doc>Makes the variable available everywhere within the scope of the current suite.</doc>
<status status="PASS" start="2026-09-15T00:54:21.612711" elapsed="0.000485"/>
</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 [Process] library instead.*</doc>
<status status="NOT RUN" start="2026-09-15T00:54:21.613656" elapsed="0.000053"/>
</kw>
<status status="NOT RUN" start="2026-09-15T00:54:21.613308" elapsed="0.000450"/>
</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 or task with the given message and optionally alters its tags.</doc>
<status status="NOT RUN" start="2026-09-15T00:54:21.615293" elapsed="0.000034"/>
</kw>
<status status="NOT RUN" start="2026-09-15T00:54:21.614952" elapsed="0.000422"/>
</branch>
<status status="PASS" start="2026-09-15T00:54:21.614928" elapsed="0.000478"/>
</if>
<kw name="Get Connection" owner="SSHLibrary">
<msg time="2026-09-15T00:54:21.615925" 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-09-15T00:54:21.616075" 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-09-15T00:54:21.615652" elapsed="0.000460"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-09-15T00:54:21.616877" level="INFO">Attempting to execute command "/usr/local/bin/cbench -c 10.30.170.242 -t -m 60000 -M 100 -S 16 -l 10 -D 5000 -p 6633" on remote system "10.30.171.190" 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-09-15T00:54:21.616386" elapsed="0.000565"/>
</kw>
<kw name="Open Connection" owner="SSHLibrary">
<msg time="2026-09-15T00:54:21.617702" 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-09-15T00:54:21.617185" elapsed="0.000554"/>
</kw>
<kw name="Flexible_SSH_Login" owner="SSHKeywords">
<kw name="Get Length" owner="BuiltIn">
<msg time="2026-09-15T00:54:21.618917" level="INFO">Length is 0.</msg>
<msg time="2026-09-15T00:54:21.619031" 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-09-15T00:54:21.618502" elapsed="0.000561"/>
</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>Conditionally runs the specified keyword and returns from the enclosing user keyword.</doc>
<status status="PASS" start="2026-09-15T00:54:21.619277" elapsed="0.000432"/>
</kw>
<kw name="Run Keyword And Return" owner="BuiltIn">
<kw name="Login With Public Key" owner="SSHLibrary">
<msg time="2026-09-15T00:54:21.621032" level="INFO">Logging into '10.30.171.190:22' as 'jenkins'.</msg>
<msg time="2026-09-15T00:54:22.299355" level="INFO">Read output: Welcome to Ubuntu 22.04.5 LTS (GNU/Linux 5.15.0-187-generic x86_64)

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

 System information as of Tue Sep 15 00:54:21 UTC 2026

  System load:  1.0                Processes:             105
  Usage of /:   19.9% of 38.58GB   Users logged in:       0
  Memory usage: 4%                 IPv4 address for ens3: 10.30.171.190
  Swap usage:   0%


Expanded Security Maintenance for Applications is not enabled.

5 updates can be applied immediately.
To see these additional updates run: apt list --upgradable

14 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.5 LTS' available.
Run 'do-release-upgrade' to upgrade to it.


Last login: Tue Sep 15 00:44:15 2026 from 10.30.171.227
[?2004h[jenkins@releng-63164-399-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-09-15T00:54:21.620637" elapsed="0.678952"/>
</kw>
<msg time="2026-09-15T00:54:22.299666" 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-09-15T00:54:21.620093" elapsed="0.679678"/>
</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-09-15T00:54:21.617989" elapsed="0.681894"/>
</kw>
<kw name="Execute Command" owner="SSHLibrary">
<msg time="2026-09-15T00:54:22.300406" level="INFO">Executing command '/usr/local/bin/cbench -c 10.30.170.242 -t -m 60000 -M 100 -S 16 -l 10 -D 5000 -p 6633'.</msg>
<msg time="2026-09-15T01:04:28.345544" level="INFO">Command exited with return code 0.</msg>
<msg time="2026-09-15T01:04:28.346212" level="INFO">${stdout} = </msg>
<msg time="2026-09-15T01:04:28.346308" level="INFO">${stderr} = cbench: controller benchmarking tool
   running in mode 'throughput'
   connecting to controller at 10.30.170.242: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-09-15T00:54:22.300130" elapsed="606.046230"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-09-15T01:04:28.346824" elapsed="0.000692"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-09-15T01:04:28.348666" level="INFO">cbench: controller benchmarking tool
   running in mode 'throughput'
   connecting to controller at 10.30.170.242: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.170.242. So far 1 cbench instances have initialized their switches.  Waiting for other cbench-instances
Thread-0: Total switches from ALL cbench-instances initialized.
00:55:27.429 16  switches: flows:  668900 672763 668021 666523 676831 671802 677714 682831 672832 667077 670360 673940 677664 669219 665624 666424  total = 179.142083 per ms 
00:56:27.530 16  switches: flows:  726633 735729 730454 729328 734242 729415 735547 730393 724163 730956 732519 729194 735243 733705 732117 732184  total = 194.702922 per ms 
00:57:27.632 16  switches: flows:  718830 722669 714536 711999 713761 718992 716849 709919 711567 716770 716488 719850 716239 710618 717674 716173  total = 190.561280 per ms 
00:58:27.733 16  switches: flows:  725452 717750 720598 714571 727822 718968 724373 718611 726991 723656 730661 713391 723150 721040 724674 725590  total = 192.296182 per ms 
00:59:27.836 16  switches: flows:  720456 728392 717017 721278 723031 715463 715130 723739 720063 726930 719903 721700 720803 713985 719176 719240  total = 191.781635 per ms 
01:00:27.941 16  switches: flows:  737017 730991 735940 726456 736224 728535 746413 732458 730729 740862 740181 740559 737690 738441 744661 740617  total = 196.123534 per ms 
01:01:28.043 16  switches: flows:  728982 715384 720391 720979 725647 726746 731767 727758 728246 725347 723458 727557 722734 728916 726192 729802  total = 193.171195 per ms 
01:02:28.146 16  switches: flows:  718689 723039 714496 717595 718894 712446 722361 714686 720224 719675 717558 712030 718835 710261 714626 717635  total = 190.889691 per ms 
01:03:28.248 16  switches: flows:  726347 720244 726062 722318 731199 720312 727448 719991 725083 724710 720352 723287 727889 726014 730783 725912  total = 192.973666 per ms 
01:04:28.351 16  switches: flows:  736694 736362 738221 734063 744220 735657 743863 738657 742107 738295 741194 735833 746444 744882 737279 742166  total = 196.933639 per ms 
RESULT: 16 switches 9 tests min/max/avg/stdev = 190561.28/196933.64/193270.42/64457.86 responses/s</msg>
<arg>${stderr}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-09-15T01:04:28.347991" elapsed="0.000993"/>
</kw>
<if>
<branch type="IF" condition="&quot;${return_stdout}&quot;!=&quot;True&quot;">
<return>
<value>${stderr}</value>
<status status="PASS" start="2026-09-15T01:04:28.349446" elapsed="0.000071"/>
</return>
<status status="PASS" start="2026-09-15T01:04:28.349181" elapsed="0.000409"/>
</branch>
<status status="PASS" start="2026-09-15T01:04:28.349116" elapsed="0.000524"/>
</if>
<if>
<branch type="IF" condition="&quot;${return_stderr}&quot;!=&quot;True&quot;">
<return>
<value>${stdout}</value>
<status status="NOT RUN" start="2026-09-15T01:04:28.349860" elapsed="0.000027"/>
</return>
<status status="NOT RUN" start="2026-09-15T01:04:28.349788" elapsed="0.000155"/>
</branch>
<status status="NOT RUN" start="2026-09-15T01:04:28.349755" elapsed="0.000230"/>
</if>
<return>
<value>${stdout}</value>
<value>${stderr}</value>
<status status="NOT RUN" start="2026-09-15T01:04:28.350046" elapsed="0.000048"/>
</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>Conditionally runs the specified keyword and returns from the enclosing user keyword.</doc>
<status status="PASS" start="2026-09-15T01:04:28.351595" elapsed="0.000708"/>
</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-09-15T01:04:28.352668" elapsed="0.000352"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-09-15T01:04:28.353317" elapsed="0.000214"/>
</kw>
<arg>${current_ssh_connection.index}</arg>
<doc>Restore active SSH connection in SSHLibrary to given index.</doc>
<status status="PASS" start="2026-09-15T01:04:28.350710" elapsed="0.002924"/>
</kw>
<msg time="2026-09-15T01:04:28.353889" level="INFO">${output} = cbench: controller benchmarking tool
   running in mode 'throughput'
   connecting to controller at 10.30.170.242: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-09-15T00:54:21.614208" elapsed="606.739736"/>
</kw>
<status status="PASS" start="2026-09-15T00:54:21.613792" elapsed="606.740247"/>
</branch>
<status status="PASS" start="2026-09-15T00:54:21.613280" elapsed="606.740825"/>
</if>
<kw name="Log" owner="BuiltIn">
<msg time="2026-09-15T01:04:28.355127" level="INFO">cbench: controller benchmarking tool
   running in mode 'throughput'
   connecting to controller at 10.30.170.242: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.170.242. So far 1 cbench instances have initialized their switches.  Waiting for other cbench-instances
Thread-0: Total switches from ALL cbench-instances initialized.
00:55:27.429 16  switches: flows:  668900 672763 668021 666523 676831 671802 677714 682831 672832 667077 670360 673940 677664 669219 665624 666424  total = 179.142083 per ms 
00:56:27.530 16  switches: flows:  726633 735729 730454 729328 734242 729415 735547 730393 724163 730956 732519 729194 735243 733705 732117 732184  total = 194.702922 per ms 
00:57:27.632 16  switches: flows:  718830 722669 714536 711999 713761 718992 716849 709919 711567 716770 716488 719850 716239 710618 717674 716173  total = 190.561280 per ms 
00:58:27.733 16  switches: flows:  725452 717750 720598 714571 727822 718968 724373 718611 726991 723656 730661 713391 723150 721040 724674 725590  total = 192.296182 per ms 
00:59:27.836 16  switches: flows:  720456 728392 717017 721278 723031 715463 715130 723739 720063 726930 719903 721700 720803 713985 719176 719240  total = 191.781635 per ms 
01:00:27.941 16  switches: flows:  737017 730991 735940 726456 736224 728535 746413 732458 730729 740862 740181 740559 737690 738441 744661 740617  total = 196.123534 per ms 
01:01:28.043 16  switches: flows:  728982 715384 720391 720979 725647 726746 731767 727758 728246 725347 723458 727557 722734 728916 726192 729802  total = 193.171195 per ms 
01:02:28.146 16  switches: flows:  718689 723039 714496 717595 718894 712446 722361 714686 720224 719675 717558 712030 718835 710261 714626 717635  total = 190.889691 per ms 
01:03:28.248 16  switches: flows:  726347 720244 726062 722318 731199 720312 727448 719991 725083 724710 720352 723287 727889 726014 730783 725912  total = 192.973666 per ms 
01:04:28.351 16  switches: flows:  736694 736362 738221 734063 744220 735657 743863 738657 742107 738295 741194 735833 746444 744882 737279 742166  total = 196.933639 per ms 
RESULT: 16 switches 9 tests min/max/avg/stdev = 190561.28/196933.64/193270.42/64457.86 responses/s</msg>
<arg>${output}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-09-15T01:04:28.354494" elapsed="0.000787"/>
</kw>
<kw name="Should Contain" owner="BuiltIn">
<arg>${output}</arg>
<arg>RESULT</arg>
<doc>Fails if the `container` does not contain the `item` one or more times.</doc>
<status status="PASS" start="2026-09-15T01:04:28.355613" elapsed="0.000788"/>
</kw>
<kw name="Get Lines Containing String" owner="String">
<msg time="2026-09-15T01:04:28.357212" level="INFO">1 out of 23 lines matched.</msg>
<msg time="2026-09-15T01:04:28.357392" level="INFO">${result_line} = RESULT: 16 switches 9 tests min/max/avg/stdev = 190561.28/196933.64/193270.42/64457.86 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-09-15T01:04:28.356790" elapsed="0.000652"/>
</kw>
<kw name="Split String" owner="String">
<msg time="2026-09-15T01:04:28.358328" level="INFO">@{results_list} = [ RESULT: | 16 | switches | 9 | tests | min/max/avg/stdev | = | 190561.28/196933.64/193270.42/64457.86 | 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-09-15T01:04:28.357818" elapsed="0.000567"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-09-15T01:04:28.359525" 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-09-15T01:04:28.358819" elapsed="0.000818"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-09-15T01:04:28.360778" level="INFO">190561.28/196933.64/193270.42/64457.86</msg>
<arg>${results_list[7]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-09-15T01:04:28.360084" elapsed="0.000807"/>
</kw>
<kw name="Split String" owner="String">
<msg time="2026-09-15T01:04:28.361899" 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-09-15T01:04:28.361242" elapsed="0.000713"/>
</kw>
<kw name="Split String" owner="String">
<msg time="2026-09-15T01:04:28.363028" level="INFO">@{result_value_list} = [ 190561.28 | 196933.64 | 193270.42 | 64457.86 ]</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-09-15T01:04:28.362382" elapsed="0.000722"/>
</kw>
<kw name="Get Length" owner="BuiltIn">
<msg time="2026-09-15T01:04:28.364077" level="INFO">Length is 4.</msg>
<msg time="2026-09-15T01:04:28.364254" 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-09-15T01:04:28.363430" elapsed="0.000873"/>
</kw>
<for flavor="IN RANGE">
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-09-15T01:04:28.366097" level="INFO">min :: 190561.28</msg>
<arg>${result_name_list[${i}]} :: ${result_value_list[${i}]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-09-15T01:04:28.365159" elapsed="0.001053"/>
</kw>
<var name="${i}">0</var>
<status status="PASS" start="2026-09-15T01:04:28.364773" elapsed="0.001505"/>
</iter>
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-09-15T01:04:28.367772" level="INFO">max :: 196933.64</msg>
<arg>${result_name_list[${i}]} :: ${result_value_list[${i}]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-09-15T01:04:28.366838" elapsed="0.001044"/>
</kw>
<var name="${i}">1</var>
<status status="PASS" start="2026-09-15T01:04:28.366450" elapsed="0.001498"/>
</iter>
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-09-15T01:04:28.369544" level="INFO">avg :: 193270.42</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-09-15T01:04:28.368583" elapsed="0.001073"/>
</kw>
<var name="${i}">2</var>
<status status="PASS" start="2026-09-15T01:04:28.368141" elapsed="0.001612"/>
</iter>
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-09-15T01:04:28.371254" level="INFO">stdev :: 64457.86</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-09-15T01:04:28.370319" elapsed="0.001046"/>
</kw>
<var name="${i}">3</var>
<status status="PASS" start="2026-09-15T01:04:28.369926" elapsed="0.001505"/>
</iter>
<var>${i}</var>
<value>0</value>
<value>${num_stats}</value>
<status status="PASS" start="2026-09-15T01:04:28.364420" elapsed="0.007071"/>
</for>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-09-15T01:04:28.372724" level="INFO">${min} = 190561.28</msg>
<var>${min}</var>
<arg>${result_value_list[${0}]}</arg>
<doc>Returns the given values which can then be assigned to a variable.</doc>
<status status="PASS" start="2026-09-15T01:04:28.371853" elapsed="0.000927"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-09-15T01:04:28.374081" level="INFO">${max} = 196933.64</msg>
<var>${max}</var>
<arg>${result_value_list[${1}]}</arg>
<doc>Returns the given values which can then be assigned to a variable.</doc>
<status status="PASS" start="2026-09-15T01:04:28.373125" elapsed="0.001012"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-09-15T01:04:28.375337" level="INFO">${average} = 193270.42</msg>
<var>${average}</var>
<arg>${result_value_list[${2}]}</arg>
<doc>Returns the given values which can then be assigned to a variable.</doc>
<status status="PASS" start="2026-09-15T01:04:28.374464" elapsed="0.000926"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-09-15T01:04:28.376569" level="INFO">${stdev} = 64457.86</msg>
<var>${stdev}</var>
<arg>${result_value_list[${3}]}</arg>
<doc>Returns the given values which can then be assigned to a variable.</doc>
<status status="PASS" start="2026-09-15T01:04:28.375739" elapsed="0.000882"/>
</kw>
<kw name="Get Time" owner="BuiltIn">
<msg time="2026-09-15T01:04:28.377855" level="INFO">${date} = 2026-09-15 01:04: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-09-15T01:04:28.377081" elapsed="0.000825"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-09-15T01:04:28.379039" level="INFO">CBench Result: 2026-09-15 01:04:28,-t -m 60000 -M 100 -S 16 -l 10 -D 5000 -p 6633,190561.28,196933.64,193270.42,64457.86</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-09-15T01:04:28.378322" elapsed="0.000851"/>
</kw>
<kw name="Log Results And Determine Status">
<kw name="Append To File" owner="OperatingSystem">
<msg time="2026-09-15T01:04:28.381049" 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-09-15T01:04:28.380336" elapsed="0.000879"/>
</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-09-15T01:04:28.381563" elapsed="0.001222"/>
</kw>
<arg>${min}</arg>
<arg>${max}</arg>
<arg>${average}</arg>
<arg>${average_threshold}</arg>
<arg>${output_filename}</arg>
<status status="PASS" start="2026-09-15T01:04:28.379428" elapsed="0.003488"/>
</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-09-15T00:54:21.611995" elapsed="606.771037"/>
</kw>
<kw name="Sleep" owner="BuiltIn">
<msg time="2026-09-15T01:04:28.384176" level="INFO">Slept 0 seconds.</msg>
<arg>${test_delay}</arg>
<doc>Pauses execution for the given time.</doc>
<status status="PASS" start="2026-09-15T01:04:28.383464" elapsed="0.000827"/>
</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-09-15T01:04:28.385399" elapsed="0.000573"/>
</kw>
<status status="PASS" start="2026-09-15T01:04:28.384678" elapsed="0.001461"/>
</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-09-15T00:54:21.610071" elapsed="606.776139"/>
</test>
<test id="s1-t3" name="Rerun Latency Test To Check Bug 6176" line="65">
<kw name="Log" owner="BuiltIn">
<msg time="2026-09-15T01:04:28.389087" 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-09-15T01:04:28.388500" elapsed="0.000667"/>
</kw>
<kw name="Run Cbench And Log Results">
<kw name="Set Suite Variable" owner="BuiltIn">
<msg time="2026-09-15T01:04:28.390851" level="INFO">${output_filename} = bug.csv</msg>
<arg>${output_filename}</arg>
<doc>Makes the variable available everywhere within the scope of the current suite.</doc>
<status status="PASS" start="2026-09-15T01:04:28.390417" elapsed="0.000490"/>
</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 [Process] library instead.*</doc>
<status status="NOT RUN" start="2026-09-15T01:04:28.391344" elapsed="0.000027"/>
</kw>
<status status="NOT RUN" start="2026-09-15T01:04:28.391044" elapsed="0.000372"/>
</branch>
<branch type="ELSE">
<kw name="Run Command On Remote System" owner="Utils">
<if>
<branch type="IF" condition="&quot;${return_stdout}&quot;!=&quot;True&quot; and &quot;${return_stderr}&quot;!=&quot;True&quot;">
<kw name="Fail" owner="BuiltIn">
<arg>At least one of {return_stdout} or {return_stderr} args should be set to True</arg>
<doc>Fails the test or task with the given message and optionally alters its tags.</doc>
<status status="NOT RUN" start="2026-09-15T01:04:28.392888" elapsed="0.000027"/>
</kw>
<status status="NOT RUN" start="2026-09-15T01:04:28.392567" elapsed="0.000391"/>
</branch>
<status status="PASS" start="2026-09-15T01:04:28.392544" elapsed="0.000444"/>
</if>
<kw name="Get Connection" owner="SSHLibrary">
<msg time="2026-09-15T01:04:28.393473" 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-09-15T01:04:28.393619" 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-09-15T01:04:28.393246" elapsed="0.000406"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-09-15T01:04:28.394376" level="INFO">Attempting to execute command "/usr/local/bin/cbench -c 10.30.170.242 -m 60000 -M 100 -S 16 -l 10 -D 5000 -p 6633" on remote system "10.30.171.190" 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-09-15T01:04:28.393908" elapsed="0.000547"/>
</kw>
<kw name="Open Connection" owner="SSHLibrary">
<msg time="2026-09-15T01:04:28.395170" 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-09-15T01:04:28.394679" elapsed="0.000526"/>
</kw>
<kw name="Flexible_SSH_Login" owner="SSHKeywords">
<kw name="Get Length" owner="BuiltIn">
<msg time="2026-09-15T01:04:28.396337" level="INFO">Length is 0.</msg>
<msg time="2026-09-15T01:04:28.396448" 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-09-15T01:04:28.395937" elapsed="0.000543"/>
</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>Conditionally runs the specified keyword and returns from the enclosing user keyword.</doc>
<status status="PASS" start="2026-09-15T01:04:28.396660" elapsed="0.000442"/>
</kw>
<kw name="Run Keyword And Return" owner="BuiltIn">
<kw name="Login With Public Key" owner="SSHLibrary">
<msg time="2026-09-15T01:04:28.398209" level="INFO">Logging into '10.30.171.190:22' as 'jenkins'.</msg>
<msg time="2026-09-15T01:04:29.010984" level="INFO">Read output: Welcome to Ubuntu 22.04.5 LTS (GNU/Linux 5.15.0-187-generic x86_64)

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

 System information as of Tue Sep 15 01:04:28 UTC 2026

  System load:  0.23               Processes:             104
  Usage of /:   19.9% of 38.58GB   Users logged in:       0
  Memory usage: 4%                 IPv4 address for ens3: 10.30.171.190
  Swap usage:   0%


Expanded Security Maintenance for Applications is not enabled.

5 updates can be applied immediately.
To see these additional updates run: apt list --upgradable

14 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.5 LTS' available.
Run 'do-release-upgrade' to upgrade to it.


Last login: Tue Sep 15 00:54:22 2026 from 10.30.171.227
[?2004h[jenkins@releng-63164-399-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-09-15T01:04:28.397810" elapsed="0.613386"/>
</kw>
<msg time="2026-09-15T01:04:29.011279" 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-09-15T01:04:28.397306" elapsed="0.614056"/>
</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-09-15T01:04:28.395454" elapsed="0.616022"/>
</kw>
<kw name="Execute Command" owner="SSHLibrary">
<msg time="2026-09-15T01:04:29.012047" level="INFO">Executing command '/usr/local/bin/cbench -c 10.30.170.242 -m 60000 -M 100 -S 16 -l 10 -D 5000 -p 6633'.</msg>
<msg time="2026-09-15T01:14:35.049260" level="INFO">Command exited with return code 0.</msg>
<msg time="2026-09-15T01:14:35.049736" level="INFO">${stdout} = </msg>
<msg time="2026-09-15T01:14:35.049843" level="INFO">${stderr} = cbench: controller benchmarking tool
   running in mode 'latency'
   connecting to controller at 10.30.170.242:6633 
   faking 16 switches with 1 threads :: 10 tests each; 60000 ms per test
   with 10...</msg>
<var>${stdout}</var>
<var>${stderr}</var>
<arg>${cmd}</arg>
<arg>return_stderr=True</arg>
<doc>Executes ``command`` on the remote machine and returns its outputs.</doc>
<status status="PASS" start="2026-09-15T01:04:29.011753" elapsed="606.038142"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-09-15T01:14:35.050301" elapsed="0.000652"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-09-15T01:14:35.052077" level="INFO">cbench: controller benchmarking tool
   running in mode 'latency'
   connecting to controller at 10.30.170.242: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.170.242. So far 1 cbench instances have initialized their switches.  Waiting for other cbench-instances
Thread-0: Total switches from ALL cbench-instances initialized.
01:05:34.162 16  switches: flows:  96577 95872 93768 93455 93333 92050 92446 92236 89844 89948 87087 88781 88917 88364 87938 87795  total = 24.306850 per ms 
01:06:34.263 16  switches: flows:  94827 95307 95695 93336 91652 91602 91254 91536 88453 90437 87917 87139 88031 87364 87921 88282  total = 24.138944 per ms 
01:07:34.364 16  switches: flows:  98212 97403 97130 94330 94508 94808 93801 93737 92697 92564 89405 89438 88736 89386 90373 89802  total = 24.730903 per ms 
01:08:34.464 16  switches: flows:  97124 97926 99032 97786 96211 94982 93367 94350 91787 93618 91501 91908 90720 90004 90596 90886  total = 24.988265 per ms 
01:09:34.565 16  switches: flows:  98559 97129 99804 97048 96619 95495 95404 95487 91680 94220 91825 92292 91043 90914 92256 92057  total = 25.155232 per ms 
01:10:34.665 16  switches: flows:  99776 99088 99272 97143 96452 96681 94262 95037 93095 94795 91893 92298 91783 91365 91689 92899  total = 25.249963 per ms 
01:11:34.766 16  switches: flows:  100427 100247 100525 98591 97054 97216 95113 95806 93606 95341 92487 93686 91871 91690 94084 92134  total = 25.455407 per ms 
01:12:34.868 16  switches: flows:  100052 98750 101535 98583 97336 95403 94375 95383 93215 94554 92141 93293 91316 91135 94144 92947  total = 25.360066 per ms 
01:13:34.970 16  switches: flows:  98405 98234 99819 95272 95940 94832 92390 94211 91757 96599 89899 90496 89606 90533 92018 92649  total = 25.002386 per ms 
01:14:35.070 16  switches: flows:  101007 97941 100863 97976 96720 97497 94314 95043 93539 95604 92226 92753 91569 93076 93019 93430  total = 25.400526 per ms 
RESULT: 16 switches 9 tests min/max/avg/stdev = 24138.94/25455.41/25053.52/8360.30 responses/s</msg>
<arg>${stderr}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-09-15T01:14:35.051409" elapsed="0.000949"/>
</kw>
<if>
<branch type="IF" condition="&quot;${return_stdout}&quot;!=&quot;True&quot;">
<return>
<value>${stderr}</value>
<status status="PASS" start="2026-09-15T01:14:35.052781" elapsed="0.000068"/>
</return>
<status status="PASS" start="2026-09-15T01:14:35.052516" elapsed="0.000404"/>
</branch>
<status status="PASS" start="2026-09-15T01:14:35.052468" elapsed="0.000501"/>
</if>
<if>
<branch type="IF" condition="&quot;${return_stderr}&quot;!=&quot;True&quot;">
<return>
<value>${stdout}</value>
<status status="NOT RUN" start="2026-09-15T01:14:35.053156" elapsed="0.000026"/>
</return>
<status status="NOT RUN" start="2026-09-15T01:14:35.053083" elapsed="0.000155"/>
</branch>
<status status="NOT RUN" start="2026-09-15T01:14:35.053050" elapsed="0.000249"/>
</if>
<return>
<value>${stdout}</value>
<value>${stderr}</value>
<status status="NOT RUN" start="2026-09-15T01:14:35.053362" elapsed="0.000027"/>
</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>Conditionally runs the specified keyword and returns from the enclosing user keyword.</doc>
<status status="PASS" start="2026-09-15T01:14:35.054901" elapsed="0.000650"/>
</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-09-15T01:14:35.055941" elapsed="0.000309"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-09-15T01:14:35.056535" elapsed="0.000220"/>
</kw>
<arg>${current_ssh_connection.index}</arg>
<doc>Restore active SSH connection in SSHLibrary to given index.</doc>
<status status="PASS" start="2026-09-15T01:14:35.054010" elapsed="0.002848"/>
</kw>
<msg time="2026-09-15T01:14:35.057073" level="INFO">${output} = cbench: controller benchmarking tool
   running in mode 'latency'
   connecting to controller at 10.30.170.242:6633 
   faking 16 switches with 1 threads :: 10 tests each; 60000 ms per test
   with 10...</msg>
<var>${output}</var>
<arg>${cbench_system}</arg>
<arg>${cbench_executable} -c ${ODL_SYSTEM_IP} ${cbench_args}</arg>
<arg>prompt_timeout=${test_timeout}</arg>
<arg>return_stdout=False</arg>
<arg>return_stderr=True</arg>
<doc>Reduces the common work of running a command on a remote system to a single higher level
robot keyword, taking care to log in with a public key and. The command given is written and the return value
depends on the passed argument values of return_stdout (default: True) and return_stderr (default: False).
At least one should be True, or the keyword will exit and FAIL. If both are True, the resulting return value
will be a two element list containing both. Otherwise the resulting return value is a string.
No test conditions are checked.</doc>
<status status="PASS" start="2026-09-15T01:04:28.391879" elapsed="606.665246"/>
</kw>
<status status="PASS" start="2026-09-15T01:04:28.391448" elapsed="606.665770"/>
</branch>
<status status="PASS" start="2026-09-15T01:04:28.391017" elapsed="606.666245"/>
</if>
<kw name="Log" owner="BuiltIn">
<msg time="2026-09-15T01:14:35.058254" level="INFO">cbench: controller benchmarking tool
   running in mode 'latency'
   connecting to controller at 10.30.170.242: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.170.242. So far 1 cbench instances have initialized their switches.  Waiting for other cbench-instances
Thread-0: Total switches from ALL cbench-instances initialized.
01:05:34.162 16  switches: flows:  96577 95872 93768 93455 93333 92050 92446 92236 89844 89948 87087 88781 88917 88364 87938 87795  total = 24.306850 per ms 
01:06:34.263 16  switches: flows:  94827 95307 95695 93336 91652 91602 91254 91536 88453 90437 87917 87139 88031 87364 87921 88282  total = 24.138944 per ms 
01:07:34.364 16  switches: flows:  98212 97403 97130 94330 94508 94808 93801 93737 92697 92564 89405 89438 88736 89386 90373 89802  total = 24.730903 per ms 
01:08:34.464 16  switches: flows:  97124 97926 99032 97786 96211 94982 93367 94350 91787 93618 91501 91908 90720 90004 90596 90886  total = 24.988265 per ms 
01:09:34.565 16  switches: flows:  98559 97129 99804 97048 96619 95495 95404 95487 91680 94220 91825 92292 91043 90914 92256 92057  total = 25.155232 per ms 
01:10:34.665 16  switches: flows:  99776 99088 99272 97143 96452 96681 94262 95037 93095 94795 91893 92298 91783 91365 91689 92899  total = 25.249963 per ms 
01:11:34.766 16  switches: flows:  100427 100247 100525 98591 97054 97216 95113 95806 93606 95341 92487 93686 91871 91690 94084 92134  total = 25.455407 per ms 
01:12:34.868 16  switches: flows:  100052 98750 101535 98583 97336 95403 94375 95383 93215 94554 92141 93293 91316 91135 94144 92947  total = 25.360066 per ms 
01:13:34.970 16  switches: flows:  98405 98234 99819 95272 95940 94832 92390 94211 91757 96599 89899 90496 89606 90533 92018 92649  total = 25.002386 per ms 
01:14:35.070 16  switches: flows:  101007 97941 100863 97976 96720 97497 94314 95043 93539 95604 92226 92753 91569 93076 93019 93430  total = 25.400526 per ms 
RESULT: 16 switches 9 tests min/max/avg/stdev = 24138.94/25455.41/25053.52/8360.30 responses/s</msg>
<arg>${output}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-09-15T01:14:35.057666" elapsed="0.000754"/>
</kw>
<kw name="Should Contain" owner="BuiltIn">
<arg>${output}</arg>
<arg>RESULT</arg>
<doc>Fails if the `container` does not contain the `item` one or more times.</doc>
<status status="PASS" start="2026-09-15T01:14:35.058780" elapsed="0.000711"/>
</kw>
<kw name="Get Lines Containing String" owner="String">
<msg time="2026-09-15T01:14:35.060264" level="INFO">1 out of 23 lines matched.</msg>
<msg time="2026-09-15T01:14:35.060460" level="INFO">${result_line} = RESULT: 16 switches 9 tests min/max/avg/stdev = 24138.94/25455.41/25053.52/8360.30 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-09-15T01:14:35.059875" elapsed="0.000635"/>
</kw>
<kw name="Split String" owner="String">
<msg time="2026-09-15T01:14:35.061354" level="INFO">@{results_list} = [ RESULT: | 16 | switches | 9 | tests | min/max/avg/stdev | = | 24138.94/25455.41/25053.52/8360.30 | 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-09-15T01:14:35.060873" elapsed="0.000537"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-09-15T01:14:35.062537" 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-09-15T01:14:35.061843" elapsed="0.000803"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-09-15T01:14:35.063846" level="INFO">24138.94/25455.41/25053.52/8360.30</msg>
<arg>${results_list[7]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-09-15T01:14:35.063071" elapsed="0.000886"/>
</kw>
<kw name="Split String" owner="String">
<msg time="2026-09-15T01:14:35.064944" 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-09-15T01:14:35.064310" elapsed="0.000687"/>
</kw>
<kw name="Split String" owner="String">
<msg time="2026-09-15T01:14:35.066143" level="INFO">@{result_value_list} = [ 24138.94 | 25455.41 | 25053.52 | 8360.30 ]</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-09-15T01:14:35.065450" elapsed="0.000746"/>
</kw>
<kw name="Get Length" owner="BuiltIn">
<msg time="2026-09-15T01:14:35.067178" level="INFO">Length is 4.</msg>
<msg time="2026-09-15T01:14:35.067367" 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-09-15T01:14:35.066544" elapsed="0.000871"/>
</kw>
<for flavor="IN RANGE">
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-09-15T01:14:35.069157" level="INFO">min :: 24138.94</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-09-15T01:14:35.068246" elapsed="0.001018"/>
</kw>
<var name="${i}">0</var>
<status status="PASS" start="2026-09-15T01:14:35.067885" elapsed="0.001467"/>
</iter>
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-09-15T01:14:35.070813" level="INFO">max :: 25455.41</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-09-15T01:14:35.069898" elapsed="0.001024"/>
</kw>
<var name="${i}">1</var>
<status status="PASS" start="2026-09-15T01:14:35.069517" elapsed="0.001469"/>
</iter>
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-09-15T01:14:35.072414" level="INFO">avg :: 25053.52</msg>
<arg>${result_name_list[${i}]} :: ${result_value_list[${i}]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-09-15T01:14:35.071519" elapsed="0.001002"/>
</kw>
<var name="${i}">2</var>
<status status="PASS" start="2026-09-15T01:14:35.071143" elapsed="0.001442"/>
</iter>
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-09-15T01:14:35.074031" level="INFO">stdev :: 8360.30</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-09-15T01:14:35.073122" elapsed="0.001018"/>
</kw>
<var name="${i}">3</var>
<status status="PASS" start="2026-09-15T01:14:35.072770" elapsed="0.001435"/>
</iter>
<var>${i}</var>
<value>0</value>
<value>${num_stats}</value>
<status status="PASS" start="2026-09-15T01:14:35.067533" elapsed="0.006729"/>
</for>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-09-15T01:14:35.075475" level="INFO">${min} = 24138.94</msg>
<var>${min}</var>
<arg>${result_value_list[${0}]}</arg>
<doc>Returns the given values which can then be assigned to a variable.</doc>
<status status="PASS" start="2026-09-15T01:14:35.074609" elapsed="0.000917"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-09-15T01:14:35.076711" level="INFO">${max} = 25455.41</msg>
<var>${max}</var>
<arg>${result_value_list[${1}]}</arg>
<doc>Returns the given values which can then be assigned to a variable.</doc>
<status status="PASS" start="2026-09-15T01:14:35.075875" elapsed="0.000890"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-09-15T01:14:35.077914" level="INFO">${average} = 25053.52</msg>
<var>${average}</var>
<arg>${result_value_list[${2}]}</arg>
<doc>Returns the given values which can then be assigned to a variable.</doc>
<status status="PASS" start="2026-09-15T01:14:35.077081" elapsed="0.000885"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-09-15T01:14:35.079654" level="INFO">${stdev} = 8360.30</msg>
<var>${stdev}</var>
<arg>${result_value_list[${3}]}</arg>
<doc>Returns the given values which can then be assigned to a variable.</doc>
<status status="PASS" start="2026-09-15T01:14:35.078314" elapsed="0.001418"/>
</kw>
<kw name="Get Time" owner="BuiltIn">
<msg time="2026-09-15T01:14:35.080866" level="INFO">${date} = 2026-09-15 01:14:35</msg>
<var>${date}</var>
<arg>d,m,s</arg>
<doc>Returns the given time in the requested format.</doc>
<status status="PASS" start="2026-09-15T01:14:35.080130" elapsed="0.000786"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-09-15T01:14:35.082034" level="INFO">CBench Result: 2026-09-15 01:14:35,-m 60000 -M 100 -S 16 -l 10 -D 5000 -p 6633,24138.94,25455.41,25053.52,8360.30</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-09-15T01:14:35.081335" elapsed="0.000819"/>
</kw>
<kw name="Log Results And Determine Status">
<kw name="Append To File" owner="OperatingSystem">
<msg time="2026-09-15T01:14:35.084110" 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-09-15T01:14:35.083353" elapsed="0.000892"/>
</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-09-15T01:14:35.084606" elapsed="0.001250"/>
</kw>
<arg>${min}</arg>
<arg>${max}</arg>
<arg>${average}</arg>
<arg>${average_threshold}</arg>
<arg>${output_filename}</arg>
<status status="PASS" start="2026-09-15T01:14:35.082445" elapsed="0.003542"/>
</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-09-15T01:04:28.389606" elapsed="606.696495"/>
</kw>
<kw name="Sleep" owner="BuiltIn">
<msg time="2026-09-15T01:14:35.087086" level="INFO">Slept 0 seconds.</msg>
<arg>${test_delay}</arg>
<doc>Pauses execution for the given time.</doc>
<status status="PASS" start="2026-09-15T01:14:35.086427" elapsed="0.000773"/>
</kw>
<kw name="Report Failure Due To Bug" owner="Utils" type="TEARDOWN">
<kw name="Evaluate" owner="BuiltIn">
<msg time="2026-09-15T01:14:35.089747" 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-09-15T01:14:35.088747" elapsed="0.001056"/>
</kw>
<if>
<branch type="IF" condition="('${TEST_STATUS}' != 'FAIL') or ${test_skipped}">
<return>
<status status="PASS" start="2026-09-15T01:14:35.090186" elapsed="0.000067"/>
</return>
<status status="PASS" start="2026-09-15T01:14:35.089949" elapsed="0.000387"/>
</branch>
<status status="PASS" start="2026-09-15T01:14:35.089910" elapsed="0.000476"/>
</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-09-15T01:14:35.090711" elapsed="0.000045"/>
</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-09-15T01:14:35.091035" elapsed="0.000039"/>
</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-09-15T01:14:35.091413" elapsed="0.000040"/>
</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 variable.</doc>
<status status="NOT RUN" start="2026-09-15T01:14:35.091762" elapsed="0.000040"/>
</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-09-15T01:14:35.092185" elapsed="0.000041"/>
</kw>
<kw name="Set Test Message" owner="BuiltIn">
<arg>${msg}${newline}${newline}${TEST_MESSAGE}</arg>
<doc>Sets message of the current test case.</doc>
<status status="NOT RUN" start="2026-09-15T01:14:35.093494" elapsed="0.000049"/>
</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-09-15T01:14:35.093933" elapsed="0.000040"/>
</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 The given `tags` for the current test or all tests in a suite.</doc>
<status status="NOT RUN" start="2026-09-15T01:14:35.094274" elapsed="0.000039"/>
</kw>
<status status="NOT RUN" start="2026-09-15T01:14:35.094085" elapsed="0.000269"/>
</branch>
<status status="NOT RUN" start="2026-09-15T01:14:35.094062" elapsed="0.000324"/>
</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-09-15T01:14:35.087951" elapsed="0.006503"/>
</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-09-15T01:04:28.387297" elapsed="606.707218"/>
</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-09-15T00:44:12.865772" elapsed="1822.229471"/>
</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>
