<?xml version="1.0" encoding="UTF-8"?>
<robot generator="Robot 7.5 (Python 3.11.10 on linux)" generated="2026-09-16T00:44:05.348250" 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-16T00:44:05.856474" elapsed="0.000023"/>
</return>
<status status="NOT RUN" start="2026-09-16T00:44:05.856344" elapsed="0.000203"/>
</branch>
<status status="PASS" start="2026-09-16T00:44:05.856316" elapsed="0.000256"/>
</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-16T00:44:05.856756" elapsed="0.000439"/>
</kw>
<kw name="Login" owner="SSHLibrary">
<msg time="2026-09-16T00:44:05.857667" level="INFO">Logging into '10.30.170.188:8101' as 'karaf'.</msg>
<msg time="2026-09-16T00:44:06.476629" 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-16T00:44:05.857392" elapsed="0.619438"/>
</kw>
<kw name="Write" owner="SSHLibrary">
<msg time="2026-09-16T00:44:06.524949" 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-16T00:44:06.477114" elapsed="0.047903"/>
</kw>
<kw name="Read Until Regexp" owner="SSHLibrary">
<msg time="2026-09-16T00:44:06.526860" level="INFO">[?1l&gt;[?2004l[?1h=[90m~[0m                                                                                [?2004hopendaylight-user@root&gt;</msg>
<msg time="2026-09-16T00:44:06.526977" 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-16T00:44:06.525198" elapsed="0.001817"/>
</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-16T00:44:06.527196" elapsed="0.000254"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-09-16T00:44:06.527677" elapsed="0.000215"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-09-16T00:44:06.528412" 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-16T00:44:06.528083" elapsed="0.000412"/>
</kw>
<return>
<value>${output}</value>
<status status="PASS" start="2026-09-16T00:44:06.528545" elapsed="0.000055"/>
</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.188
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-16T00:44:05.856029" elapsed="0.672696"/>
</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-16T00:44:05.854345" elapsed="0.674442"/>
</kw>
<kw name="Append To File" owner="OperatingSystem">
<msg time="2026-09-16T00:44:06.529316" 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-16T00:44:06.528972" elapsed="0.000398"/>
</kw>
<kw name="Append To File" owner="OperatingSystem">
<msg time="2026-09-16T00:44:06.530086" 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-16T00:44:06.529539" elapsed="0.000609"/>
</kw>
<kw name="Evaluate" owner="BuiltIn">
<msg time="2026-09-16T00:44:06.530791" 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-16T00:44:06.530322" elapsed="0.000496"/>
</kw>
<kw name="Set Suite Variable" owner="BuiltIn">
<msg time="2026-09-16T00:44:06.531341" 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-16T00:44:06.531015" elapsed="0.000368"/>
</kw>
<kw name="Evaluate" owner="BuiltIn">
<msg time="2026-09-16T00:44:06.532002" 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-16T00:44:06.531667" elapsed="0.000361"/>
</kw>
<kw name="Set Suite Variable" owner="BuiltIn">
<msg time="2026-09-16T00:44:06.532545" 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-16T00:44:06.532226" elapsed="0.000363"/>
</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-16T00:44:06.532887" elapsed="0.000019"/>
</kw>
<status status="NOT RUN" start="2026-09-16T00:44:06.532694" elapsed="0.000244"/>
</branch>
<branch type="ELSE">
<kw name="Verify File Exists On Remote System" owner="Utils">
<kw name="Open Connection" owner="SSHLibrary">
<msg time="2026-09-16T00:44:06.535023" 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-16T00:44:06.534676" elapsed="0.000373"/>
</kw>
<kw name="Flexible_SSH_Login" owner="SSHKeywords">
<kw name="Get Length" owner="BuiltIn">
<msg time="2026-09-16T00:44:06.536154" level="INFO">Length is 0.</msg>
<msg time="2026-09-16T00:44:06.536232" 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-16T00:44:06.535558" elapsed="0.000697"/>
</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-16T00:44:06.536395" elapsed="0.000355"/>
</kw>
<kw name="Run Keyword And Return" owner="BuiltIn">
<kw name="Login With Public Key" owner="SSHLibrary">
<msg time="2026-09-16T00:44:06.537554" level="INFO">Logging into '10.30.171.13:22' as 'jenkins'.</msg>
<msg time="2026-09-16T00:44:07.045817" 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 Wed Sep 16 00:43:35 UTC 2026

  System load:  0.12               Processes:             109
  Usage of /:   19.8% of 38.58GB   Users logged in:       0
  Memory usage: 4%                 IPv4 address for ens3: 10.30.171.13
  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-400-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-16T00:44:06.537264" elapsed="0.508721"/>
</kw>
<msg time="2026-09-16T00:44:07.046078" 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-16T00:44:06.536903" elapsed="0.509269"/>
</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-16T00:44:06.535233" elapsed="0.511076"/>
</kw>
<kw name="File Should Exist" owner="SSHLibrary">
<msg time="2026-09-16T00:44:07.054424" 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-16T00:44:07.046550" elapsed="0.009667"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-09-16T00:44:07.056407" elapsed="0.000330"/>
</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-16T00:44:06.534195" elapsed="0.522603"/>
</kw>
<status status="PASS" start="2026-09-16T00:44:06.533003" elapsed="0.523831"/>
</branch>
<status status="PASS" start="2026-09-16T00:44:06.532668" elapsed="0.524202"/>
</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-16T00:44:07.057048" elapsed="0.000506"/>
</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-16T00:44:07.059536" elapsed="0.000020"/>
</return>
<status status="NOT RUN" start="2026-09-16T00:44:07.059405" elapsed="0.000185"/>
</branch>
<status status="PASS" start="2026-09-16T00:44:07.059381" elapsed="0.000232"/>
</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-16T00:44:07.061138" elapsed="0.000014"/>
</return>
<status status="NOT RUN" start="2026-09-16T00:44:07.061044" elapsed="0.000138"/>
</branch>
<status status="PASS" start="2026-09-16T00:44:07.061027" elapsed="0.000177"/>
</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-16T00:44:07.061363" elapsed="0.000431"/>
</kw>
<kw name="Login" owner="SSHLibrary">
<msg time="2026-09-16T00:44:07.062246" level="INFO">Logging into '10.30.170.188:8101' as 'karaf'.</msg>
<msg time="2026-09-16T00:44:07.284003" 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-16T00:44:07.061990" elapsed="0.222167"/>
</kw>
<kw name="Write" owner="SSHLibrary">
<msg time="2026-09-16T00:44:07.372504" 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-16T00:44:07.284403" elapsed="0.088207"/>
</kw>
<kw name="Read Until Regexp" owner="SSHLibrary">
<msg time="2026-09-16T00:44:07.381062" 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-16T00:44:07.381293" 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-16T00:44:07.372880" elapsed="0.008456"/>
</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-16T00:44:07.381557" elapsed="0.000277"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-09-16T00:44:07.381992" elapsed="0.000188"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-09-16T00:44:07.382709" 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-16T00:44:07.382357" elapsed="0.000407"/>
</kw>
<return>
<value>${output}</value>
<status status="PASS" start="2026-09-16T00:44:07.382814" elapsed="0.000047"/>
</return>
<msg time="2026-09-16T00:44:07.382988" 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.188
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-16T00:44:07.060747" elapsed="0.322273"/>
</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-16T00:44:07.383177" elapsed="0.000521"/>
</kw>
<return>
<value>${output}</value>
<status status="PASS" start="2026-09-16T00:44:07.383749" elapsed="0.000049"/>
</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-16T00:44:07.059128" elapsed="0.324774"/>
</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-16T00:44:07.385571" elapsed="0.000014"/>
</return>
<status status="NOT RUN" start="2026-09-16T00:44:07.385439" elapsed="0.000177"/>
</branch>
<status status="PASS" start="2026-09-16T00:44:07.385417" elapsed="0.000221"/>
</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-16T00:44:07.385865" elapsed="0.000371"/>
</kw>
<kw name="Login" owner="SSHLibrary">
<msg time="2026-09-16T00:44:07.386630" level="INFO">Logging into '10.30.170.188:8101' as 'karaf'.</msg>
<msg time="2026-09-16T00:44:07.602436" 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-16T00:44:07.386408" elapsed="0.216211"/>
</kw>
<kw name="Write" owner="SSHLibrary">
<msg time="2026-09-16T00:44:07.638287" 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-16T00:44:07.602886" elapsed="0.035471"/>
</kw>
<kw name="Read Until Regexp" owner="SSHLibrary">
<msg time="2026-09-16T00:44:07.640836" level="INFO">[?1l&gt;[?2004lDropAllFlows transitions to on
[?1h=[90m~[0m                                                                                [?2004hopendaylight-user@root&gt;</msg>
<msg time="2026-09-16T00:44:07.640954" 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-16T00:44:07.638559" elapsed="0.002423"/>
</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-16T00:44:07.641139" elapsed="0.000222"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-09-16T00:44:07.641560" elapsed="0.000237"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-09-16T00:44:07.642278" 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-16T00:44:07.641979" elapsed="0.000349"/>
</kw>
<return>
<value>${output}</value>
<status status="PASS" start="2026-09-16T00:44:07.642379" elapsed="0.000050"/>
</return>
<arg>dropallpacketsrpc on</arg>
<doc>Will execute the given ${cmd} by ssh'ing to the karaf console running on 10.30.170.188
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-16T00:44:07.385158" elapsed="0.257389"/>
</kw>
<status status="PASS" start="2026-09-16T00:44:05.852404" elapsed="1.790201"/>
</kw>
<test id="s1-t1" name="Cbench Latency Test" line="37">
<kw name="Log" owner="BuiltIn">
<msg time="2026-09-16T00:44:07.644443" 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-16T00:44:07.643494" elapsed="0.001040"/>
</kw>
<kw name="Run Cbench And Log Results">
<kw name="Set Suite Variable" owner="BuiltIn">
<msg time="2026-09-16T00:44:07.645913" 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-16T00:44:07.645554" elapsed="0.000400"/>
</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-16T00:44:07.646264" elapsed="0.000023"/>
</kw>
<status status="NOT RUN" start="2026-09-16T00:44:07.646030" 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-16T00:44:07.647665" elapsed="0.000027"/>
</kw>
<status status="NOT RUN" start="2026-09-16T00:44:07.647345" elapsed="0.000387"/>
</branch>
<status status="PASS" start="2026-09-16T00:44:07.647321" elapsed="0.000441"/>
</if>
<kw name="Get Connection" owner="SSHLibrary">
<msg time="2026-09-16T00:44:07.648237" 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-16T00:44:07.648354" 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-16T00:44:07.648000" elapsed="0.000379"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-09-16T00:44:07.648968" level="INFO">Attempting to execute command "/usr/local/bin/cbench -c 10.30.170.188 -m 60000 -M 100 -S 16 -l 10 -D 5000 -p 6633" on remote system "10.30.171.13" 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-16T00:44:07.648604" elapsed="0.000420"/>
</kw>
<kw name="Open Connection" owner="SSHLibrary">
<msg time="2026-09-16T00:44:07.649726" 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-16T00:44:07.649200" elapsed="0.000557"/>
</kw>
<kw name="Flexible_SSH_Login" owner="SSHKeywords">
<kw name="Get Length" owner="BuiltIn">
<msg time="2026-09-16T00:44:07.650654" level="INFO">Length is 0.</msg>
<msg time="2026-09-16T00:44:07.650741" 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-16T00:44:07.650312" elapsed="0.000451"/>
</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-16T00:44:07.650918" elapsed="0.000454"/>
</kw>
<kw name="Run Keyword And Return" owner="BuiltIn">
<kw name="Login With Public Key" owner="SSHLibrary">
<msg time="2026-09-16T00:44:07.652426" level="INFO">Logging into '10.30.171.13:22' as 'jenkins'.</msg>
<msg time="2026-09-16T00:44:08.093358" 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 Wed Sep 16 00:43:35 UTC 2026

  System load:  0.12               Processes:             109
  Usage of /:   19.8% of 38.58GB   Users logged in:       0
  Memory usage: 4%                 IPv4 address for ens3: 10.30.171.13
  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: Wed Sep 16 00:44:06 2026 from 10.30.170.186
[?2004h[jenkins@releng-63164-400-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-16T00:44:07.652122" elapsed="0.441465"/>
</kw>
<msg time="2026-09-16T00:44:08.093682" 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-16T00:44:07.651566" elapsed="0.442203"/>
</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-16T00:44:07.649945" elapsed="0.443936"/>
</kw>
<kw name="Execute Command" owner="SSHLibrary">
<msg time="2026-09-16T00:44:08.094412" level="INFO">Executing command '/usr/local/bin/cbench -c 10.30.170.188 -m 60000 -M 100 -S 16 -l 10 -D 5000 -p 6633'.</msg>
<msg time="2026-09-16T00:54:14.242334" level="INFO">Command exited with return code 0.</msg>
<msg time="2026-09-16T00:54:14.242846" level="INFO">${stdout} = </msg>
<msg time="2026-09-16T00:54:14.242952" level="INFO">${stderr} = cbench: controller benchmarking tool
   running in mode 'latency'
   connecting to controller at 10.30.170.188: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-16T00:44:08.094134" elapsed="606.148879"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-09-16T00:54:14.243461" elapsed="0.000765"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-09-16T00:54:14.245479" level="INFO">cbench: controller benchmarking tool
   running in mode 'latency'
   connecting to controller at 10.30.170.188: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.188. 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:13.339 16  switches: flows:  67706 69958 69833 67764 68064 67335 67792 67275 68127 64947 67711 64938 64961 63753 64703 64439  total = 17.821767 per ms 
00:46:13.439 16  switches: flows:  76878 74888 75613 75136 74079 74280 73844 72468 72017 71965 73624 72624 71494 70059 72506 71584  total = 19.518360 per ms 
00:47:13.540 16  switches: flows:  73278 73436 74853 73346 74420 73075 73232 72646 69634 71703 71305 70867 71913 70504 69755 70487  total = 19.208795 per ms 
00:48:13.640 16  switches: flows:  68485 67822 67749 67771 68520 68460 67067 65843 64194 66906 64706 63796 64996 64311 64298 64448  total = 17.626742 per ms 
00:49:13.740 16  switches: flows:  71004 71515 71538 71021 71663 71302 70400 69464 67632 69206 67704 67764 66151 67698 67167 68923  total = 18.471685 per ms 
00:50:13.841 16  switches: flows:  71113 69013 69970 69878 71558 69275 70810 69072 66894 68328 65436 66558 66675 64873 65122 67039  total = 18.163236 per ms 
00:51:13.941 16  switches: flows:  80290 79097 80984 79061 80002 80020 80099 76924 75674 77462 74766 74066 74779 73800 73246 75646  total = 20.564254 per ms 
00:52:14.041 16  switches: flows:  75371 73882 74865 74963 73952 75193 74442 71853 69848 71461 69124 68382 69602 69695 67963 68409  total = 19.118168 per ms 
00:53:14.141 16  switches: flows:  75711 73145 75287 73051 73002 72637 73100 71361 69728 70367 68465 68260 67759 68293 66889 68682  total = 18.897390 per ms 
00:54:14.242 16  switches: flows:  75108 73279 75493 72864 73905 74582 73727 70768 70330 70410 69964 68083 69573 68821 67009 69392  total = 19.023335 per ms 
RESULT: 16 switches 9 tests min/max/avg/stdev = 17626.74/20564.25/18954.66/6367.54 responses/s</msg>
<arg>${stderr}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-09-16T00:54:14.244761" elapsed="0.001064"/>
</kw>
<if>
<branch type="IF" condition="&quot;${return_stdout}&quot;!=&quot;True&quot;">
<return>
<value>${stderr}</value>
<status status="PASS" start="2026-09-16T00:54:14.246274" elapsed="0.000077"/>
</return>
<status status="PASS" start="2026-09-16T00:54:14.246011" elapsed="0.000420"/>
</branch>
<status status="PASS" start="2026-09-16T00:54:14.245955" elapsed="0.000531"/>
</if>
<if>
<branch type="IF" condition="&quot;${return_stderr}&quot;!=&quot;True&quot;">
<return>
<value>${stdout}</value>
<status status="NOT RUN" start="2026-09-16T00:54:14.246758" elapsed="0.000031"/>
</return>
<status status="NOT RUN" start="2026-09-16T00:54:14.246671" elapsed="0.000181"/>
</branch>
<status status="NOT RUN" start="2026-09-16T00:54:14.246606" elapsed="0.000294"/>
</if>
<return>
<value>${stdout}</value>
<value>${stderr}</value>
<status status="NOT RUN" start="2026-09-16T00:54:14.246974" elapsed="0.000030"/>
</return>
<kw name="Restore_Current_Ssh_Connection_From_Index" owner="SSHKeywords" type="TEARDOWN">
<kw name="Run Keyword And Return If" owner="BuiltIn">
<arg>${connection_index} is not None</arg>
<arg>SSHLibrary.Switch Connection</arg>
<arg>${connection_index}</arg>
<doc>Conditionally runs the specified keyword and returns from the enclosing user keyword.</doc>
<status status="PASS" start="2026-09-16T00:54:14.248773" elapsed="0.000706"/>
</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-16T00:54:14.249947" elapsed="0.000382"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-09-16T00:54:14.250729" elapsed="0.000232"/>
</kw>
<arg>${current_ssh_connection.index}</arg>
<doc>Restore active SSH connection in SSHLibrary to given index.</doc>
<status status="PASS" start="2026-09-16T00:54:14.247777" elapsed="0.003299"/>
</kw>
<msg time="2026-09-16T00:54:14.251321" level="INFO">${output} = cbench: controller benchmarking tool
   running in mode 'latency'
   connecting to controller at 10.30.170.188: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-16T00:44:07.646753" elapsed="606.604629"/>
</kw>
<status status="PASS" start="2026-09-16T00:44:07.646353" elapsed="606.605134"/>
</branch>
<status status="PASS" start="2026-09-16T00:44:07.646007" elapsed="606.605531"/>
</if>
<kw name="Log" owner="BuiltIn">
<msg time="2026-09-16T00:54:14.252721" level="INFO">cbench: controller benchmarking tool
   running in mode 'latency'
   connecting to controller at 10.30.170.188: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.188. 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:13.339 16  switches: flows:  67706 69958 69833 67764 68064 67335 67792 67275 68127 64947 67711 64938 64961 63753 64703 64439  total = 17.821767 per ms 
00:46:13.439 16  switches: flows:  76878 74888 75613 75136 74079 74280 73844 72468 72017 71965 73624 72624 71494 70059 72506 71584  total = 19.518360 per ms 
00:47:13.540 16  switches: flows:  73278 73436 74853 73346 74420 73075 73232 72646 69634 71703 71305 70867 71913 70504 69755 70487  total = 19.208795 per ms 
00:48:13.640 16  switches: flows:  68485 67822 67749 67771 68520 68460 67067 65843 64194 66906 64706 63796 64996 64311 64298 64448  total = 17.626742 per ms 
00:49:13.740 16  switches: flows:  71004 71515 71538 71021 71663 71302 70400 69464 67632 69206 67704 67764 66151 67698 67167 68923  total = 18.471685 per ms 
00:50:13.841 16  switches: flows:  71113 69013 69970 69878 71558 69275 70810 69072 66894 68328 65436 66558 66675 64873 65122 67039  total = 18.163236 per ms 
00:51:13.941 16  switches: flows:  80290 79097 80984 79061 80002 80020 80099 76924 75674 77462 74766 74066 74779 73800 73246 75646  total = 20.564254 per ms 
00:52:14.041 16  switches: flows:  75371 73882 74865 74963 73952 75193 74442 71853 69848 71461 69124 68382 69602 69695 67963 68409  total = 19.118168 per ms 
00:53:14.141 16  switches: flows:  75711 73145 75287 73051 73002 72637 73100 71361 69728 70367 68465 68260 67759 68293 66889 68682  total = 18.897390 per ms 
00:54:14.242 16  switches: flows:  75108 73279 75493 72864 73905 74582 73727 70768 70330 70410 69964 68083 69573 68821 67009 69392  total = 19.023335 per ms 
RESULT: 16 switches 9 tests min/max/avg/stdev = 17626.74/20564.25/18954.66/6367.54 responses/s</msg>
<arg>${output}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-09-16T00:54:14.252025" elapsed="0.000863"/>
</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-16T00:54:14.253261" elapsed="0.000851"/>
</kw>
<kw name="Get Lines Containing String" owner="String">
<msg time="2026-09-16T00:54:14.255032" level="INFO">1 out of 23 lines matched.</msg>
<msg time="2026-09-16T00:54:14.255235" level="INFO">${result_line} = RESULT: 16 switches 9 tests min/max/avg/stdev = 17626.74/20564.25/18954.66/6367.54 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-16T00:54:14.254518" elapsed="0.000773"/>
</kw>
<kw name="Split String" owner="String">
<msg time="2026-09-16T00:54:14.256341" level="INFO">@{results_list} = [ RESULT: | 16 | switches | 9 | tests | min/max/avg/stdev | = | 17626.74/20564.25/18954.66/6367.54 | 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-16T00:54:14.255753" elapsed="0.000650"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-09-16T00:54:14.257763" 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-16T00:54:14.256910" elapsed="0.000997"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-09-16T00:54:14.259304" level="INFO">17626.74/20564.25/18954.66/6367.54</msg>
<arg>${results_list[7]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-09-16T00:54:14.258412" elapsed="0.001018"/>
</kw>
<kw name="Split String" owner="String">
<msg time="2026-09-16T00:54:14.260554" 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-16T00:54:14.259865" elapsed="0.000818"/>
</kw>
<kw name="Split String" owner="String">
<msg time="2026-09-16T00:54:14.262039" level="INFO">@{result_value_list} = [ 17626.74 | 20564.25 | 18954.66 | 6367.54 ]</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-16T00:54:14.261190" elapsed="0.000914"/>
</kw>
<kw name="Get Length" owner="BuiltIn">
<msg time="2026-09-16T00:54:14.263220" level="INFO">Length is 4.</msg>
<msg time="2026-09-16T00:54:14.263413" 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-16T00:54:14.262466" elapsed="0.001001"/>
</kw>
<for flavor="IN RANGE">
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-09-16T00:54:14.265483" level="INFO">min :: 17626.74</msg>
<arg>${result_name_list[${i}]} :: ${result_value_list[${i}]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-09-16T00:54:14.264444" elapsed="0.001191"/>
</kw>
<var name="${i}">0</var>
<status status="PASS" start="2026-09-16T00:54:14.264036" elapsed="0.001704"/>
</iter>
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-09-16T00:54:14.267354" level="INFO">max :: 20564.25</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-16T00:54:14.266336" elapsed="0.001140"/>
</kw>
<var name="${i}">1</var>
<status status="PASS" start="2026-09-16T00:54:14.265936" elapsed="0.001612"/>
</iter>
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-09-16T00:54:14.269214" level="INFO">avg :: 18954.66</msg>
<arg>${result_name_list[${i}]} :: ${result_value_list[${i}]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-09-16T00:54:14.268200" elapsed="0.001135"/>
</kw>
<var name="${i}">2</var>
<status status="PASS" start="2026-09-16T00:54:14.267795" elapsed="0.001613"/>
</iter>
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-09-16T00:54:14.271081" level="INFO">stdev :: 6367.54</msg>
<arg>${result_name_list[${i}]} :: ${result_value_list[${i}]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-09-16T00:54:14.270063" elapsed="0.001139"/>
</kw>
<var name="${i}">3</var>
<status status="PASS" start="2026-09-16T00:54:14.269630" elapsed="0.001644"/>
</iter>
<var>${i}</var>
<value>0</value>
<value>${num_stats}</value>
<status status="PASS" start="2026-09-16T00:54:14.263634" elapsed="0.007711"/>
</for>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-09-16T00:54:14.272773" level="INFO">${min} = 17626.74</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-16T00:54:14.271798" elapsed="0.001034"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-09-16T00:54:14.274153" level="INFO">${max} = 20564.25</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-16T00:54:14.273190" elapsed="0.001021"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-09-16T00:54:14.275626" level="INFO">${average} = 18954.66</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-16T00:54:14.274590" elapsed="0.001124"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-09-16T00:54:14.277048" level="INFO">${stdev} = 6367.54</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-16T00:54:14.276072" elapsed="0.001033"/>
</kw>
<kw name="Get Time" owner="BuiltIn">
<msg time="2026-09-16T00:54:14.278487" level="INFO">${date} = 2026-09-16 00:54:14</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-16T00:54:14.277543" elapsed="0.001002"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-09-16T00:54:14.279895" level="INFO">CBench Result: 2026-09-16 00:54:14,-m 60000 -M 100 -S 16 -l 10 -D 5000 -p 6633,17626.74,20564.25,18954.66,6367.54</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-16T00:54:14.279047" elapsed="0.000968"/>
</kw>
<kw name="Log Results And Determine Status">
<kw name="Append To File" owner="OperatingSystem">
<msg time="2026-09-16T00:54:14.282423" 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-16T00:54:14.281296" elapsed="0.001301"/>
</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-16T00:54:14.283094" elapsed="0.001043"/>
</kw>
<arg>${min}</arg>
<arg>${max}</arg>
<arg>${average}</arg>
<arg>${average_threshold}</arg>
<arg>${output_filename}</arg>
<status status="PASS" start="2026-09-16T00:54:14.280299" elapsed="0.003981"/>
</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-16T00:44:07.644981" elapsed="606.639428"/>
</kw>
<kw name="Sleep" owner="BuiltIn">
<msg time="2026-09-16T00:54:14.285488" level="INFO">Slept 0 seconds.</msg>
<arg>${test_delay}</arg>
<doc>Pauses execution for the given time.</doc>
<status status="PASS" start="2026-09-16T00:54:14.284805" elapsed="0.000833"/>
</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-16T00:54:14.286839" elapsed="0.000602"/>
</kw>
<status status="PASS" start="2026-09-16T00:54:14.286097" elapsed="0.001521"/>
</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-16T00:44:07.642761" elapsed="606.644962"/>
</test>
<test id="s1-t2" name="Cbench Throughput Test" line="51">
<kw name="Log" owner="BuiltIn">
<msg time="2026-09-16T00:54:14.290624" 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-16T00:54:14.289782" elapsed="0.001033"/>
</kw>
<kw name="Run Cbench And Log Results">
<kw name="Set Suite Variable" owner="BuiltIn">
<msg time="2026-09-16T00:54:14.292843" 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-16T00:54:14.292385" elapsed="0.000513"/>
</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-16T00:54:14.293468" elapsed="0.000033"/>
</kw>
<status status="NOT RUN" start="2026-09-16T00:54:14.292987" elapsed="0.000562"/>
</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-16T00:54:14.295140" elapsed="0.000027"/>
</kw>
<status status="NOT RUN" start="2026-09-16T00:54:14.294837" elapsed="0.000374"/>
</branch>
<status status="PASS" start="2026-09-16T00:54:14.294812" elapsed="0.000430"/>
</if>
<kw name="Get Connection" owner="SSHLibrary">
<msg time="2026-09-16T00:54:14.295786" 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-16T00:54:14.295940" 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-16T00:54:14.295487" elapsed="0.000487"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-09-16T00:54:14.296715" level="INFO">Attempting to execute command "/usr/local/bin/cbench -c 10.30.170.188 -t -m 60000 -M 100 -S 16 -l 10 -D 5000 -p 6633" on remote system "10.30.171.13" 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-16T00:54:14.296213" elapsed="0.000577"/>
</kw>
<kw name="Open Connection" owner="SSHLibrary">
<msg time="2026-09-16T00:54:14.297463" 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-16T00:54:14.297013" elapsed="0.000484"/>
</kw>
<kw name="Flexible_SSH_Login" owner="SSHKeywords">
<kw name="Get Length" owner="BuiltIn">
<msg time="2026-09-16T00:54:14.298689" level="INFO">Length is 0.</msg>
<msg time="2026-09-16T00:54:14.298803" 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-16T00:54:14.298253" elapsed="0.000581"/>
</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-16T00:54:14.299018" elapsed="0.000405"/>
</kw>
<kw name="Run Keyword And Return" owner="BuiltIn">
<kw name="Login With Public Key" owner="SSHLibrary">
<msg time="2026-09-16T00:54:14.300587" level="INFO">Logging into '10.30.171.13:22' as 'jenkins'.</msg>
<msg time="2026-09-16T00:54:14.995664" 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 Wed Sep 16 00:54:14 UTC 2026

  System load:  1.01               Processes:             104
  Usage of /:   20.3% of 38.58GB   Users logged in:       0
  Memory usage: 4%                 IPv4 address for ens3: 10.30.171.13
  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: Wed Sep 16 00:44:07 2026 from 10.30.170.186
[?2004h[jenkins@releng-63164-400-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-16T00:54:14.300158" elapsed="0.695715"/>
</kw>
<msg time="2026-09-16T00:54:14.995959" 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-16T00:54:14.299661" elapsed="0.696385"/>
</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-16T00:54:14.297779" elapsed="0.698374"/>
</kw>
<kw name="Execute Command" owner="SSHLibrary">
<msg time="2026-09-16T00:54:14.996701" level="INFO">Executing command '/usr/local/bin/cbench -c 10.30.170.188 -t -m 60000 -M 100 -S 16 -l 10 -D 5000 -p 6633'.</msg>
<msg time="2026-09-16T01:04:21.048065" level="INFO">Command exited with return code 0.</msg>
<msg time="2026-09-16T01:04:21.048753" level="INFO">${stdout} = </msg>
<msg time="2026-09-16T01:04:21.048860" level="INFO">${stderr} = cbench: controller benchmarking tool
   running in mode 'throughput'
   connecting to controller at 10.30.170.188: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-16T00:54:14.996402" elapsed="606.052524"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-09-16T01:04:21.049466" elapsed="0.000817"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-09-16T01:04:21.051524" level="INFO">cbench: controller benchmarking tool
   running in mode 'throughput'
   connecting to controller at 10.30.170.188: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.188. 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:20.127 16  switches: flows:  507680 505790 508958 511936 507438 516385 505180 512856 498830 508560 503690 509860 509161 514224 506641 513109  total = 135.671633 per ms 
00:56:20.228 16  switches: flows:  581443 574271 571228 571614 577704 573266 576747 572604 574193 576607 574787 581289 580063 572273 573285 582855  total = 153.312759 per ms 
00:57:20.329 16  switches: flows:  580952 576101 579003 588375 583180 584851 580685 580411 588825 579193 586033 586621 582327 584874 586902 588339  total = 155.350465 per ms 
00:58:20.430 16  switches: flows:  511070 509788 512255 519717 509605 510560 511298 506166 512559 514142 517206 518542 510157 507796 510277 514758  total = 136.369198 per ms 
00:59:20.532 16  switches: flows:  573852 570607 569222 572477 571657 575939 572813 567173 575753 575312 569109 567896 570483 568747 573343 568563  total = 152.126982 per ms 
01:00:20.633 16  switches: flows:  519066 519666 519387 520472 523722 517937 523238 522809 520636 519889 522093 513919 519486 522735 521467 518278  total = 138.514337 per ms 
01:01:20.733 16  switches: flows:  596071 594557 585368 596609 600643 605805 599072 603594 594798 596776 588024 596311 586770 592649 592595 602274  total = 158.598718 per ms 
01:02:20.834 16  switches: flows:  553019 554441 540434 551238 547188 549374 550366 552003 556619 552669 545984 553516 551619 550955 549384 552874  total = 146.615265 per ms 
01:03:20.936 16  switches: flows:  549291 553608 546615 551093 537904 547962 547764 547648 551020 541398 546798 554410 552158 549238 547930 548087  total = 145.970216 per ms 
01:04:21.039 16  switches: flows:  587760 582577 577675 572586 573787 576241 567544 576382 579331 579070 577432 572044 574441 575391 575981 579539  total = 153.535179 per ms 
RESULT: 16 switches 9 tests min/max/avg/stdev = 136369.20/158598.72/148932.57/50162.66 responses/s</msg>
<arg>${stderr}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-09-16T01:04:21.050798" elapsed="0.001093"/>
</kw>
<if>
<branch type="IF" condition="&quot;${return_stdout}&quot;!=&quot;True&quot;">
<return>
<value>${stderr}</value>
<status status="PASS" start="2026-09-16T01:04:21.052363" elapsed="0.000094"/>
</return>
<status status="PASS" start="2026-09-16T01:04:21.052083" elapsed="0.000483"/>
</branch>
<status status="PASS" start="2026-09-16T01:04:21.052029" elapsed="0.000670"/>
</if>
<if>
<branch type="IF" condition="&quot;${return_stderr}&quot;!=&quot;True&quot;">
<return>
<value>${stdout}</value>
<status status="NOT RUN" start="2026-09-16T01:04:21.052942" elapsed="0.000027"/>
</return>
<status status="NOT RUN" start="2026-09-16T01:04:21.052865" elapsed="0.000164"/>
</branch>
<status status="NOT RUN" start="2026-09-16T01:04:21.052830" elapsed="0.000244"/>
</if>
<return>
<value>${stdout}</value>
<value>${stderr}</value>
<status status="NOT RUN" start="2026-09-16T01:04:21.053137" elapsed="0.000028"/>
</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-16T01:04:21.054985" elapsed="0.001047"/>
</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-16T01:04:21.056606" elapsed="0.000537"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-09-16T01:04:21.057442" elapsed="0.000335"/>
</kw>
<arg>${current_ssh_connection.index}</arg>
<doc>Restore active SSH connection in SSHLibrary to given index.</doc>
<status status="PASS" start="2026-09-16T01:04:21.053946" elapsed="0.003945"/>
</kw>
<msg time="2026-09-16T01:04:21.058158" level="INFO">${output} = cbench: controller benchmarking tool
   running in mode 'throughput'
   connecting to controller at 10.30.170.188: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-16T00:54:14.294036" elapsed="606.764189"/>
</kw>
<status status="PASS" start="2026-09-16T00:54:14.293612" elapsed="606.764713"/>
</branch>
<status status="PASS" start="2026-09-16T00:54:14.292961" elapsed="606.765411"/>
</if>
<kw name="Log" owner="BuiltIn">
<msg time="2026-09-16T01:04:21.059490" level="INFO">cbench: controller benchmarking tool
   running in mode 'throughput'
   connecting to controller at 10.30.170.188: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.188. 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:20.127 16  switches: flows:  507680 505790 508958 511936 507438 516385 505180 512856 498830 508560 503690 509860 509161 514224 506641 513109  total = 135.671633 per ms 
00:56:20.228 16  switches: flows:  581443 574271 571228 571614 577704 573266 576747 572604 574193 576607 574787 581289 580063 572273 573285 582855  total = 153.312759 per ms 
00:57:20.329 16  switches: flows:  580952 576101 579003 588375 583180 584851 580685 580411 588825 579193 586033 586621 582327 584874 586902 588339  total = 155.350465 per ms 
00:58:20.430 16  switches: flows:  511070 509788 512255 519717 509605 510560 511298 506166 512559 514142 517206 518542 510157 507796 510277 514758  total = 136.369198 per ms 
00:59:20.532 16  switches: flows:  573852 570607 569222 572477 571657 575939 572813 567173 575753 575312 569109 567896 570483 568747 573343 568563  total = 152.126982 per ms 
01:00:20.633 16  switches: flows:  519066 519666 519387 520472 523722 517937 523238 522809 520636 519889 522093 513919 519486 522735 521467 518278  total = 138.514337 per ms 
01:01:20.733 16  switches: flows:  596071 594557 585368 596609 600643 605805 599072 603594 594798 596776 588024 596311 586770 592649 592595 602274  total = 158.598718 per ms 
01:02:20.834 16  switches: flows:  553019 554441 540434 551238 547188 549374 550366 552003 556619 552669 545984 553516 551619 550955 549384 552874  total = 146.615265 per ms 
01:03:20.936 16  switches: flows:  549291 553608 546615 551093 537904 547962 547764 547648 551020 541398 546798 554410 552158 549238 547930 548087  total = 145.970216 per ms 
01:04:21.039 16  switches: flows:  587760 582577 577675 572586 573787 576241 567544 576382 579331 579070 577432 572044 574441 575391 575981 579539  total = 153.535179 per ms 
RESULT: 16 switches 9 tests min/max/avg/stdev = 136369.20/158598.72/148932.57/50162.66 responses/s</msg>
<arg>${output}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-09-16T01:04:21.058840" elapsed="0.000842"/>
</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-16T01:04:21.060065" elapsed="0.000854"/>
</kw>
<kw name="Get Lines Containing String" owner="String">
<msg time="2026-09-16T01:04:21.061822" level="INFO">1 out of 23 lines matched.</msg>
<msg time="2026-09-16T01:04:21.062018" level="INFO">${result_line} = RESULT: 16 switches 9 tests min/max/avg/stdev = 136369.20/158598.72/148932.57/50162.66 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-16T01:04:21.061298" elapsed="0.000771"/>
</kw>
<kw name="Split String" owner="String">
<msg time="2026-09-16T01:04:21.063016" level="INFO">@{results_list} = [ RESULT: | 16 | switches | 9 | tests | min/max/avg/stdev | = | 136369.20/158598.72/148932.57/50162.66 | 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-16T01:04:21.062424" elapsed="0.000650"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-09-16T01:04:21.064444" 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-16T01:04:21.063489" elapsed="0.001123"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-09-16T01:04:21.065932" level="INFO">136369.20/158598.72/148932.57/50162.66</msg>
<arg>${results_list[7]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-09-16T01:04:21.065108" elapsed="0.000974"/>
</kw>
<kw name="Split String" owner="String">
<msg time="2026-09-16T01:04:21.067568" 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-16T01:04:21.066593" elapsed="0.001042"/>
</kw>
<kw name="Split String" owner="String">
<msg time="2026-09-16T01:04:21.069160" level="INFO">@{result_value_list} = [ 136369.20 | 158598.72 | 148932.57 | 50162.66 ]</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-16T01:04:21.068165" elapsed="0.001074"/>
</kw>
<kw name="Get Length" owner="BuiltIn">
<msg time="2026-09-16T01:04:21.070432" level="INFO">Length is 4.</msg>
<msg time="2026-09-16T01:04:21.070618" 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-16T01:04:21.069782" elapsed="0.000920"/>
</kw>
<for flavor="IN RANGE">
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-09-16T01:04:21.072806" level="INFO">min :: 136369.20</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-16T01:04:21.071675" elapsed="0.001302"/>
</kw>
<var name="${i}">0</var>
<status status="PASS" start="2026-09-16T01:04:21.071262" elapsed="0.001814"/>
</iter>
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-09-16T01:04:21.075217" level="INFO">max :: 158598.72</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-16T01:04:21.073940" elapsed="0.001394"/>
</kw>
<var name="${i}">1</var>
<status status="PASS" start="2026-09-16T01:04:21.073330" elapsed="0.002074"/>
</iter>
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-09-16T01:04:21.077045" level="INFO">avg :: 148932.57</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-16T01:04:21.076023" elapsed="0.001136"/>
</kw>
<var name="${i}">2</var>
<status status="PASS" start="2026-09-16T01:04:21.075584" elapsed="0.001643"/>
</iter>
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-09-16T01:04:21.078784" level="INFO">stdev :: 50162.66</msg>
<arg>${result_name_list[${i}]} :: ${result_value_list[${i}]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-09-16T01:04:21.077830" elapsed="0.001071"/>
</kw>
<var name="${i}">3</var>
<status status="PASS" start="2026-09-16T01:04:21.077400" elapsed="0.001570"/>
</iter>
<var>${i}</var>
<value>0</value>
<value>${num_stats}</value>
<status status="PASS" start="2026-09-16T01:04:21.070907" elapsed="0.008126"/>
</for>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-09-16T01:04:21.080404" level="INFO">${min} = 136369.20</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-16T01:04:21.079399" elapsed="0.001060"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-09-16T01:04:21.081783" level="INFO">${max} = 158598.72</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-16T01:04:21.080850" elapsed="0.000992"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-09-16T01:04:21.083059" level="INFO">${average} = 148932.57</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-16T01:04:21.082180" elapsed="0.000933"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-09-16T01:04:21.084332" level="INFO">${stdev} = 50162.66</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-16T01:04:21.083443" elapsed="0.000942"/>
</kw>
<kw name="Get Time" owner="BuiltIn">
<msg time="2026-09-16T01:04:21.085792" level="INFO">${date} = 2026-09-16 01:04: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-16T01:04:21.084924" elapsed="0.000941"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-09-16T01:04:21.087513" level="INFO">CBench Result: 2026-09-16 01:04:21,-t -m 60000 -M 100 -S 16 -l 10 -D 5000 -p 6633,136369.20,158598.72,148932.57,50162.66</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-16T01:04:21.086525" elapsed="0.001106"/>
</kw>
<kw name="Log Results And Determine Status">
<kw name="Append To File" owner="OperatingSystem">
<msg time="2026-09-16T01:04:21.090104" 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-16T01:04:21.089232" elapsed="0.001080"/>
</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-16T01:04:21.090888" elapsed="0.001325"/>
</kw>
<arg>${min}</arg>
<arg>${max}</arg>
<arg>${average}</arg>
<arg>${average_threshold}</arg>
<arg>${output_filename}</arg>
<status status="PASS" start="2026-09-16T01:04:21.088078" elapsed="0.004252"/>
</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-16T00:54:14.291699" elapsed="606.800739"/>
</kw>
<kw name="Sleep" owner="BuiltIn">
<msg time="2026-09-16T01:04:21.093308" level="INFO">Slept 0 seconds.</msg>
<arg>${test_delay}</arg>
<doc>Pauses execution for the given time.</doc>
<status status="PASS" start="2026-09-16T01:04:21.092767" elapsed="0.000638"/>
</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-16T01:04:21.094395" elapsed="0.000540"/>
</kw>
<status status="PASS" start="2026-09-16T01:04:21.093818" elapsed="0.001241"/>
</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-16T00:54:14.288341" elapsed="606.806782"/>
</test>
<test id="s1-t3" name="Rerun Latency Test To Check Bug 6176" line="65">
<kw name="Log" owner="BuiltIn">
<msg time="2026-09-16T01:04:21.097805" 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-16T01:04:21.097120" elapsed="0.000792"/>
</kw>
<kw name="Run Cbench And Log Results">
<kw name="Set Suite Variable" owner="BuiltIn">
<msg time="2026-09-16T01:04:21.100142" 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-16T01:04:21.099503" elapsed="0.000716"/>
</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-16T01:04:21.100919" elapsed="0.000039"/>
</kw>
<status status="NOT RUN" start="2026-09-16T01:04:21.100446" elapsed="0.000575"/>
</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-16T01:04:21.102940" elapsed="0.000044"/>
</kw>
<status status="NOT RUN" start="2026-09-16T01:04:21.102456" elapsed="0.000591"/>
</branch>
<status status="PASS" start="2026-09-16T01:04:21.102420" elapsed="0.000673"/>
</if>
<kw name="Get Connection" owner="SSHLibrary">
<msg time="2026-09-16T01:04:21.103864" 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-16T01:04:21.104072" 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-16T01:04:21.103457" elapsed="0.000667"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-09-16T01:04:21.105310" level="INFO">Attempting to execute command "/usr/local/bin/cbench -c 10.30.170.188 -m 60000 -M 100 -S 16 -l 10 -D 5000 -p 6633" on remote system "10.30.171.13" 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-16T01:04:21.104586" elapsed="0.000837"/>
</kw>
<kw name="Open Connection" owner="SSHLibrary">
<msg time="2026-09-16T01:04:21.106447" 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-16T01:04:21.105833" elapsed="0.000658"/>
</kw>
<kw name="Flexible_SSH_Login" owner="SSHKeywords">
<kw name="Get Length" owner="BuiltIn">
<msg time="2026-09-16T01:04:21.108024" level="INFO">Length is 0.</msg>
<msg time="2026-09-16T01:04:21.108170" 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-16T01:04:21.107472" elapsed="0.000741"/>
</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-16T01:04:21.108480" elapsed="0.000651"/>
</kw>
<kw name="Run Keyword And Return" owner="BuiltIn">
<kw name="Login With Public Key" owner="SSHLibrary">
<msg time="2026-09-16T01:04:21.110609" level="INFO">Logging into '10.30.171.13:22' as 'jenkins'.</msg>
<msg time="2026-09-16T01:04:21.841167" 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 Wed Sep 16 01:04:21 UTC 2026

  System load:  0.39               Processes:             106
  Usage of /:   20.3% of 38.58GB   Users logged in:       0
  Memory usage: 4%                 IPv4 address for ens3: 10.30.171.13
  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: Wed Sep 16 00:54:14 2026 from 10.30.170.186
[?2004h[jenkins@releng-63164-400-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-16T01:04:21.110125" elapsed="0.731289"/>
</kw>
<msg time="2026-09-16T01:04:21.841515" 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-16T01:04:21.109419" elapsed="0.732192"/>
</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-16T01:04:21.106865" elapsed="0.734918"/>
</kw>
<kw name="Execute Command" owner="SSHLibrary">
<msg time="2026-09-16T01:04:21.842465" level="INFO">Executing command '/usr/local/bin/cbench -c 10.30.170.188 -m 60000 -M 100 -S 16 -l 10 -D 5000 -p 6633'.</msg>
<msg time="2026-09-16T01:14:27.881797" level="INFO">Command exited with return code 0.</msg>
<msg time="2026-09-16T01:14:27.882110" level="INFO">${stdout} = </msg>
<msg time="2026-09-16T01:14:27.882154" level="INFO">${stderr} = cbench: controller benchmarking tool
   running in mode 'latency'
   connecting to controller at 10.30.170.188: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-16T01:04:21.842126" elapsed="606.040061"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-09-16T01:14:27.882509" elapsed="0.000415"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-09-16T01:14:27.883525" level="INFO">cbench: controller benchmarking tool
   running in mode 'latency'
   connecting to controller at 10.30.170.188: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.188. 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:26.969 16  switches: flows:  76018 74173 77615 74860 76639 72472 71679 71947 68755 70450 70564 67878 71850 69406 72593 69715  total = 19.276900 per ms 
01:06:27.069 16  switches: flows:  74115 74278 73414 72723 71728 70716 71122 69416 64784 68410 66597 66023 67289 66833 70294 69061  total = 18.582355 per ms 
01:07:27.169 16  switches: flows:  70793 74524 74319 73544 71019 70149 67648 68259 63775 65959 64868 64497 65701 65468 67836 67265  total = 18.229965 per ms 
01:08:27.270 16  switches: flows:  72722 77047 73969 72878 72498 71700 70106 70452 65973 68075 68826 66506 68498 67087 68557 68710  total = 18.695541 per ms 
01:09:27.370 16  switches: flows:  74162 77087 75678 75723 71662 71969 71427 71911 66219 69480 68305 66823 69522 68185 71660 70241  total = 18.969230 per ms 
01:10:27.470 16  switches: flows:  73810 75824 76173 76807 74699 71190 70084 71849 66817 67464 68764 66243 71159 67277 72057 70926  total = 18.987325 per ms 
01:11:27.570 16  switches: flows:  71444 74785 73424 73527 72145 70904 69897 68903 64203 66935 68310 66304 68975 65223 69072 67685  total = 18.498049 per ms 
01:12:27.671 16  switches: flows:  70755 73347 70883 69712 68388 70111 67428 66691 63011 65145 66900 65158 64730 63691 65801 65495  total = 17.924190 per ms 
01:13:27.771 16  switches: flows:  71587 77828 72313 72688 70235 72849 68218 70078 66159 65409 68102 67340 65107 65937 68342 66368  total = 18.445202 per ms 
01:14:27.871 16  switches: flows:  73898 77100 74352 73999 72548 72641 69962 71681 65454 68217 69730 68565 67705 68083 70293 68689  total = 18.850481 per ms 
RESULT: 16 switches 9 tests min/max/avg/stdev = 17924.19/18987.33/18575.82/6200.74 responses/s</msg>
<arg>${stderr}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-09-16T01:14:27.883144" elapsed="0.000549"/>
</kw>
<if>
<branch type="IF" condition="&quot;${return_stdout}&quot;!=&quot;True&quot;">
<return>
<value>${stderr}</value>
<status status="PASS" start="2026-09-16T01:14:27.883926" elapsed="0.000044"/>
</return>
<status status="PASS" start="2026-09-16T01:14:27.883794" elapsed="0.000211"/>
</branch>
<status status="PASS" start="2026-09-16T01:14:27.883767" elapsed="0.000261"/>
</if>
<if>
<branch type="IF" condition="&quot;${return_stderr}&quot;!=&quot;True&quot;">
<return>
<value>${stdout}</value>
<status status="NOT RUN" start="2026-09-16T01:14:27.884116" elapsed="0.000012"/>
</return>
<status status="NOT RUN" start="2026-09-16T01:14:27.884082" elapsed="0.000072"/>
</branch>
<status status="NOT RUN" start="2026-09-16T01:14:27.884067" elapsed="0.000106"/>
</if>
<return>
<value>${stdout}</value>
<value>${stderr}</value>
<status status="NOT RUN" start="2026-09-16T01:14:27.884201" elapsed="0.000013"/>
</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-16T01:14:27.884962" elapsed="0.000319"/>
</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-16T01:14:27.885475" elapsed="0.000154"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-09-16T01:14:27.885770" elapsed="0.000093"/>
</kw>
<arg>${current_ssh_connection.index}</arg>
<doc>Restore active SSH connection in SSHLibrary to given index.</doc>
<status status="PASS" start="2026-09-16T01:14:27.884528" elapsed="0.001384"/>
</kw>
<msg time="2026-09-16T01:14:27.886017" level="INFO">${output} = cbench: controller benchmarking tool
   running in mode 'latency'
   connecting to controller at 10.30.170.188: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-16T01:04:21.101536" elapsed="606.784508"/>
</kw>
<status status="PASS" start="2026-09-16T01:04:21.101068" elapsed="606.785038"/>
</branch>
<status status="PASS" start="2026-09-16T01:04:21.100402" elapsed="606.785733"/>
</if>
<kw name="Log" owner="BuiltIn">
<msg time="2026-09-16T01:14:27.886631" level="INFO">cbench: controller benchmarking tool
   running in mode 'latency'
   connecting to controller at 10.30.170.188: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.188. 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:26.969 16  switches: flows:  76018 74173 77615 74860 76639 72472 71679 71947 68755 70450 70564 67878 71850 69406 72593 69715  total = 19.276900 per ms 
01:06:27.069 16  switches: flows:  74115 74278 73414 72723 71728 70716 71122 69416 64784 68410 66597 66023 67289 66833 70294 69061  total = 18.582355 per ms 
01:07:27.169 16  switches: flows:  70793 74524 74319 73544 71019 70149 67648 68259 63775 65959 64868 64497 65701 65468 67836 67265  total = 18.229965 per ms 
01:08:27.270 16  switches: flows:  72722 77047 73969 72878 72498 71700 70106 70452 65973 68075 68826 66506 68498 67087 68557 68710  total = 18.695541 per ms 
01:09:27.370 16  switches: flows:  74162 77087 75678 75723 71662 71969 71427 71911 66219 69480 68305 66823 69522 68185 71660 70241  total = 18.969230 per ms 
01:10:27.470 16  switches: flows:  73810 75824 76173 76807 74699 71190 70084 71849 66817 67464 68764 66243 71159 67277 72057 70926  total = 18.987325 per ms 
01:11:27.570 16  switches: flows:  71444 74785 73424 73527 72145 70904 69897 68903 64203 66935 68310 66304 68975 65223 69072 67685  total = 18.498049 per ms 
01:12:27.671 16  switches: flows:  70755 73347 70883 69712 68388 70111 67428 66691 63011 65145 66900 65158 64730 63691 65801 65495  total = 17.924190 per ms 
01:13:27.771 16  switches: flows:  71587 77828 72313 72688 70235 72849 68218 70078 66159 65409 68102 67340 65107 65937 68342 66368  total = 18.445202 per ms 
01:14:27.871 16  switches: flows:  73898 77100 74352 73999 72548 72641 69962 71681 65454 68217 69730 68565 67705 68083 70293 68689  total = 18.850481 per ms 
RESULT: 16 switches 9 tests min/max/avg/stdev = 17924.19/18987.33/18575.82/6200.74 responses/s</msg>
<arg>${output}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-09-16T01:14:27.886322" elapsed="0.000394"/>
</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-16T01:14:27.886919" elapsed="0.000443"/>
</kw>
<kw name="Get Lines Containing String" owner="String">
<msg time="2026-09-16T01:14:27.887904" level="INFO">1 out of 23 lines matched.</msg>
<msg time="2026-09-16T01:14:27.888053" level="INFO">${result_line} = RESULT: 16 switches 9 tests min/max/avg/stdev = 17924.19/18987.33/18575.82/6200.74 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-16T01:14:27.887621" elapsed="0.000479"/>
</kw>
<kw name="Split String" owner="String">
<msg time="2026-09-16T01:14:27.888769" level="INFO">@{results_list} = [ RESULT: | 16 | switches | 9 | tests | min/max/avg/stdev | = | 17924.19/18987.33/18575.82/6200.74 | 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-16T01:14:27.888411" elapsed="0.000395"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-09-16T01:14:27.889558" 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-16T01:14:27.889063" elapsed="0.000567"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-09-16T01:14:27.890395" level="INFO">17924.19/18987.33/18575.82/6200.74</msg>
<arg>${results_list[7]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-09-16T01:14:27.889908" elapsed="0.000566"/>
</kw>
<kw name="Split String" owner="String">
<msg time="2026-09-16T01:14:27.891178" 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-16T01:14:27.890710" elapsed="0.000507"/>
</kw>
<kw name="Split String" owner="String">
<msg time="2026-09-16T01:14:27.892042" level="INFO">@{result_value_list} = [ 17924.19 | 18987.33 | 18575.82 | 6200.74 ]</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-16T01:14:27.891512" elapsed="0.000581"/>
</kw>
<kw name="Get Length" owner="BuiltIn">
<msg time="2026-09-16T01:14:27.892796" level="INFO">Length is 4.</msg>
<msg time="2026-09-16T01:14:27.892913" 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-16T01:14:27.892338" elapsed="0.000608"/>
</kw>
<for flavor="IN RANGE">
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-09-16T01:14:27.894094" level="INFO">min :: 17924.19</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-16T01:14:27.893489" elapsed="0.000685"/>
</kw>
<var name="${i}">0</var>
<status status="PASS" start="2026-09-16T01:14:27.893236" elapsed="0.000996"/>
</iter>
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-09-16T01:14:27.895375" level="INFO">max :: 18987.33</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-16T01:14:27.894711" elapsed="0.000758"/>
</kw>
<var name="${i}">1</var>
<status status="PASS" start="2026-09-16T01:14:27.894400" elapsed="0.001111"/>
</iter>
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-09-16T01:14:27.896456" level="INFO">avg :: 18575.82</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-16T01:14:27.895870" elapsed="0.000657"/>
</kw>
<var name="${i}">2</var>
<status status="PASS" start="2026-09-16T01:14:27.895617" elapsed="0.000953"/>
</iter>
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-09-16T01:14:27.897515" level="INFO">stdev :: 6200.74</msg>
<arg>${result_name_list[${i}]} :: ${result_value_list[${i}]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-09-16T01:14:27.896926" elapsed="0.000661"/>
</kw>
<var name="${i}">3</var>
<status status="PASS" start="2026-09-16T01:14:27.896694" elapsed="0.000934"/>
</iter>
<var>${i}</var>
<value>0</value>
<value>${num_stats}</value>
<status status="PASS" start="2026-09-16T01:14:27.893025" elapsed="0.004662"/>
</for>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-09-16T01:14:27.898460" level="INFO">${min} = 17924.19</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-16T01:14:27.897904" elapsed="0.000617"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-09-16T01:14:27.899347" level="INFO">${max} = 18987.33</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-16T01:14:27.898798" elapsed="0.000607"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-09-16T01:14:27.900306" level="INFO">${average} = 18575.82</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-16T01:14:27.899615" elapsed="0.000727"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-09-16T01:14:27.901179" level="INFO">${stdev} = 6200.74</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-16T01:14:27.900574" elapsed="0.000640"/>
</kw>
<kw name="Get Time" owner="BuiltIn">
<msg time="2026-09-16T01:14:27.901975" level="INFO">${date} = 2026-09-16 01:14:27</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-16T01:14:27.901494" elapsed="0.000514"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-09-16T01:14:27.902836" level="INFO">CBench Result: 2026-09-16 01:14:27,-m 60000 -M 100 -S 16 -l 10 -D 5000 -p 6633,17924.19,18987.33,18575.82,6200.74</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-16T01:14:27.902277" elapsed="0.000633"/>
</kw>
<kw name="Log Results And Determine Status">
<kw name="Append To File" owner="OperatingSystem">
<msg time="2026-09-16T01:14:27.904218" 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-16T01:14:27.903696" elapsed="0.000617"/>
</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-16T01:14:27.904551" elapsed="0.001122"/>
</kw>
<arg>${min}</arg>
<arg>${max}</arg>
<arg>${average}</arg>
<arg>${average_threshold}</arg>
<arg>${output_filename}</arg>
<status status="PASS" start="2026-09-16T01:14:27.903087" elapsed="0.002700"/>
</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-16T01:04:21.098469" elapsed="606.807411"/>
</kw>
<kw name="Sleep" owner="BuiltIn">
<msg time="2026-09-16T01:14:27.906535" level="INFO">Slept 0 seconds.</msg>
<arg>${test_delay}</arg>
<doc>Pauses execution for the given time.</doc>
<status status="PASS" start="2026-09-16T01:14:27.906086" elapsed="0.000526"/>
</kw>
<kw name="Report Failure Due To Bug" owner="Utils" type="TEARDOWN">
<kw name="Evaluate" owner="BuiltIn">
<msg time="2026-09-16T01:14:27.908315" 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-16T01:14:27.907679" elapsed="0.000672"/>
</kw>
<if>
<branch type="IF" condition="('${TEST_STATUS}' != 'FAIL') or ${test_skipped}">
<return>
<status status="PASS" start="2026-09-16T01:14:27.908634" elapsed="0.000068"/>
</return>
<status status="PASS" start="2026-09-16T01:14:27.908474" elapsed="0.000272"/>
</branch>
<status status="PASS" start="2026-09-16T01:14:27.908446" elapsed="0.000332"/>
</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-16T01:14:27.908980" elapsed="0.000027"/>
</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-16T01:14:27.909190" elapsed="0.000026"/>
</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-16T01:14:27.909438" elapsed="0.000027"/>
</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-16T01:14:27.909672" elapsed="0.000028"/>
</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-16T01:14:27.909950" elapsed="0.000027"/>
</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-16T01:14:27.910158" elapsed="0.000025"/>
</kw>
<kw name="Log" owner="BuiltIn">
<arg>${msg}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="NOT RUN" start="2026-09-16T01:14:27.910434" elapsed="0.000035"/>
</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-16T01:14:27.910826" elapsed="0.000039"/>
</kw>
<status status="NOT RUN" start="2026-09-16T01:14:27.910558" elapsed="0.000366"/>
</branch>
<status status="NOT RUN" start="2026-09-16T01:14:27.910535" elapsed="0.000435"/>
</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-16T01:14:27.907144" elapsed="0.003921"/>
</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-16T01:04:21.095907" elapsed="606.815221"/>
</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-16T00:44:05.349830" elapsed="1822.562172"/>
</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>
